@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #545454;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

.size-guids-bg{
    display: none;
}
div#stock-list_wrapper {
    margin-top: 15px;
}
::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
::selection {
   color: white;
    background: #54b7d3;
}

.afp{
    color: #f35315;
}
.row .rep{
    color: #000;
    font-weight: 500;
}

.ex-dd-box{
transition: 1s ease;
}
div#quick-view-video {
    top: 0 !important;
}

.ex-dd-box:hover{
 box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
transition: 1s ease;
}


.exclusive-collection .shape_img_div span:last-child{
    font-weight: 600;
    color: #001b3a;
    font-size: 16px;
}

.exclusive-collection .shape_img_div{
    background-color: #FFF !important;
}

.exclusive-collection .shape_img_div span {
    font-weight: 600;
    color: #000;
}

.total-notification{
   background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    right: 15px; 
    animation: notification-animation 2s infinite;
}

@keyframes notification-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.9);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 0, 0, 0);
  }
}


#user-profile{
    position: relative;
}

.notification .dropdown-toggle::after{
    display: none !important;
}

.header-cart-icon .dropdown-toggle::after{
     display: none !important;
}

ul#notifications {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 400px;
    overflow-y: scroll;
    border-bottom: 1px solid #001b3a;
    width: 24rem;
}



ul#notifications .darkgreen{
     background-color: darkgreen;
}

ul#notifications .darkgoldenrod{
     background-color: darkgoldenrod;
}

ul#notifications .crimson{
    background-color: crimson;
}
ul#notifications .blueviolet{
 background-color:blueviolet;
    
}
ul#notifications .darkgoldenrod{
    background-color:darkgoldenrod;
}
button.close.remove-notification {
    margin-right: 5px;
    margin-top: -5px;
}
ul#notifications li{
   padding: 10px 0px 10px 10px;
    color: #FFF;
    margin-bottom: 10px;
}

ul#notifications span{
 display: block;
}

ul#notifications .title{
    font-size: 12px;
}

ul#notifications .date{
    font-size: 10px;
}

.diamond-details span {
    display: block;
    padding-bottom: 3px;
    font-weight: 500;
}
.dd-box {
    box-shadow: 0px 0px 15.2px 4.8px rgb(0 0 0 / 6%);
    position: relative;
}

.dd-box span.my-cart-status.status-active,.dd-box span.my-cart-status.status-hold {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}

.diamond-details span:first-child {
    font-weight: 600;
    padding-top: 5px;
    font-size: 13px;
}

.diamond-details{
    padding: 5px;
    height: 80px;
}
.price-details {
    padding: 5px;
    color: #001b3a;
        height: 60px;
}

.price-details span{
    font-size: 15px;
    font-weight: 600;
}

.diamond-details span {
    font-weight: 600;
    font-size: 12px;
    color: #000;
}
/*.diamond-details span:last-child {
    font-weight: 500;
    font-size: 12px;
    color: #838383;
}*/

.form-control-sm{
    padding: 0.25rem 0.5rem !important;
    line-height: 1.5;
    border-radius: 0.2rem;
    height: 30px;
}
.arrow_btn{
    cursor: pointer;
}
.arrow_btn span{
    color: #001b3a;
    font-weight: 800;
}
.diamond-melee-thead{
    background-color: #54b7d3 !important;
    color: #000;
}
.color-diamond img{
    width: 100% !important;
    height: 220px;
    object-fit: contain;
}

.color-diamond .embed-responsive-item{
    width: 100% !important;
    height: 215px !important;
}

.mb25{
    margin-bottom: 25px;  
}

table.mymemo tbody tr.selected {
    background-color: #bee1f99c;
}
button.dt-button.buttons-pdf.buttons-html5 {
    background: transparent;
    border: unset;
}

button.multiselect.dropdown-toggle.btn.btn-default .caret {
    display: none;
}
div#pdf_for_all_diamond {
    display: flex;
    padding: 5px 0px 0px 15px;
    font-size: 12px;
}

.dt-buttons {
    margin: -3px 0px 0px 0px;
}


h4.dmd-chart-title {
    color: #001b3a;
    font-size: 22px;
    margin-bottom: 20px;
}
.size-guids-bg{
    background-color: #FFF !important;
}
#diamonds-list{
    text-transform: uppercase;
}
.hold{
    background-color: #f0ad4e4f !important;
}
.mr15{
    margin-right: 15px;
}

.swal-text {
    font-size: 14px;
    text-align: center;
}

.swal-button--cancel:focus{
    box-shadow: none;
}
.swal-footer{
    text-align: center;
}

.swal-button--pickup,.swal-button--deliver{
background-color: #001b3a;
text-transform: uppercase;
}

.swal-button--pickup:not([disabled]):hover,.swal-button--deliver:not([disabled]):hover{
background-color: #001b3a;
text-transform: uppercase;
}


img.location_id.location {
    height: 18px;
}
img.location {
    width: 32px !important;
}
.gray{
    background: #fafafa;
}
.total-pending {
    padding: 10px 0px;
}

.contact-details span {
    display: block;
    font-size: 15px;
}
span.companyname {
    font-size: 20px;
}


.total-pending-inv{
    font-size: 20px;
    color: #32465a; 
    text-align: left;
     font-weight: bold;
}

span.total-pending-inv-amount{
    font-size: 20px;
    color: #32465a;
    float: right;
    font-weight: bold;
}

span.total-pending-inv-amount em{
    font-size: 15px;
     font-weight: bold;
}



.margin-50{
    margin-top: 50px;
}
table.table.table-hover.invoices {
    /*width: 80%;*/
    /*margin: auto;*/
    border: 1px solid #efefef;
}
table.invoices {
    font-size: 13px;
     font-weight: normal;
}

table.invoices .gradient{
    background: linear-gradient(#fafafa,#fafafa) !important;
}

table.invoices .gray{
    background: #fafafa !important;
}

table.invoices .gray td{
    padding: 10px 4px;
    color: #444;
    vertical-align: top;
}

table.invoices .subtotal td{
   border-top: unset !important;
}

table.invoices td.dremove{
     border-top: unset !important;
}

table.invoices td.total{
   border-top: 1px solid #000;
   border-bottom: 1px double #000;
}

table.invoices .valing-top td{
    vertical-align: top !important;
}

table.invoices td.total span{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

table.invoices td.total-small span{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

table.invoices span{
    font-size: 13px;
    font-weight: normal;
}
.height50{
   height: 50px; 
}

tr.height50 span {
    font-size: 16px !important;
}
.span-warnning{
    color: #ffc107;
}

.span-success{
    color: #32ab13;
}

#order-list,#order-list_wrapper{
    display: none;
}

td.text-center.log-change {
    background: #FFC300;
    color: #000;
}

#log-list tr:last-child td{ background:#fff !important; }

h4#advance_search span {
    color: #001b3a;
    font-weight: bold;
    font-size: 20px;
    transition: 1s;
}
.padding_right_0 {
    padding-left: 15px !important;
    padding-right: 0px !important;
}
.diamond-filter-td{
    cursor: pointer;
}

#advance_search:hover{
    cursor: pointer;
}
.measurement{
    display: none;
}

#payablerow{
    display: none;
}
.report-for-invoice{
    margin-bottom: 15px;
}
.btn-light-warning {
    color: #ffc107;
    background-color: rgb(249 190 15 / 11%);
    padding: 3px 27px 3px 27px;
    border: 1px solid;
}
.req-dim-count-row{
    height: 45px;
    border-bottom: 2px solid #226398;
}

.btn-light-success {
    color: #32ab13;
    background-color: #32ab131a;
    padding: 3px 21px 3px 21px;
    border: 1px solid;
}

.btn-light-approved {
    color: #a49919;
    background-color: #eeee7296;
    padding: 3px 25px 3px 25px;
    border: 1px solid #c9bc1f;
}

.btn-light-danger {
    color: #b61827;
    background-color: #eabbc0;
    padding: 3px 25px 3px 25px;
    border: 1px solid #b61827;
}
.radius-30 {
    border-radius: 30px;
}



.loading {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    width: 130px;
  }

  .overlay {
    background-color: #001b3a;
    z-index:9999;
    display: none;        
    position: absolute;   
    top: 0;                  
    right: 0;               
    bottom: 0;
    left: 0;
    opacity: 0.7;
  }

  #shape_img{
    height: 230px;margin-left: -40px;
  }
.dmd-summary{
    background-color: #EEE;
    text-align: center;
    text-transform: uppercase;
    color: #226398;
}
  

  .shape_img_div{
    text-align: center;
    background-color: #EEE;
    margin-bottom: 10px;
  }

  .order_overlay {
    background-color: #f6f6f6;
    z-index:9999;
    display: none;        
    position: absolute;   
    top: 0;                  
    right: 0;               
    bottom: 0;
    left: 0px;
  }

  .order-done{
       display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
  

  .order-done-circle{
    width: 215px;
    height: 215px;
    border-radius: 250px;
    font-size: 50px;
    color: #fff;
    line-height: 215px;
    text-align: center;
    background:#001b3a;
    margin: auto;
}
.order-done-icon{
 font-size:4em;
}

.ossml small{
    font-size: 13px;
}
.logistic-inf{
    font-size: 12px;
    font-weight: 600;
}
.address small {
    text-transform: capitalize;
    text-align: justify;
}
.order-done-heading{
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
        font-weight: 700;
}
.order-redirect-heading{
    margin-top: 18px;
    text-align: center;
}

.inv-ship-title{
    font-size: 15px;
    font-weight: 600;
    font-family: 'FontAwesome';
}
.padding-0{
    padding: 0px;
}

.padding-l-r-0{
    padding: 15px 1px 15px 0px;
}
.margin-top-20{
    margin-top:20px;
}
.margin-top-0{
    margin-top:0px;
}

.selected-dmd-dt-box{
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .996px;
    text-transform: uppercase;
    color: #253646;
    background-color: #fff;
    border: 1px solid #bee1f9;
    border-radius: 4px;
    padding: 5px;
}

.shape-src-hover {
    position: relative;
    display: inline-block;
   /* border: 1px solid #e6e6e6;
    padding: 10px;*/
}



.selected-dmd-dt-box span{
font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #303030;
    margin-left: 10px;
}
.selected-dmd-dt-box:hover{
  
    background-color: #EEE;
  
}

.download-invoice-icon{
    font-size: 1.2em;
    background-color: #001b3a;
    color: #FFF;
    padding: 5px;
}

.download-invoice-title{
    font-size: 13px;
    color: #226398;
    font-weight: 600;
}
.dd-inv-dt{
    margin-top:20px;
}
.shipped-via-title{
    font-size: 15px;
    font-weight: 600;
    float: left;
}
.diamond-ordered-list span.pkt-no{
    color: #226398;
}

.diamond-invoice-list span.pkt-no{
    color: #226398;
}

.diamond-invoice-list-dd-btn {
    font-size: 60%;
    color: #000;
    background-color: #001b3a;
    padding: 0.3em 0.2em 0 0.2em;
    border: 0.2em solid #001b3a;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    text-indent: 0;
    transform: rotate(270deg);
  }
  
  .diamond-invoice-list-dd-btn svg {
    width: 1.25em;
    height: 1.25em;
    fill: #fff;
    transition: transform 0.25s ease-in;
    transform-origin: center 45%;
  }
  
  .diamond-invoice-list-dd-btn:hover,
  .diamond-invoice-list-dd-btn:focus {
    background-color: #fff;
    outline: none;
  }
  
  .diamond-invoice-list-dd-btn:hover svg,
  .diamond-invoice-list-dd-btn:focus svg {
    fill: #001b3a;
    
  }
  
  .diamond-invoice-list-dd-btn[aria-expanded="true"] svg {
    transform: rotate(90deg);
    fill: #226398;
    
  }

.perctpricetd{
   background-color: #BADBEE;
}
.pending-ctpricetd{
   background-color: #FFEBEE;
}

.ctpricetd{
    background-color: #DAF1ED;
 }

.dnamecreation {
    text-transform: uppercase;
    font-weight: 500;
}
#redirect-cal{
    margin-top: 18px;
    color: #226398;
}

.quick-share{
    text-align: center;
    color: #FFF;
    background-color: #001b3a;
    padding:0px;
}
.quick-share h4{
    padding: 5px 0 0px 0px;
}
.quick-share-body input[type="checkbox"]{
    width: 16px !important;
    height: 16px !important;
} 

.quick-share-body span{
    font-weight: bold;
    margin-left: 6px;
    position: absolute;
} 

.quick-share-md-dv{
    text-align: center;
    padding: 25px 0px 0px 0px;
    font-size: 18px;
}

.modal-footer i{
    color: #226398; 
}
.modal-footer .fa-share-alt{
    color: #FFF; 
}



.data-diamond-list, #view-bill-invoice-list{
    display:none;
    
}
.page-header {
    vertical-align: middle;
    margin: 0px 0 15px 0;
    padding: 0;
    background-color: #FFF;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 5px 5px #e9e9e9!important;
    margin-left: -20px;
    margin-right: -20px;
}
.colour_diamond_last{
    margin-bottom: 70px;
}

.colour_diamond_last table>thead{
    background-color: #001b3a;
    color:#FFF;
}

.diamond-ordered-thead{
    background-color: #001b3a !important;
    color:#FFF;
}

.diamond_found{
    float: left;
}
.diamond_pagination{
    float: right;
    margin-right: 18px;
}

.diamond_pagination_cart {
    float: right;
    margin-right: 0px;
    margin-bottom: 5px;
}

.modal {
    top: 25%;
}
.ddpopstockid{
    float: left;
    font-size: 12px;
}
.modal-content {
    background-color: #f6f6f6;
}
.ddname{
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.dd_total_price{
    margin-top: 4px;
    font-size: 18px;
    color:#226398;
}
.dd_sper_carat_price{
    margin-top: 4px;
    font-size: 18px;
    color:#000;
}

.ddspercarat{
    float: right;
    font-size: 12px;
}

.ddrapcarat{
    float: left;
    font-size: 12px;
}
.ddpoplabid{
    float: right;
    /* border: 1px solid #001b3a;
    padding: 5px 12px 5px 12px; */
    font-size: 12px;
}
.ddpopstockid span{
    color:#226398;
}

.ddoffer{
    color: #e87a83 !important;
    font-size: 13px;
    font-weight: 700;
    margin-left: 5px;
}

.ddbtnbuy{
    float: left;
    width: 50%;
}
.ddbtnvmd{
    float: right;
    width: 50%;
}
.table-dmd > tbody > tr > td{
    border-bottom: 1px solid #226398;
}

.ddbtnbuy button{
    width: 100%;
    margin-bottom: 10px;
}
.ddbtnvmd button{
    width: 100%;
}

/*.ddpoplabid span{
    color:#226398; 
}*/

.diamond_list_lab_img{
    width:50px !important;
}

.diamond_list_shape{
    width:25px !important;
}

.page-header h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #4c4d5a;
    display: inline-block;
    margin-bottom: 15px;
    text-shadow: 0 1px #fff;
}

.footer_colour_diamond {
    position: fixed;
    margin-top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
  }

  .footer_colour_diamond_pagi {
    position: absolute;
    margin-top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
    display: none;
  }

.breadcrumb {
    display: inline-block;
    background: none;
    margin: 8px 0 8px 0;
    padding: 0 10px;
    border-radius: 0;
}

.breadcrumb li a {
    color: #999999;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb li + li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #BBBBBB;
    padding: 0 5px;
    font-size: 10px;
}

a:hover, a:focus {
    text-decoration: none;
}

#container {
    min-height: 100%;
    width: 100%;
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
}

.container-fluid {
    padding: 0 20px;
}

#header {
    min-height: 0px;
    background: #001b3a;
    margin: 0;
    padding: 0;
}
.lblfc{
    font-size: 14px;
    font-weight: 500;
}

.minmaxct{
    color: #001b3a;
    font-size: 11px;
    font-weight: 600;
}
.fancy-color,.manually-carat{
    display:none;
}

.color-ftext {
    color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%) !important;
    background-color: #001b3a;
}
.color-select {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Muli-Bold';
    padding: 2px 5px 2px 5px;
}
.color-select-mr {
    margin-left: 8px;
}

#header .container-fluid {
    padding: 0;
}

#header .navbar-header {
    transition: 0.3s all;
    width: 235px;
    display: none;
   
    margin-bottom: 20px;
}

#header .navbar-brand {
    margin-left: 8px;
}

#header .navbar-nav > li {
    display: inline-block;
}

    /*#header .navbar-right > li {
        border-left: 1px solid #eee;
    }*/

#header .navbar-right {
    margin-right: 0;
    margin: 0px 0px 0px 0px;
    float: right;
}

span.total-notification {
    font-size: 10px;
}

.header-cart-icon i{
    color: #FFF;
    font-size: 14px;
    margin-right: 2px;
}

span.noti-title {
    margin: 8px;
    font-size: 12px;
    color: #001b3a;
    border-bottom: 1px solid;
}

.header-cart-icon span{
    margin-left: 3px;
}

#header #user-profile {
    max-width: 32px !important;
    margin-right: 15px;
}

#header .nav > li > a {
    padding: 0px 21px;
    line-height: 45px;
    cursor: pointer;
    color: #FFFFFF;
    border-left: 0px solid #E1E1E1;
}

#header .nav > li.dropdown > a {
    padding-left: 10px;
    padding-right: 10px;
}

#header .nav > li.dropdown > a {
    padding-left: 10px;
    padding-right: 10px;
}

/* Desktop */
@media (min-width: 768px) {
    #header .navbar-header {   
        display: inline-block;
    }

    .diamond_pagination_top{
        display: inline-block;
    }

    #header #user-profile {
        max-width: none;
    }

    #header .nav > li > a {
        line-height: 80px;
    }
    .modal-dialog-dd {
        /* margin-left: 250px;
        margin-right: 150px; */
     }
     #menu>li>a>span {
        display: none;
        margin-left: 8px;
        transition: all 0.3s;
    }
    
    #menu li a.collapsed:after {
        content: "" !important;
    }
    
    #menu li a.parent:after {
        content: "" !important;
    }
    
    #column-left.active #menu>li>a>span {
        display: inline !important;
    }
     .navbar-header-2 {
        margin-left: 0px;
    }
    
    .navbar-header-3 {
        margin-left: 165px !important;
    }
    
    #column-left.active #menu li a.parent:after {
        content: "\f107" !important;
    }
    
    #column-left.active #menu li a.collapsed:after {
        content: "\f105" !important;
    }
    
    #column-left.active a.collapsed:after  {
        display: inline !important;
    }
    
    /*#column-left {
        width: 50px;
        height: 100%;
        background-color: #001b3a;
        position: absolute;
        top: 0;
        padding-top: 50px;
        z-index: 10;
        transition: all .3s;
    }
    #column-left.active {
          width: 235px !important;
    }*/
    #column-left.active + #content {
        margin-left: 235px !important;
    }
    .ddion{
        width: 20px !important;
    margin: 0px 5px 0 0px;
    }
    #column-left.active #menu > li > ul {
        background-color: #001b3a;
        width: 235px;
        position: unset;
        visibility: visible;
    }
    #column-left + #content {
        margin-left: 65px !important;
    }
}

#button-menu {
    font-size: 15px;
    float: left;
    padding: 10px 16px;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    border-right: 1px solid #E1E1E1;
}

/* Desktop */
/*@media (min-width: 768px) {
    #button-menu {
        display: none;
    }
}*/
/* #menu > li > ul {
    position: absolute;
    left: 65px;
    top: 0px;
    width: 210px;
    background-color: #001b3a;
    color:#FFF;
    visibility: hidden;
} */
#menu > li > ul {
position: absolute;
    left: 65px;  
    top: 0px;
    width: 235px;
    background-color: #001b3a;
    color: #FFF;
    visibility: hidden;
    z-index: 999;
} 

.esheetimpicon{
    font-size: 35px;
    color: #001b3a;
    font-weight: 700;
}
.haCheck,.locationCheck,.shapeCheck,.colourCheck,.clarityCheck,.cutCheck,.symmetryCheck,.polishCheck,.fluorescenceCheck,.tvgpCheck,.texCheck,.texNoneCheck,.caratCheck,.labCheck,.typeCheck{
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0;
    top: 0;
    margin: 0px !important;
    padding: 0px !important;
    opacity: 0;
    cursor: pointer;
}

#menu > li:hover > ul {
    visibility: visible;
}
/*#column-left {
    width: 235px;
    height: 100%;
    overflow: auto;
    background-color: #001b3a;
    position: absolute;
    top: 0px;
    left: -235px;
    padding-top: 60px;
    z-index: 10;
}*/
.shape-td{
    color:#226398;
    font-weight: 600;
    cursor: pointer;
}

.highlighted{
    color: #000;
    font-weight: bold;
}
#column-left {
    width: 65px;
    height: 100%;
    background-color: #001b3a;
    position: absolute;
    top: 0px;
    left: -235px;
    padding-top: 50px;
    z-index: 10;
    transition: all 0.3s;
}
#column-left.active {
    width: 235px;
    display: block;
}


#column-left::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(200, 200, 200, 0);
}

#column-left::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(128, 139, 156, 0.2);
}

#content {
    padding-bottom: 40px;
}

#column-left, #content, #footer {
    transition: all 0.3s;
}

#column-left + #content, #column-left + #content + #footer {
    position: relative;
    left: 0px;
}

#column-left.active {
    left: 0px;
}

#column-left.active + #content, #column-left.active + #content + #footer {
    left: 235px;
}


/* @media (min-width:365px) {
.req-dim-count-row{
    height:unset !important;
   
}
} */
/* Desktop */
@media (min-width: 768px) {
    #column-left {
        left: 0px;
    }
    #column-left + #content, #column-left + #content + #footer {
        left: 0px;
        margin-left: 235px;
    }

    #column-left.active + #content, #column-left.active + #content + #footer {
        left: 0px;
        margin-left: 235px;
    }

    /* .req-dim-count-row{
        height:unset !important;
       
    } */
}

/* Navigation */
#navigation {
    text-transform: uppercase;
    padding: 15px 15px 15px 15px;
    color: #FFFFFF;
    background: #001b3a;
    display: block;
}

/* Menu */
#menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu {
    margin-bottom: 25px;
}

#menu li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 0px solid #515151;
}

#menu li a.parent:after {
    font-family: FontAwesome;
    float: right;
    margin-right: 8px;
    margin-top: 7px;
}

#menu li a.parent:after {
    content: "\f107";
}

#menu li a.collapsed:after {
    content: "\f105";
}

/* 1st lvl */
#menu > li {
    position: relative;
    border-bottom: 1px solid #FFF;
}

#menu > li > a {
    font-size: 12px;
    color: #FFF;
    padding-left: 10px;
    border-bottom: 0px solid #001b3a;
}

#menu > li > a:hover {
    background-color: #226398;
}

#menu > li > a > i {
    font-size: 16px;
    width: 18px;
    margin-right: 5px;
}

#menu > li.active > a {
    color: #FFFFFF;
    background-color: #226398;
}

/* 2nd lvl */
#menu li li a {
    color: #FFF;
}

#menu li li a:before {
    content: "\f101";
    font-size: 13px;
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 10px;
    transition: margin ease 0.5s;
}

#menu li li a:hover:before {
    margin-right: 20px;
}

#menu li li a:hover {
    color: #FFFFFF;
    background-color: #242d37;
}

#menu li li.active > a {
    color: #FFF;
    background-color: #242d37;
}

#menu li ul a {
    padding-left: 20px;
}

#menu li li ul a {
    padding-left: 40px;
}

#menu li li li ul a {
    padding-left: 60px;
}

#menu li li li li ul a {
    padding-left: 80px;
}

/* footer */
#footer {
    height: 100px;
    text-align: center;
}

/* Navs
/* Tabs */
.nav-tabs > li > a {
    color: #a5a5a5;
    border-radius: 2px 2px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs {
    margin-bottom: 25px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
    color: #333;
}

.form-control:hover {
    border: 1px solid #b9b9b9;
    border-top-color: #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

div.required .control-label:not(span):before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.btn-group {
    white-space: nowrap;
}

.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
    font-family: FontAwesome;
    color: #1E91CF;
    content: "\f059";
    margin-left: 4px;
}

fieldset legend {
    padding-bottom: 5px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
}

.radio, .checkbox {
    min-height: 18px;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    width: 15px;
    width: 16px \0;
    height: 15px;
    height: 16px \0;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #226398;
    border: 1px solid transparent \0;
    border-radius: 1px;
}

input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
    border-color: #226398;
    outline: 0;
}

input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
    background-color: #ebebeb;
    border-color: #c6c6c6;
}

input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
    background: #fff;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    width: 15px;
    width: 18px \0;
    height: 15px;
    height: 18px \0;
    border-radius: 1em;
}

input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    background: #666;
    border-radius: 1em;
}

input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
    border-color: #226398;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: none \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: none \9;
}

input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
    position: absolute;
    top: -3px;
    left: -6px;
    display: block;
    content: url('../image/checkmark.png');
}

.table thead td {
    font-weight: bold;
}

.table thead > tr > td, .table tbody > tr > td {
    vertical-align: middle;
}

.table a.asc:after {
    content: " \f106";
    font-family: FontAwesome;
}

.table a.desc:after {
    content: " \f107";
    font-family: FontAwesome;
}

.pagination {
    margin: 0;
}

.form-group {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.form-group + .form-group {
    border-top: 1px solid #ededed;
}

/* Panels */
.panel {
    border-radius: 0px;
}

.panel .panel-heading {
    position: relative;
}

.panel-heading h3 i {
    margin-right: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.panel-heading h3 {
    font-weight: 500;
    display: inline-block;
}

/* Primary Panel */
.panel-primary {
    border: 1px solid #c3e4f6;
    border-top: 2px solid #5cb7e7;
}

.panel-primary .panel-heading {
    color: #1e91cf;
    border-color: #96d0f0;
    background: white;
}

/* Default Panel */
.panel-default {
    border: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.panel-default .panel-heading {
    color: #4c4d5a;
    border-color: #dcdcdc;
    background: #f6f6f6;
    text-shadow: 0 -1px 0 rgba(50, 50, 50, 0);
}

.img-thumbnail i {
    color: #FFFFFF;
    background-color: #EEEEEE;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    padding-top: 20px;
    vertical-align: middle;
    display: inline-block;
}

.img-thumbnail.list i {
    width: 40px;
    height: 40px;
    padding-top: 10px;
}

/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    transition: all 1s;
}

.tile-primary {
    background-color: #1b80c2;
}

.tile-success {
    background-color: #53b953;
}

.tile-warning {
    background-color: #f3aa41;
}

.tile-danger {
    background-color: #e45847;
}

.tile:hover {
    opacity: 0.95;
}

.tile a {
    color: #FFFFFF;
}

.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, 0.1);
}

.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}

.tile:hover .tile-heading .pull-right {
    opacity: 1;
}

.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}

.tile:hover .tile-body i {
    color: #FFFFFF;
    opacity: 1;
}

.tile .tile-body h2 {
    font-size: 42px;
}

.tile-footer {
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, 0.1);
}

#stats {
    border-radius: 2px;
    color: #808b9c;
    background: #2e3a47;
    margin: 15px 20px;
    padding: 5px 0;
}

#stats ul, #stats li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#stats li {
    font-size: 11px;
    color: #9d9d9d;
    padding: 5px 10px;
    border-bottom: 1px dotted #373737;
}

#stats div:first-child {
    margin-bottom: 4px;
}

#stats .progress {
    height: 3px;
    margin-bottom: 0;
}

.jqvmap-label {
    z-index: 999;
}

.alert {
    overflow: auto;
}

/* Fix form-group margin inside the modal */
.modal-body .form-group {
    margin: 0;
}

/* Fixed Sumernote Button Height */
.note-toolbar.panel-heading i {
    font-size: 14px;
}

/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
    font-size: 10.5em;
}

#extension-list {
    color: #4b525d;
}

#extension-list h2 {
    margin-top: 54px;
    margin-bottom: 44px;
}

#extension-list section {
    border: 1px solid #ddd;
}

#extension-list section > div {
    position: relative;
}

#extension-list section > div + div {
    border-top: 1px solid #ddd;
    padding: 10px;
}

#extension-list section:hover {
    border: 1px solid #1b80c2;
}

#extension-list > .row {
    margin-top: 40px;
}

#extension-list > .row > * {
    margin-bottom: 30px;
}

#extension-list .extension-preview {
    min-height: 150px;
}

#extension-list .extension-preview .extension-description {
    position: absolute;
    background-color: rgba(36, 45, 55, 0.9);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
    height: 100%;
    width: 100%;
}

#extension-list .extension-preview .extension-description:hover {
    opacity: 1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #extension-list .extension-preview {
        min-height: 123px;
    }

    #extension-list .extension-preview .extension-description {
        font-size: 12.5px;
        padding: 6px;
    }
}

#extension-list .extension-preview img {
    margin: 0 auto;
}

#extension-list .extension-name {
    min-height: 100px;
}

#extension-list .extension-name p {
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}

#extension-list .extension-name p:first-child {
    font-size: 17px;
}

#extension-list .extension-name p span {
    color: #4b525d;
    font-weight: 400;
}

#extension-list .extension-name h4 a, #extension-list .extension-name p a {
    color: #000;
}

#extension-list .extension-name + div > .row {
    margin-top: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #extension-list .extension-name + div > .row {
        font-size: 14px;
    }
}

#extension-list i {
    color: #10b4e9;
}

#extension-list span {
    font-weight: 600;
}

#marketplace-extension-info #banner img {
    margin-left: auto;
    margin-right: auto;
}

#marketplace-extension-info .extension-review {
    border-top: 5px solid #1b80c2;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#marketplace-extension-info .nav-tabs {
    font-size: 14px;
}

#marketplace-extension-info .nav-tabs + .tab-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

#marketplace-extension-info iframe {
    width: 100%;
    height: 500px;
}

.quick-view-button{
    margin-top: 30px;
}
/* Mobile */
@media screen and (max-width: 767px) {
    .diamond_pagination {
        margin-right: 0px;
    }
    #header .nav > li > a {
        padding: 0px 8px 0px 0px;
    }

    .text-180 {
        font-size: 17px !important;
    }
    #menu > li > ul {
        left: 0px;  
        top: 56px;
    }
    .sdtbltxt{
        font-size:11px !important;
        margin-bottom: 12px;
    }
    .table-bold{
     font-weight: 600 !important;
    }
    .modal {
        top: 5%;
    }
    .quick-view-button{
        margin-top: 15px;
    }
    #marketplace-extension-info iframe {
        height: 350px;
    }
    .ddion{
        width: 20px !important;
        padding-left: 4px;
    }
    .container-fluid {
        margin:0px !important;
        padding: 0px !important;
    }

    #bulk-share ,#favorite-bulk-diamond,#hold-bulk-diamond{
        margin: 0px 8px 4px -5px;
    }

    .page-header h1 {
        font-size: 15px;
        margin: 0px 0px 0px 18px;
    }
    .breadcrumb {
        margin: 8px 0 10px 0;
    }
    .btn{
        font-size:11px;
        padding: 5px 5px;
    }
    .table-dmd > tbody > tr > td{
        padding: 5px;
    }

    .mobile-search,.mobile-reset{
        width:45%
    }

    .mobile-3-btn-bottom{
        width: 30%;
    }

    #shape_img{
       margin-left: 0px !important;
      }
    .diamond_pagination_top{
        position: fixed;
        margin-top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1rem;
        background-color: #efefef;
        text-align: center;
        width: 100%;
        z-index: 10;
    }
    .panel-body{
        padding:0px !important;
    }

    
    .nav-tabs > li > a {
        border: 1px solid #001b3a;
        margin-top: 10px;
    }

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 100%;
        text-align: center;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #FFF;
        background-color: #001b3a;
        border: 1px solid #FFF;
        border-bottom-color: transparent;
        cursor: default;
        text-align: center;
    }

    #buy-bulk-diamond, #cart-bulk-diamond,#remove-bulk-diamond{
        width: 45.00% !important;
    }

    #bulk-export{
        display: none;
    }
}

.panel-bodys{
    padding:15px !important;
}

#marketplace-extension-info #buy {
    color: #4b525d;
}

#marketplace-extension-info #buy #price {
    color: #000;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
}

#marketplace-extension-info #buy i {
    color: #10b4e9;
}

#marketplace-extension-info #buy hr {
    border-color: #ddd;
    margin: 10px 0;
}

#marketplace-extension-info #sales {
    color: #4b525d;
}

#marketplace-extension-info #sales i {
    color: #7ec239;
    margin-right: 10px;
    font-size: 24px;
}

#marketplace-extension-info #sales strong {
    font-size: 24px;
}

#marketplace-extension-info #comment {
    color: #4b525d;
}

#marketplace-extension-info #comment i {
    margin-right: 10px;
    font-size: 22px;
}

#marketplace-extension-info #comment strong {
    font-size: 22px;
}

#marketplace-extension-info .reply > div {
    margin-top: 15px;
}

#marketplace-extension-info .well .media {
    line-height: 1.2;
}

#marketplace-extension-info .well .media .media-body {
    padding-top: 6px;
}

#marketplace-extension-info .well .media .media-body span {
    font-size: 24px;
    font-weight: 600;
}

#marketplace-extension-info .well .media .media-body small {
    color: #878f9a;
}

@media screen and (max-width: 992px) {
    #marketplace-extension-info .container-fluid {
        padding-bottom: 30px;
    }
    .req-dim-count-row{
        height:unset !important;
    }
}

.list-check {
    list-style: none;
}

.list-check li::before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-left: -30px;
    width: 29px;
    display: inline-block;
    color: #7ebd38;
}

.list-check.list-color-blue li::before {
    color: #02afe9;
}

.well.filter {
    background-color: #ffffff;
}


@font-face {
    font-family: 'opencart';
    src: url('fonts/opencart.eot?h4wsna');
    src: url('fonts/opencart.eot?h4wsna#iefix') format('embedded-opentype'), url('fonts/opencart.ttf?h4wsna') format('truetype'), url('fonts/opencart.woff?h4wsna') format('woff'), url('fonts/opencart.svg?h4wsna#opencart') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="opencart-icon-"], [class*=" opencart-icon-"] {
    font-family: 'opencart' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.opencart-icon-comment:before {
    content: "\e91b";
}

.opencart-icon-cart-mini:before {
    content: "\e91c";
}

.tile_dash_box{
    background-color: #001b3a; 
}

.align-text-bottom{vertical-align:text-bottom!important;}
.d-flex{display:-ms-flexbox!important;display:flex!important;}
.flex-column{-ms-flex-direction:column!important;flex-direction:column!important;}
.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important;}
.align-self-center{-ms-flex-item-align:center!important;align-self:center!important;}
.overflow-hidden{overflow:hidden!important;}
.h-100{height:100%!important;}
.mx-2{margin-right:.5rem!important;}
.mb-2{margin-bottom:.5rem!important;}
.mx-2{margin-left:.5rem!important;}
.px-0{padding-right:0!important;}
.px-0{padding-left:0!important;}
.pr-1{padding-right:.25rem!important;}
.pt-2{padding-top:.5rem!important;}
.mt-n1{margin-top:-.25rem!important;}
.mr-n5{margin-right:-3rem!important;}
.mb-n5{margin-bottom:-3rem!important;}
.mt-auto{margin-top:auto!important;}
.ml-auto{margin-left:auto!important;}

.text-200{font-size:2em!important;}
.text-105{font-size:1.05em!important;}
.text-125{font-size:1.25em!important;}
.text-md{font-size:1rem!important;}
.letter-spacing{letter-spacing:.5px!important;}
.text-purple{color:#766cba!important;}
.text-yellow{color:#FFC300!important;}
.text-live {color: rgb(139, 195, 74)}
.text-orange{color:#ff8e02!important;}
.text-danger-m1{color:#da3636!important;}
.text-success-m1{color:#548938!important;}
.text-secondary-d2{color:#596b83!important;}
.text-secondary-d4{color:#4c5b70!important;}
.text-blue{color:#1279cd!important;}
.opacity-1{opacity:.91;}
.opacity-3{opacity:.73;}
.opacity-5{opacity:.55;}

.bgc-live-l1{background-color:#95c85a85 !important;}
.bgc-live-l2{background-color:#95c85a8f !important;}
.bgc-live-l3{background-color:#95c85ae8 !important;}

.bgc-purple-l1{background-color:#d0cce6!important;}
.bgc-purple-l2{background-color:#dddbed!important;}
.bgc-purple-l3{background-color:#eae8f4!important;}

.bgc-vr-l1{background-color:#64b9c199!important;}
.bgc-vr-l2{background-color:#64b9c191!important;}
.bgc-vr-l3{background-color:#64b9c130!important;}

.bgc-blue-l1{background-color:#bcd6f6!important;}
.bgc-blue-l2{background-color:#d0e3f8!important;}
.bgc-blue-l3{background-color:#e1edfb!important;}

.bgc-orange-l1{background-color:#ffddb3!important;}
.bgc-orange-l2{background-color:#ffe7c9!important;}
.bgc-orange-l3{background-color:#fff0dd!important;}

.bgc-yellow-l1{background-color:#FFC300!important;}
.bgc-yellow-l2{background-color:#ffc3008f!important;}
.bgc-yellow-l3{background-color:#ffc3005c !important;}

.radius-round{border-radius:4rem!important;}
.ml-2px{margin-left:2px!important;}
.mr-25{margin-right:.75rem!important;}
.px-25{padding-right:.75rem!important;}
.pb-25{padding-bottom:.75rem!important;}
.pl-25,.px-25{padding-left:.75rem!important;}
.mx-n425{margin-right:-1.75rem!important;}
.mx-n425{margin-left:-1.75rem!important;}
.pos-rel{position:relative!important;}
.position-br{position:absolute!important;display:block;}
.position-br{right:0;bottom:0;}
.ccard{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
border-radius: .25rem;
border-width: 0;
    background-color:#fff;
    position:relative;}




.d-inline-block{display:inline-block!important;}
.d-flex{display:-ms-flexbox!important;display:flex!important;}
@media (min-width:768px){
.d-md-none{display:none!important;}
}
.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important;}
.align-items-center{-ms-flex-align:center!important;align-items:center!important;}
.h-100{height:100%!important;}
.m-1{margin:.25rem!important;}
.mr-1{margin-right:.25rem!important;}
.ml-1{margin-left:.25rem!important;}
.mb-2{margin-bottom:.5rem!important;}
.mt-3{margin-top:1rem!important;}
.ml-3{margin-left:1rem!important;}
.px-2{padding-right:.5rem!important;}
.px-2{padding-left:.5rem!important;}
.p-3{padding:1rem!important;}
.px-3{padding-right:1rem!important;}
.px-3{padding-left:1rem!important;}
.mr-auto{margin-right:auto!important;}
@media (min-width:992px){
.mb-lg-0{margin-bottom:0!important;}
}
.text-nowrap{white-space:nowrap!important;}
.text-center{text-align:center!important;}
.text-white{color:#fff!important;}

.text-90{font-size:.9em!important;}
.text-130{font-size:1.3em!important;}
.text-110{font-size:1.1em!important;}
.text-140{font-size:1.4em!important;}
.text-170{font-size:1.7em!important;}
.text-180{font-size:1.8em;    text-transform: uppercase;}
.text-125{font-size:1.25em!important;}
.text-600{font-weight:600!important;}
.text-orange{color:#ff8e02!important;}
.text-danger-m2{color:#dd4747!important;}
.text-blue{color:#1279cd!important;}
.text-blue-m1{color:#1380d8!important;}
.text-dark-tp3{color:rgba(0,0,0,.73)!important;}
.text-dark-tp4{color:rgba(0,0,0,.64)!important;}
.bgc-primary{background-color:#2c87d3!important;}
.brc-primary-l2{border-color:#d2e6f6!important;}
.bgc-warning-d1{background-color:#e19e2e!important;}
.brc-warning-l2{border-color:#fbeacd!important;}


.border-4{border-width:4px!important;border-style:solid!important;border-color:transparent;}
.radius-round{border-radius:4rem!important;}
.mw-auto{min-width:auto!important;}
.w-4{width:2rem;}
.h-4{height:2rem;}
.mr-n2px{margin-right:-2px!important;}
.ml-15{margin-left:.375rem!important;}
.pos-rel{position:relative!important;}
.position-center,.position-tr{position:absolute!important;display:block;}
.position-center{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.position-tr{right:0;top:0;}
.bcard{box-shadow:0 .125rem .25rem rgba(0,0,0,.075);border-radius:.25rem;border-width:0;background-color:#fff;position:relative;}
.d-inline-block img {
    width: 50px;
}

.dd-backdrop::before{content:"";display:block;position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1040;visibility:hidden;opacity:0;transition:opacity 150ms,visibility 0s;transition-delay:0s,150ms;}
@media (prefers-reduced-motion:reduce){
.dd-backdrop::before{transition:none;}
}



.chartjs-render-monitor{animation:chartjs-render-animation 1ms;}
.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1;}
.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0;}
.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0;}

.stock-left {
       padding-right: 5px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.stock-count .col-md-6 {
    box-shadow: 0 0 4px #186495;
    /* margin: 0px 10px; */
    padding: 0;
    width: 49%;
    margin-bottom: 15px;
    margin-right: 2%;
}
.myshortcutheading{
    color: #2B2928 !important;
    text-align: center;
    font-weight: 500;
}


.wrong-item:hover {
     box-shadow: 0 5px 15px rgb(0 0 0 / 30%); 
    cursor: pointer; 
}

.wrong-item-bc:hover {
     box-shadow:0 5px 15px rgb(0 0 0 / 30%);
    cursor: pointer; 
}

.wrong-item-vr:hover {
     box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    cursor: pointer; 
}

.wrong-item-hd:hover {
     box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    cursor: pointer; 
}

.wrong-item-ic:hover {
     box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    cursor: pointer; 
}

.text-vr {
    color: rgb(85 178 187);
}  

#menu li a img {
    margin: 0px;
    width: 24px;
}

.colour_diamond h4{
    margin-left: 5px;
    font-weight: 500;
}

.padding-right-zero{
    padding-right: 0px;
}

.padding-left-zero{
    padding-left: 0px;
}

.colour_diamond img {
    width: 50px;
}

.crm-invoice-pop-head{
    padding: 8px 8px;
    background-color: #001b3a;
    color: #FFF;
}

.crm-invoice-pop-title{
    float: left;
    font-size: 15px;
    font-weight: 600;
}

.colour_diamond .dshape-box {
     box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: .25rem;
    border-width: 0;
    background-color: #fff;
    position: relative;
    min-height: 120px;
}

.colour_diamond .carat-box {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: .25rem;
    border-width: 0;
    background-color: #fff;
    position: relative;
    min-height: 40px;
}

.colour_diamond .cpsf-box {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: .25rem;
    border-width: 0;
    background-color: #fff;
    position: relative;
    min-height: 40px;
}
.ddmodaldialog{
    margin: 1.75rem auto;
    max-width: 700px;
}

.shape-src-hover .shape-rd-s,.shape-ps-s,.shape-em-s,.shape-as-s,.shape-mq-s,.shape-rt-s,.shape-ht-s,.shape-pl-s,.shape-cm-s,.shape-ov-s,.shape-ot-s {
    display: none;
}

/* .shape-src-hover:hover .shape-rt-s,.shape-src-hover:hover .shape-ht-s,.shape-src-hover:hover .shape-pl-s,.shape-src-hover:hover .shape-cm-s,.shape-src-hover:hover .shape-ov-s,.shape-src-hover:hover .shape-mq-s,.shape-src-hover:hover .shape-as-s,.shape-src-hover:hover .shape-ps-s,.shape-src-hover:hover .shape-rd-s,.shape-src-hover:hover .shape-em-s,.shape-src-hover.selected .shape-ps-s,.shape-src-hover.selected .shape-rd-s,.shape-src-hover.selected .shape-em-s,.shape-src-hover.selected .shape-as-s,.shape-src-hover.selected .shape-mq-s,.shape-src-hover.selected .shape-cm-s,.shape-src-hover.selected .shape-pl-s,.shape-src-hover.selected .shape-ht-s,.shape-src-hover.selected .shape-ov-s,.shape-src-hover.selected .shape-rt-s{
    display: inline
}

.shape-src-hover:hover .shape-rt-d,.shape-src-hover:hover .shape-ht-d,.shape-src-hover:hover .shape-pl-d,.shape-src-hover:hover .shape-cm-d,.shape-src-hover:hover .shape-ov-d,.shape-src-hover:hover .shape-mq-d,.shape-src-hover:hover .shape-as-d,.shape-src-hover:hover .shape-ps-d,.shape-src-hover:hover .shape-rd-d,.shape-src-hover:hover .shape-em-d,.shape-src-hover.selected .shape-ps-d ,.shape-src-hover.selected .shape-rd-d,.shape-src-hover.selected .shape-em-d,.shape-src-hover.selected .shape-as-d,.shape-src-hover.selected .shape-mq-d,.shape-src-hover.selected .shape-ov-d,.shape-src-hover.selected .shape-cm-d,.shape-src-hover.selected .shape-pl-d,.shape-src-hover.selected .shape-ht-d,.shape-src-hover.selected .shape-rt-d {
    display: none
} */

@media (hover: hover) {
    .shape-src-hover:hover .shape-ot-s,.shape-src-hover:hover .shape-rt-s,.shape-src-hover:hover .shape-ht-s,.shape-src-hover:hover .shape-pl-s,.shape-src-hover:hover .shape-cm-s,.shape-src-hover:hover .shape-ov-s,.shape-src-hover:hover .shape-mq-s,.shape-src-hover:hover .shape-as-s,.shape-src-hover:hover .shape-ps-s,.shape-src-hover:hover .shape-rd-s,.shape-src-hover:hover .shape-em-s{
        display: inline
    }

    .shape-src-hover:hover .shape-ot-d,.shape-src-hover:hover .shape-rt-d,.shape-src-hover:hover .shape-ht-d,.shape-src-hover:hover .shape-pl-d,.shape-src-hover:hover .shape-cm-d,.shape-src-hover:hover .shape-ov-d,.shape-src-hover:hover .shape-mq-d,.shape-src-hover:hover .shape-as-d,.shape-src-hover:hover .shape-ps-d,.shape-src-hover:hover .shape-rd-d,.shape-src-hover:hover .shape-em-d{
        display: none
    }

    .dshape-box:hover  {
        box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
        cursor: pointer;
        background-color: #001b3a;
        color: #FFF;
    }

    .carat-box:hover {
        box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
        cursor: pointer;
        background-color: #001b3a;
        color: #FFF;
    }
}
.dshape-box.selected  {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
    cursor: pointer;
    background-color: #001b3a;
    color: #FFF;
}

.carat-box.selected {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
    cursor: pointer;
    background-color: #001b3a;
    color: #FFF;
}

.shape-src-hover.selected .shape-ot-s,.shape-src-hover.selected .shape-ps-s,.shape-src-hover.selected .shape-rd-s,.shape-src-hover.selected .shape-em-s,.shape-src-hover.selected .shape-as-s,.shape-src-hover.selected .shape-mq-s,.shape-src-hover.selected .shape-cm-s,.shape-src-hover.selected .shape-pl-s,.shape-src-hover.selected .shape-ht-s,.shape-src-hover.selected .shape-ov-s,.shape-src-hover.selected .shape-rt-s{
    display: inline
}

.shape-src-hover.selected .shape-ot-d ,.shape-src-hover.selected .shape-ps-d ,.shape-src-hover.selected .shape-rd-d,.shape-src-hover.selected .shape-em-d,.shape-src-hover.selected .shape-as-d,.shape-src-hover.selected .shape-mq-d,.shape-src-hover.selected .shape-ov-d,.shape-src-hover.selected .shape-cm-d,.shape-src-hover.selected .shape-pl-d,.shape-src-hover.selected .shape-ht-d,.shape-src-hover.selected .shape-rt-d {
    display: none
}

.crn-pop-footer{
    margin-bottom: 20px;
    border-bottom: 2px solid #226398;
}

.btn-confrim {
    width: auto;
    color: #fff;
    background-color: #226398;
    border-color: #226398;
}
.reportforinvoicechkbox.selected{
    background-color:#FBF3E2;
}

.diamond-ordered-list > tbody > tr:hover {
    background-color:#FBF3E2;
}

.colour_diamond .lab-box{
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border-radius: .25rem;
    border-width: 0;
    background-color: #fff;
    position: relative;
    min-height: 40px;

}

#copy_link_val{
    display: none;
}

ul.stock-info {
    display: flex;
    list-style: none;
    padding: 0px 10px 3px 0px;
}

ul.stock-info li{
    margin: 0px 10px 0px 0px;
}
.shape-ot-s, .shape-ot-d{
    width: 60px !important;
}

.status-active {
    background: #269692;
    color: #fff;
    cursor: pointer;
}

.status-hold {
    background: #f0ad4e;
    color: #fff;
    cursor: pointer;
}

.status-afp {
    background: #f35315;
    color: #fff;
    cursor: pointer;
}


.status-memo {
    background: #EF9A9A;
    color: #fff;
    cursor: pointer;
}

.fa-info-circle{
    font-size: 20px;
}
.my-cart-status {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    padding: 0px 3px 0 3px;
    color: #FFF !important;
}

.copy_link_txt{
    font-size: 12px;
    color: blue;
    cursor: copy;
}
.stone-not-found{
    display: none;
}
.bottom-search-btn-div{
    display: block;
}
.stone-not-found span{
    display: block;
    color: #226398;
    font-size: 16px;
    font-weight: 700;
}
#confrim-diamond-table-popup img, .diamond-invoice-list img{
    width: 50px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-10{
    margin: 10px;
}
#content{
    padding: 20px;
}

.cpsf-box:hover, .cpsf-box.selected {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
    cursor: pointer;
    background-color: #001b3a;
    color: #FFF;
}

.shape-heading {
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

.lab-box:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%) !important;
    cursor: pointer;
}

.carat-heading {
    text-align: center;
    font-weight: 500;
}


@media screen and (max-width: 768px) {
    #header .navbar-header {
    display: none !important;
}
.req-dim-count-row{
    height:unset !important;
}
.req-dim-count-col{
    padding: 0px !important;
}
.req-dim-count-col-r{
    padding: 0px !important;
}
}

.table-bold{
    font-weight: bold;
}
.req-dim-count-col{
    padding-top: 15px;
    margin-bottom: 20px;
}

.counter{
    color: #001b3a;
    font-size: 20px;
    font-weight: 700;
}

.counter-h1{
    color: #f0ad4e;
    font-size: 20px;
    font-weight: 700;
    font-family: cursive;
}



/* social share */
.share-social-button  .fa {
    padding: 10px;
    font-size: 20px;
    width: 45px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  .share-social-button .fa:hover {
      opacity: 0.7;
  }
  .share-social-button .fa-whatsapp {
    background: #25D366;
    color: white;
}

  .share-social-button .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .share-social-button .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .share-social-button  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .share-social-button .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .share-social-button .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .share-social-button  .fa-instagram {
    background: #125688;
    color: white;
  }
  
  .share-social-button  .fa-pinterest {
    background: #cb2027;
    color: white;
  }
  
  .share-social-button  .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  .share-social-button  .fa-skype {
    background: #00aff0;
    color: white;
  }
  
  .share-social-button  .fa-android {
    background: #a4c639;
    color: white;
  }
  
  .share-social-button  .fa-dribbble {
    background: #ea4c89;
    color: white;
  }
  
  .share-social-button  .fa-vimeo {
    background: #45bbff;
    color: white;
  }
  
  .share-social-button .fa-tumblr {
    background: #2c4762;
    color: white;
  }
  
  .share-social-button .fa-vine {
    background: #00b489;
    color: white;
  }
  
  .share-social-button  .fa-foursquare {
    background: #45bbff;
    color: white;
  }
  
  .share-social-button .fa-stumbleupon {
    background: #eb4924;
    color: white;
  }
  
  .share-social-button   .fa-flickr {
    background: #f40083;
    color: white;
  }
  
  .share-social-button  .fa-envelope {
    background: #EA4335 ;
    color: white;
  }


  
  .share-social-button .fa-soundcloud {
    background: #ff5500;
    color: white;
  }
  
  .share-social-button .fa-reddit {
    background: #ff5700;
    color: white;
  }
  
  .share-social-button  .fa-rss {
    background: #ff6600;
    color: white;
  }
  /* social share end */
  
  .share-social-button{
    display: none;
    text-align: center;
  }

  .notelinkexp{
      color:#001b3a;
      font-weight: bold;
  }
  .notelinkexp span{
    color: #000;
    font-weight: 500;
}
.notelinkexp i{
    font-size: 15px;
}
.red-line {
    text-decoration: line-through 1px #F35315;
    color: #999;
    margin-right: 1px;
    margin-left: 1px;
}

.topbox{
    transition: transform .3s;
}
.topbox:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    padding: 0px;
  }


.data-diamond-list .dropdown{
display: inline-block;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 12px;
}

.excel{
color: #00FF00;
}

.pdf{
color: red;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.float{
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 60px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.9);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(37, 211, 102, 0);
  }
}
.float:hover{
  background-color:#25d366;
  color:#FFF;
}
.my-float{
  margin-top:12px;
}
