@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
  
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 98%;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ddd !important;
}
.select2-container .select2-selection--single{
    height: 35px;
}
.marLR0{
    margin-left: 0;
    margin-right: 0;
}
.paddLR0{
    padding-left: 0px;
    padding-right: 0px;
}
.paddLR5{
    padding-left: 5px;
    padding-right: 5px;
}
.main {
    margin-top: 70px;
}
.icon-boxes{
    padding-top: 35px;
}
.mobVew{
    display: none;
}
.webVew{
    display: block;
}
.lginLogo{
    width: 50%;
    margin: 0 auto;
    display: block;
}
.logDiv {
    background: #fff;
    width: 25%;
    position: absolute;
    right: 20px;
    top: 15%;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 4px rgba(0,0,0,0.3);
}
.lginH3 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.lgnFrmDiv {
    margin-bottom: 15px;
    position: relative;
}
.lgnFrmInp {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: .5px;
}
.lgnFrmI {
    position: absolute;
    right: 0px;
    top: 0;
    background: #f7a601;
    color: #fff;
    line-height: 33px !important;
    width: 30px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
}
.lgnBtnDiv {
    text-align: center;
    display:block;
}
.lgnBtnDiv ul
{
    padding:0;
    margin:0;
    list-style:none;        
}
.lgnBtnDiv ul li
{
    color: Red;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: .5px;   
}
.lgnErrSpan
{
    color: Red;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom:10px;
  text-align:center;
}

.lgnBtn {
    background: #f7a600;
    border: 1px solid #f7a600;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 5px;
    width: 75%;
    line-height: 28px;
}
.lgnBtn:hover {
    background: #fff;
    border: 1px solid #f7a600;
    color: #f7a600;
}
.imgDiv {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.proedtI {
    position: absolute;
    bottom: 44px;
    background: #f9bd59;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    right: 3px;
    font-size: 19px;
    cursor: pointer;
}
.profImg {
    max-width: 130px !important;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 2px;
}
.proContUl {
    padding: 0;
    list-style: none;
    margin: 0;
}
.proContUl li {
    font-size: 14px;
    line-height: 35px;
    letter-spacing: .5px;
}

.comTable thead tr th{
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    background: #ffad21;
    color: #fff;
}
.comTable tbody tr td{
    padding: 5px;
    font-size: 14px;
}
.proDiv{
    padding-top: 10px;
}
.profLftDiv {
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}
.profH3 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 20px;
    color: #f7aa2a;
}
.profRoll {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.profImgDiv{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.profLftUl{
    padding: 0;
    margin: 0;
}
.profLftUl li{
    display: block;
    padding-left: 5px;
    line-height: 40px;
    position: relative;
    font-size: 15px;
}
.profLftSpn{
   font-size: 15px;
    position: absolute;
    left: 25%;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: .5px;
    color: #f7aa2a;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.frgotH2
{
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 3px;
    cursor:pointer;
}
.frgotH2:hover
{
    color: #f7a600
}

/***   tabs **/ 
.tabs {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.tabs::before,
.tabs::after {
    content: "";
    display: table;
}
.tabs::after {
    clear: both;
}
.tab {
    float: left;
}
.tab-switch {
    display: none;
}
.tab-label {
    position: relative;
    display: block;
    line-height: 2.75em;
    padding: 0 1.618em;
    background: #e5e5e5;
    border-right: 0.125rem solid #fff;
    color: #000;
    cursor: pointer;
    margin-bottom: 0;
    top: 0;
    transition: all 0.25s;
}
.tab-label:hover {
    top: -0.25rem;
    transition: top 0.25s;
}
.tab-content {
    position: absolute;
    z-index: 1;
    top: 50pxm;
    left: 0;
    padding: 5px 0px;
    background: #fff;
    color: #2c3e50;
    opacity: 0;
    transition: all 0.35s;
    width: 99%;
    right: 0;
    margin: 0 auto;
}
.tab-switch:checked + .tab-label {
    background: #fea935;
    color: #fff;
    border-bottom: 0;
    border-right: 0.125rem solid #fff;
    transition: all 0.35s;
    z-index: 1;
    top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
    z-index: 2;
    opacity: 1;
    transition: all 0.35s;
}
/*** tabs End **/ 
.profRgtDiv {
    box-shadow: -1px -1px 3px 2px rgba(0,0,0,0.1);
    height: 100%;
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.card {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
}
.frmDiv {
    margin-bottom: 8px;
}
.frmLab {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 0;
}
.frmInp {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 33px;
    padding-left: 5px;
    font-size: 15px;
    letter-spacing: .5px;
    border-radius: 5px;
}
.sele2{
    width: 100%;
}

.commTable thead tr th{
    padding: 5px;
    background: #ff9e00;
    color: #fff;
}
.commTable tbody tr td{
    padding: 5px;
}
.tabAicon {
    font-size: 20px;
    margin: 0 5px;
}
.deleI {
    color: red;
}
.editI {
    color: green;
}
.btnDiv {
    margin-top: 20px;
}
.comBtn {
    font-size: 16px;
    letter-spacing: .5px;
    border-radius: 5px;
    line-height: 34px;
    padding: 0 10px;
    font-weight: 600;
}
.btnI {
    font-size: 16px;
    margin-right: 5px;
}
.serBtn{
    background: #ff9e00;
    border: 1px solid #ff9e00;
    color: #fff;
}
.addBtn{
    background: green;
    border: 1px solid green;
    color: #fff;
}

.serBtn:hover{
    background: #fff;
    color: #ff9e00;
}
.addBtn:hover{
    background: #fff;
    color: green;
}
.mdlHead {
    background: #ff9e00;
    color: #fff;
    padding: 5px;
}
.mdlTit {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.mdlClsI {
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    font-size: 20px !important;
    text-shadow: none;
    color: #fff;
}
.clsBtn{
    background: red;
    border: 1px solid red;
    color: #fff;
}
.clsBtn:hover{
    background: #fff;
    color: red;
}
.labCrdDiv {
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.labCrdDiv:hover
{
    cursor:pointer;
    background:rgba(0,0,0,0.03);    
}
.labName {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 0;
    color: #ff9e00;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.labP {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: .5px;
    color: #000;
    line-height: 23px;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.laptmP
{
    position:relative;    
}
.laptmP span
{
    position:absolute;
    right:10px;    
}
.intime {
    color: green;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.outtime {
    color: red;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.topTitH3
{
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 35px;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: .5px;
    position:relative;
    color: #000;  
}
.EquName
{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 0;
    color: #ff9e00;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;    
}
.EquP
{
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    letter-spacing: .5px;    
}
.labCde
{
    color: #2f82ec;
    font-weight: 600;    
}
.fromLab {
  margin-bottom: 0;
  font-size: 14px;
}
.frmP {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  padding-left: 5px;
  display:inline-block;
}
.bckSpn
{
    position: absolute;
    right: 10px;
    background: #ff9e00;
    color: #000;
    font-size: 13px;
    border-radius: 5px;
    line-height: 20px;
    padding: 0 10px;
    top: 8px;
    font-weight: 600;
    letter-spacing: .5px;
    cursor:pointer;   
}
.labDetUl {
  padding: 0;
  margin: 0;
  list-style: none;
}
.labDetUl li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .5px;
  margin-right: 10px;
}
.labDetUl li b {
  border-bottom: 1px solid #000;
  color: #ff9e00;
  margin-left: 5px;
}
.mdlOff
{
    max-width:70%;
}
.mandatstar
{
    color:Red;
}
.menuCount
{
    font-size: 12px;
    position: absolute;
    right: 12px;
    background: #f2a836;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: .5px;
}
.stsSpn{
    padding: 5px;
    color: #fff;
    border-radius: 12px;
}
.bokApp
{
    background: #03bd03;
}
.bokAppPen
{
    background: #0ecfe5;
}
.labAppPen
{
    background: #1496f5;
}
.bokCan
{
    background: #f39419;
}
.bokRej
{
    background: #ff0200;
}
.serInpDiv
{
    width: 35%;
    margin: 0 auto;
    position: relative;
    display: block;  
    margin-bottom: 10px; 
}
.serInp
{
    border: 1px solid #ff9c26;
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 5px;
    letter-spacing: .5px;
    font-weight: 600;    
}
.serInpBtn
{
    border: 0;
    position: absolute;
    right: 0px;
    background: #ff9d19;
    color: #fff;
    top: 0;
    line-height: 36px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 35px;
    text-align: center;   
}
.serInpI
{
    font-size: 15px;    
}
.erp
{
    text-align: center;
    margin-bottom: 0;
    color: red;
    font-size: 20px;
    letter-spacing: .5px;
    margin-top: 5px;
    font-weight: 600;   
}
.form-control
{
    font-size:13px;    
}

/** New Tab Code Start **/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-panel {
  display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  background: rgba(0,0,0,0.1);
  margin-bottom: 0;
}

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}
.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #fff;
  background: #f7aa2a;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}
.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
}
.tab-panel {
  padding: 3px 0;
  border-top: 1px solid #ccc;
}

.tabHead {
  padding-left: 10px;
  font-size: 15px;
  background: rgb(247, 170, 42);
  line-height: 30px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color:#fff;
}

/** New Tab Code End **/

/** Responsive Code **/
@media only screen and (max-width: 800px){
    .mobVew{
        display: block;
    }
    .webVew{
        display: none;
    }
    .mobLogo{
        width: 50px !important;
    }
    .logDiv{
        width: 95%;
        right: 0;
        top: 10%;
        left: 0;
        margin: 0 auto;
    }
    .topTitH3
    {
        font-size: 14px;    
    }
    .container
    {
        max-width: 100%;
        padding-right: 5px;
        padding-left: 5px;    
    }  
    .mdlOff
    {
        max-width:100%;
    }
    .fc button
    {
        padding: 0 .3em !important;    
    }
    .fc-center h2
    {
        font-size: 20px;
        margin-top: 10px !important;    
    }
    .fc-toolbar
    {
        padding-left: 10px;
        padding-right: 10px;    
    }
    .eqmDiv
    {
        display:none;    
    }
    .profImgDiv
    {
        margin-bottom:0;   
        text-align:left; 
    }
    .profImg
    {
        max-width: 75px !important;
        height: 75px;    
        border-radius: 5px;
    }
    .mobPro {
      display: inline-block;
      vertical-align: top;
    }
    .profH3
    {
        font-size: 20px;
        margin-top: 3px;
        margin-bottom:2px;    
    }
    .profRoll
    {
        font-size: 15px;    
    }
    .profLftUl li
    {
        line-height: 24px;
        font-size: 13px;    
    }
    .profLftSpn
    {
        left: 28%;
        font-size: 13px;
        width: 70%;    
    }
    .profLftDiv {
      padding-top: 5px;
      padding-bottom: 5px;
      margin-bottom: 10px;
    }
    .labName
    {
        font-size:16px;   
        height: auto !important; 
    }
    .labP
    {
        font-size: 12px;
        line-height: 20px;    
    }
    .labDetUl li
    {
        display:block;    
    }
    .serInpDiv
    {
       width:95%; 
    }
    #header
    {
        height:50px;    
    }
    .main {
      margin-top: 50px;
    }
    .card
    {
        padding:5px;    
    }
    .form-group {
        margin-bottom: 5px;
    }
    .tabset > label
    {
        padding: 5px 5px;
        font-size: 14px;    
    }

}
