/*
    https://www.b2cjewels.com/diamond-search
    https://www.brilliance.com/diamond-search

    https://www.b2cjewels.com/bundles/diamondsearchjs?v=VxTMDYiyrFn0en_Gz-5zSLNgBoGSUxiJtxowxKJzItA1
*/

/*Shapes*/
.padding-r10 {
    padding-right: 10px;
}


.ds-shapes {
    /*display: flex;*/
    display: flex;
    flex-flow: row;
    justify-content: center;
    text-align: center;
}

.ds-shapes1 {
    display: flex;
}

ul.ds-shapes1 li {
    padding-left: 13px;
    padding-right: 13px;
    flex-wrap: wrap;
}

ul.ds-shapes li {
    /*padding-left: 10px;
     flex-wrap: wrap;*/
    padding-left: 4px;
    padding-right: 4px;
    flex-wrap: wrap;
    justify-content: center;
}

ul.ds-shapes li {
    flex-wrap: wrap;
}

#color ul.ds-shapes li {
    padding-left: 13px;
    padding-right: 13px;
    flex-wrap: wrap;
}

#clarity ul.ds-shapes li {
    padding-left: 13px;
    padding-right: 13px;
    flex-wrap: wrap;
}

a.cert {
    color: #337ab7;
    text-decoration: underline;
}

.loadcentera {
    z-index: 1000;
    margin-left: 45%;
    margin-top: 27%;
    padding: 10px;
    width: 10px;
    border-radius: 5px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .loadcentera img {
        height: 50px;
        width: 50px;
    }

.loading {
    display: none;
    position: fixed;
    z-index: 999999999;
    background-color: #fff;
    color: #000;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    text-align: center;
}

.bgclr {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 1.5;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.92);
    z-index: 9999;
}

.preloader-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .preloader-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #261824;
        border-radius: 50%;
        animation: preloader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #261824 transparent transparent transparent;
    }

        .preloader-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .preloader-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .preloader-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }


.TFrame {
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-top: 0px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

.own-dr-reset_own_ring {
    padding: 15px;
}

.dlhead {
    font-size: 15px;
}

.readonlytxt {
    font-size: 11px;
    color: red;
}

.sidenavd {
    display: none;
    height: 100%;
    width: 400px;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    /* transition: 0.5s; */
    padding-top: 35px;
    border-right: 5px solid #261824;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: scroll;
}

    .sidenavd p {
        margin: 0;
    }

    .sidenavd .closebtn {
        position: absolute;
        font-size: 40px;
        margin-left: 50px;
        cursor: pointer !important;
        color: #000 !important;
        top: 10px;
        right: 10px;
    }

.modal-max .modal-header {
    padding: 0;
    border: 0;
}

.closem {
    position: absolute;
    right: -12px;
    background: #000;
    border: 0;
    font-size: 40px;
    top: -16px;
    color: #fff;
    padding: 19px 8px;
    z-index: 999;
    border-radius: 50%;
}

@media(min-width: 1199px) {
    .readonlytxt {
        font-size: 9px;
    }
}


@media (min-width: 1000px) {
    .modal-dialog {
        width: 800px !important;
        margin: 30px auto;
    }
}

@media(max-width:767px) {
    nav.navbar.navbar-default.delta-nav {
        background-color: #000;
    }
}

#EditModalR {
    z-index: 9999999999;
}

@media print {
    .noprint {
        display: none;
    }
}

.modal {
    position: absolute;
}

.loadiconcs {
    opacity: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.92);
    z-index: 9999;
}

.loadcentera {
    z-index: 1000;
    margin-left: 45%;
    margin-top: 27%;
    width: 89px;
    border-radius: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    background: #fff;
    border: none;
    text-align: center;
    padding: 10px;
}

    .loadcentera img {
        height: 50px;
        width: 50px;
    }

.nav-tabs-oform > li > a, .nav-tabs-oform > li > a:hover {
    background: #1f1f1f !important;
}

@keyframes preloader-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 960px) and (min-width: 501px) {
    .flex-container {
        flex-wrap: wrap;
    }

    ul.ds-shapes li {
        width: 8%;
    }

    #cert ul.ds-shapes li {
        width: 12%;
    }

    #color ul.ds-shapes li, #clarity ul.ds-shapes li {
        width: 7%;
    }

    .readonlytxt {
        font-size: 11px;
    }
}

@media (max-width: 500px) {
    .flex-container {
        flex-wrap: wrap;
    }

    ul.ds-shapes li {
        width: 19%;
    }
}

.imageRemarkSec span {
    position: absolute;
}

.imageRemarkSec img {
    position: relative;
}

.imageRemarkSec .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #000;
    color: #fff;
    padding: 5px;
    text-align: left;
    font-family: Arial, Verdana, Tahoma;
    font-size: 12px;
    border-radius: 7px;
    z-index: 1;
    margin-left: 37px;
    margin-top: -30px;
    min-height: 30px;
    white-space: normal;
}

.imageRemarkSec:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.imageRemarkSec {
    padding: 5px;
    margin-left: 5px;
}

    .imageRemarkSec .tooltiptext::after {
        content: "";
        position: absolute;
        top: 30%;
        left: -3%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #555 transparent transparent;
    }

.img-responsive1 {
    display: block;
    max-width: 75%;
    height: auto;
}

.nav-tabs-oform > li > a.active {
    background: #261824;
    color: #fff;
}

.nav-tabs-oform > li > a, .nav-tabs-oform > li > a:hover {
    padding: 5px 20px !important;
    background: #261824 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.remmargin {
    margin-top: 0;
}

.TFrame {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-top: 0px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.ds-shapes p {
    font-size: 12px;
}

.space30 {
    padding-bottom: 30px;
}

.txtbox {
    width: 100px;
}

.gridbdr {
    width: 100%;
}

    .gridbdr tr td {
        font-size: 13px;
        padding: 0px 6px;
    }

    .gridbdr tr th {
        font-size: 13px;
        padding: 3px 3px;
    }

.wtxt {
    color: #fff !important;
    font-size: 15px;
    padding: 2px;
}

.GridPager a, .GridPager span {
    display: block;
    height: 23px;
    width: 23px;
    text-align: center;
    text-decoration: none;
    margin: 5px 0px;
    font-size: 12px;
    padding: 3px 0px;
    border-radius: 13px;
    clear: both;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #d6d6d6;
}

.GridPager span {
    background-color: #6b96cc;
    color: #fff;
    border: 1px solid #6b96cc;
}

.GridPager tr td {
    border: 0px;
    padding: 0px 2px;
}

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-slider .ui-slider-handle {
    height: 26px;
    width: 26px;
    background: url(/images/diamond-icons/brl-slider-ui.png) no-repeat 0 100%;
    outline: none;
    top: -11px;
}

.ui-slider-horizontal {
    height: 7px;
    background: #eee;
}

    .ui-slider-horizontal:before, .ui-slider-horizontal:after {
        position: absolute;
        top: 0;
        content: '';
        width: 8px;
        background: #eee;
        height: 7px;
    }

    .ui-slider-horizontal:before {
        left: -8px;
        background-position: 0 0;
    }

    .ui-slider-horizontal:after {
        right: -8px;
        background-position: -8px 0;
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -11px;
        margin-left: -12px;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: -1px;
        height: 7px;
        background: #32a9dd;
    }

.brl-slider-mini {
    position: relative;
}

    .brl-slider-mini .flex-direction-nav {
        top: -15px;
    }

        .brl-slider-mini .flex-direction-nav > div {
            position: absolute;
            top: 0;
            width: 33px;
            height: 33px;
        }

            .brl-slider-mini .flex-direction-nav > div:first-child {
                left: auto;
                right: 36px;
            }

            .brl-slider-mini .flex-direction-nav > div:last-child {
                right: 0;
            }

    .brl-slider-mini .slider-back, .brl-slider-mini .slider-forward {
        height: 33px;
        width: 33px;
        background: url(/images.brilliance.com/images/global/slider-arrows-mini.png) no-repeat;
        background-size: auto;
    }

    .brl-slider-mini .slider-forward {
        background-position: 100% 0;
    }


/*.closem {
    position: relative;
    text-align: center;
    background: #000;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 0px 10px;
}*/

.BtnClose {
    color: #fff !important;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #261824;
    color: #fff;
    padding: 3px 15px;
    font-size: 16px;
}



.fa-2x {
    font-size: 1.5em !important;
}

table td {
    font-family: Arial, Verdana, Tahoma;
}


.ui-grid-pager-panel {
    position: relative !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.ui-grid-vcenter div {
    text-align: center;
    vertical-align: middle !important;
    background-color: yellow !important;
}

/*.ui-grid-cell-contents
        {
               font-size: 13px;
        }*/
.highlightRow > .ui-grid-cell {
    background: #f2fce9 !important;
    border-bottom: 1px solid #d9f5bf;
}

.white {
    background-color: #fff;
}

.ui-grid-header-cell-label {
    font-size: 13px;
    /*line-height: 30px;*/
    font-family: Arial, Verdana, Tahoma;
}

.ui-grid-header-cell.brdrright {
    border-right: 0px solid #d4d4d4;
}

.ui-grid-cell-contents {
    /*font-size: 12px;*/
    font-size: 13px;
    font-family: Arial, Verdana, Tahoma;
}


.box1 {
    border: 1px solid #D9D9D9;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
}

.box2 {
    border: 1px solid #D9D9D9;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
}

.box3 {
    border: 1px solid #D9D9D9;
    padding: 5px;
    margin: 5px;
    text-align: center;
    background-color: #f2fce9;
    display: inline-block;
}

.lnks {
    font-family: Arial, Verdana,Tahoma;
    padding: 3px;
    color: #337ab7;
    background: transparent;
    border: none;
}

a.lnks {
    font-family: Arial, Verdana,Tahoma;
    padding: 3px;
}

.loadicons {
    left: 50%;
    top: 50%;
}

.my-highlight-class {
    background-color: #def8f3;
}

.redclr {
    color: #ff0000;
}

@media(max-width:991px){
    .dlhead {
        text-align: center;
    }

    .txtbox {
        width: 100%;
    }

    .readonlytxt {
        font-size: 9px;
    }
}