footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #4e4e4e;
	padding-left: 26px;
	padding-right: 26px;
	color:#fff;
	text-align: center;
	margin-top: -10px;
}

footer a {
	color: #000;
}

footer a:hover {
	color: #fff;
}

body {
	background-color: #e8e8e8;
}

toolbar {
	background-color: #23538c;
	width: 100%;
	height: 60px;
	display: block;
	color: #fff;
	text-align:left;
	font-size: 0.9em;
}

toolbar a {
	color: #fff;
}

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

toolbar .tool:first-child {
	padding-left: 12px;
}

toolbar .tool {
	display: inline-block;
	padding-top: 18px;
}

.mainarea {
	text-align: center;
	background-color: #e8e8e8;
}

.sidebar {
	background-color: #d3d3d3;
}

div.backOuter {
	text-align:right;
	width:100%;
	position: relative;
	padding-bottom:4px;
	padding-top: 8px;
}

div.backInner {
	/*width:200px;*/
	display: inline-block;
	text-decoration: none;	
	background: url('../images/icons.png') no-repeat scroll -357px -568px;
	width: 28px;
	height: 27px;
	color: #184678;
	cursor: pointer;
	cursor: hand;
}

div.backInner:hover {
	background-position: -357px -606px;
}

input:not([type='file']), select{
	border-radius: 4px;
	border: 1px solid;
	border-color: #19467C;
	font-size: 1em;
	outline: none;
}

input:not([type='file']) {
	padding: 5px;
}

select {
	padding-top: 5px;
	padding-bottom: 5px;
}

.errorField input, .errorField select, .errorField textarea {
	border-width: 2px;
}

.row {
	padding-bottom: 10px;
}

.row input[type="text"], .row input[type="email"], .row input[type="password"], .row select {
	width: 100%;
}

.tools {
	float: right;
}

.navbar-brand {
	width: 122px;
}

.navbar-brand > img {
	height: 79%;
}

.alert {
	margin-top: 20px;
}

.popover_a:focus {
	outline: none;
}

.infopanel {
	text-align: justify;
}

.fa-info {
	color:#6667ec;
}

.navbar-footer {
	margin-bottom: 0px;
}

.gi-1_5x{font-size: 1.5em;}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}