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

.form-horizontal .control-label {
    width: 200px;
}

.form-horizontal .controls {
    margin-left: 220px;
}

.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(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) {
    body.navbar-fixed {
        padding-top: 65px;
    }

    #sidebar:before {
        width: 250px;
    }

    #sidebar {
        width: 250px;
    }
}

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


img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #08c;
}
body {
    font-family: Verdana;
    font-size: 14px;
}
body {
    color: #393939;
    font-family: "Open Sans";
    font-size: 13px;
}
body {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}
html {
    font-size: 100%;
}
body:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    max-height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.link-alert a, .link-alert a:active, .link-alert a:hover {
    color: #FFF !important;
}

.navbar-inner {
    background-color: #245DA4 !important;
}


.table-bordered thead tr {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #f8f8f8 0px, #ececec 100%) repeat scroll 0 0 !important;
    color: #707070;
    font-weight: bold;
}

.table-bordered tfoot tr {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8f8f8 0px, #ececec 100%) repeat scroll 0 0;
    color: #707070;
    font-weight: bold;
}

.login-layout {
    background-color: #2A508E;
}

.login-layout h1 {
    color: #2A508E;
    font-weight: bold;
}
    
.login-layout .widget-box {
    border: 1px solid #ddd;
}

.navbar-inverse .navbar-inner {
    background: #2A508E none repeat scroll 0 0 !important;
}

.navbar-inverse .navbar-inner .titulo {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-right: 20px;
    line-height: 65px;
}
    
.navbar-inverse .navbar-inner span {
    color: #fff;
}
    
.help-inline {
    color: #3a87ad;
}

.controls .msg {
    margin-top: 5px;
}

#nome_participante {
    color: #fff;
    padding-top: 20px;
}

.modal-body label {
    line-height: 30px;
}

.selecione {
    min-width: 145px;
}

.dataTables_wrapper .row-fluid:last-child {
    border: 0;
}

.badge {
    padding-top: 3px;
}

.box-rodape {
    line-height: 25px;
}