.su-turnierliste {
}

.su-turnierliste--schiedsrichter {
    padding-bottom: 1.5em;
    margin-bottom: 1.25em;
    border-bottom: 1px solid #ccc;
}

/* diffrent colors for schiedsrichter filter */
.su-turnierliste--schiedsrichter .select2-container--flat .select2-selection--single {
    background-color: #999;
}


.js-tlistbox-wrap {
    margin: 0 0 15px 0;
}

.js-tlistbox-title {
    position: relative;
}

.js-tlistbox-title h2 {
    background: #000;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 16px 42px 16px 16px;
    margin: 0;
    cursor: pointer;
}

.js-tlistbox-booked {
    background: #b4d0cd;
    margin-left: 0.5em;
    padding: 0.25em 0.5em;
    color: #252525;
    font-size: 14px;
    border-radius: 12px;
    position: relative;
    top: -2px;
}

.js-tlistbox-content {
    background: #dae8e6;
}

.js-tlistbox-content-inner {
    padding: 16px;
}

.js-tlistbox-title h2:after {
    content: '+';
    width: 30px;
    height: 30px;
    padding: 0px !important;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    position: absolute;
    right: 10px;
    top: -2px;
    bottom: 0;
    margin: auto;
    text-align: center;
    cursor: pointer;
    line-height: 27px;
    vertical-align: middle;
    font-size: 24px;
}

.js-tlistbox-title.active h2:after {
    content: '–';
}

.js-tlistbox-content .row {
    margin-bottom: 5px;
}

.js-tlistbox-content input[type=text],
.js-tlistbox-content input[type=telephone],
.js-tlistbox-content textarea {
    width: 280px;
    max-width: 280px;
}


.btn-red {
    background-color: #ee3124 !important;
    font-weight: 700 !important;
    color: white !important;
}

.bt-red:hover {
    background-color: #d62c20 !important;
}

a.downloadxls, a.downloadxls:visited {
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

a.downloadxls:before {
    font-family: "Ionicons";
    content: "\f2dd";
    font-size: 14px;
    padding: 0 6px 0 0px;
}

a.downloadxls:hover {
    color: #111;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn[disabled] {
    pointer-events: auto !important;
}