﻿/* FONTS */

@import url("//fonts.googleapis.com/css?family=Open+Sans");
@import url("//fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Lato");
@import url("//fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900");

/* HEADER */

.bg-gradient-2 {
  background: #487d99;
  background: linear-gradient(
    90deg,
    rgba(72, 125, 153, 1) 22%,
    rgba(105, 162, 193, 1) 100%
  );
}

#header-logo,
#page-header {
  height: 78px;
}

#header-logo {
  width: 260px;
  text-align: center;
  font-size: 16px;
  float: left;
  position: relative;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  #header-logo {
    font-size: 12px;
  }
}

#header-logo .logo-content-big {
  background: url() left 50% no-repeat;
  text-indent: -999em;
  position: absolute;
  height: 76px;
  width: 190px;
  left: 10px;
  top: 50%;
  margin-top: -37px;
}

.logo-content-small {
  background: url() left 50% no-repeat;
  text-indent: -999em;
  position: absolute;
  height: 76px;
  width: 190px;
  left: 10px;
  top: 50%;
  margin-top: -37px;
}

#header-logo .logo-content-big,
.logo-content-small {
  margin-left: 12px;
}

#page-header #close-sidebar {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  display: block;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.1);
  outline: 0px;
  border: 0;
  transition: ease 0.25s;
}
#page-header #close-sidebar:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}

#page-header #close-sidebar i.fas {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

body #nav-toggle.collapsed span::before,
body #nav-toggle.collapsed span::after,
body #nav-toggle.collapsed span {
  background: #fff;
}

body #nav-toggle span::before,
body #nav-toggle span::after {
  background: #fff;
}

#header-nav-left {
  float: left;
  margin: 0 15px;
}

.header-nav-user {
  color: #fff !important;
  font-size: 15px;
  margin-top: 30px;
  margin-left: 15px;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .header-nav-user {
    font-size: 12px;
  }
}

#header-nav-left .mini-cart {
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 15px;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 80px;
  overflow: hidden;
  transition: ease 0.5s;
}

#header-nav-left .mini-cart .fa {
  font-size: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  #header-nav-left {
    font-size: 30px;
  }
}

#header-nav-left .mini-cart span {
  background: red;
  border-radius: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 24px;
  left: 45px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  width: 24px;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  #header-nav-left {
    font-size: 10px;
  }
}

#header-nav-left .mini-cart:hover {
  background: #ededed;
  transition: ease 0.5s;
}

#header-nav-left .mini-cart a:hover {
  text-decoration: none;
}

/* FOOTER */

footer {
  background: #487d99;
  background: linear-gradient(
    90deg,
    rgba(72, 125, 153, 1) 22%,
    rgba(105, 162, 193, 1) 100%
  );
  border-top: 15px solid #69a2c1;
  min-height: 100px;
  clear: both;
  color: #fff;
  padding: 30px 0px;
}

footer .title-hero {
  color: #fff;
  font-size: 21px !important;
  opacity: 1;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  footer .title-hero {
    font-size: 16px;
  }
}

footer .footer-links-head .footer-links {
  margin: 0px;
  padding: 0px;
}

footer .footer-links-head .footer-links li {
  list-style-type: none;
}

footer .footer-links-head .footer-links li:first-child {
  margin-left: 0;
}

footer .footer-links-head .footer-links li a {
  overflow: hidden;
  -webkit-transition: border-color 300ms ease-out,
    background-color 300ms ease-out;
  -moz-transition: border-color 300ms ease-out, background-color 300ms ease-out;
  transition: border-color 300ms ease-out, background-color 300ms ease-out;
}

footer a:hover {
  color: #d6d9d9;
  text-decoration: none;
}

footer a {
  color: #fff !important;
  line-height: 30px;
}

footer .copyright {
  margin-top: 30px;
}

/* SIDEMENU */

.divider {
  margin: 0px 0 0 0 !important;
  padding: 0px;
  height: 1px;
  background: #dfe8f1;
}

#page-sidebar {
  background-color: #fff;
  height: inherit !important;
  width: 260px;
  float: left;
  margin-right: -100%;
  z-index: 160;
}
#page-sidebar.collapse.show .search {
  max-width: 100%;
}

#sidebar-menu {
  padding: 20px !important;
  margin: 0;
  list-style: none;
}
.sub-nav #sidebar-menu {
  border-left: 5px solid #fff;
  transition: ease 0.25s;
}
.sub-nav #sidebar-menu:hover {
  border-left: 5px solid #f39215;
}

#sidebar-menu li {
  position: relative;
}

#sidebar-menu li a {
  display: block;
  position: relative;
}

#sidebar-menu > li > a,
#sidebar-menu > li.header {
  padding: 0px 10px 0px 10px !important;
}

.sidebar-sub-menu > li > a {
  padding: 0px 22px !important;
}

#sidebar-menu li.header {
  margin: 0px 0 0px 0 !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  font-size: 18px;
  font-family: "Lato";
  font-weight: 900;
  color: #3e4855;
  text-transform: uppercase;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  #sidebar-menu li.header {
    font-size: 14px;
  }
}

#page-sidebar ul li.header:hover {
  cursor: pointer;
}

#page-sidebar ul li.header i {
  margin-right: 12px;
}

#sidebar-menu li ul li:first-child,
#sidebar-menu li ul li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#sidebar-menu li ul li:last-child,
#sidebar-menu li ul li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#page-sidebar ul li a:hover {
  text-decoration: none !important;
}

#sidebar-menu > li > a:hover,
.sidebar-sub-menu > li > a:hover,
aactive {
  color: #666 !important;
  border: 1px solid #dddddd !important;
}

#sidebar-menu .sidebar-sub-menu {
  padding: 2px;
}

#sidebar-menu .sidebar-sub-menu li {
  list-style: none;
}

#sidebar-menu > li > a,
.sidebar-sub-menu > li > a {
  padding: 0 10px 0 0;
  border-radius: 3px;
  font-size: 15px;
  border: transparent solid 1px;
  line-height: 35px !important;
  height: 36px !important;
  color: #444444 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .sidebar-sub-menu {
    font-size: 12px;
  }
}

#sidebar-menu li.search {
  margin-top: 10px;
}

#sidebar-menu li.search input {
  border-radius: 4px 0px 0px 4px;
  border-right: none;
  width: 70%;
  float: left;
  min-height: 45px;
}
#sidebar-menu li.search input:focus {
  outline: 0;
  box-shadow: none;
}

#sidebar-menu li.search button.btn-tnp {
  border-radius: 0px 4px 4px 0px;
  /*float: right;*/
  min-width: inherit;
  padding: inherit;
  width: 25%;
  text-indent: 0px;
}
#sidebar-menu li.search button.btn-tnp::before {
  display: none;
}
#sidebar-menu li.search button.btn-tnp i {
  margin-left: 0px;
}

/* STICKY SIDEBAR */

@media (min-width: 900px) {
  #page-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

/* NAVIGATION */

.nav > li > a {
  transition: none;
  border: 1px solid transparent;
  text-decoration: none !important;
}

.nav > li.active > a,
.nav > li > a:hover,
.nav > li.active > a:focus {
  color: #333333 !important;
  background-color: #dddddd !important;
  border: 1px solid #cccccc !important;
  text-decoration: none !important;
}

#page-sidebar,
#header-logo {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  visibility: visible;
}
.closed-sidebar .page-content-wrapper-content {
  margin-left: 0 !important;
}
.closed-sidebar #page-sidebar {
  transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  -webkit-transform: translateX(-260px);
  visibility: hidden;
}
.closed-sidebar #page-content {
  margin-left: 0;
}
.closed-sidebar #header-logo {
  width: 100px;
}
.closed-sidebar #header-logo .logo-content-small {
  width: 50px;
  margin-left: 0;
  left: 0px;
  display: block;
}
.closed-sidebar #header-logo .logo-content-big {
  width: 0;
  display: none;
}
.closed-sidebar.fixed-sidebar #page-header {
  padding-left: 0;
}

.closed-sidebar #mobile-navigation {
  display: block;
  padding: 0px;
}

.closed-sidebar #sidebar-menu li.header {
  font-size: 26px;
}
.closed-sidebar #page-sidebar.collapse.show .search {
  display: block;
  margin: auto;
}
.closed-sidebar #sidebar-menu li.search input,
.closed-sidebar #sidebar-menu li.search .btn-tnp {
  min-height: 65px;
}

#mobile-navigation .logo-content-small {
  width: 40px !important;
  left: 71px !important;
}

/* GENERAL */

#page-content {
  background: #eeeeee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 260px;
  padding: 20px 30px;
}

#page-content-wrapper {
  background-color: #fff !important;
  z-index: 140;
  position: inherit;
  float: left;
  width: 100%;
}

body {
  height: 100vh;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3e4855;
  background-color: #eeeeee;
  line-height: 1.42857143;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  body {
    font-size: 12px;
  }
}

a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
#page-title > h2,
#page-title > p {
  font-family: "Lato", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}

#page-wrapper a {
  color: #444;
}

#spinner {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  height: 250px;
  margin: 0px auto;
  padding: 30px;
  text-align: center;
  width: 250px;
}
#spinner .loading {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

#spinner-data {
  background: #fff;
  border-radius: 4px;
  height: 250px;
  margin: 0px auto;
  padding: 30px;
  text-align: center;
  width: 250px;
}
#spinner-data .loading {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.filter-lines {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
}
.filter-lines .input-rounded {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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;
  margin-right: 10px;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .filter-lines .input-rounded {
    font-size: 1rem;
  }
}

.filter-lines .btn-tnp {
  margin-bottom: 0px;
}
.filter-lines .btn-tnp::before {
  display: none;
}
.filter-lines .btn-tnp:hover {
  text-indent: 0px;
}

.input-rounded {
  min-height: 50px;
}

#page-title {
  padding: 0 !important;
}

#page-title h2 {
  font-size: 32px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: 100;
  margin: 0;
  color: #414c59;
}

#page-title p {
  opacity: 0.6;
}

#page-title h2 {
  font-size: 24px;
  color: #555555;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  #page-title h2 {
    font-size: 16px;
  }
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

h3.title-hero {
  margin: 0 !important;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 35px !important;
  text-align: center;
  font-family: "Lato", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  h3.title-hero {
    font-size: 25px !important;
  }
}

h3.title-activities {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: -20px !important;
}

h3.title-hero i.fa:hover {
  cursor: pointer;
}

.breadcrumb {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d9e7f0 !important;
  margin-bottom: 20px;
  padding: 16px;
}

.breadcrumb .seperator {
  margin-left: 5px;
  margin-right: 5px;
}

/* MODALS */

.modal {
  background: #00000057;
}

.modal-backdrop {
  display: none;
}

.modal .modal-title {
  margin: 0 !important;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 20px !important;
  font-family: "Lato";
  font-weight: 900;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .modal .modal-title {
    font-size: 16px;
  }
}

.modal-content {
  border: 0px;
}

.modal-content .modal-header {
  background: #f39214;
  border-bottom: 6px solid #d37c12;
  border-radius: 6px 6px 0px 0px;
  color: #fff;
}

.modal-content .modal-footer {
  border-top: 1px solid #e8e8e8;
}

/* PAGING */

.paging {
  margin-bottom: 15px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
}

.pager {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 24px;
}
.pager::before,
.pager::after {
  display: table;
  content: "";
}
.pager::after {
  clear: both;
}

.pager li {
  display: inline;
  margin: 0px 2px;
}
.pager li:first-child {
  margin: 0px 2px 0px 0px;
}

.pager li > a,
.pager li > span {
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0px 2px 3px 0px rgba(194, 194, 194, 0.2);
  border: 1px solid #ddd;
  background-color: #fff;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager li > a:active {
  background-color: #cbcbcb;
}

ul.pager {
  cursor: pointer;
}

/* BUTTONS */

button:focus {
  outline: none;
}

a.btn-tnp {
  color: #fff !important;
}

.btn-tnp {
  font-family: "Lato", "Open Sans", sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  text-transform: uppercase;
  padding: 15px 18px 14px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  line-height: 1.2;
  text-align: center;
  min-height: 45px;
  min-width: 140px;
  margin-bottom: 10px;
  background: #f39215;
  background-image: -webkit-linear-gradient(top, #f59d2c 50%, #f39214 50%);
  background-image: linear-gradient(to bottom, #f59d2c 50%, #f39214 50%);
}

.table .btn-tnp {
  margin-bottom: 0px;
}

.btn-tnp:hover {
  color: white;
  background-color: #f39214;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #f39214 50%, #f39214 50%);
  background-image: linear-gradient(to bottom, #f39214 50%, #f39214 50%);
}

.btn-tnp i {
  margin-left: 10px;
}

/* Button hover effect */
.btn-tnp {
  position: relative;
  transition: all 0.2s linear 0s;
}
.btn-tnp::before {
  content: "\f245";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  opacity: 1;
  height: 100%;
  transition: all 0.2s linear 0s;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 10px;
}
.btn-tnp.btn-print::before {
  content: "\f02f";
}
/* Button hover effect end */

.btn-cancel {
  background: #999;
  background-image: -webkit-linear-gradient(top, #999 50%, #929292 50%);
  background-image: linear-gradient(to bottom, #999 50%, #929292 50%);
}

.btn-tnp.btn-cancel:hover {
  background: #929292;
  background-image: -webkit-linear-gradient(top, #929292 50%, #929292 50%);
  background-image: linear-gradient(to bottom, #929292 50%, #929292 50%);
}

table a.btn-tnp,
table span.btn-tnp {
  font-size: 14px !important;
  margin-bottom: 0px;
}

table a.btn-tnp:hover {
  border-bottom: 0px solid transparent;
}

table .tr-overdue a.btn-tnp {
  border-bottom: 0px solid transparent;
}

.btn-alt {
  font-weight: normal;
  font-size: 14px;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .btn-alt {
    font-size: 12px;
  }
}

.btn-tnp:disabled {
  background: #ccc;
  border: 1px solid #ccc;
}

#page-wrapper a.btn.btn-alt.btn-hover.btn-info {
  color: #fff;
}

.btn-sort,
.btn-sort:focus {
  border: 0px;
  outline: none;
}
.btn-sort::hover {
  cursor: pointer;
}
.btn-sort::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0dc";
  font-weight: 900;
  margin-left: 8px;
}
.btn-sort:hover::after {
  color: #d10000;
}
.btn-sort:active::after {
  color: red;
}

.btn-filter,
.btn-filter:focus {
  border: 0px;
  outline: none;
}
.btn-filter::hover {
  cursor: pointer;
}
.btn-filter::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0b0";
  font-weight: 900;
  margin-left: 8px;
}
.btn-filter:hover::after {
  color: #d10000;
}
.btn-filter:active::after {
  color: red;
}

.filter-container {
  position: relative;
}

.filter-pane {
  position: absolute;
  right: -50px;
  top: 30px;
  width: 300px;
}

.filter-pane.right {
  right: -270px;
}

/* TABLES */

.table {
  border: 1px solid #dddddd !important;
  font-size: 16px !important;
}

form table td {
  padding-bottom: 10px;
}

.table-bordered > thead > tr > th:last-of-type {
  border-right: none !important;
}

.table-bordered > tbody > tr > td:last-of-type {
  border-right: none !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th {
  border-style: solid;
  border-width: 0 1px 0 0;
}

.table > thead > tr > th {
  font-weight: normal;
  font-size: 16px;
}

.tr-overdue {
  color: RED;
}

.tr-overdue a {
  color: red !important;
  border-bottom: 1px solid red;
}

.tr-overdue a:hover {
  border-bottom: 1px solid red;
}

table a {
  text-decoration: none !important;
  font-size: 16px !important;
  color: #444444 !important;
  border-bottom: 1px solid #888888;
}

table a:hover {
  border-bottom: 1px solid #444444;
}

table .remove a {
  border-bottom: none;
}

table .remove i.fa {
  position: inherit;
  font-size: inherit;
  opacity: 1;
  background: #ff851b;
  color: #fff;
  padding: 6px 10px 6px 10px;
  width: 50px;
  border-radius: 4px;
}

table .remove i.fag {
  position: inherit;
  font-size: inherit;
  opacity: 1;
  background: #ccc;
  color: #fff;
  padding: 6px 10px 6px 10px;
  width: 50px;
  border-radius: 4px;
}

table .thumb-image img {
  width: 100px;
}

table .quantity .input-rounded {
  max-width: 100px;
}

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

table td input.checkbox {
  display: inherit;
  height: 20px;
  width: 20px;
}

table th input.checkbox {
  display: inline-block;
  height: 20px;
  margin-left: 6px;
  min-height: inherit;
  top: -4px;
  width: 20px;
}

table td input.radio {
  display: inherit;
  height: 20px;
  width: 20px;
}

.table-hover tr:hover td {
  background: #f7f7f7 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .table {
    font-size: 12px !important;
  }

  .table a {
    font-size: 12px !important;
  }

  .table > thead > tr > th {
    font-size: 12px !important;
  }
}

/* INVOICES */

.invoice-image {
  margin-bottom: 10px;
  border-radius: 3px;
}

.invoice-image img {
  width: 100%;
  max-width: 240px;
}

.invoice-title {
  font-size: 32px;
  text-transform: uppercase;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .invoice-title {
    font-size: 24px;
  }
}

.invoice-client {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 900;
  margin-left: 10px;
  margin-top: 22px !important;
  color: #3e4855;
  margin-bottom: 20px;
}

.invoice-address {
  font-size: 16px;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .invoice-address {
    font-size: 12px;
  }
}

span.invcard-data {
  font-weight: normal;
  border-bottom: 1px solid #dddddd;
  margin-left: 5px;
}

.invoice-no,
.invoice-date {
  font-size: 16px;
  margin: 10px 0px;
  opacity: 1;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .invoice-date {
    font-size: 12px;
  }
}

.company-address {
  margin-bottom: 20px;
  margin-top: 20px;
}
.company-address p {
  margin-bottom: 5px;
}

.invoice-info {
  border: 1px solid #d9e7f0;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 20px;
  min-height: 178px;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .invoice-info {
    font-size: 12px;
  }
}

.invoice-info p {
  margin-bottom: 5px;
}
.invoice-info ul {
  padding-left: 0px;
}
.invoice-info li {
  list-style-type: none;
}

.tile-box.balance-box {
  color: #fff !important;
  margin-bottom: 10px;
  width: 100%;
  height: inherit !important;
}
.tile-box.balance-box.balance {
  background: #00bca4;
  border-color: #00bca4;
}
.tile-box.balance-box.balance:hover,
.tile-box.balance-box.balance:active {
  background: #049e8a;
  border-color: #049e8a;
}

.tile-box.balance-box .tile-header {
  padding: 8px 10px !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.2);
}
.tile-box.balance-box .tile-content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.tile-box.balance-box .tile-content-wrapper > .fas {
  font-size: 35px;
  line-height: 70px;
  position: absolute;
  top: 50%;
  left: 15px;
  height: 70px;
  margin-top: -36px;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity 30);
}
.tile-box.balance-box .tile-content-wrapper .tile-content {
  font-size: 35px;
  text-align: right;
}
.tile-box.balance-box .tile-content-wrapper .tile-content span {
  font-size: 25px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity 70);
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .tile-box.balance-box .tile-content-wrapper .tile-content {
    font-size: 24px;
  }

  .tile-box.balance-box .tile-content-wrapper .tile-content span {
    font-size: 16px;
  }
}

/* INCIDENTS */

.incident-list-desc {
  margin-bottom: 13px !important;
}

.incident-activity {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.incident-activity p {
  padding-bottom: 12px;
  border-left: 2px solid #cccccc;
  padding-left: 14px;
}

.incident-activity p:last-child {
  padding-bottom: 0;
}

p.incident-description {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* DASHBOARD */

.bookmarks {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.bookmark {
  height: 80px;
  border-radius: 4px;
  box-shadow: 0px 5px 11px #c5c5c5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease 0.5s;
}
.bookmark:hover {
  transform: scale(1.02);
  cursor: pointer;
}
.bookmark.filter-clear {
  height: inherit;
  border-radius: inherit;
  box-shadow: none;
  color: inherit;
}
.bookmark.filter-clear:hover {
  transform: none;
  cursor: pointer;
}
.bookmark.kpi {
  background: #abd036;
}
.bookmark.catalogue {
  background: #33a6d7;
}
.bookmark.orders {
  background: #876aae;
}
.bookmark.returns {
  background: #e667a6;
}
.bookmark.finance {
  background: #ec1f27;
}
.bookmark.cases {
  background: #85abd2;
}

.dashboard-welcome {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d9e7f0 !important;
  margin-bottom: 20px;
  padding: 16px;
  display: none;
}

.panel-dashboard i.fa {
  position: absolute;
  font-size: 60px;
  top: 15px;
  left: 15px;
  -ms-transform: rotate(-7deg);
  /* IE 9 */
  -webkit-transform: rotate(-7deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-7deg);
  opacity: 0.25;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .panel-dashboard i.fa {
    font-size: 40px;
  }
}

.panel-dashboard .tile-box {
  position: relative;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-shadow: 0px 5px 11px #c5c5c5;
  background: transparent;
}
.tile-box {
  height: 120px !important;
}

.tile-box-shortcut .tile-header {
  right: 12px;
  bottom: 8px;
}

.btn-branding {
  background-color: #ff9132;
  color: #fff;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: none;
  margin: 0px 0px 40px 0px;
  transition: ease 0.5s;
  width: 100%;
}

.panel-dashboard .btn-branding i.fa {
  font-size: 50px;
  background: #ff9132;
  color: #fff;
  padding: 15px;
  border-radius: 0px;
  opacity: 1;
  transform: rotate(0deg);
  display: flex;
  align-items: center;
  text-align: center;
  position: inherit;
  order: 2;
  top: inherit;
  left: inherit;
  border-radius: 0px 4px 4px 0px;
  padding: 0px 30px;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .panel-dashboard .btn-branding i.fa {
    font-size: 40px;
  }
}

.kpi .panel-dashboard .btn-branding i.fa {
  background: #abd036;
}
.kpi .panel-dashboard .btn-branding .tile-header {
  border-left: 5px solid #abd036;
}
.catalogue .panel-dashboard .btn-branding i.fa {
  background: #33a6d7;
}
.catalogue .panel-dashboard .btn-branding .tile-header {
  border-left: 5px solid #33a6d7;
}
.orders .panel-dashboard .btn-branding i.fa {
  background: #876aae;
}
.orders .panel-dashboard .btn-branding .tile-header {
  border-left: 5px solid #876aae;
}
.returns .panel-dashboard .btn-branding i.fa {
  background: #e667a6;
}
.returns .panel-dashboard .btn-branding .tile-header {
  border-left: 5px solid #e667a6;
}
.finance .panel-dashboard .btn-branding i.fa {
  background: #ec1f27;
}
.finance .panel-dashboard .btn-branding .tile-header {
  border-left: 5px solid #ec1f27;
}
.cases .panel-dashboard .btn-branding i.fa {
  background: #85abd2;
}
.cases .panel-dashboard .btn-branding .tile-header {
  border-left: 5px solid #85abd2;
}

.tile-badge-number {
  font-size: 18px !important;
  font-family: "Lato", sans-serif;
  font-weight: 900 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .tile-badge-number {
    font-size: 14px;
  }
}

.panel-dashboard .btn-branding .tile-badge-number {
  background: rgba(255, 255, 255, 0.5);
}

.tile-header {
  font-family: "Lato", "Roboto", sans-serif;
  font-weight: 900;
  text-transform: none !important;
  padding: 0px 0px 0px 9px !important;
  font-size: 24px !important;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .tile-header {
    font-size: 16px;
  }
}

.panel-dashboard .btn-branding .tile-header {
  background: #ffffff;
  color: #3e4855;
  padding: 10px !important;
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 4px 0px 0px 4px;
  border-left: 5px solid #ff9132;
}

.panel-dashboard .btn-branding:hover {
  text-decoration: none;
  transform: scale(1.02);
}

.tile-box-shortcut .tile-badge {
  left: auto;
  right: 10px;
  position: absolute;
  line-height: 25px;
  display: inline-block;
  min-width: 25px !important;
  height: 35px !important;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  color: #fff;
  top: 10px;
  z-index: 999;
}

.tile-badge {
  padding-right: 11px !important;
  padding-top: 6px !important;
  border-radius: 2px !important;
  padding-left: 10px !important;
  padding-bottom: 25px !important;
  padding: 5px 10px 25px !important;
  border-radius: 3px !important;
}

.card {
  margin-bottom: 30px;
}

.card {
  box-shadow: 0px 11px 31px #c5c5c5;
  transition: ease 0.25s;
}
.card.dashboard:hover {
  transform: scale(1.01);
}

.card-body.catalog {
  /*background: url(/images/cp-bg-1.jpg) 0;*/
  /*background: url(/images/poly-bg.jpg) 0;*/
  background-size: cover;
}

.card-body,
.card-body.catalog {
  overflow: hidden;
}

.card-body {
  padding: 0.5rem;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .card-body {
    padding: 0.5rem;
  }
}

.dash-expand-btn {
  padding: 10px;
  position: absolute;
  display: block;
  top: 20px;
  right: 30px;
  height: 50px;
  width: 50px;
  text-align: center;
}

.dash-expand-btn:hover {
  background: #efefef;
  cursor: pointer;
}

.dash-expand-btn i.fa {
  font-size: 30px;
  position: initial;
  top: inherit;
  left: inherit;
  right: inherit;
  transform: none;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .dash-expand-btn i.fa {
    font-size: 24px;
  }
}

/* CATALOGUE */

.product-list {
  margin-bottom: 40px;
  margin-top: 30px;
}

.product-list .product-tile {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: inherit;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.product-list .product-tile:hover {
  background-color: #f1f1f1;
}

.product-list .product-tile .thumb-image {
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.product-list .product-tile .thumb-image img {
  border: 3px solid #fff;
  width: 100%;
}

.product-list .product-tile .name {
  height: 44px;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
}

.product-list .product-tile .code,
.product-list .product-tile .stock,
.product-list .product-tile .availability {
  color: #a5a5a5;
  font-size: 11px;
  margin: 0px 0px 10px 0px;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .product-list .product-tile .code,
  .product-list .product-tile .stock,
  .product-list .product-tile .availability {
    font-size: 10px;
  }
}

.product-list .product-tile .availability-message {
  height: 27px;
}

.product-list .product-tile .price {
  color: #1a7703;
  margin: 0px 0px 10px 0px;
  opacity: 0.8;
}

.product-list .product-tile .price .currency-symbol,
.product-list .product-tile .price .item-price {
  font-weight: bold;
}

.product-list .product-tile .price .tax-caption {
  font-size: 11px;
  text-transform: uppercase;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .product-list .product-tile .price .tax-caption {
    font-size: 10px;
  }
}

.product-list .product-tile .btn-tnp {
  width: 100%;
}

@media (max-width: 491px) {
  .product-list .product-tile {
    margin-bottom: 10px;
    padding: 10px;
  }
  .product-list .product-tile .thumb-image {
    margin: 0px 0px 10px 0px;
  }
  .product-detail .product-tile .btn-tnp {
    width: 100%;
  }
}

/* PRODUCT LIST TABULAR */

.product-list .table .thumb-image a,
.product-list .table .thumb-image a:hover {
  border-bottom: 0px;
}

.product-list .table td.buttons {
  padding-bottom: 5px;
}

.product-list .table .btn-tnp {
  margin-bottom: 5px;
  width: 100%;
}

.product-list .table .stock,
.product-list .table .availability {
  color: #a5a5a5;
  font-size: 11px;
  margin-bottom: 5px;
  text-align: center;
}

@media (min-width: 1200px) {
  .product-list .table th.buttons {
    width: 22%;
  }
}

.product-detail {
  margin-bottom: 40px;
}

.product-detail .product-tile {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.product-detail .product-tile .main-image {
  margin: 0px 0px 20px 0px;
}

.product-detail .product-tile .main-image img {
  display: block;
  padding: 3px;
  width: 100%;
}

.product-detail .product-tile .name {
  font-size: 20px !important;
  font-family: "Lato";
  font-weight: 900;
  height: 48px;
  margin: 0px 0px 10px 0px;
  opacity: 0.7;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-detail .product-tile .price {
  color: #1a7703;
  font-size: 20px !important;
  font-family: "Lato";
  font-weight: 900;
  height: 48px;
  margin: 0px 0px 10px 0px;
  opacity: 0.7;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-detail .product-tile .price .currency-symbol,
.product-detail .product-tile .price .item-price {
  font-weight: bold;
}

.product-detail .product-tile .price .tax-caption {
  font-size: 12px;
}

.product-detail .product-tile .code,
.product-detail .product-tile .stock,
.product-detail .product-tile .availability {
  color: #a5a5a5;
  font-size: 12px;
  margin: 0px 0px 10px 0px;
}

.product-detail .product-tile .description {
  margin: 0px 0px 20px 0px;
}

.product-detail .product-tile .btn-tnp {
  display: block;
  min-width: 250px;
}

.watermark {
  bottom: 20px;
  font-size: 150px;
  opacity: 0.1;
  position: absolute;
  right: 20px;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}

/* CHECKOUT */

.order-totals .card,
.your-ref .card {
  background: #fff;
  border: 1px solid #dadada !important;
  margin: 0px;
  padding: 20px;
}

.order-totals .card {
  margin: 10px 0px 10px 0px;
  overflow: auto;
}
.order-totals .totals {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}

.your-ref .card {
  margin: 10px 0px 10px 0px;
  overflow: auto;
}

.order-totals .totals-caption,
.order-totals .totals-amount,
.your-ref .your-ref-caption,
.your-ref .your-ref-readonly {
  line-height: 32px;
  margin: 0 !important;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px !important;
  /* text-align: center; */
  font-family: "Roboto";
  display: inline-block;
  text-align: right;
}

.your-ref input {
  font-size: 14px;
  max-width: 100%;
  min-height: inherit;
  padding: 10px 10px;
}

.ship-desc {
  font-size: 12px;
  margin-left: 25px;
}

.ship-option p {
  font-size: 15px;
  margin-bottom: 20px;
}

.ship-option input {
  margin-bottom: 20px;
}

.ship-option #addressNew input {
  margin-bottom: 0px;
}

.ship-option #addressNew label {
  line-height: 45px;
  padding-top: 0px;
}

.ship-option input.addressSelect {
  margin: 3px 3px 0px 5px;
}

.ship-option input.paymentSelect {
  margin: 3px 3px 0px 5px;
}

.ship-option .fa {
  position: absolute;
  font-size: 130px;
  bottom: 10px;
  right: 25px;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  opacity: 0.15;
}

.order-totals {
  min-height: 116px;
}

.your-ref {
  min-height: 97px;
}

#delivery .form-horizontal input.form-control {
  margin-bottom: 0px;
}

.clickcollect {
  color: #fff;
  background: #79bcff;
  border: 4px solid #55a4f3;
  border-radius: 4px;
  font-size: 15px;
  margin: 10px 0px 0px 0px;
  padding: 10px;
}

#collection .clickcollect {
  margin: 0px 0px 20px 0px;
}

#delivery input#deliveryDate {
  width: 100%;
}

@media (min-width: 1200px) {
  #delivery .form-control {
    width: inherit;
  }
  #delivery input#deliveryDate {
    width: 495px;
  }
}

.logged-in-basket,
.anonymous-basket {
  border: 1px solid #d9e7f0;
  padding: 20px;
  border-radius: 4px;
  margin-top: 30px;
}

.logged-in-basket .btn-tnp,
.anonymous-basket .btn-tnp {
  margin-top: 20px;
}

/* RESPONSIVE */

@media (max-width: 491px) {
  .page-content-wrapper-content {
    padding: 20px 10px !important;
  }
}

@media (max-width: 991px) {
  a.home-link .fa {
    font-size: 18px;
  }
  a.home-link span {
    display: none;
  }
  .header-nav-user {
    display: none;
  }
}

@media (min-width: 900px) {
  .logo-content-small {
    display: none;
  }
  #page-sidebar.collapse.show .search {
    max-width: 50%;
  }
}

@media (max-width: 990px) {
  .modal-dialog {
    max-width: 90%;
  }
}

@media (min-width: 991px) {
  .modal-dialog {
    max-width: 50%;
    margin: 90px auto;
  }
}

@media (max-width: 491px) {
  #header-nav-left .mini-cart {
    right: 15px !important;
  }
  table .quantity .input-rounded {
    max-width: 100px !important;
  }
  .btn-surround a.btn-tnp {
    width: 100%;
  }
  .order-totals .totals-caption,
  .your-ref .your-ref-caption {
    font-size: 12px !important;
  }
}

/* HORIZONTAL MENU FORMAT */

@media only screen and (min-width: 56.25em) {
  #page-sidebar.horizontal {
    border-bottom: 5px solid #d96e16;
    display: block;
    width: 100%;
  }
  .horizontal ul.top-nav {
    display: inline-block;
    position: absolute;
    right: 160px;
    top: -94px;
  }
  .horizontal ul.top-nav li {
    float: left;
  }
  #page-sidebar.horizontal .top-nav li {
    margin: 16px 0px 2px 10px;
  }
  #page-sidebar.horizontal .top-nav li a {
    color: #fff !important;
    line-height: 45px !important;
    height: 45px !important;
  }
  #page-sidebar.horizontal .top-nav li a:hover {
    background: rgb(217, 110, 22);
    border: 1px solid transparent !important;
  }
  #sidebar-menu li.search {
    margin-top: 10px !important;
  }
  .horizontal .sub-nav ul#sidebar-menu {
    float: left;
    height: 56px;
    padding: 0px !important;
  }
  #page-sidebar.horizontal .sub-nav #sidebar-menu li {
    float: left;
    padding: 0px !important;
  }
  #page-sidebar.horizontal .sub-nav #sidebar-menu li.collapse.in,
  #page-sidebar.horizontal .sub-nav #sidebar-menu li.collapsing {
    background-color: #fff;
    border-bottom: 5px solid #e26114;
    border-left: 5px solid #e26114;
    border-right: 5px solid #e26114;
    margin: 0px 0px;
    position: absolute;
    padding: 0px !important;
  }
  #page-sidebar.horizontal .sub-nav #sidebar-menu .sidebar-sub-menu {
    border: 5px solid #e26114;
    box-shadow: none !important;
    margin: 0px;
    padding: 0px;
  }
  #page-sidebar.horizontal .sub-nav #sidebar-menu .sidebar-sub-menu::before,
  #page-sidebar.horizontal .sub-nav #sidebar-menu .sidebar-sub-menu::after {
    display: none;
  }
  #page-sidebar.horizontal .sub-nav #sidebar-menu .sidebar-sub-menu li {
    padding: 0px 2px !important;
  }
  #page-sidebar.horizontal .sub-nav #sidebar-menu .sidebar-sub-menu i.fa {
    display: none;
  }
  /*#close-sidebar {
        display: none !important;
    }*/
}
@media only screen and (min-width: 56.25em) {
  #page-sidebar.horizontal .top-nav li {
    margin-top: 10px;
  }
  #page-sidebar.horizontal .top-nav li a.home-link,
  #page-sidebar.horizontal .top-nav li a.notifications {
    border-radius: 5px;
    height: 45px !important;
    width: 45px;
  }
  #page-sidebar.horizontal .top-nav li a.home-link,
  #page-sidebar.horizontal .top-nav li a.notifications {
    background: linear-gradient(#6f6d6c 50%, #5d5a57 50%);
    border: 0px !important;
  }
  #page-sidebar.horizontal .top-nav li a.home-link:hover,
  #page-sidebar.horizontal .top-nav li a.notifications:hover {
    background: linear-gradient(#5d5a57 50%, #5d5a57 50%);
  }
  #page-sidebar.horizontal .top-nav li a.home-link i {
    font-size: 22px;
    margin-top: 11px;
    margin-left: 3px;
  }
  #page-sidebar.horizontal .top-nav li a.notifications i {
    font-size: 22px;
    margin-top: 10px;
    margin-left: 1px;
  }
  #page-sidebar.horizontal .top-nav li a.notifications .bubble {
    background: red;
    border-radius: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    text-align: center;
    width: 20px;
  }
}

.horizontal.collapse.in #sidebar-menu li.search input {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.horizontal.collapse.in #sidebar-menu li.search button.btn-tnp {
  border-top: inherit;
  border-bottom: inherit;
  border-right: inherit;
}

.horizontal #sidebar-menu li.search input {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.horizontal #sidebar-menu li.search button.btn-tnp {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.horizontal#page-sidebar.collapse.in {
  border-bottom: 5px solid #d96e16;
  padding-bottom: 20px;
}

.horizontal#page-sidebar .sub-nav .dropdown {
  margin: 0px;
}

.horizontal#page-sidebar .sub-nav .dropdown a {
  height: 56px !important;
  margin-bottom: 0px;
  padding: 10px 20px !important;
}

.horizontal#page-sidebar .sub-nav .dropdown a:hover,
.horizontal#page-sidebar .sub-nav .dropdown a:focus {
  background-color: #f99439 !important;
  border-radius: 0px;
  border: 1px solid #f99439 !important;
  color: #fff !important;
}

.horizontal#page-sidebar .sub-nav .dropdown .sidebar-sub-menu a:hover,
.horizontal#page-sidebar .sub-nav .dropdown .sidebar-sub-menu a:focus {
  background-color: #fff !important;
  border-radius: 0px;
  border: 1px solid #fff !important;
  color: #e26114 !important;
}

#page-sidebar.horizontal.collapse.in .sub-nav #sidebar-menu li a {
  height: inherit !important;
  padding: 0px !important;
}

#page-sidebar.horizontal.collapse.in .sub-nav #sidebar-menu {
  padding: 0px 20px 20px 20px !important;
}

#page-sidebar.horizontal.collapse.in .sub-nav #sidebar-menu li a:hover,
#page-sidebar.horizontal.collapse.in .sub-nav #sidebar-menu li a:focus {
  background-color: #fff !important;
  border-radius: 3px;
  border: 1px solid #dddddd !important;
  color: #666 !important;
}

#page-sidebar.horizontal.collapse.in
  .sub-nav
  #sidebar-menu
  li
  .sidebar-sub-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 0px 0px 20px;
}

#page-sidebar.horizontal .sub-nav #sidebar-menu li.open > .dropdown-menu {
  display: block;
  animation: none;
}

#page-sidebar.horizontal.collapse.in a.home-link span {
  display: inline-block;
}

/* ALERTS */

.alert-success a,
.alert-success {
  color: #ffffff;
  border: 4px solid #00901f;
  background: #34bb07;
  border-width: 4px !important;
  padding: 20px !important;
}

.alert-info a,
.alert-info {
  color: #ffffff;
  border: 4px solid #55a4f3;
  background: #79bcff;
  border-width: 4px !important;
  padding: 20px !important;
}

.alert-danger a,
.alert-danger {
  color: #ffffff;
  border: 4px solid #db6a6a;
  background: #f19797;
  border-width: 4px !important;
  padding: 20px !important;
}

.alert-warning a,
.alert-warning {
  color: #ffffff;
  border: 4px solid #f3df7a;
  background: #fbefb0;
  border-width: 4px !important;
  padding: 20px !important;
}

.blockedAlert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.blockedAlert-heading {
  color: inherit;
}

.blockedAlert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.blockedAlert-danger,
.blockedAlert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* PANELS AND TILES */

.metro .tnplink {
  display: none;
}

/* Row */
.tnppanel {
  /*border-bottom: 1px solid #ececec;*/
  overflow: hidden;
  padding: 30px 10px 0px 10px;
  width: 100%;
}

/* Tile */
.tnppanel .tile-content {
  background-color: #ff9131;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  float: left;
  margin: 0px 10px 30px 10px;
  width: calc(25% - 20px);
}

.tnppanel .tile-content div:first-child div {
  color: #fff;
  font-size: 60px;
  line-height: 90px;
  margin-top: -20px;
  text-align: center;
  width: 100%;
}

.tnppanel .tile-content div:nth-child(2) div {
  background: #f3873f;
  border-radius: 0px 0px 4px 4px;
  bottom: 0px;
  color: #fff;
  font-size: 17px;
  padding: 10px !important;
  right: 0px;
  text-align: center;
  width: 100%;
}

.tnppanel .tile-content::before {
  content: "\f15c";
  font-family: FontAwesome;
  font-size: 50px;
  left: 0px;
  top: -25px;
  background: #ff9131;
  color: #fff;
  display: block;
  padding: 15px;
  border-radius: 60px;
  margin: 0px auto;
  opacity: 1;
  transform: rotate(0deg);
  width: 110px;
  border: 4px solid #fff;
  right: 0px;
  height: 110px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .tile-content {
    width: calc(100% - 20px);
  }
}

@media (max-width: 899px) {
  .page-content-wrapper-content {
    margin-left: 0px !important;
  }
}

.tiles .tile {
  background-color: #ff9132;
  border-radius: 4px;
  padding: 60px;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.tiles .tile:hover {
  background-color: #f3873f;
}

.tile .glyphicon {
  color: #fff;
}

.tile h3 {
  color: #fff;
}

.tile a:hover {
  text-decoration: none;
}

/*  USER LOGIN/REGISTRATION */

.login-block {
  background: #487d99;
  background: linear-gradient(
    170deg,
    rgba(72, 125, 153, 1) 0%,
    rgb(218 195 181) 100%
  );
  background: url(/images/poly-bg.jpg) no-repeat;
  float: left;
  height: 100vh;
  width: 100%;
  padding: 25vh 0;
}
.login-block .container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 50px 20px -30px rgb(0 0 0 / 20%);
}
.login-sec-left,
.login-sec-right {
  padding: 50px 30px;
  position: relative;
}
.login-sec-left {
  border-radius: 10px 10px 0px 0px;
}
@media (min-width: 768px) {
  .login-sec-left {
    border-radius: 10px 0px 0px 10px;
  }
}
.login-sec-right {
  border-radius: 0px 10px 10px 0px;
}
.login-sec-left {
  background: linear-gradient(
    90deg,
    rgba(72, 125, 153, 1) 22%,
    rgba(105, 162, 193, 1) 100%
  );
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.login-sec-left img {
  margin-bottom: 30px;
}
.login-sec-right .form-check-label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.login-sec-right .form-check-input {
  height: 20px;
  width: 20px;
}
.login-sec-right .form-check-label small {
  margin-left: 10px;
  height: 20px;
  line-height: 24px;
}

.center-vertical.user-login,
.center-vertical.user-registration {
  background: url(/images/background-1.png);
}

.user-registration .content-box {
  overflow: auto;
  padding: 30px;
}

.user-login .header-logo {
  margin-bottom: 20px;
  margin-top: 50px;
}

.user-registration .header-logo {
  margin-bottom: 20px;
  margin-top: 20px;
}

.user-registration .register-heading {
  margin-bottom: 20px !important;
}

.user-registration .register-button {
  margin-bottom: 10px;
  margin-top: 30px !important;
}

.user-registration .register-button .btn-tnp {
  width: 100%;
}

.user-login .input-group,
.user-registration .input-group {
  margin-bottom: 15px;
}

.user-login .input-icon,
.user-registration .input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
}

.user-login .input-icon i.fa,
.user-registration .input-icon i.fa {
  color: #9a9a9a;
}

.user-login .form-control,
.user-registration .form-control {
  padding-left: 35px;
}

.user-login .login-button {
  margin: 25px 0px 10px 0px;
}

.user-registration .opt-out p,
.user-registration .opt-out label {
  font-size: 13px;
}

.user-login .checkbox input,
.user-registration .opt-out input {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.user-login .checkbox input {
  margin: 0px;
}

.user-login .text-danger span {
  background: #ff5757;
  border-radius: 2px;
  color: #fff !important;
  font-size: 12px;
  padding: 5px 10px;
}

.user-registration .opt-out .opt-options {
  margin-top: 10px;
}

.user-registration .opt-out,
.user-registration .back {
  clear: both;
}

.my-details.opt-out .title {
  margin-bottom: 10px;
}

.my-details.opt-out .text {
  font-size: 15px;
}

.my-details.opt-out .opt-options {
  margin-top: 20px;
}

.my-details.opt-out .opt-options .option {
  margin-bottom: 5px;
}

.my-details.opt-out .opt-options .option input {
  margin-right: 15px;
}

.my-details.preferred-location {
  margin-bottom: 30px;
}

.my-details.preferred-location p {
  font-size: 15px;
  margin-bottom: 8px;
}

.my-details.preferred-location label {
  margin: 5px 2px 5px 2px;
}

.user-registration .preferred-location,
.user-registration .back {
  clear: both;
}

.my-details.preferred-location {
  margin-bottom: 30px;
}

.my-details.preferred-location p {
  font-size: 15px;
  margin-bottom: 8px;
}

.my-details.preferred-location label {
  margin: 5px 2px 5px 2px;
}

.change-password p,
.change-password li {
  font-size: 15px;
}

.change-password ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.change-password li {
  display: list-item;
  list-style: disc;
  text-align: -webkit-match-parent;
}

.change-password .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.login-switch {
  display: none; /* Temporarily hidden */
  right: 130px;
  top: 10px;
  height: 53px;
  position: absolute;
}

.login-switch select {
  height: 100%;
}

.login-switch .btn-tnp {
  height: 100%;
  background: #fff;
  color: #525252;
  min-width: 50px;
}

/* SHOW VAT */

.showtax {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 10px 3px 10px;
}

.showtax .caption {
  margin: 6px 8px 0px 0px;
  font-size: 15px;
  display: block;
  line-height: 15px;
  float: left;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
}

.switch input {
  display: none;
}

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

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

input:checked + .slider {
  background-color: #2196f3;
}

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

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

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

/* DOCUMENTS LIST */

.documentslist .document {
  margin-bottom: 20px;
}

.documentslist .document .card-body:hover {
  background: #fbfbfb;
}

.documentslist .document .file-img {
  float: left;
  height: 110px;
  width: 100px;
}

.documentslist .document .file-img .fa {
  font-size: 80px;
  opacity: 0.7;
}

.documentslist .document .card-body:hover .file-img .fa {
  opacity: 1;
}

@media (max-width: 899px) {
  .page-content-wrapper-content {
    margin-left: 0px !important;
  }
}

.document-list .document {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  min-height: 110px;
  padding: 30px 15px;
  text-align: center;
}

.document-list .document:hover {
  background-color: #f5f5f5;
}

.document-list .document .glyphicon {
  color: #333;
  font-size: 40px;
  margin-bottom: 15px;
}

.document-list .document p {
  color: #333;
  margin-bottom: 0px;
}

.document-list .document a:hover {
  text-decoration: none;
}

/* PORTAL VERSION */

.portal-version {
  background: #5ee0bc;
  border: 5px solid #41b192;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px #888888;
  display: block;
  height: 100px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 10px;
  width: 100px;
  z-index: 999;
}

.portal-version p {
  color: #fff;
  line-height: 20px;
  margin-top: 9px;
  transform: rotate(11deg);
}

.portal-version p i {
  font-size: 30px;
}

/* DATE PICKER */

table.ui-datepicker-calendar td a {
  font-size: inherit !important;
  padding: 6px 10px;
}

table.ui-datepicker-calendar td a:hover {
  background-color: #333333 !important;
  color: #fff !important;
}

.ui-datepicker table {
  margin: 2% 0px;
}

/* STEPS */

.steps {
  margin-bottom: 50px;
}

.steps .step a {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #a9a9a9;
  display: block;
  padding: 20px;
  text-align: center;
  -webkit-transition: background 300ms ease-out;
  -moz-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}

.steps .step a.active {
  background: #55bb55;
  border: 1px solid #55bb55;
  color: #fff !important;
}

.steps a:hover {
  text-decoration: none;
}

.steps a:last-child:hover {
  cursor: inherit;
}

.steps a .step:hover {
  background: #3d983d;
  border: 1px solid #3d983d;
}

/* TOGGLE */

.toggle {
  margin-bottom: 0px;
  position: absolute;
  right: 30px;
  top: 15px;
}

.toggle:hover {
  cursor: pointer;
}

.toggle.collapsed .more {
  display: block;
}

.toggle.collapsed .less {
  display: none;
}

.toggle .more {
  display: none;
}

.toggle .less {
  display: block;
}

.toggle i.fa {
  position: inherit;
  top: inherit;
  left: inherit;
  color: #333;
  font-size: 40px;
  opacity: 0.4;
  transform: none;
}

/* //////////////////// CPI EUROMIX CUSTOM STYLES //////////////////// */

/*
#page-header {
    border-bottom: 5px solid #ea2e27;
}
#page-sidebar.horizontal {
    border-bottom: 5px solid #ea2e27;
}
.bg-gradient-2 {
    background: #fff !important;
}

#header-logo .logo-content-big {
    background: url(/assets/images/customer/cpi-euromix/cpi-logo.jpg) 50% 40% no-repeat;
}
.header-nav-user {
    color: #444 !important;
}

footer {
    background-color: #ea2e27;
    border-top: 15px solid #f3362f;
}

.btn-tnp {
    background: #f3362f;
    background-image: linear-gradient(to bottom,#f3362f 50%,#ea2e27 50%);
}
.btn-tnp:hover {
    background: #ea2e27;
    background-image: linear-gradient(to bottom,#ea2e27 50%,#ea2e27 50%);
}
table .remove i.fa {
    background: #f3362f;
}

.btn-branding {
    background-color: #f3362f;
}
.btn-branding:hover {
    background-color: #ea2e27;
}
.panel-dashboard .btn-branding .tile-header {
    background: #ea2e27;
}
.panel-dashboard .btn-branding i.fa {
    background: #f3362f;
}

#sidebar-menu > li > a, 
.sidebar-sub-menu > li > a { 
    height: inherit !important;
}
.sidebar-sub-menu li i.fa {
    display: none;
}
*/

/* //////////////////// FHT CUSTOM STYLES //////////////////// */

/*
#page-header {
    border-bottom: 5px solid #e1e1e1;
}
#page-sidebar.horizontal {
    border-bottom: 5px solid #e1e1e1;
}
.bg-gradient-2 {
    background: #fff !important;
}

#header-logo .logo-content-big {
    background: url(/assets/images/customer/fht/FHT-logo.png) 50% 0% no-repeat;
	background-size: 160px;
}
.header-nav-user {
    color: #444 !important;
}

footer {
    background-color: #ffffff;
    border-top: 15px solid #e1e1e1;
	color: #444;
}
footer .title-hero,
footer a {
	color: #444 !important;
}

.btn-tnp {
    background: #e9007f;
    background-image: linear-gradient(to bottom,#e9007f 50%,#da0077 50%);
}
.btn-tnp:hover {
    background: #da0077;
    background-image: linear-gradient(to bottom,#da0077 50%,#da0077 50%);
}
.btn-tnp.btn-cancel:hover {
    background: #da0077;
    background-image: linear-gradient(to bottom,#da0077 50%,#da0077 50%);
}

table .remove i.fa {
    background: #f3362f;
}

.btn-branding {
    background-color: #00aeef;
}
.btn-branding:hover {
    background-color: #00a2de;
}
.panel-dashboard .btn-branding .tile-header {
    background: #00a2de;
}
.panel-dashboard .btn-branding i.fa {
    background: #00aeef;
}

#sidebar-menu > li > a, 
.sidebar-sub-menu > li > a { 
    height: inherit !important;
}
.sidebar-sub-menu li i.fa {
    display: none;
}

.documentslist .document .file-name {
	color: #00aeef;
}
.documentslist .document a:hover{
	text-decoration: none;
}

.modal-content .modal-header {
	background: #00aeef;
    border-bottom: 6px solid #00a2de;
	padding: 25px 15px;
}
*/

/* //////////////////// SOBEL CUSTOM STYLES //////////////////// */

/*
body #nav-toggle.collapsed span::before, body #nav-toggle.collapsed span::after, body #nav-toggle.collapsed span,
body #nav-toggle span::before, body #nav-toggle span::after {
    background: #3f4454;
}

.center-vertical.user-login, .center-vertical.user-registration {
    background: #F4F4F4;
}

.btn-tnp {
    background: #2d3642;
    background-image: none;
    border: none;
}
.btn-tnp:hover {
    background-color: #a7dce0;
    background-image: none;
}

.header-nav-user {
    color: #273242 !important;
}

.tnppanel .tile-content {
    background: #FFF;
    border: 2px solid #3f4454;
}
.tnppanel .tile-content::before {
    background: #8ACBD6;
}
.tnppanel .tile-content div:nth-child(2) div {
    background: #3F4454;
    border-radius: 0px;
}
.tnppanel .tile-content div:first-child div {
    color: #3f4454;
}

.btn-branding {
    background: #FFF;
    border: 2px solid #3f4454 !important;
}
.btn-branding:hover {
    color: #DDDDDD;
    border: 2px solid #3f4454 !important;
    background-color: #FFF;
}
.panel-dashboard .btn-branding i.fa {
    background: #8ACBD6;
}
.panel-dashboard .btn-branding .tile-header {
    background: #3F4454;
    border-radius: 0px;
}
.panel-dashboard .btn-branding .tile-badge-number {
    background: #3f44547a;
}

footer {
    background-color: #3B4353;
    border-top: 15px solid #2E3646;
}

@media only screen and (min-width: 56.25em) {

    #page-sidebar.horizontal {
        border-bottom: 5px solid #3B4353;
    }

}*/

/* //////////////////// JOHN DEERE CUSTOM STYLES //////////////////// */

/*
#page-header {
    border-bottom: 1px solid #e1e1e1;
}
#page-sidebar.horizontal {
    border-bottom: 1px solid #e1e1e1;
}
.bg-gradient-2 {
    background: #fff !important;
}

#header-logo .logo-content-big {
    background: url(/assets/images/customer/john-deere/john-deere-logo.png) 50% 40% no-repeat;
	background-size: 160px;
}
.header-nav-user {
    color: #444 !important;
}

footer {
    background-color: #ffffff;
    border-top: 1px solid #e1e1e1;
	color: #444;
}
footer .title-hero,
footer a {
	color: #444 !important;
}

.btn-tnp {
    border: 2px solid #367c2b;
    background: #fff;
    background-image: none;
    border-radius: 0px;
    color: #367c2b;
    font-weight: bold;
}
.btn-tnp:hover {
    border: 2px solid #367c2b;
    background: #367c2b;
    background-image: none;
    color: #fff;
}
.btn-tnp.btn-cancel {
    border: 2px solid #d4d4d4;
    background: #fff;
    background-image: none;
    color: #d4d4d4;
}
.btn-tnp.btn-cancel:hover {
    border: 2px solid #d4d4d4;
    background: #d4d4d4;
    background-image: none;
    color: #fff;
}

table .remove i.fa {
    background: #f3362f;
}

.btn-branding {
    background-color: #fff;
    border: 2px solid #367C2B !important;
}
.btn-branding:hover {
    background-color: #fff;
    border: 2px solid #367C2B !important;
}
.panel-dashboard .btn-branding .tile-header {
    background: #367C2B;
}
.panel-dashboard .btn-branding i.fa {
    background: #fff;
    border: 2px solid #367C2B;
    color: #367C2B;
}

a {
    color: #367c2b;
}
a:hover {
    color: #367c2b;
}

#sidebar-menu > li > a, 
.sidebar-sub-menu > li > a { 
    height: inherit !important;
}
.sidebar-sub-menu li i.fa {
    display: none;
}

.modal-content .modal-header {
	background: #00aeef;
    border-bottom: 6px solid #00a2de;
	padding: 25px 15px;
}*/

/* //////////////////// EQUIOM CUSTOM STYLES //////////////////// */

/*
#page-header {
    border-bottom: 1px solid #e1e1e1;
}
#page-sidebar.horizontal {
    border-bottom: 1px solid #e1e1e1;
}
.bg-gradient-2 {
    background: #fff !important;
}

#header-logo .logo-content-big {
    background: url(/assets/images/customer/equiom/equiom-logo.png) 0% 50% no-repeat;
}
.header-nav-user {
    color: #444 !important;
}

footer {
    background-color: #192224;
    border-top: 0px;
	color: #fff;
}
footer .title-hero,
footer a {
	color: #fff !important;
}

.btn-tnp {
    background: #43b02a;
	background-image: -webkit-linear-gradient(top,#43b02a 50%,#35a21b 50%);
    background-image: linear-gradient(to bottom,#43b02a 50%,#35a21b 50%);
}
.btn-tnp:hover {
    background: #35a21b;
	background-image: -webkit-linear-gradient(top,#35a21b 50%,#35a21b 50%);
    background-image: linear-gradient(to bottom,#35a21b 50%,#35a21b 50%);
}

.btn-branding {
    background-color: #2a373a;
}
.btn-branding:hover {
    background-color: #192224;
}
.panel-dashboard .btn-branding .tile-header {
    background: #192224;
}
.panel-dashboard .btn-branding i.fa {
    background: #43b02a;
    color: #fff;
}

a {
    color: #367c2b;
}
a:hover {
    color: #367c2b;
}
*/

/* //////////////////// SELCO CUSTOM STYLES //////////////////// */

/*#page-header {
    border-bottom: 5px solid #014799;
}
#page-sidebar.horizontal {
    border-bottom: 5px solid #014799;
}
.bg-gradient-2 {
    background: #ffd407 !important;
}

#header-logo .logo-content-big {
    background: url(/assets/images/customer/selco/selco-logo.svg) 0% 50% no-repeat;
	background-size: 190px;
}
.header-nav-user {
    color: #444 !important;
}

footer {
    background-color: #004799;
    border-top: 0px;
	color: #fff;
}
footer .title-hero,
footer a {
	color: #fff !important;
}

.btn-tnp {
    background: #004799;
	background-image: -webkit-linear-gradient(top,#13539c 50%,#004799 50%);
	background-image: linear-gradient(to bottom,#13539c 50%,#004799 50%);
}
.btn-tnp:hover {
    background: #13539c;
	background-image: -webkit-linear-gradient(top,#13539c 50%,#13539c 50%);
	background-image: linear-gradient(to bottom,#13539c 50%,#13539c 50%);
}

.btn-branding {
    background-color: #ffd407;
}
.btn-branding:hover {
    background-color: #004799;
}
.panel-dashboard .btn-branding .tile-header {
    background: #004799;
}
.panel-dashboard .btn-branding i.fa {
    background: #004799;
    color: #fff;
}

a {
    color: #004799;
}
a:hover {
    color: #004799;
}

.btn.btn-alt.btn-hover.btn-info.ng-hide {
	display: inline-block !important;
}

.modal-content .modal-header {
	background: #ffd407;
    border-bottom: 5px solid #014799;
	padding: 25px 15px;
	color: #014799;
}*/

/* //////////////////// FULLERS CUSTOM STYLES //////////////////// */

/*#page-header {
    border-bottom: 5px solid #1c1b14;
}
#page-sidebar.horizontal {
    border-bottom: 5px solid #1c1b14;
}
.bg-gradient-2 {
    background: #1c1b14 !important;
}

#header-logo .logo-content-big {
    background: url(/assets/images/customer/fullers/fullers-logo.png) 50% 0% no-repeat;
    background-size: 110px;
}
.header-nav-user {
    color: #fff !important;
}

footer {
    background-color: #1c1b14;
    border-top: 0px;
	color: #fff;
}
footer .title-hero,
footer a {
	color: #fff !important;
}

.btn-tnp,
.btn-tnp.btn-cancel {
    background: #a08645;
	background-image: -webkit-linear-gradient(top,#a08645 50%,#a08645 50%);
	background-image: linear-gradient(to bottom,#a08645 50%,#a08645 50%);
	border: 2px solid #a08645;
}
.btn-tnp:hover,
.btn-tnp.btn-cancel:hover {
    background: transparent;
	background-image: none;
	border: 2px solid #a08645;
	color:#1c1b14 !important;
}

.btn-branding {
    background-color: transparent;
	border: 2px solid #a08645 !important;
}
.btn-branding:hover {
    background-color: #a086456e;
	border: 2px solid #a08645 !important;
}
.panel-dashboard .btn-branding .tile-header {
    background: #a08645;
}
.panel-dashboard .btn-branding i.fa {
    background: #1c1b14;
    color: #fff;
}
.panel-dashboard .btn-branding .badge-number {
    background: rgb(160 160 160 / 50%);
}

a {
    color: #004799;
}
a:hover {
    color: #004799;
}

table .remove i.fa {
    background: #a08645;
	background-image: -webkit-linear-gradient(top,#a08645 50%,#a08645 50%);
	background-image: linear-gradient(to bottom,#a08645 50%,#a08645 50%);
	border: 2px solid #a08645;
}
table .remove i.fa:hover {
    background: transparent;
	background-image: none;
	border: 2px solid #a08645;
	color:#1c1b14;
}

.btn.btn-alt.btn-hover.btn-info.ng-hide {
	display: inline-block !important;
}

.modal-content .modal-header {
    background: #1c1b14;
    border-bottom: 5px solid #9f8545;
    padding: 25px 15px;
    color: #ffffff;
}*/

/* //////////////////// NMBS CUSTOM STYLES //////////////////// */

/*body {
	color: #808080;
}
.page-content-wrapper-content {
	background: #fff !important;
}
#page-header {
    border-bottom: 1px solid #d9e7f0;
}
#page-sidebar.horizontal {
    border-bottom: 1px solid #d9e7f0;
}
.bg-gradient-2 {
    background: #ffffff !important;
}

#header-logo .logo-content-big {
    background: url(/assets/images/customer/nmbs/nmbs-logo.png) 50% 25% no-repeat;
    background-size: 110px;
}
.logo-content-small {
    background: url(/assets/images/customer/nmbs/nmbs-logo-small.png) 50% 50% no-repeat;
}
.header-nav-user {
    color: #00539B !important;
}

footer {
    background-color: #E1E1E1;
    border-top: 0px;
	color: #00539B;
}
footer .title-hero,
footer a {
	color: #00539B !important;
}

.scroll-sidebar {
	border-right: 1px solid #d9e7f0;
}

.btn-tnp,
.btn-tnp.btn-cancel {
    background: #afbd22;
	background-image: -webkit-linear-gradient(top,#afbd22 50%,#afbd22 50%);
	background-image: linear-gradient(to bottom,#afbd22 50%,#afbd22 50%);
	border: 2px solid #afbd22;
}
.btn-tnp:hover,
.btn-tnp.btn-cancel:hover {
    background: #88961E;
	background-image: none;
	border: 2px solid #88961E;
	color:#fff !important;
}

.btn-branding {
    background-color: transparent;
	border: 2px solid #00539B !important;
}
.btn-branding:hover {
    background-color: #00539b66;
	border: 2px solid #00539B !important;
}
.panel-dashboard .btn-branding .tile-header {
    background: #00539B;
}
.panel-dashboard .btn-branding i.fa {
    background: #AFBD22;
    color: #fff;
}
.panel-dashboard .btn-branding .badge-number {
    background: rgb(160 160 160 / 50%);
}

a {
    color: #004799;
}
a:hover {
    color: #004799;
}

table .remove i.fa {
    background: #AFBD22;
	background-image: -webkit-linear-gradient(top,#AFBD22 50%,#AFBD22 50%);
	background-image: linear-gradient(to bottom,#AFBD22 50%,#AFBD22 50%);
	border: 2px solid #AFBD22;
}
table .remove i.fa:hover {
    background: transparent;
	background-image: none;
	border: 2px solid #AFBD22;
	color:#1c1b14;
}

.btn.btn-alt.btn-hover.btn-info.ng-hide {
	display: inline-block !important;
}

.modal-content .modal-header {
    background: #00539B;
    border-bottom: 5px solid #afbd22;
    padding: 25px 15px;
    color: #ffffff;
}

#mobile-navigation,
#mobile-navigation #nav-toggle {
    border-right: rgb(217 231 240) solid 1px;
}
body #nav-toggle.collapsed span::before, 
body #nav-toggle.collapsed span::after, 
body #nav-toggle.collapsed span {
    background: #afbd22;
}
body #nav-toggle span::before, 
body #nav-toggle span::after {
    background: #afbd22;
}
#mobile-navigation .logo-content-small {
    width: 60px !important;
    left: 60px !important;
}*/

/* //////////////////// H+H CUSTOM STYLES //////////////////// */

/*body {
    font-family: sans-serif;
}
#page-header {
    border-bottom: 2px solid rgba(211,213,206,.3);
}
#page-sidebar.horizontal {
    border-bottom: 2px solid rgba(211,213,206,.3);
}
.bg-gradient-2 {
    background: #FFF !important;
}

#header-logo .logo-content-big {
    background: url(/assets/images/customer/hh/hh-logo.svg) 50% 8px no-repeat;
    background-size: 150px;
}
#mobile-navigation .logo-content-small {
    background: url(/assets/images/customer/hh/hh-logo.svg) left 50% no-repeat;
	width: 60px !important;
    left: 61px !important;
}
body #nav-toggle.collapsed span::before, body #nav-toggle.collapsed span::after, body #nav-toggle.collapsed span {
    background: ##fd7e14;
}
body #nav-toggle span::before, body #nav-toggle span::after {
    background: ##fd7e14;
}
.header-nav-user {
    color: #4d4c4d !important;
}

footer {
	background: url(/assets/images/customer/hh/dash-grid.png) repeat;
    background-color: #006a5a;
    border-top: 20px solid #00513a;
	color: #fff;
}
footer .title-hero,
footer a {
	color: #fff !important;
}

.btn-tnp,
.btn-tnp.btn-cancel,
.modal-footer button.btn {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top,#ffffff 50%,#ffffff 50%);
    background-image: linear-gradient(to bottom,#ffffff 50%,#ffffff 50%);
    border: 1px solid #d3d5ce;
    color: #ff5800;
	transition: background .4s ease-in-out;
}
.btn-tnp:hover,
.btn-tnp.btn-cancel:hover,
.modal-footer button.btn:hover {
	background: #ff5800;
    background-image: none;
    border: 1px solid #d3d5ce;
    color: #ffffff !important;
	transition: background .4s ease-in-out;
}
a.btn-tnp {
	color: #ff5800 !important;
}

.tile-header {
    font-family: sans-serif;
}

.catalog .btn-branding {
	background-color: #ffffffa1;
}
.btn-branding {
    background-color: #f2f2f0;
	border: 1px solid #d3d5ce !important;
	transition: background .4s ease-in-out;
}
.btn-branding:hover {
	background-color: #f2f2f0;
	border: 1px solid #d3d5ce !important;
}
.panel-dashboard .btn-branding .tile-header {
    background: #ffffff;
	color: #ff5800;
	transition: background .4s ease-in-out;
}
.btn-branding:hover .tile-header {
    background: #ff5800;
	color: #fff;
	font-family: sans-serif;
}
.panel-dashboard .btn-branding i.fa {
    background: #ff5800;
    color: #fff;
}
.panel-dashboard .btn-branding .badge-number {
    background: rgb(160 160 160 / 50%);
}

a {
    color: #004799;
}
a:hover {
    color: #004799;
}

table .remove i.fa {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top,#ffffff 50%,#ffffff 50%);
    background-image: linear-gradient(to bottom,#ffffff 50%,#ffffff 50%);
    border: 1px solid #d3d5ce;
    color: #ff5800;
	transition: background .4s ease-in-out;
}
table .remove i.fa:hover {
	background: #ff5800;
    background-image: none;
    border: 1px solid #d3d5ce;
    color: #ffffff !important;
	transition: background .4s ease-in-out;
}

.btn.btn-alt.btn-hover.btn-info.ng-hide {
	display: inline-block !important;
}

.modal-content .modal-header {
    background: #00513a;
    border-bottom: 5px solid #ffffff;
    padding: 25px 15px;
    color: #ffffff;
}
.divider {
	background: rgba(211,213,206,.3);
}
.panel-body.catalog {
    background: url(/assets/images/customer/hh/catalogue-bg.jpg);
	background-size: cover;
	background-position: center;
}
.panel-body.catalog h3.dashboard-heading {
	color: #fff;
    background: rgba(0,81,58,.8);
    display: block;
    margin: 0px 10px 20px 10px !important;
    border-radius: 4px;
}
.page-content-wrapper-content {
	background: rgba(211,213,206,.3) !important;
}
.dashboard-welcome {
    border: 1px solid #d3d5ce !important;
}
.panel {
    border: 1px solid #d3d5ce !important;
}
h3.title-hero {
	color: #006656;
	font-family: sans-serif;
	font-size: 22px !important;
}
#page-sidebar ul li.header {
	font-family: sans-serif;
}*/

/* //////////////////// CHURCHES FIRE CUSTOM STYLES //////////////////// */

/*body {
    font-family: sans-serif;
}
#page-header {
    border-bottom: 2px solid rgba(211,213,206,.3);
}
#page-sidebar.horizontal {
    border-bottom: 2px solid rgba(211,213,206,.3);
}
.bg-gradient-2 {
    background: #FFF !important;
}

#header-logo .logo-content-big {
    background: url(/assets/images/customer/churchesfire/cf-logo.jpg) 50% 50% no-repeat;
    background-size: 190px;
}
#mobile-navigation .logo-content-small {
    background: url(/assets/images/customer/churchesfire/cf-logo.jpg) left 50% no-repeat;
	width: 60px !important;
    left: 61px !important;
}
body #nav-toggle.collapsed span::before, body #nav-toggle.collapsed span::after, body #nav-toggle.collapsed span {
    background: ##fd7e14;
}
body #nav-toggle span::before, body #nav-toggle span::after {
    background: ##fd7e14;
}
.header-nav-user {
    color: #4d4c4d !important;
}

footer {
    background-color: #d5d4d4;
    border-top: 20px solid #2e2926;
	color: #000;
}
footer .title-hero,
footer a {
	color: #000 !important;
}

.btn-tnp,
.btn-tnp.btn-cancel,
.modal-footer button.btn {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top,#ffffff 50%,#ffffff 50%);
    background-image: linear-gradient(to bottom,#ffffff 50%,#ffffff 50%);
    border: 1px solid #d3d5ce;
    color: #ed4036;
	transition: background .4s ease-in-out;
}
.btn-tnp:hover,
.btn-tnp.btn-cancel:hover,
.modal-footer button.btn:hover {
	background: #ed4036;
    background-image: none;
    border: 1px solid #d3d5ce;
    color: #ffffff !important;
	transition: background .4s ease-in-out;
}
a.btn-tnp {
	color: #ed4036 !important;
}

.tile-header {
    font-family: sans-serif;
}

.catalog .btn-branding {
	background-color: #ffffffa1;
}
.btn-branding {
    background-color: #f2f2f0;
	border: 1px solid #d3d5ce !important;
	transition: background .4s ease-in-out;
}
.btn-branding:hover {
	background-color: #f2f2f0;
	border: 1px solid #d3d5ce !important;
}
.panel-dashboard .btn-branding .tile-header {
    background: #ffffff;
	color: #ed4036;
	transition: background .4s ease-in-out;
}
.btn-branding:hover .tile-header {
    background: #ed4036;
	color: #fff;
	font-family: sans-serif;
}
.panel-dashboard .btn-branding i.fa {
    background: #ed4036;
    color: #fff;
}
.panel-dashboard .btn-branding .badge-number {
    background: rgb(160 160 160 / 50%);
}

a {
    color: #004799;
}
a:hover {
    color: #004799;
}

table .remove i.fa {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top,#ffffff 50%,#ffffff 50%);
    background-image: linear-gradient(to bottom,#ffffff 50%,#ffffff 50%);
    border: 1px solid #d3d5ce;
    color: #ed4036;
	transition: background .4s ease-in-out;
}
table .remove i.fa:hover {
	background: #ed4036;
    background-image: none;
    border: 1px solid #d3d5ce;
    color: #ffffff !important;
	transition: background .4s ease-in-out;
}

.btn.btn-alt.btn-hover.btn-info.ng-hide {
	display: inline-block !important;
}

.modal-content .modal-header {
    background: #00513a;
    border-bottom: 5px solid #ffffff;
    padding: 25px 15px;
    color: #ffffff;
}
.divider {
	background: rgba(211,213,206,.3);
}
.panel-body.catalog {
    background: url(/assets/images/customer/churchesfire/catalogue-bg.png);
	background-position: center;
}
.panel-body.catalog h3.dashboard-heading {
	color: #fff;
    background: #2e2925c2;
    display: block;
    margin: 0px 10px 20px 10px !important;
    border-radius: 4px;
}
.page-content-wrapper-content {
	background: rgba(211,213,206,.3) !important;
}
.dashboard-welcome {
    border: 1px solid #d3d5ce !important;
}
.panel {
    border: 1px solid #d3d5ce !important;
}
h3.title-hero {
	color: #ed4036;
    font-family: sans-serif;
    font-size: 32px !important;
    opacity: 1;
    font-weight: 600;
}
#page-sidebar ul li.header {
	font-family: sans-serif;
}*/
