/* Theme Variables */
/* Optional Variables  Ex- Success, Error, Info, Warning */
/* Default Black and White Colors */
/*   Mixins  */
/*  Gradients  */
/*  Transition  */
/*  Box Sizing  */
/*  Box Shadow  */
/*  Border Radius  */
/*  Opacity  */
body {
	margin: 0;
	background: white;
	color: #333333;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
}

a {
	color: black;
	text-decoration: none;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
    
}

	a:hover {
		color: #ed6d49;
		text-decoration: none;
	}

@media (min-width: 980px) {
	.nav-collapse.collapse {
		overflow: visible !important;
		height: auto !important;
	}
}

@media (min-width: 768px) {
	.container {
		padding: 0 0px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		padding: 0 0px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		padding: 0 0px;
		width: 100%;
	}
}

.no-margin {
	margin: 0 !important;
}

.no-border {
	border: none !important;
}

.no-padding {
	padding: 0 !important;
}

.less-bottom-margin {
	margin-bottom: 5px !important;
}

.center-align-text {
	text-align: center !important;
}

.right-align-text {
	text-align: right !important;
}

.left-align-text {
	text-align: left !important;
}

.text-justify {
	text-align: justify !important;
}

.progress-lg {
	margin-bottom: 7px;
	height: 9px;
}

.progress-sm {
	margin-bottom: 7px;
	height: 6px;
}

.progress-mini {
	margin-bottom: 5px;
	height: 3px;
}

.progress-mini-x {
	margin-bottom: 5px;
	height: 1px;
}

.success-bg {
	background: #3d9a86 !important;
	color: white !important;
}

.danger-bg {
	background: #d54343 !important;
	color: white !important;
}

.info-bg {
	background: #3693cf !important;
	color: white !important;
}

.warning-bg {
	background: #ea7f2e !important;
	color: white !important;
}

.grey-bg {
	background: #999 !important;
	color: white !important;
}

.semi-grey-bg {
	background: #ccc !important;
	color: #666 !important;
}

.light-grey-bg {
	background: #f7f7f7 !important;
	color: #666 !important;
}

.lg-border-radius {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.md-border-radius {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.sm-border-radius {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.lg-padding {
	padding: 20px;
}

.md-padding {
	padding: 10px;
}

.sm-padding {
	padding: 5px;
}

.no-border {
	border: none !important;
}

.btn {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

	.btn:focus {
		outline: none;
	}

@media (max-width: 767px) {
	.btn {
		margin: 2px;
	}
}

iframe.wysihtml5-sandbox {
	margin-bottom: 20px !important;
	width: 100% !important;
	height: 200px !important;
	border: 1px solid #e6e6e6 !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.text-success {
	color: #74b749 !important;
}

.text-danger {
	color: #f63131 !important;
}

.text-info {
	color: #3693cf !important;
}

.text-warning {
	color: #ffb400 !important;
}


.jumbotron {
	padding: 10px;
}

	.jumbotron p {
		margin-bottom: 0;
		font-size: 12px;
	}

@media screen and (min-width: 768px) {
	.container .jumbotron {
		padding: 20px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
}

blockquote {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	border-left: 4px solid #ebebeb;
}

	blockquote p {
		margin-bottom: 0;
		font-weight: 300;
		font-size: 12px;
		line-height: 24px;
	}

	blockquote .title {
		color: #ed6d49;
		font-weight: bold;
		font-size: 14px;
	}

	blockquote small {
		display: block;
		color: #999999;
		line-height: 20px;
	}

		blockquote small:before {
			content: '\2014 \00A0';
		}

	blockquote.pull-right {
		float: right;
		padding-right: 15px;
		padding-left: 0;
		border-right: 5px solid #eeeeee;
		border-left: 0;
	}

		blockquote.pull-right p {
			text-align: right;
		}

		blockquote.pull-right small {
			text-align: right;
		}

			blockquote.pull-right small:before {
				content: '';
			}

			blockquote.pull-right small:after {
				content: '\00A0 \2014';
			}

.stylish-lists .upper-alpha {
	list-style: upper-alpha;
}

.stylish-lists .lower-alpha {
	list-style: lower-alpha;
}

.stylish-lists .roman-list {
	list-style: upper-roman;
}

.stylish-lists .decimal-leading-zero {
	list-style: decimal-leading-zero;
}

.stylish-lists ul, .stylish-lists ol {
	margin: 0 0 10px 25px;
	padding: 0;
	list-style: disc;
}

	.stylish-lists ul ul, .stylish-lists ul ol {
		margin-bottom: 0;
	}

	.stylish-lists ol ol, .stylish-lists ol ul {
		margin-bottom: 0;
	}

.stylish-lists li {
	line-height: 20px;
}

.stylish-lists ul.unstyled, .stylish-lists ol.unstyled, .stylish-lists ul.inline, .stylish-lists ol.inline {
	margin-left: 0;
	list-style: none;
}

	.stylish-lists ul.inline > li, .stylish-lists ol.inline > li {
		display: inline-block;
		padding-right: 5px;
		padding-left: 5px;
	}

.stylish-lists dl {
	margin-bottom: 20px;
}

.stylish-lists dt, .stylish-lists dd {
	line-height: 20px;
}

.stylish-lists dt {
	font-weight: bold;
}

.stylish-lists dd {
	margin-left: 20px;
}

.stylish-lists .dl-horizontal {
	*zoom: 1;
}

	.stylish-lists .dl-horizontal:before {
		display: table;
		content: "";
		line-height: 0;
	}

	.stylish-lists .dl-horizontal:after {
		display: table;
		clear: both;
		content: "";
		line-height: 0;
	}

	.stylish-lists .dl-horizontal dt {
		float: left;
		clear: left;
		overflow: hidden;
		width: 160px;
		text-align: right;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.stylish-lists .dl-horizontal dd {
		margin-left: 180px;
	}

/*  Login  */
.sign-in-container {
	margin: 30px auto;
}

	.sign-in-container .login-wrapper {
		position: relative;
		border: 2px solid #d9d9d9;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fcfcfc;
		-moz-box-shadow: 0 18px 6px -8px #121212, 0 0 0 #333333;
		-webkit-box-shadow: 0 18px 6px -8px #121212, 0 0 0 #333333;
		box-shadow: 0 18px 6px -8px #121212, 0 0 0 #333333;
	}

		.sign-in-container .login-wrapper .header {
			margin: 0;
			padding: 30px 20px 10px 20px;
		}

			.sign-in-container .login-wrapper .header h3 {
				margin: 0;
				padding: 0;
				color: #f63131;
				line-height: 40px;
			}

			.sign-in-container .login-wrapper .header p {
				margin: 0;
				padding: 10px 0;
				color: gray;
				text-align: left;
				font-size: 12px;
				line-height: 18px;
			}

			.sign-in-container .login-wrapper .header .logo img {
				float: right;
				max-width: 80px;
			}

		.sign-in-container .login-wrapper .content {
			padding: 10px 20px;
		}

			.sign-in-container .login-wrapper .content .input {
				height: 30px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				border-radius: 2px;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				box-shadow: none;
				color: #cccccc;
				font-weight: normal;
			}

				.sign-in-container .login-wrapper .content .input:hover, .sign-in-container .login-wrapper .content select:hover {
					background: #fafafa;
				}

		.sign-in-container .login-wrapper .actions {
			padding: 10px 20px;
			-moz-border-radius: 0 0 4px 4px;
			-webkit-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
			background: white;
		}

			.sign-in-container .login-wrapper .actions .btn {
				float: right;
			}

			.sign-in-container .login-wrapper .actions .link {
				float: right;
				margin-right: 10px;
				padding: 8px;
				color: #737373;
			}

.input-group .input-group-addon i {
	display: block;
	width: 18px;
	height: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
/*menu*/


/**********************************************************************/
/*  Tiny Scrollbar CSS  */
#scrollbar, #scrollbar-one, #scrollbar-two, #scrollbar-three, #scrollbar-four, #scrollbar-five,#scrollbar-six{
	clear: both;
	margin: 0;
	width: 100%;
}

	#scrollbar .viewport, #scrollbar-one .viewport, #scrollbar-two .viewport, #scrollbar-three .viewport, #scrollbar-four .viewport,#scrollbar-five .viewport, #scrollbar-six .viewport {
		position: relative;
		overflow: hidden;
		width: 98%;
		height: 270px;
	}

	#scrollbar .overview, #scrollbar-one .overview, #scrollbar-two .overview, #scrollbar-three .overview, #scrollbar-four .overview, #scrollbar-five .overview,#scrollbar-six .overview {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		list-style: none;
	}

	#scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb , #scrollbar-four .thumb, #scrollbar-five .thumb,#scrollbar-six .thumb{
		background-color: #ed6d49;
	}

		#scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-two .thumb .end, #scrollbar-three .thumb .end , #scrollbar-four .thumb .end, #scrollbar-five .thumb .end,#scrollbar-six .thumb .end{
			background-color: #ed6d49;
		}

	#scrollbar .scrollbar, #scrollbar-one .scrollbar, #scrollbar-two .scrollbar, #scrollbar-three .scrollbar , #scrollbar-four .scrollbar, #scrollbar-five .scrollbar,#scrollbar-six .scrollbar{
		position: relative;
		float: right;
		width: 3px;
	}

	#scrollbar .track, #scrollbar-one .track, #scrollbar-two .track, #scrollbar-three .track  , #scrollbar-four .track , #scrollbar-five .track ,#scrollbar-six .track {
		position: relative;
		padding: 0;
		width: 3px;
		height: 100%;
		background-color: #cccccc;
	}

	#scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb  , #scrollbar-four  .thumb , #scrollbar-five  .thumb ,#scrollbar-six  .thumb {
		position: absolute;
		top: 0;
		overflow: hidden;
		width: 3px;
		height: 20px;
		cursor: pointer;
	}

		#scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-two .thumb .end, #scrollbar-three .thumb .end , #scrollbar-four  .thumb .end , #scrollbar-five  .thumb .end ,#scrollbar-six  .thumb .end {
			overflow: hidden;
			width: 13px;
			height: 5px;
		}

	#scrollbar .disable, #scrollbar-one .disable, #scrollbar-two .disable, #scrollbar-three .disable , #scrollbar-four .disable , #scrollbar-five .disable ,#scrollbar-six .disable {
		display: none;
	}

	#scrollbar-one .thumb, #scrollbar-two .thumb,#scrollbar-three .thumb , #scrollbar-four .thumb, #scrollbar-five .thumb,#scrollbar-six .thumb{
		background-color: #5798a1;
	}

		#scrollbar-one .thumb .end, #scrollbar-two .thumb .end , #scrollbar-three .thumb .end, #scrollbar-four  .thumb .end, #scrollbar-five  .thumb .end,#scrollbar-six  .thumb .end{
			background-color: #5798a1;
		}

.noSelect {
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.info-fade {
	color: gray;
}

.right-align-text {
	text-align: right !important;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Tab style */
#scrollUp {
	right: 30px;
	bottom: 17px;
	width: 48px;
	height: 36px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #689a96;
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	-moz-transition: bottom 150ms linear;
	-o-transition: bottom 150ms linear;
	-webkit-transition: bottom 150ms linear;
	transition: bottom 150ms linear;
}

@media (max-width: 767px) {
	#scrollUp {
		display: none !important;
	}
}

.nav-tabs {
	padding: 4px 4px 0 4px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #d8f1ee, #ededed);
	background-image: -ms-linear-gradient(top, #d8f1ee, #ededed);
	background-image: -o-linear-gradient(top, #d8f1ee, #ededed);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d8f1ee), to(#ededed));
	background-image: -webkit-linear-gradient(top, #d8f1ee, #ededed);
	background-image: linear-gradient(top, #d8f1ee, #ededed);
}

.tab-content {
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-top: 0;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	background: white;
}

.breadcrumb {
	background: #ebebeb;
}

	.breadcrumb a {
		color: black;
		font-weight: 600;
	}

.actions-button [data-icon]:before {
	font-size: 13px;
}

.actions-button li {
	float: left;
	margin-right: 10px;
}

	.actions-button li:last-child {
		margin-right: 0;
	}

	.actions-button li a {
		color: black;
	}

/*  Next-prev Buttons  */
.next-prev-btn-container {
	margin-left: 10px;
}

	.next-prev-btn-container .button {
		position: relative;
		display: inline-block;
		padding: 4px 17px;
		border: 1px solid #e8481b;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #ed6d49;
		color: white;
		text-align: center;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
		font-weight: bold;
		font-size: 12px;
	}

		.next-prev-btn-container .button:hover {
			color: #d9d9d9;
			text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		}

		.next-prev-btn-container .button.prev {
			border-left: none;
		}

			.next-prev-btn-container .button.prev:after {
				position: absolute;
				top: 1px;
				left: -5px;
				width: 15px;
				height: 50%;
				border-left: 1px solid #e8481b;
				background: #ed6d49;
				content: '';
				-moz-transform: skew(-40deg, 0);
				-ms-transform: skew(-40deg, 0);
				-o-transform: skew(-40deg, 0);
				-webkit-transform: skew(-40deg, 0);
				transform: skew(-40deg, 0);
			}

			.next-prev-btn-container .button.prev:before {
				position: absolute;
				bottom: 1px;
				left: -5px;
				width: 15px;
				height: 48%;
				border-left: 1px solid #e8481b;
				background: #ed6d49;
				content: '';
				-moz-transform: skew(40deg, 0);
				-ms-transform: skew(40deg, 0);
				-o-transform: skew(40deg, 0);
				-webkit-transform: skew(40deg, 0);
				transform: skew(40deg, 0);
			}

		.next-prev-btn-container .button.next {
			border-right: none;
		}

			.next-prev-btn-container .button.next:after {
				position: absolute;
				right: -5px;
				bottom: 1px;
				width: 15px;
				height: 48%;
				border-right: 1px solid #e8481b;
				background: #ed6d49;
				content: '';
				-moz-transform: skew(-40deg, 0);
				-ms-transform: skew(-40deg, 0);
				-o-transform: skew(-40deg, 0);
				-webkit-transform: skew(-40deg, 0);
				transform: skew(-40deg, 0);
			}

			.next-prev-btn-container .button.next:before {
				position: absolute;
				top: 1px;
				right: -5px;
				width: 15px;
				height: 50%;
				border-right: 1px solid #e8481b;
				background: #ed6d49;
				content: '';
				-moz-transform: skew(40deg, 0);
				-ms-transform: skew(40deg, 0);
				-o-transform: skew(40deg, 0);
				-webkit-transform: skew(40deg, 0);
				transform: skew(40deg, 0);
			}

/*  Horizontal Rule Styles  */
.hr-stylish {
	padding: 0;
	border: none;
	border-top: medium double #b3b3b3;
	color: #b3b3b3;
	text-align: center;
	line-height: 0;
}

	.hr-stylish:after {
		position: relative;
		top: -12px;
		display: inline-block;
		padding: 0 10px;
		background: #d8f1ee;
		content: "";
		font-size: 14px;
	}

.hr-stylish-1 {
	padding: 0;
	height: 1px;
	border: none;
	background-image: -moz-linear-gradient(left, #d8f1ee , #588f8e, #437d7c, #588f8e, #d8f1ee);
	background-image: -ms-linear-gradient(left, #d8f1ee, #588f8e, #437d7c, #588f8e, #d8f1ee);
	background-image: -o-linear-gradient(left, #d8f1ee, #588f8e, #437d7c, #588f8e, #d8f1ee);
	background-image: -webkit-linear-gradient(left, #d8f1ee, #588f8e, #437d7c, #588f8e, #d8f1ee);
	color: #437d7c;
	text-align: center;
}

	.hr-stylish-1:after {
		position: relative;
		top: -12px;
		display: inline-block;
		padding: 0 10px;
		background: #d8f1ee;
		content: "";
		font-size: 14px;
	}

/*  Beautiful Breadcrumb  */
.breadcrumb-beauty {
	overflow: hidden;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #e6e6e6;
	list-style: none;
	font-size: 12px;
}

	.breadcrumb-beauty li {
		float: left;
	}

		.breadcrumb-beauty li a {
			position: relative;
			display: block;
			float: left;
			padding: 4px 0 4px 48px;
			background: #e6e6e6;
			color: #3c6d50;
		}

			.breadcrumb-beauty li a:after {
				position: absolute;
				top: 50%;
				left: 100%;
				z-index: 2;
				display: block;
				margin-top: -50px;
				width: 0;
				height: 0;
				border-top: 50px solid transparent;
				border-bottom: 50px solid transparent;
				border-left: 30px solid #e6e6e6;
				content: " ";
			}

		.breadcrumb-beauty li:first-child a {
			padding-left: 10px;
			-moz-border-radius: 2px 0 0 2px;
			-webkit-border-radius: 2px 0 0 2px;
			border-radius: 2px 0 0 2px;
		}

		.breadcrumb-beauty li:nth-child(2) a {
			background: #d9d9d9;
		}

			.breadcrumb-beauty li:nth-child(2) a:after {
				border-left-color: #d9d9d9;
			}

		.breadcrumb-beauty li:nth-child(3) a {
			background: #d1d1d1;
		}

			.breadcrumb-beauty li:nth-child(3) a:after {
				border-left-color: #d1d1d1;
			}

		.breadcrumb-beauty li:nth-child(4) a {
			background: #c9c9c9;
		}

			.breadcrumb-beauty li:nth-child(4) a:after {
				border-left-color: #c9c9c9;
			}

		.breadcrumb-beauty li:nth-child(5) a {
			background: #c2c2c2;
		}

			.breadcrumb-beauty li:nth-child(5) a:after {
				border-left-color: #c2c2c2;
			}

		.breadcrumb-beauty li:last-child a {
			background: transparent !important;
			color: black;
			cursor: default;
			pointer-events: none;
		}

			.breadcrumb-beauty li:last-child a:after {
				border-left-color: transparent;
			}

header {
	padding: 5px 0px;
	height: 40px;
	background-color: #0e3e41;
	background-image: -moz-linear-gradient(top, #0e3e41, #C6E2EE 85%, #376063);
	background-image: -o-linear-gradient(#0e3e41, #C6E2EE 85%, #376063);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e3e41), color-stop(85%, #C6E2EE), to(#376063));
	background-image: -webkit-linear-gradient(#0e3e41, #C6E2EE 85%, #376063);
	background-image: linear-gradient(#0e3e41, #C6E2EE 85%, #376063);
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 40px;
}

	header .logo {
		float: left;
		width: 180px;
	}

		header .logo img {
			max-width: 140px;
		}

@media (max-width: 767px) {
	header .logo {
		width: 100px;
	}

		header .logo img {
			max-width: 90px;
		}
}

ul#mini-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	ul#mini-nav li.list-box {
		position: relative;
		float: left;
		margin-left: 7px;
		vertical-align: middle;
		text-align: center;
		line-height: 100%;
		cursor: pointer;
	}

		ul#mini-nav li.list-box a {
			display: block;
			padding: 20px 15px;
			color: white;
			line-height: 18px;
		}

			ul#mini-nav li.list-box a span {
				margin-top: 0;
			}

			ul#mini-nav li.list-box a i {
				color: white;
				font-size: 17px;
			}

			ul#mini-nav li.list-box a:focus {
				outline: none;
				text-decoration: none;
			}

		ul#mini-nav li.list-box:hover a i {
			color: #dbebf6;
		}

		ul#mini-nav li.list-box .info-label {
			position: absolute;
			top: 8px;
			right: 4px;
			width: 16px;
			height: 16px;
			color: white;
			text-align: center;
			font-size: 10px;
			line-height: 16px;
		}

		ul#mini-nav li.list-box .info-label-opc {
			opacity: 0.4;
		}

		ul#mini-nav li.list-box.user-profile {
			margin: 8px 0 0 20px;
			padding: 0;
			background-color: transparent;
		}

			ul#mini-nav li.list-box.user-profile .user-avtar {
				float: left;
				padding: 0;
				width: 44px;
				height: 44px;
			}

				ul#mini-nav li.list-box.user-profile .user-avtar img {
					width: 44px;
					height: 44px;
					border: 2px solid #333333;
					-moz-border-radius: 100%;
					-webkit-border-radius: 100%;
					border-radius: 100%;
				}

			ul#mini-nav li.list-box.user-profile .account-details {
				float: left;
				width: 120px;
			}

				ul#mini-nav li.list-box.user-profile .account-details h5.user-name {
					margin: 0 0 4px 0;
					padding: 0;
					color: white;
					text-align: right;
					font-weight: 400;
					font-style: italic;
					font-size: 12px;
				}

				ul#mini-nav li.list-box.user-profile .account-details ul.settings {
					float: left;
					margin: 0 2px 0 0;
					margin-right: 32px;
					padding: 0;
					width: 120px;
					list-style-type: none;
				}

					ul#mini-nav li.list-box.user-profile .account-details ul.settings li {
						margin-bottom: 2px;
						height: 18px;
						background-color: white;
						text-align: left;
						line-height: 14px;
					}

						ul#mini-nav li.list-box.user-profile .account-details ul.settings li a {
							padding: 2px 5px;
							color: #445c6c;
							font-size: 10px;
						}

						ul#mini-nav li.list-box.user-profile .account-details ul.settings li:last-child {
							margin-bottom: 0;
						}

						ul#mini-nav li.list-box.user-profile .account-details ul.settings li:hover {
							background-color: #d9d9d9;
						}

				ul#mini-nav li.list-box.user-profile .account-details .logout {
					float: left;
					width: 48px;
					height: 48px;
					background-color: #f74949;
				}

					ul#mini-nav li.list-box.user-profile .account-details .logout a {
						padding: 0;
					}

					ul#mini-nav li.list-box.user-profile .account-details .logout i {
						color: white;
						text-align: center;
						font-size: 16px;
						line-height: 48px;
					}

					ul#mini-nav li.list-box.user-profile .account-details .logout:hover {
						background-color: #f51919;
					}

		ul#mini-nav li.list-box:first-child {
			margin-left: 0;
		}

	ul#mini-nav .dropdown-menu {
		position: absolute;
		top: 45px;
		right: 0 !important;
		left: inherit;
		float: left;
		min-width: 320px;
		border: none;
		border-top: 3px solid #559da4;
	}

		ul#mini-nav .dropdown-menu:before {
			position: absolute;
			top: -10px;
			right: 12px;
			border-right: 7px solid transparent;
			border-bottom: 7px solid #639a9f;
			border-left: 7px solid transparent;
			content: "";
		}

	ul#mini-nav #mob-nav {
		margin: 6px 0;
		padding: 10px;
		background-color: #f63131;
	}

		ul#mini-nav #mob-nav a {
			padding: 0;
			color: white;
			font-size: 14px;
			line-height: 18px;
		}

ul.stats-widget {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	ul.stats-widget li {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 15px;
		border-bottom: 1px solid #f2f2f2;
	}

		ul.stats-widget li h5 {
			margin: 0;
			margin-bottom: 3px;
			padding: 0;
			color: #f63131;
			text-transform: uppercase;
			font-weight: 400;
			font-size: 18px;
		}

		ul.stats-widget li p {
			margin: 0 0 5px 0;
			padding: 0;
			font-size: 11px;
			line-height: 100%;
		}

			ul.stats-widget li p span {
				float: right;
				font-weight: 700;
			}

		ul.stats-widget li .progress {
			margin-bottom: 0;
		}

		ul.stats-widget li:last-child {
			border-bottom: 0 solid #f2f2f2;
		}

		ul.stats-widget li:hover {
			background-color: #d8f1ee;
		}

ul.server-activity {
	margin: 0;
	padding: 10px 15px;
	list-style-type: none;
}

	ul.server-activity li {
		padding: 6px 0px;
		border-bottom: 1px solid #f2f2f2;
	}

		ul.server-activity li p {
			margin: 0;
			padding: 0;
			font-size: 12px;
		}

			ul.server-activity li p i {
				margin-right: 10px;
				width: 30px;
				height: 30px;
				-moz-border-radius: 50px;
				-webkit-border-radius: 50px;
				border-radius: 50px;
				background: #f2f2f2;
				text-align: center;
				line-height: 30px;
			}

			ul.server-activity li p .time {
				float: right;
				color: #3693cf;
				text-align: right;
				font-weight: 700;
				line-height: 30px;
			}

		ul.server-activity li:last-child {
			border-bottom: 0;
		}

ul.project-activity {
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul.project-activity li.activity-list {
		position: relative;
		border-left: 2px solid #d9d9d9;
	}

		ul.project-activity li.activity-list:after {
			position: absolute;
			bottom: 0;
			left: 0;
			margin-left: -6px;
			width: 9px;
			height: 9px;
			border-width: 2px;
			border-style: solid;
			border-color: #f63131;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			background-color: white;
			content: "";
		}

		ul.project-activity li.activity-list .detail-info {
			margin: 0 0 0 15px;
			padding-bottom: 10px;
		}

		ul.project-activity li.activity-list p.message {
			margin: 0;
			padding: 0;
		}

		ul.project-activity li.activity-list.success {
			border-left-color: #74b749;
		}

			ul.project-activity li.activity-list.success:after {
				border-color: #74b749;
			}

		ul.project-activity li.activity-list.danger {
			border-left-color: #f63131;
		}

			ul.project-activity li.activity-list.danger:after {
				border-color: #f63131;
			}

		ul.project-activity li.activity-list.info {
			border-left-color: #3693cf;
		}

			ul.project-activity li.activity-list.info:after {
				border-color: #3693cf;
			}

		ul.project-activity li.activity-list.warning {
			border-left-color: #ffb400;
		}

			ul.project-activity li.activity-list.warning:after {
				border-color: #ffb400;
			}

		ul.project-activity li.activity-list:before {
			display: table;
			content: " ";
		}

		ul.project-activity li.activity-list:after {
			top: 5px;
			bottom: auto;
			display: table;
			clear: both;
			content: " ";
		}

		ul.project-activity li.activity-list:last-child .detail-info {
			padding-bottom: 0;
		}

.messages-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.messages-list li {
		position: relative;
		display: inline-block;
		clear: both;
		margin: 0 0 10px 0;
		padding: 16px 15px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		font-size: 13px;
		font-family: Arial;
		line-height: 16px;
	}

		.messages-list li:before {
			position: absolute;
			top: 0;
			width: 48px;
			height: 48px;
			-moz-border-radius: 48px;
			-webkit-border-radius: 48px;
			border-radius: 48px;
			content: '';
		}

		.messages-list li:after {
			position: absolute;
			top: 15px;
			width: 0;
			height: 0;
			content: '';
		}

		.messages-list li:nth-child(odd) {
			float: right;
			margin-right: 80px;
			background: #ed6d49;
			color: white;
		}

			.messages-list li:nth-child(odd):before {
				right: -80px;
				background-image: url(../img/user4.png);
			}

			.messages-list li:nth-child(odd):after {
				right: -15px;
				border-top: 25px solid #ed6d49;
				border-right: 25px solid transparent;
			}

		.messages-list li:nth-child(even) {
			float: left;
			margin-left: 80px;
			background: #588f8e;
			color: white;
		}

			.messages-list li:nth-child(even):before {
				left: -80px;
				background-image: url(../img/user5.png);
			}

			.messages-list li:nth-child(even):after {
				left: -15px;
				border-top: 25px solid #588f8e;
				border-left: 25px solid transparent;
			}

		.messages-list li:last-child {
			margin-bottom: 0;
		}

ul.appointments {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

	ul.appointments li {
		margin-bottom: 5px;
		padding-bottom: 3px;
		border-bottom: 1px solid #d9d9d9;
		color: #404040;
		font-size: 11px;
		cursor: pointer;
	}

		ul.appointments li:hover {
			color: #ed6d49;
		}

		ul.appointments li:first-child {
			text-decoration: line-through;
		}

/* Sub Navigation starts  */
.sub-nav {
	height: 30px;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
	background-color: #588f8e;
	background-image: -moz-linear-gradient(top, #588f8e, #72acab 85%, #3c7877);
	background-image: -o-linear-gradient(#588f8e, #72acab 85%, #3c7877);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#588f8e), color-stop(85%, #3c7877), to(#3c7877));
	background-image: -webkit-linear-gradient(#588f8e, #72acab 85%, #3c7877);
	background-image: linear-gradient(#588f8e, #72acab 85%, #3c7877);
	background-repeat: no-repeat;
	line-height: 30px;
}

	.sub-nav li {
		float: left;
		margin-top: 0px;
		border-right: 0px solid rgba(0, 0, 0, 0.2);
		line-height: 100%;
	}

		.sub-nav li a {
			padding: 2px 0px;
			height: 20px;
			color: white;
			text-shadow: none;
			font-size: 12px;
			/*line-height: 18px;*/
		}

			.sub-nav li a:hover {
				opacity: 0.7;
			}

		.sub-nav li:last-of-type {
			border-right: none;
		}

		.sub-nav li:first-of-type {
			border-right: none;
		}

		.sub-nav li .selected {
			color: #f6c231;
		}

		.sub-nav li .heading {
			padding-right: 10px;
			color: white;
			font-size: 16px;
			line-height: 16px;
			opacity: 1;
		}

.custom-search {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

	.custom-search ::-webkit-input-placeholder {
		color: white;
	}

	.custom-search :-moz-placeholder {
		color: white;
	}

	.custom-search ::-moz-placeholder {
		color: white;
	}

	.custom-search :-ms-input-placeholder {
		color: white;
	}

	.custom-search .search-query {
		margin: 0;
		padding: 6px 10px;
		width: 210px;
		border: 1px solid #85c0c6;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		background: #5ea6aa;
		color: white;
		font-style: italic;
		line-height: 20px;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

		.custom-search .search-query:focus {
			width: 260px;
			outline: none;
			border: 0;
			border: 1px solid #85c0c6;
			background: #5ea6aa;
		}

	.custom-search i {
		position: absolute;
		top: 0;
		right: 12px;
		padding: 21px 0 0 15px;
		color: #c6e0f1;
		cursor: pointer;
	}

.notice {
	position: relative;
	margin: 10px;
	padding: 12px 12px 12px 25px;
	border-left: 4px solid #e6e6e6;
	background: #f2f2f2;
}

	.notice:before {
		position: absolute;
		top: 50%;
		left: -17px;
		margin-top: -15px;
		width: 30px;
		height: 30px;
		-moz-border-radius: 20%;
		-webkit-border-radius: 20%;
		border-radius: 20%;
		background-color: #f2f2f2;
		color: white;
		text-align: center;
		line-height: 30px;
	}

	.notice p {
		margin: 0;
	}

	.notice.blue {
		border-color: #36c6cf;
	}

		.notice.blue:before {
			background-color: #60a5ae;
			content: "\f14a";
			font-family: "FontAwesome";
		}

	.notice.green {
		border-color: #74b749;
	}

		.notice.green:before {
			background-color: #74b749;
			content: "\f121";
			font-family: "FontAwesome";
		}

	.notice.yellow {
		border-color: #ffb400;
	}

		.notice.yellow:before {
			background-color: #ffb400;
			content: "\f101";
			font-family: "FontAwesome";
		}

	.notice.red {
		border-color: #f63131;
	}

		.notice.red:before {
			background-color: #f63131;
			content: "\f129";
			font-family: "FontAwesome";
		}

/*  DASHBOARD CSS Starts here  */
.dashboard-container {
	margin-top: 15px;
}

.dashboard-wrapper {
	position: relative;
	padding: 15px;
	min-height: 680px;
	background: #d8f1ee;
}

/*  Dashboard Wrapper Ends Here  */
.dashboard-wrapper-lg {
	position: relative;
	padding: 20px;
	min-height: 680px;
	background: #d8f1ee;
}

/*  Left Sidebar Container Starts Here  */
.left-sidebar {
	margin-right: 260px;
}

@media (max-width: 767px) {
	.left-sidebar {
		margin-right: 0px;
	}
}
/*  Left Sidebar Container Ends Here  */
.widget {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border: 1px solid #cfcfcf;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa;
    
}

	.widget .widget-header {
		padding: 0 0px;
		height: 35px;
		border-bottom: 1px solid #afd0cd;
		-moz-border-radius: 2px 2px 0 0;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		background-color: #e8e8e8;
		background-image: -moz-linear-gradient(top, #fcfcfc, #afd0cd);
		background-image: -ms-linear-gradient(top, #fcfcfc, #afd0cd);
		background-image: -o-linear-gradient(top, #fcfcfc, #afd0cd);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#afd0cd));
		background-image: -webkit-linear-gradient(top, #fcfcfc, #afd0cd);
		background-image: linear-gradient(top, #fcfcfc, #afd0cd);
		line-height: 42px;
	}

      .widget .widget-header .title {
         /*float: left;*/
         text-align: center;
         display: table-cell;
         color: #333333;
         font-weight: bold;
         font-size: 16px;
      }

			.widget .widget-header .title .attribution, .widget .widget-header .title .mini-title {
				padding-left: 4px;
				color: #b3b3b3;
				font-weight: normal;
				font-size: 11px;
			}

				.widget .widget-header .title .attribution a, .widget .widget-header .title .mini-title a {
					color: #b3b3b3;
				}

		.widget .widget-header span.tools {
			float: right;
			margin: 0;
			padding: 0;
		}

			.widget .widget-header span.tools > a {
				display: inline-block;
				margin-top: 3px;
				margin-right: 5px;
				color: #526f6e;
			}

				.widget .widget-header span.tools > a:hover {
					text-decoration: none;
					opacity: .6;
				}

				.widget .widget-header span.tools > a.btn {
					margin-top: 0;
					color: white;
				}

@media (max-width: 767px) {
	.widget .widget-header span.tools {
		display: none;
	}

	.widget .widget-header .tools {
		display: none;
	}
}

.widget .widget-body {
	padding: 15px;
	border-bottom: 1px solid #b3b3b3;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

.mini-widget {
	display: block;
	margin: 0 0 25px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

	.mini-widget .mini-widget-heading {
		padding: 7px 15px;
		-moz-border-radius: 2px 2px 0 0;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		background: #41afba;
		color: white;
		text-align: center;
		text-transform: uppercase;
	}

		.mini-widget .mini-widget-heading .pull-right {
			color: white;
			opacity: 0.7;
			-moz-transition: All 0.5s ease-in;
			-o-transition: All 0.5s ease-in;
			-webkit-transition: All 0.5s ease-in;
			transition: All 0.5s ease-in;
		}

			.mini-widget .mini-widget-heading .pull-right i {
				margin-right: 2px;
				line-height: 100%;
			}

	.mini-widget .mini-widget-body {
		padding: 10px 15px;
		/*background: #41afba;*/
		font-weight: 300;
		font-size: 36px;
	}

		.mini-widget .mini-widget-body i {
			color: #64afb6;
			font-size: 60px;
			line-height: 60px;
			-moz-transition: All 0.5s ease-in;
			-o-transition: All 0.5s ease-in;
			-webkit-transition: All 0.5s ease-in;
			transition: All 0.5s ease-in;
		}

		.mini-widget .mini-widget-body .number {
			color: white;
			font-size: 36px;
			line-height: 60px;
		}

	.mini-widget .mini-widget-footer {
		position: relative;
		padding: 5px 15px;
		-moz-border-radius: 0 0 2px 2px;
		-webkit-border-radius: 0 0 2px 2px;
		border-radius: 0 0 2px 2px;
		background: #2c797c;
		color: white;
	}

		.mini-widget .mini-widget-footer i {
			position: relative;
			top: 2px;
			display: none;
			float: right;
		}


/*------------------*/
.mini-widget-ora .mini-widget-heading {
   background: #A05B19;
   color: white;
}

   .mini-widget-ora .mini-widget-heading .pull-right {
      color: white;
   }

.mini-widget-ora .mini-widget-body {
   background: #E07713;
}

   .mini-widget-ora .mini-widget-body i {
      color: white;
   }

   .mini-widget-ora .mini-widget-body .number {
      color: white;
   }

.mini-widget-ora .mini-widget-footer {
   background: #E07713;
   color: white;
}

/*-----------------------*/


.mini-widget-red .mini-widget-heading {
   background: #a05B19;
   color: white;
}

	.mini-widget-red .mini-widget-heading .pull-right {
		color: white;
	}

.mini-widget-red .mini-widget-body {
   background: #e07713;
}

	.mini-widget-red .mini-widget-body i {
		color: #f86262;
	}

	.mini-widget-red .mini-widget-body .number {
		color: white;
	}

.mini-widget-red .mini-widget-footer {
   background: #E07713;
   color: white;
}

.mini-widget-green .mini-widget-heading {
	background: #74b749;
	color: white;
}

	.mini-widget-green .mini-widget-heading .pull-right {
		color: white;
	}

.mini-widget-green .mini-widget-body {
	background: #5d933a;
}

   .mini-widget-green .mini-widget-body i {
      color: white;
   }

	.mini-widget-green .mini-widget-body .number {
		color: white;
	}

.mini-widget-green .mini-widget-footer {
	background: #518133;
	color: white;
}

/*////////////*/


.mini-widget-orange .mini-widget-heading {
   background: #dba42b;
   color: white;
}

   .mini-widget-orange .mini-widget-heading .pull-right {
      color: white;
   }

.mini-widget-orange .mini-widget-body {
   background: #DB8E2B;
}

   .mini-widget-orange .mini-widget-body i {
      color: white;
   }

   .mini-widget-orange .mini-widget-body .number {
      color: white;
   }

.mini-widget-orange .mini-widget-footer {
   background: #DB8E2B;
   color: white;
}
/*///////////////*/

.mini-widget-gray .mini-widget-heading {
	background: #666666;
	color: white;
}

	.mini-widget-gray .mini-widget-heading .pull-right {
		color: white;
	}

.mini-widget-gray .mini-widget-body {
	background: #3c6d50;
}

	.mini-widget-gray .mini-widget-body i {
		color: gray;
	}

	.mini-widget-gray .mini-widget-body .number {
		color: white;
	}

.mini-widget-gray .mini-widget-footer {
	background: #404040;
	color: white;
}



.mini-widget-blue .mini-widget-heading {
   background: #283e67;
   color: white;
}

   .mini-widget-blue .mini-widget-heading .pull-right {
      color: white;
   }

.mini-widget-blue .mini-widget-body {
   background: #3c6d50;
}

   .mini-widget-blue .mini-widget-body i {
      color: #34538d;
   }

   .mini-widget-blue .mini-widget-body .number {
      color: white;
   }

.mini-widget-blue .mini-widget-footer {
   background: #1e3c76;
   color: white;
}

.social-stats {
	text-align: center;
}

	.social-stats .social-icon {
		margin: 0 auto 10px auto;
		padding: 15px;
		width: 60px;
		height: 60px;
		-moz-border-radius: 50% 50% 50% 0;
		-webkit-border-radius: 50% 50% 50% 0;
		border-radius: 50% 50% 50% 0;
		line-height: 45px;
	}

		.social-stats .social-icon i {
			color: white;
		}

	.social-stats .stats-details h6 {
		margin: 0 0 7px 0;
		font-weight: 600;
		font-size: 13px;
	}

	.social-stats .stats-details h3 {
		margin: 0 0 3px 0;
		color: #333333;
		font-weight: 500;
		font-size: 22px;
	}

	.social-stats .stats-details h5 {
		margin: 0;
		margin-top: 5px;
		padding-top: 5px;
		border-top: 1px solid #e6e6e6;
		color: #3c6d50;
		font-weight: 500;
		font-size: 14px;
	}

/*  Right Sidebar Container Starts Here  */
.right-sidebar {
	position: absolute;
	top: 15px;
	right: 15px;
	margin-left: 20px;
	width: 240px;
}

	.right-sidebar .wrapper {
		margin-bottom: 10px;
		padding: 5px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #e6e6e6;
	}

@media (max-width: 767px) {
	.right-sidebar {
		display: none;
	}
}
/*  Right Sidebar Container Ends Here  */
/*  Metro nav */
.metro-nav {
	text-align: center;
}

	.metro-nav .metro-nav-block {
		position: relative;
		z-index: 1;
		display: inline-block;
		overflow: hidden;
		margin: auto;
		width: 26%;
		height: 70px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		color: white;
		text-align: left;
		text-decoration: none;
		letter-spacing: 0.02em;
		font-weight: 300;
		line-height: 20px;
		cursor: pointer;
	}

		.metro-nav .metro-nav-block .fa {
			color: white;
			font-size: 32px;
			line-height: 36px;
		}

		.metro-nav .metro-nav-block a {
			position: absolute;
			overflow: hidden;
			padding: 5px 10px;
			width: 100%;
			height: 100%;
			color: white;
			vertical-align: top;
			-ms-text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
			font-weight: 400;
			font-size: 16px;
			line-height: 16px;
		}

		.metro-nav .metro-nav-block.double {
			width: 47%;
		}

		.metro-nav .metro-nav-block:hover {
			opacity: 0.8;
		}

		.metro-nav .metro-nav-block .info {
			position: absolute;
			top: 20px;
			right: 10px;
			font-size: 24px;
		}

		.metro-nav .metro-nav-block .brand, .metro-nav .metro-nav-block .tile-status {
			position: absolute;
			bottom: -10px;
			left: 10px;
			min-height: 30px;
			background-color: transparent;
			font-size: 14px;
			*zoom: 1;
		}

		.metro-nav .metro-nav-block .tile-status {
			right: 10px;
		}

	.metro-nav * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		.metro-nav *:after, .metro-nav *:before {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

	.metro-nav .nav-block-orange {
		background: #ed6d49;
	}

	.metro-nav .nav-block-green {
		background: #74b749;
	}

	.metro-nav .nav-block-yellow {
		background: #ffb400;
	}

	.metro-nav .nav-block-blue {
		background: #499faa;
	}

	.metro-nav .nav-block-red {
		background: #f63131;
	}

@media (max-width: 767px) {
	.metro-nav .metro-nav-block {
		width: 49%;
	}

		.metro-nav .metro-nav-block:hover {
			outline: none;
			opacity: 0.8;
		}

		.metro-nav .metro-nav-block.double {
			width: 99%;
		}
}
/*  Chats starts here  */
.chats {
	margin: 0;
	margin-top: -15px;
	padding: 0;
}

	.chats li {
		margin: 10px auto;
		padding: 5px 0;
	}

		.chats li img.avatar {
			width: 60px;
			height: 60px;
			-moz-border-radius: 60%;
			-webkit-border-radius: 60%;
			border-radius: 60%;
		}

		.chats li.in img.avatar {
			float: left;
			margin-right: 10px;
		}

		.chats li .name {
			color: #ed6d49;
			font-weight: 400;
			font-size: 13px;
		}

		.chats li .date-time {
			color: #1a1a1a;
			font-weight: 400;
			font-size: 11px;
		}

		.chats li.out img.avatar {
			float: right;
			margin-left: 10px;
		}

		.chats li .message {
			position: relative;
			display: block;
			padding: 5px 10px;
		}

		.chats li.in .message {
			margin-left: 80px;
			border-left: 3px solid #ed6d49;
			background: whitesmoke;
			text-align: left;
		}

			.chats li.in .message .arrow {
				position: absolute;
				top: 7px;
				left: -8px;
				display: block;
				width: 0;
				height: 0;
				border-top: 8px solid transparent;
				border-right: 8px solid #ed6d49;
				border-bottom: 8px solid transparent;
			}

		.chats li.out .message {
			margin-right: 80px;
			border-right: 3px solid #449198;
			background: #edf5f6;
			text-align: right;
		}

			.chats li.out .message .arrow {
				position: absolute;
				top: 7px;
				right: -8px;
				display: block;
				border-top: 8px solid transparent;
				border-bottom: 8px solid transparent;
				border-left: 8px solid #449198;
			}

		.chats li.out .name {
			color: #449198;
		}

		.chats li.out .name, .chats li.out .date-time {
			text-align: right;
		}

		.chats li .message .body {
			display: block;
		}

.chat-form {
	clear: both;
	margin-top: 15px;
	padding: 10px;
	background: #C6E2EE;
}

	.chat-form .input-cont {
		margin-right: 55px;
	}

		.chat-form .input-cont input {
			margin-top: 0;
			width: 100%;
		}

/*  Todo Container  */
.todo-container {
	width: 100%;
}

	.todo-container .todo-list {
		margin-bottom: 10px;
		min-height: 180px;
	}

		.todo-container .todo-list li {
			border-bottom: 1px dotted #c9dddd;
			background: #e7f0f1;
			line-height: 34px;
		}

			.todo-container .todo-list li:last-child {
				border-bottom: 0;
			}

			.todo-container .todo-list li input[type="checkbox"] {
				margin: 0 2px 0 10px;
			}

				.todo-container .todo-list li input[type="checkbox"]:checked + label {
					color: #1F98C7;
					text-decoration: line-through;
				}

			.todo-container .todo-list li label {
				display: inline-block;
				margin-bottom: 0;
				font-size: 12px;
				cursor: pointer;
			}

				.todo-container .todo-list li label .date {
					padding-left: 5px;
					color: #78C1DD;
					font-weight: normal;
					font-size: 10px;
				}

			.todo-container .todo-list li:hover {
				background: #fafafa;
			}

		.todo-container .todo-list .new {
			margin: 1px 0;
			border-left: 3px solid #ed6d49;
		}

		.todo-container .todo-list .completed {
			margin: 1px 0;
			border-left: 3px solid #74b749;
		}

		.todo-container .todo-list .process {
			margin: 1px 0;
			border-left: 3px solid #ffb400;
		}

	.todo-container .input-append {
		margin-top: 5px;
		margin-bottom: 0;
		width: 90%;
	}

/*  Messages Container  */
.message-container .message {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	padding: 10px;
	min-height: 90px;
	border: 1px solid #bdd9d8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: white;
}

.message-container .img-container {
	position: absolute;
	padding: 2px;
	width: 10%;
}

	.message-container .img-container img {
		max-height: 80px;
		width: 100%;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

.message-container article {
	position: absolute;
	top: 0px;
	right: 2%;
	left: 13%;
	padding: 10px;
	width: 85%;
	border-bottom: 1px solid #e6e6e6;
}

	.message-container article a {
		color: #ed6d49;
	}

	.message-container article h6 {
		margin: 0 0 5px 0 !important;
	}

.message-container .icons-nav {
	position: absolute;
	top: 60px;
	left: 13%;
	margin-top: 4px;
	width: 85%;
}

	.message-container .icons-nav ul li .fa {
		display: inline-block;
		float: right;
		margin: 0 0 0 4px;
		color: #3c6d6c;
		font-size: 19px;
	}

	.message-container .icons-nav li.time {
		float: left;
		color: #bfbfbf;
	}

/*  Easy Pie Charts Container  */
.pie-charts-container {
	text-align: center;
}

	.pie-charts-container .pie-chart {
		display: inline-block;
		margin-right: 20px;
	}

		.pie-charts-container .pie-chart .name {
			padding-top: 10px;
			text-align: center;
		}

/*  Icomoon Icons Container  */
.icons-container {
	text-align: center;
}

	.icons-container li {
		display: inline-block;
		float: left;
		margin: 0px;
		padding: 10px;
		width: 20%;
		height: 64px;
		border: 1px solid #f2f2f2;
		background: white;
		color: #666666;
	}

		.icons-container li .fa {
			display: block;
			font-size: 25px;
		}

		.icons-container li:hover {
			background: #d8f1ee;
			cursor: pointer;
		}

@media (max-width: 767px) {
	.icons-container li {
		width: 100%;
	}
}

#dt_Custom_Style {
	/* Sorting */
}

	#dt_Custom_Style .dataTables_length {
		display: none;
	}

	#dt_Custom_Style .dataTables_filter {
		float: left;
	}

		#dt_Custom_Style .dataTables_filter input {
			margin-bottom: 0;
			width: 160px;
			outline: none;
			border: 1px solid #e6e6e6;
		}

	#dt_Custom_Style .dataTables_info {
		float: left;
		margin-bottom: 5px;
	}

	#dt_Custom_Style .dataTables_paginate {
		float: right;
		margin: 5px 0;
	}

		#dt_Custom_Style .dataTables_paginate .first, #dt_Custom_Style .dataTables_paginate .previous, #dt_Custom_Style .dataTables_paginate .next, #dt_Custom_Style .dataTables_paginate .last {
			display: none;
		}

		#dt_Custom_Style .dataTables_paginate .paginate_button, #dt_Custom_Style .dataTables_paginate .paginate_active {
			margin: 1px;
			padding: 5px 10px;
			background: #f2f2f2;
		}

			#dt_Custom_Style .dataTables_paginate .paginate_button:hover, #dt_Custom_Style .dataTables_paginate .paginate_active:hover {
				background: #e6e6e6;
				cursor: pointer;
			}

		#dt_Custom_Style .dataTables_paginate .paginate_active {
			background: #53919c;
			color: white;
		}

	#dt_Custom_Style .dataTable .sorting {
		background: url(../img/sorting.png) no-repeat center right;
		cursor: pointer;
	}

	#dt_Custom_Style .dataTable .sorting_asc {
		background: url(../img/sorting_asc.png) no-repeat center right;
		cursor: pointer;
	}

	#dt_Custom_Style .dataTable .sorting_desc {
		background: url(../img/sorting_desc.png) no-repeat center right;
		cursor: pointer;
	}

/*  Featured Articles  */
.featured-articles-container {
	padding: 10px;
	background: #d8f1ee;
}

	.featured-articles-container .heading, .featured-articles-container .heading-blue {
		margin-top: 0;
		padding-bottom: 8px;
		border-bottom: 1px dotted #C6E2EE;
		color: #ed6d49;
	}

	.featured-articles-container .heading-blue {
		color: #36bccf;
	}

	.featured-articles-container .articles a {
		position: relative;
		display: block;
		margin-bottom: 1px;
		padding-left: 20px;
		border-bottom: 1px dotted #C6E2EE;
		color: #0d0d0d;
		font-weight: 500;
		font-size: 12px;
		line-height: 30px;
	}

		.featured-articles-container .articles a:hover {
			color: #737373;
		}

		.featured-articles-container .articles a .label-bullet, .featured-articles-container .articles a .label-bullet-blue {
			position: absolute;
			top: 10px;
			left: 1px;
			width: 0;
			height: 0;
			border-top: 9px solid #ef8060;
			border-left: 9px solid transparent;
		}

		.featured-articles-container .articles a .label-bullet-blue {
			border-top: 9px solid #449198;
		}

		.featured-articles-container .articles a .date {
			padding-left: 2px;
			color: #78C1DD;
			font-weight: normal;
			font-size: 10px;
		}

	.featured-articles-container .articles:hover {
		opacity: 1;
		cursor: default;
	}

	.featured-articles-container .articles .phone {
		padding-top: 5px;
		text-align: right;
		font-size: 12px;
	}

/*  Status  */
.stats li {
	margin-bottom: 4px;
	padding: 10px;
	height: 64px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #d8f1ee;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

	.stats li:last-child {
		margin-bottom: 0px;
	}

	.stats li:hover {
		opacity: 0.7;
		cursor: pointer;
	}

	.stats li .left {
		display: inline-block;
		float: left;
		margin-right: 10px;
		width: 120px;
		border-right: 1px solid #e6e6e6;
		text-align: left;
	}

		.stats li .left h4 {
			margin-top: 0;
			margin-bottom: 6px;
			color: #4f7476;
		}

		.stats li .left p {
			margin-bottom: 0;
			color: #ed6d49;
			text-transform: uppercase;
			font-size: 11px;
		}

	.stats li:nth-child(2) p {
		color: #74b749;
	}

	.stats li:nth-child(3) p {
		color: #ffb400;
	}

	.stats li:nth-child(4) p {
		color: #36b3cf;
	}

	.stats li:nth-child(5) p {
		color: #f63131;
	}

	.stats li .chart {
		float: left;
		margin-top: 10px;
		margin-left: 5px;
		width: 70px;
	}

/*  Month Income  */
.month-income li {
	margin-bottom: 4px;
	padding: 5px;
	height: 50px;
	border: 1px solid #C6E2EE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #d8f1ee;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

	.month-income li:last-child {
		margin-bottom: 0px;
	}

	.month-income li:hover {
		opacity: 0.7;
		cursor: pointer;
	}

	.month-income li .icon-block {
		float: left;
		margin-top: 0;
		width: 38px;
		height: 38px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: white;
		vertical-align: middle;
		text-align: center;
		line-height: 38px;
	}

	.month-income li h5 {
		margin: 0 0 3px 45px;
		padding: 0;
		color: gray;
	}

		.month-income li h5 small {
			font-size: 11px;
		}

	.month-income li p {
		margin-bottom: 0;
		margin-left: 45px;
		color: #b3b3b3;
		font-size: 11px;
	}

	.month-income li .yellow-block {
		background: #ffb400;
	}

	.month-income li .orange-block {
		background: #ed6d49;
	}

	.month-income li .green-block {
		background: #74b749;
	}

	.month-income li .blue-block {
		background: #52a1b2;
	}

	.month-income li .red-block {
		background: #f63131;
	}

/*  Mini Dashboard  */
.mini-dashboard {
	margin-bottom: 4px;
	padding: 5px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #d8f1ee;
}

	.mini-dashboard .graph-container .city {
		margin: 5px 0 15px 0;
		color: #3c6d50;
		font-size: 18px;
	}

		.mini-dashboard .graph-container .city .time {
			padding-left: 7px;
			color: gray;
			font-size: 11px;
		}

	.mini-dashboard .graph-container .graph {
		margin: 10px 0;
		width: 100%;
		height: 34px;
	}

	.mini-dashboard .graph-container .info-container {
		padding: 5px 0;
		color: #50858a;
	}

		.mini-dashboard .graph-container .info-container .blocks-container .block {
			position: relative;
			float: left;
			width: 108px;
			height: 40px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			background: #C6E2EE;
			text-align: center;
			font-weight: bold;
			font-size: 18px;
			line-height: 40px;
		}

			.mini-dashboard .graph-container .info-container .blocks-container .block.last {
				margin-left: 2px;
			}

		.mini-dashboard .graph-container .info-container .blocks-container .arrow {
			position: absolute;
			top: 18px;
			left: 10px;
			width: 0;
			height: 0;
			border-right: 6px solid transparent;
			border-bottom: 6px solid #e8481b;
			border-left: 6px solid transparent;
		}

/*  Progress statistics  */
.progress-stats li {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #C6E2EE;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #d8f1ee;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

	.progress-stats li:last-child {
		margin-bottom: 0px;
	}

	.progress-stats li:hover {
		opacity: 0.7;
		cursor: pointer;
	}

/*  Doc icons  */
.doc-icons-container {
	position: relative;
	line-height: 100%;
}

	.doc-icons-container .icon {
		position: relative;
		display: inline-block;
		margin: 0 15px 0 0;
		width: 40px;
		height: 50px;
		background: #C6E2EE;
	}

		.doc-icons-container .icon:before {
			position: absolute;
			top: 0px;
			right: -10px;
			width: 0;
			height: 50px;
			border-top: 10px solid transparent;
			border-left: 10px solid #78C1DD;
			content: "";
		}

		.doc-icons-container .icon:after {
			position: absolute;
			top: 0px;
			right: -10px;
			width: 0;
			height: 0;
			border-right: 10px solid transparent;
			border-bottom: 10px solid rgba(0, 0, 0, 0.2);
			content: "";
		}

		.doc-icons-container .icon.light-blue {
			background: #C6E2EE;
			color: #2d5a62;
		}

			.doc-icons-container .icon.light-blue:before {
				border-left-color: #64afb6;
			}

		.doc-icons-container .icon.light-green {
			background: #78C1DD;
			color: #466e2c;
		}

			.doc-icons-container .icon.light-green:before {
				border-left-color: #6fbbbb;
			}

		.doc-icons-container .icon.light-yellow {
			background: #ffc333;
			color: #996c00;
		}

			.doc-icons-container .icon.light-yellow:before {
				border-left-color: #ffc333;
			}

		.doc-icons-container .icon.light-orange {
			background: #f29277;
			color: #bd3813;
		}

			.doc-icons-container .icon.light-orange:before {
				border-left-color: #f29277;
			}

	.doc-icons-container .doc-icon {
		position: absolute;
		top: 10px;
		width: 50px;
		height: 20px;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
	}

	.doc-icons-container .doc-type {
		position: absolute;
		bottom: 0;
		width: 50px;
		height: 16px;
		text-align: center;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 8px;
	}

/*  INVOICE  */
.invoice {
	padding: 15px;
	border: 1px solid #85aaa7;
}

	.invoice .invoice-head {
		height: 48px;
		border-bottom: 1px solid #b9cecc;
	}

		.invoice .invoice-head .logo {
			margin: 0;
		}

		.invoice .invoice-head .invoice-info {
			float: right;
			margin-top: 8px;
			text-align: right;
		}

			.invoice .invoice-head .invoice-info span {
				float: right;
				color: #ed6d49;
				text-align: right;
				font-weight: bold;
				font-size: 12px;
			}

			.invoice .invoice-head .invoice-info .date {
				color: #68adb6;
				font-weight: 500;
				font-size: 11px;
			}

	.invoice .invoice-data-container {
		padding: 20px 0;
	}

		.invoice .invoice-data-container .from {
			width: 40%;
		}

			.invoice .invoice-data-container .from h5 {
				margin: 0 0 10px 0;
				color: #5ca5a1;
				text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
			}

			.invoice .invoice-data-container .from span {
				display: block;
				margin-bottom: 3px;
				color: #ef8060;
				font-size: 12px;
			}

/*  page not found - 404 -500  */
.page-not-found {
	margin-top: 80px;
	color: #b3b3b3;
}

	.page-not-found .number {
		color: #ed6d49;
		font-size: 150px;
		line-height: 100%;
	}

footer {
	z-index: 1;
	margin-bottom: 10px;
	padding: 10px 15px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: #5d8080;
	color: white;
	font-weight: normal;
	font-size: 11px;
	line-height: 30px;
}

	footer p {
		margin-bottom: 0;
	}

.chart-height-lg {
	position: relative;
	height: 270px;
}

.chart-height {
	position: relative;
	height: 180px;
}

.chart-height-md {
	position: relative;
	height: 139px;
}

.legent div {
	background: #FAFAFA;
}

.legendColorBox div {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #FAFAFA;
}

.legendLabel {
	padding-left: 10px;
	background:transparent;

}

.demo-btn-group .btn {
	margin: 2px;
	min-width: 80px;
}

.demo-btn-group a {
	display: block;
	float: left;
	margin: 2px;
	padding: 0 !important;
}

.icon-rounded {
	padding: 2px;
	width: 32px;
	height: 32px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: white;
	vertical-align: middle;
	text-align: center;
	line-height: 28px !important;
}

.panel {
	margin-bottom: 25px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: white;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-body {
	position: relative;
	padding: 15px;
}

.panel-heading {
	position: relative;
	padding: 12px 15px;
	border-bottom: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

h4.panel-title {
	font-weight: 600;
	font-size: 15px;
}

	h4.panel-title .icon {
		margin-right: 4px;
		font-size: 20px;
	}

.panel-footer {
	margin-top: -1px;
	padding: 0;
	border: 0;
	border-top: 0;
	background: transparent;
}

	.panel-footer ul {
		margin: 0;
		padding: 0;
		border: 1px solid #e0e0e0;
		list-style-type: none;
	}

		.panel-footer ul li {
			float: left;
			padding: 10px 0;
			width: 25%;
			height: 60px;
			background: transparent;
			text-align: center;
		}

			.panel-footer ul li h4 {
				margin: 2px 0 0 0;
				padding: 0;
				text-align: center;
				font-size: 18px;
			}

				.panel-footer ul li h4 small {
					color: inherit;
				}

			.panel-footer ul li p {
				margin: 0;
				padding: 0;
				color: gray;
				text-align: center;
				font-size: 12px;
			}

.panel-default {
	border: 1px solid #d9d9d9;
}

	.panel-default > .panel-heading {
		border-color: #e8e8e8;
		background: whitesmoke;
	}

		.panel-default > .panel-heading h4.panel-title {
			color: #4b6561;
			font-size: 14px;
		}

	.panel-default > .panel-body {
		padding: 15px;
	}

	.panel-default > .panel-footer {
		border-color: #e8e8e8;
		background: #d8f1ee;
	}

		.panel-default > .panel-footer a {
			color: #5f7170;
		}

			.panel-default > .panel-footer a:hover {
				color: #516968;
			}

.panel-success {
	border: 1px solid #9de8cd;
}

	.panel-success > .panel-heading {
		background: #dbf7ed;
		color: #457966;
	}

		.panel-success > .panel-heading h4.panel-title {
			color: #417d67;
			font-size: 14px;
		}

	.panel-success > .panel-body {
		padding: 15px;
	}

	.panel-success > .panel-footer {
		border-color: #5fdaae;
		background: #88e4c3;
		color: #4c806d;
	}

		.panel-success > .panel-footer a {
			color: #4c806d;
		}

			.panel-success > .panel-footer a:hover {
				color: #4c806d;
			}

.panel-warning {
	border: 1px solid #e2cbd9;
}

	.panel-warning > .panel-heading {
		background-color: #f5ecf1;
		color: #b58d79;
	}

		.panel-warning > .panel-heading h4.panel-title {
			color: #b58d79;
			font-size: 14px;
		}

	.panel-warning > .panel-body {
		padding: 15px;
	}

	.panel-warning > .panel-footer {
		border-color: #ebdce5;
		background-color: #fefcfd;
		color: #b58d79;
	}

		.panel-warning > .panel-footer a {
			color: #b58d79;
		}

			.panel-warning > .panel-footer a:hover {
				color: #b58d79;
			}

.panel-danger {
	border: 1px solid #b58d79;
}

	.panel-danger > .panel-heading {
		background: #fce4e4;
		color: #eb4343;
	}

		.panel-danger > .panel-heading h4.panel-title {
			color: #eb4343;
			font-size: 14px;
		}

	.panel-danger > .panel-body {
		padding: 15px;
	}

	.panel-danger > .panel-footer {
		border-color: #f9c4c4;
		background: #fbd7d7;
		color: #eb4343;
	}

		.panel-danger > .panel-footer a {
			color: #f07171;
		}

			.panel-danger > .panel-footer a:hover {
				color: #f59f9f;
			}

.panel-info {
	border: 1px solid #bccfe1;
}

	.panel-info > .panel-heading {
		background: #dbe6ef;
		color: #3b8b90;
	}

		.panel-info > .panel-heading h4.panel-title {
			color: #3b8b90;
			font-size: 14px;
		}

	.panel-info > .panel-body {
		padding: 15px;
	}

	.panel-info > .panel-footer {
		border-color: #a0cad4;
		background: #a0cad4;
		color: #3b8b90;
	}

		.panel-info > .panel-footer a {
			color: #3b8b90;
		}

			.panel-info > .panel-footer a:hover {
				color: #3b8b90;
			}

.panel-yell {
	border: 1px solid #faddaa;
}

	.panel-yell > .panel-heading {
		background: #fef6e9;
		color: #f5b544;
	}

		.panel-yell > .panel-heading h4.panel-title {
			color: #f5b544;
			font-size: 14px;
		}

	.panel-yell > .panel-body {
		padding: 15px;
	}

	.panel-yell > .panel-footer {
		border-color: #fcebcc;
		background: #fdf2df;
		color: #f5b544;
	}

		.panel-yell > .panel-footer a {
			color: #f8c874;
		}

			.panel-yell > .panel-footer a:hover {
				color: #fadba5;
			}

.panel-grey {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #333333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #4e7570;
	color: #b3b3b3;
}

	.panel-grey h4.heading {
		margin: 0;
		margin-bottom: 10px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #666666;
	}

	.panel-grey .panel-body {
		padding: 0;
		border: 0;
	}

.panel-white {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ededed;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #f2f2f2;
	color: #3c6d50;
}

	.panel-white h4.heading {
		margin: 0;
		margin-bottom: 10px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #e6e6e6;
		color: black;
	}

	.panel-white .panel-body {
		padding: 0;
		border: 0;
	}

.panel-red {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #e31818;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #eb4343;
	color: white;
}

	.panel-red h4.heading {
		margin: 0;
		margin-bottom: 10px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #f07171;
	}

	.panel-red .panel-body {
		padding: 0;
		border: 0;
	}

.panel-blue {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #2f4e69;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #47759e;
	color: white;
}

	.panel-blue h4.heading {
		margin: 0;
		margin-bottom: 10px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #608fb8;
	}

	.panel-blue .panel-body {
		padding: 0;
		border: 0;
	}

.panel-brown {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #694832;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #926546;
	color: white;
}

	.panel-brown h4.heading {
		margin: 0;
		margin-bottom: 10px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #b07e5b;
	}

	.panel-brown .panel-body {
		padding: 0;
		border: 0;
	}

.panel-green {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #2e5c4c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #4b826e;
	color: white;
}

	.panel-green h4.heading {
		margin: 0;
		margin-bottom: 10px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #5c927e;
	}

	.panel-green .panel-body {
		padding: 0;
		border: 0;
	}

.panel-teal {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #006c6c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: teal;
	color: white;
}

	.panel-teal h4.heading {
		margin: 0;
		margin-bottom: 10px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #3ea0a0;
	}

	.panel-teal .panel-body {
		padding: 0;
		border: 0;
	}

.panel-yellow {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #ef9d0d;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #f5b544;
	color: white;
}

	.panel-yellow h4.heading {
		margin: 0;
		margin-bottom: 10px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #f8c874;
	}

	.panel-yellow .panel-body {
		padding: 0;
		border: 0;
	}

.panel-orange {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #e85419;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ec7343;
	color: white;
}

	.panel-orange h4.heading {
		margin: 0;
		margin-bottom: 10px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #f19571;
	}

	.panel-orange .panel-body {
		padding: 0;
		border: 0;
	}

	
.panel-group .panel {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.panel-group .panel-heading {
	border-bottom: 1px solid #a9e9eb;
}

	.panel-group .panel-heading + .panel-collapse .panel-body {
		border-top: 0;
	}

.callout {
	margin: 0 0 3px 0;
	padding: 10px 20px;
	border-left: 3px solid white;
	background-color: #f2f2f2;
}

	.callout h4 {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.callout p:last-child {
		margin-bottom: 0;
	}

.callout-danger {
	border-color: #eb4343;
}

	.callout-danger h4 {
		color: #eb4343;
	}

.callout-warning {
	border-color: #b5799e;
}

	.callout-warning h4 {
		color: #b5799e;
	}

.callout-info {
	border-color: #47759e;
}

	.callout-info h4 {
		color: #47759e;
	}

.callout-success {
	border-color: #1e825e;
}

	.callout-success h4 {
		color: #1e825e;
	}

.timeline {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 10px;
	max-width: 1000px;
	list-style: none;
}

	.timeline:after {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		margin-left: -2px;
		width: 1px;
		height: 100%;
		background-color: #ffd266;
		content: "";
	}

	.timeline .timeline-row {
		position: relative;
		z-index: 10;
		padding-left: 50%;
	}

		.timeline .timeline-row .timeline-time {
			position: absolute;
			top: 31px;
			right: 50%;
			margin-right: 40px;
			text-align: right;
			font-weight: 600;
			font-size: 16px;
			line-height: 1.3;
		}

			.timeline .timeline-row .timeline-time small {
				display: block;
				color: #1e825e;
				font-weight: 600;
				font-size: 11px;
			}

		.timeline .timeline-row .timeline-icon {
			position: absolute;
			top: 30px;
			left: 50%;
			z-index: 100;
			overflow: hidden;
			margin-left: -20px;
			padding: 2px;
			width: 38px;
			height: 38px;
			-moz-border-radius: 100%;
			-webkit-border-radius: 100%;
			border-radius: 100%;
			background-color: #e6e6e6;
			-moz-box-shadow: 0 0 10px #999999;
			-webkit-box-shadow: 0 0 10px #999999;
			box-shadow: 0 0 10px #999999;
			color: white;
			text-align: center;
			font-size: 14px;
		}

			.timeline .timeline-row .timeline-icon > div {
				-moz-border-radius: 100%;
				-webkit-border-radius: 100%;
				border-radius: 100%;
				font-size: 16px;
				line-height: 34px;
			}

		.timeline .timeline-row .timeline-content {
			position: relative;
			margin-left: 40px;
			background-color: white;
			color: #333333;
		}

			.timeline .timeline-row .timeline-content:after {
				position: absolute;
				top: 48px;
				left: -41px;
				z-index: -1;
				width: 40px;
				height: 1px;
				background-color: #f59f9f;
				content: "";
			}

			.timeline .timeline-row .timeline-content .panel-body {
				position: relative;
				z-index: 10;
				padding: 15px 15px 2px;
				border: 1px solid #e3e3e3;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				background-color: #e8e8e8;
				background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
				background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
				background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
				background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
				background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
				background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
			}

			.timeline .timeline-row .timeline-content h2 {
				margin-top: 0;
				margin-bottom: 12px;
				color: #333333 !important;
				font-size: 18px;
				line-height: 1.2;
			}

			.timeline .timeline-row .timeline-content p, .timeline .timeline-row .timeline-content img {
				margin-bottom: 15px;
			}

			.timeline .timeline-row .timeline-content img {
				-moz-border-radius: 30%;
				-webkit-border-radius: 30%;
				border-radius: 30%;
			}

				.timeline .timeline-row .timeline-content img.less-round {
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					border-radius: 4px;
				}

		.timeline .timeline-row:nth-child(odd) {
			padding-right: 50%;
			padding-left: 0;
		}

			.timeline .timeline-row:nth-child(odd) .timeline-time {
				right: auto;
				left: 50%;
				margin-right: 0;
				margin-left: 30px;
				text-align: left;
			}

			.timeline .timeline-row:nth-child(odd) .timeline-content {
				margin-right: 40px;
				margin-left: 0;
			}

				.timeline .timeline-row:nth-child(odd) .timeline-content:after {
					right: -41px;
					left: auto;
				}

	.timeline.animated .timeline-row .timeline-content {
		left: 20px;
		opacity: 0;
		-moz-transition: all 0.8s;
		-o-transition: all 0.8s;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}

	.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
		left: -20px;
	}

	.timeline.animated .timeline-row.active .timeline-content {
		left: 0;
		opacity: 1;
	}

	.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
		left: 0;
	}

@media (max-width: 1200px) {
	.timeline {
		padding: 15px 10px;
	}

		.timeline:after {
			left: 28px;
		}

		.timeline .timeline-row {
			margin-bottom: 16px;
			padding-left: 0;
		}

			.timeline .timeline-row .timeline-time {
				position: relative;
				top: 0;
				right: auto;
				margin: 0 0 6px 56px;
				text-align: left;
			}

				.timeline .timeline-row .timeline-time strong {
					display: inline-block;
					margin-right: 10px;
				}

			.timeline .timeline-row .timeline-icon {
				top: 52px;
				left: -2px;
				margin-left: 0;
			}

			.timeline .timeline-row .timeline-content {
				position: relative;
				margin-left: 56px;
				-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
				-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
				box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
			}

				.timeline .timeline-row .timeline-content:after {
					top: 32px;
					right: auto !important;
					left: -20px !important;
				}

			.timeline .timeline-row:nth-child(odd) {
				padding-right: 0;
			}

				.timeline .timeline-row:nth-child(odd) .timeline-time {
					position: relative;
					top: 0;
					right: auto;
					left: auto;
					margin: 0 0 6px 56px;
					text-align: left;
				}

				.timeline .timeline-row:nth-child(odd) .timeline-content {
					margin-right: 0;
					margin-left: 55px;
				}

		.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
			left: 20px;
		}

		.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
			left: 0;
		}
}

.google-visualization-table-table {
	width: 100%;
}
