/* Overrides of global/css/plugins*.css files */
.danger {
	color: #F44336 !important;
}

.warning {
	color: #F3C200 !important;
}

.success {
	color: #4CAF50 !important;
}

.info {
	color: #2E4376 !important;
}

.primary {
	color: #337ab7 !important;
}

.default {
	color: #bac3d0 !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	color: #fff;
	background: #337ab7;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
	color: #fff;
	background: #2E4376;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
	color: #fff;
	background: #4CAF50;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
	color: #fff;
	background: #F3C200;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
	color: #fff;
	background: #F44336;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	color: #444;
	background: #bac3d0;
}

/* Overrides of bootstrap-select.css */
.bootstrap-select.btn-group .dropdown-toggle .caret {
	top: 55%;
}

.bootstrap-select .caret {
	color: blue;
	font-weight: 900;
}

.bootstrap-select > .bs-placeholder .caret {
	color: rgb(51, 51, 51);
	font-weight: 300;
}

.bootstrap-select.btn-group.bs-container {
	z-index: 11000;
}

/* Overrides of global/css/plugins.css files */
.has-error .bootstrap-select .btn, .has-error-mandatoryPartner .bootstrap-select .btn {
	border-color: #D91E18;
}

.datepicker.dropdown-menu {
	border: 1px solid #b5b8bb;
	box-shadow: 5px 5px 5px rgba(85, 97, 111, 0.2);
	z-index: 9996;
}

div.blockUI.blockOverlay {
	background-color: #333 !important;
	opacity: 0.7 !important;
	filter: alpha(opacity=70) !important;
	z-index: 10050 !important;
}

div.blockUI.blockMsg {
	z-index: 10051 !important;
}

.modal-scrollable {
	overflow-y: auto !important;
}
