/* .login-bg { background: #f00 !important;} */

.required span, .errorMessage, .error > .required, .help-block > .required, span.help-inline, .has-error .help-block, p.help-block 
{
    color: red !important;
}

::-moz-selection { background: #F69824; color: #222 }
::selection { background: #F69824; color: #222  }
.select2-container-multi .select2-choices
{
    overflow: visible !important;
}
.loader-overlay
{
	position: fixed;
	background: rgba(0, 0, 0, 0.63);
	top: 0;
	left: 0;
	height: 800px;
	width: 100%;
	z-index: 9999;
	padding-top: 200px;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
