/* Show it is fixed to the top */

:root {
    --text-primary:#000D20;
}
body {

    color:#000D20;
    /*font-family: "Helvetica Neue";*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Rubik', sans-serif;

}


body:before {
    content: " ";
    width:100%;
    height: 315px;
    position: absolute;
    left: 0px;
    top:0px;
    background-color: #2800B8;
    z-index: -1;

}

.text-secundary {
    color:var(--secondary);
}

.text-black {
    color:#000;
}


dd{
    float:left;
}
dt {
    float:left;
    clear: both;
}
dd {
    margin-left:5px;
}
.mainnavbar .nav-link {
    color:#000D20;
    font-weight:400;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
    padding: 98px 15px 0;
}

.footer {
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.footer {
    background-color:var(--primary);
    color:#FFF;
}

.footer LI {
    list-style: none;
    margin:0px;
}
.footer UL {
    margin:0px;
    padding:0px;
}
.footer A{
    color:#FFF;
    font-size: 0.8rem;
}

.footer H5 {
    font-size: 1rem;
    color:var(--secondary);
}

.footer2 A, .footer2 span {
    float: left;
    margin-left:20px;
    color:var(--dark);
}

.footer-socials A {
    font-max-size: 1.3rem;

    float: none;
}

.footer-input-newsletter INPUT {
    border-radius:5px;
    border:none;
    background-color: rgba(255,255,255,0.4);
}

.footer-input-newsletter .btn {
    background-color: rgba(255,255,255,0.4);
    border:0px;
}


.footer-input-newsletter INPUT::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 1; /* Firefox */
}

.footer .text-muted {
    font-size:0.8rem !important;
    color:rgba(40,0,184,0.4) !important;
}

.navbar-input-search INPUT {
    border-top-left-radius:25px!important;
    border-bottom-left-radius:25px!important;
    border:none;

    background-color:#EAEBEC;
    width: 300px !important;
    padding:20px 15px !important;

}

.navbar-input-search .btn {
    background-color: #EAEBEC;
    border-top-right-radius:25px!important;
    border-bottom-right-radius:25px!important;
    border:0px;
    padding-left:15px !important;
    padding-right:15px !important;
}



.mainnavbar .nav-item {
    margin-right:30px;
}

.navbar-input-search INPUT::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #757B86;
    opacity: 1; /* Firefox */
}


.mainnavbar .navbar-nav {
    padding-left:30px;
}

.sidebar {
    background-color:#FFF;
    border-top-right-radius:15px;


}

.sidebar-content {
    padding:20px 15px;

}
.sidebar_nobefore {
    border-radius:15px;
}
.sidebar_before:before {
    content:"";
    position: absolute;
    width: 1500px;
    height: 100%;

    left:-1500px;
    background-color: #FFF;

}

.mainheader {
    padding-top:30px;
    color:#FFF;
}

.filter-title {
    font-weight: 600;
    padding:10px;
    border-bottom:1px solid #D8DADD;
    position: relative;
}

.filter-title A{
    position: absolute;
    right:10px;
    top: 10px;
    color:var(--dark);
}


.filter-content UL {
    padding:0px;
}
.filter-content LI {
    list-style: none;

    /*margin:0px;*/
    margin-left:10px;
    margin-top:10px;
}

.filter-content LI A {
    color:var(--dark);



}

.filter-content LI.showmore {
    margin-left:0px;
}
.filter-content LI.showmore A {
    font-size: 0.8rem;

}

.card-lot {
    border-radius: 15px;
    margin-bottom:20px;
    border:none;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
    cursor: pointer;
}
.card-lot:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);

}
.card-lot .card-img-top {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.card-lot .card-title {
    color:var(--secondary);
    font-weight: 600;


}

.card-lot-price-title {
    font-size:0.8rem;
    width: 100%;
    color:var(--text-primary);
    display: block;

}

.card-lot-price {
    font-size:1.1rem;
    color:var(--text-primary);
}
.card-lot-amount-title {
    font-size:0.8rem;
    width: 100%;
    display: block;
    color:var(--primary);
}

.card-lot-amount {
    font-size:1.1rem;
    color:var(--primary);
}

.mainheader-sort-dropdown .btn {

    border:1px solid #FFF;
    min-width: 150px;

}

.card-body {
    position: relative;;
    padding-bottom:3px;
}
.card-lot-favorite-btn {
    position: absolute;
    right:20px;
    top:-12px;
    padding:0px;
    text-align: center;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    border-radius:50%;
    background-color:#FFF;
}
.lot-favorite-btn {
    position: absolute;
    right:20px;
    top:-12px;
    padding:0px;
    text-align: center;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    border-radius:50%;
    background-color:#FFF;
}
.card-lot-print-btn {
    position: absolute;
    right:20px;
    top:-12px;
    padding:0px;
    text-align: center;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    border-radius:50%;
    background-color:#FFF;
}

.header-lot-id {
    color:var(--primary);
}

.lot-header-dealinfo {
    background:#FFF;
    border-radius:15px;
    color:var(--dark);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);


}


.text-red {
    color:#FF3838!important;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:15px;
}



.swiper_item_main {
    height: 80%;
    width: 100%;
}

.swiper_item_thumb {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper_item_thumb .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.swiper_item_thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.lot-item-row {
    border-bottom:1px solid var(--primary);
    margin-bottom:15px;

}

/*ONDERSTAANDE LIJN WERKT NOG NIET OP KLEINE/MOBIELE SCHERMEN*/
.lot-item-row-info:after {
    content: '';
    position: absolute;
    width: 97.3%;
    border-bottom: 1px solid var(--primary);
    margin-bottom:15px;
}



.lot-item-info-btn {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    position: absolute;
    bottom:0px;
    right:0px;
}



.dropshadow {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.bg-grey {
    background-color:#F7F7F7;
}


.sidebar-account UL {
    margin:0px;
    padding:0px;

}
.sidebar-account UL LI{
    list-style: none;
    padding: 0px;
    padding:10px 0px;
}

.text-grey {
    color:#8E8E93;
}

.account-lot {
    border-radius:15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    width: 100%;
    min-height: 180px;
    background-color:#FFF;
    overflow: hidden;

}

.account-lot .btn-group-vertical {
    position: absolute;
    width: 100%;
    border-radius: 0px;
    padding-right:14px;
}
.account-lot .btn-group-vertical .btn {
    height: 25%;
    padding-left:10px;
    width: 100%;
    border-radius: 0px;

}
.account-lot .btn-group-vertical .btn.disabled {
    height: 25%;
    padding-left:10px;
    width: 100%;
    border-radius: 0px;
    background-color:#DCDCDC!important;
    border-color:#DCDCDC!important;


}

.account-lot h2 {
    font-size:18px;
}
.card-lot-id {
    font-size:13px;
}

.font-1x {
    font-size:1.0rem !important;
}
.font-2x {
    font-size:1.5rem;
}
.btn-grey {
    background-color: #DCDCDC!important;
    border-color: #DCDCDC!important;
}
.btn-round {
    border-radius:25px;
}
.input-rounded {
    border-radius:25px;
}

.rounded {
    border-radius: 15px !important;
}

label {
    color:var(--secondary);
    font-size: 16px;
    font-weight: 600;
}
.upload-lg-photo {
    width: 100%;
    height: 280px;
    border-radius:15px;
    border:2px dashed grey;
}

.upload-md-photo{
    width: 100%;
    height: 120px!important;
    min-height: 90px!important;
    border-radius:15px;
    border:2px dashed grey;
}

.upload-main-photo{
    width: 100%;
    height: 300px!important;
    min-height: 300px!important;
    border-radius:15px;
    border:2px dashed grey;
    background-size: cover;
    background-position: center;
}

.upload-profilepicture{
    width: 300px;
    height: 300px!important;
    min-height: 300px!important;
    border-radius:15px;
    border:none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.col-create-item-container .dropzone-tile {
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}


.mainnavbar .dropdown-menu{
    border:none;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}


.sidebar-account .sublinks A.active {
    font-weight: 600;
}

.filter-content .active {
    font-weight: 600;
}

.photocontainer .removeBtn {
    position: absolute;
    right: 25px;
    top:5px;
    display: none;
}
.photocontainer .dropzone-tile:hover  .removeBtn {
    display: block;
}

.btn-sm-round {
    border-radius: 50%;
    font-size:10px;
    padding:8px;
    width: 20px;
    height: 20px;
    text-align: center;
}


.dashed-border {

    border-radius:15px;
    border:2px dashed grey;
    overflow:hidden;
}

.lotbidlist {
    margin: 0px;
    padding:0px;

}

.lotbidlist LI {
    list-style: none;
    padding:0px;
    margin:0px;
    margin-bottom:10px;
    border-radius: 8px;
    background-color: #DCDCDC;
    color:#FFF;
    padding:10px;
}

.lotbidlist LI:first-child{
    background-color:var(--secondary) !important;
}


.lotbidlist LI .lotbidname, .lotbidlistAccepted  .lotbidname {
    font-size:0.7rem;
}

.lotbidlist LI .lotbidprice, .lotbidlistAccepted  .lotbidprice {
    font-size:1.2rem;

}
.lotbidlist LI .col-3 {
    border-left:1px solid #FFF;
}

.lotbidlistAccepted {
    margin:0px;
    padding:0px;
}
.lotbidlistAccepted LI {
    background-color: var(--primary);
    list-style: none;
    padding:0px;
    margin:0px;
    margin-bottom:10px;
    border-radius: 8px;
    color:#FFF;
    padding:10px;
}

.acceptBidBtn:hover {
    text-decoration: none;
}

.lot-header-links A {
    color:rgba(255,255,255,0.75)
}
.lot-header-links A:hover {
    text-decoration: none;
    color:#FFF;
}

.lot-header-links A:nth-child(2){
    border-left:1px solid #FFF;
}


.lot-row-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
}

.lot-row-title {
    cursor:pointer;
}

@media (min-width: 768px) {
    .maincontentWithSidebar {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9d9d9' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9d9d9' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E") !important;
}

.disabledBtn{
    cursor:none;
    opacity: .65;
    /*pointer-events: none;*/
}


.rounded-top {
    border-top-left-radius:10px !important;
    border-top-right-radius:10px !important;
}

.font-weight-semibold {
    font-weight: 600;
}

.row-chooseaccount UL{
    padding:0px;
    margin-left:20px;
}
.row-chooseaccount LI {
    list-style: none;
    margin:10px 0px 10px 0px;
    position: relative;
    font-weight: bold;
}

.row-chooseaccount LI:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-left:-20px;
    position: absolute;
    color:var(--primary);
}

.row-chooseaccount h4 {
    color:var(--secondary);
    margin-left:20px;
}

.row-chooseaccount h4 SPAN:first-child {
    margin-top:-0px;
    position: absolute;
    margin-left:-15px;
    font-size:20px !important;
}

.row-chooseaccount HR {
    border-top: 1px solid var(--primary);
}

.row-chooseaccount .card {
    border:none;
}
