/* Fehlermeldungen */
.error {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.message {
    text-align: center;
}

.ui-header .ui-title, .ui-footer .ui-title {
    margin: 0 10%;
}

/*.ui-content {
    min-height: 300px;
}*/

.ui-footer {
    padding: 0.6em;
    text-align: center;
}

.ui-footer a {
    font-weight: normal;
}

a.button {
    padding: 0.4em 0.4em
}

/* Raids in der Raidsliste im Raids-Panel */
.raidItem, .partItem {
    background-color: #f0f0f0;
    border-color: #ddd;
    color: #333;
    cursor: pointer;
    padding: 0.4em 1em;
    margin-bottom: 0.2em;
}
.raidItem:hover, .partItem:hover {
    background-color: #e0e0e0;
}
.raidItem h3 {
    margin: 0em;
}
.raidItem p {
    margin: 0.1em;
}
.raidRowMenuLink {
    margin-top: 0.2em;
    margin-right: 0em;
}

#raidsType .ui-radio {
    min-width: 4em;
}

#raidsLevel .ui-radio {
    min-width: 3em;
}

#raidsPopup .ui-radio label {
    text-align: center;
}

#raidsDate {
    width: auto;
}
.inputInlineWrapperClass {
    display: inline-block;
    vertical-align: middle;
}

.raidsTimeMinWrapperClass {
    display: inline-block;
    vertical-align: middle;
    width: 4em;
}

#raidsTime {
    width: auto;
}

#raidsTimeInSpan, #raidsTimeLeftSpan {
    padding: 0 0 0 1em;
}

/* Popup zum Hinzufügen eines Datensatzes */
#accountPopup-popup, #groupPopup-popup, #gymPopup-popup {
    width: 90%;
    left: auto;
    right: 0;
}


/* Gruppen-Suche */
#groupSearchLabel {
    display : inline-block;
}
.groupSearchWrapperClass {
    display : inline-block;
    width: 200px;
}
.groupEnterColumn {
    width: 50px;
}
.groupEnterButton {
    padding: 1.2em 1.5em 1.2em 1em;
}

/* Breite des Eingabefeldes für den Level */
.inputLevelClass, .inputLevelWrapperClass {
    width: 80px;
}

.team-blue {
    background-color: #00F;
    color: white;
}
.team-red {
    background-color: #F00;
    color: white;
}
.team-yellow {
    background-color: #FF0;
}

table.responsive .tableCellMenuButton {
    padding: 0em;
}

.tableCellMenuButton {
    width: 60px;
}
/*
div.partItem table {
    width: auto;
}
*/
div.partItem td.name {
    padding-left: 0em;
    width: 100%;
}
div.partItem h3 {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
td.team {
    padding: 0px;
}
td.team div {
    width: 50px;
    height: 34px;
    min-width: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
td.level {
    width: 25px;
    min-width: 25px;
    text-align: right;
}
td.tableCellPartType {
    padding: 0em 0em;
}
td.tableCellPartType a {
    padding: 0.2em 0.4em;
    margin: 0em;
}

/* Account-Auswahl bei der Raid-Teilnahme */
img.partType {
    height: 1.6em;
}

/* Account-Auswahl-Dialog für die Teilnehmer eines Raids: erste Spalte in der Tabelle mit dem Namen */
#partsAccountsList td.accountInfo {
    width: 100%;
}

td.accountInfo label {
    padding: 0.8em 1em 0.8em 2.5em;
}

a.partsAccountTypeButton {
    padding: 0.5em 0.8em;
}

.member-creator {
    background-color: #e3effc;
}
.member-admin {
    background-color: #e3fceb;
}
.member-guest {
    background-color: #f7f08f;
}

/** Log- Tabelle */
table#protoTable td {
    vertical-align: top;
}

/*
 * Responsive Tabellen
 * Dafür sorgen, dass Tabellen alle Spalten ganz normal darstellen, wenn genug Platz vorhanden ist.
*/
@media (min-width: 20em) {
    table.responsive td,
    table.responsive th {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
    }
    table.responsive td .ui-table-cell-label,
    table.responsive th .ui-table-cell-label {
        display: none;
    }
}

/* Accounts-Tabelle */
@media ( min-width: 20em ) {
    table#accountTable td.team {
        width: 40px;
        text-align: center;
    }
    table#accountTable td.level {
        width: 40px;
        text-align: right;
    }
    table#accountTable td.delete {
        width: 30px;
    }
}

/*
.search-input {
	font-family:Courier
}*/
.search-input,
.leaflet-control-search {
	max-width:400px;
}