.datepicker.dropdown-menu.datepicker-orient-bottom {
    margin-top: 4px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -16px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -14px;
}
textarea[name="tx_plusportdarksite_overlay[darksite][content]"] {
    resize: none;
}
.tx-plusport-darksite-content {
    display: none;
}
.tx-plusport-darksite-overlay {
    width: 50vw;
    max-width: 1170px;
}
.tx-plusport-darksite .col-xs-6:first-child:after {
    content: ":";
    right: 20px;
    position: absolute;
    top: 11px;
}
.fancybox-wrap.tx-plusport-darksite-wrap .fancybox-skin {
    background-color: #c8d9e2;
}
.fancybox-wrap.tx-plusport-darksite-wrap .cta1 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .tx-plusport-darksite-overlay {
        width: 75vw;
    }
    .tx-plusport-darksite .row {
        margin-left: 0;
        margin-right: 0;
    }
    .tx-plusport-darksite div[class^='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
    .tx-plusport-darksite label.control-label {
        padding-left: 0;
        padding-right: 0;
    }
    .tx-plusport-darksite .col-xs-6:first-child {
        padding-right: 15px;
    }
    .tx-plusport-darksite .col-xs-6:first-child:after {
        right: -2px;
    }
    .tx-plusport-darksite .col-xs-6:last-child {
        padding-left: 15px;
    }
    .tx-plusport-darksite .cta1.list {
        margin-top: 30px;
    }
    .tx_plusportdarksite .cta2 {
        margin-bottom: 0;
    }
    .tx_plusportdarksite,
    .tx_plusportdarksite > tbody,
    .tx_plusportdarksite > tbody > tr,
    .tx_plusportdarksite > tbody > tr > th,
    .tx_plusportdarksite > tbody > tr > td {
        display: block;
    }
    .tx_plusportdarksite > tbody > tr {
        padding: 15px 0;
    }
    .tx_plusportdarksite > tbody > tr:nth-child(2) {
        padding-top: 0;
    }
    .tx_plusportdarksite > tbody > tr:first-child {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .tx_plusportdarksite > tbody > tr > td {
        border: none;
        position: relative;
        padding-left: 30%;
    }
    .tx_plusportdarksite > tbody > tr > td:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30%;
        white-space: nowrap;
    }
    .tx_plusportdarksite > tbody > tr > td:nth-of-type(5) {
        padding-left: 0;
        padding-top: 15px;
    }
    .tx_plusportdarksite > tbody > tr > td:nth-of-type(1):before {
        content: "Title:";
    }
    .tx_plusportdarksite > tbody > tr > td:nth-of-type(2):before {
        content: "Language:";
    }
    .tx_plusportdarksite > tbody > tr > td:nth-of-type(3):before {
        content: "Start date:";
    }
    .tx_plusportdarksite > tbody > tr > td:nth-of-type(4):before {
        content: "Active:";
    }
    html[lang="de"] .tx_plusportdarksite > tbody > tr > td:nth-of-type(1):before {
        content: "Titel:";
    }
    html[lang="de"] .tx_plusportdarksite > tbody > tr > td:nth-of-type(2):before {
        content: "Sprache:";
    }
    html[lang="de"] .tx_plusportdarksite > tbody > tr > td:nth-of-type(3):before {
        content: "Startdatum:";
    }
    html[lang="de"] .tx_plusportdarksite > tbody > tr > td:nth-of-type(4):before {
        content: "Aktiv:";
    }
    html[lang="fr"] .tx_plusportdarksite > tbody > tr > td:nth-of-type(1):before {
        content: "Titre:";
    }
    html[lang="fr"] .tx_plusportdarksite > tbody > tr > td:nth-of-type(2):before {
        content: "Langue:";
    }
    html[lang="fr"] .tx_plusportdarksite > tbody > tr > td:nth-of-type(3):before {
        content: "Date de début:";
    }
    html[lang="fr"] .tx_plusportdarksite > tbody > tr > td:nth-of-type(4):before {
        content: "Activement:";
    }
}
@media only screen and (min-width: 769px) {
    .tx_plusportdarksite td {
        padding-top: 10px;
    }
    .tx_plusportdarksite td:last-child {
        padding-top: 0;
    }
}