@font-face {
  font-family: "PT-Sans-Web-Bold";
  src: url("../fonts/PT-Sans-Web-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PT-Sans-Web-Regular";
  src: url("../fonts/PT-Sans-Web-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SourceSansPro-Bold.woff") format("woff"),
    url("../fonts/SourceSansPro-Bold.ttf") format("truetype"),
    url("../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-SemiBold";
  src: url("../fonts/SourceSansPro-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SourceSansPro-SemiBold.woff") format("woff"),
    url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype"),
    url("../fonts/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SourceSansPro-Regular.woff") format("woff"),
    url("../fonts/SourceSansPro-Regular.ttf") format("truetype"),
    url("../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SourceSansPro-Light";
  src: url("../fonts/SourceSansPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SourceSansPro-Light.woff") format("woff"),
    url("../fonts/SourceSansPro-Light.ttf") format("truetype"),
    url("../fonts/SourceSansPro-Light.svg#SourceSansPro-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "SourceSansPro-Regular";
}

body:not(.modal-open) {
  padding-right: 0px !important;
}

* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SourceSansPro-Regular";
}

a {
  font-family: "SourceSansPro-Regular";
}

label {
  font-family: "SourceSansPro-SemiBold";
}

textarea {
  resize: none;
}

/*select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}*/

.blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

/*.content-wrapper, .right-side {
  background-color: #FFF;
}*/
.view-item,
.chanegs-btn {
  display: inline-block;
  margin: 5px;
  padding: 5px 6px;
  border: 1px solid #333;
  border-radius: 50%;
  color: #000;
  opacity: 0.6;
  line-height: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.view-item:hover,
.chanegs-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.chanegs-btn .fa-id-card-o::before,
.chanegs-btn .fa-address-book::before,
.chanegs-btn .fa-user-plus::before,
.chanegs-btn .fa-whatsapp::before,
.chanegs-btn .fa-eur::before,
.chanegs-btn .fa-phone::before,
.chanegs-btn .fa-times::before,
.chanegs-btn .fa-remove::before,
.chanegs-btn .fa-edit::before {
  display: none;
}

.chanegs-btn .fa {
  /*width: auto;*/
  vertical-align: middle;
}

.view-item::after,
.chanegs-btn .fa-id-card-o::after,
.chanegs-btn .fa-address-book::after,
.chanegs-btn .fa-user-plus::after,
.chanegs-btn .fa-whatsapp::after,
.chanegs-btn .fa-eur::after,
.chanegs-btn .fa-phone::after,
.chanegs-btn .fa-times::after,
.chanegs-btn .fa-remove::after,
.chanegs-btn .fa-edit::after,
.chanegs-btn .fa-book::before {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("../Uploads/icon-edit.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.chanegs-btn .fa-times::after,
.chanegs-btn .fa-remove::after {
  background-image: url("../Uploads/icon-delete.png");
}

.chanegs-btn .fa-whatsapp::after {
  background-image: url("../Uploads/icon-whatsapp.png");
}

.chanegs-btn .fa-eur::after {
  background-image: url("../Uploads/icon-euro.png");
}

.chanegs-btn .fa-phone::after {
  background-image: url("../Uploads/icon-call.png");
}

.chanegs-btn .fa-user-plus::after {
  background-image: url("../Uploads/icon-adddrive.png");
}

.chanegs-btn .fa-address-book::after {
  background-image: url("../Uploads/icon-contact.png");
}

.chanegs-btn .fa-id-card-o::after {
  background-image: url("../Uploads/icon-depot.png");
}

.chanegs-btn .fa-book::before {
  background-image: url("../Uploads/passport.svg");
}

.view-item::after {
  background-image: url("../Uploads/icon-eye.png");
}

.view-item {
  font-size: 0;
  line-height: normal;
}

.modal-footer .btn + .btn,
.btn-info {
  margin-top: 5px;
  padding: 3px 12px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*font-weight: bold;*/
}

.btn-info {
  border-color: #d0c4a8;
  background-color: #d0c4a8;
}

.modal-footer .btn + .btn:hover,
.btn-info:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.heading_detail {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.heading_detail h2 {
  float: left;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin: 0;
  border-bottom: 2px solid #d0c4a8;
  font-size: 18px;
  font-weight: 600;
}

.heading_detail h2::after {
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #222d32;
  content: "";
}

.chanegs-btn:hover .fa-remove,
.chanegs-btn:hover .fa-edit {
  color: #5a5a5a;
}

.skin-blue .sidebar-menu > li.active > a {
  color: #000;
}

.btn-primary {
  padding: 10px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-family: "SourceSansPro-SemiBold";
  font-weight: 600;
}

a#importSupplier {
  margin-left: 10px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  opacity: 0.8;
  background-color: #000;
}

.user-panel > .image > img {
  height: 45px;
}

.sidebar-collapse .user-panel > .image > img {
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/** Login page **/
.login-page,
.register-page {
  background-image: url("../Uploads/banner-img.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/** Header Section **/
.main-header .navbar {
  min-height: 70px;
}

.main-header .logo {
  height: 70px;
}

.sidebar-mini.sidebar-collapse .main-header .logo {
  width: 60px;
  padding: 0 25px;
}

.skin-blue .main-header .logo,
.skin-blue .main-header .navbar {
  background-color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.skin-blue .main-header .navbar .sidebar-toggle {
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover,
.skin-blue .main-header .logo:hover {
  background-color: #606060;
  text-decoration: none;
}

.main-header .logo .logo-mini {
  margin: 10px 0;
}

.main-header .logo .logo-mini img {
  max-width: 50px;
  width: 100%;
}

.main-header .logo .logo-lg img {
  max-width: 65px;
  width: 100%;
}

.main-header .logo .logo-lg {
  margin: 10px 0;
}

/** Side menu **/
.main-sidebar .user-panel {
  border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}

.main-sidebar,
.left-side {
  padding-top: 70px;
}

.skin-blue .sidebar-menu > li > a {
  border-bottom: 1px solid rgba(256, 256, 256, 0.2);
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.skin-blue .sidebar-menu > li:last-child > a {
  border-bottom-color: transparent;
}

.skin-blue .sidebar-menu > li.active > a {
  background-color: #d0c4a8;
  border-left-color: #000;
  text-decoration: none;
}

.sidebar-menu > li > a > .fa {
  vertical-align: middle;
}

.skin-blue .sidebar-menu > li:hover > a {
  background-color: #d0c4a8;
  border-left-color: #000;
  text-decoration: none;
}

.skin-blue .sidebar-menu > li:hover > a {
  color: #000;
}

/** Main content section **/
.content-header {
  padding: 15px 30px 0;
}

.content-header > h1 {
  display: inline-block;
}

.breadcrumb .active a {
  color: #d0c4a8;
  vertical-align: middle;
}

.breadcrumb a {
  color: #d0c4a8;
}

.breadcrumb li,
.breadcrumb a {
  font-size: 13px;
}

.breadcrumb .active a i.fa-home {
  vertical-align: baseline;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.content-header > .breadcrumb {
  position: static;
}

.main-section {
  -webkit-box-shadow: 0px 1px 4px -2px #000;
  box-shadow: 0px 1px 4px -2px #000;
}

.box {
  /*border-color: #000;*/
  border: none;
}

.box-body {
  padding: 15px;
}

.dataTables_wrapper {
  margin-top: 15px;
}

.statistics_tab .dataTables_wrapper {
  margin-top: 0px;
}

.dataTables_wrapper .dataTables_length {
  margin-top: 10px;
}

.dataTables_length label {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "SourceSansPro-Bold";
}

.dataTables_filter label {
  margin-bottom: 15px;
  margin-right: 0;
}

.dataTables_wrapper .dataTables_filter input {
  padding: 5px;
  border: 1px solid #ddd;
  outline: none;
  vertical-align: middle;
}

.content .dashboard-main-content .box-body label {
  width: 100%;
  margin-bottom: 0;
  padding: 8px 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-family: "SourceSansPro-SemiBold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content .dashboard-main-content label.open-cases {
  background-color: #5a5a5a;
  padding: 12px 15px;
  width: 100%;
  display: block;
  color: #ffffff;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-family: "SourceSansPro-SemiBold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content .dashboard-main-content .box-body {
  padding: 0;
}

.box-body > .table {
  position: relative;
}

.sticky-wrapper {
  position: relative;
  padding-top: 68px;
}

span.top-fixed-section {
  position: absolute;
  width: calc(100% - 30px);
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

span.top-fixed-section.black-sticky-box label {
  width: 100%;
  margin-bottom: 0;
  padding: 8px 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-family: "SourceSansPro-SemiBold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

/** Table **/
table {
  border-collapse: unset;
}

.table-bordered {
  border: none;
}

.table-bordered > thead > tr > th {
  font-size: 15px;
}

table.dataTable.no-footer {
  border-bottom: none;
}

.table > tbody > tr > td {
  color: #000;
  border: none;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  vertical-align: middle;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > td > span {
  padding: 1px 13px;
  background-color: #000;
  color: #fff;
  /*font-weight: 600;*/
}

.dashboard-main-content .box table > tbody > tr > td > span {
  border-radius: 15px;
}

.table-bordered > tbody > tr > td > img {
  height: auto;
  max-width: 50px;
  width: 100%;
}

.table > thead:first-child > tr:first-child > th {
  padding: 5px 10px;
  border-bottom: 0;
  background: #5a5a5a;
  color: #fff;
  border-color: #828282;
  font-size: 14px;
  font-weight: normal;
}

.task-count-table.table > thead:first-child > tr:first-child > th.sticky-header,
.sticky-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.table > thead:first-child > tr:first-child > th.top-fixed-section {
  background-color: transparent;
  background: transparent;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e7e7e7;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

.main-section table.table .user_detail .user_img {
  float: left;
  display: inline-block;
  margin: 10px 0;
}

.main-section table.table .user_detail .user_img img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.main-section table.table .user_detail .user_request {
  display: inline-block;
  margin: 0 2px 0 10px;
  width: 100px;
}

.main-section table.table .user_detail .user_request span:first-child {
  font-family: "SourceSansPro-SemiBold";
  font-size: 14px;
}

.main-section table.table .user_detail .user_request span {
  display: block;
  line-height: normal;
}

.main-section table.table .user_detail .user_request span.time-label.green,
.main-section table.table .user_detail .user_request span.time-label.orange,
.main-section table.table .user_detail .user_request span.time-label.red {
  padding: 1px 5px;
  margin-top: 2px;
  border-radius: 15px;
  background: green;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.main-section table.table .user_detail .user_request span.time-label.orange {
  background: orange;
}

.main-section table.table .user_detail .user_request span.time-label.red {
  background: red;
}

.main-section .progress-bar-success {
  background-color: #000;
}

.main-section .customer_status span:first-child {
  font-size: 17px;
  font-family: "SourceSansPro-Regular";
}

.main-section .customer_status span {
  font-size: 13px;
  line-height: normal;
  font-family: "SourceSansPro-Light";
}

/*.bootstrap-timepicker {
  max-width: 120px;
}*/
/*.form-group thead#hoursdisplay tr th:nth-child(3),
.form-group thead#hoursdisplay tr th:nth-child(2) {
  width: 120px;
}*/
.form-group thead#hoursdisplay tr {
  line-height: 38px;
}

/** Pagignation **/
.dataTables_wrapper .dataTables_info {
  padding-top: 18px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border-color: #ddd;
  margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  border-color: #ddd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 10px;
  margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #d0c4a8;
  color: #fff !important;
  border-color: #d0c4a8;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #ccc !important;
  border-color: #ddd;

  .box-body.table-responsive
    .table.table-striped
    > thead:first-child
    > tr
    > th:nth-child(5) {
    border-right: 1px solid #fff;
  }

  .box-body.table-responsive
    .table.table-striped
    > tbody
    > tr
    > th:nth-child(5) {
    border-right: 1px solid #d5d5d5;
  }
}

.cust_action {
  width: 470px !important;
}

/*.sup_action {
    width: 270px !important;
}*/

.request_action {
  width: 100px !important;
}

.user_action {
  width: 250px !important;
}

.count_case,
.count_workshop,
.count_service {
  width: 300px !important;
}

.label-right .btn-map label {
  margin: 0;
  padding: 0;
}

.btn-map .fa-map-marker {
  margin-top: 3px;
}

.btn-map .fa-list {
  margin-top: 3px;
  margin-left: 5px;
}

/** Create Customer **/
.create-customer {
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
}

/*.create-customer .form-group label {
  display: block;
}*/
.create-customer .form-group input[type="password"],
.create-customer .form-group input[type="text"] {
  display: inline-block;
  height: 34px;
  width: 100%;
  padding: 6px 12px;
  background-color: #fff;
  /*background-image: none;*/
  font-size: 14px;
  border: 1px solid #ccc;
  line-height: 1.42857143;
  color: #555555;
  border-radius: 4px;
  outline: none;
}

input#mail_name,
input#by_email {
  margin-bottom: 20px;
}

.create-customer .form-group input[type="button"]#addmore {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 15px auto;
  background: #c1ae8b;
  border-color: #c1ae8b;
}

.create-customer .form-group input[type="button"]#addmore:hover {
  opacity: 0.8;
}

.form-control,
.form-group {
  outline: none;
}

.form-control {
  position: relative;
}

span.select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 29px;
  right: 17px;
  width: 20px;
  pointer-events: none;
}

span.select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.create-customer a img {
  height: 50px;
  width: auto;
}

.intl-tel-input,
.tel_number_view .intl-tel-input {
  width: 100%;
}

input#iso_code,
input#whatsapp_iso_code,
input#landline_iso_code,
input#work_iso_code,
input#driver_iso_code,
input#driver_iso_code_manual,
input#fax_iso_code,
input#phone_iso_code {
  width: 18%;
  float: right;
}

input#phone_iso_code {
  width: 18%;
  float: right;
}

.create-customer .input-group[class*="col-"] {
  float: left;
}

/** Admin page **/
.skin-blue .main-header li.user-header {
  background-color: #d0c4a8;
}

.navbar-nav > .user-menu > .dropdown-menu {
  padding: 0;
  border-top: 1px solid #222d32;
}

.admin-user {
  padding: 15px 15px 40px;
}

.admin-user .form-group label {
  width: 100%;
}

.admin-user .form-group input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.user-detail .form-group label {
  display: inline-block;
  width: auto;
  padding: 3px 12px;
  background-color: #d0c4a8;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}

.user-detail a > img {
  height: 150px;
  width: 100%;
}

/** Hamburger ***/
.hamburger {
  display: inline-block;
  margin: 26px 5px 0;
}

.hamburger .line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger.is-active {
  -webkit-transform: rotate(90deg);
  -moz-transition: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger.is-active .line:nth-child(1) {
  width: 8px;
}

#hamburger.is-active .line:nth-child(2) {
  width: 15px;
}

/*.create-customer .form-group.billing_addres input {
  width: auto;
}*/
.billing_addres {
  margin-bottom: 0;
}

.create-customer .form-group.billing_addres input[type="checkbox"] {
  position: relative;
  top: -1px;
  margin: 0;
}

/*.create-customer .form-group.billing_addres {
  margin-bottom: 0;
}*/
.bill_add {
  clear: left;
}

.bill-add-first {
  padding: 0;
}

.create-customer .billing_addres label {
  display: inline-block;
  /*margin: 1px 0 0 20px;*/
  font-family: "SourceSansPro-Regular";
  font-weight: normal;
  color: #a2a2a2;
}

.create-customer .whatsapp_number label {
  display: inline-block;
}

.create-customer .whatsapp_number .billing_addres input[type="checkbox"] {
  top: -2px;
  height: 22px;
  margin: 0;
}

.create-customer .whatsapp_number .intl-tel-input {
  width: 100%;
}

.create-customer .whatsapp_number .billing_addres label {
  margin: 0 0 0 20px;
  font-family: "SourceSansPro-Regular";
  font-weight: normal;
  color: #a2a2a2;
}

.create-customer .whatsapp_number .form-group.billing_addres {
  display: inline-block;
  margin-bottom: 0;
}

/** Check-box **/
input[type="checkbox"] {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  outline: none;
  background-image: url(../img/radio-grey.png);
  background-repeat: no-repeat;
  background-position: center left 0;
  background-size: auto;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0 !important;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.create-customer .billing_addres input[type="checkbox"] {
  position: absolute;
  top: 24px;
  left: 0;
  margin-left: 0;
  outline: none;
  border: none;
}

input[type="checkbox"] {
  background-image: url(../Uploads/checkbox-grey.png);
}

input.multiple_selection_axcle1 {
  padding-top: 27px;
}

input[type="checkbox"]:checked {
  background-position: center left -24px;
  outline: none;
}

input:active,
input:focus,
input:hover {
  outline: none;
}

/** Changes **/
.create-customer .form-group.role-model label {
  height: 32px;
  margin-top: 11px;
  padding-left: 15px;
}

.create-customer .role-model .billing_addres input[type="checkbox"] {
  top: 0;
  left: 0;
}

.bootstrap-timepicker .input-group-addon {
  border-radius: 4px;
}

.buty_time_view span {
  margin-top: 7px;
}

.buty_time_view.input-group .form-control:first-child,
.buty_time_view.input-group-addon:first-child {
  text-align: left;
}

.role-permission-section.create-customer
  .role-model
  .billing_addres
  input[type="checkbox"] {
  position: absolute;
  top: 5px;
}

.progress {
  background-color: #b6b6b6;
}

.main-opencase-section .table > tbody > tr > th,
.main-opencase-section .table > tbody > tr > td {
  padding: 15px;
}

/*.new_time_table .input-group {
  display: inline-block;
  width: 100%;
}*/
.create-customer .input-group[class*="col-"] {
  width: 100%;
}

.new_time_table span.text-to {
  width: 100%;
  margin: 10px 0;
}

.form-group .select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #d0c4a8 !important;
  border: 1px solid #c1ae8b !important;
}

.form-group .select2-container--default .select2-selection--multiple {
  height: auto;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff !important;
}

.form-group
  .select2-container--default.select2-container--focus
  .select2-selection--multiple,
.form-group .select2-container--default .select2-selection--multiple:active,
.form-group .select2-container--default .select2-selection--multiple:focus,
.form-group .select2-container--default .select2-selection--multiple:hover {
  border: 1px solid #9ccfec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group table thead#hoursdisplay tr td .bootstrap-timepicker {
  width: 90%;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #d0c4a8 !important;
}

.case-request-section .form-group > span {
  position: absolute;
  top: 0;
  right: 16px;
  left: auto;
  padding: 7px;
  border-radius: 0 4px 4px 0;
  background: #000;
  color: #fff;
}

.red_in,
.ornage_in,
.green_in {
  display: inline-block;
  height: 36px;
  width: 36px;
  margin: 2px 1px;
  border: none;
  background-color: transparent;
  background-image: url(../Uploads/design-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.red_in {
  background-image: url(../Uploads/design-red.png);
}

.ornage_in {
  background-image: url(../Uploads/design-orange.png);
}

.red_in:hover,
.ornage_in:hover,
.green_in:hover {
  opacity: 1;
}

.generate-invoice-section .main-section {
  margin: 30px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  padding: 5px 5px 30px;
}

.generate-invoice-section .box {
  display: inline-block;
  /*margin-top: 50px; */
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.generate-invoice-section .table > thead:first-child > tr:first-child > th {
  background-color: #dcdcdc;
  color: #000;
  font-size: 16px;
  border: none;
  font-weight: 600;
}

.generate-invoice-section .table > tbody > tr > th,
.table > tbody > tr > td {
  background: transparent;
  border: none;
}

.italic_text {
  text-decoration: underline;
  font-style: italic;
}

.d_i {
  display: inline-block;
}

.p_tb {
  padding-top: 0;
  padding-bottom: 0;
}

.half-table table tr td {
  width: 50%;
}

.half-table table tr td:first-child {
  background-color: #dcdcdc;
  font-weight: 600;
  font-size: 16px;
}

.half-table table tr td:last-child {
  text-align: right;
}

.bottom-detail p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

/** Popup-model **/

.modal {
  overflow: auto !important;
}

.modal-content {
  max-width: 500px;
  margin: 0 auto;
}

.modal-header {
  border: none;
  background: #333333;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0px 3px 10px -3px #333;
  -ms-box-shadow: 0px 3px 10px -3px #333;
  -o-box-shadow: 0px 3px 10px -3px #333;
  box-shadow: 0px 3px 10px -3px #333;
}

.modal-body {
  display: inline-block;
  width: 100%;
  padding: 20px 12px;
}

.modal-body span {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

/*.passport-content {
    max-width: 1000px !important;
}*/

.passportspam span {
  display: initial;
}

.passportspam label {
  margin: 5px 5px 10px 0 !important;
}

.modal-body label {
  margin: 5px 5px 0 0;
}

.modal-body select {
  /*height: 30px;*/
  border: 1px solid #ddd;
  padding: 0 12px;
  outline: none;
}

.modal-body select:focus {
  outline: none;
}

.modal-footer {
  padding: 10px 12px;
  border-radius: 0 0 4px 4px;
}

.modal-footer .btn + .btn {
  margin: 0 0 0 5px;
}

.modal-footer .btn {
  margin-top: 0;
  /* background-color: #000;
    color: #fff;*/
}

.modal-header .close {
  color: #fff;
  opacity: 1;
}

.modal-dialog {
  width: 850px;
}

.modal-content {
  max-width: 850px;
}

.modal-dialog .modal-body label {
  margin: 0 5px 0;
}

.modal-dialog .modal-body input {
  margin-left: 5px;
  padding: 0px 5px;
  border: 1px solid #ddd;
}

.modal-dialog .modal-body input[type="file"] {
  padding: 6px 12px;
  height: auto;
}

.sup-map-all-content img {
  width: 100%;
}

.supplier-name {
  display: inline-block;
  width: 100%;
  margin: 6px 0 0;
  text-align: center;
  font-weight: 600;
}

.sup-map-all-content .sup-map-content {
  display: inline-block;
  padding: 0 15px;
  width: 75%;
}

.supplier-img {
  display: inline-block;
  width: 17%;
  float: left;
}

.google-rating {
  float: right;
  width: 50%;
  margin-bottom: 10px;
}

.map-content-box {
  width: 50%;
  float: left;
}

.google-rating span.fa.fa-star.checked {
  color: #ff912c;
}

.google-rating span.fa.fa-star {
  color: #ccc;
}

.google-map-content {
  display: block;
}

.google-map-content p {
  margin: 0 0 3px;
}

.google-map-content p b {
  display: inline-block;
  width: 23%;
}

.google-map-content p a {
  width: 75%;
  display: inline-block;
}

.google-map-content input {
  float: left;
  margin: 5px 10px 5px 0;
  border: 1px solid #ddd;
  padding: 3px 5px;
  border-radius: 4px;
}

#success_value_set {
  display: block !important;
  width: 100%;
  float: right;
  color: green;
}

.google-map-content .google-btn {
  float: left;
  margin: 5px;
}

.btn.google-btn.btn-info.select_supplier {
  float: right;
}

.notes_checked {
  margin-bottom: 20px;
}

.amount-section {
  display: inline-block;
  width: 100%;
}

.amount-section .form-group {
  margin-bottom: 0px !important;
  padding-right: 0px !important;
}

.eta-amount {
  display: inline-block;
  width: auto;
}

.amount-btn {
  display: inline-block;
  /*width: 100%;*/
  margin-top: 10px;
  padding-left: 15px;
}

.empty_provider {
  padding-left: 15px;
}

.modal-body .amount-section select {
  background: #fff;
  padding: 0 15px 0 5px;
  width: 100%;
  /*max-width: 200px;*/
}

.modal-body .header-title-nearby {
  padding-left: 20px;
}

.modal-body span.select2-selection {
  margin-bottom: 0px !important;
}

.modal-dialog .modal-body .amount-btn .btn-default {
  padding: 2px 12px;
}

.modal-dialog .modal-body .amount-btn .btn-info {
  margin: 0;
  padding: 3px 15px;
  border: none;
  font-size: 14px;
  margin-right: 5px;
}

.sup-map-all-content .supplier-img .supplier-name img {
  max-width: 26px;
}

.sup-map-all-content .supplier-img .supplier-name .company_name {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
}

.sup-map-all-content .sup-map-content .company_name a {
  color: black;
}

/** Breakdown Request Received Popup **/
.pusher-model {
  position: fixed;
  top: auto;
  left: auto;
  right: 28px;
  bottom: 20px;
  opacity: 0;
  background: #222d32;
  padding: 24px 22px;
  border-radius: 4px;
  z-index: 99;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pusher-show {
  right: 28px;
  display: inline-block;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.pusher-model h3 {
  display: inline-block;
  margin: 0;
  color: #ffff;
  font-size: 14px;
}

.pusher-model .pusher-close {
  position: absolute;
  top: 3px;
  left: auto;
  right: 7px;
  background: transparent;
  border: none;
  opacity: 0.8;
  line-height: normal;
  outline: none;
}

.pusher-model .pusher-close img {
  max-width: 15px;
}

.pusher-model .pusher-close:focus {
  outline: none;
}

.pusher-model .pusher-close:hover {
  opacity: 1;
}

.pusher-model .pusher-close i.fa {
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 14px;
}

/*supplier-btn*/
.supplier-btn .table > tbody > tr > td:last-child {
  text-align: center;
}

.supplier-btn .chanegs-btn {
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
}

/** Switch **/

.menu-list-block {
  margin-top: 15px;
}

.label-right {
  display: inline-block;
}

.label-right label {
  float: left;
  display: inline-block;
  padding-right: 15px;
  padding-top: 5px;
}

.label-right .toggle-switch {
  display: inline-block;
  position: relative;
  width: 70px;
}

.label-right .toggle-switch input {
  width: 70px;
  z-index: 99;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  /*appearance: none;*/
  outline: none;
  opacity: 0;
}

.switch-anim {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 70px;
  border: 3px solid #000000;
  border-radius: 25px;
  background: #1e6f9d;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a5a5a),
    to(#000000)
  );
  background: linear-gradient(180deg, #5a5a5a, #000000);
}

.toggle-anim {
  background: #d8d8d8;
  border-bottom: 2px solid #cecece;
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-top: 2px solid #fff;
  border-radius: 25px;
  left: 0;
  height: 100%;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50%;
  z-index: 3;
  background: linear-gradient(-135deg, #d8d8d8, #ffffff);
}

.toggle-anim:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1e6f9d;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a5a5a),
    to(#000000)
  );
  background: linear-gradient(180deg, #5a5a5a, #000000);
  content: "";
}

.switch-on,
.switch-off {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-on {
  background: #000000;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a5a5a),
    to(#000000)
  );
  background: linear-gradient(180deg, #5a5a5a, #000000);
  left: 0;
  color: #fff;
  padding: 2px 7px 0 0;
  text-align: right;
}

.switch-off {
  background: #e6e6e6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f8f8),
    to(#e6e6e6)
  );
  background: linear-gradient(180deg, #f8f8f8, #e6e6e6);
  left: -50%;
  color: #000;
  padding: 2px 0 0 3px;
  text-shadow: 1px 1px 0 #fff;
}

.chk-toggle:checked + .switch-anim {
  border: 3px solid #e6e6e6;
  background: none;
}

.chk-toggle:checked + .switch-anim .toggle-anim {
  background: #000;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a5a5a),
    to(#000)
  );
  background: linear-gradient(180deg, #5a5a5a, #000);
  border: 2px solid #000;
}

.chk-toggle:checked + .switch-anim .toggle-anim:after {
  background: #d8d8d8;
  background: linear-gradient(-135deg, #d8d8d8, #ffffff);
}

.chk-toggle:checked + .switch-anim .switch-on {
  left: 50%;
}

.chk-toggle:checked + .switch-anim .switch-off {
  left: 0;
}

.chk-toggle:checked + .switch-anim .toggle-anim {
  left: 50%;
}

.case-request-section span.validateError,
span.validateError {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 20px;
  color: #f00;
  line-height: 15px;
}

.case-request-section span.validateError {
  background: transparent;
  right: auto;
  padding: 0;
  border-radius: 0;
}

.open_hours_div span.validateError {
  color: #f00;
  position: relative;
  left: 0;
  bottom: 5px;
  line-height: normal;
  /*padding: 0 15px;*/
}

.open_hours_div span.validatecheckError {
  color: #f00;
  position: relative;
  left: 0;
  bottom: 5px;
  line-height: normal;
}

.article_table span.validateError {
  color: #f00;
  position: relative;
  left: 0;
  bottom: auto;
  top: 100%;
  line-height: normal;
  /*padding: 0 15px;*/
  display: block;
}

.intl-tel-input span.validateError {
  top: 36px;
  left: 0;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

/** Footer section **/
.main-footer {
  position: relative;
  margin: 0;
  border: none;
  background-color: #000;
  color: #fff;
  text-align: center;
  z-index: 999;
}

/** Component **/
.full-with {
  width: 100%;
}

.cl {
  clear: left;
}

.create-customer .ml-lab label {
  margin-left: 0;
  color: #333333;
  font-family: "SourceSansPro-SemiBold";
}

.validatehours.grey {
  color: #5c585866;
}

/*changes*/

.date input.datepicker,
.timepicker span.input-group-addon {
  border-radius: 0 4px 4px 0 !important;
}

.timepicker span.input-group-addon,
.bootstrap-timepicker-widget table td a,
.date .input-group-addon {
  background-color: #222d32;
  border-color: #222d32;
  color: #fff !important;
}

.bootstrap-timepicker-widget table td a:hover {
  color: #333 !important;
}

.bootstrap-timepicker-widget table td input {
  width: 40px !important;
  margin: 0;
  text-align: center;
  height: 35px;
}

.bootstrap-timepicker-widget table td a {
  border-radius: 4px;
}

.check {
  height: 60px;
  padding-top: 27px;
}

.timepicker input.openingHours {
  border-radius: 4px 0 0 4px !important;
}

.main-sidebar {
  height: 100vh !important;
  overflow-y: auto !important;
}

.sidebar-menu {
  margin-bottom: 50px !important;
}

.notes_checked label {
  display: inline-block !important;
}

/*.create-customer .form-group.bill-add-first input[type="checkbox"] {
    top: -35px;
    left: 80%;
}*/
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 5px 5px 5px !important;
}

.form-group.col-xs-3.billing_addres.bill-add-first label {
  width: 90%;
}

.validatehours td.openinghour {
  padding-bottom: 10px;
}

.login-box-msg {
  font-size: 18px;
}

/* loader in start */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../Uploads/loader.svg") 50% 50% no-repeat rgb(249, 249, 249);
  opacity: 0.8;
}

/*span.validateError {
  color: red;
}*/

/*changes 10-12*/

.assignemployee,
.assignprovider,
.viewcase {
  border-radius: 4px;
  cursor: pointer;
}

.assignprovider {
  padding: 5px 11px;
}

.viewcase {
  padding: 5px 20px;
}

.assignemployee:hover,
.assignprovider:hover,
.viewcase:hover {
  text-decoration: none;
}

.image-lbl label {
  display: block;
}

.image-lbl a {
  font-size: 0;
}

.asterisk {
  color: #f00;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-right: 10px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d0c4a8;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #d0c4a8;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-box {
  display: block;
}

.select2-selection__rendered {
  width: 100%;
}

.select2-selection__rendered span.select2-selection__choice__remove {
  width: auto;
  margin-bottom: 0;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
  margin-bottom: 0;
}

span.select2.select2-container.select2-container--default .selection,
span.select2.select2-container.select2-container--default .dropdown-wrapper,
span.select2-selection.select2-selection--multiple {
  margin-bottom: 0;
}

span.select2.select2-container.select2-container--default .dropdown-wrapper {
  display: none;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;

  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  /*font-size:1.2em; !* Change the size of the stars *!*/
  font-size: 13px;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #ffcc36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #ff912c;
}

/*.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
  background-color: #D0C4A8;
}*/

.main-section.main-opencase-section {
  height: auto;
  overflow-y: auto;
  margin-bottom: 20px;
  min-height: auto;
  max-height: 920px;
}

.suplier_later_date {
  padding: 0;
}

.form-group.col-xs-12.col-sm-6.col-md-6.request_later_date {
  margin-top: 25px;
}

.later_hours,
.later_minutes {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 12px;
}

.form-group.col-xs-12.col-sm-6.col-md-6.request_later_date p {
  line-height: 30px;
  display: inline-block;
  font-weight: 900;
}

.search-opencase {
  width: 100%;
}

/*design changes 16-1*/
.mail-chat .create-customer {
  display: inline-block;
}

.profile-img {
  float: left;
  padding: 0;
  text-align: center;
}

.profile-img span {
  display: block;
}

.msg-box {
  display: inline-block;
  padding: 0;
}

.text-box {
  float: left;
  width: 100%;
  max-width: 700px;
  position: relative;
  margin-right: 15px;
}

/*chnges 22-1*/

.chat-box {
  min-width: 50%;
  float: left;
}

.pro-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  -webkit-box-shadow: 1px 1px 5px -2px #000;
  -ms-box-shadow: 1px 1px 5px -2px #000;
  -o-box-shadow: 1px 1px 5px -2px #000;
  box-shadow: 1px 1px 5px -2px #000;
  /*background-color: #fff;*/
}

.pro-pic img {
  max-width: 100%;
  border-radius: 50%;
}

.chat-content {
  min-width: calc(100% - 50px);
  max-width: 90%;
  float: left;
  min-height: 20px;
  border-radius: 4px;
  padding: 10px;
  background-color: #d0c4a8;
  color: #fff;
  -webkit-box-shadow: 2px 2px 7px -1px #2c3a49;
  -moz-box-shadow: 2px 2px 7px -1px #2c3a49;
  -ms-box-shadow: 2px 2px 7px -1px #2c3a49;
  -o-box-shadow: 2px 2px 7px -1px #2c3a49;
  -box-shadow: 2px 2px 7px -1px #2c3a49;
}

.chat-time {
  display: block;
}

.chat-time span {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.chat-attachment {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-left: 50px;
}

.chat-attachment a {
  display: inline-block;
  margin-right: 10px;
}

.chat-attachment a img {
  border-radius: 4px;
}

.main-chat-box .main-section {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-chat-box .create-customer {
  background-color: transparent;
}

.main-chat-box .create-customer.bg-w {
  background-color: #fff;
  margin-top: 15px;
}

/*.text-box textarea{
  border-radius: 4px 4px 0 0;
}*/
.input-text input {
  width: 100%;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  border-top: none;
  padding: 5px 10px;
}

.input-text input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

.input-text input:-ms-input-placeholder {
  font-size: 12px;
  color: #999;
}

.input-text input::placeholder {
  font-size: 12px;
  color: #999;
}

/*23-1*/

.text-img {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.text-inpt {
  padding: 6px 42px 6px 12px;
}

.send-msg {
  line-height: 12px !important;
}

/*changes 6-3*/

.scrollbar {
  background: #f5f5f5;
}

/*
 *  STYLE 2
 */

#scrollbar-view::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#scrollbar-view::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#scrollbar-view::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #5a5a5a;
}

.create-customer .text-box {
  margin-bottom: 10px;
}

.main-section.req-work-scroll {
  height: auto;
  overflow-y: auto;
  margin-bottom: 20px;
  min-height: auto;
  max-height: 425px;
}

.main-section.req-work-scroll .box {
  margin-bottom: 0;
}

.general-pop-btn {
  /*margin-top: 25px;*/
}

.general-pop-btn a {
  height: 25px;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 5px;
}

.modal-dialog #insertLog .modal-body input {
  margin-left: 0;
  margin-bottom: 5px;
}

.uploadeddocuments td,
.uploadeddocuments th {
  padding: 5px 10px;
}

.table tbody tr td {
  position: relative;
}

div.action-option {
  text-align: center;
  position: relative;
}

.table tbody tr td a.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding-top: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 12px;
}

div#action-option:hover .option {
  display: block;
}

.table tbody tr td a.toggle span {
  width: 8px;
  height: 8px;
  background-color: #000;
  display: block;
  border-radius: 50%;
  margin: 0 1px;
}

.table tbody tr td div.option {
  display: none;
  position: absolute;
  left: auto;
  top: 100%;
  right: 0;
  text-align: left;
  background-color: #333333;
  z-index: 99;
  width: 185px;
  margin: 0 auto;
}

.dataTables_scrollBody
  .table-striped
  > tbody
  > tr:last-child
  td
  .action-option
  div.option {
  top: -22px;
  bottom: auto;
  right: 100%;
}

.dataTables_scrollBody
  .table-striped
  > tbody
  > tr:nth-child(10)
  td
  .action-option
  div.option {
  top: auto;
  bottom: 30px;
  right: 0;
}

.table-striped > tbody > tr:last-child td .action-option div.option,
.table-striped > tbody > tr:first-child td .action-option div.option {
  top: auto;
  bottom: -115px;
  right: 100%;
}

.tbl-structure-height .main-section .box.table-responsive > .box-body {
  min-height: 700px;
}

.supplier-btn
  .table-striped
  > tbody
  > tr:last-child
  td
  .action-option
  div.option,
.supplier-btn
  .table-striped
  > tbody
  > tr:first-child
  td
  .action-option
  div.option {
  right: 70%;
}

.supplier-btn
  .table-striped
  > tbody
  > tr:nth-child(10)
  td
  .action-option
  div.option {
  right: 0;
}

div#CustomerDatatable_wrapper
  table#CustomerDatatable
  tbody
  tr
  td:last-child
  .action-option {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 15px;
}

div#CustomerDatatable_wrapper
  table#CustomerDatatable
  tbody
  tr:first-child
  td
  .action-option
  .option {
  right: 50px !important;
}

.supplier-btn
  .table-striped
  > tbody
  > tr:first-child
  td
  .action-option
  div.option,
div#CustomerDatatable_wrapper
  table#CustomerDatatable
  tbody
  tr:first-child
  td
  .action-option
  .option {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}

.table-striped > tbody > tr:nth-child(4) td .action-option div.option,
.table-striped > tbody > tr:nth-child(6) td .action-option div.option,
.table-striped > tbody > tr:nth-child(7) td .action-option div.option,
.table-striped > tbody > tr:nth-child(8) td .action-option div.option,
.table-striped > tbody > tr:nth-child(9) td .action-option div.option,
.table-striped > tbody > tr:nth-child(10) td .action-option div.option {
  top: auto;
  bottom: 30px;
  right: 0;
}

.table tbody tr td div#menu ul {
  margin-bottom: 0;
}

.table tbody tr td div#menu ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.table tbody tr td div#menu ul li:last-child {
  border-bottom: none;
}

.table tbody tr td div#menu ul li a.chanegs-btn {
  background-color: #f5f5f5;
  border-radius: unset;
}

.table tbody tr td div#menu ul li a.option-title {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
}

table#DataTable thead tr th.sup_action.sorting_disabled {
  width: 150px !important;
}

select.form-control.select-supplier {
  width: 32%;
  display: inline-block;
  height: 42px;
}

div#loader {
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

div#loader img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#contReqDataTable_wrapper {
  margin-top: 0px !important;
}

#contReqDataTable_filter label {
  background-color: #fff;
  padding: 1px 9px 1px 0px;
  font-weight: normal;
}

#contReqDataTable_filter {
  width: 100% !important;
}

#contReqDataTable_filter label input {
  width: 100% !important;
  color: #000;
}

td span.dashboard_eta {
  background-color: transparent !important;
  color: #000 !important;
  vertical-align: sub;
  margin: 5px 0;
  display: inline-block;
  width: 90px;
}

td span.revised_eta {
  background-color: transparent !important;
  color: #000 !important;
  margin: 7px 0 0 5px;
  padding: 0 !important;
  vertical-align: sub;
  display: inline-block;
}

tr.withoutrequestownedsearch td a.viewcase:nth-child(2) {
  display: inline-block;
}

tr.withoutrequestownedsearch td a.viewcase {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

div#LicenseConfirmationpopup a.btn.btn-primary.process_case_yes {
  padding: 3px 10px;
  font-size: 12px;
}

div#ponderosityModal a.btn.btn-primary.process_yes {
  padding: 3px 10px;
  font-size: 12px;
}

a#case_validate {
  padding: 22px 0 0 0;
  position: relative;
}

.validate_task_number {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 30px;
  background-color: red;
  color: white;
  text-align: center;
  font-size: 0.8em;
  top: 10px;
  right: -10px;
}

select.eta_hours.form-control,
select.eta_minutes.form-control {
  padding: 0 5px 0 5px;
  width: 48%;
  display: inline-block;
}

label.eta_time_popup {
  display: block;
}

.suplier_later_date .input-group.date.datepicker.request_later_date {
  padding: 0;
}

.later_hours,
.later_minutes {
  padding: 5px 9px;
  display: inline-block;
}

select.hours.form-control,
select.minutes.form-control {
  padding: 0 5px;
}

span.document_acc.invoice_search {
  float: none !important;
  display: block;
  padding: 10px !important;
  text-align: center;
  position: relative;
  left: -5%;
  bottom: -62px;
  z-index: 99;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  margin: 0 auto 0 auto;
}

select.form-control option {
  text-transform: capitalize;
}

span.document_acc {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 0 27%;
  position: absolute;
  margin-top: 17px;
  z-index: 99;
}

.main-section.top-padding {
  padding-top: 35px;
}

form#searchcaseForm {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

form#searchcaseForm input.form-control {
  width: calc(100% - 33px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

form#searchcaseForm button.btn-search {
  padding: 0 8px;
}

form#searchcaseForm button.btn-search i {
  vertical-align: baseline;
}

a.dashboard_view {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  margin: 28px 0 0 5px;
}

a.dashboard_view:hover {
  color: #f6f6f6;
}

.number_case {
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  padding: 0 15px;
}

.number_case h3 {
  margin: 0;
  padding: 0 0 14px;
}

.number_case h3 label {
  font-weight: 300;
  font-family: "SourceSansPro-Regular";
  margin-bottom: 0;
}

.number_case h3 label.main-label {
  /*margin-right: 25px;*/
}

.number_case h3 label.sub-label {
  margin-right: 10px;
  margin-left: 15px;
}

.number_case h3 a {
  font-size: 20px;
  background-color: #337ab7;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 4px 15px 5px;
  border-radius: 15px;
}

div#tyre_reports .dataTables_scrollHeadInner,
div#tyre_reports .dataTables_scrollHeadInner table.table-striped,
div#gop_files .dataTables_scrollHeadInner,
div#gop_files .dataTables_scrollHeadInner table.table-striped {
  width: 100% !important;
}

.without_credit {
  margin-bottom: 0px;
}

/*added-by-k-05/09*/
.sup-map-all-content .suppliers-ratting-section {
  width: 30%;
}

.sup-map-all-content .suppliers-ratting-section .sup-rat-sec-box {
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  border: 1px solid white;
  border-radius: 2px;
  padding: 10px;
  display: none;
}

.sup-map-all-content
  .suppliers-ratting-section
  .sup-rat-sec-box
  .sup-rat-op-box
  .sup-rat-op-hd
  p {
  font-size: 15px;
  font-weight: bold;
}

.sup-map-all-content
  .suppliers-ratting-section
  .sup-rat-sec-box
  .sup-rat-op-box
  .sup-rat-cn-box
  ul
  li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sup-rat-sec-box .sup-rat-op-box .sup-rat-cn-box ul li p {
  font-size: 14px;
}

.sup-rat-sec-box .sup-rat-op-box .sup-rat-cn-box ul li .op-item-rate {
  font-size: 22px;
  text-align: right;
  line-height: 25px;
}

.sup-map-all-content .supplier-img {
  width: 15%;
}

.sup-map-all-content .sup-map-content {
  width: 55%;
}

.sup-map-all-content .suppliers-ratting-section .supplier-ratting-heading {
  display: flex;
  justify-content: space-between;
  background: black;
  padding: 2px;
  color: #fff;
}

.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  p.supplier-ratting-title {
  margin-bottom: 0;
  margin-right: 10px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  width: 40%;
}

.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  .supplier-ratting-content-rate,
.sup-rat-cn-box > ul > li > .ad-item-rate {
  font-size: 22px;
  text-align: right;
  height: 30px !important;
  background: white;
}

.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  .rate-base-layer,
.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  .rate-select-layer,
.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  .rate-hover-layer {
  height: auto !important;
}

.suppliers-ratting-section:hover .sup-rat-sec-box {
  display: block;
  z-index: 111;
}

.sup-map-all-content {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  position: relative;
}

#rate_supplier_modal .modal-body,
#administrative_supplier_modal .modal-body {
  padding: 20px 20px;
}

#rate_supplier_modal .modal-body span {
  margin-bottom: 15px;
}

#administrative_supplier_modal .modal-body span {
  width: auto !important;
  margin-bottom: 15px;
}

/*added-by-k-05/09*/
/** Responsive **/
@media screen and (max-width: 1200px) {
  .user_detail {
    text-align: center;
  }

  .user_img {
    width: 100%;
  }

  .finish_suplier_later_date {
    min-height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .text-box {
    width: 100%;
  }

  .btn-submit {
    margin-top: 10px;
    display: inline-block;
  }

  .user-detail a > img {
    height: 100px;
    width: auto;
  }

  .modal-dialog {
    width: 100%;
    max-width: 95%;
  }
}

@media screen and (max-width: 991px) {
  .content .dashboard-main-content .box-body label {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .finish_suplier_later_date,
  .finish_suplier_later_date * {
    float: none;
  }

  .assign_employee {
    margin: 0 !important;
  }

  .btn-primary {
    font-size: 12px;
  }

  .supplier-btn .table > tbody > tr > td:last-child {
    display: none;
  }

  .case-request-section span.validateError,
  span.validateError {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
    border-top: 2px solid #000;
  }

  .finish_suplier_later_date,
  .finish_suplier_later_date * {
    float: none !important;
  }

  .finish_suplier_later_date {
    margin-bottom: 5px !important;
  }

  .finish_suplier_later_date .assign_employee {
    padding: 0;
  }

  .skin-blue .main-header .navbar {
    border-top: 1px solid #ddd;
  }

  .table-bordered > tbody > tr > td a {
    margin-bottom: 8px;
  }

  .finished_date {
    display: flex;
    justify-content: stretch;
    align-items: center;
    padding: 0;
    gap: 10px;
  }

  .finished_date select {
    width: 100%;
  }

  .hamburger {
    margin: 12px;
  }

  .sidebar-collapse .user-panel > .image > img {
    height: 40px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: unset;
    padding: 0;
  }

  .user_img {
    width: auto;
  }

  .head .billing_addres {
    padding: 0;
    margin-top: 15px;
  }

  .sup-map-all-content .img {
    max-width: 100% !important;
  }

  .create-customer .profile-img {
    margin-bottom: 10px;
  }

  .create-customer form {
    text-align: center;
  }

  .sup-map-all-content {
    display: block;
  }

  .sup-map-all-content .sup-map-content {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  #addSupplierBtn,
  #downloadSupplier {
    width: 100%;
    margin-top: 10px;
  }

  .btn-map {
    margin-top: 10px;
  }
}

.login-box,
.register-box {
  width: 360px;
  margin: 0% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.assignemployee {
  background-color: #36c6d3;
}

.assignprovider {
  background-color: #ed6b75;
}

.viewcase {
  background-color: #8a6d3b;
}

.assignemployee,
.assignprovider,
.viewcase {
  border: none;
  color: #fff;
}

.assignemployee:hover,
.assignprovider:hover,
.viewcase:hover {
  color: #fff;
}

.breakdown-history .view-item::after {
  background-image: url(../Uploads/pdf.svg);
}

/*changes 1-3*/

.article_table tr td,
.article_table tr th {
  padding: 10px;
}

.article_table tr th {
  padding-bottom: 0;
}

.article_table select {
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  width: 100%;
}

.article_table.main-entry tbody tr td:nth-child(4),
.article_table.main-entry thead tr:nth-child(2) th:nth-child(4) {
  border-left: solid 1px #cccccc;
}

.article_table.main-entry tbody tr td:nth-child(7),
.article_table.main-entry thead tr:nth-child(2) th:nth-child(7) {
  border-right: solid 1px #cccccc;
}

.article_table.sub-total tbody tr td {
  font-weight: bold;
  vertical-align: middle;
  background-color: #eeeeee;
  padding: 6px 16px;
}

.article_table.total-of-sub tbody tr td {
 
  background-color: #DDEBF7;
  
}

.toggle-container {
  min-width: 1000px;
}

.article_table.sub-total tbody tr td:last-child {
  background-color: transparent;
}

.article_table.sub-total tbody tr td:first-child {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  padding: 6px 4px;
  background-color: transparent;
}

.btn-del {
  height: 34px;
  padding: 6px 12px;
}

.period-del {
  height: 26px;
  padding: 3px 12px 4px 12px;
}

.article_form_col {
  overflow: auto;
}

.import {
  line-height: 5px;
}

.icheckbox_square-blue {
  margin-left: -20px;
}

/*
[if IE]
.radio label, .checkbox label{
        padding-left:30px;
    }
.checkbox-inline input[type='checkbox']{
        margin-left:-30px;
    }


[endif]
*/
@-ms-viewport {
  width: auto !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .content-wrapper {
    min-height: 629px;
  }
}

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
  .content-wrapper {
    min-height: 629px;
  }
}

.company-name {
  display: inline-block;
  margin: 12px 0 0px 15px;
}

.case-request-section .row {
  margin-left: 0;
  margin-right: 0;
}

.open_hours_div {
  overflow: auto;
}

.map-loader {
  position: relative;
  height: 100%;
}

.map-loader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  z-index: 9;
}

.loader-response {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader-response img {
  max-width: 100%;
  float: left;
}

a.btn.btn-primary.add_cash_dashboard {
  position: absolute;
  right: 59.5%;
  /* top: -34px; */
  color: #fff;
  background: #337ab7;
  margin: 19px 0 0 0px;
  padding: 6px 20px 6px 20px;
}

section.content {
  position: relative;
}

#url_back_button {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
}

.action_history {
  background-color: #000;
  color: #fff;
  padding: 0px 5px;
  margin: 2px;
}

.btn_accept_reject a,
.btn_accept_reject button {
  padding: 1px 6px;
  margin: 2px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}

.tooltips {
  position: relative;
  display: inline-block;
  border-bottom: none;
}

.tooltips .tooltipstext {
  visibility: hidden;
  width: 350px;
  height: 180px;
  overflow-y: auto;
  background-color: #ffffff;
  color: #000;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 0;
  text-align: left;
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.tooltips span.tooltipstext.tooltipstext2 {
  right: 0;
  left: auto;
}

.tooltips .tooltipstext span.close_tooltip {
  position: absolute;
  right: 8px;
  top: 2px;
  width: auto;
}

/*.tooltips:hover .tooltipstext {
    visibility: visible;
    display: block;
}*/

form#assignETADashboardForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

form#assignETADashboardForm .form-group.col-xs-12.col-sm-4.col-md-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

form#assignETADashboardForm .amount-btn {
  margin-top: 0;
  width: auto;
}

div#ETApopup .form-group {
  margin-bottom: 0;
}

.service_hours.valid {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 12px;
}

.modal-dialog .modal-body .service-label {
  float: left;
  max-width: 146px;
  margin: 0;
  padding-top: 6px;
}

.popup_datepicker .form-control.datepicker {
  max-width: 124px;
  display: inline-block;
  height: 32px;
}

.modal-body .service_minutes,
.modal-body .service_hours {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 6px;
  width: 50px;
}

.modal-body select.service_hours,
.modal-body select.service_minutes {
  padding: 5px 2px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 {
  width: 100%;
}

.emp-intervention {
  background: #5a5a5a;
  color: #fff;
}

.table > thead > tr.emp-intervention > th:last-child {
  background-color: #5a5a5a;
}

.table-employee-intervention > thead > tr > td > input {
  width: 100%;
}

tbody#supplierdisplay span.select2.select2-container {
  max-width: 120px;
  max-height: 34px;
}

tbody#customerdisplay span.select2.select2-container {
  max-width: 120px;
  max-height: 34px;
}

.table.table-employee-intervention tbody tr td {
  text-align: center;
}

.table-bordered > thead > tr.emp-intervention > th {
  border-color: #828282;
  font-weight: 400;
  font-size: 14px;
  border-top: 0;
  border-bottom: 0;
}

table.table-employee-intervention > thead:first-child > tr:first-child > td {
  border-top: 2px solid #ddd;
}

.table.table-employee-intervention tbody tr td a.employee_case {
  font-weight: 600;
  color: #8a6d3b;
  text-decoration: none;
  cursor: pointer;
}

.eta_request_me {
  width: auto !important;
}

.popup_search_ico {
  cursor: pointer;
}

tr.emp_intervention_date td span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

tr.emp_intervention_date td span label {
  vertical-align: sub;
  margin: 0 5px;
}

tr.emp_intervention_date td span .input-group .form-control {
  float: none;
  margin-right: -1px;
  border-radius: 0 !important;
}

tr.emp_intervention_date td a.btn.action_history.save_ponderosity {
  margin-right: 50px;
}

.document_acc span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 5px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.document_acc span label {
  vertical-align: sub;
  margin: 0 5px;
}

.document_acc span .input-group .form-control {
  float: none;
  margin-right: -1px;
  border-radius: 0 !important;
}

.document_acc a.btn.action_history.save_ponderosity {
  margin-right: 50px;
}

#excelBlocks {
  margin: 0 0 22px 0;
}

/* ---------- css 20-10 @np ---------- */
.main-header .navbar:after,
.main-header .navbar:before {
  display: none;
}

.main-header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_left_sec {
  display: inline-block;
}

#hamburger,
a.dashboard_view {
  margin-top: 0;
}

.head_middle_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-header .navbar a.btn.btn-primary.add_cash_dashboard {
  position: static;
  right: auto;
  margin: 0;
}

.main-header .navbar form#searchcaseForm {
  position: static;
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
  margin-left: 15px;
}

.navbar-custom-menu a#case_validate {
  padding-top: 10px;
}

.navbar-custom-menu .validate_task_number {
  top: 0;
}

.navbar-custom-menu .dropdown.user .dropdown-toggle {
  padding: 15px 15px 0;
}

form#searchcaseForm button.btn-search {
  border-radius: 0px 4px 4px 0px;
  border: none;
}

form#searchcaseForm input.form-control {
  width: calc(100% - 29px);
}

.sidebar .user-panel > .info {
  padding-top: 15px;
}

.box-body {
  position: relative;
}

span.document_acc.document_acc_for_two {
  width: auto;
  margin: 17px 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 234px 0 130px;
  width: 100%;
  pointer-events: none;
}

.document_acc span {
  pointer-events: auto;
}

.modal-body .task-datepicker.date {
  position: relative;
  padding-top: 20px;
}

.modal-body .task-datepicker.date label {
  position: absolute;
  top: 0px;
  left: 0px;
}

.nav-pills.statistics_tab {
  padding: 15px 15px 0;
}

.article_table tr td,
.article_table tr th {
  padding: 10px 4px;
}

.modal-dialog #insertLog .modal-body .task_date input.datepicker {
  margin-bottom: 0;
}

.supplierpopup_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-dialog .modal-body .amount-btn.supplierpopup_btns #btn_show_select {
  width: auto;
}

.Private_Supplier_modal .modal-body .asterisk {
  display: inline-block;
  width: auto;
}

.modal-body .asterisk {
  display: inline-block;
  width: auto;
}

.Private_Supplier_modal .modal-footer .btn,
.add_group_modal .modal-footer .btn {
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.Private_Supplier_modal .modal-footer .btn-default,
.add_group_modal .modal-footer .btn-default {
  padding: 7px 11px;
}

.add_group_modal .add_line i {
  margin: 4px 5px 0 0;
}

.add_group_modal .group_table th,
.add_group_modal .group_table td {
  padding: 0 3px;
}

.modal-dialog .add_group_modal .modal-body .group_table input {
  margin: 0;
}

.supplier-btn
  .table.passport_data
  > tbody
  > tr
  > td:last-child
  .action_history {
  margin: 5px;
}

.supplier-btn .table.passport_data > tbody > tr > td:last-child .chanegs-btn {
  float: none;
}

.finish_suplier_later_date .suplier_later_date {
  padding: 0;
}

.finish_suplier_later_date
  .form-group.col-xs-12.col-sm-6.col-md-6.finished_date {
  margin-top: 29px;
}

.finish_suplier_later_date .finished_hours,
.finished_minutes {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 12px;
}

.finish_suplier_later_date
  .form-group.col-xs-12.col-sm-6.col-md-6.finished_date
  p {
  line-height: 30px;
  display: inline-block;
  font-weight: 900;
}

.search_date {
  pointer-events: auto;
  cursor: pointer;
}

.map_tooltip_wrap {
  position: relative;
}

#mapView {
  z-index: 1;
}

.sup_cust_tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sup_cust_tooltip > div {
  display: inline-block;
  width: 50%;
  padding: 15px;
  border: 1px solid #000;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}

.sup_cust_tooltip div:first-child {
  border-right: none;
}

.sup_cust_tooltip .close {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: -3px;
  left: auto;
  bottom: auto;
  float: none;
  opacity: 0.5;
}

#auto_scroll {
  height: 80vh;
  min-height: 500px;
  position: relative;
  overflow-y: scroll;
}

#operational_task_scroll {
  max-height: 400px;
  position: relative;
  overflow-y: scroll;
}

@media (max-width: 1200px) {
  span.document_acc.document_acc_for_two {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    background: #ecf0f5;
    border: 1px solid rgb(34 45 50 / 8%);
  }

  .document_acc.document_acc_for_two span:first-child {
    margin: 0;
  }

  .document_acc.document_acc_for_two span:first-child label {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .navbar-custom-menu a#case_validate img {
    height: 25px;
    width: 25px;
  }

  .navbar-custom-menu > .navbar-nav > li:not(:last-child) {
    margin-right: 10px !important;
  }

  .navbar-custom-menu .dropdown.user .dropdown-toggle {
    padding-left: 0;
    padding-top: 10px;
  }

  .main-header .navbar a.btn.btn-primary.add_cash_dashboard {
    padding: 6px 8px;
  }

  .head_middle_sec {
    width: 50%;
  }

  .main-header .navbar form#searchcaseForm {
    margin-left: 8px;
    max-width: 200px;
    width: calc(100% - 110px);
  }

  .validate_task_number {
    height: 17px;
    width: 17px;
    line-height: 17px;
    right: -9px;
  }
}

@media (max-width: 767px) {
  .main-sidebar {
    padding-top: 140px;
  }

  .main-header {
    max-height: unset;
  }
}

@media (max-width: 479px) {
  .main-sidebar {
    padding-top: 135px;
  }

  .main-header {
    background: #000;
  }

  .main-header .navbar {
    padding: 15px 15px;
    min-height: auto;
  }

  .main-header .navbar-custom-menu {
    float: none;
    position: absolute;
    right: 0;
    top: -56px;
  }

  #hamburger {
    margin: 0 10px 0 0;
  }

  .main-header .logo {
    display: inline-block;
    width: auto;
  }

  a.dashboard_view {
    margin: 2px 0 0;
  }

  .head_middle_sec {
    width: calc(100% - 70px);
  }

  .main-header .navbar form#searchcaseForm {
    margin-left: 4px;
    max-width: 200px;
    width: calc(100% - 100px);
  }
}

a.btn.btn-primary.add_cash_dashboard_customer {
  position: absolute;
  right: 59.5%;
  top: -34px;
}

/* 05 july 2022 S */

.btn.btn-primary.arrow-right,
.btn.btn-primary.arrow-left {
  padding: 0 !important;
  display: inline-table;
}

.btn.btn-primary.arrow-right i.fa.fa-arrow-right,
.btn.btn-primary.arrow-left i.fa.fa-arrow-left {
  padding-top: 5px;
  font-size: 16px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.bg-danger-detached {
  background-color: #dc3545 !important;
}

.bg-success-attached {
  background-color: #28a745 !important;
  background: #28a745 !important;
}

/* 05 july 2022 E */

/* 05 August 2022 S */

.history_note {
  width: 290px;
  max-width: 300px;
  word-break: break-all;
}

/* 05 August 2022 E */
.notes_color {
  color: #66ff00 !important;
}

.notes_color:hover {
  color: #66ff00 !important;
}

/* 26 August 2022 S */
p.rate-section-title {
  font-size: 20px;
  margin: 0px;
}

p.rate-box-title {
  font-size: 16px;
  margin: 0;
  color: #000;
  width: 74%;
  font-weight: 600;
}

ul.rate-section-main {
  margin: 0 auto;
  /* padding: 15px;
    border: 1px solid;*/
  line-height: normal;
  width: 100%;
}

li.rate-section-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
}

/*.modal-header h4.modal-title {
    font-size: 20px;
    font-weight: bold;
}*/
.rate-section-box .rate {
  font-size: 35px;
  height: 40px !important;
}

.rate-base-layer {
  color: #aaa;
  white-space: nowrap;
  display: block;
}

.rate-hover-layer {
  color: #ffa5006e;
}

.rate-select-layer {
  color: orange;
}

#rate_supplier_modal .modal-body span,
#administrative_supplier_modal .modal-body span .hover-section-main span {
  width: unset !important;
}

.gm-style-iw.gm-style-iw-c.hover-section {
  width: 250px !important;
}

.hover-section-box {
  display: flex;
  text-align: left;
  width: 100%;
  align-items: center;
}

p.hover-content-title {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  align-items: flex-start;
  margin-bottom: 0;
}

.hover-content-rate {
  font-size: 24px;
  line-height: 32px;
}

/* 26 August 2022 E */

/* 31 August 2022 S */
/*.sup-map-all-content {
        display: flex;
    }

    .supplier-ratting-heading {
        background: black;
        padding: 2px;
        width: 35%;
        align-items: center;
        display: flex;
    }

    p.supplier-ratting-title {
        margin-bottom: 0;
        margin-right: 10px;
        color: white;
        font-size: 12px;
        font-weight: 600;
    }

    .supplier-ratting-content-rate {
        font-size: 22px;
        text-align: right;
        line-height: 25px;
        width: 45% !important;
        background: white;
    }

    .sup-map-all-content {
        display: flex;
        position: relative;
    }

    .suppliers-ratting-section {
        width: 100%;
        position: absolute;
        right: 0;
    }

    .supplier-ratting-heading-box {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .suppliers-ratting-section-box {
        position: relative;
    }

    .sup-rat-sec-box {
        position: absolute;
        right: 0;
        display: none;
        width: 50%;
    }

    .suppliers-ratting-section-box:hover .sup-rat-sec-box {
        display: block;
        width: 100%;
        position: unset;
    }

    .sup-rat-cont {
        background: white;
        border: 1px solid white;
        border-radius: 2px;
        padding: 10px;
    }

    .sup-rat-op-hd {
        font-size: 12px;
        font-weight: 300;
    }

    .sup-rat-cn-box > ul {
        margin: 0;
        padding: 0;
    }

    .sup-rat-cn-box > ul > li {
        list-style-type: none;
        display: flex;
        align-items: center;
    }

    .sup-rat-cn-box > ul > li > p {
        margin-bottom: 5px;
        margin-right: 5px;
        width: 80%;
        font-size: 10px;
    }

    .sup-rat-cn-box > ul > li > .op-item-rate, 
    .sup-rat-cn-box > ul > li > .ad-item-rate {
        font-size: 22px;
        text-align: right;
        line-height: 25px;
        width: 54% !important;
    }

   /* .gm-style .gm-style-iw-c {
        width: 100%;
    }*/

/*  #rate_supplier_modal .modal-body,
    #administrative_supplier_modal .modal-body {
        padding: 20px 20px;
    }

    #rate_supplier_modal .modal-body span {
        margin-bottom: 15px;
    }

    #administrative_supplier_modal .modal-body span {
        width: auto !important;
        margin-bottom: 15px;
    }*/
/* 31 August 2022 E */

/* 15-09-2022 */
.gm-style-iw.gm-style-iw-c {
  max-height: 250px !important;
}

.gm-style .gm-style-iw-d {
  max-height: 250px !important;
}

/* 16-09-2022 */
.sup-map-all-content .sup-map-content {
  min-height: 250px;
}

/* 15-09-2022 */

/* 20-09-2022 */
.supplier_review_update .modal-content {
  max-width: 650px;
}

.supplier_review_header .rate-select-layer {
  height: 40px !important;
}

.supplier_review_header .rate-base-layer {
  height: 40px !important;
}

.supplier_review_header .modal-header_inner {
  display: flex;
  align-items: center;
}

.supplier_review_header .modal-header_inner h4.modal-title {
  font-size: 28px;
  max-width: 200px;
  margin: 0 auto 0 0;
}

.supplier_review_header .modal-header_inner p {
  background-color: #fff;
  color: black;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
}

.supplier_review_header .overall_rating {
  width: 154px !important;
  font-size: 35px;
  line-height: 40px;
  height: 40px !important;
  margin-left: 10px;
  background-color: #fff;
  padding: 0px 4px;
}

.supplier_review_header li.rate-section-box {
  align-items: flex-end;
}

p.supplier-ratting-case-count {
  background-color: #fff;
  color: black;
  padding: 10px 3px;
  font-size: 14px;
  line-height: 10px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: -16px;
}

/* 20-09-2022 */

.supplierModalCustom {
  width: 100% !important;
}

.supplierModalCustom .modal-content {
  max-width: 1200px;
}

.sup-rat-ttl-box.flex-set-content {
  background: #f2f2f2;
  padding: 7px;
  margin-bottom: 10px;
}

.sup-rat-ttl-box.flex-set-content p {
  margin-bottom: 0px;
}

.flex-set-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.flex-set-content .rate.ad-item-rate-op {
  height: auto !important;
}

.flex-set-content .rate.ad-item-rate-op .rate-base-layer {
  height: auto !important;
  top: 50%;
  transform: translateY(-50%);
}

.flex-set-content .rate.ad-item-rate-op .rate-base-layer span {
  /* color: #5b9bd5!important; */
  color: unset;
}

.flex-set-content .rate-select-layer {
  height: auto !important;
  top: 50%;
  transform: translateY(-50%);
}

.flex-set-content .rate-select-layer span {
  color: #5b9bd5 !important;
}

.flex-set-content .number-supplier {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: 20px;
}

.sup-rat-ttl-box.flex-set-content .rate.ad-item-rate-ads {
  height: auto !important;
}

.sup-rat-ttl-box.flex-set-content .rate.ad-item-rate-ads .rate-base-layer {
  height: auto !important;
  top: 0;
  transform: translateY(-50%);
}

.supplierModalCustom .gm-style-iw-t .gm-style-iw-c {
  max-width: 850px !important;
  transform: translate3d(-56%, -100%, 0) !important;
  max-height: 330px !important;
}

.gm-style .gm-style-iw-d:has(div > .sup-map-all-content) {
  max-height: 350px !important;
}

.flex-set-content .rate.ad-item-rate-op,
.flex-set-content .rate.ad-item-rate-ads {
  height: auto !important;
  min-width: 92px !important;
  font-size: 22px;
  line-height: 25px;
}

.rate-section-title-box.flex-set-content .supplier-review-rate {
  min-width: 146px !important;
  height: auto !important;
}

.rate-section-title-box.flex-set-content
  .supplier-review-rate
  .rate-select-layer
  span,
.rate-section-title-box.flex-set-content
  .supplier-review-rate
  .rate-base-layer
  span {
  font-size: 35px !important;
  margin-bottom: 0 !important;
}

.rate-section-title-box.flex-set-content
  .supplier-review-rate
  .rate-base-layer
  span {
  color: unset !important;
}

.supplier-review-rate .rate-base-layer {
  height: auto !important;
  transform: translateY(-50%);
}

.supplier-edit-modal .rate-section-title-box.flex-set-content {
  background: #f2f2f2;
  padding: 7px;
  margin-bottom: 10px;
}

.supplier-edit-modal
  .rate-section-title-box.flex-set-content
  .rate-section-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.supplier-edit-modal .number-supplier {
  margin-bottom: 0px !important;
}

.supplier_tbody tr td:nth-child(5),
.supplier_tbody tr td:nth-child(8),
.supplier_tbody tr td:nth-child(12) {
  padding-right: 22px;
}

.supplier_block_inner {
  padding-right: 18px !important;
}

.supplier_tbody .form-group input[type="text"] {
  padding: 6px 2px !important;
}

#supplierdisplay.supplier_tbody tr td .input-group.date input {
  padding: 6px 2px !important;
}

/*for first case blink 12-03-2023*/

/* .blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
} */

/* 15-3-2023 */
section.content-header.case-sheet-header h1.information_header_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section.content-header.case-sheet-header h1.information_header_content p {
  margin-bottom: 0;
  font-size: 18px;
  padding-right: 10px;
  font-weight: 600;
}

@-webkit-keyframes bounce {
  0% {
    text-shadow: 0 5px 0 #ccc, 0 2px 3px rgba(0, 0, 0, 1);
  }

  100% {
    transform: translateY(-10px);
    text-shadow: 0 50px 0 #black, 0 0px 20px rgba(0, 0, 0, 0.8);
  }
}

.shake {
  -webkit-animation: bounce 0.4s ease infinite alternate;
}

section.content-header.case-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.content-header.case-sheet-header.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  width: calc(100% - 230px);
  background: #fff;
  z-index: 99;
  margin-left: auto;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dashboard-main-content table tbody.withsearch tr td .user_detail {
  display: flex;
  align-items: center;
}

.dashboard-main-content table tbody.withsearch tr td .user_detail img.shake {
  min-width: 60px;
  object-fit: cover;
}

@media only screen and (max-width: 1366px) {
  section.content-header.case-sheet-header h1.information_header_content p {
    font-size: 14px;
    padding-right: 5px;
  }

  span.extra_content {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .dashboard-main-content table tbody.withsearch tr td .user_detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .dashboard-main-content table tbody.withsearch tr td .user_detail img.shake {
    min-width: auto;
    object-fit: cover;
  }
}

/* -------------------- START: 03-04-2023 ------------------- */

.company_template_logo {
  max-width: 70px;
  /* width: 100%; */
  margin: 0 auto;
  object-fit: contain;
  margin-top: 18px;
}

/* -------------------- END: 03-04-2023 ------------------- */

/* -------------------- START: 11-04-2023 ------------------- */

.style-box {
  border: 1px solid #000;
  padding-left: 6px;
}

#mapView .suppliers-ratting-section .avrg-prft-sct .avrg-prft-box {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
  border: 1px solid #000;
}

/* -------------------- END: 11-04-2023 ------------------- */

/* for autocomplete */

#results-container {
  height: 100px;
  /* Set a fixed height for the container */
  overflow-y: auto;
  /* Add vertical scrollbars when the results overflow the container */
  background-color: #fff;
}

#results {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#results li:hover {
  background-color: #ddd;
  cursor: pointer;
}

/* end for autocomplete  */

/* -------------------- START: 21-04-2023 ------------------- */

#results-container {
  position: absolute;
  width: calc(100% - 30px);
  z-index: 999;
  border: 1px solid #ccc;
  display: none;
}

#results li {
  padding: 6px;
  /* transition: background-color .3s ease, color .3s ease; */
}

#results li:hover {
  cursor: pointer;
  background-color: #d0c4a8;
  color: #fff;
}

/* -------------------- END: 21-04-2023 ------------------- */

/* --------------------START 31-JULY-2023 ---------------- */

.user_online_details .active,
.user_online_details .inactive {
  height: 10px;
  width: 10px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #28a745;
  margin-left: 18px;
}

.user_online_details .inactive {
  background-color: gray;
}

.table.task-count-table > thead:first-child > tr:first-child > th {
  background-color: #000000;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

/* .user_online_details.user_online_details__inner .col-xs-12.col-sm-6.col-md-6 {
    padding: 0 !important;
} */

.box-body.table-responsive
  .table.table-striped
  > thead:first-child
  > tr:nth-child(2)
  > th {
  background: black;
  color: #fff;
  vertical-align: middle !important;
}

.table > thead:first-child > tr:first-child > th.dashboard-table-th {
  text-align: right;
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.box-body.table-responsive.table-responsive--secondary
  .table.table-striped
  > thead:first-child
  > tr
  > th:nth-child(5) {
  border-right: 1px solid #fff;
}

.box-body.table-responsive.table-responsive--secondary
  .table.table-striped
  > tbody
  > tr
  > th:nth-child(5) {
  border-right: 1px solid #d5d5d5;
}

.btn-back--with-arrow-svg {
  margin-left: 0;
  position: absolute;
  z-index: 9;
  top: 2px;
  left: 2px;
  height: 25px;
  width: 25px;
  padding: 0;
  text-transform: capitalize;
  background: #fff;
  border: 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.btn-back--with-arrow-svg:hover {
  background-color: #d0c4a8;
}

.btn-back--with-arrow-svg .icon {
  display: block;
  position: relative;
  height: 10px;
  width: 20px;
}

.btn-back--with-arrow-svg .icon::before {
  background-color: #000;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H109.3l105.3-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H109.3l105.3-105.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

a {
  font-family: "SourceSansPro-Regular";
}

label {
  font-family: "SourceSansPro-SemiBold";
}

textarea {
  resize: none;
}

/*select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}*/

.blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

/*.content-wrapper, .right-side {
  background-color: #FFF;
}*/
.view-item,
.chanegs-btn {
  display: inline-block;
  margin: 5px;
  padding: 5px 6px;
  border: 1px solid #333;
  border-radius: 50%;
  color: #000;
  opacity: 0.6;
  line-height: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.view-item:hover,
.chanegs-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.chanegs-btn .fa-id-card-o::before,
.chanegs-btn .fa-address-book::before,
.chanegs-btn .fa-user-plus::before,
.chanegs-btn .fa-whatsapp::before,
.chanegs-btn .fa-eur::before,
.chanegs-btn .fa-phone::before,
.chanegs-btn .fa-times::before,
.chanegs-btn .fa-remove::before,
.chanegs-btn .fa-edit::before {
  display: none;
}

.chanegs-btn .fa {
  /*width: auto;*/
  vertical-align: middle;
}

.view-item::after,
.chanegs-btn .fa-id-card-o::after,
.chanegs-btn .fa-address-book::after,
.chanegs-btn .fa-user-plus::after,
.chanegs-btn .fa-whatsapp::after,
.chanegs-btn .fa-eur::after,
.chanegs-btn .fa-phone::after,
.chanegs-btn .fa-times::after,
.chanegs-btn .fa-remove::after,
.chanegs-btn .fa-edit::after,
.chanegs-btn .fa-book::before {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("../Uploads/icon-edit.png");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.chanegs-btn .fa-times::after,
.chanegs-btn .fa-remove::after {
  background-image: url("../Uploads/icon-delete.png");
}

.chanegs-btn .fa-whatsapp::after {
  background-image: url("../Uploads/icon-whatsapp.png");
}

.chanegs-btn .fa-eur::after {
  background-image: url("../Uploads/icon-euro.png");
}

.chanegs-btn .fa-phone::after {
  background-image: url("../Uploads/icon-call.png");
}

.chanegs-btn .fa-user-plus::after {
  background-image: url("../Uploads/icon-adddrive.png");
}

.chanegs-btn .fa-address-book::after {
  background-image: url("../Uploads/icon-contact.png");
}

.chanegs-btn .fa-id-card-o::after {
  background-image: url("../Uploads/icon-depot.png");
}

.chanegs-btn .fa-book::before {
  background-image: url("../Uploads/passport.svg");
}

.view-item::after {
  background-image: url("../Uploads/icon-eye.png");
}

.view-item {
  font-size: 0;
  line-height: normal;
}

.modal-footer .btn + .btn,
.btn-info {
  margin-top: 5px;
  padding: 3px 12px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*font-weight: bold;*/
}

.btn-info {
  border-color: #d0c4a8;
  background-color: #d0c4a8;
}

.modal-footer .btn + .btn:hover,
.btn-info:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.heading_detail {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.heading_detail h2 {
  float: left;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin: 0;
  border-bottom: 2px solid #d0c4a8;
  font-size: 18px;
  font-weight: 600;
}

.heading_detail h2::after {
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #222d32;
  content: "";
}

.chanegs-btn:hover .fa-remove,
.chanegs-btn:hover .fa-edit {
  color: #5a5a5a;
}

.skin-blue .sidebar-menu > li.active > a {
  color: #000;
}

.btn-primary {
  padding: 10px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-family: "SourceSansPro-SemiBold";
  font-weight: 600;
}

a#importSupplier {
  margin-left: 10px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  opacity: 0.8;
  background-color: #000;
}

.user-panel > .image > img {
  height: 45px;
}

.sidebar-collapse .user-panel > .image > img {
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/** Login page **/
.login-page,
.register-page {
  background-image: url("../Uploads/banner-img.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/** Header Section **/
.main-header .navbar {
  min-height: 70px;
}

.main-header .logo {
  height: 70px;
}

.sidebar-mini.sidebar-collapse .main-header .logo {
  width: 60px;
  padding: 0 25px;
}

.skin-blue .main-header .logo,
.skin-blue .main-header .navbar {
  background-color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.skin-blue .main-header .navbar .sidebar-toggle {
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover,
.skin-blue .main-header .logo:hover {
  background-color: #606060;
  text-decoration: none;
}

.main-header .logo .logo-mini {
  margin: 10px 0;
}

.main-header .logo .logo-mini img {
  max-width: 50px;
  width: 100%;
}

.main-header .logo .logo-lg img {
  max-width: 65px;
  width: 100%;
}

.main-header .logo .logo-lg {
  margin: 10px 0;
}

/** Side menu **/
.main-sidebar .user-panel {
  border-bottom: 1px solid rgba(256, 256, 256, 0.2);
}

.main-sidebar,
.left-side {
  padding-top: 70px;
}

.skin-blue .sidebar-menu > li > a {
  border-bottom: 1px solid rgba(256, 256, 256, 0.2);
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.skin-blue .sidebar-menu > li:last-child > a {
  border-bottom-color: transparent;
}

.skin-blue .sidebar-menu > li.active > a {
  background-color: #d0c4a8;
  border-left-color: #000;
  text-decoration: none;
}

.sidebar-menu > li > a > .fa {
  vertical-align: middle;
}

.skin-blue .sidebar-menu > li:hover > a {
  background-color: #d0c4a8;
  border-left-color: #000;
  text-decoration: none;
}

.skin-blue .sidebar-menu > li:hover > a {
  color: #000;
}

/** Main content section **/
.content-header {
  padding: 15px 30px 0;
}

.content-header > h1 {
  display: inline-block;
}

.breadcrumb .active a {
  color: #d0c4a8;
  vertical-align: middle;
}

.breadcrumb a {
  color: #d0c4a8;
}

.breadcrumb li,
.breadcrumb a {
  font-size: 13px;
}

.breadcrumb .active a i.fa-home {
  vertical-align: baseline;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.content-header > .breadcrumb {
  position: static;
}

.main-section {
  -webkit-box-shadow: 0px 1px 4px -2px #000;
  box-shadow: 0px 1px 4px -2px #000;
}

.box {
  /*border-color: #000;*/
  border: none;
}

.box-body {
  padding: 15px;
}

.dataTables_wrapper {
  margin-top: 15px;
}

.statistics_tab .dataTables_wrapper {
  margin-top: 0px;
}

.dataTables_wrapper .dataTables_length {
  margin-top: 10px;
}

.dataTables_length label {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "SourceSansPro-Bold";
}

.dataTables_filter label {
  margin-bottom: 15px;
  margin-right: 0;
}

.dataTables_wrapper .dataTables_filter input {
  padding: 5px;
  border: 1px solid #ddd;
  outline: none;
  vertical-align: middle;
}

.content .dashboard-main-content .box-body label {
  width: 100%;
  margin-bottom: 0;
  padding: 8px 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-family: "SourceSansPro-SemiBold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content .dashboard-main-content label.open-cases {
  background-color: #5a5a5a;
  padding: 12px 15px;
  width: 100%;
  display: block;
  color: #ffffff;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-family: "SourceSansPro-SemiBold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content .dashboard-main-content .box-body {
  padding: 0;
}

.box-body > .table {
  position: relative;
}

.sticky-wrapper {
  position: relative;
  padding-top: 68px;
}

span.top-fixed-section {
  position: absolute;
  width: calc(100% - 30px);
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

span.top-fixed-section.black-sticky-box label {
  width: 100%;
  margin-bottom: 0;
  padding: 8px 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-family: "SourceSansPro-SemiBold";
  text-transform: uppercase;
  letter-spacing: 1px;
}

/** Table **/
table {
  border-collapse: unset;
}

.table-bordered {
  border: none;
}

.table-bordered > thead > tr > th {
  font-size: 15px;
}

table.dataTable.no-footer {
  border-bottom: none;
}

.table > tbody > tr > td {
  color: #000;
  border: none;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  vertical-align: middle;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > td > span {
  padding: 1px 13px;
  background-color: #000;
  color: #fff;
  /*font-weight: 600;*/
}

.dashboard-main-content .box table > tbody > tr > td > span {
  border-radius: 15px;
}

.table-bordered > tbody > tr > td > img {
  height: auto;
  max-width: 50px;
  width: 100%;
}

.table > thead:first-child > tr:first-child > th {
  padding: 5px 10px;
  border-bottom: 0;
  background: #5a5a5a;
  color: #fff;
  border-color: #828282;
  font-size: 14px;
  font-weight: normal;
}

.task-count-table.table > thead:first-child > tr:first-child > th.sticky-header,
.sticky-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9;
  background-color: #000;
  color: #fff;
}

.table > thead:first-child > tr:first-child > th.top-fixed-section {
  background-color: transparent;
  background: transparent;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e7e7e7;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

.main-section table.table .user_detail .user_img {
  float: left;
  display: inline-block;
  margin: 10px 0;
}

.main-section table.table .user_detail .user_img img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.main-section table.table .user_detail .user_request {
  display: inline-block;
  margin: 0 2px 0 10px;
  width: 100px;
}

.main-section table.table .user_detail .user_request span:first-child {
  font-family: "SourceSansPro-SemiBold";
  font-size: 14px;
}

.main-section table.table .user_detail .user_request span {
  display: block;
  line-height: normal;
}

.main-section table.table .user_detail .user_request span.time-label.green,
.main-section table.table .user_detail .user_request span.time-label.orange,
.main-section table.table .user_detail .user_request span.time-label.red {
  padding: 1px 5px;
  margin-top: 2px;
  border-radius: 15px;
  background: green;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.main-section table.table .user_detail .user_request span.time-label.orange {
  background: orange;
}

.main-section table.table .user_detail .user_request span.time-label.red {
  background: red;
}

.main-section .progress-bar-success {
  background-color: #000;
}

.main-section .customer_status span:first-child {
  font-size: 17px;
  font-family: "SourceSansPro-Regular";
}

.main-section .customer_status span {
  font-size: 13px;
  line-height: normal;
  font-family: "SourceSansPro-Light";
}

/*.bootstrap-timepicker {
  max-width: 120px;
}*/
/*.form-group thead#hoursdisplay tr th:nth-child(3),
.form-group thead#hoursdisplay tr th:nth-child(2) {
  width: 120px;
}*/
.form-group thead#hoursdisplay tr {
  line-height: 38px;
}

/** Pagignation **/
.dataTables_wrapper .dataTables_info {
  padding-top: 18px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border-color: #ddd;
  margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  border-color: #ddd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 10px;
  margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #d0c4a8;
  color: #fff !important;
  border-color: #d0c4a8;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #ccc !important;
  border-color: #ddd;

  .box-body.table-responsive
    .table.table-striped
    > thead:first-child
    > tr
    > th:nth-child(5) {
    border-right: 1px solid #fff;
  }

  .box-body.table-responsive
    .table.table-striped
    > tbody
    > tr
    > th:nth-child(5) {
    border-right: 1px solid #d5d5d5;
  }
}

.cust_action {
  width: 470px !important;
}

/*.sup_action {
    width: 270px !important;
}*/

.request_action {
  width: 100px !important;
}

.user_action {
  width: 250px !important;
}

.count_case,
.count_workshop,
.count_service {
  width: 300px !important;
}

.label-right .btn-map label {
  margin: 0;
  padding: 0;
}

.btn-map .fa-map-marker {
  margin-top: 3px;
}

.btn-map .fa-list {
  margin-top: 3px;
  margin-left: 5px;
}

/** Create Customer **/
.create-customer {
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
}

/*.create-customer .form-group label {
  display: block;
}*/
.create-customer .form-group input[type="password"],
.create-customer .form-group input[type="text"] {
  display: inline-block;
  height: 34px;
  width: 100%;
  padding: 6px 12px;
  background-color: #fff;
  /*background-image: none;*/
  font-size: 14px;
  border: 1px solid #ccc;
  line-height: 1.42857143;
  color: #555555;
  border-radius: 4px;
  outline: none;
}

input#mail_name,
input#by_email {
  margin-bottom: 20px;
}

.create-customer .form-group input[type="button"]#addmore {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 15px auto;
  background: #c1ae8b;
  border-color: #c1ae8b;
}

.create-customer .form-group input[type="button"]#addmore:hover {
  opacity: 0.8;
}

.form-control,
.form-group {
  outline: none;
}

.form-control {
  position: relative;
}

span.select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 29px;
  right: 17px;
  width: 20px;
  pointer-events: none;
}

span.select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.create-customer a img {
  height: 50px;
  width: auto;
}

.intl-tel-input,
.tel_number_view .intl-tel-input {
  width: 100%;
}

input#iso_code,
input#whatsapp_iso_code,
input#landline_iso_code,
input#work_iso_code,
input#driver_iso_code,
input#driver_iso_code_manual,
input#fax_iso_code,
input#phone_iso_code {
  width: 18%;
  float: right;
}

input#phone_iso_code {
  width: 18%;
  float: right;
}

.create-customer .input-group[class*="col-"] {
  float: left;
}

/** Admin page **/
.skin-blue .main-header li.user-header {
  background-color: #d0c4a8;
}

.navbar-nav > .user-menu > .dropdown-menu {
  padding: 0;
  border-top: 1px solid #222d32;
}

.admin-user {
  padding: 15px 15px 40px;
}

.admin-user .form-group label {
  width: 100%;
}

.admin-user .form-group input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.user-detail .form-group label {
  display: inline-block;
  width: auto;
  padding: 3px 12px;
  background-color: #d0c4a8;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}

.user-detail a > img {
  height: 150px;
  width: 100%;
}

/** Hamburger ***/
.hamburger {
  display: inline-block;
  margin: 26px 5px 0;
}

.hamburger .line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger.is-active {
  -webkit-transform: rotate(90deg);
  -moz-transition: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger.is-active .line:nth-child(1) {
  width: 8px;
}

#hamburger.is-active .line:nth-child(2) {
  width: 15px;
}

/*.create-customer .form-group.billing_addres input {
  width: auto;
}*/
.billing_addres {
  margin-bottom: 0;
}

.create-customer .form-group.billing_addres input[type="checkbox"] {
  position: relative;
  top: -1px;
  margin: 0;
}

/*.create-customer .form-group.billing_addres {
  margin-bottom: 0;
}*/
.bill_add {
  clear: left;
}

.bill-add-first {
  padding: 0;
}

.create-customer .billing_addres label {
  display: inline-block;
  /*margin: 1px 0 0 20px;*/
  font-family: "SourceSansPro-Regular";
  font-weight: normal;
  color: #a2a2a2;
}

.create-customer .whatsapp_number label {
  display: inline-block;
}

.create-customer .whatsapp_number .billing_addres input[type="checkbox"] {
  top: -2px;
  height: 22px;
  margin: 0;
}

.create-customer .whatsapp_number .intl-tel-input {
  width: 100%;
}

.create-customer .whatsapp_number .billing_addres label {
  margin: 0 0 0 20px;
  font-family: "SourceSansPro-Regular";
  font-weight: normal;
  color: #a2a2a2;
}

.create-customer .whatsapp_number .form-group.billing_addres {
  display: inline-block;
  margin-bottom: 0;
}

/** Check-box **/
input[type="checkbox"] {
  position: relative;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  outline: none;
  background-image: url(../img/radio-grey.png);
  background-repeat: no-repeat;
  background-position: center left 0;
  background-size: auto;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0 !important;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.create-customer .billing_addres input[type="checkbox"] {
  position: absolute;
  top: 24px;
  left: 0;
  margin-left: 0;
  outline: none;
  border: none;
}

input[type="checkbox"] {
  background-image: url(../Uploads/checkbox-grey.png);
}

input.multiple_selection_axcle1 {
  padding-top: 27px;
}

input[type="checkbox"]:checked {
  background-position: center left -24px;
  outline: none;
}

input:active,
input:focus,
input:hover {
  outline: none;
}

/** Changes **/
.create-customer .form-group.role-model label {
  height: 32px;
  margin-top: 11px;
  padding-left: 15px;
}

.create-customer .role-model .billing_addres input[type="checkbox"] {
  top: 0;
  left: 0;
}

.bootstrap-timepicker .input-group-addon {
  border-radius: 4px;
}

.buty_time_view span {
  margin-top: 7px;
}

.buty_time_view.input-group .form-control:first-child,
.buty_time_view.input-group-addon:first-child {
  text-align: left;
}

.role-permission-section.create-customer
  .role-model
  .billing_addres
  input[type="checkbox"] {
  position: absolute;
  top: 5px;
}

.progress {
  background-color: #b6b6b6;
}

.main-opencase-section .table > tbody > tr > th,
.main-opencase-section .table > tbody > tr > td {
  padding: 15px;
}

/*.new_time_table .input-group {
  display: inline-block;
  width: 100%;
}*/
.create-customer .input-group[class*="col-"] {
  width: 100%;
}

.new_time_table span.text-to {
  width: 100%;
  margin: 10px 0;
}

.form-group .select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #d0c4a8 !important;
  border: 1px solid #c1ae8b !important;
}

.form-group .select2-container--default .select2-selection--multiple {
  height: auto;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff !important;
}

.form-group
  .select2-container--default.select2-container--focus
  .select2-selection--multiple,
.form-group .select2-container--default .select2-selection--multiple:active,
.form-group .select2-container--default .select2-selection--multiple:focus,
.form-group .select2-container--default .select2-selection--multiple:hover {
  border: 1px solid #9ccfec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group table thead#hoursdisplay tr td .bootstrap-timepicker {
  width: 90%;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #d0c4a8 !important;
}

.case-request-section .form-group > span {
  position: absolute;
  top: 0;
  right: 16px;
  left: auto;
  padding: 7px;
  border-radius: 0 4px 4px 0;
  background: #000;
  color: #fff;
}

.red_in,
.ornage_in,
.green_in {
  display: inline-block;
  height: 36px;
  width: 36px;
  margin: 2px 1px;
  border: none;
  background-color: transparent;
  background-image: url(../Uploads/design-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.red_in {
  background-image: url(../Uploads/design-red.png);
}

.ornage_in {
  background-image: url(../Uploads/design-orange.png);
}

.red_in:hover,
.ornage_in:hover,
.green_in:hover {
  opacity: 1;
}

.generate-invoice-section .main-section {
  margin: 30px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  padding: 5px 5px 30px;
}

.generate-invoice-section .box {
  display: inline-block;
  /*margin-top: 50px; */
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.generate-invoice-section .table > thead:first-child > tr:first-child > th {
  background-color: #dcdcdc;
  color: #000;
  font-size: 16px;
  border: none;
  font-weight: 600;
}

.generate-invoice-section .table > tbody > tr > th,
.table > tbody > tr > td {
  background: transparent;
  border: none;
}

.italic_text {
  text-decoration: underline;
  font-style: italic;
}

.d_i {
  display: inline-block;
}

.p_tb {
  padding-top: 0;
  padding-bottom: 0;
}

.half-table table tr td {
  width: 50%;
}

.half-table table tr td:first-child {
  background-color: #dcdcdc;
  font-weight: 600;
  font-size: 16px;
}

.half-table table tr td:last-child {
  text-align: right;
}

.bottom-detail p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

/** Popup-model **/

.modal {
  overflow: auto !important;
}

.modal-content {
  max-width: 500px;
  margin: 0 auto;
}

.modal-header {
  border: none;
  background: #333333;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0px 3px 10px -3px #333;
  -ms-box-shadow: 0px 3px 10px -3px #333;
  -o-box-shadow: 0px 3px 10px -3px #333;
  box-shadow: 0px 3px 10px -3px #333;
}

.modal-body {
  display: inline-block;
  width: 100%;
  padding: 20px 12px;
}

.modal-body span {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

/*.passport-content {
    max-width: 1000px !important;
}*/

.passportspam span {
  display: initial;
}

.passportspam label {
  margin: 5px 5px 10px 0 !important;
}

.modal-body label {
  margin: 5px 5px 0 0;
}

.modal-body select {
  /*height: 30px;*/
  border: 1px solid #ddd;
  padding: 0 12px;
  outline: none;
}

.modal-body select:focus {
  outline: none;
}

.modal-footer {
  padding: 10px 12px;
  border-radius: 0 0 4px 4px;
}

.modal-footer .btn + .btn {
  margin: 0 0 0 5px;
}

.modal-footer .btn {
  margin-top: 0;
  /* background-color: #000;
    color: #fff;*/
}

.modal-header .close {
  color: #fff;
  opacity: 1;
}

.modal-dialog {
  width: 850px;
}

.modal-content {
  max-width: 850px;
}

.modal-dialog .modal-body label {
  margin: 0 5px 0;
}

.modal-dialog .modal-body input {
  margin-left: 5px;
  padding: 0px 5px;
  border: 1px solid #ddd;
}

.modal-dialog .modal-body input[type="file"] {
  padding: 6px 12px;
  height: auto;
}

.sup-map-all-content img {
  width: 100%;
}

.supplier-name {
  display: inline-block;
  width: 100%;
  margin: 6px 0 0;
  text-align: center;
  font-weight: 600;
}

.sup-map-all-content .sup-map-content {
  display: inline-block;
  padding: 0 15px;
  width: 75%;
}

.supplier-img {
  display: inline-block;
  width: 17%;
  float: left;
}

.google-rating {
  float: right;
  width: 50%;
  margin-bottom: 10px;
}

.map-content-box {
  width: 50%;
  float: left;
}

.google-rating span.fa.fa-star.checked {
  color: #ff912c;
}

.google-rating span.fa.fa-star {
  color: #ccc;
}

.google-map-content {
  display: block;
}

.google-map-content p {
  margin: 0 0 3px;
}

.google-map-content p b {
  display: inline-block;
  width: 23%;
}

.google-map-content p a {
  width: 75%;
  display: inline-block;
}

.google-map-content input {
  float: left;
  margin: 5px 10px 5px 0;
  border: 1px solid #ddd;
  padding: 3px 5px;
  border-radius: 4px;
}

#success_value_set {
  display: block !important;
  width: 100%;
  float: right;
  color: green;
}

.google-map-content .google-btn {
  float: left;
  margin: 5px;
}

.btn.google-btn.btn-info.select_supplier {
  float: right;
}

.notes_checked {
  margin-bottom: 20px;
}

.amount-section {
  display: inline-block;
  width: 100%;
}

.amount-section .form-group {
  margin-bottom: 0px !important;
  padding-right: 0px !important;
}

.eta-amount {
  display: inline-block;
  width: auto;
}

.amount-btn {
  display: inline-block;
  /*width: 100%;*/
  margin-top: 10px;
  padding-left: 15px;
}

.empty_provider {
  padding-left: 15px;
}

.modal-body .amount-section select {
  background: #fff;
  padding: 0 15px 0 5px;
  width: 100%;
  /*max-width: 200px;*/
}

.modal-body .header-title-nearby {
  padding-left: 20px;
}

.modal-body span.select2-selection {
  margin-bottom: 0px !important;
}

.modal-dialog .modal-body .amount-btn .btn-default {
  padding: 2px 12px;
}

.modal-dialog .modal-body .amount-btn .btn-info {
  margin: 0;
  padding: 3px 15px;
  border: none;
  font-size: 14px;
  margin-right: 5px;
}

.sup-map-all-content .supplier-img .supplier-name img {
  max-width: 26px;
}

.sup-map-all-content .supplier-img .supplier-name .company_name {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
}

.sup-map-all-content .sup-map-content .company_name a {
  color: black;
}

/** Breakdown Request Received Popup **/
.pusher-model {
  position: fixed;
  top: auto;
  left: auto;
  right: 28px;
  bottom: 20px;
  opacity: 0;
  background: #222d32;
  padding: 24px 22px;
  border-radius: 4px;
  z-index: 99;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pusher-show {
  right: 28px;
  display: inline-block;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.pusher-model h3 {
  display: inline-block;
  margin: 0;
  color: #ffff;
  font-size: 14px;
}

.pusher-model .pusher-close {
  position: absolute;
  top: 3px;
  left: auto;
  right: 7px;
  background: transparent;
  border: none;
  opacity: 0.8;
  line-height: normal;
  outline: none;
}

.pusher-model .pusher-close img {
  max-width: 15px;
}

.pusher-model .pusher-close:focus {
  outline: none;
}

.pusher-model .pusher-close:hover {
  opacity: 1;
}

.pusher-model .pusher-close i.fa {
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 14px;
}

/*supplier-btn*/
.supplier-btn .table > tbody > tr > td:last-child {
  text-align: center;
}

.supplier-btn .chanegs-btn {
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
}

/** Switch **/

.menu-list-block {
  margin-top: 15px;
}

.label-right {
  display: inline-block;
}

.label-right label {
  float: left;
  display: inline-block;
  padding-right: 15px;
  padding-top: 5px;
}

.label-right .toggle-switch {
  display: inline-block;
  position: relative;
  width: 70px;
}

.label-right .toggle-switch input {
  width: 70px;
  z-index: 99;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  /*appearance: none;*/
  outline: none;
  opacity: 0;
}

.switch-anim {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 70px;
  border: 3px solid #000000;
  border-radius: 25px;
  background: #1e6f9d;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a5a5a),
    to(#000000)
  );
  background: linear-gradient(180deg, #5a5a5a, #000000);
}

.toggle-anim {
  background: #d8d8d8;
  border-bottom: 2px solid #cecece;
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-top: 2px solid #fff;
  border-radius: 25px;
  left: 0;
  height: 100%;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50%;
  z-index: 3;
  background: linear-gradient(-135deg, #d8d8d8, #ffffff);
}

.toggle-anim:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1e6f9d;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a5a5a),
    to(#000000)
  );
  background: linear-gradient(180deg, #5a5a5a, #000000);
  content: "";
}

.switch-on,
.switch-off {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-on {
  background: #000000;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a5a5a),
    to(#000000)
  );
  background: linear-gradient(180deg, #5a5a5a, #000000);
  left: 0;
  color: #fff;
  padding: 2px 7px 0 0;
  text-align: right;
}

.switch-off {
  background: #e6e6e6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f8f8),
    to(#e6e6e6)
  );
  background: linear-gradient(180deg, #f8f8f8, #e6e6e6);
  left: -50%;
  color: #000;
  padding: 2px 0 0 3px;
  text-shadow: 1px 1px 0 #fff;
}

.chk-toggle:checked + .switch-anim {
  border: 3px solid #e6e6e6;
  background: none;
}

.chk-toggle:checked + .switch-anim .toggle-anim {
  background: #000;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5a5a5a),
    to(#000)
  );
  background: linear-gradient(180deg, #5a5a5a, #000);
  border: 2px solid #000;
}

.chk-toggle:checked + .switch-anim .toggle-anim:after {
  background: #d8d8d8;
  background: linear-gradient(-135deg, #d8d8d8, #ffffff);
}

.chk-toggle:checked + .switch-anim .switch-on {
  left: 50%;
}

.chk-toggle:checked + .switch-anim .switch-off {
  left: 0;
}

.chk-toggle:checked + .switch-anim .toggle-anim {
  left: 50%;
}

.case-request-section span.validateError,
span.validateError {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 20px;
  color: #f00;
  line-height: 15px;
}

.case-request-section span.validateError {
  background: transparent;
  right: auto;
  padding: 0;
  border-radius: 0;
}

.open_hours_div span.validateError {
  color: #f00;
  position: relative;
  left: 0;
  bottom: 5px;
  line-height: normal;
  /*padding: 0 15px;*/
}

.open_hours_div span.validatecheckError {
  color: #f00;
  position: relative;
  left: 0;
  bottom: 5px;
  line-height: normal;
}

.article_table span.validateError {
  color: #f00;
  position: relative;
  left: 0;
  bottom: auto;
  top: 100%;
  line-height: normal;
  /*padding: 0 15px;*/
  display: block;
}

.intl-tel-input span.validateError {
  top: 36px;
  left: 0;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

/** Footer section **/
.main-footer {
  position: relative;
  margin: 0;
  border: none;
  background-color: #000;
  color: #fff;
  text-align: center;
  z-index: 999;
}

/** Component **/
.full-with {
  width: 100%;
}

.cl {
  clear: left;
}

.create-customer .ml-lab label {
  margin-left: 0;
  color: #333333;
  font-family: "SourceSansPro-SemiBold";
}

.validatehours.grey {
  color: #5c585866;
}

/*changes*/

.date input.datepicker,
.timepicker span.input-group-addon {
  border-radius: 0 4px 4px 0 !important;
}

.timepicker span.input-group-addon,
.bootstrap-timepicker-widget table td a,
.date .input-group-addon {
  background-color: #222d32;
  border-color: #222d32;
  color: #fff !important;
}

.bootstrap-timepicker-widget table td a:hover {
  color: #333 !important;
}

.bootstrap-timepicker-widget table td input {
  width: 40px !important;
  margin: 0;
  text-align: center;
  height: 35px;
}

.bootstrap-timepicker-widget table td a {
  border-radius: 4px;
}

.check {
  height: 60px;
  padding-top: 27px;
}

.timepicker input.openingHours {
  border-radius: 4px 0 0 4px !important;
}

.main-sidebar {
  height: 100vh !important;
  overflow-y: auto !important;
}

.sidebar-menu {
  margin-bottom: 50px !important;
}

.notes_checked label {
  display: inline-block !important;
}

/*.create-customer .form-group.bill-add-first input[type="checkbox"] {
    top: -35px;
    left: 80%;
}*/
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 5px 5px 5px !important;
}

.form-group.col-xs-3.billing_addres.bill-add-first label {
  width: 90%;
}

.validatehours td.openinghour {
  padding-bottom: 10px;
}

.login-box-msg {
  font-size: 18px;
}

/* loader in start */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../Uploads/loader.svg") 50% 50% no-repeat rgb(249, 249, 249);
  opacity: 0.8;
}

/*span.validateError {
  color: red;
}*/

/*changes 10-12*/

.assignemployee,
.assignprovider,
.viewcase {
  border-radius: 4px;
  cursor: pointer;
}

.assignprovider {
  padding: 5px 11px;
}

.viewcase {
  padding: 5px 20px;
}

.assignemployee:hover,
.assignprovider:hover,
.viewcase:hover {
  text-decoration: none;
}

.image-lbl label {
  display: block;
}

.image-lbl a {
  font-size: 0;
}

.asterisk {
  color: #f00;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-right: 10px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d0c4a8;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #d0c4a8;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-box {
  display: block;
}

.select2-selection__rendered {
  width: 100%;
}

.select2-selection__rendered span.select2-selection__choice__remove {
  width: auto;
  margin-bottom: 0;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
  margin-bottom: 0;
}

span.select2.select2-container.select2-container--default .selection,
span.select2.select2-container.select2-container--default .dropdown-wrapper,
span.select2-selection.select2-selection--multiple {
  margin-bottom: 0;
}

span.select2.select2-container.select2-container--default .dropdown-wrapper {
  display: none;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;

  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  /*font-size:1.2em; !* Change the size of the stars *!*/
  font-size: 13px;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #ffcc36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #ff912c;
}

/*.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
  background-color: #D0C4A8;
}*/

.main-section.main-opencase-section {
  height: auto;
  overflow-y: auto;
  margin-bottom: 20px;
  min-height: auto;
  max-height: 920px;
}

.suplier_later_date {
  padding: 0;
}

.form-group.col-xs-12.col-sm-6.col-md-6.request_later_date {
  margin-top: 25px;
}

.later_hours,
.later_minutes {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 12px;
}

.form-group.col-xs-12.col-sm-6.col-md-6.request_later_date p {
  line-height: 30px;
  display: inline-block;
  font-weight: 900;
}

.search-opencase {
  width: 100%;
}

/*design changes 16-1*/
.mail-chat .create-customer {
  display: inline-block;
}

.profile-img {
  float: left;
  padding: 0;
  text-align: center;
}

.profile-img span {
  display: block;
}

.msg-box {
  display: inline-block;
  padding: 0;
}

.text-box {
  float: left;
  width: 100%;
  max-width: 700px;
  position: relative;
  margin-right: 15px;
}

/*chnges 22-1*/

.chat-box {
  min-width: 50%;
  float: left;
}

.pro-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  -webkit-box-shadow: 1px 1px 5px -2px #000;
  -ms-box-shadow: 1px 1px 5px -2px #000;
  -o-box-shadow: 1px 1px 5px -2px #000;
  box-shadow: 1px 1px 5px -2px #000;
  /*background-color: #fff;*/
}

.pro-pic img {
  max-width: 100%;
  border-radius: 50%;
}

.chat-content {
  min-width: calc(100% - 50px);
  max-width: 90%;
  float: left;
  min-height: 20px;
  border-radius: 4px;
  padding: 10px;
  background-color: #d0c4a8;
  color: #fff;
  -webkit-box-shadow: 2px 2px 7px -1px #2c3a49;
  -moz-box-shadow: 2px 2px 7px -1px #2c3a49;
  -ms-box-shadow: 2px 2px 7px -1px #2c3a49;
  -o-box-shadow: 2px 2px 7px -1px #2c3a49;
  -box-shadow: 2px 2px 7px -1px #2c3a49;
}

.chat-time {
  display: block;
}

.chat-time span {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.chat-attachment {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-left: 50px;
}

.chat-attachment a {
  display: inline-block;
  margin-right: 10px;
}

.chat-attachment a img {
  border-radius: 4px;
}

.main-chat-box .main-section {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-chat-box .create-customer {
  background-color: transparent;
}

.main-chat-box .create-customer.bg-w {
  background-color: #fff;
  margin-top: 15px;
}

/*.text-box textarea{
  border-radius: 4px 4px 0 0;
}*/
.input-text input {
  width: 100%;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  border-top: none;
  padding: 5px 10px;
}

.input-text input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

.input-text input:-ms-input-placeholder {
  font-size: 12px;
  color: #999;
}

.input-text input::placeholder {
  font-size: 12px;
  color: #999;
}

/*23-1*/

.text-img {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.text-inpt {
  padding: 6px 42px 6px 12px;
}

.send-msg {
  line-height: 12px !important;
}

/*changes 6-3*/

.scrollbar {
  background: #f5f5f5;
}

/*
 *  STYLE 2
 */

#scrollbar-view::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#scrollbar-view::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#scrollbar-view::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #5a5a5a;
}

.create-customer .text-box {
  margin-bottom: 10px;
}

.main-section.req-work-scroll {
  height: auto;
  overflow-y: auto;
  margin-bottom: 20px;
  min-height: auto;
  max-height: 425px;
}

.main-section.req-work-scroll .box {
  margin-bottom: 0;
}

.general-pop-btn {
  /*margin-top: 25px;*/
}

.general-pop-btn a {
  height: 25px;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 5px;
}

.modal-dialog #insertLog .modal-body input {
  margin-left: 0;
  margin-bottom: 5px;
}

.uploadeddocuments td,
.uploadeddocuments th {
  padding: 5px 10px;
}

.table tbody tr td {
  position: relative;
}

div.action-option {
  text-align: center;
  position: relative;
}

.table tbody tr td a.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding-top: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 12px;
}

div#action-option:hover .option {
  display: block;
}

.table tbody tr td a.toggle span {
  width: 8px;
  height: 8px;
  background-color: #000;
  display: block;
  border-radius: 50%;
  margin: 0 1px;
}

.table tbody tr td div.option {
  display: none;
  position: absolute;
  left: auto;
  top: 100%;
  right: 0;
  text-align: left;
  background-color: #333333;
  z-index: 99;
  width: 185px;
  margin: 0 auto;
}

.dataTables_scrollBody
  .table-striped
  > tbody
  > tr:last-child
  td
  .action-option
  div.option {
  top: -22px;
  bottom: auto;
  right: 100%;
}

.dataTables_scrollBody
  .table-striped
  > tbody
  > tr:nth-child(10)
  td
  .action-option
  div.option {
  top: auto;
  bottom: 30px;
  right: 0;
}

.table-striped > tbody > tr:last-child td .action-option div.option,
.table-striped > tbody > tr:first-child td .action-option div.option {
  top: auto;
  bottom: -115px;
  right: 100%;
}

.tbl-structure-height .main-section .box.table-responsive > .box-body {
  min-height: 700px;
}

.supplier-btn
  .table-striped
  > tbody
  > tr:last-child
  td
  .action-option
  div.option,
.supplier-btn
  .table-striped
  > tbody
  > tr:first-child
  td
  .action-option
  div.option {
  right: 70%;
}

.supplier-btn
  .table-striped
  > tbody
  > tr:nth-child(10)
  td
  .action-option
  div.option {
  right: 0;
}

div#CustomerDatatable_wrapper
  table#CustomerDatatable
  tbody
  tr
  td:last-child
  .action-option {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 15px;
}

div#CustomerDatatable_wrapper
  table#CustomerDatatable
  tbody
  tr:first-child
  td
  .action-option
  .option {
  right: 50px !important;
}

.supplier-btn
  .table-striped
  > tbody
  > tr:first-child
  td
  .action-option
  div.option,
div#CustomerDatatable_wrapper
  table#CustomerDatatable
  tbody
  tr:first-child
  td
  .action-option
  .option {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}

.table-striped > tbody > tr:nth-child(4) td .action-option div.option,
.table-striped > tbody > tr:nth-child(6) td .action-option div.option,
.table-striped > tbody > tr:nth-child(7) td .action-option div.option,
.table-striped > tbody > tr:nth-child(8) td .action-option div.option,
.table-striped > tbody > tr:nth-child(9) td .action-option div.option,
.table-striped > tbody > tr:nth-child(10) td .action-option div.option {
  top: auto;
  bottom: 30px;
  right: 0;
}

.table tbody tr td div#menu ul {
  margin-bottom: 0;
}

.table tbody tr td div#menu ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.table tbody tr td div#menu ul li:last-child {
  border-bottom: none;
}

.table tbody tr td div#menu ul li a.chanegs-btn {
  background-color: #f5f5f5;
  border-radius: unset;
}

.table tbody tr td div#menu ul li a.option-title {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
}

table#DataTable thead tr th.sup_action.sorting_disabled {
  width: 150px !important;
}

select.form-control.select-supplier {
  width: 32%;
  display: inline-block;
  height: 42px;
}

div#loader {
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

div#loader img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#contReqDataTable_wrapper {
  margin-top: 0px !important;
}

#contReqDataTable_filter label {
  background-color: #fff;
  padding: 1px 9px 1px 0px;
  font-weight: normal;
}

#contReqDataTable_filter {
  width: 100% !important;
}

#contReqDataTable_filter label input {
  width: 100% !important;
  color: #000;
}

td span.dashboard_eta {
  background-color: transparent !important;
  color: #000 !important;
  vertical-align: sub;
  margin: 5px 0;
  display: inline-block;
  width: 90px;
}

td span.revised_eta {
  background-color: transparent !important;
  color: #000 !important;
  margin: 7px 0 0 5px;
  padding: 0 !important;
  vertical-align: sub;
  display: inline-block;
}

tr.withoutrequestownedsearch td a.viewcase:nth-child(2) {
  display: inline-block;
}

tr.withoutrequestownedsearch td a.viewcase {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

div#LicenseConfirmationpopup a.btn.btn-primary.process_case_yes {
  padding: 3px 10px;
  font-size: 12px;
}

div#ponderosityModal a.btn.btn-primary.process_yes {
  padding: 3px 10px;
  font-size: 12px;
}

a#case_validate {
  padding: 22px 0 0 0;
  position: relative;
}

.validate_task_number {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 30px;
  background-color: red;
  color: white;
  text-align: center;
  font-size: 0.8em;
  top: 10px;
  right: -10px;
}

select.eta_hours.form-control,
select.eta_minutes.form-control {
  padding: 0 5px 0 5px;
  width: 48%;
  display: inline-block;
}

label.eta_time_popup {
  display: block;
}

.suplier_later_date .input-group.date.datepicker.request_later_date {
  padding: 0;
}

.later_hours,
.later_minutes {
  padding: 5px 9px;
  display: inline-block;
}

select.hours.form-control,
select.minutes.form-control {
  padding: 0 5px;
}

span.document_acc.invoice_search {
  float: none !important;
  display: block;
  padding: 10px !important;
  text-align: center;
  position: relative;
  left: -5%;
  bottom: -62px;
  z-index: 99;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  margin: 0 auto 0 auto;
}

select.form-control option {
  text-transform: capitalize;
}

span.document_acc {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 0 27%;
  position: absolute;
  margin-top: 17px;
  z-index: 99;
}

.main-section.top-padding {
  padding-top: 35px;
}

form#searchcaseForm {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

form#searchcaseForm input.form-control {
  width: calc(100% - 33px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

form#searchcaseForm button.btn-search {
  padding: 0 8px;
}

form#searchcaseForm button.btn-search i {
  vertical-align: baseline;
}

a.dashboard_view {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  margin: 28px 0 0 5px;
}

a.dashboard_view:hover {
  color: #f6f6f6;
}

.number_case {
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  padding: 0 15px;
}

.number_case h3 {
  margin: 0;
  padding: 0 0 14px;
}

.number_case h3 label {
  font-weight: 300;
  font-family: "SourceSansPro-Regular";
  margin-bottom: 0;
}

.number_case h3 label.main-label {
  /*margin-right: 25px;*/
}

.number_case h3 label.sub-label {
  margin-right: 10px;
  margin-left: 15px;
}

.number_case h3 a {
  font-size: 20px;
  background-color: #337ab7;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 4px 15px 5px;
  border-radius: 15px;
}

div#tyre_reports .dataTables_scrollHeadInner,
div#tyre_reports .dataTables_scrollHeadInner table.table-striped,
div#gop_files .dataTables_scrollHeadInner,
div#gop_files .dataTables_scrollHeadInner table.table-striped {
  width: 100% !important;
}

.without_credit {
  margin-bottom: 0px;
}

/*added-by-k-05/09*/
.sup-map-all-content .suppliers-ratting-section {
  width: 30%;
}

.sup-map-all-content .suppliers-ratting-section .sup-rat-sec-box {
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  border: 1px solid white;
  border-radius: 2px;
  padding: 10px;
  display: none;
}

.sup-map-all-content
  .suppliers-ratting-section
  .sup-rat-sec-box
  .sup-rat-op-box
  .sup-rat-op-hd
  p {
  font-size: 15px;
  font-weight: bold;
}

.sup-map-all-content
  .suppliers-ratting-section
  .sup-rat-sec-box
  .sup-rat-op-box
  .sup-rat-cn-box
  ul
  li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sup-rat-sec-box .sup-rat-op-box .sup-rat-cn-box ul li p {
  font-size: 14px;
}

.sup-rat-sec-box .sup-rat-op-box .sup-rat-cn-box ul li .op-item-rate {
  font-size: 22px;
  text-align: right;
  line-height: 25px;
}

.sup-map-all-content .supplier-img {
  width: 15%;
}

.sup-map-all-content .sup-map-content {
  width: 55%;
}

.sup-map-all-content .suppliers-ratting-section .supplier-ratting-heading {
  display: flex;
  justify-content: space-between;
  background: black;
  padding: 2px;
  color: #fff;
}

.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  p.supplier-ratting-title {
  margin-bottom: 0;
  margin-right: 10px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  width: 40%;
}

.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  .supplier-ratting-content-rate,
.sup-rat-cn-box > ul > li > .ad-item-rate {
  font-size: 22px;
  text-align: right;
  height: 30px !important;
  background: white;
}

.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  .rate-base-layer,
.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  .rate-select-layer,
.sup-map-all-content
  .suppliers-ratting-section
  .supplier-ratting-heading
  .rate-hover-layer {
  height: auto !important;
}

.suppliers-ratting-section:hover .sup-rat-sec-box {
  display: block;
}

.sup-map-all-content {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  position: relative;
}

#rate_supplier_modal .modal-body,
#administrative_supplier_modal .modal-body {
  padding: 20px 20px;
}

#rate_supplier_modal .modal-body span {
  margin-bottom: 15px;
}

#administrative_supplier_modal .modal-body span {
  width: auto !important;
  margin-bottom: 15px;
}

/*added-by-k-05/09*/
/** Responsive **/
@media screen and (max-width: 1200px) {
  .user_detail {
    text-align: center;
  }

  .user_img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .text-box {
    width: 100%;
  }

  .btn-submit {
    margin-top: 10px;
    display: inline-block;
  }

  .user-detail a > img {
    height: 100px;
    width: auto;
  }

  .modal-dialog {
    width: 100%;
    max-width: 95%;
  }
}

@media screen and (max-width: 991px) {
  .content .dashboard-main-content .box-body label {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .btn-primary {
    font-size: 12px;
  }

  .supplier-btn .table > tbody > tr > td:last-child {
    display: none;
  }

  .case-request-section span.validateError,
  span.validateError {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
    border-top: 2px solid #000;
  }

  .skin-blue .main-header .navbar {
    border-top: 1px solid #ddd;
  }

  .table-bordered > tbody > tr > td a {
    margin-bottom: 8px;
  }

  .hamburger {
    margin: 12px;
  }

  .sidebar-collapse .user-panel > .image > img {
    height: 40px;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: unset;
    padding: 0;
  }

  .user_img {
    width: auto;
  }

  .head .billing_addres {
    padding: 0;
    margin-top: 15px;
  }

  .sup-map-all-content .img {
    max-width: 100% !important;
  }

  .create-customer .profile-img {
    margin-bottom: 10px;
  }

  .create-customer form {
    text-align: center;
  }

  .sup-map-all-content {
    display: block;
  }

  .sup-map-all-content .sup-map-content {
    width: 85%;
  }
}

@media screen and (max-width: 599px) {
  #addSupplierBtn,
  #downloadSupplier {
    width: 100%;
    margin-top: 10px;
  }

  .btn-map {
    margin-top: 10px;
  }
}

.login-box,
.register-box {
  width: 360px;
  margin: 0% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.assignemployee {
  background-color: #36c6d3;
}

.assignprovider {
  background-color: #ed6b75;
}

.viewcase {
  background-color: #8a6d3b;
}

.assignemployee,
.assignprovider,
.viewcase {
  border: none;
  color: #fff;
}

.assignemployee:hover,
.assignprovider:hover,
.viewcase:hover {
  color: #fff;
}

.breakdown-history .view-item::after {
  background-image: url(../Uploads/pdf.svg);
}

/*changes 1-3*/

.article_table tr td,
.article_table tr th {
  padding: 10px;
}

.article_table tr th {
  padding-bottom: 0;
}

.article_table select {
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  width: 100%;
}

.btn-del {
  height: 34px;
  padding: 6px 12px;
}

.period-del {
  height: 26px;
  padding: 3px 12px 4px 12px;
}

.article_form_col {
  overflow: auto;
}

.import {
  line-height: 5px;
}

.icheckbox_square-blue {
  margin-left: -20px;
}

/*
[if IE]
.radio label, .checkbox label{
        padding-left:30px;
    }
.checkbox-inline input[type='checkbox']{
        margin-left:-30px;
    }


[endif]
*/
@-ms-viewport {
  width: auto !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .content-wrapper {
    min-height: 629px;
  }
}

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
  .content-wrapper {
    min-height: 629px;
  }
}

.company-name {
  display: inline-block;
  margin: 12px 0 0px 15px;
}

.case-request-section .row {
  margin-left: 0;
  margin-right: 0;
}

.open_hours_div {
  overflow: auto;
}

.map-loader {
  position: relative;
  height: 100%;
}

.map-loader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  z-index: 9;
}

.loader-response {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader-response img {
  max-width: 100%;
  float: left;
}

a.btn.btn-primary.add_cash_dashboard {
  position: absolute;
  right: 59.5%;
  /* top: -34px; */
  color: #fff;
  background: #337ab7;
  margin: 19px 0 0 0px;
  padding: 6px 20px 6px 20px;
}

section.content {
  position: relative;
}

#url_back_button {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
}

.action_history {
  background-color: #000;
  color: #fff;
  padding: 0px 5px;
  margin: 2px;
}

.btn_accept_reject a,
.btn_accept_reject button {
  padding: 1px 6px;
  margin: 2px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
}

.tooltips {
  position: relative;
  display: inline-block;
  border-bottom: none;
}

.tooltips .tooltipstext {
  visibility: hidden;
  width: 350px;
  height: 180px;
  overflow-y: auto;
  background-color: #ffffff;
  color: #000;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 0;
  text-align: left;
  display: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.tooltips span.tooltipstext.tooltipstext2 {
  right: 0;
  left: auto;
}

.tooltips .tooltipstext span.close_tooltip {
  position: absolute;
  right: 8px;
  top: 2px;
  width: auto;
}

/*.tooltips:hover .tooltipstext {
    visibility: visible;
    display: block;
}*/

form#assignETADashboardForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

form#assignETADashboardForm .form-group.col-xs-12.col-sm-4.col-md-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

form#assignETADashboardForm .amount-btn {
  margin-top: 0;
  width: auto;
}

div#ETApopup .form-group {
  margin-bottom: 0;
}

.service_hours.valid {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 12px;
}

.modal-dialog .modal-body .service-label {
  float: left;
  max-width: 146px;
  margin: 0;
  padding-top: 6px;
}

.popup_datepicker .form-control.datepicker {
  max-width: 124px;
  display: inline-block;
  height: 32px;
}

.modal-body .service_minutes,
.modal-body .service_hours {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 6px;
  width: 50px;
}

.modal-body select.service_hours,
.modal-body select.service_minutes {
  padding: 5px 2px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 {
  width: 100%;
}

.emp-intervention {
  background: #5a5a5a;
  color: #fff;
}

.table > thead > tr.emp-intervention > th:last-child {
  background-color: #5a5a5a;
}

.table-employee-intervention > thead > tr > td > input {
  width: 100%;
}

tbody#supplierdisplay span.select2.select2-container {
  max-width: 120px;
  max-height: 34px;
}

tbody#customerdisplay span.select2.select2-container {
  max-width: 120px;
  max-height: 34px;
}

.table.table-employee-intervention tbody tr td {
  text-align: center;
}

.table-bordered > thead > tr.emp-intervention > th {
  border-color: #828282;
  font-weight: 400;
  font-size: 14px;
  border-top: 0;
  border-bottom: 0;
}

table.table-employee-intervention > thead:first-child > tr:first-child > td {
  border-top: 2px solid #ddd;
}

.table.table-employee-intervention tbody tr td a.employee_case {
  font-weight: 600;
  color: #8a6d3b;
  text-decoration: none;
  cursor: pointer;
}

.eta_request_me {
  width: auto !important;
}

.popup_search_ico {
  cursor: pointer;
}

tr.emp_intervention_date td span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

tr.emp_intervention_date td span label {
  vertical-align: sub;
  margin: 0 5px;
}

tr.emp_intervention_date td span .input-group .form-control {
  float: none;
  margin-right: -1px;
  border-radius: 0 !important;
}

tr.emp_intervention_date td a.btn.action_history.save_ponderosity {
  margin-right: 50px;
}

.document_acc span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 5px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.document_acc span label {
  vertical-align: sub;
  margin: 0 5px;
}

.document_acc span .input-group .form-control {
  float: none;
  margin-right: -1px;
  border-radius: 0 !important;
}

.document_acc a.btn.action_history.save_ponderosity {
  margin-right: 50px;
}

#excelBlocks {
  margin: 0 0 22px 0;
}

/* ---------- css 20-10 @np ---------- */
.main-header .navbar:after,
.main-header .navbar:before {
  display: none;
}

.main-header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_left_sec {
  display: inline-block;
}

#hamburger,
a.dashboard_view {
  margin-top: 0;
}

.head_middle_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-header .navbar a.btn.btn-primary.add_cash_dashboard {
  position: static;
  right: auto;
  margin: 0;
}

.main-header .navbar form#searchcaseForm {
  position: static;
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
  margin-left: 15px;
}

.navbar-custom-menu a#case_validate {
  padding-top: 10px;
}

.navbar-custom-menu .validate_task_number {
  top: 0;
}

.navbar-custom-menu .dropdown.user .dropdown-toggle {
  padding: 15px 15px 0;
}

form#searchcaseForm button.btn-search {
  border-radius: 0px 4px 4px 0px;
  border: none;
}

form#searchcaseForm input.form-control {
  width: calc(100% - 29px);
}

.sidebar .user-panel > .info {
  padding-top: 15px;
}

.box-body {
  position: relative;
}

span.document_acc.document_acc_for_two {
  width: auto;
  margin: 17px 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 234px 0 130px;
  width: 100%;
  pointer-events: none;
}

.document_acc span {
  pointer-events: auto;
}

.modal-body .task-datepicker.date {
  position: relative;
  padding-top: 20px;
}

.modal-body .task-datepicker.date label {
  position: absolute;
  top: 0px;
  left: 0px;
}

.nav-pills.statistics_tab {
  padding: 15px 15px 0;
}

.article_table tr td,
.article_table tr th {
  padding: 10px 4px;
}

.modal-dialog #insertLog .modal-body .task_date input.datepicker {
  margin-bottom: 0;
}

.supplierpopup_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-dialog .modal-body .amount-btn.supplierpopup_btns #btn_show_select {
  width: auto;
}

.Private_Supplier_modal .modal-body .asterisk {
  display: inline-block;
  width: auto;
}

.modal-body .asterisk {
  display: inline-block;
  width: auto;
}

.Private_Supplier_modal .modal-footer .btn,
.add_group_modal .modal-footer .btn {
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.Private_Supplier_modal .modal-footer .btn-default,
.add_group_modal .modal-footer .btn-default {
  padding: 7px 11px;
}

.add_group_modal .add_line i {
  margin: 4px 5px 0 0;
}

.add_group_modal .group_table th,
.add_group_modal .group_table td {
  padding: 0 3px;
}

.modal-dialog .add_group_modal .modal-body .group_table input {
  margin: 0;
}

.supplier-btn
  .table.passport_data
  > tbody
  > tr
  > td:last-child
  .action_history {
  margin: 5px;
}

.supplier-btn .table.passport_data > tbody > tr > td:last-child .chanegs-btn {
  float: none;
}

.finish_suplier_later_date .suplier_later_date {
  padding: 0;
}

.finish_suplier_later_date
  .form-group.col-xs-12.col-sm-6.col-md-6.finished_date {
  margin-top: 29px;
}

.finish_suplier_later_date .finished_hours,
.finished_minutes {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 12px;
}

.finish_suplier_later_date
  .form-group.col-xs-12.col-sm-6.col-md-6.finished_date
  p {
  line-height: 30px;
  display: inline-block;
  font-weight: 900;
}

.search_date {
  pointer-events: auto;
  cursor: pointer;
}

.map_tooltip_wrap {
  position: relative;
}

#mapView {
  z-index: 1;
}

.sup_cust_tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sup_cust_tooltip > div {
  display: inline-block;
  width: 50%;
  padding: 15px;
  border: 1px solid #000;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}

.sup_cust_tooltip div:first-child {
  border-right: none;
}

.sup_cust_tooltip .close {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: -3px;
  left: auto;
  bottom: auto;
  float: none;
  opacity: 0.5;
}

#auto_scroll {
  height: 80vh;
  min-height: 500px;
  position: relative;
  overflow-y: scroll;
}

#operational_task_scroll {
  max-height: 400px;
  position: relative;
  overflow-y: scroll;
}

@media (max-width: 1200px) {
  span.document_acc.document_acc_for_two {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    background: #ecf0f5;
    border: 1px solid rgb(34 45 50 / 8%);
  }

  .document_acc.document_acc_for_two span:first-child {
    margin: 0;
  }

  .document_acc.document_acc_for_two span:first-child label {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .navbar-custom-menu a#case_validate img {
    height: 25px;
    width: 25px;
  }

  .navbar-custom-menu > .navbar-nav > li:not(:last-child) {
    margin-right: 10px !important;
  }

  .navbar-custom-menu .dropdown.user .dropdown-toggle {
    padding-left: 0;
    padding-top: 10px;
  }

  .main-header .navbar a.btn.btn-primary.add_cash_dashboard {
    padding: 6px 8px;
  }

  .head_middle_sec {
    width: 50%;
  }

  .main-header .navbar form#searchcaseForm {
    margin-left: 8px;
    max-width: 200px;
    width: calc(100% - 110px);
  }

  .validate_task_number {
    height: 17px;
    width: 17px;
    line-height: 17px;
    right: -9px;
  }
}

@media (max-width: 767px) {
  .main-sidebar {
    padding-top: 140px;
  }

  .main-header {
    max-height: unset;
  }
}

@media (max-width: 479px) {
  .main-sidebar {
    padding-top: 135px;
  }

  .main-header {
    background: #000;
  }

  .main-header .navbar {
    padding: 15px 15px;
    min-height: auto;
  }

  .main-header .navbar-custom-menu {
    float: none;
    position: absolute;
    right: 0;
    top: -56px;
  }

  #hamburger {
    margin: 0 10px 0 0;
  }

  .main-header .logo {
    display: inline-block;
    width: auto;
  }

  a.dashboard_view {
    margin: 2px 0 0;
  }

  .head_middle_sec {
    width: calc(100% - 70px);
  }

  .main-header .navbar form#searchcaseForm {
    margin-left: 4px;
    max-width: 200px;
    width: calc(100% - 100px);
  }
}

a.btn.btn-primary.add_cash_dashboard_customer {
  position: absolute;
  right: 59.5%;
  top: -34px;
}

/* 05 july 2022 S */

.btn.btn-primary.arrow-right,
.btn.btn-primary.arrow-left {
  padding: 0 !important;
  display: inline-table;
}

.btn.btn-primary.arrow-right i.fa.fa-arrow-right,
.btn.btn-primary.arrow-left i.fa.fa-arrow-left {
  padding-top: 5px;
  font-size: 16px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.bg-danger-detached {
  background-color: #dc3545 !important;
}

.bg-success-attached {
  background-color: #28a745 !important;
  background: #28a745 !important;
}

/* 05 july 2022 E */

/* 05 August 2022 S */

.history_note {
  width: 290px;
  max-width: 300px;
  word-break: break-all;
}

/* 05 August 2022 E */
.notes_color {
  color: #66ff00 !important;
}

.notes_color:hover {
  color: #66ff00 !important;
}

/* 26 August 2022 S */
p.rate-section-title {
  font-size: 20px;
  margin: 0px;
}

p.rate-box-title {
  font-size: 16px;
  margin: 0;
  color: #000;
  width: 74%;
  font-weight: 600;
}

ul.rate-section-main {
  margin: 0 auto;
  /* padding: 15px;
    border: 1px solid;*/
  line-height: normal;
  width: 100%;
}

li.rate-section-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
}

/*.modal-header h4.modal-title {
    font-size: 20px;
    font-weight: bold;
}*/
.rate-section-box .rate {
  font-size: 35px;
  height: 40px !important;
}

.rate-base-layer {
  color: #aaa;
  white-space: nowrap;
  display: block;
}

.rate-hover-layer {
  color: #ffa5006e;
}

.rate-select-layer {
  color: orange;
}

#rate_supplier_modal .modal-body span,
#administrative_supplier_modal .modal-body span .hover-section-main span {
  width: unset !important;
}

.gm-style-iw.gm-style-iw-c.hover-section {
  width: 250px !important;
}

.hover-section-box {
  display: flex;
  text-align: left;
  width: 100%;
  align-items: center;
}

p.hover-content-title {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  align-items: flex-start;
  margin-bottom: 0;
}

.hover-content-rate {
  font-size: 24px;
  line-height: 32px;
}

/* 26 August 2022 E */

/* 31 August 2022 S */
/*.sup-map-all-content {
        display: flex;
    }

    .supplier-ratting-heading {
        background: black;
        padding: 2px;
        width: 35%;
        align-items: center;
        display: flex;
    }

    p.supplier-ratting-title {
        margin-bottom: 0;
        margin-right: 10px;
        color: white;
        font-size: 12px;
        font-weight: 600;
    }

    .supplier-ratting-content-rate {
        font-size: 22px;
        text-align: right;
        line-height: 25px;
        width: 45% !important;
        background: white;
    }

    .sup-map-all-content {
        display: flex;
        position: relative;
    }

    .suppliers-ratting-section {
        width: 100%;
        position: absolute;
        right: 0;
    }

    .supplier-ratting-heading-box {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .suppliers-ratting-section-box {
        position: relative;
    }

    .sup-rat-sec-box {
        position: absolute;
        right: 0;
        display: none;
        width: 50%;
    }

    .suppliers-ratting-section-box:hover .sup-rat-sec-box {
        display: block;
        width: 100%;
        position: unset;
    }

    .sup-rat-cont {
        background: white;
        border: 1px solid white;
        border-radius: 2px;
        padding: 10px;
    }

    .sup-rat-op-hd {
        font-size: 12px;
        font-weight: 300;
    }

    .sup-rat-cn-box > ul {
        margin: 0;
        padding: 0;
    }

    .sup-rat-cn-box > ul > li {
        list-style-type: none;
        display: flex;
        align-items: center;
    }

    .sup-rat-cn-box > ul > li > p {
        margin-bottom: 5px;
        margin-right: 5px;
        width: 80%;
        font-size: 10px;
    }

    .sup-rat-cn-box > ul > li > .op-item-rate, 
    .sup-rat-cn-box > ul > li > .ad-item-rate {
        font-size: 22px;
        text-align: right;
        line-height: 25px;
        width: 54% !important;
    }

   /* .gm-style .gm-style-iw-c {
        width: 100%;
    }*/

/*  #rate_supplier_modal .modal-body,
    #administrative_supplier_modal .modal-body {
        padding: 20px 20px;
    }

    #rate_supplier_modal .modal-body span {
        margin-bottom: 15px;
    }

    #administrative_supplier_modal .modal-body span {
        width: auto !important;
        margin-bottom: 15px;
    }*/
/* 31 August 2022 E */

/* 15-09-2022 */
.gm-style-iw.gm-style-iw-c {
  max-height: 250px !important;
}

.gm-style .gm-style-iw-d {
  max-height: 250px !important;
}

/* 16-09-2022 */
.sup-map-all-content .sup-map-content {
  min-height: 250px;
}

/* 15-09-2022 */

/* 20-09-2022 */
.supplier_review_update .modal-content {
  max-width: 650px;
}

.supplier_review_header .rate-select-layer {
  height: 40px !important;
}

.supplier_review_header .rate-base-layer {
  height: 40px !important;
}

.supplier_review_header .modal-header_inner {
  display: flex;
  align-items: center;
}

.supplier_review_header .modal-header_inner h4.modal-title {
  font-size: 28px;
  max-width: 200px;
  margin: 0 auto 0 0;
}

.supplier_review_header .modal-header_inner p {
  background-color: #fff;
  color: black;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0px;
}

.supplier_review_header .overall_rating {
  width: 154px !important;
  font-size: 35px;
  line-height: 40px;
  height: 40px !important;
  margin-left: 10px;
  background-color: #fff;
  padding: 0px 4px;
}

.supplier_review_header li.rate-section-box {
  align-items: flex-end;
}

p.supplier-ratting-case-count {
  background-color: #fff;
  color: black;
  padding: 10px 3px;
  font-size: 14px;
  line-height: 10px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: -16px;
}

/* 20-09-2022 */

.supplierModalCustom {
  width: 100% !important;
}

.supplierModalCustom .modal-content {
  max-width: 1200px;
}

.sup-rat-ttl-box.flex-set-content {
  background: #f2f2f2;
  padding: 7px;
  margin-bottom: 10px;
}

.sup-rat-ttl-box.flex-set-content p {
  margin-bottom: 0px;
}

.flex-set-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.flex-set-content .rate.ad-item-rate-op {
  height: auto !important;
}

.flex-set-content .rate.ad-item-rate-op .rate-base-layer {
  height: auto !important;
  top: 50%;
  transform: translateY(-50%);
}

.flex-set-content .rate.ad-item-rate-op .rate-base-layer span {
  /* color: #5b9bd5!important; */
  color: unset;
}

.flex-set-content .rate-select-layer {
  height: auto !important;
  top: 50%;
  transform: translateY(-50%);
}

.flex-set-content .rate-select-layer span {
  color: #5b9bd5 !important;
}

.flex-set-content .number-supplier {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: 20px;
}

.sup-rat-ttl-box.flex-set-content .rate.ad-item-rate-ads {
  height: auto !important;
}

.sup-rat-ttl-box.flex-set-content .rate.ad-item-rate-ads .rate-base-layer {
  height: auto !important;
  top: 0;
  transform: translateY(-50%);
}

.supplierModalCustom .gm-style-iw-t .gm-style-iw-c {
  max-width: 850px !important;
  transform: translate3d(-56%, -100%, 0) !important;
  max-height: 330px !important;
}

.gm-style .gm-style-iw-d:has(div > .sup-map-all-content) {
  max-height: 350px !important;
}

.flex-set-content .rate.ad-item-rate-op,
.flex-set-content .rate.ad-item-rate-ads {
  height: auto !important;
  min-width: 92px !important;
  font-size: 22px;
  line-height: 25px;
}

.rate-section-title-box.flex-set-content .supplier-review-rate {
  min-width: 146px !important;
  height: auto !important;
}

.rate-section-title-box.flex-set-content
  .supplier-review-rate
  .rate-select-layer
  span,
.rate-section-title-box.flex-set-content
  .supplier-review-rate
  .rate-base-layer
  span {
  font-size: 35px !important;
  margin-bottom: 0 !important;
}

.rate-section-title-box.flex-set-content
  .supplier-review-rate
  .rate-base-layer
  span {
  color: unset !important;
}

.supplier-review-rate .rate-base-layer {
  height: auto !important;
  transform: translateY(-50%);
}

.supplier-edit-modal .rate-section-title-box.flex-set-content {
  background: #f2f2f2;
  padding: 7px;
  margin-bottom: 10px;
}

.supplier-edit-modal
  .rate-section-title-box.flex-set-content
  .rate-section-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.supplier-edit-modal .number-supplier {
  margin-bottom: 0px !important;
}

.supplier_tbody tr td:nth-child(5),
.supplier_tbody tr td:nth-child(8),
.supplier_tbody tr td:nth-child(12) {
  padding-right: 22px;
}

.supplier_block_inner {
  padding-right: 18px !important;
}

.supplier_tbody .form-group input[type="text"] {
  padding: 6px 2px !important;
}

#supplierdisplay.supplier_tbody tr td .input-group.date input {
  padding: 6px 2px !important;
}

/*for first case blink 12-03-2023*/

/* .blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
} */

/* 15-3-2023 */
section.content-header.case-sheet-header h1.information_header_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section.content-header.case-sheet-header h1.information_header_content p {
  margin-bottom: 0;
  font-size: 18px;
  padding-right: 10px;
  font-weight: 600;
}

@-webkit-keyframes bounce {
  0% {
    text-shadow: 0 5px 0 #ccc, 0 2px 3px rgba(0, 0, 0, 1);
  }

  100% {
    transform: translateY(-10px);
    text-shadow: 0 50px 0 #black, 0 0px 20px rgba(0, 0, 0, 0.8);
  }
}

.shake {
  -webkit-animation: bounce 0.4s ease infinite alternate;
}

section.content-header.case-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.content-header.case-sheet-header.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  width: calc(100% - 230px);
  background: #fff;
  z-index: 99;
  margin-left: auto;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dashboard-main-content table tbody.withsearch tr td .user_detail {
  display: flex;
  align-items: center;
}

.dashboard-main-content table tbody.withsearch tr td .user_detail img.shake {
  min-width: 60px;
  object-fit: cover;
}

@media only screen and (max-width: 1366px) {
  section.content-header.case-sheet-header h1.information_header_content p {
    font-size: 14px;
    padding-right: 5px;
  }

  span.extra_content {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .dashboard-main-content table tbody.withsearch tr td .user_detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .dashboard-main-content table tbody.withsearch tr td .user_detail img.shake {
    min-width: auto;
    object-fit: cover;
  }
}

/* -------------------- START: 03-04-2023 ------------------- */

.company_template_logo {
  max-width: 70px;
  /* width: 100%; */
  margin: 0 auto;
  object-fit: contain;
  margin-top: 18px;
}

/* -------------------- END: 03-04-2023 ------------------- */

/* -------------------- START: 11-04-2023 ------------------- */

.style-box {
  border: 1px solid #000;
  padding-left: 6px;
}

#mapView .suppliers-ratting-section .avrg-prft-sct .avrg-prft-box {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
  border: 1px solid #000;
}

/* -------------------- END: 11-04-2023 ------------------- */

/* for autocomplete */

#results-container {
  height: 100px;
  /* Set a fixed height for the container */
  overflow-y: auto;
  /* Add vertical scrollbars when the results overflow the container */
  background-color: #fff;
}

#results {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#results li:hover {
  background-color: #ddd;
  cursor: pointer;
}

/* end for autocomplete  */

/* -------------------- START: 21-04-2023 ------------------- */

#results-container {
  position: absolute;
  width: calc(100% - 30px);
  z-index: 999;
  border: 1px solid #ccc;
  display: none;
}

#results li {
  padding: 6px;
  /* transition: background-color .3s ease, color .3s ease; */
}

#results li:hover {
  cursor: pointer;
  background-color: #d0c4a8;
  color: #fff;
}

/* -------------------- END: 21-04-2023 ------------------- */

.user_online_details .active,
.user_online_details .inactive {
  height: 10px;
  width: 10px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #28a745;
  margin-left: 18px;
}

.user_online_details .inactive {
  background-color: gray;
}

/* Hide the default scrollbar */
/*.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}*/

/* Style the scrollbar track */
/*.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}*/
/* Style the scrollbar thumb */
/*.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #5a5a5a;
}*/

/* Optional: Add hover effect to the scrollbar thumb */
/*.table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}*/

#mapView .rejected_count .rejected_count-box {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
  border: 1px solid #000;
}

#mapView .rejected_count {
  margin-bottom: 10px;
}

#mapView .container.popup-container {
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  border: 1px solid white;
  border-radius: 2px;
  padding: 10px;
  /* display: none; */
}

#mapView .rejected_count .rejected_count-box:hover .popup-container {
  display: block;
}

.right__box--item-popup {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 600px;
  height: 100%;
  padding: 10px 24px;
  font-size: 14px;
  opacity: 0;
  height: 250px;
  overflow: auto;
  pointer-events: none;
}

.rejected_count:hover .right__box--item-popup {
  opacity: 1;
  pointer-events: all;
}

.right__box--item-popup .row .reject_reason_text {
  font-weight: 700;
}

.right__box--item-popup .row {
  display: grid;
  grid-template-columns: 1fr 100px;
  margin-bottom: 10px;
}

.right__box--item-popup .popup-heading {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: -25px;
  background-color: #e7e7e7;
}

.right__box--item-popup .row::before,
.right__box--item-popup .row::after {
  display: none;
}

.sup-map-all-content .suppliers-ratting-section {
  width: 100%;
}

.supplier_review_update
  .supplier_review_header
  .modal-header_inner
  h4.modal-title {
  text-wrap: nowrap;
}

span.document_acc.document_acc_for_two.document_acc--secondary {
  position: relative;
  left: initial;
  top: initial;
  padding: 0;
  transform: translate(0);
  margin: 0 !important;
  display: flex !important;
  justify-content: flex-start;
}

.document_acc-top-btn {
  margin-bottom: 20px;
}

.input--fiter {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin: 0;
}

.rejected_count_percentage-box {
  border-right: 1px solid black;
  padding-right: 1rem;
}

.custom-alert--moded {
  background-image: linear-gradient(180deg, transparent, #197dc659);
  border: 1px solid #197dc6;
  border-radius: 4px;
  padding: 4px 16px;
  color: #197dc6;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
}

.custom-alert--moded button.commmon_data_modal {
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 0;
  color: #fff;
  background: #197dc6;
}

.custom-alert--moded-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.heading_detail.heading_detail--moded h2 {
  float: none;
}

.bottom_notification {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  height: 50px;
  width: 50px;
  background: #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease;
}

.bottom_notification i {
  transform: translateY(3px);
}

.bottom_notification:focus,
.bottom_notification:hover {
  color: #fff;
}

.bottom_notification .badge {
  position: absolute;
  right: 7px;
  top: 10px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border: 2px solid #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
}

.pusher-model.pusher-show {
  bottom: 40px !important;
  z-index: 1000;
}

.notification_details #notification-msg br {
  display: none;
}

.notification_details #notification-msg {
  display: grid;
  justify-items: flex-start;
  gap: 20px;
  background: #222d32;
  padding: 10px;
  border-radius: 10px;
}

.notification_details #notification-msg:not(:last-child) {
  margin-bottom: 8px;
}

.close-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: flex;
  background-color: red;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.notification_details #notification-msg a {
  /* margin-left: auto; */
}

.notification_details {
  z-index: 999;
  position: fixed;
  right: 40px;
  bottom: 100px;
  /* background: #222d32; */
  background: #ecf0f5;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  padding-top: 30px;
}

.close-notification {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: flex;
  background-color: red;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
}

.excel_invoice_table {
  border-collapse: collapse;
  float: right;
  margin: 0px 68px 0px 0px;
}

.excel_invoice_table th,
.excel_invoice_table td {
  border: 1px solid black;
  padding: 8px; /* Add padding for better spacing */
  text-align: left; /* Adjust text alignment if needed */
}

.excel_cal {
  padding: 6px !important;
  width: 112px !important;
  height: 24px !important;
  border: none !important;
}

/*.toggle-container {
      border: 1px solid #ccc;
      margin: 20px;
}*/

.toggle-header {
  /*  background-color: #f2f2f2;*/
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.toggle-icon {
  margin-right: 10px;
  font-size: 18px;
}

.toggle-content {
  display: none;
  padding: 10px;
}

/* 26-02-2024 START by Dipen */
table.article_table.new_cost_table,
table.article_table.new_sub_total {
  margin-bottom: 0 !important;
}

table.article_table.new_cost_table thead tr:not(:first-child) th:nth-child(4),
table.article_table.new_cost_table thead tr:not(:first-child) th:nth-child(5),
table.article_table.new_cost_table thead tr:not(:first-child) th:nth-child(6),
table.article_table.new_cost_table thead tr:not(:first-child) th:nth-child(7),
table.article_table.new_cost_table tbody tr td:nth-child(4),
table.article_table.new_cost_table tbody tr td:nth-child(5),
table.article_table.new_cost_table tbody tr td:nth-child(6),
table.article_table.new_cost_table tbody tr td:nth-child(7),
table.article_table.new_sub_total thead tr th:nth-child(4),
table.article_table.new_sub_total thead tr th:nth-child(5),
table.article_table.new_sub_total thead tr th:nth-child(6),
table.article_table.new_sub_total thead tr th:nth-child(7) {
  background-color: #f5f5f5;
}

/* table.article_table.new_sub_total thead tr th:nth-child(4) {
  border-left: solid 1px #cccccc;
}

table.article_table.new_sub_total thead tr th:nth-child(7) {
  border-right: solid 1px #cccccc;
} */

table.article_table.new_sub_total tbody tr td:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0;
}

table.article_table.new_sub_total tbody tr td:not(:first-child):not(:last-child) {
  border-top: 1px solid #000;
  background-color: #e5e5e5;
}

table.article_table.new_sub_total.total-of-sub tbody tr td:not(:first-child):not(:last-child) {
  border-top-width: 3px;
  background-color: #cfcfcf;
}

/* 26-02-2024 END by Dipen */

@media (max-width: 1600px) {
  span.document_acc.document_acc_for_two.document_acc--secondary {
    margin-left: 150px;
    flex-wrap: wrap;
    max-width: 890px;
    position: relative;
    top: 30px;
    gap: 10px;
    justify-content: center;
  }
}

@media (max-custom-alert--modedwidth: 1366px) {
  span.document_acc.document_acc_for_two.document_acc--secondary {
    margin: 0;
    padding: 10px;
    margin-top: 10px;
    top: initial;
    max-width: 100%;
    /* margin-bottom: -50px; */
  }
}

@media (max-width: 1366px) {
  span.document_acc.document_acc_for_two.document_acc--secondary {
    justify-content: flex-start;
  }

  .input--fiter {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .notification_details {
    margin-left: 20px;
    right: 20px;
    bottom: 80px;
  }

  .bottom_notification {
    right: 20px;
    bottom: 20px;
  }

  #notification-msg {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
