body {
    font-family: Arial;
    font-size: 14px;
}

h1 {
    font-size: 32px;
}

/* HEADER */
 header {
     background-color: #2A508E;
     min-height: 100px;
     color: #FFF;
     margin: 0;
     line-height: 100px;
 }
 
 header div, header .logo {
     text-align: center;
     margin: 0 auto;
 }
 
 header .logo {
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    width: 110px;
    height: 100px;
    text-align: center;
 }
 
 header span {
     padding: 10px 20px;
 }
 
 .subheader div {
    margin: 0 auto;
    width: 33.33%;
}

.subheader div a, .subheader div badge {
    margin: 2px;
    padding: 0 6px;
}

 /* FOOTER */
 footer {
     background-color: #ddd;
     margin: 0 auto;
     line-height: 50px;
     padding: 0 10px;
 }
 
 footer span {
     padding: 10px 20px;
 }
 
 .prefooter {
    margin: 2px;
}

.prefooter a {
    padding: 0 6px;
}

/*ACESSIBILIDADE*/
 .contraste, .contraste .well {
    background: #000000 !important;
    color: #FFF;
}

.fonte10 p, .fonte10 label, .fonte10 input, .fonte10 select, .fonte10 span, .fonte10 .alert, .fonte10 a {
    font-size: 10px;
}

.fonte12 p, .fonte12 label, .fonte12 input, .fonte12 select, .fonte12 span, .fonte12 .alert, .fonte12 a {
    font-size: 12px;
}

.fonte14 p, .fonte14 label, .fonte14 input, .fonte14 select, .fonte14 span, .fonte14 .alert, .fonte14 a {
    font-size: 14px;
}

.fonte16 p, .fonte16 label, .fonte16 input, .fonte16 select, .fonte16 span, .fonte16 .alert, .fonte16 a {
    font-size: 16px;
}

.fonte18 p, .fonte18 label, .fonte18 input, .fonte18 select, .fonte18 span, .fonte18 .alert, .fonte18 a {
    font-size: 18px;
}

.fonte16 .selecione {
    min-width: 165px;
}

.fonte18 .selecione {
    min-width: 185px;
}


#mural {
    text-align: justify;
}

#mural dd {
    padding-bottom: 5px;
}

#main-content {
    margin-left: 251px;
}

.nav-list > li.active > a:after, .nav-list > li.active.open > .submenu > li.active > a:after {
    border-width: 14px 13px;
}

.menu-min .nav-list > li.active > a:after {
    border-width: 10px 10px;
}

.menu-min .nav-list > li > a.dropdown-toggle > span, .menu-min .nav-list > li > a > span {
    top: -2px;
    left: 42px;
}
.menu-min .nav-list > li > a.dropdown-toggle > span, .menu-min .nav-list > li.active > a > span {
    top: -1px;
}

.nav-list > li > a > [class*="icon-"]:first-child {
    text-align: left;
}

.submissao {
    background-color: #E7E7E7 !important;
    border-color: #E7E7E7;
    color: #888888 !important;
    text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.submissao .badge {
    margin-right: 5px;
}

.download {
    color: #888888 !important;
    text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.submissao .ico, .download .ico {
    display: inline-block;
    color: #FFFFFF;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.submissao .item, .download .item {
    text-align: left;
    padding: 0;
}

.submissao .print, .download .print {
    padding: 0 0 0 2px;
}

.icon-animated-lock {
    animation: 2s ease 0s normal none 4 vertical;
    display: inline-block;
    transform-origin: 50% 0 0;
}

.novo > a {
    padding: 10px;
}

#login-form .alert {
    padding: 8px 14px;
    font-size: 85%;
}

#login-box .toolbar > div {
    width: 100%;
}

#forgot-box .back-to-login-link, #signup-box .back-to-login-link {
    font-weight: normal;
}

#edital .tab-content {
    background: #FFFFFF;
}

.btn-login {
    margin: 25px auto;
}

.text-justify {
    text-align: justify;
}

.copyright {
    font-size: 0.9em;
    color: #888;
}

.copyright a {
    text-decoration: none;
}

.copyright .company a:hover {
    color: #B20000;
}

.dl-horizontal dt {
    width: 180px;
}

.dl-horizontal dd {
    margin-left: 200px;
}

.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform:lowercase;
}
.capitalize {
    text-transform:capitalize;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: inherit;
}

.ace-file-input .help-inline {
    margin-top: 25px;
}

#btn-scroll-down {
    border: 0 none;
    top: 2px;
    line-height: 20px;
    padding-bottom: 4px;
    position: absolute;
    right: 2px;
}

.form-horizontal .form-actions {
    padding: 10px;
    text-align: center;
}

.form-horizontal .form-actions button, .form-horizontal .form-actions a {
    margin: 10px;
}

#table-planilha {
    font-size: 13px;
}

#table-planilha th, #table-planilha td {
    vertical-align: middle;
}

#table-planilha .descricao {
    text-align: justify
}

#table-planilha th {
     background: linear-gradient(to bottom, #F8F8F8 0px, #ECECEC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
     color: #707070;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    color: #848484 !important;
    background-color: #EEEEEE !important;
}

.pricing-box .btn {
    font-size: 12px;
}

.no-resize {
    resize: none;
    overflow-y: scroll;
}

#edital-selecionado {
    font-size: 13px;
    padding-right: 20px;
}

.admin {
    background-color: #D15B47 !important;
}

.admin div .ace-nav > li.light-blue {
    background-color: #C15B47 !important;
}

.table .right {
    text-align: right;
}

.painel p, .painel table td {
    font-size: 85%;
    margin-bottom: 2px;
}

.nav-list > li.open > a {
    color: inherit;
}

.box-rodape {
    font-size: 85%;
}

.widget-box {
    border-bottom: none;
}

.control-group textarea:disabled {
    color: #848484 !important;
}

#lista td .btn-mini {
    margin-bottom: 2px;
}

@media(max-width:320px) {
    #menu-toggler>span:after {
        left:-16px
    }
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #eee;
    cursor: not-allowed;
}

#legenda i {
    margin-right: 0;
}

.ace-file-input2 {
    margin-top: 10px;
}

.ace-file-input3 {
    margin-top: 20px;
}

.help-info {
    color: #BBB;
    font-size: 90%;
    padding-left: 5px;
}

.form-horizontal .input-append2 {
    white-space: inherit !important;
}

@media (min-width:480px) {
    .form-horizontal .control-label {
        width: 200px !important;
    }
    .form-horizontal .controls {
        margin-left: 220px !important;
    }
}

#sidebar .submenu li a {
    font-size: 13px;
}

.widget-main.no-padding #lista {
    margin-top: 5px;
    border: 1px solid #e5e5e5;
}
.widget-main.no-padding #lista th {
    border-top-left-radius: 0;
    /*border-left: 1px solid #e5e5e5;*/
}
.widget-main.no-padding #lista th:first-child {
    border: 0;
}

#page-content .row-fluid [class*="span12"] {
    margin-left: 0;
}

#alerta-julgamento .alert {
    padding: 14px;
}

.page-header .alert {
    margin-bottom: 0;
}

.btn_avaliar_frequencia {
    font-size: 80%;
}

.submissao .badge {
    margin-top: 10px;
}

.well .header {
    margin-top: 10px;
    margin-bottom: 5px;
}

.bg-blue {
    background: #478fCA !important;
}

.bg-green {
    background: #69AA46 !important;
}

.selecione {
    min-width: 145px;
}

.control-group select:disabled, .control-group select:disabled {
    color: #848484 !important;
    background-color: #EEE !important;
}

select.avaliador {
    margin-bottom: 0;
}

.modal {
    position: fixed;
    margin-left: 0;
    width: 50%;
    left: 25%;
 }
 
 .modal-lg {
    position: fixed;
    margin-left: 0;
    width: 80%;
    left: 10%;
 }
 
 .label {
     padding: 3px 5px 3px;
 }

@media (max-width: 767px) {
    header div, footer div {
        text-align: center !important;
        font-size: 12px;
    }
    
    h1 {
        font-size: 24px;
    }    
    
    button span {
        display: none;
    }
}

.label {
    white-space: normal;
}

@media (max-width: 480px) {
    header, footer, body {
        min-width: 320px;
    }

    header .logo {
        background-image: url('../img/logo2.png');
        background-repeat: no-repeat;
        max-width: 480px;
        width: 320px;
        height: 80px;        
     }
}

.well {
    min-height: 300px !important;
}

.well .lbl {
    font-weight: bold;
    min-width: 100px;
}

.badge {
    padding-top: 3px;
}