﻿body {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: white;
}

h1,h2 {
    color: #A6193C !important;
}

[data-current-skin="bnb"] {
    background-color: #A6193C;
}

    [data-current-skin="bnb"] .ss-icon {
        color: #A6193C;
    }

@media (max-width: 767px) {
    [data-current-skin="bnb"] .ha-menu {
        background: #A6193C;
    }
}

#logobnb {
    height: 31px;
}

label {
    /*color: #646464;*/
    font-weight: bold !important;
}

.fg-line:not([class*=has-]):after {
    background: #0996B6;
}

.card-header {
    background-color: white;
    margin-bottom: 20px;
}

    .card-header > h2 {
        color: white;
    }

.block-header > h2 {
    color: black;
    font-weight: bold;
}

#header {
    border-bottom: 4px solid #F68B1F;
}

#logo {
    font-size: 15px;
    color: white;
    margin: 10px 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.checkbox .input-helper:after {
    border-bottom: 2px solid #0996B6;
    border-left: 2px solid #0996B6;
}

.radio .input-helper:after {
    background: #0996B6;
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 0;
    border: 1px solid #646464;
}

/*.btn-primary, .btn-primary:hover {
    background-color: #A6193C !important;
}*/

/*a.btn {
    color: #5E5E5E;
}*/

.bootstrap-select > .btn-default:not(.disabled):after, .bootstrap-select > .btn-default:not(.readonly):after,
.chosen-container-single .chosen-single:after {
    background: #0996B6;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #ffffff;
    background-color: #646464;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #FFCB05;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #F68B1F;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #07A684;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f91f33;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #FFE6CB;
}

/* VALIDAÇÃO */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #07A684;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #F68B1F;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #8B1820;
}

#calendar .fc-toolbar {
    height: 300px;
    background-image: url('../../demo/img/cal-header.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-position: inherit;
}

.card .card-header.ch-alt:not([class*="bgm-"]) {
    background-color: #A6193C;
}

#logobnb {
    margin-top: 4px;
}

.has-error .form-control {
    border-color: #8B1820;
}

.btn-primary:hover:hover, .btn-primary:focus:hover,
.btn-primary.focus:hover, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:hover:focus, .btn-primary:focus:focus,
.btn-primary.focus:focus, .btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:hover.focus, .btn-primary:focus.focus,
.btn-primary.focus.focus, .btn-primary:active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary {
    background-color: #A6193C;
}

.pagination {
    font-weight: bold;
}









/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/
/*NOVOS CSS ..............................................................*/

.msgSucesso {
    font-size: 1.4em;
    margin: 10px 0 0 0;
}


.msgAlerta {
    font-size: 1.4em;
    margin: 10px 0 0 0;
}


.msgErro {
    font-size: 1.4em;
    margin: 10px 0 0 0;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 10000;
    text-align: center;
}

#loading-image {
    z-index: 5000;
    position: absolute;
    width: 64px; /*image width */
    height: 64px; /*image height */
    left: 50%;
    top: 50%;
    margin-left: -32px; /*image width/2 */
    margin-top: -32px; /*image height/2 */
}

.btn-sm {
    cursor: pointer;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

html:not(.ie9) .select:before {
    top: 0px !important;
}

.middle {
    vertical-align: middle !important;
}

a {
    cursor: pointer;
}

.breadcrumb {
    background-color: white !important;
}

.esquerda {
    text-align: left;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
}

.card-body-pnl {
    padding-top: 20PX !important;
    margin-top: -20PX;
    border: 1PX SOLID #F68B1F;
    margin-bottom: 20px !important;
}

input {
    text-transform: uppercase;
}

.overflow {
    overflow: auto;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.glyphicon.glyphicon-chevron-down,
.glyphicon.glyphicon-chevron-up {
    color: #F68B1F;
}

input[disabled],
input[readonly],
select[disabled],
select[readonly] {
    cursor: not-allowed;
}

.col-sm-12,
.col-md-12,
.col-xs-12 {
    overflow: auto;
}

.container {
    padding: 0px 20px 0px 20px;
}

td {
    word-break: break-word;
}

.div-tabela {
    display: table;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
}

.div-tabela-linha {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}


.td-com-espaco {
    padding-left: 4px;
    border-right: 1px solid rgb(246, 139, 31) !important;
}

.tr-com-borda {
    border-bottom: 1px solid rgb(246, 139, 31) !important;
}


/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px white; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: darkgray; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 15px; height: 15px; display: block; background: lightgray; top: 45px; left: 50%; margin-top: -7px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 4px; height: 4px; background: white; border-radius: 25px; position: absolute; top: 5px; left: 6px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 4px; box-shadow: none; margin: 22px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: lightgray;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.card-padding-0{
    padding-top:0px !important;
}

.modal .modal-content { 
    width: 85%;
    margin: 0px auto;
}