﻿@media print {
  .pagebreak {
    break-before: page;
  }
  /* page-break-after works, as well */
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: Verdana !important;
  font-size: 14px;
  font-style: normal;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.all-clear {
  color: green !important;
  font-weight: bold !important;
}
.danger {
  color: red !important;
  font-weight: bold !important;
}
a {
  color: #696a6d !important;
}
.btn-link {
  color: #ffffff !important;
}
.bg-light {
  background-color: #696a6d !important;
}
.text-dark {
  color: #ffffff !important;
}
.btn-primary {
  background-color: #696a6d !important;
}
.darktext_darkbackground {
  color: #ffffff;
}
.Teal {
  color: #b89454;
}
.alert-required {
  color: red;
  font-weight: bold;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 20px;
  line-height: 5px;
  /* Vertically center the text there */
  text-align: center;
  color: #ffffff !important;
}
.footer a:hover {
  color: #d7d7d7 !important;
  text-decoration: none;
}
.activ-action-button-column {
  width: 4em;
  text-align: center;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}
/* QR code generator */
#qrCode {
  margin: 15px;
}
/* Hide/rearrange for smaller screens */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.text-header {
  padding: 3px;
  font-weight: bold;
  display: block;
  background-color: #787878;
}
.info-text {
  font-weight: bolder;
  color: #d31245;
}
.top-space {
  display: block;
  margin: 10px 0 0 0;
}
.spacer {
  display: inline-block;
  margin: 50px 0 0 0;
}
/* Nav Bar style */
.navbar {
  padding: 5px !important;
}
.navbar-default .navbar-toggle {
  border-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
  /* Changes regular toggle color */
}
.nav-sub-link {
  white-space: nowrap;
  overflow: hidden;
}
.navbar-right {
  text-align: right !important;
}
.navbar-nav .nav-item a:hover {
  color: #d7d7d7 !important;
  text-decoration: none;
}
.navbar-links {
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.navbar-links li {
  display: table-cell;
  position: relative;
}
.navbar-links a:link,
.navbar-links a:visited,
.navbar-links a:active {
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
}
.navbar-links a:hover {
  color: #ffffff;
  text-decoration: none;
}
.navbar-links a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.navbar-links a:hover:after {
  width: 100%;
  left: 0;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.container {
  padding: 0;
}
/* Form Styles */
.form-control {
  width: 100% !important;
}
.form-inline label {
  justify-content: flex-start !important;
}
.regMark {
  font-size: 18px;
  vertical-align: super;
}
.tmMark {
  font-size: 18px;
  vertical-align: super;
}
.alert {
  color: #000000;
}
.alert-success {
  color: #ffffff;
  background-color: #696a6d;
}
.alert-failure {
  background-color: #d31245;
}
/* Page Buttons */
.page-buttons {
  width: 100%;
  display: inline-block;
  padding: 5px 10px 15px 0;
}
.page-buttons .action-button-left {
  float: left;
}
.page-buttons .action-button-right {
  float: right;
}
/*#region Card Styles */
.card-header {
  height: auto;
  padding: 5px 0 3px 5px !important;
  background-color: #696a6d;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  border: none;
}
.card-header h5 {
  padding-top: 5px;
  padding-left: 5px;
  float: left;
}
.card-header h4 {
  padding-top: 5px;
  padding-left: 5px;
  float: left;
}
.card-header i {
  float: right;
  padding: 0 5px 0 0;
}
.card-title {
  font-weight: bold;
}
.card {
  background-color: whitesmoke;
  width: 100%;
}
.card-details {
  margin: 10px 0 0 0;
}
.card-body {
  padding: 10px;
}
.card-body #CardError {
  text-align: center;
  color: #d31245;
}
.card-group {
  padding: 1px;
}
.card-footer {
  height: auto;
  padding: 5px;
  background-color: #787878;
}
.card-header-actions {
  height: auto;
  padding: 5px;
  background-color: #787878 !important;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
/*#endregion Card Styles */
.sticky {
  display: flex;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center !important;
  justify-content: center !important;
  z-index: 100 !important;
}
#confirmemailsuccess {
  text-align: center;
  font-size: 1.5em;
}
#confirmemailsuccess .info {
  font-size: 1.1em;
  text-align: center !important;
  justify-content: center !important;
  color: #696a6d;
}
#confirmemailfailure {
  text-align: center !important;
  font-size: 1.5em;
}
#confirmemailfailure .info {
  color: #000000;
}
#confirmemailfailure .phone {
  font-size: 2em;
  color: #696a6d;
}
#confirmemailfailure .message {
  font-size: 1.1em;
  text-align: center !important;
  justify-content: center !important;
  color: #d31245;
}
/*#endregion Email Confirmation */
.dropdown-menu {
  background-color: lightgray !important;
  padding: 1px;
  margin: 1px;
}
.error {
  border: 1px solid #d31245 !important;
}
/*#region Modal Styles*/
#ModalCenter .modal-header {
  background-color: #696a6d;
  color: #ffffff;
}
#ModalCenter #ModalBody #ModalError {
  text-align: center;
  color: #d31245;
}
#ModalBody #ModalError {
  text-align: center;
  color: #d31245;
}
#ModalBody #ModalError #ModalErrorMessage {
  text-align: center;
  color: #d31245;
}
.ModalCenter .modal-header {
  background-color: #696a6d;
  color: #ffffff;
}
.ModalCenter .ModalBody .ModalError {
  text-align: center;
  color: #d31245;
}
.ModalBody .ModalError {
  text-align: center;
  color: #d31245;
}
.ModalBody .ModalError .ModalErrorMessage {
  text-align: center;
  color: #d31245;
}
.ModalErrorMessage {
  text-align: center;
  color: #d31245;
}
.Error .ErrorMessage {
  text-align: center;
  color: #d31245;
}
.as-modal-dialog .as-modal-content .as-modal-header {
  background-color: #696a6d;
  color: #ffffff;
}
.as-modal-dialog .as-modal-content .as-modal-footer {
  background-color: #7d7e81;
  color: #ffffff;
  height: 50px;
}
#LoadingModal #LoadingDiv #LoadingModalHeader {
  background-color: #696a6d;
  color: #ffffff;
}
#LoadingModal #LoadingDiv #loadingbar {
  text-align: center;
  padding-bottom: 10px;
}
#LoadingModal #LoadingDiv #loadingbar #LoadingSpinner {
  color: #696a6d;
}
#LoadingModal #LoadingDiv #LoadingModalMessage {
  color: #696a6d;
  font-weight: normal;
}
#ConfirmationModal #ConfirmationDiv #ConfirmationModalHeader {
  background-color: #696a6d;
  color: #ffffff;
}
#ConfirmationModal #ConfirmationDiv #ConfirmationModalMessage {
  color: #696a6d;
  font-weight: normal;
}
#ValidationModal #ValidationDiv #ValidationModalHeader {
  background-color: #696a6d;
  color: #ffffff;
}
#ValidationModal #ValidationDiv #ValidationModalMessage {
  color: #696a6d;
  font-weight: normal;
  font-size: 1.3em;
}
#ErrorModal #ErrorDiv #ErrorModalHeader {
  background-color: #696a6d;
  color: #ffffff;
}
#ErrorModal #ErrorDiv #ErrorModalMessage {
  color: #696a6d;
  font-weight: normal;
}
.modal {
  overflow-y: auto !important;
}
.modal .modal-content .modal-header {
  background-color: #696a6d;
  color: #ffffff;
}
.modal .modal-content .modal-header span {
  color: #ffffff;
}
.modal .modal-content .modal-header modal-title {
  color: #ffffff;
}
.modal .modal-content .modal-footer {
  background-color: #7d7e81;
  color: #ffffff;
  height: 50px;
}
/*#endregion Modal Styles*/
/*#region Report Styles*/
.report-grid-export {
  float: left;
  margin: 0.18em;
  background-color: #787878;
}
.report-page {
  padding-top: 10px;
  /*   a:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        background: @apos-color-brown;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    a:hover:after {
        width: 100%;
        left: 0;
    }*/
}
.report-page .report-block {
  padding-bottom: 10px;
}
.report-page .report-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #696a6d;
  text-transform: uppercase;
  border-bottom: solid #696a6d 2px;
  padding-bottom: 5px;
}
.report-page ul {
  padding: 0;
  list-style: circle;
  background-color: transparent;
}
.report-page li {
  position: relative;
  padding-top: 5px;
}
.report-page a:link,
.report-page a:visited,
.report-page a:active {
  color: #696a6d;
  font-weight: bold;
  font-size: 1.2em;
}
.report-page a:hover {
  text-decoration: none;
}
.report-page .underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.report-page .underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #b89454;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.report-page .underline:hover:after,
.report-page .underline:focus:after,
.report-page .underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
/*#endregion Report Styles*/
/*#Access Denied Styles*/
#accessdenied {
  max-width: 500px;
  text-align: center !important;
  font-size: 1.5em;
}
#accessdenied .card-header {
  font-size: 1.6em;
  float: none;
  color: #d31245;
}
#accessdenied .info {
  font-size: 1.1em;
  color: #000000;
}
#accessdenied .message {
  font-size: 0.8em;
  color: #d31245;
}
/*#endregion Access Denied Styles*/
/*#region Form Fields */
.field-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100%;
  background-color: lightcoral;
}
.field-label {
  color: #333;
  cursor: default;
  float: left;
  min-width: 150px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.field-value {
  width: 100%;
  float: right;
}
/*#endregion Form Fields*/
.pageParagraph {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5em;
}
.pageParagraph .True {
  color: #b89454;
  font-weight: bold;
  text-transform: uppercase;
}
.pageParagraph .False {
  color: #d31245;
  font-weight: bold;
  text-transform: uppercase;
}
.pageParagraph .pageParagraph-details {
  width: 100%;
}
.pageParagraphTitle {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 1.3em;
}
.pageParagraphSubTitle {
  font-size: 1.2em;
}
.icon-group {
  justify-content: center !important;
}
.icon-group .icon-image {
  width: 128px;
  margin: 10px;
  border: 3px solid #696a6d;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}
.icon-group .icon-title {
  text-align: center !important;
  justify-content: center !important;
  font-size: 1.2em;
  color: #696a6d !important;
}
.icon-group .inner-circle {
  color: #000000;
  position: absolute !important;
  padding: 50px 40px 0 0 !important;
  font-size: 0.9em;
  word-spacing: 999px;
  text-align: center !important;
  justify-content: center !important;
}
.icon-group-small {
  padding-top: 10px;
  justify-content: center !important;
}
.icon-group-small .icon-title {
  text-align: center !important;
  justify-content: center !important;
  font-size: 1.5em;
  color: #696a6d !important;
}
.dx-datebox {
  width: 100% !important;
}
.dx-texteditor.dx-state-readonly input {
  background-color: lightgrey !important;
}
.dx-textarea.dx-state-readonly textarea {
  background-color: lightgrey !important;
}
/* #region table styles */
.tableData {
  width: 100%;
}
.tableData .trMainHeader {
  background-color: #ffffff !important;
  border: none !important;
}
.tableData .trMainHeader .thHeader {
  background-color: darkolivegreen;
  color: #ffffff;
  border: 1px solid #000000 !important;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding: 5px 5px 5px 10px !important;
}
.tableData .trHeader {
  background-color: #ffffff !important;
  border: none !important;
}
.tableData .trHeader .thHeader {
  background-color: darkolivegreen;
  color: #ffffff;
  border: 1px solid #000000 !important;
  font-weight: bold;
  vertical-align: top;
  padding: 5px 5px 5px 10px !important;
}
.tableData .trData .tdHeader {
  background-color: darkolivegreen;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #000000 !important;
  vertical-align: top;
  padding: 5px 5px 5px 10px !important;
}
.tableData .trData .tdValue {
  border: 1px solid #000000 !important;
  vertical-align: top;
  padding: 5px 5px 5px 10px !important;
}
.tableData .trData .tdValue span {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
}
.tableData .trData .number {
  text-align: right;
}
.tableData .trData .icon {
  cursor: pointer;
}
.tableData tr:nth-child(odd) {
  background-color: #ffffff;
  border: 1px solid black;
}
.tableData tr:nth-child(even) {
  background-color: #fffff7;
  background-color: #ffffff;
  border: 1px solid black;
}
.tableData tr:not(:first-child):hover {
  background-color: #787878;
}
/* #endregion table styles */
.as-div-row .as-div-col {
  padding: 0.25em;
  white-space: nowrap;
}
.as-div-row .as-div-col .as-div-col-header {
  padding: 0.25em;
  color: gray;
}
.as-div-row .as-div-col .as-div-col-data {
  padding: 0.25em;
  font-weight: bold;
}
.img_action_link {
  text-decoration: none !important;
}
.img_action_link:hover > img {
  opacity: 0.3;
}
.img_action_link:hover > span {
  color: #696a6d;
  font-weight: bold;
}
.img_action_link_mgmt:hover > span {
  color: #787878;
  font-weight: bold;
}
.img_action_link_crm:hover > span {
  color: #696a6d;
  font-weight: bold;
}
.as-div-info-row {
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 20px;
}
.as-div-info-row .as-div-info-question {
  background-color: #b89454 !important;
  border-radius: 0.75em;
  padding: 10px 0 10px 20px;
}
.as-div-info-row .as-div-info-option {
  background-color: #787878 !important;
  border-radius: 0.75em;
  padding: 10px 0 10px 20px;
}
.phone-link {
  text-align: center !important;
  justify-content: center !important;
}
.websublist {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.websublist li {
  list-style: none;
  padding-bottom: 5px;
}
.websublist li img {
  width: 50px;
  padding-right: 9px;
}
.as-chart-title {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center !important;
  justify-content: center !important;
  font-size: 1.6em;
}
.websub-progress {
  height: 100%;
  width: 100%;
  text-align: center !important;
  justify-content: center !important;
  padding-bottom: 10px;
}
.websub-progress img {
  max-width: 100%;
}
.breadcrumb {
  padding: 0;
  list-style: none;
  display: table;
  background-color: transparent;
}
.breadcrumb li {
  display: table-cell;
  position: relative;
  padding-top: 15px;
}
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:active {
  color: #696a6d;
  font-weight: bold;
  font-size: 1.2em;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb .underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.breadcrumb .underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #b89454;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.breadcrumb .underline:hover:after,
.breadcrumb .underline:focus:after,
.breadcrumb .underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}
.form-main {
  margin: 5px 5px;
  display: flex;
}
.form-main .form-label {
  float: left;
  margin-right: 2px;
}
.form-main .form-value {
  font-weight: bold;
}
.data-inactive {
  background-color: #d31245;
}
/* menu header via data attribute */
.data-title:before {
  content: attr(data-menutitle);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #DDD;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.data-title :first-child {
  margin-top: 20px;
}
.dx-master-detail-cell {
  padding: 5px !important;
}
.info {
  display: block;
  padding: 10px 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.info .info.row {
  padding-bottom: 10px;
}
.text-align-right {
  text-align: right !important;
}
.chart-main .chart-header {
  background-color: #787878;
  color: #ffffff;
  padding: 5px 5px;
}
.chart-main .chart-data-grid {
  background-color: #787878;
  padding: 5px 5px;
  border-top: 1px solid black;
}
.chart-main .chart-body-data {
  padding-top: 5px;
  padding-bottom: 0px;
  border: 1px solid #787878;
}
.chart-main .chart-actions {
  background-color: #787878;
  padding: 5px 5px;
  border-top: 1px solid black;
  color: #ffffff;
}
.chart-main .chart-actions .chart-actions-buttons-left {
  text-align: left !important;
}
.chart-main .chart-actions .chart-actions-buttons-left button {
  margin: 3px !important;
}
.chart-main .chart-actions .chart-actions-buttons-right {
  text-align: right !important;
}
.chart-main .chart-actions .chart-actions-buttons-right button {
  margin: 3px !important;
}
.chart-main .chart-header-actions {
  background-color: #787878;
  padding: 5px 5px;
  border-bottom: 1px solid black;
  color: #ffffff;
}
.chart-main .chart-header-actions .chart-actions-buttons-left {
  text-align: left !important;
}
.chart-main .chart-header-actions .chart-actions-buttons-right {
  text-align: right !important;
}
.chart-action-button {
  font-size: 1em;
  font-weight: bold;
  color: black !important;
  line-height: 1.1;
}
.chart-action-button .chart-action-icon {
  color: black !important;
}
.chart-action-button:hover {
  color: #d31245 !important;
}
.classified .classifiedCategory {
  display: block;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  background-color: #000000;
  color: #ffffff;
}
.classified .classifiedHeader {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 10px;
}
.classified .classifiedDescription {
  font-size: 1em;
  padding-top: 10px;
}
.classified .classifiedInfo {
  font-size: 1em;
}
.jobdetail {
  background-color: lightgray;
}
.jobdetail .bold {
  font-weight: bolder;
}
.jobdetail .jobdetailmain {
  background-color: darkgrey;
  color: black;
  /*font-size: 15px;*/
}
.item .item-image {
  background-color: white;
}
.item .item-details {
  background-color: white;
}
.item .item-details .item-name {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 5px;
}
.item .item-details .item-description {
  font-weight: normal;
  font-size: 14px;
  padding: 5px 5px;
}
.item .item-pricing {
  background-color: lightgray;
  padding: 0;
  margin: 0;
}
.item .item-pricing td {
  padding-right: 10px;
}
.item .item-pricing .text-align-right {
  text-align: right !important;
}
.item .text-align-right {
  text-align: right !important;
}
.text-align-right {
  text-align: right !important;
}
.cart-table {
  margin: 10px;
  padding: 10px;
}
.cart-table tr:nth-child(even) {
  background-color: #d2d2d2;
}
.cart-table .cart-header {
  padding: 3px;
  background-color: #787878;
  color: #ffffff;
  border: solid 1px white;
}
.cart-table .cart-detail {
  padding: 3px;
  color: #000000;
  border: solid 1px black;
}
.cart-table .number {
  text-align: right;
}
.cart-table .cart-totals {
  font-weight: bold;
  text-align: right;
}
.cart-table .checkbox {
  text-align: center;
}
.cart-table .none {
  background-color: #f5f5f5 !important;
  border: none;
}
.cart-item-count {
  font-family: Verdana !important;
  font-size: 16px;
  font-weight: bold;
  color: #fcd547;
  position: absolute;
  margin-left: 15px;
  padding-top: 4px;
  text-decoration: none;
}
.paid-by-cash-or-cheque {
  font-size: 18px;
  font-weight: bold;
  color: #d31245;
}
.dx-checkbox-icon {
  border-color: black !important;
}
.dx-checkbox.dx-state-readonly .dx-checkbox-icon {
  border-color: black !important;
}
.dx-datagrid .dx-row-alt > td,
.dx-datagrid .dx-row-alt > tr > td {
  background-color: red;
}
.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
  background-color: green !important;
  color: blue !important;
  cursor: pointer !important;
}
/* #region Legend */
.legend {
  display: flex;
  /* Use flexbox for horizontal layout */
  justify-content: space-between;
  /* Evenly distribute items */
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  /* Adjust width as needed */
  max-width: 600px;
  /* Optional max width */
}
.legend .legend-item {
  display: flex;
  align-items: center;
}
.legend .color-box {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  /* Adjust spacing */
  border-radius: 3px;
}
.legend .pending {
  background-color: orange;
}
.legend .active {
  background-color: green;
}
.legend .expired {
  background-color: gray;
}
.legend .deleted {
  background-color: red;
}
/* #endregion */
/* #region Classified */
.classifieds-container .main-title {
  font-size: 19px;
  font-weight: bold;
}
.classifieds-container .info .info-text {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #b89454;
}
.classifieds-container .category-name {
  color: white;
  font-size: 19px;
  font-weight: bold;
  background-color: #b89454;
  width: 100%;
  text-align: center;
}
.classifieds-container .classifieds {
  column-count: 2;
  column-gap: 20px;
  width: 100%;
  gap: 10px;
  /* Space between ads */
  margin: 10px;
}
.classifieds-container .classifieds .content-outer {
  width: 100%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  margin: 10px;
}
.classifieds-container .classifieds .content-outer .header {
  background-color: #787878;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
}
.classifieds-container .classifieds .content-outer .content {
  padding: 0px 10px 0px 10px !important;
}
.classifieds-container .classifieds .content-outer .content .description {
  /*margin: 5px 0;*/
  margin: 0px 0;
}
.classifieds-container .classifieds .content-outer .content .contact-name {
  /*margin: 5px 0;*/
  margin: 0px 0;
}
.classifieds-container .classifieds .content-outer .content .contact-phone {
  /*margin: 5px 0;*/
  margin: 0px 0;
}
.classifieds-container .classifieds .content-outer .content .contact-email {
  /*margin: 5px 0;*/
  margin: 0px 0;
}
.classifieds-container .classifieds .content-outer .content .expirydate {
  /*font-weight: bold;*/
  /*font-size: 14px;*/
  /*margin: 5px 0;*/
  font-size: 10px;
  margin: 0px 0;
}
.classifieds-container .classifieds .content-outer .content .best-offer {
  /*font-weight: bold;*/
  /*font-size: 14px;*/
  /*margin: 5px 0;*/
  font-size: 11px;
  margin: 0px 0;
}
.classifieds-container .classifieds .content-outer .content .serious-offers-only {
  /*font-weight: bold;*/
  /*margin: 5px 0;*/
  font-size: 11px;
  margin: 0px 0;
}
/* #endregion */
#thumbnailContainer {
  padding: 0px 15px 0px 15px;
}
#thumbnailContainer img {
  margin: 5px;
}