body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
}

span:hover {
    cursor: pointer; 
}

legend {
    font-weight: bold;
}

.fieldsetA {
    margin-top: 12px;
    width: 78vw;
}

h4 {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #43655A;
}

.bodylogin {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffec85;
    background-attachment: fixed;
}

.divmensagem {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    padding: 20px;
    background-color: #ffec85;
    color: #000;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    text-justify: inter-word;
    font-size: 14px;
}

.divlogin {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vh;
    padding: 20px;
    width: 305px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.75);
}

.tabelalogin {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tabelalogin tr, .tabelalogin td {
    padding: 0px;
    height: 40px;
}

.divcontainer {
    position:absolute;
    overflow: hidden;
    width:100%;
    height:100%;
}

.divlogo {
    position: relative;
    float: top;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.divinfo {
    position: relative;
    float: top;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #ffec85;
    color: black;
    font-size: 14px;
}

.tabelainfo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.tabelainfo tr, .tabelainfo td {
    padding: 0px;
    height: 25px;
}

.tabelainfo a {
    text-decoration: none;
}

.divmenu {
    position: fixed;
    float: left;
    overflow: hidden;
    width: 15vw;
    height: 100%;
    background-color: #fff;
}

.divbody {
    position: relative;
    overflow: hidden;
    float: right;
    width: 84%;
    height: 100vh;
    padding-right: 5px;
    padding-left: 5px;
}

.divfooter {
    position: fixed;
    overflow: hidden;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    background-color: #ffec85;
    font-size: 14px;
    color: black;
}

.divform {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    resize: vertical;
    margin-left: 0px;
    margin-right: auto;
    width: 100%;
    padding-left: 0px;
}

.tabelaform {
    border-collapse: collapse;
    width: 99%;
    margin-right: auto;	
}

.tabelaform tr, .tabelaform td {
    padding: 0px;
    height: 30px;
}

.tabelaformamarelocampos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformamarelocampos th {
    background: #E6C649;
    color: white;
    border: 1px solid #E6C649;
    height: 20px;
}

.tabelaformamarelocampos td {
    border: 1px solid #f5f0dc;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.tabelaformamarelocampos tr:nth-child(odd) {
    background-color: #fcf5ed;
}

.tabelaformamarelocampos tr:nth-child(even) {
    background-color: #ffffff;
}

.tabelaformamarelocampos tr:hover {
    background-color: #a8e6cf;
}

.tabelaformvermelhocampos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformvermelhocampos th {
    background: #af583a;
    color: white;
    border: 1px solid #af583a;
    height: 20px;
}

.tabelaformvermelhocampos td {
    border: 1px solid #af583a;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.tabelaformvermelhocampos tr:nth-child(odd) {
    background-color: #edddd8;
}

.tabelaformvermelhocampos tr:nth-child(even) {
    background-color: #ffffff;
}

.tabelaformvermelhocampos tr:hover {
    background-color: #a8e6cf;
}

.tabelaformverdecampos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformverdecampos th {
    background: #22ab4e;
    color: white;
    border: 1px solid #22ab4e;
    height: 20px;
}

.tabelaformverdecampos td {
    border: 1px solid #22ab4e;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.tabelaformverdecampos tr:nth-child(odd) {
    background-color: #dcfae5;
}

.tabelaforverdecampos tr:nth-child(even) {
    background-color: #ffffff;
}

.tabelaformverdecampos tr:hover {
    background-color: #a8e6cf;
}

.tabelaformazulcampos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformazulcampos th {
    background: #575FE6;
    color: white;
    border: 1px solid #575FE6;
    height: 20px;
}

.tabelaformazulcampos td {
    border: 1px solid #575FE6;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.tabelaformazulcampos tr:nth-child(odd) {
    background-color: #e9f1f5;
}

.tabelaformazulcampos tr:nth-child(even) {
    background-color: #ffffff;
}

.tabelaformazulcampos tr:hover {
    background-color: #a8e6cf;
}

/*UTILIZADO EM ENTUBADOS*/
.tabelaformpretocampos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformpretocampos th {
    background: #fff;
    border: 1px solid #000;
    height: 20px;
}

.tabelaformpretocampos td {
    border: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
}

.divpesquisa {
    border-collapse: collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tabelapesquisa {
    border-collapse: collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tabelapesquisa tr, .tabelapesquisa td {
    padding: 0px;
    height: 30px;
}

.divresultado {
    position: relative;
    float: top;
    overflow: hidden;
}

.divresultadotabela {
    float: top;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tabelaresultado {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tabelaresultado th {
    padding-left: 2px;
    padding-right: 2px;
    height: 30px;
    text-align: center;
    background-color: #6b4180;
    color: white;
}

.tabelaresultado td {
    padding-left: 2px;
    padding-right: 2px;
}

.tabelaresultado tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.tabelaresultado tr:nth-child(even) {
    background-color: #C9CDC4;
}

.tabelaresultado tr:hover {
    background-color: #a5c4ce;
}

#btlogin {
    width:100%;
    height:25px;
}

/*.btvoid[type=button] {
    padding: 0px;
    border: none;
    background-color:Transparent;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:12px;
    text-decoration:none;
}*/

/*.btvoid[type=button]:hover {
    padding: 0px;
    border: none;
    background-color:Transparent;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:12px;
    text-decoration:none;
}*/

input[type=button], input[type=submit], .btpadrao[type=button] {
    position: relative;
    border: none;
    background-color: #9f64bd;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    width:110px;  
    height:20px;
}

input[type=button]:hover, input[type=submit]:hover, .btpadrao[type=button]:hover {
    background-color: #a03ed0;
}

input[type=button]:active, .btpadrao[type=button]:active {
    position:relative;
    top:1px;
}

.linkbt:link, .linkbt:visited {
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    color:#ffffff;
    background-color: #9f64bd;
    width:110px;  
    height:17px;
    padding-top: 3px;
    
    text-align: center;
    display: inline-block;
}

.linkbt:hover, .linkbt:active {
    background-color:#a03ed0;;
}

.inputlogin[type=text], .inputlogin[type=password]{
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    font-size: 14px;
    border-width: 0px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 0px rgba(66,66,66,.75);
}

.iptform[type=text], .iptform[type=password], .iptform[type=date] {
    box-sizing: border-box;
    padding: 3px;
    font-size: 12px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
}

.iptform[type=text], .iptform[type=password] {
    width: 100%;
}

.inputtextarea {
    box-sizing: border-box;
    padding: 3px;
    font-size: 12px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    resize: vertical;
    min-height: 200px;
}

.selectform {
    padding: 3px;
    font-size: 12px;
    position: relative;
    outline: none;
    width: 100%;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}

.linkinfo {
    background: #ba73dd;
    font-weight: bold;
    color: #fff;
}

.tabeladados {
    width: 100%;
    margin-left:auto;
    margin-right: auto;
}

/*.tabelaformespe {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformespe th {
    background: #4682B4;
    color: white;
    border: 1px solid #4682B4;
    height: 20px;
}

.tabelaformespe td {
    border: 1px solid #4682B4;
    padding-left: 5px;
    padding-right: 5px;
}



.tabelaformisol {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformisol th {
    background: #716750;
    color: white;
    border: 1px solid #716750;
    height: 20px;
}

.tabelaformisol td {
    border: 1px solid #716750;
    padding-left: 5px;
    padding-right: 5px;
}

.tabelaforminter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaforminter th {
    background: #989248;
    color: white;
    border: 1px solid #989248;
    height: 20px;
}

.tabelaforminter td {
    border: 1px solid #989248;
    padding-left: 5px;
    padding-right: 5px;
}

.tabelaformlista {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformlista th {
    background: #B55966;
    color: white;
    border: 1px solid #B55966;
    height: 20px;
}

.tabelaformlista td {
    border: 1px solid #B55966;
    padding-left: 5px;
    padding-right: 5px;
}

.tabelaformremo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformremo th {
    background: #A89783;
    color: white;
    border: 1px solid #A89783;
    height: 20px;
}

.tabelaformremo td {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #A89783;
}

.tabelaformobt {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.tabelaformobt th {
    background: #4B4843;
    color: white;
    border: 1px solid #4B4843;
    height: 20px;
}

.tabelaformobt td {
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #4B4843;
}*/

.ipttb[type=text], .ipttb[type=number] {
    border: none;
    background: transparent;
    width: 100%
}

.btincor {
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.iptform[type=text], .iptform[type=password] {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    font-size: 12px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
}

.divprocobt {
    width: 100%;
}

.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0px;
    border: 1px solid black;
}

.ui-tabs a {
    border: none;
    display:inline-block;
    /*color:#ffffff;*/
    color: black;
    font-size:12px;
    font-weight: bold;
    text-decoration: none;
    width: 115px;
    text-align: center;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

/*tab nao selecionada*/
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 1px 1px 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    border: 1px solid black;
    /*background-color: #4B4843;*/
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    font-size: 12px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 10px;
    padding-bottom: 1px;
    background-color: #ba73dd;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: default;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}