/***************************************************************
* Custom styles for verwaltung
**************************************************************/

/***************************************************************
 * Modal
 **************************************************************/
.modalDialog > div {
    width: 300px;
}

/***************************************************************
 * Kachel-Design
 **************************************************************/
.kachel h2 div {
    margin-top: 5px;
}

/***************************************************************
 * Button
 **************************************************************/
.btn.equal-md {
    min-width: 95px;
}

/***************************************************************
 * Zusaetzliche Elemente
 **************************************************************/
.space:before {
    content: "\00a0";
}

.bold {
    font-weight: bold;
}

.btn-equal-md {
    width: 100px;
}

/***************************************************************
 * Top / Bottom Button
 **************************************************************/
.top-bottom-container * {
    font-weight: bold;
}

.top-bottom-container {
    top: 56%;
    left: 7%;
    width: 7%;
    position: fixed;
}

.top-bottom-container a {
    width: 100%;
    padding: 10%;
    display: block;
    margin: 4px 0px;
    font-size: 0.75vw;
    color: #000000;
    background: #b3e6ff;
    transition: background 0.5s ease, box-shadow 0.5s ease;
}

.top-bottom-container a:HOVER {
    cursor: pointer;
    text-decoration: none;
    background: #ffcf3f;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.8);
}

.top-bottom-container i {
    font-size: 0.9vw;
}

.pagination > li > button,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li > button:hover,
.pagination > li > span:hover,
.pagination > li > button:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > li:first-child > button,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > button,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > .active > button,
.pagination > .active > span,
.pagination > .active > button:hover,
.pagination > .active > span:hover,
.pagination > .active > button:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}