@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Light.ttf');
}

:root{
    --blue-500: #3b82f6;
    --blue-600: #326fd1;
    --blue-100: #d0e1fd;
    --blue-50: #f5f9ff;
    --cyan-600: #059bb4;
    --cyan-50: #f3fbfd;
    --yellow-500: #eab308;
    --teal-100: #c7eeea;
    --teal-50: #f3fbfb;
    --grey-800: #424242;
    --grey-50: #fafafa;
    --grey-200: #eeeeee;
    --bluegray-100: #dadee3;
    --bluegray-200: #bcc3cd;
    --bluegray-700: #465161;
    --red-500: #ff3d32;
    --green-600: #1da750;
}



.app{
    width: 100vw !important;
    font-family: 'Roboto', sans-serif;
    margin: 0!important;
    padding:  0!important;
}
.top-bar{
    height: 40px !important;
    width: 100%;
    border-bottom: 1px solid #eee;
    box-shadow: 5px 5px 5px #eee;
}
.titulo-topbar{
    font-size: 1.0em !important;
}

.menu-lateral{
    min-width: 250px;
    height: calc(100vh - 40px) !important;
    /*background-color: #fafafa;*/
    border-right: 1px solid #eee;
    left: 0;
    top: 0;
    display: inline-block;
    float: left;
    box-shadow: inset 0 0 1em #eee;
}
.work-area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.ui-panel.ui-widget.ui-widget-content{
    border: none !important;
}
.ui-panel-content ui-widget-content{
    border: none !important;
}

.login-content{
    background-color: var(--blue-50);
    /*background-color: #f0f9ff;*/
    /*--cyan-50*/

    -webkit-box-shadow: 3px 7px 10px -3px rgba(3, 106, 124, 0.51);
    box-shadow: 3px 7px 10px -3px rgba(1, 103, 121, 0.51);
    border: 1px solid #eeeeee;
    border-radius: 16px;
    min-width: 300px;
    max-width: 900px;
    max-height: 500px;
    padding: 16px;
    margin-top: 5vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.conteudo-page{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
}
.conteudo-insert{
    overflow-y: scroll;
    height: calc(100vh - 40px);
}

.app-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.background{
    background-color: var(--grey-50);
    /*    background: url("../../resources/images/background.png") no-repeat center top fixed ;
        background-size: cover;*/
    height: 100vh;
}
/*.background-home{
    background: url("../resources/images/background2.png") no-repeat center top fixed ;
    background-size: cover;
    height: 100vh;
}*/


.campo-troco {
    width: 180px !important;
    height: 40px !important;
}
.campo-200 {
    width: 200px !important;
    height: 40px;
}
.campo-200 input {
    width: 200px;
    height: 40px;
}

.logo-emp{
    /*position: fixed;*/
    position: relative;
    top: 20px;
    max-height: 40px;
    max-width: 200px;
}
.logo-emp-topbar{
    max-height: 25px;
    max-width: 200px;
}
.img-erp{
    max-height: 40px;
    max-width: 200px;
}


.solidario-content{
    background-color: var(--blue-500);
    padding: 16px;

    border-radius: 10px;
    min-width: 300px;
    max-width: 900px;
    margin-left: 10px;
    margin-right: 10px;

    padding: 16px;
    z-index: -1;
}

.solidario-login{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    /*position: fixed;*/
    /*bottom: 2vh;*/
    margin-top: 20px;
    margin-bottom: 20px;
    /*top: 50vh;*/
}
.msg-sigin{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 5vh;
}
.solidario-nome{
    min-width: 200px;
}
.solidario-valor{
    min-width: 100px;
}

/* TEXTO   */
.icon-buttom{
    font-size: 30px;
}

.titulo{
    font-size: 22px !important;
    font-weight: 700;
}
.text-small-very{
    font-size: 12px !important;
}
.text-small{
    font-size: 14px !important;
}
.text-regular{
    font-size: 18px !important;
}
.tx-22{
    font-size: 22px !important;
}
.tx-42{
    font-size: 42px !important;
}
.text-big{
    font-size: 36px !important;
}

.text-blue{
    color: var(--blue-500) !important;
}
.text-sell{
    color: var(--blue-500) !important;
}
.text-red{
    color: var(--red-500) !important;
}
.text-cian{
    color: var(--cyan-600) !important;
}
.text-yellow{
    color: var(--yellow-500) !important;
}
.text-teal{
    color: var(--teal-100) !important;
}
.text-teal2{
    color: var(--teal-50) !important;
}
.text-grey-dark{
    color: var(--grey-800) !important;
}

.text-sell .ui-menuitem-text {
    color: var(--blue-500) !important;
}
.text-sell .ui-menuitem-icon{
    color: var(--blue-500) !important;
}

.text-red .ui-menuitem-text {
    color: var(--red-500) !important;
}
.text-red .ui-menuitem-icon{
    color: var(--red-500) !important;
}


.bold{
    font-weight: 700 !important;
}

.w150{
    width: 150px !important;
}
.w120{
    width: 120px !important;
}
.w80{
    width: 80px !important;
}
.w60{
    width: 60px !important;
}
.w20{
    width: 20px !important;
}
.w-large{
    width: 400px !important;
}
.w-medium{
    width: 250px !important;
}
.w-small{
    width: 100px !important;
}

.size30{
    width: 30px !important;
    height:  30px !important;  
}
.size25{
    width: 25px !important;
    height: 25px !important;  
}
.size20{
    width: 20px !important;
    height: 20px !important;  
}


/* BOTOES  */
.button{
    border-radius: 5px;
    color: var(--cyan-50);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.button.blue{
    background-color: var(--blue-500) !important;
}
.button.grey-light{
    background-color: var(--grey-200) !important;
    border-color:  var(--bluegray-100) !important;
    /*color: var(--grey-800) !important;*/
    color: var(--bluegray-700) !important;
    /*color: var(--blue-500) !important;*/
}
.button.cian{
    background-color: var(--cyan-600) !important;
}
.button.red{
    background-color: var(--red-500) !important;
    border-color: var(--red-500) !important;
}
.button.green{
    background-color: var(--green-600) !important;
    border-color: var(--green-600) !important;
}
.link{
    text-decoration: none !important;
}

.button-select{
    border: 1px solid var(--bluegray-100);
    border-radius: 5px;
    color: var(--bluegray-700);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    text-decoration: none !important;

}
.button-select.active{
    background-color: var(--blue-500) !important;
    color: var(--grey-50) !important;
}
.button-select.active:hover{
    background-color: var(--blue-100) !important;
    color: var(--blue-600) !important;
}
.button-select:hover{
    background-color: var(--blue-100) !important;
}




/* FLEX   */
.flex-column {
    display: flex;
    flex-direction: column;

    justify-content: normal;
    align-items: normal;
    align-content: normal;
}
.in-line{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-space-between{
    justify-content: space-between;
}
.flex-space-around{
    justify-content: space-around;
}

.flex-right{
    justify-content: flex-end;
}
.flex-left{
    justify-content: flex-start;
}
.flex-start{
    justify-content: flex-start;
}
.align-start{
    align-items: start;
}
.align-center{
    align-items: center;
}

.hora{
    width: 25%;
}
.hora.ui-state-active{
    background-color: var(--blue-500) !important;

}

.rodape-linha{
    border: solid #dadada 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.BG-grey{
    background-color: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
}
.button-link{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;

    text-decoration: none !important;

    color: #465161 !important;
    font-family: Arial !important;
    font-size: 18px !important;
}
.button-link:hover{
    color: #0d61c0 !important;
}



.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right!important;
}
.block{
    display: inline-block !important;
}

.full-widht{
    width: 100% !important;
}
.fit-width{
    width: fit-content !important;
}
.full-height{
    height: 100%;
}

.ui-datatable-reflow .ui-datatable-data > tr > td {
    width: 100% !important;
}

.mydatalist .ui-datalist-content{
    padding: 0 !important;
    margin:  0 !important;
}
.mydatalist .ui-datalist-data{
    padding: 4px !important;
    margin:  0 !important;
    margin-left: 20px !important;
}

.overflow-y{
    overflow-y: scroll;
}


/* SCROLLBAR  */
/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
/* Track */
::-webkit-scrollbar-track {
    /*  box-shadow: inset 0 0 5px grey; 
      border-radius: 10px;*/
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #d4dadf;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bad0e3;
}
/*   */

.SHOW {
    display: flex;
}
.HIDE {
    display: none;
}

/*date picker*/
 .ui-datepicker .ui-state-default {
    width:25px !important;
    height:25px !important;
}
 .ui-datepicker td {

}
 .ui-datepicker {
    width:300px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
}
/* special-date-picker */
.special-date-picker .ui-datepicker {
    width:350px !important;
    font-size: 12px !important;
}
.special-date-picker .ui-widget-content {
    margin: 0 !important;
    padding: 0 !important;
}
.special-date-picker .ui-datepicker td {
    padding: 5px !important;
}

.special-date-picker .ui-datepicker .ui-state-default{
    color: var(--green-600) !important;
    border: solid 1px var(--green-600) !important;
    /*  */
    width:35px !important;
    height:35px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}
.special-date-picker .ui-datepicker .ui-state-default:hover{
    background-color: var(--blue-100) !important;
}
.special-date-picker .ui-datepicker .ui-state-default.ui-state-active{
    color: var(--grey-50) !important;
    background-color: var(--blue-500) !important;
    border: none !important;
}
.special-date-picker .ui-datepicker .ui-state-default.ui-state-active:hover{
    background-color: var(--blue-100) !important;
    color: var(--blue-600) !important;
}
.special-date-picker .ui-datepicker .ui-state-default.ui-state-disabled{
    color: #888888 !important;
    border: none !important;
}
.special-date-picker .ui-datepicker .ui-state-default.ui-state-active.ui-state-disabled{
    color: var(--bluegray-100) !important;
    background-color: var(--blue-500) !important;
    border: none !important;
}
/*  */
.date-picker-blue .ui-button-text{
    background-color: var(--blue-500) !important;
}
/*  */


/* TOAST  */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
/*  */

.even-row{
    background-color: var(--grey-50) !important;
}
.odd-row{
}

.m10-item {
    margin-top: 10px !important;
    margin-right: 10px !important;
}
.mt10vh{
    margin-top: 10vh;
}
.mt30vh{
    margin-top: 30vh;
}
.mt5{
    margin-top: 5px;
}
.mt50{
    margin-top: 50px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mt10{
    margin-top: 10px !important;
}

.mb10{
    margin-bottom: 10px !important;
}
.mb20{
    margin-bottom: 20px !important;
}

.m3{
    margin: 3px !important;
}

.ml5{
    margin-left: 5px !important;
}
.ml10{
    margin-left: 10px !important;
}
.ml20{
    margin-left: 20px !important;
}

.mr10{
    margin-right: 10px !important;
}
.mr20{
    margin-right: 20px !important;
}
.mr15{
    margin-right: 15px !important;
}

.p10{
    padding: 10px;
}
.p20{
    padding: 20px;
}
.pl10{
    padding-left: 10px;
}
.pt30{
    padding-top: 30px !important;
}
.pt10{
    padding-top: 10px !important;
}
.pb10{
    padding-bottom: 10px !important;
}
.pb20{
    padding-bottom: 20px !important;
}



.NOT-IN-MOBILE{
    display: flex !important;
}
.MOBILE-ONLY{
    display: none !important;
}




@media only screen and (max-width: 600px) {
    .NOT-IN-MOBILE{
        display: none !important;
    }
    .MOBILE-ONLY{
        display: flex !important;
    }
    .login-content{
        /*width: 100vw !important;*/
        /*height: 100vh !important;*/
        /*max-height: 100vh;*/
        border-radius: 0%;
        /*margin: 0 !important;*/

        justify-content: start;
        /*padding-top: 10vh;*/

    }
    .menu-lateral{
        width: 100%!important;
    }

    .text-small-very{
        font-size: 10px !important;
    }
    .text-small{
        font-size: 12px !important;
    }
    .text-regular{
        font-size: 14px !important;
    }
    .text-big{
        font-size: 20px !important;
    }

    

    .titulo-topbar{
        font-size: 0.9em !important;
    }

    .fit-width-mobile{
        width: fit-content !important;
    }

    .w-large{
        width: 280px !important;

    }
    .w-medium{
        width: 200px !important;
    }
    .w-small{
        width: 50px !important;
    }
    
    

    .special-date-picker .ui-datepicker-touch-ui{
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right:  0 !important;

        -webkit-transform: translate(0%,0%)!important;
        -ms-transform: translate(0%,0%)!important;
        transform: translate(0%,0%)!important;
    }

}
