html {

}

body {

}

a:hover, h2 a:hover {
    text-decoration: none !important;
}

.bold {
    font-weight: bold !important;
}

.pointer {
    cursor: pointer !important;
}

.red {
    color: #EA0000 !important;
}

.red-background {
    background-color: #EA0000 !important;
}

.cyan-background {
    background-color: #00FFFF !important;
}

.green-background {
    background-color: #28a745 !important;
}

.yellow-background {
    background-color: #FFFF00 !important;
}

.orange {
    color: #ff7b1f !important;
}

.green {
    color: #208c28 !important;
}

.blue {
    color: #0e06ef !important;
}

.white {
    color: #ffffff !important;
}

.black {
    color: #000000 !important;
}

.break-text {
    word-break: break-all;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.display-none {
    display: none !important;
}

.red-border {
    border: 2px solid red !important;
}

.output-message-list {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
    padding-left: 0;
}

.output-message-list li {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
    width: 80%;
}

.output-message-error {
    background-color: #FF9B66;
    color: #000000;
}

.output-message-notice {
    background-color: #727EFF;
    color: #000000;
}

.output-message-info {
    background-color: #6BFF4A;
    color: #000000;
}

.validation_error {
    border-color: red;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.table-hover {
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    width: 95%;
}

.table-article-sync-log {
    border: 6px solid blue;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.tr-line-hover tr:hover {
    background-color: #ffff99 !important;
}

.table-hover tr:hover td {
    background-color: #801014;
    color: #FFFFFF;
}
.table-hover tr:hover td a {
    color: #FFFFFF;
}

.padding-bot-5 {
    padding-bottom: 5px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bot-20 {
    margin-bottom: 20px !important;
}

.big-checkbox {
    margin-left: 12px !important;
    transform: scale(3) !important;
}

#copy_container {
    opacity: .01;
    height:0;
    position:absolute;
    z-index: -1;
}

.click_copy:hover {
    border: 1px solid red;
}

table  { border-collapse: collapse; width: 100%; }

.tableFixHead
{
    overflow: auto;
    height: 100px;
}

.tableFixHead thead th
{
    position: sticky; top: 0; z-index: 1;
}

.tableFixHead tbody th {
    position: sticky; left: 0;
}

.pre-style {
    display: block !important;
    font-size: 87.5% !important;
    color: #212529 !important;
}


/* Order backlog tracker */
.orderBacklogTrackerBody {
    background: #000;
}

.backlogTrackerContainer {
    margin: 0;
    padding: 20px;
}

.order-heading {
    font-size: 50px;
}

.order-heading .font-white {
    color: #fff;
}

.order-heading .font-green {
    color: green;
}

.order-heading .font-yellow {
    color: yellow;
}

.order-heading .font-red {
    color: red;
}

button[disabled]:hover, input[readonly]:hover,
textarea[readonly]:hover, select[disabled]:hover {
    cursor: not-allowed;
}
select option:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.font-20 {
    font-size: 20px !important;
}

/** dialogs style start **/
#dialogsAlertOverlay.modal{
    z-index: 40000;
}

.modal-dialogs {
    background: #fff;
    height: auto !important;
    width: 500px !important;
    font-size: 14px;
    border: 0;
    padding: 20px;
    position: relative !important;
    margin: 100px auto 0 auto !important;
    border-radius: 5px !important;
}

.modal-dialogs .icon {
    text-align: center;
    font-size: 50px;
    color: #e41c18;
    margin-bottom: 20px;
}

.modal-dialogs .content {
    text-align: center;
    font-size: 16px;
}

.modal-dialogs .content h2 {
    color: #e41c18;
    font-size: 24px;
}

.modal-dialogs .buttons {
    margin-top: 40px;
}

.modal-dialogs p {
    margin: 0 0 20px 0;
}

.modal-dialogs .modal-content {
    padding: 0;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 1400px) {
    .modal-xl.modal-custom-xl {
        max-width: 1340px;
    }
}

@media (min-width: 1500px) {
    .modal-xl.modal-custom-xl {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .modal-xl.modal-custom-xl {
        max-width: 1540px;
    }
}

@media (min-width: 2000px) {
    .modal-xl.modal-custom-xl {
        max-width: 1940px;
    }
}

@media (min-width: 2400px) {
    .modal-xl.modal-custom-xl {
        max-width: 2340px;
    }
}

@media (min-width: 2800px) {
    .modal-xl.modal-custom-xl {
        max-width: 2740px;
    }
}
/** dialogs style end **/

/* table sorting style start */
table.table-sorter thead tr th:not(.no-sort) {
    position: relative;
    cursor: pointer;
}

table.table-sorter thead tr th:after {
    position: absolute;
    right: 2px;
}

table.table-sorter thead tr th.sort-asc:after {
    content: "\25b4";
}

table.table-sorter thead tr th.sort-desc:after {
    content: "\25be";
}
/* table sorting style end */

/* Inbound goods style start */
.w-30 {
    width: 30%;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-40 {
    width: 40%;
}
fieldset.beleg-info {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0 0 0 0 #000;
    box-shadow:  0 0 0 0 #000;
}

legend.beleg-info {
    width:inherit;
    padding:0 10px;
    border-bottom:none;
}

.bg-processing {
    background-color: yellow !important;
}

#orderArticleList tbody tr:hover {
    border: 1px solid white;
}

#orderArticleList tbody tr.selected {
    border: 2px solid gray;
}

#orderArticleList tbody tr.lastUpdated {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    animation: articleUpdated 2s ease infinite;
}

@keyframes articleUpdated {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.ordersContainer {
    height: 440px;
}
/* Inbound goods style end */

/* Ajax loader start */
.loading-holder {
    overflow: hidden;
}

.loading {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(200, 200, 200, 0.5);
    z-index: 9999;
    transition: all ease-in-out .25s;
}

body.loading-holder > .loading {
    position: fixed;
}

body .loading-holder {
    position: relative;
}

.loading .spinner {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.loading .spinner div {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    margin: 6px;
    border: 6px solid transparent;
    border-top-color: #1c0a0a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.loading .spinner div:nth-child(1) {
    animation-delay: -0.45s;
}

.loading .spinner div:nth-child(2) {
    animation-delay: -0.3s;
}

.loading .spinner div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner-only {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Ajax loader end */

/* dataTable start */
.counterEntry {
    float: left;
}

.dataTable .pagination {
    float: right;
    list-style-type: none;
}

.dataTable .pagination li {
    margin-left: 6px;
    float: left;
}

.dataTable .pagination li a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.dataTable .pagination li.page-item {
    cursor: pointer;
}

.dataTable .pagination li.current a, .dataTable .pagination li.current a:hover,
.dataTable .pagination li.current a:focus, .dataTable .pagination li.current a:active {
    cursor: default;
}

.dataTable .pagination .page-item {
    margin: 0 7px 0 0;
    font-size: 14px;
}

.dataTable .pagination .page-item .page-link {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #7c7c7c;
}

.dataTable .pagination .page-item.active .page-link {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.dataTable [data-dt="search"] [name="search"] {
    width: 250px !important;
    display: inline-block;
}

.dataTable .search ~ .fa-search {
    margin-left: -20px;
    top: 9px;
    font-size: 16px;
    cursor: pointer;
    color: #979797;
}

.dataTable th[data-dt="sort"] .fa {
    opacity: 0.5;
    margin-left: 5px;
}

.dataTable th[data-dt="sort"] .fa.active {
    opacity: 1;
}
/* dataTable end */

/* Inventur list start */
input.formField, select.formField {
    width: 150px;
    display: inline-block;
}

.inventurExportContainer table {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #cdcdcd;
    color: black;
    margin: 0;
    border-top: 0.05em solid black;
    border-left: 0.05em solid black;
}

.inventurExportContainer th, .inventurExportContainer td {
    padding: 2px;
    font-size: 12px;
    border-bottom: 0.05em solid #333333;
    border-right: 0.05em solid #333333;
    font-style: normal;
    font-weight: normal;
}

.liste {
    padding: 0.1em 0.2em 0.1em 0.2em;
    font-size: 0.85em;
    border-bottom: 0.05em solid #aaaaaa;
    border-right: 0.05em solid #aaaaaa;
    background-color: #ffffff;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
/* Inventur list end */

/* RX Kontrolle end */
#orderDocumentModal .modal-dialog, #orderDocumentModal .modal-content {
    height: 95%;
}

#orderDocumentModal .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

#orderDetailsModal .documentContainer {
    min-height: 600px;
}

#orderDetailsModal .orderDocumentsContainer {
    overflow-y: scroll;
}
/* RX Kontrolle end */

/* NMVO scans start */
#nmvoProtocolOverviewContent.dataTable [data-dt="search"] [name="search"] {
    width: 500px !important;
}
/* NMVO scans end */

.custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 0.75rem;
    padding-top: 0.15rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    border-radius: 1rem;
    height: 1.5rem;
    width: 2.5rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    border-radius: 0.65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem);
}