a:hover, a:focus {
    text-decoration: none !important;
    cursor: pointer;
}

.grid > header, .form header {
    padding: 10px 5px 15px 1px;
}

.grid > header h3, .form > header h3 {
    margin: 5px;
    color: #00002D;
    font-size: 1.6em;
}

/* Datatables customizations */
table.dataTable.markable td.actions,
table.dataTable.markable td.status {
    width: 50px;
    text-align: center;
}
table.dataTable.markable tbody td.actions > * {
    margin-right: 8px;
}
table.dataTable.markable tbody td {
    cursor: pointer;
}
table.dataTable tbody tr.active td {
    background-color: #BBDF8D !important;
}
.dataTables_wrapper .actions .fa {
    color: #00002D;
}

.dataTables_wrapper td:not(.actions) {
    font-size: .98em;
}

.form .form-container, .form .error-container {
    padding: 15px;
    border-radius: 5px;
    margin: 0px 6px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.form .form-container {
    /*padding: 20px;*/
    border: 1px solid #ccc;
    background: #f0f0f0;
    margin: 0px 6px;
}

.form form, .form form label:not(.inline) {
    display: block;
    font-size: .95em;
    font-weight: normal;
}

.form, .form label, .form td.actions a {
    color: #00002D;
}

.form label > span {
    display: block;
    padding-left: 5px;
    margin-bottom: 5px;
}

.form label.error {
    display: block;
    font-size: 1em;
    padding-left: 5px;
    line-height: 30px;
    font-weight: bold;
}

.form label .required:before {
    content: '* ';
    color: red;
}

.form input.error,
.form select.error,
.form textarea.error,
.form .nav-tabs .error {
    background: #ffe6e7 !important;
    border: 1px solid #e68e8d !important;
}

.loading-modal
{
    z-index: 1052;
    position: fixed;
    background-color: rgba(105,105,105,0.5);
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

.loading-modal .modal
{
    position: relative;
    margin: auto;
    left: auto;
    min-width: 90px;
    padding: 5px 25px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
}

.loading-modal img.loading
{
    padding: 5px;
}

.loading-local
{
    display: inline;
}

.loading-local-field
{
    display: block;
    bottom: -2px;
    right: 30px;
    position: absolute;
}

.loading-local > img
{
    padding: 0 4px;
    vertical-align: baseline;
}

.loading-central
{
    border: 1px solid #ddd;
    text-align: center;
    width: 99%;
}

.dib {
    display: inline-block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-open .modal .modal-body
{
    max-height: 500px;
    overflow: auto;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}

.ui-widget-content
{
    z-index: 1051;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.form-control, .input-group-control
{
    height: 34px;
}

.tred {
    color: red;
}

.modal-backdrop {
    z-index: 1050;
}

.dataTables_wrapper {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height .4s ease-in-out;
}

.my-nav-header li{
    bottom:-3px !important;
} 
.dataTables_wrapper {
    position:relative;
    padding:15px 0;
    background:#bfbfbf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.dataTables_wrapper thead tr{
    background:#999;
}
.dataTables_wrapper thead th{
    color:#fff;
    border-right:1px solid #848484;
}
.dataTables_wrapper .dataTables_length {
    margin-left:15px;
    padding-bottom:15px;
}
.dataTables_wrapper .dataTables_length label{
    line-height:30px;
    color:#fff;
}
.dataTables_wrapper .dataTables_length select{
    line-height:30px;
    margin:0 5px;
}
.dataTables_wrapper .dataTables_filter{
    padding-bottom:15px;
}
.dataTables_wrapper .dataTables_filter label{
    color:#fff;
    font-weight: normal;
}
.dataTables_wrapper .dataTables_filter input{
    line-height:30px;
    padding:0 5px;
    margin-right:15px;
    color: #00002D;
    border-radius: 4px;
    border: 0px;
}
.dataTables_wrapper .dataTables_info {
    margin-left:15px;
    padding-top:15px;
    line-height:30px;
    color:#fff;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top:15px;
    margin-right:15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #333333 !important;
    border: 1px solid #cacaca;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
    background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
    background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
    background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
    background: -o-linear-gradient(top, white 0%, gainsboro 100%);
    background: linear-gradient(top bottom, white 0%, gainsboro 100%);	
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color:#fff !important;
    border: 1px solid #781a1e;
    background-color: #a7242a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
    background: -webkit-linear-gradient(top, #a7242a 0%, #ca363d 100%);
    background: -moz-linear-gradient(top, #a7242a 0%, #ca363d 100%);
    background: -ms-linear-gradient(top, #a7242a 0%, #ca363d 100%);
    background: -o-linear-gradient(top, #a7242a 0%, #ca363d 100%);
    background: linear-gradient(top bottom, #a7242a 0%, #ca363d 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
    color:#bfbfbf !important;
}
table.dataTable tbody tr.odd {
    background-color: #f9f9f9;
}
table.dataTable tbody tr.even {
    background-color: #f1f1f1;
}
table.dataTable tbody tr td {
    border-top: 1px solid rgb(221, 221, 221);
}
.customSearch{
    line-height:30px;
    width:80%;
    text-align:center;
    min-width:80px;
}
td.align-left {
    text-align:left !important;
}
td.align-center {
    text-align:center !important;
}
td.align-right {
    text-align:center !important;

}
#refresh-captcha {
    cursor:pointer;
    padding-right:10px;
}
#captcha-wrap {
    margin-top:10px
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
textarea.form-control {
    height: auto;

}
.form-inline.form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

#upload-file-info{
    color: #480000;
    background: #ccc;
    height: 20px;
    border-radius: 3px;
    padding: 5px;
    margin-top: 16px;
    position: absolute;
    line-height: 20px;    
}

#fileupload {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    filter: alpha(opacity=0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0;
    left: 33px;
    top: 20px;
    background-color:transparent;
    color:transparent;
}
.titulo{
    color: #aaa;
    font-size: 36px;
    margin: 5% auto 0;
}

/* novo menu */
/*.main-nav ul, .menu-side .simple-list
{
    margin: 10px 0;
    width: auto;
}

.main-nav ul li, .menu-side .simple-list li, .menu-side .simple-list li a, .nav-tabs a {
    color: #00002D;
}

.main-nav ul li, .menu-side .simple-list li, .menu-side .simple-list li a {
    width: 196px;
    padding: 2px 0px;
    margin-left: 0px;
    margin-right: 5px;
    height: auto;
}*/

.main-nav ul li.item > a
{
    padding: 5px 5px 5px 25px;
    /*    padding-left: 25px;
        padding-right: 5px;*/

}

.main-nav ul li.subitem > a
{
    padding: 5px 5px 5px 35px;
}

.main-nav ul li.subitem > a:before
{
    content: "-- ";
}

.main-nav ul li.item a.select
{
    font-weight: bold;
    font-size: 13px;
    background-color: #999;
    color: #FFF;
    text-decoration: none;
}

.main-nav ul li.item a:hover
{
    background-color: #a7242a;
    color: #FFF;
    text-decoration: none;
}

/*.menu-side .simple-list li a.select
{
    background: none;
    border-radius: 0px;
}*/

.main-nav #menu h3
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.dataTables_length select
{
    color: #00002D;
    font-weight: normal;
}

.form > .head-section, .grid > .head-section
{
    padding-left: 10px;
}

.head-section div.actions
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.saveAction {
    text-decoration: none;
}

.bd
{
    border: 2px dotted yellowgreen;
}

.col-condensed
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.col-h-condensed
{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ul-condensed, .ul-condensed label
{
    margin: 0px !important;
    line-height: normal !important;
}



a:hover, a:focus
{
    text-decoration: none !important;
    cursor: pointer;
}

/*.modal {
    overflow-y: auto !important;
}*/

.hand-cursor
{
    cursor: pointer;
}

.vhidden
{
    visibility: hidden !important;
}

.nav-tabs>li.active>a:hover {
    background-color: #FFF !important;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    background-color: #BBB !important;
    color: #FFF;
}

form > div.btn {
    margin-top: 15px;
}
/*linear-gradient(to bottom,#BBB 0,#00002D 100%)*/

.btn-inverse {
    color: #FFF;
    background-color: #00002D;
    border-color: #00002D;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
    color: #FFF;
    background-color: #595959;
    border-color: #4d4d4d;
}
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
    color: #FFF;
    background-color: #00002D;
    border-color: #00002D;
}

.input_field ul {
    list-style: none;
}

.home{
    text-align: center;
    margin-top: 200px;
}
.home h3 {
    font-size: 40px;
    font-weight: bolder;
}

.nav-panel {
    padding-left: 210px;
}
.nav-panel li {
    float: left;
    display: inline;
    height: 34px;
    margin-top: 6px;
}

.nav-panel li a {
    float: left;
    height: 33px;
    line-height: 32px;
    padding: 1px 10px 0 10px;
    font-size: 11px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'MuseoSlab500Regular', sans-serif;
    font-weight: normal;
    margin-right: 5px;
    position: relative;
}

.nav-panel li a, .nav-panel li a:active, .nav-panel li a:visited, .nav-panel li a:link, .nav-panel li a:hover {
    text-transform: uppercase;
    color: #FFF;
}

.nav-panel b.notification {
    background: #55AE3A;
    color: #fff;
    padding: 5px;
    margin: 0px;
    border-radius: 20px;
    font-size: 10px;
    position: absolute;
    height: 16px;
    top: -10px;
    right: -10px;
    line-height: 8px;
    text-shadow: 1px 1px 1px #444;
}

.nav-panel li a:hover {
    background: #900;
}

.btn-danger, .btn-danger:hover, .btn-danger:active
 {
    color: #fff;
    background-color: #00002D !important;
    border-color: #00002D !important;
}
.usuario.action#home ul li a i{
    color: #00002D !important;
}
.auth-info ul li a{
    color:#00002D !important;
}