.location-input input {
	background-image: none;
}

.location-input input[data-load="1"] {
    background-image: url('loader.gif');
    background-size: 18px 18px;
    background-position: 98% center;
    background-repeat: no-repeat;
	pointer-events: none;
	cursor: none;
}

.location-input input[type="number"][data-load="1"] {
	background-position: 80% center;
}

.location-input .gps {
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
	width: 15%;
	min-width: 100px;
}

.location-input .address {
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 10px;
	width: 45%;
	min-width: 100px;
}

.location-input .clear {
	clear: both;
}

.location-input label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 6px;
	margin-bottom: 6px;
}

.location-input .search-box-input {
	margin-top: 10px;
	font-size: 14px;
	padding: 5px;
	width: 70%;
	min-width: 100px;
	border: 1px solid grey;
	border-radius: 2px;
	opacity: 0.9;
	display: none;
}

.location-input .map {
	border: 1px solid black;
	margin: 5px;
}

.location-input .map[data-load="1"] {
	border: 1px dashed grey;
	background-image: url("loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
}

label.label-required:after {
	content:"*";
	color:red !important;
	margin-left:0.3em;
}
.va-shipment-branch-item {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.va-shipment-branch-item .vasbi-item {
  width: 100%;
}
.va-shipment-branch-item .vasbi-item p {
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 18px;
}
.va-shipment-branch-item .vasbi-item .vasbi-font-big {
  font-size: 95%;
}
.va-shipment-branch-item .vasbi-item .vasbi-font-small {
  font-size: 85%;
}
.va-shipment-branch-item .vasbi-item .vasbi-font-tiny {
  font-size: 80%;
}
.va-shipment-branch-item .vasbi-item .vasbi-col {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
}
.va-shipment-branch-item .vasbi-item .vasbi-col-5 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 5%;
}
.va-shipment-branch-item .vasbi-item .vasbi-col-10 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 10%;
}
.va-shipment-branch-item .vasbi-item .vasbi-col-20 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 20%;
}
.va-shipment-branch-item .vasbi-item .vasbi-col-30 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 30%;
}
.va-shipment-branch-item .vasbi-item .vasbi-col-40 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 100px;
  width: 40%;
}
.va-shipment-branch-item .vasbi-item .vasbi-col-50 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 120px;
  width: 50%;
}
.va-shipment-branch-item .vasbi-item .vasbi-col-80 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 160px;
  width: 60%;
}
.va-shipment-branch-item .vasbi-item .vasbi-col-100 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 200px;
  width: 100%;
}
.va-shipment-branch-item .vasbi-item .vasbi-icon {
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: top;
  width: 30px;
  min-height: 30px;
  background-size: 30px 30px;
  border-radius: 3px;
}
.va-shipment-branch-item .vasbi-item::after {
  content: "";
  display: table;
  clear: both;
}
.va-shipment-branch-selection-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.va-shipment-branch-selection-item .vasbi-logo {
  background-repeat: no-repeat;
  background-position: top;
  width: 80px;
  min-height: 80px;
  background-size: 80px 80px;
  border-radius: 5px;
}
.va-shipment-branch-selection-item small {
  line-height: 1px;
  font-size: 80%;
}
.va-shipment-branch-selection-item ul,
.va-shipment-branch-selection-item ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.va-shipment-branch-selection-item ul.horizontal li {
  display: inline;
}
.va-shipment-branch-selection-item img {
  max-width: 120px !important;
  max-height: 120px !important;
  margin: 2px !important;
}
.select2-container.va-shipment-branch-selection-container {
  height: auto !important;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 30px;
  cursor: auto;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item {
  width: 100%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item p {
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 18px;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-font-big {
  font-size: 95%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-font-small {
  font-size: 85%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-font-tiny {
  font-size: 80%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-col {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-col-5 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 5%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-col-10 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 10%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-col-20 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 20%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-col-30 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 30%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-col-40 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 100px;
  width: 40%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-col-50 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 120px;
  width: 50%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-col-80 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 160px;
  width: 60%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-col-100 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 200px;
  width: 100%;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item .vasbi-icon {
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: top;
  width: 30px;
  min-height: 30px;
  background-size: 30px 30px;
  border-radius: 3px;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-item::after {
  content: "";
  display: table;
  clear: both;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .select2-selection__arrow {
  cursor: pointer;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .select2-selection__clear {
  display: block;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-selection-toolbar {
  float: right;
  position: relative;
  left: -80px;
  padding: 2px;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-selection-toolbar button {
  cursor: pointer;
  padding: 2px;
  margin: 2px;
  width: 25px;
  height: 25px;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection .vasbi-selection-toolbar button i {
  font-size: 15px;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection.select2-selection--single {
  height: auto !important;
}
.select2-container.va-shipment-branch-selection-container .select2-selection.va-shipment-branch-selection.select2-selection--single .select2-selection__rendered {
  height: auto !important;
  display: block !important;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  top: 10px;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item {
  width: 100%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item p {
  margin-top: 3px;
  margin-bottom: 3px;
  line-height: 18px;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-font-big {
  font-size: 95%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-font-small {
  font-size: 85%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-font-tiny {
  font-size: 80%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-col {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-col-5 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 5%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-col-10 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 10%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-col-20 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 20%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-col-30 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 30px;
  width: 30%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-col-40 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 100px;
  width: 40%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-col-50 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 120px;
  width: 50%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-col-80 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 160px;
  width: 60%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-col-100 {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  white-space: initial;
  min-width: 200px;
  width: 100%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item .vasbi-icon {
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: top;
  width: 30px;
  min-height: 30px;
  background-size: 30px 30px;
  border-radius: 3px;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-item::after {
  content: "";
  display: table;
  clear: both;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-types-checklist span {
  margin-left: 15px;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-types-checklist span * {
  display: inline-block;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-types-checklist span input {
  margin-left: 3px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-types-checklist span label {
  font-size: 85%;
  margin-left: 3px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-types-checklist span .vasbi-icon {
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .vasbi-types-checklist::after {
  content: "";
  display: table;
  clear: both;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .select2-search input {
  position: relative;
  top: 1px;
  margin-left: 10px;
  max-width: 80%;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .select2-search .vasbi-search-toolbar button {
  cursor: pointer;
  min-width: 22px;
  min-height: 22px;
  border: none;
  padding: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .select2-search .vasbi-search-toolbar button i {
  font-size: 13px;
}
.select2-container .select2-dropdown.va-shipment-branch-dropdown .select2-results .select2-results__options {
  min-height: 500px;
  overflow-y: auto;
}
.va-shipment-selection {
  min-height: 100px;
}
.va-shipment-scroll-map {
  width: 100%;
  min-height: 500px;
  border: 1px solid black;
}
.va-shipment-scroll-map .active-marker {
  margin-top: 25px !important;
}
.va-shipment-scroll-map .active-marker img {
  display: block !important;
  background-color: red;
  border-radius: 30px;
  opacity: 0.18;
}

.branch-map-info{}.branch-map-region-marker{}.branch-map-region-marker .title{color:black;background-color:rgba(160,160,160,0.7);padding:3px}.branch-map-region-marker .counter{padding:5px;border-radius:16px;background-color:black;color:white;font-size:11px;text-align:center;vertical-align:middle;max-width:16px;max-height:16px}.branch-map-region-marker .counter span{position:relative;top:-6px;left:-1px}
.admin-panel-wrapper{margin-left:auto;margin-right:auto;width:900px}.admin-panel{position:fixed;bottom:0;min-width:958px;height:35px;border:1px #000 solid;border-bottom:none;background-color:#f0f4f6;color:#000;opacity:0.9;border-radius:8px 8px 0 0;z-index:2999;padding-left:10px;padding-right:10px;padding-top:5px;font-size:14px;display:none}.admin-panel .admin-panel-open-wrapper{line-height:0;position:relative;top:-18px;text-align:center}.admin-panel .admin-panel-open-wrapper .admin-panel-open{display:none;font-size:18px}.admin-panel .admin-panel-left{float:left}.admin-panel .admin-panel-right{float:right}.admin-panel .admin-panel-clear{clear:both}.admin-panel .admin-panel-close{margin-left:5px}.admin-panel a,.admin-panel a:visited{color:#000;text-decoration:underline;display:inline-block;padding:0 12px}.admin-panel a:hover{color:#909090;text-decoration:none} body{margin-bottom:40px}