﻿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 > 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;*/
    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 > .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;
    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 > 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;
}

.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;
        }
    }

/* Estilização elegante para o autocomplete */
.ui-autocomplete {
    width: 500px !important; /* ajusta automaticamente com o tamanho do input */
    box-sizing: border-box; /* evita overflow horizontal */
    max-height: 200px; /* Limita a altura do dropdown (~6 itens) */
    overflow-y: auto; /* Scroll vertical se ultrapassar altura */
    overflow-x: hidden; /* Oculta barra horizontal */
    padding: 0;
    margin-top: 2px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* Efeito flutuante (sombra) */
    font-size: 14px; /* Tamanho de texto equilibrado */
    z-index: 1100 !important; /* Garantia sobre elementos e modal */
}

/* Visualização limpa e consistente dos itens */
.ui-menu-item {
    padding: 6px 12px;
    cursor: pointer;
    background-color: white;
}

    /* Destaque ao passar o mouse */
    .ui-menu-item:hover {
        background-color: #f1f1f1; /* Cor suave no hover */
    }

/* Item selecionado pelo teclado */
.ui-state-active, .ui-state-hover {
    background-color: #e6e6e6 !important;
    color: black !important;
    border: none !important;
}
