﻿header {
    color: #ededed;
    background-color: #293b4d;
}
section {
    background-color: #FFFFFF;
}
section {
    background-color: none;
}
.item h1, legend {
    background-color: #293b4d;
    color: #fff;
}
.editor-label label {
    color: #293b4d;
}
.item h3 {
    color: #293b4d;
}
.item p {
    color: #575756;
}
.item input, .editor-field input, textarea {
    background-color: #f5f5f5;
    border: 1px solid #c6c6c5;
}
.item input:active, input:focus, textarea:active, textarea:focus, .style:active, .style:focus {
    border: 1px solid #293c4e !important;
}
.style {
    border: 1px solid #c6c6c5;
}
.item .escalaMinLabel, .escalaMaxLabel {
    color: #293c4e;
}
.multipla_escolha_vertical label {
    color: #293c4e;
}
.btn {
    background-color: #293c4e;
    color: #fff;
}
.btn:hover {
    background-color: #fff;
    color: #293c4e;
    border: 1px solid #293c4e;
}
ul.paginador li {
    background-color: #fff;
    border-top: 1px solid #293c4e;
    border-bottom: 1px solid #293c4e;
    color: #fff;
}
ul.paginador li:first-child {
    background-color: #fff;
    border-left: 1px solid #293c4e;
    border-top: 1px solid #293c4e;
    border-bottom: 1px solid #293c4e;
}
ul.paginador li:last-child {
    background-color: #fff;
    border-right: 1px solid #293c4e;
    border-top: 1px solid #293c4e;
    border-bottom: 1px solid #293c4e;
}
.pag-active {
    background-color: #293c4e !important;
    border-top: 1px solid #293c4e;
    border-bottom: 1px solid #293c4e;
    color: #293c4e !important;
}
div.footer {
    background-color: #fff;
}
@media (max-width: 768px) {
    body {
        background: -moz-linear-gradient(top,  #dadada 0%, #ffffff 100%); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#ffffff)); 
        background: -webkit-linear-gradient(top,  #dadada 0%,#ffffff 100%); 
        background: -o-linear-gradient(top,  #dadada 0%,#ffffff 100%); 
        background: -ms-linear-gradient(top,  #dadada 0%,#ffffff 100%); 
        background: linear-gradient(to bottom,  #dadada 0%,#ffffff 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff',GradientType=0 ); 
        background-repeat: no-repeat;
    }
}
@media (max-width: 1023px) {
    header {
        background-color: #293b4d;
        background-image: none;
        -webkit-box-shadow: 0 5px 3px 0 #7d7d7d;
        box-shadow: 0 5px 3px 0 #7d7d7d;
    }

}

#loadingDiv { position : fixed; top : 0; left : 0; width : 100%; height : 100%; z-index : 999; background-color : rgba(92, 93, 98, 0.3); }
#loadingImg { background-image : url(../Images/loading.gif); width : 64px; height : 64px; position : fixed; top : 50%; left : 50%; margin : -32px; }