body {
	background-image: url("bg.jpg");
  
    background-color: #e8e8e8;
	margin: 0px;
	font-family: verdana;
}

h4 { background-color:#fff; }
.cab1 {
	background-color:#4682B4;
	width:100%;
	height:55px;
	float:left;
	text-align: center;
	font:16px Verdana;
	color:white;
	display: flex;  align-items: center;
}	

.cab1_int1 {
	width:100px;
	height:55px;
	float:left;
	text-align: left;
	font:16px Verdana;
	display: flex;  align-items: center;
}

.cab1_int2 {
	width:90%;
	height:55px;
	float:left;
	text-align: center;
	font:16px Verdana;
	display: flex;  align-items: center;
}
.cab1_int3 {
	width:10%;
	height:55px;
	float:left;
	text-align: right;
	font:12px Verdana;
	display: flex;  align-items: center;
}


.interna {
width: 100%;
        height: 90%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
}

.login {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #B0C4DE; /* For browsers that do not support gradients */
    background-image: linear-gradient(#B0C4DE, #e8e8e8);
	width: 350px;
    height: 350px;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	font:12px Verdana;
	
}


select, input[type=password], input[type=text], input[type=textarea] {
  width: 350px;
  padding: 5px 5px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonexit {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}
/* Tip: use width: 100% for full-width buttons */

        /*css global tabela*/
        .full_table_list{
			border-collapse: collapse;
			
			}
        td {
			padding:5px;
		} 
        /*colocando bordas nas linhas*/
        .full_table_list tr{border:1px #e8e8e8 solid;}
         
        /*Definido cor das linhas pares*/
        .full_table_list tr:nth-child(even) {background: #FFF}
         
        /*Definindo cor das Linhas impáres*/
        .full_table_list tr:nth-child(odd) {background: #ccc}