::selection {
  color: #fff;
  background: #248641;
}

.skip-link {
    display:none;
}

* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

body {
    /*background-color: #444444;*/
    padding: 0;
    margin: 0;
}

body.start {
    background-size: cover;
    --blend-top: soft-light;
    --blend-bottom: multiply;
    background: radial-gradient(circle, transparent 40%, black 75%), linear-gradient(to right, grey, grey), url(/template/huegli-produktion.jpg);
    background-position: center center;
    background-blend-mode: var(--blend-top, normal), var(--blend-bottom, saturation), normal;
    background-size: cover;
}

#testflag {
    background: red;
    color: white;
    text-align: center;
    position: absolute;
    left: -30px;
    top: 40px;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 300px;
    transform: rotateZ(-15deg);
    animation: shake 2s;
}
@keyframes shake {
  0% {
    top: 40px;
  }
  
  25% {
    top: 35px;
  }

  50% {
    top: 40px;
  }

  75% {
    top: 35px;
  }

  100% {
    top: 40px;
  }
}

/*LOGIN*/

.login {
    width: 400px;
    max-width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}

.login h1 {
    text-align: center;
    color: #444444;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #248641;
    color: #ffffff;
}

.login form input[type="password"],
.login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
    outline: none;
    color: #444444;
}

.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #248641;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    outline: none;
}

.login form input[type="submit"]:hover {
    background-color: #248641;
    transition: background-color 0.2s;
}



/*NAV*/

.navtop {
    background-color: #248641;
    height: 80px;
    width: 100%;
    border: 0;
}

.navtop div#navwrapper, .supervisor-bar.navtop div {
    display: flex;
    margin: 0 auto;
    width: 1000px;
    height: 100%;
    max-width: 95%;
}
div#navright {
    display: flex;
}
.navtop.supervisor-bar {
    background: #6c757d;
    height: 40px;
}

.supervisor-bar.navtop a {
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.supervisor-bar.navtop div {
    justify-content: flex-end;
}

.navtop div h1,
.navtop div a {
    display: inline-flex;
    align-items: center;
}

.navtop div h1 {
    flex: 1;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
}

.navtop div a {
    padding: 0 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.3s;
}

.navtop div a i {
    padding: 2px 8px 0 0;
}

.navtop div a:hover {
    color: #d6d6d6;
}

.navtop .divider {
    display: inline-flex;
    align-items: center;
    width: auto;
    color: #fff;
    font-size: 30px;
    margin: 0;
    margin-top: -3px;
    cursor: default;
}

a.navbar-brand {
    margin-right: 0;
    padding-left: 0 !important;
}

.navtop select {
    height: 30px;
    margin-top: 16px;
    margin-right: 10px;
}
.navtop .selects {
    margin-left: 30px;
}

#queue i.fa-circle {
    color: #ff6e6e;
    position: absolute;
    top: 6px;
    right: -4px;
    font-size: 10px;
}



/*Content Template*/

a {
    color: #248641;
    font-weight: bold;
}
a:hover, a:focus {
    color: #e3000b;
    text-decoration: underline;
}

footer a, .downloadlist a, #datatable_paginate a {
    font-weight: normal;
}

body.loggedin {
    background-color: #f3f4f7;
}

.content {
    width: 1000px;
    margin: 0 auto;
    max-width: 95%;
}

.content h2 {
    margin: 0;
    padding: 25px 0;
    font-size: 35px;
    border-bottom: 1px solid #e0e0e3;
    color: #444444;
}

.content>p,
.content>div {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    padding: 25px;
    background-color: #fff;
}
footer>div {
    padding: 25px !important;
    width: 1000px;
    margin: 0 auto;
    max-width: 95%;
}
footer a {
    color: #fff;
}
footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: none;
}

.contact {
    padding: 20px 0;
}
.contact:hover {
    background-color: #575c60!important;
}

.content>p table td,
.content>div table td {
    padding: 5px;
}

.content>div table td a:not(.btn) {
    color: inherit;
}

.content > p table td:first-child, 
.content > div table td:first-child,
.content > p table td:last-child,
.content > div table td:last-child {
    font-weight: bold;
    color: #444444;
    padding-right: 15px;
    padding-left: 19px;
    vertical-align: middle;
}

.content>div p {
    padding: 5px 0;
    margin: 0 0 10px 0;
}

.buttonnew {
    float: right;
    margin-top: 27px;
}

.brandicon {
    border: 1px solid #e0e0e3;
}

.brandicon,
.labelicon {
    display: block;
    width: 150px;
    height: 150px;
    float: left;
    margin: 10px;
    margin-left: 0;
    margin-right: 20px;
    background-color: transparent;
    background-size: cover;
}

#liste .brandicon, #liste .labelicon {
    width: 90px;
    height: 90px;
    margin: 5px;
}


.close {
    color: #fff;
    text-shadow: none;
    padding: 10px;
    position: relative;
    top: -13px;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
}

a h3 i.fa {
    background: #248641;
    color: #fff;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    position: relative;
    top: -3px;
}
a:hover h3 i.fa {
    background: #e3000b;
}
/*Brands*/
.allbrands {
    background-image: url('/template/logos/allbrands.png');
}

.hgl_prem {
    background-image: url('/template/logos/H-PRE_150.png');
}

.hgl_select {
    background-image: url('/template/logos/H-SEL_150.png');
}

.hgl_menu {
    background-image: url('/template/logos/H-MEN_150.png');
}

.hgl_pure {
    background-image: url('/template/logos/H_PUR_150.png');
}

.hgl_org {
    background-image: url('/template/logos/H-ORG_150.png');
}

.vog {
    background-image: url('/template/logos/V-STD_150.png');
}

.vog_prem {
    background-image: url('/template/logos/V-PRE-150.png');
}

.st_best {
    background-image: url('/template/logos/StB_150.png');
}

.tutto {
    background-image: url('/template/logos/TG_150.png');
}

.bresc {
    background-image: url('/template/logos/BRS_150.png');
}

.cater {
    background-image: url('/template/logos/CST_150.png');
}


/*Labels*/
.alllabels {
    background-image: url('/template/logos/alllabels.png');
}

.bio {
    background-image: url('/template/logos/BIO_150.png');
}

.sysplus {
    background-image: url('/template/logos/SYP_150.png');
}

.curaplus {
    background-image: url('/template/logos/CUP_150.png');
}


/*Details Actionleiste*/
.actionbuttons {
    height: 50px;
}
.actionbuttons .backbutton, .actionbuttons .pdf-button {
    float: left;
}


.detailpics img {
    border: 1px solid #e0e0e3;
    transition: opacity 0.3s;
}
.detailpics a:hover img {
    opacity: 0.7;
}
.sl-image {
    background: #fff;
}
.sl-image img {
    border: 1px solid #e0e0e3 !important;
    padding: 0.25em !important;
}

/*FORMS*/
.form-control:focus {
    border-color: #248641;
    box-shadow: 0 0 0 0.2rem rgb(36, 134, 65, 0.2);
}

.custom-control-input {
    position: static;
}

.fix-step-align {
    position: relative;
    top: 8px;
}

input[type="file"].form-control {
    height: auto;
}

.fixed-btn {}

.date_input_cell input {
    max-width: 85px;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #daebdf;
}

.downloadlist a:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f016";
    margin-right: 1.25rem;
}
.downloadlist a.imgdownload:before {
    content: "\f1c5";
}
.downloadlist a.pdfdownload:before {
    content: "\f1c1";
}
.downloadlist a.directdownload:before {
    content: "\f019";
    position: absolute;
    right: 0;
}
.downloadlist a.deletedownload:before {
    content: "\f1f8";
    position: absolute;
    right: 0;
}
.downloadlist a.directdownload, .downloadlist a.deletedownload {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    line-height: 50px;
}

.downloadlist a.directdownload.foradmin {
    right: 30px;
}
.downloadlist a.deletedownload {
    color: #ababab;
    top: -1px;
}
.downloadlist a.deletedownload:hover {
    color: #747474;
}

.downloadlist div {
    position: relative;
}
a.list-group-item-action {
    border-top: 0;
}
.downloadlist div:first-child a.list-group-item-action {
    border-top: 1px solid rgba(0,0,0,.125);
}


/* dataTables */
#datatable_wrapper>div {
    margin: 1rem;
}

#datatable_filter input {
    margin-left: 1rem;
}

button.btn-outline-light {
    color: #ababab;
    border-color: #ababab;
}

button.btn-outline-light:hover {
    color: #6c757d;
    border-color: #6c757d;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}
td.tags {
    font-size: 10px;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #daebdf;
}
#datatable tbody tr {
    cursor: pointer;
    transition: background-color 0.3s;
}
#datatable tbody tr a:hover {
    text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0d813e;
    border: 1px solid #0d813e;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    background: #daebdf !important;
    border: 1px solid #dddddd !important;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
    border-bottom: 1px solid #6c757d;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ffe6e7;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #ffefef;
}

.typelabel {
    margin-right: 10px;
}

/*Quickfix für Protocolauswahl*/
.sn-checkbox-use-protocol {
	display: none;
}

.note-dropdown-menu li {
    padding: 10px;
}

.note-dropdown-menu li:nth-child(even) {
    background: #f1f1f1;
}

.note-dropdown-menu {
    overflow-y: auto;
    max-height: 98vh;
}
.note-dropdown-menu li a {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 900px) {
    div#navright {
        position: absolute;
        top: 75px;
        width: 95%;
        text-align: left;
    }
    nav.navtop {
        height: 126px;
    }
    a.navbar-brand {
        height: 80px;
    }
    .navtop div h1 {
        height: 80px;
    }
    .supervisor-bar.navtop div {
        justify-content: flex-start;
    }
}









/*Nützlicher Global Kram*/

.success {
    background-color: #248641 !important;
    color: #fff !important;
}

.warning {
    background-color: #deaf23 !important;
    color: #fff !important;
}

.error {
    background-color: #e3000b !important;
    color: #fff !important;
}


.btn-primary {
    background-color: #248641;
    border-color: #248641;
}
.btn-primary:disabled {
    background-color: #248641;
    border-color: #248641;
}
.btn-primary:not(:disabled):hover,
.btn-primary:not(:disabled).focus,
.btn-primary:not(:disabled):focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #1d6b34;
    border-color: #1d6b34;
}






/*
 * Keyframes
 */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
/*
 * CSS Page Transitions
/** Basic styles for an animated element */
.m-scene .scene_element {
    animation-duration: 0.25s;
    transition-timing-function: ease-in;
    animation-fill-mode: initial;
}

/** An element that fades in */
.m-scene .scene_element--fadein {
    animation-name: fadeIn;
}

/** An element that fades in and slides up */
.m-scene .scene_element--fadeinup {
    animation-name: fadeInUp;
}

/** An element that fades in and slides from the right */
.m-scene .scene_element--fadeinright {
    animation-name: fadeInRight;
}

.m-scene.is-exiting .scene_element {
    animation-direction: alternate-reverse;
}

.unterschiede {
    color: #888;
}

.unterschiede del {
    background-color: #dc3545;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}

.unterschiede ins {
    background-color: #248641;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}

.unterschiede ins p {
    background-color: #248641;
    color: #fff;
}

.legende {
    padding-top: 10px;
    margin-bottom: 0;
}

.legende del, .legende ins {
    font-size: 14px;
}

h2 ins, h2 del {
    font-size: 35px;
}
