/* clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

.login_logo_area {
	width: 230px;
	margin: 40px auto 0 auto;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

.preloader {
	width: 125px;
	margin: 20px auto 20px auto;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.navbar-brand {
	padding: 10px 15px;
}

.items li {
	list-style: none;
	margin-top: 10px;
	border-bottom: 1px dotted #cccccc;
}

.panel-body th {
	text-align: center;
}
