/* _content/GERIRBLAZOR/Pages/Components/CentrosTrabalho.razor.rz.scp.css */
.divfuncionalidades[b-3pe5r276al] {
    max-width: 545px;
}

    .divfuncionalidades[b-3pe5r276al]:before,
    .divfuncionalidades[b-3pe5r276al]:after {
        display: table;
        content: " ";
    }

    .divfuncionalidades[b-3pe5r276al]:after {
        clear: both;
    }



.btnfuncionalidadesGrande[b-3pe5r276al] {
    border: none;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    color: white;
    font-weight: bold;
}
/* _content/GERIRBLAZOR/Pages/Components/IndicadoresKPIs.razor.rz.scp.css */
.divMenuIndMapasAnal[b-9lj3851csf]:before,
.divMenuIndMapasAnal[b-9lj3851csf]:after {
    display: table;
    content: " ";
}

.divMenuIndMapasAnal[b-9lj3851csf]:after {
    clear: both;
}

.col-Indicadores[b-9lj3851csf] {
    position: relative;
    padding-left: 15px;
    float: left;
    width: 105px;
    height: 65px;
    border-radius: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.col-Indicadores .spnTooltipIndic[b-9lj3851csf] {
    visibility: hidden;
    width: 250px;
    color: white;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    left: 105%;
    opacity: 1;
    transition: opacity 0.3s;
    font-size: 11px;
}

.col-Indicadores .spnTooltipIndic[b-9lj3851csf]::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid var(--bgcolor);
}

.col-Indicadores:hover[b-9lj3851csf] {
    background-color: var(--bgcolor);
    color: white;
}

.col-Indicadores:hover .spnTooltipIndic[b-9lj3851csf] {
    visibility: visible;
    opacity: 1;
    animation: tooltipkeys 500ms 1;
}

.txtKpiRed[b-9lj3851csf] {
    font-size: 20px;
    font-weight: bold;
    color: red
}

.col-Indicadores:hover .txtKpiRed[b-9lj3851csf] {
    color: white;
}

.txtKpiNormal[b-9lj3851csf] {
    font-size: 20px;
    font-weight: bold
}

.txtKpiMedio[b-9lj3851csf] {
    font-size: 19px;
    font-weight: bold
}

.txtKpiMedioSemBold[b-9lj3851csf] {
    font-size: 19px;
}
/* _content/GERIRBLAZOR/Pages/MenuIniciar.razor.rz.scp.css */
.titulo[b-zfawkcbjpb] {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 28px;
    color: white;
    font-weight: bold;
}

.subtitulo[b-zfawkcbjpb] {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    margin-left: 10px;
    color: white;
}

.subtitulo1[b-zfawkcbjpb] {
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 9px;
    color: white;
}

.textodivmsg[b-zfawkcbjpb] {
    padding-left: 10px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

    .textodivmsg[b-zfawkcbjpb]::before {
        content: "\26AC";
        line-height: 20px;
        font-size: 20px;
        padding-right: 8px;
    }
/* _content/GERIRBLAZOR/Shared/MasterLayout.razor.rz.scp.css */
.menutop[b-en7prdbpkh] {
    height: 45px;
    position: relative;
    z-index: 1011;
    max-height: 45px;
    /*min-width:1100px;*/
}

.ContainerMaster[b-en7prdbpkh] {
    /*min-width: 1100px;*/
    /*min-height: 850px;*/
    overflow: auto;
}

.container-menutop[b-en7prdbpkh]:before,
.container-menutop[b-en7prdbpkh]:after {
    display: table;
    content: " ";
}

.container-menutop[b-en7prdbpkh]:after {
    clear: both;
}

.container-menutop[b-en7prdbpkh]:before,
.container-menutop[b-en7prdbpkh]:after {
    display: table;
    content: " ";
}

.container-menutop[b-en7prdbpkh]:after {
    clear: both;
}

.togglecheckboxDarkDay[b-en7prdbpkh] {
    display: none;
}

.togglecheckboxDarkDay:checked + .togglelabeldarkDay[b-en7prdbpkh] {
    background: #A8A8A8;
    border-color: #A8A8A8;
}

.togglecheckboxDarkDay:checked + .togglelabeldarkDay .togglelabelbackgroundDarkDay[b-en7prdbpkh] {
    left: 10px;
    width: 2px;
    height: 2px;
}

.togglecheckboxDarkDay:checked + .togglelabeldarkDay .togglelabelbackgroundDarkDay[b-en7prdbpkh]:before {
    width: 2px;
    height: 2px;
    top: -4px;
}

.togglecheckboxDarkDay:checked + .togglelabeldarkDay .togglelabelbackgroundDarkDay[b-en7prdbpkh]:after {
    width: 2px;
    height: 2px;
    left: -5px;
    top: 4px;
}

.togglecheckboxDarkDay:checked + .togglelabeldarkDay[b-en7prdbpkh]:before {
    background: #fff;
    border-color: #e8e8ea;
    animation-name: switch-b-en7prdbpkh;
    animation-duration: 350ms;
    animation-fill-mode: forwards;
}

.togglecheckboxDarkDay:checked + .togglelabeldarkDay[b-en7prdbpkh]:after {
    transition-delay: 350ms;
    opacity: 1;
}

.togglelabeldarkDay[b-en7prdbpkh] {
    width: 32px;
    height: 18px;
    background: #B5C8D2;
    border-radius: 15px;
    border: 1px solid #B5C8D2;
    display: flex;
    position: relative;
    transition: all 350ms ease-in;
}

.togglelabelbackgroundDarkDay[b-en7prdbpkh] {
    width: 5px;
    height: 2px;
    border-radius: 2px;
    position: relative;
    background: #fff;
    left: 20px;
    top: 7px;
    transition: all 150ms ease-in;
}

.togglelabelbackgroundDarkDay[b-en7prdbpkh]:before {
    content: "";
    position: absolute;
    top: -3px;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    left: -4px;
    transition: all 150ms ease-in;
}

.togglelabelbackgroundDarkDay[b-en7prdbpkh]:after {
    content: "";
    position: absolute;
    top: 3px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    left: 0px;
    transition: all 150ms ease-in;
}

.togglelabeldarkDay[b-en7prdbpkh]:before {
    animation-name: reverse-b-en7prdbpkh;
    animation-duration: 350ms;
    animation-fill-mode: forwards;
    transition: all 350ms ease-in;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #f5eb71;
    top: 2px;
    left: 1px;
    position: absolute;
    border-radius: 12px;
    background: #fffaa8;
}

.togglelabeldarkDay[b-en7prdbpkh]:after {
    transition-delay: 0ms;
    transition: all 250ms ease-in;
    position: absolute;
    content: "";
    box-shadow: #e8e8ea -19px -1px 0 1px, #e8e8ea -21px 4px 0 0px;
    left: 40px;
    top: 5px;
    width: 2px;
    height: 2px;
    background: transparent;
    border-radius: 50%;
    opacity: 0;
}

@keyframes switch-b-en7prdbpkh {
    0% {
        left: 2px;
    }

    60% {
        left: 2px;
        width: 20px;
    }

    100% {
        left: 15px;
        width: 12px;
    }
}

@keyframes reverse-b-en7prdbpkh {
    0% {
        left: 15px;
        width: 12px;
    }

    60% {
        left: 5px;
        width: 20px;
    }

    100% {
        left: 2px;
    }
}

.cols-dvinfnorm[b-en7prdbpkh] {
    position: relative;
    float: left;
    cursor: pointer;
    padding-right: 10px;
    height: 35px;
}

.div_separadorborderright[b-en7prdbpkh] {
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-top: 2px;
    height:40px;
}

.divtrmenu[b-en7prdbpkh] {
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 6px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.txtMenuLateralIni[b-en7prdbpkh] {
    font-size: 12px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 15px;
    vertical-align: middle;
}

.styTituloEmpIni[b-en7prdbpkh] {
    font-size: 13.3px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.divcircle[b-en7prdbpkh] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    height: 12px;
    width: 18px;
    display: table-cell;
    margin-right: 4px;
    margin-top: 6px;
    line-height: 12px;
}

.lblcircle[b-en7prdbpkh] {
    font-size: 7.5px;
    font-family: Oxygen, 'segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    vertical-align: top;
    color: white;
}

.lblcircle:hover[b-en7prdbpkh], .lblcircle:focus[b-en7prdbpkh] {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.divBtnsBottom[b-en7prdbpkh] {
    bottom: -45px;
    position: fixed;
    text-align:center;
    height: 100px;
}

.btnswrapper[b-en7prdbpkh] {
    cursor: pointer;
    padding: 5px;
    float:left;
    border-radius:5px;
    height:30px;
    margin-right:5px;
}

.btnsbottom[b-en7prdbpkh] {
    width: 18px;
    height: 18px;
    margin-top: -4px;
}

.menuInfoDatas[b-en7prdbpkh] {
    font-size: 11px;
    float: right;
    color: white;
    border-radius: 5px;
    padding-left: 10px;
    margin-right: 5px;
    line-height: 31px;
    margin-top: 5px;
}

.divimgLogo[b-en7prdbpkh] {    
    text-align: center;
    float: left;
    line-height:45px;
}

.col-tabsportalativo[b-en7prdbpkh] {
    position: relative;
    float: left;
    left: -1px;
    cursor: pointer;
    height: 45px;
    line-height: 40px;
    padding-right: 10px;
}

.col-tabs[b-en7prdbpkh] {
    position: relative;
    padding-left: 10px;
    float: left;
    left: -1px;
    cursor: pointer;
    font-weight: bold;
}

.menutabprinc[b-en7prdbpkh] {
    float: left;
    font-size: 12px;
    height:45px;
    line-height:40px;
}

.menuimgmenuajud[b-en7prdbpkh] {
    width: 63px;
    vertical-align: middle;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #D0D7E5;
    float: left;
    height: 45px;
    line-height: 40px;
}

.divDarkDay[b-en7prdbpkh] {
    width: 39px;
    float: left;
    padding-left: 4px;
    margin-top: 14px;
    height:18px;
}

.tdimgmenuuser[b-en7prdbpkh] {
    float: left;
    vertical-align: middle;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #D0D7E5;
    line-height: 37px;
    height: 45px;
    padding-left:2px;
}

.tdimgmenuemp[b-en7prdbpkh] {
    float: left;
    vertical-align: middle;
    margin-right: 5px;
    height: 45px;
    line-height: 35px;
}

.divdetalhesmenudefir[b-en7prdbpkh] {
    width: 260px;
    display: none;
}
