/**  Notification style   Start*/
.user-alert-container {
    position: fixed;
    top: 2em;
    right: 1em;
    z-index: 9999999999;
    padding-right: 1em;
    width: 500px;
    /* display: none; */
}

.user-alert-container .user-alert {
    z-index: 500;
    padding-right: 1em;
    margin-top: 2em;
    position: relative;
    float: right;
}

@-webkit-keyframes sonarWarning {
    0% {
        box-shadow: 0 0 0 0 #F9CB40
    }

    100% {
        box-shadow: 0 0 0 20px rgba(249, 203, 64, 0)
    }
}

@-moz-keyframes sonarWarning {
    0% {
        box-shadow: 0 0 0 0 #F9CB40
    }

    100% {
        box-shadow: 0 0 0 20px rgba(249, 203, 64, 0)
    }
}

@keyframes sonarWarning {
    0% {
        box-shadow: 0 0 0 0 #F9CB40
    }

    100% {
        box-shadow: 0 0 0 20px rgba(249, 203, 64, 0)
    }
}

@-webkit-keyframes sonarDanger {
    0% {
        box-shadow: 0 0 0 0 #FF715B
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 113, 91, 0)
    }
}

@-moz-keyframes sonarDanger {
    0% {
        box-shadow: 0 0 0 0 #FF715B
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 113, 91, 0)
    }
}

@keyframes sonarDanger {
    0% {
        box-shadow: 0 0 0 0 #FF715B
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 113, 91, 0)
    }
}

@-webkit-keyframes sonarSuccess {
    0% {
        box-shadow: 0 0 0 0 #0ee092;
    }

    100% {
        box-shadow: 0 0 0 20px rgba(14, 224, 146, 0)
    }
}

@-moz-keyframes sonarSuccess {
    0% {
        box-shadow: 0 0 0 0 #0ee092;
    }

    100% {
        box-shadow: 0 0 0 20px rgba(14, 224, 146, 0)
    }
}

@keyframes sonarSuccess {
    0% {
        box-shadow: 0 0 0 0 #0ee092;
    }

    100% {
        box-shadow: 0 0 0 20px rgba(14, 224, 146, 0)
    }
}

.user-alert-container .user-alert.warning i {
    background-color: #F9CB40;
    -webkit-animation: sonarWarning 1.8s linear infinite;
    -moz-animation: sonarWarning 1.8s linear infinite;
    animation: sonarWarning 1.8s linear infinite
}

.user-alert-container .user-alert.warning p {
    background-color: #F9CB40;
    color: #333
}

.user-alert-container .user-alert.info i {
    background-color: #35c3fa;
    -webkit-animation: sonarInfo 1.8s linear infinite;
    -moz-animation: sonarInfo 1.8s linear infinite;
    animation: sonarInfo 1.8s linear infinite
}

.user-alert-container .user-alert.info p {
    background-color: #35c3fa;
    color: #fff
}

.user-alert-container .user-alert.danger i {
    background-color: #FF715B;
    -webkit-animation: sonarDanger 1.8s linear infinite;
    -moz-animation: sonarDanger 1.8s linear infinite;
    animation: sonarDanger 1.8s linear infinite
}

.user-alert-container .user-alert.danger p {
    background-color: #FF715B;
    color: #fff;
    text-align: left;
}

.user-alert-container .user-alert.success i {
    background-color: #0ee092;
    -webkit-animation: sonarSuccess 1.8s linear infinite;
    -moz-animation: sonarSuccess 1.8s linear infinite;
    animation: sonarSuccess 1.8s linear infinite
}

.user-alert-container .user-alert.success p {
    background-color: #0ee092;
    color: #fff !important;
}

.user-alert-container .user-alert i {
    display: inline-block;
    border-radius: 100%;
    font-size: 1.5em;
    line-height: 35px;
    padding: 0.2em;
    width: 47px;
    height: 47px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.user-alert-container .user-alert p {
    display: inline-block;
    border-radius: 4px;
    padding: 0.5em 1em;
    font-size: 100%;
    text-align: center;
    margin: 0 0 0 3.6em;
    cursor: default;
    position: relative;
    word-break: break-word;
}

.user-alert-container .user-alert p b {
    color: #222;
    color: rgba(0, 0, 0, 0.5)
}

.user-alert-container .user-alert p a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline
}

.user-alert-container .user-alert p button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0.5em;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 0 4px 4px 0
}

.user-alert-container .user-alert p button:hover {
    background: rgba(0, 0, 0, 0.5)
}

.ui-notification {
    position: inherit !important;
}

.ui-notification.clickable:hover {
    opacity: 1 !important;
}

.text-white {
    color: #fff !important;
}

/** button desaled class */
.disabled {
    pointer-events: none;
}

.m-none {
    margin: 0 !important;
}

.cursor {
    cursor: pointer;
}

/**  Notification style   End */
/** Margin All 5 TO 50 Classes  by VKS */
.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}
.ml2 {
    margin-left: 2px !important;
}
.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mt15 {
    margin-top: 15px
}

.mr15 {
    margin-right: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.mt20 {
    margin-top: 20px
}

.mr20 {
    margin-right: 20px
}

.mb20 {
    margin-bottom: 20px
}

.ml20 {
    margin-left: 20px
}

.mt25 {
    margin-top: 25px
}

.mr25 {
    margin-right: 25px
}

.mb25 {
    margin-bottom: 25px
}

.ml25 {
    margin-left: 25px
}

.mt30 {
    margin-top: 30px
}

.mr30 {
    margin-right: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.mt35 {
    margin-top: 35px
}

.mr35 {
    margin-right: 35px
}

.mb35 {
    margin-bottom: 35px
}

.ml35 {
    margin-left: 35px
}

.mt40 {
    margin-top: 40px
}

.mr40 {
    margin-right: 40px
}

.mb40 {
    margin-bottom: 40px
}

.ml40 {
    margin-left: 40px
}

.mt45 {
    margin-top: 45px
}

.mr45 {
    margin-right: 45px
}

.mb45 {
    margin-bottom: 45px
}

.ml45 {
    margin-left: 45px
}

.mt50 {
    margin-top: 50px
}

.mr50 {
    margin-right: 50px
}

.mb50 {
    margin-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

#preloader {
    background-color: #2A2826;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    /*display: none;*/
}

/*Prelaoder*/
#preloader img {
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
}

img.loader {
    width: 200px;
}

img.loader-logo {
    width: 51px !important;
}

/** Padding All 5 TO 50 Classes  by VKS */
.p0 {
    padding: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pt10 {
    padding-top: 10px
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px
}

.pt15 {
    padding-top: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pt20 {
    padding-top: 20px
}

.pr20 {
    padding-right: 20px
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl20 {
    padding-left: 20px
}

.pt25 {
    padding-top: 25px
}

.pr25 {
    padding-right: 25px
}

.pb25 {
    padding-bottom: 25px
}

.pl25 {
    padding-left: 25px
}

.pt30 {
    padding-top: 30px
}

.pr30 {
    padding-right: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pl30 {
    padding-left: 30px
}

.pt35 {
    padding-top: 35px
}

.pr35 {
    padding-right: 35px
}

.pb35 {
    padding-bottom: 35px
}

.pl35 {
    padding-left: 35px
}

.pt40 {
    padding-top: 40px
}

.pr40 {
    padding-right: 40px
}

.pb40 {
    padding-bottom: 40px
}

.pl40 {
    padding-left: 40px
}

.pt45 {
    padding-top: 45px
}

.pr45 {
    padding-right: 45px
}

.pb45 {
    padding-bottom: 45px
}

.pl45 {
    padding-left: 45px
}

.pt50 {
    padding-top: 50px
}

.pr50 {
    padding-right: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.plr3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

/** Fornt Size All 5 TO 50 Classes  by VKS */
.font5 {
    font-size: 5px !important;
}

.font8 {
    font-size: 8px !important;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px !important;
}

.font18 {
    font-size: 18px !important;
}


.font20 {
    font-size: 20px
}

.font25 {
    font-size: 25px
}

.font30 {
    font-size: 30px
}

.font35 {
    font-size: 35px
}

.font40 {
    font-size: 40px
}

.font45 {
    font-size: 45px
}

.font50 {
    font-size: 50px
}

#preloader.light {
    background-color: rgba(16, 14, 14, 0.62) !important;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #f53129;
    border-color: #f53129;
    cursor: default;

}

.text-danger {
    color: #e32119;
}

h4.color-selected {
    color: #d22121;
    /* border-bottom: 1px solid #d22121; */
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: double;
    width: auto;
}

.pointer {
    cursor: pointer;
}

.br-l {
    border-left: 1px solid rgb(221, 221, 221);
}

li.is_last {
    border-right: 1px solid #cdcdcc !important;
}

.remarkTD {
    padding-top: 8px !important;
}

.remarkTD > textarea {
    resize: vertical; /* user can resize vertically, but width is fixed */
    max-height: 200px;
}

strong, .strong {
    font-weight: 600 !important;
}

.dangerBr {
    border: 1px solid red !important;
}

.no-event {
    pointer-events: none;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

/*
.upload-btn-wrapper > button.btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}*/
.upload-btn-wrapper > input[type=file] {
    /* font-size: 100px; */
    position: absolute;
    top: 0;
    opacity: 0;
    /* height: auto; */
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.signupPage span.btn.btn-default.form-control.ui-select-toggle {
    padding: 18px 11px;
}

.signupPage input.form-control.ui-select-search {
    height: auto;
    color: #777777 !important;
    font-size: 16px;
}

.signupPage input.ui-select-search.input-xs {
    width: 100% !important;
    height: 42px !important;
    padding-left: 5px;
}

/*
.signupPage input.ui-select-search.input-xs:focus {

    height: auto !important;
}*/
.ui-select-container.ui-select-multiple.ui-select-bootstrap.dropdown.form-control {
    height: auto;
    border-color: #cdcdcc;
    font-size: 16px;
    min-height: 52px;
}

.my-account .ui-select-container.ui-select-multiple.ui-select-bootstrap.dropdown.form-control {
    min-height: 34px;
}

.ui-select-container.ui-select-multiple.ui-select-bootstrap.dropdown.form-control.ng-not-empty input.ui-select-search {
    height: auto !important;
    margin-bottom: 0;
}

input.mobile_code {
    width: 20%;
    padding-left: 7px;
    padding-right: 7px;
}

input.mobile_code:focus {
    padding-left: 5px;
    padding-right: 5px;
}

input.mobile_number {
    width: 55%;
    padding-left: 7px;
    padding-right: 7px;
}

input[name="mobile_number"].mobile_number {
    width: 70%;
}

input.mobile_number:focus {
    padding-left: 5px;
    padding-right: 5px;
}

input.fileBox {
    height: 50px;
    border-color: #cdcdcc;
}

input.fileBox {
    height: 50px;
    border-color: #cdcdcc;
}

.ui-select-container.ui-select-bootstrap.dropdown.dangerBr {
    height: 58px;
}

.width-25 {
    width: 25% !important;
}

.width10 {
    width: 10% !important;
}

.width15 {
    width: 15% !important;
}

.width20 {
    width: 20% !important;
}

.width25 {
    width: 25% !important;
}

.width30 {
    width: 30% !important;
}

.width35 {
    width: 35% !important;
}

.width40 {
    width: 40% !important;
}

#savedSearch .search {

    display: inline-block;
    margin: 1px 0;
    vertical-align: text-top;
    width: 100%;

}

.savedFilter {
    height: 85px;
    overflow: hidden;
}

.height-full {
    height: auto;
}

.shapeTDRight {
    width: 13%;
}

.shapeTDLeft {
    width: 3.2vw !important;
    display: inline-block;
}

.shapeTDLeft.auto-width > span.shapeName {
    vertical-align: bottom;
}

.shapeTDLeft.auto-width {
    width: auto;
    vertical-align: top;
    margin-right: 4px;
}

span.shapeName {
    white-space: nowrap;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

span.shapeName + i {
    vertical-align: baseline;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    padding: 0px 5px 20px 5px;
}

.fontAwesome {
    font-family: 'Helvetica', FontAwesome, sans-serif;
}

.reveal-modal {
    left: auto !important;
}

.signinSelect .ui-select-container {
    width: 92%;
}

.width-100 {
    width: 100% !important;
}

.location {
    font-size: 18px;
    color: #e74c4c;
}

.abt-p-t {
    padding-top: 40px !important;
}

.our-people-pb {
    padding-bottom: 40px;
}

.bpfTop a.btn-without-fix.theme-btn {
    padding: 9px 6px !important;
    font-size: 11px;
}

a.btn-without-fix.theme-btn.c-line-btn.t-btn.t-btn--rectangle.u-relative.u-inline-block.excelbtn {
    padding: 6px 6px !important;
}

#terms .modal-dialog {
    width: 68%;
}

.terms-modal li {
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
}

.my-account .ui-select-container.ui-select-bootstrap.dropdown.dangerBr {
    height: 36px;
}

.change-password input[type="password"]:focus {
    border: 1px solid #cdcdcc !important;
}

textarea.form-control:focus {
    border: 1px solid #888888 !important;
}

.width-79 {
    width: 79% !important;
}

.width-58 {
    width: 58% !important;
}

.moving-tab {
    font-size: 15px !important;
}

/*Loader Style End*/
.pageHeight100 {
    min-height: calc(100vh - 110px);
}

/*
 *  STYLE 2 for slim scroll
 */

#slim-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#slim-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(245, 245, 245, 0.42);
}

#slim-scroll.update-profile::-webkit-scrollbar {
    width: 15px;
}

#slim-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #e2e2e2;
}

span.text-key-title {
    color: #5c5a5a;
}

span.text-value {
    font-size: 17px;
    margin-left: 7px;

}

.detailsTD .col-md-12 {
    margin-bottom: 5px;
}

table.table.detailsTD td {
    border: none;
    padding: 8px 8px;
    line-height: 17px;
}

.orderModal.modal-footer a.btn-without-fix.theme-btn {
    font-size: 15px;
    min-width: auto;
    padding: 12px 24px;
    font-weight: 500;
}

.loginForm {
    max-height: calc(100vh - 350px);
    padding: 0px 0px 0px 0px;
    min-height: 300px !important;
}

.stone-gallery .nav-tabs > li > a {
    padding: 8px 6px;
    font-size: 14px;
}

.excelbtn {
    margin-right: 10px;
    padding: 8px 10px !important;
}

.lineHeight {
    line-height: 1.2em;
}

.imgpopup {
    cursor: pointer;
}

.imageModal .modal-content {
    border: 0;
    box-shadow: none;
}

img.imageShaddow {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

input[type="radio"].form-control {
    height: 17px;
}

.disp-webkit {
    display: -webkit-box;
}

.mt5rem {
    margin-top: 0.5rem !important;
}

.ml-1rem {
    margin-left: -2rem !important;
}

.quick-search-selected {
    border: 1px solid #E32119 !important;
    color: #E32119;
    background: #FFFDFD;
}

.bk-clr {
    background-color: #f5f5f5 !important;
}

.quick-hover:hover {
    background-color: rgba(255, 224, 224, 0.43) !important;
    cursor: pointer;
    color: blue;
}

.dashboard-number {
    display: inline-block;
    width: auto;
    clear: both;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 9px;
}

.dashboard-right-bar {
    background-color: #fff;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ccc;
    min-height: 70px;
    overflow: hidden;
    padding: 10px 10px 10px 80px;
    font-size: 18px;
}

.icon-badge img.diamondImg {
    position: relative;
    left: 0;
    right: 0;
    width: auto;
    /* max-height: 195px;*/
}

.dashboard-right-img {
    /*height: 215px;*/
    float: none;
    padding: 10px;
    text-align: center;
}

.dashboard-padding {
    padding-right: 10px !important;
    padding-left: 7px !important;
}

.dash-right-p li {
    margin-bottom: 0 !important;
}

.dash-right-p li p {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 14px;
}

.dash-height {
    max-height: 201px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: rgb(0, 0, 0) !important;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:before {
    content: '\f053' !important;
}

.slick-next:before {
    content: '\f054' !important;
}

.slick-prev:before, .slick-next:before {

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px !important;
    color: #252424 !important;
}

.slick-next {
    right: -18px !important;
}

.slick-prev {
    left: -18px !important;
}

.stone-gallery img#arrow-img {
    width: 48%;
}

.stone-gallery img.full-img {
    width: 100%;
}

.stone-gallery img#heart-img, .stone-gallery img#rough-and-plan-img {
    width: 47%;
}

.sub-image-display {
    height: 250px;
}

.sub-image-display img {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

#target {
    overflow: hidden;
}

#target table th, #footerTD table th {
    padding: 2px;
    line-height: 1.42857;
    white-space: nowrap !important;
    /*overflow: hidden;*/
}

.plr7 {
    padding-left: 7px;
    padding-right: 7px;
}

.pl2 {
    padding-left: 2px !important;
}

.bpf-radio .radio {
    display: inline-block;
}

.bpf-radio .radio label.radio-label {
    font-size: 16px;
}

table.table.table-bordered.mb-0.diamond-filter-data.table-button td {
    font-size: 13px;
    padding: 3px 2px;
    vertical-align: middle;
}

/*#compareTableHeaders tr:first-child td {
    height: 45px !important;
}*/
.img-paading.compare-diamond img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
    max-height: 141px;
}

td.img-paading.compare-diamond {
    height: 158px;
}

.line-height15 {
    line-height: 15px !important;
}

.line-height16 {
    line-height: 16px !important;
}

.line-height17 {
    line-height: 17px !important;
}

.line-height18 {
    line-height: 18px !important;
}

.line-height23 {
    line-height: 23px !important;
}

.text-underline {
    text-decoration: underline;
}

.subnav-fixed-bar .btn-without-fix {
    padding: 6px 9px !important;
}

b {
    font-weight: 800 !important;
}

.number-bedge.header-title {
    background: #000;
    color: #fff;
    padding: 3px 4px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 10px;
}

.topMenu li a:hover .number-bedge.header-title,
a.active-menu .number-bedge.header-title {
    background: #f53129;
}

.navbar-black-bg nav ul li a > span.number-bedge.header-title,
li.list-animation a > span.number-bedge.header-title {

    float: right;
}

.font-300 {
    font-weight: 300;
}

.cbox {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.disabledPoint {
    pointer-events: none;
}

.compare-input {
    margin-top: 5px;
    width: 20%;
    border: 1px solid #CDCDCC;
    color: #22264D;
    padding: 8px 10px 8px;
    box-shadow: none;
    font-family: 'Larsseit';
    font-size: 13px;
    height: 30px;
}

ul.nav.nav-tabs.my-offer li > a {
    padding: 2px 9px !important;
    font-size: 15px;
}

span.bpf.active {
    border: 1px solid #e32119;
    color: #ffffff;
    background: #e32119;
}

span.bpf.active.success {
    border: 1px solid #128000;
    color: #ffffff;
    background: #128000;
}

div#dataTables_wrapper {
    overflow: auto;
    padding-right: 0px !important;
}

.pagination-link {
    padding: 6px 6px 0px 6px !important;
}

.pagination > li > a, .pagination > li > span {
    padding: 7px 18px;
    margin-left: 0px;
    font-weight: 500;
    line-height: 1.25;
}

#footerTD::-webkit-scrollbar-track, #target::-webkit-scrollbar-track, #dataTables_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#footerTD::-webkit-scrollbar, #target::-webkit-scrollbar, #dataTables_wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#footerTD::-webkit-scrollbar-thumb, #target::-webkit-scrollbar-thumb, #dataTables_wrapper::-webkit-scrollbar-thumb {
    background: #848484;

}

#footerTD::-webkit-scrollbar-thumb:hover, #target::-webkit-scrollbar-thumb:hover, #dataTables_wrapper::-webkit-scrollbar-thumb:hover {
    background: #333333;
}

tr.change-taxt td {
    white-space: nowrap;
}

tr.change-taxt.check-all td {
    font-size: 11px !important;
}

div.check-all a.btn-without-fix.theme-btn {
    font-size: 11px !important;
}

tr.change-taxt.bpf-block-page td {
    font-size: 13px;
    padding: 7px 6px !important;
    white-space: unset;
}

tr.change-taxt.bpf-block-page.checked td {
    font-size: 12px;
    padding: 4px 4px !important;
}

.modal-backdrop {
    z-index: 999999;
}

.modal {
    z-index: 9999999;
}

#Imgmodal .modal-header button.close {
    line-height: 16px;
    padding: 5px 6px;
    opacity: 1;
    border-radius: 50%;
    font-weight: 300;
    text-shadow: none;
    color: #e03131;
}

textarea.width-100.dangerBr {
    border: 1px solid #ff0000 !important;
}

.compare-top-button {
    display: flex;
    justify-content: center;
}

.compare-top-btn-input {
    display: block;
    float: left;
    margin-right: 5px;
}

.compare-top-a-btn {
    float: left;
    padding-left: 5px;
}

a.border-link.view-detailDS {
    font-size: 15px;
    float: none;
    text-align: center;
    padding: 6px !important;
    margin-bottom: 10px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
#filterModal.modal.left .modal-dialog,
#filterModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: calc(100vw - 150px);
    height: 95%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

#filterModal.modal.left .modal-content,
#filterModal.modal.right .modal-content {
    height: 95%;
    overflow-y: auto;
}

#filterModal.modal.left .modal-body,
#filterModal.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
#filterModal.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

#filterModal.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
#filterModal.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

#filterModal.modal.right.fade.in .modal-dialog {
    right: 0;
}

div#filterModal .container-fluid.p-l-r-30 {
    padding: 0 !important;
}

div#filterModal .search-panel {
    bottom: 0 !important;
}

#sendRemark .form-input input {
    border: 1px solid #cdcdcc !important;
    resize: none;
    height: auto;
    width: 95%;
    padding-left: 15px;
    margin-bottom: 15px;
}

#sendRemark .form-input input {
    border: 1px solid #cdcdcc !important;
    resize: none;
    height: auto;
    width: 95%;
    padding-left: 15px;
    margin-bottom: 15px;
}

#sendRemark .form-input input.mobile_code {
    width: 20%;
}
.display-flex{
    display: flex !important;
}
.imageModal .imageModalMultiple {
    width: 94vw;
    height: calc(100vh - 100px);
}
.imageModal .imageModalMultiple img {
    max-width: 47% !important;
}

#objectDiv object{
    height: calc(100vh - 80px);
    width: calc(100vw - 350px);
}
.c-ribbon--giant-bg {
    background: #e16d3e;
}