@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: 'FSJoey';
 src:url('../fonts/FSJoey-Regular.otf');
 font-weight:normal;
}
@font-face {
font-family:'FSJoey';
src:url('../fonts/FSJoey-Medium.otf');
font-weight:600;
}
@font-face {
 font-family: 'FSJoey';
 src:url('../fonts/FSJoey-Bold.otf');
 font-weight:bold;
}
:root {
 --siteColor: #0084ff;
 --webColor: #5f27ff;
}
html {
	height: 100%;
}
body {
	background-color: #f5f5f5;
	font-weight: 400;
	height: 100%;
}
a:hover {
	text-decoration:none
}
._125x, .icon-25x {
	font-size:1.25rem;
	vertical-align: bottom;
}
small .icon-25x {
	font-size:1rem;
}
._165x {
	font-size:1.5rem;
	vertical-align: bottom;
}
/* COLOR */
.text-indigo {
	color: var(--indigo);
}
.text-purple {
	color:var(--purple);
}
.text-pink {
	color:var(--pink);
}
.text-teal {
	color:var(--teal);
}
/* MARGIN PADDING */
.mb10 {
	margin-bottom:10px
}
b, strong {
    font-weight: 600;
}
th, .font-weight-medium {
	font-weight: 500 !important;
}
small, .small {
	font-size: 85%;
}
.center {
	text-align: center;
}
/* BOOTSTRAP */

label, .label {
    font-weight: 500;
	display:block;
}
.form-check-label {
    font-weight: 400;
}
.modal-header{
	padding:0.75rem 1rem;
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.025);
}
.table-danger, .table-danger > th, .table-danger > td {
    background-color: #ffe4e7;
}
.form-check {
    padding-left: 1.5rem;
}
.form-check .form-check-input {
	width: 16px;
	height: 16px;
	margin-left: -1.5rem;
}
.list-group-item {
	padding: 0.75rem;
}
.input-group-lg > .form-control, .form-control {
	font-size: 1rem
}
.nav-tabs {
    margin-bottom: 1rem;
}
.nav-tabs > li > .nav-link {
    border: none;
    border-bottom: 1px solid transparent;
    color: #000;
    font-family: 'FSJoey', Helvetica, sans-serif;
    font-size: 1.063rem;
    font-weight: 500;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: transparent;
    border-color: var(--siteColor);
    color: var(--siteColor);
}
.card, .panel {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	margin-bottom:1.5rem
}
.card-header {
	background-color:#FFF;
}
.card-header > h5, .card-header > h4, .panel-heading > h5, .panel-heading > h4 {
	margin-bottom: 0;
}
.panel {
	margin-bottom: 1rem;
	position: relative;
}
.panel .panel-heading {
	padding: 0.75rem 1rem;
	position: relative;
	background-color: #ffffff;
	border-bottom: 1px solid #e1e1e1;
}
.panel .panel-body {
	padding: 20px
}
.panel-blank {
	background:none;
	box-shadow:none
}
.breadcrumb {
	background:none;
	padding: 0.75rem 1.5rem;
}
.navbar .navbar-brand {
/*padding:0*/
}
.dropdown-item {
	padding: 0.25rem 0.5rem;
}
.table th[align='center'], .table td[align='center'] {
	text-align:center
}
.table th[align='right'], .table td[align='right'] {
	text-align:right
}
.table th[valign='middle'], .table td[valign='middle'] {
	vertical-align:middle
}
.table thead th, .table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 1px;
}
.col-form-label {
	font-weight:500
}
.custom-control-label {
	line-height: 26px;
}
.nav-pills .nav-link {
	border-radius: 0
}
.nav-fill {
	border-bottom: 1px solid #007aff;
}
.table-sm th, .table-sm td {
    font-size: 0.938rem;
}
/* END BOOTSTRAP */


.btn-site {
	background-color:#0084ff;
	color:#fff;
}
.btn-site:hover, .btn-site:focus {
	background-color: #5f27ff;
	border-color: #5f27ff;
	color: #fff;
}
.btn-outline-site {
	background-color: transparent;
	border-color: var(--siteColor);
	color: var(--siteColor);
}
.btn-outline-site:hover {
	background-color: var(--siteColor);
	border-color: var(--siteColor);
	color: #fff;
}
/*Colors*/
.white {
	color: #ffffff
}
.whiteBG {
	background-color: #ffffff
}
.dark {
	color: #6f7a8a
}
.darkBG {
	background-color: #6f7a8a
}
.red {
	color: #f40a0a
}
.redBG {
	background-color: #f40a0a
}
.red-smooth {
	color: #d8605f
}
.blue {
	color: #0084ff
}
.blueBG {
	background-color: #61adff
}
.green {
	color: #72b110
}
.greenBG {
	background-color: #72b110
}
.yellow {
	color: #f7cb38
}
.yellowBG {
	background-color: #f7cb38
}
.orange {
	color: #F88C00
}
.orangeBG {
	background-color: #F88C00
}
.purple {
	color:#9c27b0
}
.purpleBG {
	color:#9c27b0
}
/*Text Shadows*/
.tshadow {
	text-shadow: 0px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
.tshadow1 {
	text-shadow: 0px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}
/*Box Shadows*/

.bshadow {
	-webkit-box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.bshadow2 {
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgba(255, 255, 255, 1);
}
/* Gaps ( margins ) */

.gap0 {
	margin: 0;
}
.gap5 {
	margin: 5px;
}
.gap10 {
	margin: 10px;
}
.gap15 {
	margin: 15px;
}
.gap20 {
	margin: 20px;
}
.gap-top0 {
	margin-top:0;
}
.gap-top5 {
	margin-top:5px;
}
.gap-top10 {
	margin-top: 10px;
}
.gap-top15 {
	margin-top: 15px;
}
.gap-top20 {
	margin-top: 20px;
}
.gap-right0 {
	margin-right:0;
}
.gap-right5 {
	margin-right:5px;
}
.gap-right10 {
	margin-right: 10px;
}
.gap-right15 {
	margin-right: 15px;
}
.gap-right20 {
	margin-right: 20px;
}
.gap-left0 {
	margin-left:0;
}
.gap-left5 {
	margin-left:5px;
}
.gap-left10 {
	margin-left: 10px;
}
.gap-left15 {
	margin-left: 15px;
}
.gap-left20 {
	margin-left: 20px;
}
.gap-bottom0 {
	margin-bottom:0;
}
.gap-bottom5 {
	margin-bottom:5px;
}
.gap-bottom10 {
	margin-bottom: 10px;
}
.gap-bottom15 {
	margin-bottom: 15px;
}
.gap-bottom20 {
	margin-bottom: 20px;
}
/* Pads (padding) */



.pad0 {
	padding: 0;
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.pad15 {
	padding: 15px;
}
.pad20 {
	padding: 20px;
}
.pad25 {
	padding: 25px;
}
.pad-right0 {
	padding-right:0;
}
.pad-right5 {
	padding-right:5px;
}
.pad-right10 {
	padding-right: 10px;
}
.pad-right15 {
	padding-right: 15px;
}
.pad-right20 {
	padding-right: 20px;
}
.pad-left0 {
	padding-left:0;
}
.pad-left5 {
	padding-left:5px;
}
.pad-left10 {
	padding-left: 10px;
}
.pad-left15 {
	padding-left: 15px;
}
.pad-left20 {
	padding-left: 20px;
}
.pad-bottom0 {
	padding-bottom:0;
}
.pad-bottom5 {
	padding-bottom:5px;
}
.pad-bottom10 {
	padding-bottom: 10px;
}
.pad-bottom15 {
	padding-bottom: 15px;
}
.pad-bottom20 {
	padding-bottom: 20px;
}
.pad-top0 {
	padding-top:0;
}
.pad-top5 {
	padding-top:5px;
}
.pad-top10 {
	padding-top: 10px;
}
.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
/* Borders */

.bt {
	border-bottom: 1px solid #c9c9c9;
}
.br {
	border-right: 1px solid #c9c9c9;
}
.bb {
	border-bottom: 1px solid #c9c9c9;
}
.bl {
	border-left: 1px solid #c9c9c9;
}
/*Notification styles*/





.notification {
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #5b6779;
	background: #6f7a8a;
	padding: 0px 6px;
	position: relative;
	color: #f2f2f2;
	font-weight: bold;
	font-size: 12px;
}
.notification:after, .notification:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.notification:after {
	border-color: rgba(111, 122, 138, 0);
	border-right-color: #6f7a8a;
	border-width: 6px;
	top: 50%;
	margin-top: -6px;
}
.notification:before {
	border-color: rgba(182, 119, 9, 0);
	border-right-color: #5b6779;
	border-width: 7px;
	top: 50%;
	margin-top: -7px;
}
.notification.green {
	border-color: #58890b;
	background: #72b110;
	color: #f2f2f2;
}
.notification.green:after {
	border-color: rgba(114, 177, 16, 0);
	border-right-color: #72b110;
}
.notification.gree:before {
	border-color: rgba(88, 137, 11, 0);
	border-right-color: #58890b;
}
.notification.red {
	border-color: #be3d3c;
	background: #d8605f;
	color: #f2f2f2;
}
.notification.red:after {
	border-color: rgba(216, 96, 95, 0);
	border-right-color: #d8605f;
}
.notification.red:before {
	border-color: rgba(190, 61, 60, 0);
	border-right-color: #be3d3c;
}
.notification.blue {
	border-color: #3693e2;
	background: #62aeef;
	color: #f2f2f2;
}
.notification.blue:after {
	border-color: rgba(98, 174, 239, 0);
	border-right-color: #62aeef;
}
.notification.blue:before {
	border-color: rgba(54, 147, 226, 0);
	border-right-color: #3693e2;
}
.succ_msg {
	text-align:center;
	color:#009900;
}
.error_msg {
	text-align:center;
	color:#FF0000;
}
/*Change fonts here*/

.list-unstyled {
	padding-left: 0;
	list-style: none;
}
/* -----------------------------------------

   Bootstrap custom styles

----------------------------------------- */

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index: 1020;
}
.page-header {
	padding-bottom: 0;
	margin-top: 9px;
	border-color: #c9c9c9;
	-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}
/* Static Alerts */

.alert i {
	margin-top: -2px;
	vertical-align:middle
}
/*Labels*/

.label {
	padding: 4px 6px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
}
.label, .badge-default {
	background-color: #6f7a8a;
}
.label-success, .badge-success {
	background-color: #72b110;
}
.label-warning, .badge-warning {
	background-color: #F88C00;
}
.label-important, .badge-important {
	background-color: #f40a0a;
}
.label-info, .badge-info {
	background-color: #62aeef;
}
.label-inverse, .badge-inverse {
	background-color: #333333;
}
/* Btn groups preapend and append elements */

.btn-group > .btn:first-child {
	-webkit-border-bottom-left-radius: 1px;
	border-bottom-left-radius: 1px;
	-webkit-border-top-left-radius: 1px;
	border-top-left-radius: 1px;
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-topleft: 1px;
}
.btn-group > .btn:last-child, .btn.last-child, .btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 1px;
	border-top-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	border-bottom-right-radius: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomright: 1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 1px 1px 0 0;
	-moz-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}
.btn-group-vertical > .btn:last-child, .btn-group-vertical > .btn.last-child {
	-webkit-border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
	border-radius: 0 0 1px 1px;
}
.btn-group .btn i {
	margin-left: 0;
	margin-right: 0;
}
.btn-group {
	vertical-align: top;
}
.controls.controls-row .input-group .input-group-addon {
	float: left;
}
.controls.controls-row .input-group .btn-group {
	padding:0;
}
.controls.controls-row .input-group .btn-group {
	float: left;
}
.controls.controls-row .input-group .btn-group > .btn:first-child {
	margin-left: -1px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
}
.help-block {
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .radio {
	padding-top: 0;
}
/* Form styles */

.form-group {
	clear: both;
}
.form-group.relative {
	position: relative;
}
.form-group.relative input {
	padding-left: 46px;
}
.listinput2 {
	border-radius: 1px!important;
	color: #777777 !important;
	font-size: 14px !important;
	padding: 2px 12px !important;
	margin:-12px 2px 8px 4px !important;
	float:left !important;
}
.addbott {
	border: 1px solid #C9C9C9;
	border-radius: 1px;
	float: left;
	margin: -11px 0 0 4px;
	padding: 7px 12px;
}
.addbott:hover {
	border: 1px solid #d7d4d4;
	border-radius: 1px;
	float: left;
	margin: -11px 0 0 4px;
	padding: 7px 12px;
}
/*label, input, button, select, textarea {line-height: 25px;}*/



.radio, .checkbox {
	padding-left: 0;
	min-height: auto;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	margin-left: 0px;
}
label.checkbox.inline {
	display: inline-block;
}
.control-label {
	font-weight: 500;
}
.from-group .switch {
	margin-right: 10px;
	margin-bottom: 10px;
}
.panel form {
	margin-bottom: 0;
}
.panel .form-actions {
	margin-bottom: 0;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
form .from-group {
	border-bottom: 1px dashed #c9c9c9;
}
form .from-group.borderless {
	border-bottom: 0;
	margin-bottom: 0;
}
form .from-group:last-child {
	margin-bottom: 0;
}
form .from-group:last-child {
	border-bottom: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background-color:#fff;
	outline: 0;
	outline: thin dotted \9;/* IE6-9 */
}
.input-group-btn .btn {
	margin-left: -1px;
}
select {
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
}
select[multiple], select[size] {/*height: 100px;min-width: 250px;*/
	margin-bottom: 15px;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #ffffff;
}
/* validation style */
input.error, textarea.error {
	border-color: #f00;
	outline: 0;
	outline: thin dotted \9;/* IE6-9 */
}
input.valid {
	border-color: #0c0;
	outline: 0;
	outline: thin dotted \9;/* IE6-9 */
}
label.error {
	color: #f00;
	margin-bottom: 0;
	font-size: 13px;
}
.checker label.error {
	float: left;
	width: 260px;
	padding-left: 30px;
	margin-top: -20px;
	text-align: left;
}
.select2-container {
	margin-bottom: 15px;
}
/* Tables */

.table {
	background-color: #fff;
}
.modal .table {
	box-shadow:none
}
table .center {
	text-align: center
}
table .vcenter {
	vertical-align: middle;
}
.table tbody tr.success > td {
	background: #e0f1d6;
}
.table tbody tr.error > td {
	background: #f3dfdf;
}
.table tbody tr.warning > td {
	background: #fff1c4;
}
.table tbody tr.info > td {
	background: #daecf8;
}
tr.rowlink:hover {
	cursor: pointer;
}
tr.rowlink:hover td.nolink {
	cursor: default;
}
.table-toolbar {
	background: #fcfcfc;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}
.table-toolbar .btn-group {
	margin-left: 20px;
	margin-right: 20px;
}
/* ------------------Pagination--------------------*/

/* ------------------Buttons--------------------*/


/* ------------------dropdowns--------------------*/

.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #62aeef;
}
.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
	border-radius: 0 0 1px 1px;
}
.dropdown-menu li {
	margin-bottom: 0;
}
.dropdown-menu > li > a {
	padding: 6px 20px;
	color: #666666;
	border: 1px solid transparent;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 2px 1px;
	background-color: #c9c9c9;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: #62aeef;
	background-image: -moz-linear-gradient(top, #0088cc, #62aeef);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#62aeef));
	background-image: -webkit-linear-gradient(top, #0088cc, #62aeef);
	background-image: -o-linear-gradient(top, #0088cc, #62aeef);
	background-image: linear-gradient(to bottom, #0088cc, #62aeef);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
	border-color: #0277b1 #0088cc #0088cc #0088cc
}
/* ------------------ Accordion --------------------*/

.accordion-toggle {
	margin-left: -30px;
}
.panel-heading .accordion-toggle:after {
	font-family: 'icomoonregular';
	content: "\e3b4";
	position: absolute;
	right: 10px;
	top: 12px;
}
.panel-heading .accordion-toggle.collapsed:after {
	content: "\e3b5";
}
/* ------------------ Action links --------------------*/

.act {
	color: #6f7a8a;
}
.act:hover {
	color: #4e535c;
	text-shadow: 0px 1px 1px rgba(85, 85, 85, 0.2);
}
.act-primary {
	color: #62aeef;
}
.act-primary:hover {
	color: #378cd5;
	text-shadow: 0px 1px 1px rgba(0, 109, 204, 0.2);
}
.act-info {
	color: #4eacc8;
}
.act-info:hover {
	color: #2b8eab;
	text-shadow: 0px 1px 1px rgba(75, 175, 206, 0.2);
}
.act-success {
	color: #72b110;
}
.act-success:hover {
	color: #5d9408;
	text-shadow: 0px 1px 1px rgba(81, 164, 81, 0.2);
}
.act-warning {
	color: #f88c00;
}
.act-warning:hover {
	color: #d87b02;
	text-shadow: 0px 1px 1px rgba(192, 152, 84, 0.2);
}
.act-danger {
	color: #d8605f;
}
.act-danger:hover {
	color: #bc3b3a;
	text-shadow: 0px 1px 1px rgba(185, 72, 70, 0.2);
}
/* ------------------ Progress bars--------------------*/

.progress {
	height: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: url(../images/patterns/furley_bg1.png) repeat;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
	-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.050);
}
.progress.progress-mini {
	height: 8px;
	margin-top: 13px;
}
.progress .bar {
	background-color: #62aeef;
	background-image: -moz-linear-gradient(top, #0088cc, #519fe2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#519fe2));
	background-image: -webkit-linear-gradient(top, #0088cc, #519fe2);
	background-image: -o-linear-gradient(top, #0088cc, #519fe2);
	background-image: linear-gradient(to bottom, #0088cc, #519fe2);
	background-repeat: repeat-x;
	border-color: #519fe2 #519fe2 #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
}
.progress-striped .bar {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress-info .bar, .progress .bar-info {
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #4eacc8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#4eacc8));
	background-image: -webkit-linear-gradient(top, #5bc0de, #4eacc8);
	background-image: -o-linear-gradient(top, #5bc0de, #4eacc8);
	background-image: linear-gradient(to bottom, #5bc0de, #4eacc8);
	background-repeat: repeat-x;
	border-color: #4eacc8 #4eacc8 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
}
.progress-success .bar, .progress .bar-success {
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #72b110);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#72b110));
	background-image: -webkit-linear-gradient(top, #62c462, #72b110);
	background-image: -o-linear-gradient(top, #62c462, #72b110);
	background-image: linear-gradient(to bottom, #62c462, #72b110);
	background-repeat: repeat-x;
	border-color: #72b110 #72b110 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
}
.progress-danger .bar, .progress .bar-danger {
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #d8605f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#d8605f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #d8605f);
	background-image: -o-linear-gradient(top, #ee5f5b, #d8605f);
	background-image: linear-gradient(to bottom, #ee5f5b, #d8605f);
	background-repeat: repeat-x;
	border-color: #d8605f #d8605f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
}
.progress-warning .bar, .progress .bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f88c00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f88c00));
	background-image: -webkit-linear-gradient(top, #fbb450, #f88c00);
	background-image: -o-linear-gradient(top, #fbb450, #f88c00);
	background-image: linear-gradient(to bottom, #fbb450, #f88c00);
	background-repeat: repeat-x;
	border-color: #f88c00 #f88c00 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
/* ------------------ Popovers --------------------*/

.popover {
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover-title {
	border-bottom: 1px solid #c9c9c9;
	-webkit-border-radius: 1px 1px 0 0;
	-moz-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
	font-weight: bold;
}
.popover.bottom .arrow:after {
	border-bottom-color: #f9f9f9;
}
/* ------------------ Well --------------------*/

.well {
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
}
/* ------------------ Pills --------------------*/

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background-color: #62aeef;
}
/* ------------------ Pager --------------------*/

.pager li > a, .pager li > span {
	background-color: #f7f7f7;
	border: 1px solid #c9c9c9;
	webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.pager li > a:hover, .pager li > a:focus {
	border-color: #bababa;
	background: #e6e6e6;
}
/* -----------------------------------------

   Page structure

----------------------------------------- */

#sidebar {
	width:250px;
	position:fixed;
	z-index: 9;
}
#content {
	padding-left: 250px;
	-webkit-transition: margin ease-in-out 0.1s;
	-moz-transition: margin ease-in-out 0.1s;
	-o-transition: margin ease-in-out 0.1s;
	transition: margin ease-in-out 0.1s;
	min-height:530px
}
#content.hided, #content.isCollapse.hided, #content.hided.isCollapse {
	padding-left: 0px;
}
#content.isCollapse {
	padding-left: 60px;
}
#content.offCanvas {
	padding-left: 250px;
	width: 100%;
}
/*#content .row {
	margin-bottom: 15px;
}*/
#content .wrapper {
}
#content .wrapper>.container-fluid {
	padding-left: 25px;
	padding-right: 25px;
}
/* ------------------Header--------------------*/
#header .navbar {
	border-bottom: 1px solid #e1e1e1;
	padding-top: 0;
	padding-bottom: 0;
	height: 64px;
}
#header .navbar-form {
	margin-left: 210px;
	width:300px;
	margin-top: 11px;
}
#header #top-search.shown {
	position: absolute;
	z-index: 999;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-top: 51px;
	width: 351px;
	background: #4e525d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e525d), color-stop(100%, #363840));
	background: -webkit-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -o-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -ms-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: linear-gradient(to bottom, #4e525d 0%, #363840 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e525d', endColorstr='#363840', GradientType=0 );
	filter: none;
}
#header #top-search.shown form {
	display: inline-block;
}
#header #top-search.shown form .input-btn-group {
	text-align: center;
}
#header #top-search form {
	margin-bottom: 0;
}
#header #top-search input#tsearch {
	height: 25px;
	min-height: 30px !important;
	width: 300px;
	-webkit-border-radius:1px;
	border-radius: 1px;
}
#header #top-search .btn {
	-webkit-border-radius:1px;
	border-radius: 1px;
	margin-top: 0;
	margin-left: -1px;
	line-height: 20px;
	height: 30px;
}
#header .dropdown-menu {
	border-radius: 0;
	border-top: none;
	right: 0;
	left:auto;
	position: absolute;
}
#header .dropdown-menu:after, #header .dropdown-menu:before {
	border:none;
}
#header .dropdown-menu li {
	background: #f2f2f0;
	border-bottom: 1px dotted #c9c9c9;
	margin-bottom:0;
}
#header .dropdown-menu li a {
	padding: 8px 10px;
	font-size: 13px;
}
#header .dropdown-menu li a:hover {
	background: url(../images/patterns/cream_dust.png) repeat !important;
	color: #555;
	-webkit-transition: 0.15s all ease-in;
	-moz-transition: 0.15s all ease-in;
	-o-transition: 0.15s all ease-in;
	transition: 0.15s all ease-in;
	border-color: transparent;
}
#header .dropdown-menu li a i {
	color: #777779;
	margin-left: 5px;
}
#header .dropdown-menu li a:hover i {
	color: #63a9dd;
	-webkit-transition: 0.15s all ease-in;
	-moz-transition: 0.15s all ease-in;
	-o-transition: 0.15s all ease-in;
	transition: 0.15s all ease-in;
}
#header .dropdown-menu li a .notification {
	margin-left: 10px;
}
#header .dropdown-menu.messages {
	min-width: 280px;
}
#header .dropdown-menu.messages li.head {
	border-bottom: 1px solid #c9c9c9 !important;
	background: url(../images/patterns/furley_bg.png) repeat !important;
	text-align: right;
}
#header .dropdown .notification {
	margin-left: 5px;
	float: right;
}
 #header .dropdown a i[class*="icon24"] {
float: left;
}
#header .dropdown-menu.messages li {
	float: left;
	min-width: 100%;
}
#header .dropdown-menu.messages li:last-child {
	border-bottom: none;
}
#header .dropdown-menu.messages li.head h4 {
	padding-left: 10px;
	margin-top: 9px;
	margin-bottom: 5px;
	float: left;
}
#header .dropdown-menu.messages li.head .new-msg {
	border-left: 1px solid #c9c9c9;
	display: inline-block;
	position: relative;
	padding-top: 8px;
	padding-bottom: 5px;
}
#header .dropdown-menu.messages li.head .new-msg a {
}
#header .dropdown-menu.messages li.head .count {
	font-style: italic;
	font-size: 11px;
	padding: 0 10px;
}
#header .dropdown-menu.messages li a.clearfix {
	float: left;
	width: 100%;
	height: 100%;
	line-height: 32px;
	padding: 5px 0;
}
#header .dropdown-menu.messages .avatar {
	float: left;
	padding-left: 10px;
}
#header .dropdown-menu.messages .avatar img {
	width: 32px;
	height: 32px;
}
#header .dropdown-menu.messages .msg {
	float: left;
	padding: 0 10px;
}
#header .dropdown-menu.messages li .btn.close {
	margin-right: 6px;
	margin-top: 6px;
}
#header .dropdown-menu.messages .foot {
	background: url(../images/patterns/furley_bg.png) repeat !important;
	line-height: 36px;
	text-align: center;
}
#header .dropdown-menu.messages .foot a {
	font-size: 14px;
	font-weight: bold;
}
 #header .dropdown-menu.messages li:not(.head):not(.foot) a:hover {
 background: url(../images/patterns/cream_dust.png) repeat !important;
 -webkit-transition: 0.15s all ease-in;
 -moz-transition: 0.15s all ease-in;
 -o-transition: 0.15s all ease-in;
 transition: 0.15s all ease-in;
}
#header .user .avatar {
	padding-top: 9px;
	padding-bottom: 10px;
}
#header .avatar img {
	border-radius:50%
}
#header .user .avatar .more i {
	margin-right: -5px;
}
/* ------------------Sidebar --------------------*/

#sidebar {
	-webkit-transition: margin ease-in-out 0.1s;
	-moz-transition: margin ease-in-out 0.1s;
	-o-transition: margin ease-in-out 0.1s;
	transition: margin ease-in-out 0.1s;
	margin-left: 0;
}
#sidebar.fixed {
	top: 0;
	position: fixed;
	left: 0;
	bottom: 0;
}
#sidebar:after {
	content: "";
	width: 250px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-box-shadow: 1px 0 30px rgba(0, 0, 0, .1);
	box-shadow: 1px 0 30px rgba(0, 0, 0, .1);
	z-index: -1;
}
#sidebar.hided:after {
	left:-300px;
}
#sidebar.isCollapse:after {
	width: 60px;
}
#sidebar.isCollapse {
	width: 60px;
	z-index:99/*position:inherit*/
}
#sidebar.hided {
	margin-left: -300px;
}
/* ------------------Side opitons--------------------*/

.side-options {
	border-bottom:1px solid #ddd;
}
#sidebar.isCollapse .side-options {
	width: 47px;
}
.side-options ul {
	list-style: none;
	margin:0;
	float: left;
	width: 100%;
	padding-left: 0;
}
.side-options ul li {
	margin-bottom: 0;
	float: left;
	border-left: 1px solid #c9c9c9;
	text-align: center;
	min-width: 100%;
}
.nav-link.collapsing {
	height: auto;
}
#collapse-nav {
	color: #fff;
	font-size: 2.25em;
	line-height: 1;
	vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
}
.side-options ul li a#collapse-nav.hided {
	text-indent: -9999px;
}
/* ------------------ Sidebar.panel --------------------*/

	.sidebar-widget {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sidebar-widget.hided {
	display: none;
}
.sidebar-widget-header {
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 1), 0px 1px 0px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 1), 0px 1px 0px 0px rgba(0, 0, 0, 0.8);
	color: white;
	padding: 10px 0;
	border-bottom: 1px solid #25272c;
	background: #4e525d;
	background: -moz-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e525d), color-stop(100%, #363840));
	background: -webkit-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -o-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -ms-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: linear-gradient(to bottom, #4e525d 0%, #363840 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e525d', endColorstr='#363840', GradientType=0 );
}
/* ------------------Main navigation--------------------*/

#mainnav {
}
#mainnav .nav-list {
	display: block;
	padding-left: 0;
	padding-right: 0;
}
#mainnav .nav-list>li {
}
#mainnav .nav-list>li>a {
	border-radius:0;
	color:#333;
	display: block;
	font-family: 'FSJoey', Helvetica, sans-serif;
	font-size: 1.063rem;
	padding: 0.65rem 1rem;
	position:relative;
}
#mainnav .nav-list>li>a .icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-right: 3px;
	text-align: center;
	font-size: 20px;
	color: var(--siteColor);
	vertical-align: text-bottom;
}
#mainnav .nav-list>li>a:hover .icon {
	color: #0084ff;
}
.isCollapse #mainnav .nav-list>li>a .icon {
	width: 35px;
}
#mainnav .nav-list li a .notification {
	float: right;
	line-height: 20px;
	margin-top: 9px;
	margin-right: 9px;
}
#sidebar.isCollapse #mainnav .nav-list li a .notification {
	display: none;
}
#mainnav .nav-list>li>a .icon i {
	margin-left: 0;
	margin-right: 0;
}
.isCollapse #mainnav .nav-list>li> a .txt {
	padding: 0 1rem;
}
#mainnav .nav-list li a .more {
	float: right;
}
#mainnav .nav-list>li> a .more i {
}
#mainnav ul li a.rotateIn .icon i {
 transition: all .5s;
 -moz-transition: all .5s;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
#mainnav ul li a.rotateOut .icon i {
 transition: all .5s;
 -moz-transition: all .5s;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
/* Current states */

/*#mainnav .nav-list>li.current>a .icon {
	background: #0a2da5;
}*/
#mainnav .nav-list>li.current>a, #mainnav .nav-list>li.current>a:hover {
	background-color: var(--siteColor);
	color:#fff;
}
#mainnav .nav-list>li.current>a .icon > i {
	color: #fff !important;
}
#mainnav .nav-list>li.current> .sub li.current {
	border-top: 1px solid #c9c9c9;
}
#mainnav .nav-list>li.current> .sub li.current {
	border-bottom: 1px solid #c9c9c9;
}
#mainnav .nav-list>li.current> .sub li.current:first-child {
	border-top: 1px solid transparent;
}
#mainnav .nav-list>li.current> .sub li.current:last-child {
	border-bottom: 1px solid transparent;
}
#mainnav .nav-list>li.current> .sub li.current a {
	background: url(../images/patterns/furley_bg2.png);
}
#mainnav .nav-list>li.current> .sub li.current a:after {
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	bottom: 0;
	border-left: 3px solid #62aeef;
	width: 100%;
	height: 48px;
}

/* Sub states */

#mainnav .nav-list>li> .sub, #mainnav .nav-list>li> .sub>li .sub {
	background-color: #fff;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	/*position: relative;*/
}
#mainnav .nav-list>li> .sub li {
}
#mainnav .nav-list>li> .sub li a {
	font-size: 0.938rem;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	position: relative;
	transition: all 0.3s ease-in-out;
}
/* Hover states */
#mainnav .nav-list>li> .sub li a:hover {
	background-color: #f5f5f5;
	color:var(--siteColor);
	padding-left: 2rem;
}
#mainnav .nav-list>li> .sub>li .sub>li>a {
	padding-left: 40px;
	position: relative;
}
#mainnav .nav-list>li> .sub li a [class*="la-"] {
 color: var(--siteColor);
}
#mainnav .nav-list>li> .sub.show {
	display: block;
}
#mainnav .nav-list li.hasSub ul.sub li.hasSub ul.sub.show {
	border-bottom: 1px solid #c9c9c9;
}
/* Collapsed nav  */



#sidebar.isCollapse .nav-list>li {
	position: relative;
}
#sidebar.isCollapse .nav-list>li>a {
/*float: left;*/
}
#sidebar.isCollapse .nav-list>li>a .txt {
	display: none;
	position: fixed;
	left: 60px;
	/*top: 0;*/
	width: 220px;
	height: 40px;
	line-height: 40px;
	z-index: 9998;
}
#sidebar.isCollapse .nav-list>li>ul.sub {
	position: fixed;
	z-index: 999;
	left: 60px;
	/*top: 48px;*/
	width: 220px;
	display: none;
	background-color:#fff;
 -webkit-transition: visibility .25s, opacity .25s;
 -o-transition: visibility .25s, opacity .25s;
 -moz-transition: visibility .25s, opacity .25s;
 transition: visibility .25s, opacity .25s;
	-webkit-box-shadow: 25px 5px 75px 2px rgba(64, 70, 74, .2);
	box-shadow: 25px 5px 75px 2px rgba(64, 70, 74, .2);
}
#sidebar.isCollapse .nav-list>li>ul.sub li>ul.sub {
	position: absolute;
	z-index: 9999;
	left: 173px;
	top: -1px;
	width: 175px;
	border: 1px solid #c9c9c9;
}
.isCollapse #mainnav .nav-list>li ul.sub li a {
}
.isCollapse #mainnav .nav-list>li a .more {
	display: none;
}
.isCollapse #mainnav .nav-list>li:hover a .txt {
	display: inline-block;
}
.isCollapse #mainnav .nav-list>li:hover> a .txt {
	background-color: var(--siteColor);
	color:#fff
}
.isCollapse #mainnav .nav-list>li:hover>ul.sub, .isCollapse #mainnav .nav-list>li>ul.sub>li:hover>ul.sub {
	display: block !important;
}
/* ------------------Breadcrumb--------------------*/		

.crumb {
	width: 100%;
	height: 36px;
	background: url(../images/patterns/furley_bg.png) repeat;
	border-bottom: 1px solid #c9c9c9;
}
#content.hided .crumb, #content.isCollapse.hided .crumb, #content.hided.isCollapse .crumb {
	padding-left: 0px;
}
#content.isCollapse .crumb {
	padding-left: 0px;
}
.crumb .breadcrumb {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0 15px;
	line-height: 35px;
}
/* ------------------Heading area--------------------*/

	#heading {
	text-transform: uppercase;
	padding-bottom: 0;
	border-bottom: 1px solid #c9c9c9;
	-webkit-box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow:  0px 1px 0px 0px rgba(255, 255, 255, 1);
	position: relative;
	margin: 0 -25px 25px -25px;
	padding-left: 20px;
	background: white;
}
#heading:after, #heading:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#heading:before {
	border-color: rgba(201, 201, 201, 0);
	border-top-color: #c9c9c9;
	border-width: 11px;
	left: 47px;
	margin-left: -11px;
}
#heading:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	left: 47px;
	margin-left: -10px;
}
#heading h1 {
	font-size: 15px;
	margin-top: 1px;
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 12px;
	display: inline-block;
	line-height: 36px;
}
/* ------------------ Back to top--------------------*/

#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background-color:#61adff;
	color:#fff;
	padding: 6px;
	-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
#back-to-top a .la-rocket {
	transform: rotate(-45deg);
}
#back-to-top a:hover {
	background-color: #007bff;
}
/* -----------------------------------------

  Custom.panels

----------------------------------------- */



/* ------------------Widget box--------------------*/

.panel.second {
	margin-top: 20px;
}
.panel.plain {
	background: #ffffff;
}
.panel.closed .panel-heading {
}
.panel.drag .panel-heading {
	cursor: move;
	border-bottom: 1px solid #c9c9c9;
}
.panel .panel-heading.pattern1 {
	background: url(../images/patterns/debut_light.png) repeat;
}
.panel.plain .panel-heading {
	border-bottom: none;
	box-shadow: none;
	background: none;
	padding: 2px 0 3px;
	filter: none;
}
.panel .panel-heading h4 {
}
.panel.plain .panel-heading h4 {
	padding-left: 0;
}
.panel.plain .panel-heading i {
	margin-top: 0px;
}
.panel .panel-heading .icon {
	float: left;
	border-right: 1px solid #c9c9c9;
	width: 41px;
	height: 100%;
	box-shadow: none;
	position: absolute;
	top: 0;
	left: 1px;
	text-align: center
}
.panel .panel-heading .icon:after {
	position: absolute;
	top: 0;
	left:0;
	width: 39px;
	height: 98%;
	content: "";
	-webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 1), 1px 0px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 1), 1px 0px 0px 0px rgba(255, 255, 255, 1);
}
.panel .panel-heading .icon:before {
	position: absolute;
	top: 0;
	left:1px;
	width: 38px;
	height: 97%;
	content: "";
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.panel .panel-heading .icon i {
	color:#777777;
	margin-top: 9px;
}
.panel.plain .panel-heading i {
	margin-left: 15px;
}
.panel .panel-heading .minimize, .panel .panel-heading .maximize, .card .card-header .minimize, .card .card-header .maximize {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	border:1px solid transparent;
}
.panel .panel-heading .minimize:hover, .panel .panel-heading .maximize:hover {
	border:1px dashed #c9c9c9;
	-webkit-transition: 0.15s all ease-in;
	-moz-transition: 0.15s all ease-in;
	-o-transition: 0.15s all ease-in;
	transition: 0.15s all ease-in;
}
.panel .panel-heading .minimize:after, .card .card-header .minimize:after {
	display: block;
	width: 0;
	height: 0;
	margin-top: 2px;
	margin-left: 5px;
	font: normal normal normal 16px/1 LineAwesome;
	content: "\f110";
}
.panel .panel-heading .maximize:after, .card .card-header .maximize:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top: 9px;
	margin-left: 4px;
	font: normal normal normal 16px/1 LineAwesome;
	content: "\f113";
}
.panel .panel-heading .w-right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-top: 5px;
}
.panel .panel-heading .w-right .btn-full {
	height: 40px;
	margin-top: -10px;
	margin-right: -10px;
}
.panel .panel-heading .w-right .progress {
	min-width: 100px;
	margin-top: 8px;
}
.panel .panel-heading .w-right .search-query {
	margin-bottom: 0;
	min-height: 24px !important;
	line-height: 24px;
	margin-top: -5px;
	background: #ffffff;
}
.panel .panel-heading .w-right div.selector {
	margin-top: -5px;
	height: 30px;
	background: white;
}
.panel .panel-heading .w-right div.selector span {
	height: 30px;
	background-position: right -3px;
}
.panel .panel-heading .w-right div.selector select {
	top: -8px;
	height: 30px;
}
.panel .panel-heading .w-right .has-switch {
	margin-top: -9px;
}
.panel .panel-body table {
	margin-bottom: 0;
}
.panel .panel-body.noPadding {
	padding: 0;
}
.panel .panel-body.noPadding table {
	margin-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
}
.panel .panel-body.noPadding table thead th {
	box-shadow: none;
}
.panel .panel-body.noPadding .nav-tabs > li > a {
	border-top-color: transparent;
}
.panel .panel-body.noPadding .nav-tabs > li:first-child > a {
	border-left-color: transparent;
}
.panel .panel-body.noPadding .tab-content {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.panel .panel-body.slideDown {
	display: block;
}
.panel .panel-body.slideUp {
	display: none;
}
.sortable-placeholder {
	border:1px dashed #c9c9c9;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
}
/* ------------------Vital stats--------------------*/

.vital-stats {
	width: 100%;
	height: auto;
	padding-top: 15px;
}
.vital-stats ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.vital-stats li {
	display: inline-block;
	margin-bottom: 0;
}
.vital-stats .item {
	text-align: left;
	width: 152px;
	height:50px;
	background: #f5f5f5;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.vital-stats .item:hover {
	background: #fcfcfc;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.15s all ease-in;
	-moz-transition: 0.15s all ease-in;
	-o-transition: 0.15s all ease-in;
	transition: 0.15s all ease-in;
}
.vital-stats .item .icon {
	float: left;
	width: 50px;
	height: 50px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #6f7a8a;
}
.vital-stats .item:hover .icon i {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.vital-stats .item .icon.red {
	background: #f40a0a;
}
.vital-stats .item .icon.blue {
	background: #62aeef;
}
.vital-stats .item .icon.green {
	background: #72b110;
}
.vital-stats .item .icon.yellow {
	background: #f7cb38;
}
.vital-stats .item .icon.orange {
	background: #F88C00;
}
.vital-stats .item .icon i {
	font-size: 24px;
	padding: 12px;
	color: white;
	margin-left: 0;
	margin-right: 0;
}
.vital-stats .item .percent {
	float: right;
	width: 90px;
	font-weight: bold;
	font-size: 24px;
	color: #666;
	height: 25px;
	line-height: 32px;
}
.vital-stats .item .txt {
	float: right;
	width: 90px;
	color: #b3b0b0;
	text-transform: uppercase;
	height: 25px;
	font-size: 11px;
	line-height: 25px;
}
/* ------------------Stats buttons--------------------*/



.stats-buttons {
}
.stats-buttons ul {
	margin:0;
	text-align: center;
	padding-left: 0;
	overflow:hidden
}
.stats-buttons li {
	float: left;
	width: 33.3333%;
	margin-bottom: 10px;
	padding:0 10px;
}
.stats-buttons li.center {
	display: inline-block;
	float: none;
}
.stats-buttons li a {
	display:block;
	border: 1px solid #e1e1e1;
	padding:10px;
	text-align: center;
	background-color:#fff;
	-webkit-transition: 0.15s all ease-in;
	-moz-transition: 0.15s all ease-in;
	-o-transition: 0.15s all ease-in;
	transition: 0.15s all ease-in;
	text-decoration:none
}
.stats-buttons li a:hover {
	background-color:#f5f5f5;
}
.stats-buttons li a:hover .icon {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-ms-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.stats-buttons li:last-child a {
}
/* ------------------red color is defaulth--------------------*/

.stats-buttons li a .icon {
	color: #fff;
	font-size: 30px;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.stats-buttons li a .number {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 24px;
	margin:5px 0 5px;
	color: #777777;
}
.stats-buttons li a .txt {
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
	font-weight: 500;
	display:block
}
/* ------------------spark stats --------------------*/

/*Stats buttons with sparklines */

.spark-stats {
	display: inline-block;
}
.spark-stats ul {
	margin:0;
}
.spark-stats li {
	display: inline-block;
	margin-bottom: 0;
}
.spark-stats li a {
	position: relative;
	float: left;
	width: 152px;
	height: 50px;
	border:1px solid #d7d7d7;
	background: url(../images/patterns/debut_light.png) repeat;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 1px 0px rgba(255, 255, 255, 1);
	-webkit-transition: 0.15s all ease-in;
	-moz-transition: 0.15s all ease-in;
	-o-transition: 0.15s all ease-in;
	transition: 0.15s all ease-in;
	text-decoration: none;
	margin-right: 15px;
}
.spark-stats li a:hover {
	background: url(../images/patterns/debut_light1.png) repeat;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.spark-stats li a:hover .up {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.spark-stats li a:hover .down {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.spark-stats a .txt {
	width: 80%;
	height: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-left: 10px;
	margin-top: 5px;
	color: #474749;
}
.spark-stats a .number {
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}
.spark-stats a .positive .number {
	color: #42b449;
}
.spark-stats a .negative .number {
	color: #db4a37;
}
.spark-stats a .up {
	display: block;
	width: 0;
	height: 0;
	border: solid 10px;
	border-color: transparent transparent #42b449 transparent;
	margin-top: -5px;
	margin-left: 10px;
	float: left;
}
.spark-stats a .down {
	display: block;
	width: 0;
	height: 0;
	border: solid 10px;
	border-color: #db4a37 transparent transparent transparent;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
.spark-stats a .spark {
	float: right;
	margin-right: 10px;
}
.jqstooltip {
	padding: 5px;
	display: inline-block;
}
.jqsfield {
	color: white;
	text-align: left;
	padding: 5px;
	margin-left: -5px;
	margin-right: 5px;
	margin-top: -5px;
	margin-bottom: 5px;
}
/* ------------------Campaign stats--------------------*/

.campaign-stats {
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #c9c9c9;
	margin-top: 15px;
	margin-bottom: -15px;
}
.circular-bar {
	border-top: none;
	width: 100%;
	height: auto;
	float: left;
}
.campaign-stats .items, .circular-bar .items {
	display: inline-block;
	margin: 8px
}
;
.campaign-stats .percentage, .circular-bar .percentage {
	text-align: center;
	color: #333;
	font-weight: 100;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}
.campaign-stats .items span, .circular-bar .items span {
	font-weight: bold;
}
.campaign-stats .txt, .circular-bar .txt {
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
/* ------------------Social stats--------------------*/

.social-stats {
	float: right;
	width: 50%;
	margin-top: 15px;
}
.social-stats ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.social-stats li.item {
	display: inline-block;
}
.social-stats li.item .icon {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.social-stats li.item .icon i {
	font-size: 42px;
}
.social-stats li.item .number {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	font-weight: bold;
}
.social-stats li.item .txt {
	float: left;
	width: 100%;
}
/* ------------------ Recent activity --------------------*/

.recent-activity {
	list-style:none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.recent-activity li.item {
	margin-left: 50px;
	margin-right: 20px;
	padding: 20px 0;
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px dashed #c9c9c9;
}
.recent-activity li:last-child {
	border-bottom: none;
}
.recent-activity li.last-child {
	border-bottom: 0;
}
.recent-activity li .icon {
	float: left;
	width: 32px;
	height: 32px;
	border: 1px solid #ba3938;
	background: #d8605f;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow:inset 0px 0px 4px 0px #ffffff, 0px 0px 4px 0px #c9c9c9;
	box-shadow:inset 0px 0px 4px 0px #ffffff, 0px 0px 4px 0px #c9c9c9;
	margin-left: -40px;
}
.recent-activity li .icon:after {
	content: "";
	position: absolute;
	top: 61px;
	left: -25px;
	border-top: none;
	border-left: 2px solid #c9c9c9;
	height: 16px;
	width: 2px;
}
.recent-activity li:last-child .icon:after {
	border:none;
}
.recent-activity li.last-child .icon:after {
	border-left:0;
}
.recent-activity li .icon.green {
	background: #72b110;
	border: 1px solid #72b110;
}
.recent-activity li .icon.blue {
	background: #62aeef;
	border: 1px solid #3693e2;
}
.recent-activity li .icon.yellow {
	background: #e7d246;
	border: 1px solid #d0ba24;
}
.recent-activity li .icon.yellow i {
	color: #555555;
}
.recent-activity li .icon.dark {
	background: #777777;
	border: 1px solid #5b5a5a;
}
.recent-activity li .icon.orange {
	background: #F88C00;
	border: 1px solid #ca7302;
}
.recent-activity li .icon.gray {
	background: #fcfcfc;
	border: 1px solid #999999;
}
.recent-activity li .icon.gray i {
	color: #999999;
}
.recent-activity li .icon i {
	color: white;
	padding: 6px 2px 5px;
}
.recent-activity li.item .text {
	margin-left: 10px;
	margin-top: 5px;
	display: inline-block;
}
.recent-activity li.item .text a {
	font-weight: bold;
	color: #d8605f;
}
.recent-activity li .ago {
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
}
 .recent-activity.stripes li:nth-child(even) {
background: #f8f8f8;
}
/* ------------------ Recent users --------------------*/

.recent-users {
	list-style:none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.recent-users li {
	line-height: 40px;
	margin-bottom: 0;
	border-bottom: 1px dashed #c9c9c9;
	padding: 10px 0;
}
.recent-users li:last-child {
	border-bottom: none;
}
.recent-users li .image {
	float: left;
	margin-right: 15px;
}
.recent-users li .image img {
	width: 40px;
	height: 40px;
	border-radius: 1px;
	-webkit-border-radius:1px;
}
.recent-users li .name {
	font-weight: bold;
	margin-right: 10px;
}
.recent-users li .name a {
	color: #6f7a8a;
}
.recent-users li .status {
	float: left;
	margin-right: 10px;
}
.recent-users li .status.online i {
	color: #72b110;
}
.recent-users li .status.offline i {
	color: #d8605f;
}
.recent-users .actions {
	float: right;
	margin-right: 15px;
}
 .recent-users.stripes li:nth-child(even) {
background: #f8f8f8;
}
/* ------------------ Contact.panel --------------------*/

.contact-nav {
	margin:10px 0 0 0;
	position: relative;
}
.ln-letters {
	overflow:hidden;
	padding: 0 15px;
}
.ln-letters a {
	font-size:14px;
	display:block;
	float:left;
	padding:5px 10px;
	text-decoration:none;
	font-weight: bold;
}
.ln-letters a:hover, .ln-letters a.ln-selected {
	background-color:#f2f2f2;
}
.ln-letters a.ln-disabled {
	color:#999999;
}
.ln-letter-count {
	text-align:center;
	font-size:13px;
	line-height:1;
	margin-bottom:10px;
	color:#555555;
	font-weight: bold;
}
.ln-no-match {
	font-weight: bold;
	margin:15px !important;
	padding: 15px !important;
	border-bottom: none !important;
	color: #8d313d;
	border-color: #ceabab;
	background: #f3dfdf;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f3dfdf 0%, #e2cece 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3dfdf), color-stop(100%, #e2cece));
	background: -webkit-linear-gradient(top, #f3dfdf 0%, #e2cece 100%);
	background: -o-linear-gradient(top, #f3dfdf 0%, #e2cece 100%);
	background: -ms-linear-gradient(top, #f3dfdf 0%, #e2cece 100%);
	background: linear-gradient(to bottom, #f3dfdf 0%, #e2cece 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dfdf', endColorstr='#e2cece', GradientType=0 );
}
.contact-list {
	list-style:none;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
	padding-left: 0;
}
.contact-list li {
	margin-bottom: 0;
	border-top: 1px dashed #c9c9c9;
	padding: 10px 0;
	margin-left: 0;
	margin-right: 0;
}
.contact-list li.row-fluid {
	margin-bottom: 0 !important;
}
.contact-list li .image {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.contact-list li .image img {
	width: 40px;
	height: 40px;
	border-radius: 1px;
	-webkit-border-radius:1px;
}
.contact-list li .name {
	font-weight: bold;
	float: left;
	margin-left: 15px;
}
.contact-list li .location {
	float: left;
	margin-left: 10px;
}
.contact-list li .status {
	float: left;
	padding: 10px 12px 10px 0;
}
.contact-list li .status.online i {
	color: #72b110;
}
.contact-list li .status.offline i {
	color: #d8605f;
}
.contact-list li .name a {
	color: #6f7a8a;
}
.contact-list li .email {
	font-weight: bold;
	color: #d8605f;
}
.contact-list li .phone, .contact-list li .mobile {
	float: left;
}
.contact-list li .actions a {
	width: 100%;
	float: left;
}
/* ------------------ Chat layout --------------------*/

.chat-layout {
}
.chat-layout ul {
	list-style:none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.chat-layout li {
	margin-bottom: 10px;
}
.chat-layout li .user {
	float: left;
	margin-right: 15px;
}
.chat-layout li.rightside .user {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}
.chat-layout li.rightside .message .name {
	text-align: right;
}
.chat-layout li .user .avatar {
	margin-top: 10px;
}
.chat-layout li .user .avatar img {
	width: 40px;
	height: 40px;
}
.chat-layout li .user .ago {
	color: #999;
	font-weight: bold;
	font-size: 12px;
}
.chat-layout li .message {
	position: relative;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 10px;
	margin-left: 55px;
	background: #fbfbfb;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1), 0px 1px 0px 0px rgba(255, 255, 255, 1);
}
.chat-layout li.rightside .message {
	margin-right: 55px;
	margin-left: 0;
}
.chat-layout li.leftside .message:after, .chat-layout li.leftside .message:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.chat-layout li.rightside .message:after, .chat-layout li.rightside .message:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.chat-layout li.leftside .message:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fbfbfb;
	border-width: 8px;
	top: 70%;
	margin-top: -8px;
}
.chat-layout li.rightside .message:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fbfbfb;
	border-width: 8px;
	top: 70%;
	margin-top: -8px;
}
.chat-layout li.leftside .message:before {
	border-color: rgba(201, 201, 201, 0);
	border-right-color: #c9c9c9;
	border-width: 9px;
	top: 70%;
	margin-top: -9px;
}
.chat-layout li.rightside .message:before {
	border-color: rgba(201, 201, 201, 0);
	border-left-color: #c9c9c9;
	border-width: 9px;
	top: 70%;
	margin-top: -9px;
}
.chat-layout li .message .name {
	color: #6f7a8a;
	font-weight: bold;
	width: 100%;
	display: inline-block;
}
.chat-layout li .message .txt {
	font-size: 13px;
}
.chat-layout form {
	margin-top: 10px;
}
.chat-layout .btn {
	font-weight: bold;
	line-height: 26px;
}
/* ------------------ Weather.panel--------------------*/

.weather ul {
	list-style:none;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
	border-top: 1px dashed #c9c9c9;
	padding-left: 0;
}
.weather li {
	margin-bottom: 0;
	display: inline;
	padding: 10px 0 0 0;
	width: 16.6%;
	float: left;
	text-align: center;
	border-right: 1px dashed #c9c9c9;
}
.weather li:last-child {
	border-right: none;
}
.weather .pull-left {
	width: 50%;
}
.weather .pull-right {
	width: 50%;
}
.weather .location {
	margin-bottom: 15px;
	font-weight: bold;
}
.weather .icon {
	display: inline-block;
	width: 100%;
	text-align: right;
	padding-right: 40px;
	margin-bottom: 5;
}
.weather .degree {
	font-size: 100px;
	margin-top: -12px;
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.weather .today {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-align: right;
	padding-right: 50px;
	margin-bottom: 5px;
}
.weather li .day {
	text-transform: uppercase;
	color: #666;
	margin-bottom: 5px;
	display: inline-block;
}
.weather li .dayicon {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}
.weather li .max {
	width: 100%;
	display: inline-block;
	font-weight: bold;
	color: #62aaef;
}
.weather li .min {
	width: 100%;
	display: inline-block;
	color: #999;
}
/* ------------------ ToDo.panel--------------------*/

.toDo {
}
.toDo h4 {
}
.toDo ul {
	list-style:none;
	margin-left: 0;
	margin-bottom: 10px;
	min-height: 40px;
	padding-left: 0;
}
.toDo ul.ui-sortable {
	cursor: move;
}
.toDo li {
	margin-bottom: 0;
	border-top: 1px dashed #c9c9c9;
	padding: 10px 15px;
	position: relative;
}
.toDo li:last-child {
	border-bottom: 1px dashed #c9c9c9;
}
 .toDo li:nth-child(even) {
background: #f8f8f8;
}
.toDo li.done {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.toDo li .chBox {
}
.toDo li .priority {
	margin-left: 10px;
	margin-right: 10px;
}
.toDo li .priority.high i {
	color: #d8605f;
}
.toDo li .priority.medium i {
	color: #F88C00;
}
.toDo li .priority.normal i {
	color: #72b110;
}
.toDo li .category {
	margin-right: 15px;
	float: right;
}
.toDo li .task {
	font-weight: bold;
}
.toDo li.done .task {
	text-decoration: line-through;
}
.toDo li.show .task {
	color: #d8605f;
}
.toDo li .act {
	display: none;
	position: absolute;
	right: 3px;
	top: 12px;
}
.toDo li.show .act {
	display: block;
}
.addToDo {
	display: none;
}
/* -----------------------------------------

   Plugins custom styles 

----------------------------------------- */



/* ------------------ Mention.js --------------------*/

.mention_name {
	font-size:12px;
}
.mention_username {
	font-size:12px;
	color:#999;
}
.mention_image {
	float: left;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 20px;
	height: 20px;
}
.active .mention_username {
	color:#fff;
}
/* ------------------jpreloader Styles--------------------*/

#jpreOverlay {
	background: url(../images/patterns/debut_light.png) repeat;
}
#jpreLoader {
	width:100%;
	height:5px;
}
#jpreBar {
	background-color:#62aeef;
}
/* ------------------ Flot tooltip --------------------*/

#flotTip {
	padding: 5px;
	color: white;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 1), 0px 1px 0px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 1), 0px 1px 0px 0px rgba(0, 0, 0, 0.8);
	background: #4e525d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNTI1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM4NDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e525d), color-stop(100%, #363840));
	background: -webkit-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -o-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -ms-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: linear-gradient(to bottom, #4e525d 0%, #363840 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e525d', endColorstr='#363840', GradientType=0 );
}
/* ------------------Pie chart label--------------------*/

.pie-chart-label {
	font-size: 12px;
	text-align: center;
	background: #fff;
	color: #000;
	border:1px solid #c9c9c9;
	border-radius: 1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	padding:2px 10px;
	-moz-box-shadow:0 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}
/* ------------------Easy pie chart--------------------*/

.easyPieChart {
	position: relative;
	text-align: center;
}
.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
/* ------------------Full calendar external event style--------------------*/

.external-event {
	margin: 10px 0;
	padding: 4px 6px;
	background: #72c380;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
	border: 1px solid #3ea04f;
	border-radius: 2px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
	cursor: move;
}
/* ------------------Input limiter --------------------*/



.limiterBox {
	margin-top:15px;
	margin-left: 5px;
	padding: 3px 6px;
	font-size: 11px;
	width: 100%;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	float: left;
	border: 1px solid #000;
	background: #4e525d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e525d), color-stop(100%, #363840));
	background: -webkit-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -o-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: -ms-linear-gradient(top, #4e525d 0%, #363840 100%);
	background: linear-gradient(to bottom, #4e525d 0%, #363840 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e525d', endColorstr='#363840', GradientType=0 );
	color: white;
	position: relative;
}
.limiterBox:after, .limiterBox:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.limiterBox:after {
	border-color: rgba(78, 82, 93, 0);
	border-bottom-color: #4e525d;
	border-width: 10px;
	left: 30px;
	margin-left: -10px;
}
.limiterBox:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 11px;
	left: 30px;
	margin-left: -11px;
}
/* ------------------ Range slider --------------------*/

.ui-rangeSlider-label-value input {
	width: 1.5em;
	height: 1.5em;
	min-height: auto !important;
	margin-bottom: 0;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin-top: -2px;
}
/* ------------------Prettify--------------------*/

.com {
	color: #93a1a1;
}
.lit {
	color: #195f91;
}
.pun, .opn, .clo {
	color: #93a1a1;
}
.fun {
	color: #dc322f;
}
.str, .atv {
	color: #ca3131;
}
.kwd, .prettyprint .tag {
	color: #1e347b;
}
.typ, .atn, .dec, .var {
	color: teal;
}
.pln {
	color: #48484c;
}
.prettyprint {
	padding: 8px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
	-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
	box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
ol.linenums {
	margin: 0 0 0 33px;
	list-style-type: decimal;
}
ol.linenums li {
	padding-left: 12px;
	color: #bebec5;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff;
}
/* ------------------ Wizard styles --------------------*/

.ui-formwizard {
	margin-top: 15px;
	position: relative;
}
.wizard-steps.show {
	width: 100%;
	height: auto;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #c9c9c9;
	margin-bottom: 20px;
	text-align: center;
}
.wizard-steps.hide {
	display: none;
}
.wizard-steps .wstep {
	display: inline-block;
	width: 150px;
	position: relative;
	color: #c9c9c9;
	font-weight: bold;
	font-size: 13px;
	margin-right: 20px;
}
.wizard-steps .wstep.current {
	color: #6f7a8a;
}
.wizard-steps .wstep.done {
	color: #72b110;
}
.wizard-steps .wstep:after {
	content: "";
	position: absolute;
	top: 24px;
	left: 110px;
	border-top: 2px solid #c9c9c9;
	height: 2px;
	width: 100px;
}
.wizard-steps .wstep:last-child:after {
	border: none;
}
.wizard-steps .wstep.last-child:after {
	border: none;
}
.wizard-steps .wstep .donut {
	border: 5px solid #c9c9c9;
	border-radius: 50px;
	height:50px;
	width:50px;
	margin-left: 50px;
	position: relative;
	margin-bottom: 5px;
}
.wizard-steps .wstep.current .donut {
	border-color: #6f7a8a;
}
.wizard-steps .wstep.done .donut {
	border-color: #72b110;
}
.wizard-steps .wstep .donut i {
	color: #c9c9c9;
	margin-left: 6px;
	margin-top: 7px;
}
.wizard-steps .wstep.current .donut i {
	color: #6f7a8a;
}
.wizard-steps .wstep.done .donut i {
	color: #72b110;
}
.ui-formwizard-button.pull-left i {
	margin-left: 0;
}
.ui-formwizard-button.pull-right i {
	margin-right: 0;
}
/* vertical styles */

.wizard-vertical .wizard-steps.show {
	width: 200px;
	border-bottom: none;
	border-right: 1px dashed #c9c9c9;
	float: left;
	margin-bottom: 10px;
}
.wizard-vertical .wizard-steps .wstep {
	width: 150px;
	margin-bottom: 30px;
}
.wizard-vertical .wizard-steps .wstep .donut {
	margin-left: 0;
	position: relative;
	margin-bottom: 5px;
	float: left;
}
.wizard-vertical .wizard-steps .wstep .txt {
	display: inline-block;
	width: 100px;
}
.wizard-vertical .wizard-steps .wstep:after {
	top: 55px;
	left: 24px;
	border-top: none;
	border-left: 2px solid #c9c9c9;
	height: 25px;
	width: 2px;
}
.wizard-vertical .wizard-steps .wstep:last-child:after {
	border: none;
}
.wizard-vertical .wizard-steps .wstep.last-child:after {
	border-left: 0;
}
.wizard-vertical .step {
	display: inline-block;
	float: left;
	width: 100%;
}
.wizard-vertical .wrap {
	padding-left: 210px;
}
.wizard-vertical .form-actions {
	clear: both;
}
/* ------------------ Datatables--------------------*/

.dataTables_wrapper .row {
	margin-bottom: 0 !important;
}
.dataTables_length {
	margin-bottom: 15px;
	float: left;
}
/* ------------------ Gmap plugin--------------------*/

.gmap3 {
	width: 100%;
	height: 250px;
	border: 1px solid #c9c9c9;
	position: relative;
}
.gmap3 img {
	max-width: none !important;
}
.gmap3 .localized {
	font-weight: bold;
	color: #f40a0a;
	text-align: center;
	margin-top: 20px;
}
.gmap3 .infow {
	width:250px;
	height:150px;
}
/* ------------------ Animated progress bar--------------------*/

.pbar .ui-progressbar-value {
	display:block !important
}
.pbar {
	overflow: hidden
}
.percent1 {
	position:relative;
	float: left;
	margin-top: 5px;
}
.elapsed {
	position:relative;
	float: right;
	margin-top: 5px;
}



/* -----------------------------------------

   Animation effects thanks to animate.css

----------------------------------------- */



@-webkit-keyframes rotateIn {
 0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-180deg);
}
 100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
}
}
 @-moz-keyframes rotateIn {
 0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-180deg);
}
 100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
}
}
 @-o-keyframes rotateIn {
 0% {
-o-transform-origin: center center;
-o-transform: rotate(-180deg);
}
 100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
}
}
 @keyframes rotateIn {
 0% {
transform-origin: center center;
transform: rotate(-180deg);
}
 100% {
transform-origin: center center;
transform: rotate(0);
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
 @-webkit-keyframes bounceInUp {
 0% {
-webkit-transform: translateY(15px);
}
 30% {
-webkit-transform: translateY(-15px);
}
 60% {
-webkit-transform: translateY(-10px);
}
 80% {
-webkit-transform: translateY(10px);
}
 100% {
-webkit-transform: translateY(0);
}
}
 @-moz-keyframes bounceInUp {
 0% {
-moz-transform: translateY(15px);
}
 30% {
-moz-transform: translateY(-15px);
}
 60% {
-moz-transform: translateY(-10px);
}
 80% {
-moz-transform: translateY(10px);
}
 100% {
-moz-transform: translateY(0);
}
}
 @-o-keyframes bounceInUp {
 0% {
-o-transform: translateY(15px);
}
 30% {
-o-transform: translateY(-15px);
}
 60% {
-o-transform: translateY(-10px);
}
 80% {
-o-transform: translateY(10px);
}
 100% {
-o-transform: translateY(0);
}
}
 @keyframes bounceInUp {
 0% {
transform: translateY(15px);
}
 30% {
transform: translateY(-15px);
}
 60% {
transform: translateY(-10px);
}
 80% {
transform: translateY(10px);
}
 100% {
transform: translateY(0);
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
 @-webkit-keyframes bounceInDown {
 0% {
-webkit-transform: translateY(-20px);
}
 30% {
-webkit-transform: translateY(20px);
}
 60% {
-webkit-transform: translateY(10px);
}
 80% {
-webkit-transform: translateY(-10px);
}
 100% {
-webkit-transform: translateY(0);
}
}
 @-moz-keyframes bounceInDown {
 0% {
-moz-transform: translateY(-20px);
}
 30% {
-moz-transform: translateY(20px);
}
 60% {
-moz-transform: translateY(10px);
}
 80% {
-moz-transform: translateY(-10px);
}
 100% {
-moz-transform: translateY(0);
}
}
 @-o-keyframes bounceInDown {
 0% {
-o-transform: translateY(-20px);
}
 30% {
-o-transform: translateY(20px);
}
 60% {
-o-transform: translateY(10px);
}
 80% {
-o-transform: translateY(-10px);
}
 100% {
-o-transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
transform: translateY(-20px);
}
 30% {
transform: translateY(20px);
}
 60% {
transform: translateY(10px);
}
 80% {
transform: translateY(-10px);
}
 100% {
transform: translateY(0);
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name:bounceInDown;
}
/* -----------------------------------------

   Login page

----------------------------------------- */

html.loginPage {
}
#login {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#login form {
	margin-top: 20px
}
#login h3 {
	margin-bottom:15px
}
#login input.error {
	border-color:#f00
}
.login-wrapper {
	background-color: #fff;
	box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
	max-width: 480px;
	margin: auto 20px;
	padding: 20px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
.login-wrapper .form-control.valid {
	border-color: #0c0
}
.login-wrapper .form-control.error + div > span {
	border:1px solid #f00
}
.login-wrapper .form-control.valid + div > span {
	border:1px solid #0c0
}
.login-wrapper .input-group-text {
	background-color:#fff;
}
#login .navbar-brand {
	padding: 5px 8px 5px;
	width: 100%;
	float: left;
	margin-top: -90px;
	text-align: center;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 15px;
	text-decoration: none;
	color: #666;
}
#login .login-wrapper form .from-group {
	border-bottom: none;
	margin-bottom: 10px;
	position: relative;
}
#login .btn-primary {
	text-transform: uppercase;
	font-weight: 500;
}
#login .login-wrapper form label {
	margin-bottom: 0;
}
#login .login-wrapper .from-group input.form-control {
	padding-left: 46px !important;
}
#login .login-wrapper .or strong {
	background: white;
	padding-left: 10px;
	padding-right: 10px;
}
/* -----------------------------------------

	Error pages and offline page

----------------------------------------- */

html.errorPage {
	background: url(../images/patterns/debut_light.png) repeat;
}
.errorContainer {
	width: 480px;
	margin-left: -240px;
	padding-bottom: 20px;
	margin-top: -200px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #c9c9c9;
	background: white;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 1);
	display: none;
}
.errorContainer form {
	margin-bottom: 10px;
}
.errorContainer .page-header h1 {
	font-size: 128px;
	line-height: 150px;
	text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0, 0, 0, 0.15);
}
.errorContainer .page-header h1.offline {
	font-size: 100px;
	line-height: 124px;
}
.errorContainer .or strong {
	background: white;
	padding-left: 10px;
	padding-right: 10px;
}
.errorContainer .seperator {
	margin-top: -10px;
}
/* -----------------------------------------

	Other pages

----------------------------------------- */



/* ------------------ Profile page --------------------*/

.profile-avatar {
	border: 1px solid #c9c9c9;
	float: left;
	padding: 2px;
	margin-right: 20px;
}
.profile-avatar img {
	width: 75px;
	height: 75px;
}
/* ------------------ FAQ page--------------------*/

.faq-search {
	position: relative;
}
.faq-search form {
	margin-bottom: 0;
	position: relative;
}
.faq-search .search-btn {
	background: url(../images/search.png) no-repeat;
	border: none;
	width:20px;
	height:20px;
	position: absolute;
	top:15px;
	left: 7px;
}
.categories ul {
	list-style: none;
}
.categories ul li {
	line-height: 32px;
}
.categories a {
	color: #555;
	text-decoration: underline;
	font-weight: 700;
}
.categories a:hover {
	color: #666;
	text-decoration: none;
}
.popular-question ul {
	list-style: none;
}
.popular-question a {
	color: #555;
	text-decoration: underline;
	font-weight: 700;
}
.popular-question a:hover {
	color: #666;
	text-decoration: none;
}
.popular-question .txt {
	margin-bottom: 0;
}
.popular-question .info {
	font-size: 11px;
	margin-top: -5px;
	display: inline-block;
	color: #666;
}
/* ------------------ Email page--------------------*/

#email {
	position: relative;
}
#email .email-bar {
	border: 1px solid #c9c9c9;
	border-left: none;
	border-right: none;
	height: 36px;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
	margin-bottom: 20px;
}
#email .email-bar .navbar-form {
	padding: 0;
	margin: 0;
	margin-top: -1px;
	width: 220px;
}
#email .email-bar .navbar-form .srch {
	margin-left: -15px;
	margin-right: 15px;
}
#email .email-bar .btn {
	padding: 6px 12px 5px;
	height: 36px;
	margin-top: -1px;
	line-height: 23px;
}
#email .email-bar .navbar-form .btn {
	margin-top: 0;
}
#email .email-bar .navbar-form .input-group {
	margin-top:-1px;
	width: 218px;
}
#email .email-nav {
	width: 210px;
	padding: 5px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
#email .email-nav li {
	margin-bottom: 0;
}
#email .email-nav li a {
	text-shadow: none;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 14px;
}
#email .email-nav li a .notification {
	margin-left: 10px;
	float: right;
}
#email .email-nav li.active a {
	background: url(../images/patterns/furley_bg1.png) repeat;
	color: #666;
}
#email .email-wrapper {
	padding-left: 240px;
	background: white;
	border: 1px solid #c9c9c9;
	padding: 15px 15px 15px 240px;
}
#email .email-list {
	position: relative;
}
#email .email-list ul {
}
#email .email-list li {
	margin-bottom: 0;
	border-bottom: 1px dashed #c9c9c9;
	float: left;
	width: 100%;
}
 #email .email-list li:nth-child(odd) {
background: #f7f7f7;
}
#email .email-list a {
	padding: 10px 0px;
	float: left;
	;
	text-decoration: none;
	color: #999999;
	width: 100%;
	border-left: 5px solid transparent;
}
#email .email-list a .name {
	font-weight: bold;
	color: #d8605f;
	width: 50%;
	float: left;
	padding-left: 10px;
}
#email .email-list a .date {
	font-size: 75%;
	float: right;
	width: 50%;
	text-align: right;
	padding-right: 10px;
}
#email .email-list a .txt {
	width: 100%;
	clear: both;
	margin-top: 5px;
	float: left;
	padding: 0 10px;
}
#email .email-list a:hover {
	border-left-color: #62aaef;
	background: #fcfcfc;
}
#email .email-list li.active a {
	background: white;
}
#email .email-list li.header {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
	border: 1px solid #c9c9c9;
	padding: 5px 15px;
}
#email .email-content .email-subject {
	width: 100%;
}
#email .email-content .from {
	float: left;
	margin-right: 10px;
}
#email .email-content .to {
	float: left;
	font-weight: bold;
	color: #999;
}
#email .email-content .date {
	float: right;
	margin-right: 10px;
	color: #999;
	font-size: 85%;
}
#email .email-content .message {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10px;
}
/* ------------------ Search page --------------------*/

.search-results {
	list-style:none;
	margin-bottom: 20px;
	float: left;
	padding-left: 0;
}
.search-results li {
	margin-bottom: 0;
	float: left;
	width: 100%;
	border-bottom: 1px dashed #c9c9c9;
	padding: 10px 15px;
}
.search-results a.search-string {
	float: left;
	width: 100%;
	font-weight: bold;
}
.search-results li .search-url {
	width: 100%;
	margin-bottom: 5px;
	float: left;
}
.search-results li .search-type {
	float: left;
	margin-right: 10px;
}
.search-results li .search-txt {
	width: 100%;
	float: left;
	clear: both;
}
 .search-results li:nth-child(even) {
background: #f7f7f7;
}
/* ------------------ Gallery --------------------*/

#gallery a[data-gallery="gallery"] {
	border: 1px solid #c9c9c9;
	margin: 5px;
	float: left;
	padding: 5px;
}
/* ------------------Responsive buttons --------------------*/

#resBtn {
	color: #0084ff;
	font-size: 24px;
	min-width:50px
}
#resBtnSearch {
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	position: absolute;
	left: 75px;
	display:none
}
.navbar-toggle {
	padding: 7px 10px;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 6px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 1px;
}
.navbar-toggle i {
	margin-left: 5px;
	vertical-align: bottom;
}
.navbar-default .navbar-toggle {
	border-color: #ac2925;
}
/* ------------------ Navbar collapse --------------------*/

.navbar-collapse {
}
/* ------------------ Fixed with styles --------------------*/

html.fixedWidth {
	background: url(../images/patterns/cream_dust.png) repeat;
}
html.fixedWidth body {
	display: block;
	background: url(../images/patterns/debut_light.png) repeat;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c4c4c4;
}
html.fixedWidth.loginPage {
	background: url(../images/patterns/debut_light.png) repeat;
}
html.fixedWidth.loginPage body {
	border-left: none;
	border-right: none;
	background: none;
}
html.fixedWidth #sidebar:after {
	content: "";
	width: auto;
	position: inherit;
	top: auto;
	left: auto;
	bottom: auto;
	border-right: none;
	background: none;
	z-index: inherit;
}
html.fixedWidth #sidebar {
	position: relative;
}
html.fixedWidth #sidebarbg {
	width: 213px;
	position:fixed;
	top: 50px;
	bottom: 0;
	border-right: 1px solid #c9c9c9;
	background: url(../images/patterns/furley_bg.png) repeat;
}
html.fixedWidth #sidebarbg.hided {
	display: none;
}
html.fixedWidth #mainnav .nav-list>li>a .icon {
	border-left: 0;
}
html.fixedWidth .sub.show {
	border-right: 1px solid #c9c9c9;
	margin-right: -1px !important;
}
html.fixedWidth .main {
	position: relative;
}
html.fixedWidth .side-options ul li {
	border-left: none;
}
html.fixedWidth #header .navbar-brand {
	margin-left: 10px;
}
html.fixedWidth .main.isCollapse #sidebarbg {
	width: 38px;
}



/* Media queries only for fixed width */

@media only screen and (max-width: 980px) {
 #content .row-fluid [class*="span"] {
 display: block;
 float: none;
 width: 100%;
 margin-left: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
 #content .row-fluid [class*="span"] {
margin-bottom: 20px;
}
 #content .row-fluid [class*="span"]:last-child {
margin-bottom: 0;
}
}



/* -----------------------------------------

   Media Queries

----------------------------------------- */



@media only screen and (max-width: 1360px) {

	/* ------------------ Stat buttons--------------------*/

	.stats-buttons li a {
width: 130px;
}
 .stats-buttons li a .icon {
margin: 10px 39px 5px;
}



	/* ------------------ Vital stats--------------------*/

	.vital-stats .item {
width: 130px;
}
 .vital-stats .item .percent {
width: 70px;
}
 .vital-stats .item .txt {
width: 70px;
}



	/* ------------------ Social stats --------------------*/

	.social-stats {
width: 100%;
}



	/* ------------------ Form styles --------------------*/

	[class*="col-lg-6"] form .from-group .control-label {
width: 120px;
}
 [class*="col-lg-6"] form .from-group .controls {
margin-left: 150px;
}
}
 @media only screen and (max-width: 1280px) {

	/* ------------------ Stat buttons--------------------*/

	.stats-buttons li a {
width: 120px;
}
 .stats-buttons li a .icon {
margin: 10px 34px 5px;
}



	/* ------------------ Vital stats--------------------*/



	.vital-stats .item {
margin-right: 5px;
margin-bottom: 5px;
}

	/* ------------------ Weater.panel --------------------*/

	.weather li {
}
 .weather .degree {
font-size: 85px;
}



	/* ------------------ Form styles --------------------*/

	.ui-spinner, div.selector, div.uploader, .sp-replacer {
margin-bottom: 15px;
}
}
 @media only screen and (max-width: 1024px) {

	/* ------------------ Weater.panel --------------------*/

.weather li {
width: 100%;
border-right: none;
border-bottom: 1px dashed #c9c9c9;
}
 .weather li:last-child {
border-bottom: none;
}
 .weather li .day, .weather li .dayicon, .weather li .max, .weather li .min {
width: 25%;
float: left;
}



	/* ------------------ Email page --------------------*/

	#email .email-bar {
height: auto;
float: left;
border-left: 1px solid #c9c9c9;
border-right: 1px solid #c9c9c9;
padding: 10px;
}
 #email .email-bar .btn-group.pull-right {
float: left;
margin-top: 10px;
margin-left: 0;
white-space: normal;
}
 #email .email-bar .navbar-form .input-group, #email .email-bar .navbar-form .input-group input {
margin-bottom: 0;
}
 #email .email-nav {
width: 100%;
}
 #email .email-wrapper {
padding-left: 0;
}
}
/* ------------------ Structure --------------------*/

#header {
	margin-left: 0px;
	margin-right: 0;
}
#top-search {
	border: none;
	margin-left: auto !important;
	margin-right: auto;
	width: 331px !important;
	padding: 0;
}
/* ------------------Navbar collapse--------------------*/

	.navbar-collapse .navbar-nav.pull-right {
	float: none !important;
	margin: 0;
}
.navbar-collapse .navbar-nav li.divider-vertical {
	display: none;
}
/* ------------------ Top search --------------------*/

	#top-search.shown {
	margin-left: 0px !important;
}
/* ------------------Jgrowl--------------------*/

	div.jGrowl.top-left, div.jGrowl.top-right, div.jGrowl.center {
	top:110px;
}
/* ------------------Chat layout--------------------*/

	.chat-layout .btn {
	margin-left: 0;
}
/* ------------------ Calnedar --------------------*/

	.fc-content {
	margin-right: -1px;
}

	/* ------------------ Form styles--------------------*/

	form .from-group [class*="span"] {
margin-bottom: 10px !important;
}
form .from-group .control-label {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
form .from-group .controls {
	margin-left: 0;
}
form .from-group {
	margin-bottom: 10px;
}
form .form-actions {
	padding-left: 20px;
}
 form .from-group .controls-row [class*="span"] {
margin-left: 0 !important;
}
/* ------------------ Wizard styles --------------------*/

	.wizard-steps .wstep {
	width: auto;
	margin-right: 5px;
}
.wizard-steps .wstep .donut {
	margin-left: 43px;
}
.wizard-steps .wstep .txt {
	width: 50%;
	display: inline-block;
}
.wizard-steps .wstep:after {
	width: 45%
}
.wizard-vertical .wizard-steps.show {
	width:160px;
}
.wizard-vertical .wrap {
	padding-left: 170px;
}
/* ------------------Responsive tables --------------------*/

	.responsive {
	overflow-x: auto;
	margin-bottom: 20px;
}
.responsive table {
	min-width: 680px;
	margin-bottom: 0;
}
/* ------------------ Data tables --------------------*/

	.dataTables_wrapper>.row-fluid>.col-lg-6 {
	text-align: center;
}
.dataTables_wrapper>.row-fluid>.col-lg-6:first-child {
	margin-bottom: 0px !important;
}
.dataTables_wrapper>.row-fluid>.col-lg-6>.dataTables_length, .dataTables_wrapper>.row-fluid>.col-lg-6>.dataTables_filter {
	display: inline-block;
}
.dataTables_wrapper>.row-fluid>.col-lg-6>.dataTables_paginate {
	display: inline-block;
	width: 100%;
}


/* END APP.CSS */

.main {
	height: 100%;
 position:relative;
}
.navbar-expand-lg .right-flex {
 flex-direction: row-reverse;
 flex: 1;
}
 .form-horizontal .row {
 margin-bottom:15px
}
.checkGroup .custom-control-inline {
 width:31%
}
.footer-spacer {
 padding-top: 60px;
}
footer {
 background-color: #fff;
 border-top:1px solid #dfdfdf;
 text-align: center;
 padding: 10px 0;
 color: #777;
 position: relative;
 width: calc(100% - 250px);
 bottom: 0;
 left:250px;
}
footer.isCollapse {
 width: 100%;
 left:0;
}
footer p {
 margin:0
}
html body.fixed-navbar {
 padding-top: 4rem;
}
header .navbar-wrapper {
 width: 100%;
}
header .dropdown-toggle::after {
 display:none
}
.collapse-nav {
 color: #0084ff;
 font-size: 2em;
 line-height: 1;
 vertical-align: middle;
 height:auto;
 min-width:50px
}



/* ---------------------------------- */
/* Dashboard Messages
------------------------------------- */
.messages-container {
 margin: 0;
	/*box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);*/
	border: 1px solid #e1e1e1;
 border-radius: 4px;
 background-color: #fff;
}
/* Scrollbar Adjustments */
.messages-inbox ul {
 max-height: 450px;
}
.message-content-inner {
 max-height: 437px;
}
.message-content, .messages-container-inner .messages-inbox {
 overflow: hidden;
}
.message-content-inner, .messages-container-inner .messages-inbox ul {
 overflow-y: scroll;
 width: calc(100% + 18px)
}
.message-content-inner::-webkit-scrollbar, .messages-container-inner .messages-inbox ul::-webkit-scrollbar {
width: 17px;
}
/*  Scrollbar Hide - End */

.messages-headline {
 max-height: 82px;
 margin: 0;
 padding: 20px;
 color: #333;
 background-color: #fff;
 display: block;
 border-bottom: 1px solid #eaeaea;
 border-radius: 4px 4px 0 0;
 position: relative;
}
.messages-headline input {
 background-color: #f6f6f6;
 box-shadow: none;
 height: 38px;
 padding: 14px;
 font-size: 14px;
 margin: 0;
}
.messages-headline input:focus {
 box-shadow: none;
}
.messages-headline .input-with-icon i {
 font-size: 18px;
 right: 14px;
}
.messages-headline h4 {
 font-size: 16px;
 color: #333;
 padding: 6px 0;
 margin: 0;
 font-weight: 600;
 display: inline-block;
}
.message-action {
 border-radius: 50px;
 font-size: 13px;
 color: #666;
 font-weight: 500;
 display: inline-block;
 transition: 0.3s;
 color: #666;
 padding: 0;
 position: absolute;
 top: 50%;
 right: 30px;
 transform: translateY(-50%);
}
.message-action i {
 font-size: 14px;
 position: relative;
 top: 1px;
 margin-right: 1px;
}
.message-action:hover {
 color: #ee3535;
}
/* List */
.messages-inbox ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.message-avatar img {
 display: inline-block;
 width: 54px;
 height: 54px;
 border-radius: 50%;
}
.messages-inbox ul li a {
 position: relative;
 display: block;
 padding: 30px;
}
.messages-inbox ul li a.active {
 background-color: #cefff2;
 border-left: 3px solid #0084ff;
}
.messages-inbox ul li {
 transition: 0.2s;
 position: relative;
}
 .messages-inbox ul li:nth-child(2n) {
 background-color: #fafafa;
}
.messages-inbox ul li:last-child {
 border-bottom: none;
}
.messages-inbox ul li.active-message {
 background-color: #fafafa;
}
.messages-inbox ul li:before {
 position: absolute;
 top: 0;
 left: 0;
 width: 3px;
 height: 100%;
 background-color: #0084ff;
 display: block;
 content: "";
 opacity: 0;
 transition: 0.3s;
}
.messages-inbox ul li:hover:before, .messages-inbox ul li.active-message:before {
 opacity: 1;
}
.messages-inbox .message-avatar {
 position: absolute;
 left: 30px;
 top: 50%;
 transform: translateY(-50%);
}
.messages-inbox .message-by {
 margin-left: 85px;
 font-size: 15px;
 color: #666;
}
.messages-inbox .message-by p {
 margin: 0;
 padding: 0;
 line-height: 25px;
 font-size: 15px;
}
.message-by-headline h5, .message-by-headline span {
 display: inline-block;
}
.message-by-headline span {
 float: right;
 color: #888;
 font-size: 14px;
}
.message-by-headline h5 {
 font-weight: 600;
 color: #333;
 margin: 0 0 7px 0;
 padding: 0;
}
.message-by-headline:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.message-by h5 i {
 background-color: #66676b;
 border-radius: 4px;
 line-height: 20px;
 font-size: 12px;
 color: #fff;
 font-style: normal;
 padding: 3px 8px;
 margin-left: 3px;
}
/* Single Message */
.messages-container-inner {
 display: flex;
}
.messages-container-inner .messages-inbox, .messages-container-inner .message-content {
 flex: 1;
}
.messages-container-inner .message-content-inner {
 padding: 20px;
 padding-bottom: 0;
 flex-grow: 1;
}
.messages-container-inner .message-content {
 display: flex;
 flex-direction: column;
}
.messages-container-inner .messages-inbox {
 max-width: 340px;
 border-right: 1px solid #eaeaea;
}
.messages-container-inner .messages-inbox ul li a {
 padding: 15px;
}
.messages-container-inner .messages-inbox .message-by p {
 height: 26px;
 max-width: 205px;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 font-size: 14px;
 color: #888;
}
.messages-container-inner .message-avatar img {
 width: 40px;
 height: 40px;
}
.messages-container-inner .messages-inbox .message-avatar {
 left: 20px;
}
.messages-container-inner .messages-inbox .message-avatar i {
 font-size: 1.65rem;
}
.messages-container-inner .messages-inbox .message-by {
 margin-left: 40px
}
.messages-container-inner .message-by-headline h5 {
 font-size: 14px;
 margin-bottom: 3px;
 max-width: 160px;
 line-height: 23px;
}
.messages-container-inner .message-by-headline span {
 font-size: 13px;
 position: absolute;
 top: 25px;
 right: 25px
}
/* Message Bubbles */
.message-bubble {
 display: block;
 position: relative;
 margin-bottom: 25px;
}
.message-bubble .message-avatar {
 position: absolute;
 left: 0;
 top: 0;
}
.message-bubble .message-avatar img {
 width: 50px;
 height: 50px;
}
.message-bubble .message-text {
 margin-left: 70px;
 background-color: #f4f4f4;
 border-radius: 4px;
 padding: 12px 18px;
 position: relative;
 display: inline-block;
 float: left;
 line-height: 25px;
 word-break: break-word;
}
.message-bubble.me .message-text {
 float: right;
}
.message-bubble .message-text p {
 font-size: 15px;
 padding: 0;
 margin: 0;
 line-height: 25px;
}
.msgTime {
 color: #555;
 font-size: 12px;
 margin-left: 10px;
}
/* Message Bubble "me" */
.message-bubble.me .message-avatar {
 left: auto;
 right: 0;
}
.message-bubble.me .message-text {
 margin-left: 0;
 margin-right: 70px;
 background-color: #0084ff;
 color: #fff;
 position: relative;
}
/* Arrow */
.message-bubble .message-text:before {
 content: "";
 width: 0;
 height: 0;
 border-top: 6px solid transparent;
 border-bottom: 6px solid transparent;
 border-right: 6px solid #f4f4f4;
 left: -6px;
 right: auto;
 top: 19px;
 position: absolute;
}
.message-bubble.me .message-text:before {
 border-top: 6px solid transparent;
 border-bottom: 6px solid transparent;
 border-left: 6px solid #0084ff;
 border-right: none;
 right: -6px;
 left: auto;
}
/* Message Time Sign */
.message-time-sign {
 text-align: center;
 display: block;
 position: relative;
 margin-bottom: 25px;
}
.message-time-sign:before {
 content: "";
 height: 1px;
 background-color: #eaeaea;
 display: block;
 max-width: 30%;
 margin: 0 auto;
 position: relative;
 top: 14px;
 z-index: 10;
}
.message-time-sign span {
 background-color: #fff;
 font-size: 14px;
 color: #888;
 z-index: 11;
 position: relative;
 padding: 0 10px;
}
/* Reply */
.message-reply {
 border-top: 1px solid #eaeaea;
 padding: 15px 20px;
 display: flex;
 align-items: flex-start;
 margin-top: 15px;
}
.message-reply textarea {
 min-width: auto;
 height: 48px;
 min-height: 48px;
 padding: 10px 0;
 margin: 0 15px 0 0;
 flex: 1;
 font-size: 15px;
 font-weight: 400;
 line-height: 26px;
 box-shadow: none;
 border: none;
 box-sizing: border-box;
 resize: none;
}
.message-reply button {
 border-radius: 4px;
 flex: auto;
 flex-grow: 0;
 height: 40px;
 text-align: center;
 align-self: flex-start;
 padding: 0 20px;
}
.message-reply i {
 padding: 0;
 margin: 0;
}
/* Typing Indicastor */
.typing-indicator {
 width: auto;
 height: 24px;
 padding-top: 8px;
}
.typing-indicator span {
 height: 8px;
 width: 8px;
 float: left;
 margin: 0 1px;
 background-color: #a0a0a0;
 display: block;
 border-radius: 50%;
 opacity: 0.4;
}
 .typing-indicator span:nth-of-type(1) {
animation: 1s blink infinite 0.33333s;
}
.typing-indicator span:nth-of-type(2) {
animation: 1s blink infinite 0.66666s;
}
.typing-indicator span:nth-of-type(3) {
animation: 1s blink infinite 0.99999s;
}
 @keyframes blink {
 50% {
 opacity: 1;
}
}

/* Messages Media Queries */
@media (max-width: 992px) {
 .messages-container-inner .messages-inbox {
max-width: 300px;
}
}
@media (max-width: 768px) {
 .messages-container-inner {
display: block;
}
 .messages-container-inner .messages-inbox {
 max-width: 100%;
 border-bottom: 1px solid #e4e4e4;
 border-right: none;
}
 .messages-inbox ul {
max-height: 500px;
}
 .messages-container-inner .message-by-headline span {
 position: relative;
 top: 0;
 right: 0;
 display: block;
 float: none;
 padding: 0;
 margin: -4px 0 0 0;
}
 .message-action {
 display: block;
 position: relative;
 right: 0;
 top: 0;
 transform: none;
 margin-top: -5px;
}
 .messages-headline {
max-height: 120px;
}
}

.tokenize > .tokens-container > .token {
    margin-right: 0.5rem;
}
.fun-fact {
    background-color: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	border-radius: 0.25rem;
	margin-bottom:1rem;
	padding:1rem;
}
.fun-fact .fun-fact-text > span {
    color: #666;
	display: block;
	font-size: 1.125rem;
	margin-bottom: 0.65rem;
}
.fun-fact p:last-child{
	margin-bottom:0.5rem;
}
.fun-fact h4 {
	font-size: 2rem;
	color: #333;
	line-height: 1;
	margin-bottom: 0;
}
.row-10 {
	margin-left:-10px;
	margin-right:-10px;
}
.row-10 [class^="col"], .row-10 [class*=" col"] {
	padding-left:10px;
	padding-right:10px;
}
.review-rating > div{
	display:none;
}
.review-rating p{
	margin-bottom:0.5rem;
}
.review-rating p:last-child{
	margin-bottom:0.5rem;
}
.review-rating [class*=" la-"]{
	color:#ffc107;
	font-size:20px;	
}
.card-header.d-flex{
	align-items: center;
    justify-content: space-between;
}
.help-text{
	color:#777;
	font-size:0.85rem;
	font-style:italic;
}






















/* END CSS */