.clock{
    position:absolute !important; 
    right:30px !important;
    width:13% !important;
}
.login{
    display: flex;
}
.slider{
    width: 65%;
    height: 100vh;
    background: #fff;
    text-align: center;
    line-height: 100vh;
}
.slider img{
    max-width: 75%;
}
.l_m{
    min-height: 100vh;
    width: 35%;
    position: relative;
    background: url(../img/texture.png)#403091;
}
.f_m{
    width: 320px;
    height: 450px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
}
 .client{
    width: 200px;
    height: 100px;
    margin:20px auto;
}
.client img{
    width: 100%;
    height: 75px;
    margin:20px auto;
} 
.select{
    width:100%;
    height: calc(100vh - 300px);
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.redirectButton{
    padding: 3rem 0;
}
.checkIcon{
    width: 1.5rem;
    height: 1.5rem;
    border: #000 solid 2px;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    right: 1rem;
    transition: ease all .4s;
    text-align: center;
    opacity: 0;
}
.card:hover .checkIcon{
    opacity: .2;
    transition: ease all .4s;
}
.sMain .card{
    background:#fff;
    padding: 1.5rem 1rem 1rem 1rem;
    text-align: left;
    cursor: pointer;
    display: block;
    border-bottom: #463E96  solid 5px;
    min-height: 208px;
}
.sMain .card .card{
    border-bottom: None !important;
}
.sMain .card h3{
    color: #463E96 ;
}
.sMain .card.nc{
    background: #fff;
    border-bottom: #463E96  solid 5px;
}
.sMain .card.lims{
    background: #fff;
    border-bottom: #463E96  solid 5px;
}
.sMain .card.mes{
    background: #fff;
    border-bottom: #463E96  solid 5px;
}
.sMain .card.ems{
    background: #fff;
    border-bottom: #463E96  solid 5px;
}
.sMain .card h3{
    font-family:'Calibri-Bold';
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}
.sMain .card h3::after{
    width: 40px;
    height: 3px;
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.2);
    border-radius: 2px;
    left: 0px;
    bottom: -5px;
    transition: ease all 1s;
}
.sMain .card p{
    font-family: 'poppinsmedium';
    font-size: 14px;
    color: #8c8c8c;

}






.innerCard{
    background: #fff;
    border: #463E96 solid 2px;
    display: block;
    border-radius: 10px;
    color: #fff !important;
}
.innerCard .roundedfe{
    display: table;
    vertical-align: middle;
    width: 100%;
    padding: 10px;
}
.innerCard .roundedfe .imgMain{
    display: table-cell ;
    width: 40px;
    vertical-align: middle;
    padding-right: 10px;
}
.innerCard .roundedfe .imgMain img{
    max-width: 100%;
} 
.innerCard .roundedfe h3{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
.innerCard .roundedfe h3::after{
    content: none;
}

.card:hover h3::after{
    width: 100px;
    background:#FABD03;
}
.close{
    font-family:'Calibri-Bold';
    font-size: 1rem;
    border: #ccc solid 2px;
    width: 100px;
    text-align: center;
    padding: .35rem ;
    border-radius: 5px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.close span{
    font-family: 'Calibri';
    transform: rotate(-45deg);
    display: inline-block;
}
.ncMain .card{
    background:#A4EDF4;
    padding: 5rem 1rem;
    text-align: center;
    cursor: pointer;
    display: block;
}

.ncMain .card.uv{
    background: #FEE9FF;
}
.ncMain .card.titrator{
    background: #9EE2A2;
}
.ncMain .card h3{
    font-family: 'Calibri-Bold';
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}
.ncMain .card .roundedfe  img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.ncMain .card .roundedfe{
    width: 80px;
    height: 80px;
    padding: 1rem;
    border: 1px solid #5f5f5f;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
display: inline-block;
 }

.InerCardSelect .card{
    border-radius: 0px;
    padding:6rem 2rem;
    text-align: center;
    position: relative;
    border: none;
}
.InerCardSelect .card img{
    max-height: 100px;
    margin-bottom: 1.5rem;
}
.InerCardSelect .card p{
    font-family: 'Calibri-Bold';
    font-size: 1.1rem;
    /* font-style: italic; */
}
.cooseText{
        /* font-family: 'Calibri-Bold'; */
        font-size: 1rem;
        /* font-style: italic; */
        color: rgba(33, 37, 41, 0.75);
        margin-bottom: 0;
    }

    .cooseText li a{
        text-decoration: none!important;
        color:#463E96 ;    }


.checkin{
    width: 1.5rem;
    height: 1.5rem;
    border: #A0EBF3 solid 2px;
    background-color: #D3FDFE;
    border-radius: 50%;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    transition: ease all .4s;
    line-height: 1.5rem;
    color: #A0EBF3;
}
.checkin.one{
    border: #FFB9CA solid 2px;
    background-color: #FEE9FF;
    color: #FFB9CA;
}
.checkin.two{
    border: #98CE9F solid 2px;
    background-color: #E0FFD9;
    color: #98CE9F;
}
.welcome{
    font-size: 12px;
    /* font-style: italic; */
    color: #fff;
    line-height: 12px;;
}
.userDetails{
    color: #fff;
    margin-left: 1rem;
    text-align: right;
    display: flex;
    align-items: center;
}
.userDetails p, .userDetails span{
    margin: 0px;
    font-size: 12px;
}
.userDetails .picUser{
   border-radius: 50%;
   margin-left: 1rem;
   color: #fff;
   text-align: center;
   line-height: 34px;
   cursor: pointer;
}

.userDetails .picUser img{
   width: 38px;
   height: 38px;

}

/* .userDetails .picUser::after{
    width: 10px;
    height: 10px;
    border-radius: 50%;
background: #6DA944;
position: absolute;
right: 0px;
top: 0px;
content: "";
} */
.mini .dropdown-menu.show {
   text-align: left;
   font-size: 13px;
   margin-top: 6px !important;
   background: #5c5c5c;
   color: #fff;
   border: none;
   min-width: 122px;
   padding: 0px;
   cursor: pointer;
   position: absolute;
   inset: 0px 0px auto auto;
   margin: 0px;
   transform: translate3d(0px, 38px, 0px);
 }
 
 .mini .dropdown-menu.show:after {
   position: absolute;
   content: "";
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-bottom: 8px solid #463E96;
   right: 8px;
   top: -8px;
 }
 
 .mini .dropdown-menu.show a {
   background: #463E96;
   color: #fff;
   text-decoration: none;
   cursor: pointer;
   border-radius: 5px;
   padding: .75rem 1rem;
   border-bottom: 1px solid #3a3384;
   cursor: pointer;
 }
 .mini .dropdown-menu.show a span{
   margin-right: .75rem;
   font-size: 14px;
 }
 .mini .dropdown-menu.show a:hover {
   background: #3a3384;
 }

/* .full_screen aside{
    width: 70px;
    height: calc(100vh - 70px);
    background: #463E96;
    position: fixed;
    top: 70px;
    left: 0px;
} */
/* .full_screen .main{
  width: calc(100% - 105px);
  margin-left: 100px;
    margin-top:75px
} */
.dailStats{
    position: relative;
}
.dailStats .tag{
  height: 32px;
    /* width: 266px; */
  /* position: absolute; */
  left: -117px;
  top: 117px !important;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background-color: #A0A0A0;
  z-index: 1;
  text-align: center;
  padding: 5px;
  /* transform: rotate(-90deg); */
}

.dailStats a{
    text-decoration: none;
    color: inherit;
}
.d_card{
    background: #fff;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    box-shadow: 0 3px 12px 0 rgba(32,33,36,.075);
    cursor: pointer;
}
/* .d_card::after{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #BEF6F0;
    content: '';
    position: absolute;
    right: -20px;
    top: -20px;
} */
.d_card h3{
    font-family:'Calibri-Bold';
    font-size: 2rem;
    color:  #5AD8F1;
    margin-bottom: 0px;
}
.d_card p{
    margin-bottom: 0px;
    font-size: 12px;
    /* font-style: italic; */
    font-family: 'Calibri-Bold';
}
.dailStats .d_card.one,.d_card.two{
    padding-left: 3.25rem;
}
.d_card.two h3{
    color: #FFAA00;
}
.d_card.three h3{
    color: #33BF4B;
}
.d_card.four h3{
    color: #FF7600;
}
.d_card.five h3{
    color: #FFAA00;
}

/* .d_card.two::after{
    background-color: #F9E7C4;
}
.d_card.three::after{
    background-color: #B9F0AB;
}
.d_card.four::after{
    background-color: #F9C1A9;
}
.d_card.five::after{
    background-color: #F9E7C4;
} */
.card_t{
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 3px 12px 0 rgba(32,33,36,.075);
}
.t_main{
    max-height: 220px;
   min-height: 254px;
    overflow: auto;
}
.t_main .cusTable{
    width: 100%;
}
.t_main .cusTable tr:nth-child(even){
    background-color: #F0F2FD;
}
.t_main .cusTable tr td{
    padding: .75rem .5rem;
}
.t_main .cusTable tr td .num{
    background-color: #463E96;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: 'Calibri-Bold';
    display: inline-block;
    border-radius: 50%;
}
.t_main .cusTable tr td  p{
    margin-bottom: 0px;
    font-family: 'Calibri-Bold';
    font-size: 12px;
}
.t_main .cusTable tr td  span,.t_main .cusTable tr td  a{
    font-size: 12px;
}
.t_main .cusTable tr td  a{
    text-decoration: underline;
}
.total{
    padding:0.75rem .75rem;
}
.total p,.total a{
    font-size: 12px;
    font-family: 'Calibri-Bold';
    /* font-style: italic; */
    margin: 0px;
}
.total a{
    text-decoration: underline;
    color: inherit;
}
.card{
    background-color: #fff;
    padding: 1.25rem;
}
/* .cus-Table table{
	border-bottom:#dedede solid 1px !important;
}

.cus-Table table, .inner-Table table {
  overflow: hidden;
  width: 100%;

}
.cus-Table thead th, .inner-Table thead th {
  background: #A0A0A0;
    color: #fff;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  font-weight: 200 !important;
  color: #000;
}
.cus-Table tbody tr td, .cus-Table thead tr th, .inner-Table tbody tr td, .inner-Table thead tr th {
  border: 1px solid #dedede !important;
  font-size: 13px;
	font-weight: normal !important;
    text-align: left;
    padding: 8px 18px 8px 10px !important;
}
.cus-Table table > tbody > tr:nth-of-type(odd) > *, .inner-Table table > tbody > tr:nth-of-type(odd) > * {
  background: #f8f8f8;
  box-shadow: none;
}
.cus-Table table > tbody > tr:nth-of-type(even) > *, .inner-Table table > tbody > tr:nth-of-type(even) > * {
  background: #fff;
  box-shadow: none;
}
.cus-Table .dataTables_length, .cus-Table .dataTables_filter, .cus-Table .dataTables_info,.cus-Table .dataTables_paginate {
margin-bottom: 5px;
}


.cus-Table .dataTables_paginate {
  margin-top: 1rem;
}
.cus-Table  td  a{
    text-decoration: underline;
}
.cus-Table .table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.dataTables_info {
  margin-top: .7rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.1em 0.5em !important;
}
.inner-Table .dataTables_length {
  margin-bottom: 1rem;
}
.inner-Table .dataTables_info, .inner-Table .dataTables_paginate {
  margin-top: 1rem;
} */

  .expand {
    display: none;
  }
  
  
  .expand {
    margin: 2px;
    opacity: 0.3;
  }

.header{
    background-color: #463E96 !important; 
    position: fixed!important;
    width: 100%;
    z-index: 9;
    top: 0;
}
  .home img{
    width: 20px;
    margin-left: 1rem;
}

.p_sideNav {
  background:#463E96;
  width: 90px;
  height: calc(100vh - 55px);
  position: fixed !important;
  left:0px;
  top: 55px;
  padding: 0.25rem;
  z-index: 1;
}
.p_sideNav.hide {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: #887f6a solid 6px;
  padding: 0px;
}

  .p_sideNav.hide .expand {
    display: block;
    top: 35px;
    position: relative;
    background: #413f3f;
    border: #000 solid 2px;
    transform: rotate(0deg);
    line-height: 16px;
  }
  .p_sideNav.hide .expand img {
    max-width: 12px;
  }
  .p_sideNav .logout {
    position: absolute;
    bottom: 1.5rem;
    text-align: center;
    width: 100%;
    left: 0px;
    color: #fff;
    font-size: 13px;
  
  }
  .p_sideNav .logout img {
    max-width: 20px;
  }
  .p_sideNav .main {
    /* height: calc(100vh - 150px);
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute; 
    text-align: center;
    width: 100%;
    left: 0px; */
      /* height: calc(100vh - 150px);  */
    /* top: 0px; */
    /* bottom: 0px; */
    margin: auto;
    /* position: absolute; */
    text-align: center;
    width: 100%;
    left: 0px;
  }
  .p_sideNav .main a {
    width: 100%;
    display:block;
    text-decoration: none;
    text-align: center;
    padding: 5px 0;
  }
  .p_sideNav .main a:hover{
    background-color:#2c266a;
  }
  .p_sideNav .main a p{
    color: #fff;
    font-size: 12px;
    margin: .5rem 0 0rem 0;
  }
  .p_sideNav .main a img {
    max-width: 20px;
  }
  .p_sideNav .versiontext{
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 3.5rem;
    text-align: center;
    width: 90%;
    left: 2px;
    cursor: pointer;
  }
  

  /* logout modal starts */
.logOutModal h3 {
    font-size: 1.2rem;
    text-align: center;
  }
  .logOutModal .btn {
            min-width: 65px !important;
    min-height: 35px;
    font-size: 14px;
    font-size: 14px;

  }
  
  .logOutModal .modal-body{
    border-radius: 1.5rem
  }
  
  .modal-title{
    font-family: 'poppins';
    font-size: 1rem;
  }

.overallCard{
    min-height: 276px;
    text-align: center;
    box-shadow: 0 3px 12px 0 rgba(32,33,36,.075);
    border: none !important;
    cursor: pointer;
}
.overallCard p{
    color: #5f5f5f;
}
.dashCard{
    box-shadow: 0 3px 12px 0 rgba(32,33,36,.075);
    border: none !important;

}
.overAll{
    width: 120px;
    margin: auto;
}
.overallCard h3{
    color: #463e96;
    font-family: 'Calibri-Bold';
    margin: 1rem 0 0px 0;
}
.green{
    color: #33BF4B;
  }
  
  .exportbt {
    float: right;
    position: absolute;
    right: 150px;
    font-family: 'poppins';
    border-right: 1px solid #9c9b9b;
    padding-right: 25px;
    font-size: 12px;
  
  }
  
  .printbt {
    float: right;
    position: absolute;
    right: 20px;
    font-family: 'poppins';
    font-size: 12px;
  }
  
  .exportbt img {
    padding-right: 6px;
  }
  
  .printbt img {
    padding-right: 6px;
  }
  
  
  .timee{
    border: 2px solid #BEBEBE;
    padding: 1px;
    text-align: center;
  } 
  
  .timee p{
    color: #FF7600;
    font-family:'Calibri-Bold' !important;
    /* font-style: italic; */
    font-size: 15px !important;
    letter-spacing: 1px;
  }
  
  .timee span{
    font-family: 'Calibri-Bold';
      color: #505050;
  }
  
  .square1 {
    height: 15px;
    width: 15px;
    background-color: #B9F0AB;
    margin-right: 2px;
  }
  
  .square2 {
    height: 15px;
    width: 15px;
    background-color: #BEF6F0;
    margin-right: 2px;
  
  }
  
  .square3 {
    height: 15px;
    width:15px;
    background-color: #F9C1A9;
    margin-right: 2px;
  
  }
  .bars{
    font-size: 12px;
    margin-right: 10px;
  }
  
  
  .weekreport{
    display: flex;
    font-family: 'Calibri-Bold';
    
    align-items: center;
    padding: 10px;
    border-bottom: 2px solid #BEBEBE;
  }
  .month{
  
    color: #505050;
    border: 2px solid #BEBEBE;
    max-width: 130px;
  margin-top: 15px;
  }
  
  .vo span{
    font-size: 12px;
    font-family: 'Calibri-Bold';
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2px 0;
    background: #E0F4FF !important;
  
  }


