.alertcage{
    background-color: #f8d7da;
    border-color: #f5c6cb !important;
}

.text-l{
    font-size: 2rem;
}

.btn-debug{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index:9999;
}

#debug-panel{
    position: absolute;
    top: 0px;
    right: 0px;
    overflow-x: auto;
    overflow-y: auto;
    border: 3px solid hotpink;
    background-color: white;
    z-index: 9998;
    height: 95vh;
    width: 60vw;
    display: none;
}

.lightgrey{background-color: lightgrey;}

.dark{background-color: #222222;}


#csomagFilterSpinner,
#termekFilterSpinner{
    position: absolute; 
    top: 11px; 
    right: 100px; 
    z-index: 9999;
    display: none;
}

ul.filterResults{
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.filterResults li{
    padding: 5px 10px;
    border-bottom: 1px solid #999;
    margin: 8px 0;
    background: #2c3e50;
    cursor: pointer;
    color: #fff;
}

.close-dark{
    color: #000;
    width: 40px;
    border: 1px solid red;
}

.close-dark:hover{
    color: #000;
}

.thick-table td,
.thick-table th{padding: .2rem !important;}
.compact-table td{padding: .5rem;}
.wb-table td{background-color: #fff;}

#order_list_table{
    font-size: .75rem;
    letter-spacing: -0.2px;
    line-height: 1.2;
}
#order_list_table th,
#order_list_table td{
    padding: .6rem;
}

.greylisted, .greylisted:hover{background-color: #7b8a8b !important; color: #fff !important;}
.goldlisted, .goldlisted:hover{background-color: #b09400 !important; color: #fff !important;}
.duplicated, .duplicated:hover{background-color: #18BC9C !important;}
.blacklisted,.blacklisted:hover{background-color: #222222 !important; color: #fff !important;}

#c-spinner{display: none;}

.small-table{font-size: .8rem;}

.click_to_copy{cursor: pointer;}

.badge{font-size: 85% !important; white-space: normal !important; letter-spacing: 0px;}

.commentModifyLoad{padding: 0rem 0.3rem !important;}
.function-button{padding: 0rem 0.5rem !important;}

#fsLoader{display: none;}

#fsLoader .backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9980;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

#fsLoader .wait{
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th{
    background-color: #fff;
}


/* STYLES BY KŐVÁRI LACI :: BEGIN ******************/

label { font-weight: bold; }

button:disabled { cursor: not-allowed; }

th { background: #dcdcdc; }

.nav-link,
.nav-link:hover {
    /* color: #495057; */
}

.custom-btn-group {
    border: 1px solid rgba(255, 255, 255, .3);
    margin-left: 5px;
    margin-right: 5px;
    border-radius: .25rem;
}

@media (max-width: 992px) {
    .custom-btn-group {
        margin: 5px 0;
        padding: 5px;
    }
}

.btn-transparent {
    background-color: transparent;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.btn-transparent:hover { color: #18BC9C; }

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.nav-pills > .nav-link:hover {
    background: rgba(245, 245, 245, .9);
    border-radius: 0;
}

.navbar-user a { color: #fff; }

.navbar-user a:hover { color: #18BC9C; }

.nav-item.dropdown a[aria-expanded='true'] { color: #18BC9C !important; }

.btn-group.show button { color: #18BC9C !important; }

.form-row .nav-item { border: 1px solid #f5f5f5; }

/*.form-row .nav-item a[aria-selected='true']{ border: 2px solid #dcdcdc }*/

.nav-item > .nav-link.active { font-weight: bold; }

.nav-pills > .nav-link.active {
    font-weight: bold;
    color: #000;
    background: rgba(245, 245, 245, .5);
    border-radius: 0;
}

.nav-pills > .nav-link.active:hover {
    background: rgba(245, 245, 245, .9);
    border-radius: 0;
}

#v-pills-tabContent > .tab-pane.active {
    background: rgba(245, 245, 245, .5);
    padding: .5rem 1rem;
}

.checkboxLink input[type='checkbox'] { margin-top: 12px; }

.checkboxLink a,
.checkboxLink a:hover,
.checkboxLink a:active {
    text-decoration: none;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background: #f9f9f9;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background: #f1f1f1;
}

.packageProductVariants div.variant { padding: 1rem; }

.packageProductVariants div.variant:nth-child(odd) { background: #cfd5db; }

.packageProductVariants div.variant:nth-child(even) { background: #dee2e6; }

.chosen-choices {
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem;
    border: 1px solid #ced4da !important;
    font-size: 0.9375rem;
}

.spinner {
    margin: 30px auto 0;
    width: 70px;
    display: none;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.rotateIcon {
    animation: spin 1s linear infinite;
}

.rotateIcon-reverse {
    animation: spin 0.5s linear reverse forwards;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

select#addShopShopId option:disabled { color: #dcdcdc }

ol.tags li {
    list-style: none;
    padding: 8px;
    margin: 8px;
    border-radius: 5px;
    cursor: move; /*s-resize*/
}

ol.categoryFeatureds li {
    list-style: none;
    padding: 8px;
    margin: 8px;
    border-radius: 5px;
    cursor: n-resize;
}

/* STYLES BY KŐVÁRI LACI :: END ******************/