/* Add here all your css styles (customizations) */
#gmap_canvas{
	width:100%;
	height:30em;
}
.title-2column {
	font-weight: bold;
	text-align: right;
}
.spacer-2column {
	height: 10px;
}
.separator-2column {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #DDD;
	border-color: #DDD;
	background-color: #DDD;
	height: 1px;
}
.visible-xs {
	display: none !important;
}
@media (max-width: 768px) {
	.title-2column {
		margin-top: 5px;
		text-align: left;
	}
	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: block !important;
	}
}
@media (max-width: 480px) {
	.hidden-xxs {
		display: none !important;
	}
}


.circle, .circle-green, .circle-yellow, .circle-red {
	width: 80%;
	border-radius: 50%;
	height: 200px;
	padding-top: 50px;
	margin: auto;
	border: 3px solid #ddd;
}

.circle-green {
    background: lightgreen;
}
.circle-yellow {
    background: #F9E79F;
}
.circle-red {
    background: salmon;
}

.homepage-buttons a {
	display: inline-block;
	width: 205px;
	height: 205px;
	padding: 0px !important;
}
.homepage-buttons a img {
	max-width: 200px;
	max-height: 200px;
	padding: 5px;
}

  /*------------------------------------------------------------------
	[ Widget / .widget ]
	*/
.widget {
	position: relative;
	clear: both;
	width: auto;
	margin-bottom: 2em;
/* Clearfix Hack */

/* Widget Table */

/* Widget Plain */

/* Widget Box */

}
.widget .widget-header {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #E9E9E9;
	background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
	/* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* Opera11.10+ */

	background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* IE10+ */

	background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
	/* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	border: 1px solid #D5D5D5;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-background-clip: padding-box;
}
.widget .widget-header h3 {
	top: 0;
	position: relative;
	left: 10px;
	display: inline-block;
	margin-right: 3em;
	font-size: 15px;
	margin-top: 10px;
	font-weight: bold;
	color: #555;
	line-height: 18px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.widget .widget-header [class^="fa fa-"],
.widget .widget-header [class*=" fa fa-"] {
	display: inline-block;
	margin-top: -3px;
	margin-left: 13px;
	margin-right: -2px;
	font-size: 16px;
	color: #555;
	vertical-align: middle;
}
.widget .widget-content {
	padding: 25px 15px 15px;
	background: #FFF;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget .widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget.widget-nopad .widget-content {
	padding: 0;
}
.widget .widget-content:before,
.widget .widget-content:after {
	content: " ";
	/* 1 */

	display: table;
/* 2 */

}
.widget .widget-content:after {
	clear: both;
}
.widget .widget-content:before,
.widget .widget-content:after {
	content: " ";
	/* 1 */

	display: table;
/* 2 */

}
.widget .widget-content:after {
	clear: both;
}
.widget.widget-table .widget-content {
	padding: 0;
}
.widget.widget-table .table {
	margin-bottom: 0;
	border: none;
}
.widget.widget-table .table tr td:first-child,
.widget.widget-table .table tr th:first-child {
	border-left: none;
}
.widget.widget-plain {
	background: transparent;
	border: none;
}
.widget.widget-plain .widget-content {
	padding: 0;
	background: transparent;
	border: none;
}
.widget.widget-box .widget-content {
	background: #E3E3E3;
	background: #FFF;
}
.widget .widget-header {
	background: #8ea135;
	background: -webkit-linear-gradient(#52a00c, #52a00c) !important;
	background: -o-linear-gradient(#52a00c, #52a00c) !important;
	background: -moz-linear-gradient(#52a00c, #52a00c) !important;
	background: linear-gradient(#52a00c, #52a00c) !important;
	border: 1px solid #52a00c;
}
.widget .widget-header h3 {
	color: #fff;
	text-shadow: none;
}
.widget .widget-header h3 i {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.widget .widget-content {
	border: 1px solid #52a00c;
}
.heading-add-new i {
	margin-right: 5px !important;
}
.heading-add-new {
	float: right;
	padding-right: 20px;
	font-weight: bold;
}
.heading-add-new a, .heading-add-new i {
	color: #FFF !important;
}
.heading-add-new.user-add-new a, .heading-add-new.user-add-new i {
	color: #333 !important;
}
