/*
Author: Ricardo Lima
*/

<style>
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,600&display=swap');
</style>


/*= LINK
--------------------------------------------------------*/
a {
    color: #ff66c4;
}

    a:link {
        color: #8CA2C2;
    }

    a:hover {
        color: #007bff;
    }

    a:active {
        color: #ff66c4;
    }


/*= 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;
}

div.ag-theme-balham div.ag-row {
    font-family: 'Noto Sans Lao', sans-serif;
}

.ag-theme-balham {
    font-family: 'Noto Sans Lao', sans-serif;
}

.header {
    padding:10px;
    background-color:#001f3f;
    border-collapse: initial;
}

/*= LOGO
--------------------------------------------------------*/

.logo {
    height: 35px;
}

hr.sale {
    border: 5px solid #001f3f;
    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);*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #2c3e5e;
    padding: 20px;
    border-radius: 10px;
}

.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;
}

.boxdocumentsuser {
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    width: 200px;
}

.boxdocumentschat {
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentsfeedstock {
    display: none;
    height: 5 vh;
    font-size: xx-small opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}

.boxdocumentstask {
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.boxdocumentsattach {
    display: none;
    height: 5 vh;
    font-size: xx-small opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 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;
}

.ddlhide {
    display: none;
}

.ddlshow {
    display: block;
}

.objhide {
    display: none;
}


.form-container {
    margin: 2rem 0;
    display: flex;
    justify-content: flex-start;
}

    .form-container input {
        display: block
    }

select#lb_usrchat {
    font-family: 'Noto Sans Lao', sans-serif;
    font-size: 10px;
}

.chkbox {
    display: -webkit-inline-box;
}

.txtbox {
    font-family: 'Noto Sans Lao', sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    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;
    /*    max-width: 100%;
    min-width: 10%;
    height: 100%;
*/ width: 100%;
}

.txtchat {
    width: auto;
}

.fa-shopping-cart{
    font-size: 30px;
}

.headboxcoldocumentsdoc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #f6f5fa;
    padding: 20px;
    border-radius: 10px;
}

.gridboxcoldocumentsdoc {
border-top-width: 20px;
    margin: 20px;
    padding: 20px;
    background-color: #f6f5fa;
    border-radius: 10px;
}

.topboxrowdocumentsdoc {
    display: flex;
    flex-direction: row;
    /*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);
    border-radius: 10px;
    width: 100%;
}

.boxcoldocumentsdoc {
    display: flex;
    flex-direction: column;
    /*opacity: 0.9;*/
    /*filter: alpha(opacity=90);*/
    margin: 1px;
}

.boxoptionsdocumentsdoc {
    width: 25%;
}

select option:hover {
    color: #fff;
    box-shadow: inset 20px 20px #e8eeff;
}

select option:checked {
    color: #fff;
    box-shadow: inset 20px 20px #e8eeff;
}

.txtright {
    text-align: right;
}

.txtleft {
    text-align: left;
}

.txtnum {
    text-align: right;
}

.label {
    margin: 4px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 11.844px;
}

.labeldocuments {
    display: inline-block;
    padding: 2px 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    font-size: 11.844px;
    font-weight: bold;
    /*line-height: 14px;*/
    color: #000;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #DAE3F0;
    border-radius: 3px;
    font-size: 11.844px;
    margin: 1px;
}

.labeldrill {
    background-color: #001f3f;
    cursor: pointer;
}



.labelform {
    margin: 4px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    font-size: 14px;
    color: #ff66c4;
    text-align: left;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    text-decoration: none;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    display: inline-block;
    width: 150px;
    vertical-align: top;
}

.labelformcheckbox {
    width: 105px;
}


    
    .labeltitledrildown {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #ff66c4;
    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: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    color: #456396;
/*    line-height: 41px;*/
    /*font-weight: bold;
    font-style: italic;*/
    text-decoration-color: #456396;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.labeltitledarkgray {
    color: #2d4062;
}

.labeltitlelink {
    cursor: pointer;
}

    .labelattach {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    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);
}

.title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    color: #001f3f;
    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;
}

.unreadmessage {
    font-weight: bold;
    font-size: medium ;
}


/*= 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: #ff66c4;
    transition-duration: 0.4s;
}

.btn3:hover {
        background-color: #001f3f;
        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: #456396;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    height: 40px;
    text-transform: uppercase;
}

    .btn2:hover {
        background-color: #DAE3F0;
        opacity: 0.83;
        text-decoration-color: #000000;
        color: #456396;
    }

img#I_Login {
    width: 25px;

}


.btn2resize {
    width: 125px;
}


.btnattach {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    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: dimgray;
    border-color: #ff66c4;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-transform: uppercase;
    margin-left: 10px;
}

    .btnattach:hover {
        background-color: dimgray;
        opacity: 0.83;
        text-decoration-color: #000000;
        color: #ffffff;
    }

.btnfeed {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    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: dimgray;
    border-color: #ff66c4;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-transform: uppercase;
    margin-left: 10px;
}

    .btnfeed:hover {
        background-color: dimgray;
        opacity: 0.83;
        text-decoration-color: #000000;
        color: #ffffff;
    }



.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: #001f3f;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .btndash:hover {
        background-color: #ffffff;
        text-decoration-color: #000000;
        color: #001f3f;
    }


    .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: #001f3f;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btnmenu:hover {
        background-color: #001f3f;
        text-decoration-color: #000000;
        color: #ffffff;
    }

.btnchat {
    width: 100%;
}


.iconmenu {
    width: 20px;
}

.iconmenucolorcheck {
    color: green;
}


.iconmenugrid {
    width: 30px;
    font-size: medium;
    margin: 4px;
}

.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: #001f3f;
    -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: 0px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
}


/*= 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: #001f3f   ;
        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: #001f3f;
    text-decoration-color: #ffffff;
    text-decoration: none;
    height: 50px;
}

.gridrow {
    height: 35px;
}

.gridrecordnumber {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #001f3f;
    line-height: 41px;
    font-weight: normal;
    text-shadow: 1px 1px 0px #a3a0a0;
    text-decoration-color: #001f3f;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
}

.gridcolink {
    color: #001f3f;
}

a.gridcolink:link {
    color: #001f3f;
}

a.gridcolink:visited {
    color: #001f3f;
}

a.gridcolink:hover {
    color: #001f3f;
}

a.gridcolink:active {
    color: #001f3f;
}

.gridlabel {
    color: #001f3f;
}

.gridsearchtxt {
    width: 300px;
}

.gridfiltertxt {
    width: 300px;
}

.gridpagesizetxt {
    width: 50px;
}

.Pager {
    margin: 50px;
}


.gridlineattach {
    display: flex;
    justify-content: flex-start;
    height: 20px;
    align-items: center;
}

.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: 11.844px;
    font-family: 'Noto Sans Lao', sans-serif;
}

.gridproductsfullsize {
    width: 100%;
}

.gridproducts td {
    text-align: center;
}

.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: #44567475;
}

.gridproducts tr:nth-child(odd) td {
    /*background-color: #ffffff;*/
    color: #44567475;
}


.gridproductsbackground {
    /*background-color: #ffffff;*/
    text-decoration: none;
}

.gridproductsheader {
    background-color: #8CA2C2;
    color: white;
    text-decoration: none;
    font-family: 'Noto Sans Lao', sans-serif;
    font-size: 11.844px;
    font-weight: unset;
    line-height: 20px;
    border-radius: 3px;

}

.gridproductsrow {
    height: 35px;
}

.gridproductsrecordnumber {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Lao', sans-serif;
    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: #001f3f;
}

a.gridproductscolink:link {
    color: #001f3f;
}

a.gridproductscolink:visited {
    color: #001f3f;
}

a.gridproductscolink:hover {
    color: #001f3f;
}

a.gridproductscolink:active {
    color: #001f3f;
}

.gridproductslabel {
    color: #001f3f;
}

.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: #001f3f;
    color: #ffffff;
    text-decoration: none;
}

.gridpermissionsrow {
    height: 35px;
}



.gridpermissionslabel {
    color: #001f3f;
}




/* */
/*= 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: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    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: 'Noto Sans Lao', sans-serif;
    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: #001f3f;
        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: #001f3f;
	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: #001f3f;
    }

.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
--------------------------------------------------------*/

.chatsidenav {
    height: 90vh;
    width: 20%;
    background-color: #DAE3F0;
    float: right;
    border-top-left-radius: 2vw;
}

.sidenav {
    height: 100%;
    width: 0;
    /*    width: 50px;*/
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-image:linear-gradient(to bottom,#2c3e5e,#456396);
    
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    border-top-right-radius: 10vw;
    /*padding-top: 60px;
    padding-bottom: 40px;*/
}

    .sidenav a {
        padding: 8px 8px 8px 20px;
        text-decoration: none;
        font-size: 18px;
        color: #d7dce3;
        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;
	align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}



/*= AG GRID
--------------------------------------------------------*/

.page-size {
    width: 75px;
    height: 25px;
    margin-top: 6px;
    line-height: 30px;
}

.ag-grid-div {
    border-top-width: 20px;
    margin: 20px;
    padding: 20px;
    background-color: #f6f5fa;
    border-radius: 10px;
}

.ag-header-row-column {
    background-color: #8CA2C2;
}

.ag-header-cell-text {
    /*font-weight: bold;*/
    color: #fff;
}

.ag-header-row-column-filter {
    background-color: #DAE3F0;
}

.ag-root-wrapper {
    border-radius: 5px;
}


div.ag-row-hover:not(.ag-row-group) div {
    background-color: #456396 !important;
    color: white;
}




.ag-paging-panel {
    /*font-weight: bold;*/
    color: #0900;
    background-color: #c8cade;
}

.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: #000;
}













/* 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: blue;
}

input:focus + .slider {
    box-shadow: 0 0 1px blue;
}

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;
    background-color: transparent;
    width: 100%;
    margin-top: 10px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: #6d737c;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    color: white;
    margin: 0.1vw;
}

/* 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;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    float: left;
    overflow-y: scroll;
    width: 100%;
}

/* Fade in tabs */
    @-webkit-keyframes fadeEffect {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeEffect {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


/* Style the tab content */
.chattabcontent {
    display: block;
    padding-left: 12px;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    width: 100%;
    height: 100%;
    float: left;
    margin-left: 10px;
    overflow-y: scroll;
}



/*= DASH
--------------------------------------------------------*/

.divdash {
    margin: 4px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #3792b2;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    /*float: left;*/
}

.divdash_B {
    font-size: 25px;
}

.divdash1 {
    margin: 20px;
    padding: 4px;
    font-family: "Open Sans", sans-serif;
    color: #3792b2;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash2 {
    margin: 20px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #ff0000;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash3 {
    margin: 20px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #16a362;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash4 {
    margin: 20px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #16a362;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash5 {
    margin: 20px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #FD5936;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #FD5936;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash6 {
    margin: 20px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #EDB81F;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #EDB81F;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash7 {
    margin: 20px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #6E39C5;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #6E39C5;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash8 {
    margin: 20px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #832929;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #832929;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash9 {
    margin: 20px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #832929;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #832929;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 75px;
    text-decoration: none;
    border: none;
    background-color: #f6f5fa;
    width: 200px;
    height: 200px;
    display: inline-grid;
    place-content: space-around;
    border-radius: 25px;
}

.divdash10 {
    margin: 10px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #ff66c4;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 34px;
    text-decoration: none;
    border: none;
    width: 700px;
    background-color: #f6f5fa;
    height: 300px;
    display: inline-grid;
    border-radius: 25px;
}

.divdash11 {
    margin: 10px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: #ff66c4;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 34px;
    text-decoration: none;
    border: none;
    width: 700px;
    background-color: #f6f5fa;
    height: 300px;
    display: inline-grid;
    border-radius: 25px;
}


.labeldash {
    margin: 4px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: black;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 25px;
    text-decoration: none;
}

.labeldash_B {
    font-size: 25px;
}


.counterdash {
    margin: 4px;
    padding: 4px;
    font-family: 'Noto Sans Lao', sans-serif;
    color: black;
    text-align: center;
    font-weight: normal;
    text-decoration-color: #ff66c4;
    filter: dropshadow(color=#a3a0a0, offx=1, offy=1);
    font-size: 50px;
    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
--------------------------------------------------------*/


/*= BALLON
--------------------------------------------------------*/

.iconchatgrid {
    font-size: xx-small;
}

*, *::before {
    box-sizing: border-box;
}

.chat {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    font: .85rem/1.5 'Noto Sans Lao', sans-serif;;
    color: #313131;
    position: relative;
}
/*
    .chat::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        height: 40%;
        width: 100%;
    }*/

    .chat p {
        margin: 0;
        padding: 0;
    }

.chat__content {
    flex: 0 1 auto;
    padding: 1rem;
    margin: 0 0.5rem;
    background: var(--bgcolor);
    border-radius: var(--radius);
    width: 100%;
}

.chat__message {
    width: 45%;
    display: flex;
    align-items: flex-end;
    transform-origin: 0 100%;
    padding-top: 0;
    transform: scale(0);
    max-height: 0;
    overflow: hidden;
    animation: message 0.15s ease-out 0s forwards;
    animation-delay: var(--delay);
    --bgcolor: #f6f5fa;
    --radius: 8px 8px 8px 0;
    color: #000;
    width: 100%;
}

.chat__message_B {
    flex-direction: row-reverse;
    text-align: right;
    align-self: flex-end;
    transform-origin: 100% 100%;
    --bgcolor: #f6f5fa;
    color: #2d4062;
    --radius: 8px 8px 0 8px;
}

/*.chat__message::before {
    content: "";
    flex: 0 0 10px;
    aspect-ratio: 1/1;
    background: var(--bgcolor);
    border-radius: 50%;
}*/

@keyframes message {
    0% {
        max-height: 100vmax;
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        max-height: 100vmax;
        overflow: visible;
        padding-top: 1rem;
    }
}


.chat_line {
    display: flex ;

}

.chat_line_userfrom {
    display: flex ;
    font-size: xx-small ;
}

.chat_line_userto {
    display: flex;
    font-size: xx-small;
    align-items: right;
    justify-content: right;
}
/*= FIM BALLON
--------------------------------------------------------*/

/*= DELIVERY
--------------------------------------------------------*/


.delivery {
    display: flex;
    line-height: 1.2vh;
    flex-wrap: wrap;
}

.deliveryline {
    margin-right: 1vw;
    margin-left: 1vw;
    margin-bottom: 1vw;
    background-color: white;
    padding: 0.5vw;
    border-radius: 0.5vw;
}

p.delivery_line_label {
    font-weight: bold;
}

span.delivery_line_txt {
    font-weight: normal;
}

/*= FIM DELIVERY
--------------------------------------------------------*/


/*= PAYMENTS
--------------------------------------------------------*/


.payments {
    display: flex;
    line-height: 1.2vh;
    flex-wrap: wrap;
}

.paymentsline {
    margin-right: 1vw;
    margin-left: 1vw;
    margin-bottom: 1vw;
    background-color: white;
    padding: 0.5vw;
    border-radius: 0.5vw;
}

p.payments_line_label {
    font-weight: bold;
}

span.payments_line_txt {
    font-weight: normal;
}
/*= FIM PAYMENTS
--------------------------------------------------------*/


/*= TASK
--------------------------------------------------------*/
.icontaskgrid {
    font-size: x-small;
}

.task {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font: .85rem/1.5 Arial;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 2%;
    color: #000;
}

.task_miniline {
    display: flex;
    font-size: xx-small;
    margin: 5px;
}

.task_miniline2 {
    display: flex;
    font-size: xx-small;
    margin: 0px;
}

.task_line {
    display: flex;
    font-size: small;
    margin: 2px;
}

.select_line {
    display: flex;
    border: #001f3f 1px;
    color: #001f3f;
    background-color: #8CA2C2;
    width: 100%;
}

/*= FIM TASK
--------------------------------------------------------*/



/*= FEED
--------------------------------------------------------*/
.iconfeedgrid {
    font-size: x-small;
}

.feed {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font: .85rem/1.5 Arial;
    position: relative;
    background-color: blue;
    margin-bottom: 10px;
    border-radius: 2%;
}

.feed_miniline {
    display: flex;
    font-size: xx-small;
    margin: 5px;
}

.feed_line {
    display: flex;
    font-size: small;
    margin: 0px;
}


/*= FIM FEED
--------------------------------------------------------*/



.sticky_div_chat {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    background-color: #DAE3F0;
    padding-bottom: 2vh
}


#b_addresp {
  background-color: #8CA2C2;
  color: white;
  font-size: 14px;
  text-decoration: underline;
}


/*
.tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.tabs li {
    margin-right: 10px;
}

    .tabs li:last-child {
        margin-right: 0;
    }

.tabs a {
    display: block;
    padding: 10px;
    background-color: #eee;
    color: #333;
    text-decoration: none;
}

    .tabs a.active {
        background-color: #ccc;
    }

.tabs div {
    display: none;
}

    .tabs div:target {
        display: flex;
    }

.tabsinside div {
    display: flex;
}



*/


.por-tratar {
    background-color:  #E97777 !important;
}

.mat-separado{
    background-color:  #FFFBC1 !important;
}

.pronto {
    background-color:  #B6E2A1 !important;
}

.aluguer{
    background-color:  #FDCEDF !important;
}

.terminado{
    background-color:  #B6E2A1 !important;
}

.standby{
    background-color:  #40e0d0 !important;
}
