html {
	height: 100%;
}

body {
	background-color: #444;
	height: 100%;
	font: 14px "Josefin Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.container {
	padding: 5px 5px 30px 5px;
	position: relative;
	height: auto;
	margin-bottom: 50px;
}

/* 
*  -------------- TOP Navbar --------------- 
*/

nav .btn.btn-back {
	top:4px;
	left:3px;
	position:absolute;
}

nav .btn.btn-right {
	top:4px;
	right:3px;
	position:absolute;
}

nav .btn.btn-left {
	top:4px;
	left:3px;
	position:absolute;
}

nav .title {
	font-size: 18px;
	margin:0px auto;
	padding-top: 8px;
}

nav.navbar {
	min-height: 44px;
}


/*
* -------------	Page content -------------------------
*/


.page-content {
	margin-top:10px;
	margin-bottom: 50px;
}

.panel-device .panel-title {
	font-size: 20px;
}


/*
* ------------- Modal Dialog Loader -------------------------
*/

.modal-dialog.loader {
    margin: 50% auto;
    position: relative;
    width: 135px;
}

.modal-dialog.loader .modal-body {
	background-image: url('./images/loader.gif');
}



.btn-loader {
	background: transparent url('./images/button-loader.gif') no-repeat 0 0;
	width:24px;
	height:24px;
	margin: -3px auto;
}


.dark-box {
	background-color: rgba(10,10,10,0.80);
}


/*
* ------------- Bottom NAV BAR-------------------------
*/

.bottom-navbar {
	bottom: 0px;
	position: fixed;
	left:0px;
	right:0px;
	font-size: 12pt;
	min-height: 45px;
	z-index: 1000;
}

.bottom-navbar .navbar-item {
	display: inline-block;
	color: #888;
	padding:11px;
}

.bottom-navbar .navbar-item.active {
	color: #379ce4;
}

.btn-back {
	position: absolute;
	bottom: 1px;
	right: 1px;
	background-image: url('/images/home.png');
	background-size: 100%;
	width:45px;
	height:40px;
	z-index: 1001;
}