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

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

body {
  background-color: #F8F5EF;
  font-size: 0.8rem;
}

.navbar {
  display: none;
}

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

.user-bar {
  background-color: #1e88e5 !important;
}

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

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

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

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

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


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

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

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

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

.secondary-cta {
  border-color: #1e88e5;
  border-radius: 8px 0 8px 0;
  background-color: transparent;
  color: #1e88e5;
  font-size: 1rem;
}

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

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

div.user-bar a.user-welcome {
  color: #FFF5E2;
  text-decoration: none;
  font-size: 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 #1e88e5;
  border-radius: 8px 0 8px 0;
}

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

.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: 1rem;
  background-color: #1e88e5;
  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: 1em;
}

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

.navbar-brand {
  display: none;
}

div.user-bar a.user-welcome {
  color: #fff;
}

div.user-bar {
  background-color: #1e88e5;
}

.h2, h2 {
	font-size: 1.5rem;
}

.modal .modal-text-primary, .modal label, .modal th {
	font-weight: 700;
	font-size: 0.9rem;
	color: #000;
}

.form-group {
	margin-bottom: 0.5rem;
}

.tertiary-cta {
	border-radius: 21px;
	border: 2px solid #1e88e5;
	background-color: #fff;
	color: #1e88e5;
	font-family: Sintony;
	font-size: 1rem;
	padding: 0.4rem;
}
.editor-link-box {
	margin-top: 5px;
	margin-bottom: 10px;
}

.patient-detail-btn-group {
	min-height: 50px;
}

.org-switch.checked {
	background-color: #1e88e5;
	color: #fff;
}
.org-switch {
	background-color: #fff;
	border-color: #1e88e5;
	color: #1e88e5;
	border-width: thick;
}