@font-face {
    font-family: 'SiemensSans';
    src: url("../fonts/siemenssans-roman-webfont.eot");
    src: url("../fonts/siemenssans-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/siemenssans-roman-webfont.woff") format("woff"), url("../fonts/siemenssans-roman-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensProgress';
    src: url("../fonts/SiemensProgress-Regular.eot");
    src: url("../fonts/SiemensProgress-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SiemensProgress-Regular.woff") format("woff"), url("../fonts/SiemensProgress-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SiemensProgress';
    src: url("../fonts/SiemensProgress-Bold.eot");
    src: url("../fonts/SiemensProgress-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SiemensProgress-Bold.woff") format("woff"), url("../fonts/SiemensProgress-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

body {
    color: #A3ACBD;
    font: normal 14px/20px 'SiemensSans', sans-serif;
    line-height: 150%;
    letter-spacing: 0;
    background-color: #000028;
}

a {
    color: #3CC8BE;
    font-weight: bold;
}

a:hover {
    color: #fff;
}

a.slot-info {
    color: inherit;
}

h1 {
    font-family: 'SiemensProgress', serif;
    font-size: 54px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 19px;
}

textarea {
    resize: vertical;
    min-height: 50px;
}

textarea::-webkit-resizer {
    background-image: url('../img/resizer-icon-white.png');
}

textarea.active::-webkit-resizer {
    background-image: url('../img/resizer-icon-green.png');
}

textarea.error::-webkit-resizer {
    background-image: url('../img/resizer-icon-red.png');
}

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

    h1,
    .ribbonmobile {
        font-size: 36px;
        line-height: 44px;
    }

    .datepicker-block p strong {
        line-height: 28px;
    }
}

.ribbonmobile {
    margin: 0;
}

.ribbonmobile {
    font-family: 'SiemensProgress', serif;
    font-size: 54px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.01em;
    margin-bottom: 19px;
}

.form-group:before,
.form-group:after {
    content: "";
    display: table;
}

.form-group:after {
    clear: both;
}

.form-group {
    zoom: 1;
}

.form-group img {
    max-width: 100%;
}

.radio-h label {
    font-size: 12px;
    line-height: 18px;
    text-transform: initial;
    letter-spacing: initial;
}

.radio1 {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.btn-custom {
    margin-top: 8px;
    position: relative;
    min-height: 34px;
    width: 224px;
    height: 50px;
    background: #3CC8BE;
    border: 2px solid #3CC8BE;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: initial;
    font-weight: bold;
    font-size: 15px;
    color: #000028;
    padding: 13px 0 12px;
    border-radius: 2px;
    transition: ease-in-out 0.3s;
}

.btn-custom:hover {
    color: #fff;
    background: #21A79E;
}

.btn-wrap:hover .before {
    width: 100%;
}

.btn-wrap:hover .after {
    left: 0;
    width: 100%;
}

#calendar-input {
    background: #3CC8BE;
    border: 1px solid #3CC8BE;
}

.table-condensed>thead>tr>th.dow {
    color: #000028;
    border-bottom: 1px solid #000028;
}

.table-condensed>thead>tr>th.next,
.table-condensed>thead>tr>th.prev {
    color: #000028;
}

.datepicker-block p strong {
    color: #A3ACBD;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.datepicker-switch {
    color: #000028;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #000028 !important;
    color: #fff;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active {
    background-color: #000028 !important;
    color: #fff !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none !important;
    color: #000028 !important;
    opacity: 0.4;
}

.datepicker table tr td.day.disabled:hover{
    background: none !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #fff !important;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker td .month:hover,
.datepicker td .month.focused,
.datepicker td .year:hover,
.datepicker td .year.focused
 {
    background: #000028 !important;
    color: #fff;
}

td.day,
td .month,
td .year {
    font-weight: 700;
    font-size: 15px;
    color: #000028;
}

.datepicker td,
.datepicker th {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 2px solid #3CC8BE !important;
}

.time-block ul li {
    background-color: #3CC8BE !important;
    border: 2px solid #3CC8BE !important;
    color: #000028 !important;
    margin: 0 16px 16px !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 5px !important;
    border-radius: 2px !important;
    transition: ease-in-out 0.3s;
}

.time-block ul.first li {
    margin-left: 0 !important;
}

.time-block ul.second li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.time-block ul li.active,
.time-block ul li:hover {
    background: #21A79E !important;
    color: #fff !important;
}

.time-interval {
    border: 1px solid #007bc0 !important;
    color: #007bc0 !important;
}

.time-interval:hover {
    border-color: #007bc0 !important;
    background: #007bc0 !important;
    color: #fff !important;
}

.btn-custom:active,
.btn-custom:focus,
.btn:active:focus,
.btn:focus {
    color: #fff;
}

label {
    font-weight: normal;
    color: #A3ACBD;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 2px;
    font-family: 'SiemensProgress';
}

label.required:after {
    content: '*';
    color: #A3ACBD;
    font-size: 12px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-family: inherit;
    color: #fff;
    padding: 10px 0;
    height: 42px;
    font-size: 16px;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background-color: #000028;
    margin-bottom: 15px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color: #3CC8BE !important;
    box-shadow: 0 2px 0 0 #3cc8be;
    outline: none;
}

.form-control.error {
    margin-bottom: 0;
}

.form-control.error,
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #E0173B !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

label.error,
.login-error {
    color: #E0173B;
    font-size: 12px;
    text-transform: initial;
    letter-spacing: initial;
    padding-top: 10px;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
}

.form-control::-moz-placeholder {
    color: #fff;
    font-weight: 400;
}

.form-control:-moz-placeholder {
    color: #fff;
    font-weight: 400;
}

.form-control:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
}

input[type="radio"] {
    opacity: 0;
    position: absolute;
}

input[type="radio"]+label {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    text-transform: initial;
    letter-spacing: initial;
    color: #fff;
    font-weight: 400;
}

input[type="radio"].error+label:before,
input[type="checkbox"].error+label:before {
    border-color: #E0173B;
}

input[type="checkbox"].error+label:before {
    box-shadow: inset 0 0 0 1px #E0173B;
}

input[type="radio"]+label:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    border: 1px solid #CFD0D6;
    border-radius: 50%;
    left: 0;
    top: -4px;
}

input[type="radio"]+label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 7px;
    top: 3px;
    border-radius: 50%;
    opacity: 0;
    background-color: #3cc8be;
}

input[type="radio"]:checked+label:after {
    opacity: 1;
}

input[type="radio"]:checked+label:before {
    box-shadow: inset 0 0 0 1px #fff;
    border-color: #fff;
}

input[type="checkbox"]+label {
    cursor: pointer;
}

input[type="checkbox"]:not(checked) {
    position: absolute;
    opacity: 0;
}

input[type="checkbox"]:not(checked)+label {
    position: relative;
    padding: 5px 0 0 40px;
}

input[type="checkbox"]:not(checked)+label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #CFD0D6;
}

input[type="checkbox"]:not(checked)+label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 6px;
    height: 12px;
    width: 12px;
    background: none;
}

input[type="checkbox"]:checked+label:before {
    border-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
}

input[type="checkbox"]:checked+label:after {
    background: url(../img/check-icon2.svg);
    background-repeat: no-repeat;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #000028;
    border-color: #CFD0D6 !important;
}

.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
    color: #A3ACBD;
    font-weight: 400;
}

.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
    color: #A3ACBD;
    font-weight: 400;
}

.form-control[disabled]:-moz-placeholder,
.form-control[readonly]:-moz-placeholder,
fieldset[disabled] .form-control:-moz-placeholder {
    color: #A3ACBD;
    font-weight: 400;
}

.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
    color: #A3ACBD;
    font-weight: 400;
}

.main-content {
    width: 100%;
    max-width: 740px;
    /*margin: 15px auto;*/
    /*background-color: #F1F1F1;*/
    border: 0px solid #C3C3C4;
    padding: 20px;
}

.modal-content {
    background-color: #000028;
    border: 1px solid #999;
}

.modal-header .close {
    color: #21A79E !important;
}

.modal-header .close:hover {
    color: #3CC8BE !important;
}

/* added by SK because the Cancellation Modal Event Name was not visible */
.modal,
.modal-body p {
    color: #21A79E !important;
}



.top-text {
    margin-bottom: 15px;
}

p {
    margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    padding-left: 0 !important;
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #000028 !important;
    border: none !important;
    border-radius: unset !important;
    border-bottom: 1px solid #fff !important;
}


/*
.table-summary td {
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
}*/

span.btn {
    padding: 0;
}

a.validate-payment_voucher {
    background-color: #ffffff;
    border-color: #ffffff;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++ MAIN CSS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (max-width: 500px) {
    .btn-wrap {
        width: 100%;
    }

    .btn-custom {
        width: 100%;
        margin-bottom: 20px;
    }
}