KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/gwsolutions/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/gwsolutions/css/homes.css
*  {
	font-family: Lato, 'Open Sans', sans-serif;
}


.title-banner {
	background-image:		url(../images/homemap-header-blank.png);
	background-repeat: 		no-repeat;
    background-size: 		100% 100%;
    background-position: 	center top;
    /*background-attachment: 	fixed;*/
	width: 					100%; 
	max-width: 				800px; 
	margin: 				0 0 0 0;
	min-height:				100px;
}

.title-main {
	padding-top: 		10px;
	padding-left:		16px;
	font-size: 			1.8em;
	color: 				white;
	width: 				85%;
	text-transform:		uppercase;
}

.title-sub {
	padding-top: 		5px;
	padding-left:		16px;
	padding-bottom:		10px;
	font-size: 			1.1em;
	line-height:		1em;
	color: 				white;
	display:			block;
	letter-spacing:		1pt;
	
}

@media screen and (max-width: 697px) {
	.title-sub {  width: 65%; }
}

@media screen and (max-width: 650px) {
	.title-banner { background-image:	url(../images/homemap-header-blank.png); }
	.title-sub { display: none;}
	.title-main { font-size: 1.6em; padding-top: 15px; padding-left: 15px;  width: 75%;}
	.title-banner { min-height:	80px; }
}

@media screen and (max-width: 580px) {
	.title-banner { background-image:	url(../images/homemap-header-blank.png); }
	.title-sub { display: none;}
	.title-main { font-size: 1.4em; padding-top: 10px; padding-left: 10px; width: 65%;}
	.title-banner { min-height:	70px; }
}


@media screen and (max-width: 320px) {
	.title-banner { background-image:	url(../images/homemap-header-blank-mobile2.png); }
	.title-sub { display: none;}
	.title-main { font-size: 1.4em; padding-top: 4px; padding-left: 10px; width: 65%;}
	.title-banner { min-height:	65px; }
	
}

/*
iPhone 6
*/
@media screen and (max-device-width: 375px) {
	.carrier_logo { max-width: 48px;  margin-left: -14px;}
}


@media screen and (max-width: 300px) {
	.title-banner { background-image:	url(../images/homemap-header-blank-mobile2.png); }
	.title-sub { display: none;}
	.title-main { font-size: 1.2em; padding-top: 4px; padding-left: 10px; width: 60%;}
	.title-banner { min-height:	60px; }
	.carrier_logo { max-width: 40px;  margin-left: -14px;}
	
}

.carrier_stats  {
	width: 400px;
}
.carrier_stats > DIV {
	display: inline-block;
}

.carrier_name {
	font-size: 		12px;
	font-weight: 	bold;
	border:			0px solid orange;
}

.measurement {
	font-size: 		12px;
	margin-left:	5px;
	border:			0px solid green;	
}

.bars {
	margin-top: 	-12px;
	margin-left:	96px;
	width: 			250px;
	border: 		0px solid silver;
	
}
.bar {
	position: 		absolute;
	display: 		block;	
	height: 		10px;
	font-size: 		7px;
}

.bars_Voice_in {
	background-color: blue;
}

.bars_Voice_out {
	background-color: gold;
}

.bars_Data_in {
	background-color: blue;
}

.bars_Data_out {
	background-color: gold;
}

#full_popup {
	position:		absolute;
	top: 			0;
	left: 			0;
	width: 			100%;
	height: 		100%;
	z-index: 		1999;
	background-color: white;
	display: 		none;
	border: 		0px solid orange;
}

#full_popup_close {
	cursor: 		pointer;
	padding: 		2px 10px 10px 5px;
	position:		absolute;
	right:			0;
	top:			0;
	font-size:		1.1em;
	font-weight:	bold;
	z-index: 		2001;
}

#full_popup_content {
	margin-top:		8px;
	overflow-y:		scroll;
	overflow-x:		hidden;
	z-index: 		2000;
}

#recenter2 {
        position:absolute; 
        z-index: 1000; 
        top: 20px; 
        left: 20px; 
        width: 38px; 
        height:38px; 
        background-image: url(../images/recenter-dart.png); 
        background-size:cover;
}

#recenter_embed {
        position:absolute; 
        z-index: 1000; 
        top: 116px; 
        /*left: 12px; */		/* removed the 12 px so it's flush left per Dave 6/10/2015 */
		left: 0;
        width: 38px; 
        height:38px; 
        background-image: url(../images/recenter-dart.png); 
        background-size:cover;
}

#powered-by {
	position:absolute; 
	z-index: 999; 
	/*top: 700px; */
	/*left: 640px; */
	bottom: 15px;
	right: 10px;
	background-image: url(http://b59605efc3e2883ecdb3-449a8475b2ad35fb7f79a5acd883cfc2.r54.cf2.rackcdn.com/images/mh_powered_by.png); 
	background-repeat: no-repeat; 
	width: 100px; 
	height: 41px;
}

#map_canvas {
	position: relative; 
	width:100%; 
	max-width: 800px; 
	height: 600px; 
	z-index: 999; 
	top: 0px; 
	left: 0px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	border: none;
}
#container {
	max-width: 800px;
}
img#header {
display: block;
}


@media screen and (max-device-width: 530px) {
	/*#header { display: none;}*/
	#recenter2 { top: 10px; }
}

@media screen and (max-device-width: 480px) {
	/*#map_canvas { width: 338px !IMPORTANT; max-width: 338px !IMPORTANT; }*/
	#container {
		max-width: 800px;
	}
	.PPborder { padding: 0 0 0 0 ;}
	
	.PPinner-wrapper-NW { padding: 3px 5px 3px 5px;}
	.PPpre { width: 60px; }
	H2 { font-size: 12px; }
	.PPdatavalueInline { font-size: 12px;}
	.PPdatavalueInline-compare { font-size: 12px;}
}

/* iPhone 5*/
@media (max-device-width: 320px), (max-width: 320px) {		
	/*#map_canvas {	width: 300px !IMPORTANT; }*/
	.PPwrapper-NW { max-width: 270px; }
	.PPhalfL { width: 85px; }
	.PPhalfR { width: 100px; }
	.PPcontext {  max-width: 260px;}
	.infobubble-container { max-width: 280px; }
	.PPinner-wrapper-NW {max-width: 270px; }
	.PPheaderframe h1 {font-size: 15px;}
	.tabs-1 { max-width: 270px; }
	
}

.test-result-title {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
  /*
	font-size: 1.4em;
	width: 100%;
	
	text-align: center;
	margin-bottom: -12px;
	font-weight: bold;*/
}

@media screen and (max-width: 460px) {
	.test-result-title {
		font-size: 1.4em;
	}
}

/* FROM MGI BELOW HERE */


.bubble-main {
	width: 360px;
	height: auto;
	background-color: #ffffff;
	margin: 0;
	padding: 20px 20px 10px 20px;
	/*-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.25);*/
	overflow: hidden;
}

.bubble-main-mobile {
	width: 98%;
	height: auto;
	background-color: #ffffff;
	margin: 0;
	padding: 0px 20px 10px 20px;
	overflow: hidden;
}

.bubble-carret {
	width: 400px;
	height: auto;
	background: none;
	background-color: transparent;
	margin: 0 auto;
	padding: 0px;
}
.bubble-footer {
	margin: 0;
	padding: 10px 0 0 0;
}

@media screen and (max-width: 320px) {
	.bubble-footer {
		max-width: 290px;
	}
}

.signalblock-column1 {
	float: left;
	width: 64px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}


.stat-row {
	width: 360px;
	height: 20px;
	display: table;
}
.signalblock-column2 {
	float: left;
	width: 125px;
	font-size: 13px;
	text-align: right;
	padding-right: 12px;
}
.signalblock-column3 {
	float: left;
	width: 156px;
	font-size: 11px;
	text-align: left;
	margin: 2px 0 0 0;
}
.indoor_text {
	font-size: 14px;
	font-weight: bold;
	color: #006DBC;
	display: inline;
	float: left;
	width: 50%;
}
.outdoor_text {
	font-size: 14px;
	font-weight: bold;
	color: #fcbf31;		/*yellow*/
	/*color: #80C466;		/*green */
	width: 50%;
	display: inline;
}


@media (max-width: 320px) {
	.signalblock-column1 {
		width: 35px;
	}
		
	.signalblock-column2 {
		width: 120px;
	}
	
	.signalblock-column3 {
		width: 130px;
	}
}

/*
iPhone 6
*/
@media screen and (max-device-width: 375px) {
	.signalblock-column1 {
		width: 48px;
	}
		
	.signalblock-column2 {
		width: 98px;
		font-size: 13px;
		padding-right: 6px;
	}
	
	.signalblock-column3 {
		width: 130px;
	}
	.indoor_text {
		font-size: 13px;
	}
	
	.outdoor_text {
		font-size: 13px;
	}
	
	.bubble-main-mobile {
		overflow-y: scroll;
		overflow-x: hidden;
	}

}

/*
iPhone 5 with padding around it ends up being about 280, so catch everything under 300
*/
@media (max-width: 300px) {
	.signalblock-column1 {
		width: 40px;
	}
		
	.signalblock-column2 {
		width: 88px;
		font-size: 12px;
		padding-right: 4px;
	}
	
	.signalblock-column3 {
		width: 120px;
	}
	.indoor_text {
		font-size: 12px;
	}
	
	.outdoor_text {
		font-size: 12px;
	}
	
	.bubble-main-mobile {
		max-width: 280px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	#full_popup {
		width: 100%;
		overflow-y: scroll;
	}
	
}

.clearfix {
	clear: both;
}
.divider1 {
	height: 1px;
	background-color: #d2d2d2;
	margin: 4px 0 10px 0;
}


.nomargin-top {
  margin-top: 0px;
}
.bargraph {
	height: 8px;
}

.indoor {
	background-color: #006DBC;
}
.outdoor {
	clear: both;
	background-color: #fcbf31;		/*yellow*/
	/*background-color: #80C466;		/*green*/
}

.outdoor_na {
	clear: both;
	background-color: transparent;
	color: #fcbf31;
	font-size: 10px;
}


.bubble-key {
	text-align: center;
	font-size: 11px;
	display: table;
	margin: 0 auto;
}
.keybox {
	width: 12px;
	height: 12px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px 0 0;
}
.key-label {
	padding: 0 0 0 5px;
}
.down-arrow {
	border-color: rgb(255, 255, 255) transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 0;
}
.maphook-logo {
	float: left;
}
.gws-logo {
	float: right;
}

Anon7 - 2021