 body{
    /*background-image: url('eaton-logo-small.jpg');
    background-position: bottom;
    background-repeat: no-repeat;*/
 }
 .noShow{
  display: none;
 }
 .row_btn{
  padding: 0.4rem!important;
  margin-bottom: 0.2rem;
 }
 .btn.noShow{
  display: none!important;
 }
 table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
  padding-right: 9px!important;
}
 .btn{
  font-size: 0.72rem!important;
  text-transform: capitalize!important;
 }
 .bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: #025DB8!important;
}
.btn-primary {
  background-color: #025DB8!important;
  border-color: #025DB8!important;
}
.table th {
  text-transform: capitalize!important;
}
.menu-vertical.bg-menu-theme {
  background-color: white!important;
}
 #navbarNavDropdown>ul>li>a{color: #fff;}
 .pg_login{
    padding: 6% 30%;
 }
 #cpnPrBtns {
     display: inline-block;
     overflow: auto;
     max-width: 60vw;
 }
.loader{
    position: absolute;
    left: 48%;
    top: 30vh;
    background-color: #ffffffab;
}
 /*.page {
            width: 21cm;
            min-height: 29.7cm;
            padding: 2cm;
            margin: 1cm auto;
            border: 1px #d3d3d3 solid;
            border-radius: 5px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          }*/
.sub-nav{
    padding-left: 0.5rem;
}
.sub-nav li{
        list-style: none;
}
.nav-link {
    /*padding: 0.1rem 0.1rem; /*issue in mechanic detail tab*/
}
 .page {
     display: grid;
     grid-template-columns: 50% auto;
     grid-row-gap: 0.2cm;
     grid-column-gap: 0.3cm;

     position: relative;
     page-break-after: always;
     padding: .7cm .7cm 0 .3cm;
 }
.rollView{
  grid-template-columns: auto!important;
  page-break-after:unset!important;
  padding:0!important;
} 
.rollView .printContainner{
  page-break-before: always; 
  font-weight: 600;
  font-size: 1.6cm;/*0.29cm;*/
  padding-top: 2.1cm;/*.42cm*/
  line-height: 1.7cm; 
  height: 27.5cm;
color: black;
font-family: Arial Black, Arial, Helvetica, sans-serif;
}
.rollView .printContainner b{
  font-weight: 600;
color: black;
}
.rollView .printContainner .qr_code img{
  margin: auto;
}
.rollView .coup_right {
  left: 42cm;/*9cm;*/
  top: 37%;

}
.rollView  .coup_left {
  padding-top: 5cm;/* ;*/
}
.rollView  .qr_code img {
  width: 50%;/* ;*/
}
.rollView .coup_code{
  padding-top: 2cm;
 }
 .rollView .prodDesc{
    display: inline-block;
    width: 60%;
    max-width: 60%;
    text-overflow:clip;
 }
 .bgImg {
     background-image: url("coupon_bg.png");
     background-repeat: no-repeat, repeat;
 } 

 .printContainner {
     position: relative;
     line-height: 0.34cm; 
     font-size: 0.2cm;
     /* margin-bottom: 0.3cm; */
     border: 1px dotted #efefef;
     padding: 0.1cm;
     height: 5.48cm;
 }

 .bgImgOne {
     background-image: url("Label Blank.png");
     background-size: 10cm 5.5cm;
     background-repeat: no-repeat;
 }
 .coup_code{
  padding-top: ;
 }
 .coup_code,
 .coup_point {
     text-align: center;
 }


 .coup_left {
     padding-top: 1cm;
 }

 .coup_right {
     left: 6.5cm;
     top: 27%;
     position: absolute;
 }

 .coup_barcode {
     height: 0.9cm;
 }

 .coup_master {
     padding-left: .3cm;
 }

 .coup_branch {
     padding-left: 0.4cm;
     min-height: 1.5cm;
 }

 .modal-body-wrapper {
     overflow-y: scroll;
 }
.prodDesc{
    text-wrap: wrap;
    width: 5cm;
    max-width: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 @media print {
    body{
        background-image: none;
    }
     @page {
         size: A4 portrait;
     }

     body * {
         visibility: hidden;
     }

     .modal-content * {
         visibility: visible;
         overflow: visible;
     }

     .modal-body {
         padding: 0;
     }

     .modal {
         position: absolute;
         left: 0;
         top: 0;
         margin: 0;
         padding: 0;
         min-height: 550px;
         visibility: visible;
         overflow: visible !important;
         /* Remove scrollbar for printing. */
     }

     .modal-dialog {
         visibility: visible !important;
         overflow: visible !important;
         /* Remove scrollbar for printing. */
     }
     .modal-body-wrapper {
      overflow-y: visible !important;
    }
 }

 /*
 login css
 */
 .login-card {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: url("../images/login/login_bg.jpg");
    background-position: center;
    padding: 30px 12px;
  }
  .login-card .logo {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .login-card .btn-showcase .btn {
    line-height: 1;
    padding: 10px 15px;
    margin: 0;
  }
  .login-card .btn-showcase .btn + .btn {
    margin-left: 5px;
  }
  .login-card .btn-showcase .btn svg {
    height: 16px;
    vertical-align: bottom;
  }
  .login-card .login-main {
    width: 450px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    margin: 0 auto;
    background-color: #fff;
  }
  .login-card .login-main .theme-form h4 {
    margin-bottom: 5px;
  }
  .login-card .login-main .theme-form label {
    font-size: 15px;
    letter-spacing: 0.4px;
  }
  .login-card .login-main .theme-form .checkbox label::before {
    background-color: #f9f9fa;
    border: 1px solid #dfdfdf;
  }
  .login-card .login-main .theme-form .or {
    position: relative;
  }
  .login-card .login-main .theme-form .or:before {
    content: "";
    position: absolute;
    width: 65%;
    height: 2px;
    background-color: #f3f3ff;
    top: 9px;
    z-index: 0;
    right: 0;
  }
  .login-card .login-main .theme-form input {
    background-color: #f3f3ff;
    transition: all 0.3s ease;
  }
  .login-card .login-main .theme-form input::-webkit-input-placeholder {
    color: #999999;
  }
  .login-card .login-main .theme-form input:hover, .login-card .login-main .theme-form input:focus {
    border: 1px solid #b9c1cc;
    box-shadow: none !important;
    transition: all 0.3s ease;
  }
  .login-card .login-main .theme-form p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #898989;
  }
  .login-card .login-main .theme-form .form-group {
    margin-bottom: 10px;
    position: relative;
  }
  .login-card .login-main .theme-form .link {
    position: absolute;
    top: 10px;
    right: 0;
  }
  
  .show-hide {
    position: absolute;
    top: 52px;
    right: 20px;
    transform: translateY(-50%);
  }
  .show-hide span {
    cursor: pointer;
    font-size: 13px;
    color: var(--theme-deafult);
  }
  .show-hide span.show:before {
    content: "show";
  }
  .show-hide span:before {
    content: "hide";
  }
  
  .needs-validation .invalid-feedback {
    color: #898989;
  }
  .needs-validation .show-hide {
    right: 30px;
  }
  .needs-validation .invalid-tooltip {
    top: 10px;
    right: 10px;
  }
  .col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(0.375rem + 1px);
    padding-top: calc(0.375rem + 1px);
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.v-text-field input {
    flex: 1 1 auto;
    line-height: 20px;
    max-width: 100%;
    min-width: 0;
    padding: 8px 0;
    width: 100%;
}
 /*
 login css
 */


 dl.row dt {
  padding:1rem  1rem 0.2rem 0.6rem;
}
.picInW{
  width: 100%;
}
.sop-link{
  font-size: large;
  text-align: center;
}