::-webkit-input-placeholder { /* Edge */
  color: #ddd !important;
}

.upper-head { 
	background-color: #1c4665 !important;
}

.upper-head2 { 
	background-color: #ffffff !important;
	background-image: none;
}

.upper-head2 a {
	color:#202d43;
	
}

.moduleheader { 
	background-color: #00BCB5 !important;
}

.moduleheader a {
	color:#202d43;
	
}

.splash {
	background-color: #004564 !important;
	color:#F4C121;
	
}

.bg-image {
  background-image: url('/3rdparties/style/mfb_splash.png') !important;
  max-width:50% !important;
  
}

.toplogo {
	background-image: url('/3rdparties/style/mfb_logo.svg') !important;
	width:200px;
	background-repeat: no-repeat;
	margin-left:10px;
	background-size:cover;
	display:flex;

}

.login-heading {
	color:#F4C121 !important;
}

.circle-tile-description, .text-icon {
	color:#202d43;
}

.table-warning2,
.table-warning2 > th,
.table-warning2 > td {
  background-color: #efa451;
}

.table-warning2 th,
.table-warning2 td,
.table-warning2 thead th,
.table-warning2 tbody + tbody {
  border-color: #d59c5c;
}

.table-hover .table-warning2:hover {
  background-color: #f7c763;
}

.table-hover .table-warning2:hover > td,
.table-hover .table-warning2:hover > th {
  background-color: #f7c763;
}