 @-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg); } }


	.ent-loader {
  width: 100%;
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto; }
  .ent-loader:not(.ent-content-block) {
    z-index: 1035; }
  .ent-loader .ent-loader-bg {
    background-color: #FFF;
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
  }
  .ent-loader .ent-spinner {
      background-color: transparent;
      width: 50px;
      height: 50px;
      border: 2px solid #00b7f1;
      -webkit-animation: pace-spinner 1s linear infinite;
      animation: pace-spinner 1s linear infinite;    
      z-index: 1;
      position: absolute;
      top: 45%;
      right: 0;
      bottom: 0;
      left: 45%;
      border-radius: 50%;
      border-top-color: #EEE;
      border-left-color: #EEE;
    }
    .cal-month-view 
      .cal-header .cal-cell:hover{
        background-color: whitesmoke;
      }
      .cal-cell-row .cal-cell:hover{
        background-color:#5fd5fa;
        /* opacity: 0.7 !important; */
      }
      .bg-force-wfh {
        /*set as wfh--Light blue with hatching*/
        background-image: linear-gradient(45deg, #5fd5fa 35.71%, #00b7f1 35.71%, #00b7f1 50%, #5fd5fa 50%, #5fd5fa 85.71%, #00b7f1 85.71%, #00b7f1 100%);
        background-size: 9.90px 9.90px;
      }
      .bg-choose-wfh{
        background-color: #00B7F1;
      }
    
      .bg-grey  {
        /*not applicable*/
          background-color:#CED8DF;
          /* opacity: 0.5 !important; */
      }
    
      .bg-not-available{
        /*Not Available (leave applied) */
        background-color: #CED8DF;
      }
    
      .bg-inOffice {
        /*in-office*/
        background-color: #576b76;
      }
    
      /* .cal-day-cell.cal-out-month .cal-day-number{
            opacity: 1 !important;
        }  */

      /* .cal-day-cell .cal-day-number{ */
          /* opacity: 1 !important; */
          /* color: white !important;         */
        /* } */
        .btn-outline-secondary:hover{
          color: white !important;
        }

    .fill-height {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
    }
    .cn-ico-check-status{
      font-size: 13px;
      position: absolute;
      right: 20px;
  }
  .cellActive .cal-cell-top{     
    background: #E5F7FD;
    border: 2px solid #00B7F1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;   
  }
  .appUserAdmin .cellActive .cal-cell-top .cal-cell-top-text{
    color:#576B76;
  }
  .appUserAdmin .cellActive .cal-cell-top:before{
    color:#576B76 !important;
  } 
  .appUserAdmin .cellActive .cal-cell-top .cal-day-number{
    color:#576B76 !important;
  }
  .appUserAdmin .cellActive{
    background-color: #FFF !important;
  }
  
#changeStatusDifferentLocation{
  max-width: 300px;
  padding: 0 12px;
  padding-bottom: 20px;    
  line-height: 24px;
  font-family: "SourceSansPro-SemiBold";
  font-size: 15px;
  text-align: center;
  white-space: pre-wrap;   
  color: #576b76    
}
#changeStatusDifferentLocation  a{   
  text-decoration: underline;
  color: #00b7f1;
  cursor: pointer;
}
#changeStatusDifferentLocation.changeStatusDifferentLocationSelected a{
  color: #576b76
}
#changeStatusDifferentLocation a:focus{
  outline: 1px solid #576b76;
  outline-style: auto;
  padding: 4px;
 }
 #statusChangeBtnGroup .mat-dialog-content{
  overflow-x: hidden;
}
#statusChangeBtnGroup .mat-button-toggle-checked .cn-ico-check-status{
  color: #00b7f1;
}
#statusChangeBtnGroup .form-field{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
#statusChangeBtnGroup .form-field .mat-form-field-label-wrapper{
  top: -26px;  
}
#statusChangeBtnGroup .form-field .mat-form-field-label-wrapper label{
  font-size:16px;
}
#statusChangeBtnGroup .mat-form-field-infix::after{
  top:10px;
  right:10px;
  content: "\e807" !important;
}
#statusChangeBtnGroup .statusChangeAlertMessage{
  color: #576b76;
  font-size: 15px;
  font-family: "SourceSansPro-Regular";
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.info-area .ent-loader.ent-content-block{
	right: 0 !important;
}