﻿body {
	background: #f2f7f8;
}

.opacity-0 {
	opacity: 0;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-100 {
	opacity: 1;
}

.sidebar-button {
	padding: 9px 35px 9px 15px !important;
	display: flex !important;
	align-items: center;
}

  .sidebar-button.sidebar-button-highlighted {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #009efb;
    color: #009efb;
    font-weight: bold !important;
  }

    .sidebar-button.sidebar-button-highlighted i {
      color: #009efb;
      font-weight: bold;
    }

    .sidebar-button.sidebar-button-highlighted:hover {
      border-color: #0d6efd;
      color: #0d6efd;
    }

      .sidebar-button.sidebar-button-highlighted:hover i {
        color: #0d6efd;
      }

@media (max-width: 768px) {
	.carousel-indicators li {
		width: 100px !important;
		height: 23px !important;
		text-indent: unset !important;
		font-size: 8px !important;
		text-wrap: nowrap !important;
		margin-top: -5%;
	}
}

.carousel-indicators {
	top: 0;
	z-index: 15;
	display: -webkit-inline-box;
	justify-self: center;
}

.carousel-indicators li {
	background-color: blue;
	width: 250px;
	height: 33px;
	text-indent: unset;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: white;
	align-content: center;
}

.preloader svg{
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}

.docs-list .row {
	padding: 10px 0;
}

	.docs-list .row:nth-child(odd) {
		background: #f2f7f8;
	}

.hidden-input {
	display: none;
}

.autocomplete-menu {
	/*width: 500px;*/
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #FFF;
	z-index: 999;
	
}
@media only screen and (max-width: 768px) {
	.autocomplete-menu {
		max-width: 100%;
		/*width: 500px;*/
	}

	.dropdown-item {
		font-size: 14px;
		white-space: normal;
	}
}

.dropdown-menu li {
	width: 100%;
}

.dropdown-item{
	cursor: pointer;
}

.bootstrap-autocomplete.dropdown-menu{
	max-height: 400px;
	overflow-y: auto;
}

.btn-group > .btn
{
	margin: 0px !important;
}

.navbar-nav{
	padding-left: 25px;
}

.mobile-list-item:nth-of-type(4n+2),
.desktop-list-item:nth-of-type(4n+1) {
	background: #f2f7f8;
}

.list-header,
.list-item {
	padding: 0.75rem;
	border: 1px solid #dee2e6;
	border-top: 0px;
}

.list-header {
	border-top: 1px solid #dee2e6;
	font-weight: bold;
	}

.list-body .hidden-md-up .row {
	padding: 5px 3px;
}

.list-item .description {
	color: #212529;
}

.newcar,
.error-addTransit {
	display: none;
}

.error {
	color: #f62d51 !important;
}

.theadfix {
	position: fixed;
	width: 100%;
	top: 67px;
	bottom: auto;
}

.thfix {
	width: 21%;
	padding: 0;
}

.custom-scroll-element::-webkit-scrollbar {
	width: 0.3em;
	border-radius: 0.1em;
	background-color: whitesmoke;
}

.custom-scroll-element::-webkit-scrollbar-thumb {
	width: 0.3em;
	background-color: lightgray;
	border-radius: 0.1em;
}

.custom-scroll-element-sidebar::-webkit-scrollbar {
	width: 0.3em;
	background-color: transparent;
}

.custom-scroll-element-sidebar::-webkit-scrollbar-thumb {
	width: 0.3em;
	background-color: transparent;
}

.order-nds {
    background-color: #fafff7;
}

.custom-file-upload input[type="file"] {
	display:none;
}

	.custom-file-upload input[type="file"]::file-selector-button {
		display: none;
	}

	.custom-file-upload {
		border: 1px dashed #ced4da;
		border-radius: 0.25rem;
		display: inline-block;
		padding: 6px 12px;
		cursor: pointer;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 1.5em;
	}

	.custom-file-upload .custom-file-upload-header {
		font-size: 16px;
		font-weight: 600;
	}
	.custom-file-upload .custom-file-upload-caption {
		font-size: 12px;
	}

.multi-file-dropzone {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .multi-file-dropzone input[type="file"] {
    display: none;
  }

    .multi-file-dropzone input[type="file"]::file-selector-button {
      display: none;
    }

  .multi-file-dropzone i {
    font-size: x-large;
  }

.multi-file-dropzone-button {
  display: block;
  height: 39px;
  align-content: center;
}

.vh-60 {
  height: 60vh !important;
}

.dateRangePickerIcon{
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.btn-submit {
    margin-top: .5rem;
}

.p-header {
    margin-top: .8rem;
}

.custom-file-input {
	display: none;
}

.custom-file-label {
	position: relative;
	right: auto;
	left: auto;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
}

.custom-file-label::after {
	cursor: pointer;
	content: "Обзор...";
}

.shake-bottom {
  -webkit-animation: shake-bottom 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: shake-bottom 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.bootstrap-select.form-control > .dropdown-toggle{
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-24 15:30:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-bottom
 * ----------------------------------------
 */
@-webkit-keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}
@keyframes shake-bottom {
	0%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
	10% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	20%,
	40%,
	60% {
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	30%,
	50%,
	70% {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	80% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	90% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
}

.shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	80% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	90% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}
}
@keyframes shake-horizontal {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	80% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	90% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}
}

@keyframes infinite-spinning {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.infinite-spinning {
	-webkit-animation: infinite-spinning 1s ease-out 0s infinite normal;
	animation: infinite-spinning 1s ease-out 0s infinite normal;
}

.order-personal-card {
	border: 3px solid #FFAC59 !important;
}

.order-personal-badge {
	white-space: nowrap;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	cursor: pointer;
	position: absolute;
	border-radius: 15px;
	background-color: #FFAC59;
	color: #ffffff;
}

.order-personal-badge-desktop {
	height: 28px;
	padding: 0.2rem 1rem;
	margin-left: 1.25rem;
	top: -14px;
	font-size: 14px;
}

.order-personal-badge-mobile {
	transform: translate(-50%, 0);
	left: 50%;
	font-size: 11px;
	padding: 2px 0.75rem;
	height: 18px;
	top: -9px;
}

.order-direct-card{
	background-color: #dfefff;
	border: 1px solid #59adff !important;
}

.order-direct-badge{
	white-space: nowrap;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	cursor: pointer;
	position: absolute;
	border-radius: 15px;
	background-color: #59adff;
	color: #ffffff;
}

.order-direct-badge-desktop{
	height: 28px;
	padding: 0.2rem 1rem;
	margin-left: 1.25rem;
	top: -14px;
	font-size: 14px;
}

.order-direct-badge-mobile{
	transform: translate(-50%, 0);
	left: 50%;
	font-size: 11px;
	padding: 2px 0.75rem;
	height: 18px;
	top: -9px;
}

.check-input-size-lg{
	transform: scale(1.6);
	margin-top: 4px;
	transform-origin: left center;
	cursor: pointer;
}

.for-check-input-size-lg{
	margin-left: 0.5rem;
	cursor: pointer;
}

.electronic-waybill-badge{
	color: #ffffff;
	background-color: #038c77;
}

.show-qr-btn{
	color: #ffffff !important;
}

.spinner-border.spinner-border-input {
	position: absolute !important;
	top: 58%;
	right: 20px;
}

.container-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.container-overlay label {
	position: absolute;
	top: 55%;
	font-size: x-large;
}

.validation-sum-alert ul{
	padding-left: 0;
	list-style: none;
	margin: 0;
}

	.priority-zone.disabled .priority-item {
		background: #f2f2f2;
	}

.priority-item {
	padding: 10px 15px;
	background: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
}

	.priority-item .priority-item-index {
		width: 20px;
		font-weight: 500;
		font-size: larger;
	}

	.priority-item.disabled {
		background: #f4f4f4;
	}

.top-border-thick {
	border-top-width: thick;
}

.cursor-pointer {
	cursor: pointer !important;
}

.orders-board-container {
  max-width: 1100px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.orders-board-container .btn-group.btn-group-toggle.display-mode-switch-desktop {
  min-width: 215px;
}

.orders-board-container .form-control {
  height: 39px;
}

.orders-board .card {
  border-radius: 12px;
  justify-self: center;
  width: 100%;
}

  .orders-board .card.my-order {
    border: 1px solid #a5a5a5;
    margin-top: 1.25rem;
  }

.external-order-badge {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  border-radius: 15px;
  border: 1px solid;
  align-content: center;
}

.orders-board .my-order .external-order-badge {
  background-color: #ffffff;
  border-color: #a5a5a5;
}

.orders-board .order-highlight {
  margin-top: 1.25rem;
}

.orders-board .order-highlight-direct .external-order-badge {
  color: #ffffff;
  background-color: #59adff;
  border-color: #59adff;
}

.orders-board .order-highlight-board-only .external-order-badge {
  color: #000000;
  background-color: #ffb359;
  border-color: #FFAC59;
}

.external-order-badge-desktop-container {
  position: absolute;
  margin-left: 1.25rem;
  top: -13px;
  display: flex;
}

  .external-order-badge-desktop-container button {
    border-radius: 15px;
  }

.external-order-badge-desktop {
  padding: 0.2rem 1rem;
  font-size: 14px;
}

.external-order-badge-mobile-container {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -17px;
  display: flex;
  justify-content: center;
  width: 100%;
}

  .external-order-badge-mobile-container button {
    border-radius: 15px;
  }

.external-order-badge-mobile {
  padding: 0.2rem 0.5rem;
}

.orders-board .hover-shadow {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

  .orders-board .hover-shadow:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
  }

.orders-board .btn-group .btn {
  border-radius: 8px;
  margin: 0 2px;
}

.orders-board .badge {
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 0.75rem;
}

.orders-board .order-highlight-direct {
  background-color: #dfefff;
  border: 1px solid #59adff !important;
}

.orders-board .order-highlight-board-only {
  background-color: #fffaf0;
  border: 1px solid #FFAC59 !important;
}

.mobile-order-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

  .mobile-order-panel.active {
    right: 0;
  }

.mobile-order-panel .content {
  position: relative;
  height: 100%;
  margin-top: 10px;
}

.panel-header {
  position: sticky;
  top: 0;
  background: white;
  border-bottom: 1px solid #dee2e6;
  padding: 15px 20px;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.panel-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.close-panel {
  font-size: 44px;
  background: none;
  border: none;
  cursor: pointer;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0 0 1px 0;
}

  .close-panel:active,
  .close-panel:focus {
    outline: none;
  }


.cluster-objects-list {
  position: absolute;
  overflow-y: auto;
  padding: 0 20px;
}

.background-lightgray {
  background-color: #f9f9f9;
}

@media (min-width: 768px) {
  .mobile-order-panel {
    display: none;
  }
}

@media (max-width: 767px) {
  #orderModal {
    display: none;
  }
}

.garage-number-badge-container {
  position: absolute;
  margin-left: -1.31rem;
  top: -28px;
  display: flex;
}

.garage-number-badge {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  border: 1px solid #d6d8db;
  border-radius: .25rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: none;
  background-color: #e2e3e5;
  align-content: center;
  padding: 0.2rem 1rem;
  font-size: 14px;
}
