/* CSS Document */

@import url(msgnet.css); /** CSS base do sistema **/


/* MSGNET CSS FRAMEWORK - Versão: 1.0 - 22.12.2009 - Eduardo Alex

Padrões:

Login -		16 colunas - 576px
Popup -		16 colunas - 576px		
Sitema -	24 colunas - 768px

AVISO : 	Alterar a ordem das tags ou classes pode alterar a interpretação correta do css. NÃO ALTERE !
AVISO 2: 	Novas classes, áreas ou células devem ser inseridas dentro de suas respetivas áreas no css.  
AVISO 3: 	Mudanças significativas devem ter a versão alterada junto com a data na primeira linha do documento.  
AVISO 4: 	Classes vazias possuem seus atributos definidos em grupos, não deletar a classe, para que no futuro possamos inserir atributos específicos.  

*/

/* HTML Básico
----------------------------------------------------------------------------------------------------*/
body {
    margin: 20px 0 0 0;
    padding: 0;
    /*background: url(../img/bg_sistema.jpg);*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #2c2c6b;
}

.login {
    margin-top: 250px;
}

/* Títulos
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    padding: 20px 0 0 16px;
    color: #054c74;
    font-weight: bold;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 10px;
    padding: 10px 0 0 16px;
}

h1 {
    font-weight: normal;
}

h2 {
    text-align: left;
}

/* Espaços
----------------------------------------------------------------------------------------------------*/
ol, ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin-left: 30px;
}

dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom: 10px;
}

p {
    overflow: hidden;
    text-align: center;
}

hr {
    width: 768px;
    border: 0 #fff solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 0 16px;
}

/* Links
----------------------------------------------------------------------------------------------------*/
a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #444;
    font-size: 9px;
}

a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #444;
    font-size: 9px;
}

a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #444;
    font-size: 9px;
}

a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #444;
    font-size: 9px;
}

.Menu01 {
    color: #fff;
    padding-left: 3px;
    font-size: 9px;
    padding-right: 0px;
    margin: 4px auto;
}

    .Menu01 a:link {
        color: #fff;
    }

    .Menu01 a:visited {
        color: #fff;
    }

    .Menu01 a:hover {
        color: #fff;
    }

    .Menu01 a:active {
        color: #fff;
    }

.Menu_SDG {
    color: #fff;
    font-size: 9px;
}

    .Menu_SDG a:link {
        color: #fff;
    }

    .Menu_SDG a:visited {
        color: #fff;
    }

    .Menu_SDG a:hover {
        color: #fff;
    }

    .Menu_SDG a:active {
        color: #fff;
    }

.Menu_SDG_Submenu {
    color: #fff;
    font-size: 9px;
}

    .Menu_SDG_Submenu a:link {
        color: #fff;
    }

    .Menu_SDG_Submenu a:visited {
        color: #fff;
    }

    .Menu_SDG_Submenu a:hover {
        color: #fff;
        text-decoration: none;
    }

    .Menu_SDG_Submenu a:active {
        color: #fff;
    }

a.cinza_lk:link {
    font-weight: bold;
    color: #333333;
    padding-left: 10px;
}

a.cinza_lk:hover {
    font-weight: bold;
    color: #666666;
}

a.verm_lk:link {
    font-weight: normal;
    color: #CC0000;
    padding-left: 10px;
}

a.verm_lk:hover {
    font-weight: normal;
    text-decoration: underline;
    color: #CC0000;
    padding-left: 10px;
}

a.branco_lk:link {
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}

a.branco_lk:visited {
    font-weight: bold;
    color: #ffffff;
    padding-left: 10px;
}

a.branco_lk:hover {
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
}

.footer_grid a:link {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 0 2px;
}

.footer_grid a:visited {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 0 2px;
}

.footer_grid a:hover {
    text-decoration: underline;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 0 2px;
}

.footer_grid a:active {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 0 1px;
}

.bt_fechar a:link {
    color: #fff;
}

.bt_fechar a:visited {
    color: #fff;
}

.bt_fechar a:hover {
    color: #fff;
    text-decoration: none;
}

.bt_fechar a:active {
    color: #fff;
}



/* Áreas
----------------------------------------------------------------------------------------------------*/

/*-------------- Grupos  */
.login_global, .topo_login, .rodape_login {
    width: 600px;
}

.sistema_global, .topo_sistema, .topo_sistema_sdg, .menu_sistema, .content_sistema, .content_titulo, .rodape_sistema {
    width: 800px;
}

.topo_sistema, .topo_login, .topo_sistema_sdg {
    height: 100px;
}

.sistema_global, .login_global, .content_login, .content_grid {
    height: auto;
    margin: 0 auto;
    background: #fff;
}

.topo_ediomas, .topo_usuario, .topo_tarefas {
    width: auto;
    height: auto;
    position: absolute;
}

.rodape_sistema, .rodape_login {
    background: #054c74;
}

/*-------------- Login  */
.login_global {
    margin: 0 auto;
    font-size: 10px;
    overflow: hidden;
    background: #fff;
}

.topo_login {
    background: url(../img/header_login.gif);
}

.content_login {
    width: 576px;
    float: left;
    margin: 0 12px; /*background: url(../img/bg_grid_16_col_576.jpg) center repeat-y;*/
}

.rodape_login {
    height: 41px;
    float: left;
    background: url(../img/base_login.gif);
}

/*-------------- PopUps  */
.popup_global {
    width: 100%;
    font-size: 10px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.topo_popup {
    width: 100%;
    height: 30px;
}

.titulo_popup {
    width: 600px;
    padding-top: 7px;
    text-align: center;
}

.popup_fechar {
    width: 20px;
    margin: -10px 10px 0 0;
    float: right;
}


/*-------------- Sistema  */
.sistema_global {
    margin: 0 auto;
    font-size: 10px;
    overflow: hidden;
    background: none;
}

.topo_sistema {
    background: url(../img/header_sistema.gif);
}

.topo_sistema_sdg {
    background: url(../img/header_sistema_sdg.gif);
}

.topo_ediomas {
    margin: 10px 0 0 760px;
}

.topo_usuario {
    width: 350px;
    margin: 40px 5px 0 440px;
    padding: 5px 0;
    text-align: right;
    font-weight: bold;
}

.topo_tarefas {
    width: 280px;
    height: 25px;
    margin: 73px 5px 0 515px;
    z-index: 999;
}

.menu_sistema {
    width: 800px;
    height: 30px;
    margin: 0 auto;
    background: #054c74;
    color: #FFFFFF;
    z-index: 5;
    position: relative;
}

.content_sistema {
    min-height: 700px;
    height: auto;
    float: left;
    background-color: #FFF;
}

.content_titulo {
    height: 28px;
    background: url(../img/bg_lista_sistema_menu.gif);
}

.content_titulo_seta {
    width: 10px;
    height: 8px;
    position: absolute;
    margin: 10px 0 0 30px;
    background: url(../img/seta_titulo2.gif) center no-repeat;
}

.content_titulo_txt {
    width: auto;
    height: auto;
    position: absolute;
    margin: 10px 0 0 45px;
    color: #054c74;
    font-weight: bold;
}

.content_grid {
    width: 768px;
    float: left;
    margin: 0 16px;
    background: none; /*background: url(../img/bg_grid_24_col_768.jpg) center repeat-y;*/
}

.rodape_sistema {
    height: 5px;
    margin: 0 auto;
}


/* Células
----------------------------------------------------------------------------------------------------*/

/*-------------- Login  */
.login_celula_1, .login_celula_2, .login_celula_3, .login_celula_4, .login_celula_5, .login_celula_6,
.login_celula_7, .login_celula_8, .login_celula_9, .login_celula_10, .login_celula_11, .login_celula_12,
.login_celula_13, .login_celula_14, .login_celula_15, .login_celula_16 {
    display: inline;
    float: left;
    position: relative;
    margin: 0 6px 0 6px;
    padding: 10px 0;
    height: auto;
    vertical-align: middle;
    vertical-align: baseline;
    float: left;
}





.content_login .login_celula_1 {
    width: 24px;
}

.content_login .login_celula_2 {
    width: 60px;
}

.content_login .login_celula_3 {
    width: 96px;
}

.content_login .login_celula_4 {
    width: 132px;
}

.content_login .login_celula_5 {
    width: 168px;
}

.content_login .login_celula_6 {
    width: 245px;
}

.login_celula_6 input.conteudo {
    width: 161px !important;
}

.login_celula_6 #complexify {
    float: left;
    width: 74px;
    margin-left: 2px;
}

.content_login .login_celula_7 {
    width: 240px;
}

.content_login .login_celula_8 {
    width: 276px;
}

.content_login .login_celula_9 {
    width: 312px;
}

.content_login .login_celula_10 {
    width: 348px;
}

.content_login .login_celula_11 {
    width: 384px;
}

.content_login .login_celula_12 {
    width: 504px;
}

.content_login .login_celula_13 {
    width: 456px;
}

.content_login .login_celula_14 {
    width: 492px;
}

.content_login .login_celula_15 {
    width: 528px;
}

.content_login .login_celula_16 {
    width: 564px;
    top: 0px;
    left: 0px;
}

/*-------------- Prefixos - Sufixos - Prefixos e Sufixos  */
.content_login .login_prefixo_1 {
    margin-left: 36px;
    top: -479px;
    left: -278px;
}

.content_login .login_prefixo_2 {
    margin-left: 72px;
}

.content_login .login_prefixo_3 {
    margin-left: 108px;
}

.content_login .login_prefixo_4 {
    margin-left: 144px;
}

.content_login .login_prefixo_5 {
    margin-left: 180px;
}

.content_login .login_prefixo_6 {
    margin-left: 216px;
}

.content_login .login_prefixo_7 {
    margin-left: 252px;
}

.content_login .login_prefixo_8 {
    margin-left: 288px;
}

.content_login .login_prefixo_9 {
    margin-left: 324px;
}

.content_login .login_prefixo_10 {
    margin-left: 360px;
}

.content_login .login_prefixo_11 {
    margin-left: 396px;
}

.content_login .login_prefixo_12 {
    margin-left: 432px;
}

.content_login .login_prefixo_13 {
    margin-left: 468px;
}

.content_login .login_prefixo_14 {
    margin-left: 504px;
}

.content_login .login_prefixo_15 {
    margin-left: 540px;
}

.content_login .login_sufixo_1 {
    margin-right: 36px;
}

.content_login .login_sufixo_2 {
    margin-right: 72px;
}

.content_login .login_sufixo_3 {
    margin-right: 108px;
}

.content_login .login_sufixo_4 {
    margin-right: 144px;
}

.content_login .login_sufixo_5 {
    margin-right: 180px;
}

.content_login .login_sufixo_6 {
    margin-right: 216px;
}

.content_login .login_sufixo_7 {
    margin-right: 252px;
}

.content_login .login_sufixo_8 {
    margin-right: 288px;
}

.content_login .login_sufixo_9 {
    margin-right: 324px;
}

.content_login .login_sufixo_10 {
    margin-right: 360px;
}

.content_login .login_sufixo_11 {
    margin-right: 396px;
}

.content_login .login_sufixo_12 {
    margin-right: 432px;
}

.content_login .login_sufixo_13 {
    margin-right: 468px;
}

.content_login .login_sufixo_14 {
    margin-right: 504px;
}

.content_login .login_sufixo_15 {
    margin-right: 540px;
}

.content_login .login_pre_suf_1 {
    margin: 0 36px;
}

.content_login .login_pre_suf_2 {
    margin: 0 auto;
}

.content_login .login_pre_suf_3 {
    margin: 0 108px;
}

.content_login .login_pre_suf_4 {
    margin: 0 144px;
}

.content_login .login_pre_suf_5 {
    margin: 0 180px;
}

.content_login .login_pre_suf_6 {
    margin: 0 216px;
}

.content_login .login_pre_suf_7 {
    margin: 0 252px;
}

.content_login .login_pre_suf_8 {
    margin: 0 288px;
}

.content_login .login_pre_suf_9 {
    margin: 0 324px;
}

.content_login .login_pre_suf_10 {
    margin: 0 360px;
}

.content_login .login_pre_suf_11 {
    margin: 0 396px;
}

.content_login .login_pre_suf_12 {
    margin: 0 432px;
}

.content_login .login_pre_suf_13 {
    margin: 0 468px;
}

.content_login .login_pre_suf_14 {
    margin: 0 504px;
}

.content_login .login_pre_suf_15 {
    margin: 0 540px;
}

/*-------------- Imputs (cli_ = content_login Imput) (célula subtrai 4px e mais 2px do conteúdo dos imputs, total = 6px) */
.cli_1_coluna {
    width: 18px;
}

.cli_2_colunas {
    width: 54px;
}

.cli_3_colunas {
    width: 90px;
}

.cli_4_colunas {
    width: 126px;
}

.cli_5_colunas {
    width: 162px;
}

.cli_6_colunas {
    width: 198px;
}

.cli_7_colunas {
    width: 234px;
}

.cli_8_colunas {
    width: 270px;
}

.cli_9_colunas {
    width: 306px;
}

.cli_10_colunas {
    width: 342px;
}

.cli_11_colunas {
    width: 378px;
}

.cli_12_colunas {
    width: 414px;
}

.cli_13_colunas {
    width: 450px;
}

.cli_14_colunas {
    width: 486px;
}

.cli_15_colunas {
    width: 522px;
}

.cli_16_colunas {
    width: 558px;
}

/*-------------- DropDownList (cld_ = content_login DropDownList) (não subtrai nada da célula) */
.cld_1_coluna {
    width: 24px;
}

.cld_2_colunas {
    width: 60px;
}

.cld_3_colunas {
    width: 96px;
}

.cld_4_colunas {
    width: 132px;
}

.cld_5_colunas {
    width: 168px;
}

.cld_6_colunas {
    width: 204px;
}

.cld_7_colunas {
    width: 240px;
}

.cld_8_colunas {
    width: 276px;
}

.cld_9_colunas {
    width: 312px;
}

.cld_10_colunas {
    width: 348px;
}

.cld_11_colunas {
    width: 384px;
}

.cld_12_colunas {
    width: 420px;
}

.cld_13_colunas {
    width: 456px;
}

.cld_14_colunas {
    width: 492px;
}

.cld_15_colunas {
    width: 528px;
}

.cld_16_colunas {
    width: 564px;
}

/*-------------- Sistema  */
.celula_1, .celula_2, .celula_3, .celula_4, .celula_5, .celula_6,
.celula_7, .celula_8, .celula_9, .celula_10, .celula_11, .celula_12,
.celula_13, .celula_14, .celula_15, .celula_16, .celula_17, .celula_18,
.celula_19, .celula_20, .celula_21, .celula_22, .celula_23, .celula_24, .celula_25 {
    display: inline;
    float: left;
    position: relative;
    padding: 6px 0;
    height: auto;
    vertical-align: middle;
    vertical-align: baseline;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0;
}


.content_grid .celula_1 {
    width: 24px;
}

.content_grid .celula_2 {
    width: 56px;
}

.content_grid .celula_3 {
    width: 88px;
    top: 0px;
    left: 0px;
}

.content_grid .celula_4 {
    width: 120px;
}

.content_grid .celula_5 {
    width: 152px;
}

.content_grid .celula_6 {
    width: 184px;
}

.content_grid .celula_7 {
    width: 216px;
}

.content_grid .celula_8 {
    width: 248px;
}

.content_grid .celula_9 {
    width: 275px !important;
    top: 0px;
    left: 0px;
}

.content_grid .celula_10 {
    width: 312px;
}

.content_grid .celula_11 {
    width: 344px;
}

.content_grid .celula_12 {
    width: 376px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.content_grid .celula_13 {
    width: 408px;
}

.content_grid .celula_14 {
    width: 440px;
}

.content_grid .celula_15 {
    width: 472px;
}

.content_grid .celula_16 {
    width: 447px;
    top: 0px;
    left: -4px;
}

.content_grid .celula_17 {
    width: 536px;
}

.content_grid .celula_18 {
    width: 568px;
}

.content_grid .celula_19 {
    width: 600px;
}

.content_grid .celula_20 {
    width: 632px;
}

.content_grid .celula_21 {
    width: 664px;
}

.content_grid .celula_22 {
    width: 696px;
}

.content_grid .celula_23 {
    width: 728px;
}

.content_grid .celula_24 {
    width: 760px;
    top: 0px;
    left: 0px;
}

.content_grid .celula_25 {
    width: 1024px;
}



*/ .content_grid .prefixo_1 {
    margin-left: 32px;
}

.content_grid .prefixo_2 {
    margin-left: 64px;
}

.content_grid .prefixo_3 {
    margin-left: 96px;
}

.content_grid .prefixo_4 {
    margin-left: 128px;
}

.content_grid .prefixo_5 {
    margin-left: 160px;
}

.content_grid .prefixo_6 {
    margin-left: 192px;
}

.content_grid .prefixo_7 {
    margin-left: 224px;
}

.content_grid .prefixo_8 {
    margin-left: 256px;
}

.content_grid .prefixo_9 {
    margin-left: 288px;
}

.content_grid .prefixo_10 {
    margin-left: 320px;
}

.content_grid .prefixo_11 {
    margin-left: 352px;
}

.content_grid .prefixo_12 {
    margin-left: 384px;
}

.content_grid .prefixo_13 {
    margin-left: 416px;
}

.content_grid .prefixo_14 {
    margin-left: 448px;
}

.content_grid .prefixo_15 {
    margin-left: 480px;
}

.content_grid .prefixo_16 {
    margin-left: 512px;
}

.content_grid .prefixo_17 {
    margin-left: 544px;
}

.content_grid .prefixo_18 {
    margin-left: 576px;
}

.content_grid .prefixo_19 {
    margin-left: 608px;
}

.content_grid .prefixo_20 {
    margin-left: 640px;
}

.content_grid .prefixo_21 {
    margin-left: 672px;
}

.content_grid .prefixo_22 {
    margin-left: 704px;
}

.content_grid .prefixo_23 {
    margin-left: 736px;
}

.content_grid .sufixo_1 {
    margin-right: 32px;
}

.content_grid .sufixo_2 {
    margin-right: 64px;
}

.content_grid .sufixo_3 {
    margin-right: 96px;
}

.content_grid .sufixo_4 {
    margin-right: 128px;
}

.content_grid .sufixo_5 {
    margin-right: 160px;
}

.content_grid .sufixo_6 {
    margin-right: 192px;
}

.content_grid .sufixo_7 {
    margin-right: 224px;
}

.content_grid .sufixo_7 {
    margin-right: 224px;
    top: 0px;
    left: 0px;
}

ontent_grid .sufixo_9 {
    margin-right: 288px;
}

.content_grid .sufixo_10 {
    margin-right: 320px;
}

.content_grid .sufixo_11 {
    margin-right: 352px;
}

.content_grid .sufixo_12 {
    margin-right: 384px;
}

.content_grid .sufixo_13 {
    margin-right: 416px;
}

.content_grid .sufixo_14 {
    margin-right: 448px;
}

.content_grid .sufixo_15 {
    margin-right: 480px;
}

.content_grid .sufixo_16 {
    margin-right: 512px;
}

.content_grid .sufixo_17 {
    margin-right: 544px;
}

.content_grid .sufixo_18 {
    margin-right: 576px;
}

.content_grid .sufixo_19 {
    margin-right: 608px;
}

.content_grid .sufixo_20 {
    margin-right: 640px;
}

.content_grid .sufixo_21 {
    margin-right: 672px;
}

.content_grid .sufixo_22 {
    margin-right: 704px;
}

.content_grid .sufixo_23 {
    margin-right: 736px;
}

.content_grid .pre_suf_1 {
    margin: 0 32px;
}

.content_grid .pre_suf_2 {
    margin: 0 64px;
}

.content_grid .pre_suf_3 {
    margin: 0 96px;
}

.content_grid .pre_suf_4 {
    margin: 0 128px;
}

.content_grid .pre_suf_5 {
    margin: 0 160px;
}

.content_grid .pre_suf_6 {
    margin: 0 192px;
}

.content_grid .pre_suf_7 {
    margin: 0 224px;
}

.content_grid .pre_suf_8 {
    margin: 0 256px;
}

.content_grid .pre_suf_9 {
    margin: 0 288px;
}

.content_grid .pre_suf_10 {
    margin: 0 320px;
}

.content_grid .pre_suf_11 {
    margin: 0 352px;
}

.content_grid .pre_suf_12 {
    margin: 0 384px;
}

.content_grid .pre_suf_13 {
    margin: 0 416px;
}

.content_grid .pre_suf_14 {
    margin: 0 448px;
}

.content_grid .pre_suf_15 {
    margin: 0 480px;
}

.content_grid .pre_suf_16 {
    margin: 0 512px;
}

.content_grid .pre_suf_17 {
    margin: 0 544px;
}

.content_grid .pre_suf_18 {
    margin: 0 576px;
}

.content_grid .pre_suf_19 {
    margin: 0 608px;
}

.content_grid .pre_suf_20 {
    margin: 0 640px;
}

.content_grid .pre_suf_21 {
    margin: 0 672px;
}

.content_grid .pre_suf_22 {
    margin: 0 704px;
}

.content_grid .pre_suf_23 {
    margin: 0 736px;
}

/*-------------- Imputs (cgi = content_grid_imput) (célula subtrai 4px e mais 2px do conteúdo dos imputs, total = 6px) */
.cgi_1_coluna {
    width: 18px;
}

.cgi_2_colunas {
    width: 50px;
}

.cgi_3_colunas {
    width: 82px;
}

.cgi_4_colunas {
    width: 114px;
}

.cgi_5_colunas {
    width: 146px;
}

.cgi_6_colunas {
    width: 178px;
}

.cgi_7_colunas {
    width: 210px;
}

.cgi_8_colunas {
    width: 242px;
}

.cgi_9_colunas {
    width: 274px;
}

.cgi_10_colunas {
    width: 306px;
}

.cgi_11_colunas {
    width: 338px;
}

.cgi_12_colunas {
    width: 370px;
}

.cgi_13_colunas {
    width: 244px;
}

.cgi_14_colunas {
    width: 434px;
}

.cgi_15_colunas {
    width: 466px;
}

.cgi_16_colunas {
    width: 498px;
}

.cgi_17_colunas {
    width: 530px;
}

.cgi_18_colunas {
    width: 562px;
}

.cgi_19_colunas {
    width: 594px;
}

.cgi_20_colunas {
    width: 626px;
}

.cgi_21_colunas {
    width: 658px;
}

.cgi_22_colunas {
    width: 690px;
}

.cgi_23_colunas {
    width: 722px;
}

.cgi_24_colunas {
    width: 754px;
}

/*-------------- DropDownList (cgd = content_grid_dropdownlist) (não subtrai nada da célula) */
.cgd_1_coluna {
    width: 24px;
}

.cgd_2_colunas {
    width: 56px;
}

.cgd_3_colunas {
    width: 88px;
}

.cgd_4_colunas {
    width: 120px;
}

.cgd_5_colunas {
    width: 152px;
}

.cgd_6_colunas {
    width: 184px;
}

.cgd_7_colunas {
    width: 216px;
}

.cgd_8_colunas {
    width: 248px;
}

.cgd_9_colunas {
    width: 280px;
}

.cgd_10_colunas {
    width: 312px;
}

.cgd_11_colunas {
    width: 344px;
}

.cgd_12_colunas {
    width: 376px;
}

.cgd_13_colunas {
    width: 408px;
}

.cgd_14_colunas {
    width: 440px;
}

.cgd_15_colunas {
    width: 472px;
}

.cgd_16_colunas {
    width: 504px;
}

.cgd_17_colunas {
    width: 536px;
}

.cgd_18_colunas {
    width: 568px;
}

.cgd_19_colunas {
    width: 600px;
}

.cgd_20_colunas {
    width: 632px;
}

.cgd_21_colunas {
    width: 664px;
}

.cgd_22_colunas {
    width: 696px;
}

.cgd_23_colunas {
    width: 728px;
}

.cgd_24_colunas {
    width: 760px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

/* Classes
----------------------------------------------------------------------------------------------------*/


/*-------------- Margens  */
.m_zero {
    margin: 0;
}

.m_centro {
    margin: 0 auto;
}

.esquerda {
    margin-left: 0;
}

.direita {
    margin-right: 0;
}

.esq_dir {
    margin-left: 0;
    margin-right: 0;
}

.esq_1 {
    margin-left: 5px;
}

.esq_2 {
    margin-left: 10px;
}

.esq_3 {
    margin-left: 15px;
}

.dir_1 {
    margin-right: 5px;
}

.dir_2 {
    margin-right: 10px;
}

.dir_3 {
    margin-right: 15px;
}

.cima {
    margin-top: 0px;
}

.baixo {
    margin-bottom: 0px;
}

.cima_baixo {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cima_1 {
    margin-top: 5px;
}

.cima_2 {
    margin-top: 10px;
}

.cima_3 {
    margin-top: 20px;
}

.cima_4 {
    margin-top: 50px;
}

.baixo_1 {
    margin-bottom: 5px;
}

.baixo_2 {
    margin-bottom: 10px;
}

.baixo_3 {
    margin-bottom: 20px;
}

.baixo_4 {
    margin-bottom: 50px;
}

.c_b_1 {
    margin: 5px 0;
}

.c_b_2 {
    margin: 10px 0;
}

.c_b_3 {
    margin: 20px 0;
}

.c_b_4 {
    margin: 50px 0;
}

/*-------------- Paddings  */
.padd_zero {
    padding: 0 0;
}

.padd_esq {
    padding-left: 0;
}

.padd_dir {
    padding-right: 0;
}

.padd_esq_dir {
    padding-left: 0;
    padding-right: 0;
}

.padd_esq_1 {
    padding-left: 5px;
}

.padd_esq_2 {
    padding-left: 10px;
}

.padd_esq_3 {
    padding-left: 15px;
}

.padd_dir_1 {
    padding-right: 5px;
}

.padd_dir_2 {
    padding-right: 10px;
}

.padd_dir_3 {
    padding-right: 15px;
}

.padd_c_zero {
    padding-top: 0;
}

.padd_b_zero {
    padding-bottom: 0;
}

.padd_c_b {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padd_cima_1 {
    padding-top: 5px;
}

.padd_cima_2 {
    padding-top: 10px;
}

.padd_cima_3 {
    padding-top: 20px;
}

.padd_baixo_1 {
    padding-bottom: 5px;
}

.padd_baixo_2 {
    padding-bottom: 10px;
}

.padd_baixo_3 {
    padding-bottom: 20px;
}

.padd_c_b_1 {
    padding: 5px 0;
}

.padd_c_b_2 {
    padding: 10px 0;
}

.padd_c_b_3 {
    padding: 20px 0;
}

/*-------------- Cores  */
.neutro {
    background: transparent;
}

.cor1 {
    background: #e9edf1;
}

.cor2 {
    background: #054c74;
}

.cor3 {
    background: #054c74;
}

.cor4 {
    background: #f5f5f5;
}

.cor5 {
    background: #336600;
}

.cor6 {
    background: #ffcc00;
}

/*-------------- Textos  */
.txt_cent, .txt_esq, .txt_dir, .txt_just, .txt_b, .txt_line, .txt_cor1, .txt_cor2, .txt_cor3 {
    line-height: 2;
}

.txt_cent {
    text-align: center;
}

.txt_esq {
    text-align: left;
}

.txt_dir {
    text-align: right;
}

.txt_just {
    text-align: justify;
}

.txt_b {
    font-weight: bold;
}

.txt_line {
    text-decoration: underline;
}

.txt_cor1 {
    color: #ff2200 !important;
}

.txt_cor2 {
    color: #336600 !important;
}

.txt_cor3 {
    color: #ffcc00 !important;
}

.txt_cor4 {
    color: #054c74 !important;
}

.txt_cor5 {
    color: #01468b !important;
}

/*-------------- Tipos  */
.tipo_imput {
    display: inline;
}

.tipo_tabela {
    display: inline-table;
}

.tipo_checkbox label {
    display: inline-block;
    margin-bottom: 2px;
}

.tipo_checkboxList label {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: -5px;
    clear: both;
    font-size: 9px;
}

.grid_view {
    display: table;
    margin-top: 0px;
}

.tab_panel div {
    width: 100%;
    border: none;
    text-align: left;
    display: inline-table;
}

.tab_panel table {
    margin: 0 auto;
    width: 100%;
    display: table;
    position: relative;
}

/*-------------- Botões  */
.botao_primario, .botao_secundario, .botao_terciario {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-family: verdana;
    font-size: 10px;
    padding: 1px 3px;
    font-weight: bold;
    color: #fff;
}

.botao_primario {
    height: 18px;
    background: #01468b;
}

.botao_secundario {
    background: #990000;
}

.botao_terciario {
    background: #006633;
}

/*-------------- Conteúdo nos Imputs  */
.conteudo, .conteudo_bold {
    font-family: Verdana;
    font-size: 9px;
    color: #666666;
    padding: 1px 0 1px 2px;
}

.conteudo {
    font-weight: normal;
}

.conteudo_bold {
    font-weight: bold;
}

/*-------------- Data  */
.data_1 {
    z-index: 995;
}

.data_2 {
    z-index: 990;
}

/*-------------- Scrollbar  */
.scrollbar_face {
    scrollbar-arrow-color: #ff0000;
    scrollbar-3dlight-color: #ff0000;
    scrollbar-highlight-color: #ff0000;
    scrollbar-face-color: #ff0000;
    scrollbar-shadow-color: #054c74;
    scrollbar-darkshadow-color: #ff0000;
    scrollbar-track-color: #ff0000;
}

/*-------------- Menus  */
.Menu_SDG_Submenu {
    margin: 0 0;
}



/* Componentes
----------------------------------------------------------------------------------------------------*/

/*-------------- Tabelas - Grids  */
.header_grid, .footer_grid {
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background: #054c74;
}

.linhaImpar_grid, .linhaPar_grid {
    font-size: 9px;
    font-weight: normal;
    color: #333333;
    height: 20px;
    padding-left: 10px;
}

.header_grid {
    height: 20px;
    text-align: center;
}

.footer_grid {
    text-align: right;
    vertical-align: middle;
}

.linhaImpar_grid {
    background: #ffffff;
}

.linhaPar_grid {
    background: #e9edf1;
}

/*-------------- PasswordStrength1 - Força da Senha  */
.PasswordStrength1, .PasswordStrength2, .PasswordStrength3, .PasswordStrength4, .PasswordStrength5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
    margin-left: 25px;
}

.TrocaSenhaSenhaForte1, .TrocaSenhaSenhaForte2, .TrocaSenhaSenhaForte3, .TrocaSenhaSenhaForte4, .TrocaSenhaSenhaForte5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.PasswordStrength1, .TrocaSenhaSenhaForte1 {
    color: #ff0000;
}

.PasswordStrength2, .TrocaSenhaSenhaForte2 {
    color: #990000;
}

.PasswordStrength3, .TrocaSenhaSenhaForte3 {
    color: #0066Ff;
}

.PasswordStrength4, .TrocaSenhaSenhaForte4 {
    color: #006666;
}

.PasswordStrength5, .TrocaSenhaSenhaForte5 {
    color: #009933;
}

/*-------------- UsuarioTabs - Abas do Componente  */
/*.ajax__tab_active {width:200px;	height:25px; margin:0 auto;	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#000; font-weight:bold;
		background-color:#c5dbe5;	text-align:center; float:left; padding-top:5px;}*/
.UsuarioTabs {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-align: center;
}

    .UsuarioTabs .ajax__tab_header {
        width: 632px;
        font-weight: bold;
        margin: 0 auto;
        text-align: left;
    }
    /* width = (largura da célula) - (espaço vazio) + (2px)*/
    .UsuarioTabs .ajax__tab_outer {
        width: 170px;
        height: 30px;
        color: #FFFFFF;
        margin-right: 5px;
        text-align: center;
        background-color: #054c74;
    }

    .UsuarioTabs .ajax__tab_inner {
        margin-top: 7px;
    }

    .UsuarioTabs .ajax__tab_active .ajax__tab_outer {
        width: 170px;
        height: 30px;
        color: #000000;
        background-color: #e9edf1;
    }

/*-------------- Ajax UpdateProgress - Carregando - Fundo fumace  */
.container_ajax_fundo {
    background-color: Black;
    opacity: .9;
    filter: alpha(Opacity=90);
    -khtml-opacity: .9;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    z-index: 1000;
    text-align: center;
    position: fixed;
}

.bordaBox {
    width: 600px;
    height: 80px;
    padding-top: 400px;
    margin: 0 auto;
}

    .bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b {
        display: block;
        overflow: hidden;
        font-size: 1px;
    }

    .bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b {
        height: 1px;
    }

    .bordaBox .b2, .bordaBox .b3, .bordaBox .b4 {
        background: #fff;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }

    .bordaBox .b1 {
        margin: 0 5px;
        background: #fff;
    }

    .bordaBox .b2 {
        margin: 0 3px;
        border-width: 0 2px;
    }

    .bordaBox .b3 {
        margin: 0 2px;
    }

    .bordaBox .b4 {
        height: 2px;
        margin: 0 1px;
    }

.ajax_conteudo {
    position: relative;
    padding: 5px;
    display: block;
    background: #fff;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

/*-------------- MODAL POPUP - ?????  */

.modalPopup, .modalPopupBarradeTarefas, .modalTitutlo {
    width: 600px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
    font-size: 12px;
    color: #054c74;
}

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.57;
}

.modalPopup {
    border: 1px solid #054c74;
    position: fixed !important;
    margin: 0 auto !important;
}

.modalPopupBarradeTarefas {
    border-color: #054c74;
}

.modalTitutlo {
    width: 100%;
    height: 30px;
    cursor: move;
    color: #054c74 !important;
    text-align: center;
    font-weight: bold;
    background: url(../img/bg_topo_popup.jpg) #054c74;
}

/*-------------- PopUp - Classes para o componente de PopUp  */
.popUpPergunta {
    width: 40px;
    height: 42px;
    background-image: url('../img/popUpPergunta.gif');
    background-repeat: no-repeat;
}

.popUpSucesso {
    width: 32px;
    height: 32px;
    background-image: url('../img/bt_sucesso32.png');
    background-repeat: no-repeat;
}

.popUpErro {
    width: 32px;
    height: 32px;
    background-image: url('../img/bt_erro_32.png');
    background-repeat: no-repeat;
}

.popUpInformacao {
    width: 40px;
    height: 42px;
    background-image: url('../img/popUpInformacao.gif');
    background-repeat: no-repeat;
}

/*-------------- APP UPDATE NOTIFIER - Div Flutuante dentro de appUpdateNotifier */
.appUpdateNotifier {
    width: 250px;
    color: #000000;
    background-color: #fff;
    position: fixed !important;
    border-style: solid;
    border-width: 3px;
    border-color: #054c74;
    font-family: Verdana, Arial, Helvetiva, Sans-Serif;
    font-size: 11px;
    right: 10px;
    padding: 5px;
    z-index: 100;
    font-weight: bold;
    top: 100px;
}

    .appUpdateNotifier p {
        color: #054c74;
        text-align: left;
        width: 100%;
        margin-top: 10px;
        font-weight: normal !important;
    }

/*-------------- VALIDATOR CALLOUT - ?????  */
.validatorCalloutHighlight {
    background-color: #ffc1c1;
}

/*-------------- PopUpStyleSheet - ?  */
.popup {
    width: 600px;
    height: 50%;
    padding: 20px;
    margin: 0 auto;
    background: #ffffff;
    font-family: Verdana;
    font-size: 11px;
    color: #3d87ba;
}
/*CSS POPUP*/
.popup {
    margin: 0 auto;
    width: 600px;
    height: 50%;
    padding: 0 0 40px 0;
    background: url('../img/bg_box_popup.gif') top center repeat-x #fff;
    border: 1px solid #f6f9fb;
}

    .popup p {
        font-family: Verdana;
        font-size: 11px;
        color: #1d6898;
        padding: 0 20px;
    }

.tit_popup {
    margin: 0 auto;
    width: 100%;
    height: 30px;
    background: url('../img/bg_tit_popup.gif') top center repeat-x;
    font-family: Verdana;
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.titulo {
    width: 80%;
    float: left;
    margin: 8px 0 0 20px;
}

.bt_fechar {
    width: 10px;
    float: right;
    margin: 5px 20px 0 0;
}

/*MsgBox*/
.texto_erro {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #636363;
    padding: 6px 0px 2px 0px;
    margin-bottom: 20px;
    background-color: #fdf3f3;
    border: solid 1px #ffc1c1;
    width: 100%;
    height: auto;
    z-index: 1000;
}

.texto_sucesso {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #636363;
    padding: 6px 0px 2px 0px;
    margin-bottom: 20px;
    background-color: #dfefc6;
    border: solid 1px #9bbd71;
    width: 100%;
    height: auto;
    z-index: 1000;
}

.texto_info {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #636363;
    padding: 6px 0px 2px 0px;
    margin-bottom: 20px;
    background-color: #f3f7fd;
    border: solid 1px #bbd8fb;
    width: 100%;
    height: auto;
    z-index: 1000;
}

/*UC Mensagem*/
.div_img {
    width: auto;
    height: auto;
    float: left;
    padding: 10px;
}

.div_msg {
    width: auto;
    height: auto;
    float: left;
    padding: 25px 5px;
}

.msg_info {
    width: 95%;
    height: 100%;
    background-color: #f3f7fd;
    border: solid 1px #bbd8fb;
}

.msg_erro {
    width: 95%;
    height: 100%;
    background-color: #fdf3f3;
    border: solid 1px #ffc1c1;
    color: #FF0000;
}

.msg_sucesso {
    width: 95%;
    height: 100%;
    background-color: #dfefc6;
    border: solid 1px #9bbd71;
    color: #009900;
}


.aba_acesso_off {
    width: 199px;
    height: 27px;
    background: url('../img/aba_acesso_off.png') center no-repeat;
    float: left;
}

.aba_enderecos_off {
    width: 135px;
    height: 27px;
    background: url('../img/aba_enderecos_off.png') center no-repeat;
    float: left;
    padding-left: 1px;
}

.aba_estacoes_off {
    width: 123px;
    height: 27px;
    background: url('../img/aba_estacoes_off.png') center no-repeat;
    float: left;
    padding-left: 1px;
}

.aba_finalizar_off {
    width: 123px;
    height: 27px;
    background: url('../img/aba_finalizar_off.png') center no-repeat;
    float: left;
    padding-left: 1px;
}

.aba_acesso_on {
    width: 199px;
    height: 27px;
    background: url('../img/aba_acesso_on.png') center no-repeat;
    float: left;
}

.aba_enderecos_on {
    width: 135px;
    height: 27px;
    background: url('../img/aba_enderecos_on.png') center no-repeat;
    float: left;
    padding-left: 1px;
}

.aba_estacoes_on {
    width: 123px;
    height: 27px;
    background: url('../img/aba_estacoes_on.png') center no-repeat;
    float: left;
    padding-left: 1px;
}

.aba_finalizar_on {
    width: 123px;
    height: 27px;
    background: url('../img/aba_finalizar_on.png') center no-repeat;
    float: left;
    padding-left: 1px;
}

.header {
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 12px;
    border-right: 1px solid #dad9c7;
}

.headerSortUp {
    background-image: url(../img/asc.gif);
    background-color: #3399FF;
}

.headerSortDown {
    background-image: url(../img/desc.gif);
    background-color: #3399FF;
}

/*ABAS*/
.tit_abas {
    padding: 0;
    height: 27px;
    background: transparent;
}

.aba_acesso_off {
    width: 199px;
    height: 27px;
    background: url('../img/aba_acesso_off.png') center no-repeat;
    float: left;
    cursor: pointer;
}

.aba_enderecos_off {
    width: 135px;
    height: 27px;
    background: url('../img/aba_enderecos_off.png') center no-repeat;
    float: left;
    padding-left: 1px;
    cursor: pointer;
}

.aba_estacoes_off {
    width: 123px;
    height: 27px;
    background: url('../img/aba_estacoes_off.png') center no-repeat;
    float: left;
    padding-left: 1px;
    cursor: pointer;
}

.aba_finalizar_off {
    width: 123px;
    height: 27px;
    background: url('../img/aba_finalizar_off.png') center no-repeat;
    float: left;
    padding-left: 1px;
    cursor: pointer;
}

.aba_acesso_on {
    width: 199px;
    height: 27px;
    background: url('../img/aba_acesso_on.png') center no-repeat;
    float: left;
}

.aba_enderecos_on {
    width: 135px;
    height: 27px;
    background: url('../img/aba_enderecos_on.png') center no-repeat;
    float: left;
    padding-left: 1px;
}

.aba_estacoes_on {
    width: 123px;
    height: 27px;
    background: url('../img/aba_estacoes_on.png') center no-repeat;
    float: left;
    padding-left: 1px;
}

.aba_finalizar_on {
    width: 123px;
    height: 27px;
    background: url('../img/aba_finalizar_on.png') center no-repeat;
    float: left;
    padding-left: 1px;
}




/*Box JQuery*/
.boxPanel {
    border: #ddd 1px solid;
}

.PanelAberto {
    background-image: url('../img/close-panel.gif');
    width: 12px;
    height: 14px;
}

.PanelFechado {
    background-image: url('../img/open-panel.gif');
    width: 12px;
    height: 14px;
}

.textoTitulo {
    width: 50px;
    float: left;
    display: block;
    margin: -18px 0 0 20px;
}

.boxPrincipalPanelTitulo {
    padding: 6px 8px;
    margin-bottom: 0px;
    color: #2e4b73;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #d4dce8;
    cursor: pointer;
}

/*Força a quebra de linha em controles gridView*/
.breakword {
    word-wrap: break-word;
    word-break: break-all;
}


.box .content {
    float: left;
    width: 97.8%;
    margin-bottom: 2em;
}

.conteudo {
    float: left;
}

#pswd_info {
    position: relative;
    bottom: -115px\9;
    float: left;
    width: 80px;
    margin-left: 2em;
    padding: 15px;
    background: #fefefe;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

    #pswd_info::before {
        content: "\25C0";
        position: absolute;
        top: 50%;
        left: -5%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalidSenha {
    background: url(/img/common/ic_nok.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 10px;
    color: #ec3f41;
}

.validSenha {
    background: url(/img/common/ic_ok.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 10px;
    color: #3a7d34;
}

#pswd_info {
    display: none;
}

ul li {
    margin: 10px 20px;
}

.senhaForte {
    padding-top: 2px;
    background-color: #5cb85c;
}

.senhaMediaAlta {
    padding-top: 2px;
    background-color: #DFEA15;
}

.senhaMedia {
    padding-top: 2px;
    background-color: #FFFF00;
}

.senhaFraca {
    padding-top: 2px;
    background-color: #d9534f;
}

.percentagem {
    text-align: center;
    padding: 2px;
    font-weight: bold;
    color: black;
    margin: 0;
    font-size: 12px;
    line-height: 1
}

.celula_9 baixo_3 {
    width: 290px
}

.camposForm {
    float: left;
}

div#complexity-bar {
    height: 16px;
    position: absolute;
    right: 0;
    min-width: 61px;
    text-align: center;
}

/*Aceite Contrato*/
.aceite_contrato {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    font-size: 10px;
    background: #fff;
    overflow: hidden;
}
.aceite_contrato_text {
    overflow-y: scroll;
    height: 550px;
}
.bt_concordar {
    height: 20px;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border: none;
    height: 18px;
    background: #01468b;
    cursor: pointer;
}

.bt_concordar_disabled {
    height: 20px;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    border: none;
    height: 18px;
    background: #636363;
    cursor: not-allowed;
}

/*Novos Ajustes*/
.topo_usuario_2 {
    padding-top: 5px;
}

input#ctl00_ContentPlaceHolder_ReplicarPerfilCurso {
    height: auto;
    padding: 5px 15px;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
}

input#ctl00_ContentPlaceHolder_btnPesquisar {
    height: auto;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

input#ctl00_ContentPlaceHolder_btnCadastrarPerfilCurso {
    height: auto;
    padding: 5px 18px;
    border-radius: 3px;
    cursor: pointer;
}

input#ctl00_ContentPlaceHolder_txtNome {
    height: 17px;
}

select#ctl00_ContentPlaceHolder_ddlEmpresaReplicacao {
    height: 22px;
}

select#ctl00_ContentPlaceHolder_ddlEmpresa {
    height: 23px;
}

input#ctl00_ContentPlaceHolder_btnCadastrarBanco {
    height: auto;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
}

input#ctl00_ContentPlaceHolder_btnIncluir {
    height: auto;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
}

select#ctl00_ContentPlaceHolder_ddlUF {
    height: 23px;
}

input#ctl00_ContentPlaceHolder_btnCadastrarConvenio {
    height: unset !important;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
}
select#ctl00_ContentPlaceHolder_ddlEmpresas,
select#ctl00_ContentPlaceHolder_ddlGrupoCurso,
select#ctl00_ContentPlaceHolder_ddlCurso,
select#ctl00_ContentPlaceHolder_ddlTurma,
select#ctl00_ContentPlaceHolder_ddlPesquisa {
    height: 23px;
}

.celula_6.padd_c_zero.txt_esq.aj {
    position: relative;
}

.celula_6.padd_c_zero.txt_esq.aj span.conteudo label {
    position: absolute;
    top: 2px;
}

.btn_peq_nv {
    height: unset !important;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
}

.input_text_padrao{
    height: 17px;
}

.input_text_23 {
    height: 23px;
}

.relative_posi,
.relative_posi_0,
.relative_posi_4{
    position:relative;
}

.relative_posi label {
    position: absolute;
    top: 2px;
}

.relative_posi_0 label {
    position: absolute;
    top: 0px;
}

.relative_posi_5 label {
    position: absolute;
    top: 5px;
}

.relative_posi_4 label {
    position: absolute;
    top: 5px;
}

.absolute_posi_span{
    position: absolute;
    top: 4px;
}

.absolute_posi_span_0 {
    position: absolute;
    top: 0px;
}

.absolute_posi_span_2 {
    position: absolute;
    top: 2px;
}

.absolute_posi_span_width {
    position: absolute;
    top: 8px;
    width: 200px;
}

.relative_posi span.lbl_uni {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 4px;
}

.relative_posi span.lbl_uni_0 {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 0px;
}

.relative_posi span.lbl_uni_10 {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 10px;
}

.radio_esc label {
    position: relative;
    top: -3px;
}

.calendario_img {
    margin-left: 3px;
    height: 23px;
}

select#ctl00_ContentPlaceHolder_ddlEvento {
    height: 23px;
}

span#ctl00_ContentPlaceHolder_lblPrimeiroTipoAula {
    position: relative;
    top: 2px;
}
span#ctl00_ContentPlaceHolder_lblSegundoTipoAula {
    position: relative;
    top: 12px;
}

.tabela_folha_professor tr.header_grid th {
    padding: 0 22px;
}

.margin_left_10{
    margin-left: 10px;
}

input#ctl00_ContentPlaceHolder_txtDataValidade_imageButtonDataTextBox{
    width: 23px;
}

div#ctl00_ContentPlaceHolder_txtDataValidade_calendarExtender_popupDiv {
    background-color: #fff !important;
    z-index: 99999!important;
}

input#ctl00_ContentPlaceHolder_chkFaltas {
    top: 2px;
    position: relative;
}

input#ctl00_ContentPlaceHolder_FiltroCursoTurma1_txtNumCurso,
input#ctl00_ContentPlaceHolder_FiltroCursoTurma1_txtNumTurma {
    height: 17px;
}

select#ctl00_ContentPlaceHolder_FiltroCursoTurma1_ddlCurso,
select#ctl00_ContentPlaceHolder_FiltroCursoTurma1_ddlTurma {
    height: 23px;
    width:100%
}

.lbl_uni_2 span {
    padding: 14px;
}

.lbl_uni_3 span {
    padding: 25px;
}

.campo_select select {
    width: 100%;
}

input#ctl00_ContentPlaceHolder_txtDataIni_imageButtonDataTextBox,
input#ctl00_ContentPlaceHolder_txtDataFim_imageButtonDataTextBox,
input#ctl00_ContentPlaceHolder_txtData_imageButtonDataTextBox,
input#ctl00_ContentPlaceHolder_txtDataInicio_imageButtonDataTextBox,
input#ctl00_ContentPlaceHolder_txtDataTermino_imageButtonDataTextBox,
input#ctl00_ContentPlaceHolder_txtDtInicio_imageButtonDataTextBox,
input#ctl00_ContentPlaceHolder_txtDtFim_imageButtonDataTextBox,
input#ctl00_ContentPlaceHolder_txtDataVigencia_imageButtonDataTextBox,
input#ctl00_ContentPlaceHolder_txtDe_imageButtonDataTextBox,
input#ctl00_ContentPlaceHolder_txtAte_imageButtonDataTextBox {
    width: 23px;
}

.titulo {
    width: 80%;
    float: left;
    margin: 8px 0 0 20px;
    text-align: center;
    font-size: 12px;
    padding-left: 30px;
}