/* My Comment */

body {
	font-family: verdana;
	font-size: 13px;
	color: #ffffff;
	background-color: #50589b;
}

a {
	color: white;
	font-weight: bold;
}

a:focus, a:hover {
    color: #a5a5a5;
    text-decoration: underline;
}

html,body { height: 100%; margin: 0px; padding: 0px; }

.logo {
	display: block;
	padding: 10px 15px;
}

.logo img {
	height:400px;
	max-width: 100%;
}

.panel-body {
	padding: 0;
}

.panel-body img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;

	
}

.wifigate a:hover {
	opacity: 0.5;

}

.wifigate .row

{
margin: 25px 0;

}


img#app{
	max-width: 100px;
}

img.appAll{
	max-width: 300px;
}

.toggle {
	width: 35px;
	height: 35px;
	overflow: hidden;
	background: transparent url(../img/toggle.png) no-repeat;
	background-position: top;
	float: right;
}

.toggleminus {
	width: 35px;
	height: 35px;
	overflow: hidden;
	background: transparent url(../img/toggle.png) no-repeat;
	background-position: bottom;
	float: right;
}


.panel-group .panel+.panel {
	margin-top: 0px;
}

.panel-group .panel {
	border-radius: 0px;
}

.panel-group .panel-heading {
	color: #fff;
	border-color: #fff;
	background-image: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.panel-heading {
	padding: 20px 15px;
}

.panel-group .panel+.panel {
	margin-bottom: 0;
}

.panel-group .panelOne {
	background-color: #00aeef;
}

.panel-group .panelTwo {
	background-color: #005aef;
}

.panel-group .pageThree {
	background-color: #ff6600;
	padding: 10px 15px;
}

.panel-group .panelFour {
	background-color: #005aef;
}

.panel-group .panelFive {
	background-color: #00aeef;
}


p.disclaimer {
	line-height: 0.9;
	font-weight: normal;
	
}

 .help-block li {
	list-style: none;
	font-size: 10px;
	color: #ff0000 ;
	display: block;

}

.modal-lg {

	max-width: 500px;
}

.modal-header .close {

	text-shadow: none; 
	font-weight: normal; 
}

 .help-block ul {

list-style-type: none;
-webkit-margin-before: 0;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;}


.glyphicon-remove-circle {
margin-top: 1px;

}

.modal {
	color: black !important;
}