.group_booking_block {
    text-align: center;
}

.time_ticket_age_cat_overview {
    box-sizing: border-box;
    display: none;
    z-index: 2500;
    width: 300px;
    margin-top: 0px;
    padding: 10px;
    padding-left: 15px;

    font-size: 14px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.15);

    padding: 5px;
    box-shadow: inset 3px rgba(0, 0, 0, 0.85);
    border-radius: 5px;

    /*	border-color: rgb(33, 33, 33); */
    color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    /*	background-color: rgba(33, 33, 33, 0.8); */

    position: absolute;
}

.time_cat {
    /*	display: block; */
    margin-bottom: 10px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 0 2px #000000, 0 0 2px #000000;
    background: rgba(0, 0, 0, 0.4) !important;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 #888888;
    padding: 5px;
    /*	width: 250px; */
    width: 100%;
}

.time_cat:last-child {
    margin-bottom: 2px;
}

.time_cat:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}

.time_cat_price {
    font-weight: 600;
    text-align: right;
    /*	width:100px; */
    white-space: nowrap;
    padding: 2px;
}

.time_cat_name {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
    /*	width:150px; */
}

a:focus,
a:hover {
    text-decoration: none;
}

/* TIMELINE */
@media only screen and (max-width: 1024px) {
    body {
        position: relative;
    }
    .main-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .main_content_body {
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 18px;
    }
}
@media only screen and (min-width: 1025px) {
    .navigation {
        display: none;
    }
}
ol,
ul {
    list-style: none;
}
.navigation {
    position: absolute;
    top: 100px;
    left: 10px;
    visibility: visible;
    z-index: 1070;
}
.navigation.fixed {
    top: 120px;
    position: fixed;
}
.navigation.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%) translateY(-50%);
}
.navigation ul {
    margin: 0;
    padding: 0;
}
.navigation li {
    margin: 0 auto 6px;
}
.navigation_dot {
    display: block;
    width: 9px;
    height: 9px;
    border: none;
    padding: 0;
    border-radius: 50%;
    background-color: #000;
    transform: scale(1);
    position: relative;
    opacity: 0.7;
    transition: transform 0.3s ease-out;
}
.navigation_dot:hover {
    transform: scale(2);
}
.navigation_dot:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: inherit;
    transform: translate(-52%, -52%) scale(0);
    opacity: 1;
    border: 1px solid #000;
}
.navigation_dot.clicked:before {
    transition: transform 375ms cubic-bezier(0.55, 0, 0.1, 1),
        opacity 375ms linear;
    transform: translate(-52%, -52%) scale(1);
    opacity: 0;
}
.navigation_dot.active {
    background-color: #000;
    transform: scale(1.5);
    opacity: 1;
}
.navigation_small-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.4;
}

.indicator-success {
    color: #3c763d;
}

.indicator-warning {
    color: #f0ad4e;
}

.indicator-danger {
    color: #a94442;
}

.indicator-simple {
    color: #666666;
}

.input-group.date input {
    cursor: pointer;
    font-size: 1.5em;
    height: 100%;
}
.input-group.date .input-group-addon {
    font-size: 1.5em;
}

.form-group label {
    font-size: 1.2em;
}

.input-group.date.fixed {
    top: 50px;
    position: fixed;
}

.fa-battery-full, .fa-battery-half, .fa-battery-quarter, .fa-battery-empty{
    position: relative;
    top: 3px;
    left: 10px;
    font-size: 1.5em;
}

#datePicker {
    border-radius: 0px;
    padding-top: 10px;
}

.input-group.date {
    z-index: 1;
}