html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif !important;
}

.lightbrow-background {
  background: #d7b259;
  color: white !important;
}

.brown-background {
  background: #604b1e;
  color: white !important;
}

.brown-text {
  color: #604b1e !important;
}

.lighterbrow-background {
  background: #b2872f;
  color: white !important;
}

.no-underline {
  text-decoration: none;
}

.lighterbrow-text {
  color: #b2872f;
}

.login-textColor {
  color: #71643e;
}

.app-view {
  font-size: medium;
}

.app-top-bar {
  padding-bottom: 50px;
}

.app-top-bar > div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 5px;
  background: whitesmoke;
  padding: 15px;
}

.app-body {
  padding: 5px;
}

.no-padding {
  padding: 0px !important;
}

.app-inline {
  display: inline-block;
}

.app-no-border {
  border: none;
}

.w3-bold {
  font-weight: bold;
}

.w3-bolder {
  font-weight: bolder;
}

.button-round {
  border-radius: 25px;
}

.app-header {
  padding-top: 50px;
  padding-bottom: 10px;
}

.signup-outbox {
  margin-bottom: 8px;
}

.signin-textbox {
  border: solid 1px #999;
  text-align: center;
  border-radius: 2px;
}

.main-banner-large {
  background: #23889B;
}

.maroon-color {
  background: #23889B;
}

.maroon-text {
  color: #23889B;
}

.app-menu-image {
  width: 90%;
  max-width: 25px;
}

.app-menu-image-override {
  width: 40% !important;
  max-width: 25px;
}

.app-menu-text {
  text-decoration: none;
  color: black;
  font-size: 12px;
}

.app-menu {
  width: 23%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-left: 0.5%;
  margin-right: 0.5%;
  border-bottom: solid 1px #23889B;
  height: 120px;
}

.app-menu:hover {
  border-bottom: solid 1px blueviolet;
}

.app-menu2 {
  width: 23%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-left: 0.5%;
  margin-right: 0.5%;
  height: 120px;
}

.app-bar-menu-image {
  height: 24px;
}

.app-bar-menu-text {
  text-decoration: none;
  color: black;
  font-size: 12px;
  vertical-align: bottom;
}

.app-bar-menu {
  width: 18%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  height: 80px;
}

.app-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 5px;
  background: whitesmoke;
}

.app-overlay-view {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 9999;
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 5%;
  padding-left: 15px;
  padding-right: 15px;
}

.app-overlay-window {
  max-width: 500px;
  width: 100%;
  margin:auto;
}

.ecat-item
{
  vertical-align: middle;
  border: solid 1px #dadada;
  padding:5px;
  margin-bottom: 5px;;
  border-radius: 8px;;
}
.ecat-item-name {
  font-weight: bolder;
  float: left;

  width:58%;
  padding-left:2px;
  vertical-align: middle;
}

.ecat-item-image {
  float: left;
 
  width:20%;
  min-width:88px;
  vertical-align: middle;
}

.ecat-item-image > img {
  width: 60px;
  vertical-align: middle;
}

.ecat-item-image > i {
  font-size: large;
  color: #23889B !important;
}

.ecat-item-image-w {
  float: left;
  margin-right: 35px;
}

.ecat-item-image-w > img {
  width: 20px;
}

.ecat-item-image-w > i {
  font-size: large;
  color: #23889B !important;
}

.ecat-item {
  vertical-align: middle;

}

.w3-border-bottom {
  padding-bottom: 12px;
}

.app-no-border {
  border: none !important;
}

.padd-box {
  padding-left: 5px;
}

.w3-padding-bottom {
  padding-bottom: 5px;
}

.w3-padding-64-bottom {
  padding-bottom: 64px;
}

.w3-padding-7 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.app-menu-right {
  float: right;
  width: 50%;
  padding: 10px;
  color: white;
  min-height: 100%;
  background: #23889B;
}
.app-menu-right {
  float: right;
  width: 50%;
  padding: 10px;
  color: white;
  min-height: 100%;
  background: #23889B;
}

.side-menu-item {
  padding: 8px;
  font-size: small;
}

.side-menu-item:hover {
  background: #207c8f;
}

.w3-padding-90-bottom {
  padding-bottom: 90px !important;
}

.profile-block {
  width: 48%;
  max-width: 200px;
  min-width: 100px;
  border-radius: 10px;
}

.profile-block > .title {
  border-radius: 10px 10px 0px 0px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.dove-gold {
  background: #997618;
  color: white;
}

.dove-gold2 {
  background: #99792a;
  color: white;
}

.dove-maroon {
  background: #23889B;
  color: white;
}

.dove-maroon2 {
  background: #821d2b;
  color: white;
}

.province > ul {
  text-align: left;
}

.province > ul > li {
  padding: 5px;
  background-color: #23889B;
  color: white;
  margin-bottom: 5px;

  border-radius: 5px;
}

.provinceClick {
  width: 45%;
  margin-bottom: 7px;
}

.loyaltyBlock:hover {
  background: #5b0c0b;
  cursor: pointer;
}

.app-bar-menu > div > div {
  padding-bottom: 0px !important;
}

.payBlock {
  width: 48%;
}

.content-icon {
  display: inline-block;
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 32%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 7px;
  vertical-align: top;
}

.content-icon > div > div > a {
  text-decoration: none;
  color: white;
  font-size: 12px;
}

.content-icon:hover {
  background: #23889B;
}

.gold-border {
  border-color: #a08834 !important;
}

.gold-color {
  background: #a08834;
}

.w3-text-gray2 {
  color: #b1a8a8;
}

.cowBurialToggle > .toggleContent {
  display: none;
}

.cowBurialToggleShow > .toggleContent {
  display: block !important;
}

.extendedToggleChecked {
  color: white !important;
  background: #23889B !important;
}


.extendedToggle> .fa-check
{
  display: none;
}

.extendedToggleChecked>  .fa-check
{
  display: inline-block !important;
}

.extendedToggleChecked>  .fa-square
{
  display: none !important;
}


.maroon-hover:hover
{
  background: #23889B !important;
}

.cs-color
{
  background: #C47D38 !important;
}

.cs-text
{
  color: #C47D38 !important;
}