/*Estilização Geral do Site*/

.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: #FFb0db;
}

#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;
}

.bg-principal{
    /*#FFC0CB*/
    background-color: #FFC0CB !important;
}

.bg-gradient-principal{
    /*#FFC0CB*/
    /*background-color: #FFC0CB !important;*/
    background-color: #FFC0CB;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FFC0CB), to(#258391));
    background-image: linear-gradient(180deg, #FFC0CB 10%, #FFb0db 100%);
    background-size: cover;
}

/*.bg-gradient-info {
  background-color: #36b9cc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #36b9cc), to(#258391));
  background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
  background-size: cover;
}*/

.text-principal{
    /*#FFC0CB*/
    color: #D98392 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #D98392 !important;
}

.btn-principal{
    /*#FFC0CB*/
    background-color: #FFC0CB !important;
}

.btn-principal {
  color: #fff !important;
  background-color: #FFC0CB;
  border-color: #FFC0CB;
}

.btn-principal:hover {
  color: #fff !important;
  background-color: #FFC0CB;
  border-color: #FFC0CB;
}

.btn-principal:focus, .btn-principal.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

.btn-principal.disabled, .btn-principal:disabled {
  color: #fff;
  background-color: #FFC0CB;
  border-color: #FFC0CB;
}

.btn-principal:not(:disabled):not(.disabled):active, .btn-principal:not(:disabled):not(.disabled).active,
.show > .btn-principal.dropdown-toggle {
  color: #fff;
  background-color: #FFC0CB;
  border-color: #FFC0CB;
}

.btn-principal:not(:disabled):not(.disabled):active:focus, .btn-principal:not(:disabled):not(.disabled).active:focus,
.show > .btn-principal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

.nav-link-principal ,.nav-link-principal i{
    color: white !important;
}

.nav-link-principal_bold ,.nav-link-principal_bold i{
    color: white !important;
    font-weight: bold !important;
}

.titulo-menu-sidebar-principal{
    color: white !important;
    font-size: 80% !important;
}

 
 
/*|--------------------------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);
        }
    }*/