/*
Custom css
*/


.bg-image{
	 background: url(../img/bg-4.jpg) no-repeat left center fixed; 
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	  opacity: 0.9;
}

.nowrap { 
	white-space: nowrap; 
	vertical-align : middle !important;
}

.highlight {
    background-color: cornflowerblue !important;
	color: white !important;
}

.table .thead-primary th {
	color: white;
	background-color: #448bff;
	border-color: #343a40 !important; }