body.modal-open {
    overflow:visible;
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
.errorTemplateStyle { background-color: whitesmoke;}
.incorrectPassword{
    color:#F90000;
    font-style: italic;
    font-size:12px;
    margin-top:-15px;
}
.indexPageTemplate {
    background-color: #fff;
}
.topBanner{
    height:50px;
    background-color: #fff;
    color:blue;
    -webkit-box-shadow: inset -3px -18px 37px -16px rgba(122,122,122,0.58);
    -moz-box-shadow: inset -3px -18px 37px -16px rgba(122,122,122,0.58);
    box-shadow: inset -3px -18px 37px -16px rgba(122,122,122,0.58);
}
.floatLeft{float: left;}
.padding20{padding:20px;}
.loginLink{
    background-color: rgba(0, 0, 0, 0.54);
    color:white;
    width:100px;
    height:20px;
    margin-top: 10px;
    border-radius: 10px;
    text-align: center;
    margin-right:15px;
    cursor: pointer;
    border: solid 1px rgba(0, 0, 0, 0.65);
}
.loginLink:hover{
    background-color: rgba(57, 57, 57, 0.54);
}

.imgBG{
    background-color: #fff;
    height: 400px;
   -webkit-box-shadow: 5px 37px 77px -49px rgba(48,48,48,1);
-moz-box-shadow: 5px 37px 77px -49px rgba(48,48,48,1);
box-shadow: 5px 37px 77px -49px rgba(48,48,48,1);
}

.imgMain{
    height:inherit;
    background-size: cover;
    background-color: black;
    
/*    background: url(../images/slide-3a.jpg) no-repeat;*/
/*background-image: url("images/slide-3a.jpg")*/
}

.imgMain2{
     height: 400px;
     width: 100%;
}

.indexPageTemplate{
/*    position:relative;*/
}

.hidebutton{
    display: none;
}

.loginModal{
/*    position: absolute;*/
    top:300px;
    left:300px;
}

.formLogin{
    padding-top:20px;
}

.userNameInput,
.passwordInput{
    width:85%;
    border-radius: 0px;
}

.blueBtn{
   color: white;
   text-shadow: none;
   background-color: #4d90fe;
   border-radius: 0px;
   width:200px;
}

.blueBtn:focus,
.blueBtn:hover{
   color: white;
   text-shadow: none;
   background-color: #4480e3;
   border-radius: 0px;
}

.companyLogo{
     display:block;
    margin:auto;
}

.loginH2{
      color: gold;
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
    margin-bottom: 0px;
}

.iconIndex{
    font-size: 22px;
}
    
.moreDescriptionP{
    margin-top:20px;
}

.moreDescription{
/*    marin-top:20px;*/
    padding-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 40px;
}

.moreDescription>div>img{
    width:100%;
}
.moduleIndex{
    height: 100%;
}

.empApp,
.escortApp,
.adminApp{
    cursor:pointer;
}

.labelModuleIndexEmp,
.labelModuleIndexEscort,
.labelModuleIndexAdmin
{
    background: #fcfcfc;
}

.labelModuleIndex1{
    padding-top:10px;
    padding-bottom: 0px;
    padding-right:10px;
    padding-left:10px;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.labelModuleIndex2{
    padding-top:0px;
    padding-bottom: 10px;
    padding-right:10px;
    padding-left:10px;
      color: #000;
    display: block;
    font-size: 13px;
    font-weight: 300;
}

.footerIndex{
    text-align: right;
    color: #dee4eb;
    font-size: 12px;
    height: 40px;
    background: #4a5866;
    padding-right: 45px;
    padding-top: 10px;
}
.mainDivForgetPassword{
    margin-top: -10px;
}
.forgetPasswordLink{
    font-style: italic;
    color:blue;
}
.pointer{cursor: pointer;}
.invalidPasswordHeader{
    height: 30px;
    background-color: #4D90FE;
    color: white;
    padding: 0px;
    padding-top: 3px;
    padding-left: 10px;
}
.invalidText{font-size:15px;}
.invalidButton{margin-top:20px;}

.modalHeaderStyle
{
    padding: 0px !important;
    border-bottom: 1px solid #f0ad4e;
}

.headerCloseModal
{
    margin: 15px !important;
}

.login-footer-style
{
    padding-bottom: 0px;
}

.login-footer
{
  background-color: #464645;
  margin-right: -15px !important;
  margin-left: 0px !important; 
  color: white;
  padding-top: 5px;
}

.login-footer-style
{
  color: #DBBC24;
}
.login-footer-style:hover
{
  color: #ecf04e;
}
.login-footer-style:active
{
  color: #ecf04e;
}

.bgContainerLogin
{
  background-image: url("../images/slider2-v1.jpg");
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .card-title {
    margin-bottom: 0.75rem;
  }
  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }
  .card-text:last-child {
    margin-bottom: 0;
  }
  .card-link:hover {
    text-decoration: none;
  }
  .card-link + .card-link {
    margin-left: 1.25rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
  }
  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }
  .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
  }
  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-deck .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .card-deck .card {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-group > .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .card-group > .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
      border-bottom-left-radius: 0;
    }
  }
  .card-columns .card {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
    .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  .accordion > .card {
    overflow: hidden;
  }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
  }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
  }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion > .card .card-header {
    margin-bottom: -1px;
  }

.m-0 {
    margin: 0 !important;
  }
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  .m-1 {
    margin: 0.25rem !important;
  }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  .m-2 {
    margin: 0.5rem !important;
  }
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  .m-3 {
    margin: 1rem !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  .m-4 {
    margin: 1.5rem !important;
  }
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  .m-5 {
    margin: 3rem !important;
  }
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  .p-1 {
    padding: 0.25rem !important;
  }
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  .p-2 {
    padding: 0.5rem !important;
  }
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  .p-3 {
    padding: 1rem !important;
  }
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  .p-5 {
    padding: 3rem !important;
  }
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }

  .bg-colour1 {
      background-color: #ffc107 !important;
  }
  .bg-colour2 {
    background-color: #933ba59c !important;
}
.bg-colour3 {
    background-color: #187da0 !important;
}
.bg-colour4 {
    background-color: #ffc107 !important;
}
.bg-colour5 {
    background-color: #ffc107 !important;
}
.bg-colour6 {
    background-color: #ffc107 !important;
}
.bg-colour7 {
    background-color: #ffc107 !important;
}
/* Daily Operations CSS  */
.sos-alert-bg {
  background: #ffb100 !important;
}
.dashboard-alert-body {
  height: 14rem;
  overflow: auto;
}
.sos-alert-symbol {
  color: #00bcd4;
}
.sos-alert-progress {
  color: #00bcd4;
}
.tvor-alert-bg {
  background: #673ab7 !important;
}
.tvor-alert-symbol {
  color: #70ad2a;
}
.ds-alert-symbol {
  color: #673ab7;
}
.ps-alert-symbol {
  color: #ff9800;
}
.grs-alert-symbol {
  color: #009688;
}
.dgn-alert-symbol {
  color: #2196f3;
}
.progress-group {
  transition: transform 0.2s;
}
.progress-group:hover {
  transition-delay: 0.2s;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.icon-success {
  color: #2b8349;
}
.icon-danger {
  color: #b43d3c;
}
.icon-warning {
  color: #f6be14;
}
.icon-info {
  color: #43879b;
}
.icon-secondary {
  color: #9da2a8;
}
.icon-dark {
  color: #000000;
}
.custom-border-design {
  border-radius: 20px 3px;
}
.custom-bg-green {
  background: #00ff1f21;
  margin: 10px;
}
.custom-bg-yellow {
  background: #fff8a387;
  margin: 10px;
}
.custom-bg-primary {
  background: #7acddf26;
  margin: 10px;
}
.custom-bg-grey {
  background: #f769052e !important;
  margin: 10px;
}
.custom-bg-black {
  background: #00000012;
  margin: 10px;
}
.custom-bg-red {
  background: #ff02001a;
  margin: 10px;
}
.custom-widget-height {
  height: 120px;
}
.custom-setting-icon {
  margin-top: 10px;
  color: #73818f !important;
}
.custom-secondary-color {
  color: #ff6800;
}
.custom-secondary-border {
  border-left-color: #ff6800;
}
.custom-secondary-background {
  background-color: #ff6800;
}
/* Css END DAILY OPERATIONS  */

/* LOADER  */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END LOADER  */