.regReport td,
.regReport th {
   padding: 10px;
   text-align: center;
}

.regReport tbody tr:nth-child(odd) {
   background-color: #ddd;
}

.regReport tbody td:nth-child(3),
.regReport tbody td:nth-child(5),
.regReport tbody td:nth-child(8),
.regHead th:nth-child(3),
.regHead th:nth-child(5),
.regHead th:nth-child(8) {
   border-left: 1px solid #ccc;
}

.regHead {
   background-color: #cfc !important;
   border-top: 1px solid #ccc !important;
}

.regFootTop {
   border-top: 2px solid #666 !important;
   background-color: #ccf !important;
   border-right: 2px solid #666 !important;
}

.regFootMid {
   background-color: #cfc !important;
   border-right: 2px solid #666 !important;
}

.regFootBottom {
   border-bottom: 2px solid #666;
   background-color: #fcc !important;
   border-right: 2px solid #666 !important;
}

.regC1 {
   border-left: 2px solid #666 !important;
   border-right: 2px solid #666 !important;
   border-bottom: 0px solid #666 !important;
   background-color: rgb(252, 255, 105) !important;
}

.regC2 {
   border-left: 2px solid #666 !important;
   border-right: 2px solid #666 !important;
   border-bottom: 0px solid #666 !important;
   border-top: 0px solid #666 !important;
   background-color: rgb(252, 255, 105) !important;
}

.regC3 {
   background-color: rgb(252, 255, 105) !important;
   border-bottom: 2px solid #666 !important;
   border-left: 2px solid #666 !important;
   border-right: 2px solid #666 !important;
}

.regEvent {
   background-color: rgb(252, 255, 105) !important;
}

.dH {
   background-color: rgb(230, 252, 230);
}

.dA {
   text-align: center;
}

.notActive {
   background-color: rgb(255, 225, 236) !important;
}

/* Sticky Table Head */
table.sticky {
   position: relative;
   border-collapse: collapse;
}

.sticky th {
   background: white;
   position: sticky;
   top: 72px;
   box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

#dutyAssign th {
   font-size: 10px;
   line-height: normal;
   padding: 15px 5px;
}

.req {
   background-color: rgb(234, 252, 234);
}

.fc-event {
   background-color: #cfc;
}

a.fc-event-time,
a.fc-event-title,
a.fc-event {
   font-size: 12px !important;
   padding-left: 3px;
}

#calendar .external-event {
   background-color: #3C8DBC !important;
   border-color: #3C8DBC !important;
   color: #fff !important;
}

#calendar .internal-event {
   background-color: #f56954;
   border-color: #f56954;
   color: #fff;
}

#calendar .event-type-1 {
   background-color: #f56954 !important;
   border-color: #f56954 !important;
   color: #fff !important;
}

#calendar .event-type-2 {
   background-color: #00a65a !important;
   border-color: #00a65a !important;
   color: #fff !important;
}

#calendar .event-type-3 {
   background-color: #f39c12 !important;
   border-color: #f39c12 !important;
   color: #fff !important;
}

#calendar .event-type-4 {
   background-color: #00c0ef !important;
   border-color: #00c0ef !important;
   color: #fff !important;
}

#calendar .event-type-5 {
   background-color: #3c8dbc !important;
   border-color: #3c8dbc !important;
   color: #fff !important;
}

#calendar .event-type-6 {
   background-color: #4a0000 !important;
   border-color: #4a0000 !important;
   color: #fff !important;
}

#calendar .event-type-7 {
   background-color: #001f3f !important;
   border-color: #001f3f !important;
   color: #fff !important;
}

#calendar .event-type-8 {
   background-color: #39cccc !important;
   border-color: #39cccc !important;
   color: #fff !important;
}

#calendar .event-type-9 {
   background-color: #605ca8 !important;
   border-color: #605ca8 !important;
   color: #fff !important;
}

#calendar .event-type-10 {
   background-color: #efb700 !important;
   border-color: #efb700 !important;
   color: #fff !important;
}

#calendar .event-type-11 {
   background-color: #441c1c !important;
   border-color: #441c1c !important;
   color: #fff !important;
}

#calendar .event-type-12 {
   background-color: #950073 !important;
   border-color: #950073 !important;
   color: #fff !important;
}

#calendar .event-type-13 {
   background-color: #034326 !important;
   border-color: #034326 !important;
   color: #fff !important;
}

#calendar .event-type-14 {
   background-color: #3d9970 !important;
   border-color: #3d9970 !important;
   color: #fff !important;
}

#calendar .event-type-15 {
   background-color: #001f3f !important;
   border-color: #001f3f !important;
   color: #fff !important;
}

#calendar .event-type-16 {
   background-color: #605ca8 !important;
   border-color: #605ca8 !important;
   color: #fff !important;
}

#calendar .event-type-17 {
   background-color: #42005a !important;
   border-color: #42005a !important;
   color: #fff !important;
}

#calendar .event-type-duty {
   background-color: #d00000 !important;
   border-color: #d00000 !important;
   color: #fff !important;
   border: 2px solid #15008f !important;
   box-shadow: 1px 1px 5px #000;
}

.bg-light-yellow {
   background-color: #FEFFD3 !important;
}

.bg-light-blue {
   background-color: #D3EFFF !important;
}

.bg-light-red {
   background-color: #FFD3D3 !important;
}


.custom-checkbox {
  width: 300px;
  height: 30px;
  input {
    display: none;
    
    + label {
      height: 30px;
      width: 150px;
      > .status-switch {
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: relative;
        background-color: rgb(186, 37, 37);
        color: white;
        transition: all 0.5s ease;
        padding: 3px;
        border-radius: 3px;

        &:before,
        &:after {
          border-radius: 2px;
          height: calc(100% - 6px);
          width: calc(50% - 3px);
          display: flex;
          align-items: center;
          position: absolute;
          justify-content: center;
          transition: all 0.3s ease;
        }
        
        &:before {
          background-color: rgb(255, 255, 255);
          color: black;
          font-weight: 600;
          box-shadow: 0 0 4px 4px rgba(#000, 0.2);
          left: 3px;
          z-index: 10;
          content: attr(data-unchecked);
        }
        
        &:after {
          right: 0;
          content: attr(data-checked);
        }
      }
    }

    &:checked + label > .status-switch {
      background-color: #40c253;
 
      &:after {
        left: 0;
        content: attr(data-unchecked);
      }
 
      &:before {
        color: #40c253;
        left: 50%;
        content: attr(data-checked);
      }
    }
  }
}