html {
    height: 100%;
    overflow: auto;
}

body {
    /*background: url(../image/Imagens_Personalizadas/bgBody.png) repeat-x top transparent;*/
    height: 100%;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0;
    display: inline; /*background-color: transparent;*/
}

.hidden{  
   display: none;  
}

.body_login {
    background-repeat: no-repeat;
    background-position: center;
    background: url(../image/Imagens_Personalizadas/bgBodyLogin.png) no-repeat top #fff;
}

.cabecalho {
    top: 0px;
    left: auto;
    text-align: center;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 35px;
    vertical-align: middle;
}

.cabecalho_logos {
    top: 10px;
    left: auto;
    text-align: center;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 65px;
}

.conteudo {
    top: 136px;
    position: absolute;
    width: 99%;
    margin: 1px 0px 1px 1px;
    height: 65%;
}

.barra_ferramentas {
    background-image: url(../image/bg_barra_controle_principal.png);
    background-repeat: repeat;
    background-color: #666666;
    height: 30px;
    width: 100%;
    position: fixed;
    left: auto;
    bottom: 0px;
    z-index: 1;
    margin: 0px 0px 0px 0px;
    padding-right: 20px;
    border: 1px;
    border-top: solid 1px #CCCCCC;
}

.conteudo2 {
    top: 22%;
    position: absolute;
    width: 70%;
    vertical-align: middle;
}

A:link {
    /*color: #1e5ca0;*/
    font-weight: bold;
    text-decoration: none;
}

A:hover {
    /*color: #1e5ca0;*/
    font-weight: bold;
    text-decoration: underline;
}

H1 {
    color: #727170;
    font-size: 16px;
    margin: 3px 0px 3px 5px;
    text-align: left;
}

H2 {
    border-bottom: #acb7bf 1px solid;
    color: #727170;
    font-size: 15px;
    margin: 3px 0px 3px 5px;
    text-align: left;
}

H3 {
    border-bottom: #acb7bf 1px solid;
    color: #727170;
    font-size: 14px;
    margin: 3px 0px 3px 5px;
}

H4 {
    border-bottom: #acb7bf 1px solid;
    color: #727170;
    font-size: 13px;
    margin: 3px 0px 3px 5px;
}

H5 {
    border-bottom: #acb7bf 1px solid;
    color: #727170;
    font-size: 12px;
    margin: 3px 0px 3px 5px;
}

H6 {
    border-bottom: #acb7bf 1px solid;
    color: #727170;
    font-size: 11px;
    margin: 3px 0px 3px 5px;
}

P {
    color: #555555;
    margin: 3px 0px 3px 5px;
}

textAREA {
    border-bottom: #acb7bf 1px solid;
    border-left: #acb7bf 1px solid;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 10px;
    border-top: #acb7bf 1px solid;
    border-right: #acb7bf 1px solid;
    padding-top: 5px;
}

FIELDSET {
    color: #666666;
}

LABEL {
    color: #666666;
    margin: 3px 0px 3px 0px;
}
/*TD
{
   color: inherit;
}*/

.div_titulo_campos {
    padding-left: 5px;
    padding-top: 3px;
    position: absolute;
    padding-bottom: 3px;
    vertical-align: middle;
    border-color: Black; /*color: #243D66;     font-weight: bold;     font-size: 12px;*/
    width: 200px;
}

.div_campos {
    vertical-align: middle;
    padding-left: 250px;
    padding-top: 3px;
    padding-bottom: 3px;
}

SELECT {
    color: #243d66;
    font-size: 10px;
    padding: 0px;
}

LEGEND {
    color: #243d66;
    font-weight: bold;
}

.btn_form {
    padding: 0px;
    background-color: #243d66; /*	height: 20px;*/
    color: #ffffff;
    font-size: 10px;
    border: 1px solid #000000;
    font-weight: normal;
}

.table_cabecalho {
    background-color: #ffffff;
}

.corpo_index {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.rodape {
    background-image: url(../image/bg_rodape.png);
    margin-top: 5px;
    background-repeat: no-repeat;
    height: 24px;
}

    .rodape P {
        margin: 0px;
        padding-left: 20px;
        color: #ffffff;
        font-size: 9px;
        padding-top: 6px;
    }

    .rodape IMG {
        padding-right: 20px;
        float: right;
        padding-top: 7px;
    }

.idiomas IMG {
    margin-left: 5px;
}

.menu_sup A {
    color: #999999;
    margin-right: 20px;
    text-decoration: none;
}

.menu_sup {
    text-align: right;
    padding-right: 30px;
}

    .menu_sup A:hover {
        color: #1e5ca0;
        text-decoration: underline;
    }

.corpo A:link {
    font-weight: normal;
}

.menu_secao {
    width: 720px;
    margin-bottom: 20px;
}

.manchete_secao IMG {
    border-bottom: #0070b4 1px solid;
    border-left: #0070b4 1px solid;
    border-top: #0070b4 1px solid;
    margin-right: 3px;
    border-right: #0070b4 1px solid;
}

.manchete_secao {
    margin-top: 10px;
}

.titulo_manchete {
    font-size: 12px;
    font-weight: bold;
}

.breadcrumb_rodape {
    position: relative;
    margin-top: 5px;
    width: 720px;
    top: 35px;
}

    .breadcrumb_rodape A:link {
        font-weight: normal;
    }

    .breadcrumb_rodape A:visited {
        font-weight: normal;
    }

.barra_menu_superior {
    background-color: #243d66;
    margin: 3px 0px 3px 0px;
}

    .barra_menu_superior A {
        color: #ffffff;
        font-weight: normal;
        text-decoration: none;
    }

        .barra_menu_superior A:visited {
            color: #ffffff;
            font-weight: normal;
            text-decoration: none;
        }

        .barra_menu_superior A:hover {
            color: #ffffff;
            font-weight: normal;
            text-decoration: underline;
        }

    .barra_menu_superior .link_help {
        float: right;
        margin-right: 20px;
    }

.tit_pagina {
    color: #243d66;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    font-weight: bold;
}

.menu_rapido {
    height: 35px;
    margin-left: 10px;
    margin-right: 12px;
}

    .menu_rapido .menu_rapido_prim {
        padding: 3px 5px 5px 5px;
        float: left;
    }

        .menu_rapido .menu_rapido_prim IMG {
            margin-right: 10px;
        }

.menu_rapido_background {
    height: 45px;
    background-position: right;
    vertical-align: middle;
    display: table-cell;
    background-position: top center; 
    vertical-align: middle; 
    width: 20px;
}

.menu_rapido .menu_rapido_secund {
    padding-bottom: 5px;
    padding-left: 5px;
    width: 390px;
    padding-right: 5px;
    float: left;
    padding-top: 3px;
    background-image: url(../image/bg_sub_menu_rapido.png);
    background-repeat: no-repeat;
    height: 34px;
}

.menu_rapido .menu_rapido_secund_1 {
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 5px;
    background-position: right;
    float: left;
    padding-top: 3px;
    background-image: url(../image/bg_sub_menu_rapido_1.png);
    background-repeat: no-repeat;
    height: 35px;
}

.menu_rapido .menu_rapido_secund_2 {
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 5px;
    float: left;
    width: 90%;
    background-position: center center;
    padding-top: 3px;
    background-image: url(../image/bg_sub_menu_rapido_2.png);
    background-repeat: repeat-x;
    height: 35px;
    text-align: center;
}

.menu_rapido .menu_rapido_secund_3 {
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 5px;
    float: left;
    background-position: left;
    padding-top: 3px;
    background-image: url(../image/bg_sub_menu_rapido_3.png);
    background-repeat: no-repeat;
    height: 35px;
}

.menu_rapido .menu_rapido_secund IMG {
    margin-right: 10px;
}

.grid_dev {
    cursor: pointer;
    white-space: nowrap;
    padding: 4px 6px 5px 6px;
    border: Solid 1px #9F9F9F;
    background-color: #DCDCDC;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
}

.grid {
    border-bottom: #243d66 1px solid;
    border-left: #243d66 1px solid;
    border-collapse: collapse;
    border-top: #243d66 1px solid;
    border-right: #243d66 1px solid;
}

    .grid TD {
        border-bottom: #acb7bf 1px solid;
        border-left: #acb7bf 1px solid;
        padding-left: 2px;
        padding-right: 2px;
        border-top: #acb7bf 1px solid;
        border-right: #acb7bf 1px solid;
    }

    .grid .grid_tr_grif {
        background-color: #f1f4f8;
    }

    .grid TH {
        border-bottom: #acb7bf 1px solid;
        border-left: #acb7bf 1px solid;
        padding-bottom: 1px;
        background-color: #243d66;
        padding-left: 3px;
        padding-right: 3px;
        color: #ffffff;
        border-top: #acb7bf 1px solid;
        border-right: #acb7bf 1px solid;
        padding-top: 1px;
    }

.btn_add {
    border-right-width: 0px;
    margin-bottom: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    vertical-align: bottom;
    border-left-width: 0px;
}

.resp_campo {
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    font-weight: bold;
    padding-top: 0px;
    padding-left: 3px;
}

.resp_campo_plano {
    color: #666666;
    font-weight: bold;
    font-size: 12px;
    font-weight: bold;
    padding-left: 3px;
    margin: 1px 1px 1px 1px;
    border-width: 1px;
    border-color: #CCCCCC;
}

.num_chamado {
    font-size: 18px;
    color: #243D66;
    font-weight: bold;
}

.delimitadorinterface {
    border-bottom: solid 1px #acb7bf;
}

.delimitador_top_interface {
    border-top: solid 1px #acb7bf;
}

.titulo_campo {
    color: #243D66;
    font-weight: bold;
    font-size: 12px;
}

.titulo_campo_chamado {
    color: #243D66;
    font-weight: bold;
    font-size: 10px;
    padding-top: 0px;
    padding-left: 2px;
    vertical-align: top;
}

.resp_campo_chamado {
    color: #666666;
    font-weight: bold;
    font: 8pt Tahoma;
    font-weight: bold;
    padding-top: 0px;
    padding-left: 2px;
}

.titulo_campo_ocorrencia {
    color: #243D66;
    font-weight: bold;
    font-size: 9px;
    padding-top: 0px;
    padding-left: 2px;
    vertical-align: top;
    direction: ltr;
}

.resp_campo_ocorrencia {
    color: #666666;
    font-weight: normal;
    font: 7pt Tahoma;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px;
}

.corpo {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
    margin-top: 40px;
}

.corpo_login {
    width: 505px;
    margin: auto;
}

.conteudo_login {
    top: 0px;
    position: absolute;
    width: 99%;
    margin: 1px 0px 1px 1px; /*height: 85%;*/
}

.corpo_barra_controle {
    padding: 1px 0px 0px 0px;
    margin-bottom: 36px;
    margin-top: 60px;
}

    .corpo_barra_controle A:link {
        font-weight: normal;
    }

.barra_controle {
    /*   background-image: url(../image/bg_barra_controle.png);*/
    background-repeat: repeat; /* background-color: #666666;*/
    height: 65px;
    width: 100%;
    position: fixed;
    left: auto;
    bottom: 0px;
    z-index: 1;
    margin: 0px 0px 0px 0px;
    padding-right: 20px;
    border: 1px;
    border-top: solid 0px #CCCCCC;
}

.barra_controle_principal {
    background-image: url(../image/bg_barra_controle_principal.png);
    background-repeat: repeat;
    background-color: #666666;
    height: 30px;
    width: 100%;
    position: fixed;
    left: auto;
    bottom: 0px;
    z-index: 1;
    margin: 0px 0px 0px 0px;
    padding-right: 20px;
    border: 1px;
    border-top: solid 1px #CCCCCC;
}

.barra_controle_prim {
    padding: 5px;
    width: 50px;
    float: left;
}

    .barra_controle_prim IMG {
        margin-right: 10px;
    }

.barra_controle_secund {
    padding: 5px;
    width: 100%;
    float: right;
    text-align: center;
}

    .barra_controle_secund IMG {
        margin-left: 10px;
    }

.panel_format {
    border: 1px solid #acb7bf;
    margin: 0px 1px 0px 1px;
    padding: 2px 2px 2px 2px;
}

.panel_campo_data_ocorrencia {
    border-top: 1px solid #acb7bf;
    margin: 0px 1px 0px 1px;
    width: 250px;
    vertical-align: top;
}

.panel_campo_data_ocorrencia_bullet {
    border-top: 1px solid #acb7bf;
    border-right: 1px solid #acb7bf;
    margin: 0px 1px 0px 1px;
    width: 22px;
    vertical-align: middle;
}

.format_text_field_selecao_panel {
    border: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #BBBBBB;
    font-size: 11px;
    font-weight: bold;
    background-color: #F1F4F8;
}

.format_textfield {
    border-bottom: #acb7bf 1px solid;
    border-left: #acb7bf 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 10px;
    border-top: #acb7bf 1px solid;
    border-right: #acb7bf 1px solid;
    background-color: #FFFFFF;
}

.creditos {
    height: 20px;
    width: 200px;
    float: left;
    padding: 4px 5px 0px 0px;
    float: right;
    text-align: right;
}

.checkbox {
    height: 10px;
}

.barra_abas {
    font-size: 16px;
    font-weight: bold;
    color: #727170;
    border: none;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 5px;
    height: 21px;
}

    .barra_abas .box_aba {
        color: #bababa;
        font-size: 11px;
        background-image: url(../image/aba.png);
        background-repeat: no-repeat;
        width: 130px;
        height: 16px;
        float: left;
        padding-top: 5px;
        text-align: center;
        margin-right: 2px;
    }

    .barra_abas .box_aba_selecionada {
        color: #bababa;
        font-size: 11px;
        background-image: url(../image/aba_selecionada.png);
        background-repeat: no-repeat;
        width: 130px;
        height: 16px;
        float: left;
        padding-top: 5px;
        text-align: center;
        margin-right: 2px;
    }

        .barra_abas .box_aba_selecionada a:link {
            color: #FFFFFF;
        }

        .barra_abas .box_aba_selecionada a:visited {
            color: #FFFFFF;
        }

    .barra_abas .tit_barra_abas {
        float: left;
        margin-right: 20px;
    }

    .barra_abas .box_aba_ocorrencia {
        color: #bababa;
        font-size: 11px;
        background-image: url(../image/aba.png);
        background-repeat: no-repeat;
        width: 100px;
        height: 16px;
        float: left;
        padding-top: 5px;
        text-align: center;
        margin-right: 2px;
    }

    .barra_abas .box_aba_selecionada_ocorrencia {
        color: #bababa;
        font-size: 11px;
        background-image: url(../image/aba_selecionada.png);
        background-repeat: no-repeat;
        width: 110px;
        height: 16px;
        float: left;
        padding-top: 5px;
        text-align: center;
        margin-right: 2px;
    }

        .barra_abas .box_aba_selecionada_ocorrencia a:link {
            color: #FFFFFF;
        }

        .barra_abas .box_aba_selecionada_ocorrencia a:visited {
            color: #FFFFFF;
        }

    .barra_abas .tit_barra_abas_ocorrencia {
        float: left;
        margin-right: 20px;
    }

#divProcessando {
    background: url(../image/imgCarregando.gif) no-repeat center;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.body_foot {
    background-image: url(../images/bgBodyFoot.png);
    background-color: #666666;
    height: 15px;
    width: 100%;
    position: fixed;
    left: auto;
    bottom: 0px;
    z-index: 1;
    margin: 0px 0px 0px 0px;
    padding-right: 20px;
    border: 0px;
    border-top: solid 1px #CCCCCC;
    text-align: right;
}

.table_agenda {
    border-bottom: #acb7bf 1px solid;
    border-left: #acb7bf 1px solid;
    border-top: #acb7bf 1px solid;
    border-right: #acb7bf 1px solid;
    color: #666666;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}

#menu ul {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    background-color: transparent;
    list-style: none;
    font: 80% Tahoma;
}

    #menu ul li {
        display: inline;
    }

        #menu ul li a {
            background-color: transparent;
            color: #F4F7FC;
            text-decoration: none; /*border-bottom: 3px solid White;*/
            padding: 2px 10px;
            float: left;
            border-right: 1px solid #FFFFFF;
        }

.margem_superior {
    padding-top: 2px;
}

.btnInline {
    display: inline-table;
}

.border_cabec_chamado_cli {
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
}

.portal_conteudo {
    top: 110px;
    position: absolute;
    width: 99%;
    margin: 1px 0px 1px 1px;
    height: 65%;
}

.span-body {
    width: 50%;
    margin: 0 auto;
}

.span-1, .span-2, .span-3 {
    min-height: 50px;
    float: left;
}

.span-1 {
    width: 30%;
}

.span-2 {
    width: 63.333%;
}

.span-3 {
    width: 96.666%;
}
.cellClass {
    vertical-align:middle;
    height:90px;
    border:1px solid red;
}

#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}        
#toast-container > .toast-warning:before {
    content: "\f003";
}
#toast-container > .toast-error:before {
    content: "\f001";
}
#toast-container > .toast-info:before {
    content: "\f005";
}
#toast-container > .toast-success:before {
    content: "\f002";
}
