﻿/*body { margin:20px; padding-right:20px; font-family:soleil, sans-serif; font-weight:400; font-style:normal; color:rgba(68, 71, 93, 1); }
*/


.modal-holder {
    /* background-color: rgba(68, 71, 93, 0.8);
    width: 100vw;*/
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: auto;*/
}
.nav-div {
    font-weight: 500;
    display: block;
    //font-size: 1.17em;
    margin-block-start: .5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    //font-weight: bold;
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    font-size: 24px;
}
.dataTables_wrapper .dataTables_length {
    float: right !important;
}
.date-picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 325px;
    float: left;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 10px;
}
.dataTables_filter {
    display:none !important;
}
#ArtworkTable_filter {
    display: block !important;
}
#userTable_filter {
    display: block !important;
}
.wishlist-navbar {
    /*padding: 0 24px;*/
    background-color: #fff !important;
    /* -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);*/
    min-height: 70px !important;
    position: fixed !important;
    left: 0px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1001 !important;
}
.astext {
    background: none;
    border: none;
    /*  margin: 0;
    padding: 0;*/
    cursor: pointer;
    /* float: right;
    padding-right: 20px;
    margin-top: 25px;*/
}

.error::after,
.success::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 2px;
    width: 32px;
    height: 32px;
    background: url(../assets/images/icons.png) no-repeat;
}

.error::after {
    background-position: 0 -79px;
}

.content-page {
    overflow: hidden;
    padding: 70px 12px 65px;
    min-height: 100vh;
}
.modal-content {
    border: 0px !important;
}
.kb-modal {
    background-color: white;
    border-radius: 10px;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.modal-image {
    width: 200px;
    height: 200px;
    margin: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.modal-msg {
    /*margin-right: 20px;*/
    text-align: center;
}

    .modal-msg h3 {
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 20px;
    }

.modal-span {
    color: rgba(68, 71, 93, 0.5);
    font-size: 15px;
}

.modal-button {
    text-transform: uppercase;
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    margin: 0 auto;
    margin-top: 15px;
    width: 75%;
    letter-spacing: 1.5px;
    font-size: 15px;
    cursor: pointer;
}
.find-share {
    width: 38% !important;
}
.modal-msg a:link {
    color: rgba(68, 71, 93, 1);
}

.header {
    background-color: white;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
}

    .header img {
        margin: 20px 30px 10px 20px;
    }

.masonry {
    columns: 3 500px;
    column-gap: 50px;
    margin-top: 40px;
}

.art-holder {
    border: 1px solid #E2E2EC;
    border-radius: 6px;
    padding: 20px 0 20px 20px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.flexy {
    display: flex;
    flex-wrap: wrap;
}

.thumb {
    border-radius: 6px;
    width: 30%;
    height: 30%;
}

.details-holder {
    float: left;
    font-size: 15px;
    width: 70%;
}

.details {
    padding: 0 20px 0 20px;
    margin-top: -10px;
}

.seller {
    margin: 12px 0 0 20px;
    padding: 0 20px 0 20px;
    background-color: #F8F8FB;
    border-top: 1px solid #D8D8E6;
    border-bottom: 1px solid #D8D8E6;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.seller-secondary {
    margin: 12px 0 0 20px;
    padding: 0 20px 0 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.profile-picture {
    width: 63px;
    height: 63px !important;
    border-radius: 50%;
    border: 4px solid #38D388;
    float: left;
    margin: 12px 12px 12px 0;
    //background-image: url(https://www.swayer.tv/channels/kbean/wish/media/images/example-profile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.seller-details {
    float: left;
}

.quantity, .supercoins {
    margin: 0 0 0 20px;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #D8D8E6;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .quantity select {
        /* border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;*/
        margin-left: auto;
        margin-top: 4px;
        box-sizing: border-box;
        /*-webkit-appearance: none;*/
    }

        .quantity select:focus {
            outline: none;
        }

.supercoins {
    color: rgba(68, 71, 93, 0.5);
}

    .supercoins span {
        margin-left: auto;
        font-weight: 700;
    }

    .supercoins img {
        margin-right: 14px;
    }

.supercoin-balance {
    margin: 0 0 0 20px;
    padding: 15px 0 15px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-style: italic;
}
.handling-cast {
    margin: 0 0 0 20px;
    padding: 0px 0 15px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-style: italic;
    flex-flow: column;
}

.transact {
    padding: 5px 0 5px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.buy-button {
    background-color: rgba(56, 211, 136, 1);
    border-radius: 10px;
    color: white;
    padding: 10px 15px 11px 15px;
    display: flex;
    width: 70%;
    cursor: pointer;
}

    .buy-button span {
        margin-left: auto;
        font-weight: 700;
    }

.remove-button {
    width: 45px;
    height: 43px;
    background-color: #44475D;
    border-radius: 10px;
    margin-right: auto;
    margin-left: 20px;
    background-image: url(/assets/images/WishList/icon-trash.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.no-shares-button {
    background-color: rgba(247, 156, 49, 1);
}

.no-shares {
    margin-top: 15px;
    color: rgba(249, 16, 44, 1);
}

/*.secondary-carousel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .secondary-carousel span {
        font-size: 12px;
        font-style: italic;
    }

.carousel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}*/

.pip {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    background-color: rgba(216, 216, 230, 1) !important;
    margin: 6px !important;
}

.active-pip {
    background-color: rgba(68, 71, 93, 1) !important;
}

.arrow-left {
    background-image: url(/assets/images/WishList/arrow-left.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
    margin-right: 12px;
    margin-top: 6px;
    cursor: pointer;
}

.arrow-right {
    background-image: url(/assets/images/WishList/arrow-right.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
    margin-left: 12px;
    margin-top: 6px;
    cursor: pointer;
}


/*.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}*/

.carousel-indicators li {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    background-color: rgba(216, 216, 230, 1) !important;
    margin: 0px !important;
}
.carousel-indicators .active {
    background-color: rgba(68, 71, 93, 1) !important;
}
.carousel-indicators {
    /* margin-bottom: -6% !important;
    margin-left: -24% !important;
    width: 35% !important;*/
}
.carousel_seller_details {
    padding-top: 20px !important;
}

.arrowr {
    margin-left: 35% !important;
}
.arrowl {
    margin-left: 20% !important;
}

.glyphicon-chevron-right {
    color: black !important;
}
.glyphicon-chevron-left {
    color: black !important;
}
.carousel-control-prev-icon{
    width: 10px !important;
    height: 10px !important;
}
.carousel-control-next-icon {
    width: 10px !important;
    height: 10px !important;
}
.carousel-indicators {
    width: 50% !important;
    margin-left: 25% !important;
}
.carousel-control-prev {
    margin-top: 110px !important;
    margin-left: 10% !important;
}
.carousel-control-next {
    margin-top: 110px !important;
    margin-right: 10% !important;
}
/*.carousel {
    padding-left: 10% !important;
}*/
@media only screen and (max-width: 500px) {
    body {
        padding-right: 0px;
    }

    .header img {
        zoom: 50%;
        margin: 10px 15px 5px 10px;
    }

    .art-holder {
        padding: 20px;
        min-width: auto;
        width: auto;
    }

    .thumb, .details-holder {
        width: 100%;
    }

    .details-holder {
        margin-top: 30px;
    }

    .details, .seller, .seller-secondary {
        padding: 0px;
    }

    .seller, .seller-secondary {
        margin-left: 0px;
        margin-right: 0px;
    }

    .quantity, .supercoins, .transact {
        margin: 0px;
    }

    .transact, .supercoin-balance {
        padding-left: 0px;
    }

    .no-shares {
        margin-top: 15px;
    }
    .modal-image {
        width: 100px !important;
    }
    .modal-msg {
        width: 50% !important;
    }
    .date-picker {
        width: 90%;
    }
    .cardholder_sales {
        width:273%
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 100% !important;
        max-width: 100%!important;
    }
}
@media not all, (-webkit-transform-3d) {
    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        padding-bottom: 20px !important;
    }
}
/*@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 40px !important;
    }
}*/
.spping-container {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
.spping-loading {
    border: 6px solid #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    animation: spin 1s infinite ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*queue control*/
.toggle {
    margin-left: 36%;
    margin-top: 5%;
}

/*loader*/



.content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

/*My rewards css*/
.superCoinContainer {
    width: 350px;
    height: 250px;
    border-radius: 10px;
    margin-top: 50px;
    background-color: #fefdf9;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.2);
}

@media (min-width: 400px) {
    .superCoinContainer {
        max-width: 350px !important;
    }
}
.superCoin {
    margin-left: 2%;
    margin-top: 25px;
}
.superCoinImg {
    margin-left: 22%;
    margin-top: 5%;
}
    .superCoinImg img {
        height: 150px;
    }
.superCoinInfo {
    /*margin-left: 27%;*/
    margin: auto;
    width: 60%;
    /*border: 3px solid #73AD21;*/
    /*padding: 10px;*/
}
.superCoinBalance {
    /*  margin-top: 5%;
    margin-left: 27%;*/
    margin: auto;
    width: 60%;
    /*border: 3px solid #73AD21;*/
    /* padding: 10px;*/
}

/*My transactions css*/
.cardholder {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    margin-top: 20px;
}
.datefilter {
    padding-left: 10px;
}
.partialview {
    padding-left: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
}
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
