/*Estilização Geral do Site*/


/*crtl+shif+C para ver cores, se etiver com o colorPicker instalado*/

#contentzoom {
    transform: scale(0.8);
    transform-origin: 0 0;
}

.fit_table{
    white-space: nowrap; 
    width: 1%;
}

.fit_table_fluxo{
    white-space: nowrap; 
}

.inline-td {
    display: flex;
}

.acoes-td {
    display: block;
    width: 80px;
}
 
 
#sidebar.active {
    margin-left: -250px;*/
    
}

.sidenav{
    height: 100%;
        transition: all 0.3s;
    background-color: #5a5c69;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
  }

#calendar .button{
    background-color: #36b9cc;
    border-color: #36b9cc;
}

.div_invisivel{
    display: none;
}

.numero_icone{
    position: absolute;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}


.fotoredonda{
    height: 35px;
    border-width: thin;
    border-style: solid;
    border-radius: 20px;
    border-color: #fff;
    background: #fff;
}

.modal-gg {
    max-width: 90%!important;
}


.cl-padrao{
    background: #f8f9fc;
}

.btn-padrao{
    /*background: #ED9C00;*/
/*    background: rgb(236,113,31)!important;*/
    background: rgba(90, 92, 105, 1)!important;

    color: #FFF!important;
}

.text-padrao{
    color: #000B52!important;
}

.sidebar-padrao .nav-item .nav-link {
    color: rgb(0, 11, 82, 0.8);
    /*color: #000B52,0.8;*/
}

.tabela_solicitacao {
    table-layout: fixed;
}


.divisor {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.sem_borda{
    border: 1px solid #fff!important;
}

input:read-only .sem_borda{
  background-color: yellow!important;
}



.coluna_vertical{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding-bottom: 40%;
}

.tamanho_coluna .text th{
    width: 400px!important;
    display: block;
 
}

.modal_back {
  overflow-y:auto!important;
}

/*.sidebarfundo{
    background-color: #f8f9fc;
}*/

 

/*|--------------------------Os exemplos abaixo são coisas de CSS que eu fiz no serviço e já tem @mediaqueries para se
guiar durante a execução do nosso projeto (MOBILE)----------------------------------------------------------------|*/
/*#popup-modal #msg-error{
    color: #ff4392 !important;
}
#popup-modal .ajaxform{
    position: fixed;
    transform: translate();
    top:295px;
    left:540px;
    -webkit-transform: translate(-488px,-88px) scale(0.9,0.9);
    -moz-transform: translate(-485px,-85px) scale(0.9,0.9);
}
#popup-modal .stage-container{
    overflow-x: hidden;
}
#popup-modal .btn{
    max-width: 220px;
    margin: auto;
    transform: skew(-25deg);
    box-shadow: 4px 4px black;
    height: 30px;
}
#popup-modal .btn span {
    transform: skew(25deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
}
    @media (max-width: 850px) {
        #popup-modal .popup .modal-dialog {
            width: auto;
            max-width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
    }
    @media (max-width: 767px) {
        #popup-modal .modal-dialog, .modal-body{
            padding: 0;
            max-width: 260px;
            margin:auto;
            position: relative;
            min-height: 300px;
            top: 15%;
            left: 0%;
            height: auto;
            -webkit-transform: translate(4.5px,-4px);
            -moz-transform: translate(4.5px,-4px);
        }
    }
    @media (max-width: 399px) and (min-width: 280px) {
        #popup-modal .modal-dialog, .modal-body{
            padding: 0;
            max-width: 260px;
            margin:auto;
            position: relative;
            min-height: 300px;
            top: 15%;
            left: 0%;
            height: auto;
            -webkit-transform: translate(5px,-5px)
            -moz-transform: translate(5px,-5px);
        }
    }
    @media (max-width: 767px) {
        #popup-modal .close-popup {
            position: relative;
            top: -7px;
            left: 378.5px;
            -webkit-transform: translate(-134.5px,-4px) scale(0.7,0.7);
            -moz-transform: translate(-134.5px,-4px) scale(0.7,0.7);
        }
    }

    @media (max-width: 399px) and (min-width: 280px) {
        #popup-modal .close-popup {
            position: relative;
            top: -8px;
            left: 244px;
            font-size: 14px;
            -webkit-transform: translate(0px,-1px);
            -moz-transform: translate(0px,-1px);
        }
    }*/