.form-control.error:focus{
    border-color: #e75752!important
}

  /* switch start */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #186ADE;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #186ADE;
  }

  .switch .yes, .switch .no {
    display: none;
  }

  .switch input:checked + .slider + .yes {
    display: block;
  }

  .switch input:not(:checked) + .slider + .label + .no {
    display: block;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
  .switch .label{
    position: absolute;
    right: -30px;
    top: 5px;
  }

  .switch.sm{
    width: 42px;
    height: 25px;
  }
  .switch.sm .slider:before{
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 3px;
  }

  .switch.sm input:checked + .slider:before{
    transform: translateX(20px);
  }
  /* switch end */

.card-statistics .card-body {
    border-radius: 5px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 200px;
}

.dataTable {
  width: 100% !important;
  overflow: auto;
  display: block;
}
/* .dataTable thead, .dataTable tbody {
  width: 100%;
  display: table;
} */
.dataTable th, .dataTable td{
  width:20%;
}
div.dataTables_wrapper .bottom{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

div.dataTables_wrapper .bottom .left, div.dataTables_wrapper .bottom .right{
  width: 50%;
}

div.dataTables_wrapper .btn.btn-primary {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-image: none;
  background-color: #186ADE;
  border-color: #186ADE;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-logo{
  width: 50%;
  margin: 0 0 20px 0;
}

.bg-input-success input {
  border: 1px solid #19d895 !important;
}

.bg-input-warning input {
  border: 1px solid #ffaf00 !important;
}

.font-xxl{
  font-size: 32px;
}
.font-xl{
  font-size: 26px;
}
.font-l{
  font-size: 20px;
}
.font-m{
  font-size: 16px;
}
.font-s{
  font-size: 12px;
}
.font-xs{
  font-size: 10px;
}

.gst-percent{
  height: 39px;
  border-radius: 5px;
}

td.order-table.action {
  align-items: center;
  text-align: right;
  padding-right: 50px;
}

td.order-table.action a {
  color: #2e2e2e;
}

.dataTables_wrapper .top{
  display: flex;
  justify-content: space-between;
}

.dataTables_wrapper .top .dt-buttons{
  float: none;
}

div.dt-buttons>.dt-button:hover:not(.disabled), div.dt-buttons>div.dt-button-split .dt-button:hover:not(.disabled) {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
}
table.table-without-header thead {
  display: none;
}
a.rm-underline:hover {
  text-decoration: none;
}
input.form-control::file-selector-button {
  height: 100%;
  margin-top: 0;
}

/*loader*/
.spanner{
  position:absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a55;
  width: 100%;
  display:block;
  text-align:center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.overlay{
  position: fixed;
	width: 100%;
	height: 100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;

    align-items: center;
    vertical-align: middle;
    display: flex;
}

.loading,
.loading:before,
.loading:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loading {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loading:before,
.loading:after {
  content: '';
  position: absolute;
  top: 0;
}
.loading:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading:after {
  left: 3.5em;
}


@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
  z-index: 999999;
	opacity: 1;
}


 .card-header.d-flex .button-group .btn {
    margin: 2px;
 }

.card-header.d-flex {
    flex-wrap: wrap;
}
/* 18-oct-strat */
.jconfirm-box-container {
    width: 100%;
    max-width: 500px;
    flex: unset !important;
    margin: 0 auto !important;
}
.no-sort-icon::before, .no-sort-icon::after {
  content: none !important;
  display: none;  
}
/* 18-oct-end */
.row-md-color-box .col-color-box{
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.row-lg-color-box .col-color-box{
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}


select.multiple-select option {
  background: #f5f5f5;
  font-weight: 500;
  margin: 5px 0;
  border-radius: 3px;
  padding: 11px 5px 12px 12px;
  font-size: 12px;
}
select.multiple-select {
  height: 300px !important;
}

select.multiple-select option:checked {
  background: #1967D2;
  color: #fff
}

/*
-----------------
media screens
------------------
*/
@media (max-width:1732px) and (min-width:1171px){
    #machine-module .form-group label {
      min-height: 48px;
    }
}
/*
 18-10-23
 */
 @media (max-width:1550px) and (min-width:1104px){
    .form_label_rspnsv .form-group label {
        min-height: 48px;
    }

    .form_label_rspnsv .form-check label {
        min-height: unset !important;
    }
    }
    @media (max-width:1480px) and (min-width:1363px){
        div#no-credit-table_filter {
            margin-top: 36px;
        }
        }
 @media (max-width:1471px) and (min-width:1025px){
    div#pending-orders-table_filter {
        min-height: 80px;
    }
    }
@media (max-width:1421px) and (min-width:1025px){
    div#pending-orders-table_filter {
        min-height: 80px;
    }
    }

    @media (max-width:1362px) and (min-width:1025px){
        div#no-credit-table_filter {
            margin-top: 69px;
        }
        }
    @media (max-width:1103px) and (min-width:1025px){
        .form_label_rspnsv .form-group label {
            min-height: 72px;
        }

        .form_label_rspnsv .form-check label {
            min-height: unset !important;
        }
        }
    @media (max-width:1024px) and (min-width:768px){
    div#pending-orders-table_filter {
        min-height: 96px;
    }
    .form_label_rspnsv .form-group label {
        min-height: 36px;
    }
    .form_label_rspnsv .form-check label {
        min-height: unset !important;
    }
}
    @media (max-width:1024px) and (min-width:992px){
    div#no-credit-table_filter {
        margin-top: 35px;
    }
    }

    @media (max-width:991px) and (min-width:768px){
    div#no-credit-table_filter {
        margin-top: 33px;
    }
    }



/* end */

@media (max-width:1170px) and (min-width:1025px){
  #machine-module .form-group label {

  min-height: 72px;

  }
}



@media (max-width:1024px) and (min-width:768px){
  #machine-module .form-group label {

  min-height: 36px;

  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 10px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  body p, body a, body button, body label, body input, body span{
    font-size: 12px !important;
  }

  body tbody td, body table th{
    font-size: 10px !important;
    padding: 0px 4px !important;
  }
  body table th{
    padding: 8px 16px !important;
  }

  button.btn {
    padding: 5px 8px;
  }
  span.mdi.mdi-menu {
    font-size: 18px !important;
  }
  div.dataTables_wrapper div.dataTables_filter input{
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {

  .dataTable thead, .dataTable tbody {
    display: contents;
  }

  /* .table-responsive{
    display: table;
  } */
}

@media screen and (max-width: 767px) {
  .table-striped td {
    padding: 5px !important;
  }
  div.dataTables_wrapper div.dataTables_filter label {
      display: flex;
      align-items: center;
      margin-right: 5px;
  }

  .card-statistics .card-body {
    height: 200px;
  }

  div.dataTables_wrapper .dataTables_filter{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .dataTables_wrapper .top{
    display: flex;
    justify-content: flex-end;
  }
  .card-header .card-top-left ,.card-header .card-top-left {
    width:100% !important;
}

span#credit-note-amount {
font-size: 16px !important;
}
#credit-notes .d-flex {
flex-wrap: wrap;
margin-bottom: 4px;
}
div.dataTables_wrapper div.dataTables_length select {
    font-size: 11px !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li a {
    font-size: 11px !important;
    padding: 5px 10px !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0 !important;
}
/* 18-oct */
div.dataTables_wrapper .bottom .left, div.dataTables_wrapper .bottom .right {
    width: 100%;
}
div.dataTables_wrapper .bottom{
    flex-wrap:wrap;
}
/* 18-oct end */
}
/* 18-oct */
@media (max-width:575px){
    input#item_mileage {
        min-width: 30px;
    }
    }
/* 18-oct-end */

