/* --------------------------------- */
/* Css Styles for the LOGIN site     */
/*---------------------------------- */

.numeric {
    text-align: right;
    white-space: nowrap;
}

.no-wrap {
    white-space: nowrap;
}

.font-size-48 {
    font-size:48px;
}

HEADER {
    padding-top: 30px;
    padding-bottom: 0;
}

SELECT {
    background-color: transparent;
    border: 1px solid white;
    color:white;
    font-size:20px;
}

INPUT[type=submit] {
    color: #fff;
    font-size: 17px;
    min-width: 200px;
    border: 1px solid #8d0d34;
    border-radius: 3px;
    box-shadow: 4px 4px #242627;
    cursor: pointer;
}

.party-container {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 40px 0 40px;
}

    .party-container p {
        padding: 14px 0px 14px;
        0px;
        font-size: 14px;
        line-height: 28px;
    }

.party-content {
}

@media (max-width: 600px) {
    .party-content {
    }
}


.party-instructions {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 40px 0 40px;
    text-align: center;
}


INPUT[type=text] {
    background-color: #cccccc;
    color: #000;
    font-size: 16px;
    padding: 3px 8px 3px 8px;
}


.blue-button,
INPUT[type=button].blue-button,
INPUT[type=submit].blue-button {
    color: #fff;
    background-color: #4395c8;
    font-size: 15px;
    width: 220px;
    border: 1px solid #92cbef;
    border-radius: 3px;
    box-shadow: 4px 4px #242627;
    cursor: pointer;
}

    .blue-button:hover,
    INPUT[type=button].blue-button:hover,
    INPUT[type=submit].blue-button:hover {
        background-color: #59a4d4;
        color: #fff;
    }

    .blue-button:active,
    INPUT[type=button].blue-button:active,
    INPUT[type=submit].blue-button:active {
        letter-spacing: -0.1px;
        background-color: #62abd9;
        box-shadow: 2px 3px #242627;
        transform: translateY(1px);
    }

a.blue-button {
    display: inline-block;
    font-family: sans-serif;
    padding: 1px;
}

.ValidationSummary {
    border: 1px solid #ff0000;
    color: #ff0000;
    display: block;
    font-family: "Roboto", sans-serif;
    margin-bottom: 24px;
    padding: 14px 19px 16px 19px;
}


/* ------------------------------------ */
/* Used by online contract to show/hide */
/*------------------------------------- */

.versionhide {
    display: none;
}

.versionshow {
}


/******************************
 * Party Items
 ******************************/

.party-items TH,
.party-items TD {
    font-weight: normal;
    font-size:25px;
    margin: 4px;
    padding: 4px 4px 40px 4px;
    vertical-align: middle;
}

.party-items INPUT[type=text],
.party-items enabled INPUT[type=text] {
    text-align: right;
    width: 70px;
    padding: 40px;
}

.party-items A:link, .party-items A:visited, .party-items A:active {
    color: white;
}

.party-items A:hover {
    color: green;
}

.text-color-gray {
    color: gray;
}

.text-color-green {
    color: green;
}

.item-nicht-gebucht {
    font-size: x-small;
}

.party-items .item-total {
    font-size: 38px;
}

.party-items .grand-total {
    border-top: 1px solid green;
    font-size: 48px;
}

.margin-minus-40 {
    margin-left:-40px;
}

.party-item-bg{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
