html {
	min-height: 612px;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.wrap {
	width: 100%;
	min-height: 100%;
	height:100%;
	background: #CCC;
}

.map {
	height: 100%;
	margin-right: 200px;
	min-height: 612px;
}

.right-sidebar {
	
	min-height:100%;
	width: 200px;
	margin-right: -200px;
	float: right;
	background-color: #eeecdd;
	color: #FFF;
	position: relative;
}

.clear {
	clear: both;
}

.right-sidebar .popup {
	height: 14px;
	width: 17px;
	margin-left: auto;
	display: block;
	background-image: url("images/pop-out.png");
	margin-right: 4px;
	cursor:pointer;
}

.right-sidebar .popup:hover {
    background-image: url("images/pop-out-hover.png");
}

.loi-search-bar {
	height: 64px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.legend {
	background: #203e5a;
	font-size: 12px;
	padding-top: 1px;
}

.rightsidebar-top {
	background-color: #ecedef;
}

.contact-info {
	height: 70px;
	text-align: center;
	padding-top: 10px;
	color: #57544e;
	font-size: 13px;
	text-shadow: 1px 1px 0px #FFF;
	margin-bottom: 50px;
}

.loi-title {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #3f3f3f;
	text-align: center;
	line-height: 25px;
	margin-bottom: 3px;
}

.rightsidebar-top .loi-search-bar .location-input {
	width: 136px;
	height: 18px;
	border: 1px solid #898a8b;
}

.rightsidebar-top .loi-search-bar .current-location {
	background-image: url("images/btn-geo.png");
	height: 23px;
	width: 23px;	
	border: 0px;
	line-height: 21px;
}

.rightsidebar-top .loi-search-bar .current-location:hover {
	background-image: url("images/btn-geo-hover.png");
}
.rightsidebar-top .loi-search-bar .loi-search-button {
	background-image: url("images/btn-search.png");
	height: 23px;
	width: 23px;
	border: 0px;
	line-height: 21px;
	cursor: pointer;
}
.rightsidebar-top .loi-search-bar .loi-search-button:hover {
	background-image: url("images/btn-search-hover.png");
}
.right-sidebar .legend h2 {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0px;
	line-height: 30px;
	border-bottom: 1px dashed #4f687f;
}
.legend .legend-layer {
	display: block;
	margin: 0;
	padding: 0;
}
.layer-container {
	height: 40px;
	border-bottom: 1px dashed #4f687f;
	display: block;
	list-style-type: none;
	cursor:pointer;
}

.layer-container:hover{ 
    background-color:#1b344c;
}

.layer-container .intenal-colums {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
}

.layer-container .intenal-colums li {
	display: table;
	height: 40px;
	padding: 0;
	float: left;
	list-style: none;
	position: relative;
}

.intenal-colums .layer-icon {
	height: 40px;
	width: 38px;
	margin-left: 5px;
}

.intenal-colums .LOI-layer-icon {
	background-image: url("images/LOI.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.intenal-colums .glonass-network-c-icon {
	background-image: url("images/network-glonass.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.intenal-colums .gps-network-c-icon {
	background-image: url("images/network-gps.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.intenal-colums .networked {
	background-image: url("images/icon-blue-20.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.intenal-colums .stand-alone {
	background-image: url("images/icon-green-20.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.intenal-colums .small-radius-icon {
	background-image: url("images/radius-10km.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.intenal-colums .middle-radius-icon {
	background-image: url("images/radius-20km.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.intenal-colums .large-radius-icon {
	background-image: url("images/radius-30km.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.intenal-colums .larger-radius-icon {
	background-image: url("images/radius-31km.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

.intenal-colums .toggle-switch {
	width: 38px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}

.intenal-colums .layer-name {
	width: 119px;
	vertical-align: middle;
	display: table-cell;
	height: 40px;
}

.v-alien {
	vertical-align: middle;
	display: table-cell;
}
 
.contact-info h5 {
	color: #203e5a;
	margin: 0px;
	font-size: 14px;
}

.checkedbox {
	background-image: url("images/checkbox-checked.png");
}
.checkbox {
	background-image: url("images/checkbox.png");
}
.wrap .map .map-contianer {
	height: 100%;
	width: 100%;
	float: right;
    font-family: 'Times New Roman';
}
.powered-by-ugridd {
	height: 50px;
	background-image: url("//www.ugridd.com/Images/poweredby.png");
	background-position: center center;
	display: block;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 200px;
	position: absolute;
	bottom: 0px;
}

#divLoading {
    background-image:url("//api.ugridd.com/Images/spinner_background.png");
    width:100px;
    height:100px;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-50px;
    margin-top:-50px;
    z-index:99999;
}

#divLoading img {
    margin:30px;
    width: 40px;
    height: 40px;
}

table.within th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}
.bubble{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
	color:#323232;
	}
.bubble a{
	font-style: italic;	
	color:#0051A2;
	
	
	}
.txtDate{
	border: 1px solid #999;
	width:82px;
	font-family:13px;
	padding:0px 5px;
	line-height:20px;
	height:18px;
	background-image: url(images/btn-calendar.png);
	background-position:75px 1px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
	
.txtDate-go{
	border: 0px solid #999;
	cursor: pointer;
	background-color:transparent;
	
	background-image: url(images/btn-download.png);
	background-position: center center;
	background-repeat: no-repeat;
	width:18px;
	height:18px;
}
.txtDate-go:hover{
	background-color: #dfdfdf;
	background-image: url(images/btn-download-hover.png);
}

#ui-datepicker-div {
	z-index: 100 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.txtDate:focus {
	background-image: none!important;
	line-height: 18px!important;
	padding-right: 0px!important;
	width: 85px!important;
	}
}

#divMsg{
    display: none;
	font-size:14px;
	color:#464646;
	background-color:#fafafa;
	width:400px;
	position:absolute;
	top:25px;
	left:50%;
	padding:25px;
	line-height:36px;
	margin-left:-325px;
	box-shadow:0px 0px 20px #464646;
	border-radius:5px;
	font-weight:bold;
}
#divMsg .close{
	position:absolute;
	right:0px;
	top:0px;
	margin-right:15px;
	font-size:12px;
	font-weight:400;
	cursor:pointer;
}