@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300);
body {background-color: #f6f6f4;font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin: 0;overflow-x: hidden;color: #797979;}
html {position: relative;min-height: 100%;background-color: #f6f6f4;}
h1, h2, h3, h4, h5, h6 {color: #505458;font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;margin: 10px 0;}
h1 {line-height: 43px;}
h2 {line-height: 35px;}
h3 {line-height: 30px;}
h3 small {color: #444;}
h4 {line-height: 22px;}
h4 small {color: #444;}
h5 {font-size: 15px;}
h5 small {color: #444;}
p {line-height: 1.6;}
* {outline: none !important;}
b {font-weight: 600;}
a:hover {outline: 0;text-decoration: none;}
a:active {outline: 0;text-decoration: none;}
a:focus {outline: 0;text-decoration: none;}
.container {width: auto;}

/* Footer */

.footer {box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);bottom: 0px;color: #58666e;text-align: left !important;padding: 20px 30px;position: absolute;right: 0px;left: 0;background:#fff;}
#wrapper {height: 100%;overflow: hidden;width: 100%;}
.page {bottom: 0;left: 0;right: 0;top: 0;}

/* Page titles */

.page-title {font-size: 20px;font-weight: 600;margin-bottom: 0px;margin-top: 7px;}
.header-title {text-transform: uppercase;font-size: 16px;font-weight: 600;letter-spacing: 0.04em;line-height: 16px;margin-bottom: 8px;}

/* Helper clasess */

.p-0 {padding: 0px !important;}
.p-20 {padding: 20px !important;}
.p-30 {padding: 30px !important;}
.p-l-0 {padding-left: 0px !important;}
.p-r-0 {padding-right: 0px !important;}
.p-t-0 {padding-top: 0px !important;}
.p-t-10 {padding-top: 10px !important;}
.p-t-20 {padding-top: 20px !important;}
.p-b-10 {padding-bottom: 10px !important;}
.m-0 {margin: 0px !important;}
.m-r-5 {margin-right: 5px !important;}
.m-r-10 {margin-right: 10px !important;}
.m-r-15 {margin-right: 15px !important;}
.m-l-5 {margin-left: 5px !important;}
.m-l-10 {margin-left: 10px !important;}
.m-l-15 {margin-left: 15px !important;}
.m-t-5 {margin-top: 5px !important;}
.m-t-0 {margin-top: 0px !important;}
.m-t-10 {margin-top: 10px !important;}
.m-t-15 {margin-top: 15px !important;}
.m-t-20 {margin-top: 20px !important;}
.m-t-30 {margin-top: 30px !important;}
.m-t-40 {margin-top: 40px !important;}
.m-b-0 {margin-bottom: 0px !important;}
.m-b-5 {margin-bottom: 5px !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-15 {margin-bottom: 15px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-b-30 {margin-bottom: 30px !important;}
.w-xs {min-width: 80px;}
.w-sm {min-width: 95px;}
.w-md {min-width: 110px;}
.w-lg {min-width: 140px;}
.font-600 {font-weight: 600;}
.font-bold {font-weight: 700;}
.font-normal {font-weight: normal;}
.font-light {font-weight: 300;}
.b-0 {border: none !important;}
.thumb-sm {height: 32px;width: 32px;}
.thumb-md {height: 48px;width: 48px;}
.thumb-lg {height: 88px;width: 88px;}

/* Card Box */

.card-box {padding: 20px;box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);-webkit-border-radius: 5px;border-radius: 5px;-moz-border-radius: 5px;background-clip: padding-box;margin-bottom: 20px;background-color: #fff;}

/* Dropdown */

.dropdown-menu {
	padding: 4px 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	border: 1px solid #e7e7e7;
	box-shadow:inherit;
	-moz-box-shadow: inherit;
	-webkit-box-shadow:inherit;
}
.dropdown-menu > li > a {padding: 6px 20px;}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {background-color: #f3f3f3;color: #36404a;}

/* Text colors */
.text-custom {color: #468210;}
.text-white {color: #fff;}
.text-danger {color: #f05050;}
.text-primary {color: #468210;}
.text-warning {color: #ffbd4a;}
.text-success {color: #81c868;}
.text-info {color: #34d3eb;}
.text-dark {color: #797979 !important;}

/* Form components */

textarea.form-control {min-height: 90px;}
.form-control {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	color: #565656;
	padding: 7px 12px;
	height: 38px;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.form-control:focus {background-color: #fff;border: 1px solid #aaa;-webkit-box-shadow: none;box-shadow: none;outline: 0 !important;color: #333;}
.input-lg {height: 46px;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px;}
.input-sm {height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px;}
.input-group-btn .btn {padding: 8px 12px;}
.input-group-btn .btn-sm {padding: 5px 10px;}
.input-group-btn .btn-lg {padding: 10px 17px;}

/* Labels */

.label {font-weight: 600;letter-spacing: 0.05em;padding: .3em .6em .3em;}
.label-default {background-color: #468210;}
.label-primary {background-color: #5d9cec;}
.label-success {background-color: #81c868;}
.label-info {background-color: #34d3eb;}
.label-warning {background-color: #ffbd4a;}
.label-danger {background-color: #f05050;}

/* Tabs */

.tabs {background-color: #fff;margin: 0 auto;padding: 0px;position: relative;white-space: nowrap;width: 100%;}
.tabs li.tab {background-color: #fff;display: block;float: left;margin: 0;text-align: center;}
.tabs li.tab a {
	-moz-transition: color 0.28s ease;
	-ms-transition: color 0.28s ease;
	-o-transition: color 0.28s ease;
	-webkit-transition: color 0.28s ease;
	color: #9398a0;
	color: #ee6e73;
	display: block;
	height: 100%;
	text-decoration: none;
	transition: color 0.28s ease;
	width: 100%;
}
.tabs li.tab a.active {color: #468210 !important;}
.tabs .indicator {background-color: #468210;bottom: 0;height: 2px;position: absolute;will-change: left, right;}
.nav-pills li a {line-height: 36px !important;}
.nav-pills li.active a {background-color: #468210 !important;}
.nav-pills li.active a:hover {background-color: #468210 !important;}
.nav-pills li.active a:focus {background-color: #468210 !important;}
.nav.nav-tabs + .tab-content {background: #fff;margin-bottom: 30px;padding: 30px;}
.nav.nav-tabs > li.active > a {background-color: #fff;border: 0;}
.nav.nav-tabs > li > a {
	background-color: transparent;
	border-radius: 0;
	border: none;
	color: #505461 !important;
	cursor: pointer;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 0.03em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav.nav-tabs > li > a:hover {color: #468210 !important;}
.tab-content {box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);color: #777;}
.nav.nav-tabs > li:last-of-type a {margin-right: 0px;}
.nav.nav-tabs {border-bottom: 0;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);}
.navtab-bg {background-color: #f2f2f0;border-radius: 10px;}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {color: #468210 !important;}
.nav.nav-tabs.navtab-bg > li.active > a {background-color: #468210;border: 0 none;border-radius: 10px;color: #fff !important;}

/* List group */

.list-group-item {border: 1px solid #ebeff2;}

/* Alert */

.alert .btn {margin-top: 10px;}
.alert-info {background-color: rgba(52, 211, 235, 0.2);border-color: rgba(52, 211, 235, 0.3);color: #34d3eb;}
.alert-warning {background-color: rgba(255, 189, 74, 0.2);border-color: rgba(255, 189, 74, 0.3);color: #ffbd4a;}
.alert-danger {background-color: rgba(240, 80, 80, 0.2);border-color: rgba(240, 80, 80, 0.3);color: #f05050;}

/* Mobile Menu */

.slide-nav-toggle .sidebar {margin-left: 0;}
.mobile_btn {display:none;}

/* Tabs-Accordions */

.nav-pills > .active > a > .badge {color: #468210;}
.has-success .form-control {border-color: #81c868;box-shadow: none !important;}
.has-warning .form-control {border-color: #ffbd4a;box-shadow: none !important;}
.has-error .form-control {box-shadow: none !important;}
.input-group-addon {border-radius: 2px;border: 1px solid #eeeeee;}

/* Media */

.media {margin-bottom: 20px;}
.media .media-heading {font-weight: 600;font-size: 16px;}
.media:last-of-type {margin-bottom: 0px;}

/* Header */

.header {left: 0px;position: fixed;right: 0;top: 0px;z-index: 999;}
.header .header-left {float: left;position: relative;width: 240px;z-index: 1;height: 60px;line-height: 60px;}
.logo {color: #fff !important;font-size: 20px;font-weight: 700;letter-spacing: .05em;line-height: 60px;text-transform: uppercase;}
.logo i {color: #468210;}
.navbar-default {background-color: #fff;border-radius: 0px;border: none;margin-bottom: 0px;box-shadow:1px 1px 8px rgba(0, 0, 0, 0.07);}
.navbar-default .navbar-nav > .open > a {background-color: rgba(255, 255, 255, 0.1);}
.navbar-default .navbar-nav > .open > a:focus {background-color: rgba(255, 255, 255, 0.1);}
.navbar-default .navbar-nav > .open > a:hover {background-color: rgba(255, 255, 255, 0.1);}
.navbar-default .badge {position: absolute;top: 12px;right: 7px;}
.nav > li > a {color: #fff !important;line-height: 60px;padding: 0px 15px;position: relative;}
.nav > li > a i {font-size: 16px;}
.profile img {border: 2px solid #edf0f0;height: 36px;width: 36px;}

/* Sidebar */

.navbar-nav {margin: 0px;}
.side-menu {bottom: 0;top: 0;width: 240px;z-index: 2; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease;box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);}
.side-menu {background: #fff;position: absolute;top: 60px;}
body.fixed .side-menu.left {bottom: 50px;height: 100%;margin-bottom: -70px;margin-top: 0px;padding-bottom: 70px;position: fixed;box-shadow:0 1px 8px rgba(0, 0, 0, 0.07);}

/* Content */

.content-page {margin-left: 240px;overflow: hidden; left: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; transition: all 0.4s ease;position:relative;}
.content-page > .content {margin-bottom: 60px;margin-top: 60px;padding: 20px 5px;}
.sidebar-inner {height: 100%;}
#sidebar-menu,
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {border: 0;font-weight: normal;line-height: 1;list-style: none;margin: 0;padding: 0;position: relative;text-decoration: none;}
#sidebar-menu {padding-bottom: 30px;padding-top: 0px;width: 100%;}
#sidebar-menu .nav > li > a .badge {position: absolute;right: 10px;top: 12px;}
#sidebar-menu a {line-height: 1.3;}
#sidebar-menu ul ul {display: none;}
#sidebar-menu ul ul li {border-top: 0;}
#sidebar-menu ul ul li.active a {color: #468210;}
#sidebar-menu ul ul a {color: #75798B;display: block;padding: 10px 20px 10px 65px;}
#sidebar-menu ul ul a:hover {color: #468210;}
#sidebar-menu ul ul a i {margin-right: 5px;}
#sidebar-menu ul ul ul a {padding-left: 80px;}
#sidebar-menu .label {margin-top: 2px;}
#sidebar-menu .subdrop {background: #f4f8fb !important;border-left: 3px solid #468210;color: #468210 !important;}
#sidebar-menu > ul > li > a {color: #797979;display: block;padding: 12px 20px;margin: 4px 0px;border-left: 3px solid #fff;}
#sidebar-menu > ul > li > a:hover {color: #468210;text-decoration: none;}
#sidebar-menu > ul > li > a > span {vertical-align: middle;}
#sidebar-menu ul li a i {display: inline-block;font-size: 22px;line-height: 17px;margin-right: 15px;text-align: center;vertical-align: middle;width: 20px;}
#sidebar-menu > ul > li > a.active {background: #f4f8fb !important;border-left: 3px solid #468210;color: #468210 !important;}
#sidebar-menu ul ul a.active {color: #468210;}
.side-menu .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform .15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: 'Material Design Icons';
  text-rendering: auto;
  line-height: 22px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.side-menu .menu-arrow:before {content: "\F142";}
.side-menu li a.subdrop .menu-arrow {-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.side-bar {
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	background-color: #fff;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
	display: block;
	float: left;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	transition: all 200ms ease-out;
	width: 240px;
}

/* Buttons */

.btn {outline: none !important;}
.btn-md {padding: 8px 16px;}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {color: #fff !important;}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {background-color: #468210 !important;border: 1px solid #468210 !important;box-shadow: 0 6px 15px rgba(70, 130, 16, 0.6);}
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {background-color: #81c868 !important;border: 1px solid #81c868 !important;}
.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {background-color: #34d3eb !important;border: 1px solid #34d3eb !important;}
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {background-color: #ffbd4a !important;border: 1px solid #ffbd4a !important;}
.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {background-color: #f05050 !important;border: 1px solid #f05050 !important;}
.btn-rounded {border-radius: 2em !important;padding: 6px 20px;}
.btn-group.open .dropdown-toggle {box-shadow: none;}

/* Checkbox  */

.checkbox {padding-left: 20px;}
.checkbox label {display: inline-block;padding-left: 5px;position: relative;}
.checkbox label::before {
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #cccccc;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: 0.3s ease-in-out;
	width: 17px;
	outline: none !important;
}
.checkbox label::after {color: #555;display: inline-block;font-size: 11px;height: 16px;left: 0;margin-left: -20px;padding-left: 3px;padding-top: 1px;position: absolute;top: 0;width: 16px;}
.checkbox input[type="checkbox"] {cursor: pointer;opacity: 0;z-index: 1;outline: none !important;}
.checkbox input[type="checkbox"]:disabled + label {opacity: 0.65;}
.checkbox input[type="checkbox"]:focus + label::before {outline-offset: -2px;outline: none;outline: thin dotted;}
.checkbox input[type="checkbox"]:checked + label::after {content: "\f00c";font-family: 'FontAwesome';}
.checkbox input[type="checkbox"]:disabled + label::before {background-color: #eeeeee;cursor: not-allowed;}
.checkbox.checkbox-circle label::before {border-radius: 50%;}
.checkbox.checkbox-inline {margin-top: 0;}
.checkbox.checkbox-single label {height: 17px;}
.checkbox-custom input[type="checkbox"]:checked + label::before {background-color: #bbadfc;border-color: #bbadfc;}
.checkbox-custom input[type="checkbox"]:checked + label::after {color: #fff;}
.checkbox-primary input[type="checkbox"]:checked + label::before {background-color: #468210;border-color: #468210;}
.checkbox-primary input[type="checkbox"]:checked + label::after {color: #fff;}
.checkbox-danger input[type="checkbox"]:checked + label::before {background-color: #f05050;border-color: #f05050;}
.checkbox-danger input[type="checkbox"]:checked + label::after {color: #fff;}
.checkbox-info input[type="checkbox"]:checked + label::before {background-color: #34d3eb;border-color: #34d3eb;}
.checkbox-info input[type="checkbox"]:checked + label::after {color: #fff;}
.checkbox-warning input[type="checkbox"]:checked + label::before {background-color: #ffbd4a;border-color: #ffbd4a;}
.checkbox-warning input[type="checkbox"]:checked + label::after {color: #fff;}
.checkbox-success input[type="checkbox"]:checked + label::before {background-color: #81c868;border-color: #81c868;}
.checkbox-success input[type="checkbox"]:checked + label::after {color: #fff;}

/* Radios */

.radio {padding-left: 20px;}
.radio label {display: inline-block;padding-left: 5px;position: relative;}
.radio label::before {
	-o-transition: border 0.5s ease-in-out;
	-webkit-transition: border 0.5s ease-in-out;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #cccccc;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: border 0.5s ease-in-out;
	width: 17px;
	outline: none !important;
}
.radio label::after {
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-webkit-transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	background-color: #555555;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 11px;
	left: 3px;
	margin-left: -20px;
	position: absolute;
	top: 3px;
	transform: scale(0, 0);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}
.radio input[type="radio"] {cursor: pointer;opacity: 0;z-index: 1;outline: none !important;}
.radio input[type="radio"]:disabled + label {opacity: 0.65;}
.radio input[type="radio"]:focus + label::before {outline-offset: -2px;outline: 5px auto -webkit-focus-ring-color;outline: thin dotted;}
.radio input[type="radio"]:checked + label::after {-ms-transform: scale(1, 1);-o-transform: scale(1, 1);-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.radio input[type="radio"]:disabled + label::before {cursor: not-allowed;}
.radio.radio-inline {margin-top: 0;}
.radio.radio-single label {height: 17px;}
.radio-custom input[type="radio"] + label::after {background-color: #bbadfc;}
.radio-custom input[type="radio"]:checked + label::before {border-color: #bbadfc;}
.radio-custom input[type="radio"]:checked + label::after {background-color: #bbadfc;}
.radio-primary input[type="radio"] + label::after {background-color: #468210;}
.radio-primary input[type="radio"]:checked + label::before {border-color: #468210;}
.radio-primary input[type="radio"]:checked + label::after {background-color: #468210;}
.radio-danger input[type="radio"] + label::after {background-color: #f05050;}
.radio-danger input[type="radio"]:checked + label::before {border-color: #f05050;}
.radio-danger input[type="radio"]:checked + label::after {background-color: #f05050;}
.radio-info input[type="radio"] + label::after {background-color: #34d3eb;}
.radio-info input[type="radio"]:checked + label::before {border-color: #34d3eb;}
.radio-info input[type="radio"]:checked + label::after {background-color: #34d3eb;}
.radio-warning input[type="radio"] + label::after {background-color: #ffbd4a;}
.radio-warning input[type="radio"]:checked + label::before {border-color: #ffbd4a;}
.radio-warning input[type="radio"]:checked + label::after {background-color: #ffbd4a;}
.radio-success input[type="radio"] + label::after {background-color: #81c868;}
.radio-success input[type="radio"]:checked + label::before {border-color: #81c868;}
.radio-success input[type="radio"]:checked + label::after {background-color: #81c868;}

/* Panels  */

.panel {border: none;margin-bottom: 20px;box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);}
.panel .panel-body {padding: 20px;}
.panel .panel-body p {margin: 0px;}
.panel .panel-body p + p {margin-top: 15px;}
.content .palign .meta p {margin-top: 0px;}
.panel-heading {border: none !important;padding: 10px 20px;}
.panel-default > .panel-heading {background-color: #f4f8fb;border-bottom: none;color: #797979;}
.panel-title {font-size: 15px;font-weight: 600;margin-bottom: 0;margin-top: 0;text-transform: uppercase;letter-spacing: 0.03em;}
.panel-footer {background: #f4f8fb;border-top: 0px;}
.panel .nav-pills li a {color: #4c5667 !important;}
.panel .nav-pills li.active a {color: #fff !important;}
.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {content: '\f0d7';}
.panel-group .panel .panel-heading a[data-toggle=collapse] {display: block;}
.panel-group .panel .panel-heading a[data-toggle=collapse]:before {content: '\f0d8';display: block;float: right;font-family: 'FontAwesome';font-size: 14px;text-align: right;width: 25px;}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {border-top: none;}

/* Data table */

#datatable-editable .form-control {background-color: #fff;width: 100%;}
#datatable td {font-weight: normal;}
div.dataTables_paginate ul.pagination {margin-top: 30px;}
div.dataTables_info {padding-top: 38px;}

/* Dashboard */

.dash-widget {padding: 20px;border-radius: 4px;position: relative;margin-bottom: 20px;box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);background-color: #fff;border-right: 2px solid #468210;}
.dash-widget i {font-size: 50px;padding: 20px;background: rgba(255, 255, 255, 0.2);position: absolute;right: 0px;bottom: 0px;top: 0px;line-height: 60px;color: #468210;}

/* Profile */

.bg-picture {margin: -20px -25px 0px -25px;padding: 20px 0px;position: relative;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);}
.profile-info-name {position: relative;}
.about-info-p {margin-bottom: 20px;}
.about-info-p p {font-size: 16px;}
.thumb {background-color: #ffffff;border-radius: 3px;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);margin-top: 30px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;padding-top: 10px;width: 100%;}
.thumb-img {border-radius: 2px;overflow: hidden;width: 100%;}

/* Search result */

.search-result-box .tab-content {padding: 30px 30px 10px 30px;-webkit-box-shadow: none;box-shadow: none;-moz-box-shadow: none;}
.search-result-box .search-item {padding-bottom: 20px;border-bottom: 1px solid #ebeff2;margin-bottom: 20px;}

/* Login */

.account-pages {position: absolute;height: 100%;width: 100%;}
.wrapper-page {margin: 5% auto;position: relative;width: 420px;}

/* Shop */

.register-page .form-horizontal .form-group {margin-left: -7.5px;margin-right: -7.5px;}
.register-page .row [class*="col-"] {padding: 0 7.5px;}
.btn-white {background-color: #fff;border-color: #e3e3e3;color: #444;}
.bootstrap-select .btn-white {height: 38px;}
.head-title {font-size: 22px;margin-top: 0;text-transform: uppercase;}

.event-list {width: 100%;background-color:#fff; }
.event-list td {padding: 20px 12px !important;vertical-align: middle !important;}
.event-list td:first-child {padding-left: 25px !important;}
.event-list td:last-child {padding-right: 25px !important;}
.event-list thead th:first-child {padding-left: 25px !important;}
.event-list thead th:last-child {padding-right: 25px !important;}
.event-list .event-det {display: inline-block;font-size: 13px;}
.event-title {font-size: 13px; }
.event-img {display: inline-block; margin-right:10px;}
.event-img img {max-width: 50px;overflow: hidden;}
.event-date, .event-status, .event-location {font-size: 13px;}
.event-desc {font-size: 13px;margin-bottom: 0;max-width: 260px;}
.header-right{width:500px; float:right; margin-right:70px}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{background-color: #468210 !important;border: 1px solid #468210 !important;}
.pagination > li > a, .pagination > li > span {color: #468210;}

.custom-modal .modal-content{ background:#468210; color:#fff;}
.custom-modal .modal-body h3{ margin:0; color:#fff; text-transform:uppercase; margin:10px 0 10px;}
.custom-modal .modal-body p{ margin-bottom:30px;}
.custom-modal .modal-body .btn{ margin-bottom:20px; padding:5px 20px; text-transform:uppercase;}
.custom-modal .modal-content .fa{ font-size:32px; color:#fff; margin-top:20px;}
.modal{text-align: center; padding: 0!important;}
.modal:before{content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px;}
.modal-dialog{display: inline-block; text-align: left; vertical-align: middle;}
.review-list {list-style: none;padding-left: 0;margin:0;}
.review-list > li {border: 1px solid #eaeaea;border-radius: 4px;margin: 0 0 10px;padding: 10px;}
.review-cont {position: relative;}
.review-type {height: 48px;position: absolute;width: 48px;}
.review-icon {display: inline-block;height: 40px;line-height: 40px;text-align: center;width: 40px;}
.review-icon i {color: #76838f;font-size: 20px;}
.review-info {padding: 0 30px 0 50px;}
.review-date {color: #888;font-size: 12px;}
.review-author a {color: #468210;font-weight: 600;text-decoration: underline;}
.review-action .dropdown-menu {left: auto;right: 0;}
.text-ellipsis {display: block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.review-star .rating-container {float:left;}
.review-list > li.review-all {border: 0 none;margin: 0;padding: 0;text-align:right;}

.custom-table {width: 100%;background-color:#fff; }
.custom-table td {padding: 15px 12px !important;vertical-align: middle !important;}
.custom-table td:first-child {padding-left: 25px !important;}
.custom-table td:last-child {padding-right: 25px !important;}
.custom-table thead th:first-child {padding-left: 25px !important;}
.custom-table thead th:last-child {padding-right: 25px !important;}
.rating-container .rating-stars::before {text-shadow:inherit !important;}
.rating-container {color: #c3c3c3 !important;}
.rating-gly-star {padding-left:0 !important;}
.rating-gly-star .rating-stars::before {padding-left:0 !important;}

/* Landing Page */

.prccontainer{transition:all 300ms linear;}
.prccontainer:hover{ box-shadow:0 0 25px rgba(0,0,0,0.2);}
.prctitle{padding:30px; text-align:center;}
.prctitle.silver{ background:#8c8c8c;}
.prctitle.gold{ background:#e3a22a;}
.prctitle.platinum{ background:#468210;}
.prctitle .prcheading{ font-size:24px; line-height:24px; color:#fff; font-weight:600; text-transform:uppercase;}
.prctitle .price{ font-size:48px; line-height:48px; color:#fff; font-weight:600; padding:25px 0; position:relative;}
.prctitle .price:before{ position:absolute; content:"$"; font-size:20px; line-height:20px; margin:4px 0 0 -16px;}
.prctitle .price:after{ position:absolute; content:"/ Year"; font-size:14px; line-height:14px; font-weight:400; margin:28px 0 0 -2px;}
.prctitle a{ font-weight:700; display:inline-block; padding:15px 50px; text-transform:uppercase; border-radius:8px; background:#fff; transition:all 300ms linear;}
.prctitle.silver a{ color:#8c8c8c;}
.prctitle.gold a{ color:#e3a22a;}
.prctitle.platinum a{ color:#468210;}
.prctitle a:hover{ text-decoration:none; background:#000; color:#fff;}
.prccontent{ background:#fff; padding:30px 40px;}
.prccontent li{ display:block; background:url(../images/tick.png) no-repeat left 12px; padding:5px 0 5px 22px;}

/* new css */

.action-btn {border: 2px solid rgba(0, 0, 0, 0.1);border-radius: 50%;color: #c1c1c1;display: inline-block;height: 30px;line-height: 26px;text-align: center;width: 30px;}
.version {float: right;}
.profile-img {border-radius: 4px;height: 60px;width: 60px;}
input[type="file"] {height: auto;}
.form-horizontal .control-label:not(.text-right) {text-align: left;}
.site-logo {border-radius: 4px;height: 50px;width: auto;}
.fav-icon {border-radius: 4px;height: 32px;width: 32px;background-color: #fff;border: 1px solid #ddd;display: inline-block;padding: 4px;}
.fav-list {border: 1px solid #468210;border-radius: 3px;display: block;padding: 10px;}
.fav-row {margin-bottom:15px;}
.fav-row:last-child {margin-bottom:0;}
.fav-user {font-weight: 600 !important;color:#468210;}
.rev-list {border: 1px solid #468210;border-radius: 3px;padding: 10px;}
.rev-row {margin-bottom:15px;}
.rev-row:last-child {margin-bottom:0;}
.rev-user {font-weight: 600 !important;color:#468210;}
.rev-user a {font-weight: 600 !important;color:#468210;}
.fav-panel .tab-content {box-shadow:inherit;}
.topbar .form-control::-moz-placeholder{color:#fff;opacity:1}.topbar .form-control:-ms-input-placeholder{color:#fff}.topbar .form-control::-webkit-input-placeholder{color:#fff}
.error {color: #f05050;font-size: 12px;font-weight: 500;}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {color:inherit;}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {color:inherit;}
.form-horizontal .bootstrap-select{width:100% !important;}
.shop-type .bootstrap-select {width: 100% !important;}
.all-search {float: right;width: 270px;}
.all-search .input-group-btn .btn {border-color: #e3e3e3;border-left: 0 none;color: #565656;}
.plan-det {border: 1px solid #468210;border-radius: 3px;color: #468210;float: right;margin-top: 15px;padding: 5px 15px;}
.plan-label {display: inline-block;min-width: 80px;padding: 0.4em 0.6em;}

.file_upload_frm { display: block; margin: 20px auto; background: #eee; border-radius: 10px; padding: 15px }
#progress { position:relative; width:500px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; margin-top:10px; }
#bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
#percent { position:absolute; display:inline-block; top:3px; left:48%; }
.hide{display:none;}

/* Responsive */

@media (min-width: 768px) and (max-width: 991px) {
	body {overflow-x: hidden;}
}
@media (max-width: 767px) {
	body {overflow-x: hidden;}
	.wrapper-page {width: 90%;}
	.navbar-nav .open .dropdown-menu {background-color: #ffffff;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);left: auto;position: absolute;right: 0;}
	.dataTables_wrapper .col-xs-6 {width: 100%;text-align: left;}
	#wrapper .side-menu {margin-left: -225px;width: 225px;}
	#wrapper.slide-nav-toggle .side-menu {margin-left: 0;}
	.content-page {margin-left: 0;padding-left: 0;padding-right: 0;}
	.slide-nav-toggle .content-page {left: 225px;margin-left: 0;}
	.mobile_btn {display:block;}
	.web-logo {display:none;}
	.header-left {width: 70px !important;}
}
@media (max-width: 480px) {
  .side-menu {z-index: 10 !important;}
}
@media (max-width: 419px) {
  .header-left {width: 70px !important;}
}



#chat-frame {
  width: 100%;
  height: 68vh;
  min-height: 300px;
  max-height: 590px;
  background: #ffffff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 360px) {
  #chat-frame {
    width: 100%;
    height: 100vh;
  }
}
#chat-frame #sidepanel {
  float: left;
  width: 40%;
  height: 100%;
  background: #797979;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991px) {
  .content-page {
    margin-left:0px;
  }
}

@media screen and (max-width: 735px) {
  #chat-frame #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#chat-frame #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #666666;
  }
}
#chat-frame #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#chat-frame #sidepanel #profile.expanded .wrap p {
  line-height: 60px !important;
}
#chat-frame #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#chat-frame #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap {
    height: 55px;
  }
}
#chat-frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#chat-frame #sidepanel #profile .wrap img.online {
  border: 2px solid #468210;
}
#chat-frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#chat-frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#chat-frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#chat-frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
  line-height: 60px !important;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap p {
    display: none;
  }
}
#chat-frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#chat-frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #4d4d4d;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#chat-frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#chat-frame #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #4d4d4d;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#chat-frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#chat-frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#chat-frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#chat-frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#chat-frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#chat-frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#chat-frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#chat-frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#chat-frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#chat-frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#chat-frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#chat-frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#chat-frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#chat-frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#chat-frame #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#chat-frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#chat-frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #666666;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#chat-frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #4d4d4d;
}
#chat-frame #sidepanel #search {
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #search {
    display: none;
  }
}
#chat-frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#chat-frame #sidepanel #search input {
  padding: 10px 0 10px 46px;
  width: calc(100% - 0px);
  border: none;
  background: #666666;
  color: #f5f5f5;
}
#chat-frame #sidepanel #search input:focus {
  outline: none;
  background: #4d4d4d;
}
#chat-frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5;
}
#chat-frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5;
}
#chat-frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5;
}
#chat-frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5;
}
#chat-frame #sidepanel #contacts {
  height: calc(100% - 0px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.text_preview
{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.message_timesent
{
	display: block;
	padding-top: 5px;
}

.message_timereplies
{
	text-align: right;
	clear: both;
	display: block;
	padding-top: 5px;
}

@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #chat-frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#chat-frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#chat-frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #4d4d4d;
}
#chat-frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #666666;
}
#chat-frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#chat-frame #sidepanel #contacts ul li.contact:hover {
  background: #666666;
}
#chat-frame #sidepanel #contacts ul li.contact.active {
  background: #666666;
  border-right: 5px solid #bfbfbf;
}
#chat-frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #666666 !important;
}
#chat-frame #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}

#chat-frame #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#chat-frame #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#chat-frame #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#chat-frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#chat-frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 0px 0 0 0;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#chat-frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}
#chat-frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#chat-frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#chat-frame #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#chat-frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #666666;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#chat-frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#chat-frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #4d4d4d;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #4d4d4d;
  }
}
#chat-frame #sidepanel #bottom-bar button:hover {
  background: #4d4d4d;
}
#chat-frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #chat-frame #sidepanel #bottom-bar button span {
    display: none;
  }
}
#chat-frame .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #chat-frame .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}
#chat-frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}
#chat-frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#chat-frame .content .contact-profile p {
  float: left;
  line-height: 60px !important;
}
#chat-frame .content .contact-profile .social-media {
  float: right;
}
#chat-frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#chat-frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#chat-frame .content .contact-profile .social-media i:hover {
  color: #4d4d4d;
}
#chat-frame .content .messages {
  height: auto;
  width: 100%;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #chat-frame .content .messages {
    max-height: calc(100% - 105px);
  }
}
#chat-frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#chat-frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#chat-frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#chat-frame .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#chat-frame .content .messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#chat-frame .content .messages ul li.sent p {
  background: #4d4d4d;
  color: #f5f5f5;
}
#chat-frame .content .messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#chat-frame .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}
#chat-frame .content .messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
#chat-frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #chat-frame .content .messages ul li p {
    max-width: 300px;
  }
}
#chat-frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
#chat-frame .content .message-input .wrap {
  position: relative;
}
#chat-frame .content .message-input .wrap input {
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #666666;
}
@media screen and (max-width: 735px) {
  #chat-frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#chat-frame .content .message-input .wrap input:focus {
  outline: none;
}
#chat-frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #4d4d4d;
  opacity: .5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #chat-frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#chat-frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#chat-frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #666666;
  color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #chat-frame .content .message-input .wrap button {
    padding: 16px 0;
  }
}
#chat-frame .content .message-input .wrap button:hover {
  background: #4d4d4d;
}
#chat-frame .content .message-input .wrap button:focus {
  outline: none;
}

/* chat module style ends */

/* Responsive */

@media (min-width: 768px) and (max-width: 991px) {
	body {overflow-x: hidden;}
}
@media (max-width: 767px) {
	body {overflow-x: hidden;}
	.wrapper-page {width: 90%;}
	.navbar-nav .open .dropdown-menu {background-color: #ffffff;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);left: auto;position: absolute;right: 0;}
	.dataTables_wrapper .col-xs-6 {width: 100%;text-align: left;}
	#wrapper .side-menu {margin-left: -225px;width: 225px;}
	#wrapper.slide-nav-toggle .side-menu {margin-left: 0;}
	.content-page {margin-left: 0;padding-left: 0;padding-right: 0;}
	.slide-nav-toggle .content-page {left: 225px;margin-left: 0;}
	.mobile_btn {display:block;}
	.web-logo {display:none;}
	.header-left {width: 70px !important;}
}
@media (max-width: 480px) {
  .side-menu {z-index: 10 !important;}
}
@media (max-width: 419px) {
  .header-left {width: 70px !important;}
}

.users-list-icon
{
width: 40px;
border-radius: 50%;
float: left;
margin-right: 10px;
background: #fff;
height: 40px;
text-align: center;
color: #468210;
font-size: 18px;
font-weight: 800;
}

.users-list-icon p{
	    margin: 5px !important;
}


.users-list-icons
{
width: 40px;
border-radius: 50%;
float: left;
margin-right: 10px;
background: #fff;
height: 40px;
text-align: center;
color: #468210;
font-size: 18px;
font-weight: 800;
margin-left: 15px;
margin-top: 9px;
}


