
.type{
	width: 80px;
}

.centro{
	text-align: center;
}

/*new styles*/
.server-status{
	position: fixed;
	bottom: 10px!important;
	right: 10px;
	z-index: 10;
	background: white;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	background: #ffd17d;
	color: white;
}
.card-title code{
	color: #455a64;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	padding: 0;
	background: transparent;
	font-weight: bolder;
}
.item-data{
	background: #fafafa;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
}
.item-data b{
	float: left;
	margin-bottom: 20px;
}
.item-data h4{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 0px 20px;
	border-bottom: 1px solid #e9ecef;
}
.item-data h4:hover{
	color: #f62d51;
}
.active-section{
	background: rgb(233, 236, 239);
	padding: 10px;
}
.active-section input,
.active-section select{
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.15);
	padding: 5px;
}
.item-data h4 span{
	/*float: left;*/
}
.item-data h4 span span.icon{
	padding: 5px 10px;
	border-radius: 5px;
	background: #455a64;
	width: 30px;
	height: 30px;
	color: white;
	display: block;
	float: right;
	line-height: 22px;
	text-align: center;
}
.item-data h4:hover .icon{
	background: #f62d51;
}
.item-data h4 .icon.minus{
	background: #f62d51;
}
.item-data h4{
	padding-right: 50px;
}
.buttons-container{
	position: absolute;
	width: 100%;
	top:0px;
}
.buttons-container .label{
	padding: 10px;
	cursor: pointer;
	width: 100%;
	text-align: right;
	background: transparent;
	color: #455a64;
}
.progress{
	width: 100%;
}
.table-history .card-title{
	border-bottom: 1px solid #e9ecef;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.bottom-container .card{
	box-shadow: none;
	padding-bottom: 30px;
	margin-bottom: 30px;
	/*border-bottom: 1px solid #e9ecef*/
}
.bottom-container .card .card-body{
	padding: 0 0;
}
.bottom-container textarea{
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	width: 100%;
}
/*Responsive*/

@media (max-width: 480px){
	.table-history .card-body{
		padding: 5px;
	}
	.container-fluid{
		padding: 10px;
	}
	.item-data{
		padding: 5px 10px;
	}
	.item-data h4:hover .icon{
		background: #455a64;
	}
	.buttons-container{
		display: none;
	}
	.item-data h4{
		padding-right: 0px;
	}
	.active-section{
		display: block!important;
	}
	.active-section table thead{
		/*display: none;*/
	}
	.active-section table tr{
		display: flex;
		flex-direction: column;
	}
	.active-section table tr:first-child{
		display:none;
	}
	.active-section table tr td input,
	.active-section table tr td select{
		width: 100%;
	}
	.bottom-container button{
		width: 100%;
		margin-bottom: 20px;
	}
}
