@CHARSET "ISO-8859-1";

html {
    height: 100%;
}

body {
    height: 100%;
}

input[type='text'].loginpage, input[type='password'].loginpage {
    height: 30px;
    width: 296px;
}

.icon-verylarge {
    zoom: 225%;
    -moz-transform: scale(2.25);
    -moz-transform-origin: bottom;
}

button {
    margin-left: 0px;
}

input[type='checkbox'] {
    margin-top: 5px;
    margin-bottom: 10px;
}

.input-block-level {
    width: 75%;
}

.wicket-ajax-indicator {
    position: absolute;
    margin: 5px;
}

#footer {
    width: 750px;
}

table.palette td.pane select {
    width: 188px;
}

element.style {

}

table.palette td.buttons button {
    width: 20px;
    height: 20px;
}

table.palette td.header {
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
    background-color: transparent;
    padding: 2px;
    border-top: none;
    border-bottom: none;
}

@media all {
    tbody {
        border-top: 0px;
    }
}

table.palette tbody {
    border-top: none;
}

table tbody .centered {
    text-align: center;
}

table tbody .right {
    text-align: right;
}

@media only screen and (min-width: 1025px) {
    #page {
        margin: 0 auto;
        max-width: 1408px;
        min-height: 100%;
        background: url(../img/bg_wrapper.png) repeat-y;
    }

    #footer {
        width: 80%;
    }

    #header-bar {
        width: 80%;
        left: 220px;
    }
}

.control-group:last-child {
    margin-bottom: 0px;
}

.feedbackPanelERROR {
    color: rgb(223, 56, 44);
    list-style: circle;
}

.feedbackPanelWARNING {
    color: rgb(236, 169, 24);
    list-style: circle;
}

.feedbackPanelINFO {
    color: rgb(56, 180, 74);
    list-style: circle;
}

.espPaginationPanel {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.espPaginationRow {
    display: table-row;
}

.espPaginationCell {
    display: table-cell;
    width: 33%;
}

#logo {
    left: 150px;
    width: 625px;
    height: 100px;
}

.rotating {
    -webkit-animation: rotateit 1.3s linear infinite;
    animation: rotateit 1.3s linear infinite;
}

@-webkit-keyframes rotateit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.beanstandungSummary {
    font-size: 14px;
}

.buttonbar {
    margin-top: 20px;
}

.buttonbarLeft {
    text-align: left;
    float: left;
}

.buttonbarCenter {
    text-align: center;
}

.buttonbarRight {
    text-align: right;
    float: right;
}

.control-label {
    text-align: left !important;
    width: 160px !important;
}

.control-label-right {
    float: left;
    text-align: right !important;
    padding-top: 10px !important;
    padding-right: 10px;
}

.form-group {
    padding-bottom: 10px;
}

.form-horizontal-left-container {
    float: left;
    width: 50%;
}

.form-horizontal-3-left-container {
    float: left;
    width: 42%;
}

.btn {
    min-width: 150px !important;
}

.btn-nomargin {
    margin-top: 0px;
}

.contentspacer {
    min-height: 200px;
    height: auto;
}

.infoMessage {
    padding-top: 25px;
    padding-bottom: 25px;
}

.form-horizontal .controls220 {
    margin-left: 220px;
}

.legend {
    border-bottom: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 20px;
}

.formlegend {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 20px;
}

.tblGesellschaftsNummer {
    width: 200px;
}

table li {
    font-size: 12.8px;
}