#pagination .table-bordered>thead>tr>th {
  border: 1px solid #606568 !important;
}

#pagination .table-bordered>tfoot>tr>td {
  border: 1px solid #f2f5f7 !important;
}

.pagination {
  margin: 0px !important;
  float:right !important;
}

#pagination hr {
  border: 1px dotted #d1ebfc !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.__smodal .modal-header,
.__vmodal .modal-header {
  background: linear-gradient(#ececec, white) !important;
  border-bottom-color: white !important;
}

.permission_label {
  display: block;
  font-weight: 500;
}

.avail {
  height: 10px;
  width: 10px;
  display: inline-flex;
  border-radius: 100%;
  margin-right: 5px;
  line-height: 11px;
}

.avail_green {
  background-color: green;
}

.avail_yellow {
  background-color: #f9b645;
}

.avail_red {
  background-color: red;
}

#map {
  height: 400px;
}

.map-popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 5px 7px -4px #333;
  width: 450px;
  /*height: 350px;*/
  z-index: 9999;
  padding: 15px;
}

#map_area {
  position: relative !important;
}

.map-popup p {
  font-size: 16px;
  font-weight: bold;
}

.tab-content {
  padding: 17px 0;
}

#create_zone {
  margin: 15px 0;
}

.plot-doc-icon {
  font-size: 23px;
  cursor: pointer;
}

.btn-rect {
  margin: 15px auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.box-header .box-title {
  color: #508aeb;
}

/* .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #29ac9c;
} */
.box .box-body label {
  font-size: 14px;
  font-weight: 500;
}

.form-control {
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  font-weight: 600;
}

.input-group .fa-times-circle {
  top: 10px !important;
}

.box-footer label {
  font-size: 18px;
}

.booking-content .box-footer hr {
  display: none;
}

.google-map {
  height: 667px !important;
}

.nav-tabs-custom ul li a {
  font-size: 16px;
}

.table-responsive th {
  font-size: 15px;
  font-weight: 500;
}

.table-responsive td {
  font-size: 15px;
  vertical-align: middle !important;
}

.driver-tables td {
  border: 1px solid #ddd !important;
}

.badge-custom {
  font-size: 15px !important;
}

.modal-dialog .table-responsive th {
  vertical-align: middle;
}

.table-responsive .table-striped thead {
  background: #6c757d !important;
  color: #fff !important;
}

.table-responsive .table-striped thead th i {
  margin-left: 2px !important;
  margin-top: 3px !important;
}

.table-responsive .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f2f5f7 !important;
}

.table-responsive .table-bordered tbody tr th {
  font-weight: bold !important;
}

.gm-style .gm-style-iw-d {
  font-size: 16px;
  font-weight: 400;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 8px;
  font-weight: 600;
  font-size: 16px;
}

.gm-style .gm-style-iw-d strong {
  color: #29ac9c;
}

.box .box-body h4 {
  background-color: #f6f6f6;
  padding: 10px 14px;
  border-left: 3px solid #29ac9c;
  color: #444;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}

.box .box-body td h4 {
  background: none !important;
  border-left: 0 !important;
  font-weight: 500;
  margin-bottom: 0 !important;
  width: auto;
  display: inherit !important;
  padding: 0 !important;
}

.__modal .modal-header {
  background: #007bff !important;
  color: #222 !important;
}

.__modal .modal-header .modal-title {
  color: #222 !important;
}

.table-responsive th>a {
  color: #fff !important;
}

.table-responsive td>a {
  color: #007bff !important;
}

.table-responsive td .badge {
  font-size: 15px;
}

/* .table-responsive .btn{
    color: #fff !important;
} */
table.dataTable thead .sorting::after {
  opacity: 0.8 !important;
  font-size: 13px !important;
}

table.dataTable thead .sorting_desc::after {
  opacity: 0.8 !important;
  font-size: 13px !important;
}

.payment-boxes p {
  margin: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}

.payment-boxes h5 {
  font-size: 25px;
  margin: 10px 15px;
}

.payment-boxes h3 {
  margin-top: 25px !important;
}

.payment-boxes .small-box {
  margin: 10px 0 25px;
}

/*New Design - End*/
/*Custom Css for map start*/
.google-map {
  width: 100%;
  height: 373px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.payment_txt label {
  margin-top: 8px !important;
  margin-right: 15px !important;
  cursor: pointer;
}

.booking-content hr {
  border-color: #DDDDDD;
  margin: 8px !important;
}

.payment-boxes1 p {
  margin: 10px 15px;
}

.payment-boxes1 h4 {
  margin: 10px 15px;
}

.payment-boxes1 h3 {
  margin-top: 25px !important;
}

.payment-boxes1 .money-cntnt {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 0;
  color: #fff;
}

/*Custom Css for map end*/
.error {
  color: #f54040 !important;
  font-size: 14px;
  font-weight: bold;
}

.input-group .error {
  position: absolute;
  left: 0;
  top: 34px;
}

.__red {
  color: #ce2626 !important;
}

.border-red {
  border: 1px solid #f54040 !important;
}

.datepicker {
  padding: 6px 12px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.__modal .modal-header {
  background: #f6f6f6 !important;
  color: #222 !important;
}

.__modal .modal-footer {
  padding: 7px !important;
}

.__modal_ride .modal-lg {
  width: 80% !important;
}

.bg-light-yellow {
  background: #fff0e7 !important;
  color: #5e5c5c !important;
}

.table-responsive .table-striped tbody tr:nth-of-type(2n+1).bg-light-yellow {
  background: #fff0e7 !important;
  color: #5e5c5c !important;
}

.sidebar-menu>li>a {
  padding: 8px 5px 8px 15px !important;
}

.fa-1x {
  font-size: 17px;
}

.mobile_search {
  cursor: pointer;
}

.mobile_error {
  color: #c02d2d;
  font-size: 13px;
  font-weight: normal;
}

.badge-custom {
  display: inline-block;
  min-width: 10px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 0.8;
  color: #060606;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #eeeeee;
}

.badge {
  cursor: pointer !important;
}

.select2-container {
  width: 100% !important;
}

.select2-selection__rendered img {
  max-width: 30px !important;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da;
  height: 36px;
  padding: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px;
}

.w50 {
  width: 50px !important;
  display: inline-block !important;
}

.driver-thumbs .users-list>li img {
  width: 128px !important;
  height: 128px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

/* .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 1px 16px !important;
  font-size: 12px !important;
} */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 3px 18px !important;
  font-size: 13px !important;
  background: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #ff6600 !important;
  color: #fff !important;
  padding: 4px 7px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 7px !important;
}

.cancel-select {
  width: 200px !important;
  height: 27px !important;
  font-size: 12px !important;
  padding: 0px !important;
}

.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}

.content-header {
  margin-top: 125px;
}

.content {
  min-height: 500px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 10px !important;
}

/* login layout start */
.login-page,
.register-page {
  background-color: #DCF8DA !important;
}

.login-box {
  margin: 4% auto !important;
}

.login-logo {
  margin-bottom: 0px !important;
}

/* login layout end */
/* main layout start */
.main-header .navbar {
  background-color: #29ac9c !important;
}

.main-header .logo {
  background-color: #219082 !important;
  color: #fff;
  border-bottom: 0 solid transparent;
}

.sidebar-menu>li.active>a {
  border-left-color: #29ac9c !important;
}

/* main layout end */
/* pagination layout start */
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #29ac9c !important;
  border-color: #29ac9c !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #29ac9c !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #fff !important;
}

.pagination>li>a,
.pagination>li>span {
  font-size: 14px !important;
  padding: 3px 10px !important;
}

/* pagination layout end */
.check-items {
  max-height: 320px;
  overflow-y: auto;
}

/* New Style 06/01/2022 */
.btn {
  height: 36px;
}

.btn.btn-sm {
  height: 30px;
}

.form-control {
  height: calc(1.5em + .75rem + 3px)
}

td label.switch {
  margin: 0;
  vertical-align: middle;
}

td .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0;
}

th .__check_all,
td .__check {
  display: inline-block;
  vertical-align: middle;
}

tfoot tr td button:first-child {
  margin-right: 0.3rem;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(255 102 0 / 50%);
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem hsl(24deg 100% 50% / 50%);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #ff6600;
  border-color: #ff6600;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff6600;
}

.modal-title {
  margin-top: 0;
}

.ref-btn {
  margin-top: 29px;
  display: flex;
  align-items: center;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #ff5622;
  border-color: #ff5622;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(255 86 34 / 50%);
}

.dropdown-menu {
  padding: 10px 0;
}

.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  line-height: normal;
}

.dropdown-menu .dropdown-item i {
  min-width: 15px;
  margin-right: 5px;
}

.dropdown-menu .dropdown-item:hover {
  color: #ff6600 !important;
  background: transparent;
}

.dropdown-menu .dropdown-item:hover i {
  color: #ff6600 !important;
}

.iti__selected-flag {
  min-height: 18px;
}

.profile-dropdown i.mdi-account-circle {
  position: relative;
  left: -2px;
  font-size: 18px;
}

.sublots_btn {
  height: 30px;
  padding-top: 5px;
}

@media(max-width: 767px) {
  .ref-btn {
    margin-top: 0;
  }

  .card-body .box .box-header {
    margin-bottom: 10px;
  }

  .__filter_box {
    margin-bottom: 15px;
  }
}


.form-sec-body {
  border: 1px solid #eee;
  border-radius: .25rem;
  margin-bottom: 30px;
  padding: 15px;
}

.form-sec-heading {
  margin-bottom: 10px;
}

.menu {
  font-weight: bold;
  list-style-type: none;
  padding: 5px;

}

.action {
  display: inline-block;
  list-style-type: none;
}

.error_msg {
  color: red;
}

.detail_btn {
  margin: 5px;
}

.label {
  padding: 0.2rem 0.6rem;
  line-height: 1.5rem;
  font-weight: 500;
  border-radius: 0.4rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
}

.label-success {
  background-color: #4CAF50
}

.label-info {
  background-color: #00a2ff
}

.label-warning {
  background-color: #FFC107
}

.label-danger {
  background-color: #FF5722
}

/* Receipt */
.text-danger strong {
  color: #9f181c;
}

.receipt-main {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 12px solid #333333;
  border-top: 12px solid #f60;
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 40px 30px !important;
  position: relative;
  box-shadow: 0 1px 21px #acacac;
  color: #333333;
  font-family: open sans;
}

.receipt-main p {
  color: #333333;
  font-family: open sans;
  line-height: 1.42857;
}

.receipt-footer h1 {
  font-size: 15px;
  font-weight: 400 !important;
  margin: 0 !important;
}

.receipt-main::after {
  background: #414143 none repeat scroll 0 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: -13px;
}

.receipt-main thead {
  background: #414143 none repeat scroll 0 0;
}

.receipt-main thead th {
  color: #fff;
}

.receipt-right h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 7px 0;
}

.receipt-right p {
  font-size: 14px;
  margin: 0px;
}

.receipt-right p i {
  text-align: center;
  width: 18px;
}

.receipt-main td {
  padding: 9px 20px !important;
}

.receipt-main th {
  padding: 13px 20px !important;
}

.receipt-main td {
  font-size: 13px;
  font-weight: initial !important;
}

.receipt-main td p:last-child {
  margin: 0;
  padding: 0;
}

.receipt-main td h2 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.receipt-left {
  text-align: right;
}

.receipt-header-mid .receipt-left h1 {
  font-weight: 100;
  margin: 34px 0 0;
  text-align: right;
  text-transform: uppercase;
}

.receipt-header-mid {
  margin-top: 50px;
  margin-bottom: 18%;
  overflow: hidden;
}

#container {
  background-color: #dcdcdc;
}

.receipt_font {
  color: #ff6600 !important;
}

.commission_input {
  border: none;
  background: transparent;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background: grey;
  border-color: grey;
  cursor: not-allowed;
}


/* Print Receipt */

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* @page {
  size: 7in 9.25in;
  margin: 27mm 16mm 27mm 16mm;
} */
.page {
  width: 21cm;
  min-height: 29.7cm;
  padding: 1cm;
  margin: 1cm auto;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
  padding: 1cm;
  border: 3px #000 solid;
  /* height: 160mm; */
  height: auto;
  outline: 2cm #FFEAEA solid;

}

@page {
  size: A4;
  margin: 0;
}

@media print {
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
    
  }
  body {-webkit-print-color-adjust: exact;}
  img {
    -webkit-print-color-adjust: exact !important;
  }

  table {
    border: solid #000 !important;
    border-width: 1px 0 0 1px !important;
  }

  th,
  td {
    border: solid #000 !important;
    border-width: 0 1px 1px 0 !important;
  }
  
}


/* @media print {
  .receipt-footer {
    position: fixed;
    bottom: 0;
  }
} */

/* @media print {

  body {
    margin-left: 20%;
    justify-content: center;
    color: #000;
    background-color: #fff;
  }

} */
.img-responsive {
  height: 50px;
  width: 50px;
}

/* Mark required with * */
label.required::after {
  content: '*';
  margin-left: 4px;
  color: red;
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}

.img-msg {
  color: #ff6600;
  font-weight: normal;
  font-size: 14px;
}

.myfile {
  cursor: pointer;
}

.myfile input {
  display: none;
}

/* input[type=file]{
  display:none;
 } */
/* .custom-file-button::after {
  content: 'Select some files';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
} */
/* input[type=file]{
  width:90px;
  color:transparent;
} */
/* input[type=file]{
  color:transparent;
 }
input[type=file]:after {
  color: #000;
  content:"This Works Man!!";
} */


/* Datatable CSS Changes */
.sorting_disabled a {
  color: #000 !important;
}

.dtr-title a {
  color: #000 !important;
}

.child li {
  display: flex;
  flex-wrap: wrap;
}

.child li .dtr-data {
  display: flex !important;
  flex-wrap: wrap !important;
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
  background-color: #ff6600 !important;
}

/* Receipt Format */
.right_corner {
  width: 75%;
  height: 70px;
  float: right;
  transform: translateY(-38px);
  left: 52px;
}

.right_corner img {
  width: 100%;
  height: 100%;
}

.right_corner p {
  font-size: 12px;
  margin-left: 17%;
  color: #ff6600;
}

.left_corner {
  width: 75%;
  height: 70px;
  transform: translate(-37px, 38px);
}

.left_corner img {
  width: 100%;
  height: 100%;
}

.receipt-box {
  height: fit-content;
  min-height: fit-content;
}

.receipt-box::before,
.receipt-box::after {
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.receipt-box::before {
  background-image: url("../images/left.png");
  width: 80%;
  height: 60px;
  bottom: 0;
  left: 0;
}

.receipt-box::after {
  background-image: url("../images/right.png");
  width: 80%;
  height: 60px;
  top: 0;
  right: 0;
}

.receipt-box {
  position: relative;
}

@media (max-width: 767px) {
  .page {
    padding: 5rem 1rem;
  }
}

@media (min-width: 768px) {
  .receipt-box {
    padding: 4rem 1rem 1rem;
  }
  .receipt-box::after {
    width: 45%;
  }
  .receipt-box::before {
    width: 45%;
    height: 61px;
  }
}

@media (max-width: 880px) {
  .page {
    width: 100%;
  }
}

@media (min-width: 1024px) {

  .receipt-box::after {
    width: 55%;
  }

  .receipt-box::before {
    width: 45%;
  }

}
.download_sample{
  padding: 10px;
    color: #000;
    font-weight: bold;
}