h1, .h1 {
	font-size: 1.5rem;
}

h2, .h2 {
	font-size: 1.35rem;
}

h3, .h3 {
	font-size: 1.1875rem;
}

h4, .h4 {
	font-size: 1.125rem;
}

h5, .h5 {
	font-size: 1.0625rem;
}

h6, .h6 {
	font-size: 1rem;
}

.footer {
	position: relative;
}

#main-content {
	min-height: 800px;
}
.main-content {
	min-height: 800px;
}
@media print, screen and (min-width: 40em) {
	h1, .h1 {
		font-size: 3rem;
	}
	h2, .h2 {
		font-size: 2.2rem;
	}
	h3, .h3 {
		font-size: 1.9375rem;
	}
	h4, .h4 {
		font-size: 1.5625rem;
	}
	h5, .h5 {
		font-size: 1.25rem;
	}
	h6, .h6 {
		font-size: 1rem;
	}
}

p {
	margin-bottom: 1rem;
	line-height: 1.6;
}

p:last-of-type {
	margin-bottom: 0;
}


:focus {
	outline: none;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

/*
======================================
DEFAULT STYLINGS
======================================
*/

html {
	font-size: 100%;
}

.grid-container {
	max-width:  95rem;
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	margin: 0;
}

body:not(.logged-in) .grid-container {
	max-width: none;
}

@media print, screen and (min-width: 40em) {
	.grid-container {
		padding-right: 2rem;
		padding-left: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

/*
body:not(.logged-in) #main-content {
	max-width: 70rem;
	margin: 0 auto;
	width: calc(100% - 250px);
}
*/
@media print, screen and (max-width: 64em) {
	body.logged-in #page-container {
		margin-bottom: 4.8rem;
	}
}


/* Desktop Header */


@media print, screen and (min-width: 64em) {
	#desktop-header {
		display: block;
	}
}


.desktop-menu {
	padding: 0.7rem  0;
}
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.main-menu {
	-ms-flex-direction: column;
	flex-direction: column;
}

.desktop-menu .menu-label {
	padding: 0 0 0.8rem 1.6rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03rem;
	font-size: 0.8rem;
	color: rgba(0,0,0,0.6);
}

.desktop-menu .main-menu a {
	padding: 1.2rem 1.6rem;
	color: rgba(255,255,255,0.5);
	font-weight: 600;
	position: relative;
	font-size: 1rem;
	line-height: 1;
	text-decoration: none;
	display: block;
}

.desktop-menu .main-menu a:hover,
.desktop-menu .main-menu a:focus {
	color: rgba(255,255,255,1);
	background: transparent;
}

.desktop-menu .main-menu .is-active a,
.desktop-menu .main-menu .current-page-ancestor a,
.desktop-menu .main-menu .current_page_item a {
	color: rgba(255,255,255,1);
	background: transparent;
	border-radius: 2px;
}

.desktop-menu .main-menu .is-active a:hover,
.desktop-menu .main-menu .current-page-ancestor a:hover,
.desktop-menu .main-menu .current_page_item a:hover,
.desktop-menu .main-menu .is-active a:focus,
.desktop-menu .main-menu .current-page-ancestor a:focus,
.desktop-menu .main-menu .current_page_item a:focus   {
	color: rgba(255,255,255,1);
	background: transparent;
}

.desktop-menu .main-menu .is-active a:after  {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	margin-top: -12px;
}

.desktop-menu .menu-item a:before {
	font-weight: 400;
	font-family: Font Awesome\ 5 Pro;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f015";
	font-size: 1.5rem;
	float: left;
	width: 1.8rem;
	height: 1.8rem;
	text-align: center;
	margin: -0.3rem 1.2rem 0 0;
}


/*
======================================
ICONS
======================================
*/

.icon-home a:before {
	content: "\f015" !important;
}

.icon-book a:before {
	content: "\f02d" !important;
}

.icon-lightbulb a:before {
	content: "\f0eb" !important;
}

.icon-pencil-alt a:before {
	content: "\f303" !important;
}

.icon-shield-alt a:before {
	content: "\f3ed" !important;
}

.icon-trophy a:before {
	content: "\f091" !important;
}

.icon-user a:before {
	content: "\f007" !important;
}

.icon-users a:before {
	content: "\f0c0" !important;
}

.icon-user-plus a:before {
	content: "\f234" !important;
}

.icon-edit-user a:before {
	content: "\f4ff" !important;
}

.bp-settings-nav a:before,
.icon-settings a:before {
	content: "\f509" !important;
}

.icon-subscription a:before {
	content: "\f09d" !important;
}

.icon-logout a:before {
	content: "\f2f5" !important;
}

.icon-comments-alt a:before {
	content: "\f4b6" !important;
}
#desktop-header .log-out .divider {
	margin-bottom: 0;
}

@media screen and (min-height: 750px) {
	#desktop-header .log-out {
		position: absolute;
		bottom: 0;
		width: 250px
	}
	body.admin-bar #desktop-header .log-out  {
		bottom: 2rem;
	}
}

/* Page Header */
.page-header-wrapper .sticky {
	position: fixed;
	z-index: 5;
	width: 100%;
}
@media print, screen and (min-width: 64em) {
	body.logged-in #mobile-header-wrapper, body.logged-in .title-bar {
		display: none;
	}
	.page-header-wrapper .sticky {
		width: calc(100% - 250px);
	}

}
.top-bar {
	position: relative;
	min-height: 4.5rem;
	padding: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background-color: #ffffff;
}
@media print, screen and (min-width: 40em){
	.top-bar {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
@media print, screen and (min-width: 64em) {
	.top-bar {
		padding: 0.8rem 2rem;
		min-height: 5rem;
	}
}
.top-bar-left, .top-bar-right {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.top-bar .top-bar-left {
	padding: 1rem;
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media print, screen and (min-width: 40em){
	.top-bar .top-bar-left {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: auto;
		padding: 0.8rem 2rem;
	}
}
@media print, screen and (min-width: 64em){
	.top-bar .top-bar-left {
		padding: 0;
	}
}
.top-bar .top-bar-left, .top-bar .top-bar-right, .top-bar-left > .menu, .top-bar-right > .menu, .top-bar-left > .menu > li, .top-bar-right > .menu > li {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.top-bar #page-title h3 {
	margin: 0;
	font-size: 1.2rem;
	display: inline;
}
@media print, screen and (min-width: 64em){
	.top-bar #page-title .page-return-link, .top-bar #page-title h3 {
		font-size: 1.4rem;
	}
}
.top-bar #page-title:after {
	content: "";
	display: table;
	clear: both;
}
.top-bar #page-subnav .scroll-menu {
	margin: 0 0 -1rem;
	padding: 0;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	line-height: 1.6;
}
@media print, screen and (min-width: 40em){
	.top-bar #page-subnav .scroll-menu {
		margin: 0 0 -0.75rem;
	}
}
.top-bar #page-subnav .scroll-menu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	border-bottom: 3px solid transparent;
	margin-right: 1.25rem;
	cursor: pointer;
}
.top-bar #page-subnav .scroll-menu a {
	padding: 0.9rem 0.1rem;
	font-size: 0.91rem;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
	transition: all .2s ease-in-out;
	display: block;
}
.top-bar #page-subnav .scroll-menu a:hover {
	background-color: transparent;
	color: rgba(0,0,0,0.6);
	text-decoration: none;
}
.top-bar #page-subnav .scroll-menu .is-active  {
	border-color: #1d4d80;
}
.top-bar #page-subnav .scroll-menu .is-active a, .top-bar #page-subnav .scroll-menu .current a, .top-bar #page-subnav .scroll-menu .selected a {
	background-color: transparent;
	color: rgba(0,0,0,1);
}
.top-bar .top-bar-right {
	padding-right: 0;
	display: none;
}
@media print, screen and (min-width: 40em){
	.top-bar .top-bar-right {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto;
	}
}
@media print, screen and (min-width: 64em){
	.top-bar .top-bar-right {
		display: flex;
	}
}
.top-bar .menu.account-menu .menu {
	border: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 -1px 0 rgba(0,0,0,.02);
	border-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0.575rem 0;
	top: 139% !important;
}
.top-bar .white-fade-block {
	width: 100px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	position: absolute;
	height: 100%;
	right: 0;
	z-index: 9999;
	display: none;
}
.top-bar .menu.account-menu > li > a {
	background: transparent !important;
	color: #000000;
	padding: 0;
	text-decoration: none;
}
.top-bar .menu.account-menu a img.avatar {
	border-radius: 100%;
	margin: 0 0.5rem;
}
.top-bar .account-menu > li:hover .dropdown-menu {
	display: block;
}
.top-bar .menu.account-menu .menu {
	border: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 -1px 0 rgba(0,0,0,.02);
	border-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0.575rem 0;
	top: 100% !important;
	right: 0;
	left: auto;
	position: absolute;
	z-index: 10;
	display: none;
	min-width: 200px;
	background: #fefefe;
}
.top-bar .menu.account-menu .menu a {
	text-align: right;
	padding: 0.6rem 1rem;
	font-size: 0.95rem;
	color: rgba(0,0,0,0.5);
	font-weight: 400;
	background-color: rgba(255,255,255,1) !important;
	display: block;
}
.top-bar .menu.account-menu .menu a:hover {
	background-color: rgba(0,0,0,0.02) !important;
	color: rgba(0,0,0,1);
	text-decoration: none;
}


#page-container {
	/*-ms-transform: none;*/
	transform: none;
	transition: transform 0.5s ease;
	/*-webkit-backface-visibility: hidden;*/
	backface-visibility: hidden;
	
}
@media print, screen and (min-width: 64em) {
	#page-container {
		margin-left: 250px;
	}

}
#page-header-wrapper {
	position: relative;
}

.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
@media print, screen and (min-width: 40em){
	.title-bar .title-bar-title {
		padding: 0.7rem 2rem;
	}
}

@media print, screen and (min-width: 64em){
	body #mobile-header-wrapper, body .title-bar {
		display: none;
	}
}

@media print, screen and (min-width: 64em) {
	.reveal-mobile-menu {
		display: none !important;
	}
}
.reveal-mobile-menu .mobile-menu-items {
	padding: 1.5rem 1rem;
}
.mobile-menu-items .profile {
	position: relative;
	margin-bottom: 1.5rem;
	display: block;
	min-height: 2rem;
}
.mobile-menu-items .profile .profile-picture {
	border-radius: 100%;
	margin-right: 1rem;
	height: 45px;
	width: 45px;
	overflow: hidden;
	border: 2px solid #fff;
	top: 0;
	left: 0;
	position: absolute;
}


.mobile-menu-items .menu {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mobile-footer-menu-wrapper {
	width: 100%;
	bottom: 0;
	position: fixed;
	z-index: 1000;
}
@media print, screen and (min-width: 64em){
	#mobile-footer-menu {
		display: none;
	}
}

#mobile-footer-menu .menu > li {
	width: 20%;
	display: none;
}
#mobile-footer-menu .menu > li:nth-child(1),
#mobile-footer-menu .menu > li:nth-child(2),
#mobile-footer-menu .menu > li:nth-child(3),
#mobile-footer-menu .menu > li:nth-child(4),
#mobile-footer-menu .menu > li:nth-child(5) {
	display: -ms-flexbox;
	display: flex;
}
/*#mobile-footer-menu .menu > li > a:before {
	font-weight: 400;
	font-family: Font Awesome\ 5 Pro;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 0.7rem;
	content: "\f015";
}*/
#mobile-footer-menu .menu > li > a:before {
	display:none;
}
#mobile-footer-menu .menu > li > a .svg-inline--fa,
#mobile-footer-menu .menu > li > a .fa{
	display:block;
	margin: 0 auto 5px;
}
#mobile-footer-menu .menu > li > a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.clearfix::before, .clearfix::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.row_six > div:nth-child(6n+1) {
	clear: both;
}
@media screen and (max-width: 1199px){
	.row_six > div:nth-child(6n+1) {
		clear: none;
	}
	.row_six > div:nth-child(4n+1) {
		clear: both;
	}
}
@media screen and (max-width: 991px){
	.row_six > div:nth-child(4n+1) {
		clear: none;
	}
	.row_six > div:nth-child(3n+1) {
		clear: both;
	}
}
@media screen and (max-width: 767px){
	.row_six > div:nth-child(3n+1) {
		clear: none;
	}
	.row_six > div:nth-child(2n+1) {
		clear: both;
	}
}
.exercise-box {
	box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 -1px 0 rgba(0,0,0,.02);
	border-radius: 2px;
	background-color: #fff;
	margin: 0 0 30px;
	position: relative;
}
.exercise-box:hover {
	box-shadow: 0 1px 9px rgba(0,0,0,.3), 0 -1px 0 rgba(0,0,0,.02);
}
.item-text {
	padding: .5rem;
}
.item-image {
	position: relative;
}
.exercise-box a {
	text-decoration: none;
}
.exercise-box .corner-lock {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
}
.exercise-box  .corner-lock i,
.exercise-box  .corner-lock svg {
	color: #ffffff;
	font-size: 2rem;
	flex: 1;
}

/* Desktop Footer */

.desktop-footer {
	display: none;
	color: rgba(0,0,0,0.3);
	font-size: 0.9rem;
	width: 100%;
}
.desktop-footer a, .desktop-footer a:hover, .desktop-footer a:focus {
	color: rgba(0,0,0,0.3);
	font-weight: 600;
}
.desktop-footer .footer {
	border-top: 1px solid rgba(0,0,0,0.08);
	padding: 1rem 2rem;
}
.desktop-footer .footer > div {
	padding: 1rem 0 0;
	text-align: center;
}
.desktop-footer .powered-by {
	font-size: 0.95rem;
	margin-bottom: 0.2rem;
}
.desktop-footer .copyright {
	font-size: 0.8rem;
}

@media print, screen and (min-width: 40em) {
	.desktop-footer .footer {
		padding: 0 2rem;
	}
	.desktop-footer .footer > div {
		padding: 1.8rem 0;
	}
	.desktop-footer .powered-by,
	.desktop-footer .copyright {
		text-align: left;
	}
	.desktop-footer .menu,
	.desktop-footer .menu.align-center li {
		justify-content: flex-end;
	}
}

@media print, screen and (min-width: 64em) {
	.desktop-footer {
		display: block;
	}
}

/*boxes*/
.nav_life_tool_form {
  font-size: 15px;
  font-weight: bold;
  padding: 4px 0;
}
.nav_life_tool_form a {
  padding: .5rem;
}

.nav_life_tool_form a {
  position: relative;
}

.nav_life_tool_form a i {
  margin-right: 5px;
}

.widget_box {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0.15);
  box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0.15);
}
.widget_header {
  min-height: 45px;
  background-color: #f6f6f6;
}
.widget_body {
  padding: 10px 20px 1px;
  margin: 0 0 20px;
}

/*dashboard*/
.dashboard_title {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 20px;
}
.card_red {
  background: #ff875e;
  background: -moz-linear-gradient(left, #ff875e 0%, #ff68ac 100%);
  background: -webkit-linear-gradient(left, #ff875e 0%,#ff68ac 100%);
  background: linear-gradient(to right, #ff875e 0%,#ff68ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff875e', endColorstr='#ff68ac',GradientType=1 );
}
.card_dark_blue {
  background: #8e70ee;
  background: -moz-linear-gradient(left, #8e70ee 0%, #3283c3 100%);
  background: -webkit-linear-gradient(left, #8e70ee 0%,#3283c3 100%);
  background: linear-gradient(to right, #8e70ee 0%,#3283c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e70ee', endColorstr='#3283c3',GradientType=1 );
}
.card_blue {
  background: #3bd1bf;
  background: -moz-linear-gradient(left, #3bd1bf 0%, #119bd2 100%);
  background: -webkit-linear-gradient(left, #3bd1bf 0%,#119bd2 100%);
  background: linear-gradient(to right, #3bd1bf 0%,#119bd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bd1bf', endColorstr='#119bd2',GradientType=1 );
}
.card_purple {
  background: #ee70e9;
  background: -moz-linear-gradient(left, #ee70e9 0%, #8363f9 100%);
  background: -webkit-linear-gradient(left, #ee70e9 0%,#8363f9 100%);
  background: linear-gradient(to right, #ee70e9 0%,#8363f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee70e9', endColorstr='#8363f9',GradientType=1 );
}
.card_title {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 35px;
}
.card_text {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 5px;
}
.card_link {
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}
.card_link:hover {
  text-decoration: none!important;
  color: #fff;
}
.card_small {
  min-height: 170px;
  position: relative;
  width: 100%;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  background-position: 50%;
  margin: 0 0 20px;
}
a.card_small:hover {
  color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.4);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.3), 0 2px 10px 0 rgba(0,0,0,.4);
}
.dashboard_panel {
  min-width: 100%;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(33, 37, 41, 0.1);
  box-shadow: 0 0 10px 0 rgba(33, 37, 41, 0.1);
  margin: 0 0 30px;
  position: relative;
}
.dashboard_panel .section_title {
  margin: 0 0 20px;
}
.card_small .section_title{
  margin: 0 0 10px;
}
.card_icon{
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 44px;
  opacity: .2;
}
.card_small > div {
  padding: 0 20px;
}
.card_small.card-image > div {
  background-color: rgba(33, 37, 41, 0.51);
}
.card_sm {
  min-height: 145px;
}
.card_sm .card_icon {
  font-size: 32px;
}


.login_features {
padding: 0 30px;
}

.login_content_inner {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
}

.login_form .card {
max-width: 450px;
width: 100%;
margin: 0 auto 20px;
}

.login_form {
padding-bottom: 60px;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 100vh;
width: 100%;
}

.login_content:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .5;
background-image: -ms-repeating-linear-gradient(to bottom, #4c5db0 0%, rgba(39,73,90,0.73) 100%);
background-image: -moz-linear-gradient(to bottom, #4c5db0 0%, rgba(39,73,90,0.73) 100%);
background-image: linear-gradient(to bottom, #4c5db0 0%, rgba(39,73,90,0.73) 100%);
}


.exercise-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 200px;
-ms-interpolation-mode: bicubic;
}


/*profile*/
.profile_items {
  background-color: #f8f8f8;
}
.profile_item {
  padding: 40px 40px 10px;
  background-color: #fff;
  border-top: 2px solid #f6f6f6;
}
.profile_item:nth-child(2n+1) {
  border-right: 2px solid #f6f6f6;
}
.profile_icon {
  border-radius: 3px;
  background-color: #fbfbfb;
  border: solid 1px #ebebeb;
  width: 150px;
  height: 150px;
  text-align: center;
  font-size: 44px;
  line-height: 150px;
  min-width: 150px;
}
.profile_item_title{
  font-size: 15px;
  font-weight: 900;
}
.profile_item_title a{
  color: #4caf50;
}
.storage_text {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.storage_items .profile_icon {
  width: 100px;
  height: 100px;
  font-size: 23px;
  line-height: 100px;
  min-width: 100px;
}

.profile_image {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(76, 175, 80, 0.2);
  border: solid 1px #ebebeb;
}
.border-top {
  border-top: 2px solid #f6f6f6!important;
}
.profile_form_body {
  padding: 30px 40px;
  position: relative;
}
.profile_status {
  position: absolute;
  right: 40px;
  top: 35px;
  font-size: 12px;
  font-weight: bold;
}
.profile_status span:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background-color: #4caf50;
  border-radius: 50%;
}
.profile_status .status_offline {
  color: #dd5c45;
}
.profile_status .status_offline:before {
  background-color: #dd5c45;
}
.profile_status .status_online {
  color: #4caf50;
}
.profile_status .status_online:before {
  background-color: #4caf50;
}
.profile_image_change {
  max-width: 150px;
  flex-shrink: 0;
}


.flex-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important;
}
.d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
@media (min-width: 576px)
.d-sm-flex {
display: -ms-flexbox!important;
display: flex!important;
}


/* INCIDENT */
.box-scheme-wrapper {
	padding: 14px 0 0;
	width: 100%;
}
.box-scheme-wrapper h3 {
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 13px;
	padding: 0 0 0 4px;
	color: #005186;
}
.box-scheme {
	width: 400px;
	height: 100px;
	position: relative;
	background: url(https://assets.icln.org/templates/icln/images/bg-box-scheme.gif) no-repeat;
}
.box-scheme li {
	position: absolute;
	z-index: 1;
}
.box-scheme .link1 {
	left: 0;
	top: 0;
}
.box-scheme .link2 {
	left: 150px;
	top: 0;
}
.box-scheme .link3 {
	right: 0;
	top: 0;
}
.box-scheme .link4 {
	bottom: 0;
	left: 0;
}
.box-scheme .link5 {
	bottom: 0;
	left: 151px;
}
.box-scheme .link6 {
	bottom: 0;
	right: 0;
}
.box-scheme a {
	background: url("https://assets.icln.org/templates/icln/images/bg-box-scheme-links.gif") no-repeat 100% -70px;
	color: #ffffff;
	float: left;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	width: 100px;
}
.box-scheme span {
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
	background: url(https://assets.icln.org/templates/icln/images/bg-box-scheme-links.gif) no-repeat 0 -107px;
}
.box-scheme a:hover,
.box-scheme .active a {
	text-decoration: none;
	background: url(https://assets.icln.org/templates/icln/images/bg-box-scheme-links.gif) no-repeat 100% 0;
}
.box-scheme a:hover span,
.box-scheme .active span {
	background: url(https://assets.icln.org/templates/icln/images/bg-box-scheme-links.gif) no-repeat 0 -33px;
}

.search-form-group .form-control{
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);  
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); 
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.cont-mail>a{
    word-break: break-all;
}
.online .cont-status:before{
    content: "●";
}
.toggle-sort {
    fill: #fff;
}
.ibox-content ul.list-group.list-inline li {
    width: 19.8%;
    text-align: center;
    font-size: 14px;
    margin: 0 2px 2px 0;
}
.ibox-content ul.list-group.list-inline {
    display: flex;
    flex-wrap: wrap;
}
.ibox-content ul.list-group.list-inline li a {
    font-size: 15px;
    color: #555;
}
.ibox-content ul.list-group.list-inline li a svg {
    margin: 0 6px 0 0;
    font-size: 14px;
}
.trackingGraph{
    padding:0px; 
    text-align: center;
    height: 325px;
}
@media (max-width: 1215px) {
	.ibox-content ul.list-group.list-inline li a {
	    font-size: 14px;
	}
	.ibox-content ul.list-group.list-inline li {
	    width: 24.7%;
	}
}
@media (max-width: 767px){
    .content-head.justify-content-between.responsive-space-top {
        margin:0px 0 20px;
        flex-wrap: wrap;
    }
    .responsive-full-width {
        display: flex;
        width: 100%;
        margin-top: 10px;
        align-items: flex-end;
        position: relative;
    }
    .content-head .form-control {
        width: 100% !important;
        margin-right: 10px;
        margin-left: 0px;
    }
    .d-inline-flex.responsive-overlap {
        position: absolute;
        right: 0;
        bottom: 60px;
    }
    .custom-responsive-search form, .custom-responsive-search {
        width: 100%;
    }
    .ibox-content ul.list-group.list-inline li {
        width: 32.7%;
    }
}
@media (max-width: 659px) {
    .ibox-content ul.list-group.list-inline li {
        width: 49%;
    }
}
@media (max-width: 467px) {
    .ibox-content ul.list-group.list-inline li {
        width: 100%;
    }
}

.grid {
	border-collapse: collapse;
	width: 100%;
  }
  
  .grid td, #customers th {
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 13px;
  }
  
  .grid tr:nth-child(even){background-color: #f2f2f2;}
  
  .grid tr:hover {background-color: #ddd;}
  
  .grid th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4CAF50;
	color: white;
  }
  .pressed{
	color: #00ff00;
  }
  .chossen{
	  background: #00ff00;
  }
  .table-responsive {
	  margin: 20px 0 0;
  }

  /*  APP STORE BUTTONS */
  .btn-app {
	  border: 0px;
  }

  /* Admin Communication Area Css*/
#preview-data-container {
	width: 100%;
	height: 500px;
	border: solid 2px ##333;
}

/*Meeting Polls CSS*/
.poll-box {
    padding: 20px 20px;
}
.form-group.add-new {
    padding: 0 5px 20px;
    margin: -15px 0 0;
}
.poll-box .form-group {
    margin: 0 0 15px 0;
}
.poll-box .btn > [class*="fa-trash"] {
    display: inline;
    margin-right: 0px;
    margin-top: 3px;
}
.panel.poll-box {
    padding: 9px 0 5px;
}

@media (max-width: 767px) {
    .poll-box .form-group a {
        margin: 20px 0 10px 0;
    }
}
@media (max-width: 500px) {
    .right-del-btn {
        padding: 0;
        text-align: left;
    }
}

/* Generic */
.userInfoForm .form-control {
    border: 1px solid #ddd;
}

.userInfoForm .form-control:focus {
    border: 1px solid #ddd;
}
.mail-body {
    display: inline-block;
    width: 100%;
}
.file-name {
    word-break: break-all;
}
.chartHeight{
	min-height: 324px;
}
.chatSecion{
	margin-top: 15px;
}
.move-video,#moveVideo{
	display: none;
}
.move-video-list{
	display: inline-block;
	width: 15%
}
.videoMoveCheckBox{
	position: absolute;
    top: -4px;
    z-index: 99;
}
.videoCategories{
	margin: -17px 0px 20px 0px;
}