
/*Define all viewStates*/
#viewState1 {
	width: 100%;
}

#viewState2 {
	width: 100%;
}

#viewState1 .content {
	padding: 0px;
	top: 45px;
	bottom: 63px;
}

#viewState2 .content {
	padding: 0px;
	top: 45px;
	bottom: 0px;
}


#viewState1 .advertBlock {
	position: absolute;
	z-index: 1000;
	display: block;
	width: 100%;
	bottom: 0px;
	background-color: black;
	padding: 0px;
}

#extraInfo {
	display: none;
}

.content h2 {
	margin-top: 12px;
	margin-bottom: 8px;
}

.content h3 {
	margin-top: 20px;
	margin-bottom: 8px;
	padding-left: 8px;
}


.sb-slidebar {
	background-color:#E5E5E5;
}

a {
	color: #000;
}
a:active:not(.btn) {
	background-color: transparent;
}


.btn {
	border: 1px solid;
	border-radius: 4px;
}
a.btn:active {
	background-color: #F0EFF4;
	color: #34AADC;
}

/*Themed headers*/
.actionBar {
	border-bottom: 1px solid #C6C6C6;
	background: #FFF;
	color: #006DD9;
}
.actionBar h1 {
	color: #000;
}
.content {
	background-color: #EFEFEF; /*Normal: #EFEFEF Settings: #E5E5E5 */
	color: #666666;
	font-size: 1em;
}
.content h3 {
	color: #666666;
}

.content ul {
	background-color: #FFF;
}

.actionBar a:active {
	background-color: #F0EFF4;
	border-radius: 4px;
}

.actionBar .btnBar, .actionBar .btnBarIconAndText {
	color: #34AADC; /*blue in header: #007AFF blue in content: #34AADC */

}

p {
	background-color: #FFF;
}


/*Themed list*/
.uiList, .uiMenu {
	background-color: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
.uiList li , .uiMenu li {
	border-bottom: 1px solid #E5E5E5;
	color: #000;
}

.uiList a:not(.btnBar):not(.btnBarIconAndText) {

}

.uiList li a:active, .uiMenu li a:active {
	color: #34AADC;
}
.uiList li a.btnBar:active  {
	background-color: #F0EFF4;
	border-radius: 4px;
}

.uiList li a.btnBarIcon:active  {
	background-color: #F0EFF4;
	border-radius: 4px;
}
.uiList li a.btnBarIconAndText:active  {
	background-color: #F0EFF4;
	border-radius: 4px;
}

.uiList em {
	/*color: #8E8E8E;*/
}

/*value lists*/
dl.valueList  {
	background-color: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
dl.valueList dt {
	color: #34AADC;
}
dl.valueList dd {
	color: #8E8E8E;
		border-bottom: 1px solid #E5E5E5;
}

.simpleToast {
	display: none;
    position: absolute;
	bottom: 30px;
	left: 0px;
	min-width:200px;
    height:35px;
    line-height:35px;
	border-radius: 8px;
    background: #222;
    color: #fff;
	border: 1px solid #fff;
    text-align:center;
    font-size:0.875em;
}


/*About layout*/
.logoBox {
	margin: 20px 0px 20px 0px;
	text-align: center;
}
.logoBox h2 {
	font-weight: 600;
}

.copyright {
	font-size: 0.875em;
	font-weight: 300;
	text-align: center;
	line-height: 1.2em;
	margin: 20px 0px 20px 0px;
}
/*calibrate elements*/

#viewState1 p {
	margin: 8px;
	border-radius: 8px;
	padding: 12px;
}

#graphSignalStrength{
	position: relative;
    width: 52px;
    height: 28px;
}
 
#graphSignalStrength .bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    background-color: #BBB;
}
 
#graphSignalStrength .bar:nth-child(1) {
    height: 25%;
    left: 0px;
}
 
#graphSignalStrength .bar:nth-child(2) {
    height: 50%;
    left: 13px;
}
 
#graphSignalStrength .bar:nth-child(3) {
    height: 75%;
    left: 26px; 
}
 
#graphSignalStrength .bar:nth-child(4) {
    height: 100%;
    left: 39px; 
}
 
#graphSignalStrength .bar-on {
    background-color: #34AADC;
}