/* Color 1 CEBBAE
Color 2 7DACD3
Color 3 527088 */


.bg-color-two {
	background: #6ea4d0 !important;
}

.bg-hover-color-two:hover {
	background: #6ea4d0 !important;
}

.bg-color-three {
	background: #527088 !important;
}

.bg-hover-color-three:hover {
	background: #527088 !important;
}

.bg-color-one {
	background: #CEBBAE !important;
}

.bg-hover-color-one:hover {
	background: #CEBBAE !important;
} 

.fg-color-one {
	color: #CEBBAE !important;
}

.clear-right {
	clear:right;
}

.smallinput {
	width: 50px;
}

input, select, .button {
	border-radius: 25px !important;
}

label {
	display:inline-block;
	min-width:100px;
	line-height:2em;
	vertical-align:middle;
}

label.spaced-right {
	min-width:240px;
}

.status-P {
	background-color: green;
	color: white !important;
}

.status-L {
	background-color: orange;
	color: white !important;
}

.status-A {
	background-color: red;
	color: white !important;
}

.cell-border {
	border: 1px solid black !important;
}

@media print {
	.d-none-print {
		display: none !important;
	}
}