@charset "UTF-8";
.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.pull-xs-right {
  float: right;
}

.pull-xs-left {
  float: left;
}

@media (min-width: 768px) {
  .pull-sm-right {
    float: right;
  }
  .pull-sm-left {
    float: left;
  }
}
@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
  .pull-md-left {
    float: left;
  }
}
@media (min-width: 1200px) {
  .pull-lg-right {
    float: right;
  }
  .pull-lg-left {
    float: left;
  }
}
.form-control {
  font-size: 15px;
}

.modal-dialog {
  margin-top: 50px;
}
@media (min-height: 768px) {
  .modal-dialog {
    margin-top: 140px;
  }
}

.modal-backdrop {
  background-color: #FFFFFF;
}

.modal-content {
  border: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.33);
  border-radius: 0;
}

.modal-header {
  position: relative;
  border-bottom: none;
}
.modal-header .close {
  background-color: #0093C3;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFFFFF;
  text-shadow: none;
  position: absolute;
  top: -20px;
  right: -20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.33);
}
.modal-header .close:hover {
  opacity: 0.8;
}
.modal-header .close:focus {
  outline: none;
}
.modal-header .close span {
  line-height: 1;
  height: 22px;
  display: block;
}

.modal-footer {
  border-top: none;
}

.modal-header, .modal-footer {
  padding: 15px 30px;
}

.modal-body {
  padding: 0 30px;
}

.pager li > a {
  border-color: #0093C3;
}
.pager li > a:hover {
  background-color: #0093C3;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background-color: #0093C3;
  border-color: #0093C3;
}

table.DTFC_Cloned thead tr {
  background-color: #0093C3;
}

div.DTFC_LeftHeadWrapper table {
  border-bottom: 1px solid #ddd !important;
}

@media (max-width: 767px) {
  .dataTables_filter,
  .dataTables_info,
  .dataTables_length,
  .dataTables_paginate,
  .dt-buttons {
    text-align: left !important;
    float: none;
  }
  .dataTables_filter input,
  .dataTables_info input,
  .dataTables_length input,
  .dataTables_paginate input,
  .dt-buttons input {
    margin-left: 0 !important;
  }
}

.dt-buttons .btn {
  min-width: 0;
}

.dataTables_paginate {
  margin-top: 0.75em !important;
}

.dt-button-collection.dropdown-menu {
  margin-top: 0;
  border: none;
  min-width: 161px;
  background: #F4F4F4;
  margin: 0 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.dt-button-collection.dropdown-menu > li > a {
  text-decoration: none;
  padding: 5px 20px 5px 30px;
  background: #F4F4F4;
  position: relative;
}
.dt-button-collection.dropdown-menu > li > a:hover {
  background: #E1E1E1;
}
.dt-button-collection.dropdown-menu > .active > a, .dt-button-collection.dropdown-menu > .active > a:focus {
  background: #F4F4F4;
  color: #354249;
}
.dt-button-collection.dropdown-menu > .active > a:before, .dt-button-collection.dropdown-menu > .active > a:focus:before {
  content: "✓";
  position: absolute;
  left: 10px;
  color: #0093C3;
}
.dt-button-collection.dropdown-menu > .active > a:hover, .dt-button-collection.dropdown-menu > .active > a:focus:hover {
  background: #E1E1E1;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 25px;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #354249;
}

h1 {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.75em;
  }
}

h2 {
  font-weight: 600;
}

h3 {
  font-size: 1em;
  color: #D84C54;
  text-transform: uppercase;
  font-weight: 600;
}

img {
  max-width: 100%;
}

input, select, textarea {
  padding: 0.25em 0.5em;
  color: #000000;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #FFFFFF;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}

input[type=checkbox] {
  font-size: larger;
  -moz-transform: scale(1.2); /* FF */
}

select, select.form-control {
  min-width: 120px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAUklEQVQYV2M0NzefycjIKMWAB/z///8Zo7m5+Rl8imByIIVpDAwMIIwPzGIEyRJQPOvkyZMQhXgUgxWB5OEKsSiGK8JQiKSYAWYS3DPE+BikBgB5sRvDAeGmiAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  padding-right: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.entries-num, select.form-control.entries-num {
  -webkit-appearance: auto;
}
select.input-sm, select.form-control.input-sm {
  line-height: 15px;
  height: 25px;
  padding: 2px 8px;
  min-width: 0;
  font-size: 14px;
}

label {
  font-weight: 400 !important;
}

a {
  color: #0093C3;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.btn {
  text-decoration: none;
}

table {
  border-bottom: 1px solid #ddd;
}
table thead {
  background-color: #0093C3;
  color: #FFFFFF;
}
table thead tr {
  background-color: #0093C3;
}
table thead tr th {
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: none !important;
  white-space: nowrap;
}
table .table-editdelete {
  width: 75px;
  text-align: right;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F4F4F4;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-size: 0.85em;
}
table.dataTable thead .sorting:hover:after,
table.dataTable thead .sorting_asc:hover:after,
table.dataTable thead .sorting_desc:hover:after,
table.dataTable thead .sorting_asc_disabled:hover:after,
table.dataTable thead .sorting_desc_disabled:hover:after {
  opacity: 0.8;
}

.Button, .btn {
  display: inline-block;
  font-size: 14px;
  background: transparent;
  border-radius: 2em;
  border: 1px solid #0093C3;
  padding: 10px 20px;
  text-transform: uppercase;
  min-width: 120px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .Button, .btn {
    padding: 8px 15px;
  }
}
.Button:focus, .btn:focus {
  outline: none;
  text-decoration: none;
}
.Button:hover, .btn:hover {
  text-decoration: none;
}
.Button--red {
  color: #FFFFFF;
  border: 1px solid #D84C54;
  background: #D84C54;
}
.Button--red:hover {
  color: #FFFFFF;
  background-color: rgb(197.8853211009, 43.1146788991, 51.9587155963);
}
.Button--red:focus {
  color: #FFFFFF;
}
.Button--keyline, .btn {
  background: transparent;
  border: 1px solid #0093C3;
  color: #0093C3;
  font-weight: 500;
}
.Button--keyline:hover, .btn:hover {
  background-color: #0093C3;
  color: #FFFFFF;
}
.Button--link {
  border: none;
  min-width: 0;
  padding: 0;
  color: #0093C3;
  border-radius: 0;
}
.Button--link--back {
  text-transform: none;
  text-decoration: underline;
}
.Button--link:hover {
  color: #354249;
}
.Button--small {
  font-size: 0.75em;
  padding: 5px 15px;
  min-width: 0;
}

.btn:hover {
  border-color: #0093C3;
}

.btn-default {
  text-shadow: none;
}
.btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus {
  outline: none;
  color: #FFFFFF;
  border-color: #0093C3;
  background-color: #0093C3;
}

.c-Header {
  background: #0093C3;
  background: linear-gradient(141deg, #03BDF3 0%, #0093C3 75%);
  padding: 1em 0 0.5em 0;
  margin-bottom: 0;
  border-radius: 0;
}
.c-Header .navbar-header {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.c-Header .navbar-toggle {
  margin-top: 15px;
  padding: 8px;
  border: 2px solid #FFFFFF;
  opacity: 0.9;
  margin-right: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
}
.c-Header .navbar-toggle .icon-bar {
  width: 23px;
  height: 3px;
  background-color: #FFFFFF;
}
.c-Header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.c-Header-logo {
  display: block;
  width: 180px;
}

.c-Footer {
  background-color: #F4F4F4;
  margin-top: 2em;
}

.c-Navigation .navbar-nav {
  margin: 1.25em 0;
}
.c-Navigation.navbar-collapse {
  box-shadow: none;
}
.c-Navigation .nav-item {
  text-transform: uppercase;
  color: #FFFFFF;
}
.c-Navigation .nav-item a {
  text-decoration: none;
}
.c-Navigation .nav-item .nav-link {
  color: #FFFFFF;
  text-shadow: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.c-Navigation .nav-item .nav-link:hover, .c-Navigation .nav-item .nav-link:focus {
  background-color: transparent;
}
.c-Navigation .nav-item .nav-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #AFCA0B;
  margin-top: 3px;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}
.c-Navigation .nav-item .nav-link .badge {
  background-color: #FFFFFF;
  color: #0093C3;
  padding: 2px 7px;
}
.c-Navigation .nav-item:hover .nav-link:after, .c-Navigation .nav-item.active .nav-link:after, .c-Navigation .nav-item.open .nav-link:after {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .c-Navigation .nav-item:last-of-type .nav-link {
    padding-right: 0;
  }
}
.c-Navigation .nav-item.dropdown .dropdown-menu {
  border: none;
}
@media (min-width: 768px) {
  .c-Navigation .nav-item.dropdown .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 7px;
  }
  .c-Navigation .nav-item.dropdown .dropdown-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #AFCA0B;
    border-width: 10px;
    margin-left: -10px;
  }
}
.c-Navigation .nav-item.dropdown.open .nav-link {
  background-color: transparent;
}
.c-Navigation .nav-item.dropdown.open .dropdown-menu {
  text-align: center;
  background-color: #AFCA0B;
}
.c-Navigation .nav-item.dropdown.open .dropdown-menu > li > a {
  color: #FFFFFF;
  padding: 5px 15px;
}
.c-Navigation .nav-item.dropdown.open .dropdown-menu > li > a:hover, .c-Navigation .nav-item.dropdown.open .dropdown-menu > li > a:focus {
  color: #000000;
  background-color: transparent;
  outline: none;
}
@media (max-width: 767px) {
  .c-Navigation .nav {
    float: none !important;
    text-align: center;
  }
  .c-Navigation .nav .nav-item .nav-link {
    display: inline-block;
  }
  .c-Navigation .nav .nav-item .dropdown-menu {
    text-align: center;
  }
  .c-Navigation .nav .nav-item .dropdown-menu > li > a {
    color: #FFFFFF;
    padding: 5px 15px;
  }
  .c-Navigation .nav .nav-item .dropdown-menu > li > a:hover, .c-Navigation .nav .nav-item .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: transparent;
    outline: none;
  }
}

.c-Filters-heading {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}
.c-Filters-preselect {
  clear: left;
  font-size: 1.75rem;
}
.c-Filters-preselect-section {
  font-size: 1.5rem;
  border-left: 2px solid rgba(225, 225, 225, 0.5);
  padding: 1em;
  margin: 0 0.5em;
}
.c-Filters-preselect-section label {
  font-weight: normal;
}
@media (max-width: 991px) {
  .c-Filters-preselect-section {
    border-left: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-Filters-preselect-section:nth-of-type(2) {
    margin-top: 1em;
  }
}
.c-Filters-section {
  margin: 1.5em 0;
}
.c-Filters-section:first-of-type {
  margin-top: 0.5em;
}
@media (max-width: 991px) {
  .c-Filters-section {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 1.5em;
  }
  .c-Filters-section.u-border--left, .c-Filters-section.u-border--right {
    border-left: none;
    border-right: none;
  }
}
.c-Filters-section--advToggle {
  margin-bottom: 1em;
}
.c-Filters-section label {
  min-width: 60px;
}
.c-Filters-section .labels-wide label {
  min-width: 110px;
}
@media (max-width: 410px) {
  .c-Filters-section .labels-wide label {
    width: 100%;
  }
}
.c-Filters-section .labels-medium label {
  min-width: 80px;
}
@media (min-width: 1200px) {
  .c-Filters-shapes {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-Filters-shape {
  text-align: center;
  padding: 0 0.25em;
}
@media (min-width: 1200px) {
  .c-Filters-shape {
    flex: 1 50px;
  }
}
@media (max-width: 1199px) {
  .c-Filters-shape {
    float: left;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .c-Filters-shape {
    width: 16.66%;
  }
  .c-Filters-shape:nth-of-type(6n+1) {
    clear: left;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .c-Filters-shape {
    width: 25%;
  }
  .c-Filters-shape:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (max-width: 374px) {
  .c-Filters-shape {
    width: 33.3%;
  }
  .c-Filters-shape:nth-of-type(3n+1) {
    clear: left;
  }
}
.c-Filters-shape label {
  min-width: 0;
  cursor: pointer;
}
.c-Filters-shape svg {
  transition: fill 0.1s;
  stroke: black;
}
.c-Filters-shape-image {
  width: 75px;
  height: 75px;
}
@media (max-width: 479px) {
  .c-Filters-shape-image {
    width: 60px;
    height: 60px;
  }
}
.c-Filters-shape span {
  display: block;
  transition: color 0.1s;
}
.c-Filters-shape .checkbox-inline {
  display: block;
}
.c-Filters-shape input[type=checkbox]:checked + svg {
  fill: #5fdbff;
  stroke: #5fdbff;
}
.c-Filters-shape input[type=checkbox]:checked + svg + span {
  color: #03BDF3;
}
@media (min-width: 1025px) {
  .c-Filters-shape label:hover input[type=checkbox]:not(:checked) + svg {
    fill: #5fdbff;
    stroke: #5fdbff;
  }
  .c-Filters-shape label:hover input[type=checkbox]:not(:checked) + svg + span {
    color: #03BDF3;
  }
}
.c-Filters-advToggle {
  display: inline-block;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAU0lEQVQYV2NkQAPm5uZpIKGTJ0/OQpZiROZAFYEVMjAwzEJWDFeIpgimH64YrBCHIhTFjAQUwRWDFJ5B9xA2PkjhTEZGRil8iv////8Mxdf4FAMAglEbw7w+1uoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  padding-right: 2.5rem;
  transition: color 0.2s;
}
.c-Filters-advToggle.collapsed {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAUklEQVQYV2M0NzefycjIKMWAB/z///8Zo7m5+Rl8imByIIVpDAwMIIwPzGIEyRJQPOvkyZMQhXgUgxWB5OEKsSiGK8JQiKSYAWYS3DPE+BikBgB5sRvDAeGmiAAAAABJRU5ErkJggg==);
}
.c-Filters-advToggle:hover {
  color: #777;
}
.c-Filters .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.c-Filters hr {
  clear: left;
  border-top-color: rgba(225, 225, 225, 0.8);
  margin: 0 15px;
  padding: 0;
  border-top-width: 2px;
}
@media (max-width: 991px) {
  .c-Filters hr {
    display: none;
  }
}
.c-Filters select {
  display: block;
  width: 100%;
}

.c-PageHeader {
  padding: 1.5em 0;
  margin-bottom: 2em;
  background-color: #F4F4F4;
}
.c-PageHeader h1 {
  margin: 0;
}

.c-Cart-totals {
  border-top: 3px solid #0093C3;
}
.c-Cart-totals-row {
  border-bottom: 1px solid #E1E1E1;
  padding: 7px;
}
.c-Cart-totals-row span:last-of-type {
  text-align: right;
  float: right;
}
.c-Cart-totals-row:last-of-type {
  background-color: #F4F4F4;
  border-top: 1px solid #354249;
  border-bottom: 1px solid #354249;
}

.c-Checkout-buttons button {
  margin: 0.25em 0;
}

.login-page {
  background: linear-gradient(141deg, #03BDF3 0%, #0093C3 75%);
  min-height: 100vh;
  color: #FFFFFF;
}
.login-page a {
  color: inherit;
}
.login-page .c-Header, .login-page .c-Footer {
  background: none;
}

.c-LoginForm {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.c-LoginForm .form-control {
  height: 40px;
  font-size: 16px;
}

.u-bg--black {
  background-color: #000000;
}
.u-bg--white {
  background-color: #FFFFFF;
}
.u-bg--darkgrey {
  background-color: #354249;
}
.u-bg--grey {
  background-color: #d7d9db;
}
.u-bg--midgrey {
  background-color: #CCCCCC;
}
.u-bg--lightergrey {
  background-color: #F4F4F4;
}
.u-bg--red {
  background-color: #D84C54;
}
.u-bg--blue {
  background-color: #0093C3;
}
.u-bg--lightblue {
  background-color: #03BDF3;
}

.u-bg--blue {
  color: #FFFFFF;
}

.u-bg--transparent {
  background-color: transparent;
}

.u-pad-x {
  padding-top: 1em;
  padding-bottom: 1em;
}
.u-pad-x\+ {
  padding-top: 2em;
  padding-bottom: 2em;
}
.u-pad-x- {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.u-pad-y {
  padding-left: 1em;
  padding-right: 1em;
}
.u-pad-y\+ {
  padding-right: 2em;
  padding-left: 2em;
}
.u-pad-y- {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.u-pad-bottom {
  padding-bottom: 1em;
}
.u-pad-bottom\+ {
  padding-bottom: 2em;
}
.u-pad-bottom- {
  padding-bottom: 0.5em;
}
.u-pad-top {
  padding-top: 1em;
}
.u-pad-top\+ {
  padding-top: 2em;
}
.u-pad-top- {
  padding-bottom: 0.5em;
}
.u-pad-right {
  padding-right: 1em;
}
.u-pad-right\+ {
  padding-right: 2em;
}
.u-pad-right- {
  padding-right: 0.5em;
}
.u-pad-left {
  padding-left: 1em;
}
.u-pad-left\+ {
  padding-left: 2em;
}
.u-pad-left- {
  padding-left: 0.5em;
}

.u-border--left {
  border-left: 2px solid rgba(204, 204, 204, 0.6);
}
.u-border--right {
  border-right: 2px solid rgba(204, 204, 204, 0.6);
}
.u-border--top {
  border-top: 2px solid rgba(204, 204, 204, 0.6);
}
.u-border--bottom {
  border-bottom: 2px solid rgba(204, 204, 204, 0.6);
}
.u-border--dark {
  border-color: #354249;
}
.u-border--blue {
  border-bottom: 3px solid #0093C3;
}
.u-border--green {
  border-bottom: 3px solid #AFCA0B;
}
.u-border--red {
  border-bottom: 3px solid #D84C54;
}

.u-text-lightWeight {
  font-weight: 300;
}
.u-text-midWeight {
  font-weight: 500;
}
.u-text-heavyWeight {
  font-weight: 600;
}

.u-vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.company_logo {
  background: url(/assets/img/clarkdiamonds_smaill-logo.jpg);
}

.checkbox-inline {
  border-style: dashed;
  border-width: thin;
  border-color: #9e9692;
  border-radius: 20px;
  border-spacing: 5px 5px;
  padding-left: 25px;
  padding-right: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.checkbox-inline input {
  opacity: 0;
}

.cb-selected {
  border-style: solid;
  border-color: #5fdbff;
  background-color: #0093C3;
  color: white;
}

.has-error {
  border-color: red;
}

.adminMessage {
  margin: 10px;
}

.ui-pnotify {
  top: 110px !important;
}

.compare-header {
  background-color: #0093C3;
  color: #FFFFFF;
  width: 100px;
}

.compare-table tr {
  display: table-row;
}

.compare-table td {
  max-width: 100px;
}

.table-button-disabled {
  color: grey;
  border-color: grey;
}

.table-button-disabled:hover {
  background-color: grey;
  cursor: default;
  border-color: grey;
}

.table-button-disabled:active {
  border-color: grey;
}

.tc-accept {
  margin-bottom: 25px;
  padding-right: 100px;
}

.tc-warning {
  color: red;
}

.tcs-div {
  border-style: none;
  padding: 15px;
}

.cd-footer {
  padding: 10px;
  color: #999;
}

.cd-footer a {
  color: #999;
  text-decoration: none;
}

.cd-footer a:hover {
  text-decoration: underline;
}

.req_label {
  color: #999;
  font-size: small;
  padding-left: 8px;
}

.sage-logo {
  max-height: 50px;
  padding-left: 10px;
}

.alert {
  margin-top: 20px;
}

.deleted {
  color: darkgrey;
}

.stone-on-memo {
  color: indianred;
}

.stone-on-memo a {
  color: indianred;
}

.dataTables_processing {
  left: 50% !important;
  position: absolute !important;
  top: 80% !important;
  z-index: 100 !important;
}

td .tooltip {
  position: absolute;
}

.form-error {
  border-color: red;
}

.localOpt {
  margin-top: 10px;
  font-size: small;
  float: right;
  margin-bottom: 10px;
}

.localOpt input {
  margin-right: 5px;
}

.smLink {
  font-size: small;
  margin: 10px;
}

.diamond-grid-square {
  width: 350px;
  height: 120px;
}

.diamond-grid-box {
  margin-right: 2px;
  padding-bottom: 10px;
}

.diamond-grid-toprow {
  background-color: #0093C3;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 2px;
}

.diamond-grid-toprow a {
  color: white;
}

.diamond-grid-normalrow {
  background-color: white;
  color: black;
  margin-right: 2px;
  font-size: small;
}

.diamond-grid-normalrow-odd {
  background-color: #f4f4f4;
  color: black;
  margin-right: 2px;
  font-size: small;
}

.stone-on-memo .diamond-grid-toprow {
  color: darkred;
  background-color: grey;
}
.stone-on-memo .diamond-grid-normalrow {
  color: darkred;
}
.stone-on-memo .diamond-grid-normalrow-odd {
  color: darkred;
}

#diamonds-grid .stone-available {
  padding-right: 0px;
}
#diamonds-grid .stone-on-memo {
  padding-right: 0px;
}

.diamond-grid-links {
  text-align: center;
  border-left: solid;
  border-right: solid;
  border-bottom: solid;
  border-color: grey;
  border-width: 1px;
  margin-right: 2px;
  margin-bottom: 3px;
  font-size: medium;
}

.footerOverlay {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #D84C54;
  color: white;
  text-align: center;
  height: 46px;
}

.footerOverlay:hover {
  cursor: pointer;
}

.footerButtonTxt {
  margin-top: 12px;
  border-right: 2px;
  border-right-style: solid;
  border-color: white;
}

.footerButtonTxt:hover {
  cursor: pointer;
}

.footerButtonTxt2 {
  margin-top: 12px;
  border-left: 2px;
  border-color: white;
}

.footerButtonTxt2:hover {
  cursor: pointer;
}

.float-button {
  padding-right: 0;
  padding-left: 0;
}

.lg_switch {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 34px;
  margin-top: 3px;
  margin-left: 15px;
}

.lg_switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0093C3;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0093C3;
}

input:checked + .slider:before {
  transform: translateX(90px);
}

/*------ ADDED CSS ---------*/
.on {
  display: none;
}

.on, .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

/*--------- END --------*/
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#compare-table tr:nth-child(even) [data-type="Lab Grown"] {
  background-color: #D5F3D2;
}

#compare-table tr:nth-child(odd) [data-type="Lab Grown"] {
  background-color: #9BEC90;
}

.c-Cart tr[data-type="Lab Grown"]:nth-child(even) {
  background-color: #D5F3D2;
}

.c-Cart tr[data-type="Lab Grown"]:nth-child(odd) {
  background-color: #9BEC90;
}

.discount-pill {
  border-radius: 12px;
  background-color: #2ab934;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

.pulse-discount {
  /* color: rgba(255, 255, 255, 0.8); */
  /* box-shadow: 0px 0px 20px 5px rgba(0, 170, 255, .8); */
  background-color: #2ab934;
  animation: pulse-discount 3s infinite;
}

/* .pulse-table:hover {
	color: rgba(255, 255, 255, 1) !important;
} */
@keyframes pulse-discount {
  0% {
    /* -moz-box-shadow: 0px 0px 20px 5px rgba(0, 170, 255, .8); */
    background-color: #2ab934;
    /* color: rgba(255, 255, 255, 1); */
  }
  70% {
    /* -moz-box-shadow: 0px 0px 20px 5px rgba(0, 170, 255, 0); */
    background-color: rgba(0, 170, 255, 0.8);
  }
  100% {
    /* -moz-box-shadow: 0px 0px 20px 5px rgba(0, 170, 255, .8); */
    background-color: #2ab934;
    /* color: rgba(255, 255, 255, 1); */
  }
}
.discountedStones {
  background: #0093C3;
  margin-top: 20px;
  color: #FFFFFF;
}

.discountedStone {
  padding: 5px;
  margin: 5px;
  background: #FFFFFF;
  border-radius: 10px;
  color: #000000;
  height: 220px;
}

.dsFields {
  font-size: small;
  font-weight: bold;
}

.dsData {
  font-size: small;
}

.dsPrice {
  font-weight: bold;
  margin-top: 15px;
}

.dsDiscount {
  color: #2ab934;
}

.dsLink {
  margin-top: 10px;
}

.nsSearchesBox {
  background-color: #E9E8E8;
  color: black;
}

.nsSalesBox {
  background-color: #E9E8E8;
  color: black;
}

.ndTotalTxt {
  display: flex;
  align-items: flex-end;
  height: 110px;
}

.ndPcTxtPos {
  color: #2ab934;
}

.ndPcTxtNeg {
  color: red;
}
