/* custom font icons */
@import '/font-icons.css';

a {
    color: #ff4081;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
.pointer {
    cursor: pointer;
}
.clear {
    clear: both;
}

html {
    font-family: 'Roboto', sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

body {
    font-size: 15px;
    line-height: 24px;
}
.pointer {
    cursor: pointer;
}

.anim-enter {
    max-height: 0px;
    overflow: hidden;
}

.anim-enter.anim-enter-active {
    max-height: 1000px;
    transition: max-height 500ms ease;
}

.anim-leave {
    max-height: 1000px;
    overflow: hidden;
}

.anim-leave.anim-leave-active {
    max-height: 0px;
    transition: max-height 500ms ease;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.just-print {
    display: none;
}

.switcher-button > div > span {
    padding: 0 !important;
    top: 3px;
}
.passenger-dropdown div:nth-child(2) {
    right: 0;
}

/* Prosím nemazat, je to tu schválně, protože kdokoliv může přemazat soubor font-icons.css */
.icon-rail:before {
    content: '\e66a';
}

.leg-item {
    margin: 15px 0;
    position: relative;
    z-index: 4;
}
.leg-item-before,
.leg-item-after {
    content: '';
    position: relative;
    top: 20px;
    left: 15px;
    z-index: 3;
    display: block;
    width: 10px;
    height: 20px;
    background-color: #9a9a9a;
    border: 1px solid #9a9a9a;
    border-radius: 10px;
}
.leg-item-after {
    top: -20px !important;
}
.leg-item:last-child {
    margin-bottom: 25px;
}
.leg-item-transfer-info {
    position: absolute;
    top: -19px;
    left: 24px;
    font-size: 12px;
    white-space: nowrap;
}
.iconLeg {
    color: white;
    border-radius: 10px;
    background-color: #9a9a9a;
    border: 4px solid #9a9a9a;
    top: -16px;
    left: -6px;
    position: relative;
}

.connection-detail-footer,
.connection-detail-footer .icon-small-basket {
    /*color: white;*/
}

.unavailable-seat {
    did-flip: true;
    border: 10px;
    background: none;
    box-sizing: border-box;
    display: inline-block;
    font: inherit;
    font-family: Roboto, sans-serif;
    cursor: default;
    text-decoration: none;
    outline: none;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    /*overflow: hidden;*/
    border-radius: 2px;
    background-color: rgb(229, 229, 229);
}
.unavailable-seat .label {
    position: relative;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding: 0px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    -webkit-user-select: none;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* non-prefixed version, currently
                                  not supported by any browser */
}

.time-picker div:nth-child(2) div {
    max-width: 50px;
    padding: 0px !important;
    text-align: center;
}

.time-picker div:nth-child(2) {
    max-height: 200px;
    overflow-y: auto !important;
}

.content-price-table-body .mui-body-table {
    overflow: inherit !important;
}

.mui-table-row-column-dense {
    font-size: 11px !important;
    padding: 5px !important;
}

.text-field label {
    white-space: nowrap;
}

.floating-action-button {
    background-color: #ffffff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    padding: 8px !important;
    height: 40px !important;
    width: 40px !important;
}

@media print {
    .container-content {
        padding: 0 !important;
    }
    .no-border {
        border: 0 !important;
        box-shadow: none !important;
    }
    .hide-tabs > div:nth-child(1),
    .hide-tabs > div:nth-child(2) {
        display: none !important;
    }
    .body-content > div {
        background-color: white !important;
    }
    .just-print {
        display: block;
    }
    .no-print {
        display: none !important;
    }
    #container {
        padding-left: 0 !important;
    }
    .container-content {
        padding-top: 20px !important;
    }
}
