﻿:root {
    --primary-color: hsl(168, 75%, 37%);
    --primary-color-darker: hsl(168, 75%, 34%);
    --primary-color-lighter: hsl(168, 75%, 40%);
}

/*primary button states*/
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

    .btn-primary:hover, .custom-skin .btn-primary:focus, .custom-skin .btn-primary.focus {
        background-color: var(--primary-color-darker) !important;
        border-color: var(--primary-color-darker) !important;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        background-color: var(--primary-color-darker) !important;
        border-color: var(--primary-color-darker) !important;
    }

/*btn-link effects*/
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    color: var(--primary-color) !important;
}



/*For input fields*/
.form-control:focus, .single-line:focus {
    border-color: var(--primary-color) !important;
}

/*chosen select theme*/
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: var(--primary-color) !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: var(--primary-color) !important;
}

.chosen-container-active .chosen-choices {
    border-color: var(--primary-color) !important;
}

/*on off toggle switch*/
.onoffswitch-inner:before {
    background-color: var(--primary-color) !important;
}

.onoffswitch-label, .onoffswitch-switch {
    border-color: var(--primary-color) !important;
}

/*Progress bar*/
.progress-bar {
    background-color: var(--primary-color) !important;
}


/*left Nav*/
/*nav header bg*/
.nav-header {
    background-color: var(--primary-color-darker) !important;
    /*background-blend-mode: luminosity;*/
}

/*active*/
.nav > li.active {
    border-left: 0px solid var(--primary-color) !important;
    /*background: #293846;*/
}

/*pagniation*/
.page-item.active .page-link {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}


.custom-skin .bg-primary {
    background-color: var(--primary-color) !important;
}


/*VARS FIN*/

body {
    color: black
}

.font-weight-600 {
    font-weight: 600
}

a {
    color: #0056b3
}

table td a:hover {
    text-decoration: underline
}

.sub-info {
    margin: 0;
    font-size: 0.78rem;
}
/*TENANT ONLY STYLES*/
.logo-expanded {
    height: 36px;
    position: relative;
    top: -22px;
    margin: auto;
    display: block
}

body.mini-navbar .logo-expanded {
    display: none
}
/*TENANT ONLY STYLES FIN*/

/*theme choser dropdown*/
.theme-preview {
    height: 30px;
    width: 30px
}

    .theme-preview.coral-blue {
        background-color: hsl(203, 89%, 50%)
    }

    .theme-preview.natural-green {
        background-color: hsl(168, 75%, 37%)
    }

    .theme-preview.midnight-blue {
        background-color: hsl(209, 34%, 18%)
    }
/*theme choser dropdown fin*/
/*ADMIN ONLY STYLES*/
.top-navigation .nav > li.active > a {
    color: #1ab394;
    border-bottom: 2px solid;
    /* border-radius: 2px; */
    background: #1ab39414;
}

.top-navigation .nav > li > a {
    padding: 17px 20px;
}
/*ADMIN ONLY STYLES*/

/*collapsable row arrow style*/
.row-open {
    transform: rotate(90deg)
}

.font-11{
    font-size: 11px !important
}
.font-10{
    font-size: 10px !important
}
.clientauction-info {   
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
     width: 260px; 
   
}
.MenuHighlight {
    background-color: #504f50;
}
.label-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
}
.label-secondary-light {
    color: #fff !important;
    background-color: #afb0b1 !important;
}
table a.font-weight-bold {
    color: #0056b3
}

    table a.font-weight-bold:hover {
        text-decoration: underline
    }
/*Invoices*/
/*.payment-options {
    display: none;
}*/
/*Saved cards in make payment*/
input[name="savedcard"] + div {
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

    input[name="savedcard"] + div:hover {
        background: #e7eaec
    }

input[name="savedcard"]:checked + div {
    border: 1px solid #18a589;
    background: #f0fffc;
}


svg.peity {
    vertical-align: middle
}
/*Inovice preview*/
.quick-access {
    right: 0;
    top: 30%
}

    .quick-access a {
        font-size: 1.3em;
        text-decoration: none;
        color: rgba(0,0,0,0.5)
    }

        .quick-access a:hover {
            color: var(--primary-color, #2daae1);
        }

.notes-scroll-section {
    height: calc(100vh - 210px);
    overflow-y: hidden;
    transition: all ease-in-out 0.30s
}

    .notes-scroll-section:hover {
        overflow-y: overlay
    }

    /*scrollbar*/
    .notes-scroll-section::-webkit-scrollbar {
        width: 0.2em;
    }

    /* #sidebar-wrapper .list-group.list-group-flush::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} */

    .notes-scroll-section::-webkit-scrollbar-thumb {
        background-color: #6c757d;
        outline: 1px solid slategrey;
    }

.invoice-page {
    max-width: 900px;
    min-height: 20.7cm
}

.settlementinvoice-page {
    max-width: 900px;
    min-height: 29.7cm
}


/*dropdown no caret*/
.nocaret.dropdown .dropdown-toggle::before {
    display: none;
    content: ''
}


/*Tabs Active color*/ /*Permissions*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1ab394;
}

.nav.permissions-list > li > a {
    color: #000000;
}

.input-validation-error {
    border-color: darkred !important;
}

.field-validation-error {
    color: darkred;
}

.nav.permissions-list .nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: white !important;
    background: #1ab394 !important;
}

/*custom sidebar*/
.custom-sidebar {
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(+120%);
    transition: all 0.3s ease-in;
    width: 320px;
    z-index: 12
}

    .custom-sidebar.active {
        transform: translateX(0);
    }

.ValidationSummary {
    color: red;
}

.input-validation-error {
    border: 1px solid #ed5565 !important;
}

.required-field {
    color: #ed5565;
}



.ibox-tools.auction-list a {
    cursor: pointer;
    margin-left: 5px;
    color: #000 !important;
}

.auction-type {
    font-size: 12px;
    font-weight: 200
}

.auction-time {
    font-size: 11px;
}

.ibox-tools.auction-list .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}

.ibox-tools.auction-list .dropdown-menu {
    font-size: 13px;
    min-width: 120px;
    padding: 0;
}

.title-action {
    padding-top: 21px;
}

.content.filter-form {
    scrollbar-color: #6c757d;
    scrollbar-width: thin;
    scrollbar-track-color: slategrey;
    scrollbar-face-color: #6c757d;
}

.content.filter-form {
    overflow: hidden
}

    .content.filter-form:hover {
        overflow: auto
    }

    .content.filter-form::-webkit-scrollbar {
        width: 0.2em;
    }


    .content.filter-form::-webkit-scrollbar-thumb {
        background-color: #6c757d;
        outline: 1px solid slategrey;
    }

.lightBoxGallery-auction { 
    width: 400px !important;
}

/*mini-navbar */

.mini-navbar .navbar-default .nav > li:hover > a {
    position: relative;
    width: calc(200px + 10px);
    background-color: #293846;
    color: white !important;
    -webkit-transition: none;
    cursor: pointer;
    transition: none;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 180px;
    height: auto;
}

.mini-navbar li.active .nav-second-level {
    left: 45px;
}

.metismenu .arrow {
    float: right;
    line-height: 2.42857 !important;
}

body.mini-navbar .navbar-default .nav li:hover a span {
    display: inline;
    font-size: 13px;
}
/* #sidebar-wrapper .list-group.list-group-flush::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} */


/*Multiselect plugin*/
.chosen-container-single .chosen-single {
    height: calc(2.16rem + 2px) !important;
    border-radius: 1px;
    font-size: 0.9rem;
    padding: 6px 12px;
    line-height: 1.5;
    color: black;
}
/*Multiselect plugin fin*/


.client-name {
    background: #57b495;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 5px 0px !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.dropzone {
    min-height: 140px;
    border: 1px dashed var(--primary-color, #1ab394) !important;
    /*border: 1px dashed #1ab394 !important;*/
    background: white;
    padding: 20px 20px;
}

.lightBoxGallery img {
    margin: 0px !important;
    /*width: 160px;*/
}


/*img Over effect*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        height: 4.75em;
        background: #79FAC4;
        color: #3c4a50;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: hidden;
    }

    .hovereffect .overlay {
        width: 160px;
        position: absolute;
        overflow: hidden;
         FONT-WEIGHT: 200; 
        visibility: hidden;
        left: 6px;
        top: auto;
        bottom: 13px;
        padding: 1em;
        padding: 0em;
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        transition: transform .35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

.ehover10:hover .overlay, .ehover10:hover button, .ehover10:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.hovereffect:hover img {
    -webkit-transform: translate3d(0,-10%,0);
    transform: translate3d(0,-10%,0);
}



.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}

    .hovereffect a.info:hover {
        box-shadow: 0 0 5px #fff;
    }


.hovereffect p.icon-links a {
    color: #fff;
    font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
    color: #fff;
}

.hovereffect h2,
.hovereffect p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
    visibility: visible;
}

    .hovereffect p.icon-links a span:before {
        display: inline-block;
        padding: 8px 10px;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.label-primary-light, .badge-primary-light {
    background-color: #7dd87ca6 !important;
    color: #292828 !important;
}



/*Details pages tabs*/

.details-page-tabs li a.active {
    border: none;
    border-bottom: 3px solid #1ab394 !important;
}


.details-page-tabs li a:hover {
    background: transparent !important;
    color: black !important;
}
/*Details pages tabs fin*/


/*righ details pane table*/
.table.detailspane-table tr td {
    border-top: none
}

.table.auctiondetailspane-table tr td {
    border-top: 1px solid #e7eaec;
}

    .table.auctiondetailspane-table tr td.font-12 {
        font-size: 12px;
    }


/*Inventory details gallery*/
.inventory-image .position-absolute.overlay {
    visibility: hidden;
    transform: translateY(0);
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    width: 120px;
    transition: all linear 0.25s
}

.inventory-image .position-absolute.overlays {
    
    visibility: hidden;
    transform: translate(29px,-237%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    width: 91px;
    transition: all linear 0.25s
}


.inventory-image .position-absolute.items-tab.overlay {
    visibility: hidden;
    transform: translateY(0);
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    width: 150px;
    transition: all linear 0.25s
}

.inventory-image .position-absolute.items-tab.overlays {
    visibility: hidden;
    transform: translate(60px,-320%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    width: 91px;
    transition: all linear 0.25s
}

.auctionfolder-image .position-absolute.overlay {
    cursor: pointer;
    visibility: hidden;
    transform: translateY(100%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    transition: all linear 0.25s
}

.auctionfolder-image .position-absolute.overlay > a  i {
   font-size: 10px !important;
}
.auctionfolder-image:hover .position-absolute.overlay {
    transform: translateY(0);
    visibility: visible;
    background: rgba(0,0,0,0.4);
}

.inventory-image:hover .position-absolute.overlay {
    
    visibility: visible;
    background: rgba(0,0,0,0.4);
}

.inventory-image:hover .position-absolute.overlays {
    
    visibility: visible;
    background: rgba(0,0,0,0.4);
}

.inventory-image:hover .position-absolute.items-tab.overlays {
    visibility: visible;
    background: rgba(0,0,0,0.4);
}

/*Inventory details gallery fin*/

.hide {
    display: none;
}

/*.dropdown-item {
    padding: .25rem 0.5rem !important;
}*/

.dropdown-item {
    padding: .25rem 0.5rem !important;
    border-bottom: 1px solid #ddd;
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 38px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 33px !important;
    font-weight: 100;
    line-height: 33px;
    color: #fff !important;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0,0,0,.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 1;
    cursor: pointer;
    display: none;
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff !important;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none;
}

.required-field {
    color: #ed5565;
}

.text-blue {
    color: #007bff !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    color: #fff !important;
    background-color: #ec4758;
    border-color: #ec4758;
}

.option-icons .btn-circle {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 11px;
    line-height: 1.428571429;
    margin-top: 5px;
}

.hide-textbox {
    display: none;
}

.fee-category.table-bordered > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
    font-size: 10px !important
}

.fee-category.table-bordered > tbody > tr > td, .fee-category.table-bordered > tfoot > tr > td {
    border: 1px solid #e7e7e7;
    font-size: 11px !important;
}

.fee-category.table-bordered {
    width: 250px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999 !important;
}

.tooltip {
    position: absolute;
    z-index: 9999 !important;
}

#showMe {
    display: none;
}

.optionselect .add-option {
    height: 34px;
    margin-left: -5px;
}

.note-btn {
    background: #f8f9fa !important;
    border-color: #f8f9fa !important;
    padding: 0.25rem 0.65rem;
    color: #212529;
}

.note-editor.note-frame {
    border: 1px solid #e5e6e7 !important;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    height: 17px;
    line-height: 17px;
}

.profile-pic {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    float: none;
}

.fileupload.btn .upload-icon i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.profile-pic img {
    border-radius: 100%;
    width: 120px;
    height: 120px;
}

.profile-pic.edit-img .fileupload.btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.5);
    border-radius: 0;
    padding: 3px 10px;
    border: none;
}

.profile-pic.edit-img .fileupload.btn {
    left: 0;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
}

.profile-content .profile-information {
    border-top: 1px solid rgba(204, 204, 204, 0.35);
    margin: 0px 0 20px 0;
    width: 100%;
    color: #444;
}

    .profile-content .profile-information ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .profile-content .profile-information ul li span.left-data {
            width: 45%;
        }

            .profile-content .profile-information ul li span.left-data strong {
                float: right;
                font-weight: normal;
                margin-right: 17px;
            }

.profile-information ul li span.right-data {
    width: 50%;
    float: right;
}

.profile-information ul li {
    list-style: none;
    font-size: 14px;
    margin: 0 0 12px 0;
    line-height: 18px;
    padding-top: 15px;
}

.auction-table-img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#loader-wrapper {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
}

#loader-wrapper-Auction {
    position: fixed;
    display:none;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
}

.spiner-example {
    height: 200px;
    padding-top: 250px;
}

.field-validation-error {
    color: red;
}

.input-validation-error a.chosen-single {
    border: 1px solid red !important;
}

.slide-open {
    /*position: absolute;
    /* top: 0px; */
    /* left: 0px; */
    /* border-radius: 20px 0 0 20px; */
    /* padding: 6px 10px 7px 13px; */
    /*right: 17px;*/
}

/*#left-wraper {
    width: calc(100% - 276px);
}*/

/*.wrapper-content.show #left-wraper {
    width: 100%;
}*/

.right-auction {
    margin-right: 0px;
    width: 318px;
    transition: all 0.30s ease-in-out;
}
    
.wrapper-content.show .right-auction {
    margin-right: -328px;
}

.left-icon i {
    font-size: 15px;
}

.bg-setting {
    margin-left: 13px
}

.dtp-btn-cancel {
    margin-right: 8px;
}

.dtp-btn-ok {
    background: #2F4050;
    color: #fff;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    width: 100% !important;
}

.basic-inforight {
    overflow: hidden;
    float: right !important;
    width: 125px;
    text-align: right;
}

.nav-second-level li a {
    padding-left: 23px !important;
}

.reports-page {
    max-width: 1000px !important;
    min-height: 18.7cm
}
/*.skin-settings {
    width: 220px;
    margin-left: 40px;
    background: #fefeff !important;
    height: 624px !important;
}*/


.theme-config {
    position: absolute !important;
    top: 122px !important;
    right: 0;
    overflow: hidden;
    bottom: 0;
}

.skin-settings {
    width: 220px;
    margin-left: 40px;
}

.light-skin {
    padding: 17px 10px;
    text-align: center;
    /*//background: url('patterns/triangular.png') repeat scroll 0 110px;*/
}

    .light-skin a {
        color: #525252;
        font-weight: bold;
    }
/*.fa-circle:before {
    content: "\f111";
}
.fa-pencil:before {
    content: "\f040";
}*/
.ultra-skin {
    padding: 10px 10px;
    font-weight: 600;
    background: url(patterns/3.png) repeat scroll 0 0;
}

.nav > li.active-high {
    border-left: 4px solid #19aa8d !important;
    background: #293846 !important;
}

.danger-skin {
    font-weight: 600;
    background: #ed5565 !important;
    text-align: center;
}
.form-control, .single-line {
    overflow: hidden;
}
.hidden_destiny{
    display: none;
}

.textwrap {
    word-break:break-word;
}
.wptemplate-table-img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.preview-content img {
    width: 100%;
    height:350px
}
.template-preview{
    height:400px
}
.auction-filter .btn-white:active, .btn-white.active {
    box-shadow: inset 0 3px 26px rgba(0, 0, 0, 0.125) !important;
}
.product-rip {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 31px;
    left: -49px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #57b495, 0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #57b495;
    text-align: center;
}

.product-imitation {
    text-align: center;
    padding: 0; 
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
}

.product-imitation  img
{
    width:100%
}

.product-ripnout {
    width: 200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 31px;
    left: -49px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #00B3ED, 0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #00B3ED;
    text-align: center;
}
.product-ripnout .product-wrap:before {
    width: 40px;
    height: 8px;
    left: 100px;
    background: #026d8f;
    border-radius: 8px 8px 0px 0px;
}
.product-ripnout .product-wrap:after {
    width: 8px;
    height: 40px;
    left: 0px;
    top: 101px;
    background: #026d8f;
    border-radius: 8px 8px 0px 0px;
}
.product-wrap:before, .product-wrap:after {
    content: "";
    position: absolute;
}
.product-wrap:before {
    width: 40px;
    height: 8px;
    left: 100px;
    background: #4D6530;
    border-radius: 8px 8px 0px 0px;
}
.add-label {
    font-size: 14px;
    margin-bottom: 0.35rem;
}
.product-wrap:after {
    width: 8px;
    height: 40px;
    left: 0px;
    top: 101px;
    background: #4D6530;
    border-radius: 0px 8px 8px 0px;
}


.product-wrap {
    width: 100%;    
    position: absolute;
    top: 1px;
    left: 0px;
    overflow: hidden;
}
.product-ripmain {
    position: relative;
    height: 165px;
    color:#fff;
}

.bootstrap-select > .dropdown-toggle {
    background: #fff;
    height: calc(2.25rem + 2px) !important;
}

.bootstrap-select .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #57b495;
}

.auction-list-total .list-group-item {
    background-color: #f3f3f4 !important;
    padding: 10px 15px !important;
    position: relative;
}
.auction-list-total .list-group-item {
    border-top: 1px solid #f8fafb !important;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 9px;
}
.chosen-container-active {
    border: 0.8px solid;
    border-color: hsl(168, 75%, 37%);
}
.focus {
    border: 0.8px solid;
    border-color: hsl(168, 75%, 37%);
}
.payments-method .panel-heading i {
    font-size: 12px !important;
}
.prev,.next{
    color:#fff !important;
    opacity:1 !important;
}
.upload-imginfo{
    font-size:14px;
}
.upload-imginfo .active-img {
    font-size: 15px;
}
.pagination {   
    
    flex-wrap: wrap;
}
.pagination .page-item {
    margin-bottom: 0.5rem !important;
} 
.label-pink-light, .badge-pink-light {
    background-color: #f15ba7;
    color: #ffffff;
}
.client-link:hover {
    color: inherit;
    font-weight: 600  !important;
}
.client-link {
    font-weight: 400 !important;
    color: inherit;
}
a.displaylot-edit {
    display: inline-block;
   
}
a:focus.displaylot-edit {
    outline: 1px solid #ddd;
    outline-offset: 1px;
    box-sizing: border-box;
    background: #fff;
    border: 0px solid #ddd;
    background-color: #FFFFFF;
    background-image: none;
    user-select: all;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}


span.item-name-edit {
    display: inline-block;
}

span:focus.item-name-edit {
    outline: 1px solid #ddd;
    outline-offset: 1px;
    box-sizing: border-box;
    background: #fff;
    border: 0px solid #ddd;
    background-color: #FFFFFF;
    background-image: none;
    user-select: all;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
} 

/*.maintenance-title h1 {
    font-size: 40px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important ;   
    line-height: 1.4em
}*/
    /*.skin-settings.show {
    margin-right: 0 !important;
}*/
    /*.skin-settings {
    width: 220px;
    margin-right: -220px ;
    background: #fefeff !important;
   
    position: fixed !important;
    right: 0;
    bottom: 0;
    top: 140px !important;
}*/
    /*spin-icon {
    background: #1ab394;
    position: fixed !important;
    padding: 7px 10px 7px 13px;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    top: 137px !important;
    right: 220px !important;
    width: 40px;
    color: #fff;
    cursor: pointer;
}*/
    /*Left and riht section in detail pages - Responsiveness*/

    #left-wraper {
    width: calc(100% - 346px)
}

@media (max-width: 1024px) {
    #left-wraper {
        width: 100% !important
    }

    .right-auction {
        width: 100%
    }
}
.select2-container--default.select2-container--focus .select2-selection {
    box-shadow: none;
    border-color: #1ab394 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1ab394 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-left: 3px;
    float: right;
    font-size: 19px;
    height: 15px;
    padding-right: 1;    
    margin-top: -4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f1f1f1;
    border: 1px solid #e5e6e7;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.table-dropdown-visible {
    overflow: visible !important;
}
.link-dialog .custom-checkbox input[type='checkbox'].custom-control-input {
    opacity: 1 !important;
    position: static !important;
}
.link-dialog .custom-control {
    padding-left: 0.20rem !important;
    
}
/*.ui-tooltip, .arrow-tooltip:after {
    background: #2f4050;
    border: 0px solid white; 
   
}*/


/*.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}*/

.pswp img {
    max-width: none;
    object-fit: contain !important;
}

#loader-wrapper-imageeditor {
    position: fixed;
    display: none;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
}
