﻿/* Add here all your css styles (customizations) */

.loader {
    border-left: 1.1em solid #009ee1;
}

/* font-weights */
.fw-500 {
    font-weight: 500;
}

/* colors */
.sz-blue {
    color: #009ee1 !important;
}

.sz-blue-bg {
    background-color: #009ee1 !important;
}

.sz-dark-blue {
    color: #004f71 !important;
}

.sz-dark-blue-bg {
    background-color: #004f71 !important;
}

.sz-orange {
    color: #f5aa00 !important;
}

.sz-orange-bg {
    background-color: #f5aa00 !important;
}

.sz-gray-light {
    color: #f2f2f2 !important;
}

.sz-gray-light-bg {
    background-color: #f2f2f2 !important;
}

.sz-gray {
    color: #bababa !important;
}

.sz-gray-bg {
    background-color: #333333 !important;
}

.sz-gray-medium {
    color: #646464 !important;
}

.sz-gray-medium-bg {
    background-color: #646464 !important;
}

/* custom-radio */
.custom-radio .custom-control-label::before {
    border-radius: 50%;
    border: 2px solid #009ee1;
    background-color: #fff;
}

.custom-radio .custom-control-label.disabled::before {
    border: 2px solid #bababa;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%23009ee1'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label {
    font-family: Akzidenz-M;
}

/* custom-radio IJPP*/
.custom-radio .custom-control-label-IJPP::before {
    border-radius: 50%;
    border: 2px solid #009ee1;
    background-color: #fff;
}

.custom-radio .custom-control-label-IJPP.disabled::before {
    border: 2px solid #bababa;
}

.custom-radio .custom-control-input-IJPP:checked ~ .custom-control-label-IJPP::before {
    background-color: #fff;
}

.custom-radio .custom-control-input-IJPP:checked ~ .custom-control-label-IJPP::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%23009ee1'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input-IJPP:disabled:checked ~ .custom-control-label-IJPP::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-input-IJPP:checked ~ .custom-control-label-IJPP {
    font-weight: bold;
}

/* custom-checkbox*/
.custom-checkbox .custom-control-label::before {
    border-radius: 0.125rem;
    border: 2px solid #009ee1;
    background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23009ee1' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #fff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23009ee1' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

/* custom-checkbox-circle */
.custom-checkbox-circle {
    padding-left: 42px;
}

    .custom-checkbox-circle .custom-control-label::before {
        padding-right: 10px;
        border-radius: 8px;
        width: 34px;
        height: 14px;
        background-color: #d2d2d2;
        top: 5px;
    }

    .custom-checkbox-circle .custom-control-label::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 -1 2 2'%3E%3Ccircle r='1' fill='%23959595'/%3E%3C/svg%3E");
        width: 40px;
        height: 40px;
        top: -8px;
        left: 4px;
    }

    .custom-checkbox-circle .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #004e6f;
    }

    .custom-checkbox-circle .custom-control-input:checked ~ .custom-control-label::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 -1 2 2'%3E%3Ccircle r='1' fill='%23009ee1'/%3E%3C/svg%3E");
        width: 40px;
        height: 40px;
        top: -8px;
        left: -10px;
    }

    .custom-checkbox-circle .custom-control-input:indeterminate ~ .custom-control-label::before {
        background-color: #fff;
    }

    .custom-checkbox-circle .custom-control-input:indeterminate ~ .custom-control-label::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23009ee1' d='M0 2h4'/%3E%3C/svg%3E");
    }

    .custom-checkbox-circle .custom-control-input:disabled:checked ~ .custom-control-label::before {
        background-color: rgba(0, 123, 255, 0.5);
    }

    .custom-checkbox-circle .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
        background-color: rgba(0, 123, 255, 0.5);
    }

/* body */
body {
    position: absolute;
    background-color: #fff;
    font-size: 18px;
    color: #333;
    /*overflow-y: scroll;*/
}

html, body {
    height: 100%;
    width: 100%;
}

.body-wrapper {
    min-height: calc(100% - 60px);
    min-width: 100%;
    overflow: hidden;
}

.text-danger {
    font-size: 14px;
    color: #FC584E !important;
}

.text-danger-big {
    font-size: 20px;
    color: #FC584E !important;
}

@media (min-width: 992px ) {
    .bottom-align-text {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

/* container */
@media (min-width: 1200px) {
    .container {
        max-width: 1120px;
    }
}

/* font */

html, input {
    font-size: 16px;
}

label {
    font-size: 14px;
}

p {
    font-size: 18px;
}

h1 {
    font-size: 34px;
    font-family: Akzidenz-M;
}

h2 {
    font-size: 28px;
    font-family: Akzidenz-M;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: Akzidenz-M;
}

h6 {
    font-size: 14px;
}

a {
    color: #009ee1;
}

    /* a */
    a:hover {
        text-decoration: none;
    }

/* nav */
.navbar {
    display: block;
    z-index: 10;
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.header-fixed {
    overflow-x: hidden;
}

/* form-block */

.form-block .form-block-right {
    background-color: #33cbd7;
}

.form-block .form-block-left {
    background-color: #fff;
}

.form-block .form-block-spacer {
    height: 999999px;
    margin-bottom: -999999px;
    margin-top: 0;
}

@media (min-width: 992px) {
    .form-block .form-block-spacer {
        background-color: #fff;
    }
}


@media (min-width: 768px) {
    .form-block {
        background-position-x: 50%;
    }

    .form-block-side {
        /*max-width: 330px;*/
    }

    .form-block-blank-bg {
        z-index: -1;
        /*position: absolute;*/
        position: fixed;
        /*top: 0;*/
        left: 0;
        width: 50%;
        height: 100%;
        background-color: #33cbd7;
    }

    .form-block-bg {
        background: url('../../sz/images/background.jpg') no-repeat;
        /*background-position-x:90%;*/
        background-position-x: 50%;
        background-position-y: 20%;
        background-size: cover;
        min-height: 975px;
        z-index: -1;
        position: fixed;
        top: 0;
        right: 0;
        width: 40%;
        height: calc(100% - 60px);
    }

    .form-block .form-block-left .form-block-limit-max {
        max-width: 600px;
    }
}

/* input group */
.form-block .form-block-left .input-group > label,
.form-block .form-block-left .input-group > .dropdown > label,
.form-block .form-block-left .input-group > .dd > label {
    padding: 0;
    white-space: nowrap;
}

.form-block .form-block-left .input-group .nocuids,
.form-block .form-block-left .input-group input,
.form-block .form-block-left .input-group select {
    width: 100%;
}

.form-block .input-group {
    font-size: 1rem;
}

    .form-block .input-group > input,
    .form-block .input-group > .dropdown > input,
    .form-block .input-group > .dd > input,
    .form-block .input-group > select {
        padding: 0.5em 0.75em;
        border: 1px solid #bababa;
        border-radius: 0.25em;
    }

        .form-block .input-group > input:focus,
        .form-block .input-group > .dropdown > input:focus,
        .form-block .input-group > .dd > input:focus,
        .form-block .input-group > select:focus {
            border: 1px solid #009ee1;
            outline: none;
        }

    .form-block .input-group > label,
    .form-block .input-group > .dropdown > label {
        font-family: Akzidenz-B;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .form-block .input-group > .dropdown li label {
        padding: 0 0.75em;
    }

    .form-block .input-group > label {
        font-size: 14px;
    }

/* form-block filter */
.form-block-stripe {
    background-color: #f6f6f6;
}

/* term tockets*/
.DescCity,
.DescTrip,
.DescInner {
    padding: 0.5em 0.75em;
    border: 1px solid #bababa;
    border-radius: 0.25em;
}

/* purchase preview */
.purchase-preview {
}

.purchase-receipt-pdf {
    font-size: 18px;
}

    .purchase-receipt-pdf h6 {
        font-size: 18px;
    }

.purchase-preview img {
    position: relative;
    top: -4px;
    left: 5px;
}

.purchase-preview h1, .purchase-receipt, .purchase-receipt-pdf h1 {
    margin-top: 0;
}

    .purchase-preview table.table td,
    .purchase-preview table.table th,
    .purchase-receipt table.table td,
    .purchase-receipt table.table th,
    .purchase-receipt-pdf table.table td,
    .purchase-receipt-pdf table.table th {
        padding: 20px 0px;
        border: 0;
    }

    .purchase-receipt table.table th,
    .purchase-receipt-pdf table.table th {
        text-transform: uppercase;
        font-family: Akzidenz-M;
        font-weight: normal;
    }

.purchase-receipt-pdf table.table th {
    padding-bottom: 10px;
    font-size: 1rem;
}

.purchase-receipt-pdf table.table td:first-of-type {
    padding-top: 10px;
    font-size: 1rem;
}

.purchase-receipt table.table th {
    font-size: 1rem;
    padding-bottom: 20px;
}

.purchase-preview a,
.purchase-customer a {
    font-size: 14px;
    text-transform: uppercase;
}

.receipt-menu-box {
    display: inline-block;
    float: right;
    border: 1px #bababa solid;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.purchase-receipt hr {
    margin: 10px 0;
}

/* form-block filter-table */
.table.filter-table {
    font-size: 16px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 .25rem;
    margin-top: 20px; /* correct offset on first border spacing if desired */
}

    .table.filter-table th,
    .table.filter-table td {
        border: none;
        padding: 0;
    }

    .table.filter-table .filter-table-head {
        border-collapse: separate;
        border-spacing: .5rem .25rem;
        font-size: 14px;
        font-weight: normal;
        border-top: none;
    }

    .table.filter-table .filter-table-main {
        border-collapse: separate;
        border-spacing: .5rem .25rem;
        background-color: #f6f6f6;
        border: 1px #ccc solid;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
        padding-bottom: 10px;
    }

        .table.filter-table .filter-table-main.active {
            background-color: #fff;
        }

        .table.filter-table .filter-table-main.inactive {
            color: #bababa;
        }

        .table.filter-table .filter-table-main.inactive-red {
            color: #e36868;
        }

    .table.filter-table .filter-table-main,
    .table.filter-table .filter-table-detail {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .table.filter-table .filter-table-detail {
        border-bottom: 1px #ccc solid;
        border-left: 1px #ccc solid;
        border-right: 1px #ccc solid;
    }

        .table.filter-table .filter-table-head > div,
        .table.filter-table .filter-table-main > div,
        .table.filter-table .filter-table-detail > div {
            width: 100%;
            /*padding: 0 .5rem;*/
        }

    .table.filter-table .filter-table-head > div,
    .table.filter-table .filter-table-main > div {
        display: table;
    }

        .table.filter-table .filter-table-head > div > div,
        .table.filter-table .filter-table-main > div > div {
            display: table-cell;
        }

    /*.table.filter-table .filter-table-main > div > div > div
{
    position: absolute;
    top: 174px;
    font-size: 14px;
}*/

    .table.filter-table a {
        text-transform: uppercase;
        color: #009ee1;
        font-family: Akzidenz-M;
        cursor: pointer;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .table.filter-table a.exclude-styling {
            text-transform: none;
            text-decoration-line: underline;
        }

    .table.filter-table p.exclude-styling {
        font-size: 16px;
        margin-left: 18px;
        padding-top: 5px;
        margin-bottom: 0px;
    }

table.table.filter-table a:hover {
    color: #009ee1;
}

/* summary */
.filter-summary {
    font-size: 1rem;
    font-weight: bold;
    color: #646464;
    display: inline-block;
    margin-right: 1.5rem;
}

    .filter-summary span {
        color: #333;
        font-weight: normal;
    }

        .filter-summary span:first-of-type {
            font-weight: bold;
        }

/* transfer-list*/
.transfer-list {
    display: table;
    /*height: 60px;*/
    /*overflow: hidden;*/
}

    .transfer-list div {
        display: table-cell;
        vertical-align: middle;
    }

.transfer-container {
    display: table-row;
}

.transfer-title,
.transfer-left,
.transfer-center,
.transfer-right {
    display: table-cell;
    vertical-align: middle;
}

.transfer-title {
    text-transform: uppercase;
    padding-right: 80px;
}

.transfer-left {
    text-align: right;
}

.transfer-center {
    padding: 0 50px;
}

.transfer-right {
    text-align: left;
    padding-right: 15px;
   
}

.transfer-dot {
    border-radius: 16px;
    /*behavior: url(PIE.htc);*/
    width: 16px;
    text-align: center;
    height: 16px;
    /* background-color: #fff; */
    border: 4px #f5aa00 solid;
}

.transfer-line {
    background-color: #009ee1;
    border-radius: 8px;
    min-height: 40px;
    width: 4px;
    margin-left: 6px;
}

/*.transfer-line-long {
    min-height: 400px !important;
}*/

.transfer-width {
    width: 20%;
    text-align: right;
}

/* form-block button*/
.form-block .btn {
    font-size: 16px;
    font-family: Akzidenz-M;
    text-transform: uppercase;
    max-width: 350px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 5px;
}

    .form-block .btn.btn-min {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        min-width: 265px;
    }

/* form-block button*/
.form-block .btn2 {
    cursor: pointer;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.25rem;
}

/* nav-tabs */

.tab-content {
    width: 100%;
}

.nav-tabs-container {
    width: 100%;
    height: 4px;
    margin-top: 40px;
    border-bottom: 4px solid #ACACAC;
}

    .nav-tabs-container .form-tabs {
        position: relative;
        top: -34px;
    }

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs li {
        margin-bottom: 10px;
    }

        .nav-tabs li a {
            padding-bottom: 10px;
            font-size: 14px;
            text-transform: uppercase;
            padding-left: 10px;
            padding-right: 10px;
            color: #acacac;
            font-family: Akzidenz-M;
        }

            .nav-tabs li a.active {
                color: #333;
                border-bottom: 4px solid #009ee1;
            }




/* buttons */
.btn-medium {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}


/* sz-blue */
.btn-sz-blue {
    color: #fff;
    background-color: #004f71;
    border-color: #004f71;
}

    .btn-sz-blue:focus,
    .btn-sz-blue.focus {
        color: #fff;
        background-color: #004f71;
        border-color: #004f71;
    }

    .btn-sz-blue:hover {
        color: #fff;
        background-color: #004f71;
        border-color: #004f71;
    }

    .btn-sz-blue:active,
    .btn-sz-blue.active,
    .open > .dropdown-toggle.btn-sz-blue {
        color: #fff;
        background-color: #004f71;
        border-color: #004f71;
    }

        .btn-sz-blue:active:hover,
        .btn-sz-blue.active:hover,
        .open > .dropdown-toggle.btn-sz-blue:hover,
        .btn-sz-blue:active:focus,
        .btn-sz-blue.active:focus,
        .open > .dropdown-toggle.btn-sz-blue:focus,
        .btn-sz-blue:active.focus,
        .btn-sz-blue.active.focus,
        .open > .dropdown-toggle.btn-sz-blue.focus {
            color: #fff;
            background-color: #004f71;
            border-color: #004f71;
        }

    .btn-sz-blue:active,
    .btn-sz-blue.active,
    .open > .dropdown-toggle.btn-sz-blue {
        background-image: none;
    }

    .btn-sz-blue.disabled:hover,
    .btn-sz-blue[disabled]:hover,
    fieldset[disabled] .btn-sz-blue:hover,
    .btn-sz-blue.disabled:focus,
    .btn-sz-blue[disabled]:focus,
    fieldset[disabled] .btn-sz-blue:focus,
    .btn-sz-blue.disabled.focus,
    .btn-sz-blue[disabled].focus,
    fieldset[disabled] .btn-sz-blue.focus {
        background-color: #004f71;
        border-color: #004f71;
    }

    .btn-sz-blue .badge {
        color: #004f71;
        background-color: #fff;
    }

.btn-outline-sz-blue {
    color: #004f71;
    background-color: transparent;
    background-image: none;
    border-color: #004f71;
}

    .btn-outline-sz-blue:hover {
        color: #fff;
        background-color: #004f71;
        border-color: #004f71;
    }

    .btn-outline-sz-blue:focus, .btn-outline-sz-blue.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-sz-blue.disabled, .btn-outline-sz-blue:disabled {
        color: #004f71;
        background-color: transparent;
    }

    .btn-outline-sz-blue:not(:disabled):not(.disabled):active, .btn-outline-sz-blue:not(:disabled):not(.disabled).active,
    .show > .btn-outline-sz-blue.dropdown-toggle {
        color: #fff;
        background-color: #004f71;
        border-color: #004f71;
    }

        .btn-outline-sz-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sz-blue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-sz-blue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 79, 113, 0.5);
        }

/* sz-gray */
.btn-sz-gray {
    color: #fff;
    background-color: #bababa;
    border-color: #bababa;
}

    .btn-sz-gray:focus,
    .btn-sz-gray.focus {
        color: #fff;
        background-color: #bababa;
        border-color: #bababa;
    }

    .btn-sz-gray:hover {
        color: #fff;
        background-color: #bababa;
        border-color: #bababa;
    }

    .btn-sz-gray:active,
    .btn-sz-gray.active,
    .open > .dropdown-toggle.btn-sz-gray {
        color: #fff;
        background-color: #bababa;
        border-color: #bababa;
    }

        .btn-sz-gray:active:hover,
        .btn-sz-gray.active:hover,
        .open > .dropdown-toggle.btn-sz-gray:hover,
        .btn-sz-gray:active:focus,
        .btn-sz-gray.active:focus,
        .open > .dropdown-toggle.btn-sz-gray:focus,
        .btn-sz-gray:active.focus,
        .btn-sz-gray.active.focus,
        .open > .dropdown-toggle.btn-sz-gray.focus {
            color: #fff;
            background-color: #bababa;
            border-color: #bababa;
        }

    .btn-sz-gray:active,
    .btn-sz-gray.active,
    .open > .dropdown-toggle.btn-sz-gray {
        background-image: none;
    }

    .btn-sz-gray.disabled:hover,
    .btn-sz-gray[disabled]:hover,
    fieldset[disabled] .btn-sz-gray:hover,
    .btn-sz-gray.disabled:focus,
    .btn-sz-gray[disabled]:focus,
    fieldset[disabled] .btn-sz-gray:focus,
    .btn-sz-gray.disabled.focus,
    .btn-sz-gray[disabled].focus,
    fieldset[disabled] .btn-sz-gray.focus {
        background-color: #bababa;
        border-color: #bababa;
    }

    .btn-sz-gray .badge {
        color: #bababa;
        background-color: #fff;
    }

.btn-outline-sz-gray {
    color: #bababa;
    background-color: transparent;
    background-image: none;
    border-color: #bababa;
}

    .btn-outline-sz-gray:hover {
        color: #fff;
        background-color: #bababa;
        border-color: #bababa;
    }

    .btn-outline-sz-gray:focus, .btn-outline-sz-gray.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-sz-gray.disabled, .btn-outline-sz-gray:disabled {
        color: #bababa;
        background-color: transparent;
    }

    .btn-outline-sz-gray:not(:disabled):not(.disabled):active, .btn-outline-sz-gray:not(:disabled):not(.disabled).active,
    .show > .btn-outline-sz-gray.dropdown-toggle {
        color: #fff;
        background-color: #bababa;
        border-color: #bababa;
    }

        .btn-outline-sz-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-sz-gray:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-sz-gray.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5);
        }

/* footer */
.footer {
    font-size: 16px;
    height: 60px;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px #e3e3e3 solid;
    position: relative;
}

.footer-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer ul {
    list-style-type: none;
    display: inline;
    padding: 0;
}

    .footer ul li {
        display: inline;
    }


.footer-pdf {
    font-size: 16px;
    height: 60px;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px #e3e3e3 solid;
}

.footer-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-pdf ul {
    list-style-type: none;
    display: inline;
    padding: 0;
}

    .footer-pdf ul li {
        display: inline;
    }

/* breadcrumbs */
.breadcrumbs {
    font-size: 14px;
    display: inline-block;
}

    .breadcrumbs > .item {
        display: inline-block;
        /*padding: 0 18px;*/
        position: relative;
        width: 96px;
        height: 17px;
        border-radius: 8px;
        text-align: center !important;
    }

        .breadcrumbs > .item .circle {
            display: inline-block;
            width: 60px;
            height: 60px;
            border-radius: 30px;
            background-color: #EAEAEA;
            position: relative;
        }

        .breadcrumbs > .item .label {
            display: block;
            color: #ACACAC;
            white-space: nowrap;
        }

        .breadcrumbs > .item .circle > div {
            color: #959595;
            font-size: 30px;
            padding-top: 6px;
        }

        .breadcrumbs > .item.green .circle {
            background-color: #2BDA33;
        }

        .breadcrumbs > .item.blue .circle {
            background-color: #009EE1;
        }

        .breadcrumbs > .item.green .label {
            color: #2BDA33;
        }

        .breadcrumbs > .item.blue .label {
            color: #009EE1;
        }

        .breadcrumbs > .item.green .circle > div,
        .breadcrumbs > .item.blue .circle > div {
            color: #fff;
        }

        .breadcrumbs > .item .circle > .line-center {
            position: absolute;
            width: 100%;
            height: 100%;
        }

            .breadcrumbs > .item .circle > .line-center > .line {
                height: 4px;
                background-color: #eaeaea;
                position: absolute;
                width: 102px;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                z-index: -1;
            }

        .breadcrumbs > .item.green .circle > .line-center > .line {
            background-color: #2bda33;
        }

        .breadcrumbs > .item.blue .circle > .line-center > .line {
            background-color: #009ee1;
        }

        .breadcrumbs > .item:first-of-type .circle > .line-center > .line {
            width: 40px;
            left: 100%;
        }

        .breadcrumbs > .item:last-of-type .circle > .line-center > .line {
            width: 40px;
            left: 0;
        }

/* autocomplete combobox */
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 5px;
}

/*.dd ul li:hover {
    background-color: #009ee1;
    color:#fff;
}*/

.dd ul li.selected {
    background-color: #009ee1;
    color: #fff;
}

.dd ul li {
    cursor: pointer;
    padding: 0 .5rem;
}

.dd ul {
    padding: 0;
    list-style-type: none;
    border: 1px #bababa solid;
    margin-top: -1px;
    overflow-y: scroll;
    max-height: 300px;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    width: 100%;
}

.btn-primary:disabled {
    background-color: #bababa;
    border: 1px solid #bababa;
}

.input-error.margin {
    margin-top: -33px;
    margin-bottom: 50px;
    pointer-events: none;
}

    .input-error.margin span {
        top: 40px;
        position: relative;
        pointer-events: none;
    }

/* shapes */
.shape {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

    .shape .cross {
        background-color: #009ee1;
        height: 19px;
        position: relative;
        left: 7px;
        width: 5px;
    }

        .shape .cross:after {
            background-color: #009ee1;
            content: "";
            height: 5px;
            left: -7px;
            position: absolute;
            top: 7px;
            width: 19px;
        }

    .shape .minus {
        background-color: #009ee1;
        height: 5px;
        position: relative;
        top: 7px;
        width: 19px;
    }

.status-floater {
    position: absolute;
    margin-top: -1px;
    padding: 0.5em 0;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #bababa;
    border-radius: 0.25em;
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.05);
    z-index: 1;
    white-space: nowrap;
}

    .status-floater table {
        border-collapse: separate;
        width: 100%;
    }

        .status-floater table td {
            padding: 0 .75rem;
        }

        .status-floater table span {
            text-align: center;
            display: inline-block;
            width: 2rem;
            font-size: 1.5rem;
        }

    .status-floater .btn {
        max-width: unset;
    }

.basket-floater-container {
    position: relative;
}

    .basket-floater-container .basket-floater {
        position: absolute;
        margin-top: -1px;
        /*min-width: 100%;*/
        background-color: #fff;
        border: 1px solid #bababa;
        border-radius: .25em;
        -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.05);
        box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.05);
        z-index: 1;
        white-space: nowrap;
        min-width: 170px;
        right: 0;
        top: 8px;
        font-size: 14px;
        overflow-y: auto;
        max-height: 560px;
    }

        .basket-floater-container .basket-floater hr {
            margin: 0 0 1rem 0;
        }

#NumOfPassengers > input {
    padding: 0.5em 0.75em;
    border: 1px solid #bababa;
    border-radius: 0.25em;
    width: 100%;
}

.cookies {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
}

.cookie-elem {
    text-align: center;
    display: inline-block;
    margin-right: 40px;
}

.basket {
    margin-top: 7px;
    position: relative;
}

    .basket a {
        cursor: pointer;
    }

    .basket i {
        font-size: 30px;
        color: #004f71;
    }

    .basket .circle-container {
        position: absolute;
    }

        .basket .circle-container > .circle {
            top: -39px;
            left: 11px;
            position: relative;
            display: inline-block;
            background-color: transparent;
            width: 20px;
            height: 20px;
            border-radius: 50%;
        }

            .basket .circle-container > .circle > .number-container {
                position: absolute;
                text-align: center;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

                .basket .circle-container > .circle > .number-container > .number {
                    position: relative;
                    top: 3px;
                    left: -4.5px;
                    color: #009EE1;
                    font-size: 13px;
                    font-family: Akzidenz-B;
                    display: none;
                    transform: scale(1);
                    -webkit-animation: add-to-cart;
                    animation-duration: 0.2s;
                }

    .basket .cart-plus {
        position: absolute;
        left: 0;
        display: none;
    }

button[disabled] {
    opacity: 0.4;
    cursor: not-allowed !important;
}

@-webkit-keyframes add-to-cart {
    from {
        transform: scale(2.5);
    }

    to {
        transform: scale(1);
    }
}


/* Kivi */

.absolute-center {
    margin: 0 auto;
    top: 45%;
    left: inherit;
}

.ui-datepicker {
    background: #fff !important;
}

.input-group input[type="text"].hasDatepicker:hover,
.input-group > input[type="text"]#NumOfPassengersPlaceholder:hover {
    /*cursor: pointer;*/
}

.filter-width-15 {
    width: 15%;
}

.filter-width-10 {
    width: 10%;
}

#customerDetails .input-group input[type="text"] {
    width: 100%;
}

.purchase-receipt {
    padding-top: 15px;
}

.receipt-menu-box {
    text-align: center;
    margin-top: 20px;
}

.text-back {
    font-size: 14px;
    font-family: Akzidenz-M;
    text-transform: uppercase;
}

.basket-floater-container .basket-floater {
    min-width: 300px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    border: 1px solid #DEE2E6;
    border-radius: 0px;
}

    .basket-floater-container .basket-floater .basket-header {
        padding: 10px 20px 20px 20px;
        background-color: #F3F3F3;
    }

    .basket-floater-container .basket-floater .basket-footer {
        padding: 15px 20px;
        background-color: #F3F3F3;
    }

    .basket-floater-container .basket-floater .basket-button {
        padding: 20px;
    }

        .basket-floater-container .basket-floater .basket-button button {
            padding: 6px 20px;
            box-shadow: 0px 0px 5px rgba(2,75,117,0.8);
        }

    .basket-floater-container .basket-floater .basket-header h4 {
        text-transform: uppercase;
        font-family: Akzidenz-M;
        margin-bottom: 2px;
    }

    .basket-floater-container .basket-floater .product {
        padding: 15px 20px 20px 20px;
        border-bottom: 1px solid #DEE2E6;
    }

    .basket-floater-container .basket-floater .basket-from-to {
        display: inline-block;
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 8px;
    }

    .basket-floater-container .basket-floater .basket-inner-price,
    .basket-floater-container .basket-floater .basket-footer-inner {
        display: inline-block;
        padding-right: 5px;
        margin-top: 3px;
    }

        .basket-floater-container .basket-floater .basket-inner-price b {
            color: #009CE6;
            font-size: 16px;
        }

        .basket-floater-container .basket-floater .basket-footer-inner b {
            text-transform: uppercase;
            font-size: 20px;
            line-height: 17px;
        }

        .basket-floater-container .basket-floater .basket-inner-price a {
            position: relative;
            top: -2px;
        }

        .basket-floater-container .basket-floater .basket-inner-price i {
            font-size: 18px;
            color: #009CE6;
        }

.purchase-preview table.table th {
    padding: 0px;
    font-family: Akzidenz-M;
    font-weight: normal;
}

.purchase-preview .border-bottom.no-padding td {
    padding: 0px 0px 20px 0px;
}

.dateCalendar input {
    padding-left: 34px !important;
}

.dateCalendar::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #bababa;
    top: 35px;
    left: 13px;
}

.filter-route {
    width: 40%;
}

    .filter-route div {
        display: inline-block;
        margin: 5px 0px;
    }

        .filter-route div b {
            margin: 0px 10px;
        }

    .filter-route .transfer-line {
        min-height: 20px;
        margin-left: 6px;
    }

.filter-route-inner {
    margin: 5px 0px;
}

.filter-table-main .transfer-dot {
    display: none;
}

.filter-table-main .transfer-line {
    display: none;
}

.filter-price {
    text-align: right;
    font-size: 16px;
    width: 10%;
}

.filter-route-inner span,
.filter-route-inner.to-hide-desktop {
    display: none !important;
}

.filter-route-inner.to-hide {
    width: 20%;
    text-align: center;
}

.filter-travel-time {
    width: 10%;
}

.input-group#item-hide,
.input-group#item-hide-tourist {
    display: none;
}

.input-group.item-show#item-hide,
.input-group.item-show-tourist#item-hide-tourist {
    display: inline-block !important;
}

.input-group .custom-control.custom-radio {
    display: inline-block;
}

.input-group-IJPP#item-hide {
    display: none;
}

.input-group-IJPP.item-show#item-hide {
    display: inline-block !important;
}

.input-group-IJPP .custom-control.custom-radio-IJPP {
    display: inline-block;
}

.input-group.margin-bottom-15.hidden-item {
    display: none;
}

.shopTitle-margin {
    margin-top: 70px;
}

    .shopTitle-margin h1 {
        margin-top: 0px;
        margin-bottom: 40px;
    }

.copyrightBottom,
.url-pravno,
.url-podpora,
.url-kontakt {
    font-family: Akzidenz-M;
    font-size: 16px;
}

.breadcrumbs .label {
    font-family: Akzidenz-M;
}

.breadcrumbs .item.blue .label {
    color: #009ee1;
}
/* Tablet */
@media only screen and (max-width: 991px) {
    .filter-route {
        width: 30%;
    }

        .filter-route div {
            display: flex;
            margin: 5px 0px;
        }

            .filter-route div b {
                margin: 0px 10px;
            }

        .filter-route .transfer-line {
            min-height: 20px;
            margin-left: 6px;
        }

    .filter-route-inner,
    .filter-route-inner.to-hide-desktop {
        display: block !important;
        margin: 5px 0px;
    }

    .filter-table-main .transfer-dot,
    .filter-table-main .transfer-line {
        display: block;
    }

    .filter-table-main.inactive .transfer-dot {
        border-color: #bababa;
    }

    .filter-table-main.inactive .transfer-line {
        background-color: #bababa;
    }

    .filter-price {
        text-align: right;
        font-size: 18px;
        width: 20%;
    }

    .filter-route-inner span {
        display: inline-block !important;
    }

    .filter-route-inner.to-hide {
        display: none !important;
    }

    .filter-travel-time {
        width: auto;
    }

    .filter-header-table {
        display: none;
    }
}

/* IJPP custom */
body > div.body-wrapper > div:nth-child(2) > form > div:nth-child(3) > div > div > div > div > div.row.margin-top-80 > div.row.col-md-11.input-group > div:nth-child(3) {
    border: 1px;
    border-color: #dee2e6;
    border-style: solid;
    border-radius: 0.25rem;
    background-color: #f6f6f6;
}

body > div.body-wrapper > div:nth-child(2) > form > div:nth-child(3) > div > div > div > div > div.row.margin-top-80 > div.row.col-md-11.input-group > div:nth-child(1) {
    border: 1px;
    border-color: #dee2e6;
    border-style: solid;
    border-radius: 0.25rem;
    background-color: #f6f6f6;
}

    body > div.body-wrapper > div:nth-child(2) > form > div:nth-child(3) > div > div > div > div > div.row.margin-top-80 > div.row.col-md-11.input-group > div:nth-child(1) > div:nth-child(2) {
        font-weight: bold;
    }

body > div.body-wrapper > div:nth-child(2) > form > div:nth-child(3) > div > div > div > div > div.row.margin-top-80 > div.row.col-md-11.input-group > div:nth-child(3) > div:nth-child(2) {
    font-weight: bold;
}

/* IJPP purchase preview*/

.purchase-preview-ijpp img {
    position: relative;
    top: -4px;
    left: 5px;
}

#ijpp_ticket_preview {
    border: 1px;
    border-color: #dee2e6;
    border-style: solid;
    border-radius: 0.25rem;
    padding-left: 15px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    #customerDetails input[type="text"], .form-block-stripe .d-inline-block, .form-block-stripe .d-inline-block #NumOfPassengersPlaceholder, .form-block-stripe .d-inline-block #TravelFrom, .form-block-stripe .d-inline-block #TravelTo, .form-block-stripe .d-inline-block #NumOfPassengersFloater > table {
        width: 100%;
    }

    .form-horizontal > .row {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .transfer-title {
        padding-right: 0px;
        padding-left: 5px;
    }

    .to-hide {
        display: none;
    }

    .table.filter-table {
    }

        .table.filter-table .filter-table-head {
            font-size: 11px;
        }

    .purchase-preview table.table th {
        padding: 0 4px;
        font-size: 14px;
    }

    .purchase-receipt,
    .receipt-customer {
        padding: 0 15px;
    }

    .purchase-receipt {
        padding-top: 15px;
    }

    .purchase-preview button.btn-sz-blue {
        max-width: 400px !important;
        margin: 0 auto;
    }

    .receipt-menu-box {
        margin-top: 15px;
    }

    .footer {
        height: 75px;
    }

    .footer-content {
        text-align: center;
    }

        .footer-content ul:nth-child(2) {
            display: block;
        }

    .footer ul {
        float: none;
    }

    .row.purchaseCrumbs,
    .row.purchaseCrumbs .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .small-table th,
    .small-table td {
        font-size: 14px !important;
    }

        .small-table th:first-child {
            width: 40%;
        }

    .shopTitle-margin h1.sz-blue {
        font-size: 30px;
        font-weight: 600;
    }

    #filterIJPP h2.sz-blue {
        font-weight: 600;
        font-size: 25px;
    }

    .shopTitle-margin {
        margin-top: 40px;
    }
}

@media all and (max-width: 480px) {
    .shopTitle-margin {
        margin-top: 20px;
    }

    .copyrightBottom,
    .url-pravno,
    .url-podpora,
    .url-kontakt {
        display: block !important;
        margin: 0;
    }

    .url-pravno,
    .url-podpora,
    .url-kontakt {
        margin-top: 10px;
    }

    .footer {
        height: unset;
    }

    .navbar-brand img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 375px) {
    .filter-route,
    .filter-route-inner,
    .filter-price {
        font-size: 12px;
    }
}
@media all and (max-width:370px)
{
    .navbar-brand img
    {
        max-width:180px;
    }
    .nav-tabs li a
    {
        padding-left:5px;
        padding-right:5px;
        font-size:13px;
    }
}

/* Tourist vikend */

.vikend_top {
    margin-top: 50px;
}

.touristTisckets {
    /*padding-left:0px;*/
}

.ticket-box {
    /*padding-left: 15px;*/
}

.cuid_info {
    margin-top: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-family: Akzidenz-M;
}
.cuid_info_text{
    font-weight: normal;
}

.cuid_info_val{

}

.credit_avail {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-family: Akzidenz-M;
}

.credit_avail_text {
    font-weight: normal;
}

.IJPPCreditInfo
{
    padding-bottom:25px;
}

.station-list {
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 5px;
}

.station-list-arrow:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

.travel_from,
.travel_to{
    font-weight:bold;
}

.no-return-warning{
    color: red;
    font-weight: bold;
}

/*Menu Fix*/
@media all and (max-width:1199px)
{
    .nav-tabs-container
    {
        height:auto;
        margin-top:0;
        border-bottom:2px solid #ACACAC;
    }
    .nav-tabs-container .form-tabs
    {
        top:3px;
    }
    .nav-tabs li
    {
        margin:10px 0;
    }
    .nav-tabs li a.active
    {
        border-bottom:2px solid #009EE1;
    }
}

.ijpp_btn {
    font-size: 16px;
    font-family: Akzidenz-M;
    text-transform: uppercase;
    max-width: 350px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 5px;
    margin-top: .0rem !important;
}