/* override issues_core styles */

.header{
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    font-size:15px;
    /* remove bottom border... */
    border-bottom: 0;
}

.navbar.navbar-default {
    /* re-add a bottomo border to the external container so that's 100% wide */
    background: none!important;
    border-bottom: 1px solid #e5e5e5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(229, 229, 229);
}

.navbar.navbar-default .container {
  width: 96%;
}

.container-fluid .container.zero_padding {
  width: 96%;
}

/* indicators tag styles - what about putting them inside the tag? */

.top-indicator {
    width: 23%;
    height: 10em;
    display: inline-block;
    margin: 0 1%;
    padding: 1% 1% 1% 1%;
    margin-bottom: 2%;
}

.top-indicator h4 {
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px;
}

.indicator-number {
    font-size: 4rem;
    font-weight: bolder;
    align-content:center;
    margin: 0px;
}

.centered-text {
    text-align: center;
}

.red {
    color: #EB5E28;
}

.indicator-footer {
    position: absolute;
    bottom: 0px;
    width: 95%;
}

h1.dashboard-title {
    text-align: left;
    font-size: 28px;
    color: #313437;
    margin-top: 10px;
    margin-bottom: 30px;
}
.dashboard_date_filter {
    text-align: right;
}

h3.dashboard-title {
    font-size: 18px;
    text-align: left;
    margin-left: 10px;
    /* font-family: ProximaNovaA-Regular; */
    /* margin-top: 10px; */
    /* margin-bottom: 20px; */
}

h3:nth-of-type(3n) {
  page-break-before: always;
}

.sticky {
  position: sticky;
  top: 0px;
  background-color: #FFF;
  z-index: 2;
}

ul.ul-selector {
  width: 96%;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.ul-selector li a {
  display: block;
  text-align: left;
  margin: 0;
  padding: 4px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.ul-selector li a.active {
  font-weight: 800;
  color: black;
}

ul.ul-selector li a:hover {
  background-color: #F0F0F0;
  font-weight: 800;
  color: black;
}

ul.ul-selector li a:hover:not(ul.ul-selector li a.active) {
  background-color: #999;
  color: white;
}

.spacer10l {
  margin-left: 10px;
}

.spacer40l {
  margin-left: 40px;
}

.spacer10r {
  margin-right: 10px;
}

/*** month-date-range picker from https://codepen.io/nathanfiscus/pen/qELYjG **/

.mrs-container{
  /*margin-top:10px;*/
  position: relative;
  display: inline-block;
}

.mrs-icon{
  border: solid 1px #ddd;
  border-radius: 2px 0px 0px 2px;
  color: #40667A;
  background: #eee;
  padding: 7px 7px 7px 7px;
  margin-right:0px;
}

.mrs-monthdisplay{
  display:inline-block!important;
  border: solid 1px #ddd;
  padding: 5px 12px 4px 8px;
  border-radius: 0px 2px 2px 0px;
  background-color: #fff;
  cursor:pointer;
  margin-left: -5px;
}

.mrs-lowerMonth, .mrs-upperMonth{
  color: #40667A;
  font-weight:bold;
  font-size: 11px;
  text-transform:uppercase;
}

.mrs-to{
  color: #aaa;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 11px;
  text-transform: uppercase;
  /* background-color: #eee; */
  padding: 5px 3px 5px 3px;
}

.mrs-calendar{
  display:inline-block;
  padding: 0px 12px 12px 12px;
  border-right: solid #999 1px;
}

.mrs-month{
  padding: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.mrs-calendar h5{
  width:100%;
  text-align:center;
  font-weight:bold;
  font-size:18px
}

.mrs-selected{
  background: rgba(64, 102, 122, 0.75);;
  color: #fff;
}

.mrs-selected-first{
  background: rgba(64, 102, 122, 1);;
  color: #fff;
}

.mrs-selected-last{
  background: rgba(64, 102, 122, 1);;
  color: #fff;
}

.mrs-month:hover{
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ddd inset;
  cursor:pointer;
}

.mrs-selected.mrs-month:hover{
  border-radius: 0px;
  box-shadow: none;
}

.mrs-calendarholder .col-xs-6 {
  max-width: 250px;
  min-width: 250px;
}

.mrs-calendarholder .col-xs-1 {
  max-width: 150px;
  min-width: 150px;
}

.mrs-calendarholder .btn-info{
  background-color: #40667A;
  border-color: #406670;
  width:100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 10px 0px;
}

.mrs-quickset{
  color: #666;
  text-transform: uppercase;
  text-align: center;
}

.mrs-yeardown, .mrs-yearup{
  margin: 5px;
  cursor: pointer;
  color: #666;
}

.mrs-yeardown{
  float:left;
}

.mrs-yearup{
  float:right;
}

.mrs-yeardown:hover,.mrs-yearup:hover{
  color: #40667A;
}

/*
.mrs-calendar:first .mrs-selected:first{
    background-color: #40667A;
}

.mrs-calendar:last .mrs-selected:last{
    background-color: #40667A;
}
*/

.popover{
  display: block;
  position: absolute;
  min-width: 49em !important;
  padding: 14px 14px;
  margin-top: 10px;
  top: inherit;
  /* left: -227px;  /* needs to be set in the tag */
  max-width: 1024px !important;
}

/**
 * * Material Design Dropdown
 * */
.md-dropdown {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.md-dropdown__label, .md-dropdown__item {
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background-color 0.2s linear;
}
.md-dropdown__label {
  user-select: none;
  min-width: 10em;
  line-height: 27px;
  text-align: center;
  padding: 0 5px;
  display: inline-block!important;
  border: solid 1px #ddd;
  border-radius: 2px 2px 2px 2px;
}
.md-dropdown__label:hover {
  background-color: inherit;
}
.md-dropdown__label .material-icons {
  vertical-align: middle;
  width: 0;
}
.md-dropdown__menu {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.25s linear;
  transform: translateY(-32px) translateZ(1);
  visibility: hidden;
  opacity: 0;
}
.md-dropdown__item {
  font-size: inherit;
  background-color: #F0F0F0;
  text-align: center;
  padding: 5px 5px 5px 5px;
}
.md-dropdown__item:hover {
  background-color: #BBF;
}
.md-dropdown--open .md-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateZ(0);
}

/*****************************************/

/******** Material Deign Shadows *********/
.md-shadow--0 {
  box-shadow: none;
}

.md-shadow--1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.md-shadow--2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.md-shadow--3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.md-shadow--4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.md-shadow--5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/****************************************/

