body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*font-family: Tahoma;*/
    font-size: 14px;
}

.DetailSolarInfoPage {
        background: #fff;
        box-shadow: 0 0 15px #000;
        padding: 0.5em;
        position: absolute;
		color: #000000;
        top: 3px;
		/*left: 300px;*/
		right: 1px;
		width: 97%;
		height: 97%;
        z-index: 500;
		opacity: 1;
		border-radius: 7px 7px 7px 7px;
		font-size: 12px;
      }
	  

.BasicSolarInfoPage {
        background: #fff;
        box-shadow: 0 0 15px #000;
        padding: 0.5em;
        position: absolute;
		color: #33338C;
        top: 10px;
		/*left: 300px;*/
		right: 5px;
		width: 90%;
		height: 80%;
        z-index: 400;
		opacity: 1;
		border-radius: 7px 7px 7px 7px;
      }

      .MyinfoPage {
        background: #fff;
        box-shadow: 0 0 15px #000;
        padding: 0.5em;
        position: absolute;
		color: #33338C;
        top: 70px;
		/*left: 300px;*/
		left: calc(2% - 1px);
		/*left: 10px;*/
		width: 95%;
		height: 80%;
        z-index: 400;
		opacity: 1;
		border-radius: 7px 7px 7px 7px;
      }
	  
      .MyOLDinfoPage {
        background: #fff;
        box-shadow: 0 0 15px #000;
        padding: 0.5em;
        position: absolute;
		color: #33338C;
        top: 90px;
		/*left: 300px;*/
		left: calc(20% - 1px);
		width: 70%;
		height: 80%;
        z-index: 400;
		opacity: 1;
		border-radius: 7px 7px 7px 7px;
      }
	  

      .MyinfoPageUnderlay{
        background: #000;
        padding: 0.5em;
        position: absolute;
        top: 0px;
		/*left: 300px;*/
		left: 0px;
		width: 100%;
		height: 100%;
        z-index: 4;
		opacity: 1;

      }

  .myLogo{	  
		border-top-left-radius: 10px ;
		border-top-right-radius: 10px ;

		border-bottom-left-radius: 10px ;
		border-bottom-right-radius: 10px ;

		box-shadow: #777 13px 13px 14px;
		-moz-box-shadow: #777 13px 13px 14px;
		-webkit-box-shadow: #777 13px 13px 14px;
		

		
	  }

	  
	  		.MyinfoPage:hover
		{
			z-index: 999;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			opacity: 1;
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
			border-radius: 7px 7px 7px 7px;
			
			}	
			





	  
      .MyinfoPage .myHeader{	  
	    font-size: 16pt;
		font-weight: bold;
		position: relative;
		left: 3px;
		top: -60px;
		
		
	  }

	  
      .MyinfoPage .myCloseBut{	  
		position: absolute;
		right: 30px;
		top: 30px;
		cursor: pointer;
		background-color: red;
		color : white;
		font-weight : bold;
		border : none;
		height: 30px;

		border-top-left-radius: 10px ;
		border-top-right-radius: 10px ;

		border-bottom-left-radius: 10px ;
		border-bottom-right-radius: 10px ;

		box-shadow: #777 13px 13px 14px;
		-moz-box-shadow: #777 13px 13px 14px;
		-webkit-box-shadow: #777 13px 13px 14px;
		
	  }

	  
#myCompass {
	position: absolute;
	right: 5px;
	bottom: 5px;
    z-index: 4;
	opacity: 0.9;
   /*background-color: #FEFEFE;*/
}


.myFacebookIcon {
    background-color: #ffffff;
    background: url("../images/linen.jpg");
    color: #FFFFFF;
	}
	
	  
.appHeader {
    /*background: url("../images/linen.jpg") repeat-x scroll left top transparent;*/
	background-color: #33338C;
    height: 70px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.appHeader .headerLogo {
    float: left;
    left: 20px;
    position: relative;
    top: 2px;
}
.appHeader .headerTitle {
    color: #FFFFFF;
    float: left;
    font-size: 16pt;
    font-weight: bold;
    left: 60px;
    top: 15px;
    position: relative;
}
.appHeader .subHeaderTitle {
    color: #CFCFCF;
    font-size: small;
    padding-left: 20px;
}
.appHeader .search {
    float: left;
    left: 80px;
    position: relative;
    top: 18px;
}
.appHeader .headerLinks {
    float: right;
    color: #FFFFFF;
    position: relative;
    top: 27px;
    right: 10px;
    text-align: right;
}
.appHeader .headerLinks a {
    color: #FFFFFF;
}
#borderContainerOuter {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF
}
#sidebarLeft {
    width: 400px;
	/*width: 250px;*/
    padding: 4px;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    border-right: 1px solid #B5BCC7;
}
#sidebarRight {
    width: 300px;
    padding: 4px;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    border-left: 1px solid #B5BCC7;
}
#sidebarBottom {
    height: 100px;
    padding: 4px;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    border-top: 1px solid #B5BCC7;
}
#sidebarTop {
    height: 50px;
    padding: 4px;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #B5BCC7;
}
#mapCenter {
    padding: 0;
    overflow: hidden;
	background-color: transparent;
  /*  background: url("../images/noisy_grid.png") #fff;*/
}
.panetop {
    border-top: 1px solid #B5BCC7;
}
.panebottom {
    border-bottom: 1px solid #B5BCC7;
}
.paneleft {
    border-left: 1px solid #B5BCC7;
}
.paneright {
    border-right: 1px solid #B5BCC7;
}
.HomeButton, .LocateButton {
    margin-bottom: 10px;
}
.titlePaneBottomFix {
    margin-bottom: -1px;
}
.titlePaneRightFix {
    margin-right: -1px;
}
.sidebarCollapseButton {
    position: absolute;
    z-index: 40;
    background-color: white;
    cursor: pointer;
    color: #666666;
    font-size: 1.3em;
}
.sidebarCollapseButtonHorz {
    width: 16px;
    height: 25px;
    top: calc(50% - 12px);
    border-bottom: 1px solid #B5BCC7;
    border-top: 1px solid #B5BCC7;
}
.sidebarCollapseButtonVert {
    width: 25px;
    height: 18px;
    left: calc(50% - 12px);
    border-left: 1px solid #B5BCC7;
    border-right: 1px solid #B5BCC7;
}
.sidebarleftCollapseButton {
    left: -1px;
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #B5BCC7;
}
.sidebarrightCollapseButton {
    right: -1px;
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #B5BCC7;
}
.sidebarbottomCollapseButton {
    bottom: -1px;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #B5BCC7;
}
.sidebartopCollapseButton {
    top: -1px;
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #B5BCC7;
}
.sidebarCollapseButtonHorz .button {
    padding-top: 4px;
    padding-left: 2px;
}
.sidebarCollapseButtonVert .button {
    padding-left: 4px;
    margin-top: -2px;
}
.sidebarleftCollapseButton .open:before {
    content: "\f054";
}
.sidebarleftCollapseButton .close:before {
    content: "\f053";
}
.sidebarrightCollapseButton .open:before {
    content: "\f053";
}
.sidebarrightCollapseButton .close:before {
    content: "\f054";
}
.sidebarbottomCollapseButton .open:before {
    content: "\f077";
}
.sidebarbottomCollapseButton .close:before {
    content: "\f078";
}
.sidebartopCollapseButton .open:before {
    content: "\f078";
}
.sidebartopCollapseButton .close:before {
    content: "\f077";
}
.floatingWidget_underlay {
    display: none
}
#help_parent_underlay {
    display: block;
}

/* dbootstrap overrides*/

.dbootstrap .dijitToolbar .dijitButtonContents {
    padding: 1px !important;
}
.dbootstrap .dijitTitlePane {
    border: 1px solid #DDDDDD;
    margin-bottom: 2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.dbootstrap .dijitTitlePaneTitle {
    color: #666666 !important;
    border-bottom: none;
    padding: 8px 15px;
    background-color: #F5F5F5;
}
.dijitSliderBarContainerH {
    z-index: 0 !important;
}
.dbootstrap .dijitTitlePaneContentInner {
    background-color: #FFFFFF;
}
.dijitBorderContainerNoGutterPane {
    z-index: auto;
}
.dbootstrap :focus {
    outline: none !important;
}

/* end dbootstrap overrides*/

/* esri popup window overrides */

.esriPopup .sizer {
    width: 325px;
}

.esriPopup .esriPopupWrapper {
    background-color: #FFFFFF;
}
.esriPopup .attachmentsSection div {
    font-weight: bold;
}
.esriPopup .contentPane table.attrTable {
    width: 100%;
    border-collapse: collapse;
}
.esriPopup .contentPane table.attrTable td {
    padding: 2px;
}
.esriPopup .contentPane table.attrTable td.attrName {
    text-align: right;
    font-weight: bold;
    color: #333333;
    width: 40%;
    padding-right: 5px;
}
.esriPopup .contentPane table.attrTable td.attrValue {
    width: 60%;
}
.esriPopup .contentPane table.attrTable tr {
    vertical-align: top;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.esriPopup .contentPane table.attrTable tr:nth-child(odd) {
    background-color: none;
}
.esriPopup .contentPane table.attrTable tr:nth-child(even) {
    background-color: rgb(238, 238, 238);
}

/* end esri popup window overrides */

/* esri mobile popup overrides */

.esriPopupMobile {
    z-index: 999;
}
.esriMobileNavigationBar {
    background-color: #666666;
    background: url("../images/linen.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
}
.esriPopupMobile .titlePane {
    background-color: #666666;
    background: url("../images/linen.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
}
.esriPopupMobile .pointer.bottom{
    background:url("../images/pointertop.png");
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.esriPopupMobile .pointer.top {
    background:url("../images/pointertop.png");
}

/* end esri mobile popup overrides */

/*
    media queries bootstrap style
    http://getbootstrap.com/css/#grid-media-queries
*/

@media screen and (max-width: 991px) {
    /* adjust the l/r sidebars on small and extra-small devices. */
    #sidebarLeft {
        width: 204px;
        max-width: 95%;
    }
    #sidebarRight {
        display: none;
        max-width: 95%;
    }
}
@media screen and (max-width: 767px) {
    /* hide the l/r sidebars by default on extra-small devices (phones) */
    #sidebarLeft, #sidebarBottom, #sidebarTop {
        display: none;
    }
    /* no search widget in app header */
    .appHeader .search {
        display: none;
    }
    /* no logo in app header */
    .appHeader .headerLogo {
        display: none;
    }
    /* move the title when no logo */
    .appHeader .headerTitle {
        left: 10px;
    }
}

/* end media queries bootstrap style */