﻿.has-error .control-label {
    color: #E60054;
}

.has-error .form-control {
    border-color: #E60054;
}

.has-error.has-initial-error .control-label {
    color: #000;
}

.has-error.has-initial-error .form-control {
    border-color: #dad9de;
}

.has-error .select2-container--default .select2-selection--single {
    border-color: #E60054;
}

.has-error .form-control-static {
    color: #E60054;
}

.has-error .swiper-container {
    border-bottom: 1px solid #E60054;
}

.row-has-error {
    border: 1px solid #E60054;
    color: #E60054;
    margin-bottom: 15px;
}

    .row-has-error .btn, .row-has-error p {
        color: #E60054;
    }

        .row-has-error .btn span, .row-has-error p span {
            color: #E60054;
        }

.text-danger {
    color: #E60054;
}

body, p, a, td, li, label {
    font-family: 'Open Sans';
    background-color:#000;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

h1, h2, h3, h4, h5, h6, button, strong {
    font-family: 'Open Sans';
    font-weight: 700;
}

    h1 label, h2 label, h3 label, h4 label, h5 label, h6 label, button label, strong label {
        font-family: 'Open Sans';
        font-weight: 700;
    }

header {
    position: relative;
    height: 80px;
}

    header img {
        border: 0;
        margin: 12px;
    }

    header .language-dropdown-pull-right {
        position: absolute;
        top: 12px;
        right: 15px;
    }

        header .language-dropdown-pull-right.language-dropdown-pull-right-close-button {
            right: 85px;
        }

.crest-wrapper img {
    width: 123px;
    height: 75px;
    transform: translate3d(0,12px,0);
    background-color: #fff;
    padding: 0 8px;
}

hr {
    margin: 0;
    padding: 0;
}

    hr.padding-bottom {
        padding-bottom: 20px;
    }

.margin-bottom-1u {
    margin-bottom: 25px;
}

.form-horizontal .control-label {
    text-align: left;
    padding-top: 15px;
}

    .form-horizontal .control-label.control-label-xs {
        font-size: 10px;
    }

    .form-horizontal .control-label.control-label-sm {
        font-size: 12px;
    }

    .form-horizontal .control-label.control-label-md {
        font-size: 16px;
    }

    .form-horizontal .control-label.control-label-lg {
        font-size: 18px;
    }

    .form-horizontal .control-label.control-label-xl {
        font-size: 20px;
    }

.nav-tabs > li.active > a {
    color: #fff;
    padding: 9px 12px 9px 12px;
    background-color: #403f45;
    border-color: #403f45;
}

    .nav-tabs > li.active > a:hover {
        background-color: #E60054;
        border-color: #E60054;
        color: #fff;
        cursor: pointer;
    }

.nav-tabs > li > a {
    color: #fff;
    padding: 9px 12px 9px 12px;
    background-color: #b5b4ba;
    border-color: #b5b4ba;
}

    .nav-tabs > li > a:hover {
        background-color: #E60054;
        border-color: #E60054;
        color: #fff;
        cursor: pointer;
    }

.nav-tabs > li.disabled > a {
    color: #fff;
    padding: 9px 12px 9px 12px;
    background-color: #dad9de;
    border-color: #dad9de;
}

    .nav-tabs > li.disabled > a:hover {
        color: #fff;
        background-color: #dad9de;
        border-color: #dad9de;
        cursor: not-allowed;
    }

@media(max-width: 767px) {
    .nav-tabs > li {
        float: none;
    }

        .nav-tabs > li a {
            margin-right: 0;
        }
}

.form-control {
    border-radius: 0;
    border-color: #dad9de;
    box-shadow: none;
    height: 50px;
}

    .form-control.signature-pad {
        height: 280px;
    }

.pretty-checkbox.pretty-list {
    float: left;
    margin-right: 10px;
}

.pretty-checkbox.pretty-radio .symbol {
    border-radius: 10px;
}

.pretty-checkbox.pretty-checkbox-vertical label {
    display: block;
}

.pretty-checkbox.pretty-checkbox-two-columm-layout label {
    width: 42%;
    display: block;
    float: left;
}

.pretty-checkbox.pretty-checkbox-survey-chooser label {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    text-indent: 0;
}

    .pretty-checkbox.pretty-checkbox-survey-chooser label .symbol {
        display: none;
    }

    .pretty-checkbox.pretty-checkbox-survey-chooser label:first-child .label {
        border-left: 1px solid #fff;
        display: inline-block;
    }

    .pretty-checkbox.pretty-checkbox-survey-chooser label .label {
        border: 1px solid #fff;
        border-left: 0;
        border-radius: 0;
        padding: 10px;
        line-height: 16px;
        display: inline-block;
        width: 100%;
    }

    .pretty-checkbox.pretty-checkbox-survey-chooser label input:checked {
        background-color: #e8e9eb;
    }

        .pretty-checkbox.pretty-checkbox-survey-chooser label input:checked ~ .label {
            color: #000;
            border-color: #E60054;
            background-color: #E60054;
        }

.pretty-checkbox label {
    text-indent: -33px;
    margin-left: 33px;
    cursor: pointer;
}

    .pretty-checkbox label.disabled {
        opacity: .5;
        cursor: not-allowed;
    }

    .pretty-checkbox label .label {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        white-space: normal;
    }

    .pretty-checkbox label input {
        display: none;
    }

        .pretty-checkbox label input ~ .symbol {
            margin-top: 15px;
            display: inline-block;
            border: 1px solid #fff;
            font-family: "pag-iconfont";
            color: #000;
            line-height: 18px;
            padding: 0 1px;
            text-indent: 0;
        }

        .pretty-checkbox label input:checked {
            background-color: #e8e9eb;
        }

            .pretty-checkbox label input:checked ~ .symbol {
                color: #fff;
                border: 1px solid #E60054;
                background-color: #E60054;
            }

.btn, .btn-group, .btn-group-vertical {
    font-size: 16px;
}

    .btn:focus, .btn-group:focus, .btn-group-vertical:focus, .btn.focus, .btn-group.focus, .btn-group-vertical.focus, .btn.active.focus, .btn-group.active.focus, .btn-group-vertical.active.focus {
        outline: 0;
    }

.btn-primary {
    background-color: #403f45;
    border-color: #403f45;
    font-weight: normal;
    border-radius: 0;
    height: 50px;
    padding: 10px 20px;
    line-height: 30px;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #E60054;
        border-color: #E60054;
    }

        .btn-primary:hover:hover, .btn-primary:active:hover, .btn-primary:focus:hover {
            background-color: #E60054;
            border-color: #E60054;
        }

.btn-group, .group-image-row, .group-image-row-stars {
    padding-top: 4px;
}

.chosen-container-multi .chosen-choices {
    border-color: #ccc;
    background: none;
}

    .chosen-container-multi .chosen-choices li.search-choice {
        border-radius: 0;
        background: none;
        font-size: 12px;
    }

.table td {
    border-bottom: 1px solid #dad9de;
    line-height: 40px;
}

.table tr th {
    font-weight: 400;
    border-bottom: 1px solid #000;
    line-height: 40px;
}

    .table tr th:first-child {
        padding-left: 0;
    }

.table tr td:first-child {
    color: #959899;
    width: 30%;
    padding-left: 0;
}

.table > tbody {
    border-top: 0;
}

    .table > tbody + tbody {
        border-top: 0;
    }

.select2-container {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    font-size: 16px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background: none;
    border: 1px solid #403f45;
    width: 100%;
    background-color: #403f45;
    color: #fff;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        color: #fff;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
        color: #fff;
        position: absolute;
        top: 0;
        right: 10px;
        width: 20px;
        background-color: #403f45;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow:after {
            content: "";
            font-family: "pag-iconfont";
            color: #fff;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none;
        }

.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: "";
    font-family: "pag-iconfont";
    color: #fff;
}

.form-group-input-select .form-control {
    color: #fff;
    background-color: #403f45;
    font-size: 16px;
}

    .form-group-input-select .form-control option {
        font-size: 16px;
        color: #403f45;
        background-color: #fff;
        line-height: 50px;
        height: 50px;
        display: block;
    }

.select2-results {
    font-size: 16px;
    width: 100%;
}

    .select2-results .select2-search {
        outline: 0;
    }

        .select2-results .select2-search input {
            outline: 0;
        }

            .select2-results .select2-search input:focus {
                outline: 0;
            }

    .select2-results li {
        font-size: 16px;
        height: 50px;
        line-height: 38px;
    }

.select2-search .select2-search__field {
    font-size: 16px;
    height: 50px;
    line-height: 40px;
}

.pag-iconfont {
    font-family: "pag-iconfont";
}

    .pag-iconfont.icon-next {
        font-size: 13px;
        margin-left: -5px;
        margin-right: 4px;
    }

a:hover {
    text-decoration: none;
    color: #E60054;
}

a .font-size-tiny {
    font-size: 11px;
}

.alert.alert-danger {
    border-color: #E60054;
    color: #E60054;
    border-radius: 0;
    background-color: #fff;
}

.input-jquery-file-upload-reset-file {
    color: #E60054;
    font-family: "pag-iconfont";
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 5px;
}

    .input-jquery-file-upload-reset-file:active, .input-jquery-file-upload-reset-file:hover, .input-jquery-file-upload-reset-file:focus {
        color: #E60054;
        text-decoration: none;
    }

.loading-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8) url('https://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

body.loading .loading-overlay {
    overflow: hidden;
}

body.loading .loading-overlay {
    display: block;
}

.swiper-button-next-porsche {
    color: #950014;
    background-image: none;
    right: 12px;
}

    .swiper-button-next-porsche span {
        font-family: "pag-iconfont";
        font-size: 50px;
    }

.swiper-button-prev-porsche {
    color: #950014;
    background-image: none;
    left: -11px;
}

    .swiper-button-prev-porsche span {
        font-family: "pag-iconfont";
        font-size: 50px;
    }

.swiper-button-disabled {
    display: none;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide a {
        text-decoration: none;
    }

        .swiper-slide a img {
            width: 100%;
            opacity: .5;
            border: 0;
        }

        .swiper-slide a span {
            clear: both;
            display: block;
        }

    .swiper-slide.active a img {
        opacity: 1;
    }

    .swiper-slide.active a span {
        color: #950014;
    }

.btn-tooltip {
    height: 50px;
    border-radius: 0;
    line-height: 40px;
    margin-left: -1px;
    border-color: #dad9de;
}

    .btn-tooltip:hover, .btn-tooltip:active, .btn-tooltip:focus {
        color: #333;
        background-color: #fff;
        border-color: #dad9de;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: -1px;
    }

        .btn-tooltip:hover:hover, .btn-tooltip:active:hover, .btn-tooltip:focus:hover, .btn-tooltip:hover:active, .btn-tooltip:active:active, .btn-tooltip:focus:active, .btn-tooltip:hover:focus, .btn-tooltip:active:focus, .btn-tooltip:focus:focus {
            color: #333;
            background-color: #fff;
            border-color: #dad9de;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-left: -1px;
        }

.has-error .btn-tooltip {
    border-color: #E60054;
}

    .has-error .btn-tooltip:hover, .has-error .btn-tooltip:active, .has-error .btn-tooltip:focus {
        border-color: #E60054;
    }

        .has-error .btn-tooltip:hover:hover, .has-error .btn-tooltip:active:hover, .has-error .btn-tooltip:focus:hover, .has-error .btn-tooltip:hover:active, .has-error .btn-tooltip:active:active, .has-error .btn-tooltip:focus:active, .has-error .btn-tooltip:hover:focus, .has-error .btn-tooltip:active:focus, .has-error .btn-tooltip:focus:focus {
            border-color: #E60054;
        }

.button-close {
    position: absolute;
    top: 12px;
    right: 15px;
    display: block;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: #403f45;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

@media(max-width: 767px) {
    .button-close {
        right: 0;
    }
}

.button-close:hover, .button-close:active, .button-close:focus {
    color: #950014;
    background-color: #fff;
    border-color: #dad9de;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    margin-left: -1px;
}

    .button-close:hover:hover, .button-close:active:hover, .button-close:focus:hover, .button-close:hover:active, .button-close:active:active, .button-close:focus:active, .button-close:hover:focus, .button-close:active:focus, .button-close:focus:focus {
        text-decoration: none;
        color: #950014;
        background-color: #fff;
        border-color: #dad9de;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: -1px;
    }

.modal-legal-width {
    width: 90%;
    height: 90%;
}

    .modal-legal-width .modal-content {
        min-height: 100%;
    }

.has-error .group-image-row, .has-error .group-image-row-stars {
    border-bottom: 1px solid #E60054;
}

.group-image-row {
    text-align: center;
}

    .group-image-row label {
        cursor: pointer;
    }

        .group-image-row label img {
            border: 1px solid #fff;
            padding: 5px;
            border-radius: 10px;
            opacity: .7;
        }

        .group-image-row label input {
            display: none;
        }

            .group-image-row label input:checked {
                background-color: #e8e9eb;
            }

                .group-image-row label input:checked ~ img {
                    border: 1px solid #dad9de;
                    border-bottom: 5px solid #E60054;
                    padding-bottom: 1px;
                    opacity: 1;
                }

.group-image-row-stars {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
}

    .group-image-row-stars label {
        cursor: pointer;
    }

        .group-image-row-stars label img {
            padding: 5px;
            max-width: 100%;
        }

        .group-image-row-stars label input {
            display: none;
        }

            .group-image-row-stars label input:checked {
                background-color: #e8e9eb;
            }

.form-group-condensed .control-label {
    padding-top: 10px;
}

.form-group-condensed .form-control {
    height: 40px;
}

.form-group-condensed .form-group-input-select .form-control option {
    line-height: 40px;
    height: 40px;
}

.form-group-condensed .btn-tooltip {
    height: 40px;
    line-height: 28px;
}

.select2-container--default.select2-condensed .select2-selection--single {
    height: 40px;
}

    .select2-container--default.select2-condensed .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
    }

    .select2-container--default.select2-condensed .select2-selection--single .select2-selection__arrow {
        height: 40px;
        line-height: 40px;
    }

.select2-container--default.select2-condensed .select2-results li {
    height: 40px;
    line-height: 30px;
}

.select2-container--default.select2-condensed .select2-search .select2-search__field {
    height: 40px;
}

.text-bold-force {
    font-family: 'PorscheNextWLa-Bold';
}

.force-clear-both {
    clear: both;
}

.select-background-disabled {
    background-color: #ccc !important;
}

.padding-bottom {
    padding-bottom: 10px;
}

@media(min-width: 768px) {
    .pull-right-sm {
        float: right;
        text-align: right;
    }
}

.min-width-100 {
    min-width: 100px;
}

.min-width-200 {
    min-width: 200px;
}

.width-100 {
    width: 100%;
}

.pretty-checkbox.pretty-checkbox-survey-chooser-variant-a.pretty-checkbox-survey-chooser {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    .pretty-checkbox.pretty-checkbox-survey-chooser-variant-a.pretty-checkbox-survey-chooser.pretty-checkbox-survey-chooser-full {
        flex-wrap: nowrap;
    }

    .pretty-checkbox.pretty-checkbox-survey-chooser-variant-a.pretty-checkbox-survey-chooser > label {
        border: 1px solid #000;
        flex-basis: 30%;
        margin: 2px;
        flex-grow: 1;
        display: flex;
        align-items: stretch;
    }

        .pretty-checkbox.pretty-checkbox-survey-chooser-variant-a.pretty-checkbox-survey-chooser > label > .label {
            border: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pretty-checkbox.pretty-checkbox-survey-chooser-variant-a.pretty-checkbox-survey-chooser > label:first-child .label {
            border: 0;
        }

.chromedia-header {
    padding: 10px 45px 10px 10px;
    height: 90px;
    margin-bottom: 10px;
    max-width:1600px;
}
.container-fluid {
    max-width: 1600px;
}

.chromedia-signet-wrapper {
    height: 100%;
}

    .chromedia-signet-wrapper img {
        height: 100%;
        border: 0;
    }




.select2-results__option{
    background-color:#fff;
    color:#000;
}

