
.mycontent .ui-layout-unit-content {
    background: #7f7f80;
}

body {
    background: #7f7f80;
    line-height: 1.2;
}

.cardbox {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border: 1px solid lightgrey;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background: white;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cardboxButtons {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid lightgrey;
    width: 70%;
    height: 10%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

h1 {
    font-size: 2rem;
    padding: 0px 12px 0px 12px;
    text-align: center;
    color: #666666;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5rem;
    text-align: left;
    color: grey;
}

h3 {
    font-size: 1.2em;
    padding: 0px 12px 20px 12px;
    text-align: center;
    color: grey;
    margin-top: 0px;
}

.icon {
    font-size: 3em;
}

#main_menu {
    float: left;
    background: #49505a;
    height: 100vh;
    -webkit-box-shadow: 0px 0px 25px #000;
    -moz-box-shadow: 0px 0px 25px #000;
    box-shadow: 0px 0px 25px #000;
}

#main_content {

}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 230px;
    font-family: Raleway, sans-serif;
    color: #ffffff;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu > ul > li.active > ul {
    display: block;
}

#cssmenu li.has-sub.open {
    border-bottom: 1px solid orange;
    border-top: 1px solid orange;
}

#cssmenu li.has-sub.open > a {
    color: #c63939;
}

#cssmenu li.has-sub.open > a:hover {
    color: #49505a;
}

#cssmenu li.has-sub.open > ul > li > a {
    color: #ffc966;
}

#cssmenu li.has-sub.open > ul > li.has-sub.open > a {
    color: #c63939;
}

#cssmenu li.has-sub.open > ul > li > a:hover {
    color: #ffc966;
}

.align-right {
    float: right;
}

/*body .ui-datatable .ui-datatable-data>tr>td {*/
/*    padding:4px 10px;*/
/*}*/
#cssmenu > ul > li > a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    background: #49505a;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li > a:hover {
    color: #49505a;
    background: #c63939;
}

#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub.open > a:after, #cssmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu ul ul li a {
    padding: 10px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 13px;
    text-decoration: none;
    color: #dddddd;
    background: #49505a;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul ul li a {
    padding-left: 32px;
}

#cssmenu ul ul li a:hover {
    color: #ffffff;
}

#cssmenu ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}

#cssmenu ul ul > li.has-sub > a:before {
    top: 20px;
    background: #dddddd;
}

#menu .ui-widget-content {
    background: #49505a;
}

#menu .normal_input .ui-inputfield .ui-inputtext .ui-widget .ui-state-default .ui-corner-all {
    background: white;
}

.ui-layout-unit .ui-layout-unit-content {
    padding: 0;
}

.iconcolumn {
    width: 40px;
}

.labelcolumn {
    width: 50px;
    text-align: right;
}

.outputcolumn {
    width: 170px;
}

.ui-steps {
    height: 52px;
    margin-left: auto;
    margin-right: auto;
}

.ui-menuitem-link .ui-corner-all {
    border-radius: 0px;
    webkit-border-radius: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-radius: 0px;
    webkit-border-radius: 0px;
}

.ui-steps-number {
    font-size: .7em;
}

.ui-steps-title {

}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border-radius: 0px;
    webkit-border-radius: 0px;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background: #3B94D9;
}

/* Footer */
.footer {
    position: fixed;
    right: 5em;
    bottom: 0;
    background-color: #efefef;
    text-align: center;
    box-shadow: 0px 0px 4px 0px #000;
}

/* Button */
.ui-button.ui-widget.ui-state-default.ui-corner-all {
    color: #3B94D9;
    border: none;
}

.ui-state-default {
    background-image: none;
    box-shadow: none;
    background: Transparent;
}

/* Button hover */
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-state-hover {
    color: #009e9e;
    background-image: none;
    box-shadow: none;
    background: Transparent;
}

.dataTables_filter {
    margin-left: -90px;
}

.ui-datatable .ui-column-filter:not(.no-filter-style) {
    margin-left: -6px;
    width: 250px;
}

.ui-widget input {
    border-bottom: 1px solid grey;
    box-shadow: none;
    border-radius: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: none;
    background-color: white;
}

.ui-datatable {
    border-style: none;
    border-size: 0px;
    border-width: 0px;
}

#uebersichtForm_uebersichtpanelcontent .panel-body {
    padding: 0px;
}

#aktionsjahrForm_uebersichtpanelcontent .panel-body {
    padding: 0px;
}

#benutzerForm_uebersichtpanelcontent .panel-body {
    padding: 0px;
}

#kommissionForm_uebersichtpanelcontent .panel-body {
    padding: 0px;
}

#kommissionUebersicht_uebersichtpanelcontent .panel-body {
    padding: 0px;
}

.panel > .panel-heading {
    background-image: none;
    background-color: white;
    color: blue;
}

#uebersichtForm\:uebersichtTable_data > tr > td {
    padding: 10px 10px;
}

.ui-datatable-scrollable-body {
    overflow-x: hidden;
}

body .ui-widget {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    text-decoration: none
}

.form-horizontal .control-label {
    padding-top: 5px;
}

html .ui-state-loading.ui-button-text-only .ui-icon-loading + .ui-button-text {
    opacity: inherit;
}

html .ui-state-loading .ui-icon-loading {
    display: none;
}

html .ui-state-loading .ui-icon:not(.ui-icon-loading) {
    display: inherit;
}

.globalFilter {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 7px;
    border-radius: 20px !important;
    padding-left: 20px;
    font-size: 1.1rem !important;
    background: #f7f7f7 !important;
    border: 1px solid #d4d4d4 !important;
    font-family: Arial, sans-serif;
    height: 32px;
}

#navigation .container {
    margin-left: 0px;
}

.colLabel {
    width: 16.666666666666664%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.colContent {
    width: 33.33333333333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.width {
    width: 50%;
}

.searchDialog label {
    display: inline-block;
    max-width: 100%;
    margin: 10px 10px 10px 0px;
    font-weight: normal;
}

.gutachterGrid td {
    vertical-align: top;
}

/* .ehegatte:hover */
/* { */
/* 	background-image: url('../resources/images/ehegatte_plus2.jpg'); */
/* } */

.protokoll {
    width: 60%;
    margin-left: 25%;
    height: 450px;
    background: white;
    border-color: darkgrey;
    border-width: 1px 1px 0px;
    border-style: solid !important;
    bottom: 0px;
}

.preisInput {
    color: grey !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid grey !important;
    height: 37px !important;
    width: 150px !important;
    text-align: right !important;
}

.preisInput[disabled] {
    border-bottom: 1px solid lightgrey !important;
    opacity: 1 !important;
}

.importantPanel {
    border: 1px solid #6d89a7;
    box-shadow: 0px 0px 3px #6d89a7 !important;
    /*background: #eef4fb; border: 1px solid #4387ad;*/
}

.badge {
    background-color: #3ba1db !important;
    border-radius: 20px !important;
    font-weight: bold;
    color: white !important;
    border-color: transparent !important;
    text-shadow: none !important;
    padding: 5px 7px;
}

.badge-green {
    background-color: #6bce91 !important;
    vertical-align: baseline;
}

.badge-red {
    color: #e51c23 !important;
    background-color: #f2dede !important;
    vertical-align: baseline;
}

@media (max-width: 768px) {
    .subnav-responsive-mini {
        padding-top: 25px !important;
        padding-right: 0px !important;
    }

}

@media (max-width: 768px) {
    .responsiveTextInvisible {
        display: none;
    }

}

.navigation2 {
    z-index: 70;
    top: 15px;
    left: 0px;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    background: white;
    color: black;
    min-height: 44px;
    border-bottom: 1px solid lightgrey;
}

.detailPanel {
    border: 0px;
    height: 100%;
    box-shadow: none !important;
    background: transparent;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

textarea {
    border: 1px solid grey !important;
}

@media screen and (max-width: 991px) {
    .displayInline {
        display: inline-block;
        margin: 10px 30px 10px 30px;
    }

    .footerLabelStyle {
        font-size: xx-small !important;
    }
}

@media (min-width: 992px) and (max-width: 1177px) {
    .displayInline {
        display: inline-block;
        margin: 10px 50px 10px 50px;
    }

    .footerLabelStyle {
        font-size: x-small !important;
    }
}

@media (min-width: 1178px) and (max-width: 1257px) {
    .displayInline {
        display: inline-block;
        margin: 10px 90px 10px 90px;
    }

    .footerLabelStyle {
        font-size: x-small !important;
    }
}

@media screen and (min-width: 1258px) {
    .displayInline {
        display: inline-block;
        margin: 10px 100px 10px 100px;
    }

    .footerLabelStyle {
        font-size: 0.9em !important;
    }
}

.footerStyle {
    text-align: center;
    padding-bottom: 5px;
}

.footerHrStyle {
    margin-top: 65px;
    border-top: 1px solid #d3d3d3;
}

.noScrolllayoutUnit .ui-layout-unit-content {
    overflow: hidden !important;
}

#dtLddp > span > i {
    color: #bd0007;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(2);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.pulseAnimation {
    color: red;
    animation: pulse 2s 4;
}

select {
    background-repeat: no-repeat !important;
    background-position: right center !important;
}