.section-title {
  font-size: 30px;
}

.section-title2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

p {
  word-break: break-word;
}

.submit-form {
  background: #15bec5;
  color: #fff;
  cursor: pointer;
  border: 1px solid #15bec5;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.submit-form:hover {
  background: white;
  border: 1px solid #15bec5;
  color: #15bec5;
}

.site-main {
  margin-top: 40px;
}

.alertValSpan {
  color: red;
  display: block;
  bottom: -20px;
  left: 50%;
  text-align: center;
  font-weight: bold;
}

.alert-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 20%;
  z-index: 99999999;
}
@media screen and (max-width: 767px) {
  .alert-fixed {
    max-width: 300px;
    width: 100%;
  }
}

.alert-close {
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: red;
}

.alert-fixed-wrap {
  position: relative;
  border-radius: 20px;
  background: #1368b1;
  padding: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.alert-fixed-wrap p {
  text-align: left;
  margin: 0px;
  color: white;
}

.tooltipGlo {
  white-space: normal;
  position: relative;
  cursor: pointer;
}

.tooltiptext {
  display: none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  left: 50%;
  font-family: "Roboto , snas-serif";
  font-size: 13px !important;
  font-weight: bold;
  padding: 10px;
  z-index: 9999;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;
}

.tooltiptext::after {
  display: none;
}

.tooltiptext-left {
  -webkit-transform: translate(-95%, -100%) !important;
  -ms-transform: translate(-95%, -100%) !important;
  transform: translate(-95%, -100%) !important;
}
.tooltiptext-left::after {
  left: 95%;
}

.tooltiptext-right {
  -webkit-transform: translate(-5%, -100%) !important;
  -ms-transform: translate(-5%, -100%) !important;
  transform: translate(-5%, -100%) !important;
}
.tooltiptext-right::after {
  left: 5%;
}

.well.well-white.well-white.well-white {
  background-color: #fff;
  padding: 30px;
}

.buses-checkbox {
  cursor: pointer;
}

.p-no-margin {
  margin-bottom: 0;
}

.cust-html-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: default;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

.login-modal.login-modal .ui-widget-header.ui-widget-header {
  background-color: #1a69af;
}

.login-modal-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-btn.modal-btn.modal-btn {
  background-color: #15bec5;
  border-radius: 30px;
  padding: 10px;
  color: #fff;
  margin: 5px;
  border: 1px solid #15bec5;
  text-decoration: none;
  font-weight: bold;
}
.modal-btn.modal-btn.modal-btn:hover {
  background-color: #fff;
  color: #15bec5;
}

.ui-widget-overlay {
  opacity: 0.5;
}

.bus-preview-new p b {
  color: #565656;
}

@-moz-document url-prefix() {
  .transfer-berza__time input {
    width: 70%;
  }
  .transfer-berza__time button {
    width: 33px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .carousel-control {
    background-color: red !important;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .carousel-control.left {
    left: -15px;
  }
  .carousel-control.left > span {
    margin-left: -30px;
  }
  .carousel-control.right {
    right: -15px;
  }
  .carousel-control.right > span {
    margin-right: -30px;
  }
}

/*--------------------------------------------------------------
## Checkbox
--------------------------------------------------------------*/
.buses-checkbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19px;
  -ms-flex: 0 0 19px;
  flex: 0 0 19px;
  margin-right: 10px;
  display: block;
  width: 19px;
  height: 19px;
  background: white;
  border-radius: 3px;
  z-index: 1;
  border: 1px solid #1468b1;
  cursor: pointer;
}

.label-check {
  padding-left: 40px;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label::before {
  background: #1468b1;
  border: 1px solid #fff;
}

input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label::before {
  background: #1468b1;
  border: 1px solid #fff;
}

input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + .optionIsSelect::before {
  background: #fff;
  border: 1px solid #fff;
}

input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + .aeroIsChecked::before {
  background: #fff;
  border: 1px solid #fff;
}

.optionSelect::before {
  background: #1368b1;
  border: 1px solid #fff;
}

.label-check-single {
  padding-left: 50px;
}

.radio-edit label input {
  display: block;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
.icon-info2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: x-large;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
}
.icon-info2 .tool-text {
  position: absolute;
  opacity: 0;
  font-family: "Roboto , snas-serif";
  font-size: 16px;
  background: #001f5d;
  padding: 15px;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  bottom: 10px;
  width: 300px;
  text-align: center;
}
.icon-info2::before {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/******************responsvie**********************/
@media only screen and (max-width: 991px) {
  .icon-info2 .tool-text {
    width: auto;
  }
}

.ui-widget.ui-widget-content {
  border: 2px solid #15bec5;
}
.ui-widget.ui-widget-content .ui-widget-header {
  background: #15bec5;
  color: #fff;
}
.ui-widget.ui-widget-content
  .ui-widget-header
  .ui-datepicker
  .ui-datepicker-prev {
  left: 1px;
  top: 1px;
}
.ui-widget.ui-widget-content
  .ui-widget-header
  .ui-datepicker
  .ui-datepicker-prev:hover {
  background: #15bec5;
  color: #fff;
}

.login-modal {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .login-modal {
    width: 100% !important;
  }
}

.js-login-warning {
  width: 520px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .js-login-warning {
    width: 100% !important;
  }
}

.login-modal-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*--------------------------------------------------------------
## Keyframes
--------------------------------------------------------------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 31, 93, 0.84);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 31, 93, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 31, 93, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 31, 93, 0.84);
    box-shadow: 0 0 0 0 rgba(0, 31, 93, 0.84);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 31, 93, 0);
    box-shadow: 0 0 0 10px rgba(0, 31, 93, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 31, 93, 0);
    box-shadow: 0 0 0 0 rgba(0, 31, 93, 0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@-webkit-keyframes scaleIconTrans {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIconTrans {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes hoverText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}

@keyframes hoverText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}

.saglasan {
  padding: 20px;
}

.ugovor {
  padding: 0 20px;
}
.ugovor a {
  display: inline-block;
  margin-left: 5px;
  color: #15bec5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ugovor a:hover {
  color: #001f5d;
}

.uploadImage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #001f5d;
  width: 300px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.uploadImage label {
  margin-bottom: 0;
  padding: 15px;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.uploadImage input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.uploadImage:hover {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #001f5d;
}
.uploadImage:hover label {
  color: #001f5d;
}

.form-wrapper {
  max-width: 430px;
  padding: 135px 0 260px;
}
.form-wrapper .form-head {
  background-color: #001f5d;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.form-wrapper .form-head .section-title {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
.form-wrapper .form-body {
  background-color: #f2f4f8;
  padding: 30px 35px 50px;
  border-radius: 0 0 3px 3px;
}
.form-wrapper .form-body h3 {
  padding-left: 15px;
  font-weight: bold;
  color: #001f5d;
  font-size: 20px;
}
.form-wrapper .form-body .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.form-wrapper .form-body .form-row a {
  font-size: 12px;
  color: #001f5d;
}
.form-wrapper .form-body .input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 5px 20px;
}
.form-wrapper .form-body .input-field.half {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .form-body .input-field {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-wrapper .form-body label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  font-weight: normal;
  font-size: 15px;
  color: #001f5d;
}
.form-wrapper .form-body input {
  max-width: initial;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 8px 15px;
  font-weight: normal;
  font-size: 15px;
  color: #001f5d;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-wrapper .form-body input:focus {
  border: 1px solid #1368b1;
}
.form-wrapper .form-body select {
  max-width: initial;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 8px 15px;
  font-weight: normal;
  font-size: 15px;
  color: #001f5d;
}
.form-wrapper .form-body input[type="submit"] {
  margin: 25px auto;
  background-color: #1368b1;
  color: white;
  padding: 15px 60px;
}
.form-wrapper .form-body input[type="button"] {
  margin: 25px auto 0;
  background-color: #1368b1;
  color: white;
  padding: 15px 60px;
}
.form-wrapper .form-body a.center {
  color: #001f5d;
  text-align: center;
  margin: 20px auto 0;
  display: block;
}

.ui-tabs {
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
  border: 0;
}
.ui-tabs .ui-tabs-nav li {
  margin: 0;
  background: #f2f4f8;
}
.ui-tabs .ui-tabs-nav li a {
  text-transform: uppercase;
  padding: 0;
  line-height: 40px;
  background: #848ead;
  color: #fff;
  border-radius: 0 0 6px 6px;
}
.ui-tabs .ui-tabs-nav li:first-child a {
  border-radius: 0 0 6px 0;
}
.ui-tabs .ui-tabs-nav li:last-child a {
  border-radius: 0 0 0 6px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  background: #f2f4f8;
  color: #001f5d;
}

.column-wrapper .column-2 {
  width: 50%;
  float: left;
}

.alert-text {
  color: red;
  display: block;
  bottom: -20px;
  left: 50%;
  text-align: center;
}

.glyphicon-star-empty {
  font-size: 20px;
  color: #cdd1dc;
  font-size: 23px;
  margin-right: 5px;
}

.starColorAdd {
  margin-right: 5px;
  color: #fdca39;
  font-size: 23px;
}

.starValue {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  outline: 0;
}
.dropdown-toggle span.icon-caret-down {
  margin-top: -3px;
}
.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown-toggle:active:focus {
  border: 0;
  outline: 0;
}

.btn {
  padding: 7px 12px;
  z-index: 2;
  height: 35px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn--blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  background: #15bec5 !important;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid transparent !important;
}
.btn--blue.btn--blue {
  color: #fff;
}
.btn--blue:hover {
  color: #fff !important;
}

.btn--small {
  max-width: 200px;
}

.btn--right {
  margin: 0 30px 0 auto;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  padding: 15px 75px;
}

.btn-wrap {
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}
.btn-wrap .btn {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .btn-wrap {
    height: auto;
  }
}

.btn-label {
  margin: 0 35px 0 0;
  font-size: 26px;
}

.btn-input-submit {
  cursor: pointer;
  background: #15bec5 !important;
  border-radius: 30px;
  color: #fff !important;
  text-transform: uppercase;
  min-width: 200px;
  padding: 12px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
}
.btn-input-submit:hover {
  background: #fff !important;
  color: #15bec5 !important;
}

.btn-caption {
  border-radius: 20px;
  background-color: #24bec4;
}

.btn-bs-file {
  position: relative;
  background: #15bec5;
  color: white !important;
  border-radius: 75px 75px 75px 75px;
  padding: 9px 30px 9px 30px !important;
  font-size: 14px !important;
  font-weight: bold;
  cursor: pointer !important;
}
.btn-bs-file:hover {
  background: #15bec5;
  color: white;
  border-color: #7da8c3;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 13px;
  cursor: pointer;
}

.btn-bs-file input[type="file"] {
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  outline: none;
}

.uploading-process {
  visibility: hidden;
  position: absolute;
  top: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uploading-process__img {
  width: 25px;
  height: 25px;
}

.conteiner-notification {
  width: 250px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  padding-bottom: 10px;
}
.conteiner-notification .wrap-notification {
  width: 100%;
  background-color: #2ac3c9;
  color: white;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  margin-top: 10px;
}
.conteiner-notification .wrap-notification .show-notification {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.conteiner-notification .wrap-notification label {
  font-size: 15px;
  font-weight: normal;
}
.conteiner-notification .wrap-notification h3 {
  font-size: 21px;
  font-weight: bold;
  margin: 0px;
  margin-top: 5px;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.beforeAlertCheck::before {
  border: 1px solid red !important;
}

.fieldAlert {
  border: 1px solid red !important;
}

.popUpMsg {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 10px;
  padding: 5px;
  border: 1px solid #31708f;
  width: 250px;
  z-index: 1111;
}

/* INFO */
.popupInfo {
  background: #d9edf7;
}

.popupInfo div {
  color: #31708f;
  text-align: center;
  font-weight: bold;
}

.popupInfo div h2 {
  margin: 3px;
  font-size: 20px;
}

.popupInfo p {
  color: #31708f;
  margin: 3px;
  text-align: center;
}

/* DANGER */
.popupDanger {
  background: #f2dede;
}

.popupDanger div {
  color: #a94442;
  text-align: center;
  font-weight: bold;
}

.popupDanger div h2 {
  margin: 3px;
  font-size: 20px;
}

.popupDanger p {
  color: #a94442;
  margin: 3px;
  text-align: center;
}

/* SUCCESS */
.popupSuccess {
  background: #dff0d8;
}

.popupSuccess div {
  color: #3c763d;
  text-align: center;
  font-weight: bold;
}

.popupSuccess div h2 {
  margin: 3px;
  font-size: 20px;
}

.popupSuccess p {
  color: #3c763d;
  margin: 3px;
  text-align: center;
}

.autocomplite {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99999;
  background: white;
  width: 100%;
  margin-bottom: -15px;
  display: none;
  max-height: 300px;
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
}
.autocomplite ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 300px;
  overflow: auto;
}
.autocomplite ul li {
  display: none;
  padding: 10px;
  border-top: 1px solid #ccc;
}
.autocomplite ul li:hover {
  background: #1368b1;
  cursor: pointer;
  color: white;
}
.autocomplite ul li:first {
  border: none;
}
.autocomplite ul .active {
  background: #1368b1;
  color: white;
}
.autocomplite ul::-webkit-scrollbar {
  width: 1em;
}
.autocomplite ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.autocomplite ul::-webkit-scrollbar-thumb {
  background-color: #001f5d;
  outline: 1px solid slategrey;
}

.wrap-autocomplite {
  position: relative;
}

.autocomplite2 {
  position: absolute;
  width: 90.5%;
  height: 100px;
  top: 28px;
  left: 0px;
  background: white;
  color: black;
  display: none;
  z-index: 99999;
  max-height: 300px;
}
.autocomplite2 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 300px;
  overflow: auto;
}
.autocomplite2 ul li {
  display: none;
  padding: 10px;
  border-top: 1px solid #ccc;
}
.autocomplite2 ul li:hover {
  background: #1368b1;
  cursor: pointer;
  color: white;
}
.autocomplite2 ul li:first {
  border: none;
}
.autocomplite2 ul .active {
  background: #1368b1;
  color: white;
}
.autocomplite2 ul::-webkit-scrollbar {
  width: 1em;
}
.autocomplite2 ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.autocomplite2 ul::-webkit-scrollbar-thumb {
  background-color: #001f5d;
  outline: 1px solid slategrey;
}

/*--------------------------------------------------------------
## Home-bus
--------------------------------------------------------------*/
select {
  text-align: center;
  text-align-last: center;
  cursor: pointer;
}

@media only screen and (max-width: 1300px) {
  .banner {
    height: 16vw;
  }
}

.home-banner {
  background-attachment: fixed;
  background-size: 100% 100%;
}
.home-banner .banner-caption {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-banner .banner-caption .register-home-button {
  color: #001f5d;
  border: 2px solid #001f5d;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 100;
  max-width: 550px;
  margin-top: 35px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 rgba(0, 31, 93, 0.84);
  box-shadow: 0 0 0 rgba(0, 31, 93, 0.84);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.banner-sm {
  height: 300px !important;
}
.banner-sm .banner-caption {
  top: 45%;
}

.banner-caption p,
.banner-caption span {
  font-size: 18px;
}

.banner-caption__title {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .banner-caption__title {
    font-size: 32px;
  }
}

.banner-caption-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}
.banner-caption-title-wrap h1,
.banner-caption-title-wrap .icon-info2 {
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.banner-caption-title-wrap .icon-info2 {
  padding-top: 5px;
}

.transfer-icon-info-container {
  position: fixed;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 125px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 999999;
}
.transfer-icon-info-container .transfer-icon-info-wrapper {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.transfer-icon-info-container
  .transfer-icon-info-wrapper
  .transfer-icon-single-info {
  display: none;
  padding: 20px;
  background: #15bec5;
  width: 54%;
  position: absolute;
}
.transfer-icon-info-container
  .transfer-icon-info-wrapper
  .transfer-icon-single-info
  p {
  font-size: 16px;
  color: #fff;
}

.title-rute-mobil {
  display: none;
}

.transfer-info {
  display: none;
  padding: 20px;
  background: #fff;
  color: #333;
  position: relative;
  margin: auto;
  width: 99%;
  font-size: 18px;
  font-weight: bold;
  border-left: 1px solid #001f5d;
  border-right: 1px solid #001f5d;
}

.site-main .home-container {
  margin-top: -200px;
  padding: 0;
}

.site-main .form-row {
  margin-bottom: 10px;
}

.site-main .transfer-left label {
  margin-left: 13px;
}
.site-main .transfer-left label:before {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .site-main .transfer-left label {
    margin-left: 0;
  }
}

.site-main .transfer-right select {
  width: 70%;
}

.site-main .home-search-container {
  padding: 20px;
}
.site-main .home-search-container .section-title {
  margin-bottom: 15px;
  padding-top: 4px;
  margin-left: 5px;
}

.site-main .long-input-field {
  width: 100%;
}
.site-main .long-input-field span {
  display: block;
  width: 100%;
  margin: 0;
}

.form-row-edit-sas .transfer-left {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-row-edit-sas .transfer-right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
}
.form-row-edit-sas .transfer-right .icon-info-parent {
  position: relative;
  width: 45px;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-row-edit-sas .transfer-right .icon-info-parent .icon-info2 {
  position: absolute;
  left: -1px;
}

.home-left-edit .home-you-need .form-row-edit-sas {
  background: #1368b1;
}

.home-left-edit .home-you-need .form-row-edit-sas-even {
  background: #001f5d;
}

.home-left-edit .buses-checkbox::before {
  left: 0;
  top: 0;
}

#non-switch-div {
  padding: 0 30px;
  border-radius: 10px;
  margin-top: 25px;
}
#non-switch-div .non-switch-div-wrap {
  border: 2px solid white;
  border-radius: 10px;
  padding: 30px 30px 45px;
}
#non-switch-div .non-switch-div-wrap .section-title2 {
  margin: 0;
}
#non-switch-div .non-switch-div-wrap.non-switch-div-wrap-home-initial {
  padding: 45px 30px;
}
#non-switch-div .non-switch-div-wrap.non-switch-div-wrap-home-initial p {
  margin-bottom: 0;
}

#non-aero-choose {
  display: none;
  padding: 19px 30px;
  border-radius: 10px;
  margin-top: 25px;
}
#non-aero-choose .non-choose-wrap {
  border: 2px solid white;
  border-radius: 10px;
  padding: 30px 30px 45px;
}
#non-aero-choose .non-choose-wrap .section-title2 {
  margin: 0;
}

.home-left .checkbox-display {
  margin-top: 25px;
}
.home-left .checkbox-display .switch-div-sas {
  background: #001f5d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 22px;
}
.home-left .checkbox-display .switch-div-sas input {
  max-width: 100%;
}
.home-left .checkbox-display .time-input span {
  height: 33px;
  width: 30px;
  margin-top: -1px;
}
.home-left .checkbox-display .time-input input {
  border-radius: 0;
}

#cont span {
  height: 33px;
  width: 30px;
}
#cont span button {
  margin-right: 1px !important;
}

#cont input {
  border-radius: 0;
}

.home-search {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-search .cssSlider {
  margin-top: 40px;
}
.home-search .home-search-container form {
  padding-bottom: 75px;
  position: relative;
}
.home-search .home-search-container form .submit-form {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.home-search .home-search-container .form-col .input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home-search .home-search-container .form-col .input-field input,
.home-search .home-search-container .form-col .input-field select {
  width: 100%;
  height: 33px;
}
.home-search .home-search-container .form-col .input-field label {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.home-search .home-search-container .form-col:nth-child(odd) {
  width: 45%;
  margin-right: 5%;
}
.home-search .slick-track a {
  position: relative;
}
.home-search .slick-track a img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#transfer-scroll {
  max-height: 720px;
  overflow: auto;
}
#transfer-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e9f0ff;
}
#transfer-scroll::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
#transfer-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1368b1;
}
#transfer-scroll .transfer-row {
  margin-right: 20px;
}
#transfer-scroll .transfer-row:nth-of-type(1) h3 .icon-info2 .tool-text {
  -webkit-transform: translate(15%, -50%);
  -ms-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
  top: 50%;
  left: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#transfer-scroll
  .transfer-row:nth-of-type(1)
  h3
  .icon-info2
  .tool-text::before {
  display: none;
}
#transfer-scroll .transfer-row:nth-of-type(1) h3 .icon-info2 .tool-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #001f5d;
  position: absolute;
  left: -1%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#transfer-scroll .transfer-row .transfer-inner-row {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#transfer-scroll .transfer-row .transfer-inner-row:hover {
  background: rgba(21, 190, 197, 0.5);
}
#transfer-scroll .transfer-row .transfer-inner-row span {
  text-transform: capitalize;
}
#transfer-scroll .transfer-row .transfer-inner-row .trd-route {
  width: 25%;
}
#transfer-scroll .transfer-row .transfer-inner-row .trd-date {
  width: 10%;
}
#transfer-scroll .transfer-row .transfer-inner-row .trd-time {
  width: 8%;
}
#transfer-scroll .transfer-row .transfer-inner-row .trd-people {
  width: 8%;
}
#transfer-scroll .transfer-row .transfer-inner-row .trd-remaining {
  width: 49%;
  padding-right: 15px;
}
#transfer-scroll .transfer-row .transfer-inner-row .trd-remaining a {
  border: 1px solid #001f5d;
}
#transfer-scroll .transfer-row .transfer-inner-row .trd-remaining a:hover {
  border: 1px solid #001f5d;
  background: #fff;
  color: #001f5d;
}
@media only screen and (max-width: 1400px) {
  #transfer-scroll .transfer-row .transfer-inner-row span p {
    text-align: right;
  }
}
@media only screen and (max-width: 1200px) {
  #transfer-scroll .transfer-row .transfer-inner-row .country-id {
    left: 0;
    top: 10px;
  }
}

.transfer-market .transfer-market-form {
  padding: 30px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.transfer-market .transfer-market-form .container {
  text-align: center;
}
.transfer-market .transfer-market-form .container p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.transfer-market .transfer-market-form .container h2 {
  font-size: 36px;
}
.transfer-market .transfer-market-form .container .transfer-market-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 70%;
  margin: auto;
}
.transfer-market .transfer-market-form .container .transfer-market-icons p {
  padding: 25px 0;
  font-size: 14px;
  font-weight: 500;
}
.transfer-market
  .transfer-market-form
  .container
  .transfer-market-icons
  .icons-market-wrap
  img.viewportElement {
  -webkit-animation: scaleIconTrans 1s;
  animation: scaleIconTrans 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.tours-see-container {
  padding: 55px 0 80px;
}
@media only screen and (max-width: 779px) {
  .tours-see-container {
    padding: 55px 15px 80px;
  }
}

.search-bus-tour-container {
  position: relative;
  background: #1f86c1;
}
.search-bus-tour-container form {
  padding: 40px 0 70px;
}
.search-bus-tour-container .search-bus-tour-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.search-bus-tour-container .search-bus-tour-wrap div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-bus-tour-container .search-bus-tour-wrap div p {
  margin-bottom: 10px;
  color: #fff;
}
.search-bus-tour-container
  .search-bus-tour-wrap
  #form-slider-range
  #slider-range {
  top: 5px;
  border: none;
  background: #fff;
  border-radius: 10px;
}
.search-bus-tour-container
  .search-bus-tour-wrap
  #form-slider-range
  #slider-range
  .ui-slider-range {
  background: #fff;
}
.search-bus-tour-container
  .search-bus-tour-wrap
  #form-slider-range
  #slider-range
  .ui-state-default {
  width: 10px;
  border-radius: 0;
  top: -3px;
}
.search-bus-tour-container .search-bus-tour-wrap input {
  padding: 8px;
}
.search-bus-tour-container .search-bus-tour-wrap select {
  padding: 8px;
}
.search-bus-tour-container .container {
  position: relative;
}
.search-bus-tour-container .container .section-title {
  color: #fff;
  margin-bottom: 20px;
}
.search-bus-tour-container .container .submit-form {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  right: 0;
  bottom: -25px;
  height: 50px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.bus-tours-container-new .bus-tours .bus-tours-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
@media only screen and (max-width: 480px) {
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .carousel-inner
    .item
    div {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .carousel-inner
    .item
    .home-bus-single {
    margin: 0 0 20px !important;
  }
}
.bus-tours-container-new .bus-tours .bus-tours-wrap .home-bus-single {
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .home-bus-single
  .home-bus-single-img {
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  width: 266px;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .home-bus-single
  .home-bus-single-img
  a {
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .home-bus-single
  .home-bus-single-img
  a
  img {
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .home-bus-single
  .home-bus-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 35px;
  width: 225px;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .home-bus-single
  .home-bus-info
  h3 {
  font-size: 20px;
  max-width: 100%;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .home-bus-single
  .home-bus-price {
  width: 95px;
  background: #001f5d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .home-bus-single
    .home-bus-price {
    text-align: center;
  }
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .home-bus-single
  .home-bus-price
  span {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.bus-tours-container-new .bus-tours .bus-tours-wrap .home-bus-single a {
  overflow: hidden;
  position: relative;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .home-bus-single
  a
  .a-info-text {
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  position: absolute;
  width: 100%;
  height: 110%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: -10%;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .home-bus-single
  a
  .a-info-text
  span {
  opacity: 0;
  height: 100%;
}
.bus-tours-container-new .bus-tours .bus-tours-wrap .hover {
  -webkit-box-shadow: 0 0 20px rgba(31, 134, 193, 0.55);
  box-shadow: 0 0 20px rgba(31, 134, 193, 0.55);
}
.bus-tours-container-new .bus-tours .bus-tours-wrap .hover a {
  overflow: hidden;
}
.bus-tours-container-new .bus-tours .bus-tours-wrap .hover a .a-info-text {
  position: absolute;
  background: rgba(21, 190, 197, 0.5);
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
  z-index: 99;
}
.bus-tours-container-new .bus-tours .bus-tours-wrap .hover a .a-info-text span {
  -webkit-animation: hoverText 0.2s linear forwards;
  animation: hoverText 0.2s linear forwards;
  opacity: 1;
  color: white;
  font-weight: bold;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .hover
  a
  .a-info-text
  span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .hover
  a
  .a-info-text
  span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .hover
  a
  .a-info-text
  span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .hover
  a
  .a-info-text
  span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.bus-tours-container-new
  .bus-tours
  .bus-tours-wrap
  .hover
  .home-bus-single-img
  a
  img {
  -webkit-animation: scale 10s linear forwards;
  animation: scale 10s linear forwards;
}
.bus-tours-container-new .bus-tours .bus-tours-wrap .hover .home-bus-info h3 a {
  color: #1368b1;
}

#cont {
  position: relative;
}

.input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}
.input:last-child {
  margin-bottom: 0;
}
.input input {
  position: relative;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: center;
  padding: 9px 15px;
}
.input input:focus {
  outline: 0;
}
.input span {
  position: absolute;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}
.input span:nth-of-type(1) {
  left: -5px;
}
.input span:nth-of-type(2) {
  right: 0;
}

.mobiltip {
  display: none;
  padding: 15px;
  background: #1368b1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.mobiltip p {
  margin: 0;
  color: #fff;
  font-weight: bold;
}

/*********************responsive********************/
@media only screen and (max-width: 1600px) {
  .site-main .home-container {
    margin-top: -9%;
  }
}

@media only screen and (max-width: 1199px) {
  .title-rute-mobil {
    display: block;
  }
}

@media only screen and (max-width: 1199px) {
  .banner.home-banner {
    margin-top: 100px;
    height: 50vh;
  }
  .banner.home-banner .banner-caption {
    top: 40%;
  }
  .banner.home-banner .banner-caption h1 {
    font-size: 60px;
  }
  .banner.home-banner .banner-caption .register-home-button {
    padding: 5px 10px;
  }
  .transfer-market .tours-see-container {
    padding: 30px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .banner.home-banner .banner-caption h1 {
    font-size: 45px;
  }
  .banner.home-banner .banner-caption .register-home-button {
    display: block;
    width: 90%;
    padding: 5px;
    font-size: 18px;
  }
  .mobiltip {
    opacity: 1;
  }
  .transfer-market-form {
    margin-top: 30px;
  }
  .site-main .home-container {
    margin-top: -250px;
  }
  .site-main .home-container .home-right .cssSlider {
    margin-top: 55px;
  }
  .search-bus-tour-container .container .submit-form {
    bottom: -55%;
  }
  .bus-tours-container-new .bus-tours .bus-tours-wrap .home-bus-single {
    width: 100%;
  }
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .home-bus-single
    .home-bus-single-img {
    width: 40%;
  }
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .home-bus-single
    .home-bus-info {
    width: 45%;
  }
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .home-bus-single
    .home-bus-price {
    width: 15%;
  }
  #transfer-scroll .transfer-row .transfer-inner-row {
    padding-top: 50px;
  }
  #transfer-scroll .transfer-row .transfer-inner-row .trd-route {
    width: 100%;
  }
  #transfer-scroll .transfer-row .transfer-inner-row .trd-date {
    width: 100%;
  }
  #transfer-scroll .transfer-row .transfer-inner-row .trd-time {
    width: 100%;
  }
  #transfer-scroll .transfer-row .transfer-inner-row .trd-people {
    width: 100%;
  }
  #transfer-scroll .transfer-row .transfer-inner-row .trd-remaining {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .site-main {
    padding: 0 15px;
  }
  .transfer-market .transfer-market-form .container .transfer-market-icons {
    width: 100%;
  }
  .transfer-icon-info-container
    .transfer-icon-info-wrapper
    .transfer-icon-single-info {
    width: 100%;
  }
}

@media only screen and (max-width: 660px) {
  #transfer-scroll .transfer-row .transfer-inner-row {
    width: 100%;
  }
}

@media only screen and (max-width: 596px) {
  .banner.home-banner .banner-caption h1 {
    font-size: 35px;
  }
  .banner.home-banner .banner-caption h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .banner.home-banner .banner-caption h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .site-main .home-container {
    margin-top: -54px;
  }
  .transfer-market .transfer-market-form .container .transfer-market-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .transfer-market
    .transfer-market-form
    .container
    .transfer-market-icons
    .icons-market-wrap {
    margin-bottom: 15px;
  }
  .transfer-market .transfer-market-form .container p {
    font-size: 14px;
  }
  .transfer-market .transfer-market-form .container h2 {
    font-size: 20px;
  }
  .form-row-edit-sas .transfer-right .icon-info2 {
    margin-left: 10px;
  }
  .home-left .checkbox-display .time-input {
    padding: 0;
  }
  .home-left .checkbox-display .switch-div-sas input {
    width: 100%;
  }
  .home-left .checkbox-display .form-col {
    padding: 0;
  }
  .home-search .home-search-container .form-col:nth-child(odd) {
    width: 100%;
  }
  .home-search .home-search-container .input-field {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search-bus-tour-container .search-bus-tour-wrap div {
    width: 100%;
    margin-bottom: 10px;
  }
  .search-bus-tour-container .container .submit-form {
    bottom: -23%;
  }
}

@media only screen and (max-width: 576px) and (max-width: 767px) {
  .search-bus-tour-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .bus-tours-container-new .bus-tours .bus-tours-wrap .home-bus-single {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .home-bus-single
    .home-bus-single-img {
    width: 100%;
  }
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .home-bus-single
    .home-bus-info {
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .home-bus-single
    .home-bus-info
    h3 {
    font-size: 18px;
  }
  .bus-tours-container-new
    .bus-tours
    .bus-tours-wrap
    .home-bus-single
    .home-bus-price {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .search-bus-tour-container .container .submit-form {
    bottom: 15px;
  }
  .bus-tours-container-new {
    padding: 0;
  }
}

.section-subtitle {
  font-weight: bold;
  color: #323232;
}

.box-content {
  padding: 20px 30px;
}
.box-content .row {
  margin-bottom: 20px;
}
.box-content .row:last-of-type {
  margin-bottom: 0;
}
.box-content .row-oprema-item {
  font-weight: bold;
  font-size: 20px;
  max-width: 200px;
}

.box-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-content-item:last-child {
  margin-right: 0;
}

.box-content-label {
  display: inline;
  margin-right: 15px;
  font-size: 20px;
  color: #333;
}

.box--white {
  background-color: #fff;
}

.box--grey {
  background-color: #cdd1dc;
}

.box-label {
  font-size: 20px;
  color: #333;
  min-width: 180px;
}

.box-text {
  font-size: 20px;
  font-weight: bold;
  color: #001f5d;
  text-align: right;
}
.box-text .glyphicon {
  margin-right: 0;
}
.box-text .glyphicon::before {
  color: #fff;
  font-size: 18px;
}
.box-text .glyphicon:first-child {
  margin-left: 5px;
}

.box-content-text {
  font-size: 20px;
  font-weight: bold;
  color: #001f5d;
}
.box-content-text .glyphicon {
  margin-right: 0;
}
.box-content-text .glyphicon::before {
  color: #fff;
  font-size: 18px;
}
.box-content-text .glyphicon:first-child {
  margin-left: 5px;
}

.box-content-question,
.box-content-answer {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}

.box-content-question {
  margin-right: 15px;
}

.box-content-answer {
  color: #001f5d;
  margin-left: auto;
  text-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.divider--blue {
  background-color: #1368b1;
  height: 60px;
}

.box-about {
  margin: 0 -15px;
  padding: 40px;
  background-color: #fff;
}

.box-about-title {
  margin: 0;
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.box-about-text {
  font-size: 20px;
  color: black;
  line-height: 1.8;
  margin-bottom: 30px;
}

.img-full {
  min-height: 355px;
  margin-bottom: 30px;
}

.content-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.content-placeholder img {
  width: 45%;
}
.content-placeholder .content {
  width: 50%;
}

.box-about-list {
  list-style: none;
  color: black;
  font-size: 20px;
  padding: 0;
  margin: 0 0 30px 0;
}
.box-about-list li {
  margin-bottom: 10px;
}
.box-about-list li::before {
  content: "- ";
  display: inline-block;
  margin-right: 4px;
}

.blockquote {
  text-align: center;
  color: black;
  font-size: 20px;
}
.blockquote blockquote {
  margin-top: 60px;
  font-size: 20px;
  font-style: italic;
  border: 0;
}

.blockquote-author {
  font-weight: bold;
}

.table .starColorAdd,
.table .glyphicon-star-empty {
  font-size: 16px;
}

.table .stars-wrap .glyphicon:hover {
  cursor: default;
}

.table-transfer td,
.table-transfer th,
.table-transfer tr {
  padding: 0;
  border: none !important;
  text-align: center;
}

.table-transfer thead {
  background-color: #1368b1;
  color: #fff;
}

.transfer-market-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.transfer-market-text .tooltipGlo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .transfer-market-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.driver-terms-confirm .input-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.driver-terms-confirm label:before {
  margin-left: 16%;
  margin-right: 8%;
}

.driver-terms-confirm a {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .driver-terms-confirm .driver-suit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .driver-terms-confirm .driver-suit::before {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  .driver-text-label {
    text-align: center;
  }
}

.driver-terms-confirm--center label:before {
  margin: 0 10px 0 0;
}

.driver-terms-confirm--center .buses-checkbox {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-caption-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------------------------------------------
## App blade
--------------------------------------------------------------*/
#masthead .branding-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
#masthead .branding-edit .site-branding {
  width: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#masthead .branding-edit #site-navigation {
  width: 75%;
}
#masthead .branding-edit #site-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#masthead .container-head-edit {
  padding: 0;
}

.top-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-nav-wrapper #top-navigation {
  width: 50%;
}
.top-nav-wrapper .top-meni-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.top-nav-wrapper .top-meni-right .dropdown-toggle-langs {
  background: #001f5d;
}
.top-nav-wrapper .top-meni-right span.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 35px 8px 10px;
  color: #fff;
  margin-right: 12px;
}
.top-nav-wrapper .top-meni-right span.language.lang-en {
  background: url(../images/flag-en.jpg) no-repeat right top 10px;
}
.top-nav-wrapper .top-meni-right span.language.lang-de {
  background: url(../images/flag-de.jpg) no-repeat right top 10px;
}
.top-nav-wrapper .top-meni-right span.language.lang-sr {
  background: url(../images/flag-rs.jpg) no-repeat right top 10px;
}
.top-nav-wrapper .top-meni-right ul.langs {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 9999;
  list-style: none;
  background-color: #1f86c1;
  margin: 0;
  padding: 0;
}
.top-nav-wrapper .top-meni-right ul.langs li {
  margin: 0;
  padding: 0;
}
.top-nav-wrapper .top-meni-right ul.langs li a {
  margin: 0;
  padding: 8px 60px 8px 20px;
  color: #fff;
  display: block;
}
.top-nav-wrapper .top-meni-right ul.langs li a:hover {
  color: #1368b1;
  background-color: #fff;
  text-decoration: none;
}
.top-nav-wrapper .top-meni-right ul.langs .lang-en {
  background: url(../images/flag-en.jpg) no-repeat right 20px top 11px;
}
.top-nav-wrapper .top-meni-right ul.langs .lang-de {
  background: url(../images/flag-de.jpg) no-repeat right 20px top 11px;
}
.top-nav-wrapper .top-meni-right ul.langs .lang-sr {
  background: url(../images/flag-rs.jpg) no-repeat right 20px top 11px;
}
.top-nav-wrapper .changesSlideDiv {
  position: absolute;
  top: 50%;
  padding: 24px;
  z-index: 999999;
  background: #15bec5;
  -webkit-transform: translateY(33%);
  -ms-transform: translateY(33%);
  transform: translateY(33%);
}
.top-nav-wrapper .changesSlideDiv input:nth-child(2) {
  background: #1368b1;
}

.home-slider-container {
  padding-bottom: 55px;
}

.site-footer {
  background: #081530;
}
.site-footer .copyright {
  background: #030916;
  color: #fff;
  padding: 15px;
}
.site-footer .copyright a {
  color: #679aca;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.site-footer .copyright a:hover {
  color: #1368b1;
}

/****************responsive*******************/
@media only screen and (max-width: 1200px) {
  #masthead .branding-edit {
    width: 100%;
    padding: 0 15px;
  }
  #masthead #site-navigation a {
    max-width: 140px;
  }
  #masthead .container-head-edit {
    width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  #masthead .branding-edit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
  #masthead .branding-edit .collapsed-third {
    margin: 0;
    z-index: 9999;
  }
  #masthead .branding-edit .site-branding {
    width: 100%;
  }
  #masthead .branding-edit #site-navigation {
    width: 100%;
    top: 50px;
  }
  #masthead .branding-edit #site-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #masthead .branding-edit #site-navigation ul li {
    padding: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #masthead .branding-edit #site-navigation ul li a {
    width: auto;
    max-width: 100%;
  }
  #masthead .branding-edit #site-navigation ul .login-btn a {
    padding: 10px;
  }
  #masthead .container-head-edit {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #masthead .container-head-edit .top-nav-wrapper {
    width: 100%;
  }
  #masthead .container-head-edit .top-nav-wrapper #top-navigation {
    width: auto;
  }
  #masthead .container-head-edit .top-nav-wrapper .top-meni-right {
    width: auto;
  }
  .home-slider-container {
    padding-bottom: 0;
  }
  .home-slider-container .bottom-banners {
    padding: 0 0 45px;
    margin-top: 45px;
  }
  .home-slider-container .bottom-banners .slick-dotted {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  #site-navigation {
    top: 63px;
  }
}

@media only screen and (max-width: 576px) {
  #masthead .container-head-edit .top-nav-wrapper #top-navigation {
    display: none;
    position: absolute;
    background: #1368b1;
    width: 100%;
    left: 0px;
    top: 100%;
    z-index: 9999;
  }
  #masthead
    .container-head-edit
    .top-nav-wrapper
    #top-navigation
    .top-nav-mani-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
  }
  #masthead
    .container-head-edit
    .top-nav-wrapper
    #top-navigation
    .top-nav-mani-edit
    a {
    color: #fff;
  }
  #masthead .container-head-edit .top-nav-wrapper .collapsed-four {
    display: block;
  }
}

.edit-bus-form .col-md-6 {
  position: relative;
}

.suggesstion-box {
  position: absolute;
  width: 100%;
  background: #15bec5;
  z-index: 99999;
}
.suggesstion-box p {
  padding: 5px;
  color: white;
  font-weight: bold;
}

.alertValSpan {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0;
}

.datepicker::-webkit-inner-spin-button,
.datepicker::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.login-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-register .form-wrapper {
  max-width: 1005px;
}

.form-register .input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.edit-tour-form {
  /*
	 *
	 *
	 *  TITLE I SREDJIVANJE SLIKA ,
	 *  UBACIVANJE JEDNE SLIKE,
	 *  UBACIVANJE VISE SLIKA
	 *
	 *
	 *
	 *
	 */
  /*
	 *
	 *
	 *
	 *
	 *
	 *
	 *
	 */
}
.edit-tour-form .row {
  margin-bottom: 10px;
}
.edit-tour-form .singleImg {
  padding: 5px 0 0;
  margin-left: 15px;
  border-right: none;
  text-align: center;
}
.edit-tour-form .title h3 {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
  color: #333;
}
.edit-tour-form .imgWrap {
  width: 100%;
  max-width: 100%;
  height: inherit;
  min-height: 170px;
  margin: 20px auto;
  background: #cdd1dc;
  position: relative;
  background: url("../images/emptyImg.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px;
}
.edit-tour-form .imgWrap img {
  width: 100%;
  height: initial;
}
.edit-tour-form .imgWrap .closeImg {
  position: absolute;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  background: #15bec5;
  color: white;
}
.edit-tour-form .imgWrap .closeImg i {
  padding: 6px;
}
.edit-tour-form .imgWrap .closeImg i:hover {
  cursor: pointer;
}
.edit-tour-form .titleImg {
  background: white;
  padding-bottom: 10px;
  min-height: 350px;
}
.edit-tour-form .titleImg h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.edit-tour-form .gallery.button {
  margin-top: 15px;
}
.edit-tour-form .gallery-holder {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.edit-tour-form .gallery-holder .multiImg {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  margin-right: 3%;
  padding-top: 22%;
  border: 1px solid #ccc;
  margin-bottom: 3%;
}
.edit-tour-form .gallery-holder .multiImg .imgContainer {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.edit-tour-form .gallery-holder .multiImg .deleteImg {
  position: absolute;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  background: #15bec5;
  color: white;
}
.edit-tour-form .gallery-holder .multiImg .deleteImg i {
  padding: 6px;
}
.edit-tour-form .gallery-holder .multiImg .deleteImg i:hover {
  cursor: pointer;
}
.edit-tour-form .state-form label {
  color: #24386d;
  margin-top: 10px;
  font-weight: 400;
}
.edit-tour-form .state-form button {
  background-color: #16bdc5;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  font-size: 20px;
  height: 36px;
}
.edit-tour-form .state-form [name="start_time"] {
  text-align: center;
}
.edit-tour-form .nikolaFloatFirst {
  float: left;
}
.edit-tour-form .nikolaFloatFirst:nth-child(1) {
  width: 49%;
}
.edit-tour-form .nikolaFloatFirst:nth-child(2) {
  text-align: center;
  width: 17%;
}
.edit-tour-form .nikolaFloatFirst:nth-child(3) {
  text-align: center;
  width: 20%;
}
.edit-tour-form .nikolaFloatFirst:nth-child(4) {
  text-align: center;
  width: 4%;
}
.edit-tour-form .nikolaFloatFirst:nth-child(5) {
  text-align: center;
  width: 10%;
}
.edit-tour-form .nikolaFloat {
  float: left;
}
.edit-tour-form .nikolaFloat:nth-child(1) {
  width: 25%;
}
.edit-tour-form .nikolaFloat:nth-child(2) {
  text-align: center;
  width: 4%;
}
.edit-tour-form .nikolaFloat:nth-child(3) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloat:nth-child(4) {
  text-align: center;
  width: 4%;
}
.edit-tour-form .nikolaFloat:nth-child(5) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloat:nth-child(6) {
  text-align: center;
  width: 17%;
}
.edit-tour-form .nikolaFloat:nth-child(7) {
  text-align: center;
  width: 20%;
}
.edit-tour-form .nikolaFloat:nth-child(8) {
  text-align: center;
  width: 4%;
}
.edit-tour-form .nikolaFloat:nth-child(9) {
  text-align: center;
  width: 10%;
}
.edit-tour-form .nikolaFloatFour {
  float: left;
}
.edit-tour-form .nikolaFloatFour:nth-child(1) {
  width: 20%;
}
.edit-tour-form .nikolaFloatFour:nth-child(2) {
  text-align: center;
  width: 22%;
}
.edit-tour-form .nikolaFloatFour:nth-child(3) {
  text-align: center;
  width: 10%;
}
.edit-tour-form .nikolaFloatFour:nth-child(4) {
  text-align: center;
  width: 10%;
}
.edit-tour-form .nikolaFloatFour:nth-child(5) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloatFour:nth-child(6) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloatFour:nth-child(7) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloatFour:nth-child(8) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloatFour:nth-child(9) {
  text-align: center;
  width: 3%;
}
.edit-tour-form .nikolaFloatFour:nth-child(10) {
  text-align: center;
  width: 3%;
}

.well-title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
  color: #333;
}

.well-text-bold {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.well-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.well-flex label {
  margin-top: 9px;
  margin-right: 15px;
  margin-left: 10px;
}
.well-flex input {
  width: 43px;
}

.btn-blue {
  background-color: #15bec5;
  color: #fff;
  border-radius: 50px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  height: initial;
  padding: 15px;
}

.rowMargin {
  margin-bottom: 20px;
}

.firstForm label {
  padding-top: 8px;
  color: #001f5c;
  font-weight: normal;
}

.buses-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 1703px) {
  .firstForm-content-wrapper {
    width: 100%;
  }
}

.wellSilver {
  background: #cdd1dc;
}
.wellSilver label {
  padding-top: 4px;
  color: black;
}

.wellDarkSilver {
  background: #cdd1dc;
}
.wellDarkSilver label {
  padding-top: 5px;
  color: #001f5c;
}
.wellDarkSilver .row-caffe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wellDarkSilver .row-caffe .col-md-2 {
  position: initial;
}
.wellDarkSilver .row-caffe .col-md-2 span {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wellDarkSilver .divide {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
.wellDarkSilver.ski-box .row .alertValSpan {
  position: absolute;
  bottom: -20px;
}
@media only screen and (max-width: 991px) {
  .wellDarkSilver.ski-box .col-md-6 {
    margin-bottom: 15px;
  }
}
.wellDarkSilver.ski-box .col-md-6 label {
  width: 35%;
}
.wellDarkSilver.ski-box .col-md-6 input {
  width: 60%;
}
.wellDarkSilver.ski-box .col-md-6 span {
  margin-left: 3%;
}
.wellDarkSilver.ski-box .col-md-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wellDarkSilver.ski-box .col-md-5 label {
  width: 35%;
}
.wellDarkSilver.ski-box .col-md-5 input {
  width: 60%;
}
.wellDarkSilver.ski-box .col-md-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.wellDarkSilver.ski-box .col-md-1 label {
  margin: 0;
}

div[data-tip="prikolicaBicikli"] {
  display: none;
}

div[data-tip="velikaPrikolica"] {
  display: none;
}

div[data-tip="malaPrikolica"] {
  display: none;
}

div[data-tip="skiBox"] {
  display: none;
}

div[data-tip="kafeMasina"] {
  display: none;
}

div[data-tip="wlan"] {
  display: none;
}

div[data-tip="airport_check"] {
  display: none;
}

div[data-tip="sight_seeing"] {
  display: none;
}

div[data-tip="bus_pausal"] {
  display: none;
}

div[data-tip="transfer_satu"] {
  display: none;
}

.thumb {
  height: 100%;
  border: 1px solid #000;
}

.upload-image-create-bus {
  position: relative;
  max-width: 200px;
  height: 40px;
  white-space: nowrap;
  cursor: pointer;
}
.upload-image-create-bus input {
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.upload-image-create-bus input.block {
  z-index: -1;
}
.upload-image-create-bus span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  cursor: pointer;
  background: #15bec5;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px;
}
.upload-image-create-bus .alertValSpan {
  position: relative;
  background: none;
  color: red;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.upload-image-create-bus.single .alertValSpan {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  top: auto;
  left: auto;
  bottom: -30px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  text-transform: none;
  color: #636b6f;
  font-weight: normal;
  position: relative;
}

output .rotate-img-bus {
  position: absolute;
  left: 0;
}

.upload-image-output {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.upload-image-output span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 15px;
}
.upload-image-output span a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.upload-image-output span i {
  position: absolute;
  top: 0;
  right: 0;
  background: #15bec5;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: pointer;
}
.upload-image-output span img {
  margin: 0;
  max-width: 100%;
  width: 150px;
  height: auto;
}

.upload-image-output--inline {
  margin-top: 0;
}
.upload-image-output--inline .imagesUploaded {
  margin: 0 auto;
}

.edit-bus-form .save-bus-btn {
  margin-left: 15px;
}

.edit-bus-form textarea {
  resize: none;
}

.btn-inline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

span.glyphicon.glyphicon-star-empty {
  display: none;
}

.well-busses-type {
  border-bottom: 2px solid #fff;
}

.label-currency {
  line-height: 37px;
}

.form-control-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-control-wrapper input {
  margin-right: 10px;
}

.ski-wrapper {
  margin: 0;
}
.ski-wrapper label {
  white-space: nowrap;
}

.ski-wrapper-col {
  padding: 0;
}

.info-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 0 5px 0 0;
}
.info-icon-wrapper a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.time-picker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .time-picker-wrapper {
    margin-bottom: 20px;
  }
}

.time-picker-item {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1520px) {
  .time-picker-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.time-picker-label,
.time-picker {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.time-picker {
  width: 65%;
}

@media only screen and (max-width: 1200px) {
  .upload-image-create-bus {
    margin-top: 30px;
  }
}

.row-oprema {
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .row-oprema {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 450px) {
  .row-oprema {
    width: 100%;
  }
}
.row-oprema select {
  font-size: 14px;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .input-btn-wrapper {
    padding: 0;
  }
}

.input-time {
  min-width: 60px;
}

@media only screen and (max-width: 1500px) {
  .oprema-duration-input input {
    padding: 6px;
  }
}

.disabled-input {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 1200px) {
  .flexRow-wrapper {
    margin-bottom: 15px;
  }
}

.flexRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexRow div {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flexRow label {
  padding: 0;
  margin: 0;
}

.datepicker-wrapper {
  position: relative;
}
.datepicker-wrapper i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  right: 25px;
  z-index: 2;
}
.datepicker-wrapper i::before {
  color: #fff;
}
.datepicker-wrapper .alert-text {
  right: initial;
}

@media only screen and (max-width: 1450px) {
  .cena-input-wrapper {
    width: 55%;
  }
}

.add-transfer-wrapper button {
  background-color: #16bdc5;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  font-size: 20px;
  height: 36px;
}

.date-picker-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .date-picker-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1550px) {
  .btn-wrapper {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .price-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .price-row .col-lg-4 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.add-new-section-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.add-new-section-btn-wrapper .input-group-btn {
  margin-right: 35px;
}
.add-new-section-btn-wrapper .info-icon-wrapper {
  padding-top: 3px;
}
.add-new-section-btn-wrapper .tooltip-wrap {
  margin-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .add-new-section-btn-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 15px;
  }
  .add-new-section-btn-wrapper .input-group-btn {
    margin-right: 35px;
  }
}

.has-white-stripe {
  width: 100%;
}
.has-white-stripe::after {
  content: "";
  display: block;
  width: 94%;
  margin: 0 auto 30px;
  height: 2px;
  background-color: #fff;
}

.hidden-box .info-icon-wrapper {
  padding-top: 5px;
}

@media only screen and (max-width: 1200px) {
  .hidden-box {
    padding: 15px 0;
  }
}

.hidden-section-name {
  font-size: 24px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.hidden-section-name--big {
  color: #001f5d;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 20px;
}

.ui-datepicker {
  z-index: 99999999999 !important;
}

.btn-add-price {
  padding-top: 5px;
}
@media only screen and (max-width: 1300px) {
  .btn-add-price {
    padding-left: 0;
  }
}

.internal-id-margins {
  margin: 5px 0;
}

.panel-active {
  display: block;
}

.panel-title {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.panel-title:hover {
  color: #001f5d;
}

.stars-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.stars-wrap .glyphicon:hover {
  cursor: pointer;
}

.edit-tour-form {
  /*
	 *
	 *
	 *  TITLE I SREDJIVANJE SLIKA ,
	 *  UBACIVANJE JEDNE SLIKE,
	 *  UBACIVANJE VISE SLIKA
	 *
	 *
	 *
	 *
	 */
  /*
	 *
	 *
	 *
	 *
	 *
	 *
	 *
	 */
}
.edit-tour-form .row {
  margin-bottom: 10px;
}
.edit-tour-form .singleImg {
  padding: 5px 0 0;
  margin-left: 15px;
  border-right: none;
  text-align: center;
}
.edit-tour-form .title h3 {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
  color: #333;
}
.edit-tour-form .imgWrap {
  width: 100%;
  max-width: 100%;
  height: inherit;
  min-height: 170px;
  margin: 20px auto;
  background: #cdd1dc;
  position: relative;
  background: url("../images/emptyImg.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px;
}
.edit-tour-form .imgWrap img {
  width: 100%;
  height: initial;
}
.edit-tour-form .imgWrap .closeImg {
  position: absolute;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  background: #15bec5;
  color: white;
}
.edit-tour-form .imgWrap .closeImg i {
  padding: 6px;
}
.edit-tour-form .imgWrap .closeImg i:hover {
  cursor: pointer;
}
.edit-tour-form .titleImg {
  background: white;
  padding-bottom: 10px;
  min-height: 350px;
}
.edit-tour-form .titleImg h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.edit-tour-form .gallery.button {
  margin-top: 15px;
}
.edit-tour-form .gallery-holder {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.edit-tour-form .gallery-holder .multiImg {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  margin-right: 3%;
  padding-top: 22%;
  border: 1px solid #ccc;
  margin-bottom: 3%;
}
.edit-tour-form .gallery-holder .multiImg .imgContainer {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.edit-tour-form .gallery-holder .multiImg .deleteImg {
  position: absolute;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  background: #15bec5;
  color: white;
}
.edit-tour-form .gallery-holder .multiImg .deleteImg i {
  padding: 6px;
}
.edit-tour-form .gallery-holder .multiImg .deleteImg i:hover {
  cursor: pointer;
}
.edit-tour-form .state-form label {
  color: #24386d;
  margin-top: 10px;
  font-weight: 400;
}
.edit-tour-form .state-form button {
  background-color: #16bdc5;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  font-size: 20px;
  height: 36px;
}
.edit-tour-form .state-form [name="start_time"] {
  text-align: center;
}
.edit-tour-form .nikolaFloatFirst {
  float: left;
}
.edit-tour-form .nikolaFloatFirst:nth-child(1) {
  width: 49%;
}
.edit-tour-form .nikolaFloatFirst:nth-child(2) {
  text-align: center;
  width: 17%;
}
.edit-tour-form .nikolaFloatFirst:nth-child(3) {
  text-align: center;
  width: 20%;
}
.edit-tour-form .nikolaFloatFirst:nth-child(4) {
  text-align: center;
  width: 4%;
}
.edit-tour-form .nikolaFloatFirst:nth-child(5) {
  text-align: center;
  width: 10%;
}
.edit-tour-form .nikolaFloat {
  float: left;
}
.edit-tour-form .nikolaFloat:nth-child(1) {
  width: 25%;
}
.edit-tour-form .nikolaFloat:nth-child(2) {
  text-align: center;
  width: 4%;
}
.edit-tour-form .nikolaFloat:nth-child(3) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloat:nth-child(4) {
  text-align: center;
  width: 4%;
}
.edit-tour-form .nikolaFloat:nth-child(5) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloat:nth-child(6) {
  text-align: center;
  width: 17%;
}
.edit-tour-form .nikolaFloat:nth-child(7) {
  text-align: center;
  width: 20%;
}
.edit-tour-form .nikolaFloat:nth-child(8) {
  text-align: center;
  width: 4%;
}
.edit-tour-form .nikolaFloat:nth-child(9) {
  text-align: center;
  width: 10%;
}
.edit-tour-form .nikolaFloatFour {
  float: left;
}
.edit-tour-form .nikolaFloatFour:nth-child(1) {
  width: 20%;
}
.edit-tour-form .nikolaFloatFour:nth-child(2) {
  text-align: center;
  width: 22%;
}
.edit-tour-form .nikolaFloatFour:nth-child(3) {
  text-align: center;
  width: 10%;
}
.edit-tour-form .nikolaFloatFour:nth-child(4) {
  text-align: center;
  width: 10%;
}
.edit-tour-form .nikolaFloatFour:nth-child(5) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloatFour:nth-child(6) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloatFour:nth-child(7) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloatFour:nth-child(8) {
  text-align: center;
  width: 8%;
}
.edit-tour-form .nikolaFloatFour:nth-child(9) {
  text-align: center;
  width: 3%;
}
.edit-tour-form .nikolaFloatFour:nth-child(10) {
  text-align: center;
  width: 3%;
}

.well-title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
  color: #333;
}

.well-text-bold {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.well-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.well-flex label {
  margin-top: 9px;
  margin-right: 15px;
  margin-left: 10px;
}
.well-flex input {
  width: 43px;
}

.btn-blue {
  background-color: #15bec5;
  color: #fff;
  border-radius: 50px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  height: initial;
  padding: 15px;
}

.wrap {
  margin-top: -30px;
  padding: 0px !important;
}
.wrap .well {
  border: 0px;
}
.wrap .sideBar {
  padding: 0px;
}
.wrap .sideBar .well {
  background: #011f5d;
  border: 0px;
  color: white;
  padding: 30px;
}
.wrap .sideBar h3 {
  font-weight: bold;
  font-size: 30px;
  margin: 10px 0px 10px 0px;
}
.wrap .sideBar h4 {
  font-size: 18px;
  margin-top: 24px;
}
.wrap .sideBar .firstInp {
  margin-bottom: 10px;
}
.wrap .sideBar .sideBar-input {
  background: white;
}
.wrap .sideBar .label-check {
  font-size: 15px;
  margin-top: 2px;
}
.wrap .sideBar .label-check::before {
  left: 3px;
}
.wrap .sideBar .btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  color: #fff;
  background: #15bec5;
  border-radius: 0px;
}
.wrap .sideBar .check-side-bar {
  margin-bottom: 30px;
}
.wrap .content-mid {
  padding-right: 0px;
}
@media only screen and (max-width: 767px) {
  .wrap .content-mid {
    padding-right: 15px;
  }
}
.wrap .content-mid .content-mid-first-well {
  background: #1468b1;
  color: white;
}
.wrap .content-mid select {
  color: #001f5d;
  font-size: 15px;
  font-weight: bold;
}
.wrap .content-mid .content-mid-context {
  background: white;
  position: relative;
  border: "none";
  height: 100%;
}
.wrap .content-mid .content-mid-context .content-mid-context-post {
  background: #f3f4f8;
  padding-bottom: 20px;
}
.wrap .content-mid .content-mid-context .content-mid-context-post .large-img {
  width: 100%;
  height: 180px;
  background: #cdd1dc;
  margin-top: 20px;
}
.wrap .content-mid .content-mid-context .content-mid-context-post .small-img {
  margin-top: 20px;
  float: left;
  width: 30%;
  height: 50px;
  background: #cdd1dc;
}
.wrap
  .content-mid
  .content-mid-context
  .content-mid-context-post
  .small-img:nth-child(3) {
  margin-right: 5%;
}
.wrap
  .content-mid
  .content-mid-context
  .content-mid-context-post
  .small-img:nth-child(2) {
  margin-right: 5%;
}
.wrap .content-mid .content-mid-context .content-mid-context-post .clear {
  clear: both;
}
.wrap .content-mid .content-mid-context .content-mid-context-post h6 {
  font-size: 13px;
}
.wrap .content-mid .content-mid-context .content-mid-context-post h6 span {
  font-weight: bold;
}
.wrap .content-mid .content-mid-context .content-mid-context-post h6 i {
  font-size: 15px;
  margin-right: 2px;
}
.wrap .content-mid .content-mid-context .content-mid-context-post h1 {
  font-size: 30px;
  font-weight: bold;
  color: #001f5d;
}
.wrap .content-mid .content-mid-context .content-mid-context-post .data-size {
  font-size: 14px;
  color: #888888;
}
.wrap .content-mid .content-mid-context .content-mid-context-post .label-price {
  padding-top: 20px;
}
.wrap
  .content-mid
  .content-mid-context
  .content-mid-context-post
  .label-price
  .data-size {
  margin-top: 17px;
  font-size: 14px;
  color: #888888;
}
.wrap
  .content-mid
  .content-mid-context
  .content-mid-context-post
  .label-price
  .price-agenci {
  margin-top: 5px;
  font-size: 15px;
  color: white;
  font-weight: bold;
  background: #15bec5;
  border-radius: 5px;
  padding: 10px;
}
.wrap
  .content-mid
  .content-mid-context
  .content-mid-context-post
  .right-side-post {
  background: #011f5d;
  height: 88.5%;
  width: 9.6%;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 20px;
  border: 0px;
}
.wrap
  .content-mid
  .content-mid-context
  .content-mid-context-post
  .right-side-post
  div {
  position: absolute;
  top: 35%;
  left: 0%;
  width: 100%;
  text-align: center;
  color: white;
  text-align: center;
}
.wrap
  .content-mid
  .content-mid-context
  .content-mid-context-post
  .right-side-post
  div
  span {
  font-size: 16px;
}
.wrap
  .content-mid
  .content-mid-context
  .content-mid-context-post
  .right-side-post
  div
  label {
  font-weight: bold;
  font-size: 30px;
}
.wrap
  .content-mid
  .content-mid-context
  .content-mid-context-post
  .right-side-post
  button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border: 0px;
  height: 50px;
  background: #15bec5;
  border-radius: 0px;
}
@media only screen and (max-width: 767px) {
  .wrap
    .content-mid
    .content-mid-context
    .content-mid-context-post
    .right-side-post {
    height: auto;
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .wrap
    .content-mid
    .content-mid-context
    .content-mid-context-post
    .right-side-post
    div {
    position: static;
    top: initial;
    left: initial;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .content-mid .content-mid-context .content-mid-context-post {
    padding: 0;
  }
}

.aranzmanFile {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
}

.table-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .table-wrapp {
    overflow-x: auto;
  }
}

.order-list {
  overflow-x: scroll;
}

.table-mobile {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (max-width: 767px) {
  .table-mobile {
    overflow-x: scroll;
  }
}
.table-mobile::-webkit-scrollbar {
  height: 7px;
}
.table-mobile::-webkit-scrollbar-track {
  height: 5px;
  background: silver;
}
.table-mobile::-webkit-scrollbar-thumb {
  background: #1368b1;
}
.table-mobile::-webkit-scrollbar-thumb:hover {
  background: #1368b1;
}

.table-mobile td {
  padding: 8px 16px !important;
  min-width: 130px;
}

.table-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-actions a {
  margin: 0 5px;
}

.travel-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.travel-price input:checked ~ label::before {
  background-color: #1368b1;
}
.travel-price .label-check {
  padding-top: 40px;
}

.beds-room {
  color: #1368b1;
  margin-left: 15px;
}

.beds-room__number {
  color: #1368b1;
  font-size: 52px;
  margin: 0 25px 0 15px;
}

.beds-room__text {
  display: inline-block;
  width: 150px;
  font-size: 20px;
  color: #333;
  text-align: left;
  font-weight: bold;
}

.tooltip-icon {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  .tooltip-icon {
    margin-left: 15px;
  }
}

.well--wide {
  padding: 35px 19px 25px;
}
.well--wide label {
  margin-top: 6px;
}

.side-bar-range {
  margin-top: 20px;
}
.side-bar-range h4 {
  margin: 10px 0px 10px 0px;
  padding-left: 0px;
}
.side-bar-range .ui-slider {
  background: white;
  height: 5px;
  border: 0px;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.side-bar-range .ui-slider .ui-slider-range {
  background: #16bdc5;
}
.side-bar-range .ui-slider span {
  background: #16bdc5;
  height: 12px;
}
.side-bar-range .in-line-div {
  float: left;
  text-align: center;
}
.side-bar-range .in-line-div:nth-child(2) {
  width: 20%;
}
.side-bar-range .in-line-div:nth-child(3) {
  width: 60%;
}
.side-bar-range .in-line-div:nth-child(4) {
  width: 20%;
}

.side-bar-range:nth-child(7) {
  margin-bottom: 40px;
}

#vehicle-filter-grade .in-line-div:nth-child(3) {
  width: 54%;
}

#vehicle-filter-grade .in-line-div:nth-child(4) {
  width: 26%;
}

.comfirm-pre-delete {
  position: absolute;
  left: 0;
  z-index: 1;
}

.pre-delete-tour {
  position: relative;
  z-index: 2;
}

.singletour {
  background-color: #f2f4f8;
  background-image: none !important;
}

.marginminus {
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .marginminus {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .marginminus form {
    padding: 0 15px;
    width: 100%;
  }
}
.marginminus .first-row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .marginminus .first-row .col-md-4 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  .marginminus .first-row .col-md-8 .row .col-md-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .marginminus .first-row .col-md-8 .row .col-md-2 .first-row-small-img {
    margin: 10px;
  }
}
.marginminus .first-row img {
  margin-left: 5px;
}
.marginminus .first-row .well {
  background: white;
  border: 0px;
  padding-bottom: 60px;
}
.marginminus .first-row h6 {
  font-size: 15px;
  font-weight: bold;
}
.marginminus .first-row label {
  font-size: 15px;
  font-weight: normal;
}
.marginminus .first-row .first-row-add {
  color: #000;
}
.marginminus .first-row .first-row-price {
  font-size: 13px;
  font-weight: bold;
  background: #15bec5;
  color: white;
  padding: 3px 15px 3px 15px;
  border-radius: 5px;
}
.marginminus .first-row .priceBtn {
  position: absolute;
  bottom: -5px;
  left: 20%;
  height: 40px;
  background: #15bec5;
  width: 60%;
  text-align: center;
  border-radius: 28px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.marginminus .first-row .priceBtn label {
  color: white;
}
.marginminus .first-row .first-row-small-img {
  padding-bottom: 10px;
}
.marginminus .sec-row {
  margin-bottom: 20px;
}
.marginminus .sec-row .col-md-4 {
  background: #ccd1dc;
  padding: 10px;
  height: 56px;
}
.marginminus .sec-row .col-md-4 h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.marginminus .sec-row .col-md-8 {
  padding-left: 0;
  height: 56px;
}
.marginminus .sec-row .col-md-8 input {
  text-align: center;
  height: 56px;
  color: black;
}
@media only screen and (max-width: 991px) {
  .marginminus .sec-row .col-md-8 {
    padding: 0;
  }
}
.marginminus .price-title {
  font-size: 30px;
  font-weight: bold;
  color: black;
}
.marginminus .therd-row .well {
  background: white;
  border: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.marginminus .therd-row .well .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .marginminus .therd-row .well .row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 15px 0 0;
  }
}
.marginminus .therd-row .well .row .therd-row-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .marginminus .therd-row .well .row .therd-row-custom {
    width: 100%;
    height: 50px;
    margin-top: 10px;
  }
}
.marginminus .therd-row .well .row .therd-row-custom label {
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .marginminus .therd-row .well .row .col-md-4 .label-check {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .marginminus .therd-row .well .row .col-md-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .marginminus .therd-row .well .row .col-md-3 .form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .marginminus .therd-row .well .row .col-md-3 .form-inline label {
    margin: 0;
  }
}
.marginminus .therd-row .well .label-check {
  font-size: 20px;
  font-weight: bold;
  padding-left: 45px;
  font-size: 20px;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.marginminus .therd-row .well .label-check::before {
  top: auto;
}
.marginminus .therd-row .well input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0px;
  width: 45px;
  padding: 0 5px;
  height: 30px;
  margin-right: 20px;
  text-align: center;
}
.marginminus .therd-row .well input:focus {
  border: 1px solid #ccc;
}
.marginminus .therd-row .well .therd-row-label-sec label {
  color: #001f5d;
  font-size: 20px;
  font-weight: bold;
}
.marginminus .therd-row .well .therd-row-label-sec span {
  color: #888888;
  font-size: 15px;
}
.marginminus .therd-row .well .therd-row-custom {
  padding: 30px 0;
  background: #1567b1;
  width: 200px;
}
.marginminus .therd-row .well .therd-row-custom label {
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.marginminus .four-row h2 {
  font-size: 30px;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-left: 10px;
}
@media only screen and (max-width: 1200px) {
  .marginminus .five-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .marginminus .five-row .col-md-6 {
    width: 100%;
  }
}
.marginminus .five-row .well {
  background: white;
  padding: 30px;
  border: 0px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .marginminus .five-row .well {
    padding: 10px;
  }
}
.marginminus .five-row .well .five-row-left {
  margin-bottom: 20px;
}
@media only screen and (max-width: 450px) {
  .marginminus .five-row .well .five-row-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.marginminus .five-row .well .five-row-left:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .marginminus .five-row .well .five-row-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .marginminus .five-row .well .five-row-left .text-left {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 450px) {
  .marginminus .five-row .well .five-row-left .text-left {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .marginminus .five-row .well .five-row-left .text-left .label-check {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 450px) {
  .marginminus .five-row .well .five-row-left .text-left .label-check {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .marginminus .five-row .well .five-row-left .col-md-5 {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 450px) {
  .marginminus .five-row .well .five-row-left .col-md-5 {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.marginminus .five-row .well .five-row-left .label-check {
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.marginminus .five-row .well .five-row-left label {
  color: #001f5d;
  font-size: 20px;
  font-weight: bold;
}
.marginminus .five-row .well .five-row-left span {
  color: #888888;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
}
.marginminus .five-row .well .five-row-left input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 5px;
  width: 45px;
  height: 25px;
  text-align: center;
}
.marginminus .five-row .well .five-row-right {
  text-align: left;
  margin-bottom: 20px;
}
.marginminus .five-row .well .five-row-right:last-of-type {
  margin-bottom: 0;
}
.marginminus .five-row .well .five-row-right .label-check {
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.marginminus .five-row .well .five-row-right label {
  color: #001f5d;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
.marginminus .five-row .well .five-row-right span {
  color: #888888;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
}
.marginminus .five-row .well .five-row-right input {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 25px;
  padding: 0 5px;
  width: 45px;
  text-align: center;
  margin-top: 5px;
}
@media only screen and (max-width: 400px) {
  .marginminus .five-row .well .five-row-right .form-inline label {
    font-size: 16px;
  }
}
.marginminus .five-row .well .five-row-right2 {
  text-align: left;
  margin-bottom: 20px;
  margin: 0;
}
.marginminus .five-row .well .five-row-right2 label {
  color: #001f5d;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-right: 40px;
}
.marginminus .five-row .well .five-row-right2 .form-inline {
  margin-bottom: 15px;
}
@media only screen and (max-width: 450px) {
  .marginminus .five-row .well .five-row-right2 .form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .marginminus .five-row .well .five-row-right2 .form-inline label {
    width: 100%;
  }
}
.marginminus .five-row .well .five-row-right2 a {
  font-size: 15px;
  color: #888888;
  margin-left: 20px;
  margin-bottom: 10px;
}
.marginminus .six-row .row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .marginminus .six-row .col-md-12 {
    padding: 0;
  }
}
.marginminus .six-row .well {
  background: white;
  padding: 30px;
  border: 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .marginminus .six-row .well {
    padding: 15px;
  }
}
.marginminus .six-row .well .six-row-float {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.marginminus .six-row .well .six-row-float span {
  color: #888888;
  font-size: 15px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .marginminus .six-row .well .six-row-float span {
    font-size: 14px;
  }
}
.marginminus .six-row .well .six-row-float label {
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .marginminus .six-row .well .six-row-float label {
    font-size: 14px;
  }
  .marginminus .six-row .well .six-row-float label::before {
    left: 7px;
  }
}
.marginminus .six-row .well .six-row-float label::before {
  top: auto;
}
.marginminus .six-row .well .six-row-float input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 5px;
  width: 45px;
  height: 25px;
  text-align: center;
}
.marginminus .six-row .well .six-row-float:nth-of-type(1) {
  width: 30%;
}
.marginminus .six-row .well .six-row-float:nth-of-type(2) {
  width: 20%;
}
.marginminus .six-row .well .six-row-float:nth-of-type(3) {
  width: 10%;
}
.marginminus .six-row .well .six-row-float:nth-of-type(4) {
  width: 20%;
}
.marginminus .six-row .well .six-row-float:nth-of-type(5) {
  width: 15%;
}
.marginminus .six-row .well .six-row-float:nth-of-type(5) span {
  padding: 0px;
}
.marginminus .seven-row .panel-heading {
  border-radius: 0px;
  background: #001f5d;
  color: white;
  padding: 20px;
}
.marginminus .seven-row .panel-heading h4 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.marginminus .seven-row .panel-heading i {
  position: absolute;
  right: 10px;
  top: 5px;
}
.marginminus .seven-row .seven-row-download {
  color: #001f5d;
  font-size: 15px;
}
.marginminus .eight-row table thead {
  background: #b6bed1;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.marginminus .eight-row table thead tr th {
  text-align: center;
  border: 0px;
}
.marginminus .eight-row table tbody tr td {
  text-align: center;
  border: 0px;
  color: #001f5d;
  font-size: 15px;
}
.marginminus .nine-row {
  margin-bottom: 40px;
}
.marginminus .nine-row table thead {
  background: #b6bed1;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.marginminus .nine-row table thead th {
  text-align: center;
  border: 0px;
}
.marginminus .nine-row table thead th:nth-of-type(1) {
  width: 70%;
}
.marginminus .nine-row table thead th:nth-of-type(2) {
  width: 30%;
}
.marginminus .nine-row table tbody tr td {
  text-align: center;
  border: 0px;
  font-weight: bold;
  color: black;
  font-size: 18px;
}
.marginminus .nine-row input {
  background: none !important;
}
.marginminus .teen-row label {
  padding: 15px 20px 10px 20px;
  color: #333333;
  font-size: 15px;
}
.marginminus .teen-row input {
  height: 60px;
  width: 100%;
  border-radius: 28px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #b6bed1;
}
.marginminus .teen-row button {
  height: 60px;
  background: #15bec5;
  color: #fff;
  width: 80%;
  text-align: center;
  border-radius: 28px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.marginminus .teen-row button:hover {
  text-decoration: none;
}
.marginminus .teen-row .text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .marginminus .teen-row .text-right button:last-of-type {
    margin: 30px auto 0;
  }
}

/*--------------------------------------------------------------
## queryForCompany-form
--------------------------------------------------------------*/
.bus-with-driver input::before {
  position: relative;
}

.bus-with-driver input::after {
  display: none;
}

.bus-with-driver .driver-left input .fieldAlert {
  border: 1px solid red;
}

.bus-with-driver .driver-left .div-inputs.single span {
  width: 74%;
}
.bus-with-driver .driver-left .div-inputs.single span input {
  width: 100%;
}

.bus-with-driver .driver-left .div-inputs span span {
  font-size: 12px;
}

.evo-ne-znam input {
  padding-left: 10px;
}

.evo-ne-znam i {
  right: 10px !important;
}

.accomodation-row label,
.accomodation-row select {
  display: block;
  margin: 10px 0;
  min-width: 200px;
}

/*--------------------------------------------------------------
## reservation-info.blade
--------------------------------------------------------------*/
.reservation-pass-edit form .half-container .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .reservation-pass-edit form .half-container .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reservation-pass-edit form .half-container .form-row .input-field {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 500px) {
  .reservation-pass-edit form .half-container .form-row .input-field {
    margin-bottom: 10px;
  }
}
.reservation-pass-edit form .half-container .form-row .input-field .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .reservation-pass-edit form .half-container .form-row .input-field .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reservation-pass-edit
  form
  .half-container
  .form-row
  .input-field
  .inner
  input {
  margin-left: 0;
  margin-bottom: 10px;
}
.reservation-pass-edit
  form
  .half-container
  .form-row
  .input-field
  .inner
  input:last-of-type {
  margin-left: 5px;
}
@media only screen and (max-width: 500px) {
  .reservation-pass-edit
    form
    .half-container
    .form-row
    .input-field
    .inner
    input:last-of-type {
    margin-left: 0;
  }
}
.reservation-pass-edit form .half-container .form-row .input-field label {
  text-align: left;
  margin: 0;
  width: 100%;
}
.reservation-pass-edit form .half-container .form-row .input-field input {
  margin: 0;
  width: 98%;
}
.reservation-pass-edit
  form
  .half-container
  .form-row
  .input-field.single
  input {
  width: 100%;
}

.reservation-pass-edit form .half-right {
  padding-right: 15px;
}
.reservation-pass-edit form .half-right .travelers .input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .reservation-pass-edit form .half-right .travelers .input-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.reservation-pass-edit form .half-right .travelers .input-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.reservation-pass-edit form .half-right .travelers .input-field input {
  width: 32%;
}
@media only screen and (max-width: 500px) {
  .reservation-pass-edit form .half-right .travelers .input-field input {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
## Listwish
--------------------------------------------------------------*/
#listwish {
  display: none;
  width: 300px;
  background: #fff;
  position: absolute;
  z-index: 9999;
  opacity: 0;
  top: 100px;
  min-height: 100vh;
  height: 100vh;
  overflow: auto;
}
#listwish #content-listwish {
  display: none;
  padding: 0 20px;
}
#listwish #content-listwish.visible {
  display: block;
}
#listwish #content-listwish .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #848ead;
  padding: 15px 0;
}
#listwish #content-listwish .top a {
  font-size: 13px;
}
#listwish #content-listwish .top .left {
  padding-left: 10px;
}
#listwish #content-listwish .top .left i {
  font-size: 30px;
  color: #da1717;
}
#listwish #content-listwish .top .right {
  width: 80%;
}
#listwish.open {
  opacity: 1;
  top: 35px;
}
#listwish .wish-single {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
#listwish .wish-single .right {
  width: 55%;
  margin-left: 3%;
  position: relative;
}
#listwish .wish-single .right .remove-wish {
  position: absolute;
  top: 0;
  right: -33px;
}
#listwish .wish-single .right .remove-wish i {
  font-size: 12px;
  color: #333;
}
#listwish .wish-single .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 5px;
}
#listwish .wish-single .bottom .bottom-left {
  margin-right: 5px;
}
#listwish .wish-single .bottom .bottom-left p {
  margin-bottom: 5px;
}
#listwish .wish-single .bottom .bottom-left p:last-of-type {
  margin-bottom: 0;
}
#listwish .wish-single .bottom .bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#listwish .wish-single .bottom .bottom-right .wish-price {
  color: #47c6f1;
  font-weight: bold;
  font-size: 30px;
  text-align: right;
  line-height: 1;
}
#listwish .wish-single .bottom .bottom-right .wish-price__currency {
  font-size: 26px;
  display: inline-block;
}
#listwish .wish-single__image {
  display: block;
}
#listwish .wish-single__image img {
  height: 260px;
  width: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}
#listwish .see-wish {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #1368b1;
}
#listwish .see-wish a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
#listwish .spinner {
  display: none;
  margin: auto;
  width: 83px;
  height: 70px;
  text-align: center;
  font-size: 10px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#listwish .spinner div {
  background-color: #1f86c1;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#listwish .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#listwish .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#listwish .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#listwish .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#listwish .spinner.active {
  display: block;
}
#listwish .show-more {
  margin: 20px auto;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #15bec5;
  border-radius: 30px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

#wishlist {
  position: relative;
  margin-left: 15px;
}
#wishlist.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  clear: both;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*
 *  STYLE 5
 */
#listwish::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

#listwish::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

#listwish::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  );
}

.wish-single__header {
  position: relative;
  width: 100%;
}
.wish-single__header p {
  font-weight: bold;
  color: #001f5d;
  margin: 5px 0;
}
.wish-single__header h2 {
  margin: 0;
  line-height: 1.3;
  font-size: 22px;
}
.wish-single__header a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
}
.wish-single__header a i {
  position: absolute;
  right: 0;
  top: 7px;
}

.wish-content:last-of-type {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
## singleBusOffersDetails
--------------------------------------------------------------*/
#myModal .modal-header {
  border: none;
}

#myModal .modal-dialog {
  width: 100%;
  max-width: 1005px;
}
#myModal .modal-dialog #login-single {
  margin-top: 20px;
}
#myModal .modal-dialog #login-single form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  margin: auto;
}
#myModal .modal-dialog #login-single form .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#myModal .modal-dialog #login-single form .form-row .input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#myModal .modal-dialog #login-single form .form-row .input-field input {
  width: 70%;
}
#myModal .modal-dialog #login-single form .submit-form {
  width: 100px;
  padding: 15px;
  border: 1px solid #15bec5;
}
#myModal .modal-dialog #login-single form input {
  padding: 7px;
}
#myModal .modal-dialog #login-single form label {
  margin: 0;
}
#myModal .modal-dialog #register-single form .column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#myModal .modal-dialog #register-single form .column-wrapper .column-2 {
  float: none;
  width: 50%;
}
#myModal
  .modal-dialog
  #register-single
  form
  .column-wrapper
  .column-2
  .input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#myModal
  .modal-dialog
  #register-single
  form
  .column-wrapper
  .column-2
  .input-field
  input {
  width: 70%;
}
#myModal
  .modal-dialog
  #register-single
  form
  .column-wrapper
  .column-2
  .input-field
  .wrap-autocomplite {
  width: 70%;
}
#myModal
  .modal-dialog
  #register-single
  form
  .column-wrapper
  .column-2
  .input-field
  .wrap-autocomplite
  input {
  width: 100%;
}
#myModal .modal-dialog #register-single form label {
  margin: 0;
}
#myModal .modal-dialog #register-single .submit-form {
  background: #15bec5;
  width: 20%;
}
#myModal .modal-dialog #register-single .submit-form:hover {
  background: #fff;
}

/*--------------------------------------------------------------
## archive-trans.blade
--------------------------------------------------------------*/
.archive-create-blade .trans-filters {
  padding: 0;
}
.archive-create-blade .trans-filters .form-filters p {
  margin-bottom: 0;
  color: #fff;
}
.archive-create-blade .trans-filters .form-filters .input-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.archive-create-blade .trans-filters .form-filters .input-range input {
  position: relative;
}
.archive-create-blade .trans-filters .form-filters .input-range::before {
  position: relative;
}
.archive-create-blade
  .trans-filters
  .form-filters
  .input-range
  .slider-wrapper {
  padding: 0;
  margin-top: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive-create-blade
  .trans-filters
  .form-filters
  .input-range
  .slider-wrapper
  .slider-range {
  border: 2px solid #fff;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.archive-create-blade
  .trans-filters
  .form-filters
  .input-range
  .slider-wrapper
  .slider-range
  span {
  background-color: #15bec5;
  outline: none;
  height: 15px;
  border-radius: 3px;
  width: 8px;
  margin-left: 0;
  margin-top: -3px;
}
.archive-create-blade .trans-filters .filter-title-btn h2 {
  width: 100%;
}
.archive-create-blade .trans-filters .see-all {
  padding: 8px;
  background: #1f86c1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.archive-create-blade .trans-filters .driver-english::before {
  width: 24px;
}

.archive-create-blade .trans-results .single-trans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive-create-blade .trans-results .single-trans .unformatted-list {
  margin-top: 0;
  margin-left: 5px;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .archive-create-blade .trans-results .single-trans .unformatted-list {
    padding: 0;
  }
}
.archive-create-blade .trans-results .single-trans .left-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 85%;
}
.archive-create-blade .trans-results .single-trans .left-article .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
  height: 100%;
}
.archive-create-blade .trans-results .single-trans .left-article .top .score {
  margin-bottom: 15px;
  /* position: absolute;
            right: 10px;
            top: 30px; */
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .score
  span {
  /* display: flex;
              justify-content: center;
              align-items: center; */
  display: inline-block;
  background: #15bec5;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 5px;
}
.archive-create-blade .trans-results .single-trans .left-article .top .score p {
  text-transform: uppercase;
  margin-top: 10px;
  font-style: italic;
  font-weight: bold;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .wrap-left {
  width: 45%;
}
.archive-create-blade .trans-results .single-trans .left-article .top .right {
  width: 55%;
  padding: 0;
  padding-left: 15px;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .right
  h1 {
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #001f5d;
  font-size: 30px;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .right
  .stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .right
  .stars
  i {
  font-size: 20px;
  color: #ffc731;
  margin-right: 3px;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .right
  .tour-content
  .title {
  margin-bottom: 35px;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .right
  .tour-content
  .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .right
  .tour-content
  .box
  label {
  margin: 0;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .right
  .tour-content
  .box
  p {
  margin: 0 0 0 10px;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .top
  .right
  .tour-content
  .box
  p
  img {
  margin: 0 5px;
}
.archive-create-blade .trans-results .single-trans .left-article .left {
  width: 100%;
}
.archive-create-blade .trans-results .single-trans .left-article .info {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive-create-blade .trans-results .single-trans .left-article .info p {
  margin: 0;
}
.archive-create-blade .trans-results .single-trans .left-article .info a {
  color: #001f5d;
  font-weight: bold;
  margin-left: 5px;
}
.archive-create-blade .trans-results .single-trans .left-article .bottom-info {
  background: #e2e5ed;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 25px;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .bottom-info
  p {
  margin: 0;
  color: #001f5d;
  font-weight: bold;
  font-size: 15px;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .bottom-info
  img {
  width: auto;
  height: 25px;
}
.archive-create-blade
  .trans-results
  .single-trans
  .left-article
  .bottom-info
  a {
  padding: 25px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1f86c1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .archive-create-blade
    .trans-results
    .single-trans
    .left-article
    .bottom-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
  .archive-create-blade
    .trans-results
    .single-trans
    .left-article
    .bottom-info
    .payment-methods {
    margin-bottom: 10px;
  }
  .archive-create-blade
    .trans-results
    .single-trans
    .left-article
    .bottom-info
    .payment-methods
    img {
    margin-bottom: 5px;
  }
  .archive-create-blade
    .trans-results
    .single-trans
    .left-article
    .bottom-info
    a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .archive-create-blade .trans-results .single-trans .left-article {
    width: 100%;
  }
  .archive-create-blade .trans-results .single-trans .left-article .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #eaeaea;
  }
  .archive-create-blade
    .trans-results
    .single-trans
    .left-article
    .top
    .wrap-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .archive-create-blade .trans-results .single-trans .left-article .top .right {
    width: 100%;
    padding-left: 0;
  }
}
.archive-create-blade .trans-results .single-trans .right-article {
  width: 15%;
  background: #001f5d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
  padding-bottom: 90px;
  text-align: center;
  position: relative;
}
.archive-create-blade .trans-results .single-trans .right-article p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}
.archive-create-blade .trans-results .single-trans .right-article label {
  color: #fff;
}
.archive-create-blade .trans-results .single-trans .right-article span {
  color: #fff;
}
.archive-create-blade .trans-results .single-trans .right-article .total {
  font-size: 30px;
  font-weight: bold;
  /* margin-top: 40px; */
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.archive-create-blade .trans-results .single-trans .right-article .top {
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
}
.archive-create-blade .trans-results .single-trans .right-article .bottom-rez {
  position: absolute;
  bottom: 0;
  padding: 25px;
  left: 0;
  width: 100%;
  background: #15bec5;
}
.archive-create-blade
  .trans-results
  .single-trans
  .right-article
  .bottom-rez
  a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .archive-create-blade .trans-results .single-trans .right-article {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .archive-create-blade .trans-results .single-trans .right-article .top {
    margin-right: 15px;
  }
  .archive-create-blade .trans-results .single-trans .right-article .top p {
    font-size: 20px;
  }
  .archive-create-blade .trans-results .single-trans .right-article .center {
    margin-left: auto;
  }
}
.archive-create-blade .trans-results .single-trans .bottom {
  background: #f2f4f8;
}
.archive-create-blade .trans-results .single-trans .bottom img {
  width: 81px;
  height: 51px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .archive-create-blade .trans-results .single-trans .bottom img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .archive-create-blade .trans-results .single-trans {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .archive-create-blade .trans-results {
    padding: 35px 0;
  }
}

.unformatted-list.unformatted-list {
  margin-top: 0;
}

.fancybox-navigation {
  display: block;
}

.trans-filters-edit .input-range {
  position: relative;
}
.trans-filters-edit .input-range p {
  right: 7px !important;
}

.single-trans-detail {
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: italic;
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .single-trans-detail {
    text-align: left;
  }
}

.tour-content-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------------------------------------------
## Schedule reservation
--------------------------------------------------------------*/
.banner-schedule-reservation {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding: 0;
}
.banner-schedule-reservation p {
  font-weight: bold;
  font-size: 20px;
}
.banner-schedule-reservation button {
  border-radius: 30px;
  background: #15bec5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-transform: uppercase;
  padding: 15px 30px;
  border: none;
  font-weight: bold;
}

.schedule-container {
  margin-top: -45px;
}
.schedule-container .first-row {
  margin-bottom: 20px;
  height: 400px;
}
.schedule-container .first-row .col-md-3 {
  padding-right: 0px;
}
.schedule-container .first-row .col-md-2 {
  padding-left: 0px;
}
@media only screen and (max-width: 991px) {
  .schedule-container .first-row .col-md-2 {
    padding-left: 15px;
  }
}
.schedule-container .first-row img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .schedule-container .first-row img {
    height: auto;
    margin-top: 20px;
  }
}
.schedule-container .first-row .first-div {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .schedule-container .first-row .first-div {
    height: auto;
    padding-right: 15px;
  }
}
.schedule-container .first-row .first-div .well {
  margin-bottom: 0px;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .schedule-container .first-row .first-div .well {
    height: auto;
  }
}
.schedule-container .first-row .first-div .well h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.schedule-container .first-row .first-div .well .pull-right {
  width: 100%;
  background: #15bec5;
  color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  float: initial !important;
}
.schedule-container .first-row .first-div .well p {
  font-size: 14px;
  color: black;
}
.schedule-container .first-row .col-md-7 {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .schedule-container .first-row .col-md-7 {
    height: auto;
  }
}
.schedule-container .first-row .sec-div {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .schedule-container .first-row .sec-div {
    height: auto;
  }
}
.schedule-container .first-row .sec-div .col-md-12 {
  height: 120px;
  padding: 0px;
}
@media only screen and (max-width: 991px) {
  .schedule-container .first-row .sec-div .col-md-12 {
    padding: 0px 15px 0px 15px;
  }
}
.schedule-container .first-row .sec-div .col-md-12:nth-child(1) {
  margin-bottom: 20px;
}
.schedule-container .first-row .sec-div .col-md-12:nth-child(2) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .schedule-container .first-row {
    height: auto;
  }
}
.schedule-container .sec-row {
  margin-bottom: 25px;
}
.schedule-container .sec-row .col-md-7 {
  position: relative;
}
.schedule-container .sec-row .col-md-7 #chartContainer {
  height: 350px;
}
.schedule-container .sec-row .col-md-7 .arrowRight {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid red;
}
.schedule-container .sec-row .col-md-7 .arrowLeft {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid red;
}
@media only screen and (max-width: 991px) {
  .schedule-container .sec-row .col-md-7 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.schedule-container .sec-row .col-md-5 {
  padding-right: 0px;
  overflow-y: scroll;
  height: 350px;
  width: 40.666667%;
}
@media only screen and (max-width: 991px) {
  .schedule-container .sec-row .col-md-5 {
    width: 100%;
  }
}
.schedule-container .sec-row .col-md-5::-webkit-scrollbar {
  width: 10px;
}
.schedule-container .sec-row .col-md-5::-webkit-scrollbar-thumb {
  background-color: #1368b1;
  outline: 1px solid #ccd1dc;
  border-radius: 15px;
}
.schedule-container .sec-row .col-md-5::-webkit-scrollbar-track-piece {
  background-color: #ccd1dc;
}
.schedule-container .sec-row .col-md-5 label {
  margin-bottom: 5px;
}
.schedule-container .sec-row .col-md-5 label i:nth-child(1) {
  margin-left: 20px;
}
.schedule-container .sec-row .col-md-5 .well {
  background: #f2f4f8;
  border: 0px;
  margin-bottom: 0px;
}
.schedule-container .sec-row .col-md-5 .well .row {
  height: 100%;
}
.schedule-container .sec-row .col-md-5 .well .row .col-md-3 {
  padding: 0px;
  padding-left: 15px;
  width: 18%;
}
.schedule-container .sec-row .col-md-5 .well .row .col-md-7 {
  padding-right: 0px;
}
.schedule-container .sec-row .col-md-5 .well .row .col-md-7 p {
  font-size: 14px;
  line-height: 26px;
}
.schedule-container .sec-row .col-md-5 .well .row .col-md-7 label {
  font-size: 18px;
  line-height: 33px;
  font-weight: bold;
}
.schedule-container .sec-row .col-md-5 .well .row .sec {
  position: relative;
  padding: 0px;
  height: 100%;
  text-align: right;
}
.schedule-container .sec-row .col-md-5 .well .row .sec p {
  position: absolute;
  width: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #011f5d;
  font-weight: bolder;
  margin-top: 80%;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .schedule-container .sec-row .col-md-5 .well .row .sec p {
    position: relative;
    width: 57px;
    margin: 0px;
  }
}
.schedule-container .shop {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.schedule-container .shop .well {
  background: #f2f4f8;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0 0px 15px;
  position: relative;
}
.schedule-container .shop .well .right p {
  color: white;
  font-weight: bold;
  font-size: 13px;
  line-height: 12px;
  margin-top: 21px;
}
.schedule-container .shop .well .right p span {
  font-weight: normal;
  line-height: 15px;
}
@media only screen and (max-width: 991px) {
  .schedule-container .shop .well .right p {
    width: 100%;
    padding-top: 20px;
    margin: 0px;
  }
}
.schedule-container .shop .well .right h1 {
  font-size: 30px;
  line-height: 25px;
  color: white;
  font-weight: bold;
  margin-top: 75px;
}
@media only screen and (max-width: 991px) {
  .schedule-container .shop .well .right h1 {
    margin-top: 40px;
  }
}
.schedule-container .shop .well .right .setajuci {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.schedule-container .shop .well .right .setajuci p {
  color: white;
  font-weight: bold;
  font-size: 13px;
  line-height: 12px;
}
.schedule-container .shop .well .right .setajuci span {
  font-weight: normal;
  line-height: 15px;
  font-size: 13px;
  color: white;
}
.schedule-container .shop .well .images .col-md-12 {
  padding-top: 0px;
}
.schedule-container .shop .well .images .col-md-12 img {
  width: 100%;
  height: 180px;
}
.schedule-container .shop .well .images .float {
  width: 30%;
  float: left;
  margin-right: 5%;
}
.schedule-container .shop .well .images .float img {
  margin-top: 10px;
  height: 70px;
  width: 100%;
}
.schedule-container .shop .well .images .float:nth-child(4) {
  margin-right: 0px;
}
.schedule-container .shop .well .images .clear {
  clear: both;
}
.schedule-container .shop .well .body p {
  font-size: 13px;
  color: #888888;
  margin-bottom: 2px;
}
.schedule-container .shop .well .body label {
  font-size: 13px;
}
.schedule-container .shop .well .body .col-md-5 h1 {
  font-size: 30px;
  line-height: 25px;
  font-weight: bold;
  color: #001f5d;
}
.schedule-container .shop .well .body .col-md-5 i {
  margin-right: 15px;
  font-size: 18px;
  color: #ffc731;
  margin-bottom: 15px;
}
.schedule-container .shop .well .body .col-md-5 .top-margin {
  margin-top: 24px;
}
.schedule-container .shop .well .body .col-md-4 .first-p {
  margin-top: 95px;
}
.schedule-container .shop .well .body .col-md-3 {
  padding-top: 20px;
  padding-right: 20px;
}
.schedule-container .shop .well .body .col-md-3 label {
  background: #15bec5;
  padding: 5px 15px 5px 15px;
}
.schedule-container .shop .well .col-md-12 {
  background: #e2e5ed;
  padding: 0px;
  padding-top: 20px;
  margin: 0px;
  margin-top: 15px;
  margin-right: 15px;
}
.schedule-container .shop .well .col-md-12 .col-md-6 p {
  margin-top: 5px;
}
.schedule-container .shop .well .col-md-12 .col-md-5 {
  padding-right: 40px;
}
.schedule-container .shop .well .col-md-12 .col-md-5 span {
  margin-right: 5px;
  margin-left: 3px;
  color: #1368b1;
  font-weight: bold;
}
.schedule-container .shop .trailers {
  margin-top: 20px;
}
.schedule-container .shop .trailers label {
  padding-top: 4px;
}
.schedule-container .shop .trailers label:before {
  left: 0;
}
.schedule-container .shop .trailers ul {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.schedule-container .shop2 {
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.schedule-container .shop2 .well {
  background: #f2f4f8;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px 0px 15px;
  position: relative;
}
.schedule-container .shop2 .well .images .col-md-12 {
  padding-top: 0px;
}
.schedule-container .shop2 .well .images .col-md-12 img {
  width: 100%;
  height: 180px;
}
.schedule-container .shop2 .well .body .col-md-5 h1 {
  font-size: 30px;
  line-height: 25px;
  font-weight: bold;
  color: #001f5d;
}
.schedule-container .shop2 .well .body .col-md-5 i {
  margin-right: 15px;
  font-size: 18px;
  color: #ffc731;
  margin-bottom: 15px;
}
.schedule-container .shop2 .well .body .col-md-5 p {
  font-size: 13px;
  color: #888888;
  margin-bottom: 10px;
}
.schedule-container .shop2 .well .body .col-md-5 .top-margin {
  margin-top: 24px;
}
.schedule-container .shop2 .well .body .col-md-4 p {
  font-size: 13px;
  color: #888888;
}
.schedule-container .shop2 .well .body .col-md-4 .first-p {
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .schedule-container .shop2 .well .body .col-md-4 .first-p {
    margin-top: 15px;
  }
}
.schedule-container .shop2 .well .body .col-md-3 {
  padding-top: 20px;
  padding-right: 20px;
}
.schedule-container .shop2 .well .body .col-md-3 label {
  background: #15bec5;
  padding: 5px 15px 5px 15px;
}
.schedule-container .shop2 .well .col-md-12 {
  background: #e2e5ed;
  padding: 0px;
  padding-top: 20px;
  margin: 0px;
  margin-top: 15px;
  position: relative;
}
.schedule-container .shop2 .well .col-md-12 .col-md-6 p {
  margin-top: 5px;
}
.schedule-container .shop2 .well .col-md-12 .col-md-5 {
  padding-right: 40px;
}
.schedule-container .shop2 .well .col-md-12 .col-md-5 span {
  margin-right: 5px;
  margin-left: 3px;
  color: #1368b1;
  font-weight: bold;
}
.schedule-container .shop2 .well .col-md-12 .col-md-5 input {
  width: 50px;
  background: #1368b1;
  color: white;
}
@media only screen and (max-width: 991px) {
  .schedule-container .shop2 .well .col-md-12 .col-md-5 {
    text-align: left;
  }
}
.schedule-container .shop2 .well .col-md-12 button {
  margin-left: 20px;
  width: 120px;
  height: 100%;
  color: white;
  background: #1368b1;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
.schedule-container .uslovi .well {
  height: 400px;
  background: #f2f4f8;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.schedule-container .nine-row table {
  margin: 0px;
}
.schedule-container .nine-row table thead {
  background: #1670be;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.schedule-container .nine-row table thead th {
  text-align: center;
  border: 0px;
}
.schedule-container .nine-row table thead th:nth-of-type(1) {
  width: 70%;
  text-align: left;
  padding-left: 100px !important;
}
.schedule-container .nine-row table thead th:nth-of-type(2) {
  width: 30%;
}
.schedule-container .nine-row table tbody tr td {
  text-align: center;
  border: 0px;
  font-weight: bold;
  color: black;
  font-size: 18px;
  padding: 20px;
}
.schedule-container .nine-row table tbody tr td:nth-of-type(1) {
  text-align: left;
  padding-left: 100px !important;
}
.schedule-container .nine-row .well {
  background: #dfe3ea;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}
.schedule-container .nine-row .well .mojaPrva {
  background: #dfe3ea;
  width: 100%;
  padding: 20px;
}
.schedule-container .nine-row .well .mojaPrva label {
  font-size: 20px;
  line-height: 25px;
  color: #333333;
  padding-right: 140px;
}
.schedule-container .nine-row .well .mojaPrva label span {
  font-size: 42px;
  line-height: 35px;
}
.schedule-container .nine-row .well .moja {
  background: #15bec5;
  width: 100%;
  padding: 20px;
}
.schedule-container .nine-row .well .moja h2 {
  margin: 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.schedule-container .nine-row input {
  background: none !important;
}
.schedule-container .wwwbtn {
  width: 100% !important;
  height: 100px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
.schedule-container .wwwbtn:hover {
  background: #1670be;
  color: white;
}

.schedule-item {
  position: relative;
  margin-bottom: 25px;
}

.schedule-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .schedule-body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.schedule-body-img {
  max-width: 270px;
  width: 26%;
}

.schedule-body-img-main {
  margin-bottom: 15px;
}

.schedule-body-img-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.schedule-header {
  background-color: #1368b1;
  color: #fff;
  padding: 19px 0;
  z-index: 10;
}
.schedule-header .schedule-selection {
  color: #fff;
}

.schedule-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0 15px;
  padding: 70px 0;
  top: 69px;
  height: 90%;
  background: #001f5d;
  right: 0px;
  position: absolute;
  width: 10%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .schedule-info {
    position: relative;
    width: 100%;
    margin: 0px;
    margin-top: 70px;
  }
}

.schedule-info-title {
  margin-bottom: 65px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .schedule-info-title {
    margin-bottom: 15px;
  }
}

.schedule-info-footer {
  margin-top: auto;
}

.schedule-body-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-body-content {
  width: 74%;
  padding: 0 15px;
}
.schedule-body-content .bus-equipment-list {
  cursor: pointer;
}

.schedule-body-title {
  font-size: 30px;
  line-height: 25px;
  font-weight: bold;
  color: #001f5d;
}

.schedule-body-mark label {
  font-size: 13px;
  background: #15bec5;
  padding: 5px 15px 5px 15px;
}

.schedule-body-stars i {
  margin-right: 2px;
  font-size: 20px;
  color: #ffc731;
  margin-bottom: 15px;
}

.schedule-body-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.schedule-body-content-text > div {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.schedule-body-content-text p {
  font-size: 13px;
  color: #888888;
  margin-bottom: 2px;
}
.schedule-body-content-text label {
  font-size: 13px;
}

.schedule-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e5ed;
}
.schedule-footer .form-group {
  margin: 15px;
}

.schedule-body-img-small {
  max-width: 33%;
  margin-right: 1%;
}

.schedule-footer-text {
  padding-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: bold;
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .schedule-footer-text {
    margin-right: 15px;
  }
}

.schedule-footer-inputs span {
  color: #1368b1;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .schedule-footer-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .schedule-footer-inputs span,
  .schedule-footer-inputs input,
  .schedule-footer-inputs select {
    width: 45%;
  }
  .schedule-footer-inputs input,
  .schedule-footer-inputs select {
    margin: 5px !important;
    padding: 5px !important;
  }
}

.schedule-footer-tooltip {
  font-size: 1.2em;
  line-height: 1em;
}

.schedule-body-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 125px;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #001f5d;
  color: #fff;
  max-width: 125px;
  width: 100%;
  text-align: center;
  padding: 25px 10px;
}
.schedule-body-side p {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .schedule-body-side {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.schedule-accordion {
  position: relative;
}

.schedule-accordion-big .schedule-accordion__head {
  background-color: #15bec5;
}

.schedule-accordion-big .trailer-selection {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.schedule-accordion-big .label-check:before {
  top: 8px;
}

.schedule-accordion--empty .schedule-trailer {
  margin-top: 60px;
}

.schedule-trailer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.schedule-trailer .schedule-footer {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .schedule-trailer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.schedule-trailer__img {
  max-width: 270px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .schedule-trailer__img {
    margin-bottom: 15px;
  }
}

.schedule-trailer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.schedule-trailer-content-left {
  margin-right: 20px;
}

.schedule-bus-info {
  padding: 20px 0;
}
.schedule-bus-info a {
  font-weight: bold;
}

.schedule-accordion__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e2e5ed;
  color: #001f5d;
  padding: 25px 20px;
  /* &:hover {
        cursor: pointer;
    } */
}

.schedule-accordion__head-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #333;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.schedule-accordion__head-icon--active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.schedule-accordion__body {
  display: none;
}

.schedule-equipment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-bottom: 64px;
  padding: 25px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.schedule-equipment li {
  margin: 0 10px 10px 10px;
  max-width: 140px;
  width: 100%;
  line-height: 1.2;
}
.schedule-equipment li:first-letter {
  text-transform: uppercase;
}

.schedule-body-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.schedule-body-footer {
  width: 100%;
  margin-top: 20px;
  background-color: #e2e5ed;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.schedule-totals {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.schedule-totals tbody {
  background-color: #f9f9f9;
}
.schedule-totals.show,
.schedule-totals.relative {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.schedule-totals.relative {
  margin-bottom: 30px;
}
.schedule-totals.relative .schedule-totals-btn {
  display: none;
}
.schedule-totals.relative .container {
  padding: 0;
  width: 100%;
}
.schedule-totals .well {
  margin-bottom: 0;
}

.schedule-totals-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  padding: 30px;
  background-color: #1d71bc;
  color: #fff;
  margin-left: 15px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  font-weight: bold;
  font-size: 25px;
}
.schedule-totals-btn:hover {
  color: #1d71bc;
  background-color: #fff;
}

.schedule-footer-ro-input.schedule-footer-ro-input {
  width: 40px;
  padding: 6px;
  text-align: center;
  background-color: #1368b1;
  color: #fff;
}

.schedule-container2 {
  margin-top: -45px;
}
.schedule-container2 .first-row {
  margin-bottom: 20px;
}
.schedule-container2 .first-row .col-md-3 {
  padding-right: 0px;
}
.schedule-container2 .first-row .col-md-2 {
  padding-left: 0px;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .first-row .col-md-2 {
    padding-left: 15px;
  }
}
.schedule-container2 .first-row img {
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .first-row img {
    height: auto;
    margin-top: 20px;
  }
}
.schedule-container2 .first-row .first-div {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .first-row .first-div {
    height: auto;
    padding-right: 15px;
  }
}
.schedule-container2 .first-row .first-div .well {
  background: #f2f4f8;
  margin-bottom: 0px;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .first-row .first-div .well {
    height: auto;
  }
}
.schedule-container2 .first-row .first-div .well h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.schedule-container2 .first-row .first-div .well .pull-right {
  width: 100%;
  background: #15bec5;
  color: white;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  float: initial !important;
}
.schedule-container2 .first-row .first-div .well p {
  font-size: 14px;
  color: black;
}
.schedule-container2 .first-row .col-md-7 {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .first-row .col-md-7 {
    height: auto;
  }
}
.schedule-container2 .first-row .sec-div {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .first-row .sec-div {
    height: auto;
  }
}
.schedule-container2 .first-row .sec-div .col-md-12 {
  height: 120px;
  padding: 0px;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .first-row .sec-div .col-md-12 {
    padding: 0px 15px 0px 15px;
  }
}
.schedule-container2 .first-row .sec-div .col-md-12:nth-child(1) {
  margin-bottom: 20px;
}
.schedule-container2 .first-row .sec-div .col-md-12:nth-child(2) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .first-row {
    height: auto;
  }
}
.schedule-container2 h2 {
  font-size: 30px;
  line-height: 25px;
  font-weight: bold;
  color: black;
  padding: 20px;
  margin: 0px;
}
.schedule-container2 .sec-row .well {
  background: #f2f4f8;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.schedule-container2 .sec-row .well p {
  font-size: 16px;
  line-height: 30px;
  color: black;
}
.schedule-container2 .sec-row .well #search-again {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #15bec5;
  border-radius: 20px;
  border: none;
  padding: 10px 15px 10px 15px;
  font-size: 13px;
  color: white;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .sec-row .well #search-again {
    position: relative;
    margin-left: 100px;
    margin-top: 20px;
  }
}
.schedule-container2 .thr-row .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccd1dc;
}
.schedule-container2 .thr-row .well .col-md-7 h2 {
  font-size: 20px;
  line-height: 33px;
  color: #011f5d;
  font-weight: bold;
}
.schedule-container2 .thr-row .well .col-md-7 .row {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.schedule-container2 .thr-row .well .col-md-7 p {
  margin-top: 5px;
}
.schedule-container2 .thr-row .well .col-md-6 h2 {
  font-size: 20px;
  line-height: 33px;
  color: #011f5d;
  font-weight: bold;
}
.schedule-container2 .thr-row .well .col-md-6 .row {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.schedule-container2 .thr-row .well .col-md-6 p {
  margin-top: 5px;
}
.schedule-container2 .thr-row .well .col-md-5 h2 {
  font-size: 20px;
  line-height: 33px;
  color: #011f5d;
  font-weight: bold;
}
.schedule-container2 .thr-row .well .col-md-5 .row {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.schedule-container2 .thr-row .well .col-md-5 p {
  margin-top: 5px;
}
.schedule-container2 .thr-row .well .col-md-6 h2 {
  font-size: 20px;
  line-height: 33px;
  color: #011f5d;
  font-weight: bold;
}
.schedule-container2 .thr-row .well .col-md-6 .row {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.schedule-container2 .thr-row .well .col-md-6 p {
  margin-top: 5px;
}
.schedule-container2 .info-row .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccd1dc;
}
.schedule-container2 .info-row .well .row {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.schedule-container2 .info-row .well h2 {
  font-size: 20px;
  line-height: 33px;
  color: #011f5d;
  font-weight: bold;
}
.schedule-container2 .info-row .well p {
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .info-row .well p {
    text-align: center;
  }
}
.schedule-container2 .info-row .well select {
  background: #1368b1;
  color: white !important;
}
.schedule-container2 .podaci-row .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccd1dc;
}
.schedule-container2 .podaci-row .well .row {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.schedule-container2 .podaci-row .well h2 {
  font-size: 20px;
  line-height: 33px;
  color: #011f5d;
  font-weight: bold;
}
.schedule-container2 .podaci-row .well p {
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  .schedule-container2 .podaci-row .well p {
    text-align: center;
  }
}
.schedule-container2 .podaci-row .well select {
  background: #1368b1;
  color: white !important;
}
.schedule-container2 .zahtevi-row .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccd1dc;
}
.schedule-container2 .zahtevi-row .well select {
  background: #1368b1;
  color: white !important;
}
.schedule-container2 .zahtevi-row .well p {
  font-size: 16px;
  line-height: 30px;
  color: #001f5d;
  margin: 0px;
}
.schedule-container2 .zahtevi-row .well textarea {
  height: 150px;
  resize: none;
  margin-bottom: 20px;
}
.schedule-container2 .zahtevi-row .well .btn-bs-file {
  margin-left: 60px;
  padding: 13px 80px 13px 80px !important;
}
.schedule-container2 .zahtevi-row .well .row {
  margin-bottom: 10px;
}
.schedule-container2 .zahtevi-row .well span {
  font-size: 16px;
  color: #565656;
  margin-left: 20px;
}
.schedule-container2 .standard-row .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f4f8;
  padding: 0px 15px 0px 15px;
}
.schedule-container2 .standard-row .well h2 {
  margin: 0px;
  background: #1368b1;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  padding: 30px 20px;
}
.schedule-container2 .standard-row .well p {
  font-size: 16px;
  line-height: 30px;
  color: black;
  padding: 20px;
}
.schedule-container2 .placanje-row .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f4f8;
}
.schedule-container2 .placanje-row .well .col-md-3 {
  border: none;
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.schedule-container2 .placanje-row .well .col-md-3 label {
  margin-bottom: -2px;
}
.schedule-container2 .placanje-row .well .col-md-12 {
  border: none;
  font-size: 16px;
  font-weight: normal;
  color: black;
}
.schedule-container2 .placanje-row .well .col-md-12 label {
  margin-bottom: -2px;
}
.schedule-container2 .placanje-row .hmm {
  background: none;
}
.schedule-container2 .rezervisi-row .container .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #b6bfd3;
  height: 70px;
  padding: 0px;
}
.schedule-container2 .rezervisi-row .container .well .row {
  margin: 0px;
  height: 100%;
}
.schedule-container2 .rezervisi-row .container .well .row button {
  text-align: center;
  background: #15bec5;
  color: white;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  height: 100%;
  border: 0px;
}
.schedule-container2 .rezervisi-row .container p {
  color: black;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 20px 0px 20px;
}

.bus-single-ni {
  margin-top: -45px;
}
.bus-single-ni .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f4f8;
}
.bus-single-ni .well p {
  margin: 0;
}
.bus-single-ni .first-row {
  margin-bottom: 20px;
}
.bus-single-ni .first-row .col-md-3 {
  padding-right: 0px;
}
.bus-single-ni .first-row .col-md-2 {
  padding-left: 0px;
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .first-row .col-md-2 {
    padding-left: 15px;
  }
}
.bus-single-ni .first-row img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .first-row img {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .first-row .first-div {
    height: auto;
    padding-right: 15px;
    float: none;
  }
}
.bus-single-ni .first-row .first-div .well {
  margin-bottom: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .first-row .first-div .well {
    height: auto;
  }
}
.bus-single-ni .first-row .first-div .well h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bus-single-ni .first-row .first-div .well p {
  font-size: 14px;
  color: black;
}
.bus-single-ni .first-row .sec-div .col-md-12 {
  height: 120px;
  padding: 0px;
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .first-row .sec-div .col-md-12 {
    padding: 0px 15px 0px 15px;
  }
}
.bus-single-ni .first-row .sec-div .col-md-12:nth-child(1) {
  margin-bottom: 20px;
}
.bus-single-ni .first-row .sec-div .col-md-12:nth-child(2) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bus-single-ni .first-row .sec-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: initial;
  }
  .bus-single-ni .first-row .sec-div > div {
    height: initial !important;
  }
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .first-row {
    height: auto;
  }
}
.bus-single-ni .sec-row h2 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .sec-row h2 {
    text-align: center;
  }
}
.bus-single-ni .sec-row .col-md-2 {
  padding: 0px;
}
.bus-single-ni .sec-row .col-md-2 ul {
  list-style-type: none;
  margin: auto !important;
  padding: 0px;
  color: black;
}
.bus-single-ni .sec-row .col-md-2 ul li {
  padding: 5px;
}
.bus-single-ni .sec-row .col-md-2:nth-of-type(3) {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 770px) {
  .bus-single-ni .sec-row .col-md-2:nth-of-type(3) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bus-single-ni .sec-row .col-md-2:nth-of-type(4) {
  margin-right: 20px;
}
@media only screen and (max-width: 770px) {
  .bus-single-ni .sec-row .col-md-2:nth-of-type(4) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .sec-row .col-md-2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.bus-single-ni .th-row h2 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .th-row h2 {
    text-align: center;
  }
}
.bus-single-ni .th-row p {
  padding: 30px;
  color: black;
  line-height: 30px;
}
.bus-single-ni .fo-row h2 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 30px;
}
.bus-single-ni .fo-row img {
  margin-right: 20px;
  margin-bottom: 5px;
}
.bus-single-ni .fo-row p:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 0px;
}
.bus-single-ni .fo-row p:nth-of-type(2) {
  color: black;
  line-height: 30px;
}
.bus-single-ni .fo-row .row {
  position: relative;
}
.bus-single-ni .fo-row .row h1 {
  width: 70px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .bus-single-ni .fo-row .row h1 {
    top: 0%;
    right: 0%;
  }
}
.bus-single-ni .fi-row h2 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 30px;
}
.bus-single-ni .fi-row .first .col-md-6 {
  padding-left: 25px;
}
.bus-single-ni .fi-row .first .col-md-6 .well {
  background: #ccd1dc;
  /*height:200px;*/
}
.bus-single-ni .fi-row .sec .col-md-6 {
  padding-left: 25px;
}
.bus-single-ni .fi-row .sec .col-md-6 .well {
  background: #ccd1dc;
  /*height:200px;*/
}

.label-check {
  position: relative;
}

.form-section-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

.pass-send-input-wrap {
  margin-bottom: 15px;
}

.form-row-label {
  font-size: 18px;
  color: #7a7a7a;
}

.bus-single-list {
  list-style: none;
  padding: 0;
  width: 83.33333%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bus-single-list {
    width: 100%;
  }
}

.bus-single-list-item {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #585858;
  display: inline-block;
  letter-spacing: -0.02em;
}
.bus-single-list-item::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .bus-single-list-item {
    font-size: 14px;
  }
}

.bus-single-list-item__dropdown {
  position: absolute;
  display: none;
  background-color: #f3f4f8;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}
.bus-single-list-item__dropdown li {
  padding-left: 15px;
}

.separate-after.separate-after.separate-after {
  margin-bottom: 1em;
}

.dropdown-triangle {
  position: absolute;
  top: 9px;
  right: 30%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  border-color: #001f5d transparent transparent transparent;
}
@media only screen and (max-width: 991px) {
  .dropdown-triangle {
    right: 15px;
  }
}

.icon-thumbs {
  display: inline-block;
  margin-right: 5px;
}

.comment {
  margin-bottom: 30px;
}
.comment::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1368b1;
  margin-top: 30px;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment:last-child::after {
  background-color: transparent;
  margin-bottom: 0;
}

.comment-header {
  margin-bottom: 10px;
}

.datepicker {
  position: relative;
  background: #1468b1;
  color: #fff !important;
  font-size: 12px;
}
.datepicker::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.datepicker:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.datepicker::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.datepicker::placeholder {
  color: #fff;
  opacity: 1;
}
.datepicker i::before {
  color: #fff;
}

.emptyTour [class*=" col-"] {
  padding: 0 7px;
}

.emptyTour .datepicker {
  position: relative;
  z-index: 100000;
  background: #1468b1;
  color: white;
}
.emptyTour .datepicker::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.emptyTour .datepicker:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.emptyTour .datepicker::-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.emptyTour .datepicker::placeholder {
  color: white;
  opacity: 1;
}

@media only screen and (max-width: 760px) {
  .emptyTour input {
    margin-bottom: 10px;
  }
}

.emptyTour .glyphicon {
  position: absolute;
  right: 10px;
  color: white;
  z-index: 100001;
}

.emptyTour select {
  background: #1368b1;
  color: white !important;
}

.emptyTour h2 {
  font-size: 67px;
  line-height: 148px;
  color: #cdd1dc;
  font-weight: normal !important;
}
@media only screen and (max-width: 991px) {
  .emptyTour h2 {
    font-size: 37px;
    line-height: normal;
  }
}

.emptyTour label {
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.emptyTour h3 {
  font-size: 30px;
  line-height: 0px;
  padding: 20px;
  margin: 0px;
}

.emptyTour .first {
  margin-bottom: 20px;
}
.emptyTour .first .left .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  background: #e7eaf3;
}
.emptyTour .first .left .well:nth-of-type(1) {
  background: #1468b1;
  color: white;
}
.emptyTour .first .left .well .row {
  margin-bottom: 15px;
}
.emptyTour .first .right .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  background: #e7eaf3;
}
.emptyTour .first .right .well:nth-of-type(1) {
  background: #1468b1;
  color: white;
}
.emptyTour .first .right .well .row {
  margin-bottom: 15px;
}

.emptyTour .sec .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #1468b1;
  color: white;
}

@media only screen and (max-width: 991px) {
  .emptyTour .sec {
    margin-bottom: 20px;
  }
}

.emptyTour .th .left .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e7eaf3;
  margin-bottom: 20px;
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .emptyTour .th .left .well {
    padding-bottom: 10px;
    height: auto;
  }
}
.emptyTour .th .left .well .row {
  margin-bottom: 15px;
  margin-top: 15px;
  height: 100%;
}
.emptyTour .th .left .well .row .col-md-6 {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .emptyTour .th .left .well .row .col-md-6 {
    margin-bottom: 20px;
  }
}

.emptyTour .th .right .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 0px;
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .emptyTour .th .right .well {
    padding-bottom: 10px;
    height: auto;
  }
}
@media only screen and (max-width: 639px) {
  .emptyTour .th .right .well {
    padding: 0px;
  }
}
.emptyTour .th .right .well .row {
  margin-bottom: 15px;
}

.emptyTour .bt button {
  background: #15bec5;
  color: white !important;
  border-radius: 75px;
  padding: 13px 30px 13px 30px !important;
  font-weight: bold;
  cursor: pointer !important;
  margin-right: 30px;
}

.driver-info-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.driver-info-bottom label {
  padding-top: 10px;
}
.driver-info-bottom textarea {
  padding: 15px;
}

.form-box {
  background-color: #e7eaf2;
  margin-bottom: 20px;
  min-height: 238px;
}

.form-box-head {
  background-color: #1468b1;
  min-height: 20px;
  padding: 19px;
  border-radius: 4px;
  color: #fff;
}

.form-box-body {
  padding: 15px 10px;
}

.form-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.form-box-row > * {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  padding: 7px;
}
@media only screen and (max-width: 640px) {
  .form-box-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form-box-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-box-label label {
  margin-bottom: 0;
}

.form-box-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-box-input-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-box-input-half input {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.form-box-input-half input:first-child {
  margin-right: 14px;
}

.form-box-input-street .form-box-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-box-input-street .form-box-input input:last-child {
  width: 30%;
  margin-left: 14px;
}

.form-box-input-icon {
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
}

.form-box-input-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.form-box-input-photo .btn-bs-file {
  display: block;
  max-height: 50px;
  max-width: 200px;
  margin: 0;
}

.form-box-input-img-wrap {
  display: none;
  position: relative;
  margin: 15px;
}

.modal_book_offer .modal-content {
  padding: 20px;
}
.modal_book_offer .modal-content h2 {
  font-size: 30px;
  line-height: 25px;
  color: black;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal_book_offer .modal-content label {
  color: black;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal_book_offer .modal-content span {
  color: #02205e;
  font-weight: bold;
  font-size: 16px;
}
.modal_book_offer .modal-content p {
  color: #7b7b7b;
  font-weight: bold;
  font-size: 16px;
}
.modal_book_offer .modal-content a {
  color: #1567b0;
  font-weight: bold;
  text-decoration: underline;
}

.singleImg label {
  margin-top: 10px;
  font-size: 14px;
}

.send-offer {
  position: relative;
}
.send-offer .bt-bew {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 40px;
  z-index: 999;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0px;
}
.send-offer textarea {
  resize: none;
  overflow: auto;
  padding: 15px;
  line-height: 1.3;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 760px) {
  .send-offer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.send-offer .alert ul {
  list-style-type: none;
}
.send-offer .click {
  background: #ccd1dc;
}
.send-offer h2 {
  font-size: 30px;
  line-height: 25px;
  color: black;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
.send-offer .left {
  float: left;
  width: 30%;
  background: #f2f4f8;
  height: 420px;
  margin-right: 2%;
  overflow-y: scroll;
}
@media only screen and (max-width: 991px) {
  .send-offer .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.send-offer .left::-webkit-scrollbar {
  width: 1.5em;
}
.send-offer .left::-webkit-scrollbar-track {
  background-color: #ccd1dc;
}
.send-offer .left::-webkit-scrollbar-thumb {
  background-color: #1368b1;
  border-radius: 30px;
}
.send-offer .left .blue {
  width: 100%;
  padding: 15px;
  background: #1368b1;
  margin-bottom: 20px;
}
.send-offer .left .blue label {
  color: white;
  font-size: 20px;
  line-height: 25px;
}
.send-offer .left .name {
  width: 100%;
  margin-bottom: 2px;
  cursor: pointer;
}
.send-offer .left .name .image {
  float: left;
  width: 40%;
  margin-right: 2%;
  padding: 5px 20px 5px 30px;
}
.send-offer .left .name .image-text {
  float: right;
  width: 58%;
}
.send-offer .left .name .image-text p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}
.send-offer .right {
  float: right;
  width: 68%;
  background: #f2f4f8;
  height: 420px;
}
@media only screen and (max-width: 991px) {
  .send-offer .right {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .send-offer .right {
    height: auto;
  }
}
.send-offer .right .blue {
  width: 100%;
  padding: 15px;
  background: #1368b1;
}
.send-offer .right .blue label {
  color: white;
  font-size: 20px;
  line-height: 25px;
}
.send-offer .right .name {
  width: 100%;
}
.send-offer .right .name .image {
  float: left;
  width: 68%;
  margin-right: 2%;
}
@media only screen and (max-width: 700px) {
  .send-offer .right .name .image {
    width: 100%;
    float: none;
  }
}
.send-offer .right .name .image img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}
.send-offer .right .name .image-text {
  float: right;
  width: 30%;
  padding-top: 20px;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .send-offer .right .name .image-text {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 700px) {
  .send-offer .right .name .image-text {
    width: 100%;
    float: none;
    padding: 20px;
  }
}
.send-offer .right .name .image-text label {
  margin-top: 20px;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  margin: 0px;
}
.send-offer .right .name .image-text p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .send-offer .right .name .image-text p {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .send-offer .right .name .image-text input {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 520px) {
  .send-offer .right .name .image-text input {
    width: 100% !important;
  }
}
.send-offer .alertValSpan {
  display: block;
}
.send-offer .clear {
  clear: both;
}
.send-offer .singleImg {
  margin-bottom: 15px;
}
.send-offer .sec {
  margin-top: 20px;
}
.send-offer .sec .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccd1dc;
  padding: 50px;
}
.send-offer .sec .well label {
  margin-top: 10px;
  color: black;
}
.send-offer .sec .well .btn-bs-file {
  margin: 0px;
  padding: 9px 50px 9px 50px !important;
}
@media only screen and (max-width: 991px) {
  .send-offer .sec .well .btn-bs-file {
    margin-top: 20px;
  }
}
.send-offer .sec .well span {
  color: #565656;
}
.send-offer .th-sec {
  margin-top: 20px;
}
.send-offer .th-sec .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccd1dc;
}
.send-offer .th-sec .well .col-md-5 p {
  padding-left: 50px;
}
@media only screen and (max-width: 760px) {
  .send-offer .th-sec .well .col-md-5 p {
    padding-left: 0px;
  }
}
.send-offer .th-sec .well .col-md-1 {
  padding: 0px;
}
.send-offer .alone textarea {
  width: 100%;
  height: 200px;
  resize: none;
}
.send-offer .th {
  margin-top: 20px;
}
.send-offer .th .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e7eaf3;
  padding: 50px;
}
.send-offer .th .well p {
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  color: black;
  margin: 0px;
  padding-left: 30px;
}
.send-offer .th .well .col-md-3 i {
  position: absolute;
  right: 20px;
  color: white;
  z-index: 1;
  top: 15px;
}
@media only screen and (max-width: 1200px) {
  .send-offer .th .well .col-md-3 i {
    right: 37px;
  }
}
.send-offer .th .well .col-md-2 span {
  font-size: 15px;
  font-weight: normal;
  color: black;
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .send-offer .th .well .flex {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .send-offer .th .well {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .send-offer .th .well .oprema-input {
    width: 70%;
  }
}
.send-offer .cena-row .well {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #cdd1dc;
  padding: 40px;
}
.send-offer .cena-row .well h2 {
  margin: 0px;
}
@media only screen and (max-width: 990px) {
  .send-offer .cena-row .well h2 {
    text-align: left;
    padding-bottom: 10px;
  }
}
.send-offer .ponuda {
  background: #15bec5;
  padding: 30px;
  color: white;
  text-align: center;
  width: 100%;
  height: 114px;
  font-size: 25px;
  font-weight: bold;
}

.first-all-market label {
  margin-left: -15px;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.silver-tr {
  background: #cdd1dc;
  color: white;
  font-weight: bold;
  text-align: center;
}

.all-market {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.all-market .row {
  padding: 15px 0;
}
.all-market .row .dot {
  background: #001f5d;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  color: white;
  padding: 5px;
  font-weight: bold;
  font-size: 13px;
}
.all-market .row:nth-child(even) {
  background-color: #e9f0fe;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.all-market .row:nth-child(even):hover {
  background-color: #16bec5;
  color: #fff;
}
.all-market .row:nth-child(odd) {
  background-color: #dfe6f7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.all-market .row:nth-child(odd):hover {
  background-color: #16bec5;
  color: #fff;
}
.all-market .row .icon-info2 {
  display: inline-block;
  vertical-align: middle;
}
.all-market .row .badge {
  border-radius: 5px;
  margin-left: 10px;
  background: #27bfc4;
  color: white;
  padding: 5px 20px 5px 20px;
}
.all-market .row .icon-info2 {
  margin-left: 5px;
}
.all-market::-webkit-scrollbar {
  width: 15px;
}
.all-market::-webkit-scrollbar-track {
  background: #e9f0fe;
}
.all-market::-webkit-scrollbar-thumb {
  background: #001f5d;
  border-radius: 20px;
}
.all-market::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media only screen and (max-width: 565px) {
  .all-market {
    padding: 0;
  }
}

.market-wrap {
  background-color: #fff;
  padding: 15px;
  margin: 15px 0;
  border-radius: 4px;
}
.market-wrap .img-wrap img {
  margin-bottom: 15px;
}

.market-subtitle {
  font-size: 26px;
}

.market-section-title {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.market-info {
  margin-left: 15px;
}

.market-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin: 65px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .market-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px auto 30px;
  }
}

.market-item {
  width: 32%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .market-item {
    width: 100%;
  }
}

.market-item-title {
  display: block;
  margin-bottom: 15px;
}

.market-item-text {
  font-size: 26px;
  font-weight: 600;
}

.uploadImgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .uploadImgWrap img {
    display: block;
    margin: 15px auto;
  }
}

.uploadImgText {
  display: block;
}

.uploadImg {
  max-width: 200px;
  width: 100%;
  max-height: 300px;
}
@media only screen and (max-width: 992px) {
  .uploadImg {
    margin: 15px;
  }
}

.icon-remove {
  position: absolute;
  display: none;
  right: -15px;
  top: -5px;
  background: #15bec5;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}
.icon-remove::before {
  content: "";
  position: absolute;
  border: 1px solid white;
  width: 12px;
  top: 45%;
  left: 30%;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.icon-remove::after {
  content: "";
  position: absolute;
  border: 1px solid white;
  width: 12px;
  top: 45%;
  left: 30%;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
@media only screen and (max-width: 992px) {
  .icon-remove {
    top: 0;
    right: -25px;
  }
}

.icon-remove--pdf {
  display: block;
  right: -40px;
  top: 0px;
}

.icon-show {
  display: block;
}

.hour-icon-wrapper {
  font-weight: 800;
  vertical-align: middle;
  text-align: center;
}

.datepicker--blue {
  background: #1468b1;
  color: #fff !important;
  text-align: center !important;
  width: 100%;
}
.datepicker--blue::-webkit-input-placeholder {
  color: #fff;
}
.datepicker--blue:-ms-input-placeholder {
  color: #fff;
}
.datepicker--blue::-ms-input-placeholder {
  color: #fff;
}
.datepicker--blue::placeholder {
  color: #fff;
}

.market-item-total {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

input[name="travel_plan"] {
  height: initial !important;
}

.offers-form-filter {
  padding: 10px 0;
}
.offers-form-filter select {
  padding: 7px 5px;
  margin-right: 15px;
  border: none;
}
.offers-form-filter .select2-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 15px;
}
.offers-form-filter input {
  margin-right: 15px;
  padding: 5px 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.offers-form-filter input:focus {
  border: 1px solid #1368b1;
}
.offers-form-filter .btn {
  line-height: 1;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ebebe4;
}

.send-offer-btn-wrap {
  width: 100%;
}
.send-offer-btn-wrap .ponuda {
  display: block;
  padding: 40px;
}

.ponuda-istekla {
  background-color: #da1717 !important;
}
.ponuda-istekla:hover {
  cursor: not-allowed;
}

.alert-custom {
  background-color: #1368b1;
  border-color: #15bec5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.profile-content-wrapper {
  padding: 30px 0 0;
}

.profile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 15px;
}
.profile-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 99%;
  height: 1px;
  background-color: #cdd1dc;
}
@media only screen and (max-width: 1199px) {
  .profile-header {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 639px) {
  .profile-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.profile-header-title {
  font-size: 67px;
  color: #cdd1dc;
}
@media only screen and (max-width: 1199px) {
  .profile-header-title {
    font-size: 42px;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .profile-header-title > span {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .profile-header-title {
    font-size: 36px;
    margin: 15px;
    line-height: 1.3;
  }
}

.profile-header-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media only screen and (max-width: 639px) {
  .profile-header-options {
    margin-left: 15px;
  }
}

.profile-header-options-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 85px;
}
@media only screen and (max-width: 1199px) {
  .profile-header-options-icons-wrapper {
    margin-right: 15px;
  }
}

.profile-header-options-icon {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 15px;
}
.profile-header-options-icon:last-child {
  margin-right: 0;
}

.profile-header-options-icon-notification {
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  width: 22px;
  height: 22px;
  background-color: #da1717;
  color: #fff;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
  line-height: 22px;
}

.profile-btn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #15bec5;
  border-radius: 30px;
  padding: 15px 40px;
  border: 1px solid #cdd1dc;
  font-size: 13px;
  white-space: nowrap;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.profile-btn:hover {
  background-color: #1368b1;
  color: #fff;
}

.profile-content-main-row {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .profile-content-main-row {
    margin: 0 auto 30px;
  }
}

.profile-content-main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  background-color: #fff;
}
@media only screen and (max-width: 1199px) {
  .profile-content-main-info {
    margin-bottom: 40px;
  }
}

.profile-content-main-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  padding: 0 30px;
}

.profile-content-main-info-content-text {
  font-size: 20px;
  font-weight: bold;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.profile-content-main-info-content-number {
  margin-left: auto;
  color: #15bec5;
  font-size: 50px;
}

.profile-content-main-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 315px;
  margin: 0 auto 10px;
  padding: 15px 30px;
}
@media only screen and (max-width: 767px) {
  .profile-content-main-list-item {
    max-width: 100%;
  }
}

.profile-content-main-list-item--item {
  background-color: #cdd1dc;
  border-radius: 4px;
}

.profile-content-main-list-item--item-blue {
  background-color: #1368b1;
  color: #fff;
}

.profile-content-main-list-number {
  margin-left: auto;
}

.profile-content-main-btn {
  display: block;
  background-color: #15bec5;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.profile-content-main-btn:hover {
  color: #fff;
  background-color: #1368b1;
}

.profile-content-statistics-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.profile-content-statistics-box {
  margin-bottom: 55px;
}

.profile-content-statistics-scroll-box-header {
  display: block;
  font-size: 15px;
  background-color: #1368b1;
  color: white;
  width: 100%;
  padding: 20px;
  border-radius: 2px;
}

.profile-content-statistics-scroll-box {
  overflow-y: scroll;
  max-height: 160px;
  padding: 20px;
  background-color: #fff;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.profile-content-statistics-scroll-box::-webkit-scrollbar {
  width: 15px;
}
.profile-content-statistics-scroll-box::-webkit-scrollbar-track {
  background-color: #dee6f7;
}
.profile-content-statistics-scroll-box::-webkit-scrollbar-thumb {
  background: #1368b1;
  border-radius: 10px;
}

.profile-content-statistics-scroll-box-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.scroll-box-row-text,
.scroll-box-row-text-value {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.scroll-box-total-text--big {
  text-transform: uppercase;
  font-weight: bold;
}

.scroll-box-row-text-value {
  background-color: #ebebeb;
  max-width: 105px;
  padding: 8px 10px;
}

.profile-content-statistics-scroll-box-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdd1dc;
  padding: 17px 25px;
}

.scroll-box-row-value-total {
  padding: 0 10px;
  font-weight: bold;
}

.profile-content-statistics-revision {
  min-height: 500px;
}

.profile-content-statistics-revision-content {
  background-color: #fff;
  padding: 40px 25px;
}

.statistics-revision-content-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.statistics-revision-text__wrap {
  margin-left: 15px;
  margin-bottom: 10px;
}

.statistics-revision-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}
.statistics-revision-content-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #1368b1;
}
.statistics-revision-content-item:last-child::after {
  display: none;
}

.statistics-revision-text {
  display: block;
  font-size: 12px;
  color: #333;
  margin-top: -3px;
}

.revision-text-content-btn {
  display: inline-block;
  font-size: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: auto;
}
.revision-text-content-btn:hover {
  color: #15bec5;
}

.slick-prev-arrow,
.slick-next-arrow {
  background-color: #15bec5;
  position: absolute;
  top: -60px;
  right: 0;
  border-radius: 0;
  padding: 15px;
}

.slick-prev-arrow {
  right: 45px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.slick-prev-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 25px;
  width: 1px;
  background-color: #fff;
  z-index: 9;
}

.slick-next-arrow {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.slick-btn-icon {
  color: #fff;
}

.profile-img {
  max-width: 400px;
}
.profile-img img {
  display: block;
  height: initial;
  max-width: 100%;
}

.delete-user-profile {
  position: relative;
}

.btn-question {
  position: absolute;
}

.box-header-title {
  padding: 20px;
  margin: 0;
  color: #fff;
  background-color: #1368b1;
  font-weight: bold;
  font-size: 17px;
}
.box-header-title p {
  margin: 0;
}

.box-header-title--bkg-transparent {
  background-color: transparent;
  color: #001f5d;
}

.box-content-wrap {
  padding: 20px 35px;
  background-color: #fff;
}
.box-content-wrap p {
  white-space: pre-line;
}

.empty-offer-wrap {
  margin-top: -35px;
}
.empty-offer-wrap .row {
  margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
  .driver-img {
    display: block;
    margin: 0 auto;
  }
}

.driver-name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 18.5px 0;
  background-color: #fff;
  margin-bottom: 0;
}

.small-thumbs {
  margin-top: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.small-thumbs img {
  margin-bottom: 15px;
  margin-right: 5px;
  width: 100px;
  height: 90px;
  display: inline-block;
  cursor: pointer;
}
.small-thumbs::-webkit-scrollbar {
  height: 7px;
}
.small-thumbs::-webkit-scrollbar-track {
  height: 5px;
  background: silver;
}
.small-thumbs::-webkit-scrollbar-thumb {
  background: #1368b1;
}
.small-thumbs::-webkit-scrollbar-thumb:hover {
  background: #1368b1;
}

#bigImg {
  width: 100%;
  height: 300px;
}

.company-profile .img-responsive {
  margin: 0 auto;
}

.company-profile-info {
  padding: 30px;
  background-color: #fff;
  margin-left: -15px;
  min-height: 415px;
}
@media only screen and (max-width: 992px) {
  .company-profile-info {
    margin: 0 15px;
  }
}

.section-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.box-content-bold {
  font-weight: bold;
  font-size: 20px;
}

.box-content-link {
  display: block;
  font-size: 20px;
  color: #1368b1;
  margin-bottom: 1em;
}
.box-content-link:hover {
  color: #15bec5;
}

.box-content-info {
  background-color: #cdd1dc;
  margin: 0 0 25px;
}

.box-content-info--grey-lighter {
  background-color: #e7eaf2;
}

.box-content-info-wrap {
  padding: 40px 0 20px 40px;
}

.box-content-info-wrap-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .box-content-info-wrap-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.box-content-info-time {
  background-color: #e7eaf2;
  padding: 45px 65px;
}

.info-icon {
  margin-left: 5px;
  display: inline-block;
}

.datepicker-wrap {
  position: relative;
}
.datepicker-wrap input {
  text-align: center;
  color: #fff;
}
.datepicker-wrap .glyphicon {
  position: absolute;
  right: 30px;
  top: 10px;
}
.datepicker-wrap .glyphicon::before {
  color: #fff;
}

.datepicker--blue {
  background-color: #1368b1;
}
.datepicker--blue::-webkit-input-placeholder {
  color: #fff;
  text-align: center;
}
.datepicker--blue:-ms-input-placeholder {
  color: #fff;
  text-align: center;
}
.datepicker--blue::-ms-input-placeholder {
  color: #fff;
  text-align: center;
}
.datepicker--blue::placeholder {
  color: #fff;
  text-align: center;
}

.time-picker {
  text-align: center;
}

.btn-huge {
  display: block;
  height: 120px;
  width: 100%;
  line-height: 120px;
  color: #fff !important;
  background-color: #15bec5 !important;
  margin: 20px 0;
  font-size: 30px;
  padding: 0;
  text-align: center;
}
.btn-huge span {
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  .btn-huge {
    font-size: 22px;
  }
}

.btn-cyan {
  background-color: #15bec5;
  color: #fff;
  font-size: 13px;
  padding: 15px 40px;
  border-radius: 2em;
}

.box-row-input-half {
  width: 48%;
}

.box-row-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.agree-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.agree-section--full {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.agree-section--full a {
  padding: 45px 0;
  font-size: 30px;
  width: 49%;
  text-align: center;
}

.agree-btn {
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: bold;
}
.agree-btn:hover {
  color: #23527c;
}

.agree-btn--red {
  background-color: #da1717;
  position: relative;
}

.agree-btn--blue {
  background-color: #16bec5;
  position: relative;
}
.agree-btn--blue::after {
  border-top: 20px solid #16bec5 !important;
}

.mr-15 {
  margin-right: 15px;
}

.m-0 {
  margin: 0;
}

.input-center {
  text-align: center;
  width: initial;
}
.input-center::-webkit-input-placeholder {
  text-align: center;
}
.input-center:-ms-input-placeholder {
  text-align: center;
}
.input-center::-ms-input-placeholder {
  text-align: center;
}
.input-center::placeholder {
  text-align: center;
}

.box-content-info-currency {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}

.time-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.time-picker-btn {
  width: initial;
}

.time-picker-input {
  text-align: center;
}

.bkg-none {
  background-color: transparent;
}

.upload-status {
  margin-top: 5px;
  text-align: center;
  display: block;
  font-size: 13px;
}

.label-input-checked:before {
  background: #1468b1;
}

.payment-option-checkbox-wrap {
  padding: 30px 0 0;
  background-color: #e7eaf2;
  margin-left: 15px;
  margin-right: -15px;
}
.payment-option-checkbox-wrap .form-inline {
  margin-bottom: 15px;
}
@media only screen and (max-width: 776px) {
  .payment-option-checkbox-wrap {
    margin: 0;
  }
}

.payment-option-wrap .pay-row-cards-wrap {
  margin: 15px 30px;
}

.payment-option-wrap .checkbox-pay-div {
  padding: 15px;
  min-height: 238px;
}

.payment-option-wrap .pay-cards-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.payment-option-wrap .credit-card-alert {
  text-align: center;
  padding-bottom: 1px;
  color: red;
}

.payment-option-wrap .pay-row-paypall {
  padding: 15px;
}

.payment-option-wrap .pay-row-paypall input {
  height: initial;
}

.payment-option-wrap .pay-row .pay-row-left,
.payment-option-wrap .pay-row .pay-row-right {
  display: block;
}

.payment-option-wrap .pay-row:nth-child(1) .pay-row-left input,
.payment-option-wrap .pay-row:nth-child(1) .pay-row-right input {
  width: 100%;
}

.payment-option-wrap .pay-row:nth-child(2) .pay-row-left {
  width: 40%;
}

.payment-option-wrap .pay-row:nth-child(2) .pay-row-right {
  width: 55%;
}

.payment-option-wrap .pay-row:nth-child(2) .pay-row-left input,
.payment-option-wrap .pay-row:nth-child(2) .pay-row-right input {
  width: 100%;
}

#checkbox-pay-paypal .pay-row-wrap {
  padding-top: 60px;
}

.show-div {
  display: block !important;
  margin-bottom: 15px;
  min-height: 238px;
}

.hidden-offer-div,
.hidden-offer-div-doesnt-fit {
  display: none;
}

.js-btn-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  border-left: 20px solid #f3f4f8;
  border-right: 20px solid #f3f4f8;
  border-top: 20px solid #da1717;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-flex label {
  display: block;
  width: 50%;
}
.row-flex span {
  display: block;
  width: 50%;
}

.well-big {
  height: 382px !important;
}

.btn-upload {
  background: #15bec5;
  color: white !important;
  border-radius: 75px;
  padding: 13px 30px 13px 30px !important;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-upload:hover {
  background-color: #1368b1 !important;
}

.driver-title {
  margin-bottom: 45px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-n {
  margin-bottom: 0 !important;
}

.well-grey {
  background-color: #e6eaf3;
  border: none;
}

.form-submit {
  display: none;
}

.js-form-input-active {
  display: block;
}

.imageFile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  margin: 20px 0;
}
.imageFile .icon-remove {
  right: -20px;
  top: -20px;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #1368b1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.oprema-wrap label {
  display: block;
}

.oprema-wrap-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.oprema-wrap-list li {
  width: 48%;
  margin-bottom: 10px;
}
.oprema-wrap-list li:nth-child(odd) {
  margin-right: 2%;
}
@media only screen and (max-width: 992px) {
  .oprema-wrap-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .oprema-wrap-list li {
    width: 30%;
    margin: 10px 5px;
  }
  .oprema-wrap-list li:nth-child(odd) {
    margin-right: 0;
  }
}

.clickable-li .dropdown-triangle {
  right: 0;
}

.main-content-profile .loader {
  display: none;
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}

.main-content-profile .loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

.main-content-profile .wrap-black {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.59);
  z-index: 9999999999999999999999999;
  display: none;
}

.main-content-profile .lds-hourglass {
  display: none;
  display: inline-block;
  position: fixed;
  width: 64px;
  height: 64px;
  top: 15px;
  left: 200px;
  z-index: 999999999999999999999;
}

.main-content-profile .lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 26px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
  animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}

.main-content-profile .modal_my {
  display: none;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.59);
  top: 0px;
  left: 0px;
  z-index: 9999999;
}
.main-content-profile .modal_my .modal_my_form {
  position: relative;
  width: 99%;
  margin: auto;
  margin-top: 50px;
  min-height: 100%;
  background: #dfe6f8;
}
.main-content-profile .modal_my .modal_my_form .modalHeader {
  height: 70px;
  width: 100%;
  background: #1468b1;
}
.main-content-profile .modal_my .modal_my_form .modalHeader label {
  padding: 20px;
  color: white;
  font-weight: normal;
  font-size: 18px;
}
.main-content-profile .modal_my .modal_my_form .modalHeader label span {
  font-weight: bold;
}
.main-content-profile .modal_my .modal_my_form .closeX {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 999;
  font-weight: bold;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.main-content-profile .modal_my .modal_my_form .left_modal {
  padding: 0px;
  height: 80vh;
  overflow-y: scroll;
  border-right: 1px solid white;
}
@media screen and (max-width: 1023px) {
  .main-content-profile .modal_my .modal_my_form .left_modal {
    height: 35vh;
  }
}
.main-content-profile .modal_my .modal_my_form .left_modal #dayLeftModal {
  padding: 0px;
}
.main-content-profile .modal_my .modal_my_form .left_modal #dayLeftModal li {
  position: relative;
  min-height: 25px;
  background: #82d56d;
  cursor: pointer;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .left_modal
  #dayLeftModal
  li
  span {
  position: absolute;
  left: 15px;
  top: -10px;
  color: black;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .left_modal
  #dayLeftModal
  li
  .bigHour {
  color: #1567b0;
  font-size: 18px;
  font-weight: bold;
  top: -15px;
}
.main-content-profile .modal_my .modal_my_form .center_modal {
  border-right: 1px solid white;
  border-left: 1px solid white;
}
.main-content-profile .modal_my .modal_my_form .center_modal .closed {
  background: #ff0000;
}
.main-content-profile .modal_my .modal_my_form .center_modal .reservation {
  background: #ffec6c;
}
.main-content-profile .modal_my .modal_my_form .center_modal .From-To {
  background: #a2a2a2;
}
.main-content-profile .modal_my .modal_my_form .center_modal .private {
  background: #4fc2f8;
}
.main-content-profile .modal_my .modal_my_form .center_modal .unconfirmed {
  background: #fec107;
}
.main-content-profile .modal_my .modal_my_form .center_modal span {
  font-size: 16px;
  font-weight: bold;
  color: #38487b;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.main-content-profile .modal_my .modal_my_form .center_modal ul {
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content-profile .modal_my .modal_my_form .center_modal ul li {
  padding: 7px 15px;
  cursor: pointer;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .date-modal-center {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .date-modal-center
  label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #38487b;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .date-modal-center
  label::before {
  margin-left: 20px;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .ride-modal-center {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .ride-modal-center
  label {
  color: #3a3769;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .time-modal-center {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .time-modal-center
  .input-group {
  width: 100%;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .time-modal-center
  .input-group
  .span1 {
  float: left;
  width: 15%;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .time-modal-center
  .input-group
  .span1
  button {
  width: 100%;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .time-modal-center
  .input-group
  .span2 {
  float: left;
  width: 70%;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .time-modal-center
  .input-group
  .span2
  input {
  width: 100%;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .time-modal-center
  .input-group
  .span3 {
  float: left;
  width: 15%;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .center_modal
  .time-modal-center
  .input-group
  .span3
  button {
  width: 100%;
}
.main-content-profile .modal_my .modal_my_form .right_modal {
  position: relative;
  border-left: 1px solid #fff;
  background: #dfe6f8;
}
.main-content-profile .modal_my .modal_my_form .right_modal .right_modal_info {
  padding-top: 20px;
  display: none;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_info
  p
  span:nth-child(1n) {
  font-size: 16px;
  font-weight: bold;
  color: #38487b;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_info
  p
  span:nth-child(2n) {
  font-size: 16px;
  color: #38487b;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-content-profile .modal_my .modal_my_form .right_modal .right_modal_form {
  display: none;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_form
  .col-md-12 {
  margin-bottom: 15px;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_form
  .col-md-6 {
  margin-bottom: 15px;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_form
  .pad
  .col-sm-5 {
  padding-right: 0px;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_form
  .col-md-8 {
  margin-bottom: 15px;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_form
  span {
  font-size: 16px;
  font-weight: bold;
  color: #38487b;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_form
  label {
  color: #213769;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_footer {
  width: 100%;
  text-align: right;
}
.main-content-profile
  .modal_my
  .modal_my_form
  .right_modal
  .right_modal_footer
  button {
  margin-right: 5px;
  margin-bottom: 15px;
  color: white;
  background: #15bec5;
  padding: 4px 25px;
  border-radius: 20px;
  font-size: 18px;
}

.main-content-profile .av-container {
  margin-bottom: 50px;
}
.main-content-profile .av-container .inputs {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
.main-content-profile .av-container .inputs .date-clear .col-md-2 {
  padding: 0;
}
.main-content-profile .av-container .inputs .date-clear .col-md-2 .btn {
  width: 100%;
}
.main-content-profile .av-container .inputs .date-clear .col-md-8 {
  padding: 0;
}
.main-content-profile .av-container .header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #1368b1;
  padding: 15px;
}
.main-content-profile .av-container .header h3 {
  color: white;
  text-align: left;
  margin: 0px;
  font-size: 20px;
}
.main-content-profile .av-container .header .from_to {
  text-align: right;
}
.main-content-profile .av-container .scrolls {
  overflow: scroll;
  min-height: 175px;
}
.main-content-profile .av-container .scrolls .under_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}
.main-content-profile .av-container .scrolls .under_header .buses-wrap-header {
  min-width: 212.48px;
  height: 60px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  background: #dee6f7;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .buses-wrap-header
  .header_div {
  width: 100%;
  margin: 0px;
  padding-left: 20px;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .buses-wrap-header
  .header_div
  label {
  font-size: 18px;
  color: #001f5d !important;
}
.main-content-profile .av-container .scrolls .under_header .days-wrap-header {
  height: 60px;
  white-space: nowrap;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange1 {
  width: 1487.36px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange1
  .days-doted-text
  span {
  margin-right: 24.2% !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange2 {
  width: 743.68px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange2
  .days-doted-text
  span {
  margin-right: 22.9% !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange3 {
  width: 495.78px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange3
  .days-doted-text
  span {
  margin-right: 21.9% !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange4 {
  width: 371.84px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange4
  .days-doted-text
  span {
  margin-right: 20.2% !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange5 {
  width: 297.47px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange5
  .days-doted-text
  span {
  margin-right: 19.2% !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange6 {
  width: 247.89px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .widthChange6
  .days-doted-text
  span {
  margin-right: 18% !important;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .days-mini-header {
  height: 60px;
  position: relative;
  width: 212.48px;
  display: inline-block;
  background: #dee6f7;
  border-right: 1px solid white;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .days-mini-header
  label {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  color: #001f5d;
  text-align: center;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .days-mini-header
  .days-doted-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: -10px;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .days-mini-header
  .days-doted-text
  span {
  margin-right: 19.2%;
  color: #001f5d;
  font-weight: bold;
  font-size: 12px;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .days-mini-header
  .days-doted {
  position: absolute;
  width: 1%;
  left: 25%;
  border-right: 3px dotted white;
  z-index: 5;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .days-mini-header
  .days-doted1 {
  position: absolute;
  width: 1%;
  left: 50%;
  border-right: 3px dotted white;
  z-index: 5;
}
.main-content-profile
  .av-container
  .scrolls
  .under_header
  .days-wrap-header
  .days-mini-header
  .days-doted2 {
  position: absolute;
  width: 1%;
  left: 75%;
  border-right: 3px dotted white;
  z-index: 5;
}
.main-content-profile .av-container .scrolls .table-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main-content-profile .av-container .scrolls .table-wrap .vertical-wrap {
  min-width: 36px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 5px;
  background: #dee6f7;
  border-bottom: 1px solid white;
  border-left: 0;
  font-size: 18px;
  color: #001f5d !important;
  font-weight: bold;
}
.main-content-profile .av-container .scrolls .table-wrap .div-right-wrap {
  min-width: 36.48px;
  background: #dee6f7;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}
.main-content-profile .av-container .scrolls .table-wrap .buses-wrap {
  min-width: 140px;
  background: #dee6f7;
  border: 1px solid white;
}
.main-content-profile .av-container .scrolls .table-wrap .buses-wrap .buses {
  min-height: 34px;
  border: 0;
  border-bottom: 1px solid white;
  text-align: center;
  color: #001f5d;
  font-size: 14px;
  padding: 5px;
  margin: 0px;
}
.main-content-profile .av-container .scrolls .table-wrap .days-wrap {
  background: silver;
}
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap
  .days {
  width: 212.48px;
  min-height: 34px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  background: #81d56d !important;
  position: relative;
}
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap
  .days.sunday,
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap
  .days.saturday {
  background-color: #b39ddb !important;
}
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap
  .widthChangeDays1 {
  width: 1487.36px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap
  .widthChangeDays2 {
  width: 743.68px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap
  .widthChangeDays3 {
  width: 495.78px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap
  .widthChangeDays4 {
  width: 371.84px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap
  .widthChangeDays5 {
  width: 297.47px !important;
}
.main-content-profile
  .av-container
  .scrolls
  .table-wrap
  .days-wrap
  .days-mini-wrap
  .widthChangeDays6 {
  width: 247.89px !important;
}

.av-container-margin-top {
  margin-top: 50px;
}

.col-form-label-icon {
  margin-left: -15px;
  margin-top: 5px;
}

.calendar-time-input .input-group-btn {
  position: static;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  width: initial !important;
  padding-top: 0 !important;
}

.calendar-time-input .glyphicon {
  padding: 0 !important;
}

.calendar-time-input .glyphicon::before {
  font-size: 12px;
}

.well-blue-light {
  background-color: #dfe6f8;
  min-height: 540px;
  margin-bottom: 0;
  border-radius: 0;
}
.well-blue-light input,
.well-blue-light textarea {
  border-radius: 4px;
  border: none;
  padding: 5px;
}
@media only screen and (max-width: 1024px) {
  .well-blue-light {
    min-height: 1050px;
  }
}

.profile-data-desc {
  height: 150px;
  resize: none;
}

.profile-data-input-label {
  padding: 0;
  padding-top: 10px;
  color: #001f5c;
  font-weight: 700;
}

.form-container {
  padding: 0;
}

.btn-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  margin: 15px 0;
  position: absolute;
  cursor: pointer;
  background: #15bec5;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .btn-settings {
    margin: 135px 0 15px;
  }
}

.btn-close {
  color: #1f86c1;
}

.subuser-permission {
  font-size: 12px;
  font-weight: 700;
  color: #001f5d;
  padding-left: 15px;
}

.subuser-permissions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 50%;
}
.subuser-permissions-wrapper ul {
  width: 33%;
}
@media only screen and (max-width: 992px) {
  .subuser-permissions-wrapper {
    max-width: 100%;
  }
}

.subuser-permission-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subuser-permission-row li {
  margin-right: 5px;
}

.subuser-permission-form {
  width: 50%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .subuser-permission-form {
    width: 100%;
  }
}

.subuser-permission-form-select {
  text-align: left;
  text-align-last: left;
  margin-bottom: 15px;
}

.subuser-permission-form-label {
  color: #001f5d;
}

.btn-subuser {
  text-transform: uppercase;
}
.btn-subuser:hover {
  background-color: #fff;
  color: #15bec5 !important;
}

.panel-default .panel-heading-settings {
  background-color: #001f5d;
  min-height: 60px;
}

.panel-default .panel-title {
  line-height: 60px;
}
.panel-default .panel-title a:active {
  text-transform: none;
}

.panel-default .panel-heading-settings:hover .panel-title {
  color: #15bec5;
}

.settings-input {
  border-radius: 4px;
  border: none;
  padding: 5px;
}

.panel-body {
  background-color: #fff;
  min-height: 200px;
}
.panel-body input:not(.hidden-input) {
  display: block;
}
.panel-body input:not(.hidden-input)[type="checkbox"] {
  display: none;
}
.panel-body input[type="submit"] {
  background: #15bec5 !important;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 25px !important;
  height: initial !important;
  border: 1px solid #15bec5 !important;
}
.panel-body input[type="submit"]:hover {
  background-color: transparent !important;
  color: #15bec5 !important;
}
@media only screen and (max-width: 1400px) {
  .panel-body input:not(.hidden-input) {
    display: block !important;
    float: none !important;
  }
}

.settings-rest {
  padding: 0 !important;
}

.clicked {
  border: 2px solid #1368b1;
  border-radius: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

.height-init {
  height: initial !important;
}

.panel-group-limited {
  max-width: 640px;
}

.f-panel-body-limited {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.settings-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.f-label {
  width: 70%;
  padding-right: 30px;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
}
.f-label::before {
  left: 5px;
}

.f-btn {
  margin-left: auto;
  margin-right: 0;
  margin-top: 15px;
}

.f-panel-title,
.f-panel-title a {
  margin: 0;
  font-size: 30px;
  color: #fff;
}

.f-panel-heading.f-panel-heading {
  background-color: #1468b1;
  padding: 20px 55px;
}

.f-panel.f-panel.f-panel {
  margin-bottom: 30px;
}

.f-input {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 30%;
  height: 40px;
  padding: 5px;
  border: none;
}

.f-sub-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.has-sub-group:checked ~ .sub-group {
  display: none;
}

.sub-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f-label-fo {
  padding-left: 40px;
}

.f-label-full {
  width: 100%;
  margin-bottom: 30px;
}

.sub-hidden {
  display: none;
}

.f-panel-group-full {
  width: 100%;
}

.subuser-permission-form-full {
  width: 100%;
}

.f-label-small {
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.f-select {
  min-height: 200px;
}

.f-all-perms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.f-perm-item.f-perm-item.f-perm-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #1468b1;
  color: #fff;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 36px;
  overflow: hidden;
  border-radius: 2px;
}

.f-perm-close {
  display: block;
  width: 36px;
  height: 100%;
  background-color: #e22626;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 1em;
}
.f-perm-close:hover {
  background-color: #e85353;
  color: #fff;
}

.f-perm-item-txt {
  text-transform: capitalize;
  color: #fff;
  line-height: 36px;
  padding: 0 10px;
}

.subuser-name {
  font-size: 23px;
  color: #001f5d;
  font-weight: bold;
  cursor: pointer;
}
.subuser-name:hover {
  color: #1f86c1;
}

@media only screen and (max-width: 767px) {
  .alert.message {
    font-size: 14px;
    width: 100%;
  }
}

.terms-label::before {
  margin-left: -15px;
  margin-right: 55px;
}

.terms-label-no-margin {
  width: 6px !important;
}
.terms-label-no-margin::before {
  margin-right: 0;
}

.transfer-label-check {
  font-size: 20px;
  padding-left: 90px;
}

.transfer-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.transfer-title-wrap h2,
.transfer-title-wrap h3 {
  margin-right: 20px;
}
.transfer-title-wrap .btn {
  margin-top: 18px;
  margin-bottom: 11px;
}

.form-search-title {
  text-align: center;
  margin-left: 0 !important;
}

.form-search-wrapper {
  padding-left: 0;
}

.form-search-col {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-search-col .input-group-btn {
  position: relative;
}

.form-search-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}
.form-search-row #dani,
.form-search-row #sati {
  background-color: #f6f6f6;
}
.form-search-row #dani {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .form-search-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .form-search-row .form-search-input-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .form-search-row .form-search-input-wrap label {
    display: block;
    margin-right: 15px;
    width: 100px;
  }
}

.form-search-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 0 7.5px;
}
.form-search-input-wrap .time-input {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.form-search-input-wrap .time-input .input-group-btn {
  position: relative;
  left: initial;
  right: initial;
}
.form-search-input-wrap select,
.form-search-input-wrap > input {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  height: 34px;
}
.form-search-input-wrap label {
  margin-bottom: 0;
}

.form-search-submit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.submit-transfer-search-form {
  padding: 10px 50px !important;
  justify-self: center;
}

.centered {
  text-align: center;
}

.modal-window {
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 400px;
}
.modal-content select {
  background-color: #fff;
  border: 2px solid #1368b1;
}

/* The Close Button */
.close-modal {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  top: -20px;
  right: -20px;
  background-color: #1368b1;
  background: #1368b1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

.close-modal span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 24px;
  font-size: 20px;
  line-height: 1;
}

.close-modal:hover,
.close-modal:focus {
  color: #1368b1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #1368b1;
  cursor: pointer;
}

.body-block {
  overflow: hidden;
}

.transfer-wrap .btn {
  margin-right: 15px;
}
.transfer-wrap .btn:last-child {
  margin-right: 0;
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}

button.close-modal {
  background: #1368b1;
}

button.close-modal:hover {
  opacity: 1;
}

.section-transfer {
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .section-transfer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 569px) {
  .section-transfer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .section-transfer .row {
    margin: 0 0 15px;
  }
}

.transfer-table-header {
  background-color: #1368b1;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 15px;
}
.transfer-table-header .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.transfer-table-header .row div {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .transfer-table-header {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .table-transfer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin-bottom: 15px;
  }
  .table-transfer-row div {
    width: 100%;
    margin: 5px 0;
  }
  .table-transfer-row .text-left {
    text-align: center;
  }
}

@media only screen and (max-width: 569px) {
  .table-transfer-row {
    width: 100%;
  }
}

.table-transfer-col {
  white-space: nowrap;
}

.table-mob-label {
  display: none;
}
@media only screen and (max-width: 992px) {
  .table-mob-label {
    display: inline-block;
    margin-right: 10px;
  }
}

.btn--table {
  border-radius: 20px;
  background: #001f5d;
  color: white;
  border: none;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  white-space: nowrap;
}

.bus-status {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #bf5329;
  margin: 0 auto;
}

.bus-status--active {
  background-color: #2ab27b;
}

.ui-state-active {
  background-color: #15bec5 !important;
}

.dashboard-item {
  position: relative;
  height: 75px;
  width: 85px;
  background-color: #071530;
}
.dashboard-item ul {
  position: absolute;
  background-color: #071530;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
  width: 200px;
  height: auto;
  padding: 30px 15px;
  list-style: none;
}
.dashboard-item ul li {
  margin-bottom: 5px;
}
.dashboard-item ul li:last-child {
  margin-bottom: 0;
}
.dashboard-item ul a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #16bec5;
  font-size: 16px;
}
.dashboard-item ul a:hover {
  color: #8eb4cb;
}
.dashboard-item:hover ul {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  left: 100%;
}

.dashboard-item-icon {
  position: absolute;
  height: 48px;
  width: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
}
.dashboard-item-icon .not-mes-div {
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.dashboard-item-title {
  color: #fff;
  font-size: 20px;
}

.select-box {
  padding: 10px;
  border: none;
  background-color: #fff;
  height: 270px !important;
  width: 100%;
  text-align: left !important;
  text-align-last: left !important;
}
.select-box option {
  padding: 5px 0;
}
.select-box:focus {
  outline: none;
}

.user-circle {
  width: 15px;
  height: 15px;
  background-color: grey;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.user-circle.unconfirmed {
  background-color: #ffcb0f;
}
.user-circle.online {
  background-color: green;
}
.user-circle.blocked {
  background-color: red;
}

.dashboard-text {
  font-size: 16px;
  color: #636b6f;
  max-width: 780px;
}

/* The Modal (background) */
.modal-tutorial {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-tutorial-content {
  background-color: #fefefe;
  margin: 2.5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 95%;
  /* Could be more or less, depending on screen size */
  max-height: 90vh;
}

/* The Close Button */
.close-tutorial {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 15px;
}

.close-tutorial:hover,
.close-tutorial:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-tutorial-wrap {
  padding: 30px 0;
}

.modal-tutorial-wrap .slick-slide:focus {
  outline: none;
}

.modal-tutorial-wrap .slick-arrow {
  position: absolute;
  top: 0;
}

.modal-tutorial-wrap .slick-prev {
  left: 15px;
}

.modal-tutorial-wrap .slick-next {
  right: 15px;
}

.modal-tutorial-title {
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  padding-left: 15px;
}

.modal-tutorial-skip {
  float: right;
  margin-right: 40px;
  margin-left: 20px;
  font-size: 28px;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .modal-tutorial-skip {
    display: block;
    float: none;
    padding-left: 15px;
    margin-left: 0;
  }
}

.modal-tutorial-skip:hover {
  color: #15bec5;
  cursor: pointer;
}

.modal-tutorial__slide {
  padding: 0 15px !important;
}

.modal-tutorial__slide-text {
  width: 100%;
  text-align: center;
}
.modal-tutorial__slide-text p {
  font-size: 22px;
  line-height: 1.6;
}

.modal-tutorial__slide img {
  max-width: 100%;
  max-height: initial;
  margin: 0 auto;
}

.transfers-filters {
  background-color: #001f5d;
  padding: 20px;
  border-radius: 3px;
}

.transfers-filters__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 40px;
}

.transfers-filters__form label {
  color: #fff;
}

.transfers-filters__form .slider-wrapper {
  margin: 15px 0;
}

.transfers-filters__form .slider-range {
  background-color: #fff;
  width: 100%;
  margin: auto;
  height: 3px;
}

.transfers-filters__form .input-range .ui-slider-horizontal .ui-slider-handle {
  background-color: #15bec5;
  outline: none;
  height: 10px;
  border-radius: 10px;
  width: 30px;
  margin-left: -15px;
}

.transfers-filters__form .input-checkbox {
  margin-top: 10px;
}

.transfers-filters__form input {
  width: 100%;
}

@media only screen and (max-width: 1080px) {
  .transfers-filters__form .slider-wrapper {
    margin: 0 0 15px;
  }
}

.transfers-filters__title-sm {
  display: block;
  font-size: 20px;
  color: #fff;
  margin: 15px 0;
}

.transfers-filters__title--blue {
  background-color: #1368b1;
  padding: 10px 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .transfers-filters__title--blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .transfers-filters__title--blue .triangle {
    margin-left: 10px;
  }
}

.triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
  margin-top: 2px;
  float: right;
}

.transfers-filters__btn {
  background-color: #fff;
  margin: 15px 0;
  padding: 10px 25px !important;
  border: 1px solid transparent !important;
}

.transfers-item {
  background-color: #f2f4f8;
  color: #888;
  margin-bottom: 20px;
}

.transfers-item__main-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.transfers-item__main-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #001f5d;
}

.transfers-item__main-reg-date {
  display: block;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .transfers-item__main-reg-date {
    text-align: right;
  }
}

.trans-rating {
  width: 109px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 3px 0;
  background-color: #15bec5;
  border-radius: 3px;
  margin-left: auto;
}

.transfers-item__main-data ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.transfers-item__main-data li span {
  font-weight: 800;
}

.transfers-item__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 15px;
  color: #fff;
  background-color: #001f5d;
  line-height: 1.2;
  min-height: 330px;
  height: 100%;
}

.transfers-item__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e2e5ed;
  padding: 22px 20px;
  position: relative;
}
.transfers-item__links a {
  color: #001f5d;
  display: block;
  line-height: 1;
  float: left;
  margin-left: 20px;
}
.transfers-item__links a:first-child {
  margin-left: 0;
}
.transfers-item__links a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .transfers-item__links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .transfers-item__links a {
    position: relative;
    top: initial;
    right: initial;
    width: initial;
    padding: 15px 5px;
  }
  .transfers-item__links a:first-child {
    margin-left: 20px;
  }
}

.transfers-item__links-reservation {
  position: absolute;
  top: 0;
  right: 0;
  width: 13.8%;
  padding: 23px 0;
  background-color: #15bec5;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .transfers-item__links-reservation {
    position: relative;
    top: initial;
    right: initial;
    width: initial;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

.transfers-item__main-data__payment {
  margin-bottom: 15px;
}

.calendar-legend {
  position: fixed;
  left: 9%;
  top: 100px;
  max-width: 960px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .calendar-legend {
    top: 70px;
    left: 15px;
  }
}

.calendar-legend__header {
  padding: 15px;
  background-color: #1368b1;
  color: #fff;
  width: 110px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.calendar-legend__header h3 {
  margin: 0;
  font-size: 20px;
}
.calendar-legend__header:hover {
  cursor: pointer;
}

.calendar-legend--active .calendar-legend__header {
  width: 100%;
}

.calendar-legend__body-wrap {
  display: none;
}

.calendar-legend__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .calendar-legend__body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.calendar-legend__item {
  margin: 0 15px 15px;
}

.calendar-legend__item-text {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #0c3f6c;
  font-size: 14px;
}
.calendar-legend__item-text::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #15bec5;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1300px) {
  .calendar-legend__item-text {
    font-size: 12px;
  }
}

.green::before {
  background-color: #80d56d;
}

.yellow-light::before {
  background-color: #ffec6c;
}

.yellow-dark::before {
  background-color: #fec107;
}

.red::before {
  background-color: #ee534f;
}

.grey::before {
  background-color: #a2a2a2;
}

.blue::before {
  background-color: #4fc2f8;
}

.purple::before {
  background-color: #b39ddb;
}

.testemonials-wrapper {
  margin-bottom: 15px;
}
.testemonials-wrapper::after {
  content: "";
  display: block;
  margin-top: 15px;
  border-bottom: 2px solid #001f5d;
}
.testemonials-wrapper:last-child::after {
  display: none;
}

.testimonial-header {
  margin-bottom: 10px;
}

.testemonials-text__positive {
  color: green;
}

.testemonials-text__negative {
  color: #da1717;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex label {
  margin-bottom: 0;
}

.flex-row {
  margin-bottom: 15px;
}

.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-subtitle {
  display: block;
  margin-bottom: 15px;
}

.flex-label {
  margin-right: 10px;
  font-size: 16px;
  color: #7a7a7a;
}

.flex-text {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.btn-tb-margins {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-right {
  margin-top: 27px;
}

.translate-left {
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
  padding-top: 7px;
}
@media only screen and (max-width: 1700px) {
  .translate-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.row-oprema {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .row-oprema {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.row-oprema-item {
  width: 30%;
  margin: 0 0.5% 15px;
}

.row-oprema-item2 {
  line-height: 1.2;
}

.center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.label-blue {
  background-color: #15bec5;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  white-space: nowrap;
  font-weight: 600;
  margin-left: -10px;
}
@media only screen and (max-width: 1199px) {
  .label-blue {
    margin-left: 0;
  }
}

.pagination > li > a,
.pagination > li > span {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

td > a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.rate-bus:checked {
  display: block !important;
}

.bgc-grey-l {
  background-color: #e7eaf2;
}

@media only screen and (max-width: 767px) {
  .jbt-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=app.css.map */
