/*This document is for test custom.css use only*/

@charset "UTF-8";
/* CSS Document */

body {
  background-color: #F8F5EF;
}

.navbar {
  display: none;
}

#current-app-version {
  display: none;
}

.user-bar {
    background-color: #444C56 !important;
}

div.user-bar a.user-notifications {
    color: #444C56;
    background-color: #E3C4B2;
    border-radius: 8px 0 8px 0;
}

.b-title-bar  {
    background-color: #836554;
    font-size: 1.2em;
    border-radius: 6px 0 0 0;
    padding: 8px;
}

.well .well-header {
  background-color: #836554;
  border-radius: 6px 0 0 0;
}

.well-header h3 {
    font-size: 1.2em;
}

.notifications-box {
  margin-top:4px;
}

.blue-wall {
  padding-bottom: 8px;
  border: 1px solid #836554;
  border-radius: 8px 0 8px 0;
}

.location-bar {
  display: none !important;
}

.sm-secondary-cta {
    height: 30px;
    padding: 1px 10px;
    border-color: #836554;
    border-radius: 0;
    background-color: transparent;
    color: #836554;
}

.sm-secondary-cta:hover {
  color: #ffffff;
  background-color: #836554;
}

.secondary-cta {
    border-color: #836554;
    border-radius: 8px 0 8px 0;
    background-color: transparent;
    color: #836554;
}

.secondary-cta:hover {
  color: #ffffff;
  background-color: #836554;
}

.cta {
    border-radius: 8px 0 8px 0;
}

div.user-bar a.user-welcome {
    color: #FFF5E2;
    text-decoration: none;
    font-size: 1.1rem;
}
div.user-bar a.navbar-set-change-pin-btn {
    text-decoration: none;
    color: #FFF5E2;
}

.table {
  margin-bottom: 0;
}

.whitebox {
    border: 0;
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F8F5EF;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #E3C4B2;
}

.well {
  border: 1px solid #836554;
  border-radius: 8px 0 8px 0;
}

.primary-cta {
  background-color: #836554;
  border-color: #836554;
  border-radius: 8px 0 8px 0;
}

.primary-cta:hover {
  background-color: #392E28;
  color:#ffffff;
  border-color: #392E28;
}

.table thead th {
  border:none;
}

#pending-medications-table tbody {
  font-size:0.9em;
}

.well .nav-link {
    font-size: 1.75rem;
    background-color: #836554;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.well .nav-link:hover {
  border-color:#AA968A;
  background-color: #AA968A;
  color:#392E28;
}

.well .nav-link.active {
    background-color: #392E28;
    color: #fff;
    border-color: #392E28;
}

.well .nav-link {
  font-size: 1.2em;
}

.btn-group-lg>.btn, .btn-lg {
  font-size: 1rem;
}
