﻿
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");

/*-------------------Reset-------------------------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    vertical-align: baseline;
    font-weight: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

a {
    color: #868686;
    text-decoration: none;
}


.jquery-guide, .jquery-guide-bg {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-guide-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-color: rgba(0, 0, 0, 0.6);
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    z-index: 99;
}

    .jquery-guide-bg.active {
        border-color: rgba(0, 0, 0, 0.5);
    }

.jquery-guide-content {
    position: absolute;
    cursor: default;
    color: #FFF;
    z-index: 999;
    font-size: 15px;
}



html, body {
    height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow-x: hidden;
    height: auto;
}


.bg {
    background: linear-gradient(to right, #fff 259px, #fff 100%);
}

.bg2 {
    background: linear-gradient(to right, #fff 60px, #fff 100%);
}


:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.clear {
    display: block;
    clear: both;
    height: 0;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

@font-face {
    src: url('../../Recursos/fonts/OpenSans/OpenSans-Bold.ttf');
}

@font-face {
    src: url('../../Recursos/fonts/OpenSans/OpenSans-BoldItalic.ttf');
}

@font-face {
    src: url('../../Recursos/fonts/OpenSans/OpenSans-ExtraBold.ttf');
}

@font-face {
    src: url('../../Recursos/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf');
}

@font-face {
    src: url('../../Recursos/fonts/OpenSans/OpenSans-Italic.ttf');
}

@font-face {
    src: url('../../Recursos/fonts/OpenSans/OpenSans-Light.ttf');
}

@font-face {
    src: url('../../Recursos/fonts/OpenSans/OpenSans-LightItalic.ttf');
}

@font-face {
    src: url('../../Recursos/fonts/OpenSans/OpenSans-Regular.ttf');
}

@font-face {
    src: url('../../Recursos/fonts/OpenSans/OpenSans-SemiBold.ttf');
}

@font-face {
    src: url('../../Recursos/fonts/CodigoBarra/Code39r.ttf');
}


.clsCodigoDeBarras {
    font-family: 'Code 39';
}

/*----------------- CLASSES PARA CONSULTOR GIER -----------------*/
.faixaConsultor {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    position: absolute;
    top: 20%;
    padding-bottom: 30px;
}

    .faixaConsultor .baseCentral {
        width: 1150px;
        margin: 0 auto;
    }

    .faixaConsultor .titulo {
        font-size: 36px;
        font-weight: bold;
        color: #076d8e;
        margin: 25px 0 30px 0;
        text-align: center;
        text-transform: uppercase;
    }

.baseIcones {
    color: #444;
    font-size: 17px;
}

    .baseIcones .alinhamentoLabel {
        margin-top: 20px;
    }

    .baseIcones .icoConsultor, .baseIcones .icoTelefone, .baseIcones .icoEmail {
        width: 45px;
        height: 45px;
        border: 5px solid #000;
        border-radius: 34px;
        margin: 0 20px;
    }

    .baseIcones .icoConsultor {
        background: url("../images/icoConsultor.png") 8px 0 no-repeat;
    }

    .baseIcones .icoTelefone {
        background: url("../images/icoConsultor.png") 8px -45px no-repeat;
    }

    .baseIcones .icoEmail {
        background: url("../images/icoConsultor.png") 8px -90px no-repeat;
    }

.btnOcultaConsultor {
    width: 100px;
    height: 25px;
    background: url("../images/icoOculta.png") 10px 7px #1baa39 no-repeat;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 0 0 50px;
}

    .btnOcultaConsultor:hover, .btnOcultaPopUp:hover {
        background: url("../images/icoOculta.png") 10px 7px #1fb83f no-repeat;
    }

.btnOcultaPopUp {
    width: 150px;
    height: 37px;
    background: url("../images/icoOculta.png") 10px 8px #1baa39 no-repeat;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    text-indent: 25px;
    padding-top: 3px;
    cursor: pointer;
}
/*----------------- Classes Tela de Trocar Estrutura -----------------*/
.baseBuscaApl {
    width: 500px;
    position: fixed;
    z-index: 999999;
    display: none;
    right: 0;
    margin-right: 20px;
    margin-top: 17px;
    background: #fff;
}

.baseTrocaEstrutura {
    width: 500px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #e5e7e7;
    border-radius: 15px;
    padding: 15px;
    position: relative;
    top: 105px;
}

.textBuscaEstrutura {
    background: url('../images/icoLupa.png') 12px 9px #fff no-repeat;
    border: 1px solid #e5e7e7;
    width: 1026px;
    height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #008dbd;
    text-indent: 40px;
}

.textBuscaFuncionalidade {
    background: url('../images/icoLupa.png') 484px 2px #fff no-repeat;
    border: none;
    width: 500px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #008dbd;
    text-indent: 5px;
}

.btVoltar {
    background: #6c757d !important;
    border: 1px solid #6c757d !important;
}

.linkFuncionalidade {
    padding: 0 10px;
    border: solid 1px #fff;
    margin: 0 10px 0 10px;
}

    .linkFuncionalidade:hover {
        border: solid 1px #ccc;
        border-radius: 5px;
        color: #048dc1;
    }

.dataTables_scrollBody {
    background: #fff;
    padding-bottom: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
    height: auto !important;
    max-height: 400px !important;
}

.ImgArrendodado {
    border: 1px solid #919398;
    border-radius: 10px;
    margin: 4px 0 0 4px;
}

.baseIconeFuncionalidade {
    width: 45px;
    height: 28px;
    border-radius: 5px;
    background: #7d7f87;
    margin-left: 10px;
    text-align: center;
    padding-top: 4px;
}

.dataTables_empty {
    font-size: 12px;
    color: red;
    text-align: center;
}

.linhaEstrutura td {
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    height: 35px;
}

    .linhaEstrutura td a {
        color: #7d7f87;
        font-size: 12px;
        text-decoration: none;
        display: block;
        height: 29px;
        padding-top: 23px;
        text-transform: uppercase;
        box-sizing: content-box !important;
    }

.manyButtons {
    white-space: pre-wrap !important;
    height: 44px !important;
    vertical-align: middle !important;
}
/*----------------- Classes para PopUp de Usuario Logado -----------------*/
#baseUsuario {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    width: 257px;
    height: 60px;
    background: url("../images/seta.png") #e6e6e6 235px 42px no-repeat;
    font-size: 12px;
    color: #000;
    text-align: right;
    cursor: pointer;
    position: relative;
    z-index: 99999;
}

#acoesUsuario, .acoesUsuario2 {
    position: absolute;
    width: 243px;
    height: 0;
    background: #e6e6e6;
    padding: 5px 5px 5px 10px;
    z-index: -99999;
    text-align: right;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#links {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 0;
}

#usuario #acoesUsuario a {
    color: #000;
    font-size: 12px;
    display: block;
    height: 25px;
}

    #usuario #acoesUsuario a:hover {
        color: #929292;
    }

.icoTrocaPerfil, .icoBuscaFuncionalidade, .icoTarefaAgendada, .icoAcessarV2, .icoAlertas, .icoSair, .icoAlteraSenha, .icoConsultorGier, .icoComunicar {
    width: 25px;
    height: 25px;
    background: url('../images/iconesAcao.png') no-repeat;
}

.icoTrocaPerfil {
    background-position: 0 0;
}

.icoBuscaFuncionalidade {
    background-position: -27px 0;
}

.icoTarefaAgendada {
    background-position: -56px 0;
}

.icoAcessarV2 {
    background-position: -84px 0;
}

.icoAlertas {
    background-position: -112px 0;
}

.icoSair {
    background-position: -140px 0;
}

.icoAlteraSenha {
    background-position: -165px 0;
}

.icoConsultorGier {
    background-position: -184px 0;
}

.icoComunicar {
    background-position: -206px 0;
}

#acoesUsuario .margem {
    margin: 7px 0 0 10px;
}

.circTarefas, .circAlertas {
    width: 15px;
    height: 14px;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 1px;
}

.circTarefas {
    background: #006d8e;
    margin: 8px 0 2px 0;
}

.circAlertas {
    background: #ff0000;
}

.baseHome, .baseVersao {
    background: url('../images/icoHome.png') 12px 16px #e6e6e6 no-repeat;
    width: 50px;
    height: 60px;
    border: 1px solid #d0d0d0;
    border-left: none;
    border-radius: 0 3px 3px 0;
    position: relative;
    margin-left: -2px;
    z-index: 999;
}

.baseVersao {
    z-index: 9999;
    background: url('../images/icoVersao.png') 12px 16px #e6e6e6 no-repeat;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-tooltip, .arrow:after {
    background: #e6e6e6 !important;
    border: 2px solid #d0d0d0 !important;
    width: 200px;
}

.ui-tooltip {
    padding: 10px 20px;
    color: #000 !important;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    /*box-shadow: 0 2px 6px black;*/
    text-align: center;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }
/*----------------- MasterPage -----------------*/


.header-fixed {
    position: fixed;
    width: 100vw;
    background: #fff;
    z-index: 99;
    top: 0;
}

.header {
    height: 70px;
    border-bottom: 1px solid #ccc;
    background: url(../images/header-gier.svg) 70% 18px no-repeat;
    background-size: 300px 100%;
}

.logoGier {
    width: 259px;
    margin-top: 22px;
    text-align: center;
}

.logoCliente {
    margin-top: 17px;
}

.clienteEstrutura {
    margin-top: 15px;
}

.lblCliente {
    font-family: 16px;
}

.lblEstrutura {
    font-size: 14px;
    color: #048dc1;
}

.header .menu {
    margin-top: -4px;
}

.headerMenu,
.headerMenu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


    .headerMenu .separacao {
        border-left: 1px solid #ccc;
    }

    .headerMenu ul li {
        float: left;
        margin-right: 10px;
    }

        .headerMenu ul li a .favorito {
            background: url("../images/icoMenu.png") 11px -371px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
            border-radius: 25px;
        }

        .headerMenu ul li a .favoritoSel {
            background: url("../images/icoMenu.png") #048dc1 11px -416px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
            border-radius: 25px;
        }

        .headerMenu ul li a .favorito:hover {
            background: url("../images/icoMenu.png") #048dc1 11px -416px no-repeat;
            border-radius: 25px;
        }

        .headerMenu ul li a .eixo {
            background: url("../images/icoMenu.png") 11px 12px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
        }

        .headerMenu ul li a .eixoSel {
            background: url("../images/icoMenu.png") #048dc1 11px -35px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
            border-radius: 25px;
        }

        .headerMenu ul li a .eixo:hover {
            background: url("../images/icoMenu.png") #048dc1 11px -35px no-repeat;
            border-radius: 25px;
        }

        .headerMenu ul li a .notificacao {
            background: url("../images/icoMenu.png") 13px -82px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
        }

        .headerMenu ul li a .notificacaoSel {
            background: url("../images/icoMenu.png") #048dc1 13px -129px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
            border-radius: 25px;
        }

        .headerMenu ul li a .notificacao:hover {
            background: url("../images/icoMenu.png") #048dc1 13px -129px no-repeat;
            border-radius: 25px;
        }

        .headerMenu ul li a .ajuda {
            background: url("../images/icoMenu.png") 11px -176px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
        }

        .headerMenu ul li a .ajudaSel {
            background: url("../images/icoMenu.png") #048dc1 11px -223px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
            border-radius: 25px;
        }

        .headerMenu ul li a .ajuda:hover {
            background: url("../images/icoMenu.png") #048dc1 11px -223px no-repeat;
            border-radius: 25px;
        }

        .headerMenu ul li a .usuario {
            background: url("../images/icoMenu.png") 11px 12px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
        }

            .headerMenu ul li a .usuario:hover {
                background: url("../images/icoMenu.png") #048dc1 11px -35px no-repeat;
                border-radius: 25px;
            }

        .headerMenu ul li a .sistema {
            background: url("../images/icoMenu.png") 11px -279px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
        }

        .headerMenu ul li a .sistemaSel {
            background: url("../images/icoMenu.png") #048dc1 11px -326px no-repeat;
            width: 40px;
            height: 40px;
            padding: 5px;
            border-radius: 25px;
        }

        .headerMenu ul li a .sistema:hover {
            background: url("../images/icoMenu.png") #048dc1 11px -326px no-repeat;
            border-radius: 25px;
        }

.imgUsuario {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    margin-top: 5px;
}

.qtdNotificacao {
    background: #e30713;
    width: 18px;
    height: 15px;
    border-radius: 25px;
    margin: 8px 0 0 -25px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
}

    .qtdNotificacao:hover .notificacao {
        background: url("../images/icoMenu.png") #eee 13px -129px no-repeat;
        border-radius: 25px;
    }

.baseDropdown {
    background: #fff;
    position: absolute;
    width: 300px;
    height: auto;
    margin-left: -246px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4);
}

.dropAjuda {
    width: 600px;
    display: none;
    margin-left: -546px;
}

.dropFavorito, .dropEixo, .dropNotificacao, .dropAjuda, .dropSistemas, .lkbFavoritoSel, .lkbEixoSel, .lkbNotificacaoSel, .lkbAjudaSel, .lkbSistemasSel {
    display: none;
}

.dropNotificacao {
    width: 600px;
    display: none;
    margin-left: -546px;
}

.dropEixo, .dropSistemas, .lkbEixoSel, .lkbNotificacaoSel, .lkbAjudaSel, .lkbSistemasSel {
    display: none;
}

.headerDrop, .headerDropNotificacao {
    background: #fbfbfb;
    border-bottom: 1px solid #ddd;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #048dc1;
}

.divFavorito {
    padding: 5px 5px;
    margin: 0px 0px 0px 15px;
    width: 250px;
    border: solid 1px transparent;
    color: #868686;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    fill: #868686;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .divFavorito:hover {
        border: solid 1px #ccc;
        border-radius: 5px;
        fill: #048dc1;
        color: #048dc1;
    }

.divFavoritoMenuItem {
    padding: 5px 5px;
    margin: 0px 0px 0px 15px;
    width: 250px;
    border: solid 1px transparent;
    color: #868686;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    fill: #868686;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .divFavoritoMenuItem:hover {
        border: solid 1px #ccc;
        border-radius: 5px;
        fill: #048dc1;
        color: #048dc1;
        cursor: pointer;
    }


.divEixo {
    padding: 5px 15px;
    border: solid 1px transparent;
    color: #868686;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    fill: #868686;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .divEixo a {
        color: #868686;
        text-decoration: none;
    }

    .divEixo:hover {
        border: solid 1px #ccc;
        border-radius: 5px;
        fill: #048dc1;
        color: #048dc1;
    }

        .divEixo:hover a {
            text-decoration: none;
        }

.divMensagens {
    display: none;
}

.btnNotificacoes, .btnNotificacoesSel {
    padding: 14px 29px;
    font-size: 16px;
    color: #048dc1;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

    .btnNotificacoes:hover, .btnNotificacoesSel {
        color: #495057;
        border-bottom: 3px solid #048dc1;
    }

.labelNotificacoes {
    text-align: left !important;
    color: #212529;
    justify-content: flex-start;
}

.mensagens {
    height: auto;
    max-height: 204px;
}

.itemMensagem {
    background: #f9f9f9;
    width: 600px;
    height: 50px;
    border-bottom: 1px solid #ccc;
}

.baseMensagem {
    background: #048dc1;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    fill: #fff;
    padding-left: 5px;
    padding-top: 5px;
}

.lblMensagem {
    color: #048dc1;
    font-size: 12px;
}

.mensagens a:hover .lblMensagem {
    text-decoration: underline;
}

.subHeader {
    position: fixed;
    width: 259px;
    border-bottom: 2px solid #ffcb00;
    margin-top: 70px;
    background: #fff;
}

    .subHeader .eixo {
        width: 259px;
        height: 55px;
        background: #ffcb00;
        border-radius: 8px 8px 0 0;
        color: #fff;
        font-size: 20px;
        line-height: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        fill: #fff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.subHeaderRecuado {
    position: fixed;
    width: 60px;
    border-bottom: 2px solid #ffcb00;
    margin-top: 70px;
    background: #fff;
}

    .subHeaderRecuado .eixoRecuado {
        width: 60px;
        height: 55px;
        background: #ffcb00;
        border-radius: 8px 8px 0 0;
        color: #fff;
        font-weight: 500;
        font-family: 'Open Sans';
        font-size: 20px;
        line-height: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        fill: #fff;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

/*BARRA LATERAL*/
.sidebar {
    width: 259px;
    height: 80vh;
    background: #eff5f9;
    float: left;
}

    .sidebar ul {
        margin: 0 0 40px 0;
    }

    .sidebar li {
        background: #eff5f9;
        border-top: 1px solid #dae4ea;
        width: 259px;
    }

    .sidebar .itemMenu, .sidebar .itemMenuSel {
        text-decoration: none;
        font-size: 16px;
        padding: .75rem .625rem .75rem 1rem;
        display: flex;
        align-items: center;
    }

    .sidebar .itemMenu {
        color: #676767;
        border-left: 4px solid transparent;
        cursor: pointer;
    }

    .sidebar li .itemMenu:hover {
        color: #e20613;
        border-left: 4px solid #e20613;
        background: #fff;
    }

    .sidebar .itemMenuSel {
        color: #e20613;
        border-left: 4px solid #e20613;
        background: #fff;
    }



.sidebarRecuado {
    width: 60px;
    height: 130vh;
    background: #eff5f9;
    float: left;
}

    .sidebarRecuado ul {
        margin: 0;
    }

    .sidebarRecuado li {
        background: #eff5f9;
        border-bottom: 1px solid #dae4ea;
        width: 60px;
    }

    .sidebarRecuado .itemMenu, .sidebarRecuado .itemMenuSel {
        text-decoration: none;
        font-size: 15px;
        padding: 10px;
        display: flex;
        align-items: center;
    }

    .sidebarRecuado .itemMenu {
        color: #676767;
        border-left: 4px solid transparent;
    }

    .sidebarRecuado li .itemMenu:hover {
        color: #e20613;
        border-left: 4px solid #e20613;
        background: #fff;
    }

    .sidebarRecuado .itemMenuSel {
        color: #e20613;
        border-left: 4px solid #e20613;
        background: #fff;
    }

.ico20 {
    width: 20px;
    height: 20px;
}

.ico24 {
    width: 24px;
    height: 24px;
}

.ico32 {
    width: 32px;
    height: 32px;
}

.ico42 {
    width: 42px;
    height: 42px;
}

.sidebar li .itemMenu:hover .icoMenu {
    fill: #e20613;
}

#Master .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999 !important;
}

#Master .rodapeVersao {
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 12px;
}

.rodapeVersao .versao {
    width: 50%;
    text-align: right;
}

.rodapeVersao .desenv {
    width: 50%;
}

.rodapeLogo {
    background: url("../images/icoRodape.png") 70% center no-repeat;
    width: 62px;
    height: 71px;
    margin-bottom: -32px;
    /*z-index: 99;*/
    position: relative;
    float: right;
    margin-top: -38px;
    margin-right: 400px;
}

.breadcrumb2 {
    width: 100%;
    height: 57px;
    margin-top: 69px;
    border-bottom: 1px solid #ffcb00;
}

.labelPesquisa {
    color: #b1b1b1;
    font-size: 16px;
}

.icoLupa {
    background: url(../images/icoLupa.png) no-repeat;
    width: 16px;
    height: 16px;
}

.box-senha {
    margin: 0 auto;
    background: white !important;
    margin-top: 110px !important;
    border-radius: 5px;
    padding: 20px;
    width: 500px !important;
    float: none !important;
}

#box {
    width: 1055px;
    height: auto;
    margin-bottom: 50px;
    padding: 20px 0px 20px 20px;
    float: left;
    margin-top: 0px;
}

.box-aluno {
    margin-top: 100px;
    background-color: #FFFFFF !important;
}

    .box-aluno .mensagem {
        padding: 60px 40px 0px 40px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
    }

.avaliacao-cell .periodo {
    font-size: 12px;
}

.avaliacao-cell .titulo-prova {
    padding: 0px 18px 0px 18px;
    font-weight: bold;
}

.avaliacao-cell .desabilitado {
    background-color: #eeeeee;
    color: #9f9f9f;
}

    .avaliacao-cell .desabilitado:hover {
        box-shadow: none;
    }

.avaliacao-cell .menuInicio, .avaliacao-cell a {
    width: 100%;
}

.icone-ok {
    width: 100%;
    text-align: right;
    margin-top: -40px;
    margin-bottom: -5px;
}

    .icone-ok img {
        width: 45px;
        justify-content: flex-end;
        padding: 10px;
    }

.avaliacao-cell .formataNome {
    width: 100%;
    font-size: 14px !important;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.lkbUsuarioAberto {
    display: none;
}

.bgUsuario {
    background: rgba(0,0,0, 0.5);
    position: fixed;
    top: 71px;
    width: 100%;
    height: 100%;
    right: -2560px;
    z-index: 9999999999 !important;
    -webkit-transition: right .35s linear;
    -moz-transition: right .35s linear;
    -ms-transition: right .35s linear;
    -o-transition: right .35s linear;
    transition: right .35s linear;
}

.boxUsuario {
    background: #fff;
    width: 400px;
    height: 100%;
    right: -400px;
    position: fixed;
    top: 71px;
    z-index: 99999999999 !important;
    -webkit-transition: right .3s linear;
    -moz-transition: right .3s linear;
    -ms-transition: right .3s linear;
    -o-transition: right .3s linear;
    transition: right .3s linear;
}

.infoUsuario {
    width: 400px;
    height: 160px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
}

.itemUsuario {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: 16px;
    color: #706f6f;
    text-decoration: none;
}

.imgUsuarioAberto {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.LinhaBranca {
    background-color: #FFFFFF;
    border: #808080;
    color: #212529;
}

.LinhaCinza {
    background-color: #efefef;
    border: #FFFFFF;
    color: #EFEDED;
}


.LinhaCinza {
    background-color: #efefef;
    border: #FFFFFF;
    color: #EFEDED;
}

.LinhaAzulSelecionada {
    background-color: #a9e5fc;
    border: #FFFFFF;
    color: #000;
    font-weight: bolder;
}

/*------------------------ CLASSES PARA ESTILIZAR ABERTURA ------------------------ */

.menuInicio {
    border: 1px solid #eee;
    width: 300px;
    height: 91px;
    border-radius: 14px;
    box-shadow: 0 0 18px 0 rgba(238,238, 238, .5);
    /*display: flex;
    align-items: center;*/
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

    .menuInicio:hover {
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, .3);
        text-decoration: none;
    }

.formataNome {
    width: 210px;
    height: 90px;
    display: flex;
    align-items: center;
}

.formataIcone {
    height: 90px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

#abertura .menulateral {
    height: 200px;
}

    #abertura .menulateral li a {
        background: #efefef;
        border: 1px solid #dbdbdb;
        font-size: 11px;
        color: #666;
        display: block;
        text-decoration: none;
        width: 200px;
        height: 24px;
        padding: 10px 0 0 10px;
        margin-top: -1px;
    }

        #abertura .menulateral li a:hover {
            color: #999;
            border-right: 1px solid #fff;
        }

    #abertura .menulateral .link1 a {
        border-radius: 10px 0 0 0;
    }

    #abertura .menulateral .link2 a {
        border-radius: 0 0 0 10px;
    }

    #abertura .menulateral .icoMenuAtivo {
        background: url('../images/ico-menu-ativo.png') no-repeat;
        width: 6px;
        height: 7px;
        float: left;
        margin: 3px 5px 0 0;
    }

    #abertura .menulateral .lbtAtivo, .PrimeirolbtAtivo {
        background: #fff;
        color: #006699;
        border: 1px solid #dbdbdb;
        font-size: 11px;
        width: 194px;
        height: 24px;
        padding: 10px 0 0 10px;
        margin-top: -1px;
        position: relative;
        border-right: 1px solid #fff;
    }

    #abertura .menulateral .PrimeirolbtAtivo {
        border-radius: 10px 0 0 0;
        border-bottom: none;
        margin: -1px 0 1px 0;
        border-right: none;
        width: 200px;
    }

#abertura .baseAplicativos {
    width: 768px;
    height: 459px;
    margin: 15px 0 0 -8px;
    padding: 20px 0 0 10px;
    overflow: auto;
    overflow-x: hidden;
}

.iconesApl {
    float: left;
    width: 105px;
    height: 140px;
    text-align: center;
}

.baseMonocromatica, .baseCor1, .baseCor2, .baseCor3, .baseCor4, .baseCor5 {
    width: 75px;
    height: 48px;
    padding-top: 6px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin: 0 auto;
}

.baseMonocromatica, .baseCor5 {
    background-color: #ababab;
}

.baseCor1 {
    background: #ababab;
}

.baseCor2 {
    background: #ababab;
}

.baseCor3 {
    background: #ababab;
}

.baseCor4 {
    background: #ababab;
}

.nomeFuncionalidade {
    color: #0097d7;
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: 400;
}

.rodapeMenuObjetos {
    width: 211px;
    height: 29px;
    padding-top: 4px;
    background: #efefef;
    border: 1px solid #dbdbdb;
    border-right: none;
    border-top: none;
    border-radius: 0 0 9px 9px;
    font-size: 12px;
    color: #006699;
}

.btnVolta, .btnAvanca {
    width: 19px;
    height: 19px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 3px;
}

.btnVolta {
    margin-left: 5px;
}

.btnAvanca {
    margin-right: 14px;
}

.opacidade {
    filter: alpha(opacity=30);
    opacity: 0.30;
}

.favoritoAtivo, .favoritos {
    background: #fff;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    border: 1px solid #d4d4d4;
    border-radius: 13px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.favoritoAtivo {
    background-image: url('../images/icoFavoritoSel.png');
}

.favoritos {
    background-image: url('../images/icoFavorito.png');
}

.alinhamentoFavoritos {
    margin-left: -25px;
    margin-top: -8px;
}


/*--- LINKS CONFIGURAÇÕES GERAIS -------------------------*/

.jsn-link-icon {
    background-image: url('../../Recursos/images/Icones/Corrente.png');
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 27px !important;
    height: 22px !important;
    display: block;
}

.jsn-links-gerais {
    display: flex;
}

    .jsn-links-gerais a {
        width: auto;
        display: grid;
        align-items: center;
        grid-template-columns: auto auto;
        margin: 0 5px;
    }

        .jsn-links-gerais a:hover {
            transform: scale(1.05);
        }

        .jsn-links-gerais a:active {
            transform: scale(0.9);
        }



/*-------------------CLASSES PARA UPDATEPROGRESS----------------------*/
.carregando {
    background: rgba(0,0,0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999 !important;
}

.baseBrancaUpdateProgress {
    /*background: #fff;
    border: 1px solid #b3b3b3;
    width: 300px;
    height: 55px;*/
    margin: 0 auto;
    margin-top: 270px;
    text-align: center;
    padding: 20px 0;
    font-size: 13px;
    color: #4A4A4A;
    border-radius: 5px;
}

.baseUpdateProgress {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 270px;
}

.baseCirculos {
    margin: 0 auto;
    margin-top: 20px;
    width: 70px;
    text-align: center;
}

    .baseCirculos > div {
        width: 18px;
        height: 18px;
        background-color: #006d8e;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        Prevent first frame from flickering when animation starts -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .baseCirculos .circulo1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .baseCirculos .circulo2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.updateProgress {
    border-width: 0;
    border-style: inherit;
    background-color: transparent;
    position: absolute;
    z-index: 5000;
}
/*----------------- CLASSES PARA ASCX DE MENSAGENS -----------------*/
.mascara {
    background: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999 !important;
}

#ucMensagem .Msg {
    width: 480px;
    min-height: 230px;
    height: auto;
    z-index: 9999999999;
    background: #fff;
    border-radius: 3px;
    margin: 100px auto;
}

#ucMensagem .divTitulo {
    border-bottom: 1px solid #048dc1;
    font-size: 14px;
    color: #048dc1;
    padding-bottom: 5px;
}

#ucMensagem .divConteudo {
    height: auto;
    min-height: 137px;
    max-height: 500px;
    overflow-y: auto;
}

#ucMensagem .icoMensagem {
    margin-left: 20px;
    margin-top: 43px;
}

#ucMensagem .msg {
    margin-top: 43px;
    width: 320px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

#ucMensagem .rodape_acoes {
    /*background: #f5f5f5;*/
    border-top: 1px solid #e9e9e9;
    height: 40px;
    padding-top: 10px;
    border-radius: 0 0 3px 3px;
    text-align: center;
}

#ucMensagem .btnFechar {
    width: 10px;
    height: 10px;
    background: url('../images/ico_fechar.png') no-repeat;
    cursor: pointer;
    border: none;
}

#ucMensagem .lnkFechar {
    display: block;
    width: 10px;
    height: 10px;
    background: url('../images/ico_fechar.png') no-repeat;
    cursor: pointer;
    border: none;
}

#ucMensagem .MsgGrande {
    width: 780px;
    height: auto;
    min-height: 430px;
    z-index: 9999999999;
    background: white;
    border-radius: 3px;
    margin: 80px auto;
}

#ucMensagem .divConteudoGrande {
    height: auto;
    min-height: 337px;
}

#ucMensagem .msgGrande {
    margin-top: 43px;
    width: 720px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

/*ESTILIZA BOTÃO DE SIM/NÃO DOS ASCX*/
.ui-dialog .ui-button {
    width: 100px;
    height: 28px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    background-image: linear-gradient(to bottom, #fdfdfd, #e7e7e7);
    border: 1px solid #d1d1d1;
    margin-right: 5px;
}


.btnPadraoGierJQX {
    width: 100px;
    margin-right: 10px;
    height: 32px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fdfdfd;
    border: 1px solid #d1d1d1;
}

    .btnPadraoGierJQX:hover {
        /*background-image: linear-gradient(to bottom, #e7e7e7, #fdfdfd);*/
        background: #e7e7e7;
    }

/*------- Configurações -------*/
.alinhamento-horizontal {
    display: flex;
    justify-content: space-between;
}

.cls-conteudo-modal {
    padding: 0;
    font-size: 9pt;
    top: -21px;
    position: relative;
    text-transform: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

    .cls-conteudo-modal div {
        margin-bottom: 3px;
    }

.cls-indicador {
    font-weight: bold !important;
    color: red !important;
}

/*------- GRID AVALIAÇÃO E FREQUÊNCIA ----------*/

.clsListaAlunos {
    background-color: #FFFFFF;
}

    .clsListaAlunos tr:nth-child(even) {
        background-color: #f6f8f9 !important;
    }


    .clsListaAlunos tr:hover {
        background-color: #F8F8F8;
    }

    .clsListaAlunos td:hover {
        background-color: #e8e8e8;
        font-weight: 700;
    }

        .clsListaAlunos td:hover select, .clsListaAlunos td:hover input {
            border: none;
            background-color: #F6F6F6;
            font-weight: 700;
        }


/*------- Rack IE8 ----------*/
@media \0screen {
    .mascara {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999999;
        filter: alpha(opacity=50);
        opacity: 0.50;
        background: #000;
    }
}

@media screen and (max-width: 1360px) {
    /*#box {
        zoom: 0.85;
    }*/

    .rodapeLogo {
        margin-right: 260px;
    }
}

@media screen and (max-width: 1200px) {
    /*#box {
        margin-left: 55px;
        zoom: 0.7;
    }*/

    .left {
        z-index: 999;
    }
    /*
    .sidebar {
        width: 200px;
    }*/

    .logoGier {
        width: 200px;
    }
    /*
    .subHeader {
        width: 240px;
    }

        .subHeader .eixo {
            width: 240px;
            font-size: 15px;
        }
*/
    /* .sidebar li {
        width: 240px;
    }*/

    .bg {
        background: linear-gradient(to right,#fff 240px, #fff 100%);
    }

    .sidebar .itemMenu, .sidebar .itemMenuSel {
        font-size: 13px;
    }

    .box-senha {
        margin-left: auto !important;
        zoom: 0.9;
    }

    .boxEstruturaDados {
        zoom: 0.9;
    }

    .rodapeLogo {
        margin-right: 170px;
        background-size: 70%;
    }

    #Master .rodapeVersao {
        font-size: 11px;
    }
}

@media screen and (min-height: 530px) {
    .box-aluno .mensagem {
        padding: 180px 40px 0px 40px;
    }
    /*
    .icoMensagem {
        display: none;
    }*/
}

@media screen and (min-width: 956px) {
    .box-aluno .mensagem {
        font-size: 20px;
    }
}

@media screen and (min-width: 1540px) {
    .box-aluno .mensagem {
        font-size: 30px;
    }
}

@media screen and (max-width: 464px) {
    #ucMensagem .Msg {
        width: 280px;
    }

    /*.icoMensagem {
        display: none;
    }*/

    #ucMensagem .msg {
        width: 100%;
    }
}

.padding-top-20 {
    padding-top: 20px;
}


.btnTroca {
    border: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: red;
    background: url(../images/compensar.png) no-repeat;
    margin: 0;
    padding: 0;
    opacity: 0.5;
}

    .btnTroca:hover {
        opacity: 1;
    }

