/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28/07/2019, 14:31:32
    Author     : Eduardo
*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
}

span:hover {
    cursor: pointer; 
}

legend {
    font-weight:  bold;
}

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

/*h3 {
    display: block;
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #2596be;
}*/

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

.divmessage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    padding: 20px;
    background-color: #3ab4a6;
    color: #ffffff;
    box-shadow: 10px 14px 39px -6px rgba(0,0,0,0.58);
    width: 300px;
    text-align: center;
}

.divlogin {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    padding: 20px;
    width: 304px;
    min-height: 400px;
    background-color: #fff;
    -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);
    caret-color: transparent;
}

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

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

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

.linkbtverde:hover, .linkbtverde:active {
    background-color: #00FA9A;
}

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

.linkbtamarelo:hover, .linkbtamarelo:active {
  background-color: #FFD700;
}

.tabelalogin {
    width: 100%;
}

.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: #769FC0;
    color: white;
    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%;
    border-right: 1px solid #769FC0;
    background-color: #ffffff;
}

.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: 50px;
    padding-top: 5px;
    text-align: center;
    background-color: #769FC0;
    font-size: 14px;
    color: #fff;
}

.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;
    margin-left: auto;
    margin-right: auto;
    height: 59vh;
    width: 100%;
    padding-left: 5px;
}

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

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

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

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

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

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

.divresultadotabelau {
    position: relative;
    float: top;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 28vh;
    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: #6BA0D8;
    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;
}

input[type=button], input[type=submit], .btpadrao[type=button] {
    position: relative;
    border: none;
    background-color: #769FC0;
    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: #80B2C4;
}

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

.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;
    caret-color: auto;
    border-style: solid;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 0px rgba(66,66,66,.75);
}

.iptdatatb[type=date] {
    border: none;
    background: transparent;
    width: 100%;
    caret-color: auto;
}

.inputtextarea {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    font-size: 12px;
    caret-color: auto;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    resize: none;
}

.selectform {
    padding: 3px;
    font-size: 12px;
    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;
}

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

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

.iptFormDinheiro[type=text] {
    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%;
}
