.install{
	margin-bottom: 15px;
}
.install .header{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 40px;
}
.install .jumbotron{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.login{
	padding-top: 10px;	
}
.login a.pull-right{
	margin-left: 5px;
	text-decoration: none;
	color: #666;
	font-size: 0.9em;
}
.login a.pull-right:hover{
	color: #33C;
}
.login .header{
	margin-bottom: 50px;
}
.login .footer{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.8em;
	text-align: center;
}
.login .frmlogin{
	border: 1px solid #eee;	
}
.login .frmnews{
	font-size: 1.8em;
	text-align: center;
}
.login .frmnews .jumbotron{
	background-color:rgba(0,0,0,0);
}
.login .error-header p{
	font-size: 0.8em;
	padding: 6px;
	color: #666;
}
.start{
	padding-top: 30px;
}
.start .row{
	margin-bottom: 25px;
}
.start .footer{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.8em;
	text-align: center;
}
.start .load{
	font-size: 0.9em;
	text-align: right;
	color: #333;
}
.global{
	overflow-y: hidden;
	overflow-x: hidden;
	padding-top: 51px;
	padding-bottom: 48px;
}
.global .runBody{
	font-size: 0.9em !important;
}
.global .footer{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.8em;
	text-align: center;
	background-color: rgba(255,255,255,1);
	z-index: 3;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
	display: none;
	font-size: 0.9em;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li{
	color: #EC165C;
	padding-left: 8px !important;
}
.nav-sidebar > li .img-responsive{
	border: 1px solid rgba(51,51,51,0.3);
}
.nav-sidebar > li.single-text{
	color: #000000;
	padding-left: 8px !important;
}
.nav-sidebar > li > a {
  padding-right: 0px;
  padding-left: 0px !important;
  padding-top:1px;
  padding-bottom:2px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 10px;
}
@media (min-width: 768px) {
  .main {
    padding: 10px;
  }
}
.main .page-header {
  margin-top: 0;
}

@media (min-width:320px) { 
	/* smartphones, iPhone, portrait 480x320 phones */ 
	.install .container{
		max-width:90%;
	}
	.install .menu-left{
		display:none;
	}
	.login .frmnews{
		display:none;
	}
	.login .footer{
		position:relative;
	}
}
@media (min-width:481px) { 
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	.install .container{
		max-width:85%;
	}
	.install .menu-left{
		display:none;
	}
	.login .frmnews{
		display:none;
	}
	.login .footer{
		position:fixed;
	}
}
@media (min-width:641px) { 
	/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
	.install .container{
		max-width:90%;
	}
	.install .menu-left{
		display:none;
	}
	.login .frmnews{
		display:none;
	}
	.login .footer{
		position:fixed;
	}
}
@media (min-width:961px) { 
	/* tablet, landscape iPad, lo-res laptops ands desktops */ 
	.install .container{
		max-width:75%;
	}
	.install .menu-left{
		display:block;
	}
	.login .frmnews{
		display:block;
	}
	.login .footer{
		position:fixed;
	}
}
@media (min-width:1025px) { 
	/* big landscape tablets, laptops, and desktops */
	.install .container{
		max-width:75%;
	} 
	.install .menu-left{
		display:block;
	}
	.login .frmnews{
		display:block;
	}
	.login .footer{
		position:fixed;
	}
}
@media (min-width:1281px) { 
	/* hi-res laptops and desktops */
	.install .container{
		max-width:65%;
	} 
	.install .menu-left{
		display:block;
	}
	.login .frmnews{
		display:block;
	}
	.login .footer{
		position:fixed;
	}
}