.bg-light-primary{
    color: #084298!important;
    background-color: #cfe2ff!important;
}

.bg-light-secondary{
    color: #141619!important;
    background-color: #d3d3d4!important;
}

.bg-light-warning{
    color: #664d03!important;
    background-color: #fff3cd!important;
}

.bg-light-danger{
    color: #842029;
    background-color: #f8d7da!important;
}

.btn-bianchi{
    color: #ffffff;
    background-color: #79291c;
}

.btn-bianchi:hover{
    background-color: #c13f2b;
    color: #ffffff;
}

#searchInput {
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 250px;
    outline: none;
    transition: border-color 0.3s;
}
  
#searchInput:focus {
    border-color: #79291c;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #842029;
}

input:focus + .slider {
    box-shadow: 0 0 1px #842029;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Flexbox container to align switch and text */
.container {
    display: flex;
    align-items: center;
}

/* Spacing between switch and text */
.text {
    margin-left: 10px;
}

.bg-light-success{
    color: #0f5132;
    background-color: #d1e7dd!important;
}

.bg-disabled{
    color: #adadad!important;
    background-color: #d3d3d4!important;
}

.bg-bianchi{
    color: #ffffff!important;
    background-color: #79291c!important;
}

.text-bianchi{
    color: #79291c!important;
}

.btn-select {
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da!important;
}

.btn-select:hover{
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da!important;
}

.btn-select:active, .btn-select:focus {
    border: 1px solid #ced4da!important;
}

.mascara{
    display:none;
    position:fixed;
    background: url(/css/images/carrega.gif) 50% 50%/ 100px no-repeat;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:9000;
    opacity: 0.7;
    background-color:#fff;
}

.pesquisar{
    cursor: pointer;
}

.login{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.converter{
    cursor: pointer;
}

.chartjs-size-monitor{
    height: 600px;
}

.azul{
    color: #4e73df;
}

.azul-hover:hover{
    text-shadow: 0px 0px 5px #afafaf;
    cursor: pointer;
}

.cinza{
    color: #A0A0A0;
}

.text-muted{
    color: #E8E8E8!important;
}

.text-success-dark {
    color: #1a6a2c!important;
}

.listaDivergencias{
    margin-bottom: 0px;
    color: red;
}

.divergencias{
    color: red;
}

.listaDivergencias li{
    color: red;
    margin-right: 1rem;
}

.chave-fonte{
    font-size: 1.2rem;
}

.custom-control-label{
    text-align: left;
}

.boldish{
    font-weight: 600;
}

.tableFixHead{
    overflow-y: auto;
    height: 100px;
}

.tableFixHead thead th{
    position: sticky;
    top: 0;
}

.fundo{
    background: radial-gradient(rgba(0, 123, 255, 1), rgba(0, 123, 255, .95)), url("../img/bg-fundo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cursor-pointer{
    cursor:pointer;
}

.content{
    width: 100%;
    padding: 1rem;
}

.text-disabled{
    color: #bec7d1!important;
}

.bg-light{
    background-color: #e9ecef!important;
}

.bg-amarelo{
    background-color: #ffeeba !important;
}

.bg-vermelho{
    background-color: #f8d7da !important;
}

/* Christian */
.titulo-acoes, .titulo-empresas {
    width: 30%;
    border-radius: 35px 1px 35px 1px;
    font-family: 'Open Sans', sans-serif;
}

.acoes-pa{
    padding: 1em;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #007bff15;  /*rgb(240, 240, 240); */
    background-clip: border-box;
    border: 1px solid #007bff;
    border-radius: 0.25rem;
}


.acoes-pa-risco{
    padding: 1em;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f8d7da;
    background-clip: border-box;
    border: 1px solid #dc3545;
    border-radius: 0.25rem;
}

.textos{
    font-size: 14px;
 }

 .meuHr{
     margin-top: 0.8rem;
     margin-bottom: 0.8rem;
 }

.embaixo{
    position: absolute;
    right: 1px;
    bottom: 5%;
    width: 90%;
 }

 a.semHover:hover{
    background-color: #fff !important;
    color: unset !important;
 }

 a.text-vermelho.semHover{
    background-color: #fff !important;
    color: #dc3545!important;
 }

.icone{
    color: rgb(40, 115, 214);
    font-size: 20px;
}
.icone:hover{
    cursor: pointer;
    color: rgba(40, 115, 214, 0.75) !important;
}

/* Modal ações */
.modal-fullscreen{
    z-index: 100000; 
}

.modal-fullscreen .modal-dialog .modal-content .modal-body{
    height: 80vh; 
    overflow-y: scroll;
}

.meu-modal{
    z-index: 100001;
}

.meu-modal-secundario{
    z-index: 100002;
}

.swal2-container {
    z-index: 150000!important;
}

.postion-relative{
    position: relative !important;
}

.position-absolute{
    position: absolute !important;
}

.top-25{
    top: 23% !important;
}

.start-100{
    left: 75% !important;
}

.translate-middle{
    transform: translate(-50%,-50%)!important;
}

.dataTables_length{
    display: none;
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-top: 5px!important;
    margin-right: 5px!important;
}

/* Cabecalho 1 */
nav.nav-menu{
    background: radial-gradient(rgba(0, 123, 255, 1), rgba(0, 123, 255, .95)), url("../img/bg-fundo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Cabecalho 2 */
.cabecalho2 > .card{
    border-color: #fff;
}

.cabecalho2 > .card > .card-header{
    background: radial-gradient(rgba(0, 123, 255, 1), rgba(0, 123, 255, .95)), url("../img/bg-fundo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 40%;
    border-radius: 0px 0px 35px 0px;
}

/* Cabecalho 3 */
.cabecalho3 > .row > .col > h5::before{
    content: "";
    position: absolute;
    top: 0.14em;
    width: 0.09em;
    height: 1em;
    background-color: #007bff;
    margin-left: -15px;
}

.cabecalho3 > .row > .col > h5{
    /* font-family: 'Times New Roman', Times, sans-serif; */
    /* font-family: 'Arial'; */
    margin-left: 15px;
    font-size: 22px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da!important;
    color: #495057;
    background-color: #fff;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da!important;
    color: #495057;
    background-color: #fff;
    outline: 0;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0!important;
    outline-offset: 0!important;

    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.bootstrap-select .btn.active, .bootstrap-select .btn.show, .bootstrap-select .btn:first-child:active, :not(.bootstrap-select .btn-check)+.bootstrap-select .btn:active {
    background-color: #fff!important;
}

.btn-select {
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da!important;
}

.btn-select:hover{
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da!important;
}

.btn-select:active, .btn-select:focus {
    border: 1px solid #ced4da!important;
}

/* Badge Menu*/
.p-badge{
    padding: 0.25em 0.4em !important;
}

.fa-lg{
    font-size: 1.25em !important;
}

/* BOOTSTRAP 5 NA HOME*/
.fw-bold {
    font-weight: 700!important;
}

.me-1 {
    margin-right: 0.25rem!important;
}

.me-3 {
    margin-right: 1rem!important;
}

.is-invalid{
    box-shadow: 0 0 1px 1px #dc3545!important;
    border: 1px solid #dc3545!important;
    background-image: url("")!important;
}

.is-invalid:focus{
    outline: 0;
    box-shadow: 0 0 1px 1px #dc3545!important;
	border: 1px solid #dc3545!important;
}

.is-valid{
    box-shadow: 0 0 1px 1px #198754!important;
    border: 1px solid #198754!important;
    background-image: url("")!important;
}

.is-valid:focus{
    outline: 0;
    box-shadow: 0 0 1px 1px #198754!important;
	border: 1px solid #198754!important;
}

.is-invalid-btn{
    box-shadow: 0 0 1px 1px #dc3545!important;
    border: 1px solid #dc3545!important;
}

.is-invalid-btn:focus{
    outline: 0;
    box-shadow: 0 0 1px 1px #dc3545!important;
	border: 1px solid #dc3545!important;
}

.is-invalid-btn:hover{
    outline: 0;
    box-shadow: 0 0 1px 1px #dc3545!important;
	border: 1px solid #dc3545!important;
}

.is-valid-btn{
    box-shadow: 0 0 1px 1px #198754!important;
    border: 1px solid #198754!important;
}

.is-valid-btn:focus{
    outline: 0;
    box-shadow: 0 0 1px 1px #198754!important;
	border: 1px solid #198754!important;
}

.is-valid-btn:hover{
    outline: 0;
    box-shadow: 0 0 1px 1px #198754!important;
	border: 1px solid #198754!important;
}

table.dataTable {
    margin-top: 1rem!important;
    margin-bottom: 1rem !important;
}

.background-sucesso{
    background: linear-gradient(to left, #e2a602, #c49102)!important;
}

.text-sucesso{
    color: #c49102!important;
}

.hidden {
    display: none;
}

.dataTables_filter {
    display: none;
}

.dataTables_filter.mostrar {
    display: block;
}

@media print {
    .card-header {
        print-color-adjust: exact; 
    }

    .table {
        print-color-adjust: exact; 
    }

    .no-visibility {
        visibility: hidden !important;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    .card {
        page-break-inside: avoid!important;
    }

    .tr {
        page-break-inside: avoid!important;
    }
}