/*
Author: Ricardo Lima
*/


/*= LINK
--------------------------------------------------------*/
a {
    color: #3366FF;
}

    a:link {
        color: #3366FF;
    }

    a:hover {
        color: #3366FF;
    }

    a:active {
        color: #3366FF;
    }


/*= BODY
--------------------------------------------------------*/
.body, html {
    /*height: 100%;*/
    margin: 0;
    background-image: url('./../images/background.jpg');
}

.bodylogin {
    background-image: url('./../images/fundoentrada.png');
    height: 100%;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    padding: 10px;
    background-color: #000000;
    border-collapse: initial;
}

/*= LOGO
--------------------------------------------------------*/

.logo {
    height: 30px;
}

hr.sale {
    border: 5px solid #3366FF;
    border-radius: 5px;
}
/*= COMMON
--------------------------------------------------------*/
.dashrow {
    display: flex;
    align-items: center;
    justify-content: center;
}


.box {
    height: 100%;
    opacity: 0.83;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 25px;
    padding: 20px;
    width: 100%;
}

.boxlogin {
    /*height: 100%;*/
    opacity: 0.83;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 25px;
    padding: 20px;
}

.boxnegative {
    height: 100%;
    opacity: 0.90;
    filter: alpha(opacity=90);
    padding: 10px;
    width: 500px;
}


.boxdocumentsdoc {
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentschat {
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentsfeedstock {
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentstask {
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentsattach {
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentsstate {
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentsdelivery {
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentstotals {
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentsobs {
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentssales {
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentscustomer {
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.topboxrowdocumentsdoc {
    display: flex;
    flex-direction: column;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
}

.boxrowdocumentsdoc {
    display: flex;
    flex-direction: row;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
}

.boxcoldocumentsdoc {
    display: flex;
    flex-direction: column;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    margin: 20px;
    flex-wrap: wrap;
    gap: 16px; /* espaçamento entre os campos */
    align-items: flex-start; /* alinha pelo topo */
}

.ddlhide {
    display: none;
}

.ddlshow {
    display: block;
}

.objhide {
    display: none;
}

/* CLIENTE */
.div_Title_Cliente {
    display: flex;
    margin-left: 20px;
}

.divCliente {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* SAUDE */
.div_Title_Saude {
    display: flex;
    margin-left: 20px;
}

.divSaude {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}


.chkIllness {
    display: inline-block;
    margin-right: 15px;
}

/* AGUA */
.div_Title_Water {
    display: flex;
    margin-left: 20px;
}

.divWater {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.chkWater {
    display: inline-block;
    margin-right: 15px;
}


/* ENTREGA */
.div_Title_Entrega {
    display: flex;
    margin-left: 20px;
}

.divEntrega {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* OBSERVAÇÕES */
.div_Title_Observacoes {
    display: flex;
    margin-left: 20px;
}

.divObservacoes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* ESTADO */
.div_Title_Estado {
    display: flex;
    margin-left: 20px;
}

.divEstado {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* TOTAL */
.div_Title_Total {
    display: flex;
    margin-left: 20px;
}

.divTotal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* HISTÓRICO */
.div_Title_Historico {
    display: flex;
    margin-left: 20px;
}

.divHistorico {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* OUTROS */
.div_Title_Outros {
    display: flex;
    margin-left: 20px;
}

.divOutros {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

/*----*/
.txtbox {
    font-family: Calibri;
    font-size: 14px;
    color: #3366FF;
    /*background-color: lightgray !important; */
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    width: 100% !important;
}

.txtbox_hide {
    display: none;
}

.ddlbox {
    font-family: Calibri;
    font-size: 14px;
    color: #3366FF;
    background-color: lightgray !important; 
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

select option {
}

    select option:hover {
        color: #fff;
        box-shadow: inset 20px 20px #3366FF;
    }

    select option:checked {
        color: #888;
        box-shadow: inset 20px 20px #3366FF;
    }

.txtright {
    text-align: right;
}

.txtleft {
    text-align: left;
}

.txtnum {
    text-align: right;
}

.label {
    margin: 4px;
    padding: 4px;
    font-family: Calibri;
    color: #3366FF;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 11.844px;
}

.labeldocuments {
    display: inline-block;
    padding: 2px 4px;
    font-family: Calibri;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 3px;
    font-size: 11.844px;
    margin: 2px;
}

.labeldrill {
    background-color: #3366FF;
    cursor: pointer;
}



.labelform {
    margin: 4px;
    padding: 4px;
    font-family: Calibri;
    font-size: 14px;
    color: #3366FF;
    text-align: left;
    font-weight: normal;
    text-decoration-color: #3366FF;
    text-decoration: none;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

.labelformcheckbox {
    width: 105px;
}



.labeltitledrildown {
    margin: 0px;
    padding: 0px;
    font-family: Calibri;
    color: #3366FF;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.labeltitlelist {
    margin: 0px;
    padding: 0px;
    font-family: Calibri;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.labeltitlelistsize {
    font-size: 45px;
}

.labeltitlelistsmall {
    font-size: 20px;
}

.labelnegative {
    font-size: 16px;
    margin: 4px;
    padding: 4px;
    font-family: Calibri;
    color: #5D2331;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 18px;
}

.labeltitle {
    font-size: 20px;
    margin: 4px;
    padding: 0;
    font-family: Calibri;
    color: #3366FF;
    line-height: 41px;
    font-weight: bold;
    font-style: italic;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.labeltitledarkgray {
    color: darkgray;
}

.labeltitlelink {
    cursor: pointer;
}

.labelattach {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #ffffff;
    line-height: 45px;
    font-weight: normal;
    text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.toast {
    opacity: 1 !important;
}

.error {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #5D2331;
    background-color: #ffffff;
    line-height: 41px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.labelerror {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #5D2331;
    background-color: #ffffff;
    line-height: 41px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}



.ffl-wrapper {
    position: relative;
    display: block;
    padding-top: 1rem;
    margin-right: 20px;
}

    .ffl-wrapper .ffl-label {
        transition-property: all;
        transition-duration: 200ms;
        transition-timing-function: ease;
        transition-delay: 0s;
        position: absolute;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        pointer-events: none;
        top: 0;
/*        top: 1.25rem;
*/    }

    .ffl-wrapper.ffl-floated .ffl-label {
        top: 0;
    }

.ffl-label {
    color: #909090;
    line-height: 1.2;
}

.ffl-floated .ffl-label {
    color: #000000;
    font-size: 0.75rem;
}




.title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    text-transform: uppercase;
}


.titlenegative {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #5D2331;
    line-height: 41px;
    font-weight: normal;
    text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    text-transform: uppercase;
}

.userlabel {
    padding: 10px;
}

.userlabeldate {
    font-size: 20px;
    font-family: Calibri;
    color: #3366FF;
    font-weight: normal;
    text-decoration-color: #ffffff;
}

.newproduct {
    width: 600px;
    height: 450px;
    background: #660033;
}

.newsupplier {
    width: 600px;
    height: 450px;
    background: #660033;
}

.pdfxlsicon {
    width: 22px;
    margin-right: 0px;
}




/*= BUTTON
--------------------------------------------------------*/
/*.btn3 {*/
/*display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-right: 10;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;*/
/*height: 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #5D2331;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-color: #e4e4e4;
    border-color: #3366FF;
    transition-duration: 0.4s;
}

.btn3:hover {
        background-color: #3366FF;
        text-decoration-color: #000000;
        color: #ffffff;
    }*/


.btn2 {
    display: inline-block;
    /*padding: 6px 12px;*/
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    color: #ffffff;
    background-color: #8d0f5c;
    border-color: #3366FF;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    height: 40px;
    text-transform: uppercase;
}

    .btn2:hover {
        background-color: #3366FF;
        opacity: 0.83;
        text-decoration-color: #000000;
        color: #ffffff;
    }

.btn2resize {
    width: 125px;
}

.btndash {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    color: #f1f1f1;
    text-decoration-color: #f1f1f1;
    background-color: #d8901a;
    border-color: #3366FF;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .btndash:hover {
        background-color: #ffffff;
        text-decoration-color: #000000;
        color: #3366FF;
    }


.btnmenu {
    display: inline-block;
    padding: 6px 12px;
    margin: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    color: #5D2331;
    background-color: #f1f1f1;
    border-color: #3366FF;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .btnmenu:hover {
        background-color: #3366FF;
        text-decoration-color: #000000;
        color: #ffffff;
    }

.iconmenu {
    width: 20px;
}

.iconmenucolorcheck {
    color: green;
}


.iconmenugrid {
    /*width: 30px;*/
    font-size: large;
    margin: 5px;
}

.btnnegative {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-right: 10;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    color: #f1f1f1;
    background-color: #5D2331;
    border-color: #3366FF;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btnnegativeprevention {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/*= SITEMAP
--------------------------------------------------------*/
.sitemap {
    font-size: 14px;
    text-decoration: none;
}

/*= FORM
--------------------------------------------------------*/
.formtable {
    background-color: white;
    opacity: 0.9;
    padding: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    
}


/*= GRID
--------------------------------------------------------*/
.grid {
    width: 100%;
    /*    margin-top: 50px;
*/
}

.gridfullsize {
    width: 100%;
}
/*.grid td {
    text-align: left;
}
*/
.grid tr:nth-child(even) {
    background-color: #ffffff;
    color: #808080;
    border-bottom: solid 1px grey;
}

.grid tr:nth-child(odd) {
    background-color: #3366FF;
    color: #ffffff;
    border-bottom: solid 1px grey;
}

.grid tr:nth-child(even) td {
    background-color: #ffffff;
    color: #404040;
}

.grid tr:nth-child(odd) td {
    background-color: #ffffff;
    color: #404040;
}


.gridbackground {
    background-color: #ffffff;
    text-decoration: none;
}

.gridheader {
    padding: 10px;
    background-color: #3366FF;
    text-decoration-color: #ffffff;
    text-decoration: none;
    height: 50px;
}

.gridrow {
    height: 35px;
}

.gridrecordnumber {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #3366FF;
    line-height: 41px;
    font-weight: normal;
    text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.gridcolink {
    color: #3366FF;
}

a.gridcolink:link {
    color: #3366FF;
}

a.gridcolink:visited {
    color: #3366FF;
}

a.gridcolink:hover {
    color: #3366FF;
}

a.gridcolink:active {
    color: #3366FF;
}

.gridlabel {
    color: #3366FF;
}

.gridsearchtxt {
    width: 300px;
}

.gridfiltertxt {
    width: 300px;
}

.gridpagesizetxt {
    width: 50px;
}

.Pager {
    margin: 50px;
}



.grid_ARTIGOS_unitprice, .grid_GRUPOSDEARTIGOS_unitprice, .grid_IVA_value, .grid_DOCUMENTOS_total, .grid_DOCUMENTOSABERTOS_total {
    text-align: right;
    margin-right: 20px;
}




/*= GRIDPRODUCTS
--------------------------------------------------------*/
.gridproducts {
    width: 100%;
    font-size: medium;
    font-family: "Segoe UI";
}

.gridproductsfullsize {
    width: 100%;
}

.gridproducts td {
    text-align: center;
    padding: 10px;
}

.gridproducts tr:nth-child(even) {
    background-color: #ffffff;
    color: #808080;
    border-bottom: solid 1px grey;
}

.gridproducts tr:nth-child(odd) {
    background-color: #ffffff;
    color: #808080;
    border-bottom: solid 1px grey;
}

.gridproducts tr:nth-child(even) td {
    background-color: #ffffff;
    color: #404040;
}

.gridproducts tr:nth-child(odd) td {
    background-color: #ffffff;
    color: #404040;
}


.gridproductsbackground {
    background-color: #ffffff;
    text-decoration: none;
}

.gridproductsheader {
    padding: 10px;
    background-color: #39527C;
    color: #ffffff;
    text-decoration: none;
}

.gridproductsrow {
    height: 35px;
}

.gridproductsrecordnumber {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #ffffff;
    line-height: 41px;
    font-weight: normal;
    text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.gridproductscolink {
    color: #3366FF;
}

a.gridproductscolink:link {
    color: #3366FF;
}

a.gridproductscolink:visited {
    color: #3366FF;
}

a.gridproductscolink:hover {
    color: #3366FF;
}

a.gridproductscolink:active {
    color: #3366FF;
}

.gridproductslabel {
    color: #3366FF;
}

.gridproductssearchtxt {
    width: 300px;
}

.gridproductsfiltertxt {
    width: 300px;
}

.gridproductspagesizetxt {
    width: 50px;
}

.productsPager {
    margin: 50px;
}


/*= GRIDPERMISSIONS
--------------------------------------------------------*/
.gridpermissions {
    width: 100%;
    margin-bottom: 50px;
}

.gridpermissionsfullsize {
    width: 100%;
}

.gridpermissionsheader {
    text-align: center;
}

.gridpermissions td {
    text-align: left;
}

.gridpermissions tr:nth-child(even) {
    background-color: #ffffff;
    color: #808080;
    border-bottom: solid 1px grey;
}

.gridpermissions tr:nth-child(odd) {
    background-color: #ffffff;
    color: #808080;
    border-bottom: solid 1px grey;
}

.gridpermissions tr:nth-child(even) td {
    background-color: #ffffff;
    color: #404040;
}

.gridpermissions tr:nth-child(odd) td {
    background-color: #ffffff;
    color: #404040;
}


.gridpermissionsbackground {
    background-color: #ffffff;
    text-decoration: none;
}

.gridpermissionsheader {
    padding: 10px;
    background-color: #3366FF;
    color: #ffffff;
    text-decoration: none;
}

.gridpermissionsrow {
    height: 35px;
}



.gridpermissionslabel {
    color: #3366FF;
}




/* */
/*= GRIDFO
--------------------------------------------------------
.gridfo {
    height: 100%;
    opacity: 0.90;
    filter: alpha(opacity=90);
    //background-color: #5D2331;
    background-color: #a3a0a0;
    border-radius: 25px;
    padding: 0px;


    //width: 90%;
    //margin: 30px;
    //padding: 0px;
    //border: ridge;
    //border-color: #640808;
    //border-width: 1px;
}


.gridforow {
    background-color: #404040;
    height: 325px;
    font-family: Calibri;
    color: #ffffff;
    line-height: 41px;
    font-weight: normal;
    //text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    //filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.gridfocolimg {
    width: 25%;
    text-align:center;
}

.gridfoimg {
    width: 175px;
    height: 175px;
    margin: 30px;
    padding: 10px;
    border: ridge;
    border-color: #640808;
    border-width: 1px;
    border-radius: 25px;
}

.gridfoimgdetail {
    width: 400px;
    margin: 30px;
    padding: 10px;
    border: ridge;
    border-color: #640808;
    border-width: 1px;
    border-radius: 25px;
    border-style:solid;
}


.gridfocoldesc {
    text-align: left;
    margin: 0;
    padding: 0px;
}


.gridfolabel {
    font-size: 16px;
    text-align: left;
    //padding-left: 10px;
    font-family: Calibri;
    color: #ffffff;
    line-height: 41px;
    font-weight: bold;
    //text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    //filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.gridfolabeltitle {
    font-size: 20px;
    text-align: left;
    margin: 15px;
    padding-left: 10px;
    font-family: Calibri;
    color: #ffffff;
    line-height: 41px;
    font-style:italic;
    //text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    //filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}







.gridforecordnumber {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #ffffff;
    line-height: 41px;
    font-weight: normal;
    text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #ffffff;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}


.gridfosearchtxt {
    width: 300px;
}

.gridfofiltertxt {
    width: 300px;
}

.gridfopagesizetxt {
    width: 50px;
}

.gridfoextract {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #5d5d5d;
    font-weight: normal;
    background-color: #ffffff;
    text-decoration: none;
}


/*= MBGRIDFO
--------------------------------------------------------

.mbgridfoimgdetail {
    width: 250px;
    margin: 30px;
    padding: 10px;
    border: ridge;
    border-color: #640808;
    border-width: 1px;
    border-radius: 25px;
}

.mbbox {
    height: 100%;
    opacity: 0.90;
    filter: alpha(opacity=90);
    //background-color: #5D2331;
    background-color: #a3a0a0;
    border-radius: 25px;
    padding: 0px;
}

.mbgridfo {
    height: 100%;
    opacity: 0.90;
    filter: alpha(opacity=90);
    //background-color: #5D2331;
    background-color: #a3a0a0;
    border-radius: 25px;
    padding: 0px;

    //width: 90%;
    //margin: 0px;
    //padding: 0px;
    //border: ridge;
    //border-color: #640808;
    //border-width: 1px;
    //text-align: center;
}


/*= PANEL ACCORDION
--------------------------------------------------------*/

.accordion-container {
    margin: 0 0 10px;
}

.accordion-toggle {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 300;
    background: #999;
    color: #ffffff;
    text-decoration: none;
}

    .accordion-toggle.open, .accordion-toggle:hover {
        background: #3366FF;
        color: #ffffff;
    }

    .accordion-toggle span.toggle-icon {
        position: absolute;
        top: 9px;
        right: 20px;
        font-size: 1.5em;
    }

.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}


/* The Modal (background) */
.loading-modal {
    display: normal; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(1, 1, 1, 0.4);
}

/* Modal Content/Box */
.loading-modal-content {
    background-color: rgba(255, 255, 255, 1);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 350px; /* Could be more or less, depending on screen size */
    position: relative;
    border-radius: 25px;
}

.popup_content {
    background-color: #3366FF;
    border-radius: 15px;
}

.delete-modal {
    display: normal; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(1, 1, 1, 0.4);
}

/* Modal Content/Box */
.delete-modal-content {
    background-color: rgba(255, 255, 255, 1);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 350px; /* Could be more or less, depending on screen size */
    position: relative;
    border-radius: 25px;
}

/* The Modal (background) */
.drilldown-modal {
    display: normal; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(1, 1, 1, 0.4);
}

/* Modal Content/Box */
.drilldown-modal-content {
    background-color: rgba(255, 255, 255, 1);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    /*width: 350px;*/ /* Could be more or less, depending on screen size */
    position: relative;
    border-radius: 25px;
}


/* The Close Button */
/*.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }*/

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
    top: 10px;
}

.form-control-placeholder {
    position: absolute;
    top: 0px;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 80%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}



/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px
}

.toggle {
    position: relative;
    overflow: hidden
}

    .toggle input[type=checkbox] {
        display: none
    }

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none
}

.toggle.off .toggle-group {
    left: -100%
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #B22222;
}

    .toggle-off:hover {
        background-color: #7d1717;
    }

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px
}

.toggle-on.btn {
    padding-right: 24px
}

.toggle-off.btn {
    padding-left: 24px
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px
}

.toggle-on.btn-lg {
    padding-right: 31px
}

.toggle-off.btn-lg {
    padding-left: 31px
}

.toggle-handle.btn-lg {
    width: 40px
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px
}

.toggle-on.btn-sm {
    padding-right: 20px
}

.toggle-off.btn-sm {
    padding-left: 20px
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px
}

.toggle-on.btn-xs {
    padding-right: 12px
}

.toggle-off.btn-xs {
    padding-left: 12px
}













/*= NAVBAR
--------------------------------------------------------*/
.navbar {
    overflow: hidden;
    background-color: #333;
}

    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

.dropdown {
    float: right;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        min-width: 160px;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: #3366FF;
    }

.dropdown-content {
    font-size: 16px;
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        text-decoration: none;
        display: block;
        text-align: left;
        padding: 16px 16px;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

/*= NAV
--------------------------------------------------------*/


.sidenav {
    height: 100%;
    width: 0;
    /*    width: 50px;*/
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    /*padding-top: 60px;
    padding-bottom: 40px;*/
}

    .sidenav a {
        padding: 8px 8px 8px 20px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 72px;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


/*= CONTENT
--------------------------------------------------------*/
.content {
    /*    padding-top: 80px;*/
    margin-top: 80px;
    display: flex;
    justify-content: top;
    flex-direction: column;
}



/*= AG GRID
--------------------------------------------------------*/

.origin {
    width: 150px;
    height: 25px;
    margin-top: 6px;
    margin-left: 5px;
    line-height: 30px;
}

.consult {
    width: 150px;
    height: 25px;
    margin-top: 6px;
    margin-left: 5px;
    line-height: 30px;
}

.import {
    width: 150px;
    height: 25px;
    margin-top: 6px;
    margin-left: 5px;
    line-height: 30px;
}


.page-size {
    width: 75px;
    height: 25px;
    margin-top: 6px;
    line-height: 30px;
}

.ag-grid-div {
    padding: 20px;
    border-radius: 6px;
}

.ag-header-row-column {
    background-color: #39527C;
}

.ag-header-cell-text {
    font-weight: bold;
    color: white;
}

.ag-header-row-column-filter {
    background-color:  #39527C;
}

.ag-root-wrapper {
    border-radius: 5px;
}


div.ag-row-hover:not(.ag-row-group) div {
    background-color: lightdodgerblue !important;
    color: black;
}




.ag-paging-panel {
    font-weight: bold;
    color: white;
    background-color: #39527C;
}

.ag-icon-first, .ag-icon-previous, ag-icon-next, ag-icon-last, .ag-paging-row-summary-panel, .ag-paging-page-summary-panel {
    font-weight: bold;
    color: white;
}













/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.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: 22px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #3366FF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3366FF;
}

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%;
    }







/* Style the tab */
.tab {
    /* overflow: auto; */
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding-left: 12px;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    /* float: left; */
    background-color: white;
    margin-bottom: 100px;
    min-height: 300px;
    /*width: 35%;
    overflow-y: scroll;
*/
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}









/*= DASH
--------------------------------------------------------*/

.divdash {
    margin: 4px;
    padding: 4px;
    font-family: Calibri;
    color: #3792b2;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: 1px solid dodgerblue;
    background-color: white;
    width: 200px;
    height: 200px;
    /*float: left;*/
}

.divdash_B {
    font-size: 25px;
}

.divdash1 {
    margin: 20px;
    padding: 4px;
    font-family: Calibri;
    color: #3792b2;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: 5px;
    border-style: solid;
    border-color: #3792b2;
    width: 200px;
    background-color: white;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash2 {
    margin: 20px;
    padding: 4px;
    font-family: Calibri;
    color: #ff0000;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: 5px;
    border-style: solid;
    border-color: #ff0000;
    width: 200px;
    background-color: white;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash3 {
    margin: 20px;
    padding: 4px;
    font-family: Calibri;
    color: #16a362;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: 5px;
    border-style: solid;
    border-color: #16a362;
    width: 200px;
    background-color: white;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash4 {
    margin: 10px;
    padding: 4px;
    font-family: Calibri;
    color: #3366FF;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 34px;
    text-decoration: none;
    border: 5px solid dodgerblue;
    width: 800px;
    background-color: white;
    height: 300px;
    display: inline-grid;
    border-radius: 25px;
}

.divdash5 {
    margin: 10px;
    padding: 4px;
    font-family: Calibri;
    color: #3366FF;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 34px;
    text-decoration: none;
    border: 5px solid dodgerblue;
    width: 800px;
    background-color: white;
    height: 300px;
    display: inline-grid;
    border-radius: 25px;
}


.labeldash {
    margin: 4px;
    padding: 4px;
    font-family: Calibri;
    color: black;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 35px;
    text-decoration: none;
}

.labeldash_B {
    font-size: 25px;
}


.counterdash {
    margin: 4px;
    padding: 4px;
    font-family: monospace;
    color: black;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #3366FF;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 60px;
    font-weight: bold;
    text-decoration: none;
}

.counterdash_B {
    font-size: 25px;
}


.circle {
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    border: 3px solid #000;
}
/*= FIM DASH
--------------------------------------------------------*/


