.max-50 {
	max-width: 50% !important;
	width: 50% !important;
}
.mcil-from .form-group { display: flex !important;  }
.mcil-from .form-control.has-error, .has-error .form-control { border: 1px solid #f44336;   }
.help-error, .has-error label { color: #f44336;  }
.color-red {  color: #f44336 !important;  }
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.global-popup-loader {
    width: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: 0 auto; background: rgba(0,0,0,0.7); z-index: 99999; display: none;
}
.global-popup-loader-inner {
    width: 100%; margin: 0 auto; position: relative; left: 50%; top: 40%;
}
.customattachmentfile.multiplefile{ display: none;  }
.customattachmentfile.multiplefile.last{ display: inline-block;  }
.dynamic-uploaded-image { height: 150px; overflow: hidden; width: 100%; text-align: center; position: relative; }
.dynamic-uploaded-image img.imageThumb { width: auto; height: 125px; }
.dynamic-uploaded-image img.attachThumb {
    width: 40%; height: 125px;
}
.dynamic-uploaded-image img.deleteicon { width: 15px; height: 15px; }
.dynamic-uploaded-image .attachedfilename { display: block;  }
.dynamic-uploaded-image .attachedfiletitle { display: block;  }
span.dynamic-uploaded-image-remove.currentlyuploaded {
    position: absolute;
    top: 0;
    right: 10px;
    background: red;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.select2-container--default .select2-selection--single {
      height: 38px !important; background-color: #f4f7fc; border: 1px solid #e6e4e9;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px !important;  padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 36px !important;
}
.select2-container {
      display: block !important; width: 100% !important;
}
li.page-item.active span { background: #475066 !important;
    color: #fff !important;
    font-weight: bold;  }
.login-title {
  word-break: break-all;
}
.widget-22-body.bg-primary {
  background-color : #475066 !important ;
}
.widget-22-post-container .title {  color: #FFF !important; }
