.map_container {
    display: none !important;
}
select{
  color: #000000;
}
/* loader */
.loading {
    position: fixed;
    width: calc(100% + 220px);
    height: 100%;
    background-color: rgba(0, 92, 171, 0.6);
    z-index: 99999 !important;
    top: 0;
    left: 0;
    display: none;
}

.loader_wrapper {
    _display: flex;
    _align-items: center;
    width: 100%;
    height: 100%;
    position:relative;
}
.loader_img{
    backface-visibility: hidden;


  position: absolute;
  top: 50%;
    transform:translateY(-50%);
    left:-220px;
     overflow: hidden;
  -webkit-animation: marquee 3s linear infinite;
  animation: marquee 3s linear infinite;


}
@-webkit-keyframes marquee {
  from {
    left: -220px;
  }
  to {
    left: 100%
  }
}

@keyframes marquee {
  from {
    left: -220px;
  }
  to {
    left: 100%
  }
}
/* loader */




@font-face {
  font-family: mainFont;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: boldFont;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: lightFont;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: semiFont;
  src: url(../fonts/Roboto-Medium.ttf);
}
body {
  margin: 0px;
  font-family: mainFont, Verdana ;
  font-size: 16px !important;
  color:#000000 !important;
      line-height: normal;
}
input,select{
    outline:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

}
img{
	max-width: 100%;
}

input[type=number] {
  -moz-appearance:textfield;
}
.logo .phone {
    display: flex;
    align-items: center;
}
#start_date, #end_date {
    flex: 1;
    max-width: 45%;
}
.logo {
    background-color: #ffffff;
    padding: 15px 25px;
    display: inline-flex;
}

.foot-right.ticket_vechicles {
    display: none !important;
}

.foot-left.ticket_passngers {
    margin: auto !important;
}
/*
.container {
    max-width: 1196px !important;
    overflow: hidden;
    padding: 0 !important;

}

a {
    color: #000000;
    transition:all 0.2s;
}
img {
    max-width: 100%;
}
a:hover{
    color: #F47B3B !important;
        text-decoration: inherit;
}
*{
     box-sizing: border-box;
}
.steps_container {
    background-color: #041A45;

}

.step_title {
    font-size: 20px;
    font-family: boldFont;
        margin-bottom: 10px;
}

.step.active {
    color: #ffffff;
}

.step_subtitle {
    font-size: 16px;
}
.step {
    color: #77849D;
    padding-bottom: 18px;
    min-width: 242px;
    position: relative;
}
.step_text {
    border-right: 1px solid #FFFFFF;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 18px;
}

.container {
    max-width: 1283px !important;
    margin: auto;
}
.row
{
  display:flex;
  align-items: center;
  flex-wrap:wrap;
}
.outer_container {
    padding-left: 30px;
    padding-right: 30px;
}
.step.active:after {
    bottom: 0;
    content: '';
    width: calc(100% - 2px);
    height: 6px;
    background-color: #E50019;
    display: block;
    position: absolute;
    left: 0;
}
.step:last-child .step_text {
    border-right: 0;
}
.main_content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.title {
    font-size: 36px;
    font-family: boldFont;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.chk_container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    font-family: semiFont;
    min-height: 18px;
    margin-right: 30px;
}



.chk_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
    border: 1px solid #041A45;
}


.chk_container:hover input ~ .checkmark {
  border-color: #E50019;
}


.chk_container input:checked ~ .checkmark {
    border-color: #E50019;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.chk_container input:checked ~ .checkmark:after {
  display: block;
}


.chk_container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E50019;
}
.route_type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        margin-bottom: 30px;
}
label.chk_container:last-child {
    margin-right: 0;
}
.route_type_title {
    font-size: 25px;
    margin-right: 20px;
}

.container_inner {
    max-width: 1194px;
    margin: auto;
    padding-top: 40px;
}
label {
    margin-bottom: 0 !important;
}
.route_input {
    padding-left: 35px;
    padding-right: 35px;
}

select.port_select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #041A45;
    padding-bottom: 10px;
    font-size: 17px;
    -webkit-appearance: none;
    background-image: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
}
input.datepicker.dep_date {
    width: 100%;
    border: none;
    border-bottom: 1px solid #041A45;
   padding-bottom: 10px;
    border-radius: 0;
    font-size: 17px;
}

  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

::placeholder {
  color: #000000;
}
.select_title {
    font-size: 20px;
    background-color: #041A45;
    color: #ffffff;
    padding: 8px 24px;
    margin-bottom: 20px;
}
.port_from_cont:after {
    content: url(../img/route_arrow.png);
    display: block;
}
.port_from_cont:after {
    content: url(../img/route_arrow.png);
    display: block;
    position: absolute;
    top: 0;
    right: -7px;
}
input.datepicker.dep_date {
    background-image: url(../img/calendar.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 0px;
}
.table-condensed {
    width: 300px;
}
.route {
    margin-bottom: 20px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
}
.persons_vechicles_select {
    display: flex;
    margin-bottom: 26px;
}

.persons_vechicles_select select {
    font-size: 27px;
    font-family: boldFont;
    border: none;
    padding: 0;
    -webkit-appearance: none;
    background-image: url(../img/dropdown2.png);
    background-repeat: no-repeat;
    padding-right: 15px;
        padding-left: 15px;
    background-position: 100% 40%;
}
.persons_vechicles_select select option{
     font-size: 20px;
     font-family: semiFont;
}
.person_input_cont,.vechicle_input_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.vechicles_select{
    max-width: 283px;
    width: 100%;
        border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;

}
.persons_select {
    max-width: 283px;
    width: 100%;
    margin-right: 30px;
        border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
}
input#submitSearch {
    width: 100%;
    max-width: 256px;
    background-color: #E50019;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-family: boldFont;
    padding: 29px;
}
.submitBtnCont {
    display: flex;
    justify-content: flex-end;
}

*/










/*new design */
.route_inputs.row {
    align-items: center;
    margin: 0;
}
.container{
      max-width: 1280px;


}
#map{
  min-height: 400px;
  width: 100%;
}


.map_container {
    position: relative;
}

.clear_map {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 5px;
    background-color: #005CAB;
    color: #ffffff;
    font-weight: 300;
    min-width: 100px;
    text-align: center;
    bottom: 15px;
    padding: 7px;
    transform: translateX(-50%);
    cursor: pointer;
    display: none;
}
.search_options {
    display: flex;
    margin: 30px 0;

}
.search_option {
    box-sizing: border-box;
    display: block;
    transition: color 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    cursor: pointer;
    font-size: 12px;
    font-size: 15px;
    line-height: 1;
    padding: 15px;
    font-family: 'semiFont';
    color: #041432;
    background-color: #ffffff;
    flex-basis: auto !important;
    margin-right: 0.5rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: center;
}
.search_option:last-child {
    margin-right: 0;
}
.search_option.selected {
    background: #041432;
    color: #ffffff;
}
.search_option:hover {
    background: #041432;
    color: #ffffff;
}
section.hero .cover{
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;

    background: url(../img/cover.jpg) center center no-repeat;
    background-size: cover;
}

.route.selected{
  display: block;
}


input.datepicker,#round_route .daterange_cont input,.route_input select {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      background-color: #ffffff;
    border:none !important;
    box-shadow: none;

    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;
    min-height: 62px;
    font-size: 17px;
    outline: 0 !important;

    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;

    padding: 10px;
        width: 100%;
        padding-top: 19px;
padding-bottom: 19px;
}

/* custom select */


input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
}
input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000000;
}

input::placeholder { /* Most modern browsers support this now. */
   color:    #000000;
}
textarea::placeholder { /* Most modern browsers support this now. */
   color:    #000000;
}




.personal_info_form input::-webkit-input-placeholder,.personal_info_form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #808080;
}
.personal_info_form input:-moz-placeholder,.personal_info_form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #808080;
   opacity:  1;
}
.personal_info_form input::-moz-placeholder,.personal_info_form textarea:-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #808080;
   opacity:  1;
}
.personal_info_form input:-ms-input-placeholder,.personal_info_form textarea:-moz-placeholder { /* Internet Explorer 10-11 */
   color:    #808080;
}
.personal_info_form input::-ms-input-placeholder,.personal_info_form textarea:-moz-placeholder { /* Microsoft Edge */
   color:    #808080;
}

.personal_info_form input::placeholder,.personal_info_form textarea:-moz-placeholder { /* Most modern browsers support this now. */
   color:    #808080;
}
.personal_info_form textarea::placeholder,.personal_info_form textarea:-moz-placeholder { /* Most modern browsers support this now. */
   color:    #808080;
}


/* custom select*/

.inc-wrapper {
    position: relative;
    width: 32px;
    height: 30px;
    margin-left: 10px;
        display: flex;
    align-items: center;
}

.inc-wrapper .input-number-decrement {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    cursor:pointer;
}
.inc-wrapper .input-number-increment {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    cursor:pointer;
}
.inc-wrapper input {
    width: 17px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
   font-size: 16px;

    color: #000;
    font-size: 17px;
}
.route_input.route_passenges_cont,.route_input.route_vechicles_cont {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 5px;
    max-width: 80px;
    min-height: 62px;
}

.route_input.route_vechicles_cont {}

_.route_input.route_passenges_cont {
    margin-right: 10px;
}
.route_input.route_passenges_cont svg, .route_input.route_vechicles_cont svg {
    height: 20px;
    width: 31px;
}
.route_input {
    width: auto;
    height: auto;
       margin: 0 5px 0 0;
    position: relative;
    -moz-order: 0;
    order: 0;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    flex-shrink: 1;
    flex-basis: 0;
    align-self: auto;
}
.route_inputs.row {
    align-items: center;
}
.route_input.daterange_cont {
    display: flex;
    flex-grow: 2;
}
_.route_input.daterange_cont input{
     margin: 0 2px 0 0;
}

.for_clone{
    display: none;
}

.itinery.selected {
    opacity:0.7;
  border-top: none;
}

.itinery {
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
 border-top: 1px solid #707070;
       color: #041432;
    padding: 10px 15px;
    min-height: 95px;
}
.card_header {
     font-size: 25px;
    background-color: #041432;
    color: #ffffff;
    padding: 15px;

}
.error_msg {
    font-size: 20px;
}
.button_right{
text-align: right;
}
div#tickets_section{
    display: none;
    padding-top: 100px;
}
.dep_date_gen {
    display: flex;
    justify-content: space-between;
    max-width: 319px;
    align-items: center;
    background-color: #041432;
    padding: 10px;
    font-size: 17px;
        color: #ffffff;

}

.decrement_date,.increment_date {
    font-size: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sticky-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -moz-align-items: stretch;
    align-items: stretch;
    align-content: stretch;
    display: flex;
    justify-content: space-between;
}
.sticky-container .left {
    position: relative;
    width: calc(100% - 350px);
    -moz-order: 0;
    order: 0;
    align-self: auto;
    margin-right: 37px;
}
.sticky-container .right {
    position: relative;
    width: 313px;
    -moz-order: 0;
    order: 0;
    align-self: auto;
    margin: 0;
    padding: 0;
}

.sticky-container .right .sticky-inner {

}

.sticky-container .right .sticky-inner {
     position: -webkit-sticky;
    position: sticky;
    top: 24px;
    width: 100%;
    height: auto;

    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position;
    z-index: 99;
}


.card-header {
    border-top: 6px solid #041432;
    border-radius: 0 !important;
       padding: 0;
           background-color: #EFEFEF !important;
           border-bottom:none;
}

.card {
    border: none;
}


.card button.btn.btn-link {
    padding: 15px 15px !important;
    text-align: left;
    width: 100%;
    color: #000000 !important;
    text-decoration: none;
    font-size: 25px;
}
/* ticket css */
.right .panel {

    z-index: 99;
}

.panel.ticket-panel {
    position: relative;

    border-top: 6px solid #041432;
    border-bottom: 6px solid #041432;
}
.panel.ticket-panel .panel-head {
    padding: 15px;
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.panel .panel-head {
    position: relative;
    background: #ffffff;

    padding:20px;
    outline: none;
}


.panel.ticket-panel .panel-body .trip-info {
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  justify-content: space-between;
    align-items: center;

}


.panel.ticket-panel .panel-body .trip-info > *, .panel.ticket-panel .panel-body .trip-info div {
        flex: 0 0 40%;
    text-align: center;
}



.panel.ticket-panel .panel-body .trip-hours {

    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
justify-content: space-between;
    align-items: center;

}

.panel.ticket-panel .panel-body .trip-hours .hours-middle {
    text-align: center;
}

.panel.ticket-panel .panel-foot {
    padding: 0;
    position: relative;
    background: #ffffff;
}
.panel.ticket-panel .panel-foot .foot-up {
    padding: 0.5rem 1.25rem;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
}

.flex-group {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: -webkit-flexbox;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: stretch;
    align-items: stretch;
    align-content: stretch;
}
.panel.ticket-panel .panel-foot .foot-down {
    background: #b2b6bb;
    padding: 0.5rem 1.25rem;
    -webkit-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
}
.panel.ticket-panel .panel-foot .foot-down .foot-left {
    max-width: 75%;
}
.panel.ticket-panel .panel-body .trip-hours > *, .panel.ticket-panel .panel-body .trip-hours div {
   flex: 0 0 40%;
    text-align: center;

}
/* ticket css */



.route_actions {
    min-width: 167px;
    align-self: flex-end;
}
.multiple_route_actions {
    margin-top: 15px;
}

.multiple_route_actions button.button-add {
    margin-right: 15px;
}

.button-brand {
    border: none !IMPORTANT;
    background-color: #005CAB;
    color: #ffffff;
    padding: 15px;
    font-size: 16px;
    font-family: boldFont;
    min-height: 61px;
}

.multiple_route_actions button {
    background-color: #041432;
    border: none;
    color: #ffffff;
    padding: 12px;
    font-size: 15px;
    font-family: 'boldFont';
}



#tickets_section .accordion {
    margin-bottom: 25px;
}

#seats_selection select {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-color: #D8D8D8;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;

    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;
    min-height: 59px;
    outline: 0 !important;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    margin-top: 6px;
    font-size: 18px;
    padding-top: 16px;
padding-bottom: 16px;
}
.route_name {
    margin-left: 8px;
    font-family: semiFont;
}
#multiple_route .route_inputs {
    margin-bottom: 10px;
}

.dep_info {
    margin-top: 10px;
}

ul.nav.nav-tabs a.nav-link {
    color: #000000;

    border: none;
    border-radius: 0 !important;
}
ul.nav.nav-tabs a.nav-link {
    background-color: #EFEFEF;

}
li.nav-item{
     margin-right: 10px;
}
li.nav-item:last-child {
    margin-right: 0;
}
ul.nav.nav-tabs a.nav-link.active {
       background-color: #041432!important;
    color: #ffffff !important;
}


#tickets_section .accordion {
    pointer-events: none;
        opacity: 0.4;
}

#tickets_section .accordion button.button-brand {
    display: none;
}

#tickets_section .accordion.clickable {
    pointer-events: all !important;
     opacity: 1;
}

#tickets_section .accordion.clickable button.button-brand {
    display: inline-block !important;
}
#tickets_section .accordion .collapse >div {
    display: none;
}

#tickets_section .accordion.clickable .collapse >div {
    display: block;
}
.info_price_sing_cont.flex-group {
    justify-content: space-between;
    padding: 5px 1.25rem;
    align-items: center;
}

.analysis {

 }
 .analysis_content{
      padding: 10px 0;
      display: none;
 }



.personal_info_input input,.personal_info_input select {
       -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-color: #D8D8D8;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;

    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;
    min-height: 59px;
    outline: 0 !important;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    margin-top: 6px;
    font-size: 18px;
    padding-top: 16px;
padding-bottom: 16px;
}

.gen_info {
    display: flex;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;

}


.gen_info .type,.gen_info .sex {
    margin-right: 20px;
}

.analysis_button {
    color: #005CAB;
    font-family: boldFont;
    font-size: 18px;
    padding: 10px;
    min-height: 51px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #005CAB;
}
.sub_total {
    font-size: 21px;
    font-family: boldFont;
    color: #ffffff;
    background-color: #041432;
    text-align: center;
    padding: 10px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-top: 30px;
}

.total_price {
    font-size: 25px;
    font-family: boldFont;
    color: #041432;
    text-align: center;

    background-color: #EFEFEF;
}
.ticket_trip {
    margin-bottom: 15px;
}

_.personal_info_input input{
    text-transform: uppercase;
}

input#telephone {
    width: 100%;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    border-color: #D8D8D8;
    min-height: 59px;
    margin-top: 6px !important;
}

.iti__flag-container {
    /* width: 100% !important; */
}

.iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 10px;
}

#valid-msg,.valid-msg {
    color: #00C900;
}
#error-msg,.error-msg {
    color: red;
}
#error-msg,#valid-msg,.error-msg,.valid-msg {
    position: absolute;top: 10px;right: 20px;
}

.hide {
 display: none;
}

.personal_info_input_phone {
    position: relative;
}


a.tick_donwload {
    font-size: 22px;
    background-color: red;
    color: #FFFFFF;
    padding: 10px;
    max-width: 200px;
    text-align: center;
}
a.tick_donwload {
    font-size: 22px;
    background-color: green;
    color: #FFFFFF;
    padding: 10px;
    max-width: 200px;
    text-align: center;
      margin-top: 20px;
          display: block;
}
.error_msg{
     font-size: 22px;
     color: red;
     margin-top: 20px;
}

.route_input.daterange_cont input {
    margin-right: 0;
    border: none !IMPORTANT;
    text-align: center;
}

.route_input.daterange_cont {
    margin-right: 5px;
}

.route_input.daterange_cont {

    border-radius: 0;

    background-color: #ffffff;
    display: flex;
    align-items: center;
}
.route_input.daterange_cont span {
    width: 22px;
    height: 3px;
    min-width: 10px;
    background-color: #000000;
}

textarea.info_notes {
    width: 100%;
    min-height: 100px!important;
    max-height: 150px !important;
    padding: 10px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-color: #D8D8D8;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: 0 !important;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    margin-top: 6px !important;
    font-size: 18px;
}
.personal_info_input.textarea {
    position: relative;
}

.word-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.panel.ticket-panel .all_tickets_trips_cont{
    max-height: calc(100vh - 106px);
    overflow: auto;

}

.data_pas_for_clone,.data_vec_for_clone{
    display: none;
}

.nav-tabs {
    border-bottom: none !important;
}

.passengers_vechicles_actions {
    _margin-top: 15px;
    _margin-bottom: 15px;
    display: flex;
}

.passengers_vechicles_actions>div {
    margin-right: 15px;
}

.passengers_vechicles_actions {}

.passengers_vechicles_actions div {
  _background-color: #041432;
    color: #ffffff;
    _padding: 10px 20px;
    cursor: pointer;
    font-family: boldFont;
    font-size: 16px;
    _min-height: 59px;
    align-items: center;
}


/* redesign */


.routes_container {
    display: flex;
    flex-wrap: wrap;
}

.route_actions button.button-brand {
    width: 100%;
    min-height: 62px;

}


.route {
    flex: 1;
}

div#multiple_route {
    flex: 0  0 100% !important;
    margin-bottom: 20px;
}
.route_name {
    color: #ffffff;
        text-shadow: 0px 3px 2px #000000;
}
.route_input.daterange_cont input, .route_input.datepicker_cont input {
    background-color: transparent !important;
}

.route_input.daterange_cont, .route_input.datepicker_cont {
    background-color: #ffffff;
    background-image: url('../img/calendar.png');
    background-size: auto;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.btn-icon {
    background-color: #041432;
    border-radius: 50%;
      min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}



button.btn.btn-link {
    display: flex;
    justify-content: space-between;
}
.btn-text {
    font-size: 17px;
}

.btn-text b {
    font-size: 25px;
    font-weight: normal;
    font-family: semiFont;
        line-height: 1;
}
.btn-text {
    font-size: 17px;
}

.btn-text b {
    font-size: 25px;
    font-weight: normal;
    font-family: semiFont;
}

button.btn.btn-link:after {content: '';display: block;background-image: url('../img/close.png');background-color: #041432;border-radius: 50%;min-width: 46px;min-height: 46px;background-size: auto;background-repeat: no-repeat;background-position: center center;width: 46px;height: 46px;}
button.btn.btn-link.collapsed:after {
background-image: url('../img/open.png');
}
.button_content {
    display: flex;
}
.card-body{
    padding: 0 !important;
}

.itinery.selected .checkmark {
    border-color: #005CAB;
}

.itinery .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
        min-width: 22px;
    min-height: 22px;
    border-radius: 50%;
    display: block;
    border: 1px solid #05193C;
        margin-right: 30px;
    box-sizing: border-box;
       transition: all 0.3s;
}
.itinery.selected .checkmark:after {
    opacity: 1;
}

.itinery .checkmark:after {
      content: "";
    position: absolute;
    opacity: 0;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #005CAB;
    transition: all 0.3s;
}

.itinery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s;
}

.itinery_info {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.itinery_info >div {
    margin-right: 15px;
}

.itinery_info >div:last-child {
    margin-right: 0;
}
_.itinery:hover {
    background-color: #EFEFEF;
}
_.itinery:hover .checkmark {
    border-color: #005CAB;
}
_.itinery:hover .checkmark:after {
     opacity: 1;
}
.button_right {
    margin-top: 20px;
}
.dates_duration {
    display: flex;
    text-align: center;
    align-items: center;
}

.dep_date {
    margin-right: 15px;
}

.duration {
    margin-right: 15px;
    position: relative;
}
.duration:before {
    content: '';
    border-top: 2px dashed #041432;
    display: block;
    min-width: 68px;
}
.duration_value {
    position: absolute;
    top: 18px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}

.itinery:first-child {
    border-top: none !important;
}

.itinery.selected + .itinery {
    border-top: none;
}
.vessel_des {
    font-size: 18px;
    font-family: boldFont;
}

.dates_duration {
    font-size: 18px;
    line-height: 1;
}

.date_time {
    font-size: 25px;
    font-family: boldFont;
    margin-top: 10px;
}
#itineraries button.button-brand {
    min-width: 167px;
}
.trip_subtitle {
    font-size: 19px;
    font-family: 'boldFont';
    display: flex;
    align-items: center;
}

.trip_subtitle img {
    margin-left: 12px;
    margin-right: 12px;
}

.ticket_dur {
    flex: 0 0 100% !important;
        margin-top: 10px;

}


.trip-hours span {
    display: block;
    font-size: 18px;
}

.panel-body {
    background-color: #EFEFEF;
    color: #041432;
    padding: 20px;
    text-align: center;
}

.panel.ticket-panel .panel-body h4 {
    font-size: 25px;
    color: #041432;
    margin-bottom: 10px;
}

.ticket_vessel {
    font-size: 18px;
    font-family: 'boldFont';
}

.ticket_from,.ticket_to {
    font-size: 25px;
    font-family: 'boldFont';
}

.panel.ticket-panel .panel-body .trip-info {
    margin-top: 20px;
    margin-bottom: 15px;
}

.ticket_dep_time, .ticket_ar_time {
    font-size: 25px !important;
    font-family: boldFont;
}

span.ticket_dep_date,span.ticket_ar_date {
    margin-bottom: 8px;
}

.panel-foot {
    background: #F8F8F8;
}

.panel.ticket-panel .panel-foot .foot-up {
    padding: 20px !important;
        padding-top: 12px !important;
        background-color: #F8F8F8;
}
.trip_title h3 {
    font-size: 25px;
}
.flex-group.foot-up.ticket {
    font-size: 18px;
}
.dep_info {
    font-size: 18px;
}
ul.nav.nav-tabs a.nav-link {
    font-size: 18px !important;
    padding: 0 20px !important;
    height: 59px;
    display: flex;
    align-items: center;
}
_.nav.nav-tabs {
    background-color: #EFEFEF;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}
#personalInfo_selection .tab-content.passengers_cont {
    margin-bottom: 20px;
}

.dynamic_content .card-body {
    margin-bottom: 25px;
}
#personalInfoBooker_accordion .card {
    overflow: visible;
}
.iti__selected-flag {
    max-height: 59px;
    margin-top: 6px;
    outline: none !important;
}
.total_value {
    font-size: 37px;
    padding-bottom: 12px;
}

.total_label {
    margin-bottom: 10px;
    padding-top: 12px;
}

.ticket_trip:last-child {
    margin-bottom: 0;
}
.panel.ticket-panel .panel-head h3 {
    font-size: 25px;
    margin-bottom: 0;
}

/* footer */
footer {color: #ffffff;}

.footer_inner {
    text-align: center;
}

.footer_main {
    background-color: #041432;
    min-height: 273px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_text {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer_text a {
    color: #ffffff;
}

.footer_title {
    font-family: 'boldFont';
    margin-bottom: 20px;
}

.footer_text:last-child {
}

.footer_payment {
    margin-top: 40px;
    background-color: #ffffff;
}
.footer_copyright {
    background-color: #00143C;
    font-size: 12px;
    min-height: 59px;
    display: flex;
    align-items: center;
    padding: 20px;
}

.copyright_inner {
    max-width: 1065px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer_copyright a {
    color: #ffffff;
}
/*footer */
select {
    background: url(../img/select_arrow.png) no-repeat;
    background-position: right 10px center;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0 !important;
}

.alertify-notifier {
    color: #ffffff;
    font-size: 19px;
    font-family: 'semiFont';
    line-height: 1.2;
    bottom: 20px !important;
}

.alertify-notifier .ajs-message.ajs-error {
    width: 320px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 350px !important;
}
.alertify-notifier .ajs-message.ajs-error {
    width: 320px !important;
    background-color: red !important;
}
/* redesign */


ul.nav.passengers_tabs.nav-tabs {
    flex-wrap: nowrap;
    overflow: auto;
    flex: 1;
    margin-right: 15px;
}
ul.nav.vechicle_tabs.nav-tabs {
    flex-wrap: nowrap;
    overflow: auto;
    flex: 1;
    margin-right: 15px;
}
.addremovetabscont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.nav-item {
    white-space: nowrap;
}

.ticket_mobile {
    position: fixed;
    top: 10px;
    right: 15px;
    cursor: pointer;
        z-index: 99999;
        display: none;
}





select.error,input.error {
    border: 2px solid red !important;
}
.personal_info_input_email{
    position: relative;
}
.nationalities_for_clone {
    display: none;
}



.map_container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.search_options {
    margin-top: 0;
}

ul.nav.nav-tabs {
    margin-top: 20px;
}
.addremovetabscont ul.nav.nav-tabs {
    margin-top: 0px;
}
.foot-top {
    width: 100%;
    margin-bottom: 5px;
        font-family: 'boldFont';
}

.pass_info,.vech_info {
    font-size: 18px;
    color: #041A45;
}




.info_price_sing_cont.flex-group {
    margin-bottom: 20px;
}

.analysis_button:after {
    content: '';
    border: solid #005CAB;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    transform: rotate(45deg);
    margin-left: 5px;
    transition: all 0.3s;
}

.analysis_button.open:after {

    transform: rotate(-135deg);

}

.logo {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.logo .logo_img {
    border-right: 1px solid #005CAB;
    padding-right: 20px;
}

.logo .phone {
    padding-left: 20px;
}

.logo .phone img {
    margin-right: 10px;
}

.logo .phone a {
    color: #041432;
}



.btn-icon svg {
    fill: #ffffff;
}

.foot-left {
    flex: 1;

}

.foot-top {
    font-family: 'boldFont';
}
/* responsive */
@media only screen and (max-width: 992px){
#cookie-settings {
    bottom: 10px;
    right: 0;
    left: unset;
}

span.cookie-settings i.fa.fa-cog {
    font-size: 20px;
}

.map_container {
    display: none !important;
}
.route_input {
flex-basis: 100%;
    margin-bottom: 8px;
    margin-right: 0;
}
_.route_inputs.row {
    display: block;
}
.routes_container {
    display: block;
}
.search_options {
    margin-top: 0 !important;
    margin-bottom: 17px !important;
}
.hero .container {
    height: auto;
   min-height: calc(100vh - 100px);
    display: flex;
    align-items: flex-end;
}
section.hero .cover {

    min-height: auto;
    height: auto;

}
form.search_form {
    width: 100%;
    margin-bottom: -62px !important;
}
.route_input.route_passenges_cont, .route_input.route_vechicles_cont {
    max-width: 100%;
}
.inc-wrapper {
    position: static;
}
.inc-wrapper .input-number-decrement {
    right: 10px;
    bottom: 10px;
}
.inc-wrapper .input-number-increment {
    right: 10px;
    top: 10px;
}
.route_name {
    order: 0;
    margin-bottom: 10px;
    font-family: semiFont;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0px 3px 4px #000000;
}



#multiple_route .route_input {
    order: 2;
}
.multiple_route_actions button.button-add {
    margin-right: 15px;
        margin-bottom: 10px;
}
.sticky-container .left {
    width: 100%;
    margin-right: 0;
}




.sticky-container .left {
    width: 100%;
    margin-right: 0;
}



.itinery_info {
    text-align: center;
    flex-wrap: wrap;

}


.dates_duration {
    flex-basis: 100%;
    margin-top: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.itinery .checkmark {
    align-self: flex-start;
}
button.button-brand {
    width: 100%;
}
.btn-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
}
.btn-icon img {
    max-width: 18px;
}

button.btn.btn-link:after {

    min-width: 34px;
    min-height: 34px;
    width: 34px;
height: 34px;

}
.dep_date_gen {
    max-width: 260px;
}
section.hero {
    margin-bottom: 100px;
}
#tickets_section {
    padding-top: 20px !important;
}
.vessel_des {
    margin-right: 0 !important;
}

.itinery {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}


.itinery .checkmark {
    position: absolute;
    top: 20px;
    left: 15px;
}
.route_input.daterange_cont{
    margin-right: 0;
}
.alertify-notifier {
    bottom: unset !important;
    top: 20px !important;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 325px !important;
}

.ticket_mobile {
   display: block;
   opacity:0;

}

.sticky-container .right {
    position: fixed !important;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
    width: 100% !important;
    opacity: 0;
    transition: opacity 0.3s, transform 0s;
    transform: translate3d(100%, 0px, 0px);
}

.sticky-container .right .sticky-inner {
    transform: translate3d(100%, 0px, 0px);
    position: static !important;
    max-width: 400px;
    margin-left: auto;
    height: 100% !important;
    background-color: #EFEFEF;
    padding: 20px;
    padding-top: 60px;
  transition: all 0.3s;

}

.sticky-container .right.show {
    opacity: 1;
    transform: none;
}

.sticky-container .right.show .sticky-inner {
    transform: none;
}
.panel.ticket-panel .all_tickets_trips_cont {
    max-height: calc(100vh - 190px);

}
.copyright_inner {
    display: block;
}

.copyright_inner >div:first-child {
    margin-bottom: 10px;
}

.footer_text {
    line-height: 20px;
}
}

@media only screen and (max-width: 600px){
.sticky-container .right .sticky-inner {
max-width: 100%;
    }
}

@media only screen and (max-width: 462px){
	.duration_value {
    width: 100px;
    white-space: normal;
}
.logo .logo_img {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.logo .phone {
    padding: 0;
}

.logo {
    display: block;
}
.search_option {
    font-size: 14px;
}
}
/*responsive */


.numberOfPassengersMobile,.numberOfVehiclesMobile{
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent !important;
      text-indent: 100%;
      pointer-events: none;
}

@media only screen and (max-width: 768px){

.numberOfPassengersMobile,.numberOfVehiclesMobile{

      pointer-events: all;
}
.passengers_vechicles_actions {
    flex: 0 0 100%;
    order: 1;
    justify-content: flex-end;
    margin-bottom: 15px;
}

ul.nav.passengers_tabs.nav-tabs,ul.nav.vechicle_tabs.nav-tabs {
    order: 2;
    flex: 0 0 100%;
    margin-right: 0 !important;
}

.passengers_vechicles_actions svg {
    max-width: 40px;
}
    }


select.lang-select {
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    border: none !important;
    background-position: 100%;
    padding-right: 15px;
    cursor: pointer;
}

.logo_lang {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.lang {
    background-color: #ffffff;
    padding: 10px;
}

.bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}

.logo .phone a {
    display: flex;
    align-items: center;
}

/* modal */
#modalBooking .modal-body {
    font-size: 18px !important;
    line-height: 1.5 !important;
    padding: 20px 30px !important;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
button {
    outline: none !important;
}

input#booking_email {
    width: 100%;
    height: 53px;
    border: 1px solid #C7C7C7;
    border-radius: 0 !important;
    padding-left: 10px;
    display: block;
    margin: auto;
    max-width: 300px;
    margin-bottom: 20px;
}

.booking_inform input[type="submit"] {
    width: 100%;
    max-width: 202px;
    height: 53px;
    background-color: #005CAB;
    border: none;
    border-radius: 0 !important;
    font-size: 15px;
    font-family: boldFont;
    color: #ffffff;
    display: block;
    margin: auto;
}


#modalBooking .modal-body {
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 30px;
}
form.booking_inform {
    margin-top: 30px;
}
.booking_inform_success {
    text-align: center;
    color: green;
    margin-top: 20px;
    font-family: boldFont;
    font-size: 20px;
}
.booking_inform_error {
    text-align: center;
    color: red;
}
span.chk_text {
    margin-left: 10px;
}


label.chk_container {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.modal {
    z-index: 99999!important;
}
/* modal */

form.search_form {
    overflow: hidden;
}



select.discount_select.discount-disabled  {
    pointer-events: none;
}


.personal_info_input {
    position: relative;
}

.nextAvail {
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
}

.nextAvail span {
    font-family: 'boldFont';
    cursor: pointer;
    font-size: 17px;
    background-color: #005CAB;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    line-height: 20px;
        transition: all 0.3s;
}
.nextAvail span:hover {
    opacity: 0.85;
}





optgroup{
   display: none

}


.passengers_cont .seat_select option[disabled] {

    pointer-events: none;
}


.passengers_vechicles_actions svg:hover {
    opacity: 0.7;
}

.passengers_vechicles_actions svg {
    transition: all 0.3s;
    opacity: 1;
}



#modalSalesPlan td {
	    min-width: 40px;
    width: 40px;

    height: 28px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;

}

#modalSalesPlan td.isSeat {
    border: 1px solid #000000;
}

#modalSalesPlan td.isSeat[data-status='free'] {
    background-color: #2ecc71;
    cursor: pointer;
        transition: all 0.3s;
}
#modalSalesPlan td.isSeat[data-status='free']:hover {
    background-color: #185833;
}
#modalSalesPlan td.isSeat[data-status='not_available'] {font-family: FontAwesome;font-size: 0;    cursor: not-allowed;}

#modalSalesPlan td.isSeat[data-status='not_available']:before {content: '\f05e';font-size: 20px;color: red;vertical-align: middle;}

#modalSalesPlan td.isSeat[data-status='occupied'] {
    background-color: red;
        cursor: not-allowed;
}

#modalSalesPlan td.isSeat[data-status='indifferent'][data-seat='table'] {
    font-size: 0;
    background-image: url(/booking/img/table.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#modalSalesPlan table {
    max-width: 100%;

        border-collapse: separate;
        margin: auto;
        padding-right: 30px;

}
#modalSalesPlan .modal-body {
    _overflow: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hall-title {
       text-align: center;
    font-size: 25px;
    font-family: 'boldFont';
    display: table;
    margin: auto;
    color: #041432;

}
.hall_container {
    padding: 25px 0px;
    border-bottom: 1px solid #000000;
        overflow: auto;
}

.hall_container:last-child {
    border: none;
}
#modalSalesPlan {
    padding: 0 !important;
        z-index: 999999!important;
}


#modalSalesPlan td.isSeat[data-status='reserved'] {
    background-color: #185833;
}

input.seat_num {
    border: none;
    font-family: 'boldFont';
    font-size: 20px;
    max-width: 90px;
    width: 100%;
    -webkit-appearance: none;
}
.seat_num_cont {

    display: none;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;

    position: relative;



}
.seat_num_cont .seat_num_btn:hover {
    opacity: 0.7;
}

.seat_num_cont .seat_num_btn {
    margin-right: 10px;
    background-color: #005CAB;
    padding: 10px;
    color: #ffffff;
    font-size: 17px;
    opacity: 1;
    transition: all 0.3s;
}
.clear_seat {
	display: none;
    position: absolute;
    right: 0;
    font-size: 20px;
    z-index: 9;
   width: 25px;
    height: 34px;
    text-align: center;
    padding-top: 3px;
}

.clear_seat:before {
    content: "\f057";
    font-size: 22px !important;
    font-family: 'FontAwesome';
    font-style: normal;
        vertical-align: middle;
}

_.hall-title:before {
    width: 20px;
    height: 20px;
    background-color: #041432;
    content: '';
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}


.hall_inner_cont {
    display: flex;
    padding-left: 30px;

    align-items: center;

}



.hall_img img {
    max-width: initial;
}
#modalSalesPlan .modal-dialog {
    max-width: 900px !important;
}

.hall_img {
    margin-right: 30px !important;
}


.salesPlanGenInfo {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
        margin-bottom: 10px;
}

.salesInfo:before {content: '';width: 13px;height: 13px;display: block;margin-right: 10px;}

.salesInfo {
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
    font-size: 14px;
    font-family: 'semiFont';
    line-height: 14px;
}

.salesInfo:last-child {
    margin-right: 0;
}

.occupied_des:before {
    background-color: red;
}

.free_des:before {
    background-color: #2ecc71;
}


.covid_des:before {
    content: '\f05e';
    font-size: 20px;
    color: red;
    vertical-align: middle;
    font-family: 'FontAwesome';
    width: auto;
    height: auto;
}
.sbt_btn {
    background-color: #005CAB;
    display: inline-block;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    align-self: flex-end;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 0.3s;
    cursor: pointer;
}

.sbt_btn:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 480px){
.salesInfo:before {

    width: 10px;
    height: 10px;
    margin-right: 5px;

}
.salesInfo {

    font-size: 12px;
    margin-right: 10px;
    line-height: 12px;
}
.covid_des:before {

    font-size: 14px;

}
.salesPlanGenInfo {
    padding-left: 10px;
    padding-right: 10px;

}
}


.route_input.daterange_cont,.datepicker_cont {
    cursor: pointer !important;
    transition: all 0.3s;
}

.route_input.daterange_cont:hover,.datepicker_cont:hover,.route_input.daterange_cont.active,.datepicker_cont.active {
    background-color: #d0e6f9;
}

.route_input.daterange_cont *,.route_input.datepicker_cont * {
    cursor: pointer;
}

@media only screen and (min-width: 1280px){
.daterangepicker.show-calendar {
    min-width: 491.5px;
}
.daterangepicker.single.show-calendar{
	 min-width:0;
}
}
@media only screen and (max-width: 1279px){
.daterangepicker.show-calendar {
    min-width:0;
}
}

.route_input.daterange_cont span,.route_input.daterange_cont #end_date {
    display: none;
}

.route_input.daterange_cont input#start_date {
    max-width: 100%;
}



.daterangepicker td.in-range {
    background-color: #d0e6f9;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #005CAB;
}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    font-size: 13px;
}
.daterangepicker th.month {
    font-size: 14px;
}



.fastest {color: #005CAB;font-size: 16px;line-height: 15px;position: absolute;top: 100%;font-style: italic;left: 0;}

.vessel_des {position: relative;}

.offer {
    flex-basis: 100%;
    text-align: right;
    margin-top: 15px;
}
.offer span {
    background-color: #14ab14;
    color: #ffffff;
    font-size: 16px;
    font-family: 'semiFont';
    padding: 5px 10px;
}










/* Container & card */
.itineraries_list {
    display: flex
;
    flex-wrap: wrap;
}
.itinery {
    display: flex;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    margin: 0 10px;
    flex: 1 1 450px;
    max-width: calc(50% - 20px);
    margin-top: 20px;
    position: relative;
}
  /* Left‐side image stripe */
.itinery .card-img {
    width: 120px;
    max-width: 26%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 111 / 365;
}
  
  /* Body content */
  .itinery .card-body {
    flex: 1;
    padding: 10px !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 100%;
}
  /* Title */
  .itinery h3 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    color: #005cab;
  }
  
  /* Price & availability */
  .itinery p {
    margin: 0.25rem 0;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .itinery small {
    color: #666;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  
  /* Actions row */
  .itinery .actions {
    margin-top: auto;
    display: flex
;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
}
  /* “Πληροφορίες” link‐style button */
  .itinery .info-btn {
    background: none;
    border: none;
    color: #005cab;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    flex: 1;
        line-height: 18px;
}
  
  /* “Επιλέξτε Πακέτο” primary button */
  .itinery .select-btn {
    background: rgba(0, 74, 151, 0.6);
   
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    flex: 1;
        line-height: 18px;
}
.itinery.selected .select-btn {
    opacity: 1;
    background: #005cab;
    opacity: 1;
}
  .itinery .select-btn:hover:not(:disabled) {
    background: #004a97;
  }
  
  /* Disabled state */
  .itinery .select-btn:disabled {
    background: #e0e0e0;
    color: #999;
    cursor: not-allowed;
  }
  
/* ===========================
   Overlay & Popup Container
   =========================== */
/* Overlay base state (hidden) */
.services-popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000;
}

/* Overlay visible */
.services-popup-overlay.visible {
  opacity: 1;
  visibility: visible;
}

/* Popup panel: start slightly up and transparent */
.services-popup {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    width: 100%;
    padding: 1.5rem;
    position: relative;
   
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    line-height: 25px;
    font-size: 17px;
}

/* When overlay is visible, slide popup into place */
.services-popup-overlay.visible .services-popup {
  transform: translateY(0);
  opacity: 1;
}

/* Close button */
.services-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  color: #555;
  cursor: pointer;
  transition: color 0.2s;
}
.services-close:hover {
  color: #000;
}

/* Heading & list styling (as before) */
.services-popup h4 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  color: #005cab;
  text-align: center;
}
.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  color: #333;
}
.services-list li:last-child {
  border-bottom: none;
}

/* ===========================
   Utility: hidden attribute
   =========================== */
.services-popup-overlay[hidden] {
  display: none !important;
}

  @media only screen and (max-width: 1023px){
#cookie-settings {
    bottom: 10px;
    right: 0;
    left: unset;
}
.itinery{
    flex: 1 1 100%;
    max-width: 600px;
}
  }















  /* ─── Custom Radio Buttons ───────────────────────────────────────── */

/* Container for your two options */
.form-group {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Hide the native radio and draw your own */
.form-group input[type="radio"] {
  appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #005cab;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
  transition: border-color .2s ease;
}
.form-group input[type="radio"]:hover {
  border-color: #003f7f;
}
/* The inner dot when checked */
.form-group input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #005cab;
  border-radius: 50%;
}

/* Label text */
.form-group label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}

/* ─── Invoice-Only Modal Styles ────────────────────────────────────── */
#invoiceModal {
    visibility: hidden;
    display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  align-items: center;
  justify-content: center;
  
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 1000;
}
#invoiceModal.show {
   visibility:visible;
  opacity: 1;
  pointer-events: all;
}

#invoiceModal .modal-content {
  background: #fff;
  border-radius: .5rem;
  padding: 2rem;
  max-width: 480px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transform: translateY(-20px);
  transition: transform .3s ease;
}
#invoiceModal.show .modal-content {
  transform: translateY(0);
}

#invoiceModal .close-modal {
  position: absolute;
  top: .75rem;
  right: .75rem;
  font-size: 1.25rem;
  color: #666;
  cursor: pointer;
  transition: color .2s ease;
}
#invoiceModal .close-modal:hover {
  color: #333;
}

/* Form inside invoice modal */
#invoiceModal .form-group {
  margin-bottom: 1rem;
}
#invoiceModal .form-group input, #invoiceModal .form-group textarea, #invoiceModal .form-group select {
  width: 100%;
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: .25rem;
  font-size: 1rem;
  transition: border-color .2s ease;
}
#invoiceModal .form-group input:focus,
#invoiceModal .form-group textarea:focus {
  border-color: #005cab;
  outline: none;
}

#invoiceModal #invoiceModalSave {
  background: #005cab;
  color: #fff;
  border: none;
  padding: .6rem 1.2rem;
  border-radius: .25rem;
  cursor: pointer;
  transition: background .2s ease;
}
#invoiceModal #invoiceModalSave:hover {
  background: #004494;
}

/* ─── Invoice-Only Radio Buttons ──────────────────────────────────── */
#invoiceModal .form-group input[type="radio"] {
  appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #005cab;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
  transition: border-color .2s ease;
}
#invoiceModal .form-group input[type="radio"]:hover {
  border-color: #003f7f;
}
#invoiceModal .form-group input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #005cab;
  border-radius: 50%;
}
#invoiceModal .form-group label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}

.invoice_radios{
    margin-top:20px;
}
.alertify-notifier {
    z-index: 9999999;
}




.itinery.variant1 .card-body {
  background: #d5d5d5;
  color: #000;
}
.itinery.variant1 .card-body *:not(.select-btn){
 color: #000 !important;
}
.itinery.variant2 .card-body *:not(.select-btn),.itinery.variant3 .card-body *:not(.select-btn){
 color: #ffffff !important;
}
.itinery.variant2 .card-body {
  background: #005CAB;
  color: #fff;
}
.itinery.variant3 .card-body {
  background: #071231;
  color: #fff;
}
button.select-btn {
    background: #ffffff !important;
    color: #000000 !important;
}



/* Content body */
.services-popup-overlay .popup-content {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

/* List inside popup */
.services-popup-overlay .popup-content ul {
list-style: none;
    padding: 0;
    margin: 0;
  margin: 0.75rem 0;
  padding-left: 1rem;
}
 .popup-content ul li:after {
    content: '';
    position: absolute;
    background-image: url(https://alphalines.gr/wp-content/uploads/2025/05/Frame.svg);
    width: 13px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 2px;
}

 .popup-content ul li{
    padding-left: 18px;
    position: relative;
   
    font-weight: 300;
    margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {

  .services-popup-overlay .popup-title {
    font-size: 1.25rem;
  }
  .services-popup-overlay .popup-content {
    font-size: 0.9rem;
  }
}