<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: #BBBBBB;
}

[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: #A6193C;
    margin-bottom: 20px;
    border-bottom: 4px solid #F68B1F;
}

    .card-header &gt; h2 {
        color: white;
    }

.block-header &gt; 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 &gt; .btn-default:not(.disabled):after, .bootstrap-select &gt; .btn-default:not(.readonly):after,
.chosen-container-single .chosen-single:after {
    background: #0996B6;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
    color: #ffffff;
    background-color: #646464;
}

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
    background-color: #FFCB05;
}

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
    background-color: #F68B1F;
}

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
    background-color: #07A684;
}

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
    background-color: #f91f33;
}

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; 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;*/
    height: 50px;
    /*background-image: url('../../demo/img/cal-header.jpg');*/
    /*background-image: url('../../demo/img/thumbs-up.png');*/
    background-color: #A6193C;
    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;
}

#calendar .fc-toolbar .fc-center {
  margin-top: -12px;
  position: relative;
}

@media screen and (max-width: 991px) {
  #calendar .fc-toolbar {
    /*height: 200px;*/
    height: 50px;
  }

  #calendar .fc-toolbar .fc-center {
    /*margin-top: 138px;*/
    margin-top: -12px;
  }
}

.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 &gt; .dropdown-toggle.btn-primary:hover,
.btn-primary:hover:focus, .btn-primary:focus:focus,
.btn-primary.focus:focus, .btn-primary:active:focus,
.open &gt; .dropdown-toggle.btn-primary:focus,
.btn-primary:hover.focus, .btn-primary:focus.focus,
.btn-primary.focus.focus, .btn-primary:active.focus,
.open &gt; .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;
    color: #03ce03;
}


.msgAlerta {
    font-size: 1.4em;
    margin: 10px 0 0 0;
    color: #CC0000;
}


.msgErro {
    font-size: 1.4em;
    margin: 10px 0 0 0;
    color: #CC0000;
}

#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 &gt; li &gt; a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tab-content {
    border-top: 1px solid;
}

html:not(.ie9) .select:before {
    top: 0px !important;
}


  @media (max-width: 768px) {
        .variant-margin-40 {
            margin-left: 40px;
        }
    }

  @media (max-width: 768px) {
        .variant-margin-60 {
            margin-left: 60px;
        }
    }

    @media (min-width: 769px) {
        .variant-margin-40,  .variant-margin-60{
            margin-left: 0;
        }
    }

  </pre></body></html>