
@media (max-width: 1450px) {
    footer {
        height: 130px !important;
    }
}

@media (max-width: 1024px) {
    footer {
        height: 120px !important;
    }
}


body {
    position: initial !important;
    top: initial !important;
    overflow: initial !important;
    background-color: rgb(250, 250, 250);
    height: auto;
}

html {
    overflow: initial !important;
}


.nav .brand {
    background: url(/images/logo.png) no-repeat;
    height: 35px;
    margin-top: -8px;
    display: inline;
    width: 100px;
    font-size: 20px;
    color: #727272;
}

.navbar .divider-vertical {
    height: 41px;
    background-color: #ffffff;
    border-right: 1px solid #c6c6c6;
}

.tab-content {
    /*fix for select boxes in tabs*/
    overflow: visible;
}

.carousel {
    height: 300px;
    width: 300px;
    position: absolute;
}

.carousel-indicators .active {
    background-color: #424242;
}

.carousel-indicators li {
    background-color: #ccc;
}

.navbar .nav>li>a {
    padding: 10px 10px 11px;
    font-size: 14px;
    color: #666666;
}

.nav-tabs {
    border-bottom: 1px solid;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    border: 1px solid;
}

.sidebar .nav-stacked>li {
    background: #E8EDFF;
}

.nav-stacked {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.sidebar .nav-tabs.nav-stacked>li>a:hover,
.sidebar .nav-tabs.nav-stacked>li>a:focus {
    background: #b9c9fe;
}

.nav-tabs .dropdown-menu {
    margin-left: 200px;
    margin-top: -38px;
}

.sidebar {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: #99afff !important;
    position: fixed;
    left: 10px;
    top: 10px;
    height: 100%;
    width: 215px;
    z-index: 10;
    display: none;
}

#nav-mini-side-off {
    margin-top: 61px;
    left: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    position: fixed;
    cursor: pointer;
    text-align: center;
    z-index: 2;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover,
.nav>li.dropdown.open.active>a:focus {
    background: #E8EDFF;
}

.container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

input[required],
md-select[required],
textarea[required] {
    background-color: #cddae4!important; /* alt */
    /* color: #ffffff; */
}

 input.pflichtfeldnew,
 md-select.pflichtfeldnew,
 textarea.pflichtfeldnew{
     background-color: #cddae4!important; /* alt */
 }

 md-autocomplete.pflichtfeldnew input {
    background-color: #cddae4!important; /* alt */
}

/* Hide up and down arrows for numeric input */
/* Remove the default styling of the spin buttons in WebKit browsers */
.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove the styling for the spin buttons in Firefox */
.no-spinner {
  -moz-appearance:textfield;
}


input.pflichtfeld,
select.pflichtfeld,
input.pflichtfeldtext,
select.pflichtfeldtext {
    background-color: #49afcd;
    color: #ffffff;
}

input.pflichtfeld[readonly],
select.pflichtfeld[readonly],
input.pflichtfeld[disabled],
select.pflichtfeld[disabled],
input.pflichtfeldtext[readonly],
select.pflichtfeldtext[readonly],
input.pflichtfeldtext[disabled],
select.pflichtfeldtext[disabled] {
    background-color: #6a9faf;
    color: #ffffff;
}


/*Custom bootstrap*/
a {
    text-decoration: none;
    color: #4486c7;
}

hr {
    margin: 10px 0;
    border: 0;
    border-bottom: 1px solid #4486c7;
}


#search {
    float: right;
    width: 280px;
    height: 60px;
    padding: 20px 0 0 0;
    background: #e2e2e2;
    border-bottom: 4px solid #ffffff;
}

#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 20px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-submit {
    width: 50px;
    height: 22px;
    border: none;
    background: #b9b9b9;
    color: #000000;
}

.title {
    height: 38px;
    border-bottom: 0px;
    margin-bottom: 10px;
    padding: 12px 0 0 0;
    letter-spacing: -0.5px;
    color: #000000;
}

#title {
    margin-left: 30px;
    height: auto;
}

.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}

.text-large {
    font-size: 17px;
}

/*gray color*/


.text-left {
    text-align: left !important;
}

.error {
    color: #bd362f;
}


div.inner {
    border: 1px solid #bcbcbc;
    padding: 8px 10px 9px 9px;
    overflow: hidden;
    /*width: 100%;*/
    /*display:inline-block;*/
}


/* Resize the Images proportionally */

.properResize150 {
    height: 100% !important;
    width: 100% !important;
    max-width: 150px !important;
    max-height: 150px !important;
    cursor: pointer !important;
}


div.crossarticleimage {
    float: left;
    margin: 20px 20px 20px 0;
}

div.crossarticle {
    float: right;
    margin: 20px 20px 20px 0;
}

div.langtext {
    float: left;
    margin: 20px 20px 20px 20px;
    padding: 10px 10px 10px 10px;
    background-color: #E8EDFF;
}

.price {
    font-size: 1.5em;
    font-weight: bold;
    padding: 3px 0;
}

.standard {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    border-color: transparent !important;
    /*padding:10px 10px 10px 10px;*/
    position: relative;
    background-color: #E8EDFF;
    border: 1px solid;
    padding-top: 10px;
}


/* rounded div */
.left {
    text-align: left;
}

img {
    vertical-align: middle;
    border: 0;
}

img.icon {
    width: 16px;
    height: 16px;
    max-width: 16px;
}

img.small {
    max-width: 50px;
    max-height: 50px;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

img.middle {
    width: 150px;
    height: 150px;
    max-width: 150px;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

img.large {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.articlelink {
    font-size: 16px;
    font-weight: bold;
}

.clear {
    clear: both;
}

.username,
.password {
    display: block;
    float: left;
    text-align: left;
}

input.username,
input.password {
    width: 60%;
}

button.login {
    margin-right: 5%;
}

label.right {
    width: 170px;
    text-align: right;
    margin-right: 15px;
    display: inline-block;
}

p,
pre {
    margin: 1em 0;
}

br {
    clear: left;
}

.radio {
    padding-left: 0px!important;
}

#year {
    width: 35px;
}

#showtr {
    display: none;
}

tr.hidden td,
tr.hidden th {
    display: none
}

#footer {
    height: 90px;
    background: #ececec;
    border-top: 1px solid #dedede;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 3;
    /*font-family : Arial, Helvetica, sans-serif;*/
}

#footer p {
    margin: 0;
    padding-top: 20px;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #a0a0a0;
}

#footer a {
    color: #8a8a8a;
}


/* Mouse Pointer*/
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: auto;
}

.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url('/images/loader.gif') 50% 50% no-repeat;
}

body.loading .loader {
    display: block;
}

.modal-body {
    max-height: 500px;
}

.modal-body-large {
    max-height: 550px;
}

.modal-body-button {
    padding-top: 10px;
}


a[disabled="disabled"] {
    pointer-events: none;
    cursor: default !important;
}

#trial-color {
    background-color: #ff9999 !important;
}

.msfeier {
    border-style: solid !important;
    border-color: #00cc00 !important;
    border-width: thin !important;
    background-color: #ccffcc !important;
}

a[disabled=""] {
    pointer-events: none;
    cursor: default;
}

.blinklicht {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.pointerCursor:hover {
    cursor: pointer;
}

#login_form {
    background-color: #E8EDFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid;
    border-radius: 4px;
    border-color: #99afff !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
}

.hr {
    margin-right: 20px;
}

.bootstrap-select.btn-group .dropdown-menu li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    height: 20px !important;
}

.bootstrap-select.btn-group .dropdown-menu li>a:hover,
.bootstrap-select.btn-group .dropdown-menu li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

div:has(> #fav_button_ul) {
    right: 0;
    left: unset!important;
}

.mdl-navigation .mdl-menu__container .mdl-menu__outline {
    background: #CFD8DC;
}

.mdl-menu__item--full-bleed-divider {
    border-color: rgb(33, 150, 243);
}

input[type="password"] {
    box-shadow: none;
}

.rounded-foot-left em li {
    display: inline;
    padding: 5px;
    margin: 2px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    color: black;
    background-color: rgb(250, 250, 250);
    border-color: rgb(225, 225, 225);
}

.btn {
    border-radius: 2px !important;
    border-color: transparent !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    text-shadow: none !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important;
}

input[type="text"],
input[type="number"],
textarea,
.add-on,
.well {
    border-radius: 2px !important;
    box-shadow: none;
}


/*Datetimepicker Material Colour*/

.dtp table.dtp-picker-days tr>td>a.selected,
.dtp table.dtp-picker-days tr>td>a.selected.hilite,
.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp .dtp-hand.on,
.dtp .dtp-actual-meridien a.selected,
.dtp .dtp-picker-time>a.dtp-select-hour.selected {
    background: #2196F3 !important;
}

.dtp table.dtp-picker-days tr>td>a.hilite:not(.selected),
.dtp div.dtp-actual-time.p60 span.selected {
    color: #2196F3 !important;
}

.dtp div.dtp-year-btn,
.dtp div.dtp-actual-year,
.dtp div.dtp-actual-maxtime {
    color: #d0f0f0 !important;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
    background: #1976D2 !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/* Macht den Browsereigenen Scrollbar wieder über
der Navigationsleiste sichtbar. */

.mdl-layout {
    overflow: initial !important;
}

.ui-grid-menu-button {
    height: 29px !important;
}

.ui-grid-pager-control-input {
    height: 14px !important;
}

.ui-grid-pager-max-pages-number {
    vertical-align: baseline !important;
}

.weniger {
    max-height: 200px;
    width: 210px;
    overflow: auto;
}

.weniger-small {
    max-height: 200px;
    width: 120px;
    overflow: auto;
}


/* CSS-Class for the Back-To-Top button */

.btnBackToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}



/* Custom Checkbox fuer Pflichtboxen */

.control {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    padding-top: 0px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.sign-box {
    border: 1px solid black;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

div.dropdown-menu.open {
    max-height: 400px !important;
    overflow: hidden;
}

.label-disabled {
    color: gray;
}

.fileCard {
    padding: 5px;
    margin: 5px;
    min-width: 180px!important;
    min-height: 50px!important;
    box-shadow: 5px 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.fileCard:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.custom-md-select-search {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    width: 97%;
    line-height: 40px;
    min-height: 40px;
    border-bottom: 1px solid #CECECE;
    padding-left: 10px;
    padding-top: 0px;
    color: #B0B0B0;
    z-index:1000;
    position: sticky;
    top: 0px;
}

.custom-md-select-search:focus {
    color: #101010;
}

#toaster {
    position: fixed;
    top: 56px;
    height: 48px;
    z-index: 9999999 !important;
}

#toasterneu {
    position: fixed;
    top: 56px;
    height: 48px;
    z-index: 9999999 !important;
    width:100% !important;
}

md-toast {
    max-width: 100%;
}

md-toast .md-toast-content {
    max-width: 100%;
    text-align: center;
}

.toaster-small {
    max-width: 940px !important;
    margin: auto;
}

@media (max-width: 955px) {
    #toaster {
        width: 100vw;
        margin: auto;
    }
}

@media (min-width: 955px) {
    #toaster {
        width: 955px !important;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    #toaster {
        width: 1200px !important;
        margin: auto;
    }
}

@media (min-width: 1440px) {
    #toaster {
        width: 1440px !important;
        margin: auto;
    }
}

.mdl-badge[data-badge]:after {
    background: rgb(33, 150, 243)!important;
    color: white;
}

md-tab-item,
md-tabs-canvas {
    color: white!important;
    background-color: #A9A9A9!important
}

md-tab-item.md-active {
    background-color: rgb(33, 150, 243)!important;
    color: white!important
}

.clear-margin-top {
    margin-top: 0!important;
}

.clear-padding-top {
    padding-top: 0!important;
}

.mdl-layout__container {
    overflow-y: auto;
}


/* NEUER FOOTER */

footer {
    height: 75px!important;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #424242;
    color: white;
    text-align: center;
}

.footerbox {
    margin: auto;
    padding: 10px;
    width: 18%;
    max-height: 50px!important;
    float: left;
    text-align: center;
}

footer p {
    margin: -5px;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 20px; */
    color: #9e9e9e;
    text-align: center;
}

@media (max-width: 1020px) {
    .footerbox {
        margin: auto;
        padding: 10px;
        width: 20%;
        max-height: 50px!important;
        float: left;
        text-align: center;
    }
    .footerboxdisable {
        display: none!important;
    }
}

@media (max-width: 700px) {
    .footerboxdisable2 {
        display: none!important;
    }
    footer {
        height: 40px!important
    }
}

@media (max-width: 420px) {
    .footerboxdisable3 {
        display: none!important;
    }
    .footerbox {
        margin: auto;
        padding: 10px;
        width: 25%;
        max-height: 50px!important;
        float: left;
        text-align: center;
    }
    footer {
        height: 40px!important
    }
}


.cursor-pointer {
    cursor: pointer;
}

.error-rights {
	background-color: Red;
	color: white;
	padding: 5px 0px 5px 5px;
	width: 99%;
	display: block;
    font-weight: bold;
    margin-top:15px
}

.mdcard-info-rr {
	background-color: rgb(0, 230, 118);

	color: black;
	padding: 5px 0px 5px 5px;
	width: 99%;
	display: block;
    font-weight: bold;
    margin-top:15px
}

.error-rights-flex {
    background-color: Red;
    color: white;
    padding: 5px 0px 5px 5px;
    width: 99%;
    font-weight: bold;
}


.error-rights svg, .error-rights-flex svg {
    animation: blinker 1.5s linear infinite;
    margin-right:10px;
}

@media (max-width: 955px) {
    #large-custom-wrapper {
        width: 100vw !important;
    }
    #infotext {
        display: none;
    }
}
@media (min-width: 955px) {
    #large-custom-wrapper {
        width: 955px !important;
        margin-left: -15px !important;
    }
    #infotext {
        display: none;
    }
}
@media (min-width: 1200px) {
    #large-custom-wrapper {
        width: 1200px !important;
        margin-left: -130px !important;
    }
    #infotext {
        display: block;
    }
    #infobutton {
        display: none;
    }
}
@media (min-width: 1440px) {
    #large-custom-wrapper {
        width: 1440px !important;
        margin-left: -250px !important;
    }
}

.miniButton {
    width: 24px;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    min-height: 24px;
    font-size: 12px;
    margin: 0;
}

.middleButton {
    width: 36px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 12px;
    margin: 0;
}

.uppercasefeld {
    text-transform:uppercase;
}

.radio-custom {
    display: inline-block;
    margin-right: 30px;
}

.clickable_tr{
    padding: 10 !important;  
}
.clickable_tr:hover{
    background-color:lightgray!important;
    cursor: pointer;
}

/* Hide up and down arrows for numeric input */
/* Remove the default styling of the spin buttons in WebKit browsers */
.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Remove the styling for the spin buttons in Firefox */
.no-spinner {
    -moz-appearance:textfield;
}

.no-bottom-margin-recursive *{
    margin-bottom: 0px;
}

.loadingViewBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}
.loadingView {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    z-index: 999;
    background-color: transparent;
}

.loadingViewText {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-right: 120px;
}

md-select[disabled]:hover {
    cursor: not-allowed!important;
}

.overviewTableContainer {
    max-height: 550px;
}

.tdbold {
    font-size: 12px!important;
    font-weight: 700;
}

.positionrow {
    background-color: #F3F3F3;
}

.chip-button {
    border: none;
    background: none;
    margin-top: 6px;
    cursor: pointer;
}

.leeren-button {
    margin-left: -18px;
    line-height: 25px;
    color: #777;
    cursor: pointer;
    z-index: 100;
}

.stickyHeader {
    position: fixed;
    width: -webkit-fill-available;
    width: -moz-available;
    margin-top: 10px;
    z-index: 2;
}

.stickyHeaderMargin {
    margin-top: 60px;
}

.dragOver {
    border: 4px dashed #ccc;
    background-color: #f9f9f9;
}