﻿/* BASE COLORS */
/* HEADER */
/* SLIDING MENU */
/* SITE MAP */
/* @LightBrown; */
/* CAROUSEL */
/* PANELS */
/* MODAL POPUPS */
/* ACTIVE TABLES */
/* ANCHOR TAGS - LINKS */
/* ******************** */
/* HEADER               */
/* ******************** */
header {
  background-color: white;
  border-bottom: solid 4px #473729;
  color: #473729;
}
#company-name {
  font-size: 18pt;
  font-weight: bold;
}
#company-name span {
  font-size: 12pt;
}
#follow-us {
  color: #473729;
  font-size: 11pt;
}
#logo {
  max-height: 100px;
}
#logo_small {
  max-height: 75px;
}
#menu-button {
  color: #473729 !important;
}
.social-icon {
  background-color: #473729;
  border-radius: 4px;
  box-shadow: 2px 2px 2px gray;
  height: 40px;
  padding: 4px;
  width: 40px;
}
.social-icon img {
  height: 32px;
  width: 32px;
}
.social-icon:hover {
  background-color: #4F758B;
}
/* ******************** */
/* SLIDING MENU         */
/* ******************** */
#site-menu {
  background-color: white;
  color: #473729;
  padding-top: 20px;
  width: 300px;
}
.nav-button {
  background-color: white;
  border-radius: 6px !important;
  color: #473729;
}
.nav-button:hover {
  background-color: #4F758B;
  color: white;
}
.nav-button:active,
.nav-button:focus {
  background-color: #4F758B;
  color: white;
}
#nav-header-icons div:hover {
  background-color: #4F758B;
  color: white;
}
/* ******************** */
/* SITE MAP             */
/* ******************** */
.site-map-path {
  background-color: white !important;
  color: #AFA9A0;
}
.site-map-path a {
  color: #473729 !important;
}
/* ******************** */
/* CONTENT LAYOUT       */
/* ******************** */
.my-links {
  height: 230px;
  max-height: 230px;
  overflow: auto;
  padding-bottom: 4px;
}
.icon-button {
  cursor: pointer !important;
}
.icon-button span {
  cursor: pointer !important;
}
/* ******************** */
/* CAROUSEL             */
/* ******************** */
.carousel-indicators li {
  background-color: #AFA9A0 !important;
}
.carousel-indicators .active {
  background-color: #4F758B !important;
}
.carousel-control {
  color: #473729 !important;
}
.carousel-control:hover {
  color: #4F758B !important;
}
/* ******************** */
/* PANELS               */
/* ******************** */
.panel-primary {
  border-color: #AFA9A0 !important;
}
.panel-primary > .panel-heading {
  background-image: none !important;
  background-color: #473729 !important;
  border-color: #AFA9A0 !important;
  color: white !important;
}
.panel-primary > .panel-collapse-header {
  background-image: linear-gradient(to bottom, #AFA9A0 0, #473729 100%) !important;
}
.panel-primary > .panel-collapse-header:hover {
  background-color: #473729 !important;
}
/* ******************** */
/* MODAL POPUPS         */
/* ******************** */
.modal-header {
  background-color: #473729;
  color: white;
}
/* ******************** */
/* ACTIVE TABLES        */
/* ******************** */
.activeTableRow:hover {
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 60%) !important;
  color: white !important;
  cursor: pointer;
}
/* ******************** */
/* ANCHOR TAGS - LINKS  */
/* ******************** */
a {
  color: #473729;
}