/* ============================================
 Projekt:      SATELLITE

 Datei:        04_CSX_UTILITY.CSS

 Datum:        10.12.2015
 Version:      2.0
 Optimiert:    ab IE 9, FF, Chrome, Opera
 ================================================ */

/* =================================================
         ANZEIGE DER SYSTEMMELDUNGEN BEIM SCROLLING
==================================================== */
.contentFileSystemMessage {
    align-items: center;
    background: #f2f2f2;
    bottom: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    color: #000;
    display: none;
    height: 36px;
    position: relative;
    width: 100%;
}

.contentFileSystemMessage__button {
    align-items: center;
    background: transparent;
    color: #000;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    padding-right: 10px;
    text-decoration: none;
    margin: 0 3px;
}

.contentFileSystemMessage__statusbox {
    display: flex;
    margin: 0 10px 0 8px;
}

.contentFileSystemMessage__statusbox-noticebox {
    display: none;
    margin-left: 10px;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    background-repeat: no-repeat;
}

/* Status Farben und Iconausrichtung */
/* Error */
.contentFileSystemMessage__statusbox [data-system-status="error"] {
    background-color: #aa2222;
    background-position: 3px -2px;
    order: 1;
}

/* Warning */
.contentFileSystemMessage__statusbox [data-system-status="warning"] {
    background-color: #e3cf38;
    background-position: 3px -31px;
    order: 2;
}

/* Info */
.contentFileSystemMessage__statusbox [data-system-status="info"] {
    background-color: #0d6fba;
    background-position: 3px -62px;
    order: 3;
}

/* Success */
.contentFileSystemMessage__statusbox [data-system-status="success"] {
    background-color: #146140;
    background-position: 4px -91px;
    order: 4;
}

/* ANIMATION */
[data-system-status="error"].contentFileSystemMessage--animation-pulse {
    animation: status-pulse-error 1s 3 forwards;
}

@keyframes status-pulse-error {
    0% {
        box-shadow: 0 0 0 0 rgba(215, 40, 5, 1); /* rgb(215, 40, 5) - rot */
    }
    100% {
        box-shadow: 0 0 0 5px rgba(215, 40, 5, 0);
    }
}

[data-system-status="info"].contentFileSystemMessage--animation-pulse {
    animation: status-pulse-info 1s 3 forwards;
}

@keyframes status-pulse-info {
    0% {
        box-shadow: 0 0 0 0 rgba(73, 125, 194, 1); /* rgb(73, 125, 194) - blau */
    }
    100% {
        box-shadow: 0 0 0 5px rgba(73, 125, 194, 0);
    }
}

[data-system-status="success"].contentFileSystemMessage--animation-pulse {
    animation: status-pulse-success 1s 3 forwards;
}

@keyframes status-pulse-success {
    0% {
        box-shadow: 0 0 0 0 rgba(119, 188, 113, 1); /* rgb(119, 188, 113) - gruen */
    }
    100% {
        box-shadow: 0 0 0 5px rgba(119, 188, 113, 0);
    }
}

[data-system-status="warning"].contentFileSystemMessage--animation-pulse {
    animation: status-pulse-warn 1s 3 forwards;
}

@keyframes status-pulse-warn {
    0% {
        box-shadow: 0 0 0 0 rgba(186, 166, 18, 1); /* rgb(186, 166, 18) - gelb */
    }
    100% {
        box-shadow: 0 0 0 5px rgba(186, 166, 18, 0);
    }
}

.contentFileSystemMessage__content {
    background-color: #fff;
    border-top: 1px solid #bbb;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 36px;
    -webkit-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -3px 3px 5px 0 rgba(0, 0, 0, 0.3);
    display: none;
}

#mainNav .contentFileSystemMessage #expand_systemmessage ul {
    float: none;
    list-style: square;
}

#mainNav .contentFileSystemMessage #expand_systemmessage ul li {
    display: list-item;
    float: none;
    margin: 2px 0 0 15px;
}

#mainNav .contentFileSystemMessage #expand_systemmessage ul li a {
    background-color: transparent;
    padding: 0 0 0 0;
    display: inline;
    line-height: 100%;
    font-size: 100%;
    border: none;
    font-weight: normal;
}


#mainNav .contentFileSystemMessage #expand_systemmessage ul li a:before {
    content: none;
}

/* ============================================
         SUCHE
================================================ */
/* Suche in der MainNav */
#permanentSearchBox {
    background-color: #fff;
    height: 25px;
    margin: 0 10px 0 0;
    padding: 0;
    position: relative;
    top: 4px;
    width: 380px;
}

/* Wenn die Permanentsuche in der MainNav das Logo verdeckt -> Pseudo Platzhalter - hier erst Defaultwerte */
#permanentSearchDistance {
    margin: 0;
    padding: 0;
    width: 0;
}

#permanentSearchBox .searchBoxInput {
    margin-left: 5px;
}

#permanentSearchBox input[type=text],
#permanentSearchBox input[type=text]:focus {
    background-color: transparent !important;
    box-shadow: none;
    border: none !important;
    color: #aaa;
    float: left;
    height: 30px;
    margin: 0 !important;
    padding: 0 0 0 5px !important;
    position: absolute;
    top: 0;
    width: 315px;
}

#permanentSearchBox input[type=submit] {
    -moz-user-select: none;
    border: none;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 25px !important;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 25px !important;
    width: 25px !important;
}

/* Icon Inhalt im Suchfeld loeschen */
.clearSearchString {
    cursor: pointer;
    display: none;
    float: left;
    height: 16px;
    margin: 2px 0 0 0;
    width: 16px;
}

/* Icon Inhalt im Suchfeld loeschen (MainNav) */
#permanentSearchBox .clearSearchString {
    position: absolute;
    right: 35px;
    top: 2px;
    z-index: 800;
}

/* =====================================================
         SUCHE NACH BEKANNTMACHUNGEN / ERWEITERTE SUCHE
======================================================== */
.searchFieldHead {
    height: 30px;
}

/* Filterkriterien ein- ausblenden */
.searchFieldHead .criteriaBoxHideShow {
    float: right;
    position: relative;
}

.searchFieldHead .criteriaBoxHideShow a {
    padding-right: 25px;
}

.searchFieldHead .criteriaBoxHideShow a.toggleHideFilter:after {
    border-bottom: 8px solid;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    right: 0;
    position: absolute;
    top: 3px;
    width: 0;
}

.searchFieldHead .criteriaBoxHideShow a.toggleShowFilter:after {
    border-top: 8px solid;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    right: 0;
    position: absolute;
    top: 3px;
    width: 0;
}

.searchContainer {
    border: 1px solid;
    min-width: 760px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.searchContainerNoBorder {
    border-bottom: none;
}

.searchTypesRow {
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 0;
}

.criteriaBox {
    float: left;
    padding: 0;
    margin: 0;
}

.searchTypes {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

/* Headlines*/
.searchTypesHeadlines,
.searchResultBoxLabel {
    background: #ddd;
    border: 1px solid #ddd;
    display: block;
    font-weight: bold;
    line-height: 2.3;
    margin: 0 0 5px 0;
    min-height: 30px;
    padding: 0 8px;
}

.searchTypes ul li {
    display: block;
    margin-bottom: 5px;
}

.searchTypes ul li:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.searchTypes ul li label {
    display: inline;
    padding-left: 5px;
}

/* Suchffeld */
.filterBoxInput {
    background: #fff;
    height: 30px;
    position: relative;
}

.filterBoxInput .clearSearchString {
    position: absolute;
    right: 5px;
    top: 5px;
}

.filterBoxInput input[type=text] {
    float: left;
    padding-right: 25px !important;
    width: 230px;
}

/* ============================================
         SUCHE CPV-CODE
================================================ */
.searchTypesCPVBox {
    float: none;
    width: 620px;
}

/* Link CPV-Code bearbeiten */
.searchTypesCPVBox a {
    display: block;
    float: right;
    padding-right: 0;
}

/* kein CPV-Code ausgewaehlt */
.searchTypesCPVBox .noCPVSelected {
    line-height: 180%;
    text-align: center;
}

/* CPV-Code Tabelle ausgewaehlt */
.cpvCodeChecked {
    display: inline-block;
    height: 16px;
    width: 16px;
}

.searchTypesCPVBox .resultBoxCPV {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.searchTypesCPVBox .resultBoxCPV ul li {
    background-color: #fff;
    border-bottom: 1px solid;
    display: table;
    margin: 0;
    padding-left: 8px;
    width: 100%;
}

/*zum Aufspannen, da table-cell keine min-height akzeptiert */
.searchTypesCPVBox .resultBoxCPV ul li:after {
    content: "";
    display: block;
    min-height: 40px;
    vertical-align: middle;
}

.searchTypesCPVBox .resultBoxCPV span.nameCPV {
    display: table-cell;
    line-height: 1.2;
    vertical-align: middle;
}

.searchTypesCPVBox .resultBoxCPV span.deleteCPV {
    cursor: pointer;
    display: table-cell;
    padding-left: 10px;
    padding-right: 25px;
    vertical-align: middle;
}

/* Box fuer Suchbutton  */
.searchButtonsBox {
    float: left;
}

/* ============================================
         HIDDEN BOX
================================================ */
#bgHidden,
.bgHidden {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

/* ============================================
        WAITING DIALOG / LOADING ANIM
================================================ */
.waitingDialogBox {
    background: none;
    color: #000;
    height: auto;
    left: 0;
    margin: auto;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: -10000px;
    width: auto;
    z-index: 1000;
    overflow: auto;
}

.waitingDialogBackground {
    background: #fff;
    border-radius: 5px;
    padding: 20px 0 20px 0;
    text-align: center;
    width: 150px;
}

/* ============================================
         SPINNER LOADING ANIM
================================================ */
/* Containter der Loadingsequenz */
.containerLoadingAnim {

}

.loading-anim-box,
.loading-anim-box-small {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    position: relative;
    margin-right: auto !important;
    margin-left: auto !important;
    width: auto;
}

/* NUTS Code */
.loading-anim-box-small {
    height: 30px;
    line-height: 30px;
}

/* Spinner steht alleine */
.loading-anim-box-spinner-only {
    display: inline-block;
    height: 18px;
    margin: 0 5px !important;
    padding: 0;
    width: 18px;
}

.loading-anim-box-spinner-only .spinner {
    height: 8px;
    left: 0;
    top: 0;
    width: 8px;
}

.work-in-progress-text {
    display: inline-block;
    font-family: Arial, serif;
    font-size: 12px;
    padding: 0 10px 0 30px;
    text-transform: uppercase;
}

.spinnerContainer {
    float: left;
    position: relative;
}

.spinner {
    position: absolute;
}

.spinner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    border-top: 5px solid;
    border-right: 5px solid;
    border-bottom: 5px solid;
    border-left: 5px solid;
    -webkit-animation: loading 1s infinite linear;
    -moz-animation: loading 1s infinite linear;
    -ms-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
    margin: 0;
}

/* Modalen Dialog */
.loading-anim-box .spinnerContainer .spinner {
    left: 0;
    top: 9px;
}

/* BSp. Nutscode Verdahrensangaben */
.loading-anim-box-small .spinnerContainer .spinner {
    left: 0;
    top: 4px;
}

/* Animation */
@-webkit-keyframes loading {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading {
    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes loading {
    to {
        -ms-transform: rotate(360deg);
    }
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

/* Keine Anmation des Spinners, bsp. in der Legende */
.spinner.noSpinnerAninmation {
    -o-transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    -webkit-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important;
}

/* ============================================
     MODAL DIALOG CPV CODE ERWEITERTE SUCHE
================================================ */
/* Modaler Dialog */
#modal-dialog-overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.loading-anim-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

#modal-dialog-box {
    background: #fff;
    padding: 0;
    z-index: 101;
}

#modal-dialog-header {
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
}

#modal-dialog-content {
    background: #fff;
    border-top: none;
    height: 100%;
    padding: 0 10px;
    width: 100%;
}

a#modal-dialog-close-button span {
    display: none;
}

a#modal-dialog-close-button {
    height: 25px;
    line-height: 40px !important;
    position: absolute;
    right: 4px;
    text-decoration: none !important;
    text-transform: none !important;
    top: 6px;
    width: 25px;
}

a#modal-dialog-close-button:after {
    content: "x";
    display: inline-block;
    font-family: Arial, serif !important;
    font-size: 20px !important;
    font-weight: bold;
    height: 0;
    left: 7px;
    position: relative;
    text-decoration: none !important;
    text-transform: none !important;
    top: -9px;
    width: 0;
}

.iframebody {
    background: #fff;
    padding: 15px 0 50px 0;
}

/* ============================================
         OPENBOX MODAL DIALOG WIZARD
================================================ */
body.openBoxBody { /* Wizard Iframe - wizard_layout.jsp */
    background: #fff;
    overflow: auto;
    padding: 10px;
}

/* Ausrichtung Icons in der letzten Spalte der Tabelle */
body.openBoxBody #containerWizard .tabContent table tr td:last-child span {
    display: inline-block !important;
    float: none !important;
}

/* WICHTIG !!! class fuer IFRAME muss scrollbar sein*/
.openBoxIframe {
    overflow: auto;
    width: 850px;
}

.openBox {
    background: #fff;
    border: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

.openBoxHead {
    float: left;
    line-height: 40px;
    width: 850px;
}

.openBoxHeadLine {
    display: block;
    float: left;
    font-weight: bold;
    padding-left: 5px;
}

.openBoxHeadClose {
    float: right;
    position: relative;
    text-align: left !important;
}

.openBoxHeadClose a {
    height: 25px;
    line-height: 40px !important;
    position: absolute;
    right: 4px;
    text-decoration: none !important;
    text-transform: none !important;
    top: 6px;
    width: 25px;
}

/* Bei Vorlagen von Textarea */
.openBoxHeadClose a:after {
    content: "x";
    display: inline-block;
    font-family: Arial, serif !important;
    font-size: 20px !important;
    font-weight: bold;
    height: 0;
    left: 7px;
    position: relative;
    text-decoration: none !important;
    text-transform: none !important;
    top: -9px;
    width: 0;
}

.openBoxcontent {
    background: #fff;
    clear: both;
    height: 100%;
    width: 800px;
}

div.openBoxcontent > div:first-child {
    padding-top: 10px !important;
}

/* ============================================
         TOGGLE ICONS
================================================ */
/* Bsp. fuer nachgelagertes Verfahren */
.linkOpen,
.linkClosed {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 0 2px 0 2px;
    padding: 0;
    position: relative;
    width: 16px;
}

.linkClosed:before {
    border-top: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 3px;
    position: absolute;
    top: 6px;
    width: 0;
}

.linkOpen:before {
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 3px;
    position: absolute;
    top: 5px;
    width: 0;
}

/* ============================================
        STYLES BEI VERKNUEPFTEN PROJEKTEN
================================================ */
.linkedProjectsIcon {
    padding-left: 21px;
    padding-right: 5px;
    display: inline-block;
}

/* Kennzeichnung der TR von verk. Projekten aus AJAX-Response*/
tr.linkedProjectTableActiveRow td {
    background: #ddd;
}

tr.linkedProjectTableRow td:first-child {
    padding-left: 20px;
}

tr.linkedProjectTableRow td:last-child {
    padding-left: 15px;
}

/* Ausgeklappte TR */
tr.linkedProjectTableRow td[colspan="2"] {
    text-align: center;
}

/* Ladesequenz in Projekttabellen */
.loadingSequenceTD {
    background: #fff;
    text-align: center;
}

.loadingSequenceText {
    background: #8b8b8b;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px 2px 10px;
}

/* ===============================================
    PROJEKTRAUM - VERKNUEPFTEN PROJEKTE DROPDOWN
================================================== */
.inkedProjectsWrapper {
    display: flex;
    align-items: center;
}

.inkedProjectsText {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

/* Sichtbares Drop-Down */
ul.linkedProjectsShowBox {
    margin: 0;
}

ul.linkedProjectsShowBox li {
    cursor: pointer;
    float: left;
    padding-left: 10px;
    border: 1px solid;
}

li.linkedProjectCurrent {
    border-right: none !important;
    padding-right: 3px;
    background: #fff;
}

/* Aktuelles Verfahren */
ul.linkedProjectsShowBox li.linkedProjectCurrent a {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 30px;
    text-decoration: none !important;
}

/* LINK Ausklappen der verdeckten Projekte */
ul.linkedProjectsShowBox li.linkedProjectsShowIcon {
    cursor: pointer;
    height: 30px;
    padding: 0;
    position: relative;
    width: 30px;
}

ul.linkedProjectsShowBox li.linkedProjectsShowIcon:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
    content: "";
    display: inline-block;
    height: 0;
    left: 8px;
    position: absolute;
    top: 12px;
    width: 0;
}

/* Button Anzeigen */
ul.linkedProjectsShowBox li.showLinkedProjects {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    min-width: 80px;
    padding: 0;
    text-align: center;
}

/* Versteckte Projekteliste  */
ul.linkedProjectsHide {
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
}

ul.linkedProjectsHide li {
    border: 1px solid;
    border-top: none !important;
    cursor: pointer;
    padding-left: 10px;
}

ul.linkedProjectsHide li a {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 30px;
    text-decoration: none !important;
}

/* Art des Verfahrens */
.linkedProjectType {
    background: #dddddd;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 10px;
    height: 15px;
    line-height: 14px;
    margin-right: 10px;
    min-width: 40px;
    padding: 1px 0;

    text-align: center;
    text-transform: uppercase;
}

/* ============================================
        NEUES PROJEKT ANLEGEN / WIZARD
================================================ */
ul.wizardStepList {
    border: 1px solid;
    display: table;
    list-style-type: none;
    margin: 15px 0 25px 0 !important;
    overflow: hidden;
    position: relative;
}

ul.wizardStepList li {
    display: table-cell;
    height: 40px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 180px;
}

ul.wizardStepList li:first-child:after,
ul.wizardStepList li:first-child:before,
ul.wizardStepList li:first-child.wizardStepActive:before {
    display: none !important;
}

ul.wizardStepList li:before {
    border-bottom: 20px solid transparent !important;
    border-left: 20px solid;
    border-top: 20px solid transparent !important;
    content: "";
    display: inline-block;
    height: 0;
    left: 1px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}

ul.wizardStepList li:after {
    border-bottom: 20px solid transparent !important;
    border-left: 20px solid;
    border-top: 20px solid transparent !important;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}

ul.wizardStepList li.wizardStepActive:after {
    border-bottom: 20px solid transparent !important;
    border-left: 20px solid;
    border-top: 20px solid transparent !important;
    content: "";
    display: inline-block !important;
    height: 0 !important;
    left: 100%;
    position: absolute !important;
    top: 0 !important;
    width: 0 !important;
    z-index: 5 !important;
}

ul.wizardStepList li.wizardStepActive:before {
    border-bottom: 20px solid transparent !important;
    border-left: 20px solid #f2f2f2 !important;
    border-top: 20px solid transparent !important;
    content: "";
    display: inline-block !important;
    height: 0 !important;
    left: 0;
    position: absolute !important;
    top: 0 !important;
    width: 0 !important;
    z-index: 5 !important;
}

/* Wenn Projektschritt abgeschlossen ist */
.wizardStepPassedIcon {
    display: inline-block;
    height: 16px;
    margin: 0 0 0 3px;
    position: absolute;
    top: 10px;
    width: 16px;
}

/* Verfahrensart Schritt 2 */
.proceduretypeChoiseItemHeadLine {
    font-weight: bold;
    padding: 0 0 0 7px !important;
    position: relative;
    top: -2px;
}

.proceduretypeChoiseItemListLeft,
.proceduretypeChoiseItemListRight {
    float: left;
    margin-right: 15px;
    padding: 15px 0 10px 0;
}

/* Info Icon fuer nicht veroeffentlichte Verfahren */
.projectTypeNotPublishedInfoIcon {
    display: inline-block;
    height: 16px;
    width: 16px;
}

/* ============================================
         PROJEKTRAUM UNTERNEHMEN / FREISCHALTUNG
================================================ */
/* Freischaltungsbox */
#accessConfirmationLink {
    background-color: #f2f2f2;
    border: 1px solid;
    border-top: none;
    margin: 30px 0;
}

#accessConfirmationLink h2 {
    line-height: 30px;
    margin-bottom: 0;
    padding-left: 15px;
}

#accessConfirmationLink h2:after,
#accessConfirmationLink h2:before {
    display: none;
}

#accessConfirmationLink p {
    margin: 0;
    padding: 10px 10px 0 15px;
}

#accessConfirmationLink .btn {
    margin-bottom: 10px !important;
    margin-left: -10px !important;
}

/* Anmeldungsmaske Login ul */
ul.companyLostPassNotReg li {
    list-style-type: square;
    margin: 5px 0 0 15px;
}

/* Schliessen Button Projektraum Unternehmen */
p.closeWindowButton {
    margin: 0 0 30px 0;
}

p.closeWindowButton a:link,
p.closeWindowButton a:hover,
p.closeWindowButton a:active {
    display: block;
    height: 35px;
    line-height: 35px !important;
    padding: 0 0 0 30px !important;
    position: relative;
    text-align: left;
    text-decoration: none;
}

p.closeWindowButton a:before {
    content: "x";
    display: inline-block;
    font-family: Arial, serif !important;
    font-size: 20px !important;
    font-weight: bold;
    height: 0;
    left: 8px;
    line-height: 35px !important;
    position: absolute;
    text-transform: none !important;
    top: -1px;
    width: 0;
}

/* ============================================
         PROJEKTRAUM UNTERNEHMEN / ANGEBOTE
================================================ */
ul.listStylePositionInside li {
    list-style-type: square;
    margin: 5px 0 0 15px;
}

/* BUTTTON Bietertool starten - Projektdatei herunterladen */
button.tenderFileProjectButton {
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    min-height: 70px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 10px !important;
    margin: 0 !important;
}

button.tenderFileProjectButton:hover,
button.tenderFileProjectButton:focus,
button.tenderFileProjectButton:active {
    background-image: -webkit-linear-gradient(#d6d6d6 0%, #e8e8e8 100%);
    background-image: linear-gradient(#d6d6d6 0%, #e8e8e8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: none;
}

button.tenderFileProjectButton span {
    padding-top: 5px;
    display: inline-block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: none;
}

/* SuS Box - Button Support-Center */
.susBoxLeft {
    float: left;
    width: 75%;
}

.susBoxRight {
    float: left;
    padding-left: 20px;
    text-align: left;
}

/* Button SuS-Center */
a.centerSuS {
    display: inline-block;
    height: 41px;
    margin-top: 15px;
    text-decoration: none;
    width: 95px;
}

/* Angebotsstatus */
.validBidTextColor,
.nonValidTextColor {
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 2px 3px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.validBidTextColor {
    background-color: #049372;
}

.nonValidTextColor {
    background-color: #cc3a3a;
}

/* ===========================================================
         PROJEKTRAUM UNTERNEHMEN / ANGEBOTE / SENDEPROTOKOLL
============================================================== */
.receiptContainer p:first-child {
    display: none;
}

.receiptContainer td div,
.receiptContainer table,
.receiptContainer table tr td,
.receiptContainer table td {
    background-color: #fff !important;
    border: none;
}

.receiptContainer div {
    border: 1px solid #ddd !important;
}

.receiptContainer table td {
    padding-top: 10px !important;
    vertical-align: top;
}

.receiptContainer tr[bgcolor="white"] td {
    border-top: 1px solid #ddd !important;
    height: 5px !important;
    padding: 0 !important;
}

.receiptContainer table table tr td:first-child {
    background-color: #f2f2f2 !important;
    font-weight: bold !important;
    width: 300px;
}

a.btnReceipt,
a.btnReceipt:hover {
    line-height: 30px;
    text-decoration: none !important;
}

/* =======================================================
       P-RAUM UNTERNEHMEN (TEILNEHMEN)
========================================================== */
/* Teinahmebutton  */
a.participateLink {
    background-color: #3c9e65 !important;
    border: none !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    height: 50px !important;
    line-height: 50px !important;
    position: relative;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center !important;
    text-decoration: none !important;
}

#subNav a.participateLink {
    margin-bottom: 45px !important;
}

a.participateLink:hover {
    background-color: #30b769 !important;
    border: none !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Teinahmebutton in der SubNav */
#subNav a.participateLink {
    text-transform: none;
    text-align: center;
}

/* Teilnahmecontainer */
.participateContainer {
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 15px 10px;
    position: relative;
}

.participateContainer .buttonContainer a.participateLink.disabled {
    background: #ddd !important;
    color: #6a6a6a !important;
    cursor: not-allowed !important;
}

.participateContainer h2 {
    border: none;
}

.participateContainer ul {
    list-style-type: square;
    margin-left: 15px;
}

.participateContainer ul li {
    margin-bottom: 10px;
}

.participateContainer .ribbon-wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.participateContainer .ribbon {
    font-size: 12px !important;
    font-family: Verdana, serif !important;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    text-transform: uppercase;
    right: 25px;
    top: 23px;
    width: 170px;
    background-color: #3c9e65;
}

.participateContainer .buttonContainer {
    margin: 30px 0 10px 0;
}

.participateContainer .buttonContainer a {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 1px 0 rgba(50, 50, 50, 0.5);
    border-radius: 5px;
    margin-right: 20px;
}