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

#mural {
    text-align: justify;
}

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

header {
    margin-top: 10px;
}

header .logo {
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    width: 418px;
    height: 100px;
}
    
header .instituicao {
    background-image: url('../img/instituicao.png');
    background-repeat: no-repeat;
    width: 162px;
    height: 100px;
}

#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;
}

.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, #recovery-form .alert, #signup-form .alert {
    padding: 8px 14px;
    font-size: 85%;
}

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

#recovery-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] {
    background-color: #EEEEEE;
}

.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: #D77260 !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(min-width:768px) {
    #logo {
        text-align: left;
    }

    #instituicao {
        text-align: right;
    }
}

@media(max-width:767px) {
    #logo, #instituicao, .copyright .span6 {
        text-align: center;
    }
}

@media(min-width:980px) {
    #sidebar:before {
        width: 250px;
    }

    #sidebar {
        width: 250px;
    }
}

@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;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        position: relative;
        margin: 0 auto;
        left: 0;
    }
}

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

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

.btn-yellow {
    background-color: #FFD530!important;
    border-color: #FFD530;
    text-shadow: 0 -1px 0 rgba(255,255,255,0.4)!important;
}

.btn-yellow:hover{
    background-color: #F9C700!important;
}

.navbar-inverse .navbar-inner {
    background: #2753A0;
}

.ace-nav>li.light-blue {
    background: #FFD530;
}

.ace-nav>li>a>[class*="icon-"] {
    color: #0095DA;
}

.navbar-inverse .brand, .navbar-inverse .navbar-text, .navbar-inverse .navbar-link, .navbar-inverse .brand, .navbar-inverse .nav>li>a {
    color: #0095DA;
}

.nav-list>li.active>a:after, .nav-list>li.active.open>.submenu>li.active>a:after {
    border-right-color: #FFD530;
}

.nav-list>li.active:after {
    border-right: 2px solid #FFD530;
}

#table-planilha .obs .alert {
    margin-top: 20px;
    margin-bottom: 0px;
}

#comprovante_submissao td {
    vertical-align: middle;
}

.navbar-inverse .admin .nav>li>a {
    color: #FFF;
}

.admin .ace-nav>li>a>[class*="icon-"] {
    color: #FFF;
}

#login-box .bg-blue {
    background-color: #f5f5f5 !important;
}

#table-planilha .total {
    min-width: 60px;
}

.impar {
    background-color: #f9f9f9 !important;
}

.bg-green {
    background-color: #87BE1B;
}

body.login-layout {
    background-color: #2753A0;
}

.login-layout .widget-box {
    padding: 6px;
    background-color: #2753A0;
}

.control-group .label {
    white-space: normal;
    text-align: justify;
}

.label-info a {
    color: #CCC;
}

.bg-gray {
    background: #F5F5F5 !important;
}

.oferta {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
}

.oferta thead tr th, .oferta tbody td, .oferta tfoot td {
    color: #393939;
    border: 1px solid #DDD !important;
    padding-top: 5px;
    padding-left: 2px;
    padding-bottom: 5px;
    padding-right: 2px;
}

.oferta tfoot td {
    font-weight: bold;
}

.oferta tbody tr.row-impar {
    background-color: #F9F9F9;
}

.btn-small>[class*="icon-"] {
    margin-right: 0;
}

#comprovante_submissao ul {
    margin: 0 0 0 25px;
}