@charset "UTF-8";

div.component.material-list div.loader-wrapper {
    width: 100%;
    text-align: center;
}

div.component.material-list div.row div.card h4.card-title {
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
}

div.component.material-list div.row div.card div.row.info-row {
    margin-bottom: 10px;
}

div.component.material-list div.row div.card div.row.info-row div.image-col img {
    width: 80%;
    padding: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

div.component.material-order div.loader-wrapper {
    width: 100%;
    text-align: center;
}

div.component.material-order div.row div.el-card-item div.el-card-avatar img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 20px;
}

div.component.material-order-item div.card div.card-body div.row div img.material-image {
    width: 100%;
}

div.component.material-order-item div.card div.card-body div.controls {
    width: 100%;
    display: inline-flex;
    align-items: center;
}

div.component.material-order-item div.card div.card-body div.controls div.control-wrapper.input {
    padding: 0 10px;
    width: 100%;
}

div.component.material-order-item div.card div.card-body div.controls div.control-wrapper.input input {
    text-align: center;
    font-size: 20px;
}

div.component.material-order-item div.card div.card-body div.controls div.control-wrapper.button {
    text-align: center;
    display: flex;
    align-items: center;
}

div.component.material-order-item div.card div.card-body div.controls div.control-wrapper.button button {
    background: transparent;
    border: none;
}

div.component.material-order-item div.card div.card-body div.controls div.control-wrapper.button button:focus {
    outline: none;
}

div.component.material-order-item div.card div.card-body div.controls div.control-wrapper.button button > i {
    font-size: 45px;
    margin: 0 auto;
    cursor: pointer;
}

div.component.material-order-item div.card div.card-body div.controls div.control-wrapper.button button > i:active {
    transform: rotateZ(180deg);
    transition: transform 0.2s ease;
}

div.component.material-order-item div.card div.card-body div.controls div.control-wrapper.button button[disabled=disabled] > i:active {
    transform: none !important;
}

div.component.progress-list-item {
    transition: transform 0.3s ease;
    cursor: pointer;
}

div.component.progress-list-item:hover {
    transform: scale(1.06) rotate(1.5deg);
}

div.component.material-list {
    margin: 0 auto;
}

div.component.material-list .lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

div.component.material-list .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #000;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}

div.component.material-list .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

div.component.material-list .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

div.component.material-list .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.loginButton{
    background-color: #1CBAE9; border-color:  #1CBAE9;
}
.loginButton:hover{
    background: #15b1e0 !important;;
}


@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

@keyframes expose {
    from {
        background-color: lightgray;
    }

    to {
        background-color: white;
    }
}

@-webkit-keyframes expose {
    from {
        background-color: lightgray;
    }

    to {
        background-color: white;
    }
}

.expose {
    -webkit-animation-name: expose;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-name: expose;
    animation-duration: 1s;
}

/* Hide HTML5 Up and Down arrows. */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

table tbody tr.canceled {
    background-color: lightgray;
}

table.order-table tbody tr td.d {
    background-color: lightgray;
}

table.order-table tbody tr td.dl {
    background-color: #ededed;
}

table.order-table tfoot tr {
    border-top: 2.5px solid #dee2e6;
}

table.order-table tfoot tr th.right {
    text-align: right;
}

table.dataTable {
    width: 100% !important;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Ausw\E4hlen";
}

a.btn.btn-success:focus,
a.btn .btn-danger:focus,
a.btn .btn-warning:focus,
a.btn .btn-info:focus {
    color: white;
}

.btn.btn-info {
    background-color: #f28d28;
    border-color: #f28d28;
}

.btn.btn-info:active {
    background-color: #1CBADF !important;
    border-color: #1CBADF !important;
}

.btn.btn-info:hover {
    background-color: #1CBADF;
    border-color: #1CBADF;
}

.btn.btn-info:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0.2rem rgba(242, 141, 40, 0.29) !important;
}

div#main-wrapper.external {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div#main-wrapper.external div.auth-box {
    border-radius: 3px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
}

div#main-wrapper.external div.auth-box div#loginform div.row form div.form-group.text-center {
    margin-bottom: 0px;
}

nav.navbar div.navbar-header a.navbar-brand span.logo-text {
    width: 100%;
}

nav.navbar div.navbar-header a.navbar-brand span.logo-text img {
    height: 45px;
    width: auto !important;
}

nav.navbar .dropdown-item.active,
nav.navbar .dropdown-item:active {
    background: #1CBADF !important;
}

li.nav-item.event-logo-item {
    display: flex;
    align-items: center;
    padding: 10px;
}

li.nav-item.event-logo-item img {
    height: 35px;
}

li.sidebar-item a i.image-icon {
    width: 35px;
    height: 35px;
}

li.sidebar-item a i.image-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 5px;
}

aside.left-sidebar nav.sidebar-nav ul#sidebarnav {
    background-color: #000 !important;
}

aside.left-sidebar nav.sidebar-nav ul#sidebarnav li.sidebar-item {
    background-color: #000 !important;
}

aside.left-sidebar nav.sidebar-nav ul#sidebarnav li.sidebar-item a {
    opacity: 1 !important;
}

aside.left-sidebar nav.sidebar-nav ul#sidebarnav li.sidebar-item a:hover {
    background-color: #1CBADF !important;
}

aside.left-sidebar nav.sidebar-nav ul#sidebarnav li.sidebar-item a i {
    color: white;
}

aside.left-sidebar nav.sidebar-nav ul#sidebarnav li.sidebar-item a span {
    color: white;
}

aside.left-sidebar nav.sidebar-nav ul#sidebarnav li.sidebar-item ul li.sidebar-item.active a {
    background: #1CBADF !important;
}

aside.left-sidebar nav.sidebar-nav ul#sidebarnav li.sidebar-item.selected .sidebar-link {
    background: #1CBADF;
}

i.icon-action:hover {
    cursor: pointer;
    font-weight: bold;
}

div.alert.alert-info {
    background-color: #ffc36d;
    border-color: #000;
    color: #000;
}

div.alert.alert-info .text-info {
    color: #000 !important;
}

div.alert.alert-info a {
    color: #000 !important;
}

div.alert.alert-info a:hover {
    text-decoration: underline !important;
}

div.article-preview table.article-preview_table {
    width: 100%;
    table-layout: fixed;
}

div.article-preview table.article-preview_table tbody tr {
    height: auto;
}

div.article-preview table.article-preview_table tbody tr td {
    height: 100%;
    max-height: 100%;
}

div.article-preview table.article-preview_table tbody tr td.item {
    height: 150px;
}

div.article-preview table.article-preview_table tbody tr td div.content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid white;
}

div.article-preview table.article-preview_table tbody tr td div.content-wrapper label {
    width: 100%;
    position: absolute;
    padding: 8px 15px;
    font-size: 16px;
    margin-bottom: 0 !important;
}

div.article-preview table.article-preview_table tbody tr td div.content-wrapper label.title {
    top: 0;
    word-break: break-all;
}

div.article-preview table.article-preview_table tbody tr td div.content-wrapper label.price {
    bottom: 0;
    text-align: right;
}

table.import-table {
    width: 100% !important;
}

table.import-table thead tr th.config-col {
    min-width: 180px;
}

table.import-table thead tr th.control-col {
    width: 60px;
}

table.import-table tbody tr td.control-col {
    text-align: center;
}

table.import-table tbody tr td.control-col i:hover {
    transform: scale(1.2);
    color: red;
}

body {
    font-family: "Estandar W05 Light";
    background-color: #e3e4e6;
}

body .alert {
    font-size: 1rem;
}

body *.pointer {
    cursor: pointer;
}

body .page-wrapper > .page-content {
    padding: 30px;
    min-height: calc(100vh - 163px);
}

body table .center {
    text-align: center;
}

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

body table td a i {
    font-size: 1.1rem;
}

body div#main-wrapper img.title-event-logo {
    max-height: 80px;
    width: auto;
}

body div#main-wrapper b.logo-icon {
    max-width: 44px;
}

@media screen and (max-width: 767px) {
    body div#main-wrapper b.logo-icon {
        display: none;
    }
}

body div#main-wrapper[data-sidebartype=full] b.logo-icon {
    display: none;
}

body div#main-wrapper header nav.navbar div.navbar-header {
    background-color: #000 !important;
}

body div#main-wrapper header nav.navbar div.navbar-header a.navbar-brand {
    text-align: center;
}

body div#main-wrapper header nav.navbar div.navbar-header a.navbar-brand b {
    margin: 0 auto;
}

body div#main-wrapper header nav.navbar div.navbar-header a.navbar-brand b img.light-logo {
    width: 100%;
}

body div#main-wrapper header nav.navbar div.navbar-header a.navbar-brand span.logo-text {
    text-align: center;
}

body div#main-wrapper header nav.navbar div.navbar-header a.navbar-brand span.logo-text img {
    width: 85%;
}

body div#main-wrapper header nav.navbar div.navbar-header.expand-logo b img {
    display: none;
}

body div#main-wrapper aside {
    background-color: #000 !important;
}

body div#main-wrapper aside div.scroll-sidebar nav.sidebar-nav ul#sidebarnav {
    background: #000;
}

body div#main-wrapper aside div.scroll-sidebar nav.sidebar-nav ul#sidebarnav li.sidebar-item {
    background: #000;
}

body div#main-wrapper aside div.scroll-sidebar nav.sidebar-nav ul#sidebarnav li.sidebar-item ul {
    background: #000;
}

body div.card div.sub-nav a {
    padding: 15px 20px;
    box-shadow: none;
    border: none;
}

body div.card div.sub-nav a:hover {
    background-color: #ef7f10bb;
}

body div.card div.sub-nav a:hover div span,
body div.card div.sub-nav a:hover div i {
    color: black;
}

body div.card div.sub-nav a.active {
    background-color: #1CBADF;
    color: white;
}

body div.card div.sub-nav a.active div span,
body div.card div.sub-nav a.active div i {
    color: white;
}

body table tbody tr td.material-image > img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: white;
    box-shadow: 0px 0px 4px 0px lightgray;
}

body .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #1CBADF;
    border-color: #1CBADF;
}

body .pagination .page-link {
    color: #1CBADFcd Ph ;
}

