.provider #middle,
.research #middle {
    margin-left: 15px;
}

.provider #content,
.research #content {
    width: 660px;
    margin-left: 10px;
    min-height: 400px;
}

.provider #content.full,
.research #content.full,
.provider .full>#content,
.research .full>#content  {
    width: 910px;
}

.provider #bottom,
.research #bottom {
    padding-left: 15px;
}

/* for the chart */

.bar:hover{ fill: brown;}

#graphTitle #graphfooter {background-color:lightgrey; padding:10px;}

/** Enterprise Reporting styles **/
/* we're on an older version (1.13) of the multiselect plugin we're using,
 * and that version doesn't support customization. this forces the
 * button to look like the locations dropdown on the same page
 *
 * ref: https://github.com/ehynds/jquery-ui-multiselect-widget/blob/1.13/src/jquery.multiselect.js
 */
#filter-form #providers-filter+.ui-multiselect,
#filter-form #location-filter+.ui-multiselect {
  padding: 4px 6px;
  cursor: pointer;
  background: linear-gradient(to right, transparent 0 298px, #959595 298px);
}
#filter-form #providers-filter+.ui-multiselect.ui-state-hover,
#filter-form #location-filter+.ui-multiselect.ui-state-hover,
#filter-form #providers-filter+.ui-multiselect.ui-state-active,
#filter-form #location-filter+.ui-multiselect.ui-state-active {
  background-color: #959595;
}
#filter-form #providers-filter+.ui-multiselect .ui-icon,
#filter-form #location-filter+.ui-multiselect .ui-icon {
  background-color: #959595;
  background-image: url("/styles/images/ui-icons_ffffff_256x240.png");
  height: 16px;
  width: 16px;
}

#aggregate-action-item-modal .dialog-container {
  margin: 20px;
}
#aggregate-action-item-modal button.go-to-action-item {
  width: 80%;
  margin: 0 10%;
  cursor: pointer;
}

form[action="/account/twoFactorAuth"] label {
  float: unset;
}

.demo-form-label {
    box-sizing: border-box;
    color: #5b625c;
    font-size: 13px;
    height: 30px;
    margin: 2px;
    padding-top: 8px;
}
.demo-form-control {
    border: 1px solid #9E9E9E;
    border-radius: .25rem;
    box-sizing: border-box;
    color: #5b625c;
    font-size: 13px;
    height: 30px;
    margin: 2px 0px;
    padding: 6px 12px;
    width: 720px;
}
.demo-btn {
    -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
    -moz-transition: background-color 0.5s ease, border-color 0.5s ease;
    -o-transition: background-color 0.5s ease, border-color 0.5s ease;
    transition: background-color 0.5s ease, border-color 0.5s ease;
    background-color: #10356b;
    border: 1px solid #fff;
    border-radius: .3rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 2px 152px;
    padding: .5rem 1rem;
    text-align: center;
    width: 150px;
}
.toggled-off {
    color: black !important;
    background-color: lightgrey !important;
}