body {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
	color: #5aba47;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #000;
}

.login-body {
	background: #f8f8f8;
	line-height: 24px;
}

.login-holder {
	text-align: center;
	margin: 100px auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.company-logo {
	max-width: 190px;
	margin: 20px auto;
	padding: 10px;
	background: #424143;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.login-form {
	padding: 35px 20px 20px;
}

.login-form p {
	line-height: 24px;
}

.login-form .form-group {
	margin-bottom: 1rem;
	position: relative;
	margin: 0 0 15px;
	border: none;
}

.login-form input[type="email"].form-control,
.login-form input[type="password"].form-control,
.login-form input[type="text"].form-control {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	height: 45px;
	width: 100%;
	padding-left: 60px;
}

.login-form .ico-wrap {
	position: absolute;
	background: rgb(91, 187, 71);
	width: 50px;
	height: 45px;
	color: #ffffff;
	display: inline-block;
	z-index: 9;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	left: 0;
}

.login-form button {
	background: #000;
	color: #fff;
	border: none;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 32px;
	display: block;
	width: 100%;
	margin: 0 0 40px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}

.login-form button:hover {
	background: #525050;
}

.main-header {}

.top-header {
	background: #424143;
	color: #fff;
	padding: 10px 0;
}

.logo-wrap {
	max-width: 170px;
	margin: 0 auto;
}

.main-header p {
	margin: 0;
}

.main-header .dropdown {
	padding: 12px 0;
}

.main-header .dropdown-toggle {
	color: #fff;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	border-radius: 0;
	background: none;
	border: none;
	outline: none;
}

.main-header .dropdown-toggle::after {
	display: none;
}

.main-header .dropdown-toggle span {
	color: #ffffff;
	font-weight: 600;
	background: #5bbb47;
	display: inline-block;
	padding: 2px 5px;
	vertical-align: middle;
}

.main-header .dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin: 36px 0 0;
}

.notification-list {
	min-width: 400px;
	height: 350px;
	overflow-y: scroll;
	padding-bottom: 45px;
}

.notification-list ul {
	margin: 0;
	padding: 0;
}

.notification-list ul li {
	list-style-type: none;
	display: block;
	min-height: 30px;
	padding: 10px 15px;
	position: relative;
	border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

.notification-list ul li:last-child {
	border: none;
}

.notification-detail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.notification-detail:hover {
	background: rgba(0, 0, 0, 0.06);
}

.notification-avatar {
	width: 30px;
	height: 30px;
	float: left;
	margin: 5px 0 0;
	border-radius: 50%;
	border: rgba(0, 0, 0, 0.1) 1px solid;
}

.notification-avatar img {
	border-radius: 50%;
}

.notification-msg {
	padding-left: 40px;
}

.notification-footer {
	border-top: 1px solid #ddd;
	text-align: center;
}

.notification-footer a {
	background: #e9edf2;
	display: block;
	padding: 15px 0;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.notification-footer a:hover {
	background: #e2e3e4;
}

.bottom-header {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.notification-msg {
	padding-left: 40px;
	font-size: 12px;
	line-height: 24px;
}

.notification-msg p {
	margin: 0;
}

.main-nav-wrap {}

.main-nav-wrap .navbar {
	padding: 0;
}

.main-nav-wrap .navbar-expand-lg .navbar-nav .nav-link {
	padding: 20px 25px;
	color: #000;
	border-right: rgba(0, 0, 0, 0.15) 1px solid;
	font-size: 12px;
	text-transform: uppercase;
}

.main-nav-wrap .navbar-expand-lg .navbar-nav .nav-link:last-child {
	border-right: none;
}

.main-nav-wrap .navbar-expand-lg .navbar-nav .nav-link:hover,
.main-nav-wrap .navbar-expand-lg .navbar-nav .nav-link.active {
	background: #5bbb47;
	color: #fff;
}

.content-block {
	padding: 30px 0;
}

.grey-bg {
	background: #f2f3f8;
}

.tab-wrap {}

.table {
	margin-bottom: 0;
}

.tab-wrap .table td,
.tab-wrap .table th {
	padding: 20px 15px;
	vertical-align: middle;
	line-height: 20px;
}

.tab-wrap .table thead th {
	border-bottom: none;
	text-transform: uppercase;
	border-top: none;
}

.tab-wrap .view-btn {
	width: 130px;
}

.tab-wrap .table-hover tbody tr:hover {
	background-color: rgba(233, 237, 242, 0.43);
}

.shadowed-box {
	box-shadow: 0 0 16px #ccc;
	-moz-box-shadow: 0 0 16px #ccc;
	-ms-box-shadow: 0 0 16px #ccc;
	-webkit-box-shadow: 0 0 16px #ccc;
	margin: 0 0 40px;
}

.tab-wrap p {
	margin: 0;
	line-height: 22px;
}

.main-footer {
	background: #424143;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}

.main-footer p {
	margin: 0;
}

.main-footer p a {
	color: #fff;
}

.main-footer p a:hover {
	color: #6abe4e;
}

.accordion-wrap {}

.accordion-wrap .btn-link {
	font-weight: 600;
	color: #080808;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	border-radius: 0;
	position: relative;
	width: 100%;
	text-align: left;
	padding: 15px 15px;
	border: none;
	outline: none;
	text-decoration: none;
}

.accordion-wrap .btn-link:hover {
	text-decoration: none;
	color: #5bbb47;
}

.accordion-wrap .card {
	border: none;
	border-radius: 0;
}

.accordion-wrap .card-header:first-child {
	border-radius: 0;
}

.accordion-wrap .card-header {
	padding: 0;
	background-color: rgb(233, 237, 242);
	border-bottom: none;
}

.accordion-wrap .card-body {
	padding: 0;
}

.accordion-wrap .card-header .btn-link:after {
	position: absolute;
	font-family: 'fontawesome';
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	color: #828282;
	line-height: 53px;
	content: "\f068";
	background: rgba(0, 0, 0, 0.11);
	font-size: 18px;
}

.accordion-wrap .card-header .btn-link.collapsed:after {
	content: "\f067";
}

.title-box {
	margin-bottom: 30px;
}

.title-box h1,
.title-box h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #1d8608;
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
	margin: 8px 0 0;
}

.title-box p {
	margin: 15px 0;
}

.btn-wrap {}

.btn-wrap a {
	display: inline-block;
	text-align: center;
	position: relative;
	background: #fff;
	color: #000;
	border-radius: 20px;
	outline: none;
	font-weight: 600;
	padding: 10px 25px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	z-index: 1;
}

.btn-wrap a:before {
	position: absolute;
	content: '';
	height: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #5bbb47;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	-ms-transition: .2s all linear;
	transition: .2s all linear;
}

.btn-wrap a:hover:before {
	height: 100%;
}

.view-btn {
	display: inline-block;
	color: #fff;
	border-radius: 20px;
	font-weight: 600;
	padding: 5px 15px;
	background: rgb(91, 187, 71);
	text-align: center;
	line-height: 20px;
}

.view-btn:hover {
	background: rgb(36, 138, 14);
	color: #fff;
}

.add-form {}

.add-form .form-control {
	padding: 5px 15px;
	height: 40px;
	font-size: 12px;
}

.add-form label,
.form-wrap label {
	display: block;
	font-weight: bold;
	margin: 15px 0;
	font-size: 14px;
}

.modal-wrap {}

.modal-wrap .btn,
.form-wrap .btn {
	border-radius: 20px;
	padding: 3px 20px;
	font-size: 14px;
}

.modal-wrap .btn-primary,
.form-wrap .btn-primary {
	background-color: #5bbb47;
	border-color: #5bbb47;
}

.modal-wrap .btn-primary:hover,
.form-wrap .btn-primary:hover {
	background-color: #369622;
	border-color: #369622;
}

.modal-wrap .close {
	font-size: 50px;
	line-height: 20px;
	outline: none;
}

.modal-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #5bbb47;
	font-weight: 600;
}

.form-wrap {}

.form-wrap input {
	font-size: 12px;
	height: 40px;
	border-radius: 0px;
}

.form-wrap .form-check-input {
	margin-top: 0;
}

.form-wrap .form-group {
	margin-bottom: 20px;
}

.actions-block {
	box-shadow: 0 0 16px #ccc;
	-moz-box-shadow: 0 0 16px #ccc;
	-ms-box-shadow: 0 0 16px #ccc;
	-webkit-box-shadow: 0 0 16px #ccc;
	padding: 20px 25px;
	margin: 30px 0;
	line-height: 24px;
	overflow: hidden;
}

.user-box {
	min-height: 30px;
}

.user-img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	float: left;
	border: rgba(0, 0, 0, 0.1) 1px solid;
	padding: 2px;
}

.user-img img {
	border-radius: 50%;
}

.user-desc {
	padding-left: 35px;
	line-height: 22px;
}

.actions-block h3 {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0;
}

.more {
	color: rgb(40, 167, 69);
	font-weight: 700;
}

.more:hover {
	color: rgb(6, 132, 35);
}

a.full-width-btn {
	display: block;
	background: #424143;
	color: #fff;
	border-radius: 0;
}

.actions-block hr {
	margin: 15px 0;
}

.profile-col {}

.image-holder {
	background: #e9ecef;
	padding: 20px 25px;
}

.user-image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: rgba(0, 0, 0, 0.1) 1px solid;
	padding: 5px;
	margin: 0 auto;
	background: #fff;
	float: left;
}

.user-image img {
	border-radius: 50%;
}

.user-description {
	padding: 20px 0;
}

.user-description p {
	margin: 0 0 5px;
	line-height: 24px;
}

.user-description p a {
	color: #000;
}

.user-description p a:hover {
	color: #37a521;
}

.card-content-member {
	padding: 0px 25px 15px;
	box-shadow: 0 4px 9px -2px rgba(62, 65, 66, 0.15);
	margin-bottom: 20px;
}

.form-wrap button {
	background: #5bbb47;
	color: #fff;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 50px;
	margin: 15px 0;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
}

.form-wrap button.cancel-btn {
	background: #424143;
}

.form-wrap button:hover,
.form-wrap button:focus,
.form-wrap .btn-primary:not(:disabled):not(.disabled):active {
	background: #32981c;
}

span.error-holder,
.error {
	margin: 10px 0 0;
	display: inline-block;
	color: #b30303;
}

.notification-wrap {
	padding: 30px;
}

.notification-wrap h3 {
	color: #5bbb47;
	font-size: 20px;
}

.tickets-details {
	line-height: 24px;
}

.default-btn {
	background-color: #6abe4e;
	border: none;
}

.default-btn:hover {
	background-color: #408a27;
}

.action-wrap {}

.action-wrap .view-btn {
	padding: 6px 15px;
}

.action-wrap .dropdown-menu {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 0;
	padding: 0;
	font-size: 12px;
}

.action-wrap .dropdown-item {
	padding: 10px 15px;
	border-bottom: #dee2e6 1px solid;
}

.action-wrap .dropdown-item:last-child {
	border: none;
}

.yes-status {
	color: #5bbb47;
	font-size: 16px;
	text-align: center;
}

.no-status {
	color: #ff0000;
	font-size: 16px;
	text-align: center;
}

.add-wrap {
	padding: 35px 25px;
}

.inlie-control {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	height: 35px;
	border: none;
	padding: 5px 10px;
	width: 70px;
	margin: 0 15px;
	text-align: center;
}

.confirm-box {
	font-size: 16px;
	line-height: 24px;
}

.confirm-box i {
	font-size: 50px;
	color: #5bbb47;
	margin: 30px 0;
}

.inlie-elements {}

.inlie-elements ul {
	margin: 0;
	padding: 0;
}

.inlie-elements ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 20px 0 0;
}

.subscription-box {
	background: #e9ecef;
	text-align: center;
	padding: 30px 15px;
	margin: 15px 0 0;
}

.subscription-box ul {
	margin: 0 0 30px;
	padding: 0;
}

.subscription-box ul li {
	list-style-type: none;
	display: block;
	margin: 0 0;
	padding: 20px 0;
	border-bottom: rgba(255, 255, 255, 0.71) 1px solid;
	font-size: 16px;
}

.ico-wrap {}

.ico-wrap a {
	display: inline-block;
	background: #5bbb47;
	color: #fff;
	font-size: 16px;
	padding: 12px 20px;
	border: #199200 1px solid;
	margin: 10px 0 0;
}

.ico-wrap a:hover {
	background: #199200;
}

.register-box {
	max-width: 600px;
	margin: 50px auto;
	padding-top: 40px;
}

span.error-holder {
	margin: 6px 0;
	display: inline-block;
	color: #b30303;
}

.profile-fields {
	padding-left: 100px;
}

.custom-file.change-photo {
	width: 175px;
	margin: 10px 0 0;
	display: block;
}

.change-photo .custom-file-label::after {
	display: none;
}

.change-photo .custom-file-label {
	height: auto;
	background: #fff;
	color: #000;
	border-radius: 20px;
	outline: none;
	font-weight: 600;
	padding: 7px 25px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
	-o-transition: .3s all linear;
	-ms-transition: .3s all linear;
	transition: .3s all linear;
	cursor: pointer;
	z-index: 9;
}

.change-photo .custom-file-label:hover {
	background-color: #389625;
}

.badge {
	color: #fff;
	padding: 4px 12px;
	font-size: 12px;
}

.tab-box {
	padding: 25px 0;
}

.tab-box .nav-tabs {
	padding: 0 25px;
}

.tab-box .nav-tabs .nav-link {
	font-size: 12px;
	font-weight: 600;
	padding: 10px 15px;
	color: #fff;
	background-color: #5bbb47;
	border-radius: 0;
	border: rgba(0, 0, 0, 0.09) 1px solid;
	border-bottom: none;
	margin: 0 5px 0 0;
}

.tab-box .nav-tabs .nav-item.show .nav-link,
.tab-box .nav-tabs .nav-link.active,
.tab-box .nav-tabs .nav-link:hover {
	background: #e9ecef;
	color: #000;
	border-color: #e9ecef;
}

.box-title {
	background: #5bbb47;
	color: #fff;
	margin: -30px -14px 5px;
	padding: 15px 0;
}

.box-title h4 {
	font-size: 18px;
	margin: 0;
}

.account-wrap {
	text-align: center;
	border-bottom: rgba(106, 190, 78, 0.55) 4px solid;
}

.account-wrap .default-btn {
	display: inline-block;
	padding: 2px 20px;
	color: #6abe4e;
	border-radius: 20px;
	background: none;
	border: #6abe4e 1px solid;
	font-weight: 600;
}

.account-wrap .default-btn:hover {
	background: #6abe4e;
	color: #fff;
}

.account-wrap strong {
	font-size: 16px;
	display: inline-block;
	margin: 15px 0;
}

.block-title {
	background: #6abe4e;
	padding: 20px 20px;
	margin: 0 0;
}

.block-title h4 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0;
}

.account-details {
	padding: 30px 20px;
}

.account-wrap p {
	line-height: 24px;
	margin: 0 0;
}

.account-wrap hr {
	margin: 20px 0 0;
}

.login-holder {
	margin: 20px 15px;
}

.login-holder h5 {
	margin: 0 0 25px;
}

.inline-elements {
	padding: 20px 0 0;
}

.inline-elements ul {
	margin: 0;
	padding: 0;
}

.inline-elements ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 0 10px;
}

.inline-elements ul li a {
	color: #fff;
}

.inline-elements ul li a:hover {
	color: #6abe4e;
}

.social-icons {
	padding: 15px 0 0;
	text-align: center;
}

.social-icons ul {
	margin: 0;
	padding: 0;
}

.social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 0 8px;
}

.social-icons ul li a {
	color: #fff;
}

.social-icons ul li a:hover {
	color: #6abe4e;
}

.manage-block {
	overflow-x: hidden;
}

.left-block {
	padding: 20px 20px;
	line-height: 22px;
}

.block-list {
	margin-bottom: 30px;
}

.block-list ul {
	margin: 0;
	padding: 0;
}

.block-list ul li {
	list-style-type: none;
	display: block;
	padding: 15px 10px;
	border-bottom: rgba(0, 0, 0, 0.15) 1px solid;
}

.block-list ul li.active {
	background: #ebf2f6;
}

.block-list .user-desc p,
.left-block .user-desc p {
	margin: 0;
}

span.user-img {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.filter-wrap {
	padding: 15px 20px;
}

.filter-wrap .form-wrap button {
	margin-top: 40px;
}

.side-block {
	margin: 80px 0 0 0;
	background: #e9ecef;
	padding: 25px 15px 1px;
}

.tab-contnt {
	padding: 15px 0px;
}

.tab-contnt p {
	line-height: 20px;
}

.right-block {
	padding: 0 15px 0 0;
}

.right-block p {
	line-height: 24px;
}

.solid-box {
	/*	background: #ebf2f6;*/
	padding: 10px 5px;
	text-align: center;
	margin: 10px 0 0;
	box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
	border: 1px solid #eeeeee;
}

.solid-box p {
	margin: 0;
	font-size: 10px;
}

.solid-box p a,
.tab-contnt p a {
	color: #5bbb47;
}

.solid-box p a:hover,
.tab-contnt p a:hover {
	color: #000;
}

.show-box {
	margin: 20px 0;
}

.show-box .form-control.form-control-sm {
	width: auto;
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
}

.pagination-wrap {}

.pagination-wrap .page-link {
	color: #5bbb47;
}

.pagination-wrap .page-item.active .page-link {
	background-color: #5bbb47;
	border-color: #5bbb47;
}

.bordered-box {
	border: rgba(0, 0, 0, 0.1) 1px solid;
	padding: 15px 15px 0;
}

.chat-box {
	padding: 0 5px 40px;
	position: relative;
}

.chat-title {
	border-bottom: 2px solid #5bbb47;
	color: #5bbb47;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}

.username {
	padding: 5px 10px;
}

.username h5 {
	font-size: 15px;
	color: #333;
}

.username .msg {
	font-weight: 500;
	font-size: 13px;
	color: #6b6b6b;
}

.username p {
	font-size: 12px;
	color: #a3a7ab;
	margin-bottom: 5px;
	line-height: 18px;
}

.unread {
	text-align: center;
}

.unread p {
	color: #fff;
	background-color: #5bbb47;
	height: 22px;
	width: 22px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border-radius: 50%;
}

.chat-block .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #e9ecef;
	border-radius: 0px;
}

.chat-main-content {
	padding: 10px 15px;
	height: 522px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.user-list {
	height: 455px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.chat-main-header {
	background-color: #e9ecef;
	padding: 15px;
}

.msg-block {}

.msg-block img {
	width: 30px;
	border-radius: 50%;
}

.msg-block-inverse {
	padding-top: 30px;
}

.msg-block-inverse img {
	width: 50px;
	border-radius: 50%;
	float: left;
	position: relative;
}

.msg-block-inverse .bubble {
	max-width: 500px;
	float: left;
	border-radius: 10px 14px 10px 0px;
	background-color: #e9ecef;
	color: #495057;
	padding: 15px;
	line-height: 17px;
}

.bubble {
	max-width: 500px;
	float: right;
	border-radius: 10px 14px 0 10px;
	background-color: #5bbb47;
	color: #fff;
	padding: 15px;
	line-height: 17px;
}

.bubble p {
	margin-bottom: 0px;
}

.chat-main-footer {
	bottom: 0;
	position: absolute;
	width: 100%;
	left: 0;
}

.chat-main-footer input {
	padding: 12px;
	border-radius: 0;
}

.chat-main-footer button {
	border-radius: 0;
	color: #fff;
}

.chat-block ::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.chat-block ::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar-track {
	border-radius: 10px;
}

/* Handle */
.chat-block ::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

/* Handle on hover */
.chat-block ::-webkit-scrollbar-thumb:hover,
.custom-scroll::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

.time-o {
	color: #ccc;
	margin: 0;
	font-size: 10px;
}

.messenger-wrapper {
	margin: 15px 0;
}

.message-pic {
	display: table-cell;
	vertical-align: top;
	width: 40px;
}

.message-body {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

.message-content {
	background: #f4f5f8;
	border-radius: 6px;
	position: relative;
	padding: 5px 15px;
	line-height: 20px;
	font-size: 10px;
}

.message-content p {
	margin: 0;
}

.message-content:before {
	position: absolute;
	content: '';
	right: 100%;
	width: 0;
	top: 7px;
	height: 0;
	border-style: solid;
	border-width: 5px 7.6px 5px 0;
	border-color: transparent #f4f5f8 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #f4f5f8 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.username-wrap {
	font-size: 9px;
	text-transform: uppercase;
	color: #5bbb47;
	font-weight: 600;
}

.message-out {}

.message-out .message-body {
	padding-left: 0;
	padding-right: 0;
	float: right;
}

.message-out .message-content {
	background: #5bbb47;
	color: #fff;
}

.message-out .message-content:before {
	right: auto;
	left: 100%;
	border-width: 5px 0 5px 7.6px;
	border-color: transparent transparent transparent #5bbb47;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #5bbb47;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.messenger-datetime {
	text-align: center;
}

.avatar {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.avatar-box {}

.avatar-info {
	display: inline-table;
	padding-top: 5px;
}

.avatar-info h5 {
	font-size: 14px;
	margin: 0 0;
}

.avatar img {
	border-radius: 50%;
	width: 50px;
	display: inline-block;
}

.avatar-info p {
	margin-bottom: 10px;
}

.action-list {
	margin-bottom: 20px;
}

.action-list ul {
	margin: 0;
	padding: 0;
}

.action-list ul li {
	list-style-type: none;
	display: inline-block;
	border-right: rgba(0, 0, 0, 0.15) 1px solid;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

.action-list ul li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.action-list p {
	margin: 0;
}

.tab-contnt .action-list ul li {
	width: 48%;
}

.archive-wrap {}

.archive-wrap .btn {
	padding: 3px 15px;
	margin: 0;
	font-size: 12px;
	background: #5bbb47;
	border: none;
	border-radius: 15px;
}

.archive-wrap .btn i {
	margin-right: 4px;
}

.archive-wrap .btn:hover {
	background: #328a20;
}

.tooltip-inner {
	background: #328a20;
	font-size: 12px;
	line-height: 16px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: #328a20;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}

.search-form {}

.search-form .form-group {
	position: relative;
}

.search-form button {
	padding: 0;
	background: none;
	position: absolute;
	top: 6px;
	right: 8px;
	color: #5bbb47;
	line-height: 20px;
	margin: 0;
	font-size: 12px;
}

.search-form.form-wrap input {
	padding-right: 15px;
	border-radius: 0;
}

.buttoned-tab {
	margin: 30px 0 0;
}

.buttoned-tab .nav-pills .nav-link {
	border-radius: 0;
	padding: 6px 25px;
	margin: 0 3px 0 0;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.buttoned-tab .nav-pills .nav-link i {
	color: #46a532;
}

.buttoned-tab .nav-pills .nav-link.active,
.buttoned-tab .nav-pills .show>.nav-link,
.buttoned-tab .nav-pills .nav-link:hover {
	background: #ebf2f6;
	color: #000;
}

.left-block .user-img {
	width: 40px;
	height: 40px;
}

.left-block .user-desc {
	padding-left: 55px;
}

.small-btn {
	background: #fff;
	color: #5bbb47;
	border-radius: 20px;
	outline: none;
	font-weight: 500;
	font-size: 10px;
	padding: 0px 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	margin: 5px 0 0;
	display: inline-block;
}

.small-btn:hover {
	background: #5bbb47;
	color: #ffffff;
}

.application-block {
	padding: 50px 0;
}

.application-block .form-wrap {
	max-width: 661px;
	margin: 0 auto;
	background: #f7f7f7;
	padding: 30px 30px 10px;
	border-top: rgba(0, 0, 0, 0.16) 5px solid;
}

.application-block .form-wrap .form-group {
	text-align: left;
}

.application-block .form-wrap button {
	font-size: 12px;
}

.application-block .form-wrap label {
	margin: 8px 0;
}

.custom-checkbox label {
	line-height: 24px;
	font-size: 12px;
	position: relative;
	padding-left: 25px;
}

.custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #28a745;
}

.custom-control {
	padding-left: 0;
}

span.help-block {
	padding: 15px 0 0;
	display: inline-block;
	color: #721c24;
}

.modal-footer .btn {
	border-radius: 0;
	padding: 7px 25px;
	border: none;
}

.error-box i {
	color: #721c24;
	font-size: 14px;
}

.notification-box .error-box span {
	color: #721c24;
}

.awn-toast.awn-toast-alert .fa,
.awn-toast.awn-toast-alert b {
	display: block;
	margin: 0 0 10px;
}

textarea.form-control {
	font-size: 12px;
}

.modal-wrap .close span {
	color: #fff;
}

.modal-wrap .change-photo .custom-file-label {
	border-radius: 0;
}

.alert {
	position: relative;
	line-height: 24px;
	text-align: left;
}

.alert.alert-success .close,
.alert.alert-danger .close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	display: inline-block;
	line-height: 20px;
	padding: 0 10px;
	background: no-repeat;
	color: #000;
	opacity: 1;
}
.page-wrapper{
	min-height: 100vh;
	position: relative;
}
.page-wrapper .main-footer{
	position: absolute;
	bottom:0;
	width: 100%;
}