/*
    Document   : principal04
    Author     : HaSC
    Description:
        Estilos aplicados à estrutura principal do sistema
        Posicionamento das DIVs e imagens
*/

/* ---------------------------------------------------
    ESTILOS GERAIS
----------------------------------------------------- */

html {
    height:100%;
    width: 100%;
    overflow-x: hidden;
}
/* PAGINA INICIAL */
body { 
    margin: 0px; 
    text-align: left; 
    width: 100vw; 
    height: 100vh; 
}

* { 
    font-size: 12px; 
    font-family: sans-serif;
}

img { 
    border-width: 0px; 
}

button { 
    cursor: pointer; 
    cursor: hand; 
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

input::placeholder { color: #e0e0e0; }

/* ---------------------------------------------------
    LAYOUT
----------------------------------------------------- */

#hsy-header { position: fixed; top: 0px; left: 0px; width: 100vw; background-color: #1088a0; z-index: 1000; /*! border-bottom: 2px solid #9cc545; */ height: 90px; }
#hsy-header #hsy_logoEduno { display: inline-block; height: 100%; width: 250px; background-color: #252831; vertical-align: middle; padding: 10px;}
#hsy-header #hsy_logoEduno div { text-align: center; height: 100%; width: 100%; white-space: nowrap; }
#hsy-header #hsy_logoEduno div .helper { display: inline-block; height: 100%; vertical-align: middle; }
#hsy-header #hsy_logoEduno img { width: 70%; height: auto; vertical-align: middle; }
#hsy-header #hsy-supcabec { display: inline-block; margin-left: 3vw; vertical-align: middle; }
#d_supcabec_caixa { display: inline-block; margin-left: 10px; color: #fafafa; vertical-align: middle; }
#d_supcabec_logo { width: 64px; height: 40px; display: inline-block; vertical-align: middle; }
#d_supcabec_empresa { font-size: 18px; color: #fafafa; }
#d_supcabec_usuario { font-size: 12px; color: #fafafa; }
#hsy-header #hsy-botoes { margin: 15px 15px; position: absolute; right: 0px; top: 0px; background-color: #1088a0; height: 70px; padding-left: 40px; }
#hsy-header #hsy-botoes .botao { display: inline-block; margin-right: 30px; color: #fafafa; font-size: 14px; }
#hsy-header #hsy-botoes .botao svg { font-size: 20px; margin-right: 5px; color: #9cc545; }
#hsy-header #hsy-botoes .botao:hover { cursor: pointer; text-decoration: underline; }
#hsy-sidebar-header { height: 90px; }
#hsy-header #hsy-toasts { position: absolute; right: 30px; top: 30px; width: 25vw; }
#hsy-header #hsy-toasts .hsy-talert { background-color: #c0c0c0; padding: 1px 6px; }
#hsy-header #hsy-toasts .hsy-talert-vermelho { background-color: red; }
#hsy-header #hsy-toasts .hsy-talert-verde { background-color: yellowgreen; }
#hsy-header #hsy-toasts .hsy-talert * { color: #fafafa; }
#hsy-sidebar-logo { width: 100%; height: 60px; background-color: #ffffff; background-repeat: no-repeat; background-position: center; }
#hsyPaginaInicial { display: none; }

#hsy-exibe-menu { display: none; position: absolute; top: 10px; right: 20px; }

.hsy-divEditable { height: auto !important; }

.hsySecaoTop15 { border-bottom: solid 2px rgb(223, 223, 223); padding-left: 4px; font-size: 1.2rem; color: #808080; padding-top: 15px; width: 100%; }
.hsySecaoTop0 { border-bottom: solid 2px rgb(223, 223, 223); padding-left: 4px; font-size: 1.2rem; color: #808080; padding-top: 0px; }

.hsyTEBotao { display: inline-block; border: solid 1px #d0d0d0; padding: 2px 10px; border-radius: 3px; font-weight: normal; }
.hsyTEBotaoInserir:hover { cursor: pointer; background-color: yellowgreen; }
.hsyTEBotaoRemover:hover { cursor: pointer; background-color: red; color: #fafafa; }

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

section#d3_princontainer {
    margin: 90px 0px 15px 250px;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    /* padding: 0 10px */
}
#d_titulo { width: 100%; font-size: 1.2rem; padding: 10px 3vw; background-color: #ffffff; height: 60px; }
#d_titulo #d_tTexto { font-size: 1.2rem; }
#d_titulo .breadcrumb { padding: 0px; margin-bottom: 0px; background: none; margin-top: -3px; overflow: hidden; width: 100%; height: 1.2rem; white-space: nowrap; }
#d_titulo .breadcrumb-item * { font-size: 0.8rem; color: #c0c0c0; }
#d_titulo .breadcrumb-item { font-size: 0.8rem; color: #c0c0c0; }
#d_titulo .breadcrumb-item.active { font-size: 0.8rem; color: #c0c0c0; }

#d_principal {
    padding: 3vw 3vw;
    background-color: #f5f5f5;
}

#d3_filler00 {
    width: 1px;
    height: 400px;
    display: inline-block;
}

#central {
    display: inline-block;
    width: calc(100% - 10px);
    vertical-align: top;
}

#d_rodape {
    width: 100%;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    color: #a0a0a0;
    padding: 20px 0px;
}

#d3_informacoes {
    padding: 10px;
    margin: 10px;
    background-color: #808080;
}

#rodape_usuario * {
    font-size: 10px;
}

#rodape_tempos {
    margin-top: 10px;
}

#rodape_tempos {
    width: 100%;
}

#rodape_tempos * {
    font-size: 10px;
}

#rodape_tempos .tempo {
    height: 5px;
}

#rodape_tempos .tempo.net {
    background-color: yellow;
}

#rodape_tempos .tempo.srv {
    background-color: orange;
}

#rodape_tempos .tempo.bdd {
    background-color: red;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar { width: 250px; position: fixed; top: 0; left: 0; height: 100vh; z-index: 999; background: #252831; color: #fff; transition: all 0.3s; }
#sidebar.active { margin-left: -250px; }
#sidebar .sidebar-header { padding: 20px; background: #6d7fcc; }
#sidebar ul.components { padding: 5px 0; border-bottom: 1px solid #fafafa; }
#sidebar ul p { color: #fff; padding: 10px; }
#sidebar ul li a { padding: 10px; font-size: 1.1em; display: block; }
#sidebar ul li a:hover { color: #fafafa; background: #615f6f; }
#sidebar ul li.active > a, a[aria-expanded="true"] { color: #fff; background: #1c1b21; }
#sidebar .d3_menuarg { display: none; }
#sidebar ul li a.clicked { background: #9cc545; }

#sidebar #d_menuBotoes { width: 100%; font-size: 0px; height: 60px; }
#sidebar #d_menuBotoes div { width: 50%; display: inline-block; background-color: #808080; text-align: center; font-size: 0.8rem; height: 60px; }
#sidebar #d_menuBotoes div * { vertical-align: middle; display: inline-block; }
#sidebar #d_menuBotoes div:hover { background-color: #ff8714; cursor: pointer; }
#sidebar #d_menuBotoes .helper { height: 100%; }

a[data-toggle="collapse"] { position: relative; }
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before { content: '\f0de'; display: block; position: absolute; right: 20px; font-family: 'Font Awesome 5 Free'; font-weight: 900; }
a[aria-expanded="true"]::before { content: '\f0dd'; }

ul ul a { font-size: 0.9em !important; padding-left: 30px !important; background: #42404c; }
ul.CTAs { padding: 20px; }
ul.CTAs a { text-align: center; font-size: 0.9em !important; display: block; border-radius: 5px; margin-bottom: 5px; }
a.download { background: #fff; color: #7386D5; }
a.article, a.article:hover { background: #6d7fcc !important; color: #fff !important; }

/* menuBotao */
.aMenu { width: 50px; height: 41px; background-image: url('/hsyF40/imagens/ico_menu156x57.png'); background-position: 67px 106px; border-radius: 3px; position: relative; margin-bottom: 10px; }
.aMenu:hover { background-position: 132px 106px; cursor: pointer; }
.bMenu { display: none; z-index: 50; position: absolute; top: 20px; left: 10px; width: 300px; }
.aMenu:hover .bMenu { display: inline-block; background-color: #909090; padding: 10px; border-radius: 5px; }
.bMt { background-color: #606060; padding: 5px; color: #fafafa; }
.bMi {  padding: 5px; color: #fafafa; }
.bMi .servlet, .bMi .opcao { display: none; }
.bMi:hover { background-color: #c0c0c0; cursor: pointer; color: #404040; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar { margin-left: -250px; }
    #sidebar.active { margin-left: 0; }
    #content { margin-left: 0px; }
    section#d3_princontainer { margin-left: 0px; }
    #sidebarCollapse span { display: none; }
    #hsy-header #hsy-botoes { display: none; }
    #hsy-exibe-menu { display: block; }
}

@media (max-width: 1000px) {
    #hsy-header #hsy-supcabec { display: none; }
}

/* ---------------------------------------------------
    
----------------------------------------------------- */
#d_msg_container {
    position: absolute;
    top: 320px;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-top: -75px;
    margin-left: -200px;
    display: none;
    border: 1px solid #404040;
    background-color: #FFC;
    z-index: 9;
}
#d_pop {
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 600px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    z-index: 11;
    margin-left: -300px;
    margin-top: -120px;
    border: solid 1px #a1acbd;
}
#d_carregando { 
    display: none; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    background-color: #404040; 
    opacity: 0.5; 
    z-index: 50; 
}
#d_carregando #gif { 
    position: absolute; 
    width: 50px; 
    height: 50px; 
    border-radius: 5px; 
    background-image: url('/hsyF40/imagens/ico_carregando.gif'); 
    background-repeat: no-repeat; 
    top: 50%; 
    left: 50%; 
    margin-left: -25px; 
    margin-top: -25px; 
    background-position: center; 
    background-color: #ffffff; 
}
/* menuPagina */
#menuPagina #ce { width: 350px; float: left; }
#menuPagina #cd { width: 350px; float: left; margin-left: 15px; }
#menuPagina .d01 { margin-bottom: 10px; margin-left: 30px; }
#menuPagina .d01t { font-size: 16px; color: #a1acbd; border-bottom: solid 1px #a1acbd; margin-bottom: 10px; }
#menuPagina .d02 { margin-left: 30px; }
#menuPagina .d02t { font-size: 12px; cursor: pointer; padding: 3px; }
#menuPagina .over { background-color: #a1acbd; color: #fafafa; }
#menuPagina .d { font-size: 12px; margin-left: 5px; }
/* Outros */
#d_sessao_expirada {
    display: none;
    width: 100%;
    height: 3000px;
    position: fixed;
    background-color: #000000;
    opacity: 0.9;
    padding: 30px;
    font-size: 18px;
    color: #fafafa;
    z-index: 10000;
    top: 0px;
}
#d_pao {
    top: 15px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 30px;
    position: absolute;
    text-align: left;
}
#d_pao_titulo {
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 5px;
    left: 50px;
    text-align: left;
}
#d_pao_titulo hr {
    color: #404040;
}
#d_pao input {
    font-size: 10px;
    font-weight: normal;
}
#d_pao_botoes {
    margin: 20px;
}
#d_paocont {
    background-color: #c2c1c1;
    position: absolute;
    top: 93px;
    left: -232px;
    width: 480px;
    height: 300px;
    background-image:url('/hsyF40/imagens/ico_princabec_pao.png');
    background-repeat: no-repeat;
    z-index: 10;
    display: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#d_colesquerda {
    position: absolute;
    top: 2%;
    left: 0.5%;
    width: 15%;
    height: 87%;
}
.d_caixa {
    background: transparent;
    vertical-align: middle;
    text-align: center;
    display: table;
}
.d_caixa .b1, .d_caixa .b2, .d_caixa .b3, .d_caixa .b4 {
    display:block;
    overflow:hidden;
    font-size:1px;
}
.d_caixa .b1, .d_caixa .b2, .d_caixa .b3 {
    height:1px;
}
.d_caixa .b2, .d_caixa .b3, .d_caixa .b4 {
    background:#CECECE;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
}
.d_caixa .b1 {
    margin:0 5px;
    background:#999;
}
.d_caixa .b2 {
    margin:0 3px;
    border-width:0 2px;
}
.d_caixa .b3 {
    margin:0 2px;
}
.d_caixa .b4 {
    height:2px;
    margin:0 1px;
}
.d_caixa .conteudo {
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    display:block;
    background:#CECECE;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
}
.d_caixaTitulo {
    background: transparent;
    vertical-align: middle;
    text-align: center;
    display: table;
}
.d_caixaTitulo .t1, .d_caixaTitulo .t2, .d_caixaTitulo .t3, .d_caixaTitulo .t4 {
    display:block;
    overflow:hidden;
    font-size:1px;
}
.d_caixaTitulo .b1, .d_caixaTitulo .b2, .d_caixaTitulo .b3, .d_caixaTitulo .b4 {
    display:block;
    overflow:hidden;
    font-size:1px;
}
.d_caixaTitulo .b1, .d_caixaTitulo .b2, .d_caixaTitulo .b3, .d_caixaTitulo .t1, .d_caixaTitulo .t2, .d_caixaTitulo .t3 {
    height:1px;
}
.d_caixaTitulo .b2, .d_caixaTitulo .b3, .d_caixaTitulo .b4 {
    background:#CECECE;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
}
.d_caixaTitulo .t2, .d_caixaTitulo .t3, .d_caixaTitulo .t4 {
    background:#808080;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
}
.d_caixaTitulo .b1, d_caixaTitulo .t1 {
    margin:0 5px;
    background:#808080;
}
.d_caixaTitulo .b2, .d_caixaTitulo .t2 {
    margin:0 3px;
    border-width:0 2px;
}
.d_caixaTitulo .b3, .d_caixaTitulo .t3 {
    margin:0 2px;
}
.d_caixaTitulo .b4, .d_caixaTitulo .t4 {
    height:2px;
    margin:0 1px;
}
.d_caixaTitulo .titulo {
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:10px;
    display:block;
    background:#808080;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
    color: white;
    font-size: 12px;
    vertical-align: top;
}
.d_caixaTitulo .conteudo {
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    display:block;
    background:#CECECE;
    border-left:1px solid #808080;
    border-right:1px solid #808080;
}
.img_clicavel {
    cursor: hand;
    cursor: pointer;
}
.d_msusp {
    background: transparent;
    vertical-align: middle;
    text-align: center;
    display: table;
    position: absolute;
    z-index: 99;
}
.d_msusp .b1, .d_msusp .b2, .d_msusp .b3, .d_msusp .b4 {
    display:block;
    overflow:hidden;
    font-size:1px;
}
.d_msusp .b1, .d_msusp .b2, .d_msusp .b3 {
    height:1px;
}
.d_msusp .b2, .d_msusp .b3, .d_msusp .b4 {
    background-image: url('/hsyF40/imagens/bkg_cinzatransp.png');
    /*    background:#606060;*/
    border-left:1px solid #999;
    border-right:1px solid #999;
}
.d_msusp .b1 {
    margin:0 5px;
    background:#999;
}
.d_msusp .b2 {
    margin:0 3px;
    border-width:0 2px;
}
.d_msusp .b3 {
    margin:0 2px;
}
.d_msusp .b4 {
    height:2px;
    margin:0 1px;
}
.d_msusp .conteudo {
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:10px;
    display:block;
    background-image: url('../imagens/bkg_cinzatransp.png');
    /*    background:#606060;*/
    border-left:1px solid #999;
    border-right:1px solid #999;
}
.d_msusp button { border-top: 0px; border-bottom: solid 1px #c0c0c0; border-left: 0px; border-right: 0px; }
.acidPopC {
    position: relative;
}
.acidPop {
    padding: 10px;
    position: absolute;
    margin-top: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
    z-index: 99;
    background-color: #c0c0c0;
    width: 100%;
}
.acidPop table { 
    width: 100%; 
}
.s_acid_leitura {
    padding: 6px 12px 6px 12px;
    color: #707070;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #c0c0c0;
    overflow: auto;
    background-color: #fafafa;
}
.s_acid_leitura_r {
    padding: 6px 12px 6px 12px;
    color: #707070;    
    display: inline-block;
    text-align: right;
    vertical-align: top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #c0c0c0;
    overflow: auto;
    background-color: #fafafa;
}
#trOver td {
    background-color: #888888;
    color: #ffffff;
}
.acid_indErro { margin-right: 5px; }
form.acidV2Form { position: relative; }
div.acidV2botoes { margin-top: 40px; }
div.acidV2ultima { margin-top: 40px; }
.input-group > .form-control.acidv2_codigo { flex: initial; width: 150px; }
.hsyAjuda { display: inline-block; }
.hsyMenuClick { padding: 10px; }
.hsyMenuClick:hover { background-color: #e0e0e0; cursor:pointer; }
.hsyHtmlContainer { position: relative; display: inline-block; width: 100%; }
.form-group.required .col-form-label:after, .form-group.required .control-label:after, .form-group.required .hsyLabelF3:after { color:#d00; content:"*"; margin-left:8px; }
.btn-acidPop { background-color: #d0d0d0; border-color: #c0c0c0; }
/* Barra de ferramentas para o editor de textos */
#ted_ferramentas ul
{
    display:block;
    float:left;
    margin: 0;
    margin-top:4px;
    padding: 0;
}
#ted_ferramentas li
{
    height:24px;
    margin-left:4px;
    border:1px solid #b0b0b0;
    background-color:#efefef;
    line-height:20px;
    text-align:center;
    font-family:verdana;
    font-size:12px;
    list-style-type:none;
    display:block;
    float:left;

}
#ted_ferramentas li:hover
{
    color:#000;
    background-color:#f5f5f5;
    cursor:pointer;
}
#ted_ferramentas li.small_button
{
    width:25px;
}
.TDnlin { width: 40px; }
.nlin { width: 100%; text-align: right; color: #c0c0c0; border-left: solid 1px #c0c0c0; margin-left: 5px; }
.acid_editorC { padding: 5px; border: solid 1px #c0c0c0; border-radius: 3px; white-space: normal; overflow-y: auto; }

/*
        Estilos aplicados à formatação de tabelas, pop-ups, grids, menus
*/

/* Estilos aplicados aos servlets modelos LIST, no layout do GRID de dados */
#d_list_corpo { position: relative; margin-top: 3px; }
#d_list_corpo #controles { position: absolute; top: -35px; right: 0px; background-color: #f0f0f0; }
#d_list_corpo .list_botao { border: solid 1px #333333; padding: 5px 10px 5px 10px; border-radius: 3px; display: inline-block; vertical-align: top; line-height: 20px; margin-left: 5px; }
#d_list_corpo .list_ativo:hover { cursor: pointer; background-color: #a0a0a0; }
#d_list_corpo .list_icone { width: 22px; height: 20px; }
#d_list_corpo .list_inicio { background-image: url('/hsyF40/imagens/ico_listINI.png'); }
#d_list_corpo .list_tras { background-image: url('/hsyF40/imagens/ico_listTRA.png'); }
#d_list_corpo .list_frente { background-image: url('/hsyF40/imagens/ico_listFRE.png'); }
#d_list_corpo .list_fim { background-image: url('/hsyF40/imagens/ico_listFIM.png'); }
#d_list_corpo .list_filtro { background-image: url('/hsyF40/imagens/ico_listFUN.png'); }
#d_list_corpo .list_filtroA { background-image: url('/hsyF40/imagens/ico_listFUNA.png'); }
#d_list_corpo .list_filtroD { background-image: none; }
#d_list_corpo .list_filtroR { background-image: url('/hsyF40/imagens/ico_listFUNR.png'); }
#d_list_corpo .list_posicao { position: relative; width: 100px; height: 100%; text-align: right; }
#d_list_corpo .list_barra { height: 20px; background-color: #eb4e00; }
#d_list_corpo .list_numreg { z-index: 1; width: 100%; height: 100%; position: absolute; top: 0px;}
#tab_lista { margin:0px; border:0px; padding:0px; border-spacing: 0px; }
#tab_lista thead tr th { margin:0px; border:0px; padding:0px; border-bottom: solid 1px rgb(221, 221, 221); color: #404040; height: 40px; padding: 5px 10px 5px 10px; background-color: #e7e7e7; }
#tab_lista thead tr:first-child th { border-top: solid 3px #808080; background-color: #d7d7d7; }
#tab_lista .d1 { position: relative; text-align: left; vertical-align: top; }
#tab_lista .d2 { display: inline; margin-right: 3px; }
#tab_lista tbody td { padding: 5px 10px 5px 10px; border-bottom: solid 1px rgb(221, 221, 221); }
#tab_lista_uc { background-color: #ffffff; }
#tab_lista #d_form_filtro { position: relative; }
.fundo_alternado { font-size: 14px; color: #000000; background-color: #f0f0f0; font-family: Tahoma, Arial; text-align: left; }
.fundo_realcado { background-color: #f4f4f4; cursor: hand; cursor: pointer; }
/* Estilos aplicados ao gráfico de organograma */
#d_pop_titulo { height:39px; background-image:url('/hsyF40/imagens/bkg_titulo.gif'); background-repeat:repeat-x; }
#d_pop_titulo_texto { font-size:14px; width:300px; font-family: Tahoma, Arial; color:#ffffff; top:25%; left:3%; position: relative; }
#d_pop_titulo_fechar { top: 7px; right: 10px; width: 16px; position: absolute; }
#d_pop_titulo .dptBotao { display: inline-block; width: 16px; height: 16px; border-radius: 2px; margin-left: 5px; padding: 1px; font-size: 11px; text-align: center; }
#d_pop_titulo #dptBotaoFechar { background-color: yellowgreen; color: #fafafa; position: absolute; top: 0px; right: 0px; margin: 13px; }
#d_pop_titulo #dptBotaoFechar:hover { background-color: red; color: #fafafa; }
#d_pop_form { padding:30px; background-color: #fafafa; display: inline-block; width: 100%; }
#d_pop_form_sel { padding:10px; background-color: #fafafa; display: inline-block; padding-top: 20px; height: 171px; overflow-y: auto; width: 100%; }
#d_pop_form table { width: 100%; border-spacing: 3px; border-collapse: separate; }
#d_pop_legenda { display: inline-block; float: right; padding: 10px; background-color: #a0a0a0; color: #fafafa; }
#d_pop_legenda:hover { background-color: #808080; cursor: pointer; }
#d_pop_msg { top:80%; left: 3%; position: absolute; }
.menu_titulos { 
    BORDER-RIGHT: gainsboro 1px solid;
    BORDER-TOP: gainsboro 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: gainsboro 1px solid;
    COLOR: black;
    BORDER-BOTTOM: gainsboro 1px solid;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #f1f1f1;
    TEXT-DECORATION: none
}
.menu_titulos_direto {
    BORDER-RIGHT: #ffcc33 1px solid;
    BORDER-TOP: #ffcc33 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #ffcc33 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #ffcc33 1px solid;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #ff9900;
    TEXT-DECORATION: none
}
.menu_titulos_over {
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #999999 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #999999 1px solid;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #e2e2e2;
    TEXT-DECORATION: none
}
.menu_titulos_selected {
    BORDER-RIGHT: gainsboro 1px solid;
    BORDER-TOP: gainsboro 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: gainsboro 1px solid;
    COLOR: black;
    BORDER-BOTTOM: gainsboro 1px solid;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none
}
.menu_fundo {
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    background-image:url('/hsyF40/imagens/bkg_cinzatransp.png');
    background-repeat: repeat;
}
.submenu_fundo {
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    BACKGROUND-COLOR: #f1f1f1
}
.menu_transparent {
    FILTER: progid:DXImageTransform.Microsoft.Alpha(Opacity=90)
}
.menu_sombra {
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FILTER: progid:DXImageTransform.Microsoft.Shadow(strength=5,color=gray,direction=135);
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid
}
.menu_titulos1 {
    BORDER-RIGHT: gainsboro 1px solid;
    BORDER-TOP: gainsboro 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: gainsboro 1px solid;
    COLOR: black;
    BORDER-BOTTOM: gainsboro 1px solid;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #66ff66;
    TEXT-DECORATION: none
}
.menu_titulos1_over {
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #999999 1px solid;
    COLOR: white;
    BORDER-BOTTOM: #999999 1px solid;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #22cc22;
    TEXT-DECORATION: none
}
.trtab {
    height: 24px;
}
.tdnorm {
    width: 100px;
    background-color: #DDDDDD;
    font-size: 10px;
    color: gray;
    cursor: hand;
    cursor: pointer;
    border-bottom: #999999 1px solid;
    padding: 8px;
}
.tdpress {
    width: 100px;
    font-size: 10px;
    color: #111111;
    border: #999999 1px solid;
    border-bottom: #CCCCCC 1px solid;
    background-color: #CCCCCC;
    padding: 8px;
}
.tdmeio {
    width: 1px;
    border-bottom: #999999 1px solid;
}
.tdrest {
    background: none;
    border-bottom: #999999 1px solid;
}
.tdborda {
    background: none;
    display: none;
    background-color: #CCCCCC;
    font-size: 10px;
    border: #999999 1px solid;
    border-top: 0px;
}
.tdbordab {
    background: none;
    display: block;
    background-color: #CCCCCC;
    border: #999999 1px solid;
    border-top: 0px;
    font-size: 10px;
    padding: 20px;
}

.tab_div_abas {
    height: 24px;
}

.tab_div_pres {
    height: 100%;
    font-size: 10px;
    font-weight: bold;
    color: #111111;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    background-color: #CCCCCC;
    padding-left: 5px;
    float: left;
}

.tab_div_norm {
    height: 100%;
    background-color: #DDDDDD;
    font-size: 10px;
    font-weight: bold;
    color: gray;
    cursor: hand;
    border-bottom: #999999 1px solid;
    padding-left: 5px;
    float: left;
}

.tab_div_meio {
    border-bottom: #999999 1px solid;
    height: 100%;
    float: left;
}
.tab_div_resto {
    border-bottom: #999999 1px solid;
    background-color: transparent;
    height: 100%;
    width: 100%;
    float: left;
}

.tab_div_dados{
    background-color: #CCCCCC;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-bottom: #999999 1px solid;
    width: 98%;
    height: 100%;
    min-height: 400px;
    padding-left: 10px;
    padding-right: 10px;
}
/* CABEC */
#d_cabecChaves {
    margin-bottom: 15px;
}
#d_cabecChaves #d_ccitem {
    float: left;
    border-left: 1px solid #c0c0c0;
    padding-left: 5px;
    padding-right: 15px;
}
#d_cabecChaves #d_ccitem .t {
    color: #909090;
}
#d_cabecChaves #d_ccitem .e {
    color: red;
}
#d_cabecChaves #d_ccitem .c {
    color: #606060;
}
#d_cabecChaves #d_ccitemF {
    clear: both;
}
#d_cabecalho #interno {
    border-style: solid;
    border-width: 1px;
    border-color: #404040;
    border-radius: 3px;
    padding: 10px;
    /*    width: 600px;*/
}
#d_cabecalho #seletor {
    /*    width: 500px;*/
    float: left;
}
#d_cabecalho #botao {
    width: 50px;
    float: left;
    padding-left: 30px;
}
#d_list_imagem {
    position: absolute;
    top: 0%;
    left: 100%;
    margin-left: -150px;
    width: 100px;
    z-index: 4;
}
#d_list_imagem img {
    height: 70px;
}
#d_list_ferram table {
    width: 100%;
}

#d_list_ferram button {
    width: 100%;
    height: 100%;
    padding: 0px;
}
.list_but {
    border: 1px outset buttonface;
    background-color: #006699;
    color: white;
}
.list_butd {
    border: 1px outset buttonface;
    background-color: #ff9900;
    color: white;
}
.button_default { width: 100%; height: 32px; padding: 0px; background-color: #ff9900; color: #ffffff; border-radius: 5px; border-style: outset; border-width: 1px; border-color: #ff9900; box-sizing: border-box; }
#d_abas { position: relative;text-align: left;background-color: #e0e0e0;margin-bottom: 5px;}
#d_abas_rodape { background-color: #606060; border-left: solid 2px #606060; position: relative; height: 20px; width: 100%; }
#d_abas_tabela { position: relative; text-align: left; }
.d_abapress {display: inline-block; padding: 10px 20px;border-right: solid 1px #c0c0c0; background-color: #c0c0c0;}
.d_abanorm b { color: #a0a0a0; }
.d_abanorm { cursor: pointer; display: inline-block; padding: 10px 20px; border-right: solid 1px #c0c0c0; }

.tbl_cabec { background-color: #404040; color: #C0C0C0; padding: 3px; text-align: left; }
/*
        Estilos aplicados à objetos comuns (MSG POP-UP)
*/
#d_nomesis { display: none; }
/* ----- MSG POP-UP */
#d_msg_container { position: fixed; top: 50%; left: 50%; width: 600px; height: 150px; margin-top: -75px; margin-left: -300px; display:none; border:1px solid #404040; background-color: #fafafa; z-index: 9; border-radius: 5px; }
#d_msg_ico { display: inline-block; color: #9cc545; }
#d_msg_titulo { background-color:#1088a0; width:100%; padding: 10px; }
#d_msg_titulo_texto { font-size:14px; color:#ffffff; display: inline-block; margin-left: 3px; }
#d_msg { font-size:12px; padding: 20px; z-index: 4; }
#d_msg_confirma { background-image:url('/hsyF40/imagens/ico_msgconfirma.png'); position: absolute; top: 100%; margin-top: -24px; left: 75%; z-index: 4; width: 50px; height: 50px; cursor: hand; cursor: pointer; }
#d_msg_container h2 { display: none; }
#d_msg_container hr { display: none; }
#central .d_msg_subt { font-size: 12px; }
#central .d_msg_texto { font-size: 18px; }

.txtCopiaClipboard { position: fixed; bottom: 0px; right: 0px; padding: 0px; width: 1px; height: 1px; border: none; outline: none; box-shadow: none; background: transparent; }

#d_impressao { border: 0px; padding: 0px; width: 95vw; height: 90vh; display: none; position: fixed; background-color: white; z-index: 1200; top: 50vh; left: 50vw; margin-left: -47.5vw; margin-top: -45vh; }
#d_impressao_cabec { display: inline-block; width: 100%; text-align: center; }
#d_impressao_tit { color: #a0a0a0; padding: 12px; display: inline-block; }
#d_impressao_conteudo { height: 100%; width: 100%; }
#d_impressao_cabec_fechar { background-image:url('/hsyF40/imagens/ico_fechar-janela.gif'); width: 16px; height: 16px; position: absolute; right: 31px; top: 11px; cursor: hand; cursor: pointer; }

div.datepicker table.table-condensed td {padding: 2px 10px; }
.form-control:disabled, .form-control[readonly] { background-color: #fafafa; opacity: 1; color: #808080; }

.hsyLabelDinamicoFormGroup { 
    position:relative; 
    margin-bottom: 15px;
    & + .hsyLabelDinamicoFormGroup { margin-top: 30px; }
}

.hsyLabelDinamicoFormLabel { position: absolute; top: 10px; color: #999; background-color: #fff; z-index: 10; transition: transform 150ms ease-out, font-size 150ms ease-out; }
.hsyLDFocused .hsyLabelDinamicoFormLabel { transform: translateY(-125%); font-size: .75em; }
.hsyLabelDinamicoInput { 
    position: relative; 
    padding: 12px 0px 5px 0; 
    width: 100%; 
    outline: 0; 
    border: 0; 
    box-shadow: 0 1px 0 0 #999; 
    transition: box-shadow 150ms ease-out;
    -webkit-box-shadow: 0px 1px 0px 0px #999;
    border-radius: 1px;
    -webkit-appearance: none;
    &:focus {
        box-shadow: 0 2px 0 0 blue;
    }
}

.hsyLabelDinamicoInput.hsyLDfilled { box-shadow: 0 2px 0 0 lightgreen; }
.hsyLDInvalidoComentario { opacity: 0; color: red; margin-top: 5px; }
.hsyLDInvalido .hsyLDInvalidoComentario { opacity: 1; }