/* from css/roboto.css */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900);

html, body {
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    line-height:1.42857143;
    text-align:left;
}
body {
    overflow-y: scroll;
    height: 100%;
}

body.font-size-10 {
    font-size: 10px;
}

body.font-size-12 {
    font-size: 12px;
}

body.font-size-14 {
    font-size: 14px;
}

body.font-size-16 {
    font-size: 16px;
}

body.font-size-18 {
    font-size: 18px;
}

.sticky-top-zero {
    position: sticky;
    top: 0;
    z-index: 2;
}
.table.table-small {
    font-size: 0.8em;
}
.table.table-small td {
    padding: 3px;
}
.row-hidden {
    display:none;
}

.badge-danger {
    background-color: #e00;
}

.global-error-modal .modal-confirm {        
    color: #434e65;
    width: 525px;
}
.global-error-modal .modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.global-error-modal .modal-confirm .modal-header {
    background: #e85e6c;
    border-bottom: none;   
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}
.global-error-modal .modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.global-error-modal .modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.global-error-modal .modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.global-error-modal .modal-confirm .close:hover {
    opacity: 0.8;
}
.global-error-modal .modal-confirm .icon-box {
    color: #fff;        
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
.global-error-modal .modal-confirm .icon-box i {
    font-size: 58px;
    margin: -2px 0 0 -2px;
}
.global-error-modal .modal-confirm.modal-dialog {
    margin-top: 80px;
}
.global-error-modal .modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #eeb711;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
}
.global-error-modal .modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #eda645;
    outline: none;
}
.global-error-modal .trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.box-shadow {
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

.card {
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    border-radius: 3px;
    padding: 15px;
}
.card .card-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.card .card-row-seperated {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.dashboard-card-list {

}
.dashboard-card-list .dashboard-card {
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.12);
}
.dashboard-card-list .card .card-title {
    font-size: 2em;
    text-align:center;
}
.dashboard-card-list .odd-row {
    background-color: #f9f9f9;
}
.dashboard-card-list .odd-row,
.dashboard-card-list .even-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dashboard-card .badge .small {
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 5px;
    display: block;
}
.dashboard-card .badge-wrapper {
    margin: 0 -5px -35px;
}
.dashboard-card .badge-wrapper .badge {
    margin: 0 5px;
    padding: 8px 10px;
}
.dashboard-card .badge-wrapper .badge.bg-success {
    background: #67c968;
    color: #fff;
}
.dashboard-card .badge-wrapper .badge.in-edit {
    background: #eaa601;
    color: #fff;
}
.dashboard-card .badge-wrapper .badge.postponed {
    background: #4092ba;
    color: #fff;
}

.btn {
    text-decoration: none;
}

.panel-default > .panel-heading.duplicates-head {
    background: #c94545;
    color: #fff;
    cursor: pointer;
}


.history-wrapper,
.comment-wrapper,
.memo-feld-wrapper,
.locked-information-wrapper {
    max-height: 300px;
    padding: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

.leitfaden-wrapper {
    width: 250px;
    word-wrap: break-word;
    position: absolute;
    left: -270px;
    top: -11px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 15px;
}

.history-wrapper .history-item {
    position:relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.history-wrapper .history-item .history-user {
    font-size: 0.8em;
    color: #888;
    float: left;
}
.history-wrapper .history-item .history-date {
    font-size: 0.8em;
    font-style: italic;
    color: #888;
    float: right;
}

.data-table-list thead th {
    height: 34px;
}
.data-table-list .colfilter {
    float: left;
    max-width: 100%;
    position: absolute;
    left: 2%;
    top: 8px;
    width: 96%;
}
.data-table-list input[data-original-content="Datum"]{
    cursor: pointer;
}
.data-table-list tr[data-inquiry-id]:hover,
.data-table-list tr[data-beleg-nr]:hover {
    cursor: pointer;
    background: #eee;
}
.data-table-list input[data-original-content="Datum"] + i{
    position: absolute;
    top: 18px;
    right: 20px;
    pointer-events: none;
    cursor: pointer;
}
.data-table-list th {
    position: relative;
}

.dataTables_filter > a,
.dataTables_filter > label{
    margin-left: 10px;
    color: #878787;
}

body div.dataTables_wrapper div.dataTables_processing {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    background: rgba(255,255,255,0.7);
    font-size: 3.4em;
}

.text-align-left {
    text-align:left !important;
}
.text-align-right {
    text-align:right !important;
}
.text-align-center {
    text-align:center !important;
}

.link-disabled {
    opacity:0.8;
    cursor: not-allowed;
}

.input-container .required-field {
    font-style: italic;
    font-weight:600;
    color:#c00;
    margin-left:5px;
    font-size:0.9em;
}

.zoom-1-1 {
    transform:scale(1.1)
}
.zoom-1-2 {
    transform:scale(1.2)
}
.zoom-1-3 {
    transform:scale(1.3)
}
.zoom-1-4 {
    transform:scale(1.4)
}
.zoom-1-5 {
    transform:scale(1.5)
}
.rotate-right {
    transform:rotate(90deg)
}
.rotate-left {
    transform:rotate(-90deg)
}


.loading-indicator {
    margin:0 auto;
    margin-top:45px;
    width:190px;
    height:75px;
    position:relative;
}
.loading-indicator .loading-indicator-spinner {
    position:absolute;
    left:10px;
    top:0px;
    width:40px;
}
.loading-indicator .loading-indicator-text {
    position:absolute;
    left:50px;
    top:0px;
    padding-top:4px;
    font-size:1.2em;
    color:#666;
    width:150px;
}


.loading-indicator-overlay {
    width:100%;
    background:rgba(255,255,255,0.8);
    z-index:10;
    position:absolute;
    top:0px;
    left:0px;
}
.loading-indicator-overlay .content-box {
    width:200px;
    margin:0 auto;
    height:100%;
    position:relative;
       
}
.loading-indicator-overlay .loading-indicator-spinner {
    position:absolute;
    left:10px;
    top:calc(50% - 16px);
    width:40px;    
 
}
.loading-indicator-overlay .loading-indicator-text {
    position:absolute;
    left:50px;
    top:calc(50% - 16px);
    padding-top:4px;
    font-size:1.2em;
    color:#666;
    width:150px;
}


.flash-overlay {
    width:100%;
    z-index:10;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0.5;
}
.flash-overlay .content-box {
    width:80px;
    margin:0 auto;
    height:100%;
    position:relative;
       
}
.flash-overlay .glyphicon {
    position:absolute;
    width:80px;
    height:80px;
    font-size:80px;
    top:calc(50% - 40px);
    color:#fff;
    display:block;
}

.clickable{
    cursor: pointer;
}
.dashboard-counting-data .dashboard-counting-data-col {
    border-radius: 5px;
    padding: 5px;
}
.dashboard-counting-data .clickable .dashboard-counting-data-col {
    background: #f8f8f8;
}
.dashboard-counting-data .clickable:hover .dashboard-counting-data-col {
    background: #eee;
}

.multi-purpose-modal .modal-dialog {
    width: 1600px;
    max-width: 90%;
}

.modal-wide .modal-dialog {
    width: 1600px;
    max-width: 90%;
}

.input-lg {
    font-size:1.2em;
}

.input-xl {
    font-size:1.4em;
}

.m-none {
    margin:0px !important;
}
.m-xs {
    margin:5px !important;
}
.m-sm {
    margin:15px !important;
}
.m-md {
    margin:30px !important;
}
.m-lg {
    margin:45px !important;
}

.mt-none {
    margin-top:0px !important;
}
.mt-xs {
    margin-top:5px !important;
}
.mt-sm {
    margin-top:15px !important;
}
.mt-md {
    margin-top:30px !important;
}
.mt-lg {
    margin-top:45px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-10 {
    margin-top: 10px !important;
}

.mb-none {
    margin-bottom:0px !important;
}
.mb-xs {
    margin-bottom:5px !important;
}
.mb-sm {
    margin-bottom:15px !important;
}
.mb-md {
    margin-bottom:30px !important;
}
.mb-lg {
    margin-bottom:45px !important;
}

.ml-none {
    margin-left:0px !important;
}
.ml-xs {
    margin-left:5px !important;
}
.ml-sm {
    margin-left:15px !important;
}
.ml-md {
    margin-left:30px !important;
}
.ml-lg {
    margin-left:45px !important;
}

.mr-none {
    margin-right:0px !important;
}
.mr-xs {
    margin-right:5px !important;
}
.mr-sm {
    margin-right:15px !important;
}
.mr-md {
    margin-right:30px !important;
}
.mr-lg {
    margin-right:45px !important;
}




.p-none {
    padding:0px !important;
}
.p-xs {
    padding:5px !important;
}
.p-sm {
    padding:15px !important;
}
.p-md {
    padding:30px !important;
}
.p-lg {
    padding:45px !important;
}

.pt-none {
    padding-top:0px !important;
}
.pt-xs {
    padding-top:5px !important;
}
.pt-sm {
    padding-top:15px !important;
}
.pt-md {
    padding-top:30px !important;
}
.pt-lg {
    padding-top:45px !important;
}

.pb-none {
    padding-bottom:0px !important;
}
.pb-xs {
    padding-bottom:5px !important;
}
.pb-sm {
    padding-bottom:15px !important;
}
.pb-md {
    padding-bottom:30px !important;
}
.pb-lg {
    padding-bottom:45px !important;
}

.pl-none {
    padding-left:0px !important;
}
.pl-xs {
    padding-left:5px !important;
}
.pl-sm {
    padding-left:15px !important;
}
.pl-md {
    padding-left:30px !important;
}
.pl-lg {
    padding-left:45px !important;
}

.lead {
    font-size:24px;
}
.small {
    font-size:14px;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.callout h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout code {
    border-radius: 3px;
}
.callout+.callout {
    margin-top: -5px;
}
.callout-default {
    border-left-color: #777;
}
.callout-default h4 {
    color: #777;
}
.callout-primary {
    border-left-color: #428bca;
}
.callout-primary h4 {
    color: #428bca;
}
.callout-success {
    border-left-color: #5cb85c;
}
.callout-success h4 {
    color: #5cb85c;
}
.callout-danger {
    border-left-color: #d9534f;
}
.callout-danger h4 {
    color: #d9534f;
}
.callout-warning {
    border-left-color: #f0ad4e;
}
.callout-warning h4 {
    color: #f0ad4e;
}
.callout-info {
    border-left-color: #5bc0de;
}
.callout-info h4 {
    color: #5bc0de;
}
.code-wrapper {
    background:#fafafa;
    border:1px solid #ccc;
    border-radius:4px;
    padding:10px;
    overflow-x:scroll;
}
code {
    background:none;
    border-radius:0;
    font-size:13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a, a:visited, a:active {
    text-decoration:underline
}

nav a, nav a:visited, nav a:active {
    text-decoration:none
}

.popover {
    max-width:600px;
}




@media (max-width: 991px) {
    .m-mobile-xs {
    margin:5px !important;
}
.m-mobile-sm {
    margin:15px !important;
}
.m-mobile-md {
    margin:30px !important;
}
.m-mobile-lg {
    margin:45px !important;
}

.mt-mobile-xs {
    margin-top:5px !important;
}
.mt-mobile-sm {
    margin-top:15px !important;
}
.mt-mobile-md {
    margin-top:30px !important;
}
.mt-mobile-lg {
    margin-top:45px !important;
}

.mb-mobile-xs {
    margin-bottom:5px !important;
}
.mb-mobile-sm {
    margin-bottom:15px !important;
}
.mb-mobile-md {
    margin-bottom:30px !important;
}
.mb-mobile-lg {
    margin-bottom:45px !important;
}

.ml-mobile-xs {
    margin-left:5px !important;
}
.ml-mobile-sm {
    margin-left:15px !important;
}
.ml-mobile-md {
    margin-left:30px !important;
}
.ml-mobile-lg {
    margin-left:45px !important;
}

.mr-mobile-xs {
    margin-right:5px !important;
}
.mr-mobile-sm {
    margin-right:15px !important;
}
.mr-mobile-md {
    margin-right:30px !important;
}
.mr-mobile-lg {
    margin-right:45px !important;
}




.p-mobile-xs {
    padding:5px !important;
}
.p-mobile-sm {
    padding:15px !important;
}
.p-mobile-md {
    padding:30px !important;
}
.p-mobile-lg {
    padding:45px !important;
}

.pt-mobile-xs {
    padding-top:5px !important;
}
.pt-mobile-sm {
    padding-top:15px !important;
}
.pt-mobile-md {
    padding-top:30px !important;
}
.pt-mobile-lg {
    padding-top:45px !important;
}

.pb-mobile-xs {
    padding-bottom:5px !important;
}
.pb-mobile-sm {
    padding-bottom:15px !important;
}
.pb-mobile-md {
    padding-bottom:30px !important;
}
.pb-mobile-lg {
    padding-bottom:45px !important;
}

.pl-mobile-xs {
    padding-left:5px !important;
}
.pl-mobile-sm {
    padding-left:15px !important;
}
.pl-mobile-md {
    padding-left:30px !important;
}
.pl-mobile-lg {
    padding-left:45px !important;
}
}

@media (min-width: 992px) {
    .m-desktop-xs {
    margin:5px !important;
}
.m-desktop-sm {
    margin:15px !important;
}
.m-desktop-md {
    margin:30px !important;
}
.m-desktop-lg {
    margin:45px !important;
}

.mt-desktop-xs {
    margin-top:5px !important;
}
.mt-desktop-sm {
    margin-top:15px !important;
}
.mt-desktop-md {
    margin-top:30px !important;
}
.mt-desktop-lg {
    margin-top:45px !important;
}

.mb-desktop-xs {
    margin-bottom:5px !important;
}
.mb-desktop-sm {
    margin-bottom:15px !important;
}
.mb-desktop-md {
    margin-bottom:30px !important;
}
.mb-desktop-lg {
    margin-bottom:45px !important;
}

.ml-desktop-xs {
    margin-left:5px !important;
}
.ml-desktop-sm {
    margin-left:15px !important;
}
.ml-desktop-md {
    margin-left:30px !important;
}
.ml-desktop-lg {
    margin-left:45px !important;
}

.mr-desktop-xs {
    margin-right:5px !important;
}
.mr-desktop-sm {
    margin-right:15px !important;
}
.mr-desktop-md {
    margin-right:30px !important;
}
.mr-desktop-lg {
    margin-right:45px !important;
}




.p-desktop-xs {
    padding:5px !important;
}
.p-desktop-sm {
    padding:15px !important;
}
.p-desktop-md {
    padding:30px !important;
}
.p-desktop-lg {
    padding:45px !important;
}

.pt-desktop-xs {
    padding-top:5px !important;
}
.pt-desktop-sm {
    padding-top:15px !important;
}
.pt-desktop-md {
    padding-top:30px !important;
}
.pt-desktop-lg {
    padding-top:45px !important;
}

.pb-desktop-xs {
    padding-bottom:5px !important;
}
.pb-desktop-sm {
    padding-bottom:15px !important;
}
.pb-desktop-md {
    padding-bottom:30px !important;
}
.pb-desktop-lg {
    padding-bottom:45px !important;
}

.pl-desktop-xs {
    padding-left:5px !important;
}
.pl-desktop-sm {
    padding-left:15px !important;
}
.pl-desktop-md {
    padding-left:30px !important;
}
.pl-desktop-lg {
    padding-left:45px !important;
}
}

.panel {
    box-shadow: 0 2px 0 rgba(0,0,0,0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 24px;
}
.panel .panel-heading, .panel>:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bg-primary, .bg-primary a {
    color: #fff;
}
.bg-primary {
    background-color: #5fa2dd;
}
.bg-success, .bg-success a {
    color: #fff;
}
.bg-success {
    background-color: #91c957;
}
.bg-orange {
    background-color: #c9821c;
}
.bg-danger {
    background-color: #c92f30;
}
.bg-light-red {
    background-color: #f2dede !important;
}

.widget .widget-header {
    padding: 15px 15px 30px 15px;
    min-height: 20px;
    position: relative;
    overflow: hidden;

    border-radius: 5px 5px 0 0;
}
.panel .panel-footer, .panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.widget-body {
    padding: 50px 15px 15px;
    position: relative;
}
.panel-body {
    padding: 0;
}
.panel-body .panel-body-inner {
    padding: 25px 20px;
}
.pad-all {
    padding: 15px;
}

.panel-heading[data-toggle="collapse"]{
    cursor: pointer;
}

.togle-more-info {
    margin-top: 5px;
}
.togle-more-info > a {
    color: #666;
    text-decoration: none;
}
.toggleable-area {
    position: absolute;
    top: 96%;
    width: 100%;
    height: auto;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 3;
    border-radius: 0 0 10px 10px;
}
.widget-img {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 20px;
    top: -32px;
}
.widget-name {
    padding-left: 80px;
    margin-top: -77px;
    height: 70px;
    text-align: left;
}
.widget-name h4 {
    margin: 0 0 16px;
    color: #fff;
    position: relative;
    top: -3px;
}
.img-md {
    width: 64px;
    height: 64px;
}
.widget-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.img-border-light {
    box-shadow: 0 0 0 4px #fff;
}
.img-border {
    box-shadow: 0 0 0 4px rgba(0,0,0,0.1);
}
.mar-no {
    margin: 0 !important;
}
.text-muted, a.text-muted:hover, a.text-muted:focus, a.text-muted:focus {
    color: #606060;
}
.mar-btm {
    margin-bottom: 15px;
}
.pad-btm {
    padding-bottom: 15px;
}
.pad-top {
    padding-top: 8px;
}
.small, small {
    font-size: 65%;
}
.text-lg {
    font-size: 75%;
}

.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    text-indent: -999999px;
    width: 27px;
}

.badgebox:focus + .badge
{
    box-shadow: inset 0px 0px 5px;
}

.badgebox:checked + .badge
{
    text-indent: 0;
}

.manual-inquiry-content iframe {
    height: calc( 100vh - 204px);
}
.manual-inquiry-head select.form-control {
    display: inline;
    width: auto;
}

.manual-inquiry .landing-success-close-link {
    display: none;
}
ul.inquiry-area-tabs li a {
    text-decoration: none;
}

.modal-backdrop {
    background-color: #fff;
}

body .nav-tabs>li>a {
    border-radius: 0;
    text-decoration: none;
}
.multi-column {
    padding: 5px;
}
.multi-column.dropdown-menu {
    min-width: 200px;
}
.multi-column.dropdown-menu.columns-2 {
    min-width: 400px;
}
.multi-column.dropdown-menu.columns-3 {
    min-width: 600px;
}
.multi-column.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 400;
}
.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
}

.multi-column-dropdown li.glas-vordaecher a {
    background-color: rgba(232, 94, 9, 1);
    color: #eee;
}
.multi-column-dropdown li.glas-vordaecher {
    border-bottom: 1px solid rgba(232, 94, 9, 0.5);
}
.multi-column-dropdown li.glas-vordaecher a:hover {
    background-color: rgba(232, 94, 9, 0.9);
}

.multi-column-dropdown li.glas-duschen a {
    background-color: rgba(34, 155, 226, 1);
    color: #eee;
}
.multi-column-dropdown li.glas-duschen {
    border-bottom: 1px solid rgba(34, 155, 226, 0.5);
}
.multi-column-dropdown li.glas-duschen a:hover {
    background-color: rgba(34, 155, 226, 0.9);
}

.multi-column-dropdown li.glas-zimmertuer a {
    background-color: rgba(200, 49, 216, 1);
    color: #eee;
}
.multi-column-dropdown li.glas-zimmertuer {
    border-bottom: 1px solid rgba(200, 49, 216, 0.5);
}
.multi-column-dropdown li.glas-zimmertuer a:hover {
    background-color: rgba(200, 49, 216, 0.9);
}

.multi-column-dropdown li.glas-schiebetueren a {
    background-color: rgba(209, 54, 148, 1);
    color: #eee;
}
.multi-column-dropdown li.glas-schiebetueren {
    border-bottom: 1px solid rgba(209, 54, 148, 0.5);
}
.multi-column-dropdown li.glas-schiebetueren a:hover {
    background-color: rgba(209, 54, 148, 0.9);
}

.multi-column-dropdown li.glas-trennwand a {
    background-color: rgba(163, 129, 107, 1);
    color: #eee;
}
.multi-column-dropdown li.glas-trennwand {
    border-bottom: 1px solid rgba(163, 129, 107, 0.5);
}
.multi-column-dropdown li.glas-trennwand a:hover {
    background-color: rgba(163, 129, 107, 0.9)
}

.multi-column-dropdown li.glas-gelaender a {
    background-color: rgba(62, 193, 173, 1);
    color: #333;
}
.multi-column-dropdown li.glas-gelaender {
    border-bottom: 1px solid rgba(62, 193, 167, 0.5);
}
.multi-column-dropdown li.glas-gelaender a:hover {
    background-color: rgba(62, 193, 167, 0.9)
}

.multi-column-dropdown li.glas-kueche a {
    background-color: rgba(196, 17, 62, 1);
    color: #eee;
}
.multi-column-dropdown li.glas-kueche {
    border-bottom: 1px solid rgba(196, 17, 62, 0.5);
}
.multi-column-dropdown li.glas-kueche a:hover {
    background-color: rgba(196, 17, 62, 0.9);
}

.multi-column-dropdown li.windschutz-sichtschutz a,
.multi-column-dropdown li.sonstiges a {
    background-color: rgba(149, 178, 48, 1);
    color: #333;
}
.multi-column-dropdown li.windschutz-sichtschutz a:hover,
.multi-column-dropdown li.sonstiges a:hover {
    background-color: rgba(149, 178, 48, 0.9);
}

.multi-column-dropdown li.windschutz-sichtschutz,
.multi-column-dropdown li.sonstiges
{
    border-bottom: 1px solid rgba(149, 178, 48, 0.5);
}

.multi-column-dropdown li.sonstige-links a {
    background-color: rgba(64, 62, 199, 1);
    color: #eee;
}
.multi-column-dropdown li.sonstige-links {
    border-bottom: 1px solid rgba(64, 62, 199, 0.5);
}
.multi-column-dropdown li.sonstige-links a:hover {
    background-color: rgba(64, 62, 199, 0.9);
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

.badge.badge-primary {
    background-color: #337ab7 !important;
    color:#fff !important;   
}

.text-center{
	text-align: center;
}
.border-etg{
	border: 3px solid #ccc;
    height: 780px;
    position: absolute;
    top: -60px;
    width: 300%;
    left: -90%;
    display: none;
}

table.dataTable thead .sorting:after{
	z-index: 2;
}

.info-msg{
	min-height: 12px;
    display: inline-block;
    width: 100%;
    font-size: 0.8rem;
    padding-top: 2px;
}

.info-msg.error{
	color: red;
}
.visibility-hidden{
	visibility: hidden;
}
.visibility-visible{
	visibility: visible;
}

.server-status-info{
    color: #777;
    font-size: 1rem;
}
.server-status{
    padding: 3px 10px;
    background-color: #93C54B;
    border-radius: 12px;
    color: white;
    margin: 15px 20px 15px 0;
    display: inline-block;
    
}
.server-status.gap{
	margin-left: 1rem;	
}
.bg-wert {
    background-color: #4bafc5;
    float: right;
}

.server-status.error{
    animation: shadow-pulse-error 1s infinite;
    background-color: rgba(217, 83, 79, 1);
}

.server-status.warning{
    animation: shadow-pulse-warning 1s infinite;
    background-color: rgba(255, 204, 63, 1);
}

.server-status.success{
    animation: shadow-pulse-success 1s infinite;
    background-color: rgba(147, 197, 75, 1);
}

@keyframes shadow-pulse-success
{
  0% {
    box-shadow: 0 0 0 0px rgba(147, 197, 75, 0.4);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(147, 197, 75, 0);
  }
}
@keyframes shadow-pulse-warning
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 204, 63, 0.4);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 204, 63, 0);
  }
}
@keyframes shadow-pulse-error
{
  0% {
    box-shadow: 0 0 0 0px rgba(217, 83, 79, 0.4);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(217, 83, 79, 0);
  }
}
.action-board-process {
    margin: 0.5rem;
    min-height: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.action-board-process .action-board-process-header {
    padding-top: 20px;
    font-size: 1.25rem;
}

.action-board-process .action-board-process-body .action-board-process-card
    {
    margin: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom: 5px solid transparent;
}
