/* body { 
	padding-top: 50px; 

} */
.container{
	width: 95%;
	min-width: 850px;
}
.navbar {
	height: 50px;
	min-height: 50px;
/* 	vertical-align: bottom; */
	padding-top: 5px;
	padding-bottom: 5px; 
	margin-bottom: 0px;
}
.bg{
	background: white;
}
.topaz{
	background: rgba(14,0,123,1);
	color: white;
}
.topaz_ligth{
	background: #7fc7ff;
	color: white;
	margin-top: 10px;
	float: right;
	min-width: 170px;
	opacity: .65;
}
.topaz_inv{
	color: #0e007b;
}
.amount{
	color: #7fc7ff;
	background: white;
	border-radius: 3px;
	padding: 2px;
}
.amount_inv{
	color: white;
	background: #7fc7ff;
	border-radius: 3px;
	padding: 2px;
}
.lblock{
	float: left;
	width: 72%;
}
.rblock{
	float: left;
	margin-left: 3%;
	width: 25%;
}
.wellcome {
				width: 400px;
				height: 350px;
				left: 50%;
				top: 50%;
				margin: -200px 0 0 -200px;
				position: absolute;
				opacity: 0.7;
}
.dialog {
				margin-top: 10px;
				width: 400px;
				padding: 20px;
}
.logo{
	padding: 5px;
	margin-right: 10px;
	border: 0px;
	margin-bottom: 0px;
	float: left;
	border-radius: 10px;
}
.mainlogo{
	top:70px;
	left:50%;
	opacity: 0.7;
	width:500px;
	display: block;
	margin-left: -250px;
	position: absolute;
	background: rgba(255,255,255,0.5);
}
.bgr{
	color: white;
	background: linear-gradient(to left, rgba(14,0,123,1) 0%, rgba(14,0,123,1) 15%, rgba(79,133,187,1) 45%, rgba(79,133,187,1) 55%, rgba(14,0,123,1) 85%, rgba(14,0,123,1) 100%);
}
.start{
	min-height: 100%;
}
.white{
	color:white;
}
.well{
	border: 0px;
	border-radius: 30px;
}
.content{
	margin-top: 20px;
	margin-bottom: 10px;
}
.table-condensed{
	width: 90%;
}
.title{
	margin-top: 5px;
}
.on{
	color: #0BDA51;
}
.off{
	color: red;
}
.btn-topaz{
	background: transparent;
	color: white;
	border-color: white;
	width: 150px;
	font-weight: bold;
}
.btn-login:hover{
	border-color: #428bca;
	color: #428bca;
}
.btn-dialog:hover{
	color: #428bca;
	background: white;
}
.btn-topaz_inv{
	background: transparent;
	border-color: #428bca;
	color: #428bca;
	width: 150px;
	border:1px solid;
	font-weight: bold;
}
.btn-topaz_inv:hover{
	background: #428bca;
	color: white;
}
.red:hover{
	background: transparent;
	color: red;
}
.panel {
	margin-top: 10px;
}
.bold{
	font-weight: bold;
}
.btn-amount{
	color: white;
	background: #7fc7ff;
	opacity: .65;
}
.btn-amount:hover{
	background: white;
	color: #7fc7ff;
	border-color: #7fc7ff;
}
.errMsg{
	display: inline-block;
	top: 10px;
	background-color: red;
	border: 2px solid white;
  	border-radius: 10px;
  	padding: 0px 10px;
  	margin: 10px;
}

.errPage{
	background-color: rgb(82, 86, 89);
	color: #ccc; 
	width: 21cm; 
	min-height: 29.7cm;
 	margin: 50px;
}