@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@media print{
    body * {
        visibility: hidden;
    }

    .section-print, .section-print * {
        visibility: visible !important;
    }
    .non-printable{
        display: none;
    }
}

.no-drop {
    cursor: no-drop!important;
}
.display_none{
    display: none!important;
}

table form{
    margin-bottom: 0;
}
table form button{
    margin-bottom: 0;
}
.loading{
    width:50px;
    text-align: center;
}

.invalid-feedback {
    display: block !important;
}
.is-invalid, .custom-select.is-invalid, .form-control.is-invalid, .is-invalid.custom-file-control, .was-validated .custom-file-control:invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #f44336;
}

.desativado{
    background-color: #ec353547 !important;
}

.select2-dropdown {
    /* margin-top: 55px; */
}

.legenda p{
    display: inline-block;
    margin-right: 20px;
}
.legenda span{
    padding: 3px 10px;
    margin-right: 5px;
    border: 1px solid #666;
}
.legend-yellow-1 span{
    background-image: linear-gradient(#fed60066, #fed600c4);
}
.legend-red-1 span{
    background-image: linear-gradient(#ec353547, #ec353547);
}
.legend-orange-1 span{
    background-image: linear-gradient(#ffddd3, #ffddd3);
}

.legend-blue-1 span{
    background-image: linear-gradient(#9fe1ff, #9fe1ff);
}

.legend-warning-1 span{
    background-image: linear-gradient(#f5790c, #c0671a);
}

.card-body {
    flex: 0 1 0 !important;
}

.full-height {
    height: 80vh;
}

.btn-trash{
    vertical-align: baseline;
    margin-right: 10px;
    padding: 6px;
}


.dataTables_wrapper .bmd-form-group.bmd-form-group-sm {
    padding-top: 0rem;
}

body{
    justify-content: center;
    align-items: center;
    width: 100%;
    /* background-image: url("/images/background02.jpg"); */
    background-size: cover;
    background-color: #fff;

}

.btn{
    border: none;
    border-radius: 3px;

    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 15px;
    color: white;
    cursor: pointer;
}

.btn-warning{
    color: #212529;
    background-color: #FFAC01 !important;
    border-color: #FFAC01 !important;
}

.btn-esterilize{
    background-color: #87D8B3 !important;
    border-color: #87D8B3 !important;
    font-family: 'Montserrat', sans-serif !important;

}
.btn-esterilize-secondary{
    color: #212529;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
}


.btn-absolute{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1px 12px;
    margin-bottom: 4px;
    font-size: 1.8em !important;
    z-index: 1 !important;
}

﻿body,html {
    overflow-x: auto;
    max-width: 100%;
    /* font-family: 'Pragati Narrow', sans-serif; */
}
label.radio-inline {
    padding-left: 10px;
}
h1, h2, h3,h4, h5, h6, a, p, button, input, .card-header, tr, td, th, div{
    font-family: 'Montserrat', sans-serif;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active em versões anteriores a 2.1.8 */ {
  opacity: 0;
}
.card_cadastro{
    margin-bottom: 15px;
}


/* UI SEMANTICS */

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float: right;
}
.dataTables_length label, .dataTables_filter label{
    align-items: center;
}
th{
    font-weight: 800 !important;
}

/* --------------------------FOOTER------------------- */
footer.footer {
    margin-top: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    background-color: #FFFFFF;
    padding: 10px;
}

footer.footer > span{
    font-size: small;
}
/* --------------------------FOOTER FIM------------------- */

/* --------------------------FUNÇÕES DIVERSAS------------------- */
#inativo{
    color: red;
}
#ativo{
    color: green;
}

.horizontal_scroll{
    overflow: auto;
    white-space: nowrap;
}
i.material-icons{
    font-size:16px;
    vertical-align: text-top;
}

/* -----------------------Menu Lateral--------------------------- */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 55px;
}
/* #wrapper.toggled {
    padding-left: 350px;
} */
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 350px;
    width: 0;
    height: 100%;
    margin-left: -350px;
    overflow-y: auto;
    background: #000;
    top: 61px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 350px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    /* padding: 15px; */
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -350px;
}
/* #menu-button{
    display:none;
} */
.menu-ativo{
    text-decoration: none;
    color: #fff;
    background: rgba(235, 243, 239, 0.836);
}

.dropdown-menu.show{
    background-color: #93d3b6;
    position: relative !important;
    left: 0px !important;
    will-change: top, left !important;
    display: block !important;
    width: 100% !important;
    top: 0px !important;
    /* padding-left: 25px; */
}

/* Sidebar Styles */
.separator{
    margin-top: 8px;

}
.menu-separator{
    border-bottom: 1px #999 solid;
    margin: 10px 15px;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li{
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a, .sidebar-nav li {
    display: block;
    text-decoration: none;
    /* color: #FFF; */
    color: #555;
    font-size: 18px;
    padding: 2px 0px;
}
.sidebar-nav li a:active, .sidebar-nav li:active {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #000;
    background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav h3 {
    padding: 20px 0px 0px;
    margin: 0px;
}
.sidebar-nav span{
    font-size: 16px;
    padding: 0px 20px;
}
.sidebar-nav>.sidebar-brand a, .sidebar-nav>.sidebar-brand {
    color: #999999;
}
.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }
    #wrapper.toggled {
        padding-left: 350px;
    }
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 350px;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

nav#sidebar-wrapper {
    background-color: #CBEFDE;
}
#logo_interna {
    width: 10%;
    display: inline-block;
}

/* ------------------TELAS GUEST----------------- */

#centro {
    width: 300px;
    position: relative;
    margin-left: 35%;
    margin-top: 4%;
    margin-bottom: 6%;

}
#containerLogin.form-group.row {
    margin-right: -7%;
}

/* ----------------------BOTÃO MAIS (TELA DE CADASTRO) --------------------- */
.botao_redondo{
    font-size: 30px;
    padding: 0px 11px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    transition: 1s;
}
.botao_redondo:hover, .botao_redondo:active{
    background-color: #0069d9;
    border-color: #0062cc;
    color: white ;
    text-decoration: none;
}

.botao_redondo.mais{
    background-color: #007bff;
    border-color: #007bff;
}
.botao_redondo.mais:hover, .botao_redondo.mais:active{
    background-color: #0069d9;
    border-color: #0062cc;
}

.botao_redondo.menos{
    background-color: #dc3545;
    border-color: #dc3545;
}
.botao_redondo.menos:hover, .botao_redondo.menos:active{
    background-color: #bd2130;
    border-color: #b21f2d;
}
.margin-horizontal-center{
    margin-left: 31px;
}
.margin-vertical-center{
    margin-top: -31px;
}
div#botoesTipo {
    width: 100%;

}
#divCabecalho{
    line-height: 1.3;
}

/* ----------------------CARDS OCULTOS (TELA DE CADASTRO ) --------------------- */


/* ----------------------SELECT2 MDB  --------------------- */
 .select2-container--default .select2-selection--single,
 .select2-container--default.select2-container--focus .select2-selection--multiple,
 .select2-selection.select2-selection--multiple{
        border: none !important;
        padding-left: 0px !important;
        margin-top: 10px !important;
        padding-bottom: 32px !important;
        border-bottom: 1px solid rgba(0,0,0,.26) !important;
        border-radius: 0px !important;
    }

    .select2-selection__rendered{
        padding-left: 1px !important;
    }
    .select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
    .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus{
        border: none !important;
        border-bottom: #87D8B3 !important;
    }

    .trashed_select .select2-container--default .select2-selection--single,
    .trashed_select .select2-container--default.select2-container--focus .select2-selection--multiple,
    .trashed_select .select2-selection.select2-selection--multiple{
        border: 1px solid black !important;
        padding-left: 5px !important;
        font-weight: 400 !important;
        padding-bottom: 0px !important;
        border-radius: 5px !important;
    }

    .trashed_select .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px;
    }


/* ----------------------SELECT2 MDB FIM --------------------- */
/*-----------------------LIST ORDEM DE SERVICOS ---------------*/
tbody tr.cortesia_pendente.even {
    background-color: #fed60066;
}
tbody tr.cortesia_pendente.odd {
    background-color: #fed600c4;
}
tbody tr.status_inconformidade.even {
    background-color: #f5790c;
}
tbody tr.status_inconformidade.odd {
    background-color: #c0671a;
}
button.btn.btn-raised.btn-sm.btn-outline-success {
    background-color: white;
}
/*---------------------LIST ORDEM DE SERVICOS FIM-----------------*/


/* --------------LIST ITENS ETAPAS------------- */
tbody tr.etapa_anterior.even{
    background-color: #fed60066;
}
tbody tr.etapa_anterior.odd {
    background-color: #fed600c4;
}
button.btn.btn-raised.btn-sm.btn-outline-success {
    background-color: white;
}

/*-----------------------Media Query------------------------------------------------------------- */


/* COL */
@media(max-width: 575px){
    #logo_interna{
        display: none;
    }
    #botoesTipo {
        text-align: center;
        line-height: 3em;
    }
    body{
        font-size: 12px;
    }
}

/* COL-SM */
@media(min-width: 576px){
    .toggled{
        display: none;
    }
    #sidebar-wrapper{
        width:0px;
    }
    #botoesTipo {
        text-align: center;
        line-height: 3em;
    }
    body{
        font-size: 11px;
    }
}

/* COL-MD */
@media(min-width: 768px){
    .toggled{
        display: flex;
    }
    #botoesTipo {
        text-align: center;
        line-height: 3em;
    }
    #logo_interna {
        width: 14%;
        display: inline-block;
    }
    body{
        font-size: 12px;
    }
}

/* COL LG */
@media(min-width: 992px){
    #logo_interna {
        width: 10%;
    }
    #botoesTipo {
        text-align: center;
        line-height: 3em;
    }
    body{
        font-size: 12px;
    }
}

/* COL-XL */
@media(min-width: 1200px){
    #botoesTipo {
        text-align: left;
    }
    body{
        font-size: 12px;
    }
}

/*  */
@media(min-width: 1920px) {
    body{
        font-size: 15px;
    }
}

.btn{
    font-size: 1em;
}

.table-responsive label {
    width: 100%;
    display: flex;
}

#test2 {
    height: 100%;
}
.display_none{
    display: none!important;
}
.display_block{
    display: block;
}

/* td,input {
    font-family: "Arial", sans-serif;
} */

#containerLogin.form-group.row {
    margin-right: -7%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .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: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  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%;
  }
  
