.nav-item .dropdown-menu {
  background: #2c3a4e;
}

.nav-item .dropdown-item {
  color: #ffffff;
}

.nav-item .dropdown-item:hover {
  background: #314056;
}

.no-border{
	border: none;
}

.form-control{
	background-color: #ccc;
}

.form-control-file:focus,.form-control:focus {
  background-color: #ccc;
}

.form-control:disabled, .form-control[readonly] {
	background-color:#777;
	border: none;
}

.alert-success, .alert-error{
	border-radius: 0px;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 9;
}

.showPointer{
	cursor: pointer;
}

.progress { position:relative; width:100%; }
.bar { background-color: #6eb774; width:0%; height:20px; }
.percent { position:absolute; display:inline-block; left:50%; color: #040608; margin-top: 7px;}

.tableColumnMaxWidth{
	width: 45%;
}

.page-link{
	background-color: #ccc;
	border-color: #e5e5e5;
	color: #555;
}

.card-dark{
	background-color: #121219;
	color: #fff;
}