#tm-sidebar .sigplus-center {
  text-align: left !important;
}
#tm-sidebar .sigplus-center > ul {
  text-align: left !important;
}
#tm-sidebar .uk-first-column {
  background: #efefef;
  padding: 10px;
  margin-left: 30px;
  box-sizing: border-box;
}
#tm-sidebar a {
  color: #6c6d74;
}
#tm-sidebar .uk-nav-default {
  text-transform: none;
  line-height: 1.2;
  letter-spacing: inherit;
  font-size: inherit;
}
#tm-sidebar .uk-nav-default > li:before {
  font-family: "Font Awesome 6 Free";
  content: '\f054';
  font-weight: bold;
  display: inline;
  color: #75972a;
  position: relative;
  float: left;
  margin-right: 6px;
  top: 10px;
  font-size: 12px;
}
#tm-sidebar .uk-nav-default .uk-nav-sub {
  font-size: inherit;
  line-height: 1.2;
}
#tm-sidebar .latestnews li:before {
  font-family: "Font Awesome 6 Free";
  content: '\f054';
  font-weight: bold;
  display: block;
  color: #75972a;
  position: relative;
  float: left;
  margin-right: 6px;
  top: 2px;
  font-size: 12px;
  margin-bottom: 10px;
}
ol {
  padding-left: 17px;
}
ul {
  padding-left: 17px;
}
.ratings {
  margin-left: 0;
  padding-left: 0;
}
.rateform .comment textarea {
  border: 1px solid #efefef;
}
.rateform .comment textarea::placeholder {
  color: #303033;
}
.rateform input {
  border: 1px solid #efefef;
}
select {
  min-height: 30px;
}
#tm-main table {
  width: 100%;
}
td h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.sigplus-gallery > ul > li {
  width: 100%;
}
.sigplus-gallery > ul > li img {
  width: 100%;
}
.sigplus-gallery ul > li > a {
  display: block !important;
}
.supplierstree li:last-child {
  border: 0 none;
}
.uk-table thead tr {
  background-color: #75972a;
  color: #ffffff;
  text-align: left;
}
.uk-table thead th {
  padding: 12px 15px;
  color: #ffffff;
}
.uk-table tbody td {
  padding: 12px 15px;
}
.uk-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.uk-table th a {
  color: #ffffff;
}
.uk-nav li a:hover {
  text-decoration: underline;
}
:root {
  --bs-blue: #303033;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #E72A2D;
  --bs-orange: #fd7e14;
  --bs-yellow: #E65154;
  --bs-green: #83A43A;
  --bs-teal: #20c997;
  --bs-cyan: #303033;
  --bs-white: #fff;
  --bs-gray: #B4B5BA;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #B4B5BA;
  --bs-gray-700: #6C6D74;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #83a43a;
  --bs-secondary: #242427;
  --bs-success: #83a43a;
  --bs-info: #bdbdbd;
  --bs-warning: #e65154;
  --bs-danger: #e72a2d;
  --bs-light: #f8f9fa;
  --bs-dark: #242427;
  --bs-primary-rgb: 131, 164, 58;
  --bs-secondary-rgb: 36, 36, 39;
  --bs-success-rgb: 131, 164, 58;
  --bs-info-rgb: 189, 189, 189;
  --bs-warning-rgb: 230, 81, 84;
  --bs-danger-rgb: 231, 42, 45;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 36, 36, 39;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #6c6d74;
  --bs-body-bg: #fff;
}
.ats h3 {
  text-transform: inherit;
  letter-spacing: inherit;
}
.ats h4 {
  text-transform: inherit;
  letter-spacing: inherit;
}
.ats joomla-field-fancy-select .choices {
  min-width: 250px;
}
.ats table td.ats-badges {
  display: none;
}
.ats table .dropdown > button {
  width: 100%;
}
.ats table td:first-child {
  background-color: var(--bs-gray-300) !important;
}
.ats table td.low-priority {
  background-color: var(--bs-gray-200) !important;
}
.ats table td.high-priority {
  background-color: var(--bs-gray-500) !important;
}
.ats button.btn-info {
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}
.ats button.btn-info:hover {
  background-color: transparent;
  color: var(--bs-orange);
  border-color: var(--bs-orange);
}
.ats .dropdown-menu .dropdown-item.atsStatusDropdown[data-status="P"] span {
  background-color: var(--bs-orange) !important;
  border-color: var(--bs-orange);
}
.ats .dropdown-menu .dropdown-item.atsAssignedDropdown span {
  background-color: var(--bs-light) !important;
  color: var(--bs-body-color);
}
.ats button.btn-outline-info:hover {
  color: #fff !important;
}
.ats button.btn-outline-info.show {
  color: #fff !important;
}
.ats .card {
  border-color: #e5e5e7 !important;
}
.ats .card .card-header {
  background: var(--bs-gray-500) !important;
  border-color: var(--bs-gray-500) !important;
}
.ats .card .card-header a {
  margin-left: 0 !important;
}
.ats .ats-post-userinfo-stats {
  display: none !important;
}
.ats #atsTicketToolbarAdminVisibility {
  display: none !important;
}
.ats #atsTicketToolbarUserVisibility {
  display: none !important;
}
.ats .control-group .control-label {
  font-weight: bold;
}
.ats .alert-light,
.ats .alert-info,
.ats .alert-warning,
.ats .alert-danger {
  background-color: var(--bs-light) !important;
  color: var(--bs-body-color) !important;
  border-color: #e5e5e7 !important;
}
.ats joomla-tab[view=tabs] > div[role=tablist] {
  border-bottom: 1px solid #e5e5e7 !important;
  margin-left: inherit;
}
.ats joomla-tab button[role=tab] {
  font-weight: bold;
}
.ats joomla-tab button[aria-selected="true"]:after {
  background-color: var(--bs-primary) !important;
}
.ats .form-control-feedback {
  color: var(--bs-danger) !important;
  font-weight: normal;
  margin-left: 5px;
}
/*# sourceMappingURL=custom.css.map */