﻿.topnavbar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #cecece !important;
}
    .topnavbar .navbar-nav > .nav-item > .nav-link, .topnavbar .navbar-nav > .nav-item.show > .nav-link {
        color: #337eff;
    }
div.range-date-picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 350px;
}
i.caret-down-icon {
    padding-left: 10px;
    float: right;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 351px !important;
}


.dropdown-menu.show {
    max-height: 250px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
}

.dropdown-item{
    cursor:pointer !important;
}




.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.product-image-wrapper {
    list-style: none;
    float: left;
    border: 1px solid grey;
    width: 100px;
    height: 100px;
    margin: 10px;
    position: relative;
}

.product-options-hover {
    /*display: none;
    width: 100px;
    height: 100px;
    float: left;
    background-color: blue;
    position: relative;*/
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.product-image {
    opacity: 1;
    display: block;
    object-fit: fill;
    height: 100px;
    float: left;
    transition: .5s ease;
    backface-visibility: hidden;
}

    .product-image:hover + .product-options-hover {
        display: block;
    }


.product-image-wrapper:hover .product-image {
    opacity: 0.3;
}

.product-image-wrapper:hover .product-options-hover {
    opacity: 1;
}

.product-image-delete {
    position: absolute;
    top: -6px;
    left: -6px;
    border: 1px solid #323232;
    border-radius: 50%;
    font-size: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    box-sizing: border-box;
    /*background: url(https://ir.ebaystatic.com/rs/c/ebayui-uploader_preview-grid-lib-thumbnails-images-close-175fd07b.png) 50% 50% no-repeat #fff;*/
    background: url('../Images/product-close-icon.png') 50% 50% no-repeat #fff;
    background-size: 10px;
    z-index: 9;
}
@media (max-width: 767.98px) {
    .sidebar-toggle > em {
        color: black !important;
    }
}
    .cGold {
        color: #ffd700;
    }

    .cblack {
        color: #201e1f;
    }

    .cPlatinum {
        color: #e7e4e4;
    }

    .cOrange {
        color: #f15025;
    }

    .cChesnut {
        color: #937b63;
    }

    .bGold {
        background-color: #ffd700 !important;
    }

    .bblack {
        background-color: #201e1f;
    }

    .bPlatinum {
        background-color: #e7e4e4;
    }

    .bOrange {
        background-color: #f15025;
    }

    .bChesnut {
        background-color: #937b63;
    }