.main-banner .image{
    z-index: 1;
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/assets/img/banner.jpg); 
    opacity: 0.3;
    filter: blur(2px);
}

.main-banner .row{
    z-index: 2;
    position: relative;
}
.main-banner{
    height: 200px;
    position: relative;
}

body{
    overflow-x: hidden;
}
body.modal-open{
    overflow: hidden !important;
}

.m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--left{
    top: 80px;
}
#m_ver_menu.m-aside-menu .m-menu__nav {
    padding-top: 20px;
}
#m_header_topbar .m-nav__item .m-nav__link-text .text-box {
    border: 1px solid #e8e7f4;
    background: #fff;
    font-size: 14px;
    padding: 0 5px;
    text-align: center;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    border-radius: 15px;
}
.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-nav{
    position: absolute;
    top: 45%;
    width: 100%;
}
.owl-nav .disabled{
    opacity: 0.2
}
.owl-prev i, .owl-next i{
    font-size: 50px;
}
.owl-prev{
    float:left;
    margin-left: -30px;
}
.owl-next{
    float:right;
    margin-right: -30px;
}
.owl-item{
	overflow: hidden;
}
.m-nav .m-nav__item > .m-nav__link .m-nav__link-icon{
	width: auto;
}
.auction-clock{
    border: 1px solid #e8e7f4;
    background: #fff;
    font-size: 14px;
    padding: 0;
    width: 140px;
    text-align: center;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    border-radius: 15px;
    color: #888;
}

body .m-portlet.m-portlet--creative .m-portlet__body{
    padding-top: 0;
}
body tr:first-child>td>.fc-day-grid-event{
    margin-top: -30px !important;
}
body .fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    position: relative;
    z-index: 2;
    top: -8px;
    right: -7px;
    border-radius: 0 0 0 10px;
    padding: 2px 4px;
}
body .fc-ltr .fc-basic-view .fc-day-top.fc-other-month .fc-day-number{
}
body .fc-day-top.fc-other-month{
    opacity: 1;
    color: #aaa;
}
/*.m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link{*/
	/*border: 1px solid #e8e7f4;*/
/*}*/
.m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link.active,
.m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link.active:hover{
	border-color: transparent;
}
.m-portlet.h-100 .m-portlet__body{
    padding-bottom: 0;
}
.m-portlet.h-100{
    margin-bottom: 0;
}
.t-banners img{
    transition: all .2s;
    max-width: 100%;
    opacity: 1;
}
.t-banners img:hover {
    transform: scale(1.05);
    opacity: 0.9;
}
 .m-brand__logo-wrapper{
    height: 60px;
}

.m-topbar{
    padding: 0 10px;
}
.m-form .m-form__group > label.error {
    color: #f4516c;
}
.la-eng:before {
    content: "A";
}
.la-jpn:before {
    content: "J";
}
.la-oneprice:before {
    content: "CJ";
}
.la-jpnq:before {
    content: "JP";
}
.la-k:before {
    content: "K";
}
.la-h:before {
    content: "H";
}
.cursor_pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default !important;
}
form.check-valid *:invalid{
    border: 1px solid #f4516c;
}

.t-steps{
    margin: 0;
}
.t-steps div {
    padding: 20px 30px;
    color: #fff;
}
.t-steps div:before {
    opacity: 0.4;
    position: absolute;
    bottom: -20px;
    right: 5px;
    color: #fff;
    font-size: 80px;
    z-index: 2;
}
@media (min-width: 768px) {
    .t-steps div:after {
        z-index: 1;
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        right: -21px;
        top: 50%;
        margin-top: -20px;
        transform: rotate(45deg);
    }

    .t-steps div:last-child:after {
        display: none;
    }
}

.t-steps div:nth-child(1):after,
.t-steps div:nth-child(1){
    background: #888;
}
.t-steps div:nth-child(2):after,
.t-steps div:nth-child(2) {
     background: #777;
}
.t-steps div:nth-child(3):after,
.t-steps div:nth-child(3) {
    background: #666;
}

.t-steps div:nth-child(1):before {
    content: '1';
}
.t-steps div:nth-child(2):before {
    content: '2';
}
.t-steps div:nth-child(3):before {
    content: '3';
}
input.disabled, .btn.disabled, .btn:disabled {
    border: 1px solid #eee;
    background-color: #ddd !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #222 !important;
}
/* usuniecie znaków x z imputów w IE */
input::-ms-clear {
     display: none;
}
.cursor-no {
    cursor: default !important;
}
.intl-tel-input{
    width: 100%;
}
.alert.m-alert {
    font-size: 1.2rem;
    font-weight: 500;
}

.m-footer .m-nav .m-nav__item > .m-nav__link .m-nav__link-text,
.m-footer .m-footer__copyright a,
.m-footer .m-footer__copyright a:hover {
    font-size: 0.9rem;
    font-weight: 400;
    color: #a9a9aa;
}
.mDTrowSelected, .mDTrowSelected:hover,
.mDTrowSelected.m-datatable__row--hover {
    background-color: #333 !important;
}

.mDTrowSelected td.selected-white {
    color: white !important;
}

.refresh-time-div{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    border-top: 1px solid #CCC;
    background-color: #DDD;
    text-align: center;
    font-size: 14px;
    z-index: 100;
}

@media (max-width: 576px) {
    .refresh-time-div {
        display: none !important;
    }
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell > span,
.m-section .m-section__content,
.m-portlet .m-portlet__body,
.m-tooltip .tooltip-inner,
.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text,
.m-widget2 .m-widget2__item .m-widget2__desc .m-widget2__text,
.m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item > span:last-child,
.m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item > span:first-child
{
    color: #000;
}
.m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link.active .m-menu__link-text {
    color: #fff;
}

.m-nav-sticky__item {
    border-radius: 5px;
}

.lic-legend-box .m-portlet__body {
    min-height: 250px;
}
.table-sm input[type="text"] {
    height: 25px;
    font-size: 12px;
    vertical-align: baseline;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
}
.table-sm input[type="button"],
.table-sm a.btn,
.btn-mini,
.btn-theme.btn-mini,
.btn-theme.btn-mini:hover
{
    height: 25px;
    min-width: 25px;
    padding: 2px 4px;
    font-size: 12px;
    font-weight:normal;
}
.btn-theme.btn-sm,
.btn-theme.btn-sm:hover {
    font-size: 12px;
}
.m-widget28-pull-left .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item,
.m-widget28-pull-left .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item:last-child {
    width: 200px;
    margin:0;
    border-bottom: 1px solid #ebedf2;
    min-height: 54px;
}
/* metronikowy overflow:visible nie działa */
.m-datatable__table .no-overflow > span {
    overflow: visible !important;
}
.m-datatable.list-started .m-datatable__table .m-datatable__cell {
    cursor: pointer;
}

/* sticky-box */
.sticky-box {
    background: #fff;
    border-radius: 0px 4px 4px 0px;
    left: -90%;
    padding: 4px 4px 4px 0px;
    position: fixed;
    top: 100px;
    transition: transform 0.4s;
    width: 90%;
    z-index: 999;
}

.sticky-box:hover {
    transform: translateX(100%);
}

.sticky-box .sticky-box__content {
    background: #fff;
    min-height: 300px;
    padding: 10px;
    position: relative;
    z-index: 999;
}

.sticky-box .sticky-box__title {
    /*border-radius: 0px 0px 4px 4px;*/
    /*border-width: 0px 4px 4px;*/
    border: 0;
    cursor: default;
    height: 35px;
    line-height: 30px;
    position: absolute;
    right: -105px;
    text-align: center;
    top: 115px;
    transform: rotate(-90deg);
    width: 170px;
    z-index: 999;
}
/* sticky-box END*/
/* naprawia rozmazany text pod IE */
.m-tooltip .tooltip-inner {
    box-shadow: none;
}
/* select2 fixes */
.select2.select2-container .select2-selection.select2-selection--single {
    /*
    color: #575962;
    border-radius: 0.25rem;
    vertical-align: middle;*/
    height:40px;
    border: 1px solid #ebedf2;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container {
    width: 100% !important;
}
/* select2 fixes end */

.m-menu__submenu  .m-menu__item.m-menu__item–active a {
    background-color: #f8f8fb;
}

.alert-info-box {
    line-height: 28px;
}
.date-time-width {
    width:135px;
    white-space: nowrap;
}
.details-times-container .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item,
.details-times-container .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item:last-child {
    border-bottom: none;
}
.table-gray th {
  background-color: #f4f3f8;
}
.table-gray tr:nth-child(odd) {
    background: #faf9fc;
}
.table-auction-list th, .table-auction-list thead th {
    border: none;
}
.table-auction-list, .table-auction-list tr {
    border: none;
}

/* style dla paczki */
.ap-border-top td {
    border-top: none;
}
.ap-border-side td:first-child {
    border-left: none;
}
.ap-border-side td:last-child {
    border-right: none;
}
.ap-border-bottom td {
    border-bottom: none;
}
.table-auction-list .ap-border-bottom + tr td {
    border-top: none;
}
.table-auction-list td {
    border-bottom: none;
}
.table-auction-list .ap-border-top:before tr td {
     border-bottom: none;
}
@-moz-document url-prefix()
{
    .table-auction-list .ap-border-side {
        border-left-width: 2px !important;
    }
}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {

    .table-auction-list .ap-border-side {
        border-left-width: 2px !important;
    }
}
@supports (-ms-ime-align:auto) {
    .table-auction-list .ap-border-side {
        border-left-width: 2px !important;
    }
}
/* style dla paczki end */
.m-portlet__head-label .count-down-label,
.m-portlet__head-label .count-down-step-label {
    width: 140px;
}
.m-portlet__head-label .count-down-value,
.m-portlet__head-label .count-down-step-value
{
    width: 200px;
}
.count-down-container{
    float: right;
    white-space: nowrap;
    margin: 2px 10px 0 0;
}
.collapse-button {
    width: 40px;
}
.count-down-box {
    border: 1px solid #e8e7f4;
    background: #fff;
    font-size: 14px;
    padding: 0;
    width: 200px;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    display: inline-block !important;
    border-radius: 15px;
    color: #888;
}
.nowrap {
    white-space:nowrap;
}
.m-tooltip.m-tooltip--skin-dark.tooltip.show .tooltip-inner {
    color: #fff;
}
.grecaptcha-badge {
    bottom: 90px !important;
}
.bg-yellow {
    background-color: #ffb822;
}
.mw-200 {
    min-width: 200px;
}
.align-middle {
    vertical-align: middle;
}
/**
 * custom title
 */
.m-portlet__head-text-small {
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1.5;
}

@media print {
    body {
        display: block !important;
    }
    body > div {
        display: block !important;
    }
    * {
        overflow: visible !important;
    }
    .row, .form-row, .form-check-inline, .form-inline, .form-inline label, .form-inline .form-group, .form-inline .form-control, .form-inline .form-control-plaintext, .form-inline .form-check, .btn-group,
    .btn-group-vertical, .btn-toolbar, .input-group, .input-group > .custom-file, .input-group-prepend,
    .input-group-append, .input-group-text, .custom-control-inline, .nav, .navbar,   .navbar > .container,
    .navbar > .container-fluid, .navbar-nav, .navbar-expand-sm .navbar-collapse, .navbar-expand-md .navbar-collapse {
        display:block !important;
    }
    header#m_header {
        display:none !important;
    }
    #m_scroll_top {
        display: none !important;
    }
}

.table .col-icons {
    white-space: nowrap;
}

.text-wrapper{
	font-size: 12pt;
}

.border-radius-left{
	border-radius: 50% 0 0 50% !important;
}
.border-radius-none{
	border-radius: 0 !important;
}
.border-radius-right{
	border-radius: 0 50% 50% 0 !important;
}
@media (max-width: 410px) {
    .m-brand {
        padding: 0px;
    }
    .m-brand__logo-wrapper{
        max-width: 40px;
    }
    body .m-brand .m-header__title{
        font-size: 10px;
        width: 10px;
    }
    .m-stack__item.m-stack__item--middle.m-brand__tools {
        white-space: nowrap;
    }
    .m-topbar .m-topbar__nav.m-nav{
        margin: 0;
        padding: 0;
    }
    .m-topbar .m-topbar__nav.m-nav > .m-nav__item {
        padding: 0;
    }
    body .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
        width: 22px;
        height: 22px;
    }
}
@media (max-width: 575px) {
    body .m-brand .m-header__title{
        margin-top: 7px;
        font-size: 11px;
        width: 30px;
    }
    .auction-clock {
        font-size: 11px;
        width: 60px;
        height: auto;
        line-height: 19px;
        vertical-align: middle;
        white-space: normal;
    }
	body .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 630px) {
    body .m-brand .m-header__title {
        width: 100px;
        line-height: normal;
        vertical-align: middle;
    }
	.m-topbar .m-topbar__nav.m-nav > .m-nav__item{
		padding: 0px;
	}
}
@media (max-width: 1024px){
    .m-nav__item .auction-clock {
        display: none;
    }
    .m-brand__logo-wrapper{
        height: 50px;
    }
	body .m-header-search .m-header-search__form {
		float: right
	}
	body .m-header-search .m-header-search__wrapper {
		background-color: #fff;
	}
}
@media (min-width: 1025px) {
    .m-topbar {
        padding: 0;
    }
    .m-header .m-header-head .m-header__title .m-header__title-text {
        padding: 0 2px;
    }
}
@media (min-width: 1025px) and (max-width: 1105px){
	body .m-header .m-header-head .m-header__title h3.m-header__title-text {
		width: 81px;
        font-size: 11px;
    }
	body .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text{
		font-size: 11px;
	}
}
@media (min-width: 1025px) and (max-width: 1372px){
    .m-header-menu .m-menu__nav > .m-menu__item{
        padding: 0;
    }
	.m-topbar .m-topbar__nav.m-nav > .m-nav__item {
        padding: 0;
    }
    .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link{
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media (min-width: 1025px) and (max-width: 1700px){
    .m-header .m-header-head .m-header__title h3.m-header__title-text {
        width: 100px;
        font-size: 14px;
    }
	.m-topbar .m-topbar__nav.m-nav > .m-nav__item,
	.m-header-menu .m-menu__nav > .m-menu__item{
		padding: 0;
	}
	.m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link{
		padding: 8px;
	}
}
@media (min-width: 1025px) and (max-width: 1400px){

    body .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
        width: 30px;
        height: 30px;
    }

	#m_header_topbar .m-nav__item .m-nav__link-text .text-box,
	.m-topbar .auction-clock{
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
}

@media (min-width: 1025px) and (max-width: 1256px){
    body .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
        width: 24px;
        height: 24px;
    }

	#m_header_topbar .m-nav__item .m-nav__link-text .text-box,
	.m-topbar .auction-clock{
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
}
.only-on-print {
    display:none;
}

input.checkbox-theme[type='checkbox'] {
    margin-top: -30px;
}

input.checkbox-theme[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 1px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}

input.checkbox-theme[type='checkbox']:after {
    content: "";
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    position: absolute;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    font-size: 16px;
    -webkit-box-shadow: inset 0 0 0 #36a3f7, 0 0 0 #36a3f7;
    -moz-box-shadow: inset 0 0 0 #36a3f7, 0 0 0 #36a3f7;
    box-shadow: inset 0 0 0 #36a3f7, 0 0 0 #36a3f7;
    background: #1A7975;
    border-radius: 0.25rem;
}

input.checkbox-theme[type='checkbox']:checked:after {
    background: #36a3f7;
    border-color: #36a3f7;
    content: '\2714';
    color: #fff;
}

input.checkbox-theme[type=checkbox]:checked {
    background-color: #36a3f7;
    border-color: #36a3f7;
    color: #ffffff;
}
.ml-40per {
    margin-left:40%;
}
#m_calendar .fc-more-popover {
    width:auto;
}
.select2-custom-search-container [class^='select2'] {
    border-radius: 30px !important;
}
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}
.bd-callout-warning {
    border-left-color: #f0ad4e;
}
td.wrap-text:not(.pdf-doc)  {
    word-break: break-all;
}
.pdf-doc tr td.wrap-text {
    word-break: break-all;
    word-wrap: break-word;
    padding-right: 0px;
}
.bd-callout-danger {
    border-left-color: red;
}

.la-size-1-5x {
    font-size: 1.5em;
}
.la-size-2x {
    font-size: 2em;
}
.icon-btn {
    padding: 1px 5px;
    position: relative;
    top:5px;
}

#form_registration input.form-control[readonly] {
    background-color: #D3D3D3;
}

/* cookie banner */
.cookie-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000; /* Red background */
    color: #ffffff;
    padding: 30px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
    z-index: 99999;
}
.cookie-banner p {
    margin: 0;
    text-align:center;
}
.cookie-banner a {
    color: #ffffff;
    text-decoration: underline;
}

.cookie-button {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.cookie-button:hover {
    background-color: #555555;
}
.cookie-banner a:hover {
    color: white !important;
}
.row-light-highlight {
    background-color: #eff1f5;
}
.row-light-highlight-child {
    background-color: #faf9fc;
}

#page-loader {
    border-color: #000 !important;
    color: #000 !important;
    box-shadow: none !important;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2000;
    text-align: center;
}
#page-loader  .load
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    z-index: 5001;
    vertical-align: middle;
    font-size: 20px;
}
#page-loader .load i {
    animation: spin-animation 2s infinite;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.font-weight-500 {
    font-weight: 500;
}

