body{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	font-size: 1rem;
	margin: 0;
	padding: 0; 
}
*, *::before, *::after {
	box-sizing: border-box;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: inherit;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}


a {
	transition: all .2s ease-in-out;
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer;
}


/* Default Background Color */

html,
body,
#main-content {
	background-color: #f6f6f6;
}

.desktop-menu .main-menu .is-active a:after, .desktop-menu .main-menu .current-page-ancestor a:after {
	border-color: transparent #f6f6f6 transparent transparent;
}

/* Desktop Header */

body.admin-bar #desktop-header {
	margin-top: 32px;
}

#desktop-header {
	box-shadow: none;
	display: none;
	background-color: #0b2241;
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
}


#desktop-header .logo-container {
	padding: 1.5rem 1.5rem 0.45rem;
	min-height: 4.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#desktop-header .logo-container #logo {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#desktop-header .logo-container #logo img {
	width: 100%;
	height: auto;
	max-width:55%;
}

#desktop-header .divider {
	height: 0;
	width: auto;
	background: rgba(255,255,255,0.15);
	margin: 0 1.8rem 0.3rem;
}

.title-bar {
	color: #fefefe;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	height: 4.5rem;
	top: 0;
	background-color: #0b2241;
}

.title-bar #logo a img {
	display: block;
	width: auto;
	height: auto;
	max-height: 3.3rem;
	margin: 0;
}
.title-bar button, .title-bar .button {
	height: 4.5rem;
	width: 4.5rem;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 1.5rem;
	padding: 1.3rem 1.4rem;
	transition: all .4s ease-in-out;
	cursor: pointer;
	background-color: #0b2241;
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe;
}

.reveal-mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
	background-color: #0b1832;
	z-index: 1006;
	display: none;
}

.mobile-menu-items .profile .profile-name {
	font-size: 1.2rem;
	color: #ffffff;
	padding: 0.6rem 0 0 3.7rem;
	font-weight: 700;
}
.mobile-menu-items .menu li a {
	color: rgba(255,255,255,0.7);
	padding: 1rem 0.375rem;
	font-size: 1.1rem;
	display: block;
}
.mobile-menu-items .menu li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.mobile-menu-items .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;
	content: "\f015";
	font-size: 1.35rem;
	float: left;
	width: 2.2rem;
	text-align: center;
	margin: 0.1rem 1.1rem 0 0;
	color: rgba(255,255,255,1);
}


#mobile-footer-menu {
	width: 100%;
	background-color: #0b2241;
}

#mobile-footer-menu .menu > li > a {
	text-align: center;
	display: block;
	width: 100%;
	padding: 1.1rem 0;
	color: rgba(255,255,255,0.7);
	font-size: 0.70rem;
}
#mobile-footer-menu .menu .is-active > a {
	background: #1779ba;
	color: #fefefe;
}

.exercise-box  .item-title {
	margin: 0;
	font-size: 1rem;
	color: #0a0a0a;
}
.exercise-box  .item-type {
	margin: 0;
	color: rgba(0,0,0,0.4);
	font-size: 0.9rem;
}
/* Desktop Footer */



/*boxes*/

.nav_life_tool_form .active {
  color: #212529;
}
.nav_life_tool_form a.active:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 2px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #212529;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.orange-text {
  color: #ff8367!important;
}
.blue-text {
  color: #1f6c9e!important;
}
.light-blue-text {
  color: #659cd4!important;
}
.btn-green {
  background-color: #31a536;
  border-color: #31a536;
  color: #FFFFFF;
}
.green-text {
  color: #31a536;
}
.red-text {
  color: #dd5c45 !important;
}
.btn-red {
  background-color: #dd5c45;
  border-color: #dd5c45;
  color: #FFFFFF;
}
.teal-text {
  color: #23aeae!important;
}
.pink-text {
  color: #e23586!important;
}
.btn-pink {
  background-color: #e23586;
  border-color: #e23586;
  color: #FFFFFF;
}
.gold-text {
  color: #df9d2a!important;
}
.amber-text {
  color: #cc9618!important;
}
.orange-text {
  color: #f57453!important;
}
.purple-text {
  color: #8a49aa!important;
}
.btn-purple {
  background-color: #8a49aa;
  border-color: #8a49aa;
  color: #FFFFFF;
}
.brown-text {
  color: rgba(114, 89, 8, 1);
}
.btn-brown {
  background-color: rgba(114, 89, 8, 1);
  border-color: rgba(114, 89, 8, 1);
  color: #FFFFFF;
}
.dark-text {
  color: #212529!important;
}
.deep-blue-text {
  color: #4628c4!important;
}
.dark-blue-text {
  color: #005cb8 !important;
}
.btn-dark-blue {
  background-color: #005cb8;
  border-color: #005cb8;
  color: #FFFFFF;
}
.indigo-text {
  color: #5b4ff9!important;
}

.btn[class*=btn-outline-].btn-sm {
  border-width: 1px!important;
}
.btn.btn-sm .fas,
.btn.btn-sm .far,
.btn.btn-sm .fa {
  font-size: 13px;
}

.btn-light {
  background-color: #f3f3f3!important;
  color: #212529!important;
}
.btn-white {
  -moz-box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0.15);
	-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);
	color: #212529!important;
}
.btn-outline-green {
  border: 2px solid #3065ae!important;
  background-color: transparent!important;
  color: #3065ae!important;
}
.btn-outline-green.active, .btn-outline-green:active, .btn-outline-green:active:focus, .btn-outline-green:focus, .btn-outline-green:hover {
  border-color: #3065ae!important;
  background-color: #3065ae!important;
  color: #fff!important;
}
.btn-outline-white {
	border: 2px solid #fff!important;
}
.btn-outline-white.active, .btn-outline-white:active, .btn-outline-white:active:focus, .btn-outline-white:focus, .btn-outline-white:hover {
  border-color: #fff!important;
  background-color: #fff!important;
  color: #212529!important;
}
.btn-outline-blue {
  border: 2px solid #3b5998!important;
  color: #3b5998!important;
}
.btn-outline-blue.active, .btn-outline-blue:active, .btn-outline-blue:active:focus, .btn-outline-blue:focus, .btn-outline-blue:hover {
  border-color: #3b5998!important;
  background-color: #3b5998!important;
  color: #fff!important;
}
.btn-outline-light-blue {
  border: 2px solid #1aa7cd!important;
  color: #1aa7cd!important;
}
.btn-outline-light-blue.active, .btn-outline-light-blue:active, .btn-outline-light-blue:active:focus, .btn-outline-light-blue:focus, .btn-outline-light-blue:hover {
  border-color: #1aa7cd!important;
  background-color: #1aa7cd!important;
  color: #fff!important;
}
.btn-outline-red {
  border: 2px solid #cc3f1b!important;
  color: #cc3f1b!important;
}
.btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:active:focus, .btn-outline-red-blue:focus, .btn-outline-red:hover {
  border-color: #cc3f1b!important;
  background-color: #cc3f1b!important;
  color: #fff!important;
}
.btn-outline-black {
  border: 2px solid #757575!important;
  background-color: transparent!important;
  color: #757575!important;
}
.btn-outline-black.active, .btn-outline-black:active, .btn-outline-black:active:focus, .btn-outline-black:focus, .btn-outline-black:hover {
  border-color: #757575!important;
  background-color: #757575!important;
  color: #fff!important;
}
.btn-rounded {
  border: 2px solid transparent;
}
.btn.btn-link.text-white {
  color: #fff!important;
}
.login_content {
	background-image: url(/member/templates/foodshield/images/bg.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	color: #fff;
}



.storage_items .profile_item_title {
  color: #757575;
}
.storage_items .profile_item {
  padding: 40px 25px;
  align-items: center;
  color: #757575;
  border: 0;
}
.storage_items .profile_item + .profile_item {
  border-left: 2px solid #f6f6f6;
}
/*NAVIGATION*/

.nav > li.active > a {
  /* color: #ffffff; */
  color: #a7b1c2;
  font-weight: 600;
}
.nav > li.active {
  border-left: 4px solid #ffffff;
  background: #ffffff;
}

/*  APP STORE BUTTONS */
.btn-appstore {
	border: 0px !important;
	background-color: #ffffff;
	color: #6fb3e0;
}
.drawio-container {
	position: relative !important;
	min-height: calc(105vh - 75px) !important;
}
/** Chat box style **/
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.sent_msg p {
  background: #0b2241 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:5px 0 5px;}
.sent_msg {
  float: right;
  width: 46%;
}

.messaging { padding: 0 0 50px 0;}
.msg_history {
  overflow-y: auto;
}

form#Addconfigform .form-control {
	z-index: 1;
}

/*Polls Module Css*/
.row.inline {
    margin: 0;
    width: 100%;
}
table.table.poll-entires {
    margin: 0;
}
table.table.poll-entires td {
    vertical-align: middle;
    padding: 8px 20px;
    font-size: 15px;
}
.poll-entries-box {
    border: 1px solid #ddd;
}
.poll-entries-box h4 {
    background-color: #fff;
    padding: 10px 20px;
    margin: 0;
    font-size: 20px;
}
table.table.poll-entires tr td:first-child {
    padding: 0 5px 0 20px;
}

/*Hands-On Table Css*/
.select2-container {
    z-index:100000;
}
.datepicker {
	z-index: 100000 !important; /* has to be larger than 1050 */
}
.ht_master .wtHolder {
	overflow: auto;
	width: 100% !important;
	height: auto !important;
}
#page-header-wrapper .sticky {
	z-index: 999!important;
}
.ht_clone_left.handsontable {
	z-index: 1!important;
}
.col-md-12.msg-pull div#message {
    color: #8ae437d6 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    padding: 6px 8px 0;
}
.col-md-12.msg-pull {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
select .coltype {
	background: transparent;
	border: 0;
	width: 100% !important;
}
.msg-pull form#edit_spread_sheet {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.msg-pull form#edit_spread_sheet .select-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.msg-pull span.pull-right {
    width: 100%;
}
.msg-pull form#edit_spread_sheet .form-group {
    margin: 0;
    width: 100%;
    max-width: 148px;
    padding: 0 5px;
}
.msg-pull form#edit_spread_sheet .form-group select {
    height: 32px;
}
.msg-pull form#edit_spread_sheet .form-group label {
    display: none;
}
.msg-pull form#edit_spread_sheet button {
    margin: 0 2px !important;
}
.msg-pull form#edit_spread_sheet label {
    margin-bottom: 0;
    padding: 0 4px;
}
.custom-footer {
	position: inherit !important;
	opacity: 1 !important;
	height: auto !important;
}
.showApps{
	display: inline !important;
    word-break: break-all;
    white-space: normal;
    color: #7f7f7f !important;
}
.viewLessShow{
	display: inline !important;
}
.hideApp{
	display: none !important;
}
.contact-footer.custom-footer{
	height: auto !important;
}
.group-block:hover .showApps{
   color: #000 !important;
}
.poll-date, .numberCount {
    display: block;
    font-size: 12px;
}

.slot, .getUsers {
    cursor: pointer;
}
/* Side Bar Hider*/
.side_btn {
	position: absolute;
	top: 0;
	right:0;
	z-index: 10;
	background: none;
	border: 0;
}
.expanded #desktop-header {width: 70px;}
.expanded .desktop-menu .main-menu a {
	font-size: 0;
	padding: 1.2rem 1.2rem;
}
.expanded #desktop-header .logo-container {padding: 2.5rem 0 0.45rem;}
#desktop-header {transition: width .3s;}
.desktop-menu .main-menu a .svg-inline--fa {font-size: 1.3rem;}
.desktop-menu .main-menu a .label {
	transition: margin-left .3s;
}
.expanded .desktop-menu .main-menu a .label {margin-left: 15px;}
body #page-container {transition: all .3s;}
.expanded #page-container {margin-left: 70px;}
.page-header-wrapper .sticky, .desktop_footer {transition: width .3s;}
.expanded .page-header-wrapper .sticky, .expanded .desktop_footer {width: calc(100% - 70px);}
.logo_font{border: solid 1px #e7eaec;}
.logo_font_icon{margin-top: 30px;}


body{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	font-size: 1rem;
	margin: 0;
	padding: 0; 
}
*, *::before, *::after {
	box-sizing: border-box;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: inherit;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

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;
}

a {
	transition: all .2s ease-in-out;
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer;
}

: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;
	}
}

/* Default Background Color */

html,
body,
#main-content {
	background-color: #f6f6f6;
}

.desktop-menu .main-menu .is-active a:after, .desktop-menu .main-menu .current-page-ancestor a:after {
	border-color: transparent #f6f6f6 transparent transparent;
}

/* Desktop Header */

body.admin-bar #desktop-header {
	margin-top: 32px;
}

#desktop-header {
	box-shadow: none;
	display: block;
	background-color: #002F80;
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
}


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

#desktop-header .logo-container {
	padding: 1.5rem 1.5rem 0.45rem;
	min-height: 4.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#desktop-header .logo-container #logo {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#desktop-header .logo-container #logo img {
	width: 100%;
	height: auto;
	max-width:55%;
}

#desktop-header .divider {
	height: 0;
	width: auto;
	background: rgba(255,255,255,0.15);
	margin: 0 1.8rem 0.3rem;
}

.desktop-menu {
	padding: 0.7rem  0;
	display: block;
}
.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;
}

/***Group navigation***/

.top-bar .menu.account-menu1 .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 .menu.account-menu1 > li > a {
	background: transparent !important;
	color: #000000;
	padding: 0;
	text-decoration: none;
}
.top-bar .menu.account-menu1 a img.avatar {
	border-radius: 100%;
	margin: 0 0.5rem;
}
.top-bar .account-menu1 > li:hover .dropdown-menu {
	display: block;
}
.top-bar .menu.account-menu1 .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;
	left: auto;
	position: absolute;
	z-index: 10;
	display: none;
	min-width: 200px;
	background: #fefefe;
}
.top-bar .menu.account-menu1 .menu a {
	text-align: left;
	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-menu1 .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 {
	color: #fefefe;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	height: 4.5rem;
	top: 0;
	background-color: #002F80;
	;
}
.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;
	}
}
.title-bar #logo a img {
	display: block;
	width: auto;
	height: auto;
	max-height: 3.3rem;
	margin: 0;
}
.title-bar button, .title-bar .button {
	height: 4.5rem;
	width: 4.5rem;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 1.5rem;
	padding: 1.3rem 1.4rem;
	transition: all .4s ease-in-out;
	cursor: pointer;
	background-color: #0b2241;
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe;
}
@media print, screen and (min-width: 64em){
	body #mobile-header-wrapper, body .title-bar {
		display: none;
	}
}


.reveal-mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
	background-color: #0b1832;
	z-index: 1006;
	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 .profile .profile-name {
	font-size: 1.2rem;
	color: #ffffff;
	padding: 0.6rem 0 0 3.7rem;
	font-weight: 700;
}
.mobile-menu-items .menu li a {
	color: rgba(255,255,255,0.7);
	padding: 1rem 0.375rem;
	font-size: 1.1rem;
	display: block;
}
.mobile-menu-items .menu li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.mobile-menu-items .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;
	content: "\f015";
	font-size: 1.35rem;
	float: left;
	width: 2.2rem;
	text-align: center;
	margin: 0.1rem 1.1rem 0 0;
	color: rgba(255,255,255,1);
}
.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;
}
#mobile-footer-menu {
	width: 100%;
	background-color: #002F80;
	;
}
@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 {
	text-align: center;
	display: block;
	width: 100%;
	padding: 1.1rem 0;
	color: rgba(255,255,255,0.7);
	font-size: 0.70rem;
}
#mobile-footer-menu .menu .is-active > a {
	background: #1779ba;
	color: #fefefe;
}
/*#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;
}
.exercise-box  .item-title {
	margin: 0;
	font-size: 1rem;
	color: #0a0a0a;
}
.exercise-box  .item-type {
	margin: 0;
	color: rgba(0,0,0,0.4);
	font-size: 0.9rem;
}
/* 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: none;
	}
}

/*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 .active {
  color: #212529;
}
.nav_life_tool_form a {
  position: relative;
}
.nav_life_tool_form a.active:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 2px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #212529;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.nav_life_tool_form a i {
  margin-right: 5px;
}

.orange-text {
  color: #ff8367!important;
}
.blue-text {
  color: #1f6c9e!important;
}
.light-blue-text {
  color: #659cd4!important;
}
.btn-green {
  background-color: #31a536;
  border-color: #31a536;
  color: #FFFFFF;
}
.green-text {
  color: #31a536;
}
.red-text {
  color: #dd5c45 !important;
}
.btn-red {
  background-color: #dd5c45;
  border-color: #dd5c45;
  color: #FFFFFF;
}
.teal-text {
  color: #23aeae!important;
}
.pink-text {
  color: #e23586!important;
}
.btn-pink {
  background-color: #e23586;
  border-color: #e23586;
  color: #FFFFFF;
}
.gold-text {
  color: #df9d2a!important;
}
.amber-text {
  color: #cc9618!important;
}
.orange-text {
  color: #f57453!important;
}
.purple-text {
  color: #8a49aa!important;
}
.btn-purple {
  background-color: #8a49aa;
  border-color: #8a49aa;
  color: #FFFFFF;
}
.brown-text {
  color: rgba(114, 89, 8, 1);
}
.btn-brown {
  background-color: rgba(114, 89, 8, 1);
  border-color: rgba(114, 89, 8, 1);
  color: #FFFFFF;
}
.dark-text {
  color: #212529!important;
}
.deep-blue-text {
  color: #4628c4!important;
}
.dark-blue-text {
  color: #005cb8 !important;
}
.btn-dark-blue {
  background-color: #005cb8;
  border-color: #005cb8;
  color: #FFFFFF;
}
.indigo-text {
  color: #5b4ff9!important;
}

.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;
}

.btn[class*=btn-outline-].btn-sm {
  border-width: 1px!important;
}
.btn.btn-sm .fas,
.btn.btn-sm .far,
.btn.btn-sm .fa {
  font-size: 13px;
}

.btn-light {
  background-color: #f3f3f3!important;
  color: #212529!important;
}
.btn-white {
  -moz-box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0.15);
	-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);
	color: #212529!important;
}
.btn-outline-green {
  border: 2px solid #3065ae!important;
  background-color: transparent!important;
  color: #3065ae!important;
}
.btn-outline-green.active, .btn-outline-green:active, .btn-outline-green:active:focus, .btn-outline-green:focus, .btn-outline-green:hover {
  border-color: #3065ae!important;
  background-color: #3065ae!important;
  color: #fff!important;
}
.btn-outline-white {
	border: 2px solid #fff!important;
}
.btn-outline-white.active, .btn-outline-white:active, .btn-outline-white:active:focus, .btn-outline-white:focus, .btn-outline-white:hover {
  border-color: #fff!important;
  background-color: #fff!important;
  color: #212529!important;
}
.btn-outline-blue {
  border: 2px solid #3b5998!important;
  color: #3b5998!important;
}
.btn-outline-blue.active, .btn-outline-blue:active, .btn-outline-blue:active:focus, .btn-outline-blue:focus, .btn-outline-blue:hover {
  border-color: #3b5998!important;
  background-color: #3b5998!important;
  color: #fff!important;
}
.btn-outline-light-blue {
  border: 2px solid #1aa7cd!important;
  color: #1aa7cd!important;
}
.btn-outline-light-blue.active, .btn-outline-light-blue:active, .btn-outline-light-blue:active:focus, .btn-outline-light-blue:focus, .btn-outline-light-blue:hover {
  border-color: #1aa7cd!important;
  background-color: #1aa7cd!important;
  color: #fff!important;
}
.btn-outline-red {
  border: 2px solid #cc3f1b!important;
  color: #cc3f1b!important;
}
.btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:active:focus, .btn-outline-red-blue:focus, .btn-outline-red:hover {
  border-color: #cc3f1b!important;
  background-color: #cc3f1b!important;
  color: #fff!important;
}
.btn-outline-black {
  border: 2px solid #757575!important;
  background-color: transparent!important;
  color: #757575!important;
}
.btn-outline-black.active, .btn-outline-black:active, .btn-outline-black:active:focus, .btn-outline-black:focus, .btn-outline-black:hover {
  border-color: #757575!important;
  background-color: #757575!important;
  color: #fff!important;
}
.btn-rounded {
  border: 2px solid transparent;
}
.btn.btn-link.text-white {
  color: #fff!important;
}
.login_content {
	background-image: url(/member/templates/foodshield/images/bg.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	color: #fff;
}

.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;
}
.storage_items .profile_item_title {
  color: #757575;
}
.storage_items .profile_item {
  padding: 40px 25px;
  align-items: center;
  color: #757575;
  border: 0;
}
.storage_items .profile_item + .profile_item {
  border-left: 2px solid #f6f6f6;
}
.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;
}
/*NAVIGATION*/

.nav > li.active > a {
  /* color: #ffffff; */
  color: #a7b1c2;
  font-weight: 600;
}
.nav > li.active {
  border-left: 4px solid #ffffff;
  background: #ffffff;
}

.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(/member/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("/member/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(/member/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(/member/templates/icln/images/bg-box-scheme-links.gif) no-repeat 100% 0;
}
.box-scheme a:hover span,
.box-scheme .active span {
	background: url(/member/templates/icln/images/bg-box-scheme-links.gif) no-repeat 0 -33px;
}

