﻿/*<meta />*/
/* 
font-family: 'Source Sans Pro';
font-family: 'Source Sans Pro Light'; 
font-family: 'Source Sans Pro Semibold';
#131111
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	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;
	line-height: 1.42857143;
	color: #131111;
	background-color: #fff;
	background-image: none;
	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);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

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

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

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


/*  welcome-container */
.welcome-container {
	background: #cce5ff;
	padding: 5px 15px;
	overflow: hidden;
}

.left-welcome {
	float: left;
}

.left-welcome h2 {
	margin: 0 0 0 0;
	padding-top: 5px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Source Sans Pro';
	float: left;
}

.right-welcome {
	float: right;
	width: 350px;
}

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

.welcome-container h2 {
	margin: 0;
}
.welcome-container h2 .btn-binoculars {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: -3px;
}
.welcome-container h2 .btn-binoculars i {
	width: 30px;
	height: 30px;
	display: block;
	background-size: 30px auto;
}
/* help-container */
.help-container {
	background: #f9f9f9;
	display: grid;
	-ms-grid-template-columns: 200px 1fr;
	grid-template-columns: 200px 1fr;

}

/*  help-side-bar */
.help-side-bar {

	min-height: calc(100vh - 134.9063px);
}

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

/*  side-bar-icon */
.side-bar-icon {
	background: #cce5ff;
	width: 80px;
	padding: 0 !important;
}

.side-bar-icon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

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


/* side-bar-menu */
.side-bar-menu {
	padding: 15px 0 15px 15px;
}
/* 
ul.menu._Skins_SideMenu.mc-component,
.side-bar-menu ul {
	padding: 0;
}

.side-bar-menu ul li {
	margin-top: 5px;
}

.side-bar-menu ul li:first-child {
	margin-top: 0;
}

ul.menu._Skins_SideMenu.mc-component li>a,
.side-bar-menu ul li a {
	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';
}

ul.menu._Skins_SideMenu.mc-component li>a:hover,
ul.menu._Skins_SideMenu.mc-component li>a.selected,
.side-bar-menu ul li a:hover,
.side-bar-menu ul li a.selected {
	background: #3a88ce;
	color: #FFFFFF !important;
	font-weight: normal;
	font-family: 'Source Sans Pro';
} */
.side-bar-menu ul li a {
	-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;
}


.height-container {
	background: #ffffff;
}

div.MCBreadcrumbsBox_mc-breadcrumbs-divider_0,
.breadcrumbs {
	padding: 5px 0;
	border: none !important;
	margin-bottom: 0;
}

ul.navigation li>a {
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.menu-icon-container {
	min-height: 40px;
	padding: 20px;
}

.title-bar-container {
	min-height: 40px;
}

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

nav.title-bar {
	padding: 0;
}

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

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



.help-content {
	padding: 15px;
}

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

.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;
	margin :20px 0 26px;

	font-weight: normal;
	font-family: 'Source Sans Pro Light';

}

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

.card ul li {
	padding: 2px 0;
	font-weight: normal;
	font-family: 'Source Sans Pro Light';
}

.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 !important;
	color: #FFFFFF !important;
	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;
}
.btn-booking:hover {
	background: #3a88ce !important;
	color: #FFFFFF !important;
	text-decoration: none;
}



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

.tab-pane {
	outline: 0 !important;
}

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

.nav-tabs-help li a,
.nav-tabs-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;
	font-style: normal;
	letter-spacing: normal;
}

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

.help-content_nav {
	background-color: #e4e4e4;
}

.nav-tabs-help {
	background-color: #ffffff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: left;
	font-family: 'Source Sans Pro SemiBold';
}

.nav-tabs-help li {
	margin: 0 2px 0 0;
	padding: 0;
	background: #e4e4e4;
	color: #131111;
	text-align: center;

	cursor: pointer;
	font-size: 16px;
}

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

}

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

.nav-tabs-help-vertical li {
	float: none;
	padding: 0;
	margin: 5px 0 0 0;
}

.nav-tabs-help-vertical li:first-child {
	margin: 0 0 0 0;
}

.nav-tabs-help-vertical li a {
	text-align: center;
	padding: 5px 10px;
}

.tab-pane {
	display: none;
}

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

.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-weight: normal;
	font-family: 'Source Sans Pro';
	font-size: 16px;
	text-align: center;
	height: 42px;
}




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

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

.item {
	width: 200px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	cursor: pointer;
}
.item.width-auto {
	width: auto;
}
.item:hover h4 {
	background: #3a88ce;
	color: #FFFFFF;
}
.item:hover ul {
	display: block;
}
.item h4 {
	font-family: 'Source Sans Pro Light'; 
	font-weight: normal;
	font-size: 16px;
	padding: 6px 10px;
	text-align: center;
	margin: 0;
	height: 32px;
	-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 {
	font-weight: normal;
}
.item ul li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
	color: #131111;
}
.item ul li a:hover {
	background: #f9f9f9;
}


.help-container_body {
	background: #f9f9f9;
	padding: 15px;
	min-height: 100%;
}
#mc-main-content {
	padding: 20px;
	background: #ffffff;
	height: 100%;
}

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





/* 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 {
	display: grid;
	-ms-grid-template-columns: 80px 1fr !important;
	grid-template-columns: 80px 1fr !important;
	grid-column-gap: 0;
	padding: 0;
}


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





.box-img-list {
	display: grid;
	-ms-grid-template-columns: 60px 1fr !important;
	grid-template-columns: 60px 1fr !important;
	grid-column-gap: 20px;
	border:1px solid #66d0ea;
	padding: 10px;
	margin-top: 20px;
}
.box-img-list img {
	max-width: 100%;
	height: auto;
}
.box-img-list ul { margin: 0; }
.box-img-list ul li { margin-top: 5px; }
.box-img-list ul li:first-child { margin-top: 0; }


.icon-large {
	height: 30px;
	width: 30px;
	-webkit-background-size: 30px 30px !important;
	background-size: 30px 30px !important;
	display: block;
}
/*  */
.breadcrumbs-container {
	background: #ffffff;
	padding: 5px 15px;
}
.MCBreadcrumbsDivider {
	padding: 0 5px;
    color: #ccc;
}
.MCBreadcrumbsSelf {
	color: #8f91a2;
}
.top-content .top-left {
	float: left;
}
.top-content .top-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: right;
}

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

.top-content .btn-print {
	margin-right: 10px;
}
.top-content::after {
	content: '';
	display: table;
	clear: both;
}
.top-left {
	float: left;
}
.top-content select.form-control {
	background-color: #FFFFFF !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 240px;
	height: 30px;
	border: 1px solid #8f91a2;
	padding: 4px 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.top-content select.form-control:focus {
	border-color: #8f91a2;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}