@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: slick;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot) format("embedded-opentype"),
    url(../fonts/slick.woff) format("woff"),
    url(../fonts/slick.ttf) format("truetype"),
    url(../fonts/slick.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.paginationFooter {
  width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: transparent !important;
  margin: 4px 4px 5px 3px;
  padding: 5px 13px;
  line-height: 26px;
  color: #8898aa !important;
  border-color: #dee2e6 !important;
  width: 60px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: var(--maincolor) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  background-color: var(--maincolor) !important;
  border-color: var(--maincolor) !important;
}

.checkcss[diamond_system] input[type="checkbox"][diamond_system]:checked {
  background-color: var(--maincolor) !important;
  color: #fff !important;
}

.checkcss[diamond_system] input[type="checkbox"][diamond_system]:checked:after {
  background: var(--maincolor) !important;
  color: #fff !important;
  content: "✔";
  font-size: 20px;
  top: 10p;
  padding-top: 5px;
}

.checkcss[diamond_system] input[type="checkbox"][diamond_system] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  border: 0 !important;
  height: 13px;
  margin: 0 1px 0 0;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}

.checkcss[diamond_system] input[type="checkbox"][diamond_system]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 25px;
  width: 25px;
  left: 0;
  top: -5px;
  font-size: 10px;
  border: 1px solid #878787;
  background: #fff;
}

input[type="checkbox"].innercheck.gridCheck.checkcss:checked {
  background-color: var(--maincolor) !important;
  color: #fff !important;
}

input[type="checkbox"].innercheck.gridCheck.checkcss:checked:after {
  background: var(--maincolor) !important;
  color: #fff !important;
  content: "✔";
  font-size: 30px;
  top: 0px;
  padding-top: 10px;
}

input[type="checkbox"].innercheck.gridCheck.checkcss {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  border: 0 !important;
  height: 13px;
  margin: 0 1px 0 0;
  float: left;
  cursor: pointer;
}

input[type="checkbox"].innercheck.gridCheck.checkcss:after {
  border-radius: 5px;
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 35px;
  width: 35px;
  left: 0;
  top: 0px;
  font-size: 10px;
  border: 1px solid #878787;
  background: #fff;
}

.notifybtn[diamond_system],
.dataTools[diamond_system] {
  border: 0;
  box-shadow: none;
  font-family: var(--mainFontFamily);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.notifybtn[diamond_system] {
  color: var(--maincolor);
  background: #fff;
  font-size: 30px;
  outline: 0;
  padding: 0 10px;
}

.dmd-dtls-div-src-box[diamond_system] {
  display: inline-block;
}

.share[diamond_system] a[diamond_system],
.share[diamond_system] span[diamond_system] {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  align-items: center;
}

.share[diamond_system] img[diamond_system] {
  width: 27px;
  margin-right: 12px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sharemodal[diamond_system] .modal-header[diamond_system],
.sharemodal[diamond_system]
  .modal-header[diamond_system]
  button[diamond_system] {
  color: var(--maincolor);
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--mainFontFamily);
}

.quickicon[diamond_system] {
  color: var(--maincolor);
  font-size: 16px;
  cursor: pointer;
}

.iconbox[diamond_system] {
  background: var(--maincolor);
  width: 67%;
  font-family: var(--mainFontFamily);
  cursor: pointer;
  margin: auto auto 11px;
  border-radius: 9px;
  padding: 16px;
}

.emailmodal[diamond_system] .modal-header[diamond_system],
.emailmodal[diamond_system]
  .modal-header[diamond_system]
  button[diamond_system] {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--mainFontFamily);
}

.submitbtn[diamond_system] {
  padding: 15px 15px 13px;
  width: 230px;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  font-family: var(--mainFontFamily);
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 10px;
  background: var(--maincolor);
  border-color: var(--maincolor);
  color: #fff;
}

.c-a07[diamond_system] {
  color: var(--maincolor);
}

.note-textarea[diamond_system] {
  width: 100%;
  height: 150px;
  resize: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-minus:before {
  content: "\f068";
}

.fa-image:before {
  content: "\f03e";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-down:before {
  content: "\f107";
}

.sorting {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border: 0px solid #000000;
  padding: 0px 0px;
}

ul {
  list-style: none;
}

li {
  display: inline-block;
}

input {
  outline: none;
}

.checkcss[diamond_system] input[type="checkbox"][diamond_system] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  border: 0 !important;
  height: 13px;
  margin: 0 1px 0 0;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}

.checkcss[diamond_system] input[type="checkbox"][diamond_system]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 25px;
  width: 25px;
  left: 0;
  top: -5px;
  font-size: 10px;
  border: 1px solid #878787;
  background: #fff;
}

.buttonWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dataTools[diamond_system] {
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--maincolor);
  color: #000000;
  font-size: 14px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.35s;
}

.dataTools[diamond_system]:before,
.dataTools[diamond_system]:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: var(--maincolor);
  z-index: -1;
  transition: all 0.35s;
}

.dataTools[diamond_system]:before {
  opacity: 0.5;
}

.dataTools[diamond_system]:after {
  transition-delay: 0.2s;
}

.dataTools[diamond_system]:hover {
  color: #ffffff !important;
}

.dataTools[diamond_system]:hover:before,
.dataTools[diamond_system]:hover:after {
  top: 0;
}

.dmd-dtls-div-src-box[diamond_system] {
  display: inline-block;
}

.share[diamond_system] a[diamond_system] {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  align-items: center;
}

.share[diamond_system] img[diamond_system] {
  width: 27px;
  margin-right: 12px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sharemodal[diamond_system] .modal-header[diamond_system],
.sharemodal[diamond_system]
  .modal-header[diamond_system]
  button[diamond_system] {
  color: var(--maincolor);
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--mainFontFamily);
}

.quickicon[diamond_system] {
  color: var(--maincolor);
  font-size: 16px;
  cursor: pointer;
}

.iconbox[diamond_system] {
  background: var(--maincolor);
  width: 67%;
  font-family: var(--mainFontFamily);
  cursor: pointer;
  margin: auto auto 11px;
  border-radius: 9px;
  padding: 16px;
}

.emailmodal[diamond_system] .modal-header[diamond_system],
.emailmodal[diamond_system]
  .modal-header[diamond_system]
  button[diamond_system] {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--mainFontFamily);
}

.submitbtn[diamond_system] {
  padding: 15px 15px 13px;
  width: 230px;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  font-family: var(--mainFontFamily);
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 10px;
  background: var(--maincolor);
  border-color: var(--maincolor);
  color: #fff;
}

.c-a07[diamond_system] {
  color: var(--maincolor);
}

*,
:after,
:before {
  box-sizing: border-box;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
}

strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: initial;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  border-style: none;
  vertical-align: middle;
}

.displayMedia img {
  background-color: #ffffff;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="submit"],
button {
  appearance: button;
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: 1.75rem;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 200px) {
  .text-right {
    text-align: right;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-12,
.col-md-6,
.col-md-8,
.col-md-12,
.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-8 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

tbody {
  width: 100%;
}

tbody tr {
  width: 100%;
  display: table-row;
}

.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  display: table-cell;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table th {
  text-align: center;
}

@media (max-width: 767.98px) {
  .table-responsive {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: initial;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529 !important;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: initial;
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: min-content;
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: min-content;
  }
}

@media screen and (max-width: 576px) {
  .buttonOption {
    width: 28.8vw !important;
  }
}

.border-0 {
  border: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-right {
    text-align: right !important;
  }
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  thead {
    display: table-header-group;
    width: 100%;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }

  body {
    min-width: 992px !important;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }
}

.dataTables_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  clear: both;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: #fff;
  background: linear-gradient(180deg, #fff 0, #dcdcdc);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(180deg, #585858 0, #111);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(180deg, #2b2b2b 0, #0c0c0c);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
}

.modal {
  overflow: auto !important;
}

button {
  outline: 0 !important;
}

.modal.custom-display-popup .modal-header .close {
  color: #fff;
  position: absolute;
  opacity: 1;
  right: 20px;
  top: 10px;
}

.modal-header {
  color: #fff;
}

.modal.animate {
  opacity: 0;
}

.modal.animate.show {
  opacity: 1;
}

.modal.animate .modal-dialog {
  transform: translate(0);
}

.backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1032;
  width: 100%;
  height: 100vh;
}

body {
  height: 100%;
}

body {
  font-size: 14px;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
  font-family: var(--mainFontFamily);
}

body,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: #676767;
}

:focus,
button:focus {
  outline: none;
}

.hdr-top-menu {
  display: flex;
  align-items: center;
}

.hdr-top-menu-links {
  margin-left: auto;
}

.hdr-top-menu-logo img {
  width: 230px;
}

.dmd-dtls-div-table table {
  width: 100% !important;
  margin: 0 !important;
}

.dmd-dtls-div-table table thead th {
  background-color: #000 !important;
  color: #fff;
  padding: 10px;
  font-family: var(--mainFontFamily);
  letter-spacing: 0.2px;
}

.dmd-dtls-div-table table tbody td,
.dmd-dtls-div-table table thead th {
  font-weight: 400;
  white-space: nowrap;
  border: 0 !important;
  vertical-align: middle !important;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}

.dmd-dtls-div-table table tbody td {
  color: #000;
  text-align: center;
}

.dmd-dtls-div-src {
  padding: 20px 0;
}

.dmd-dtls-div-src-box {
  margin-left: auto;
  position: relative;
  width: 300px;
}

.dmd-dtls-div-src-box-icons {
  position: absolute;
  top: 10px;
  left: 15px;
  bottom: 0;
}

.dmd-dtls-div-src-box .form-control {
  background: #f0f0f0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.1);
  font-family: var(--mainFontFamily);
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 10px 10px 50px;
  height: auto;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.dmd-dtls-div-src-box .form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.tbls-td-link a {
  color: var(--maincolor);
  font-family: var(--mainFontFamily);
}

.tbls-td-link a {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .dmd-dtls-div-src-box {
    width: 100%;
    padding-bottom: 15px;
  }

  .menu-list-cust-new {
    position: fixed;
    z-index: 9;
    background: #fff;
    height: 100vh;
    left: 0;
    width: 260px;
    top: 0;
    bottom: 0;
    padding: 15px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    transform: translate(-110%);
    transition: all 0.5s;
  }

  .hdr-top-menu {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .dmd-dtls-div-src-btn {
    text-align: center;
  }

  .hdr-top-menu-logo img {
    width: 150px;
  }
}

.fa-plus:before {
  content: "\f067";
}

.fa-times:before {
  content: "\f00d";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.resultsRow {
  flex-direction: row;
}

.mediaContainer {
  display: flex;
  flex: 1 1 0px;
  min-width: 390px;
  height: 450px;
  justify-content: center;
  align-items: center;
}

.thumbnailContainer {
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 10px;
}

.imageThumbnail {
  height: 20vw;
  max-height: 150px;
  max-width: 10vw;
  border: 1px solid black;
}

.videoThumbnail {
  height: 20vw;
  max-height: 150px;
  max-width: 185px;
  border: 1px solid black;
}

.certThumbnail {
  height: 20vw;
  max-height: 150px;
  max-width: 185px;
  border: 1px solid black;
}

.mediaThumbnail {
  width: auto;
  height: 100%;
  max-width: 185px;
}

.displayMedia {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
  background-image: url("../assets/images/mediaLoading.webp");
  background-position: center;
  background-repeat: no-repeat;
}

.mediaHidden {
  display: none;
}

.mediaLarge {
  height: 100%;
  max-height: 450px;
  object-fit: contain;
  display: block;
  width: 40vw;
  max-width: 600px;
}

.detailsContainer {
  display: flex;
  flex: 1 1 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  min-width: 800px;
}

.gridchanger {
  text-align: right;
}

.gridchanger img {
  max-width: 25px;
}

.box {
  max-width: 334px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  float: left;
  margin: 20px;
  min-width: 334px;
}

.gridtbody tr {
  background: none !important;
}

.gridtbody {
  border: 0 !important;
}

.box .boximg {
  position: relative;
  background: #d1d1d3;
  border-radius: 5px 5px 0 0;
  background-color: #d1d1d3;
  background-image: url("../assets/images/mediaLoading.webp");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 190px;
}

.box .boximg img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  max-height: 190px;
  overflow: hidden;
  width: auto;
  margin: 0 auto 10px;
}

.box .boxcontent {
  padding: 5px 15px 15px;
  font-size: 14px;
  font-family: var(--mainFontFamily);
  line-height: 16px;
  height: 140px;
}

.box .boxcontent ul li {
  float: left;
  width: 50%;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 17px;
}

.box .boxcontent ul li strong {
  font-weight: 700;
}

.box p {
  text-align: left;
  margin: 10px 0 0 0;
  line-height: 18px;
  color: #2b2b2b;
  font-weight: 700;
}

.box .availabp {
  margin: 0 0 0 0;
}

.box .availabp span {
  color: #008000;
}

.box .cerfip {
  margin: 0 0 0 0;
}

.box .cerfip span {
  text-decoration: underline;
}

.box .pricep {
  margin: 15px 0 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.box .pricep span {
  color: var(--textHighlight);
  font-weight: 700;
}

.box .boxfooter {
  font-size: 14px;
  font-family: var(--mainFontFamily);
  line-height: 16px;
  padding: 0 15px 10px;
}

.box .boxfooter .btnmore {
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  width: 235px;
  display: block;
  padding: 10px;
  border-radius: 5px;
  float: left;
}

.main {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  float: right;
}

.gridCheck {
  position: absolute;
  bottom: 32px;
  right: 18px;
  height: 35px;
  width: 35px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #000;
}

.notactive {
  opacity: 0.5;
}

.notshown {
  display: none !important;
}

.dataTables_wrapper .table {
  display: block;
}

.dataTables_wrapper .table .gridtbody {
  display: inline-block;
  margin: 0.3% 0.3%;
}

table .box .boxfooter .btnmore {
  width: 97% !important;
}

.box .boxfooter {
  font-size: 14px;
  font-family: var(--mainFontFamily);
  line-height: 16px;
  padding-right: 51px;
  position: relative;
}

.box .boxfooter .main {
  position: absolute;
  right: 15px;
}

#popupsort {
  padding: 15px;
  font-family: var(--mainFontFamily);
  font-size: 14px;
}

#popupsort h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

#popupsort button {
  border: 0;
  display: block;
  background: none;
  line-height: 18px;
  font-weight: 600;
}

#popupsort .activesort {
  color: var(--textHighlight);
}

#mySizeChart {
  display: none;
  font-family: var(--mainFontFamily);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  text-align: left;
  width: 60px;
  color: #2b2b2b;
  margin: 20px 0 0 0;
}

#mySizeChart i {
  color: #2b2b2b;
  font-weight: 600;
  font-size: 14px;
}

.formobile {
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  font-family: var(--mainFontFamily);
  font-size: 14px;
}

.formobile .mr-3 {
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 17px;
  margin: 0 !important;
  display: block;
}

.formobile .mr-3 .mr-1 {
  margin: 0;
}

.formobile .mr-3 span {
  font-weight: 700;
}

.pricespan {
  padding-right: 20px;
}

.rldiv {
  padding: 0;
  float: left;
  width: 50%;
}

.iconrightdiv {
  padding: 0;
}

.iconrightdiv .bellicon i {
  font-size: 22px;
}

.iconrightdiv .leftsicon {
  background: var(--maincolor);
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--mainFontFamily);
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.notifybtn {
  position: relative;
}

#noofchecked {
  position: absolute;
  font-size: 10px;
  background: #bb1c1c;
  color: #fff;
  width: 18px;
  height: 18px;
  right: 0px;
  border-radius: 50%;
  padding: 2px 0 0 0;
}

#noofchecked2 {
  position: absolute;
  font-size: 10px;
  background: #bb1c1c;
  color: #fff;
  width: 18px;
  height: 18px;
  right: 0px;
  border-radius: 50%;
  padding: 2px 0 0 0;
  top: 0;
}

@media (max-width: 1705px) {
  .box .boxfooter .btnmore {
    width: 194px;
  }
}

@media screen and (min-width: 1440px) {
  .box .boxfooter .btnmore {
    width: 225px;
  }

  .dataTables_wrapper .table .gridtbody {
    width: 19.1111111%;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .dataTables_wrapper .table .gridtbody {
    width: 24.1111111%;
  }
}

@media screen and (max-width: 767px) {
  #sortingtr {
    display: none;
  }

  #DataTables_Table_0_wrapper .dataTables_length {
    float: left;
    text-align: center;
  }

  #mySizeChart {
    display: block;
  }

  #maintable .gridtbody tr td {
    padding: 0;
  }

  #maintable .gridtbody tr td .box {
    max-width: 100%;
  }

  #DataTables_Table_0_wrapper .dataTables_length {
    font-family: var(--mainFontFamily);
    font-size: 14px;
  }

  #DataTables_Table_0_wrapper .dataTables_length select {
    font-family: var(--mainFontFamily);
    font-size: 14px;
    padding: 2px;
    border-radius: 3px;
  }

  .gridchanger a {
    margin-left: 8px;
    margin-right: 2px;
  }

  .fordesktop {
    display: none;
  }

  .formobile {
    display: block;
  }

  .dmd-dtls-div-src-box[diamond_system] {
    display: inline-block;
    max-width: 290px;
    margin-top: 70px !important;
  }

  .gridchanger {
    display: none;
  }

  .changesformob {
    padding-top: 0;
  }

  .changesformob {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cfmhl {
    border-bottom: 1px solid #7a7a7a;
    left: 0;
    right: 0;
  }

  .iconrightdiv {
    padding: 5px 0 0px;
  }

  .prfmo {
    padding: 0;
  }

  .formobile .mr-3 {
    letter-spacing: 0;
    padding: 0 0 5px;
  }

  .formobile .mr-3 span {
    font-weight: 500;
  }

  .mprice,
  .msize {
    display: block;
  }
}

.gridtbody tr {
  background: none !important;
}

.gridtbody {
  border: 0 !important;
}

.box .boximg {
  position: relative;
  background: #d1d1d3;
  border-radius: 5px 5px 0 0;
  background-color: #d1d1d3;
  background-image: url("../assets/images/mediaLoading.webp");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 190px;
}

.box .boximg img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  max-height: 190px;
  overflow: hidden;
  width: auto;
  margin: 0 auto 10px;
}

.box .boxcontent {
  padding: 5px 15px 15px;
  font-size: 14px;
  font-family: var(--mainFontFamily);
  line-height: 16px;
}

.box .boxcontent ul li {
  float: left;
  width: 50%;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 17px;
}

.box .boxcontent ul li strong {
  font-weight: 700;
}

.box p {
  text-align: left;
  margin: 10px 0 0 0;
  line-height: 18px;
  color: #2b2b2b;
  font-weight: 700;
}

.box .availabp {
  margin: 0 0 0 0;
}

.box .availabp span {
  color: #008000;
}

.box .cerfip {
  margin: 0 0 0 0;
}

.box .cerfip span {
  text-decoration: underline;
}

.box .pricep {
  margin: 15px 0 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.box .pricep span {
  color: var(--textHighlight);
  font-weight: 700;
}

.box .boxfooter {
  font-size: 14px;
  font-family: var(--mainFontFamily);
  line-height: 16px;
  padding: 0 15px 10px;
}

.box .boxfooter .btnmore {
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  width: 255px;
  display: flex;
  padding: 10px;
  border-radius: 5px;
  justify-content: center;
}

.main {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  float: right;
}

.dataTables_wrapper .table {
  display: block;
}

.dataTables_wrapper .table thead {
  background-color: #000 !important;
  display: block;
}

.dataTables_wrapper .table .gridtbody {
  display: inline-block;
  margin: 0.3% 0.3%;
}

.dataTables_wrapper .table.listtableview {
  display: table;
}

.dataTables_wrapper .table.listtableview thead {
  display: contents;
}

table .box .boxfooter .btnmore {
  width: 97% !important;
}

.box .boxfooter {
  font-size: 14px;
  font-family: var(--mainFontFamily);
  line-height: 16px;
  padding-right: 51px;
  position: relative;
}

.box .boxfooter .main {
  position: absolute;
  right: 15px;
}

.videoBox {
  position: relative;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
}

.videoNotify {
  position: absolute;
  display: none;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-image: url("https://diamondfilesmedia.s3.us-west-1.amazonaws.com/images/mouseover.png");
  background-size: cover;
}

.col-md-8.text-right.fordesktop {
  position: fixed;
  top: 5px;
  right: 0px;
  z-index: 200;
}

.resultsOptionsMenu {
  display: flex;
  width: 100%;
  padding-left: 25px;
}

.resultsTable {
  display:flex;
  flex-wrap:wrap;
  width: 100%;
  
}

.imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.minimized {
  max-height: 40px;
  max-width: 200px;
  margin: 0;
  background-color: #f8f4ec;
}

input[type="checkbox"] {
  display: block;
}

@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }

  .searchtogglebuttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    margin: 0 5px 0 5px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px !important;
  }

  .container-fluid {
    padding: 0;
  }

  .col-12 {
    padding: 0;
  }

  .mainBody {
    width: 100%;
    max-width: 99%;
  }

  .searchPanel {
    padding: 5px;
    width: 98% !important;
  }

  .buttonContainer {
    display: flex;
    justify-self: center;
  }

  .buttonOption {
    max-width: 29.3vw;
    width: 29.3vw;
    display: flex;
    justify-self: center;
    margin: 4px;
  }

  .desktopView {
    display: none;
  }

  .mobileView {
    display: flex;
    flex-wrap: wrap;
  }

  .narrowButton {
    max-width: 29.3vw;
  }

  .minimized {
    max-height: 40px;
    max-width: 200px;
    margin: 0 0 20px 0;
    background-color: #f8f4ec;
  }

  #showSearchButton {
    top: 133px !important;
  }

  #hideSearchOptions {
    padding: 20px;
  }
  .btnmore {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #showSearchButton {
    top: 87px !important;
  }
}

@media screen and (max-width: 414px) {
  #showSearchButton {
    top: 135px !important;
  }
}


.mouseOverImage {
  position: absolute;
  z-index: 200;
  background-color: #e9ecef;
  background-image: url("../assets/images/mediaLoading.webp");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fullSizeImage {
  height: auto;
  max-width: 100%;
  border-radius: 25px;
}
