body{
	background-color:#eaf4fc;
}

table {
	background-color:#fffffc;
}


.thead {
	color:#fffffc;
	background-color:#005243;
}

*:focus {
 box-shadow:none !important;
}

*:focus {
  outline: none !important;
}

.time-input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.time-input::-ms-expand{
	display: none;
}
