ul {
    list-style: none;
    padding-left: 10px;
}

.abas li {
    float: left;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-right: 10px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
}

.abas li:hover {
    box-shadow: 0 -2px 3px #DFDFDF;
    -moz-box-shadow: 0 -2px 3px #DFDFDF;
    -webkit-box-shadow: 0 -2px 3px #DFDFDF;
    font-weight: bold;
    border-color: #c0c0c0;
}

.labeltop {
    position: absolute;
    font-size: 10px;
    margin: -5px 0px 0px 9px;
    line-height: initial;
    background: #FFF;
    padding: 0px 5px;
}

.box-title {
    display: block;
    font-size: 16px;
    margin: -5px 0px 10px 0px;
    font-weight: bold;
    color: #606c76;
}

.box-content {
    position: relative;
    padding: 20px;
    border: 1px solid #EAEAEA;
    margin-bottom: 20px;
}

.fa-clock-rotate-left {
    font-size: 23px;
    color: #0000AA;
    margin-left: 5px;
    cursor: pointer;
}

.tablenodef td,
.tablenodef th,
.tablenodef label {
    padding: 0px 3px 0px 0px;
    border: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 13px;
}

.ac-query,
.ac-click,
.menu-filter,
.ac-show,
.ac-change,
.ac-enter,
.ac-menu {
    cursor: pointer;
}

.btnedit {
    margin-bottom: 5px;
    display: flex inline;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 40px;
    height: 36px;
    background: #D0D0E6;
    border-radius: 8px;
    text-align: center;
    color: #4B4D73;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.5s;
}

.btnedit:hover {
    text-decoration: none;
    background-color: #b6b6d8;
}

#sidebar-notifications {
    position: relative;
    float: right;
    margin: 15px 15px 0px 0px;
    color: #21284f;
    cursor: pointer;
    font-size: 27px;
}

#sidebar-notifications b {
    position: absolute;
    margin-left: -22px;
    font-size: 11px;
    margin-top: 7px;
    width: 16px;
    text-align: center;
}

.boxover-body {
    z-index: 999999999;
    background: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    border-left: 1px solid #190042;
    border-right: 1px solid #190042;
    border-bottom: 1px solid #190042;
    padding: 5px;
    overflow-Y: auto;
    overflow-X: auto;
}

.boxover-header {
    z-index: 999999999;
    background: #EAEAEA;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #190042;
    padding: 5px;
}

.table-responsive tr.hovers:hover {
    background: #f9f9f9;
    transition: background-color 0.2s;

}

.overflowtratament {
    overflow-x: auto;
}

.overflowtratament::-webkit-scrollbar {
    height: 8px;
    width: 2px; /* Largura da barra de rolagem */
}

/* Estiliza o indicador (thumb) da barra de rolagem */
.overflowtratament::-webkit-scrollbar-thumb {
    background-color: #999; /* Cor de fundo do indicador */
    border-radius: 2px; /* Raio de borda do indicador */
}

/* Estiliza o indicador (thumb) quando estiver em hover */
.overflowtratament::-webkit-scrollbar-thumb:hover {
    background-color: #666; /* Cor de fundo do indicador em hover */
}

.ativo {
    background: #ccc;
    border-color: #333;
}

.ativo a {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #999;
}

#page {
    width: 100%;
    height: auto;
    padding: 10px;
    clear: both;
    border: 0.2px #ccc;
}

.credito {
    font-size: 1.1em;
    position: absolute;
    right: 0;
    bottom: -40px;
    margin-top: 15px;
}

.credito a {
    font-size: 1.1em;
}

.index {
    font-family: Inter;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.modal {
    display: none;
    /* 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: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 0.5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    /* Could be more or less, depending on screen size */
}


/* 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 label,
.form input,
.form textarea,
.form select {
    font-size: 14px;
}

.highlight {
    background-color: #FFDF00;
}

.distributors textarea {
    height: auto;
}

.actions {
    text-align: center;
}

#q {
    float: right;
    width: 200px;
    margin-right: 10px;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
}

.btn-q {
    position: absolute;
    background: transparent;
    border: 0;
    color: #606c76;
    margin-left: 150px;
    margin-top: 3px;
}

.btn-q:hover,
.btn-q:focus {
    background: transparent;
    color: #AA0000;
}

.btn-mail {
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #66615B;
    border-color: #66615B;
    color: #FFF;
    overflow: hidden;
    font-size: 0.9em;
}

.btn-mail:hover {
    color: #EEE;
}

.btn-whatsapp {
    display: block;
    margin-top: 10px;
    border-radius: 5px;
    background: #00d090;
    border-color: #00d090;
    color: #FFF;
    overflow: hidden;
    font-size: 0.9em;
}

.btn-whatsapp:hover {
    color: #EEE;
}

.btn-disabled {
    opacity: .3;
}

.btn-red,
.btn-red:hover {
    background-color: #aa0000;
    border-color: #aa0000;
    color: #fff;
    font-weight: bold;
}

.btn-blue {
    background-color: #262956;
    border-color: #262956;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.5s;
}


.btn-blue:hover {
    background-color: #4b4d73;
    border-color: #4b4d73;
    color: #fff;
    font-weight: bold;
}

.color-blue {
    color: #007bff
}

.color-green {
    color: #28a745;
}

.color-yellow {
    color: #ffc107;
}

.color-other {
    color: #17a2b8;
}

.menu-icon {
    margin-right: 8px;
}

.message {
    margin: 10px;
    text-align: center;
}

h4 {
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
}

.ac-change {
    min-width: 100px;
}

s {
    color: #AA0000;
}

.layer-position {
    right: 0;
    position: fixed;
    bottom: 0;
}

.upper {
    text-transform: uppercase;
}

h1 {
    margin: 0px 0px 5px 0px;
    font-size: 14px;
}

h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
}

legend {
    font-size: 15px;
    color: #666;
    padding: 10px 0px;
    font-weight: normal;
}

label,
legend {
    margin-bottom: 10px;
    font-size: inherit;
}

.box-login legend {
    font-size: 14px;
}

.box-login label,
.recoverybox label {
    font-size: 16px;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 13px;
    padding: 6px 19px;
    height: auto;
    line-height: inherit;
}

a.button {
    text-decoration: none;
}

.loginbox input,
.recoverybox input {
    font-size: 14px;
}

.loginbox .my-3 {
    margin: 0px !important;
}

.forgetpw a {
    font-size: 14px;
}

.wysiwyg-container {
    font-size: 16px;
}

.wysiwyg-toolbar-top {
    width: 100%;
}

th {
    font-size: 15px;
}

td {
    font-size: 14px;
}

.sub th {
    font-size: 13px;
    padding: 5px;
}

.sub td {
    font-size: 12px;
    padding: 4px;
}

.pagination,
.paginator {
    font-size: 14px;
    margin-right:10px;
}

footer {
    font-size: 16px;
    color: #fff;
    min-height: 25px;
}

.icon-big {
    font-size: 40px;
}

@font-face {
    font-family: "TitlingGothicFBComp-Regular";
    src: url("../fonts/1cb03f4dd029377516fa31f02556f0d5.eot");
    /* IE9*/
    src: url("../fonts/1cb03f4dd029377516fa31f02556f0d5.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../fonts/1cb03f4dd029377516fa31f02556f0d5.woff2") format("woff2"),
        /* chrome、firefox */
        url("../fonts/1cb03f4dd029377516fa31f02556f0d5.woff") format("woff"),
        /* chrome、firefox */
        url("../fonts/1cb03f4dd029377516fa31f02556f0d5.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("../fonts/1cb03f4dd029377516fa31f02556f0d5.svg#TitlingGothicFBComp-Regular") format("svg");
    /* iOS 4.1- */
}

.bg-right {
    background-image: url('../img/background.jpg');
    background-position: center;
    min-height: 743px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 1245px;
    background-position: center;
}

header {
    width: 100%;
}

.logo {
    max-width: 100%;
    width: 380px;
}

.button-adm {
    width: 280px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    background-color: #ff7a59;
    transition: background-color .25s;
    color: #fff;
    border: 2px solid #ff7a59;
    border-radius: 5px;
    display: block;
    font-size: 23px;
}

.button-adm:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f96641;
    transition: background-color .25s;
}

.button-adm-ut {
    width: 300px;
    height: 60px;
    line-height: 56px;
    font-size: 28px;
}

.control-text-title {
    font-size: 66px;
}

.text-portal {
    font-size: 29px;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    min-height: 50px;
    font-size: 20px;
    background-color: #8fb43b;
    color: #fff;
}

footer a {
    color: #262956;
}

footer a:hover {
    color: #262956;
    text-decoration: none;
}

.text-or {
    color: #ff7a59;
}

@media only screen and (max-width: 768px) {
    .div-logo {
        text-align: center;
        width: 100%;
        padding-left: 15px !important;
    }

    .text-portal {
        padding-left: 0px !important;
    }

    .rm-pl {
        padding-left: 0px !important;
    }

    .control-text-title {
        font-size: 40px;
    }

    .text-portal {
        font-size: 20px;
    }
}

.recoverybox {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 360px;
    margin: 40px auto;
}

.loginbox {
    padding: 20px;
    border-radius: 10px;
    width: 360px;
    margin: 20px auto 40px auto;
    background: #fff;
}

.forgetpw {
    margin: -10px 0px 10px 10px;
    color: #606c76;
}

.forgetpw a:hover {
    color: #000;
    text-decoration: none;
}

.forgetpw a {
    font-size: 13px;
    color: #000;
}

#buttonsubmit {
    background: #4b4d73;
    border-color: #4b4d73;
}

.box .submit {
    display: inline-block;
}

.box-search {
    /* position: absolute;
    display: block;
    z-index: 999999;
    background: #FFF;
    border: 1px solid #EAEAEA;
    padding: 5px;
    width: 260px;
    border-radius: 4px; */
    position: absolute;
    display: block;
    z-index: 999999;
    background: #FFF;
    border: 1px solid #EAEAEA;
    padding: 5px;
    width: 260px; /* Ajuste o valor de acordo com o margin-right da div pai */
    /* right: 15px; */
    border-radius: 4px;
}

.buttoncancel {
    border: 0px;
    background: transparent;
    padding: 0px;
    margin: 0px;
    height: auto;
    cursor: pointer;
}

.buttonsubmit {
    border: 0px;
    background: transparent;
    padding: 0px;
    margin: 0px;
    height: auto;
    cursor: pointer;
}

.text-esqueci {
    font-size: 14px;
}

.button-red {
    background-color: #dd4b39;
    border-color: #d73925;
}

.button-red:hover {
    background-color: #dd4b39;
    border-color: #d73925;
    text-decoration: none;
}

.titlecompany {
    color: white;
    padding: 9px 0px;
    display: inline-block;
    font-size: 35px;
}

.titlecompany:hover {
    color: white;
    text-decoration: none;
    ;
}

.button-menu-adm {
    font-size: 20px;
    color: white;
    padding: 10px 0;
}

.button-menu-adm:hover {
    color: white;
    text-decoration: none;
}

html {
    font-size: 13px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:active {
    background-color: #ccc;
    border-color: #ccc;
}

.fas-menu-lay {
    position: absolute;
    float: left;
    margin-top: 9px;
}

.fas-menu {
    background: #21284f;
    border-color: #21284f;
    padding: 4px 6px 2px 6px;
}

.fas-menu:hover {
    background: #21284f;
    border-color: #21284f;
}

.fa-bars {
    color: #fff;
    font-size: 17px;
}

#sidebar {
    left: 0;
    background-color: #efefef;
    position: fixed;
    top: 0;
    max-height: 100vh;
    height: 100vh;
    max-width: 80vw;
    min-width: 45px;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2147483647;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

#sidebar ul li {
    list-style: none;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    font-size: 15px;
    padding: 10px 10px 10px 15px;
    margin: 0px;
}

#sidebar ul a {
    text-decoration: none;
}

#sidebar .menutype {
    background: #f5f7fa;
    cursor: pointer;
}

#sidebar-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: .2;
    background-image: none;
    background-color: #000;
    z-index: 2147483646;
}

.fas-menu-logout {
    float: right;
    margin-right: 5px;
}

.fa-solid-fa-user {
    float: right;
    margin-right: 10px;
    /* margin-top: 18px; */
    
}

.fa-sign-out-alt {
    color: #21284f;
    font-size: 26px;
    margin-top: 15px;
}

.amarelo {
    color: #FD0;
}

.fas,
.far {
    cursor: pointer;
}

.fa-search,
.fa-question-circle {
    margin-left: 5px;
}

.fa-times {
    background: #e00;
    color: white;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 1.1em;
}

.fa-check {
    background: green;
    color: white;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 1.1em;
}

.clear {
    clear: both;
}

.box-filters {
    background-color: #8fb43b;
    border-radius: 5px;
}

.box-filters-header {
    cursor: pointer;
    padding: 5px 10px;
}

.box-filters h3 {
    color: #FFF;
    font-size: 0.9em;
    font-weight: normal;
}

.box-filters-options label {
    min-width: 120px;
}

.box-filters-options {
    background: #eaeaea;
    border-radius: 0px 0px 5px 5px;
    font-size: 0.9em;
    padding: 10px;
}

.box-filters-options .form-group {
    margin: 0px;
}

.box-filters-options input[type="checkbox"] {
    margin-left: 20px;
}

.box-filters-options input,
.box-filters-options .control-label,
.box-filters-options .control-text,
.box-filters-options .control-select {
    display: inline-block;
    font-size: 0.8em;
    font-weight: normal;
    height: auto;
    max-width: 300px;
}

.menu-opcoes {
    float: right;
    color: #333;
    border-color: #606c76;
    margin-left: 10px;
    background: #CACACA url(/img/select-down1.png) no-repeat center right 10px;
    padding-right: 30px;
}

.menu-download {
    float: right;
    color: #fff;
    border-color: #88898c;
    margin-right: 10px;
    background: #88898c url(/img/select-down2.png) no-repeat center right 10px;
    padding-right: 30px;
}

.logotopo {
    text-align: center;
    margin-bottom: 5px;
    height: 58px;
}

.logosvg {
    width: 300px;
}

.fa-user-plus {
    color: #d33c43;
}

.showmobi {
    display: none;
}

.bg-grey {
    background: grey;
    border-color: black;
}

.fa-toggle-on {
    color: #006600;
    font-size: 28px;
}

.fa-toggle-off {
    color: #AA0000;
    font-size: 28px;
}

.ac-mobi {
    background: transparent;
    border: 0px;
    padding: 0px;
    font-size: 1em;
    border-radius: 0px;
    margin: 0px;
    color: #d33c43;
}

.ac-mobi:hover {
    background: transparent;
    color: #d33c43;
}

.row {
    width: 100%;
}

.fa-arrow-circle-down,
.fa-arrow-circle-up {
    font-size: 24px;
    color: #002752;
}

.off {
    color: #AA0000 !important;
    font-size: 23px;
}

.on {
    color: #006600 !important;
    font-size: 23px;
}

@media (min-width: 340px) and (max-width: 820px) {
    .content {
        padding: 20px 8px;
    }

    .box-filters-options input,
    .box-filters-options .control-label,
    .box-filters-options .control-text,
    .box-filters-options .control-select {
        max-width: 100%;
    }

    .logosvg {
        width: 220px;
        margin-top: 5px;
    }

    .showdesk {
        display: none;
    }

    .showmobi {
        display: inline;
    }

    #q {
        width: 160px;
    }

    .btn-q {
        margin-left: 110px;
    }

    h3 {
        float: left;
        margin-right: 20px;
    }

    .fa-calendar-check {
        margin: 0px 10px;
    }

    .row {
        margin: 0px
    }

    
}

.encontrar:hover {
    background-color: #f9f9f9;
    transition: 0.5s;
    opacity: 0.7;
}

.btnreport {
    background-color: #88898c;
    font-size: 13px;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.btngenerate {
    background-color: #0f6674;
    transition: background-color 0.5s;
} /*  08383f */


.btngenerate:hover {
    background-color: #08383f;
    cursor: pointer;
}

.checkbox {
    cursor: pointer;
}

.btncomeback {
    color: #88898c;
    transition: color 0.5s;   
}

.btncomeback:hover {
    color: #06a099;
    cursor: pointer;
}

.loader {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-left-color: #0a0a56;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.buttondownload {
    margin-bottom: 5px;
    display: flex inline;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 40px;
    height: 36px;
    border-radius: 8px;
    text-align: center;
    color: #4B4D73;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.5s;
}

.fa-toggle-on {
    color: #4dd672;
    /* font-size: 28px; */
    transition: background-color 0.5s;
}

.fa-toggle-off {
    color: #AA0000;
    /* font-size: 28px; */
    transition: background-color 0.5s;
}

/* .fa-toggle-on:hover {
    color: #c7992e;
    
    cursor: pointer;
} */

.fa-toggle-off:hover {
    color: #940000;
    
    cursor: pointer;
}

.fa-user-plus {
    color: #2f85ae;
}

.facancel {
    color: #ff0000; 
    transition: color 0.5s;
}

.facancel:hover {
    color: #c20000;
}

.faaccept {
    color: #008000; 
    transition: color 0.5s;
}

.faaccept:hover {
    color: #007500;
}

.btnsave {
    background-color: #008e39;
    border-color: #008e39;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.5s;
}


.btnsave:hover {
    background-color: #abc659;
    /* border-color: #abc659; */
    color: #fff;
    font-weight: bold;
}