*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	margin: 0;
	font-family: 'Arial';
}

.tab{
	overflow: hidden;
	border: 1px solid #CCC;
	background-color: #333;
	margin-bottom: 10px;
}

.tab button{
	background-color: inherit;
	float: left;
	color: #F2F2F2;
	text-align: center;
	border: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

.tab button:hover{
	background-color: #DDD;
	color: black;
}

.tab button.active{
	background-color: #CCC;
	color: #303030;
}

.div-devices{
	margin-top: 10px;
}

fieldset{
	padding-top: 10px;
	padding-bottom: 10px;
}

table{
	border-collapse: collapse;
	width: 100%;
	border: none;
	font-size: 15px;
}

table th, table td{
	text-align: left;
	padding: 10px;
	border: none;
}

table tr{
	border-bottom: 1px solid #DDD;
}

table .header, table tr:hover{
	background-color: #F1F1F1;
}

.search{
	background-image: url('img/search-icon.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	width: 100%;
	border: 1px solid #DDD;
	padding: 10px 20px 10px 40px;
}

#cmds{
	width:110px;
	height:100%;
	float:left;
}

#cmds button{
	width: 100px;
	margin: 2px 2px 2px 2px;
	float: left;
	text-align: center;
	border: 1px solid black;
	cursor: pointer;
	padding: 5px 5px;
	font-size: 17px;
}

#div_ret{
	position:absolute;
	top:60;
	left:110;
	width:70%;
	height:300px;
	float:left;
	margin-left:10px;
	z-index:1;
}

#return{
	width:100%;
	height:300px;
}

#loader{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	border: 10px solid #F3F3F3;
	border-top: 10px solid #3498DB;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
	display: none;
}

@keyframes spin{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#submit_json{
	display:none;
}

#bt_commands_download_res{
    background-image: url(img/download-icon.png);
    background-color: transparent;
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    height: 25px;
    padding-left: 25px;
    vertical-align: middle;
}

.users{
	overflow: auto;
}

.delete_user{
    background-image: url(img/delete-icon.png);
    background-color: transparent;
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    height: 25px;
    padding-left: 25px;
    vertical-align: middle;
}

.get_bio_user{
    background-image: url(img/BIOMETRIA2.png);
    background-color: transparent;
    background-repeat: no-repeat; 
    border: none;
    cursor: pointer;
    height: 25px;
    padding-left: 25px;
    vertical-align: middle;
}

.tab_config{
	background-color: #CCC;
	height: 40px;
}

.tab_config button{
	border: 1px solid #CCC;
	transition: 0.3s;
	background-color: #CCC;
	background-repeat: no-repeat; 
	cursor: pointer;
	height: 35px;
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 2.5px; 
	border-radius: 5px;
}

.tab_config button:hover{
	border: 1px solid #FFF;
}

#bt_new_user{
	float: left;
	width: 75px;
}

#bt_new_user:hover{
	background-color: #CCC;
}

#bt_atualizar_users{
	float: left;
	background-image: url('img/atualizar-icon.png');
	background-position: center;
	width: 35px;
}

#bt_atualizar:disabled, button[disabled]{
	cursor: not-allowed;
}

#lb_total_users{
	float: right;
	margin-top: 10px; 
	margin-right: 20px; 
	font-weight: bold;
	font-size: 15px;
}

#lb_nro_total_users{
	float: right;
	margin-left: 5px; 
	margin-right: 5px; 
	margin-bottom: 10px; 
	width: 20px;
	height: 20px;
}
