@font-face {
    font-family: "FrutigerPro45Light";
    src: url("../fonts/FrutigerPro45Light/font.woff") format('woff'),
        url("../fonts/FrutigerPro45Light/font.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

:host {
    --input-background: lightyellow;
    --button-background: #F8C438;
    --button-hover-color: #F8C438;
    --color-background: white;
    --color: #333;
    --color-border: #697278;
    --color-text-default: #f0f2f3;
    --color-base: #293238;
    --color-accent: #ec1a62;
    --hover-background-color: #555;
    --hover-color: #fff;
    --selected-background-color: #F8C438;
    --selected-color: #000;
    --font-size: 13px;
    color: #333;
}


.q_window {
    width: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -150px;
    background-color: var(--color-background);
    box-shadow: 0px 0px 15px #000;
    color: var(--color-text-default);
    z-index: 99991;
    border-radius: 8px;
    border: rgba(255, 255, 255, 0.3) solid 1px;

}


.page-link {
    color: #000 !important;
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(255, 214, 94) !important;
    border-color: rgb(255, 214, 94) !important;
}

.pagination {
    cursor: pointer;
}


#q_info_window_box_icon {
    font-size: 24px;
    margin-top: -10px;
    padding: 3px 10px;
    border-radius: 0px 5px 0px 0px;
}

#q_info_window_box_icon:hover {
    background-color: var(--selected-background-color);
    color: var(--selected-color);
}


.q_window_back {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(100, 100, 100, 0.5);
    z-index: 9999;
}

.q_window_box_top {
    /* border-bottom: #ccc solid 1px; */
    padding-left: 20px;
    font-size: 16px;
    cursor: default;
    padding-top: 10px;

    display: flex;
    justify-content: space-between;
}


.custom-select:disabled {
    color: #000;
}


.alert {}

input[type="file"] {}



.form-control,
.custom-select,
.custom-file-label {
    background-color: var(--input-background);
    border-radius: 0px;
}




.custom-file-input:focus~.custom-file-label {
    border-color: #f1c232;
    box-shadow: 0 0 5px #f1c232;

}


.QInputInfoI {
    cursor: pointer;
    transition: all .2s ease-in-out;
    color: #888;
}

.QInputInfoI:hover {
    color: #f1c232;
    transform: scale(1.5);
    display: inline-block;
}


a {
    color: #444;
    text-decoration: underline;
    cursor: pointer
}

a:hover {
    color: var(--button-hover-color);
}



.QDialog_header {
    font-size: 20px;
    font-weight: bold;
}



.bs-stepper .step-trigger {
    font-size: 13px;
    padding: 20px 0px;
}


.bs-stepper .step-trigger:focus {
    color: #333;
    outline: 0;
}


.info_button_titel {
    margin-bottom: 10px;

    font-size: 18px;
    font-weight: bold;
}


.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, .5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #858585;

}

.btn-primary {
    color: #333;
    background-color: var(--button-background);
    border: none;

}

.btn-primary:hover {
    color: #fff;
    background-color: #858585;
}


.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}


#shadow_container {
    line-height: 25px;
    color: #333;
}


.Back {
    background-color: rgba(255, 255, 255, 0.96);
}

#container0 {
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    background-color: white;
}

.col-form-label {
    font-weight: bold;
}

label {
    margin-bottom: 0px;
}

table.dataTable tbody tr.selected {
    background-color: var(--input-background);
}

h1 {
    font-size: 26px;
    font-weight: normal;
    padding-top: 2px;
    margin-top: 20px;
    padding-bottom: 2px;
    margin-bottom: 30px;
}

h2 {

    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;


}

p {
    line-height: 25px;
}

.progress-bar {
    background-color: var(--input-background);
    color: #000;
}


.footer_checkboxes {
    list-style: url({root}/images/check_new.png);
    margin-left: -10px;
}

ul li {
    line-height: 30px;
    padding-left: 10px;
}


.ul_none {
    list-style: url({root}/images/pixel.png);
    margin-left: -10px;
}

ul.pixel {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
    line-height: 20px;
    list-style-image: url({root}/images/pixel.png);
    line-height: 25px;
    margin-bottom: 0px;
}




ul.info {
    list-style: decimal;
    margin-left: -20px;
    margin-top: 20px;
}


.active .bs-stepper-circle {
    background-color: #f1c232;
}

.black {

    background: #7d7e7d;
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    background: linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
}


.buttonX {
    background-color: #f1c232;
    color: white;
    border: none;

}

.buttonX:hover {

    color: #fff;

}


.page-item.active .page-link {

    background-color: #f1c232;
    border-color: #f1c232;
}

.page-link {
    color: black;
}

.form-control:focus,
.custom-select:focus {
    border-color: #f1c232;
    box-shadow: 0 0 5px #f1c232;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #f1c232;
    background-color: #f1c232;
}


.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 123, 255, .25);
}








/* BUTTON CSS
------------------------------------------- */

a.button {
    display: inline-block;

    text-decoration: none;

    color: white;
    brackground-color: transparent;
    border: none;
    border-radius: 100px;

    padding: 10px 20px;
    margin: 5px;

    background-size: 200% 100%;
    background-image: linear-gradient(to right, #333 50%, #f6b21d 50%);
    /*transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;*/
}

a.button:hover {
    color: #333;
    background: #f1c232;
}



::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

table.dataTable tbody tr {
    cursor: pointer;
}

.error {
    background: red;
    color: white;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
}

.QDialog_iconx:hover {
    background-color: #858585;
    color: white;
}

tbody tr:hover {
    background-color: #858585 !important;
}

.CSRow_selected,
.CSRow_selected:hover {
    background-color: #858585 !important;
}



.ma_button {
    z-index: 1;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: white;
    border-radius: 30px;
    padding: 10px 25px;
    margin: 5px;
    background-color: #222;
    transition-duration: 250ms;
    border: none;
}



.ma_button:hover {
    background: #f1c232;

}


.mb-3,
.my-3 {
    margin-bottom: 0rem !important;
}

.QWaitDialog_Window {
    position: fixed;
    color: #333;
    background-color: white;
    box-shadow: 0px 0px 5px #000;
    border-radius: 5px;
    font-size: 15px;
}

.QWaitDialog_Window_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    align-items: stretch;
    border-radius: 5px 5px 0px 0px;
}

.QWaitDialog_Window_title_inner {
    cursor: pointer;
    width: -webkit-fill-available;
    padding-left: 20px;
    display: flex;
    align-items: center;

}

.QWaitDialog_Window .bi-x {
    transition-duration: 250ms;
    border-radius: 0px 5px 0px 0px;
}

.QWaitDialog_Window .bi-x:hover {
    background-color: var(--selected-background-color);

}

.QWaitDialog_Window_body {

    overflow: auto;
    padding: 20px;
}

.QWaitDialog_Window_footer {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .QStepper_text {
        font-size: 10px;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .QStepper_text {
        display: none;
    }
}





/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;

}

*::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
}



.Header_Image {
    width: 190px;
    margin-right: 10px;
    margin-left: -10px;

}

@media (max-width: 406px) {
    .header_title {
        font-size: small;
    }

    .Header_Image {
        display: none;
    }
}

@media (max-width: 576px) {
    .header_title {
        font-size: small;
    }

    .Header_Image {
        width: 100px;
        margin-right: 10px;
        margin-left: -10px;

    }
}

@media (max-width: 768px) {
    .header_title {
        font-size: medium;
    }

    .Header_Image {
        width: 200px;
    }
}