body{
  background-color: #eee !important;
}
input:read-only {
  background-color: #d9d9d9 !important;
}
.logoForm{
    width: auto;
    max-width: 300px;
    max-height: 150px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
@media (min-width: 576px)
{
    .bgSquare {
        max-width: 540px;
    }
}

@media (min-width: 768px)
{
    .bgSquare {
        max-width: 920px;
    }
}
@media (min-width: 992px)
{
    .bgSquare {
        max-width: 1200px;
    }
}
@media (min-width: 1200px){
    .bgSquare {
        max-width: 1340px;
    }
}
.site-info a img{
      width: 250px;
      margin: 0 auto;
      display: block;
    }
    .entry-form-sec{
      background-color: #eee;
      padding: 50px 0;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .entry-form h2{
      color: #000;
      padding-bottom: 30px;
    }
    .entry-form{
      position: relative;
      z-index: 1;
      background: #fff;
      border-radius: 4px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      padding: 30px;
      width: 70%;
      margin: 0 auto;
    }
    .bgSquare{
      background: #e9761b;
      height: 131px;
      width: 70%;
      /* display: flex; */
      position: absolute;
      z-index: -1;
      top: 185px;
      left: 0;
      transform: skewY(-11deg);
      margin: 0 auto;
      right: 0;
    }
    .entry-form .form-control:focus,.entry-form .form-select:focus{
      box-shadow: none;
       border-color: #8fd6b0;
      background-color: #fff;
    }
    .entry-form .form-control,.entry-form select{
      background-color: #fff;
      font-size: 16px;
      color: #000;
      font-weight: 400;
      border: 1px solid #8fd6b0;
      height: 40px;
    }
    .entry-form label{
      color: #000;
      font-size: 16px;
      font-weight: 500;
      padding-bottom: 6px;
    }
    .entry-form button, .btn:focus{
      background-color: #566696;
      font-weight: 500;
      font-size: 16px;
      height: 40px;
    line-height: 20px;
      border: 0;
      width: 100%;
      outline: 0 !important;
      box-shadow: none !important;
    }
    .btn:active:focus{
      box-shadow: none;
    }
    .btn:active,.btn:hover{
      background-color: #566696;
    }
    .customer-panel,.job-select-panel,.select-order-panel,.other-job-select-panel{
      display: none;
    }
    #date-picker{
      left: 0;
      right: 0;
      width: 300px;
      margin: 0 auto;
      max-width: unset;
    }
    html {
      scrollbar-gutter: stable;
    }
    body {
      overflow-x: hidden;
    }
    .select2-hidden-accessible{
      display: none;
    }
    .entry-form .select2-container {
      width: 100% !important;
    }
    .entry-form .select2-container--default .select2-selection--single,
    .entry-form .select2-container .select2-selection--single{
        border: 1px solid #8fd6b0;
    }
    .entry-form .select2-container--default .select2-selection--single,
    .entry-form .select2-container .select2-selection--single,
    .entry-form .select2-container--default .select2-selection--single .select2-selection__arrow{
        background-color: #fff;
      font-size: 16px;
      color: #000;
      font-weight: 400;
      height: 40px;
      border-radius: 0.375rem;
    }
    .select2-container--open,
    .select2-dropdown {
      height: auto !important;
    }
    .select2-container--open {
      z-index: 20;
    }
    .select2-results__options {
      max-height: 220px;
      overflow-y: auto;
    }
    .datepicker.datepicker-dropdown {
      position: absolute !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 40px !important;
        font-size:  16px;
        color: black;
        border-color: black;
    }
    .bb-1{
        border-bottom: 2px solid #8fd6b0;
    }
    .bt-1{
        border-top: 2px solid #8fd6b0;
    }
    .add-more{
        width: auto !important;
        float: right;
        background: #8fd6b0 !important;
        color: #454444ed !important;
    }
    .remove-item{
      background: red;
      padding: 0px 6px;
      font-size: 1.3rem;
      color: #fff;
      border-radius: 6px;
      cursor: context-menu;
    }
    .item{
      position: relative;
    }
    h3{
      color: #4d6dd0;
    }
    .alert-danger{
        color:red !important;
    }
    .danger{
        border:1px solid red !important;
    }
    .table-checkbox input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer;
    }

    .table-checkbox label {
      position: relative;
      cursor: pointer;
    }

    .table-checkbox label:before {
      content:'';
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #8fd6b0;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      padding: 8px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px;
    }

    .table-checkbox input:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      left: 7px;
      width: 6px;
      height: 12px;
      border: solid #000;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
    .entry-form table{
        width: 100%;
    }
    .form-tabel{
        border:1px solid black;
    }
    .form-tabel thead tr:nth-child(even){
      background-color: #00a3eb;
    }
    .entry-form td,.entry-form table th{
        text-align: center;
        padding: 10px;
        font-size: 14px;
    }
    .form-tabel td:last-child input{
        text-align: center;
        /*margin-bottom: 20px;*/
    }
    .form-tabel td label{
        /*margin-bottom: 20px;*/
        padding: 0;
        width: 34%;
        margin-top: 1%;
    }
    .form-tabel thead{
      position: sticky;
      top: -1px;
      background-color: #566696;
      color:#fff;
      z-index: 9;
    }
    .entry-form button.bootstrap-touchspin-down,.entry-form button.bootstrap-touchspin-up{
      border-radius: 0;
    }
    footer{
      background-color: #eee;
    }
    footer img{
        width: 200px;
        margin-bottom: 20px;
    }
    .site-info{
      text-align: center;
      padding: 20px;
    }
    .site-info p{
      font-size: 14px;
    color: #000;
      margin: 0;
    }
    .site-info p a{
      text-decoration: none;
      color: #000;
      font-weight: 500;
    }
    @media only screen and (max-width: 776px){
        .logoForm{
            width: auto;
            max-width: 260px;
            max-height: 140px;
        }
      .entry-form{
        width: 100%;
        padding: 10px;
      }
      .bgSquare{
        display: none;
      }
      .entry-form table td:last-child{
        width: 30%;
      }
    }
    @media only screen and (max-width: 576px){
        
      .entry-form-sec{
        padding: 10px 0;
      }
      .entry-form button.bootstrap-touchspin-down, .entry-form button.bootstrap-touchspin-up{
        display: none;
      }
      .responsive-tbl{
        overflow-x: scroll;
      }
    }
    .el-login-page,
    .el-login-sec {
      min-height: 100vh;
    }
    .el-login-sec {
      padding: 24px 16px 32px;
    }
    .el-login-sec .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: calc(100vh - 140px);
    }
    .el-login-sec .bgSquare {
      width: min(100%, 400px);
      max-width: 400px;
      height: 88px;
      top: auto;
      transform: skewY(-8deg);
    }
    .el-login-sec .entry-form {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      padding: 28px 24px;
    }
    .el-login-sec .logoForm {
      width: auto;
      max-width: 240px;
      max-height: 140px;
    }
    .el-login-sec h3 {
      text-align: center;
      margin: 12px 0 20px;
      font-size: 1.35rem;
    }
    .el-login-sec .btn-login {
      width: 100%;
      margin-top: 4px;
    }
    .el-login-page footer .container {
      max-width: 400px;
    }

    .logo-div{
      background-color: #000;
    }

    .btn-success{
      background-color: rgb(9, 138, 9) !important;
    }

    .fa-trash-can{
      color: #ff0000;
      text-align: right;
    }
    .fa-trash-can:hover{
      cursor: pointer;
    }

    .active{
      color: green;
      font-size: 18px !important;
    }
    .products tr{
      border-bottom-width: 1px;
    }
    .goods-in-product tr{
      border-bottom-width: 1px;
    }
    