/* bootstrap style overwrite */
body {
	background-color: #DFDFDF;
	font-family: 'Roboto', sans-serif;
}

* {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

.navbar-inverse .navbar-brand {
	color: #FFF;
}

.navbar-inverse .navbar-nav>li>a {
	color: #FFF;
}

footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	background-color: #444;
}

.btn {
	background-image: none !important;
	border-radius: 2px !important;
}

.list-group {
	border-radius: 4px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.panel-default>.panel-heading {
	background-image: none !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-image: none !important;
	border-color: #3498db;
	background: #3498db !important;	
}


.page-title {
	line-height: 1.4em;
	margin-bottom: 1em;
}

.data-title {
	line-height: 1.4em;
}

.truncate {
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;	
}

div.preloader {
	width: 80%; 
	margin-top: 100px; 
	margin-bottom: 100px; 
	text-align: center;
}

img.preloader {
	width: 200px;
	max-width: 100%;
}

.db-record-item {
	color: #808080;
}

.db-record-details {
	margin: 10px 15px; 
	padding: 15px; 
	background-color: #EDEDED;
}