/* From App.css */

.App {
    text-align: center;
  }
  
  .App-logo {
    height: 40vmin;
    pointer-events: none;
  }
  
  @media (prefers-reduced-motion: no-preference) {
    .App-logo {
      animation: App-logo-spin infinite 20s linear;
    }
  }
  
  .App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
  }
  
  .App-link {
    color: #61dafb;
  }
  
  @keyframes App-logo-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .App {
    display: flex;
    justify-content: center;
  }
  
  label {
    font-weight: bold;
    display: flex;
    margin-bottom: 5px;
  }
  
  input + label {
    font-weight: bold;
    display: inline-flex;
    margin-right: 20px;
  }
  
  input[type='text'],
  input[type='email'],
  input[type='password'],
  textarea,
  select {
    display: block;
    width: 400px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* margin-bottom: 20px; */
  }
  
  .form-control {
    margin-bottom: 20px;
  }
  
  .form-control-customed {
    margin-bottom: 2px;
    border:0;
  }
  
  .error {
    color: red;
  }

  /* End of App.css */



.card_cust {
    padding: 10px; 
margin: auto;
}

.header-customed{
    margin-left: 10px;
}

.card-custom{
    padding: 3px;
}

.card-low-margin{
    padding: 3px;
    margin: 3px;
}

.customerSearchDiv{
    height: 600px;
    overflow-y: scroll;
}

.siteTitle{
    font-weight: bold !important;
    font-size: 1.5rem !important;
    margin-left: 50px;
    /* margin-top: 1px; */
}

.margin5{
    margin:5px !important;
}
.margin0{
    margin:0px !important;
}

.padding5{
    padding:5px !important;
}
.padding0{
    padding:0px !important;
}

.left-bar-email{
    width: 115px !important; 
    padding: 0 !important;
}

.right-bar-email{
    margin-left: 115px !important; 
}

.card-body-padding-less{
    padding: 0 5px !important;
}

.single_input{
    float: left !important;
    width: 12%;
    padding: 0, 6px !important;
    margin-left: 5px;
    margin-right: 10px;
}

.single_input_width_100percent{
  float: left !important;
  /* width: 12%; */
  padding: 0, 6px !important;
  margin-left: 5px;
  margin-right: 10px;
}

.single_input_cus_emb{
    float: left !important;
    /* width: 12%; */
    padding: 0, 6px !important;
    margin-left: 5px;
    margin-right: 10px;
}

.input_text_cus_emb{
    float: left !important;
    width: 97% !important;
    padding: 0, 6px !important;
    margin-left: 5px;
    margin-right: 10px;
}

.single_input_text{
    width:100% !important; 
}

.dropdown-column{
    width: 200px !important;
    float: left ;
}

.dropdown-row{
    clear: both ;
    height: 30px;
}

.ordermeasure-title{
    clear: both ;
    height: 30px;
}

.clearBoth{
    clear: both;
}

.tableBorder table tr td{
    border: 10px solid #000 !important;
}

.singleMeasureToPrint_ParentDiv{
    float: left;
     border: 1px solid #000; 
   width: 140px; /*  133px; */
    margin-left: 5px;
}
.singleMeasureToPrint_ChildLeftDiv{
    float: left;
    /* border: 1px solid #000; */
    /* width: 85px; */
    width: 60%;
    font-weight: 10px !important;
    color: #000 !important;
}
.singleMeasureToPrint_ChildRightDiv{
    /*margin-left: 5px; */
    /* border: 1px solid #000; */
    /* width: 70px; */
    width: 40%;
    font-weight: bolder;
    text-align: center;
    float: right;
    font-size: 24px;
    color: #000 !important;
}

.borderOnePic{
    border: 1px solid #000;
}

.borderLeftOnePic{
    border-left: 1px solid #000;
}

.padding3px{
    padding: 3px !important;
}

.margin_padding_zero{
    margin: 0px !important;
    padding: 0px !important;
}

.hr_normal{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    border: 1px solid;
    width: 93%;
}

/* accordian */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 3px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  /** Check Box ***/
  input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box !important;
    padding: 0 !important;
  }
  .form-check-input {
    position: absolute !important;
    margin-top: 0.3rem !important;
    margin-left: -1.25rem !important;
  }

  .margin-Zero-Important{
       margin:0px !important; 
  }

  .padding-Zero-Important{
    padding:0px !important; 
}

  .print_1{
    padding-left:35px !important; 
}

.width-full-Important{
    width:100% !important; 
}

  .header-right {
    margin-left: 1.875rem; 
}

    [direction="rtl"] .header-right {
      margin-left: auto;
      margin-right: 1.875rem; 
}

.floatLeft{
    float:left !important; 
}

.measurePrintHeaderTable{
    width: 100%;
    font-size: 18px;
    color: black;
    font-weight: bold;   
}


.react-datepicker-wrapper{
    width: 200px !important;
  }
  
  .react-datepicker-wrapper input{
    width: 200px !important;
  }
  
  .red-border{
    width: 200px !important;
  }

/* CSS for PopUP */

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.popup-content {
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.open {
  display: block;
}   

.divWithBgColor{
  background-color: #d3fcce;
  padding: 10px;
  border-radius: 0.625rem;
  width: 100%;
}

.divWithBgColor_edit{
  background-color: #cafffe;
  padding: 10px;
  border-radius: 0.625rem;
  width: 100%;
}

.divWithBgColor_ddl{
  background-color: #99cefe;
  padding: 10px;
  border-radius: 0.625rem;
  width: 100%;
}

.margin_zero{
  margin:0px !important;
}

.bg_color_lightGreen{
  background: #d3fcce !important;
}

.bg_color_skyBlue{
  background: #cafffe;
}




