.group-with-border {
	border: 1px solid #e6e6e6;
	margin-bottom: 24px;
	padding: 16px;
}

.group-with-border h3{
    text-align: left;
    margin-left: 10px;
    margin-top: -24px;
    height: 20px;
    line-height: 20px;
	float: left;
}

.group-with-border h3>span{
	background-color: white;
	padding: 8px;
}

.accordion-heading {
	cursor: pointer;
}

.loading i{
	color: #777;
	margin: 16px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
	background:none;
}

.menu-bar-active {
	background: #91c149;
	width:10px;
	height:40px;
	float:left;
	display: none;
}

div.card {
    min-width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
	padding: 0px!important;
	margin-right: 20px;
}

div.card > .header {
    background-color: #FFF;
    color: #898989;
    padding: 0px;
    font-size: 40px;
}

div.card > .body {
    padding: 18px!important;
	padding-top: 8px!important;
	color: #000;
	font-size: 14px;
	background: #fff;
}

div.card > .header > img {
	max-width:100%;
	max-height: 200px;
}

@media (min-width: 768px) {
	.navbar-right {
		float: right !important;
		margin-right: 0px !important;
	}
}

body {
	background: #f8f8f8 !important;
	height: calc(100%);
}

.flash {
    -webkit-animation-name: flash-animation;
    -webkit-animation-duration: 1.5s;

    animation-name: flash-animation;
    animation-duration: 1.5s;
}

@-webkit-keyframes flash-animation {  
    from { background: #d9edf7; }
    to   { background: default; }
}

@keyframes flash-animation {  
    from { background: #d9edf7; }
    to   { background: default; }
}

.dropdown-menu {
	z-index: 1051 !important;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 25px;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	font-size: 24px;
	line-height: 1.33;
	border-radius: 35px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.panel ul {
	list-style-type: none;
}

.panel .panel-heading {
	overflow: hidden;
}

.panel .fa-alpha{
	opacity: 0.75;
	color: rgba(255, 255, 255, 0.75);
	font-size: 100pt;
	position: absolute;
	left: -40px;
}

.template {
	display: none;
}

tr td.actions{
	width:1%;
	white-space:nowrap;
}

.panel ul {
	list-style-type: none;
}

.panel .panel-heading {
	overflow: hidden;
}

.panel .fa-alpha{
	opacity: 0.75;
	color: rgba(255, 255, 255, 0.75);
	font-size: 100pt;
	position: absolute;
	left: -40px;
}

.graph-placeholder {
	width: 100%;
	height: 300px;
}

.pagination .page-link {
	cursor: pointer;
}

.square-notify{
	background: red;
    position: absolute;
    top: 14px;
    right: 24px;
    font-size: 9px;
    width: 8px;
    height: 8px;
	border-radius: 4px;
}

.dropdown-messages .message-item {
	font-size: 10px;
	padding: 10px;
}

.dropdown-messages .message-item.unread h6{
	font-weight: bold;
}

.dropdown-messages .message-item.unread .message{
	font-weight: bold;
}
