﻿/*
==========================================================================
	DeaS RevPlan Help
==========================================================================
*/
.icon-large {
	height: 30px;
	width: 30px;
	-webkit-background-size: 30px 30px !important;
	background-size: 30px 30px !important;
	display: block;
}

.icon-xlarge {
	height: 40px;
	width: 40px;
	-webkit-background-size: 40px 40px !important;
	background-size: 40px 40px !important;
	display: block;
}

.chi-rocket {
	background: url(../Images/chi-rocket.svg) no-repeat center center;
}

.chi-new {
	background: url(../Images/chi-new.svg) no-repeat center center;
}

.chi-knowledge-sharing {
	background: url(../Images/chi-knowledge-sharing.svg) no-repeat center center;
}

.chi-company {
	background: url(../Images/chi-company.svg) no-repeat center center;
}

.chi-information {
	background: url(../Images/chi-information.svg) no-repeat center center;
}

.chi-glossary {
	background: url(../Images/chi-glossary.svg) no-repeat center center;
}

.chi-print {
	background: url(../Images/chi-print.svg) no-repeat center center;
}

.chi-binoculars {
	background: url(../Images/chi-binoculars.svg) no-repeat center center;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	font-style: normal;
	font-weight: normal;
	font-family: 'Source Sans Pro Semibold';
	line-height: 1.2;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

input[type="text"] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	color: #131111;
	background-color: #fff;
	border: 1px solid #8f91a2;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input[type="text"]:focus {
	border: 1px solid #8f91a2;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	font-family: 'Source Sans Pro';
}

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

/*
==========================================================================
	Main layout
==========================================================================
*/
body {
	font-family: 'Source Sans Pro';
	color: #131111;
	background: #f9f9f9;
}

.container {
	padding: 0 15px;
}

.main-section {
	background: #f9f9f9;
	padding: 0;
}

.off-canvas-wrapper-inner .outer-row,
.main-section>.outer-row,
.row {
	max-width: 100%;
	padding: 0;
}

/*
==========================================================================
	Header
==========================================================================
*/
/* Header manage by HTML5 - Top Navigation */
nav.title-bar {
	padding: 0;
}

.title-bar-layout.outer-row {
	padding: 0 15px;
}

.title-bar-layout .logo-wrapper {
	min-height: 40px;
}

.title-bar-layout a.logo {
	width: 180px;
	height: 40px;
	background-size: 168px auto !important;
}

.title-bar-section,
.navigation-wrapper,
.nav-search-wrapper {
	display: none;
}

/*
==========================================================================
	Welcome Container
==========================================================================
*/
.welcome-container {
	background: #cce5ff;
}

.welcome-container .welcome-content {
	padding: 5px 0;
	display: grid;
	grid-template-columns: auto 350px;
}

@media (max-width: 992px) {
	.welcome-container .welcome-content {
		grid-template-columns: auto;
		justify-items: center;
	}
}

.welcome-container h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: 'Source Sans Pro Semibold';
	margin: 3px 0 0 0;
	padding-top: 2px;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.welcome-container h1 {
		justify-content: center;
	}
}

.welcome-container .btn-binoculars {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: -3px;
}

.welcome-container .search {
	height: 34px;
	width: 100%;
	background: #FFFFFF url(../Images/chi-search.svg) no-repeat 1px 1px !important;
	background-size: 30px auto !important;
	padding: 0 10px 0 40px;
}

/*
==========================================================================
	Top Container
==========================================================================
*/
.top-container {
	background: #F5F5F5;
}

.top-content {
	padding: 5px 0;
	display: grid;
	grid-template-columns: auto 350px;
}

@media (max-width: 992px) {
	.top-content {
		grid-template-columns: auto;
	}
}

.top-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (min-width: 992px) {
	.top-right {
		justify-content: flex-end;
	}
}

.top-right .btn-print {
	margin-right: 10px;
}

.top-right select {
	width: 240px;
	height: 30px;
	border: 1px solid #8f91a2;
	margin: 0;
}

.top-right select:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.MCBreadcrumbsBox_mc-breadcrumbs-divider_0,
.breadcrumbs {
	float: left;
	padding: 5px 0;
	margin: 0;
	display: flex;
	list-style: none;
	border: none !important;
	margin-bottom: 0;
	font-size: 14px;

}

.MCBreadcrumbsSelf {
	color: #8f91a2;
	font-size: 14px;
}

.MCBreadcrumbsDivider {
	padding: 0 5px;
	color: #ccc;
}

.breadcrumbs li a {
	color: #131111;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.breadcrumbs li a:hover {
	color: #37c5ab;
}

.breadcrumbs li.active {
	color: #8f91a2;
}

.div.MCBreadcrumbsBox_mc-breadcrumbs-divider_0,
.breadcrumbs li:before {
	content: "/";
	padding: 0 5px;
	display: inline-block;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.height-container {
	background: #ffffff;
	padding: 0;
	margin: 0;
	min-height: calc(100vh - 0);
}



/*
==========================================================================
	Help Container
==========================================================================
*/
.help-container {
	background: #f9f9f9;
	padding: 0;
}

.help-container .content {
	display: -ms-grid;
	display: grid;
	-ms-grid-template-columns: auto 1fr;
	grid-template-columns: auto 1fr;
}

.help-container .content.is-mechanic {
	-ms-grid-template-columns: auto;
	grid-template-columns: auto;
}

@media (min-width: 768px) {
	.help-container .content.is-mechanic {
		-ms-grid-template-columns: 200px 1fr;
		grid-template-columns: 200px 1fr;
	}
}



.tabs-help,
.menu-help-vertical {
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs-help li a,
.menu-help-vertical li a {
	background-color: #e4e4e4;
	color: #131111;
	display: block;
	margin: 0;
	border: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.tabs-help li a:hover,
.tabs-help li.active a,
.menu-help-vertical li a:hover,
.menu-help-vertical li.active a {
	background: #3a88ce;
	color: #FFFFFF !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tabs-help {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tabs-help li {
	background: #e4e4e4;
	color: #131111;
	text-align: center;
	font-family: 'Source Sans Pro Semibold';
	font-size: 16px;
	border-right: 2px solid #FFFFFF;
}

.tabs-help li a {
	float: left;
	padding: 10px 12px;
}

@media (min-width: 992px) {
	.tabs-help li a {
		width: 170px;
	}
}

.tab-content {
	background: #ffffff;
	padding: 20px;
	min-height: calc(100vh - 164px);
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.tab-pane:focus {
	outline: 0;
}
ul.menu._Skins_SideMenu.mc-component,
.menu-help-vertical {
	position: sticky;
	top: 55px;
	z-index: 1;
	font-size: 14px;
	padding: 0;
}
.menu-help-vertical li {
	float: none;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 14px;
	font-family: 'Source Sans Pro';
}

.menu-help-vertical li:first-child {
	margin: 0;
}
ul.menu._Skins_SideMenu.mc-component li>a,
.menu-help-vertical li a {
	text-align: center;
	padding: 5px 10px;
	background-color: #e4e4e4;
	color: #131111;
	display: block;
	margin: 0;
	border: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: normal;
	font-family: 'Source Sans Pro';
}
.menu-help-vertical .selected,
ul.menu._Skins_SideMenu.mc-component li>a:hover,
ul.menu._Skins_SideMenu.mc-component li>a.selected,
.menu-help-vertical ul li a:hover,
.menu-help-vertical ul li a.selected {
	background: #3a88ce !important;
	color: #FFFFFF !important;
	font-weight: normal;
	font-family: 'Source Sans Pro';
}
.sub-menu {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.help-side-bar {
	padding: 15px 0 15px 15px;
}

@media (max-width: 768px) {
	.help-side-bar {
		padding: 15px;
	}
}

.side-bar-icon {
	background-color: #cce5ff;
	width: 80px;
	padding: 0;
}

.side-bar-icon ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: sticky;
	top: 40px;
	z-index: 1;
}

.side-bar-icon ul li {
	background-color: #cce5ff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 10px 10px;
	text-align: center;
	cursor: pointer;
}

.side-bar-icon ul li:hover,
.side-bar-icon ul li.active {
	background-color: #FFFFFF;
}

.side-bar-icon ul li i {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	background-size: 40px 40px;
	background-position: center center;
}

.help-content {
	padding: 15px;
}

.help-content_nav {
	margin-bottom: 10px;
	background-color: #e4e4e4;
	overflow: hidden;
}

.help-container_body {
	background: #f9f9f9;
	padding: 15px;
	min-height: 100%;
}

#mc-main-content {
	padding: 20px;
	background: #ffffff;
	height: 100%;
}

@media (min-width: 640px) {
	.help-side-bar {
		min-height: calc(100vh - 84px);
	}
}

.help-content_body h2 {
	color: #3a88ce;
}

@media (min-width: 640px) {
	.is-nav-tabs .help-side-bar {
		min-height: calc(100vh - 168px) !important;
	}
}

@media (min-width: 640px) {
	.is-mechanic .help-side-bar {
		min-height: calc(100vh - 155px) !important;
	}
}


.card-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 20px 0 20px;
}

.card {
	margin: 20px;
	text-align: center;
	padding: 40px 10px;
	background-color: #FFFFFF;
	cursor: pointer;
	width: 300px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.card:hover {
	background-color: #cce5ff;
}

.card:hover .card-icon {
	background-color: #FFFFFF;
}

.card h3 {
	font-size: 20px;
	font-family: 'Source Sans Pro';
	font-weight: normal;
	margin-bottom: 26px;
	color: #131111;
}

.card ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.card ul li {
	padding: 2px 0;
	font-size: 14px;
}

.card ul li a {
	text-decoration: underline;
	color: #131111;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.card ul li a:hover {
	color: #37c5ab;
}

.card .card-icon {
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto;
	background: #F5F5F5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card .card-icon i {
	position: relative;
	left: initial;
	top: initial;
	background-size: 40px 40px;
	background-position: center center;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}

.btn-area {
	text-align: center;
	margin-top: 20px;
}

.btn-booking {
	background: #3a88ce;
	color: #FFFFFF;
	padding: 8px 20px;
	font-size: 16px;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
}

.btn-booking:hover {
	text-decoration: none;
	background: #3a88ce;
	color: #FFFFFF;
}

.item-row {
	padding-bottom: 30px;
}

.item-row-title,
.item-title,
.item-content {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.item-title {
	background: #99ccff;
	padding: 9px 10px;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	text-align: center;
	height: 42px;
}

.height-auto {
	height: auto;
}

.item-content {
	background: #f9f9f9;
	padding: 5px 10px 0 10px;
	display: block;
	min-height: 42px;
}

.item-row--dashboard .item-group .item-title {
	background: #e4e4e4;
}

.item-group::after {
	content: '';
	display: table;
	clear: both;
}

.item-group .item-row {
	padding-bottom: 0;
}

.item-group .item-title {
	width: 140px;
	float: left;
	margin-right: 20px;
}

.item-group .item-group1 .item-title {
	background: #99ccff;
}

.item-group .item-group2 .item-title {
	background: #deebf7;
}

.item-group.item-group1,
.item-group.item-group2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-template-columns: 140px auto;
	grid-template-columns: 140px auto;
	grid-column-gap: 20px;
}

.item-group.item-group2 {
	margin-top: 20px;
}

.item-group.item-group2:first-child {
	margin-top: 0;
}

@media (max-width: 768px) {
	.item-group.item-group2 {
		-ms-grid-template-columns: auto;
		grid-template-columns: auto;
	}

	.item-group.item-group2 .item-content {
		margin-top: 10px;
	}
}

.item-group.item-group-title {
	margin-bottom: -10px;
}

@media (max-width: 768px) {
	.item-group.item-group-title .item-title {
		margin-bottom: 10px;
	}
}

.item {
	width: 200px;

	position: relative;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	cursor: pointer;
}

.item.width-auto {
	width: auto;
}

.item h4 {
	font-weight: normal;
	font-family: 'Source Sans Pro Light';
	font-size: 16px;
	padding: 6px 10px;
	text-align: center;
	margin: 0;
	height: 32px;
	color: #131111;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.item h4:hover {
	background: #3a88ce;
	color: #FFFFFF;
}

.item ul {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 10;
	display: none;
	background-color: #FFFFFF;
	width: 100%;
	max-height: 212px;
	overflow: auto;
	border: 1px solid #cbced7;
	font-family: 'Source Sans Pro Light';
	font-weight: normal;
}

.item ul li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	color: #131111;
}

.item ul li a:hover {
	background: #f9f9f9;
}

.item:hover ul {
	display: block;
}

.item:hover h4 {
	background: #3a88ce;
	color: #FFFFFF;
	font-family: 'Source Sans Pro Light';
	font-weight: normal;
}

/*
==========================================================================
	Content Style
==========================================================================
*/
.content-style h1,
.content-style h2,
.content-style h3,
.content-style h4,
.content-style h5,
.content-style h6 {
	color: #3a88ce;
	font-style: normal;
	font-weight: normal;
	font-family: 'Source Sans Pro Semibold';
	text-rendering: optimizeLegibility;
}

.content-style h1 {
	font-size: 1.5rem;
}

.content-style h2 {
	font-size: 1.25rem;
}

.content-style h3 {
	font-size: 1.1875rem;
}

.content-style h4 {
	font-size: 1.125rem;
}

.content-style h5 {
	font-size: 1.0625rem;
}

.content-style h6 {
	font-size: 1rem;
}

.content-style .thumbnail {
	border: 1px solid #66d0ea;
	margin-bottom: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content-style .media-object {
	border: 1px solid #66d0ea;
	padding: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

/* page */
.home-page .side-bar-icon ul li:nth-child(1),
.about-page .side-bar-icon ul li:nth-child(3),
.company-training-page .side-bar-icon ul li:nth-child(2) {
	background: #ffffff;
}

.home-page .help-container,
.about-page .help-container,
.company-training-page .help-container {
	padding: 0;
}

.home-page #mc-main-content,
.company-training-page #mc-main-content {
	background: #f9f9f9;
	padding: 0;
	min-height: 100%;
}

/* Hide */
.MCBreadcrumbsPrefix,
.backlink-container {
	display: none;
}