@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/Header.razor.rz.scp.css */

.infoUser[b-zd7263mcaa] {
    display: flex !important;
    justify-content: center;
    position: fixed;
    top: 20px;
    align-items: start;
    left:20%;
}

@media screen and (min-width: 600px) {
    .infoUser[b-zd7263mcaa] {
        left: 30%;
       /* color: blue;*/
    }
}

@media screen and (min-width: 800px) {
    .infoUser[b-zd7263mcaa] {
        left: 28%;
        /*color: green;*/
    }
}

@media screen and (min-width: 1000px) {
    .infoUser[b-zd7263mcaa] {
        left: 21%;
       /* color:red;*/
    }
}

@media screen and (min-width: 1200px) {
    .infoUser[b-zd7263mcaa] {
        left: 19%;
       /* color: yellow;*/
    }
}

@media screen and (min-width: 1400px) {
    .infoUser[b-zd7263mcaa] {
        left: 18%;
        /*color: orange;*/
    }
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */

/* /Components/Layout/MainLayout.razor.rz.scp.css */


#blazor-error-ui[b-ttqhw0q85j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ttqhw0q85j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Modal.razor.rz.scp.css */
.modal[b-up2f5uimfe] {
    display: block;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-dialog[b-up2f5uimfe] {
}

.modal-content[b-up2f5uimfe] {
    margin: auto;
    width: 100%;
    border: 3px solid #0298b0;
    padding: 10px;
    min-width: 500px;
    min-height: 300px;
}

.modal-header[b-up2f5uimfe] {
    background-color: transparent;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: start !important;
    align-content: start;
    width: 100%;
    height: 150px;
    border-bottom-color: #0298b0;
}

.modal-body[b-up2f5uimfe] {
    font-size: 20px;
    color: #0298b0;
    font-weight: bold;
    font-family: Ebrima;
}

.modal-footer[b-up2f5uimfe] {
    border-top-color: #0298b0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sideBar[b-54n9mv5vk1] {
    height: 100vh !important;
    background: linear-gradient(100deg, rgba(24,164,159,1) 0%, rgba(102,205,103,1) 100%);
    justify-content: start;
    align-items: start;
    display: table-row;
}

.img[b-54n9mv5vk1]
{
    display:inline-flex;
    justify-content:center;
    align-content:start;
    align-items:start;
}

.menu[b-54n9mv5vk1] {
    justify-content: center;
    align-items: start;
    display: grid;
    align-content:start;
    
}

.divmenu[b-54n9mv5vk1] { 

}

.menuItem[b-54n9mv5vk1] {
    background-color: transparent;
    height: 50px;
    border: 1px solid lightgray;
    width: 100%;
    min-width: 200px;
    max-width: 200px;
    font-size: 18px;
}

.menuItem:hover[b-54n9mv5vk1] {
    color:white;
}

i[b-54n9mv5vk1] {
    position: absolute;
    color: black !important;
    height: 40px;
    width: 40px;
    left: 70px;
    display: flex;
    justify-content: start;
    align-items: end;
    align-content: start;
}

@media screen and (max-width: 999px) {
    i[b-54n9mv5vk1] {
        left: 15px !important;
    }
}

@media screen and (min-width: 1000px) {
    i[b-54n9mv5vk1] {
       left: 15px !important;
    }
}

@media screen and (min-width: 1200px) {
    i[b-54n9mv5vk1] {
        left: 20px !important;
    }
}

@media screen and (min-width: 1300px) {
    i[b-54n9mv5vk1] {
        left: 25px !important;
    }
}

@media screen and (min-width: 1400px) {
    i[b-54n9mv5vk1] {
        left: 70px !important;
    }
}







/* /Components/Pages/Colaboradores.razor.rz.scp.css */
.headerStyle[b-kujyaqgxbv] {
    width: 250px;
    display: block;
    background-color: #0298b0;
    color: white;
    padding: 10px;
    height: 40px;
    align-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    border: 2px solid lightgray;*/
    font-family: Ebrima;
    width: 100%;
}

.templateStyle[b-kujyaqgxbv] {
    font-size: 14px;
    color: black;
    font-family: Ebrima;
    padding: 6px;
    border-bottom: 2px solid lightgray;
    border-right: 2px solid lightgray;
    border-top: 2px solid lightgray;
    width: 100%;
}

    .templateStyle:hover[b-kujyaqgxbv] {
        background-color: lightgray;
    }

.editStyle[b-kujyaqgxbv] {
    font-size: 14px;
    color: black;
    font-family: Ebrima;
    padding: 6px;
    border-bottom: 2px solid lightgray;
    border-right: 2px solid lightgray;
    border-top: 2px solid lightgray;
    width: 100%;
    background-color:lightgray;
}


.iconStyle[b-kujyaqgxbv] {
    border-radius: 25%;
    color: hotpink !important;
    font-size: 22px !important;
   /* border: 2px solid gray;*/
    padding:2px;
}

.columnsCommands[b-kujyaqgxbv] {
   /* background-color: lightgray;*/
   /* border: 2px solid lightgray;*/
    font-family: Ebrima;
    width: 100%;
    display:inline-flex;
    min-width:125px;
    justify-content:center;
    height:100%;
}

.btnNovo[b-kujyaqgxbv] {
    background-color: #0298b0;
    color:white;
    border:none;
    font-size:14px;
    width:200px;
}

    .btnNovo:hover[b-kujyaqgxbv] {
        background-color: #0298b0;
        color: black;
    }


.modal[b-kujyaqgxbv] {
    display: block;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-dialog[b-kujyaqgxbv] {
  
}

.modal-content[b-kujyaqgxbv] {
    margin: auto;
    width: 100%;
    border: 3px solid #0298b0;
    padding: 10px;
    min-width: 500px;
    min-height: 300px;
}

.modal-header[b-kujyaqgxbv] {
    background-color: transparent;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: start !important;
    align-content: start;
    width: 100%;
    height: 150px;
    border-bottom-color: #0298b0;
}

.modal-body[b-kujyaqgxbv] {
    font-size: 20px;
    color: #0298b0;
    font-weight: bold;
    font-family: Ebrima;
    
}

.modal-footer[b-kujyaqgxbv] {
    border-top-color: #0298b0;
}







/* /Components/Pages/Documentacao.razor.rz.scp.css */
body[b-l89fp7tpuj] {
}

#pnlSeccao[b-l89fp7tpuj] {
    display: flex;
    justify-content: start;
    min-width: 100%;
    margin: 0;
    padding: 0;
}

#pnlDocs[b-l89fp7tpuj] {
    /*display: flex;
    justify-content: start;*/
   /* margin-left: 5px;*/
    /*min-width: 100%;
    width: 70vh;*/
}

#pnlSubSeccao[b-l89fp7tpuj] {
    display: grid;
    justify-content: center;
    align-content: start;
    align-items: start;
    min-width: 250px;
    height: 65vh;
    background-image: linear-gradient(to right, #16A085 0%, #16A085 51%, #16A085 100%);
    /* background-color: #55ec5f;*/
    max-width: 250px;
    margin: 0px !important;
    padding: 0px !important;
    border: solid 2px gray;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*#btnSeccao {
    color: white;
    background-color: green;
    height: 50px;
    width: 250px;
    font-weight: bold;
    line-break: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    border: solid 3px gray;
}

    #btnSeccao:hover {
        color: green !important;
        background-color: lightgray !important;
        border: solid 3px green;
    }*/

.btnSeccao[b-l89fp7tpuj] {
    background-image: linear-gradient(to right, #16A085 0%, #16A085 51%, #16A085 100%);
    /* background-image: linear-gradient(to right, #16A085 0%, #55ec5f 51%, #16A085 100%);*/
    /*background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%)*/
}

.btnSeccao[b-l89fp7tpuj] {
    padding: 5px 5px;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    height: 50px;
    width: 250px;
    font-size: 13px;
    font-weight:bold;
    line-break: auto;
    margin-right:5px;
}

    .btnSeccao:hover[b-l89fp7tpuj] {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    .btnSeccao:focus[b-l89fp7tpuj] {
        color: black !important;
        background-color: lightgray !important;
        border: solid 3px green;
        background-image:none;
    }

.btnSeccaoAtivo[b-l89fp7tpuj] {
    background-color: lightgray !important;
}

.btnSeccaoAtivo[b-l89fp7tpuj] {
    padding: 5px 5px;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    height: 50px;
    width: 250px;
    font-size: 13px;
    font-weight: bold;
    line-break: auto;
    margin-right: 5px;
}

/*#btnSubSeccao {
    color: white;
    background-color: red;
    height: 70px;
    width: 230px;
    font-weight: bold;
    line-break: auto;
    display: flex;
    justify-content: start;
    align-content: start;
    align-items: center;
    text-align: start;
    font-size: 12px;
    border: solid 3px gray;
    
}
*/

.btnSubSeccao[b-l89fp7tpuj] {
    /*background-image: linear-gradient(to right, #16A085 0%, #55ec5f 51%, #16A085 100%)*/
    /*background-image: linear-gradient(to right, #16A085 0%, #138a73 51%, #16A085 100%)*/
    background-image: linear-gradient(to right, #55ec5f 0%, #55ec5f 51%, #55ec5f 100%)
}

.btnSubSeccao[b-l89fp7tpuj] {
    padding: 5px 5px;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    height: 78px;
    width: 230px;
    font-size: 11px;
    margin-top: 3px;
    line-break: auto;
    font-weight: bold;
    text-transform:uppercase;
}

    .btnSubSeccao:hover[b-l89fp7tpuj] {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

  .btnSubSeccao:focus[b-l89fp7tpuj] {
        color: black !important;
        background-color: lightgray !important;
        border: solid 3px green;
        background-image: none;
    }

.btnSubSeccaoAtivo[b-l89fp7tpuj] {
    background-color: lightgray !important;
}

.btnSubSeccaoAtivo[b-l89fp7tpuj] {
    padding: 5px 5px;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    height: 78px;
    width: 230px;
    font-size: 11px;
    margin-top: 3px;
    line-break: auto;
    font-weight: bold;
    text-transform: uppercase;
}

table[b-l89fp7tpuj] {
    height: 100%;
    min-height: 100% !important;
    max-height: 100% !important;
    width: 99% !important;
    min-width: 99% !important;
    display: inline-block;
    table-layout: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

thead[b-l89fp7tpuj] {
    width: 100%;
    background-color: #55ec5f;
    font-weight: bold;
    font-size: 14px;
    border: solid 2px white;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    height: 50px;
    overflow: hidden;
}

    thead td[b-l89fp7tpuj] {
        width: 8%;
        min-width: 100% !important;
        border: solid 2px gray;
        margin: 0;
        padding: 0;
        padding: 5px 10px;
        overflow: hidden;
    }

tbody[b-l89fp7tpuj] {
    height: 100%;
    max-height: 100% !important;
    min-height: 100% !important;
    overflow-y: hidden;
    overflow-x: hidden;
    /*display:inline-block;   */
}

    tbody td[b-l89fp7tpuj] {
        border: solid 2px gray;
        margin: 0;
        padding: 0;
        padding: 5px 5px;
        height: 20px !important;
        font-size: 12px;
    }

    tbody tr:hover[b-l89fp7tpuj] {
        background-color:lightgray;
    }

.pnlFooter[b-l89fp7tpuj] {
    background-color: #55ec5f;
    height: 50px;
    margin-left:17px;
    display:inline-flex;
    justify-content:center;
    align-content:center;
    align-items:center;
}

.btnPrevNext[b-l89fp7tpuj] {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%)
}

.btnPrevNext[b-l89fp7tpuj] {
    padding: 5px 5px;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 12px;
    line-break: auto;
    margin-right: 5px;
    border-radius:25px;
}

    .btnPrevNext:hover[b-l89fp7tpuj] {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    .btnPrevNext:focus[b-l89fp7tpuj] {
        color: black !important;
        background-color: lightgray !important;
        border: solid 3px green;
        background-image: none;
    }

input[type=text][b-l89fp7tpuj] {
    background-color: lightgreen;
    height:30px;
    max-width:150px;
    border:solid 2px orange;
}

textarea[type=text][b-l89fp7tpuj] {
    background-color: lightgreen;
    min-height: 45px;
    max-height: 45px;
    min-width: 150px;
    max-width: 150px;
    border: solid 2px orange;
}

label[b-l89fp7tpuj] {
    background-color: #F09819;
    font-size: 12px;
    height: 30px;
    padding: 1px 5px;
    display: flex;
    justify-content: space-between;
    width: 110px;
    align-items: center;
    margin-top: 1px;
    padding: 5px 10px;
}

input[type=checkbox][b-l89fp7tpuj] {

}


.info[b-l89fp7tpuj] {
    font-size: 11px;
    background-color: transparent;
    padding-top: 25px;
    word-break:break-word;
    line-break:normal;
    width:130px;
}











/*MODAL*/





.modal[b-l89fp7tpuj] {
    display: block;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-dialog[b-l89fp7tpuj] {
}

.modal-content[b-l89fp7tpuj] {
    margin: auto;
    width: 100%;
    border: 3px solid #0298b0;
    padding: 10px;
    min-width: 500px;
    min-height: 300px;
}

.modal-header[b-l89fp7tpuj] {
    background-color: transparent;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: start !important;
    align-content: start;
    width: 100%;
    height: 150px;
    border-bottom-color: #0298b0;
}

.modal-body[b-l89fp7tpuj] {
    font-size: 20px;
    color: #0298b0;
    font-weight: bold;
    font-family: Ebrima;
}

.modal-footer[b-l89fp7tpuj] {
    border-top-color: #0298b0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.imgCenter[b-w2y7azwdii] {

}



@media screen and (max-width: 999px) {
    .imgCenter[b-w2y7azwdii] {
       margin-left:5%;
    }
}

@media screen and (min-width: 1000px) {
    .imgCenter[b-w2y7azwdii] {
        margin-left: 1%;
    }
}

@media screen and (min-width: 1200px) {
    .imgCenter[b-w2y7azwdii] {
        margin-left: 0%;
    }
}

@media screen and (min-width: 1300px) {
    .imgCenter[b-w2y7azwdii] {
        margin-left: 0%;
    }
}

@media screen and (min-width: 1400px) {
    .imgCenter[b-w2y7azwdii] {
        margin-left: 0%;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */

i[b-ubqfvzz14r] {
    /*  color: #1aa59f !important;
    background-color: lightgray;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px lightgray;
    border-radius: 3px;*/

    position: absolute;
    color: #549f60 !important;
    height: 40px;
    width: 40px;
    margin-left:200px;
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
}

.header[b-ubqfvzz14r] {
    max-width: 300px;
    min-width: 300px;
    width: 100%;
    font-family: Ebrima;
    font-weight: normal;
    font-stretch:ultra-expanded !important;

}


.header2[b-ubqfvzz14r] {
    font-weight: bold !important;
    font-stretch: condensed !important;
    color: black;
    background-color: transparent;
    font-size: 17px;
    max-width: 300px;
    min-width: 300px;
    width: 100%;
    font-family: Ebrima;
}

.txt[b-ubqfvzz14r] {
    max-width: 300px;
    width: 100%;
    font-size: 16px;
    height: 40px;
    border: 1px solid black;
}

.btnLogin[b-ubqfvzz14r] {
    max-width: 280px;
    width: 100%;
    background: linear-gradient(100deg, rgba(24,164,159,1) 0%, rgba(102,205,103,1) 100%);
    color: black;
    border: 2px solid #1aa59f;
    font-size: 18px;
    font-weight: bold;
    height:30px;
}

.btnLogin:hover[b-ubqfvzz14r] {
    color: white !important;
}


@media screen and (min-width: 320px) {
    .header[b-ubqfvzz14r] {
        font-size: calc(26px + 6 * ((100vw - 320px) / 680)) !important;
    }
    .headerLogo[b-ubqfvzz14r] {
        position: fixed;
        top: 65%;
    }
}

@media screen and (min-width: 1000px) {
    .header[b-ubqfvzz14r] {
        font-size: 1.9rem !important;
    }
    .headerLogo[b-ubqfvzz14r] {
        position: fixed;
        top:65%;
    }
}


@media screen and (max-width: 1450px) {
    .headerLogo[b-ubqfvzz14r] {
        position: fixed;
        top: 67%;
    }
}

@media screen and (min-width: 1451px) {
    .headerLogo[b-ubqfvzz14r] {
        position: fixed;
        top: 62%;
    }
}



.headerLogo[b-ubqfvzz14r] {
    background-color: #efebe5;
    min-width: 35% !important;
    display: flex;
    justify-content: center;
}


/* /Components/Pages/Newsletter.razor.rz.scp.css */
.headerStyle[b-cxr8jgk3b8] {
    width: 250px;
    display: block;
    background-color: #d77418;
    color: white;
    padding: 10px;
    height: 40px;
    align-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    border: 2px solid lightgray;*/
    font-family: Ebrima;
    width: 100%;
}

.templateStyle[b-cxr8jgk3b8] {
    font-size: 14px;
    color: black;
    font-family: Ebrima;
    padding: 6px;
    border-bottom: 2px solid lightgray;
    border-right: 2px solid lightgray;
    border-top: 2px solid lightgray;
    width: 100%;
    height: 55px;
}

    .templateStyle:hover[b-cxr8jgk3b8] {
        background-color: lightgray;
    }


.editStyle[b-cxr8jgk3b8] {
    font-size: 14px;
    color: black;
    font-family: Ebrima;
    padding: 6px;
    border-bottom: 2px solid lightgray;
    border-right: 2px solid lightgray;
    border-top: 2px solid lightgray;
    width: 100%;
    background-color: lightgray;
    height: 55px;
}


.iconStyle[b-cxr8jgk3b8] {
    border-radius: 25%;
    color: hotpink !important;
    font-size: 22px !important;
    /* border: 2px solid gray;*/
    padding: 2px;
}

.columnsCommands[b-cxr8jgk3b8] {
    /* background-color: lightgray;*/
    /* border: 2px solid lightgray;*/
    font-family: Ebrima;
    width: 100%;
    display: inline-flex;
    min-width: 125px;
    justify-content: center;
    height: 100%;
}

.btnNovo[b-cxr8jgk3b8] {
    background-color: #d77418;
    color: white;
    border: none;
    font-size: 14px;
    width: 200px;
}

.btnNovo:hover[b-cxr8jgk3b8] {
    background-color: #d77418;
    color: black;
}


.modal[b-cxr8jgk3b8] {
    display: block;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-dialog[b-cxr8jgk3b8] {
}

.modal-content[b-cxr8jgk3b8] {
    margin: auto;
    width: 100%;
    border: 3px solid #d77418;
    padding: 10px;
    min-width: 500px;
    min-height: 300px;
}

.modal-header[b-cxr8jgk3b8] {
    background-color: transparent;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: start !important;
    align-content: start;
    width: 100%;
    height: 150px;
    border-bottom-color: #d77418;
}

.modal-body[b-cxr8jgk3b8] {
    font-size: 20px;
    color: #d77418;
    font-weight: bold;
    font-family: Ebrima;
}

.modal-footer[b-cxr8jgk3b8] {
    border-top-color: #d77418;
}
