/* @override http://localhost:3001/css/style.css */

.navbar-brand{
	background: url(../imgs/pegaso-62.png) no-repeat;
	width: 62px;
	height: 62px;
}

iframe{



}

/*.sceditor-container iframe, .sceditor-container textarea {
	width: 547.767px;

}
*/

element {
  
}


.box.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
}
.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.box.is-dragover {
  background-color: grey;
}

.box.is-uploading .box__input {
  visibility: none;
}
.box.is-uploading .box__uploading {
  display: block;
}

.box__button {
  display: none;
}
.no-js .box__button {
  display: block;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}​