/* CSS Document */

body {
	font-family: verdana, arial, times;
	font-size: 11px;
	color: #000000;
	padding: 1px 3px 1px 3px;
	background-color: #F4F4F4;
}

.loading{
	display: none;
	background: #FFFFFF;
	position: absolute;
	width: 300;
	height: 200;
	top: 161;
	left: 564;
	text-align: center;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	color: silver;
	z-index: 3;
}

.loadingFrame{
	display: none;
	background: #FFFFFF;
	position: absolute;
	width: 300;
	height: 200;
	top: 150;
	left: 400;
	text-align: center;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	color: silver;
	z-index: 3;
}

.imgloading{
	padding-top: 15;
	font-family: arial;
	width:  65;
	height: 65;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 20;
    cursor: pointer;
}

.loader-block {
  position: absolute;
  top: 20%;
  left: 40%;
  margin:50px;
  width: 220px;
  height: 220px;
}

.stop{
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  font-size:30px;
  color: white;
}

.loader {
    width: 100%;
    height: 100%;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 2s linear infinite;
    box-sizing: border-box;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.menu {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.perfil {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-left: 10;
}

.border {
	border: #CCCCCC 1px solid;
}

.borderInternal {
	border: #999999 1px solid;	
}

.borderBottom {
    border-bottom: 1px solid #c0c0c0;
}

.borderTop {
    border-top: 1px solid #c0c0c0;
}

.label {
	font-family: Arial;
	font-size: 10px;
	color: #000066;
}

.text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.edit,
.edit100,
.edit100NoUpperCase,
.edit100UpperCase,
.edit100Navegation {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border: 1px solid #999999;
}

.edit100,
.edit100NoUpperCase,
.edit100UpperCase,
.edit100Navegation {
	width: 100%;
}

.edit100NoUpperCase {
	text-transform: lowercase;
}

.edit100UpperCase {
	text-transform: uppercase;
}

.edit100Navegation {
	height: 30px;
}

.readOnly {
	background-color: #FFFF99;
}

.readOnly2 {
	background-color: #eeeeee;
}

.panel {
	background-color: #DDDDDD;
}

.toolButton {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
}

.button {
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
}

.buttonSuspended {
	font-size: 11px;
    font-weight: bold;
	font-family: Arial,Verdana,Helvitica,sans-serif; 
	width:100%;
	height: 20px;
	border: 1px solid #000000;
	background-color: #b2b2b2;
}

.erro {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}

#divLogin {
	background: #FFFFFF;
	color: #FFFFFF;
	text-align: left;
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: 1px solid #C8C8C8;
}

.menuPrincipal #stylefour
{
    position: relative;
    display: block;
    height: 39px;
    font-size: 11px;
    font-weight: bold;
    background: transparent url(../imagens/bgOFF.gif) repeat-x top left;
    font-family: Arial,Verdana,Helvitica,sans-serif;
    border-top: 1px solid #666;
}


.menuPrincipal #stylefour ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

.menuPrincipal #stylefour ul li
{
    display: block;
    float: left;
    margin: 0;
}

.menuPrincipal #stylefour ul li a
{

    display: block;
    float: left;
    color: #666;
    text-decoration: none;
    padding: 11px 20px 0px 20px;
    height: 21px;
    background: transparent url(../imagens/bgDIVIDER.gif) no-repeat top right;
}

.menuPrincipal #stylefour ul li a:hover
{
    color:#800000;
    _height: 33px;
}

#box-simples-conferencia{
	position: absolute;
	top: 10%;
    left: 10%;
	opacity: 0.7;
    filter: alpha(opacity=70);
	z-index: 9999; /* número máximo é 9999 */
}

#box-simples-conferencia-demonstrativo{
	position: absolute;
	top: 40%;
    left: 40%;
	opacity: 0.7;
    filter: alpha(opacity=70);
	z-index: 9999; /* número máximo é 9999 */
}


.flutuante {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
  resize: both;
}

.flutuanteheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}

.closebtn {
  position: absolute;
  top: 2px;
  right: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}

.plusbtn {
  position: absolute;
  top: 2px;
  left: 30px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.plusbtn:hover {
  color: lightgrey;
}
.minusbtn {
  position: absolute;
  top: 2px;
  left: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.minusbtn:hover {
  color: lightgrey;
}
