/**
 * Copyright © 2016 DCKAP. All rights reserved.
 * See LICENSE.txt for license details.
 */

.requestsample-indicator {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
.requestsample-indicators {
  text-align: center;
  margin-top: 30px;
}
.requestsample-monthview > h2 {
  font-size: 2.3rem;
}
.requestsample-monthview {
  color: gray;
  font-size: 16px;
  text-align: center;
}
h1.requestsample-title {
  color: #f48024;
  margin-top: 20px;
  font-size: 36px;
}
.requestsample-clear {
	clear: both;
}
.requestsample-requests > div {
  display: inline-block;
  width: 48%;
}
#requestsample-orders {
  float: right;
}
.requestsample-requests h2 {
  color: #428BCA;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 50px;
  text-align: center;
  text-transform: capitalize;
}
#requestsample-products > h2 {
  color: #1fa7d2;
}
.morris-hover.morris-default-style {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  font-family: sans-serif;
  font-size: 12px;
  padding: 6px;
  text-align: center;
}
.donut-title.donut-green{
	color: #0BA462;
}
.donut-title.donut-blue{
	color: #1AA3D1;
}
.donut-title.donut-darkblue{
	color: #186FB1;
}
.donuts {
  max-height: 305px;
}
.donut-title {
  color: #f07746;
  font-family: sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
.requestsample-panels {
  margin-top: 15px;
  text-align: center;
}
.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: 1%;
  width: 30%;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 40px 15px;
}
.panel-footer {
  background-color: #f5f5f5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  color: #428bca;
  font-size: 20px;
  padding: 15px;
  text-align: left;
}
.panel-footer.footer-yellow {
	color: #f0ad4e;
}
.panel-footer.footer-red {
	color: #d9534f;
}
.panel-heading .huge-left {
  float: left;
  font-size: 30px;
  line-height: 30px;
}
.panel-heading .huge-left span{
  display: inline-block;
  font-size: 45px;
  vertical-align: top;
}
.panel-heading .huge {
  font-size: 45px;
  text-align: right;
  margin-right: 20px;
}
.panel-primary > .panel-heading {
  background-color: #428bca;
  border-color: #428bca;
  color: #fff;
}
.panel-primary {
  border-color: #428bca;
}
.panel-yellow .panel-heading {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-red .panel-heading {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}
.panel-red {
  border-color: #d9534f;
}