body {
  height: auto;
  /*padding-bottom: 200px;*/
}
.login-form {
  margin-top: 100px;
}
.invalid-feedback {
  color: red;
}
li.profile-item {
  border: none !important;
}
.permissions-grid input:disabled {
  cursor: not-allowed;
}
.alert {
  margin-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  padding: 15px 25px;
  color: #fff;
}
.alert.alert-danger {
  background: darkred;
  font-weight: 600;
}
.alert.alert-success {
  background: green;
  font-weight: 600;
}
.fs-12 {
  font-size: 12px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mb {
  margin-bottom: 20px;
}
div.pagination {
  margin-top: 20px;
}
ul.pagination {
  margin: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
}
ul.pagination li:before,
ul.pagination li:after {
  display: none;
}
ul.pagination li {
  float: left;
  display: block;
  padding: 3px 0px;
  background: #168ECE;
  margin-right: 10px;
  color: #fff;
}
ul.pagination li a,
ul.pagination li span {
  color: #fff;
  padding: 0px 13px;
  display: block;
}
ul.pagination li.disabled,
ul.pagination li.active {
  background: #ccc;
}
ul.pagination li:hover:not(.disabled):not(.active) {
  background: #0f81bf;
}
.media-uploaded-item {
  margin-bottom: 40px !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.media-uploaded-item__inner {
  border: 2px solid #ccc;
  height: 165px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.media-uploaded-item__inner:hover {
  border: 2px solid #a7a5a5;
}
.media-uploaded-item__inner .delete-media {
  position: absolute;
  color: red;
  border: 1px solid red;
  padding-left: 4px;
  padding-top: 3px;
  top: 10px;
  right: 10px;
  background: #fff;
}
.media-uploaded-item.selected .media-uploaded-item__inner {
  border: 2px solid #168ECE;
}
.media-name {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.media-dropzone {
  height: 200px;
  background: #f3f3f3;
  text-align: center;
  border-radius: 5px;
  border: 2px dashed #b3b3b3;
  padding-top: 85px;
  cursor: pointer;
}
.media-dropzone:hover {
  opacity: 0.8;
}
.media-dropzone span {
  color: #b3b3b3;
  font-weight: bold;
  text-transform: uppercase;
}
.media-gallery img {
  width: 100%;
  height: auto;
}
.calendar-item {
  width: 100%;
}
.new-sale-input, .sale-input {
  border: 2px solid #b3b3b3;
  padding: 20px 20px 0;
  margin-bottom: 20px;
  width: 1000px;
}
.map-input {
  width: 100%;
  height: 550px;
}
.map-input .map-wrapper {
  height: 550px;
}
.map-input .search {
  margin-bottom: 20px;
}
.new-count-bage {
  padding: 1px 14px;
  background: #F0114C;
  color: #fff;
  border-radius: 26px;
}
.new-order-btn {
  margin-bottom: 25px;
}
.ajax-select-car {
  display: none;
}
#custom-location,
#return-custom-location {
  display: none;
}
#custom-location .map-wrapper,
#return-custom-location .map-wrapper {
  height: 350px;
}
#custom-location .map-input,
#return-custom-location .map-input {
  height: 450px;
}
.div-c.total-sq {
  margin-top: 0;
}
.select-car {
  margin-bottom: 20px;
}
.select-car sup {
  font-size: 10px;
}
.select-car .collection:after {
  content: "";
  display: table;
  clear: both;
}
.select-car .collection .select-car-item {
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.select-car .collection .select-car-item .preview {
  border-radius: 50px;
  overflow: hidden;
}
.select-car .collection .select-car-item .preview .group {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-weight: normal;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px;
  padding-top: 20px;
  overflow: hidden;
  border-radius: 50px;
}
.select-car .collection .select-car-item:hover .drop-items {
  opacity: 1;
  visibility: visible;
}
.select-car .collection .select-car-item .drop-items {
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ccc;
}
.select-car .collection .select-car-item .drop-items .info-html {
  display: none;
}
.select-car .collection .select-car-item .drop-items .drop-item {
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}
.select-car .collection .select-car-item .drop-items .drop-item:not(:last-child) {
  margin-bottom: 5px;
}
.select-car .collection .select-car-item .drop-items .name {
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-weight: normal;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px;
  padding-top: 20px;
}
.select-car .collection .select-car-item .drop-items .name span {
  margin-top: 20px;
}
.select-car .collection .select-car-item .drop-items .name:hover {
  background: rgba(0, 0, 0, 0.6);
}
.select-car .collection .select-car-item .drop-items .image {
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #168ECE;
}
.icons-row .icons-column {
  text-align: left;
}
.icons-row {
  margin-bottom: 30px;
}
.search-result-clients .search-result-client {
  overflow: hidden;
  border: 1px solid #D4D4D4;
  margin-bottom: 20px;
}
.search-result-clients .search-result-client .cell {
  padding: 10px 15px;
  float: left;
  width: 36%;
}
.search-result-clients .search-result-client .cell:nth-child(1),
.search-result-clients .search-result-client .cell:nth-child(2) {
  padding-top: 15px;
}
.search-result-clients .search-result-client .cell:last-child {
  width: 28%;
}
#return-location-wrapper,
#return-custom-location {
  display: none;
}
.button-sq.disabled {
  background: #ccc;
  cursor: not-allowed;
}
.button-sq.disabled:hover {
  background: #ccc;
}
.modal-alert-wrapper {
  padding: 50px;
}
.modal-alert-wrapper .alert {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 12px 20px;
  margin-top: 0;
}
.modal-alert-wrapper .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.modal-alert-wrapper .alert-success h3 {
  color: #155724;
}
.modal-alert-wrapper .alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.modal-alert-wrapper .alert-error h3 {
  color: #721c24;
}
.modal-alert-wrapper .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.modal-alert-wrapper .alert-warning h3 {
  color: #856404;
}
.selected-car-info {
  margin-bottom: 40px;
}
.view-order-check {
  margin-bottom: 60px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.view-order-check .divided-column:last-child {
  margin-bottom: 0;
}
.view-order-check .total-sq {
  padding-bottom: 0;
}
.main-details .map-input .map-wrapper {
  height: 470px;
}
.order-status {
  margin-bottom: 30px;
}
.order-status .submit {
  display: none;
}
#calendar-table {
  position: relative;
  border: 1px solid #D4D4D4;
  border-collapse: collapse;
}
#calendar-wrapper {
  height: calc(100vh - 200px);
  display: block;
  overflow: auto;
  width: fit-content;
  margin: 0 auto;
}
#calendar-wrapper table {
    width: auto;
}
@media (max-width: 1400px) {
    #calendar-wrapper {
        width: 100%;
    }
}
#calendar-table thead th,
#calendar-table thead td {
  position: sticky;
  top: -1px;
  background: #fff;
}
#calendar-table td {
  padding: 2px !important;
}
#calendar-table tr.flow-tr .flow-block {
  padding: 10px 20px;
  display: block;
  text-align: left;
}
#calendar-table tr.flow-tr .flow-block .list a {
  display: inline-block;
  color: #DC4A38;
}
#calendar-table tr.flow-tr .flow-block .list .item {
  position: relative;
  padding: 5px 10px;
  background: #66c9ff33;
  border-radius: 4px;
}
#calendar-table tr.flow-tr .flow-block .list .item .client p {
  margin: 0;
}
#calendar-table tr.flow-tr .flow-block .list .item .counter {
  width: 20px;
  height: 20px;
  background: #168ECE;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  left: -10px;
  top: -10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  position: absolute;
}
#calendar-table tr.flow-tr .flow-block .list .item:not(:last-child) {
  margin-bottom: 15px;
}
#calendar-table tr.flow-tr .flow-block a {
  color: #168ECE;
  font-size: 18px;
  text-transform: uppercase;
}
#calendar-table tr.flow-tr .flow-block a:hover {
  color: #000000;
}
#calendar-table tr.flow-tr .flow-block .flow-order:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 20px;
}
#calendar-table tr.flow-tr .flow-block .title {
  margin-bottom: 20px;
}
#calendar-table tr.flow-tr .flow-block .order-check {
  padding: 10px;
  border: 2px dashed #cccccc;
}
#calendar-table tr.flow-tr .flow-block .order-check .total-sq {
  border: none;
  padding: 0;
}
#calendar-table tr.flow-tr .flow-block .order-check .total-sq .divided-column {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#calendar-table tr.flow-tr .flow-block .order-check .total-sq .divided-column:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
#calendar-table tr.flow-tr .flow-block .order-check .total-sq .divided-column label {
  margin: 0;
}
#calendar-table td,
#calendar-table th {
  text-align: center;
  border: 1px solid #D4D4D4;
}
#calendar-table td.no-border,
#calendar-table th.no-border {
  border: none !important;
}
#calendar-table .range-title {
  width: 10px;
  vertical-align: middle;
  /*transform: rotate(-90deg);*/
  z-index: 1;
  position: relative;
}
#calendar-table > tbody > tr > td {
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
#calendar-table tbody td.calendar-cell:hover {
  opacity: 0.7;
}
#calendar-table tbody td a {
  display: block;
  min-height: 0;
  font-weight: bold;
  font-size: 8px;
  color: #fff;
}
#calendar-table .calendar-controls {
  visibility: hidden;
  width: 30px;
}
.modal #calendar-table .calendar-controls {
  visibility: visible;
}
#calendar-table .calendar-controls a {
  padding: 5px;
  width: 15px;
  margin-bottom: 2px;
}
#calendar-wrapper.full-calendar {
  height: calc(100vh - 200px);
  overflow: auto;
}
.bill {
  padding: 5px 15px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
}
.bill-payed {
  border: 2px dashed green;
  color: green;
}
.bill-not-payed {
  border: 3px dashed cornflowerblue;
  color: cornflowerblue;
}
.bill-pay button {
  width: 100%;
}
.label {
  display: inline-block;
  padding: 5px 15px;
  background: #5c829e;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 5px;
}
#new-place-form .map-input {
  height: 620px !important;
}
.table-delete {
  color: red;
}
.delete-role {
  float: right;
}
.order-block {
  padding: 15px 20px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 60px;
}
.order-status-badge {
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  display: block;
  border-radius: 8px;
  border: 2px solid #ccc;
}
.order-status-badge.new {
  background: green;
}
.order-status-badge.processing {
  background: darkgoldenrod;
}
.order-status-badge.completed {
  background: darkgrey;
}
.order-status-badge.cancelled {
  background: darkred;
}
.widget {
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
}
.widget-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.widget-actions a,
.widget-actions button {
  display: block !important;
  text-align: center;
  width: 100%;
}
.widget-actions a:not(:last-child),
.widget-actions button:not(:last-child) {
  margin-bottom: 10px;
}
.widget-content {
  margin-bottom: 10px;
}
.flow-select-day {
  transition: all 0.1s ease;
  background: #fff;
  padding: 15px !important;
  font-weight: bold;
  font-size: 20px;
}
.flow-select-day:hover,
.flow-select-day.active {
  background: #168ECE;
  color: #fff;
}
.time-period .divided-column .divided-column {
  margin-right: 10px;
}
.extra-options {
  font-size: 0.875em;
  line-height: 22px;
  font-weight: 400;
  margin-right: 10px;
  border: 1px dashed #ccc;
  padding: 0 5px;
  color: #168ECE;
  height: max-content;
}
.extra-options input {
  width: 35px !important;
  height: 16px;
  padding: 3px;
  margin-top: 3px;
}
.variant-item {
  overflow: hidden;
}
.variant-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.variant-item .desc {
  float: left;
}
.variant-item .action {
  float: right;
}
.more-extra {
  display: block;
  position: absolute;
  right: 0;
}
.overbooking-alert {
  margin-bottom: 30px;
  padding: 20px 30px;
  color: #856404;
  background-color: #fff3cd;
  border: 2px solid #ffeeba;
  text-align: center;
}
.overbooking-alert p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.order-change-car {
  margin-bottom: 30px;
}
.order-change-car .submit {
  display: none;
}
.divided-column.left {
  width: 49%;
  margin-right: 1%;
}
.divided-column.right {
  width: 50%;
}
form .update-order-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  opacity: 0.7;
}

.time-dropdown {
    min-width: 4em !important;
    margin-right: .5em;
}
