/***** inherit from dgsCSS.css with modifications *****/
.dgsPage h1 { 
    border-bottom: none !important; 
    background: linear-gradient(to right, darkgray, #eeeeee);
    background-position: left 0px top 1.3em;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}


.dgsVerticalAlignMiddle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.dgsOESToDo { background-color: yellow; }
.dgsOESBoldItaic { font-style: italic; font-weight: bold; }
.dgsOESHide { display: none; }

/***** Home - major panels *****/
#dgsOESHome img { border: 0; }
#dgsOESFeatures { border: 1px solid #009966; border-radius: 5px; padding: 10px; width: 485px; height: 350px; float: left; background-color: #D8F6CE; }
#dgsOESNews     { border: 1px solid #009966; border-radius: 5px; padding: 0 10px; width: 220px; height: 150px; float: right; background-color: #D8F6CE; }
#dgsOESLinks    { border: 1px solid #009966; width: 240px; height: 120px; float: right; margin-top: 10px; background-color:#D8F6CE; /*ecffff*/ border-radius: 5px; }
#dgsOESSocial   { display: none; border: 1px solid #009966; width: 240px; height: 75px; float: right; margin-top: 10px; border-radius: 5px; }
#dgsOESLogos    { float: right; margin-top: 10px; }
/* not used for now */
#dgsOESPartners { border: 1px solid #009966; border-radius: 5px 10px; margin-top: 0.75em; padding: 5px; height: 75px; background-color: #D8F6CE; }

#dgsOESNews a, #dgsOESLinks a, #dgsOESPartners a   { text-decoration: none; }
#dgsOESNews a:hover, #dgsOESLinks a:hover, #dgsOESPartners a:hover   { text-decoration: underline; }

/***** Features - Slider *****/
#dgsOESFeatureSlider    { /*width: 485px; height: 350px;*/ }
.sliderP    { width: 440px; height: 330px; /*padding-bottom: 30px; border: 1px solid red; */}
#dgsOESFeatureSlider div.sliderP h3 { font-weight: 700; font-size: 1.4em; border-bottom: 1px solid #cccccc; }
#dgsOESFeatureSlider div.sliderP div.readMore   { position: absolute; bottom: 0; }

/***** News *****/
#dgsOESNewsPage h1  { margin-bottom: 0; }
#dgsOESNewsPage dl  { margin-top: 0; }
#dgsOESNewsPage dt  { font-weight: 700; font-size: 1.2em; color: #6c6c6c; padding-top: 0.75em; }
#dgsOESNewsPage dd  { margin-top: 0.5em; }

/***** Geo - InfoWindow *****/
div.dgsInfoWin { /*width: 300px;*/ }
div.dgsInfoWin div { font-weight: normal; }


/***** Learn More - Solar *****/
#dgsOESSolar dl, dl.dgsOESImageText { float: left; width: 100%; }
#dgsOESSolar dl dt, dl.dgsOESImageText dt { float: left; width: 45%; margin-left: 5%; }
#dgsOESSolar dl dt img, dl.dgsOESImageText dt img { width: 320px; margin: auto; }
#dgsOESSolar dl dd, dl.dgsOESImageText dd { float: left; width: 45%; margin-left: 0; position: relative; top: 100px; transform: translateY(-50%); }
/* To Be Delete
#dgsOESSolarInfo dl { float: left; width: 100%; }
#dgsOESSolarInfo dl dt { float: left; width: 45%; margin-left: 5%; }
#dgsOESSolarInfo dl dt img { width: 320px; margin: auto; }
#dgsOESSolarInfo dl dd { float: left; width: 40%; margin-left: 0; margin-top: 2%; }
*/
#dgsOESSolarBenefits dl dt {clear: both; width: 10%; margin-left: 3%; margin-bottom: -30px; }
#dgsOESSolarBenefits dl dt img {width: 75px; margin: auto; }
#dgsOESSolarBenefits dl dd {float: right; width: 80%; margin-left: 0; margin-right: 5%; position: relative; top: -35px; /*top: 100px; transform: translateY(-50%);*/ }

/***** Neighborhood Project Map *****/
#dgsOESSolarProjectMap {
}

/***** Neighborhood Projects *****/
#dgsOESSolarProject dt { font-weight: bold; }

#dgsOESSolarProject div.Project { float: left; width: 100%;  
/*border-bottom: solid green 1px; */
margin-bottom: 5px;}
#dgsOESSolarProject div.Project h3 { margin-top: 0; }
/*#dgsOESSolarProject div.Project div.Image { float: right; width: 45%; padding: 3px; }*/
/*#dgsOESSolarProject div.Project dl.Info { float: left; width: 40%; padding: 2%; margin: 0 4%; border: groove 2px blue; }*/
#dgsOESSolarProject div.Project dl.Info dd { margin:  5px 10px 10px 20px ; }
#dgsOESSolarProject div.Project dl.Info dd.last { margin:  5px 10px 0px 20px ; }
#dgsOESSolarProject div.Project dl.Info dd ul { padding: 0; margin: 5px; }
/*#dgsOESSolarProject div.Project div.RealTime { float: right; width: 45%; padding: 5px 0; border: ridge; background: cyan; }*/

.projectStatusIcon { height: 20px; vertical-align: bottom; cursor: none !important; }

.Project { }
/* project name & address - with two psudo elements: rectangle and circle, to create the folder shape at the right edge */
.Project h3.ProjectTitle { 
    width: 100%; padding: 5px 0 0 5px; margin-bottom: 0; border-radius: 0; position: relative; overflow: hidden;
    /* background-color: lightblue; */
    /*background-color: #D8F6CE; width: 80%; padding: 5px 0; margin-bottom: 0; border-radius: 10px 20px 0 0; position: relative; overflow: visible;*/
    /*background-color: #FFFF99; */
    /*
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    */    
}
.Project h3.ProjectTitle:before {
    position: absolute; bottom: 0; content: ""; background: #D8F6CE;
    left: 100%; width: 20px; height: 20px;
}
.Project h3.ProjectTitle:after {
    position: absolute; bottom: 0; content: "";  background: white;
    width: 30px; height: 30px; right: -30px; border-radius: 20px;
}
.Project h3.ProjectTitle img { vertical-align: top; padding: 0 5px 0 0; cursor: pointer; }
.Project h3.ProjectTitle span { color: #666666;  margin-left: 46px;  display: inline-block; font-size: 0.7em; font-weight: 300; }

.Project div.ProjectContent { float: left; width: 100%; background-color: #D8F6CE; border-radius: 0 10px 10px 10px; display: none; }
.Project div.ProjectContent div.Image { float: right; width: 45%; 
    margin: 2%; padding: 2% 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    text-align: center;
    margin-left: 0;
}
.Project dl.Info { float: left; width: 45%; margin: 2%; padding: 2%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    /* position: relative;
    top: 215px;
    transform: translateY(-50%);*/
}
.Project div.RealTime { float: left; width: 90%; margin: 2%; padding: 1%; 
    background: rgba(0,0,0,0.1);
    border: solid 2px green;
    margin-top: 0;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
    border-radius: 10px;
    
    /*display: none;*/
}
.Project div.RealTime a { text-decoration: none; }

.Project div.Map { margin: auto; width: 300px; height: 190px; margin-bottom: 10px; 
    /*border: 1px solid black;*/
}

.Project div.ProjectImage { position: relative; width: 300px; height: 200px; margin: auto; /*overflow: hidden;*/ }
.Project div.ProjectImage2 { width: 300px; height: 200px; /*overflow: hidden;*/ }
.anythingSlider-metallic { padding: 0 !important; }
.anythingSlider-metallic .anythingWindow { border: none !important; }

.Project div.ProjectImageA:before {
    position: absolute;
    content: url('/DGS-BDC/Resources/Images/bullet01.gif');
    left: 0; bottom: 0;
    color: blue;
    font-size: 2em;
    padding: 3px;
    background-color: rgba(255,255,255,0.5);
}
.Project div.ProjectImage span.imagePanel {
    text-align: center; width: 300px; height: 200px; display: inline-block;
}
.Project div.ProjectImage span.imagePanel { display: none; }

.Project div.ProjectImage span.leftNav {
    position: absolute; left: -20px; bottom: 45%;
    text-align: center; width: 20px; height: 20px;
    opacity: 0.5; content: url('/DGS/Resources/Images/Icons/ArrowPrevCircle16.png');
}
.Project div.ProjectImage span.rightNav {
    position: absolute; left: 100%; bottom: 45%;
    text-align: center; width: 20px; height: 20px;
    opacity: 0.5; content: url('/DGS/Resources/Images/Icons/ArrowNextCircle16.png');
}

