 html, body,.ui-page{
      height: 100%;
      margin: 0;
      overflow: hidden;
      padding: 0;
	  background-color: #202020;
}

.claro .dijitSplitContainer-child, .claro .dijitBorderContainer-child {
	border: 1px #202020 solid !important;
}

#map {
	background-color: #202020;
	transition: left 0.35s;
}

#leftPane {
	width: 14em;
	transition: left 0.25s;
	z-index: 3000;
}

#legendPane {
	border: solid #97DCF2 1px;
}

#logo{
	width: 80px;
	float: left;
	padding: 0 10px 5px 0;
}

#top, #bottom{
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 11px 0 0 0;
}

.otherButtons:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.25s ease;
}

span#geocollab{
	font-size: 1.5em;
	color: #ccc;
}

span#geocollab span#tag{
	font-size: 0.65em;
}

#ui-stormcent-button {
	position: absolute;
	z-index: 3;
	left: 14px;
	width: 120px;
	height: 60px;
	bottom: -13px;
	padding: 0;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	border: 0 solid #57585a;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 120px;
}

@media screen and (max-width:425px) {
	#ui-stormcent-button img{
		width: 80px !important;
	}

	#ui-stormcent-button {
		bottom: -32px !important;
		z-index: 300 !important;
	}
}

#full-logo{
	display: none;
	position: absolute;
	top: 96px;
	right: 144px;
	z-index: 100;
}

#popupDescipt-popup {
	position: absolute;
    width: 120px;
	height: 60px;
	padding: 0;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	border: 0 solid #57585a;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 120px;
	top: 45%;
	left: 15%;
	transform: translate(-50%,-50%);
}

#popupTimestamp-popup {
	position: absolute;
    width: 120px;
	height: 60px;
	padding: 0;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	border: 0 solid #57585a;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 120px;
	top: 45%;
	left: 15%;
	transform: translate(-50%,-50%);
}

a {
	color:#38c !important;
	font-weight: normal !important;
}

#ui-reviewmessages-button {
	position: absolute;
	bottom: 23%;
	left: 2em;
	padding: 1em;
	padding-right: 1.5em;
	z-index: 999;
	cursor: pointer;
}

.ui-header .ui-title {
	margin: 0 10%;
}

#SOsDiv{  
		z-index: 3;
		left: 150px;
		position: absolute;
		/* bottom: 0.225em; */
		/* bottom: 2.5em; */
		bottom: 45px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		padding: 0em; 
}

#loading {
	position: fixed;
	/* width: 100px; */
	height: 15%;
	/*  */
   	top: 45%;
	left: 47%;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1999;
	text-align: center;
	border-radius: .315em;
}

#loading-image {
	width: 55px;
	z-index: 1999;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}

#loading-message {
	margin-top: 9px;
	padding-right: 25px;
	padding-left: 25px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
}

#leadPopup {
  margin: auto;
  /* top: 4%; */
  margin-top: 36px;
  /* left: 500px; */
  left: 490px;
  transform: translateX(-50%);
  width: 320px;
  /* width: 316px; */
  height: 100px;
}

#RealTimeList table {
	line-height: 1.66667;
}

#legendPopup {
	bottom: 329px;
	right: -148px;
	width: 320px;
	height: 100px;
	margin: auto;
	transform: translateX(-50%);
}

#textPopup {
	/* top: 3.9%; */
	/* top: 4.5%; */
	/* top: 6%; */
	margin-top: 36px;
	left: 6px;
}

.ani-control-table {
	border-spacing: 0 10px;
}

.ani-control{
	float: right;
	font-size:12pt;
	font-weight: bold;
}

#animateStartStop {
	border-radius: .315em;
}

#animateStartStop:hover{
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.25s ease;
}

#serchAddress{
    position: absolute;
	/* top: 4.7%; */
	margin-top: 36px;
    right: 25px;
	z-index: 999;  
	width: 320px;
}

.searchButton {
	float: right !important;
}

.searchInput {
	width: 237px !important;
	background-color: #202020 !important;
	color: #ccc !important;
}

.searchInput::-webkit-input-placeholder {
	color: #ccc !important;
}

.searchBtn {
	background-color: #202020 !important;
	color: #ccc !important;
}

.searchIcon {
	background-color: #202020 !important;
	color: #ccc !important;
}

#divBasemap{
    position: absolute;
	z-index: 999;  
	right: 5.5em;
	bottom: 3.2em;
}

#RealTimeList{
    position: absolute;
	/* top: 9%; */
	margin-top: 74px;
	right: 24px;
	z-index: 3;
	background-color: #ccc;
    width: 318px;
    height: 100px; 
    font-size:8pt;
	font-weight: bold;
    display:none; 
	/* display: block; */
	border-radius: .315em;
	border: 2px solid #343434;
	/* border: 2px solid black; */
}

#realtime{
  	overflow: auto; 
  	height: 100px; 
  	margin:0; 
  	width:320px;
}

#leftPane a {
    color: #ccc !important; /* Replace with your desired color */
	/* color: red !important; */
}

#watermark {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5; 
	width: 40px; 
    height: 40px; 
	padding: 4px;
}

#RealTimeList table {
	line-height: 1.66667;
}

#ui-measuren-button {
	position: absolute;
	bottom: 15%;
	left: 2em;
	padding: 1em;
	padding-right: 1.5em;
	z-index: 999;
	cursor: pointer;
}

#geoMeasure{
 	position: absolute;
 	top: 50.5%;
 	left: 200px;
    padding: 1em;
    z-index: 999;  
    background-color: white;
    display:none;
}

/* #popuPopulat{
	top: 100px !important;
	left: -371px !important;
} */
/* class="ui-popup-container ui-popup-active" */


.ui-popup-container.ui-popup-active{
	width: 320px !important;
	top: 42.5% !important;
	left: 8% !important;
}

.ui-select{
	width: 256px !important;
}

.ui-btn-icon-notext.ui-btn-right {
	z-index: 99;
}
  
#container {
  	z-index: 3;
  	right: 1em;
  	position: absolute;
  	background-color: white;
  	bottom: 5.5em;  
  	height: 380px; 
  	width: 500px; 
  	display:none; 
}

#info {
	margin-bottom: 7px !important;
	background-color: rgba(0, 0, 0, 0.8) !important;
	border-radius: .315em !important; 
	color: #ccc !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 3px !important;
}

@media screen and (max-width:425px) {
	#info {
		font-size: .63em;
	}
}



#info span {
	font-weight: normal !important;
}

th, td {
	/* padding: 5px; */
	padding: 3px;
}

/* ORIG */

/* .esriPopupWrapper .sizer{
	width: 320px !important;
} */

.esriPopupWrapper .sizer{
	width: 320px ;
}

.contentPane {
	max-width: 720px;
	/* max-height: 450px; */
	overflow: hidden;
}

.contentPane img {
  	max-width: 100%!important;
}

.contentPane {
	line-height: 1.66667;
}

#legendPaneDiv img {
	width: 181px;
}

/*  */

.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
	color: blue;
    background-color: #fff;
    border-color: #ccc;
}

.btn:hover {
	color: blue;
	background-color: #eee;
	cursor: pointer;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
	color: none!important;
	text-shadow: none!important;
}

.truncate {
	color: #ccc;
	width: 181px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.claro  .dijitAccordionArrow {
    background:url("images/spriteArrows.png") no-repeat -14px top;
    width:7px;
    height:8px;
    margin-top:-1px;
}

.claro  .dijitAccordionTitleSelected .dijitAccordionArrow {
    background:url("images/spriteArrows.png") no-repeat;
    margin-top:-1px;
}

#mapTimeBannerHeaderDiv {
	position: absolute;
	/* top: 1.2%; */
    left: 12px;
	z-index: 2;
	margin-top: 3px;
	margin-left: 3px;
}

#timeContainer{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: .315em; 
	font-size: .88em;
	color: #ccc;
	width: 570px;
	height: 28px;
}

@media screen and (max-width:425px) {
	#timeContainer {
		font-size: .63em;
	}
}

#bannerContainer{
	display: flex;
	align-items: center;

	/*  */
	/* width: '45.6%'; */
	background-color: rgba(0, 0, 0, 0.8);
	/*  */
	border-radius: .315em; 
	font-size: .83em;
	/* padding: 3px 3px; */
	color: #ccc;
	z-index: 2;
	margin-left: 16px;
	margin-right: 26px;
}

@media screen and (max-width:425px) {
	#bannerContainer {
		font-size: .63em;
	}
}

.leftPanelButtonOpen {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: .315em; 
	font-size: 1.73em;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	color: #ccc;
	position: absolute;
	top: 55%;
    left: 1px;
	z-index: 20000;
}

.leftPanelButtonClose {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: .315em; 
	font-size: 1.73em;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	color: #ccc;
	position: absolute;
	top: 55%;
   	left: 241px;
	z-index: 20000;
}




