/*CUSTOM.CSS*/

.recurring-tab-panel {
  border-color: #fd7e14;
  border: 1px solid #fd7e14 !important;
  border-radius: 3px;
  background-color: #fff;
}
  .recurring-tab-panel .panel-heading {
    background: #fd7e14;
    border-color: #fd7e14;
    box-sizing: border-box;
    margin: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .ngx-datatable.material .datatable-footer .page-count {
    font-size: 14px;
    padding: 0 !important;
  }
.ant-mention-dropdown, .ant-menu {
  font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 14px;
  color: #000;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.5);
}

.medical-provider-quick-create .actions {
  border-left: 1px solid #e9ecef;
  text-align: center;
}

  .medical-provider-quick-create .actions button {
    width: 100%;
  }

.medical-provicer .ngx-datatable {
  text-align: left;
  margin: 0 auto;
  max-height: 500px;
  min-height: 500px;
}

.table-fixed thead {
  width: 97%;
}

.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
}

.form-group .input-group input[type=radio], .form-group .input-group input[type=checkbox] {
  margin-right: 5px;
}

.table tr.yellow {
  background: #FFFF00 !important;
}

.table tr.orange {
  background: orange !important;
}

.table tr.red {
  background: red !important;
}

  .table tr.orange td .icons-list > li > a > i, .table tr.red td .icons-list > li > a > i {
    color: #fff;
  }

.dropdown-menu .divider {
  border: 1px solid #e0e0e0 !important;
}

a.lamt-success-button.ant-btn {
  line-height: 17px !important;
}

.ant-modal-body {
  padding: 0px !important;
}

.ant-modal {
  margin: 1.75rem auto;
  top: 0px !important;
}

.drawer .information .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  background: #f1f1f1;
  padding: 5px 0px;
}

/*.modal {
  z-index: 999999;
}*/

.drawer .information .item-wrap label {
  font-weight: bold;
  margin-right: 5px;
  display: block;
  margin-bottom: 0px;
}

.drawer .information .item-wrap table {
  width: 100%;
  overflow: auto;
}

  .drawer .information .item-wrap table.billing-details {
    display: inline-block;
  }

.drawer {
  font-size: 12px;
  padding-bottom: 70px;
}

  .drawer .information .item-wrap .ant-select {
    width: 100% !important;
  }

  .drawer .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid rgb(232, 232, 232);
    padding: 10px 16px;
    text-align: right;
    left: 0px;
    background: #fff;
  }

  .drawer .ant-divider-horizontal {
    margin: 10px 0px !important;
  }

.dispatch_context .panel-body {
  padding: 10px;
}

.dispatchorder-context.media-list .media-header > label {
  width: 100%;
  color: #000;
  font-weight: bold;
}

.dispatchorder-context.media-list .information .main-table .address {
  display: table-cell;
  width: 200px;
  white-space: normal;
  padding: 0 5px;
}

.dispatchorder-context.media-list .information .main-table .leg {
  display: table-cell;
  width: 20px;
  white-space: normal;
  padding: 0 5px;
}

.dispatchorder-context.media-list .information .main-table .details {
  display: table-cell;
  width: 50px;
  white-space: normal;
  padding: 0 5px;
}

.dispatchorder-context.media-list .information .main-table {
  border-bottom: 1px solid #d4d2d2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /* overflow: auto; */
  width: 340px;
}

.dispatchorder-context.media-list .table-content {
  overflow: auto;
}

.dispatchorder-context.media-list .information {
  background: #fffed6;
  padding: 7px;
  margin-top: 3px;
  font-size: 10px;
  border-radius: 5px;
  border: 1px solid #333;
  white-space: normal;
}

.incomplete_dispatch p a.media-link {
  color: red;
}

.btn-quickcreate {
  background: #4d944d !important;
  color: #fff !important;
}

.pull-right {
  float: right !important;
}

.service-type ul.parent {
  padding: 0;
}

ul {
  list-style: none;
}

.dropdown-menu-left {
  right: 0 !important;
  left: auto !important;
}

.dropdown-link::after {
  content: none;
}

.form-control {
  font-size: 13px;
}

.cdk-overlay-container {
  z-index: 1070;
}

.form-group .ant-calendar-picker {
  width: 100%;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.86rem + 2px);
}


.bg-lamt {
  background: #D9D9D9;
}

body {
  font-size: 14px;
  background-color: #D9D9D9;
  /*font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.custom-nav {
  padding: 11px 20px;
  background: #003100;
  border-top: 0;
}

  .custom-nav .navbar-header {
    margin-left: 0;
  }

.navbar-inverse.custom-nav .navbar-brand img {
  height: auto;
  width: 100%;
}

.navbar-inverse.custom-nav .navbar-brand {
  width: 200px;
  line-height: normal;
  height: auto;
  padding: 0;
}

.custom-nav .navbar-toggleable-md li a {
  font-size: 15px;
  padding: 8px 11px !important;
  line-height: 21px;
  color: #fff !important;
}

.custom-nav .navbar-nav {
  border: 1px solid #fff;
  border-radius: 6px;
  margin-top: 7px;
}

.custom-nav .res-icon {
  margin: 0;
  border: 0;
  width: auto;
}

.custom-nav .navbar-nav li {
  border-right: 1px solid #fff;
}

  .custom-nav .navbar-nav li:last-child {
    border-right: 0;
    border-right: 0;
    padding: 0 10px;
  }

  .custom-nav .navbar-nav li a:hover, .custom-nav .navbar-nav li.active a {
    background-color: rgba(0, 0, 0, 0.4);
  }

.custom-nav .navbar-right li.dropdown a i {
  font-size: 18px;
}

.custom-nav .navbar-right li.dropdown a {
  padding: 9px 18px;
}

.custom-nav .navbar-right li ul.dropdown-menu li {
  border-right: 0;
}

.welcom-msg {
  text-align: right;
}

  .welcom-msg p {
    font-size: 14px;
  }

.custom-nav .navbar-nav li:first-child a:hover {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.custom-nav .navbar-right li .dropdown-menu li a {
  background: transparent;
  font-size: 13px;
}

.custom-nav .navbar-right li a.dropdown-toggle:hover {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.welcom-msg p {
  margin-bottom: 0;
  color: #fff;
}

.custom-nav .navbar-right li .dropdown-menu li a i {
  font-size: 16px;
}

.custom-nav .navbar-right li .dropdown-menu li a {
  padding: 8px 15px;
}

.panel-lamt .panel-heading {
  background: #003100;
  border-color: #003100;
  box-sizing: border-box;
  margin: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border-primary.panel-lamt,
.panel-primary.panel-bordered.panel-lamt {
  border-color: #184618;
  border: 1px solid #184618 !important;
  border-radius: 3px;
  background-color: #fff;
}

.pull-lg-right {
  float: right !important;
}
/*.p-content{padding:20px;}*/
.navbar-expand-lg .navbar-nav .dropdown-menu {
  right: 0;
  left: auto;
}

.custom-nav .navbar-nav li.dropdown i {
  font-size: 20px;
  height: 18px;
  width: 18px;
}

.custom-nav .navbar-nav li .dropdown-menu a {
  color: #000 !important;
}

  .custom-nav .navbar-nav li .dropdown-menu a i {
    margin-right: 12px;
    font-size: 18px;
    min-width: 17px;
    text-align: center;
    color: #000;
  }

.panel-heading {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading {
  padding: 8px 10px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
  line-height:1.4!important;
}

.navbar-brand > img {
  height: 100%;
  width: 100%;
  margin: 0;
}

.navbar-brand {
  width: 200px;
}

.panel-lamt .dropdown-toggle::after {
  display: none;
}
/*.table-bordered td, .table-bordered th{    border: 1px solid #184618;}*/
.datatable-basic thead tr:nth-child(2) td {
  border-bottom: 0;
}

.panel-body {
  padding: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.media-list {
  list-style: none;
  padding-left: 0;
}

/*.panel-lamt li.dropdown ul li {
  padding: 10px 0;
  float: left;
  width: 100%;
}*/

.panel-lamt li.dropdown ul li a {
  color: #000;
  font-size: 13px;
  width: 100%;
  float: left;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background: #fff;
}

.table-hover > tbody > tr:hover {
  background-color: #f8f8f8;
}

.navbar-light .navbar-toggler {
  border-color: #fff;
  color: #fff;
}

.dropdown-menu {
  border-radius: 3px;
  border: 1px solid #ddd;
}

  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #333333;
    background-color: #f5f5f5;
  }

.custom-nav .navbar-nav li .dropdown-menu a:hover {
  background-color: #08750d !important;
  color: #fff !important;
}

/*.col-md-3,
.col-md-3 {
  padding-left: 10px;
}

.col-md-9 {
  padding-right: 10px;
}*/

.table > thead > tr {
  background: #f1f1f1;
  color: #003100;
}

.datatable-header-cu {
  padding: 10px 0;
  background: #fff;
}

.custom-nav ul.navbar-nav li:last-child {
  padding-left: 0;
  padding-right: 0;
}

  .custom-nav ul.navbar-nav li:last-child a#navbarDropdown {
    padding: 8px 18px 6px 18px !important;
  }

.table td, .table th {
  padding: 10px;
}

.table > thead > tr > td:last-child {
  border-right: 0;
}

.datatable-basic thead th {
  position: relative;
}

.datatable-basic thead tr th.sorting:after,
.datatable-basic thead tr th.sorting:before {
  content: '';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 12px;
  margin-top: -6px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datatable-basic thead tr th.sorting:after {
  content: '\e9c2';
  margin-top: -10px;
  color: #999999;
}

.datatable-basic thead tr th.sorting:before {
  content: '\e9c1';
  margin-top: -2px;
  color: #999999;
}

.custom-nav .navbar-nav li.active a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.custom-nav ul.navbar-nav li:last-child a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.navbar-light.custom-nav .navbar-toggler-icon {
  background-image: url(../images/res-menu.png);
  background-size: 27px;
}

.for-menu-tbl {
  overflow: hidden;
  border-radius: 2px;
}
/*CREATE USER CSS*/
.cr-user .form-group .col-lg-7 {
  float: left;
}

.cr-user .form-group {
  float: left;
  width: 100%;
}

  .cr-user .form-group label {
    float: left;
  }

.cr-user,
.cr-user .panel-body {
  float: left;
  width: 100%;
}

  .cr-user form.form-horizontal .col-lg-6 {
    float: left;
  }

.cr-dropdown {
  position: relative;
}

  .cr-dropdown:after {
    position: absolute;
    top: 10px;
    right: 13px;
    content: '\e9c5';
    font-family: 'Icomoon';
  }

  .cr-dropdown select {
    -webkit-appearance: none;
  }
/*CREATE USER CSS*/

.card-header button.btn {
  width: 100%;
  text-align: left;
  font-weight: 600;
}

  .card-header button.btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -.25rem;
    margin-left: -.25rem;
    width: .5rem;
    height: .5rem;
    border-bottom: 0.0625rem solid rgba(24,28,33,0.3);
    border-left: 0.0625rem solid rgba(24,28,33,0.3);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .card-header button.btn.collapsed:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

.card-header button:hover,
.card-header button:focus {
  text-decoration: none;
  color: #184618;
}

.card .card-header {
  padding: 5px;
}

.routeInfoPanel {
  font-size: 14px;
}

ul.trip-section li:nth-child(2) .return-time {
  width: 155px;
}

ul.trip-section li {
  float: left;
  display: inline-block;
  /*width: 50%;*/
  padding: 0 10px;
  box-sizing: border-box;
}

  ul.trip-section li:first-child {
    width: 40%;
  }

ul.trip-section li {
  float: left;
  border-right: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}

  ul.trip-section li label {
    float: left;
    margin-top: 9px;
  }

  ul.trip-section li .input-group {
    /*width: 80px;*/
    width: 170px;
    float: left;
  }

.modal-large .modal-lg {
  max-width: 900px;
}

ul.trip-section {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 6px;
}

  ul.trip-section li.appointment-popup .input-group label {
    padding: 0 2px;
  }

  ul.trip-section li.appointment-popup .input-group {
    width: 200px;
    float: left;
  }

    ul.trip-section li.appointment-popup .input-group.expiration-popup {
      width: 150px;
    }

  ul.trip-section li:nth-child(2) {
    /*width: 40%;*/
    border: none;
  }

  ul.trip-section li .input-group.return-time {
    margin: 0;
    width: 100%;
  }

.trip-info .input-group.user_facility {
  width: 25%;
  float: left;
  margin-top: 33px;
}

.trip-info .col-md-6 .form-group {
  width: 75%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}

ul.trip-section li.trip-round .input-group {
  width: auto;
}

.swal2-popup {
  font-size: 13px !important;
}
/*MEDIA QUERY*/
@media (max-width: 1024px) {
  /*.col-md-9, .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }*/
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .custom-nav .navbar-right li a {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .custom-nav .navbar-toggleable-md {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    margin-left: 0;
  }

  .custom-nav .navbar-nav {
    width: 100%;
    border: 0;
  }

    .custom-nav .navbar-nav li {
      border-right: 0;
      border-bottom: 1px solid #fff;
    }

      .custom-nav .navbar-nav li:last-child {
        border-bottom: 0;
      }

      .custom-nav .navbar-nav li.active a {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
      }

  .cr-user, .cr-user .panel-body {
    padding: 0;
  }

  .text-right.button-cover {
    padding: 10px;
  }

  .cr-user form.form-horizontal {
    margin-top: 15px;
  }

  .welcom-msg {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
}

@media (min-width: 860px) and (max-width: 991px) {
  .custom-nav .navbar-right li a {
    font-size: 12px;
    padding: 12px 8px;
    line-height: normal;
    height: auto;
  }

  .custom-nav .navbar-nav {
    margin-top: 0;
    width: 100%;
  }

  .custom-nav .navbar-nav {
    border: 0;
  }

    .custom-nav .navbar-nav li {
      border-right: 0;
      border-bottom: 1px solid#fff;
    }

      .custom-nav .navbar-nav li:last-child {
        border-bottom: 0;
      }

      .custom-nav .navbar-nav li ul.dropdown-menu {
        border-top: 0 !important;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
      }

      .custom-nav .navbar-nav li:first-child a:hover {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }

      .custom-nav .navbar-nav li.dropdown a {
        padding: 10px 20px;
      }

      .custom-nav .navbar-nav li a.dropdown-toggle:hover {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }

  .custom-nav .navbar-nav {
    height: 100%;
  }


  .custom-nav .navbar-right {
    height: 40px;
  }

    .custom-nav .navbar-right li.dropdown a {
      padding: 7px 18px;
    }
}

@media (min-width: 769px) and (max-width: 859px) {
  .custom-nav .navbar-right {
    margin-top: 10px;
    float: left !important;
  }

  .custom-nav .navbar-nav {
    margin-top: 0;
    width: 100%;
  }

  .custom-nav .navbar-nav {
    border: 0;
  }

    .custom-nav .navbar-nav li {
      border-right: 0;
      border-bottom: 1px solid#fff;
    }

      .custom-nav .navbar-nav li:last-child {
        border-bottom: 0;
      }

      .custom-nav .navbar-nav li ul.dropdown-menu {
        border-top: 0 !important;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
      }

      .custom-nav .navbar-nav li:first-child a:hover {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }

      .custom-nav .navbar-nav li.dropdown a {
        padding: 10px 20px;
      }

      .custom-nav .navbar-nav li a.dropdown-toggle:hover {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }

  .custom-nav .navbar-nav {
    height: 100%;
  }
}


@media (max-width: 768px) {
  .navbar.navbar-inverse.custom-nav {
    padding: 10px;
  }

  .navbar-inverse.custom-nav .navbar-brand img {
    height: auto;
    width: 180px;
    margin-top: 0;
  }

  .res-icon li {
    margin-top: 5px;
  }

  .welcom-msg {
    margin-top: 9px;
  }

  div#navbar-mobile {
    margin-top: 10px;
    border-color: #fff;
  }

  .navbar-inverse .navbar-nav .dropdown-menu li.divider {
    opacity: 0;
    padding: 0;
    height: 0;
    margin: 0;
  }

  .custom-nav .navbar-nav {
    margin-top: 0;
    width: 100%;
  }

  .custom-nav .navbar-nav {
    border: 0;
  }

    .custom-nav .navbar-nav li {
      border-right: 0;
      border-bottom: 1px solid#fff;
    }

      .custom-nav .navbar-nav li:last-child {
        border-bottom: 0;
      }

      .custom-nav .navbar-nav li ul.dropdown-menu {
        border-top: 0 !important;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
      }

      .custom-nav .navbar-nav li:first-child a:hover {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }

      .custom-nav .navbar-nav li.dropdown a {
        padding: 10px 20px;
      }

      .custom-nav .navbar-nav li a.dropdown-toggle:hover {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }

  .custom-nav .navbar-nav {
    height: 100%;
  }
}

@media (max-width: 480px) {
  .custom-nav .navbar-right li a {
    font-size: 14px;
    padding: 10px 5px;
  }

  .navbar-header {
    min-width: auto;
    width: 80%;
  }

  .navbar-light .navbar-brand {
    width: 170px;
    float: left;
    margin: 0;
  }

  .custom-nav {
    padding: 5px 10px;
  }

  .cr-user .form-group .col-lg-7 label.radio-inline {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
}


/*Loader section Added by sudhanshu on 8_31_2018*/
.loader-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff !important;
  z-index: 99999;
  opacity: 0.8;
}

.loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 80px;
  box-sizing: border-box;
}

  .loader .loader-item {
    position: relative;
    float: left;
    height: 40px;
    width: 4px;
    margin: 0 2px;
    background-color: #000000;
  }

    .loader .loader-item:nth-child(1) {
      -webkit-animation: loader-item-1 2s linear infinite;
      animation: loader-item-1 2s linear infinite;
    }

    .loader .loader-item:nth-child(2) {
      -webkit-animation: loader-item-2 2s linear infinite;
      animation: loader-item-2 2s linear infinite;
    }

    .loader .loader-item:nth-child(3) {
      -webkit-animation: loader-item-3 2s linear infinite;
      animation: loader-item-3 2s linear infinite;
    }

    .loader .loader-item:nth-child(4) {
      -webkit-animation: loader-item-4 2s linear infinite;
      animation: loader-item-4 2s linear infinite;
    }

    .loader .loader-item:nth-child(5) {
      -webkit-animation: loader-item-5 2s linear infinite;
      animation: loader-item-5 2s linear infinite;
    }

    .loader .loader-item:nth-child(6) {
      -webkit-animation: loader-item-6 2s linear infinite;
      animation: loader-item-6 2s linear infinite;
    }

    .loader .loader-item:nth-child(7) {
      -webkit-animation: loader-item-7 2s linear infinite;
      animation: loader-item-7 2s linear infinite;
    }

    .loader .loader-item:nth-child(8) {
      -webkit-animation: loader-item-8 2s linear infinite;
      animation: loader-item-8 2s linear infinite;
    }

    .loader .loader-item:nth-child(9) {
      -webkit-animation: loader-item-9 2s linear infinite;
      animation: loader-item-9 2s linear infinite;
    }

    .loader .loader-item:nth-child(10) {
      -webkit-animation: loader-item-10 2s linear infinite;
      animation: loader-item-10 2s linear infinite;
    }

  .loader:after {
    content: 'Loading...';
    font-size: 16px;
    font-family: "Arial";
    color: #000000;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    margin: auto;
  }

@-webkit-keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  11% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  11% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  17% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  27% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  17% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  27% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  23% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  33% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  23% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  33% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  29% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  39% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  29% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  39% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  35% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  35% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  41% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  41% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  47% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  57% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  47% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  57% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  53% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  63% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  53% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  63% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  59% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  69% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  59% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  69% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  65% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  75% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  65% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  75% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* End of loader section */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/*# sourceMappingURL=bootstrap.min.css.map */
.no-padding-margin {
  margin: 0 !important;
  padding: 0 !important;
}


.navbar-nav .nav-item.link-active {
  background: #08750d !important;
}

.navbar-nav .nav-item :hover {
  background: #08750d !important;
}

/*.billing-details tr td.billing-total-amount {
  padding: 0;
  text-align: center;
}*/

.ngx_datatable_section .filter_box {
  display: inline-flex;
  padding: 10px;
}

.orderleg-form .form-group button.ng-star-inserted {
  width: 100%;
  word-break: break-all;
  white-space: normal;
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  padding-top: 8px;
}



form.checkout {
  text-align: center;
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 1rem 2rem;
  background: white;
  font-family: monospace;
  color: #525252;
  font-size: 1.1rem;
}

  form.checkout button {
    padding: 0.5rem 1rem;
    color: white;
    background: coral;
    border: none;
    border-radius: 4px;
    margin-top: 1rem;
  }

    form.checkout button:active {
      background: rgb(165, 76, 43);
    }

.StripeElement {
  margin: 1rem 0 1rem;
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  width: 100%;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.popupCustomInvoiceWidth {
  max-width: 800px !important;
  margin-left: 320px !important;
}

.checkout #card-errors {
  color: red;
}


.card-information {
  width: 100%;
  margin: 0rem 0 1rem;
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0px 1px 8px 6px #e6ebf1;
  transition: box-shadow 150ms ease;
}

  .card-information.indivisual-row {
    width: 100%;
  }

  .card-information .card-info-country {
    width: 33.33%;
    float: left;
    padding-right: 5px;
    box-sizing: border-box;
    border-right: 1px solid #d6d1d1;
    padding-left: 5px;
  }

    .card-information .card-info-country:first-child {
      width: 30%;
    }

    .card-information .card-info-country:last-child {
      padding-right: 0;
      border-right: 0;
      width: 36%;
    }

.checkout .text-danger {
  line-height: normal;
  margin-top: -8px;
  margin-bottom: 20px;
}

.info_validation {
  width: 100%;
  float: left;
  margin-top: -15px;
}

.help-block.text-danger.stripe-card-address.ng-star-inserted {
  margin-bottom: 20px;
}

.info_validation .card-info-country .text-danger {
  margin-top: -10px;
  margin-bottom: 0;
}

.info_validation .card-info-country {
  display: inline-block;
  width: 33.33%;
  text-align: left;
}

  .info_validation .card-info-country:first-child {
    width: 30%;
  }

  .info_validation .card-info-country:last-child {
    width: 36%;
  }

.card-information .card-info-country:last-child {
  padding-right: 0;
  border-right: 0;
}

.checkout .StripeElement {
  box-shadow: 0px 1px 8px 6px #e6ebf1;
  margin-top: 0;
}

.card-information input {
  border: 0;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.2em;
  /* font-size: 1em; */
  line-height: 1.2em;
  height: 1.2em;
  transition: background-color 100000000s,opacity .3s cubic-bezier(.25,.46,.45,.94);
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}


datatable-header.datatable-header {
  height: auto !important;
  padding: 0;
}

.ngx-datatable .datatable-body .datatable-body-row {
  border-top: 1px solid #d1d4d7;
}

.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  font-size: 14px !important;
}

.ngx-datatable.material .datatable-header .datatable-header-cell {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #003100 !important;
}

.ngx-datatable.material .datatable-footer .page-count {
  color: #333;
  font-weight: 600;
}

.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  font-weight: 600;
  color: #333;
}

.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: #333;
}

.datatable-row-detail.ng-star-inserted {
  height: auto !important;
}

.trip-info .input-group.stat {
  margin-top: 8px !important;
}

.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 8px !important;
}

a.ng-star-inserted.datatable-icon-right {
  padding-right: 5px !important;
}


.bgblue {
  background-color: #0000ff !important;
}

.bgOrange {
  background-color: #ffa500 !important;
}

@media (min-width: 992px) {
  .modal .modal-lg {
    max-width: 1025px !important;
  }
}

.invoice-details-tbl {
  overflow: auto;
}

table.table tr th.wf50,
table.table tr td.wf50 {
  width: 50px;
}

table.table tr th.w50,
table.table tr td.w50 {
  min-width: 50px;
}

table.table tr th.w70,
table.table tr td.w70 {
  min-width: 70px;
}

table.table tr th.w200,
table.table tr td.w200 {
  min-width: 200px;
}

table.table tr th.w150,
table.table tr td.w150 {
  min-width: 150px;
}

table.table tr th.w100,
table.table tr td.w100 {
  min-width: 100px;
}

table.table tr th.w120,
table.table tr td.w120 {
  min-width: 120px;
}

.fs-11 {
  font-size: 11px!important;
}

.fs-12 {
  font-size: 12px!important;
}


.unauth-section {
  color: #696969;
  font-family: monospace;
  font-size: 15px;
  min-height: 350px;
  text-align: center;
  margin-top: 50px;
}

  .unauth-section .errorcode {
    font-size: 80px;
    font-family: monospace;
    font-weight: normal;
    color: #4e5f4e;
  }

    .unauth-section .errorcode span {
      font-size: 20px;
    }

.overflow-x {
  overflow-x: scroll;
}

.datatable-checkbox input[type='checkbox']:checked:before {
  border-color: #009688 !important;
  border-top-style: none !important;
  border-right-style: none !important;
}

.datatable-checkbox input[type=checkbox]:before {
  border: 2px solid #cdcdcd !important;
}

.datatable-checkbox input[type='checkbox']:after {
  border: 2px solid #cdcdcd;
}

.pl-0 {
  padding-left: 0px !important;
}

.form-group.required-star:before {
  content: '*';
  color: red;
  float: right;
}

.form-group.required-star input, .form-group.required-star select {
  width: calc(100% - 10px);
}

.addNoteDiv {
  overflow: auto;
  max-height: 300px;
}

  .addNoteDiv th.w100.note_date {
    width: 140px;
  }

  .addNoteDiv table {
    table-layout: fixed;
    width: 100%;
  }

table.table tr th.w100.note_name {
  width: 150px;
}

table.table tr th.w100.note_type {
  width: 70px;
}

.form-group.required-star .col-md-12 {
  padding-right: 0;
}

.form-group.required-star .row {
  margin-right: 0;
  padding-right: 0;
  width: calc(100% - 10px);
  margin-left: 0;
}

.form-group.required-star .col-md-12 {
  padding-right: 0;
  width: 100%;
  padding-left: 0;
}

  .form-group.required-star .col-md-12 .form-group {
    width: 100%;
  }

  .form-group.required-star .col-md-12 div#searchBoxContainer {
    width: 100%;
  }

  .form-group.required-star .col-md-12 input {
    width: 100%;
  }

datatable-header.datatable-header {
  width: 100% !important;
}

datatable-body.datatable-body {
  width: 100% !important;
}


a.btn.lamt-success-button.bg-success-800.text-white.stripe-payment {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.swal2-container.swal2-center.swal2-fade.swal2-shown {
  z-index: 99999;
}

.card-information input.form-control {
  padding-left: 0;
}

.card-information .text-danger {
  text-align: left;
}

.card-information input.form-control {
  height: 20px;
  padding: 0;
}


.required-star-leg-quick-create {
  width: calc(100% - 10px);
}

.form-group .required-star-leg-quick-create input {
  width: 100%;
}

.facility-contact-quick-create-last-name {
  width: calc(100% - 10px);
}

.grayRow {
  background-color: #808080 !important;
}

.redText {
  color: #FF0000 !important;
}

.greyText {
  color: #808080 !important;
}

.orangeText {
  color: #FFA500 !important;
}

.ngx-datatable.material .datatable-body .datatable-body-row .text_center {
  text-align: center !important;
}

.table_combine {
  overflow: auto;
}
select.custom_paging {
  border: 1px solid #000;
  font-size: 16px;
  padding: 3px 7px;
  border-radius: 2px;
}
.fixed_checkbox {
  width: 50px !important;
}
.inserted_button li.ng-star-inserted {
  margin-top: -10px !important;
  display: inline-block;
  vertical-align: middle;
}
.model_wrapper .modal-body {
  padding: 10px 10px;
}
.model_wrapper .modal-header {
  padding: 0;
}
.model_wrapper nz-time-picker {
  width: 50%;
  box-sizing: border-box;
  padding-left:10px;
}

.model_wrapper nz-date-picker {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}
.model_wrapper {
  max-width: 280px;
}
.ant-popover-inner-content {
  padding: 10px 10px;
}
.model_wrapper .modal-header {
  padding: 0;
  background: #003100;
  padding: 5px 10px;
}
  .model_wrapper .modal-header h4 {
    font-size: 18px;
    color:#fff;
  }
.ant-popover-inner-content {
  padding: 0;
}
.model_wrapper .modal-header button.close {
  color: #fff;
  opacity: 1;
}
.form-group .model_wrapper.add_trip nz-date-picker {
  width: 50%;
}
.model_wrapper.add_trip {
  max-width: 100%;
}
.return-time nz-time-picker {
  width: 50%;
}
.return-time nz-date-picker {
  width: 50%;
  padding-right: 10px;
}
  .return-time nz-date-picker span.ant-calendar-picker {
    width: 100%;
  }
ul.trip-section.trip_label .title_trip {
  width: 100%;
  display: inline-block;
}
  ul.trip-section.trip_label .title_trip label {
    margin-right: 15px;
  }
    ul.trip-section.trip_label .title_trip label input {
      display: inline-block;
      padding-top: 40px;
      float: left;
      margin-top: 4px;
      margin-right: 5px;
    }
ul.trip-section li.appointment-popup {
  width: 60%;
}
  ul.trip-section li.appointment-popup .input-group {
    width: 80%;
    float: left;
  }
    ul.trip-section li.appointment-popup .input-group.expiration-popup {
      width: 100%;
    }
.model_wrapper .form-group nz-date-picker {
  width: 50%;
}
.ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-item-open, .ant-menu-horizontal > .ant-menu-item-selected, .ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-submenu-active, .ant-menu-horizontal > .ant-menu-submenu-open, .ant-menu-horizontal > .ant-menu-submenu-selected, .ant-menu-horizontal > .ant-menu-submenu:hover {
  border-bottom: 2px solid #084816;
  color: #084816;

}
nav.navbar {
  position: fixed;
  width: 100%;
  min-height: 100px;
  top: 0;
  z-index: 3;
}
body {
  padding-top: 100px;
}
.dispatch_trip_submenu {
  position: fixed;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  left: 0;
  padding-top: 0px;
  background: #d9d9d9;
}
.dispatch_body_area {
  margin-top: 48px;
}
.navbar-nav .nav-item.link-active:nth-child(1) {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.dispatch_trip_submenu.menu_fix {
  top: 100px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.datatable-row-center datatable-header-cell {
  background: #f1f1f1;
}

.datatable-body .datatable-row-wrapper:nth-child(even) .datatable-body-row {
  background: #f5f5f5;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover, .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #e4e4e4 !important;
}
.dispatch_body_area .ngx-datatable .datatable-body-cell, .ngx-datatable .datatable-header-cell {
  line-height: 1.325;
}
.dispatch_body_area .dispatch_body_area datatable-body-cell.datatable-body-cell.grayRow.text_center.dur_cell {
  color: #607D8B !important;
}
.dispatch_body_area .datatable-scroll .dur_cell {
  color: #607D8B !important;
}
.dispatch_body_area .datatable-row-center .datatable-header-cell.dur_cell {
  color: #607D8B !important;
}
.datatable-row-center .datatable-header-cell.dur_cell .datatable-header-cell-template-wrap {
  color: #607D8B !important;
}
.dispatch_body_area datatable-body.datatable-body .datatable-row-wrapper .datatable-row-group .datatable-body-cell {
  border-right: 1px solid #b3b3b3;
}
.dispatch_body_area datatable-header.datatable-header .datatable-header-cell {
  border-right: 1px solid #9e9595;
}
.text-orange-600, .text-orange-600:hover, .text-orange-600:focus {
  color: #084816 !important;
}
.ngx-datatable.material .datatable-header .datatable-row-left .datatable-header-cell {
  background: #f1f1f1;
}
.dispatch_body_area .ngx-datatable.material .datatable-header .datatable-row-left, .ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: transparent !important;
}
.dispatch_body_area .ngx-datatable .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-row-left.datatable-row-group {
  background-image: none;
}
.dispatch_body_area.facility_body_area {
  margin-top: 0;
}

.ant-popover-content .model_wrapper {
  -webkit-box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.46);
  -moz-box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.46);
  box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.46);
}


.orange_background {
  background-color: #FFA500 !important;
 
}
.red_background {
  background-color: #FF0000 !important;
  color: #fff !important;
}

  .orange_background a.text-primary , .red_background a.text-primary {
    color: #fff !important;
  }

.dispatch_body_area .ngx-datatable .datatable-body .datatable-body-row {
  border-top: 0px solid #d1d4d7;
}

.grayRow a {
  color: #000000 !important;
}

.mt-80 {
  margin-top: 80px !important;
}


.ngx-datatable.material .datatable-header .datatable-header-cell {
  padding:10px 8px!important;
}


.hide-outstanding {
  display:none!important;
  visibility:hidden!important;
}
.w-500 .modal-dialog{
  width: 500px !important;
}


.billing_submenu {
  position: fixed;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  left: 0;
  padding-top: 0px;
  background: #d9d9d9;
}
  .billing_submenu li a.nav-link {
    padding:0;
  }

  .billing_submenu .ant-menu-item, .ant-menu-submenu-title a {
    color: rgba(0,0,0,.65);
  }
    .billing_submenu .ant-menu-item a:hover, .ant-menu-submenu-title a:hover {
      color: #084816;
 
    }
    .ant-menu-horizontal > .ant-menu-item-selected > a, .ant-menu-horizontal > .ant-menu-item > a:hover {
      color: #084816;
    }


.h40 {
  height:40px !important;
}
span.ant-calendar-picker.ant-calendar-picker-40px input {
  height: 40px !important;
}

.billing_page {
  margin-top: 58px !important;
}
.ant-drawer h6.title {
  background: #e5e5e5;
  padding: 8px 5px;
}
.ant-drawer .information i {
  font-size: 18px;
}
.ant-drawer .ant-drawer-header {
  background: #e5e5e5;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.ant-drawer .ant-drawer-body {
  padding-top: 64px;
}
.ant-drawer .ant-drawer-close {
  background: #98989a;
  color: #fff;
}
  .ant-drawer .ant-drawer-close .ant-drawer-close-x {
    height: 55px;
  }
.invoice_wrapper {
  width: 100%;
  display: flex;
  float: none;
  align-items: flex-end;
  /*height: 100%;*/
}
  .invoice_wrapper input {
    display: inline-block;
    width: auto;
    float: none;
    max-width: 25%;
    width: 100%;
    min-height: 40px;
  }
  .invoice_wrapper .ant-calendar-picker input.ant-calendar-picker-input {
    width: 100% !important;
    max-width: 100%;
  }
.page-container {
  min-height: calc(100vh - 110px);
}
.popover_wrapper .ant-popover-inner {
  padding: 10px;
  margin-right: -20px;
}
.dispatch_trip_submenu {
  padding-right: 20px;
  padding-left: 20px;
}
.table_body_wrapper datatable-body.datatable-body {
  max-height: 500px;
  overflow: auto;
}
.ant-menu-item a.nav-link {
  padding: 0;
}
@media screen and (max-width: 1600px) {
  .billing_table{table-layout:fixed;}
  .billing_table th, .billing_table td {padding: 8px;}
}

.model_wrapper.provider-remit {
  max-width: 450px !important;
}

  .model_wrapper.provider-remit nz-date-picker {
    width: 100% !important;
    padding: 0 !important;
    display: block;
  }
.lamt-hr {
  background-color: #000;
  height: 1px;
}
.row.patient-payment-screen {
  min-height: 370px;
}
.row.patient-payment-total-leg-amount {
  min-height: 80px;
}

.mw-100px {
  max-width:100px;
}
.eta-cell .datatable-body-cell-label {
  height: 75px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.eta-cell .text-primary, update-eta-date.ng-star-inserted, update-pickup-date.ng-star-inserted, update-appointment-date.ng-star-inserted {
  height: 75px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
.form-horizontal.patient-quick-create .form-group {
  margin-bottom: 10px !important;
}
.radio_align_Leg_List input,.radio_align input.radio-inline {
  display: inline-block;
  margin-top: 4px;
  float: left;
}
.leg_service_level_section input[type=checkbox] {
  float: left;
  margin-top: 4px;
}

.table_body_wrapper.provider-selection datatable-body.datatable-body {
  padding-bottom: 30px;
}

.media-list.patient-context-scroll {
  height: 235px;
  overflow-y: auto;
}

.cancel_form input[type=checkbox] {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}
.ant-calendar-year-panel-last-decade-cell a.ant-calendar-year-panel-year, .ant-calendar-year-panel-next-decade-cell a.ant-calendar-year-panel-year, .ant-calendar-decade-panel-last-century-cell a.ant-calendar-decade-panel-decade, .ant-calendar-decade-panel-next-century-cell a.ant-calendar-decade-panel-decade {
  color: rgba(0,0,0,.25);
}

a.btn-cancel-trip:hover {
  color: red !important;
}
a , a:hover{color: #1b5e20}

.note-badge {
  position: absolute;
  top: -5px;
  left: 5px;
  border: 1px solid;
  padding: 1px 5px;
}

.model-confirm-provider nz-time-picker {
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
}

.model-confirm-provider nz-date-picker {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}

.login-form .input-group-text {
    background: rgba(232, 245, 233, 0.7);
}
.login-form .input-group-text .text-muted {
    color: #1b5e20 !important;
}

.login-container .page-container .login-form {
     box-shadow: 0 7px 15px -7px rgba(0, 0, 0, 0.15);
}
.login-form .input-group input:focus {
    color: #000000;
    background: rgba(124, 179, 66, 0.03);
    border: 1px solid #7CB342;
    box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0.2);
}
