.myt_input_disabled{
    
}
#replyLeadModal form label {
    font-style: normal;
    font-weight: bolder;
    color: black;
}


div form label {
    font-style: normal;
    font-weight: bolder;
    color: black;
}

.moreless {
    color: blue;
    text-shadow: 2px 2px 4px #000000;
}



/* starting toggle */

.toggle {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    color: white;
    outline: 0;
    text-decoration: none;
    border-radius: 100px;
    border: 2px solid #546E7A;
    background-color: #263238;
    transition: all 500ms;
    &:active {
      background-color: darken(#263238, 5%);
    }
    &:hover:not(.toggle--moving) {
      &:after {
        background-color: #455A64;
      }
    }
    &:after {
      display: block;
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      width: calc(50% - 2px);
      line-height: 32px;
      text-align: center;
      text-transform: uppercase;
      font-size: 10px;
      color: white;
      background-color: #37474F;
      border: 2px solid;
      transition: all 500ms; 
    }
  }
  .toggle--on {
    &:after {
      content: 'Active';
      border-radius: 50px 5px 5px 50px;
      color: #66BB6A;
    }
  }
  .toggle--off {
    &:after {
      content: 'In-Active';
      border-radius: 5px 50px 50px 5px;
      transform: translate(100%, 0);
      color: #f44336;
    }
  }
  .toggle--moving {
    background-color: darken(#263238, 5%);
    &:after {
      color: transparent;
      border-color: darken(#546E7A, 8%);
      background-color: darken(#37474F, 10%);
      transition: color 0s,
                  transform 500ms,
                  border-radius 500ms,          
                  background-color 500ms;
    }
  }
  
/* ending toggle */


label{

  color:#000000;
  font-weight: 500 !important;

}


.cb-table td , th {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; 
}


.cancelledOrder {
  color: red !important;
  /* text-shadow: 2px 2px 4px #000 !important; */
  background: #BBBBC5 !important;
}

#DataTables_Table_0_filter {
  display: none !important;
}



/* ================ start ======================== css code for invoice table ========================== */
#invoicesTable td , h4, small {
  color: black;
  font-weight: bold;
}

#OrdersTable td , h4, small {
  color: black;
  font-weight: bold;
}

#OrdersTable select, option {
  color: black;
  font-weight: bold;
}
/* ================ End ======================== css code for invoice table ============================ */




/* ================ start ======================== css code for priceQuotes table ========================== */
#priceQuotesTable td , h4, small, select, option, p, input {
  color: black;
  font-weight: bold;
}
/* ================ End ======================== css code for priceQuotes table ============================ */




/* ================ start ======================== css code for Estimation Sheet table ========================== */
#material_bottom_col, #print_bottom_col, #lamination_bottom_col, #length_bot, #width_bot {
  display: none;
}

/* ================ End ======================== css code for Estimation Sheet table ============================ */




/* ================ End ======================== css code for Design output table ============================ */
button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}



/* Read row style */
.tr_as_read td  {
  background-color: #f9f9f9;
  color: black;
}

/* Unread row style */
.tr_as_unread td  {
  background-color: #ffffff; 
  font-weight: bold; 
  color: black;
}


/* ================ End ======================== css code for Design output table ============================ */






