﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

td.ContentHolderTD {
    background-image: url(Images/BackGroundPattern.png);
    background-repeat: repeat;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/


.ajax__multi_slider_custom .outer_rail_horizontal {
    position: absolute;
    background-color: black;
}

.ajax__multi_slider_custom .handle-x-left {
    position: absolute;
    background-color: #038f94;
    cursor: pointer;
    width: 15px;
    height: 20px;
    z-index: 200;
    border: none;
    top: -5px !important;
}

.ajax__multi_slider_custom .handle-x-right {
    position: absolute;
    cursor: pointer;
    background-color: #038f94;
    width: 15px;
    height: 20px;
    z-index: 999999;
    border: none;
    top: -5px !important;
}

.ajax__multi_slider_custom {
    position: relative;
    color: black;
    background: #fb6400;
    width: 600px;
    height: 10px;
    z-index: 100;
}



/*#region --   MEnu Style */

.staticMenuItemStyle {
    text-align: center;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin: 7px 17px 0 0;
    /*font-weight: bold;*/
    vertical-align: central;
    background-color: #313131;
    font-family: Arial;
    font-size: 12px;
}

.staticMenuItemSelectedStyle {
    border: solid 1px #000;
}

.staticHoverStyle {
    /*background-image: url(Images/bg-black.gif);*/
}

.menuItem {
    display: block;
}


.dynamicMenuItemStyle {
    border: solid 1px #000;
    background-color: #757575;
    color: Red;
    z-index: 200;
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 2px;
    font-family: Arial;
    font-size: 12px;
    z-index: 9999;
}

.background {
    border: solid 1px #000;
    /*background-image: url(Images/bg-black.gif);*/
}

.NavigationMenu {
    /*font-family:Verdana;*/
    font-size: 11pt;
    color: #FFF;
    /*font-weight:600;*/
    z-index: 101;
    /*background-image: url(Images/bg-black.gif);*/
}

#h {
    background: #CCCFFF;
    padding: 5px 0px 6px 0;
}

#e {
    border: solid 1px #919191;
    /*background-image: url(Images/sub.gif);*/
    padding: 0 0 1px;
}

.menuItemMouseOver, .menuItemSelected {
    border: solid 1px Navy;
    /*background-image: url(Images/bg-black.gif);*/
}

.NavigationMenu A:link, .NavigationMenu A:visited, .NavigationMenu A:active {
    text-decoration: none;
    color: #FFF;
    display: block;
}

.currentNodeStyle, .nodeStyle, .rootNodeStyle, a.siteMapPath {
    text-decoration: none;
    /*font-family:Verdana;*/
    font-size: 11pt;
}

/*#endregion */

.FilterTable {
    border-radius: 10px;
    border: 2px double darkgray;
    width: 100%;
    padding: 10px;
    background-color: lightgray;
}
