/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 19, 2017, 2:17:22 PM
    Author     : root
*/
/*.ui-widget, .ui-widget .ui-widget {
    font-size: 12px;
}

table.semBorda,
table.semBorda > tbody,
table.semBorda > tbody > tr,
table.semBorda > tbody > tr > td,
table.semBorda > thead,
table.semBorda > thead > tr,
table.semBorda > thead > tr > th{
    border: none !important;
    background: none !important;
}

h1{
    color: #7d7a7a;
    text-align: center;
}

h2{
    color: #7d7a7a;
    text-align: center;
}

.ui-panelgrid.ui-widget{
    margin-top:10px !important;
}

.ui-inputfield.ui-password.ui-widget.ui-state-default.ui-corner-all,
.ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all,
.ui-inputfield.ui-widget.ui-state-default.ui-corner-all.hasDatepicker{
    width: calc(100% - 10px) !important;
    min-width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
}

#headerForm\:loginButton,
#logoutForm\:logoutButton{
    float:right;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all {
    width: calc( 100% - 26px );
}

.ui-breadcrumb.ui-module.ui-widget.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    margin-bottom: 10px;
}

.ui-menuitem-text,
.ui-menuitem-icon.ui-icon{
    display: inline-block !important;
}

.ui-panel-titlebar{
    min-height: 2.5em;
}*/

.app{
    height: 100vh;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
.no-margin{
    margin: 0;
    padding: 0;
}

.my-bt{
    color: #2196f3;
    border: #2196f3 solid 1px;
    border-radius: 8px;
    padding: 8px;
}
.my-bt-white{
    color: #ddebf7;
    border: #ddebf7 solid 1px;
    border-radius: 5px;
    padding: 8px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header{
    position: fixed;
    width: 100%;
    height: 60px !important;
    border-bottom:  solid 1px #cccccc;
    background-color:rgba(255,255,255,0.95);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    z-index: 999;
}
.header-botoes{
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.header-menu{
    display: flex;
    flex-direction: column;
    /*align-items: end;*/
}
.header-bar{
    position: fixed;
    background-color: rgba(0,89,189,0.95);
    width: 100%;
    color: #f8f8f8;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 998;

}
.float-right{
    justify-content: right;
}
.my-combo tbody tr td{
    display: flex;
    flex-direction: row;
    align-items:  center;
    flex-wrap: nowrap;
    margin-top: 10px;
}


.conteudo{
    height: 100%;
    width: 100%;
}
.footer-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    background-color: #f8f8f8;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    /*    padding-left: 20px;
        padding-right: 20px;*/
}
.flex-row{
    display: flex;
    flex-direction: row;
    align-items:  center;
    flex-wrap: wrap;
}
.no-warp{
    flex-wrap: no-wrap;
}
.space-between{
    justify-content: space-between;
}
.align-end{
    align-items: end;

}
.align-center{
    align-items: center;
}
.flex-column{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.display-flex-colum{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}
.display-flex-colum-left{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: flex-start;
}

.my-combo .ui-selectonemenu .ui-widget .ui-state-default .ui-corner-all{
    background-color:#0059bd;
    /*rgba(0,0,0,0.9)*/
}
.my-combo .ui-selectonemenu-label .ui-inputfield {
    background-color: #0059bd;
    background: #0059bd;
    color: #f8f8f8;
}
.img-logo{
    max-width: 200px;
    max-height: 50px;
}
.icon-button{
    font-size: 25px;
}

.img-produto{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ses-prod{
    width: 250px;
    padding: 20px;
    align-items: center;
    /*border: #dadada solid 1px;*/
}

/*Referente a imagem do produto*/
.ses-img-prod{
    height:200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.imagem-produto{
    max-height: 200px;
    max-width: 200px;
}

.text-preco{
    font-size: 36px;
    font-weight: bold;
    text-align: right;
    position: relative;
    color:#ff3d32 !important;
    border: azure;
}
.text-preco.modo-black-friday{
    color:#ff0 !important;
}


/*Classe referente ao preço calculado da promoção*/
.text-preco-promo{
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    position: relative;
    color:#f76100 !important;
    border: azure;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
}

.text-preco-promo-frase{
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    position: relative;
    color:#f76100 !important;
    border: azure;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
}

.div-preco-promo{
    display: flex;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 50px;
    background-color: rgba(255, 233, 206, 0.8);
    border-radius: 10px;
    max-width: 100px;
    margin: 0px;
    padding: 0px !important;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
}

.second-bar{
    border: solid #dadada 1px;
    padding: 20px;
}

.display-flex-row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.espaco-entre-campos{
    justify-content: space-between;
}
.espaco-ao-redor{
    justify-content: space-around;
}
.flex-wrap{
    flex-wrap: wrap;
}
.BG-grey{
    background-color: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
}

.tx-12{
    font-size: 12px;
}
.tx-14{
    font-size: 14px;
}
.tx-16{
    font-size: 16px;
}
.tx-18{
    font-size: 18px !important;
}
.tx-22{
    font-size: 22px !important;
}
.tx-26{
    font-size: 26px;
}
.tx-36{
    font-size: 36px;
}


.mt-5{
    margin-top: 5px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px;
}
.mr-5{
    margin-right: 5px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px;
}
.mr-30{
    margin-right: 30px;
}
.p-20{
    padding: 20px;
}
.p-10{
    padding: 10px;
}
.p-10-{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.pl-10{
    padding-left: 10px;
}
.pl-20{
    padding-left: 20px;
}
.pr-10{
    padding-right: 10px;
}
.pr-20{
    padding-right: 20px;
}
.p-5-{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

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

.button-link-light{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;

    text-decoration: none !important;

    color: #ddebf7 !important;
    font-family: Arial !important;
    font-size: 18px !important;
}
.button-link-light:hover{
    color: #29b6f6 !important;
}

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

.text-bluegrey{
    color: #556376 !important;
}

.text-regular{
    font-size: 12px;
}
.text-small{
    font-size: 10px;
}
.red-text{
    color:#ed1c24 !important;
}
.blue-text{
    color:#0059bd !important;
}
.grey-text{
    color:#ddebf7 !important;
}
.my-link{
    text-decoration: none;
}


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

.mr20{
    margin-right: 20px;
}
.mr5{
    margin-right: 5px;

}
.ml20{
    margin-left: 20px !important;
}
.ml10{
    margin-left: 10px !important;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt60{
    margin-top: 60px !important;
}
.pt10{
    padding-top: 10px !important;
}
.pt60{
    padding-top: 60px !important;
}
.pb10{
    padding-bottom: 10px !important;
}

.not-in-mobile{
    display: flex;
}
.mobile-only{
    display: none !important;
}

/*Código referente ao degradê do texto*/
.texto-degrade {
    background-image: linear-gradient(to right, #0d61c1, steelblue, turquoise);
    color: black;
    background-clip: text;
    -webkit-background-clip: text;

    /* Adicionado: */
    -webkit-text-fill-color: transparent;

    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0px;
}

/*Códigos referente ao dialog dos cookies*/

.dialog-transparente .ui-dialog-content {
    background: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    box-shadow: none !important;
    /*border-radius: 0 0 20px 20px !important;*/
}

.barra-dialog-transparente .ui-dialog-titlebar{
    background: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    box-shadow: none !important;
    /*border-radius: 20px 20px 0 0 !important;*/
}

.modo-black-friday.dialog-transparente .ui-dialog-content {
    background: rgba(30, 30, 30, 0.9) !important;
    color: #aaaaaa !important;
}

.modo-black-friday.barra-dialog-transparente .ui-dialog-titlebar{
    background: rgba(30, 30, 30, 0.9) !important;
   
   
}


.bordas-arredondadas-dialog{
    box-shadow: none !important;
    border-radius: 20px !important;
}

/*Tamanho fonte p do dialog*/
.fonte-dialog-cookie{
    font-weight: bold;
    font-size: 15px;
}

/*===================================*/

/*Estilo do botão radio do dialog de selecionar loja*/
.botao-selecionado-dialog .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-radiobutton-icon {
    background-color: #2296f1;
    border-radius: 50%;
    width: 90%;
    height: 90%;
    transform: none;
}

.modo-black-friday{
    background-color: #212121 !important;
    color: #f5f5f5 !important;
    border-color: #556376 !important;
}

 .ui-datagrid.modo-black-friday .ui-datagrid-content{
    background-color: #212121 !important;
    color: #f5f5f5 !important;
    border-color: #465161 !important;
}

.modo-black-friday-header{
    background-color:rgba(30,30,30,0.95);
    color: #fff !important;
    border-bottom:  solid 1px #212121;
}

@media only screen and (max-width: 920px) {

    .ses-prod{
        width: 90px;
        padding: 5px;
    }
    .ses-img-prod{
        height:90px;
        width: 100%;
    }
    .imagem-produto{
        max-height: 100px;
        max-width: 100px;
    }
    .text-preco{
        font-size: 20px;
    }
    .text-regular{
        font-size: 10px !important;
    }

    .ui-selectonemenu-label{
        font-size: 10px !important;
    }


    .not-in-mobile{
        display: none;
    }
    .mobile-only{
        display: flex !important;
    }
    .header-bar{
        position: relative !important;
        justify-content: center;
        flex-wrap: wrap;
    }

    .header-botoes{
        margin-left:  5px !important;
        margin-right: 5px !important;
    }

    /*Classe referente ao preço calculado da promoção*/
    .text-preco-promo{
        font-size: 10px;
        font-weight: bold;
        text-align: right;
        position: relative;
        color:#f76100 !important;
        border: azure;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .text-preco-promo-frase{
        font-size: 5px;
        font-weight: bold;
        text-align: right;
        position: relative;
        color:#f76100 !important;
        border: azure;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .div-preco-promo{
        display: flex;
        z-index: 2;
        position: absolute;
        bottom: 0px;
        left: 10px;
        background-color: rgba(255, 233, 206, 0.8);
        border-radius: 10px;
        max-width: 50px;
        margin: 0px;
        padding: 0px !important;
        justify-content: center;
        align-items: flex-end;
        align-content: center;
    }

    .texto-degrade {
        background-image: linear-gradient(to right, #0d61c1, steelblue, turquoise);
        color: black;
        background-clip: text;
        -webkit-background-clip: text;

        /* Adicionado: */
        -webkit-text-fill-color: transparent;

        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;

        margin: 0px;
    }

    .fonte-dialog-cookie{
        font-weight: bold;
        font-size: 12px;
    }

    .fonte-size-12{
        font-size: 12px !important;
    }
    .fonte-size-10{
        font-size: 10px !important;
    }

}

@media print {
    .dataTableClassName {
        color:red;
    }
}