:root {
  --flix-primary-brand-color: #73d700;
  --flix-secondary-brand-color: #ffad00;
  --flix-ui-primary-color: #31a100;
  --flix-ui-primary-light-color: #5cc500;
  --flix-ui-primary-dark-color: #187d00;
  --flix-grayscale-0-color: #fff;
  --flix-grayscale-10-color: #f7f7f7;
  --flix-grayscale-30-color: #e1e1e1;
  --flix-grayscale-50-color: #c8c8c8;
  --flix-grayscale-70-color: #646464;
  --flix-grayscale-90-color: #444;
  --flix-grayscale-100-color: #353535;
  --flix-neutral-color: #016ae7;
  --flix-success-color: #228f00;
  --flix-success-dark-color: #136b00;
  --flix-warning-color: #ff5704;
  --flix-warning-dark-color: #c42d00;
  --flix-danger-color: #dd2828;
  --flix-danger-dark-color: #b31414;
  --flix-bg-primary-color: #fff;
  --flix-bg-primary-transparent-color: rgba(255, 255, 255, 0.88);
  --flix-bg-secondary-color: #f7f7f7;
  --flix-box-bg-color: #fff;
  --flix-highlight-color: #e5f9c0;
  --flix-overlay-bg-color: rgba(0, 0, 0, 0.5);
  --flix-focus-outline-color: #016ae7;
  --flix-content-primary-color: #353535;
  --flix-content-secondary-color: #646464;
  --flix-heading-font-color: #353535;
  --flix-link-color: #0047de;
  --flix-line-primary-color: #c8c8c8;
  --flix-icon-primary-color: #8b8b8b;
  --flix-icon-secondary-color: #31a100;
  --flix-box-shadow-color: rgba(0, 0, 0, 0.18);
  --flix-box-shadow-subtle-color: rgba(0, 0, 0, 0.06);
  --flix-button-primary-color: #ffcb46;
  --flix-button-secondary-color: #a2e53f;
  --flix-button-label-color: #353535;
  --flix-header-bg-color: #a2e53f;
  --flix-header-color: #353535;
  --flix-header-nav-bg-color-tablet: #73d700;
  --flix-input-border-color: #8b8b8b;
  --flix-input-height-mobile: 44px;
  --flix-input-height-desktop: 36px;
  --flix-spacing-1: 6px;
  --flix-spacing-2: 12px;
  --flix-spacing-3: 18px;
  --flix-spacing-4: 24px;
  --flix-spacing-5: 30px;
  --flix-spacing-6: 36px;
  --flix-spacing-7: 42px;
  --flix-spacing-8: 48px;
  --flix-spacing-9: 54px;
  --flix-spacing-10: 60px;
  --flix-spacing-11: 66px;
  --flix-spacing-12: 72px;
  --flix-spacing-half: 3px;
  --flix-page-min-width: 320px;
  --flix-page-max-width: 1200px;
  --flix-font-size-primary: 1rem;
  --flix-font-size-small: 0.875rem;
  --flix-font-size-fineprint: 0.75rem;
  --flix-font-size-h1: 1.7rem;
  --flix-font-size-h2: 1.3rem;
  --flix-font-size-h3: 1.1rem;
  --flix-font-size-h4: 1rem;
  --flix-line-height-primary: 1.5rem;
  --flix-line-height-small: 1.125rem;
  --flix-line-height-fineprint: 0.938rem;
  --flix-line-height-h1: 2rem;
  --flix-line-height-h2: 1.7rem;
  --flix-line-height-h3: 1.5rem;
  --flix-line-height-h4: 1.5rem;
  --flix-hover-layer-color: linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
  --flix-pressed-layer-color: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
  --flix-disabled-element-opacity: 0.5;
  --flix-primary-border-radius: 6px;
  --flix-primary-box-shadow: 0px 6px 12px rgba(0, 0, 0, .06), 0px 3px 18px rgba(0, 0, 0, .06), 0px 3px 6px rgba(0, 0, 0, .18);
  --flix-font-family-primary: Roboto, Arial, sans-serif;
  --flix-font-weight-normal: 400;
  --flix-font-weight-semibold: 400;
  --flix-font-weight-bold: 700;
}

.Zebra_DatePicker .dp_daypicker th {
  background: white;
}
.Zebra_DatePicker .dp_body .dp_selected {
  background: #317bd2;
}

.ui-widget-overlay {
  background: #dbb627;
  opacity: 0.6;
}
.f-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: solid 1px var(--flix-line-primary-color);
    padding: var(--flix-spacing-2);
    background: #fff;
    border-radius: 6px;
    width: 719px;
    margin: 20px auto 10px auto;
	box-shadow: 1px 3px 4px rgb(100 100 100 / 30%);
}
.toogle-button {
    padding: 5px 9px;
	margin: 4px 6px;
    background-color: transparent;
    border: 1px solid var(--flix-line-primary-color);
    border-radius: 4px;
    font-size: 1.06em;
}

.toogle-button-cur {
    padding: 6px 10px;
    border-radius: 5px;
    border: 3px solid #167DC3;
    color: white;
    background-color: #167DC3;
    /* font-weight: 600; */
    font-size: 1.10em;
	margin: 0px 6px;
}

.name-route {
    padding: 6px 10px; 
    font-family: Arial; 
    font-size: 1.1em; 
    #border: 3px solid #616567; 
    color: #9d9c9c; 
    #background-color: #616567; 
    #border-radius: 5px;
}
.name-route-back {
    border-color: #951c49; 
    background-color: #951c49; 
}
.order-delete {
    background-image: url(/images/delete.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    min-width:40px;
    padding: 2px;
}
/* LOGIN */
.login {
	margin: 20px auto;
	max-width: 400px;
}

.app-logo {
  width: 33%;
  max-width: 150px;
  display: block;
	margin-left: 21px;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-bottom-30px {
  margin-bottom: 30px !important;
}
.height-16px {
  height: 16px;
}
.div-flex-center {
  display: flex;
  justify-content: center;
}
.your-logo img[alt*="front"] {
  padding: .2rem;
  border: 3px solid red;
}
.your-logo img {
  max-height: 100px;
  border-radius: 10px;
  margin-top: 5px; 
  font-size: 30px;
}
.login-screen {
	padding: 20px 20px;
	max-width: 100%;
	font-size: 1.2em;
}

.login-form {
	text-align: center;
}
.group {
	margin-bottom: 12px;
}
.group button {
	background-color: #438def;
	border-color: #ddd;
	color: #ffffff;
	border-radius: 30px;
	margin: 0 auto;
	width: 60%;
	padding: 10px;
	font-size: 1em;
	font-family: ArialRoundedMTProCyr, Formular, Arial;
  box-shadow: 0 0 6px rgb(201,201,201);
	border: none;
  font-size: 0.9em;
  font-weight: 300;
}
.group textarea:focus, .group input:focus {
  box-shadow: none !important;
}
.my-text {
  box-shadow: none;
  padding-left: 5px !important;
  height: 36px;
  width: 90px;
  border-radius: 3px;
  border: 1px solid rgb(220,222,226);
  font-size: 0.9em;
}
.login-field {
	font-family: ArialRoundedMTProCyr, Formular, Arial;
	text-align: center !important;
	background-color: #fcfcfc;
	border: 2px solid transparent;
	border-radius: 6px;
	font-size: 1em;
	font-weight: 200;
	padding: 10px 0 !important;
	transition: border .5s;
	color: #939393;
	box-shadow: 0 0 12px #b0adad;
	width: 80%;
}

input:focus {
	border: 1px solid #93c0fc !important;
	box-shadow: none !important;
}
.login-man {
	height: 80px;
	margin: 50px auto 30px auto;
	transition: margin .5s;
    text-align:center;
}
.login-man img {
	max-height: 80px;
}
header {
    display: none;
}

.info-div table, th, td {
  border: 1px solid gray;
  border-collapse: collapse;
}
td {
    padding: 2px 5px;
    text-align:center;
}

.div-search {
    min-width: 220px;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 0 36px 4px rgba(0,0,0,.1);
    border-radius: 12px;
    background-color: #fff;
}
.input-group {
  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-flex-wrap: wrap;
  #-ms-flex-wrap: wrap;
  #flex-wrap: wrap;
}
.input-group .single-input {
  padding-right: 5px;
  padding-left: 5px;
}
.input-group .single-input {
  #max-width: 20%;
  -webkit-box-flex: 0;
  #-webkit-flex: 0 0 20%;
  #-ms-flex: 0 0 20%;
  #flex: 0 0 20%;
  display: flex;
  width: 200px;
  border: 1px solid #1e1d1d47;
  height: 32px;
  border-radius: 6px;
}
.input-group .single-input {
  position: relative;
}
.input-group .single-input .input-iconbadge {
  position: absolute;
  top: 18px;
  #left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-group .single-input input, .input-group .single-input select {
  background-color: inherit;
  border-radius: 5px;
  border: none;
  padding: 15px 45px;
}
.input-group .single-input input:active {
  border: none !important;
}

.autocomplete {
  border-width: 1px;
  background-size: 1.2rem;
  background-origin: border-box;
  background-position: center;
}
.ss-main99 {
    width: auto;
    padding: 6px 5px 6px 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.ss-main99 .ss-single-selected {
    border: 0;
    background-color: inherit;
}
#zebra_0, #zebra_1 {
    width: 70px !important;
    padding: 8px !important;
}

.list-anketa {
    display: none;
}
.comment-pay {
    display: none;
    max-width: 460px;
    margin: 30px auto 20px auto;
    border-top: 2px solid gray;
    padding-top: 15px;
}

.anketa {
  border: solid 1px var(--flix-line-primary-color);
  border-radius: 6px;
  padding: var(--flix-spacing-2);
  margin: 20px auto 10px auto;
  width: 420px;
  text-align: center;
  background: #fff;
  box-shadow: 1px 3px 4px rgb(100 100 100 / 30%);
}
.anketa-row {
  margin: 4px auto;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
input.p, input.n, input.pe, input.ne, input.b, input.t, input.y, input.u, input.pu, input.ps {
  width: 94%;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1em;
}
.form-control {
  display: block;
  width: 94%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#id-comment {
  width: 96%;
  max-width: 640px;
  border: 1px solid #c6c5c5;
  border-radius: 6px;
}
.new-pass {
    width: 420px;
    margin: 10px auto;
    text-align: right;
}

.agree-booking {
    display:none;
    max-width: 420px;
}
.order-full {
  display: flex;
  justify-content: center;
}
.trip-info {
  display: none;
}
.order, .trip-info {
  #width:50%;
}
.order .anketa {
  #margin-right: 10px;
}
.trip-info .anketa {
  margin-left: 10px;
}
.sel-land {
  width: 140px;
  position: absolute;
  left: 25px;
}
.sel-date {
  position: absolute;
  left: 25px;
}
.ss-content .ss-list .ss-option {
  font-family: Roboto, Arial;
}

.ss-main {
  border: none;
  border-radius: none;
  min-height: 32px;
}
.ss-main:focus {
  box-shadow: none;
}
#date_1, #date_2 {
  margin-left: 10px;
  width: 100px;
}
#date_1:focus, #date_2:focus {
  border: none;
}

.ss-content .ss-search {
	font-family: Roboto, Arial;
}


#dt0, #dt1, #ps0, #ps1, #dt0b, #dt1b, #ps0b, #ps1b {
  text-align: left;
}

#dt0 span, #dt1 span, #ps0000 span, #ps1111 span, #dt0b span, #dt1b span, #ps0b000 span, #ps1b000 span {
  font-weight: 700;
}
#route-back {
  display: none;
  margin-top: 30px;
}
.success-info {
  display: none;
  margin-top: 50px;
}
.success-info p {
  text-align: center;
  font-family: Roboto, Arial;
}
/* ORDER STATUS for adm_orders.php */
.order-new { /* 0 */
  background-color: rgba(255, 154, 154, 0.5) !important;
}
.order-view { /* 1 */
  background-color: rgb(253, 251, 128, 0.5) !important;
}
.order-confirm { /* 2 */
  background-color: rgb(253, 251, 128, 0.5) !important;
}
.order-success { /* 10 */
  background-color: rgb(113, 253, 113, 0.5) !important;
}
.order-cancel { /* 11 */
  background-color: rgb(108, 108, 108, 0.5) !important;
}
/* /ORDER STATUS */

/* CHECKBOX */
.checkbox-wrapper-1 *,
.checkbox-wrapper-1 ::after,
.checkbox-wrapper-1 ::before {
  box-sizing: border-box;
}
.checkbox-wrapper-1 [type=checkbox].substituted {
  margin: 0;
  width: 0;
  height: 0;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox-wrapper-1 [type=checkbox].substituted + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.6em;
  color: rgba(0, 0, 0, 0.275);
  border: solid 0.06em;
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
  border-radius: 0.2em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
  background-size: 0;
  will-change: color, border, background, background-size, box-shadow;
  transform: translate3d(0, 0, 0);
  transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}
.checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
  background-color: #f0f0f0;
}
.checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
  background-color: #3B99FC;
  background-size: 0.75em;
  color: rgba(0, 0, 0, 0.075);
}
.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
  background-color: #0a7ffb;
  color: rgba(0, 0, 0, 0.275);
}
.checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before {
  opacity: 0.5;
}

.checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before {
  color: rgba(255, 255, 255, 0.275);
  background-color: #222;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
}
.checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before {
  background-color: #444;
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
}
.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before {
  background-color: #a97035;
  color: rgba(255, 255, 255, 0.075);
}
.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before {
  background-color: #c68035;
  color: rgba(0, 0, 0, 0.275);
}
.checkbox-wrapper-1 [type=checkbox].substituted + label {
  -webkit-user-select: none;
  user-select: none;
}
/* /CHECKBOX */

/* */
#trips-list {
  #display: block;
  font-size: 0.9em;
  font-family: Roboto,Arial;
  padding: 10p;
  font-weight: 300;
}
.div-one-trip {
  #display: flex;
  align-items: center;
  border: 1px solid rgb(190, 189, 189);
  border-radius: 5px;
  max-width: 80%;
  margin: 10px auto;
  padding: 10px 0;
}
.one-trip-1, .one-trip-2 {
  max-width: 50%;
  min-width: 50%;
}
.date-time {
  margin: 2px 10px;
  font-size: 0.8em;
}
.date-time span {
  margin-right: 10px;
  font-size: 1.6em;
  font-weight: 500;
}
.div-one-trip .city {
  margin: 2px 10px;
  font-size: 1.2em;
  font-weight: 400;
}
.div-one-trip .address {
  margin: 2px 10px;
}
.my-button {
  margin: 10px auto; 
  text-align: center;
  border: 1px solid #ffffff; 
  padding: 5px 10px; 
  border-radius: 5px; 
  background-color: #5597e6;
  width: fit-content;
  font-weight: 400;
}
.info-star2 {
  font-size: 0.6em;
  color: #5597e6;
  margin-left: 10px;
}
.sel-tourist-pay {
  margin: 6px;
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0 6px;
}
.one-trip-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.free-seats {
  font-size: 1.3em;
  color: #0064ff;
  font-weight: 600;
}

#info-next-trip {
  display: none;
  position: absolute;
  left: 300px;
  background-color: rgb(170, 186, 247);
  padding: 20px;
  top: 500px;
  border-radius: 10px;
  z-index: 9999;
}
.info-next-trip-1 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  color: red;
  margin: 5px auto 5px;
}
.info-next-trip-2 {
  text-align: center;
  font-weight: 600;
  color: #515050;
}
.info-next-trip-2 span {
  font-size: 1.4em;
  color: red;
}
.info-next-trip-3 {
  text-align: center;
  font-weight: 600;
  color: #515050;
}
.info-next-trip-3 span {
  font-size: 1.4em;
  color: red;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 2px;
}
.ui-widget {
  font-size: 0.9em;
}

@media (max-width: 1140px) {
  .input-group, .order-full {
    display: block;
  }
  .div-one-trip {
    display: block;
  }
}

@media (max-width: 1140px) {

/*  .input-group, .order-full {
    display: block;
  } */
  .trip-info .anketa {
    margin: 20px auto;
  }
   .sel-land {
        width: 80%;
    }
    .ss-main99 {
        width: 100% !important;
    }
    .input-group .single-input {
        margin: 10px auto;
    }
    #date_1, #date_2 {
        #margin: 10px auto;
        #width: 160px;
    }
    #date_1 {
      margin: 10px auto;
    }
    #date_1 .input-iconbadge, #date_2 .input-iconbadge {
        #left: 25px;
    }
}
@media (max-width: 920px) {
  .order-full {
    display: block;
  }
}

@media (max-width: 775px) {
    .f-box {
        width: 94.1%; /* бо не знаю як зробити ширину flex-div по ширині контенту */
    }
    .help-steps {
        left: 0px; 
    }
}
@media (max-width: 460px) {
  .div-one-trip {
    max-width: 90%;
  }
  
  .f-box {
    width: 98%; /* бо не знаю як зробити ширину flex-div по ширині контенту */
  }
  .help-steps {
    left: 0px; 
  }
  .anketa {
    width: auto;
  }
  .new-pass {
    width: auto;
    margin: 20px auto;
  }
}
