﻿#wrapper .header {
    background-color: white;
    padding: 10px 0;
    margin-bottom: 20px;
}

#wrapper .header .RadMenu {
    margin: 10px 0;
    float: none;
}

@media (max-width: 769px) {
    #wrapper .logo {
        display: none;
    }
}

#wrapper .logo {
    margin: 10px 0;
    margin-left: 10px;
    display: inline-block;
}


#wrapper .logo img {
    max-width: 100%;
}

#wrapper .logo-footer img {
    max-width: 100px;
    float: right;
    padding-bottom: 0px !important;
}

#wrapper .jumbotron {
    padding: 1.875em;
    padding-top: 1em;
    background-color: #e9eaea;
}

#wrapper .jumbotron .RadButton {
    float: right;
    margin-top: .667em;
    font-size: .5em;
}

#wrapper .footer {
    width:100%;
    padding: 5px 15px;
    line-height: 30px;
    margin-top: 10px;
    bottom: 0;
}

.menuContainer {
    padding-left: 0px !important;
}

.rcWeek{
    font: normal 12px "Segoe UI", Arial, sans-serif !important;
    font-weight: 600 !important;
    color: #555555 !important;
    text-align: center !important;
}

.divFilterPanel {
    margin-bottom: 10px;
}

.filter-menu{
    display: none;
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 382px;
    width: 320px;
    height: 415px;
    border: 2px solid white;
    border-radius: 10px;
    background-color: #E6E6E6;
    font: normal 12px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

.clearer-thick-border{
    clear: both; 
    border-bottom: 5px solid lightgray;
}

.clearer-with-border{
    clear: both; 
    border-bottom: 1px solid lightgray;
}

.clearer{
    clear: both; 
}

.clearer-with-margin{
    clear: both;
    margin-bottom: 10px; 
}

.filter-content-time {
    float: left;
    display: block;
    width: 50%;
}

.filter-reset-button {
    border: 2px solid lightgray;
    border-radius: 10px;
    height: 55px;
    width: 99%;
    background-color: #E6E6E6;
    font: normal 12px "Segoe UI", Arial, sans-serif;
    color: #555555;
    text-align: center;
    margin: 2px;
    margin-top: 5px;
}



/*<SolidColorBrush x:Key="ButtonNormalBrush" Color="#E6E6E6" />
    <SolidColorBrush x:Key="ButtonMouseOverBrush" Color="#D5D5D5" />
    <SolidColorBrush x:Key="ButtonPressedBrush" Color="#FFC5C5C5" />*/