@media screen and (max-width: 1024px) {
    .coluna01TelaInicial{
        display: inline-block;
        width:98%;
        text-align: center;
    }
    .coluna02TelaInicial{
        display: inline-block;
        width:98%;
        text-align: center;
    }
}
@media screen and (min-width: 1025px) {
    .coluna01TelaInicial{
        display: inline-block;
        width:38%;
        text-align: right;
        vertical-align: top;
        padding-top: 100px;
    }
    .coluna02TelaInicial{
        display: inline-block;
        width:58%;
        text-align: center;
        vertical-align: top;
    }
}

@media screen and (max-width: 800px) {
    .painelControleTelaMaior{
        display: none;
    }
    .grafico01DivClass{
        width:100%;
        cursor: pointer;
    }

    .grafico02DivClass{
        width:100%;
        cursor: pointer;
    }

    .grafico03DivClass{
        width:100%;
        cursor: pointer;
    }

}
@media screen and (min-width: 1300px) {
    .painelControleTela{
        max-width: 1300px;
        overflow: hidden;
        background-color: white;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
    .painelControleTela{
        max-width: 1050px;
        overflow: hidden;
        background-color: white;
    }
}

@media screen and (min-width: 550px) and (max-width: 1099px) {
    .painelControleTela{
        max-width: 850px;
        overflow: hidden;
        background-color: white;
    }
}

@media screen and and (max-width: 449px) {
    .painelControleTela{
        width: 300px;
        overflow: hidden;
        background-color: white;
    }
}

@media screen and (min-width: 801px) {

    .painelControleTelaMenor{
        display: none;
    }
    .grafico01DivClass{
        width:40%;
        display:inline-block;
        cursor: pointer;
    }

    .grafico02DivClass{
        width:60%;
        display:inline-block;
        cursor: pointer;
    }

    .grafico03DivClass{
        width:100%;
        cursor: pointer;
    }
}

.painelControleTela{
    overflow: hidden;
    background-color: white;
}
.tituloPainelControle{
    padding-top: 14px;
    color: #003366;
    font-weight: bold;
    font-size: max(1vw, 18px);
    width:100%;
    text-align: center;
}
.parametroPainelControle{
    width:92%;
    text-align: left;
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    font-weight: bold;
}
.tituloInfoPainelControle{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    color:#fff;
}
.infoPanelControle{
    background-color: #0068c1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 40px;
    width: 250px;
    display: inline-block;
    margin-bottom: 5px;
}
.espacotituloInfoPainelControle{
    padding-top: 7px;
}


.cabecalhoTabela{
    background-color: #009be4;
    color:white;
    font-weight: bold;
    text-align: center;
    height: 40px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    font-size: 14px;
}
.setorTabela{
    background-color: #cccccc;
    color:#000;
    font-weight: bold;
    height: 25px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
.descricaoNcmTabela{
    background-color: #fff;
    color:#000;
    font-weight:normal;
    border-right: 1px solid black;
}
#htmlErrorMessage{
    padding-top: 3px;
}
#htmlWarningMessage{
    padding-top: 3px;
}
#htmlInformationMessage{
    padding-top: 3px;
}
#paginaDiv{
    z-index:1000;
}
@media screen and (max-width: 1023px) {
    .espacoDivLogin{
        height: 2vw;
    }
    .divSegundaColunaLogin{
        min-width:340px;
        display:inline-block;
        width:35%;
        text-align:right;
        vertical-align: middle;
        z-index:0;
        height:auto;
    }
    .divLogin{
        width:310px;
        display:inline-block;
        text-align:left;
        height:200px;
        border: 1px solid #999;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        background-color:#f9f9f9;
        padding-left: 5px;
    }
}

@media screen and (min-width: 1024px) {
    .espacoDivLogin{
        height: 2vw;
    }
    .divSegundaColunaLogin{
        min-width:420px;
        display:inline-block;
        width:35%;
        text-align:center;
        vertical-align: middle;
        z-index:0;
        height:auto;
    }
    .divLogin{
        width:310px;
        display:inline-block;
        text-align:left;
        height:200px;
        border: 1px solid #999;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        margin-right: 30px;
        padding-left: 5px;
        background-color:#f9f9f9;
    }
}

thead {
    position: - webkit - sticky;
    position: sticky;
    z-index: 100;
}
@media screen and (max-width: 1023px) {
    .htmlConfirmMessageClass{
        top:30vh;
        left:5vw;
        width:80vw;
        height:120px;
        z-index:100;
    }
    .htmlConfirmMessageIconClass{
        display: inline-block;
        width:10vw;
        position:relative;
        top:17px;
    }
    .htmlConfirmMessageTextClass{
        display: inline-block;
        font-size:14px;
        width:70vw;
        position:relative;
        top:0;
    }
    .htmlConfirmMessageImageClass{
        width: 9vw;
        cursor: pointer
    }

}
@media screen and (min-width: 1024px) {
    .htmlConfirmMessageClass{
        top:30vh;
        left:30vw;
        width:40vw;
        height:120px;
        z-index:1001;
    }
    .htmlConfirmMessageIconClass{
        display: inline-block;
        width:70px;
        position:relative;
        top:17px;
    }
    .htmlConfirmMessageTextClass{
        display: inline-block;
        font-size:14px;
        width:360px;
        position:relative;
        top:-20px;
    }
    .htmlConfirmMessageImageClass{
        height:70px;
        cursor: pointer
    }
}
.htmlConfirmMessageClass{
    padding:10px;
    vertical-align: middle;
    position:fixed;
    background-color:white;
    border: 5px solid #009be4;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    outline: 0;
    text-align:left;
    z-index:1001;
}
.analiseDiv{
    position:fixed;
    top:13vh;
    left:10%;
    height: 200px;
    width: 80%;
    /*    display: none;*/
    color: black;
    background-color: #eee;
    border: 3px solid #006699;
    padding: 40px;
    padding-top: 0px;
    z-index: 4000;
    overflow: auto;
    text-align: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: 0;
}
.tituloProblemaDiv{
    width: 98%;
    font-weight: bold;
    border-bottom: 1px solid black;
    text-align: left;
    position: sticky;
    top: 0px;
    background-color: #eee;
}
thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
}

tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
}
.tituloPaginaMenu{
    width: 96%;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 1px solid #1D2951;
    padding: 0px;
    text-align: left;
}
.hierarquiaMenu{
    width: 96%;
    font-size: 11px;
    font-family: Arial;
    font-style: italic;
    padding: 0px;
    padding-top: 2px;
    padding-left: 0px;
    text-align: left;
}


.iconePaginaMenu{
    position: relative;
    top: 0px;
    height: 40px;
    border: 1px solid #f4f4f9;
    background-color: #f9f9f9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

.sidenav {
    background-color: #1D2951;
    height: 70%;
    width: 400px;
    position: fixed;
    transition: all .2s linear;
    left: -400px;
    bottom: 0;
    z-index:1002;
    top: 78px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 20px;
    overflow-y: auto;
}

.sidenav a {
    text-align: left;
    text-decoration: none;
    font-size: 10pt;
    color: #1D2951;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

#check:checked ~ .sidenav {
    transform: translateX(400px);
}

#check:checked ~ .sidenav nav a .link0 {
    margin-top: 400px;
    transition-delay: .5s;
    margin-top: 0px;
    transition-delay: .5s;
}

.main {
    position: relative;
    top: -25px;
    margin-left: 0px;
    padding: 0px 10px;
}


.link0 {
    padding:7px;
    background-color:#1D2951;
    font-family:arial, verdana;
    font-size:10pt;
    color: white;
    transition: all .2s linear;
    cursor: pointer;
    opacity: 1;
    margin-top: 0px;
}

#check{
    display: none;
}


.sidenav {
    padding-top: 15px;
}
.sidenav a {
    font-size: 10pt;
}


.iconeMenu{
    height: 20px;
    border: 1px solid #f4f4f9;
    background-color: transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    position: relative;
    top: 5px;
    left: -5px;
}

.tabClass{
    background-color:transparent;
    width:87%;
}
.plusMinusLabel{
    font-family: verdana;
    font-size: 12pt;
    background-color: transparent;
    position: relative;
    left:0px;
    cursor : pointer;
    color: #ffdf7e;
}

#menu{
    position: relative;
    left:10px;
}

.link0:hover{
    background-color:#1f4f5f;
    font-weight: normal;
}

#check{
    display: none;
}

@media screen and (max-width: 1023px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 10pt;
    }
}

.iconeMenu{
    height: 20px;
    border: 1px solid #fff;
    background-color: #f9f9f9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    position: relative;
    top: 5px;
    left: -5px;
}

.plusMinusLabel{
    font-family: verdana;
    font-size: 12pt;
    background-color: transparent;
    position: relative;
    left:0px;
    cursor : pointer;
    color: #ffdf7e;
}

#menu{
    position: relative;
    left:10px;
}

.link0:hover{
    background-color:#222;
    font-weight: normal;
}

@media screen and (min-width: 1024px) {
    .linkFaleConosco{
        color:#0000a0;
        font-size: 8pt;
        font-family: verdana;
        position: fixed;
        bottom: 2px;
        right:50px;
        cursor: pointer;
    }


}
.direitosReservadosDiv{
    font-size: 8pt;
    font-family: verdana;
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: left;
    color: black;
    font-weight: bold;
    line-height: 20px;
    left:5px;
    z-index:1000;
}
@media screen and (max-width: 1023px) {
    .linkFaleConosco{
        color:#0000a0;
        font-size: 8pt;
        font-family: verdana;
        position: fixed;
        bottom: 2px;
        right:10px;
        cursor: pointer;
    }
}


.divBottomClass{
    background-color: transparent;
    position: fixed;
    bottom: 25px;
    width: 100%;
}

.barraHomeBottom{
    width: 100%;
    position: fixed;
    bottom:100px;
    border-top: 1px solid black;
}
.botaoTecladoVirtual{
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    outline: 0;
    height: 40px;
    width: 40px;
    font-family: arial, verdana;
    font-weight: bold;
    font-size: 20px;
    background-color: #ccc;
    border: 1px solid #999;
}
.tituloPagina{
    border-bottom: 3px solid #afafaf;
    width: 94%;
    /*    height: 30px;*/
    font-weight: bold;
    text-align: left;
    padding-left: 25px;

    /*    padding-top: 10px;
        padding-bottom: 10px;*/
}
.menuOL{
    font-weight: bold;
}
.divMenuOL{
    position: relative;
    top:-7px;
    border: 2px solid #2288bb;
    width: 95%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    outline: 0;
}
/*.divMenuOL{
    position: relative;
    top:-5px;
    border: 2px solid #2288bb;
    width: 95%;
    -moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;outline: 0;
}*/
.textoMensagem{
    border: 2px solid #0000cc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    outline: 0;

}
.topoCabecalho1{
    width:20%;
    height: 45px;
}
.topoCabecalho2{
    width:100%;
    height: 20px;
    top:0px;
    left:0;
}
.topoCabecalho5{
    top:0px;
    left:35px;
    height: 38px;

}
.topoCabecalho4{

}
.topoCabecalho6{
    top:0px;
    right: 10px;
    height: 80px;
}
.topoCabecalho7{
    top:52px;
    right:5px;
}
.bottomDivClass{
    height:25px;
}
.bottomClockClass{
    font-size: 8px;
    top:8px;
    right:10px;
}
.bottomCalenderClass{
    font-size: 9px;
    top: 6px;
    right:70px;
}
.bottomUnidadeClass{
    font-size: 9px;
    top: 7px;
    left:10px;
}
.bottomSessionClass{
    top:7px;
    right:220px;
    font-size: 9px;
}
.imagemBotao{
    border:none;
    height: 20px;
}
.imagemBotaoPequeno{
    border:none;
    height: 15px;
}

@media screen and (min-width: 1024px) {
    .divBotao{
        cursor: pointer;
        height:30px;
        width:140px;
        text-align:center;
        padding-top: 2px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 4px;
        font-size: 10pt;
        margin: 2px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color:white;
        background-color: #006699;
    }
}

@media screen and (max-width: 1023px) {
    .divBotao{
        cursor: pointer;
        height:30px;
        width:90px;
        text-align:center;
        padding-top: 2px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 4px;
        font-size: 10pt;
        margin: 2px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color:white;
        background-color: #006699;
    }
}

.divBotaoPequeno{
    cursor: pointer;
    height:15px;
    width:15px;
    display: inline-block;
    text-align:center;
}
#tresPontinhos{
    height: 25px;
    width: 25px;
    position:relative;
    top:-1px;
}
.cadastroMenuBO{
    height: 40px;
}
.imagemMenuBO{
    height: 50px;
}
.currencyType{
    width: 100px;
}
.decimalType{
    width: 120px;
}
.dateType{
    width: 100px;
}
.dateTypeMMYYYY{
    width: 100px;
}
.numberType{
    width: 100px;
}
.cepType{
    width: 120px;
}
.cpfType{
    width: 100px;
}
.cnpjType{
    width: 140px;
}
.automobileLicensePlateType{
    width: 100px;
}
.ufType{
    width: 30px;
}
.hourType{
    width: 48px;
}
.hourTypeNoLimit{
    width: 70px;
}
.telephoneType{
    width: 115px;
}

.chamadaMenu{
    top:43px;
    left:50px;
}
.openMenu{
    position: relative;
    top:-15px;
    height: 30px;
    left: -50px;
    cursor: pointer;
}

input[type=button]{
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #A3A09B;
    font-size:11px;
    border-radius: 3px;
    background-repeat: no-repeat;
    color:black;
    background-size: 20px;
    background-position-y: 2px;
}

input[type=text]{
    padding-left: 3px;
    width:400px;
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:10pt;
    color: #000000;
    background-color: #f5f5f5;
    height: 23px;
    font-size:10pt;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    border: 1px solid #acacac;
}

textArea{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background-color: #f5f5f5;
}

.loginInput{
    padding-left: 40px;
}
input[type=file]{
    width:400px;
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:10pt;
    color: #000000;
    background-color: #efefef;
    height: 23px;
    border: 1px solid #acacac;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}
input[type=password]{
    padding-left: 3px;
    width:400px;
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: #efefef;
    height: 23px;
    font-size:10pt;
    border: 1px solid #acacac;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

.caixaCampoObrigatorio
{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:10pt;
    border: 1px solid #acacac;
    background-color: #FFFFFF;
    width: 80%;
}

.caixaCampoObrigatorioTextArea
{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:10pt;
    color: #000000;
    border: 1px solid #aa0000;
    background-color: #FFFFFF;
    height: 50px;
}

.caixaComboCampoObrigatorio
{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:10pt;
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    width: 80%;
}

select {
    width:403px;
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    background-color: #f5f5f5;
    height: 26px;
    font-size:10pt;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

.tabela
{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:10pt;
    background-color: #000000;
}
.TITULO
{
    font-family: arial, verdana;
    font-weight: bold;
    font-style: normal;
    font-size: 10pt;
    color: #0000cc;
}
.tabelaPesquisa
{
    font-family: arial, verdana;
    font-weight: bold;
    font-style: normal;
    font-size:10pt;
    background-color: #3e9cf9;
    color:#ffffff;
}

.tituloTabela
{
    font-family: arial, verdana;
    font-weight: bold;
    font-style: normal;
    font-size:10pt;
    background-color: transparent;
    color:#ffffff;
    /*background-image:url('../imgs/fundoTituloTabela.jpg')*/
}

.linkApp:link {
    text-decoration: none;
    color: #000000;
}
.linkApp:visited {
    text-decoration: none;
    color: #000000;
}
.linkApp:active {
    text-decoration: none;
}
.linkApp:hover {
    color: #000000;
}

.linkTitulo:link {
    text-decoration: none;
    color: #ffffff;
}
.linkTitulo:visited {
    text-decoration: none;
    color: #ffffff;
}
.linkTitulo:active {
    text-decoration: none;
    color: #ffffff;
}
.linkTitulo:hover {
    color: #ffffff;
}
.TreeView LI
{
    padding: 4px 0px 0px 16px;
    float: left;
    width: 100%;
    list-style: none;
    background-color:transparent;
}

LI.Expanded
{
    background: url(../imgs/botaoMinus.jpg) no-repeat left top;
    background-color:transparent;
    padding: 17px 0px 0px 16px;
    position:relative;
    color:RGB(24,113,131);
    font-weight:bold;
}

LI.Expanded ul
{
    display: block;
    background-color:transparent;
    background: url(../imgs/botaoMinus.jpg);
    padding: 0px 0px 0px 0px;
    color:RGB(24,113,131);
    font-weight:bold;
}

LI.Collapsed
{
    background: url(../imgs/botaoPlus.jpg) no-repeat left top;
    background-color:transparent;
    height:25px;
    color:RGB(24,113,131);
    padding: 0px 0px 0px 16px;
    font-weight:normal;
}
.dados{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size: 9px;
    text-decoration: none;
    color: black;
    background-color: #ffffff;
}

.relatorio{
    font-family: "Trebuchet MS",verdana,"DejaVu Sans",Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 9px;
    text-decoration: none;
    background-color: #ffffff;
}
.tdProntuario{
    border: 1px solid black;
}


LI.Collapsed ul
{
    display: none;
    height:25px;
    color:RGB(24,113,131);
    padding: 0px 0px 0px 16px;
}
li
{
    background-color:transparent;
}
.vencidoDivClass{
    position:absolute;
    top:115px;
    right:40px;
}
.posicaoPesquisaAjax{
    position: relative;
    z-index:100000;
}
.corpoCabecalho{
    width:100%;
    height:15px;
    background-color:transparent;
    border-bottom:2px solid black;
    text-align:left;
    position: relative;
    top:-2px;
}
.vencidoDivClass{
    position:absolute;
    top:115px;
    right:40px;
}
.reportColumn{
    font-size:13px;
    background-color: black;
    color:white;
    border: 1px solid black;
}
.tituloTabela
{
    font-family: arial, verdana;
    font-weight: bold;
    font-style: normal;
    font-size:13px;
    background-color: RGB(25,25,112);
    color:white;
    margin: 3px 3px 3px 3px;
    /*    background-image:url('../imgs/fundoTituloTabela.jpg')*/
    /*background-image:url('../imgs/fundoTituloTabela.jpg')*/
}

.excluirItemTabela{
    background-image:url("../imgs/deleteButton.jpg");
    height:25px;
    width:25px;
    border: 1px solid black;
    font-size:13px;
    color:black;
}

.OkButton{
    background-image:url("../imgs/buttons/okButton.png");
    height:25px;
    width:140px;
    border: 1px solid black;
    font-size:13px;
    color:black;
}

.tableGridRelatorio{
    background-color: white;
}
.radioButton{
    height: 7px;
    width: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    outline: 0;
    vertical-align: central;
    border: 2px solid black;
}
.checkboxApp{
    height: 25px;
    width: 17px;
}
.divCorpoRelatorio{
    background-color: white;
}

.itemMenu{
    text-align:left;
    color:white;
}
.aba
{
    height:35px;
}

.searchLegend{
    background: #0080FF;
    text-align: left;
    white-space:nowrap;
    font-weight: lighter;
    margin: -5px;
    padding: 5px;
    display: block;
    width: 100%;
    height: 15px;
    margin-bottom: 5px;
    font-family: Tahoma;
    outline: 0;
    color: white;
    border: 2px solid #afafaf;
    font-family: arial, verdana;
    font-weight: bold;
    position: relative;
    left:-2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.searchFieldset{
    width: 96%;
    outline-color: #336699;
    outline-style: none;
    outline-width: 0;
    text-align: left;
    background-color: #bababa;
    color:black;
    font-weight: bold;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border: 1px solid #cccccc;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.legendType
{
    background: #ddd0aa;
    text-align: left;
    white-space:nowrap;
    font-weight: lighter;
    margin: -5px;
    padding: 5px;
    display: block;
    width: 100%;
    height: 15px;
    margin-bottom: 5px;
    font-family: Tahoma;
    outline: 0;
    color: black;
    border: 2px solid #afafaf;
    font-family: Arial, Verdana;
    font-weight: bold;
    position: relative;
    left:-2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.legendTypePrint
{
    background: #dadada;
    text-align: left;
    white-space:nowrap;
    font-weight: lighter;
    margin: -5px;
    padding: 5px;
    display: block;
    width: 100%;
    height: 15px;
    margin-bottom: 5px;
    font-family: Tahoma;
    outline: 0;
    color: black;
    font-family: arial, verdana;
    font-weight: bold;

}

fieldset
{
    width: 96%;
    outline-color: #336699;
    outline-style: none;
    outline-width: 0;
    padding: 5px;
    text-align: left;
    background-color: #ebeae9;
    border: 1px solid #acacac;
    font-weight: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.divFixedTable
{
    width: 96%;
    padding: 5px;
    text-align: left;
    background-color: #efefef;
    border: 1px solid #acacac;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
}

.legend{
    color:black;
    background-color: white;
}

.showSearchGrid_title{
    background-color: #0080FF;
    color:white;
    width:100%;
    border: 1px solid #aaa;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    height: 29px;
}
.showSearchGrid_bodyText
{
    margin-top: 3px;
    background-color: #7a7a7a;
    color:white;
    width:100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 4px;
}

.showSearchGrid_bodyTextInner
{
    background-color: transparent;
    color:white;
    height: 25px;
    display:table-cell;
    vertical-align: middle;
    width: 100%;
}

.showInfoGrid_title{
    height: 15px;
    background-color: #508097;
    border-color: #508097;
    padding-bottom: 5px;
    border: 0px;
    text-align: center;
    z-index: 0;
    position: relative;
    color: white;
    width:100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
}


.tableColumn
{
    font-family: Arial, Verdana;
    font-weight: bold;
    font-style: normal;
    /*    background-color: #DDDFE7;*/
    background-color: #CCCED6;
    /*    background-color: #006699;*/
    color:black;
    margin: 3px 3px 3px 3px;
    padding: 3px;
    border-bottom: 3px solid black;
    height: 19px;
}

.tableColumnImpressao
{
    font-family: arial, verdana;
    font-weight: bold;
    font-style: normal;
    color:black;
    padding: 0px;
    background-color: transparent;
    border: 1px solid #555;
}

.tableColumnPrint
{
    font-family: arial, verdana;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    background-color: transparent;
    color:black;
    margin: 3px 3px 3px 3px;
    padding: 3px;
    border-bottom: 1px solid black;
}
.tableRow
{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    background-color: black;
    color:black;
    margin: 3px 3px 3px 3px;
}
.tableElement
{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:13px;
    color:black;
    margin: 3px 3px 3px 3px;
    padding: 3px;
}

.tableElementImpressao
{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:13px;
    color:black;
    border: 1px solid #555;
    padding: 0px;
}

.PanelGridApp
{
    background-color: transparent;
    display: inline-block;
    padding-bottom: 10px;
}


textArea
{
    width:100%;
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:13px;
    color: #000000;
    border: 1px solid #777777;
    background-color: #FFFFFF;
    z-index:0;
    height: 70px;
}

.breakhere {
    page-break-before: always
}

.tituloAplicativo{
    font-size:13px;
    text-align:left;
    right:150px;
    color:black;
    background-color: transparent;
    font-family: verdana;
    font-weight: bold;
    z-index: 400;
    position: absolute;
    top: 83px;
}
.tituloAplicativo2{
    font-size:13px;
    text-align:left;
    right:150px;
    color:white;
    background-color: transparent;
    font-family: verdana;
    font-weight: bold;
    z-index: 400;
    position: absolute;
    top: 81px;
}

TITLE
{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:13px;
    text-decoration: none;
    background-color: transparent;
}

td
{
    font-weight: normal;
    font-family: arial, verdana;
    font-style: normal;
    font-size:13px;
    text-decoration: none;
    background-color: transparent;
    color: black;
    padding: 3px;
}

BODY
{
    font-family: arial, verdana;
    font-weight: normal;
    font-style: normal;
    font-size:13px;
    text-decoration: none;
    /*    background-color: #d0d0d0;*/
    background-color: #f9f9f9;
    line-height: normal;
    -webkit-backface-visibility: hidden;
    padding: 0;
    width: 100%;
}
html{
    padding: 0;
    width: 100%;
}

A:link {
    text-decoration: none;
    font-weight: normal;
    color: black;
}
A:visited {
    text-decoration: none;
    font-weight: normal;
    color: black;
}
A:active {
    text-decoration: none;
}
A:hover {
    color: #0000a0;
}

.imgDataTime{
    position:relative;
    top:5px;
    left:-5px;
    cursor: pointer;
    height: 20px;
}

.btnMesAno {
    width: 88px;
    font-family: arial, verdana, sans-serif;
    font-size:13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background-color: #F0EEE4;
    line-height: normal;
    clear: none;
    float: none;
    border-top: 1px solid white;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid white;
    font-style: normal;
}


#calendarDiv{
    position:absolute;
    width:305px;
    border:1px solid #2288bb;
    padding:1px;
    background-color: #FFF;
    font-family:arial;
    font-size:13px;
    padding-bottom:20px;
    visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
    float:left;
    font-size:13px;
    font-family: 'Arial';
    background-color: #2288bb;
    color: #ffffff;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{

    line-height:11px;
    padding:1px;
    cursor:pointer;
    padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{
    line-height:11px;
    padding:1px;
    cursor:pointer;
    padding-left:2px;
}

#calendarDiv td{
    padding:3px;
    margin:0px;
    font-size:13px;
    color:black;
}

#calendarDiv .selectBox{
    border:1px solid #E2EBED;
    color: #E2EBED;
    position:relative;
}
#calendarDiv .selectBoxOver{
    border:1px solid #FFF;
    background-color: #2288bb;
    color: #FFF;
    position:relative;
}
#calendarDiv .selectBoxTime{
    border:1px solid #2288bb;
    color: #2288bb;
    position:relative;
}
#calendarDiv .selectBoxTimeOver{
    border:1px solid #216072;
    color: #216072;
    position:relative;
}

#calendarDiv .topBar{
    height:16px;
    padding:2px;
    background-color: #2288bb;
    color:black;
}
#calendarDiv .activeDay{	/* Active day in the calendar */
    color:#FF0000;
}
#calendarDiv .todaysDate{
    height:17px;
    line-height:17px;
    padding:2px;
    background-color: #E2EBED;
    text-align:center;
    position:absolute;
    bottom:0px;
    width:301px;
    color:black;
}
#calendarDiv .todaysDate div{
    float:left;
    color:black;
}

#calendarDiv .timeBar{
    height:17px;
    line-height:17px;
    background-color: #E2EBED;
    width:72px;
    color:#FFF;
    position:absolute;
    right:0px;
}

#calendarDiv .timeBar div{
    float:left;
    margin-right:1px;
    color:black;
}


#calendarDiv .monthYearPicker{
    background-color: #E2EBED;
    border:1px solid #AAAAAA;
    position:absolute;
    color: #2288bb;
    left:0px;
    top:15px;
    z-index:100;
    display:none;
}
#calendarDiv #monthSelect{
    width:100px;
    color:black;
}
#calendarDiv .monthYearPicker div{
    float:none;
    clear:both;
    padding:1px;
    margin:1px;
    cursor:pointer;
    color:black;
}
#calendarDiv .monthYearActive{
    background-color:#2288bb;
    color: #E2EBED;
}

#calendarDiv td{
    text-align:right;
    cursor:pointer;
    color:black;
}

#calendarDiv .topBar img{
    cursor:pointer;
    color:black;
}
#calendarDiv .topBar div{
    float:left;
    margin-right:1px;
    color:black;
}
.tabEnabled{
    padding-left:5px;
    font-weight:bold;
    text-align:left;
    color:#000;
    cursor:pointer;
    display: inline-block;
    width: 300px;
}

.tabDisabled{
    padding-left:5px;
    font-weight:normal;
    text-align:left;
    color:#000;
    cursor:pointer;
    display: inline-block;
    opacity: 0.7;
    width: 300px;
}
.tabMarker{
    border:1px solid #555555;
    display: inline-block;
    width: 13px;
    height: 13px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    outline: 0;
}

.tabMarkerEnabled{
    border:1px solid #555555;
    display: inline-block;
    width: 13px;
    height: 13px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    outline: 0;
    background-color: #555555;
}

.botaoApp{
    height:27px;
    width:120px;
    font-size:11px;
    background: #E7E4DE;
    border-radius: 3px;
    background-repeat: no-repeat;
    color:black;
    background-size: 20px;
}

.saveButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/saveButton.png?3");
}

.faturaButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/invoice.png?3");
}

.documentoButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/documento.png?3");
}

.efetuarUploadlButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/enviarButton.png?3");
}

.loginButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url('../imgs/buttons/openLockButton.png?3');
}

.roboButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url('../imgs/robot.png?3');
}
.comuncateButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url('../imgs/buttons/comunicateButton.png?3');
}

.mapButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url('../imgs/buttons/mapButton.png?4');
}

.gpsButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/gpsButton.png?3");
}
.excelButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/excelButton.png");
}

.msWordButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/msWordButton.png?3");
}

.deleteButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/deleteButton.png?3");
}

.uploadButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/uploadButton.png?3");
}

.addButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/addButton.png?3");
}

.filhoButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/filhoButton.png?3");
}

.closeButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/closeButton.png?3");
}
.personButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/personButton.png?3");
}
.searchButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/searchButton.png?3");
}
.eraserButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/eraserButton.png?3");
}


.limparButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/eraserButton.png?3");
}

.enviarButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/enviarButton.png?3");
}

.voltarButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/voltarButton.png?3");
}

.listButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/listButton.png?3");
}

.sleepingButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/sleepingButton.png?3");
}

.stopButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/stop.png?3");
}
.printButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/printButton.png?4");
}
.openLockButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/openLockButton.png?3");
}
.leftArrowButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/leftArrowButton.png?3");
}
.rightArrowButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/nextButton.png?3");
}
.closeLockButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/closeLockButton.png?3");
}
.excluirItemIsolado{
    height:24px;
    width:23px;
    background: #E7E4DE;
    background-image:url("../imgs/buttons/deleteButton.png?3");
}
.downloadButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/uploadButton.png?2");
}
.openCloseLockButton{
    background: #E7E4DE;
    height:27px;
    width:120px;
    background-image:url("../imgs/buttons/openCloseLockButton.png?3");
}

.showButton{
    width:96%;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}