body{
	padding-bottom: 70px;
	/*background-color: #375b74;*/
}
a:hover{
	text-decoration: none;
}

button.dt-button {
    font-size: .6em;
    color: #2A6496;
}

div .left, p .left{
	text-align: left;
	margin-left: 20px;
}

.right{
	text-align: right !important;
}

.head{
	margin-top: 12px;
}

small{
	font-size: 12px;
	text-align: center;
	color: #522123;
}

.logo{
	width: 200px;
	height: 120px;
	margin: 0 auto;
}
.panel{
	margin-top: 20px;
}

.panel-heading span{ 
	font-size: 1.4em;
	color: #522123;
}

.footer > a {
	color: #ccbbb7;
}

.btn-secondary{
	background-color: #2A4F68;
	color: #ffffff;
}

.thumbnail{
	margin: 20px;
	padding: 10px;
	border: solid 0px transparent;
}

.thumbnail .fa{
	color: #eaf7ff;
}

.manage{
	background-color: #74c5f3;
	padding: 5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 20px;
	color: #ffffff;
}

.sidebar li{
	background-color: #735E5E; 
}

.sidebar li a{
	color: #ffffff !important;
}

.sidebar ul li a:hover{
	color: #895E5E; 
}

#side-menu li a.active, .nav .nav-second-level li a.active{
    background-color: #67525A;
    font-weight: bolder;
}

#side-menu li a:hover{
	background-color: #9A7E74;
	border-left: solid 5px #800000;
	content: '\0a2';
}

#page-wrapper{
	background-color: #C9C1B8;/*#f0f4f7;*/
}

.page-header{
	margin-top: 1px;
}
.help_block{
	color: #800000;
}

.navbar-top-links li a:hover{
	background-color: #67525A;
	color: #ffffff;
}

table{
	white-space: nowrap;
}