@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);

body 
{  
  color: #444;
  background: #fafafa;
  font-family: 'Roboto', sans-serif;  
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-weight: 400;
  color: #555;
}

.card, .card-body
{
  color: #444;
}


.logo
{
  transform: scale(1.6);
}

header
{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#48b6c3+0,9dd8df+49,eef8f9+100 */
  background: linear-gradient(to bottom,  rgba(72,182,195,1) 0%,rgba(157,216,223,1) 49%,rgba(238,248,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*height: 100px;*/
}

nav
{
  background: linear-gradient(to bottom,  rgba(72,182,195,1) 0%,rgba(157,216,223,1) 49%,rgba(238,248,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav .nav-item.active
{  
  background: var(--bs-warning);
  border-radius: 3px;
}

nav .nav-item.active a
{
  color: white;
  font-weight: 600;
}

nav .nav-item a:hover
{
  text-decoration: underline;
}


main
{
  padding-top: 100px;
}


#button_menu
{
  width: 36px;
  height: 36px;
  border: #698ea5 1px solid;
  border-radius: 50%;
  background-color: white;
}

#button_menu::after
{
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 14px;
  height: 14px;
  background: #698ea5;
  border-radius: 50%;
  content: "\F282";
  font-family: bootstrap-icons !important;
  font-size: 10px;
  font-weight: 700;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:576px){
  
  #button_menu
  {
    width: 41px;
    height: 41px;
  }
}

header nav
{
  display: flex;
  align-items: flex-end;
}

header nav ul.topmenu
{
  list-style: none;
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}

header nav ul.topmenu>li
{
  display: flex;
  position: relative;
  align-items: stretch;
  border: 0;
  height: 40px;  
  padding: 6px 6px;
  max-width: 160px;
  margin: 0 4px;
}

header nav ul.topmenu>li .badge
{
  position: absolute;
  display: inline-block;
  background: red;
  color: white;
  border-radius: 50%;
  padding: 2px 4px;
  left: -1px;
  top: -1px;
}

header nav ul.topmenu>li.active
{
  background-color: #00a4a3;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  
  border-left: #46bfbe 1px solid;
  border-top: #4ad3d2 1px solid;
  border-right: #008e8d 2px solid;
}

header nav ul.topmenu>li>a
{
  display: flex;
  align-items: center;
  color: #658ca3;
  word-wrap: break-word;  
  user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
  text-decoration: none;
}

header nav ul.topmenu>li>a>span
{
  display: inline;
  padding: 0;
  margin: 0 4px;  
  line-height: 14px;
}

header nav ul.topmenu>li>a:hover>span
{
  color: #007676;
}

header nav ul.topmenu>li.active>a>span
{
  color: #fff;
}

header nav ul.topmenu>li.topmenu_add
{
  max-width: 140px;
}

header nav ul.topmenu>li.topmenu_add>a>i
{
  background: url( ../core/resources/graphic/btn_place.png ) no-repeat scroll 0 0;  
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin-top: 1px;
}

header nav ul.topmenu>li.topmenu_add>a:hover>i
{
  background-position-y: -28px;
}

header nav ul.topmenu>li.topmenu_add.active>a>i
{
  background-position-y: -56px;
}

header nav ul.topmenu>li.topmenu_search
{
  max-width: 140px;
}

header nav ul.topmenu>li.topmenu_search>a>i
{
  background: url( ../core/resources/graphic/btn_search.png ) no-repeat scroll 0 0;  
  width: 32px;
  min-width: 32px;
  height: 30px;
}

header nav ul.topmenu>li.topmenu_search>a:hover>i
{
  background-position-y: -30px;
}

header nav ul.topmenu>li.topmenu_search.active>a>i
{
  background-position-y: -60px;
}


header nav ul.topmenu>li.topmenu_favorites>a>i
{
  background: url( ../core/resources/graphic/btn_favorites.png ) no-repeat scroll 0 0;  
  width: 30px;
  min-width: 30px;
  height: 25px;
}

header nav ul.topmenu>li.topmenu_favorites>a:hover>i
{
  background-position-y: -25px;
}

header nav ul.topmenu>li.topmenu_favorites.active>a>i
{
  background-position-y: -50px;
}



header nav ul.topmenu>li.topmenu_messages>a>span
{
  margin: 0 4px 0 0;
}

header nav ul.topmenu>li.topmenu_messages>a>i
{
  background: url( ../core/resources/graphic/btn_messages.png ) no-repeat scroll 0 0;  
  width: 37px;
  min-width: 37px;
  height: 25px;
}

header nav ul.topmenu>li.topmenu_messages>a:hover>i
{
  background-position-y: -25px;
}

header nav ul.topmenu>li.topmenu_messages.active>a>i
{
  background-position-y: -50px;
}


.booking_block
{
  box-shadow: 0 0 0 0.25rem rgba(0, 164, 163, 0.25); 
  border-radius: 16px;
}

.slideshow_offer_frame
{
  position: relative;
  width: 300px;
  height: 300px;
  border: 0;
  margin: 0 5px;
}

.slideshow_offer_frame_picture
{
  width: 100%;
  height: 90%;
}

.slick-slider .slick-arrow
{
  height: 90%;
  margin-top: 0;
  transform: translateY(-55%);
}

.slick-slider .slick-arrow::before
{
  content: '';
}

.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:active
{
  background-color: #eee;
}

.slick-slider .slick-next
{
  background: transparent url(../core/resources/graphic/right-arrow.svg) no-repeat scroll center;
  background-size: contain;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;  
}

.slick-slider .slick-prev
{
  background: transparent url(../core/resources/graphic/left-arrow.svg) no-repeat scroll center;
  background-size: contain;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;  
}


/*************************************************/
.link-button, a.link-button
{
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 0 rgba(255,255,255,0.7);
	border-radius: 30px;	
	box-shadow: 2px 2px 5px #ccc;	
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
  padding: 6px 10px 6px;
	border: #e6e6e6 2px solid;
  line-height: 20px;
}

.link-button[disabled], 
a.link-button[disabled],
.link-button.disabled, 
a.link-button.disabled
{
  background-color: #ccc !important;
  color: #f6f6f6;
}

.slideshow_offer_frame .link-button, .slideshow_offer_frame a.link-button
{
  display: inline-block;
}

.link-button.link-button-orange, a.link-button.link-button-orange  
{  
  /*font-size: 1.1em;*/
  text-decoration: none;
  background: #f29c20;
}

.link-button.link-button-orange:hover, a.link-button.link-button-orange:hover, .link-button.link-button-orange:active {
  color: #fff;
  background: #d48a1f;
}

.link-button.link-button-green, a.link-button.link-button-green  
{
  border-color: #fff;
  /*font-size: 1.1em;*/
  text-decoration: none;
  background-color: #7ab72b;
}

.link-button.link-button-green:hover, a.link-button.link-button-green:hover, .link-button.link-button-green:active {
  color: #fff;
  background-color: #92ca4a;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}


.link-button.link-button-slideshow, a.link-button.link-button-slideshow
{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  min-width: 160px;
}

/*************************************************************/



.subheader
{
  background: transparent url(../core/resources/graphic/subheader.jpg) no-repeat scroll 0 center;
  display: inline-block;
  max-height: 320px;
  display: block;
}

.promotion_message
{
  display: block;    
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.6) url(../core/resources/graphic/promotion_corner.png) no-repeat scroll left bottom;
  background-size: auto 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  font-weight: 444;
  color: #666;
}

.promotion_block
{
  background: rgba(255,255,255,0.6);
}

.promotion_message .promotion_icon
{
  display: block;  
  min-height: 60px;  
  margin: 10px auto;
  background-repeat: no-repeat;
  background-position: center 0;
}

.promotion_message .promotion_text
{
  margin: 10px auto;
  display: block;  
}

/**********************************************************************/

label.reg_step
{
  text-align: center;
  
}

label.reg_step i
{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--bs-secondary);
  font-weight: bold;
  font-style: normal;
  border-radius: 50%;
  color: white;
  margin-right: 3px;
  font-size: 1em;
  line-height: 1em;
  
}

.respon-kaptcha {
	margin: 0 auto 20px;
	position: relative;
	max-width: 100%;
	height: 78px;
}
.g-recaptcha {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
}


/****************/

.special_radio input[type="radio"] {
  display: none;
}

.special_radio label
{
  cursor: pointer;
  display: inline-block;  
  line-height: 15px;
  margin: 2px 15px 2px auto;
  padding-left: 22px;
  position: relative;
}

.special_radio label:before 
{
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll 0px 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: -1px;
}

.special_radio label:hover:before
{
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll 0px -22px;
}

.special_radio input[type="radio"]:checked + label:before {
   background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll 0px -65px;
}


.special_checkbox
{
  margin: 0 0;
}

.special_checkbox input[type="checkbox"] {
  display: none;
  
}

.special_checkbox label
{
  cursor: pointer;
  display: inline-block;
  margin-right: 22px;
  padding-left: 0px;
  position: relative;
  text-shadow: none;
  
}

.special_checkbox label:before 
{
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll -22px 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  margin-right: 2px;
  position: relative;
  top: 3px;
}

.special_checkbox.checkbox_single label:before
{
  top: 0;
}

.special_checkbox label:hover
{
  /*color: #666;*/
}

.special_checkbox label:hover:before
{
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll -22px -21px;
}

.special_checkbox input[type="checkbox"]:checked + label
{
  /*color: #555;*/
  text-shadow: #ccc 1px 1px 0;
}

.special_checkbox input[type="checkbox"]:checked + label:before {
  background: transparent url(../core/resources/graphic/el_sprite.png) no-repeat scroll -22px -64px;
}


.list_table tr:hover
{
  background-color: #e5ebf2;
}
/**********************/

input.error
{
  border-color: red;
}

label.error
{
  color: red;
  font-size: .85em;
  flex: none;
  display: none;
  width: 100%;
}

/********** richmessage classes ***************/

.richmessage_wrapper
{
  padding-top: 30px;
}

.richmessage
{   
  font-size: 0.9em;
  display: block;
  float: none;
  clear: both;
  background: #fff;
  border: #e8f2f3 10px solid;
  margin: 0 auto 20px;
  padding: 5px;
  /*max-width: 400px;*/
  box-shadow: 5px 5px 8px rgba(212,212,212,0.8);
}

.richmessage .richmessage_content
{
  padding: 0px 10px 5px 32px;
  min-height: 40px;
}

.richmessage .richmessage_text
{
  padding: 5px 10px;
  word-wrap: break-word;
}

.richmessage .richmessage_links
{
  padding: 3px 10px;
  text-align: center;
}

.richmessage .richmessage_links a
{
  display: inline-block;
  color: #555;
}

.alertOK .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/ok32.webp) no-repeat scroll 6px 6px;
}

.alertWarning .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/warning32.webp) no-repeat scroll 6px 6px;
}

.alertError .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/error32.webp) no-repeat scroll 6px 6px;
}

.alertInfo .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/info32.webp) no-repeat scroll 6px 6px;
}

.alertQuestion .ui-dialog-content
{
  padding-left: 50px;
  background: transparent url(../core/resources/graphic/question32.webp) no-repeat scroll 6px 6px;
}
/********** END of richmessage classes ***************/

/******************** BUTTON ******************************/

.loading_square
{
  background: #fff url( '../core/resources/graphic/ajax-loader.gif' ) no-repeat scroll center center;
  width: 34px;
  height: 34px;
  display: none;
}


.button, .ui-button
{
  display: inline-block;
  
  
  background:       #fbfbfb;
  background:           -moz-linear-gradient(0% 170% 90deg, #dfdfdf, white);
  background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#eaeaea));
  
  border-top:             #bfbfbf 1px solid;
  border-right:           #b9b9b9 1px solid;
  border-bottom:          #b3b3b3 1px solid;
  border-left:            #b7b7b7 1px solid;

  color:                   #444;
  display:                 inline-block;
  outline:                  0;
  padding:                 4px 8px;
  text-align:              center;
  text-decoration:         none;
  text-shadow:             1px 1px 0 white; 
  white-space:             nowrap;
  cursor: pointer;
  font-size: 1.0em;
}

.button:hover, .ui-button:hover
{
    background:           -moz-linear-gradient(0% 170% 90deg, #dfdfdf, white);
    background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#dfdfdf));
    border-color:          #99ccff;
    color:                 #333333; 
}


.button:focus, .ui-button:focus
{
  border-color:          #8fc7ff #94c9ff #94c9ff #8fc7ff;
}


.button:active, .ui-button:active
{
  background-position:   0 -25px;
  
  background:           -moz-linear-gradient(0% 170% 90deg, white, #dfdfdf);
  background:           -webkit-gradient(linear, 0% 0%, 0% 170%, from(#dfdfdf), to(white));
  border-color:          #8fc7ff #94c9ff #94c9ff #8fc7ff;
  color:                 #1a1a1a;
  text-shadow:           1px -1px 0 rgba(255, 255, 255, 0.5);
}

.button.disabled, .button.disabled:hover, .button.disabled:active, .button.disabled:focus
{
  background: #f0f0f0;
  border-color: #ddd;
  color: #aaa;
  text-shadow: white 1px 1px 0;
}

.button.corners
{
  border-radius:           4px;
}

/******************** END OF BUTTON ******************************/

.login_btn
{
  font-weight: 500;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
}

.login_btn:hover
{
  background: #f0f5fe;
}

.login_fb_icon
{
  display: block;
  background: transparent url(../core/resources/graphic/icon_fb.webp) no-repeat scroll 0 center;
  width: 20px;
  /*height: 18px;*/
  background-size: contain;
}

.login_google_icon
{
  display: block;
  background: transparent url(../core/resources/graphic/icon_google.png) no-repeat scroll 0 center;
  width: 20px;
  /*height: 18px;*/
  background-size: contain;
}

.login_btn_title
{
  flex-grow: 1;
}

.loading_big
{
  display: block;
  min-height: 300px;
  background: transparent url(../core/resources/graphic/loading_big.gif) no-repeat scroll center center;
}

/*********************************************************************************/

/************************************************/
.form-group.widget_field, .input-group.widget_field
{
  border: #f3a746 2px solid !important;
  border-radius: 30px !important;
}

.form-group.widget_field .dropdown.form-control, 
.form-group.widget_field .dropdown.form-control .btn,
.form-group.widget_field .btn
{
  border-radius: 30px !important;  
  border: none !important;
  user-select: none;  
}

.form-group.widget_field .btn
{
  color: #333;
}

.form-group.widget_field .btn.btn_narrow
{
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 40px;
}

.input-group.widget_field .form-control
{
  background: white;
  border: none !important;
  user-select: none;
}

.input-group.widget_field .form-control.round_left
{
  border-top-left-radius: 30px !important;  
  border-bottom-left-radius: 30px !important;
}

.input-group.widget_field .btn.pre_button
{
  border-top-left-radius: 30px !important;  
  border-bottom-left-radius: 30px !important;
  border: none !important;
}

.input-group.widget_field .btn.post_button
{
  border-top-right-radius: 30px !important;  
  border-bottom-right-radius: 30px !important;
  border: none !important;
}

.form-group.widget_field.geopoint
{
  padding-left: 22px;
  background: transparent url(../core/resources/graphic/location.webp) no-repeat scroll 5px center;
  user-select: none;
}

/*input.form-control
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}*/

/************************************************/



/********************************************************************************/

ul.bottommenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.bottommenu > li {
  display: block;
  
  /*text-transform: uppercase;*/
  font-size: 1em;
  
}

ul.bottommenu > li a
{
  color: rgba(0, 0, 0, 0.65);
  padding: 3px;
}

ul.bottommenu > li a:hover, 
ul.bottommenu > li a:active
{
  color: rgba(0, 0, 0, 0.95);
  text-decoration: none;
}

ul.bottommenu > li a.active
{
  background: var(--bs-warning);
  border-radius: 3px;
}

ul.bottommenu > li > a.active, 
ul.bottommenu > li > a.active:hover, 
ul.bottommenu > li > a.active:active
{
  color: white;
  font-weight: 600;
  text-decoration: none;
}

ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
}
ul.social > li {
  display: inline-block;
  margin: 0 5px;
}
ul.social > li > a {
  font-size: 24px;
  color: #666;
}
ul.social > li > a:hover {
  color: #999;
}

.payment
{
  display: inline-block;
  width: 45px;
  height: 18px;
  margin-right: 1px;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.payment.applepay
{
  background-image: url( '../core/resources/graphic/applepay.webp' );
}

.payment.googlepay
{
  background-image: url( '../core/resources/graphic/googlepay.webp' );
}

.payment.visa
{
  background-image: url( '../core/resources/graphic/visa.webp' );
}

.payment.mastercard
{
  background-image: url( '../core/resources/graphic/mastercard.webp' );
}

footer {
  margin-top:auto;
  padding-top: 20px;
  padding-bottom: 0;
  color: #0d0045;
  min-height: 60px;
  
  /*position: relative;#9dd7f0*/
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,d4e8e7+100 */
  background: linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(212,232,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  
}

a#createdby
{  
  display: inline-block;  
  width: 80px;
  height: 17px;
  background: transparent url(../core/resources/graphic/createdby_trans.png) no-repeat scroll center;
  margin: auto 10px 10px auto;
}

.social_50
{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

.social_50.facebook
{
  background-image: url( '../core/resources/graphic/facebook50.webp' );
}

.social_50.instagram
{
  background-image: url( '../core/resources/graphic/instagram50.webp' );
}

.social_50.viber
{
  background-image: url( '../core/resources/graphic/viber50.webp' );
}

.social_50.whatsapp
{
  background-image: url( '../core/resources/graphic/whatsapp50.webp' );
}

.social_50.tiktok
{
  background-image: url( '../core/resources/graphic/tiktok.svg' );
}

footer
{
  font-size: .95em;
}


footer a {
  color: #0d0045;
  margin: 2px 0;
}
footer a:hover {
  color: #f9a225;
}

/*************************/


.selectpicker
{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 0;
}


.selectpicker .ts-control
{  
  border: 0 !important;
  border-radius: 0 !important;
  padding: 2px !important;
  
  line-height: 18px;
  font-size: 17px;
  background-color: none !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}

.selectpicker .ts-control::after
{
  right: 0 !important;
}

.ts-wrapper
{
  min-height: 33px !important;
  padding: 6px 12px 6px 0;
}

.ts-dropdown
{
  font-size: 1.1em;
}


/*****************/



.ok16message
{
  width: 18px;
  min-height: 18px;
  
  background: transparent url(../core/resources/graphic/ok16.webp) no-repeat scroll 0 0;
}




.info24message
{
  display: flex;
  align-items: center;
  padding: 1px 3px 1px 32px;
  margin-top: 3px;
  min-height: 30px;
  background: #f2faff url(../core/resources/graphic/info24.png) no-repeat scroll 3px 2px;
  border-color: #4ab5e2;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-radius: 6px;
  box-shadow: #ccc 1px 1px 3px;
  box-shadow: #ccc 1px 1px 3px;
}

.info16message
{
  display: flex;
  align-items: start;
  padding: 3px 3px 2px 21px;
  margin-top: 3px;
  min-height: 21px;
  background: #f2faff url(../core/resources/graphic/info16.png) no-repeat scroll 2px 1px;
  border-color: #4ab5e2;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-radius: 6px;
  box-shadow: #ccc 1px 1px 3px;
}



/*************/

.warning16message
{
  display: flex;
  align-items: start;
  padding: 3px 3px 2px 21px;
  margin-top: 3px;
  min-height: 21px;
  background: #fffdeb url(../core/resources/graphic/warning16.webp) no-repeat scroll 2px 1px;
  border-color: #f0d435;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-radius: 6px;
  box-shadow: #ccc 1px 1px 3px;
}

.info16message .message, .warning16message .message
{
  color: #555;
  display: inline;
  
  padding-top: 0;
  padding-bottom: 1px;
  text-align: left;
}

.warning24message 
{
  
  display: flex;
  align-items: center;
  padding: 1px 3px 1px 32px;
  margin-top: 3px;
  min-height: 30px;
  background: #fffdeb url(../core/resources/graphic/warning24.webp) no-repeat scroll 3px 1px;
  border-color: #f0d435;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-radius: 6px;
  box-shadow: #ccc 1px 1px 3px;
  box-shadow: #ccc 1px 1px 3px;
}

.warning32message
{
  display: flex;
  align-items: center;
  padding: 3px 6px 3px 42px;
  margin-top: 3px;
  min-height: 40px;
  background: #fffdeb url(../core/resources/graphic/warning32.webp) no-repeat scroll 4px 3px;
  border-color: #f0d435;
  border-style: solid;
  border-width: 1px 1px 1px 8px;
  border-radius: 6px;
  box-shadow: #ccc 1px 1px 3px;
}

.warning64message
{
  padding: 10px 6px 3px 70px;
  margin-top: 3px;
  min-height: 70px;
  background: #fffdeb url(../core/resources/graphic/warning64.png) no-repeat scroll 3px 4px;
  border-left: #f0d435 3px solid;
}

.error32message
{
  display: flex;
  align-items: center;
  padding: 3px 6px 3px 42px;
  margin-top: 3px;
  min-height: 40px;
  background: #fff2f2 url(../core/resources/graphic/error32.webp) no-repeat scroll 3px 4px;
  border-color: #ef8787;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-radius: 6px;
  box-shadow: #ccc 1px 1px 3px;
}



.kniazha_logo
{
  background: transparent url(../core/resources/graphic/kniazha_logo.png) no-repeat scroll right top;
  background-size: 94px 45px;
}

/*************/

.message
{
  color: #555;
  display: inline;
  
  padding-top: 7px;
  padding-bottom: 5px;
  text-align: left;
}

.smaller
{
  font-size: .85em; 
  line-height: 1.05em;
  
}

/*************/

.panel-race-selector
{
  /*border: rgb(221, 221, 221) 1px solid;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
  border-radius: 8px;*/
}


.panel-race-selector h3
{
  text-align: center !important;
  color: #338089;
  font-weight: 700;
  text-transform: uppercase;
}

.race_selector_currdate
{
  display: block;
  text-align: center;
  font-size: 18px;
  padding-top: 9px;
  text-transform: uppercase;  
  color: #888;
}

.race_selector_currdate>span
{
  font-weight: bold;
  color: #f29c20;
}

.race_selector_prevdate, 
.race_selector_nextdate
{
  display: flex;  
}

.race_selector_prevdate .race_selector_icon, 
.race_selector_nextdate .race_selector_icon
{
  font-size: 1.8em !important;
  line-height: 1.4em;
  text-align: center;  
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 0;
}

.race_selector_prevdate .race_selector_icon
{
  border-top-left-radius: 4px;
  
}

.race_selector_nextdate .race_selector_icon
{
  border-top-right-radius: 4px;
}

.race_selector_label
{  
  width: 120px;
  height: 45px;
  border-radius: 0;
  padding-top: 8px;
  background: #a0aeae;
  color: white;
  line-height: 1.05em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
}

.race_selector_label span
{
  display: block;
  font-size: .85em;
}

.race_selector_prevdate .race_selector_label
{
  border-top-right-radius: 4px;
}

.race_selector_nextdate
{
  /*display: block;
  background-color: #ddf1fb;
  border-radius: 2px;
  padding-right: 6px;*/
  justify-content: end;
  
}

.race_selector_nextdate .race_selector_label
{
  border-top-left-radius: 4px;
}



/*.race_selector_prevdate:hover,
.race_selector_prevdate:focus,
.race_selector_nextdate:hover,
.race_selector_nextdate:focus
{
  color: #47658e;
}*/

.race_selector_prevdate.disabled .race_selector_label,
.race_selector_prevdate.disabled .race_selector_label span, 
.race_selector_prevdate.disabled:hover .race_selector_label span, 
.race_selector_nextdate.disabled .race_selector_label span, 
.race_selector_nextdate.disabled:hover .race_selector_label span
{
  color: #ccc;
  cursor: default;
  text-decoration: none;
}

.race_selector_prevdate.disabled:focus .race_selector_label,
.race_selector_prevdate.disabled:focus .race_selector_label span, 
.race_selector_nextdate.disabled:focus .race_selector_label,
.race_selector_nextdate.disabled:focus .race_selector_label span
{
  text-decoration: none;
}


/***************/



/*****************************/

.row_radio
{
  
}

.row_radio input[type="radio"]
{
  display: none;
}

.row_radio input[type="radio"]:checked + label
{
  background-color: #f2f2f2;
}

.row_radio .checkbox
{
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0 auto 0 10px;
  background: transparent url(../core/resources/graphic/checkbox_gray.webp) no-repeat scroll 0 0;
  background-size: contain;
}

.row_radio input[type="radio"]:checked + label .checkbox
{
  background: transparent url(../core/resources/graphic/checkbox_blue.webp) no-repeat scroll 0 0;
  background-size: contain;
}

.row_radio label
{
  display: block;
  cursor: pointer;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
}

.row_radio label:hover
{
  background-color: #fafafa;
}

.row_radio .deptime
{
  font-size: 21px;
  line-height: 25px;
  color: #f29c20;
  padding: 0;
  margin: 0;  
}

.row_radio .col_checkbox
{
  width: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.row_radio .col_deptime
{
  width: 70px;
  padding-left: 10px;
  padding-right: 10px;
}

.row_radio .station_a_name, .row_radio .station_b_name
{  
  display: block;  
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
}

.station_a_name
{
  color: #338089;
}

.station_b_name
{
  color: #338089;
}

.blue_text
{
  color: #338089 !important;
}

.row_radio .station_descr
{
  font-size: 0.9em;
  line-height: 0.9em;
  font-weight: normal;
  font-style: italic;
}

.row_radio .timetable
{
  /*font-size: 1em;*/
  display: inline-block;  
  font-size: 0.65em;  
}




@media (max-width: 767px) {
  
  .row_radio .row_radio_details
  {
    padding: 0.2em 0 0 0.2em;
  }
  
  .row_radio .routename
  {  
    font-size: 1.4em;
    margin: 0.15em 0 0 0;
  }
  
  .row_radio .timetable
  {
    display: block;  
  }     
  
  

  .row_radio .checkbox
  {
    margin-left: 3px;
  }
  
  .link_arrow_details
  {
    margin-top: 0;
  }
  
  .payment
  {    
    width: 62px;
    height: 25px;    
  }

  .race_selector_label
  {
    display: none;
  }
      
  /*a.race_selector_prevdate, a.race_selector_nextdate
  {
    background-color: transparent;
  }*/
  
  .row_radio .col_checkbox
  {
    width: 25px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .row_radio .col_deptime
  {
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }
}


@media (max-width: 992px) {
  
  .race_selector_label
  {
    font-size: 0.8em;
  }
}


.route_schedule_container
{
  padding: 10px;
  /*margin-bottom: 10px; */
  border: #ddd 1px solid;
  border-radius: 6px;
  box-shadow: #ddd 1px 1px 10px;
  position: relative;
}

.race_duration
{
  color: #555;
  display: inline-block;
  /*height: 28px;*/
  border: #ddd 1px solid;
  border-radius: 14px;
  padding: 3px 10px 4px;
  margin: 4px 0;
  font-weight: normal;
  font-size: 0.95em;  
}

.route_change_container
{
  border-left: #1786af 4px dotted;
  margin-left: 45px;
}

.route_change_item
{
  color: #666;
  display: inline-block;

  border: #1786af 1px solid;
  border-radius: 14px;
  padding: 4px 10px;
  margin: 4px 0 4px 10px;
  font-weight: normal;
  font-size: 0.95em;  
}

.route_change_item p
{
  margin: 2px 0;
}


.link_arrow
{
  color: #f29c20;
  text-decoration: none;
  font-size: 0.9em;
  /*text-align: center;*/
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.link_arrow:after 
{
  content:'\25BC'
}

.link_arrow.active:after 
{
  content:'\25B2'
}

.link_arrow span
{
  border-bottom: 1px dotted #f29c20;
}

.link_arrow:hover span
{
  border-bottom: 1px dotted transparent;
}


.link_arrow_expandable
{
  color: #1482ab;
}

.link_arrow span
{
  border-bottom: 1px dotted #1482ab;
}



.arrow-1 {
  width:100%;
  max-width:220px;
  height:12px;
  display: flex;
  margin: auto;
  position: relative;
}
.arrow-1:before {
  content: "";  
  background: #f29c20;
  width:100%;
  clip-path: polygon(0 4px,calc(100% - 15px) 4px,calc(100% - 15px) 0,100% 50%,calc(100% - 15px) 100%,calc(100% - 15px) calc(100% - 4px),0 calc(100% - 4px));
  /*animation: a1 1.5s infinite linear;*/
}

.tooltip_template
{
  display: none;
}

.arrow-1 .interchange
{
  position: absolute;  
  height:12px;
  
  background-color: #e5e5f7;
  opacity: 0.8;
  background-image: linear-gradient(to right, #1582ab, #1582ab 3px, #e5e5f7 3px, #e5e5f7 );
  background-size: 6px 100%;

  clip-path: polygon(0 2px, 100% 2px, 100% calc(100% - 2px), 0 calc(100% - 2px));
}

.arrow-1 .interchange:hover
{
  background-image: linear-gradient(to right, #f00, #f00 3px, #e5e5f7 3px, #e5e5f7 );
}


.waytime_block
{
  display: block;
}

.way_time
{
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: #338089;
}

.way_time_interchange
{
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: #338089;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.way_time_interchange:hover
{
  color: red;
}


.route_schedule_wrapper
{
  margin: 10px 0;
}


ul.route_schedule {
  list-style: none;  
  margin: 0;
}

ul.route_schedule li {
  position: relative;
  padding-left: 20px;
  color: #777;
}

ul.route_schedule li.active
{
  color: #f29c20;
  font-weight: bold;
}

ul.route_schedule li:not(:last-child):before {
  position: absolute;
  content: "";
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
  border-left: #ccc 2px dotted;
}

ul.route_schedule li::after {
  width: 14px;
  height: 14px;
  border: #ccc 2px solid;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
}

ul.route_schedule li.active::after 
{  
  border: #f29c20 2px solid;
}

.route_change_item
{
  display: inline-block;
}



/*********************************/


.ticket_price
{
  font-size: 1.1em;  
  color: #666;
  font-weight: bold;
  text-align: center;
}

.special_offer_label
{
  display: inline-block;
  background: transparent url(../core/resources/graphic/action.webp) no-repeat scroll left bottom;
  width: 26px;
  height: 20px;
  padding-left: 28px;
  margin: auto 28px -2px 4px;
  white-space: nowrap;
  color: #fe0101;
}

/*.ticket_price.action_price:after
{
  display: inline-block;
  background: transparent url(../core/resources/graphic/action.webp) no-repeat scroll left bottom;
  width: 26px;
  height: 20px;
  content: '';
  margin: auto auto -2px -4px;  
}*/



#ticket_price .clear_tariff
{
  color: #888;
  text-decoration: line-through solid red;
  position: relative;
  white-space: nowrap;
}

.price.blue_text
{
  white-space: nowrap;
}

#ticket_price_container #ticket_price i
{
  font-weight: bold;
  color: #666;
  font-size: 1.2em;  
  font-style: normal;  
}

#ticket_price_container #ticket_price i span
{
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 0.85em;
  *zoom: 0.85;
  line-height: 13px;
  clear: both;
}

/*
#ticket_price_container #ticket_price i span:after
{
  clear: both;
  display: table;
  content: "";
  line-height: 0;
}*/

.ticket_price
{
  text-align: right;
  font-size: 1.2em;  
}

.ticket_price span
{
  font-weight: bold;
  color: #1786af;
}


.booking_total
{
  text-align: left;
  font-size: 1.2em;
}

.booking_total span
{
  color: #9c301a;
  font-weight: bold;
}

.booking_discount
{
  text-align: left;
  font-size: 0.9em;
  color: #777;
}

.booking_discount span
{
  font-weight: bold;
}

/*********************************/

.updownfield_label
{
  display: inline;
  float: left;
  margin: 2px 2px 0 0;
}

.updownfield_container
{
  display: inline-block;
}

.updownfield_field
{
  border: #ccc 1px solid;
}

.updownfield_button
{
  border: #ccc 1px solid;
  background: #ddd;
}

.updownfield_button .updownfield_button_left
{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.updownfield_button .updownfield_button_right
{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


/*********************************/