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;
}

.linklimpo {
    text-align: justify;
    text-decoration: none;
}

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: #4B4843;
    background-attachment: fixed;
}

.divmessage {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    padding: 20px;
    background-color: #716750;
    color: #ffffff;
    -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: fixed;
    overflow: hidden;
    width:100%;
    height:99.5vh;
    margin: 0px;
    padding: 0px;
}

.divheader {
    position: relative;
    float: left;
    width:100%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.divlogo {
    position: relative;
    float: left;
    width: 100%;
    background-color: white;
    height: 5vh;
    font-size: 150%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.divinfo {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px 0px 2px 0px;
    width: 100%;
    background-color: #4B4843;
    color: white;
    font-size: 14px;
}

.divfaixa {
    float: left;
    width:100%;
    height:20px;
    /*padding-top:8px;
    margin-bottom:5px;*/
    background: #36a2eb;
    color: white;
    font-size: 14px;
    font-weight: bold;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.divbody {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
    float: bottom;
    overflow-x: hidden;
    overflow-y: hidden;
}

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

.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: #4B4843;
}


.divform {
    position: relative;
    overflow-y: scroll;
    resize: vertical;
    margin-left: auto;
    margin-right: auto;
    min-height: 60vh;
    height: 65vh;
    width: 100%;
    padding-left: 5px;
}

.divformup {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    height: 57vh;
    width: 100%;
    padding-left: 5px;
}

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

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

.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;
}

.divpainelpesquisa {
    position: relative;
    float: top;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}

.divresultadotabelahosp {
    /*position: relative;*/
    float: top;
    width: 82vw;
    height: 37vh;
    overflow: scroll;
    border-bottom: 1px solid #7f8fab;
}

.divresultadotabeladetalhado {
    position: relative;
    float: top;
    width: 100vw;
    height: 60vh;
    overflow: scroll;
    border-bottom: 1px solid #7f8fab;
}

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

.tabelaresultado th {
    padding-left: 2px;
    padding-right: 2px;
    height: 30px;
    text-align: center;
    background-color: #628281;
    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:30px;
}

.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: #4B4843;
    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:#60738a;*/
    background-color: #54524F;
}

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: #4B4843;
    width:110px;  
    height:17px;
    padding-top: 3px;
    
    text-align: center;
    display: inline-block;
}

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

.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 {
    color: #FFFFFF;	
}

.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;
}

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

.tabelaformproc th {
    background: #004B46;
    color: white;
    border: 1px solid #004B46;
    height: 20px;
}

.tabelaformproc td {
    border: 1px solid #004B46;
    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%;
}

.div_ui_tabs {

}

.ui-tabs {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
}

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

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;/*distancia do grupo de botoes entre top e left da div body*/
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 1px 1px 0; /*distancia entre botoes*/
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    background-color: #4B4843;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    font-size: 12px;
}

/*ABA ATIVA*/
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    /*list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 1px 1px 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;*/
    
    background-color: coral;
    /*border: 1px solid black;*/
}

.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;
}

/*FORM DOS MENUS ABAS*/
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    /*padding: 1em 1.4em; distancia entre a aba-body e a div-conteudo*/
    background: none;
}

.divconteudo2 {
    position: relative;
    height:70px;
    margin: 0px;
    padding-top: 2px;
    white-space: nowrap;
    color:white;
    font-weight: bolder;
    -moz-animation: showHide 0.6s ease-in alternate; /* Firefox */
    -webkit-animation: showHide 0.6s ease-in alternate; /* Safari and Chrome */
    -ms-animation: showHide 0.6s ease-in alternate; /* IE10 */
    -o-animation: showHide 0.6s ease-in alternate; /* Opera */
    animation: showHide 0.6s ease-in alternate;
}

@-webkit-keyframes showHide { /* Chrome, Safari */
    0% {width:0%}
    100% {width:100%;}
}

@-moz-keyframes showHide { /* FF */
    0% {width:0%}
    100% {width:100%;}
}

@-ms-keyframes showHide { /* IE10 */
    0% {width:0%}
    100% {width:100%;}
}

@-o-keyframes showHide { /* Opera */
    0% {width:0%}
    100% {width:100%;}
}

@keyframes showHide {
    0% {width:0%}
    100% {width:100%;}
}