#footer {
	 background-color:		#f8f9fa;
}

#header-border {
	border-bottom-color:	#1b22ff;
	border-bottom-style:	solid;
	border-bottom-width:	5px;
	border-top-color:		#ffea00;
	border-top-style:		solid;
	border-top-width:		3px;
	height:					25px;
}

.btn-sal {
	border-radius:		10px;
}

.btn-sal-1, .btn-sal-1:hover {
	background-color:	#1B22FF;
	border-color:		#ffea00;
	border-radius:		10px;
	border-width: 		3px;
	color:				#fff;
}

.btn-sal-2, .btn-sal-2:hover {
	background-color:	#ffea00;
	border-color:		#1B22FF;
	border-radius:		10px;
	border-width: 		3px;
	color:				#1B22FF;
}

.btn-sal-3, .btn-sal-3:hover {
	background-color:	#a00;
	border-color:		#000;
	border-radius:		10px;
	border-width: 		3px;
	color:				#fff;
}

.table-responsive td, .table-responsive th {
	white-space:	nowrap;
}

input::-webkit-datetime-edit {
	display:	block;
	padding:	0;
}
