@charset "UTF-8";

/* PrimeFaces-Watermark-Komponente bzw. HTML5 placeholder */
/* ------------------------------------------------------ */
::-webkit-input-placeholder {
    color: #cacaca !important;
    font-weight: normal !important;
    font-style: italic !important;
}

:-moz-placeholder {
    color: #cacaca !important;
    font-weight: normal !important;
    font-style: italic !important;
}

.ui-watermark {
    color: #cacaca !important;
    font-weight: normal !important;
    font-style: italic !important;
}

.test {
    color: #4885ed;
    color: #3cba54;
    color: #f4c20d;
    color: #db3236;
}

.bsvtt {
    background: url("/javax.faces.resource/images/bsvtt.webp.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 36px;
    background-position-x: 8px;
    background-position-y: 10px;
}

.wiesbaden {
    background: url("/javax.faces.resource/images/wiesbaden.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 36px;
    background-position-x: 7px;
    background-position-y: 5px;
}

.mainz {
    background: url("/javax.faces.resource/images/mainz.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 30px;
    background-position-x: 10px;
    background-position-y: 4px;
}

.bonn {
    background: url("/javax.faces.resource/images/bonn-rhein-sieg.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 32px;
    background-position-x: 9px;
    background-position-y: 6px;
}

.frankfurt {
    background: url("/javax.faces.resource/images/frankfurt.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 32px;
    background-position-x: 9px;
    background-position-y: 5px;
}

.muenster {
    background: url("/javax.faces.resource/images/muenster.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 28px;
    background-position-x: 12px;
    background-position-y: 2px;
}

.mannheim {
    background: url("/javax.faces.resource/images/mannheim.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 28px;
    background-position-x: 12px;
    background-position-y: 2px;
}

.essen {
    background: url("/javax.faces.resource/images/essen.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 30px;
    background-position-x: 10px;
    background-position-y: 4px;
}

.solingen {
    background: url("/javax.faces.resource/images/solingen.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 26px;
    background-position-x: 12px;
    background-position-y: 4px;
}

.celle {
    background: url("/javax.faces.resource/images/celle.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 30px;
    background-position-x: 10px;
    background-position-y: 4px;
}

.kiel {
    background: url("/javax.faces.resource/images/kiel.png.xhtml?ln=bsvtt-layout") no-repeat;
    padding-left: 50px !important;
    background-size: 30px;
    background-position-x: 10px;
    background-position-y: 4px;
}

/* Farbencodes für die Google-Farben */
/* --------------------------------- */
.lightgray {
    color: #e8e8e8;
    font-size: 20px;
}

.lightgray-small {
    color: #e8e8e8;
    font-size: 20px;
}

.gray {
    color: #757575;
    font-size: 20px;
}

.gray-small {
    color: #757575;
    font-size: 16px;
}

.gray-login {
    color: #757575;
    position: relative;
    top: -24px;
}

.blue {
    color: #4885ed;
    font-size: 20px;
}

.blue-small {
    color: #4885ed;
    font-size: 16px;
}

.green {
    color: #3cba54;
    font-size: 20px;
}

.green-small {
    color: #3cba54;
    font-size: 16px;
}

.yellow {
    color: #f4c20d;
    font-size: 20px;
}

.yellow-small {
    color: #f4c20d;
    font-size: 16px;
}

.red {
    color: #db3236;
    font-size: 20px;
}

.red-small {
    color: #db3236;
    font-size: 16px;
}

/* Symbole */
/* ------- */
.symbol-info {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 16px;
    color: #4885ed;
}

.symbol-check {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 16px;
    color: #3cba54;
}

.symbol-favorit {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

/* Kacheln */
/* ------- */
.kachel, .kachel-input {
    position: relative;
    padding: 12px;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.kachel:hover {
    opacity: 0.6 !important;
    filter: Alpha(opacity=60) !important;
}

.kachel-neu {
    transform: rotate(-45deg);
    transform-origin: 38px -16px;
    padding: 2px 24px;
    color: #ffffff;
    background-color: #db3236;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.kachel-grau {
    color: #ffffff;
    background-color: #757575;
}

.kachel-hellgrau {
    color: #000000;
    background-color: #e8e8e8;
}

.kachel-weiss {
    color: #000000;
    background-color: #ffffff;
}

.kachel-rot {
    color: #ffffff;
    background-color: #db3236;
}

.kachel-blau {
    color: #ffffff;
    background-color: #4885ed;
}

.kachel-gelb {
    color: #000000;
    background-color: #f4c20d;
}

.kachel-gruen {
    color: #ffffff;
    background-color: #3cba54;
}

.kachel-orange {
    color: #ffffff;
    background-color: #ff5722;
}

@-webkit-keyframes kachel1 {
    from {
        background-color: #4885ed;
    }
    to {
        background-color: #db3236;
    }
}

@-moz-keyframes kachel1 {
    from {
        background-color: #4885ed;
    }
    to {
        background-color: #db3236;
    }
}

@keyframes kachel1 {
    from {
        background-color: #4885ed;
    }
    to {
        background-color: #db3236;
    }
}

/* Größere Buttons */
/* --------------- */
.button24 {
    font-size: 24px !important;
    margin-top: -12px !important;
    margin-left: -12px !important;
}

.button36 {
    font-size: 36px !important;
    margin-top: -18px !important;
    margin-left: -18px !important;
}

/* -------------------------- */
/* Modifizierte ULTIMA-Styles */
/* -------------------------- */
@media (max-width: 1024px) {
    .layout-main {
        padding: 65px 0 0 0 !important;
    }
}

@media (min-width: 1025px) {
    .layout-main {
        padding: 100px 0 0 0 !important;
    }
}

.topbar-left {
    width: 160px !important;
    padding: 0px !important;
}

.topbar-right {
    padding: 0px !important;
}

.topbar-right #menu-button {
    top: 19px !important;
}

.logo {
    width: 160px !important;
    height: 65px !important;
    background: transparent !important;
    background-size: 160px 65px !important;
}

@media screen and (max-width: 640px) {
    .topbar-selektion {
        display: none;
    }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    .topbar-selektion {
        color: #ffffff;
        left: 200px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 1025px) {
    .topbar-selektion {
        color: #ffffff;
        left: 160px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.event-style {
    color: #db3236 !important;
}

.online-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #4885ed;
    border-radius: 50%;
    background-color: #4885ed;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    top: 10px;
    z-index: 1;
}

.online-button:hover {
    background-color: #ffffff;
    color: #4885ed;
}

.topbar-login {
    background-color: #ff5722;
    text-align: center;
}

.topbar-login:hover {
    background-color: #d84315;
}

.topbar-icon {
    font-size: 48px !important;
    color: #ffffff;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.topbar-icon:hover {
    color: #ff5722;
}

div[id*="#cltopbar1"]:hover {
    background-color: #d84315;
}

.online-user {
    text-align: right;
}

div[id*="opLogin"] .ui-overlaypanel-content {
    padding: 0px !important;
}

.profil-image {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.badge {
    padding: 4px 8px;
    border-radius: 16px;
    position: absolute;
    margin-top: -50px;
    margin-left: 30px;
}

.badge-gelb {
    background-color: #f4c20d;
    color: #424242;
}

.badge-gruen {
    background-color: #3cba54;
    color: #ffffff;
}

.badge-blau {
    background-color: #4885ed;
    color: #ffffff;
}

.badge-rot {
    background-color: #db3236;
    color: #ffffff;
}

@media screen and (min-width: 1025px) {
    .plus-container {
        height: 25% !important;
    }

    .plus-bubble {
        width: 120px !important;
        height: 120px !important;
        border-radius: 60px !important;
        color: #ffffff !important;
        background-color: #ff5722 !important;
        font-weight: bold !important;
        font-size: 4em !important;
    }

    .plus-tooltip {
        padding-top: 6px !important;
        text-align: left !important;
        width: 400px !important;
        height: 300px !important;
    }

    .plus-titel {
        font-size: 1.5em;
        font-weight: bold;
    }

    .plus-text {
        font-size: 1.0em;
    }

    .plus-button {
        background-color: #4885ed !important;
        font-size: 2em !important;
        padding: 12px 18px !important;
        height: auto !important;
        width: 270px !important;
    }
}

@media screen and (max-width: 1024px) {
    .profil-image {
        margin-top: -36px;
    }
}

@media screen and (min-width: 761px) and (max-width: 1024px) {
    .plus-container {
        height: 25% !important;
    }

    .plus-bubble {
        width: 80px !important;
        height: 80px !important;
        border-radius: 40px !important;
        color: #ffffff !important;
        background-color: #ff5722 !important;
        font-weight: bold !important;
        font-size: 2.5em !important;
    }

    .plus-tooltip {
        padding-top: 6px !important;
        text-align: left !important;
        width: 400px !important;
        height: 300px !important;
    }

    .plus-titel {
        font-size: 1.5em;
        font-weight: bold;
    }

    .plus-text {
        font-size: 1.0em;
    }

    .plus-button {
        background-color: #4885ed !important;
        font-size: 1.5em !important;
        padding: 8px 12px !important;
        height: auto !important;
        width: 220px !important;
    }
}

@media screen and (max-width: 760px) {
    .plus-container {
        height: 25% !important;
    }

    .plus-bubble {
        width: 50px !important;
        height: 50px !important;
        border-radius: 25px !important;
        color: #ffffff !important;
        background-color: #ff5722 !important;
        font-weight: bold !important;
        font-size: 1.5em !important;
    }

    .plus-tooltip {
        padding-top: 6px !important;
        text-align: left !important;
        width: 400px !important;
        height: 300px !important;
    }

    .plus-titel {
        font-size: 1em;
        font-weight: bold;
    }

    .plus-text {
        font-size: 0.5em;
    }

    .plus-button {
        background-color: #4885ed !important;
        font-size: 0.9em !important;
        left: -12px;
        width: 130px !important;
    }
}

.hyperlinks {
    color: #000000;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.hyperlinks:hover {
    color: #ff5722;
    text-decoration: underline;
}

/* AJAX-Dialog */
/* ------------*/
div[id*="dAjax_modal"] {
    opacity: 0;
    filter: Alpha(opacity=0);
}

.dialog-ajax {
    width: 32px;
    height: 32px;
    border: none;
    box-shadow: none;
    background: none;
}

/* --------------------------------------------- */
/* Individuelle Styles                           */
/* --------------------------------------------- */
@media (max-width: 1920px) {
    .sidebar {
        width: 75% !important;
    }
}

@media (min-width: 1921px) {
    .sidebar {
        width: 50% !important;
    }
}

.hilfe-center {
    width: 36px;
    height: 48px;
    position: fixed;
    right: 0px;
    top: calc(100% / 2 - 24px);
    background-color: #4885ed;
    border-radius: 4px 0px 0px 4px;
    z-index: 1;
}

.hilfe-center span {
    color: #ffffff;
    font-size: 32px;
    position: relative;
    top: 16px;
    left: 12px;
}

.chat-message {
    border: 1px solid #d3d3d3;
    border-radius: 32px;
    padding: 4px 12px;
    margin: 4px;
    max-width: 60%;
    display: inline-block;
    text-align: left;
}

.chat-position-left {
    text-align: left;
}

.chat-position-center {
    text-align: center;
}

.chat-position-right {
    text-align: right;
}

.chat-color-left {
    background-color: #ffffff;
}

.chat-color-center-offline {
    color: #ffffff;
    background-color: #db3236;
}

.chat-color-right {
    background-color: #f4c20d;
}

.chat-color-center-online {
    animation: online 2s infinite;
}

@keyframes online {
    0% {
        background-color: #e8e8e8;
    }
    25% {
        background-color: #3cba54;
    }
    50% {
        background-color: #e8e8e8;
    }
    75% {
        background-color: #3cba54;
    }
    100% {
        background-color: #e8e8e8;
    }
}

.image {
    margin-bottom: 8px !important;
    background-image: url('resources/bsvtt-layout/images/tt_illu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.knob {
    color: #ffffff !important;
}

.wochenende a {
    background-color: yellow;
}

.v-pos-1 {
    position: relative;
    top: 6px;
}

.hide-editor {
    display: none !important
}

.spiel-ergebnis {
    padding: 0px !important;
    text-align: right;
    font-size: 24px;
    color: #757575;
    font-weight: bold;
}

.spiel-logo {
    display: table;
}

.spiel-logo span {
    display: table-cell;
    vertical-align: middle;
}

.panel {
    padding: 10px 10px 0 10px !important;
    margin: 0px !important;
}

.box {
    border: 1px solid #bdbdbd;
    padding: 10px;
    margin: 4px;
}

.anfrageSymbole {
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
}

.info {
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: 0;
}

.splitButton {
    width: 240px !important;
}

.menuButton {
    width: 240px !important;
}

.menuButton2 {
    width: 250px !important;
}

.headerUmfrage {
    color: #000000;
    background-color: #e8e8e8;
    font-weight: bold;
}

.headerRow {
    color: #000000;
    background-color: #e8e8e8;
}

.header1 {
    color: #ff5722;
    font-size: 24px;
    margin: 20px 0;
}

.header1 span {
    vertical-align: middle;
    display: inline-block;
}

.header1 .ui-icon {
    font-size: 36px !important;
}

.header2 {
    font-size: 20px;
    font-weight: bold;
    margin: 4px 4px 10px 4px;
}

.header3 {
    font-size: 16px;
    font-weight: bold;
    margin: 4px 4px 5px 4px;
}

h1 {
    color: #ff5722 !important;
    font-size: 24px !important;
    margin: 20px 0 !important;
}

h2 {
    font-size: 20px !important;
    margin: 0 0 10px 0 !important;
}

h3 {
    font-size: 16px !important;
    margin: 5px 0 !important;
}

.width-100 {
    width: 100%;
}

.underline-1 {
    border-bottom: 1px solid;
}

.underline-2 {
    border-bottom: 2px solid;
}

.tab-top {
    vertical-align: top;
}

.tab-20r {
    width: 20%;
    text-align: right;
}

.tab-80l {
    width: 80%;
    text-align: left;
}

.tab-120 {
    width: 120px;
}

.tab-200 {
    width: 200px;
}

tr[id*="rPokal"] td {
    font-weight: bold;
    color: #000000;
    background-color: #ffffff;
    border-color: #bdbdbd !important;
    line-height: 18px !important;
}

input[id*="sSpieler"] {
    width: 75%;
    padding-right: 24px !important;
}

.paypal-button {
    padding: 8px 40px;
    background-color: #ff5722;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.paypal-button:hover {
    background-color: #d84315;
}

div[id*="sobHilfe"] > div {
    margin-right: 8px !important;
}

div[id*="dForum"] {
    padding: 8px;
    background-color: #f7f7f7;
}

div[id*="dForum"]:hover {
    background-color: #e8e8e8;
}

div[id*="dBlog"] {
    padding: 8px;
    background-color: #f7f7f7;
}

div[id*="dBlog"]:hover {
    background-color: #e8e8e8;
}

input[id*="cAuswahlHeim:filter"] {
    visibility: hidden;
}

input[id*="cAuswahlGast:filter"] {
    visibility: hidden;
}

email-row {
    max-height: 60px;
}

hydra-column {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-favorit, .select-favorit .ui-selectonemenu-items-wrapper {
    max-height: 300px !important;
}

/* --------------------------------------------- */
/* Modifizierte PrimeFaces-Komponenten (.ui-xxx) */
/* --------------------------------------------- */
@media (max-width: 1024px) {
    .ui-sticky {
        margin-top: 76px !important;
        z-index: 1 !important;
    }
}

@media (min-width: 1025px) {
    .ui-sticky {
        margin-top: 112px !important;
        z-index: 1 !important;
    }
}

.ui-fileupload-buttonbar {
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

.ui-fileupload-buttonbar .ui-button {
    width: 110px !important;
}

.ui-fileupload-content {
    border: none !important;
}

.ui-selectonemenu-label-placeholder {
    color: #cacaca !important;
    font-weight: normal !important;
    font-style: italic !important;
}

.ui-selectonemenu-item-group {
    background-color: #757575 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
}

body .ui-inputswitch {
    display: inline-block !important;
    padding: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    user-select: none !important;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    height: 24px !important;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
    border: 1px solid #b6b7c2 !important;
    width: 50px !important;
    background-color: #f7f7f7 !important;
}

body .ui-inputswitch.ui-inputswitch-checked {
    background-color: #4CAF50 !important;
}

.ui-inputswitch .ui-inputswitch-on, .ui-inputswitch .ui-inputswitch-off {
    white-space: nowrap !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    overflow: hidden !important;
    user-select: none !important;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    font-weight: normal !important;
    height: 20px !important;
    padding-top: 3px !important;
}

body .ui-inputswitch .ui-inputswitch-on {
    width: 30px !important;
    color: #ffffff;
    visibility: visible !important;
}

.ui-inputswitch .ui-inputswitch-off {
    width: 30px !important;
    color: #000000 !important;
    visibility: visible !important;
}

body .ui-inputswitch .ui-inputswitch-handle {
    background-color: #ffffff !important;
    border: 1px solid #bdbdbd !important;
    box-sizing: border-box !important;
    -moz-transition: border-color 0.3s !important;
    -o-transition: border-color 0.3s !important;
    -webkit-transition: border-color 0.3s !important;
    transition: border-color 0.3s !important;
    display: block !important;
    position: absolute !important;
    top: 2px !important;
    height: 20px !important;
    width: 20px !important;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
}

body .ui-inputswitch .ui-state-active {
    background-color: transparent !important;
}

body .ui-inputswitch .ui-inputswitch-handle.ui-state-focus {
    border: 2px solid #757575 !important;
}

body .ui-inputswitch .ui-inputswitch-on span {
    visibility: visible !important;
    width: 24px !important;
    margin-left: 0px !important;
}

body .ui-inputswitch .ui-inputswitch-off span {
    visibility: visible !important;
    width: 25px !important;
    margin-left: 0px !important;
}

.ui-paginator {
    background-color: #757575 !important;
    border: 1px solid #757575 !important;
}

.ui-galleria-filmstrip-wrapper {
    height: 60px !important;
}

.ui-galleria-frame {
    width: 30px !important;
    height: 60px !important;
}

.ui-galleria-frame-content {
    width: 30px !important;
    height: 60px !important;
}

.ui-galleria-frame-image {
    width: 30px !important;
    height: 60px !important;
}

.ui-growl {
    top: 80px !important;
}

.ui-growl-info {
    color: #ffffff !important;
    background-color: #3cba54 !important;
    opacity: 0.8 !important;
    filter: Alpha(opacity=80) !important;
}

.ui-growl-warn {
    color: #ffffff !important;
    background-color: #f4c20d !important;
    opacity: 0.8 !important;
    filter: Alpha(opacity=80) !important;
}

.ui-growl-error {
    color: #ffffff !important;
    background-color: #db3236 !important;
    opacity: 0.8 !important;
    filter: Alpha(opacity=80) !important;
}

.ui-growl-fatal {
    color: #ffffff !important;
    background-color: #4885ed !important;
    opacity: 0.8 !important;
    filter: Alpha(opacity=80) !important;
}

.ui-tabs-panel {
    padding: 8px 0 0 0 !important;
}

.ui-grid-col-1c {
    width: 8.33333%;
    text-align: center;
}

.ui-grid-col-10r {
    width: 83.33333%;
    text-align: right;
}

.ui-grid-col-11r {
    width: 91.66666%;
    text-align: right;
}

.ui-datagrid-content {
    border: none !important;
    background-color: transparent !important;
    position: relative !important;
}

.ui-sidebar {
    padding: 0px !important;
}

.ui-sidebar.ui-shadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-sidebar-close span {
    color: #ffffff !important;
    background-color: #db3236 !important
}

button[id*="cbHilfe"].ui-state-disabled {
    background-color: #4885ed !important;
    color: #ffffff !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

div[id*="opIndex"] .ui-grid-row {
    display: flex;
    flex-wrap: wrap;
}

div[id*="opIndex"] .ui-datagrid-column {
    padding: 2px !important;
}

@media screen and (max-width: 640px) {
    div[id*="opIndex"] .ui-datagrid-column {
        width: 100% !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    div[id*="opIndex"] .ui-datagrid-column {
        width: 50% !important;
    }
}

@media screen and (min-width: 1025px) {
    div[id*="opIndex"] .ui-datagrid-column {
        width: 25% !important;
    }
}

@media screen and (max-width: 640px) {
    .grid-left {
        text-align: left;
        padding: 0px;
    }

    .grid-middle {
        text-align: left;
        padding: 0px;
    }

    .grid-right {
        text-align: left;
        padding: 0px;
    }
}

@media screen and (min-width: 641px) {
    .grid-left {
        text-align: left;
        padding: 0px;
    }

    .grid-middle {
        text-align: center;
        padding: 0px;
    }

    .grid-right {
        text-align: right;
        padding: 0px;
    }
}

.ui-datatable-subtable-header {
    background: #cacaca !important;
    line-height: 4px !important;
}

input.ui-state-disabled, textarea.ui-state-disabled {
    border-bottom: none !important;
    font-weight: bold !important;
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
}

input[id*="itSatz"].ui-state-disabled {
    color: #cacaca !important;
    font-weight: normal !important;
    border-bottom: none !important;
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
}

.ui-selectmanymenu .ui-selectlistbox-item.ui-state-highlight .ui-chkbox-box {
    border-color: #ffffff;
}

.ui-progressbar-label {
    top: 0px !important;
}

.ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
    background-color: #ff5722 !important;
}

.ui-steps:before {
    width: 99% !important;
}

.ui-picklist-list {
    height: 300px !important;
}

.ui-tooltip-text {
    background-color: #4885ed !important;
}

.ui-tooltip-arrow {
    border-left-color: #4885ed !important;
    border-right-color: #4885ed !important;
}

.ui-accordion-header {
    color: #757575 !important;
    background-color: #ffffff !important;
    border: 1px solid #bdbdbd !important;
}

.ui-accordion-header.ui-tabs-outline {
    outline: none !important;
}

.ui-accordion-header.ui-state-hover {
    color: #ff5722 !important;
    background-color: #ffffff !important;
}

.ui-accordion-header.ui-state-hover .ui-icon {
    color: #ff5722 !important;
}

.ui-accordion-header.ui-state-active {
    color: #757575 !important;
    background-color: #e8e8e8 !important;
}

.ui-accordion-header.ui-state-active .ui-icon {
    color: #757575 !important;
}

.ui-accordion-content {
    border-top: 1px solid #bdbdbd !important;
    padding-left: 30px !important;
}

.ui-icon-circle-triangle-w:before {
    font-family: 'Material Icons' !important;
    content: '\E315' !important;
    color: #757575 !important;
}

.ui-icon-circle-triangle-e:before {
    font-family: 'Material Icons' !important;
    content: '\E5CC' !important;
    color: #757575 !important;
}

.ui-icon-circle-triangle-s:before {
    font-family: 'Material Icons' !important;
    content: '\E315' !important;
    color: #757575 !important;
}

.ui-datepicker-trigger {
    width: 16px !important;
}

span.ui-icon-alert {
    display: none !important;
}

.ui-clock {
    color: #000000 !important;
    background-color: #ffffff !important;
    font-size: 16px !important;
    position: relative !important;
    top: 4px !important;
}

.ql-editor {
    padding: 6px 8px !important;
}

.ql-toolbar {
    background-color: #f9f9f9 !important;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, .15) !important;
}

.ql-container {
    background-color: #ffffff !important;
}

.ql-container:not(.ql-disabled) {
    min-height: 80px !important;
}

div[id*="teOnlineHilfe"] .ql-container {
    border: none !important;
}

select[id*="cSpiel05:filter"] {
    width: 60px !important;
}

div[id*="dtSpieler"] tr.ui-datatable-empty-message {
    display: none !important;
}

div[id*="cbNachricht_dlg"] .ui-dialog-titlebar {
    display: none !important;
}

div[id*="olSpielplan"] .ui-orderlist-list {
    height: 300px !important;
}

div[id*="dgSpieler"] .ui-datagrid-column,
div[id*="dgFirma"] .ui-datagrid-column {
    padding: 1px !important;
}

div[id*="dtSB"].ui-datatable tbody tr.ui-datatable-even {
    background-color: #ffffff !important;
}

div[id*="dtSB"].ui-datatable thead tr th {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #000000 !important;
}

div[id*="dtSB"].ui-datatable tbody {
    border: none !important;
}

div[id*="dtSB"].ui-datatable tbody tr td {
    border-top: 1px solid #000000 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

thead[id*="ttBsv"] tr th {
    border-right: 1px solid #bdbdbd !important;
}

div[id*="dtSUK"].ui-datatable tbody tr.ui-expanded-row-content td:nth-child(1) {
    padding: 0 !important;
}

thead[id*="dtSUP"] tr th {
    visibility: hidden !important;
    max-height: 0px !important;
}

div[id*="sHalle"] .ui-icon-circle-triangle-w:before {
    font-family: 'Material Icons' !important;
    content: '\E315' !important;
    color: #ffffff !important;
}

div[id*="sHalle"] .ui-icon-circle-triangle-e:before {
    font-family: 'Material Icons' !important;
    content: '\E5CC' !important;
    color: #ffffff !important;
}

table[id*="pgImpressum"] td {
    padding-left: 20px;
}

button[id*="cbUmfrage"] {
    height: 24px !important;
    padding: 0px 4px !important;
}

button[id*="cbUmfrage"] .ui-button-text {
    line-height: 24px !important;
}

div[id*="pdf_content"] {
    padding: 0 !important;
}

div[id*="tPlus"] .ui-tooltip-text {
    color: #000000 !important;
    background-color: #ffffff !important;
}

div[id*="tPlus"] .ui-tooltip-arrow {
    border-left-color: #000000 !important;
    border-right-color: #000000 !important;
}

.ui-menu-child {
    width: 280px !important;
}

.jqplot-data-label {
    color: #ffffff !important;
}

body .ui-toggleswitch {
    width: 3.6em !important;
    height: 2em !important;
}

.ui-toggleswitch-slider {
    -webkit-transition: background-color 0.3s, box-shadow 0.2s;
    transition: background-color 0.3s, box-shadow 0.2s;
    background: #f7f7f7 !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 32px !important;
}

.ui-toggleswitch-slider:before {
    background-color: #ffffff !important;
    border: 1px solid #bdbdbd !important;
    left: 2px !important;
    bottom: 2px !important;
}

.ui-toggleswitch:not(.ui-toggleswitch-checked)::after {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    font-size: 0.9em;
    color: #757575;
    content: 'O';
    position: absolute;
    left: 30px;
    top: 6px;
}

.ui-toggleswitch.ui-toggleswitch-checked::after {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    font-size: 0.9em;
    color: #ffffff;
    content: 'I';
    position: absolute;
    left: 15px;
    top: 6px;
}


.ui-toggleswitch .ui-toggleswitch-slider:before {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-toggleswitch.ui-toggleswitch-focus .ui-toggleswitch-slider:before {
}

.ui-toggleswitch:not(.ui-state-disabled):hover .ui-toggleswitch-slider {
    background-color: #bdbdbd !important;
}

.ui-toggleswitch.ui-toggleswitch-checked .ui-toggleswitch-slider {
    background-color: #4CAF50 !important;
}

.ui-toggleswitch.ui-toggleswitch-checked .ui-toggleswitch-slider:before {
    left: 0.7em !important;
}

.ui-toggleswitch.ui-toggleswitch-checked:not(.ui-state-disabled):hover .ui-toggleswitch-slider {
    background-color: green !important;
}

.ui-card {
    background: #fff;
    color: #495057;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    border-radius: 4px;
}

.ui-card .ui-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

.ui-card .ui-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6c757d;
}

.ui-card .ui-card-body {
    padding: 1.0rem;
}

.ui-card .ui-card-content {
    font-size: 1.1rem;
    padding: 0.5rem 0;
}

.ui-card .ui-card-footer {
    padding: 0.5rem 0 0 0;
}

div[id*="fEinstellungen:pgAssist"] .ui-panelgrid-content {
    border: none !important;
    background: none !important;
}

.ui-icon.liste-pdf,
.ui-icon.liste-excel {
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 20px !important;
    height: 20px !important;
    width: 20px !important;
    left: 3px !important;
}

.liste-pdf:before {
    content: "\f1c1";
}

.liste-excel:before {
    content: "\f1c3";
}

div.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .25);
}

div.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb button.cc-nb-okagree, div.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb button.cc-nb-reject {
    background-color: #4885ed;
}

div.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb button.cc-nb-okagree:focus, div.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb button.cc-nb-reject:focus {
    box-shadow: 0 0 0 2px #ff5722;
}

.freeprivacypolicy-com---pc-dialog input[type=checkbox].cc-custom-checkbox:checked + label:before {
    background: #ff5722 !important;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background: #4885ed !important;
}
