.error {
  color:#ce1414 !important;
}
.hide {
  display: none;
}
.hidden {
  display: none;
}
.error-alert {
  display: none; margin-top: 10px;
}
.group-error {
  border: 1px solid #e21212;
}
.card-min-height {
  min-height: 350px;
}

.err-msg .ui.red.message {
    position: fixed !important;
	text-align: center;
	width: calc(100vw - 50%);
    border: 1px solid #d76772;
    border-radius: 5px;
	padding: 10px;
  z-index: 99999;
  color: #721c24;
  top: 2%;
    left: 50%;
    transform: translate(-50%, 0);
    border-left-width: 6px;
}
.success-msg {
	position: relative;
	z-index: 1200;
}

.err-msg .ui.green.message {
	position: fixed !important;
    text-align: center;
    width: calc(100vw - 50%);
    border: 1px solid #7bca7d;
    border-radius: 5px;
    padding: 10px;
    background-color: #c8ec90;
    color: #2C662D;
    z-index: 99999;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0);
    border-left-width: 6px;
}

.no-border {
    border: 0px solid #000;
}
.font22 {
    font-size: 22px;
}
.mAuto {
    margin: auto !important;
}
.no-border {
    border: 0px solid #000;
}
.btn-default {
    background-color: #606A70;
    color: #fff;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 300;
    padding: 6px 20px;
}
.btn-gray {
    background-color: #606A70 !important;
}
.btn-green {
    border-color: #53B09A;
    color: #fff;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 300;
    padding: 6px 20px;
}
.btn-green {
    background-color: #53B09A !important;
}
label#Positionzipcode-error {
  position: absolute;
  bottom: -30px;
}

#applicantsDetailsModel .modal-content{
  background-color: #ffffff00 !important;
  border: 0px !important;
}


/** Loader and Overlay **/
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #007aab;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: fixed;
  z-index: 1052;
  left: 48%;
  top: 45%;
}

#loader {
  display: none;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.overlay2 {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
}

/* End */

.graySidebar {
  background-color: #a5a0a0;
  pointer-events: none;
  cursor: not-allowed;
}
.font-weight-title
{
	font-weight: 400;
}