﻿/* Common */

.clear
{
    clear: both;
}

.separateControls {
    margin-right: 8px; 
}

.floatRight { float: right; }

.floatLeft{ float: left; }

.bold
{
    font-weight: bold;
}

/* Site */

.smallIcon {
    width: 18px;
}

.viewSelect 
{
    float: right;
    display: inline-block;
    font-size: 1.1em;
    margin-top: -40px;
    padding-right: 5px;
}

.viewSelect a
{
    padding-left: 10px;
}

.viewSelect span
{
    padding-left: 10px;
}

#disclaimer {
    padding: 0 5px 5px 5px;
}

#contentArea label {
    display: inline-block;
}

.module-typeA > h3 > span > label {
    margin-top: 4px;
    vertical-align: top;
}

.jqplot-table-legend {
    border: none;
}

div.jqplot-highlighter-tooltip 
{
    font-size: 1em;
    color: black;
    border:1px solid #888;
    background: rgba(238,238,238,1);
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
}

/* Content Boxes 
----------------------------------------------------------*/

#LeftColumn
{
    display: inline-block;
    float: left;
    width: 100%;
}

#RightColumn 
{
    display: inline-block;
    float: left;
    width: 100%;
}

.contentBox {
    background-color: #eee;
    border: 1px solid #888;
    border-radius: 3px;
    margin: 0 5px;
    padding: 5px;
}

div .contentBox > label {
    font-weight: bold;
}

#CurrentFilters > div > label
{
    font-weight: bold;
}

#CurrentFilters > div > div
{
    border: 1px solid #3d316a;
    display: inline-block;
    margin: 0 0 3px 3px;
    padding: 2px 8px 0 8px;
}

.contentAreaLargeMap {
    height: 320px;
}

.contentAreaLargeTabular {
    height: 320px;
    overflow: auto;
}

.contentAreaSmallChart {
    height: 300px;
    margin-left: 15px;
}

.contentAreaSmallTabular {
    height: 300px;
    overflow: auto;
}

.centerText {
    text-align: center;
    margin: 0;
}

.chartNote {
    height: 10px;
    font-size: .75em;
}

.chartNote a {
    text-decoration: underline!important;
}

.chartNote a:hover {
    text-decoration: none!important;
}

.centerText label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

div.contentBoxQuickStats 
{
    background: #eee;
    border: 1px solid transparent;
    margin: 0 5px 5px 5px;
}

div.contentBoxQuickStats h4.title 
{
    color: #fff;
    background: #3d316a;
    padding: 4px 12px 3px 14px;
    margin: 0;
}

div.contentBoxQuickStats div.stat div
{
    display: inline-block;
    text-align: right;
    min-width: 70px;
    background: #fff;
    color: #000;
    padding: 4px;
    margin: 0 12px 0 0;
    font-weight: bold;
    font-size: 1.3em;
}

div.contentBoxQuickStats div.stat {
    background: #fff;
    color: #777;
    font-size: 0.9em;
    margin: 3px;
}

div.contentBoxQuickStats div.footer 
{
    background: #eee;
    min-height: 5px;
}

.contentColumnLinks 
{
    display: inline-block;
    float: left;
    margin: 5px 8px;
}

#QuickLinks > div > div > label {
    font-weight: bold;
}

#accordion .ui-widget-content 
{
    background: #fff!important;
    
}

#accordion .ui-state-active {
    background: #3d316a!important;
    color: #fff!important;
    font-weight: bold;
}

#accordion .ui-state-active a 
{
    color: #fff!important;
}

#accordion h2 {
    background: #eee!important;
    border-color: #888!important;
    font-size: 1.1em!important;
    font-weight: normal!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

#accordion > div
{
    padding: 10px 10px 2px 10px;
}

.hide {
    display: none;
}

.PrimaryModeSearchBar
{
    background-color: #eee;
    border: 1px solid #888;
    padding: 5px 10px 1px 10px;
    margin-bottom: 4px;
    border-radius: 4px;
}

.PrimaryModeSearchBar label {
    font-weight: bold;
}

.PrimaryModeSearchBar div div {
    display: inline-block;
    float: left;
    padding: 3px 4px;
    margin: 0 12px 0 1px;
    border: 1px solid transparent;
}

.PrimaryModeSearchBar div div div {
    cursor: pointer;
    font-size: 1.3em;
}

.PrimaryModeSearchBar div div .modeSelected div {
    display: inline;
    padding: 0;
    margin: 4px 6px 0 0;
    border: none;
    width: 16px;
    height: 16px;
    background: url('../Resources/Check-Selected.png');
    background-size: 16px;
    background-repeat: no-repeat;
}

.PrimaryModeSearchBar div div:hover .modeSelected div {
    display: inline;
    padding: 0;
    margin: 4px 6px 0 0;
    border: none;
    width: 16px;
    height: 16px;
    background: url('../Resources/Check-Unselecting.png');
    background-size: 16px;
    background-repeat: no-repeat;
}

.PrimaryModeSearchBar div div .modeNotSelected div {
    display: inline;
    padding: 0;
    margin: 4px 6px 0 0;
    border: none;
    width: 16px;
    height: 16px;
    background: url('../Resources/Check-Unselected.png');
    background-size: 16px;
    background-repeat: no-repeat;
}

.PrimaryModeSearchBar div div:hover .modeNotSelected div {
    display: inline;
    padding: 0;
    margin: 4px 6px 0 0;
    border: none;
    width: 16px;
    height: 16px;
    background: url('../Resources/Check-Selecting.png');
    background-size: 16px;
    background-repeat: no-repeat;
}

#MainTabular {
    overflow-x: auto;
    line-height: 130%;
    padding-top: 10px;
}

.AddFoodButton 
{
    margin-top: 3px;
    vertical-align: top;
}

#filterUpdateWaitOverlay 
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
}

#filterUpdateWaitDialog {
    display: none;
    position: fixed;
    top: 25%;
    left: 30%;
    width: 30%;
    font-size: 1.3em;
    text-align: center;
    margin: auto;
    padding: 30px 20px 10px 20px;
    background-color: #fff;
    border: 15px solid #3d316a;
    border-radius: 15px;
}

.divRadioMultistate {
    margin-top: 10px;
    font-weight: bold;
}

.radioMultistate label {
    font-size: .9em;
    padding-left: 5px;
    margin-bottom: 0;
}

.radioMultistate input {
    margin-top: 0;
}

/* Template Overrides
----------------------------------------------------------*/

form {
    margin-bottom: 0;
}

.breadcrumbs .bread-crumb 
{
    margin-bottom: 0;
}

#wrapper [class*=module] {
    margin-bottom: 5px;
}

.accordion {
    margin-bottom: 15px!important;
}