body {
    margin: 0px;
    background: #EEEEEE;
}
.campo_obrigatorio {
    color: #C00
}
.avisodestaque {
    font-family: 'MuseoSans-900', Arial, Helvetica, sans-serif;
}
#barraTopo {
    width: 100%;
    min-height: 50px;
    height: auto;
    background-color: #0063B1;
    color: #FFF;
    z-index: 50;
}
#divMenu {
    overflow-x: hidden;
    position: absolute;
    margin-top: 51px;
    background-color: #016CBA;
    max-width: 250px;
    width: 100%;
    height: 100%;
    overflow: auto;
    width: 0px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
}
#iconeMenu {
    background-color: #0063B1;
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-right: 1px solid #066AB3;
    border-bottom: 1px solid #066AB3;
    background-image: url(../imagens/menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
    position: relative;
}
#iconeMenu:hover {
    background-color: #11629D;
}
#logoKurzy {
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    padding-top: 35px;
    height: 15px;
    width: 140px;
    background-image: url(../imagens/logo_cabecalho.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: bottom;
    font-size: 10px;
    text-align: center;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
}
#barraFerramentas {
    vertical-align: top;
    min-height: 41px;
    width: auto;
    display: inline-block;
}
#foto_menu {
    vertical-align: top;
    float: right;
    height: 43px;
    width: 43px;
    background: url(../imagens/fotoPadrao.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 1px 1px 1px #084673;
    -webkit-box-shadow: 1px 1px 1px #084673;
    -moz-box-shadow: 1px 1px 1px #084673;
}
.foto_diario {
    vertical-align: top;
    height: 60px;
    width: 60px;
    background: url(../imagens/fotoPadrao.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid;
    border-color: #FFF;
}
#nome_user {
    max-width: 160px;
    margin-top: 11px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
    white-space: pre-wrap;
    overflow: hidden;
    line-height: 17px;
}
#div_nome_user {
    vertical-align: text-bottom;
    float: right;
    height: 50px;
    min-width: 248px;
    color: #FFF;
    text-align: right;
    padding-right: 4px;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
}
#barraFerramentasPesquisa {
    width: 330px;
    background: rgb(255, 255, 255);
    background-image: url(../imagens/lupaFerramentas.png);
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
    color: #999;
    cursor: text;
    font-family: RobotoLight, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-left: 3px;
    margin-right: 0px;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 8px;
    padding-left: 33px;
    padding-right: 10px;
    padding-top: 8px;
    white-space: nowrap;
    word-wrap: break-word;
    border: none;
    vertical-align: middle;
}
.combo_cinza_ferramentas {
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    font-family: RobotoLight, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-left: 3px;
    margin-right: 0px;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    white-space: nowrap;
    word-wrap: break-word;
    border: none;
    height: 31px;
}
.botaoredondominireordenar {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_reordenar.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominireordenar:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominipesquisa {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_lupa.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominipesquisa:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominigrafico {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_grafico.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominigrafico:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominivalidar {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_validar.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominivalidar:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiE {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_validar.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiE:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiredistribuir {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_distribuir.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiredistribuir:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominicarregando {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/botaocarregando.gif);
    background-repeat: no-repeat;
    background-position: 5px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominianteriorAzul {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_anteriorazul.png);
    background-repeat: no-repeat;
    background-position: 2.5px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #0063B1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominianteriorAzul:hover {
    background-position: -19px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominianterior {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_anterior.png);
    background-repeat: no-repeat;
    background-position: 2.5px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominianterior:hover {
    background-position: -19px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiemail {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_email.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiemail:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominifollow {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_follow.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominifollow:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiproximoAzul {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_proximoazul.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #0063B1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiproximoAzul:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiconfig {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_config.png);
    background-repeat: no-repeat;
    background-position: -20px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiconfig:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiproximo {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_proximo.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiproximo:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominicancelar {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_cancelar.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominicancelar:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominipagar {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_pagar.png);
    background-repeat: no-repeat;
    background-position: -20px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominipagar:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominicopiar {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_copiar.png);
    background-repeat: no-repeat;
    background-position: -18px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominicopiar:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominigeraexcel {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_excel.png);
    background-repeat: no-repeat;
    background-position: -20px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominigeraexcel:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaofundobarraferramentas {
    font-size: 14px;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    width: auto;
    height: 43px;
    text-align: center;
    padding-top: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.botaofundobarraferramentas:hover {
    cursor: pointer;
    background-color: #393f43;
}
.botaoredondomininovo {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_novo.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondomininovo:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominigaleria {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_biblioteca.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominigaleria:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
#divPagina {
    width: 100%;
    text-align: center;
}
.textbox_cinzafoco {
    width: 100%;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    color: #333;
    cursor: text;
    font-family: RobotoLight, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 1.4;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 4px;
    box-shadow: inset 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}
#sair {
    display: inline-block;
    width: 18px;
    height: 33px;
    background: url(../imagens/saida.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: text-top;
}
#sair:hover {
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
    cursor: pointer;
}
#topo_avisos {
    display: inline-block;
    width: 26px;
    height: 22px;
    background: url(../imagens/mundo.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center 3px;
    vertical-align: text-top;
    text-align: center;
    padding-top: 8px;
    color: #FF0;
    text-shadow: #F60 1px 1px 1px;
    font-size: 12px;
    font-weight: bold;
}
#topo_avisos:hover {
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
    cursor: pointer;
}
#troca-unidade {
    display: inline-block;
    width: 18px;
    height: 33px;
    background: url(../imagens/escolas.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: text-top;
}
#troca-unidade:hover {
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
    cursor: pointer;
}
#ajuda {
    display: inline-block;
    width: 20px;
    height: 33px;
    background: url(../imagens/ajudar2.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: text-top;
}
#ajuda:hover {
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
    cursor: pointer;
}
#fusohorario {
    display: inline-block;
    width: 23px;
    height: 33px;
    background: url(../imagens/clock.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: text-top;
}
#fusohorario:hover {
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
    cursor: pointer;
}
.combo_cinzafoco {
    width: 100%;
    background: #F5F5F5;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    font-family: RobotoLight, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 1.4;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    overflow: hidden;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    white-space: nowrap;
    word-wrap: break-word;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 0 1px 1px #fff, 0 2px 1px -1px rgba(0, 0, 0, 0.1)!important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 31px;
}
.combo_cinzafoco select {
    background: transparent;
    -webkit-appearance: none;
}
.botao_azul_kz {
    width: auto;
    white-space: nowrap;
    background-color: #0063B1;
    font-size: 14px;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: bold;
    line-height: 1.54;
    margin: 0px;
    margin-left: 4px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-top: 5px;
    padding-right: 9px;
    text-align: center;
    text-decoration: none;
}
.botao_azul_kz:hover {
    background-color: #11629D;
}
#foto_menu_grande {
    display: none
}
.divProdutoFoto {
    width: 200px;
    padding-bottom: 10px;
}
.divFuncionarioFoto {
    width: 200px;
    padding-bottom: 10px;
}
.divProdutoComponentes {
    max-width: 775px;
    padding-top: 10px;
}
.divProdutoComponentesFuncionario {
    max-width: 1000px;
    padding-top: 25px;
}
.menu_block {
    width: 100%;
    cursor: pointer;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 1
}
.pintaFundoV1 {
    cursor: pointer;
    background-color: #FFF;
    color: #1E1E1E;
}
.pintaFundoV1:hover {
    background-color: #3273A2;
    color: #FFF;
}
.pintaFundoV2 {
    cursor: pointer;
    background-color: #ebebeb;
    color: #1E1E1E;
}
.pintaFundoV2:hover {
    background-color: #3273A2;
    color: #FFF;
}
.pintaFundoR1 {
    cursor: pointer;
    background-color: #FFF;
    color: #1E1E1E;
}
.pintaFundoR1:hover {
    background-color: #b71c1c;
    color: #FFF;
}
.pintaFundoR2 {
    cursor: pointer;
    background-color: #ebebeb;
    color: #1E1E1E;
}
.pintaFundoR2:hover {
    background-color: #b71c1c;
    color: #FFF;
}
.pintaFundo1 {
    cursor: pointer;
    background-color: #FFF;
    color: #1E1E1E;
}
.pintaFundo1:hover a, .pintaFundo2:hover a {
    background-color: #055391;
    color: #FFF;
}
.pintaFundo1:hover {
    background-color: #11629D;
    color: #FFF;
}
.pintaFundo2 {
    cursor: pointer;
    background-color: #ebebeb;
    color: #1E1E1E;
}
.pintaFundo2:hover {
    background-color: #11629D;
    color: #FFF;
}
.pintaFundo1Api {
    cursor: pointer;
    background-color: #FFF;
    color: #FF4500;
}
.pintaFundo1Api:hover a, .pintaFundo2Api:hover a {
    background-color: #055391;
    color: #FFF;
}
.pintaFundo1Api:hover {
    background-color: #11629D;
    color: #FFF;
}
.pintaFundo2Api {
    cursor: pointer;
    background-color: #ebebeb;
    color: #FF4500;
}
.pintaFundo2Api:hover {
    background-color: #11629D;
    color: #FFF;
}
.pintaLinhaFundo1 {
    background-color: #FFF;
    color: #1E1E1E;
}
.pintaLinhaFundo1:hover a, .pintaLinhaFundo2:hover a {
    background-color: #055391;
    color: #FFF;
}
.pintaLinhaFundo2 {
    background-color: #ebebeb;
    color: #1E1E1E;
}
.nenhumresultado {
    position: relative;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
}

.tabela_azul_kz {
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    border: none;
    overflow: auto;
    font-size: 10px;
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
    box-sizing: border-box;
}
.tabela_azul_kz th {
    border: none;
    font-size: 13px;
    color: #FFF;
    background: #0063B1;
    box-sizing: border-box;
}
.tabela_azul_kz td {
    border: none;
    font-size: 12px;
    box-sizing: border-box;
}
.tabela_azul_kz_menor {
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    border: none;
    overflow: auto;
    font-size: 10px;
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
}
.tabela_azul_kz_menor th {
    border: none;
    font-size: 11px;
    color: #FFF;
    background: #0063B1;
}
.tabela_azul_kz_menor td {
    border: none;
    font-size: 11px;
}
.link_cancelar {
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-left: 15px;
    color: #666;
    cursor: pointer;
}
.link_cancelar:hover {
    color: #D20000;
}
.tabela_azul_totais {
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    border: none;
    overflow: auto;
    font-size: 10px;
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
}
.tabela_azul_totais th {
    border: none;
    font-size: 14px;
    color: #FFF;
    background: #0063B1;
}
.tabela_azul_totais td {
    border: none;
    font-size: 13px;
    color: #FFF;
    background: #0063B1;
}
.botaopretosuave_prompt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #444444;
    background-origin: padding-box;
    border-color: #373535;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #373535;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #373535;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #373535;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaopretosuave_prompt:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #373535;
    background-origin: padding-box;
    border-color: #373535;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #373535;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #373535;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #373535;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoazulsuave_prompt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #39b3d7;
    background-origin: padding-box;
    border-color: #269abc;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #269abc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #269abc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #269abc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoazulsuave_prompt:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #43A3BF;
    background-origin: padding-box;
    border-color: #269abc;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #269abc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #269abc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #269abc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoazulsuave_prompt:disabled {
    opacity: 0.40;
    cursor: not-allowed;
}
.botaoverdesuave_prompt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #47a447;
    background-origin: padding-box;
    border-color: #47a447;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #47a447;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #47a447;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #47a447;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoverdesuave_prompt:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #409540;
    background-origin: padding-box;
    border-color: #47a447;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #47a447;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #47a447;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #47a447;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoverdesuave_prompt:disabled {
    opacity: 0.40;
    cursor: not-allowed;
}
.botaovermelhosuave_prompt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d2322d;
    background-origin: padding-box;
    border-color: #d2322d;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #d2322d;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #d2322d;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #d2322d;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaovermelhosuave_prompt:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #BB3531;
    background-origin: padding-box;
    border-color: #d2322d;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #d2322d;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #d2322d;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #d2322d;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaovermelhosuave_prompt:disabled {
    opacity: 0.30;
    cursor: not-allowed;
}
.botaoamarelosuave_prompt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f0ad4e;
    background-origin: padding-box;
    border-color: #f0ad4e;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #f0ad4e;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #f0ad4e;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #f0ad4e;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoamarelosuave_prompt:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #E1A857;
    background-origin: padding-box;
    border-color: #f0ad4e;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #f0ad4e;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #f0ad4e;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #f0ad4e;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoamarelosuave_prompt:disabled {
    opacity: 0.40;
    cursor: not-allowed;
}
.botaoverdelimasuave_prompt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #39D7A9;
    background-origin: padding-box;
    border-color: #39D7A9;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #39D7A9;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #39D7A9;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #39D7A9;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoverdelimasuave_prompt:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #37CCA0;
    background-origin: padding-box;
    border-color: #37CCA0;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #37CCA0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #37CCA0;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #37CCA0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoroxosuave_prompt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #8E2EB2;
    background-origin: padding-box;
    border-color: #8E2EB2;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #8E2EB2;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #8E2EB2;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #8E2EB2;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaoroxosuave_prompt:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #8329A4;
    background-origin: padding-box;
    border-color: #8329A4;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #8329A4;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #8329A4;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #8329A4;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaolaranjasuave_prompt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F07C4E;
    background-origin: padding-box;
    border-color: #F07C4E;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #F07C4E;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #F07C4E;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #F07C4E;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaolaranjasuave_prompt:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ED6834;
    background-origin: padding-box;
    border-color: #ED6834;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #ED6834;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ED6834;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ED6834;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaobrancosuave_prompt {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFF;
    background-origin: padding-box;
    border-color: #CCC;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.botaobrancosuave_prompt:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FAFAFA;
    background-origin: padding-box;
    border-color: #CCC;
    background-repeat: repeat;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #CCC;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #CCC;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285;
    outline-color: invert;
    margin-bottom: 0px;
    outline-style: none;
    outline-width: medium;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    transition-property: all;
    white-space: nowrap;
}
.div_erro {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'RobotoLight';
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.div_erro h4 {
    margin-top: 0;
}
.div_alerta {
    font-family: 'RobotoLight';
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.div_alerta h4 {
    margin-top: 0;
}
.div_sucesso {
    font-family: 'RobotoLight';
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.div_sucesso h4 {
    margin-top: 0;
}
.div_info {
    font-family: 'RobotoLight';
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.div_info h4 {
    margin-top: 0;
}
.botaoredondominicancelarpedido {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_cancelar_pedido.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominicancelarpedido:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiR {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/setaR.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiR:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiT {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/setaT.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiT:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiP {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/setaP.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiP:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiO {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/setaO.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiO:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiE {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/setaE.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiE:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominigerarpedido {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_pedido.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominigerarpedido:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiimprimir {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_print.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiimprimir:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominiresponsiva {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_resp.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiresponsiva2 {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_resp.png);
    background-repeat: no-repeat;
    background-position: 2px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.tabela_azul_branca {
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    border: none;
    overflow: auto;
    font-size: 10px;
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
}
.tabela_azul_branca th {
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    font-family: 'MuseoSans-300', Arial, Helvetica, sans-serif;
}
.tabela_azul_branca td {
    border: none;
    font-size: 11px;
}
.pintaFundoAzul1 {
    cursor: pointer;
    background-color: #1E8BC3;
    color: #FFF;
}
.pintaFundoAzul1:hover {
    background-color: #11629D;
    color: #FFF;
}
.pintaFundoAzul2 {
    cursor: pointer;
    background-color: #1780B6;
    color: #FFF;
}
.pintaFundoAzul2:hover {
    background-color: #11629D;
    color: #FFF;
}
#divFiltros {
    text-align: center;
    overflow: auto;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.61s, 0.61s, 0.61s;
    position: fixed;
    height: 0px;
    width: 100%;
    padding-right: 5px;
    box-sizing: border-box;
    background-color: #4C5566;
    background: #F3F5F9;
}
.divlinhaFiltro1 {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    color: #707071;
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Sans', RobotoBlack, RobotoCondensed, Arial, Helvetica, sans-serif;
    background: #FFF;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: -20px;
}
.divlinhaFiltro2 {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    color: #707071;
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Sans', RobotoBlack, RobotoCondensed, Arial, Helvetica, sans-serif;
    background: #F5F6F8;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: -20px;
}
.divlinhaFiltro2 label {
    margin-right: 10px;
}
.divlinhaFiltro1 label {
    margin-right: 10px;
}
/*
.rolagemTransparente{
        scrollbar-face-color:#;
        scrollbar-highlight-color:#;
        scrollbar-3dlight-color:#;
        scrollbar-darkshadow-color:#;
        scrollbar-shadow-color:#;
        scrollbar-arrow-color:#;
        scrollbar-track-color:#;
        
         background: buttonface; filter: alpha(opacity=0); -moz-opacity: 0;
        
 
        }
/* BARRA DE ROLAGEM NO INTERNET EXPLORER CHROME E SAFARI */
* {
    scrollbar-face-color: #0065AF;
    scrollbar-highlight-color: #0065AF;
    scrollbar-3dlight-color: #003963;
    scrollbar-darkshadow-color: #003963;
    scrollbar-shadow-color: #0065AF;
    scrollbar-arrow-color: #0065AF;
    scrollbar-track-color: #003963;
}
#cmdControleVisualizarTudo {
    vertical-align: middle;
    display: none;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #343434;
}
::-webkit-scrollbar-thumb {
    background: #A6A6A6;
}
/* FIM BARRA DE ROLAGEM NO INTERNET EXPLORER CHROME E SAFARI */
#subirImagem {
    vertical-align: top;
    height: 180px;
    width: 180px;
    background: url(../imagens/fotoPadrao180x180.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: none;
    position: relative;
    display: inline-block;
    box-shadow: 2px 2px 1px #9C9C9C;
    -webkit-box-shadow: 2px 2px 1px #9C9C9C;
    -moz-box-shadow: 2px 2px 1px #9C9C9C;/*transition-delay: 0s, 0s, 0s;
      transition-duration: 0.41s, 0.41s, 0.41s;*/
}
#subirImagem:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    background: url(../imagens/alterarfotoproduto.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
#funcionario_grande {
    vertical-align: top;
    height: 180px;
    width: 180px;
    background: url(../imagens/fotoPadrao180x180.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: none;
    position: relative;
    display: inline-block;
    box-shadow: 2px 2px 1px #9C9C9C;
    -webkit-box-shadow: 2px 2px 1px #9C9C9C;
    -moz-box-shadow: 2px 2px 1px #9C9C9C;/*transition-delay: 0s, 0s, 0s;
      transition-duration: 0.41s, 0.41s, 0.41s;*/
}
#funcionario_grande:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    background: url(../imagens/alterarfotoproduto.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.funcionario_grande_hover:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    background: url(../imagens/alterarfotoproduto.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: auto;
}
.funcionario_camera_hover:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    background: url(../imagens/alterarfotofuncionario.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: auto;
}
.divLabelTopo {
    font-size: 14px;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    width: 120px;
    height: 35px;
    text-align: center;
    padding-top: 15px;
    display: inline-block;
    vertical-align: middle;
}
.divLabelTopo input {
    border: none;
}
.quadroAzulClaro {
    background: #0063B1;
}
.quadroAzulClaro:hover {
    border: 2px solid #0063B1;
}
.quadroVerdeClaro {
    background: #217346;
}
.quadroVerdeClaro:hover {
    border: 2px solid #217346;
}
.quadroAzulEscuro {
    background: #2B579A;
}
.quadroAzulEscuro:hover {
    border: 2px solid #2B579A;
}
.quadroVinho {
    background: #80397B;
}
.quadroVinho:hover {
    border: 2px solid #80397B;
}
.quadroRoxo {
    background: #5133AB;
}
.quadroRoxo:hover {
    border: 2px solid #5133AB;
}
.quadroLaranja {
    background: #D24726;
}
.quadroLaranja:hover {
    border: 2px solid #D24726;
}
.quadroCinza {
    background: #E5E5E5;
}
.quadroCinza:hover {
    border: 2px solid #E5E5E5;
}
.quadroUnidades {
    box-sizing: initial;
    width: 200px;
    min-height: 90px;
    background-color: #000;
    display: inline-block;
    color: #FFF;
    vertical-align: bottom;
    text-align: left;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    margin: 4px;
    padding: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.quadroUnidades:hover {
    margin: 0px;
    padding: 14px;
}
.quadroUnidades h1 {
    margin: 2px;
    font-size: 21px;
}
.quadroUnidades h2 {
    margin: 0px;
    font-size: 12px;
}
.arredondar {
    vertical-align: middle;
    height: 120px;
    width: 120px;
    background: url(../imagens/contaspagar.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    display: inline-block;
    box-shadow: 2px 2px 1px #949494;
    -webkit-box-shadow: 2px 2px 1px #949494;
    -moz-box-shadow: 2px 2px 1px #949494;
}
.quadroW8pequeno {
    overflow: hidden;
    width: 100px;
    display: inline-block;
    color: #FFF;
    vertical-align: middle;
    text-align: left;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 4px;
    padding: 10px;
    padding-top: 90px;
    height: 26px;
    cursor: pointer;
}
.quadroW8pequeno:hover {
    margin: 0px;
    padding: 14px;
    padding-top: 94px;
}
.quadroW8grande {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    color: #FFF;
    vertical-align: middle;
    text-align: left;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 4px;
    padding: 10px;
    padding-top: 90px;
    height: 26px;
    cursor: pointer;
}
.quadroW8grande:hover {
    margin: 0px;
    padding: 14px;
    padding-top: 94px;
}
.quadroW8_BlocoA {
    height: 380px;
    display: inline-block;
    color: #FFF;
    vertical-align: middle;
    text-align: left;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 10px;
    cursor: pointer;
}
.textbox_sem-borda {
    margin-right: 0px;
    margin-left: 3px;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
}
.divbrancaTitulo {
    background: #0063B1;
    color: #fff;
    margin: -20px;
    margin-bottom: 10px;
    float:left;
    width:100%;
    padding: 20px;
    heigth:15px;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 13px;
    overflow:hidden;
}
.divbrancaKurzy {
    line-height: normal;
    font-size: 13px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #FFF;
}
.imagemBotao:hover {
    cursor: pointer;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}
.tituloSeparador {
    color: #5484AA;
    font-size: 14px;
}

#componentes-login {
    max-width: 370px;
    display: inline-block;
}
#componentes-login-voucher {
    max-width: 300px;
    display: inline-block;
}
.espacamento {
    height: 10px
}
.diamante {
    z-index: 1100;
    width: 30px;
    height: 30px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.promptMensagemAvisoAzul {
    background: #2A80B9;
    border-style: solid;
}
.promptMensagemAvisoAmarelo {
    background: #E77E23
}
.promptMensagemAvisoVermelho {
    background: #D24726
}
.promptMensagemAvisoVerde {
    background: #217346
}
.promptMensagemAviso {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    position: fixed;
    padding: 20px;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    color: #FFF;
    width: 300px;
    height: auto;
    margin-right: 20px;
    right: 0px;
}
.promptMensagemAviso h1 {
    font-size: 17px;
}
.promptMensagemAviso h2 {
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
}
.divdialogoresponsivo{
    overflow-x: hidden !important;
    height:auto;
}
.divAbasContainer {
    width: 100%;
    float: left;
    margin-top: -20px;
    padding-right: 40px;
    margin-left: -20px;
    background-color: #11629D;
    height: auto;
}
#controle_barra_topo {
    overflow: auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.avisoTopo {
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    text-align: center;
    vertical-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 6.5px
}
.avisoTopo p {
    padding: 0px !important;
    margin: 0px !important
}
.labellink {
    text-decoration: underline;
}
.labellink:hover {
    cursor: pointer;
}
@media screen and (min-width:  0px) and (max-width: 640px) {
    .divAbasContainer {
        width: 100%;
        float: left;
        margin-top: -20px;
        background-color: #11629D;
        height: auto;
    }
    .abaAtiva {
        font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding: 9px;
        background-color: #FFF;
        text-align: center;
        width: auto;
        display: inline-block;
        cursor: pointer;
    }
    .abaInativa {
        font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding: 9px;
        color: #FFF;
        background-color: #11629D;
        text-align: center;
        width: auto;
        display: inline-block;
        cursor: pointer;
    }
    .abaInativa:hover {
        background-color: #0063B1;
    }
    #cmdPesquisar, #cmdPesquisaAvancada, #cmdExcel, #cmdImprimir, #cmdMala, #cmdNovo, #cmdExterno, #cmdImpressao, #cmdConpag, #cmdAddFunc, #cmdRequisitar, #cmdVisualiziarEC, #cmdImprimir, #cmdConferir, #cmd_Transf, #cmdPagar, #cmdGerarCobranca {
        width: 32px;
        height: 35px;
        padding: 0px;
        overflow: hidden;
    }
    #divAjudaConteudo img {
        width: 100%
    }
    #ajuda_cabecalho {
        font-size: 10px
    }
    #logoKurzy {
        background-position: left center;
        background-size: 100px;
        vertical-align: top;
        display: inline-block;
        text-align: left;
        width: auto;
        min-width: 100px;
        padding-top: 28px;
        height: auto;
    }
    #nome_user {
        display: none
    }
    #div_nome_user {
        padding-top: 10px;
        height: auto;
        padding-right: 10px;
    }
    #sair, #foto_menu, #fusohorario {
        display: none;
    }
    /*AQUI*/
    #iconeMenu {
        width: 35px;
    }
    .tabela_azul_kz {
        font-size: 8px;
    }
    #div_nome_user {
        width: 80px;
        min-width: 70px;
    }
    .tabela_azul_kz th {
        border: none;
        font-size: 8px;
        color: #FFF;
        background: #0063B1;
        box-sizing: border-box;
    }
    .tabela_azul_kz td {
        border: none;
        font-size: 8px;
    }
    #cmdControleVisualizarTudo {
        display: inline-block;
    }
    #controle_barra_topo {
        width: 40px;
        height: 42px;
        overflow: hidden;
        vertical-align: middle;
    }
}
@media screen and (min-width: 0px) and (max-width: 560px) {
    #componentes-login, #componentes-login-voucher {
        width: 100%
    }
    .tabela_azul_kurzy {
        font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
        border: none;
        overflow: auto;
        font-size: 8px;
        padding-left: 0px;
        padding-top: 0px;
        width: 100%;
    }
    .tabela_azul_kurzy th {
        border: none;
        font-size: 9px;
        color: #FFF;
        background: #0063B1;
        position: absolute;
        width: auto;
    }
    .tabela_azul_kurzy td {
        border: none;
        font-size: 9px;
        position: relative;
    }
}
@media screen and (min-width: 0px) and (max-width: 500px) {

    #cssmenu, #menu {
        width: 100%;
    }
    #divMenu {
        height: 100%;
        position: relative;
        background-color: #016CBA;
        overflow: auto;
        width: 0px;
        transition-delay: 0s, 0s, 0s;
        transition-duration: 0.31s, 0.31s, 0.31s;
        z-index: 80;
    }
    #divMenuVertical {
        width: 100%;
        height: 0px;
        display: inline-block;
        overflow: hidden;
        z-index: 80;
    }
    #barraFerramentasPesquisa {
        margin-bottom: 10px;
        width: 98%
    }
    #div_nome_user {
        min-width: 0px;
        width: auto;
    }
    #foto_menu {
        display: none;
    }
    #foto_menu_grande {
        display: none;
    }
    #nome_user {
        width: auto
    }
}
@media screen and (min-height: 0px) and (max-width: 450px) {
    #barraFerramentas {
        margin-top: auto;
    }
}
.linhaFundo {
    background-color: #11629D;
    color: #FFF;
    cursor: pointer;
}
.efeito-apagar {
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: pointer;
}
.efeito-apagar:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
.tabela_azul_kurzy {
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    border: none;
    overflow: auto;
    font-size: 10px;
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
}
.tabela_azul_kurzy th {
    border: none;
    font-size: 14px;
    color: #FFF;
    background: #0063B1;
    position: absolute;
    width: auto;
}
.tabela_azul_kurzy td {
    border: none;
    font-size: 13px;
    position: relative;
}
.botaoredondominiup {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_enviar.png);
    background-repeat: no-repeat;
    background-position: -19px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominiup:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominidown {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_receber.png);
    background-repeat: no-repeat;
    background-position: -20px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominidown:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.botaoredondominifiltros {
    vertical-align: middle;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: url(../imagens/seta_filtro.png);
    background-repeat: no-repeat;
    background-position: -20px 5.5px;
    border-width: 1px;
    border: solid;
    border-color: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
    float: none;
    display: inline-block;
}
.botaoredondominifiltros:hover {
    background-position: 2.5px 5.5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.21s, 0.21s, 0.21s;
}
.textohoverwhite:hover {
    color: #FFF;
}
#divPaginacao {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
}
.paginacao {
    display: inline-block;
    cursor: pointer;
    padding: 4px;
    min-width: 15px;
    height: 15px;
}
.paginacaoTexto {
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    padding: 4px;
    min-width: 15px;
    height: 15px;
}
.paginacaoTexto:hover {
    color: #B8C3CB;
}
.paginacaoAtivo {
    display: inline-block;
    color: #11629D;
    cursor: pointer;
    padding: 4px;
    min-width: 15px;
    height: 15px;
    background: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.paginacaoAtivo:hover {
    display: inline-block;
    color: #11629D;
    cursor: pointer;
    padding: 4px;
    min-width: 15px;
    height: 15px;
    background: #6594B6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.paginacao:hover {
    display: inline-block;
    color: #11629D;
    cursor: pointer;
    padding: 4px;
    min-width: 15px;
    height: 15px;
    background: #FFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.foto_mini {
    vertical-align: middle;
    height: 43px;
    width: 43px;
    background: url(../imagens/addimg.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    box-shadow: 1px 1px 1px #333;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.foto_mini:hover {
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    cursor: pointer;
}
.foto_grande {
    vertical-align: middle;
    height: 180px;
    width: 180px;
    background: url(../imagens/alterarfotoproduto.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 3px;
    margin-right: 3px;
    box-shadow: 1px 1px 1px #333;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.fotoaviso {
    margin: 4px;
    vertical-align: top;
    height: 80px;
    width: 80px;
    background: url(../imagens/fotoPadrao180x180.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    display: inline-block;
    box-shadow: 2px 2px 1px #9C9C9C;
    -webkit-box-shadow: 2px 2px 1px #9C9C9C;
    -moz-box-shadow: 2px 2px 1px #9C9C9C;
}
.caixa_data {
    width: auto;
    display: inline-block;
    vertical-align: middle
}
.caixa_data_mes {
    font-family: MuseoSans_500;
    font-size: 17px;
    color: #93BA2F
}
.caixa_data_dia {
    font-family: MuseoSans_500;
    font-size: 35px;
    color: #93BA2F;
    line-height: 25px
}
.caixa_notificacao {
    width: 100%;
    max-width: 310px;
    vertical-align: middle;
    display: inline-block;
}
.caixa_notificacaoaviso {
    width: 100%;
    max-width: 1000px;
    vertical-align: middle;
    display: inline-block;
}
.caixa_notificacaoaviso h1 {
    font-family: MuseoSans-300;
    line-height: 24px;
    font-size: 17px;
    color: #1B1B1B;
    margin-bottom: 0px;
}
.caixa_notificacaoaviso h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: MuseoSans-100;
    font-size: 13px;
    color: #606060;
    line-height: 20px;
}
.caixa_notificacao h1 {
    font-family: MuseoSans-300;
    line-height: 24px;
    font-size: 17px;
    color: #1B1B1B;
    margin-bottom: 0px;
}
.caixa_notificacao h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: MuseoSans-100;
    font-size: 13px;
    color: #606060;
    line-height: 20px;
}
.rodulo_notificacao {
    font-family: MuseoSans_700;
    font-size: 26px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1B1B1B;
    border-left: 2px dotted #CCC;
    border-bottom: 2px dotted #CCC
}
.botaonotificacao {
    font-family: MuseoSans-300;
    padding: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    background: #93BA2F;
    color: #FFF;
    width: auto;
    display: inline-block;
    text-align: left;
    background-image: url(../imagens/visitas.png);
    background-repeat: no-repeat;
    background-position: 130px 12px;
}
.botaonotificacao:hover {
    font-family: MuseoSans-300;
    padding: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    background: #9DCD23;
    color: #FFF;
    width: auto;
    display: inline-block;
    text-align: left;
    background-image: url(../imagens/visitas.png);
    background-repeat: no-repeat;
    background-position: 130px 12px;
    cursor: pointer;
}
.h1_contrato {
    text-align: left;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #FFF;
}
.h2_contrato {
    text-align: left;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 100;
    line-height: 13px;
    text-align: justify;
    color: #FFF;
}
.h3_contrato {
    text-align: left;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 13px;
    text-align: justify;
    color: #666;
}
.quadradoMenuDireito {
    font: 10px 'MuseoSans-100', Arial, sans-serif;
    color: #FFF;
    padding-top: 80px;
    height: 30px;
    width: 105px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #FFF;
    margin-right: 3px;
    cursor: pointer;
}
.quadradoMenuDireito:hover {
    background: #2B579A;
    border: 1px solid #2B579A;
}
.quadradoMenuDireitoAtivo {
    font: 10px 'MuseoSans-100', Arial, sans-serif;
    color: #FFF;
    padding-top: 80px;
    height: 30px;
    width: 105px;
    display: inline-block;
    overflow: hidden;
    background-color: #0072C6;
    border: 1px solid #0072C6;
    margin-right: 3px;
    cursor: pointer;
}
.quadradoMenuDireitoAtivo:hover {
    background: #2B579A;
    border: 1px solid #2B579A;
}
#menu_notificacao h1 {
    color: #FFF;
    font: 15px 'MuseoSans-300', Arial, sans-serif;
    border-bottom: 1px solid #363636;
    margin-bottom: 0px;
}
#menu_notificacao h2 {
    color: #FFF;
    font: 14px 'MuseoSans-100', Arial, sans-serif;
    margin: 0px;
    cursor: pointer;
}
#menu_notificacao h2 img {
    vertical-align: middle;
    height: 27px;
    margin-left: 10px;
    margin-right: 10px;
}
#menu_notificacao h2 div {
    display: inline-block;
    vertical-align: middle;
    width: 390px;
}
#menu_notificacao h2 span {
    font-size: 10px;
    color: #CCC;
}
.textboxpreto {
    background: #1D1D1D;
    box-sizing: border-box;
    color: #979797;
    cursor: pointer;
    font-family: RobotoLight, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    white-space: nowrap;
    word-wrap: break-word;
    border: 2px solid #404040;
    box-sizing: border-box;
}
.divnotifmensagem {
    background-image: url(../imagens/calendario.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px auto;
    box-sizing: border-box;
    padding-left: 43px;
    padding-right: 30px;
    display: inline-block;
    width: 100%;
    color: #FFF;
    font: 14px 'MuseoSans-100', Arial, sans-serif;
}
.divnotifmensagem:hover {
    background-color: #0072C6;
    cursor: pointer;
}
.pintaFundoHoverMenuDireito:hover {
    background-color: #0072C6;
}
#foto_relogin {
    height: 180px;
    width: 180px;
    background: url(../imagens/fotoPadrao.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border: 16px solid #0C74C1;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: none;
    position: relative;
    display: inline-block;
}
#divBlockRelogin {
    z-index: 9998;
    opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.61s, 0.61s, 0.61s;
    width: 100%;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #0063B1;
    background: linear-gradient(0deg, #1cb5e8 10%, #096EBE 51%, #096EBE 75%);/* -webkit-filter: blur(5px); /* Safari *//* filter: blur(5px);	*/
}
#divReloginConteudo {
    z-index: 9999;
    background: url(../imagens/brancotransp.png);
    top: 50%;
    left: 50%;
    height: 400px;
    margin-top: -200px;
    width: 330px;
    margin-left: -165px;
    box-sizing: border-box;
    position: fixed;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    font: 14px 'MuseoSans-100', Arial, sans-serif;
}
.divfotoreloginexterna {
    position: relative;
    width: 250px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center
}
#relogin-senha {
    padding: 12px;
    width: 300px;
    background: #0063B1;
    color: #FFF;
    font-size: 18px;
    border: none;
    text-align: center;
    border-radius: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#relogin-senha::-webkit-input-placeholder {
    color: #FFF;
}
#relogin-senha:-moz-placeholder { /* Firefox 18- */
    color:  #FFF;
}
#relogin-senha::-moz-placeholder {  /* Firefox 19+ */
    color: #FFF;
}
#relogin-senha:-ms-input-placeholder {
    color: #FFF;
}
#relogin-entrar {
    margin-top: 10px;
    padding: 12px;
    width: 300px;
    color: #0063B1;
    background: #FFF;
    font-weight: bold;
    font-size: 18px;
    border: none;
    text-align: center;
    border-radius: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
#relogin-entrar:hover {
    background: linear-gradient(0deg, #DAF9FF 10%, #FFF 51%, #FFF 75%);
}
.botaominimalista_azul {
    width: 100%;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    color: #0063B1;
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 100;
    display: inline-block;
    border: 1.3px solid #0063B1;
    font-family: "MuseoSans-100", "MuseoSans-300", Arial, Helvetica, sans-serif;
}
.botaominimalista_azul:hover {
    color: #FFF;
    background: #0063B1;
    cursor: pointer;
}
.botaominimalista_laranja {
    width: 100%;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    color: #F07C4E;
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 100;
    display: inline-block;
    border: 1.3px solid #F07C4E;
    font-family: "MuseoSans-100", "MuseoSans-300", Arial, Helvetica, sans-serif;
}
.botaominimalista_laranja:hover {
    color: #FFF;
    background: #F07C4E;
    cursor: pointer;
}
.botaominimalista_cinza {
    width: 100%;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    color: #515151;
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 100;
    display: inline-block;
    border: 1.3px solid #515151;
    font-family: "MuseoSans-100", "MuseoSans-300", Arial, Helvetica, sans-serif;
}
.botaominimalista_cinza:hover {
    color: #FFF;
    background: #666;
    cursor: pointer;
}
.botaominimalista_brancolaranja {
    width: auto;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 100;
    display: inline-block;
    border: 1.3px solid #FFF;
    font-family: "MuseoSans-100", "MuseoSans-300", Arial, Helvetica, sans-serif;
}
.botaominimalista_brancolaranja:hover {
    color: #FFF;
    background: #d85a29;
    cursor: pointer;
    border: 1.3px solid #d85a29;
}
.botaominimalista_brancoazul {
    width: auto;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 100;
    display: inline-block;
    border: 1.3px solid #FFF;
    font-family: "MuseoSans-100", "MuseoSans-300", Arial, Helvetica, sans-serif;
}
.botaominimalista_brancoazul:hover {
    font-weight: bold;
    color: #0063B1;
    background: #FFF;
    cursor: pointer;
    border: 1.3px solid #FFF;
}
.botaominimalista_verde {
    width: 100%;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    color: #47a447;
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 100;
    display: inline-block;
    border: 1.3px solid #47a447;
    font-family: "MuseoSans-100", "MuseoSans-300", Arial, Helvetica, sans-serif;
}
.botaominimalista_verde:hover {
    color: #FFF;
    background: #47a447;
    cursor: pointer;
}
.botaominimalista_brancoverde {
    width: auto;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 100;
    display: inline-block;
    border: 1.3px solid #FFF;
    font-family: "MuseoSans-100", "MuseoSans-300", Arial, Helvetica, sans-serif;
}
.botaominimalista_brancoverde:hover {
    color: #FFF;
    background: #319131;
    cursor: pointer;
    border: 1.3px solid #319131;
}
#promptAjuda {
    background: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    overflow: auto;
    overflow-x: hidden;
    margin-top: -275px;
    margin-left: -500px;
    width: 1000px;
    background: #FFF;
    height: 560px;
    padding: 20px;
    min-width: 100px;
    border: 4px solid #045595;
    z-index: 99999;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-image: url(../imagens/redimensionarjanela.png);
    background-position: right bottom;
}
#divajuda_playercontainer {
    display: Table;
    width: 100%;
}
.divajuda_player {
    display: table-cell;
    vertical-align: top;
    width: 100%
}
.divajuda_videos {
    display: table-cell;
    vertical-align: top;
    min-width: 200px;
    padding-left: 10px;
}
.divAjudaListaVideos:hover {
    filter: grayscale(0%)
}
.divAjudaListaVideos {
    filter: grayscale(100%);
    width: 200px;
    display: inline-block;
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 10px;
}
.divAjudaListaVideosResp:hover {
    filter: grayscale(0%)
}
.divajuda_videosResp {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.divajuda_videosResp {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    width: 100%;
}
.textboxazulmarinho {
    padding: 9px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #044d86;
    color: #FFF;
    border: none;
}
@media screen and (min-width:  0px) and (max-width: 990px) {
    #promptAjuda {
        position: aboslute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        overflow: auto;
        overflow-x: auto;
        margin-top: 0px;
        margin-left: 0px;
        width: auto;
        background: #FFF;
        height: auto;
        padding: 20px;
        min-width: auto;
        border: 4px solid #045595;
        z-index: 99999;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-image: url(../imagens/redimensionarjanela.png);
        background-position: right bottom;
    }
    .divajuda_player {
        width: 100%;
    }
    .divajuda_videos {
        width: 100%;
    }
}
.linkpaginacao{
    text-decoration:none;
    background:#4b8df5;
    color:#FFF;
    cursor:pointer;
    padding:3px;


    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.linkpaginacaoatual{
    text-decoration:none;
    background:#9de382;
    color:#FFF;
    cursor:pointer;
    padding:3px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

}
.linkpaginacao:hover{
    background:#9de382;
    text-decoration:underline;

}
.notaTipo{
    box-sizing:border-box;
    padding-top:10px;
    padding-bottom:10px;
    width:100px;
    display:inline-block;
    text-align:center;
    cursor:pointer;
    border: 1px dotted #CCC;
    margin-left:4px;
    margin-right:4px;
}
.notaSel{
    background: #3b8acd;
    color:#FFF;
    border: 1px solid #4e96d1;
}


@media screen and (min-width:  0px) and (max-width: 640px) {
    #u_busca {
        width: 160px;
    }
}
#u_busca {
    width: 200px;
}

#barraTopo div{

    box-sizing: initial;
}

#divListaUnidades{
    vertical-align: top;
    display: block !important;

}

#p_divUnidades{
    vertical-align: top;
    width:100%;
}

#divMenuLateralConteudo .divcontainer{
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    color: #484848;
    font-weight: bold;
    font-size: 13px;
    font-family: 'PT Sans', RobotoBlack, RobotoCondensed, Arial, Helvetica, sans-serif;
}

#divMenuLateralConteudo h1 {
    display: block;
}

#divnotificacoestarefas div, #divnotificacoesfollows div, #divnotificacoescompras div, #divnotificacoesestoque div{
    display: block !important;
}

#tabela {
    background: #FFF;
    overflow: auto;
    min-height: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(58, 51, 46, 0.26);
    -webkit-box-shadow: 0 0 5px rgba(58, 51, 46, 0.26);
    box-shadow: 0 0 5px rgba(58, 51, 46, 0.26);
}

#relatorio{
    padding: 10px;
}


#menuCalendario {
    padding-top:10px;
    padding-bottom:10px;
}

#div_nome_user{
    padding-top: 0px;
    margin-top: -15px;
}
.divcontainer{
    vertical-align: middle;
}
#promptAlterarSenha, #promptAutenticacao{
    position: fixed;
}
#promptAutenticacao .divcontainer{
    margin-right: initial;
}
.divbrancaTitulo{
    width: 120%;
}

#containerTabela{
    width: 100%;
    padding: 10px;
}

#containerTabela #tabela{
    width: 100%;
}

.tabela_preta tr th{
    color:#FFF;
}


.tabela_preta_totais {
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    border: none;
    overflow: auto;
    font-size: 10px;
    padding-left: 0px;
    padding-top: 0px;
    width: 100%;
}

.tabela_preta_totais th {
    border: none;
    font-size: 14px;
    color: #FFF;
    background: #212529;
}

.tabela_preta_totais td {
    border: none;
    font-size: 13px;
    color: #FFF;
    background: #212529;
}

#carregando_conteudo{
    text-align: center;
}

/* Estilizando linhas pares */
.tabela_preta tr:nth-child(even) {
    background-color: #FFF;
}

/* Estilizando linhas ímpares */
.tabela_preta tr:nth-child(odd) {
    background-color: #f0f0f0;
}



.tabela_preta tr:hover {
    background-color: transparent;
    background-color: #212529 !important;
    background: #212529 !important;
}

#menuSuspenso{
    background:#FFF !important;
    padding: 0px !important;
}

.tabelaSituacoes thead tr{
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tabelaSituacoes tr{
    display: inline-block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle !important;
}

.tabelaSituacoes tr td{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle !important;
}


.divcontainer input[type="text"], .divcontainer input[type="password"], .caixaTexto {
    margin-bottom:0px;
}

.divcontainer select {
    margin-bottom:0px;
}

.divcontainer{
    vertical-align: baseline;
    width: auto;
    display: inline-block;
}


select, .textbox_cinzafoco select {
    min-height: 33px !important;
    height: 33px !important;
}

.filtrosContainer .divcontainer label{
    color: #484848 !important;
    /*font-weight: bold;*/
    font-size: 13px;
    font-family: 'PT Sans', RobotoBlack, RobotoCondensed, Arial, Helvetica, sans-serif;
}
.filtrosContainer .divcontainer input[type=text], .filtrosContainer .divcontainer input[type=date] {
    border: none;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 12px;
    margin-top: 1px;
    background: #FFF;
    border:1px solid #ddd;
    color:#333;
}
.filtrosContainer .divcontainer input[type=date] {
    outline: none;
    background-image: url(../imagens/calendariopreto.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 30px !important;
    font: 13px 'Quicksand', sans-serif;
    margin-bottom: 10px;
}
.filtrosContainer .divcontainer input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
.filtrosContainer .divcontainer input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.filtrosContainer .divcontainer select {
    background: #FFF;
    color:#333;
    border:1px solid #ddd;
    height: 29px;
    padding: 7px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 12px;
    margin-top: 1px;
}

.quebradelinhafiltro{
    width:100% !important;
    border: 0px;
    border-top: 1px dashed #d9d5d5;
    background:none;
    border-radius: 0px;
    padding-bottom: 0px;
    padding-top: 0px;

}
.quebradelinhafiltro .filtrosExpandir, .quebradelinhafiltro .filtrosRecolher{
    display: none;
}
.quebradelinhafiltro h2{
    padding-bottom: 0px;
}


.filtros_sel_fechar_todos{
    filter:invert(100%);
    float:none;
    margin-left:7px;
}

#divFiltrosSelecionadosRotulo{
    color: #484848 !important;
    /*font-weight: bold;*/
    font-size: 13px;
    font-family: 'PT Sans', RobotoBlack, RobotoCondensed, Arial, Helvetica, sans-serif;
}

.filtros_sel{
    font-size: 10px;
    font-family: 'PT Sans', RobotoBlack, RobotoCondensed, Arial, Helvetica, sans-serif;
    background: #328adb;
    background:#a0b1c1;
    color:#FFF;
    border: 0px;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
}

.filtrosContainerPai{
    box-sizing: border-box !important;
    overflow: auto;
    width: 100%;
}

#divFiltrosBlockKurzy{
    box-sizing: border-box !important;
    overflow: auto;
    width: 100%;
    height:0px;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    background: #eaeaea;
    background: #338adb;
    display: block;
    top:0;
    position: fixed;
    z-index: 10;
}

#divFiltrosSelecionados{
    height:auto;
}

.filtros_person{
    background: #7b9e3a;
    color:#FFF;
    border: 0px;
    padding-top: 5px;
}

.filtros_person:hover{
    background: #a1b968;
}

.filtros_person_sair{
    background: #ef775d;
}

.filtros_person_sair:hover{
    background: #da564c;
}

.filtros_personAlerta{
    background:#f7a723;
}

.filtros_personAlerta:hover{
    background:#fbbc05;
}

.filtrosVer {
    background: url(../imagens/noeyegray.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.filtrosNaoVer {
    background: url(../imagens/noeyered.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}


.filtrosVer, .filtrosNaoVer {
    float: none;
    margin-left: 5px;
}


.filtrosRecolher, .filtrosExpandir {
    float: none;
    margin-left: 5px;
}


#filtros_Personalizar{
    width:auto;
    height:auto;

}

@media screen and (min-width: 0px) and (max-width: 650px) {
    #filtros_Personalizar{
        float: none;
    }

    .filtros_person{
        margin-top: initial;

    }
}

.divcontainerMemorizar {
    margin-right: 5px;
    font-family: 'Quicksand', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.divcontainerMemorizar label {
    font-family: 'Hind Siliguri';
    font-weight: 300;
    font-size: 13px;
}
.caixaTextoOca,  .divcontainerMemorizar input[type="text"], .divcontainerMemorizar input[type="password"]{
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    box-sizing: border-box;
    font-weight: 100;
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;

}

.divcontainerMemorizar textarea {
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    box-sizing: border-box;
    font-weight: 100;
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    /*font-family: 'Quicksand', sans-serif, Arial, Helvetica, sans-serif; font-size: 12px;*/
    font: normal 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 16px;
}
.divcontainerMemorizar select{
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    box-sizing: border-box;
    font-weight: 100;
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    height: 33px;
    background: #FFF;
}
.divcontainerMemorizar input::placeholder {
    color: #c5c5c5
}
.divcontainerMemorizar label {
    color: #666;
}
.divcontainerMemorizar img {
    filter:invert(20%);
}
.divcontainerMemorizar input[type="text"], .divcontainerMemorizar input[type="password"]{
    border: 1px solid #eeeeee;
}
.divcontainerMemorizar textarea {
    border: 1px solid #eeeeee;
}
.divcontainerMemorizar select {
    border: 1px solid #eeeeee;
}
.divcontainerMemorizar input[type="text"]:disabled, .divcontainerMemorizar input[type="password"]:disabled, .divcontainerMemorizar select:disabled, .divcontainerMemorizar textarea:disabled{
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}
.divcontainerMemorizar .filtrosTabela{
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    background: #FFF;
    color:#000;
    border-radius: 5px;
}
.divcontainerMemorizar .filtrosTabela th ,.divcontainerMemorizar .filtrosTabela td{
    font-size:12px;
}
.divcontainerMemorizar .filtrosTabela th {
    background-color: #FFF;
}
.divcontainerMemorizar .filtrosTabela tr:nth-child(even) {
    background-color: #FFF;
}
.divcontainerMemorizar .filtrosTabela tr:nth-child(odd) {
    background-color: #f7f7f7;
    color: #1E1E1E;
}

.engrenagemFiltrosAvancada, .engrenagemFiltrosAvancada2{
    width:20px;
    height:20px;
    cursor:pointer;
    vertical-align:middle;
    margin-top:-3px;
    margin-left: 4px;
    display:inline-block;

}
.engrenagemFiltrosAvancada{
    filter:invert(20%);
}
.engrenagemFiltrosAvancada:hover{
    filter:invert(0%);
}
.engrenagemFiltrosAvancada2{

}
.engrenagemFiltrosAvancada2:hover{
    filter: brightness(50%);
}

.filtrosRecolher, .filtrosRecolher2 {
    cursor: pointer;
    height: 20px;
    width: 20px;
    float: right;
    vertical-align: middle;
}
.filtrosExpandir, .filtrosExpandir2 {
    cursor: pointer;
    height: 20px;
    width: 20px;
    float: right;
    vertical-align: middle;
}
.filtrosRecolher, .filtrosRecolher2 {
    background: url(../imagens/setacima.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.filtrosExpandir, .filtrosExpandir2 {
    background: url(../imagens/setabaixo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.filtrosRecolher2, .filtrosExpandir2{
    filter:invert(60%);
}

.versao3 table{
    width: 100%;
}

.containerGrid2{
    width:100%;
}


#menuCalendarioKurzy{
    height:auto;
}

#iconeMenu, .iconeRecollherMenu {
    background-image: url(../imagens/menu.svg) ;
    background-size: 20px !important;
    transition: all 0.1s linear;
    cursor: pointer;
}

#iconeMenu:hover, .iconeRecollherMenu:hover {
    background-size: 24px !important;
}


#divMenuKurzy {
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.61s, 0.61s, 0.61s;
    overflow: auto;
    box-sizing: border-box;
    z-index: 41;
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    width: 300px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background: #1a2738;
    color: #dbe8fb;
}

#divMenuKurzy_block {
    background: #000;
    box-sizing: border-box;
    z-index: 40;
    width: 100%;
    opacity: 0.30;
    -moz-opacity: 0.30;
    filter: alpha(opacity=30);
    cursor: pointer;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}


.iconeLogo{
    vertical-align: top;
    cursor: pointer;
    display: inline-block;
    padding-top: 49px;
    margin-left: 5px;
    height: 15px;
    width: 110px;
    background-image: url(../imagens/kurzy.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    vertical-align: bottom;
    font-size: 10px;
    text-align: center;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
}


#menu_cabecalho {
    width: 100%;

}
#menu_busca {
    margin-top: 20px;
    border: none;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    width: 220px;
    font-size: 14px;
}
#menu_lupa {
    width: 15px;
    margin-left: -50px;
    vertical-align: middle;
}
#menu_conteudo {
    margin-top: 10px
}
#menu_plano {
    text-align: center;
    overflow: hidden;
    width: 300px;
}
#menu_plano div {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #6c7c95;
}
.menu_pai {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.menu_pai > div {
    overflow: auto;
    width: 300px;
}
.menu_filho-topo {
    align-self: flex-start;
    margin: 0px;
    overflow-x: hidden;
}
.menu_filho-rodape {
    width: 300px;
    align-self: flex-end;
    margin: 0px;
    min-height: 90px;
}
#menu_lista {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 100;
    list-style: none;
    width: 300px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
    padding: 0px;
    margin: 0px;
}
#menu_lista img {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}
#menu_lista ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
    overflow: hidden;
}
#menu_lista li {
    list-style: none;
    border-right: 0px;
    cursor: pointer;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
}
.menu_lista_pai {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: hidden;
}
.menu_lista_filho {
    padding: 10px;
    padding-left: 34px
}
.menu_lista_filho a {
    text-decoration: none;
}
.menu_proximo {
    width: 10px !important;
    cursor: pointer;
    float: right;
    margin: 0px !important;
    margin-top: 5px !important;
    margin-right: 13px !important;
}
#menu_semResultado {
    text-align: center;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    width: 100%;
    font-weight: 300;
}
#menu_semResultado div {
    color: #7a889d;
    font-size: 14px;
    padding: 10px;
}
.menu_ativo {
    border-left: 6px solid #328ada !important;
}
/*FIM MENU*/

#foto_menu{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: pointer;

}
#foto_menu:hover{
    filter: brightness(1.05);
}

.containerGrid {
    background: #efeef0;
}

.quadroUnidadeSelecao{
    border-radius: 5px;
    background: linear-gradient(45deg, #328adb, #4fb6e6);
    color:#FFF;
    width: 215px;
    min-height: 100px;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    font-family: 'MuseoSans-100', 'MuseoSans-300', Arial, Helvetica, sans-serif;
    margin: 4px;
    padding: 10px;
    cursor: pointer;
    vertical-align: middle;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.31s, 0.31s, 0.31s;
    border: 1px solid #FFF;
}

.quadroUnidadeSelecao:hover {
    transform: scale(1.1);
    background: linear-gradient(45deg, #328adb, #4fd7e6);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.quadroUnidadeSelecao h1 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 17px;
    padding-left: 0px;
    padding-right: 0px;
}
.quadroUnidadeSelecao h2 {
    margin: 0px;
    font-size: 12px;
}
.quadroUnidadeSelecionada{
    border: 2px solid #23f7bf;
}
#container_filtrosKurzy_Pesquisar{
    position: static !important;
}

#divFotoPerfil{
    min-height:170px;
}




.filtro_grid_busca {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    padding: 4px;
    padding-left: 29px;
    outline: none;
    font-family: 'Hind Siliguri', 'Quicksand', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #FFF;
    background-image: url(../imagens/buscafiltrosdark.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 18px;
    color:#47494b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.filtro_grid_busca::Placeholder {
    color:#dddddd !important;
}
.filtros_fundo_tabela{
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.filtros_fundo_tabela table td, .filtros_fundo_tabela table th{
    color:#000;
    font-size: 12px;
}
.filtros_fundo_tabela th{
    background-color: #FFF;
}
.filtros_fundo_tabela tr:nth-child(even) {
    background-color: #FFF;
}
.filtros_fundo_tabela tr:nth-child(odd) {
    background-color: #f7f7f7;
    color: #1E1E1E;
}

.filtros_radios{
    vertical-align: text-bottom;
}

.campoTexto {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #FFF;
    font-family: 'Hind Siliguri', 'Quicksand', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px;
}

.containerAvo .divContainer div{
    width:auto;
}

.dirCotoveloContinuoPacote {
    background-image: url(../imagens/dircotovelocontinuox-pacote.png) !important;
    background-position: 6px 3px;
    background-repeat: repeat-y !important;
}

.dirContinuaTopoPacote {
    background-image: url(../imagens/dircontinuatopox.png) !important;
    background-position: 6px 9px;
    background-repeat: no-repeat !important;
}
.dirCotoveloPacote {
    background-image: url(../imagens/dircotovelox.png) !important;
    background-position: 6px 3px;
    background-repeat: no-repeat !important;
}
.dirBaixoPacote {
    background-image: url(../imagens/dircontinuox-pacote.png) !important;
    background-position: 0px 16px;
    background-repeat: no-repeat !important;
}

.corBolinhaAzul {
    background: #328adb;
}

.ajudaTopicoContainer{
    padding: 5px;
    width: 100%;
    display: flex;
    cursor: pointer;
}

.ajudaTopicoContainer:hover .ajudaTopico{
    border-color: #ffa24c;
}

.ajudaTopico{
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 15px;
    background: #f5f4f6;
    border:1px solid #e4e4e4;
}

.ajudaTopicoSel{
    border-color: #fb9230;
}

.tituloAzul{
    color:#4096db
}

.divControleExpandir, .divControleRecolher {
    padding: 12px;
    border-radius: 15px;
    height: 30px !important;
    width: 30px !important;
    margin-right: 0px !important;
    vertical-align: top;
}

.divControleRecolher{
    background: #FFF;
    background-image: url(../imagens/menusubir.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
}
.divControleRecolher:hover{
    background-color: #328adb;
}
.divControleExpandir{
    background: #FFF;
    background-image: url(../imagens/menudescer.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.19);
}
.divControleExpandir:hover{
    background-color: #328adb;
}

.relVazio{
    background: url(../imagens/semresultadokurzy.svg) !important;
    background-position: center 40% !important;
    background-repeat: no-repeat !important;
    background-size: 200px !important
}

.divControleBotao {
    display: block;
}



.switch--small + label {
    padding: 2px;
    width: 14px;
    height: 7px;
    border-radius: 11px;
}
.switch--small + label:before, .switch--small + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
.switch--small + label:before {
    right: 1px;
    border-radius: 11px;
    transition: background 0.4s;
}
.switch--small + label:after {
    width: 8px;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}
.switch--small:checked + label:after {
    transform: translateX(8px);
}


.switch--small + label:before {
    background-color: #dcdcdc; /*#f29b9b;*/
}
.switch--small + label:after {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.switch--small:checked + label:before {
    background-color: #8ce196;
}

.iconeFoto {
    margin: 5px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 41px;
    background-size: cover;
    vertical-align: middle;
}
.iconeFoto {
    border: 0px solid #FFF;
}
.iconeFoto div {
    vertical-align: top;
}
.iconeFoto img {
    vertical-align: top;
}
.iconeFoto:hover{
    filter: brightness(1.05);
}

.divControleFinalizar {
    background-image: url(../imagens/terminar.svg);
    background-size: 22px;
}

.divControleFinalizar{
    margin-left: 4px;
    margin-right: 4px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;

    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    background-repeat: no-repeat;
    background-position: center center;
}

.divControleFinalizar:hover{
   opacity: 0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
}
    
@media screen and (min-width: 0px) and (max-width: 500px) {
    #foto_menu {
        display: inline-block;
    }
}