﻿body {
	color: #000000;
	font-family: 'Poppins', 'Helvetica', 'sans-serif';
}

#collapseMainContent p {
	/*INNIO Rebranding Phase 1*/
	font-size: 1.2em;
	text-align: justify;
}

#trainingmethods p {
	font-size: 1.4em;
	margin-top: 1em;
	text-align: center;
}

.h1big{
	font-size: 2.5em;
}


/* Nur wegen Internetexplorer */
@media (min-width:768px)  and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
		.zweizeiligmitbild
		{
			display: inline !important;
		}

		.navbar-nav>li>a img
		{
			height: 32px;
			width: 32px;
		}
}

/*INNIO Menu Update Feb 2020*/
@media (min-width:768px) {

	.navbar-nav>li a {
		padding:16px 10px;
	}

	.navbar-nav>li .einzeiligmitbild,
	.navbar-nav>li .zweizeiligmitbild {
		padding:0 10px !important;
	}

	.zweizeiligmitbild p {
		float:right !important;
		margin: 8px 5px 8px 0 !important;
		line-height: 17px !important;
	}

	.navbar-nav>li>a img {
		max-height:32px !important;
		margin: 10px 5px 10px 0px;
		line-height: 17px;
	}
}

/*GE*/
body.home {
	/*background-color: #e9e9e9;*/
	background-color: white;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	/*INNIO Rebranding Phase 1*/
	font-weight: 400;
}
h1.page-heading, h1.breadcrumb {
	margin-bottom: 0px;
	font-size: 24px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}

h1.breadcrumb small {
    display: inline-block;
    vertical-align: middle;
	font-size: 50%;
	color: #000000;
}
header h2.breadcrumb small {
    display: inline-block;
    vertical-align: middle;
	font-size: 95%;
	color: #ffffff;
}
.training-dashboard header h2.breadcrumb {
	background-image: url('../img/Arrows.svg');
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 50px;
}
h1.breadcrumb span {
	display: inline-block;
    margin-top: -10px;
    vertical-align: bottom;
}
h2.breadcrumb span {
	display: inline-block;
    vertical-align: middle;
}
/*GE*/
h1.breadcrumb {
	font-size: 26px;
	padding-left: 0px;
}
.breadcrumb {
	background-color: transparent;
	padding-left: 32px;
}
a, .btn-link {
	color: #0097aa;
}
a:hover, a:focus, .btn-link:hover, .btn-link:focus, .btn-link:active {
	color: #000001;
	text-decoration: none;
}
/* CUSTOM STYLES */
ul.list-checkmarks {
	list-style: none;
	padding-left: 0px;
}
ul.list-checkmarks > li:before {
	font-family: 'ge-dp-training-portal' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	color: #46ad00;
	vertical-align: middle;
	margin-right: 12px;
	content: "\e90c";
}
.addresses > div > div {
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
	padding-bottom: 8px;
}
.addresses > div:nth-child(5) > div,
.addresses > div:nth-child(6) > div {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.link-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid transparent;
	transition: border ease 0.3s;
}

/*GE*/
.link-mask-home {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: border ease 0.3s;
	border-bottom: 2px solid transparent;
	opacity: 1.0;
}

.img-bg .link-mask-home {
	opacity: 0;
	z-index: 1;
	transition: opacity 0.3s ease;
	background-color: #fff;
}
.img-bg .link-mask-home:hover, .img-bg span:hover +.link-mask, .img-bg.active .link-mask {
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

/*GE*/
.training-portal-selector h2 {
	color: #000000;
	/*size: 26px; - removed due to CSS validation error*/
}
.h1, h1 {
	font-size: 30px;
}

div.tile.img-bg.training-portal-selector span  {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	font-size: 30px;
	width: 100%;
	padding-top: 10px;
}
div.tile.img-bg.training-portal-selector span a {
	color: #0097aa;
	z-index: 2;
	position: relative;
	text-shadow: 0 0 0px #414141;
}

.training-portal-selector {
		height: 354px !important;
}

.table .progress {
	margin-top: 0px;
}
.progress {
	margin-bottom: 0px;
	border-radius: 15px;
	margin-top: 6px;
	background-color: #cccccc;
	height: 16px;
	position: relative;
	overflow: hidden;
}
.progress span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.progress-bar {
   /*INNIO Rebranding Phase 1*/
   font-size: 14px;
}
.tile.img-bg {
	background-size: cover;
	line-height: 180px;
	position: relative;
	height: 100%;
}
.tile.img-bg span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	/*INNIO Rebranding Phase 1*/
	font-size: 24px;
	width: 100%;
	text-shadow: 0px 0px 3px #414141;
}
.tile.img-bg span a {
	color: #ffffff;
	z-index: 2;
	position: relative;
}

/*GE*/
.tile.img-bg span {
	color: #ffffff;
	z-index: 2;
	position: relative;
}

.img-bg .link-mask {
	opacity: 0.6;
	z-index: 1;
	background-color: #414141;
	transition: opacity 0.3s ease;
}
.img-bg .link-mask:hover, .img-bg span:hover +.link-mask, .img-bg.active .link-mask {
	opacity: 0.3;
	transition: opacity 0.3s ease;
}
.tile.img-bg.active {
	border-bottom: 3px solid #0097aa;
}
.tile.img-bg.active:after {
	width: 0;
	content: " ";
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #0097aa;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.austria {
	background: url(../img/GE-Jenbacher-Training-Center-Jenbach-DP-Training-1.jpg) no-repeat;
}

.on-site {
	background: url(../img/GE-Jenbacher-Training-Center-Houston-DP-Training-1.jpg) no-repeat;
}
.banner {
	background: url(../img/Banner_background.jpg) no-repeat;
	width: 100%;
	margin-bottom: 32px;
	float: left;
	background-size: cover;
	position: relative;
}
.banner span.lg-txt {
	color: #ffffff;
	font-size: 30px;
	display: block;
}
.banner .btn-outline {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 38px;
}
.banner .btn-outline:hover,
.banner .btn-outline:focus {
	background-color: #ffffff;
	color: #333;
}
/* BOOKING FORM */
.booking-progress {
	font-size: 16px;
	margin-left: -15px;
	margin-right: -15px;
}
.booking-progress li div {
	border-bottom: 1px solid transparent;
	color: #cccccc;
	padding-bottom: 8px;
	margin-bottom: 32px;
}
.booking-progress li.active div {
	border-color: #0097aa;
	color: #0097aa;
}
.booking-progress li .step {
	display: inline-block;
	background-color: #cccccc;
	border-radius: 50%;
	padding: 3px 6px;
	width: 30px;
	height: 30px;
	line-height: 23px;
	text-align: center;
	color: #ffffff;
}
.booking-progress li.active .step {
	background-color: #0097aa;
}
.company-info {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
.radio input {
	color: #0097aa;
}
.form-control {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: left;
	}
}
/* TABS */
.nav-tabs {
	margin-bottom: 25px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>li>a, .nav-tabs.nav-justified>li>a:focus, .nav-tabs.nav-justified>li>a:hover {
	border: 0px solid transparent;
	border-bottom: 1px solid #0097aa;
	background-color: transparent;
	color: #0097aa;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid transparent;
	font-size: 16px;
	color: #0097aa;
}
/* UTILITIES */
.flex {
	display: flex;
	display:-webkit-flex;
}
.width-1-1 {
	width: 100%;
}
.max-v-50 {
	max-height: 50px;
}
.max-v-30 {
	max-height: 30px;
}
/* HEADER & NAVBAR */
header {
	background-color: #ffffff;
}
.section-header h2 {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
}
.section-header {
	position: relative;
}
.section-header:after {
	width: 0;
	content: " ";
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #414141;
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.navbar {
	margin-bottom: 0px;
}
nav.navbar-default {
	background-color: #414141;
	border-radius: 0px;
	border: 0px;
	/*INNIO Rebranding Phase 1*/
	font-size: 15px;
}
nav.navbar-default  .dropdown-menu {
	border: 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #ffffff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.nav-stacked>.active>a, .nav-stacked>.active>a:focus, .nav-stacked>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: #0097aa;
	color: #ffffff;
}
.navbar-default .navbar-nav>li>a>img {
	max-height: 17px;
}
@media (max-width: 767px) {
	.navbar {
		min-height: 0px;
	}
	.navbar-toggle {
		margin-top: 8px;
		margin-right: 0px;
		padding: 4px 0;
	}
	.navbar-toggle .icon-bar{
		background: #414141;
		width: 30px;
		height: 4px;
	}
}
.nav.inline-nav > li {
	float: left;
}
.nav.inline-nav > li > a.btn-link {
	color: #000000;
}
.nav.inline-nav > li.open > a.btn-link,
.nav.inline-nav > li.open > a.btn-link:hover,
.nav.inline-nav > li.open > a.btn-link:focus,
.nav.inline-nav > li > a.btn-link:hover,
.nav.inline-nav > li > a.btn-link:focus {
	color: #000001;
	background-color: transparent;
}
/* SEARCH */
.search-wrapper {
	background-image: url(../img/Banner_background.jpg);
	background-size: cover;
}

.search-wrapper-innio {
	background-image: url(../img/innio/Banner_background_INNIO.jpg);
	background-size: cover;
}

.search-wrapper input::-webkit-input-placeholder {
   color: #cccccc;
   font-style: italic;
}

.search-wrapper input:-moz-placeholder { /* Firefox 18- */
   color: #cccccc;
}

.search-wrapper input::-moz-placeholder {  /* Firefox 19+ */
   color: #cccccc;
   font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
   color: #cccccc;
   font-style: italic;
}
/* FILTERS */
.filters input {
	display: block;
	width: 12px;
	height: 12px;
}
.btn.clear-all {
	color: #aaaaaa;
	padding: 0;
}
.btn.clear-all.active {
	color: #0097aa;
}
.btn.clear-all-filters {
	color: #aaaaaa;
	padding: 0;
	outline: none;
}
.btn.clear-all-filters.active {
	color: #0097aa;
	outline: none;
}
.filters .checkbox+.checkbox {
	margin-top: 10px;
}
.filters h3 {
	margin: 20px 0;
}
.filters #training-program-filter h3 {
	margin-top: 0;
}
.btn.read-more, .home .btn.learn-more {
	padding: 0px;
	width: 100%;
	text-align: left;
}
.text-center .btn.read-more,.home .text-center .btn.learn-more {
	text-align: center;
}


.read-more:before {
	content: "Show less"
}
.home.learn-more:before {
	content: "Show less"
}
.read-more.collapsed:before {
	content: "Show more"
}
.home .learn-more.collapsed:before {
	content: "Learn more"
}


:lang(en).read-more:before {
	content: "Show less"
}
:lang(en).home.learn-more:before {
	content: "Show less"
}

:lang(en).show-filters:before {
	content: "Hide filters"
}
:lang(en).read-more.collapsed:before {
	content: "Show more"
}
:lang(en).home .learn-more.collapsed:before {
	content: "Learn more"
}
:lang(en).show-filters.collapsed:before {
	content: "Show filters"
}

:lang(de).read-more:before {
	content: "weniger anzeigen"
}
:lang(de).home.learn-more:before {
	content: "weniger anzeigen"
}
:lang(de).show-filters:before {
	content: "Filter ausblenden"
}
:lang(de).read-more.collapsed:before {
	content: "mehr anzeigen"
}
:lang(de).home .learn-more.collapsed:before {
	content: "mehr lernen"
}
:lang(de).show-filters.collapsed:before {
	content: "Filter anzeigen"
}










.read-more:after,.home .learn-more:after, .show-filters:after {
	font-family: 'ge-dp-training-portal' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
	content: '\e919';
}
.read-more.collapsed:after, .learn-more.collapsed:after, .show-filters.collapsed:after {
	content: '\e91a';
}
/* MODAL */
.modal-body {
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 32px;
}
.modal-footer {
	text-align: center;
	border: 0px;
	margin-bottom: 16px;
}
.modal-header {
	background: #444444;
	color: #ffffff;
	text-transform: uppercase;
	height: 50px;
	overflow: hidden;
}
.modal-title {
	line-height: 1.1;
}
.modal-title span {
	font-size: 65px;
	float: left;
	display: block;
	margin-top: -23px;
	margin-right: 20px;
}
.close, .close:focus, .close:hover {
	color: #ffffff;
	text-shadow: none;
}
/* BUTTONS */
.btn {
	border: none;
}
span.btn-link, span.btn-link:hover, span.btn-link:focus {
	cursor: initial;
	color: #000000;
}
.btn-primary {
	background-color: #0097aa;
}

/*GE*/
.btn-secondary {
	background-color: #999;
	color:#fff;
}
.btn-secondary:hover, .btn-secondary:focus{
	background-color: #575757;
	color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #000001 !important;
}
.buttons a{
	font-size: 24px;
}
.btn-feedback {
	background-color: #999999;
	color: #ffffff;
	text-transform: uppercase;
	position: fixed;
	top: 30%;
	height:45px;
	overflow: hidden;
	font-size:20px;
	right: 45px;
	transform: rotate(270deg);
	transform-origin: 100% 0;
	border-radius: 0px;
}
.btn-feedback:hover,
.btn-feedback:focus {
	background-color: #575757;
	color: #ffffff;
}
.btn-feedback span {
	vertical-align: top;
}
.btn-feedback span.octo-feedback {
	font-size: 70px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -18px;
	margin-left: 10px;
}
/* TILES */
.content-tiles article > div {
	padding: 32px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.content-tiles article {
		margin-bottom: 32px;
	}
}
.content-tiles article > div > p {
	margin: 32px 0;
}
.content-tiles article > div > h2 {
	margin-top: 0px;
	padding-top: 0px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 40px;
}
.content-tiles article > div > h2 > span {
	font-size: 40px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 8px;
}
/* TRAINING INFORMATION */
.event-type,
.event-area,
.event-topic,
.event-duration,
.training-tiles .learn-more {
	float: left;
	clear: left;
	margin: 5px 0;
}
.training-tiles .wrapper {
	position: relative;
}
.training-tiles .tile .last-minute {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
}
.training-tiles .icon {
	position: absolute;
	bottom: 32px;
	right: 32px;
}
.training-content .icon, .library-tiles .icon {
	position: absolute;
	top: 0px;
	right: 16px;
}

.training-tiles .icon:hover,
.library-tiles .icon:hover{
	cursor: help;
}
.training-tiles .tile h4 {
	height: 60px;
	vertical-align: middle;
	overflow: hidden;
}
.training-content h2{
	font-size: 20px;
	padding: 20px 0;
}
.training-content ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.training-content ul > li:before {
	font-family: 'ge-dp-training-portal' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	color: #0097aa;
	vertical-align: middle;
	margin-right: 12px;
	content: "\e906";
}

.dashboard-tiles .tile {
    /*INNIO Rebranding Phase 1*/
    margin-bottom: 0px;
    font-size: 16px;
}


/* GE */
.text-right {
	text-align:right;
}
/*GE*/
.dashboard-tiles .tile h3{
	color: #0097aa;
}

/*GE*/
.dashboard-tiles .tile.active h3{
	color: #fff;
}

/*GE*/
.dashboard-tiles .tile.active h3{
	color: #fff;
}

/*GE*/
.ftdropdown {
	height: 25px;
	width: 100% !important;
	padding: 2px;
}

.dashboard-tiles .tile>div {
    padding: 20px;
    background: #ffffff;
    /*INNIO Rebranding Phase 1*/
    height: 85%;
    position: relative;
}

/*GE*/
.octo-podcast-2, .octo-etraining-2, .octo-booking {
	padding-left: 5px;
}

/*GE*/
.nps-radio-container {
	width: 9.5% !important;
}

.dashboard-tiles .tile .link-mask:hover {
	border-bottom: 4px solid #0097aa;
	transition: border ease 0.3s;
}
.dashboard-tiles .tile h3 {
	font-size: 18px;
	height: 40px;
}
.dashboard-tiles .tile.active>div {
	background-color: #0097aa;
	color: #ffffff;
	position: relative;
}
.dashboard-tiles .tile.active>div a {
	color: #ffffff;
}
.dashboard-tiles .tile.active>div .octo-not-certified,
.dashboard-tiles .tile.active>div .octo-certified,
.dashboard-tiles .tile.active>div .octo-time-2 {
	background-color: #ffffff;
	border-radius: 50%;
}
.dashboard-tiles .tile.active>div:after {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #e9e9e9;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  content: "";
}

/* Show the correct icon based on the tile's defining class used for JS filtering */
.icon span {
	font-family: 'ge-dp-training-portal' !important;
    speak: none;
	font-size: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.podcasticon span {
	font-family: 'Innio_microphone-Regular' !important;
    speak: none;
	font-size: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.course .icon span:before {
	content: "\e90d";
}
.etraining .icon span:before {
	content: "\e914";
}
.etraining .podcasticon span:before {
	content: "\004d";
}

.program .icon span:before {
	content: "\e91d";
}
/* EVENTS */
.events {
	margin-bottom: 0px;
}


.events h3 {
	/*INNIO Rebranding Phase 1*/
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

.events li {
	border-bottom: 1px solid #e9e9e9;
	padding: 8px 0;
	font-size: 13px;
}
.events li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.events .book {
	float: right;
}
/* TABLE */
.table>thead {
	text-transform: uppercase;
	background: #414141;
	color: #ffffff;
}
.table>thead>tr>th {
	border-bottom: 0px;
}
.table>thead th {
	/*INNIO Rebranding Phase 1*/
	font-weight: 600;
	height: 40px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	top: 12px;
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    content: "\e902";
	font-family: 'ge-dp-training-portal' !important;
    speak: none;
	font-size: 10px;
	position: absolute;
	top: 25px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
table.dataTable thead .sorting_desc:after {
	content: "\e929";
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
	line-height: 35px;
	border-top: 0px;
	padding-left: 15px;
}

/*GE*/ /*reduce table header height */
.table>thead>tr>th{
	/*INNIO Rebranding Phase 1*/
	line-height: 1.3em;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*GE*/
.line-height-increased {
	line-height: 1.7em !important;
}

/*GE*/
.line-height-reduced  th {
	line-height: 1.7em !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/*GE*/ /*reduced line-height */
.table>tbody>tr>td {
	line-height: 1.2em;
	padding-top: 13px;
	padding-bottom: 13px;
}
/*GE*/ /*remove mouseover effect on tables */
.table-hover > tbody > tr.even:hover {
	background-color: #fff;
}
/*GE*/ /*remove mouseover effect on tables */
.table-hover > tbody > tr.odd:hover {
	background-color: #f9f9f9;
}

.sorting_desc, .sorting_asc {
	background-color: #0097aa;
	color: #ffffff;
}
table.table-no-border > tbody>tr>td {
	border-color: transparent;
}
table tr.subline td:first-child {
	padding-left: 0px;
}
table tr.subline td:first-child span{
	border-left: 1px solid #286090;
	padding-left: 32px;
	line-height: 32px;
	display: block;
}
.dataTables_filter label {
	width: 100%;
	display: block;
}

/*GE*/
/* remove auto generated datatable searchbox */
.dataTables_filter {
	display:none;
}

.dataTables_info {
	display:none;
}

div.dataTables_wrapper div.dataTables_filter input{
	width: 100%;
	margin-bottom: 16px;
	background-color: #efefef;
}
select.form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../img/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 98%;
	background-size: 10px;
}
/*for IE10*/
select::-ms-expand {
    display: none;
}

select.training-filter {
	background-position: 95%;
	background-size: 10px;
}
.training-filter.search, .quicksearch, .quicksearch-mobile {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: 98%;
	background-size: 22px;
	padding-right: 40px;
}

.quicksearch-container .quicksearch, .quicksearch-mobile-container .quicksearch-mobile {
	background-position: 1%;
	padding-left: 40px;
}

.quicksearch-container-courselist .quicksearch {
	background-position: 1%;
	padding-left: 48px;
}

/* FOOTER */
footer {
	background-color: #ffffff;
}
footer .navbar-nav li a {
	padding: 16px;
	color: #000000;
}
footer .navbar-nav li a:hover, footer .navbar-nav li a:focus {
	text-decoration: underline;
}
/* COLOURS */
.white-bg {
	background-color: #ffffff;
	height: 100%;
}

.white-txt {
	color: #ffffff;
}
.grey-bg {
	background-color: #dddddd;
	color: #000000;
}
input.grey-bg::-webkit-input-placeholder {
	color: #000000;
}
input.grey-bg:-webkit-input-placeholder {
	color: #000000;
}
input.grey-bg:-moz-placeholder{
	color: #000000;
}
input.grey-bg::-moz-placeholder{
	color: #000000;
}
input.grey-bg:-ms-input-placeholder   {
	color: #000000;
}
.progress-bar-success {
	background-color: #1d5f11;
}
.progress-bar-almost-success {
	background-color: #46AD00;
}
.progress-bar-danger {
	background-color: #de2533;
}
.progress-bar-almost-danger {
	background-color: #ff5c5c;
}
.dark-bg {
	background-color: #414141;
	color: #ffffff;
}
.success-txt {
	color: #46ad00;
}
.warning-txt {
	color: #FF9821;
}
.danger-txt {
	color: #B61225;
}
.grey-txt {
	color: #A0A0A0;
}
/* PADDING & MARGIN UTILITIES */
.p-32 {
	padding: 32px;
}
.p-24 {
	padding: 24px;
}
.p-16 {
	padding: 16px;
}
/* vertical */
.m-v-8 {
	margin-top: 8px;
	margin-bottom: 8px;
}
.m-v-16 {
	margin-top: 16px;
	margin-bottom: 16px;
}
.m-v-32 {
	margin-top: 32px;
	margin-bottom: 32px;
}
.m-v-48 {
	margin-top: 48px;
	margin-bottom: 48px;
}
.m-v-64 {
	margin-top: 64px;
	margin-bottom: 64px;
}

/*GE*/
.p-v-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/*GE*/
.p-v-4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
/*GE*/
.p-v-8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
/*GE*/
.p-v-6 {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.p-v-16 {
	padding-top: 16px;
	padding-bottom: 16px;
}
.p-v-32 {
	padding-top: 32px;
	padding-bottom: 32px;
}
.p-v-48{
	padding-top: 48px;
	padding-bottom: 48px;
}
.p-v-64 {
	padding-top: 64px;
	padding-bottom: 64px;
}
/* horizontal */
/*GE*/
.m-h-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.m-h-4 {
	margin-left: 4px;
	margin-right: 4px;
}
.m-h-8 {
	margin-left: 8px;
	margin-right: 8px;
}
.m-h-16 {
	margin-left: 16px;
	margin-right: 16px;
}
.m-h-32 {
	margin-left: 32px;
	margin-right: 32px;
}
.m-h-64 {
	margin-left: 64px;
	margin-right: 64px;
}
/*GE*/
.p-h-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.p-h-16 {
	padding-left: 16px;
	padding-right: 16px;
}
.p-h-32 {
	padding-left: 32px;
	padding-right: 32px;
}
.p-h-48{
	padding-left: 48px;
	padding-right: 48px;
}
.p-h-64 {
	padding-left: 64px;
	padding-right: 64px;
}
/* bottom */
/*GE*/
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-8 {
	margin-bottom: 8px;
}
.m-b-16 {
	margin-bottom: 16px;
}
.m-b-24 {
	margin-bottom: 24px;
}
.m-b-32 {
	margin-bottom: 32px;
}
.m-b-48 {
	margin-bottom: 48px;
}
.m-b-64 {
	margin-bottom: 64px;
}
.p-b-16 {
	padding-bottom: 16px;
}
.p-b-32 {
	padding-bottom: 32px;
}
.p-b-48{
	padding-bottom: 48px;
}
.p-b-64 {
	padding-bottom: 64px;
}
/* top */
.m-t-8-minus {
	margin-top: -8px;
}
.m-t-12-minus {
	margin-top: -12px;
}
.m-t-0 {
	margin-top: 0px !important;
}
/*GE*/
.m-t-5 {
	margin-top: 5px !important;
}
/*GE*/
.m-t-6 {
	margin-top: 6px !important;
}
.m-t-8 {
	margin-top: 8px;
}
.m-t-12 {
	margin-top: 12px;
}
.m-t-16 {
	margin-top: 16px;
}
.m-t-32 {
	margin-top: 32px;
}
.m-t-48 {
	margin-top: 48px;
}
.m-t-64 {
	margin-top: 64px;
}
.p-t-16 {
	padding-top: 16px;
}
.p-t-32 {
	padding-top: 32px;
}
.p-t-48{
	padding-top: 48px;
}
.p-t-64 {
	padding-top: 64px;
}
/* left */
.m-l-8 {
	margin-left: 8px;
}
.m-l-16 {
	margin-left: 16px;
}
.m-l-32 {
	margin-left: 32px;
}
.m-l-48 {
	margin-left: 48px;
}
.m-l-64 {
	margin-left: 64px;
}
.p-l-0 {
	padding-left: 0px !important;
}
.p-l-16 {
	padding-left: 16px;
}
.p-l-32 {
	padding-left: 32px;
}
.p-l-48{
	padding-left: 48px;
}
.p-l-64 {
	padding-left: 64px;
}
/* right */
.m-r-8 {
	margin-right: 8px;
}
.m-r-16 {
	margin-right: 16px;
}
.m-r-32 {
	margin-right: 32px;
}
.m-r-48 {
	margin-right: 48px;
}
.m-r-64 {
	margin-right: 64px;
}
.p-r-16 {
	padding-right: 16px;
}
.p-r-32 {
	padding-right: 32px;
}
.p-r-48{
	padding-right: 48px;
}
.p-r-64 {
	padding-right: 64px;
}

/* 	Owl Carousel */
.owl-theme .owl-controls{
	margin-top: 32px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #0097aa;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #0097aa;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-dots .owl-dot span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* OFF CANVAS MENU */

.stage {
  background-color: #e9e9e9;
  position: relative;
}
body.home .stage {
	background-color: #e9e9e9;
}
.stage-shelf {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 250px;
  padding-top: 16px;
  background-color: #414141;
  overflow: auto;
}
.stage-shelf a {
	color: #ffffff;
}
.stage-shelf .nav > li > a:hover, .stage-shelf .nav > li > a:focus {
	background-color: #0097aa;
	color: #ffffff;
}
.stage-shelf .border-top {
	border-top: 1px solid #9b9b9b;
}
.stage-shelf-right {
  left: auto;
  right: 0;
}
.stage-toggle {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  padding: 4px 12px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.stage-toggle:hover,
.stage-toggle:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #2595ff;
}
.stage-toggle-right {
  left: auto;
  right: 20px;
}
.navbar-collapse {
	padding: 0px;
}
/* RESPONSIVE UTILITIES */
/* Phone */
@media (max-width:767px) {
	.m-b-xs-16 {
		margin-bottom: 16px;
	}
	.p-xs-16 {
		padding: 16px;
	}
	.table>thead {
		display: none;
	}
	.table>tbody>tr>td {
		display: block;
		text-align: left !important;
		line-height: 1;
		padding: 5px 8px;
	}
	.table>tbody>tr {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
		position: relative;
	}
	.table>tbody .buttons {
		position: absolute;
		top: 4px;
		right: 0px;
	}
	.btn-xs-block {
		width: 100%;
		display: block;
		margin-top: 16px;
	}
	.training-filter.search {
		background-position: 96%;
		background-size: 5%;
	}
	.flex {
		display: block;
	}
	.navbar-default, .nav.inline-nav {
		display: none;
	}
	.booking .section-header .breadcrumb {
		padding-bottom: 0px;
	}
	.booking .form-control {
		margin-bottom: 12px;
	}
	.booking .btn-toolbar a.btn-link {
		float: left;
		clear: left;
		padding-left: 0px;
	}
	.booking .btn-toolbar .pull-right {
		float: right;
		clear: left;
		margin-top: 12px;
	}
	.booking .radio {
		float: left;
	}
	footer .navbar-nav {
		width: 100%;
		text-align: center;
	}
	footer .navbar-nav span {
		display: inline-block !important;
	}
	aside .filters .checkbox,
	aside .filters .checkbox+.checkbox	{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	aside .filters .clear-all {
		width: 100%;
		float: left;
		text-align: left;
	}
	aside .filters .clear-all-filters {
		width: 100%;
		text-align: left;
		outline: none;
	}
	.library-tiles .tile h4 {
		margin-top: 16px;
	}
	.library-tiles .icon span {
		display: none;
	}
	.stage-shelf .dropdown-menu {
		width: 100%;
	}
	.btn.read-more {
		margin-top: 10px;
		text-align: left;
	}
	.m-xs-v-16 {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.p-xs-h-32 {
		padding-right: 32px;
		padding-left: 32px;
	}
	.p-xs-b-12 {
		padding-bottom: 12px;
	}
	.library-tiles .tile,
	.library-tiles aside,
	.training-tiles .tile,
	.training-tiles aside	{
		margin-bottom: 15px;
	}
	.banner .btn-outline {
		margin-top: 0px;
		margin-bottom: 32px;
	}
	.banner .arrows {
		margin-top: 42px;
	}
	.training-tiles .tile h4 {
		height: initial;
		max-height: 50px;
	}
	.training-tiles .icon {
		bottom: 16px;
		right: 16px;
	}
	.training-dashboard header h2.breadcrumb {
		background-position: 92% center;
	}
	.hero #map {
		height: 300px;
	}
	section.search-wrapper, .search-wrapper-courselist {
		display: none;
	}
	.home .flex > div, .flex > article {
	    height: auto !important;
	}
	.home .flex>article:last-child {
		margin-bottom: 0px !important;
	}

	/*GE*/
	.library-tiles .tile,
	.training-tiles .tile {
		width: 100%;
	}
	/*GE*/ /*Margin bottm location images participant info and contact us */
	.locationimage {
		margin-bottom: 15px;
	}
	/*GE*/
	.text-right-sm {
		text-align: right;
	}
	/*GE*/
	.read-more {
		text-align: center !important;
	}

	/*GE*/ /*Style participant info boxes */
	.tile.img-bg.active::after {
		border-top: 0px solid #0097aa;
	}
	/*GE*/
	.tile.img-bg.active /*Style participant info boxes */ {
		border: 3px solid #0097aa;
	}
	/*GE*/
	.col-sm-2-mobile {
		float:left;
		width: 16.66666%;
	}
	.col-sm-3-mobile {
		float:left;
		width: 30%;
		padding-left: 0px !important;
	}
	/*GE*/
	.col-sm-1-mobile {
		float:left;
		width: 8.333333%;
	}
	
	.col-sm-1-mobile-nps {
		float: left;
		width: 7.5% !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.show-sort-dropdown {
		display: none;
	}
	
	.show-etraining-download-button {
		display: none;
	}
	
	.quicksearch-container, .quicksearch-container-courselist {
		display: none;
	}
}
/* Larger than a phone */
@media (min-width:768px) {
	.col-sm-1 select.form-control {
		background-position: 85%;
	}
	/*GE*/
	.p-sm-16 {
		padding: 16px;
	}
	.p-sm-32 {
		padding: 32px;
	}
	.p-sm-v-32 {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.m-sm-h-16 {
		margin-left: 16px;
		margin-right: 16px;
	}
	.m-sm-l-32 {
		margin-left: 32px;
	}
	.text-right-sm {
		text-align: right;
	}
	.progress .tooltip {
		display: none !important;
	}
	.training-content .brochure-download.absolute-sm {
		position: absolute;
		bottom: 0px;
		right: 16px;
	}
	.pull-right-sm {
		float: right;
	}
	.flex .col-sm-3:nth-child(4n+1) {
		clear: left;
	}
	.library-tiles .tile,
	.library-tiles aside,
	.training-tiles .tile,
	.training-tiles aside	{
		margin-bottom: 32px;
	}
	.hero #map {
		height: 450px;
	}

	/*GE*/
	.training-portal-selector {
	height: 240px;
	}
	
	.show-filter-mobile {
		display: none;
	}
	
	.show-sort-dropdown-mobile {
		display: none;
	}
	
	.show-etraining-download-button-mobile {
		display: none;
	}
	
	.quicksearch-mobile-container {
		display: none;
	}
	
	.cookie-dialog-width {
		min-width: 800px;
	}
}

/* Tablet */
@media (min-width:768px) and (max-width:991px) {
	/*GE*/
	.dashboard-tiles .tile {
		width: 50%;
	}

	/*GE*/
	.col-md-6 {
		width: 50%;
	}

	/*GE*/
	.btn {
		margin: 3px 5px;
	}

		/*GE*/
	.training-tiles .tile {
		width: 50%;
	}
	
	.info-article-height {
		height: 535px !important;
	}
}


/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
	.info-article-height {
		height: 436px !important;
	}
}
/* Desktop */
@media (min-width:1200px) {
	.up-arrow {
		position: fixed;
		right: 2px;
		bottom: 60px;
		font-size: 40px;
		opacity: 0;
		transition: opacity ease 0.3s;
	}
	.up-arrow.affix {
		opacity: 1;
		transition: opacity ease 0.3s;
	}
}
/* Large Widescreen Desktop */
@media (min-width:1921px) {
}

/*GE*/
/* Internet Explorer Rules */

/*GE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 /* Fix logo display error  top left */
	.logo img {
		max-width: none;
		height: 60px;
	}

	/* fix TC arrows next to My Team */
	.navbar-default .navbar-nav > li > a > img {
		height: 17px;
		max-height: 17px;
	}

	footer .logo img {
		max-width: none;
		height: 50px;
	}
}

.GEvideocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.GEvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#selectPortalHeader {
	font-size: 20px;
	color: #333;
	display: inline-block;
	padding-right: 20px;
}

#selectPortalFilter {
	display: inline-block;
	width: 50%;
}

div[id^=trainingProgramFilter_] {
	display: flex;
}

#readAGBsContainer {
	float: right;
}

#wbtLogoutIcon {
	width: 24px;
	height: 24px;
	float: right;
	cursor: pointer
}

#etraining-sort-container, #mytraining-sort-container {
	float: right;
}

#etraining-sort-dropdown, #etraining-sort-dropdown-mobile {
	border: 0px;
	outline: none;
	height: 34px;
	width: 150px;
	padding-left: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

#etraining-download-button-container {
	float: right;
	margin-top: 25px;
}

.float-left {
	float: left;
}

.cookies-content-square, .gdpr-content-square {
	border-radius: 0;
}

#cookiesModalContent {
	overflow-y: auto;
	height: 400px;
}

.cookie-dialog-title, .gdpr-dialog-title {
	border-bottom: 1px solid #e2e2e2;
	font-size: 22px;
	padding: 24px 208px 16px 0;
	margin-right: 20px;
}

.cookie-dialog-style, .gdpr-dialog-style {
	font-family: "Poppins";
	color: #4a4850!important;
	font-size: 15px;
}

.cookie-notice-buttons {
	text-align: center;
	padding: 20px;
}

.cookie-settings-buttons, .gdpr-dialog-buttons {
	border-top: 1px solid #e2e2e2;
	text-align: center;
	margin-right: 30px;
	margin-top: 20px;
}

.btn-cookie-primary, .btn-cookie-secondary:hover, .btn-cookie-secondary:focus, .btn-gdpr-primary, .btn-gdpr-secondary:hover, .btn-gdpr-secondary:focus {
	color:#ffffff;
	background-color: #0097AA;
	margin: 10px;
	border: 1px solid #0097AA;
	border-radius: 15px;
	outline: none !important;
}

.btn-cookie-secondary, .btn-cookie-primary:hover, .btn-cookie-primary:focus, .btn-gdpr-secondary, .btn-gdpr-primary:hover, .btn-gdpr-primary:focus {
	color: #0097AA;
	background-color: #ffffff;
	margin: 10px;
	border: 1px solid #0097AA;
	border-radius: 15px;
	outline: none !important;
}

.cookie-privacy-header {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

#cookieNoticeSettinsDialog .cookie-modal-body {
	padding-right: 0px;
}

.cookie-notice-body {
	margin-right: 20px;
}

 /* The switch - the box around the slider */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
}

/* Hide default HTML checkbox */
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #4A4850;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .cookie-slider:before {
  background-color: #51B046;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .cookie-slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.cookie-slider.round {
  border-radius: 34px;
}

.cookie-slider.round:before {
  border-radius: 50%;
}

.cookies-tab-change {
	color: #0097aa;
	background: url(../img/cookie-tab-menu.jpg) no-repeat;
	min-width: 226px;
	min-height: 51px;
	border: 0px;
	text-align: left;
	outline: none;
	margin: 4px;
}

.cookies-tab-change:hover, .cookies-tab-change-active {
	color: #FFFFFF;
	background: url(../img/cookie-tab-menu-active.jpg) no-repeat;
	min-width: 226px;
	min-height: 51px;
	border: 0px;
	text-align: left;
	outline: none;
	margin: 4px;
}

.cookie-tab-title {
	font-weight: bold;
	float: left;
}

.cookie-tab-toggle {
	font-weight: bold;
	float: right;
}

.cookie-settings-info {
	clear: both;
}

.cookie-type-header {
	font-weight: bold;
	margin-top: 8px;
}

.cookie-name-border {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 1px 8px;
	border: 1px solid black;
	border-radius: 15px;
	display: inline-block;
}

.cookie-used-header {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cookie-type-header:before {
	content:">";
	left:0;
	top:0;
	font-size:19px;
	color:#ccc;
	margin-right: 4px;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
}

.topic-height {
	min-height: 40px;
}

.quicksearch-container {
	width: 65%;
}

.quicksearch-container-courselist {
	width: 100%;
}

.quicksearch-container-courselist i, .quicksearch-mobile-container i {
	position: absolute;
	top: 12px;
	right: 32px;
	cursor: pointer;
	display: none;
}

.quicksearch-container i {
	position: absolute;
	top: 10px;
	right: 42%;
	cursor: pointer;
	display: none;
}

.search-wrapper-height {
	min-height: 120px;
}

/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
	.quicksearch-container {
		width: 60%;
	}
}

/* Tablet */
@media (min-width:768px) and (max-width:991px) {
	.quicksearch-container {
		width: 40%;
	}
	
	.quicksearch-container i {
	    position: absolute;
	    top: 10px;
	    right: 62%;
	    cursor: pointer;
	    display: none;
	}
}

input[type=text][id='qsEcatMobile']::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text][id='qsEcatMobile']::-ms-reveal {  display: none; width : 0; height: 0; }

input[type=text][id='qsEcat']::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text][id='qsEcat']::-ms-reveal {  display: none; width : 0; height: 0; }

input[type=text][id='qsCourseMobile']::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text][id='qsCourseMobile']::-ms-reveal {  display: none; width : 0; height: 0; }

input[type=text][id='qsCourse']::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text][id='qsCourse']::-ms-reveal {  display: none; width : 0; height: 0; }

#collapseEtrainingFilter, #collapseCourseFilter {
	padding-bottom: 24px;
}

.material-icon-width {
	max-width: 32px !important;
}

.material-menu-item-DE {
	width: 220px;
}

.material-menu-item-EN {
	width: 150px;
}

.approval-menu-item-de {
	width: 200px;
}

.approval-menu-item-en {
	width: 160px;
}

.bold {
	font-weight: bold;
}

.border-bottom-gray {
	border-bottom: solid #eee;
	padding-bottom: 12px;
}

#footerCookiesLink, #downloadPrivacyPdf, #downloadTermsPdf, #downloadPrivacyPdfCookiesDialog {
	cursor: pointer;
}

.app-download-hint {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

#cmpMatrix table td {
	padding-left: 20px;
}

td.detail-activity-indentation {
	width: 150px;
}

span.detail-activity-indentation {
	width: 100px;
	display: inline-block;
}

.dot {
  height: 8px;
  width: 8px;
  border: 1px solid black;
  border-radius: 50%;
  display: inline-block;
}

ul.list-circle {
	list-style-type:circle;
}

ul.list-square {
	list-style-type:square;
}

.force-word-break {
	word-break: break-word;
}

@media (max-width:767px) {
	tbody.detailEventsWrapper {
		display: table;
		width: 100%
	}
	
	tbody.detailEventsWrapper>tr>td {
		display: block;
		text-align: left !important;
		line-height: 1;
		padding-left: 7%;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 8px;
	}
	
	br.onlyActiveForSmallViewPort {
		display: block;
	}
	
	span.detail-activity-indentation {
		display: none;
	}
}

.question-likert-5-container {
	display: flex;
}

.question-likert-5 {
	flex: 1;
}

.course-cert-icon {
	font-size: 24px;
}

.progress span.progress-bar-text {
	margin-top: -2px;
}

.clsDatePicker {
	position: relative;
	z-index: 1600 !important; /* has to be larger than 1050 */
}

select.mytraining-sort-dropdown {
	appearance: none;
	background-image: url(../img/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    margin-bottom: 1rem;
    width: 246.5px;
}

select.mytraining-sort-dropdown:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

#maintable tr.background-red, #ftcatable tr.background-red, #ftcwtable tr.background-red {
	background-color: rgba(249, 208, 204, 1);
}

.margin-top-2-rem {
	margin-top: 2rem;
}

.dynamic-tile-height {
	height: 375px;
}

.gej-input-box {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #CCCCCC;
  padding-left: 0.5rem;
  overflow: hidden;
  width: 100%;
  height: 34px;
}

.gej-input-box .prefix {
  font-weight: 600;
  font-size: 14px;
  color: #474747;
}

.gej-input-box input {
  flex-grow: 1;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
}

.gej-input-box:focus-within {
	border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.gej-input-box input::placeholder, .gej-input-box input::-webkit-input-placeholder {
  color: #A9A9A9;
  font-weight: 300;
}

#unitNoErrorMessage, #supervisorNameErrorMessage {
	color: red;
    margin-bottom: 1em;
}

.ft-image-hint-container {
	margin-bottom: 1em;
}

.add-participant-link {
	font-weight: bold;
	font-size: 16px;
}

.black	{
	color: black;
}

#myTeamSearchErrorNotEnoughRights {
	margin: 10rem;
    text-align: center;
    font-size: large;
}

.content-hidden {
	display: none;
}

.role-assign-active {
	color: #000000;
	cursor: pointer;
	font-weight: 400;
}

.role-assign-inactive {
	color: #C0C0C0;
	cursor: not-allowed;
	font-weight: 400;
}

.my-team-profile-header {
	background: #414141;
    color: #ffffff;
    padding: 1rem;
    margin-bottom: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.my-team-profile-header h2 {
	margin-bottom: 0px;
}

.employee-roles {
	margin-top: -3rem;
}

.my-team-plus-minus-button {
  width: 40px;
  position: relative;
  height: 36px;
}
.my-team-plus-minus-button .plus-first-line {
  border-radius: 10px;
  position: absolute;
  left: 8px;
  top: 42%;
  padding: 2px 0;
  background-color: white;
  width: 22px;
}
.my-team-plus-minus-button .plus-second-line {
  transition: all 300ms;
  border-radius: 10px;
  top: 42%;
  left: 8px;
  position: absolute;
  width: 22px;
  padding: 2px 0;
  background-color: white;
  transform: rotate(90deg);
}

#event-hide-fully-booked {
	margin-top: 2rem;
}

.etraining-status-badge {
	position: absolute;
    top: 20px;
    left: 30px;
	padding: 6px 12px;
	border-radius: 10px;
	display: flex;
    align-items: center;
    gap: 8px;
}

.etraining-status-completed {
	color: #fff;
    background-color: #71BC67;
}

.etraining-status-started {
	color: #fff;
    background-color: #EF8E5F;
}

.etraining-status-booked {
	color: #EF8E5F;
    background-color: #fff;
    border: 2px solid #EF8E5F;
}

.etraining-status-badge > svg {
	fill: white;
    width: 2rem;
    height: 2rem;
}

.no-line-break {
	white-space: nowrap;
}

.bold-label {
	font-weight: bold;
}

@media (min-width:768px) and (max-width:991px) {
	.create-and-update-label .create-date-label, .create-and-update-label .last-update-label {
		width: 100%;
	}
}

.full-width {
	width: 100%;
} 

@media (min-width: 1200px) {
	.container.large-width {
		width: 85%;
	}
}

@media (min-width: 1600px) {
	.col-xl-3 {
		width: 25%;
		max-width: 25%;
	}
}

.gdpr-static-content {
	height: 503px;
	overflow: auto;
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.gdpr-accept-checkbox {
	margin-top: 2rem;
}

/* Remove default border and outline */
.tablinks {
  border: none;
  outline: none;
  background-color: black;  
  color: white;  
}

/* Change background color when active */
.tablinks.active {
  background-color: grey;  
}

/* Ensure no focus outline is visible */
.tablinks:focus {
  outline: none;
}

/* Styling for the modal title if necessary */
.tablinks h4.modal-title {
  margin: 0;  
}

#supervisorRequestStatusFilter, #managerRequestStatusFilter {
	width: 200px;
    height: 30px;
    border: none;
    padding-left: 10px;
}

.approval-request-button-panel {
	text-align: right;
    margin-top: 32px;
}

#approveSelectedSupervisorRequests, #approveSelectedManagerRequests {
	margin-right: 15px;
}

.my-approval-reject-dialog-text {
	margin-bottom: 20px;
	font-size: 18px;
}

.approval-reject-dialog-width {
	min-width: 800px;
}

.approval-incorrect-info {
	padding-left: 32px;
}

#additionalRejectComment {
	border: 1px solid #eee;
}

.approval-reject-comment-panel {
	margin-top: 20px;
	margin-bottom: 20px;
}

.approval-reject-dialog-button-panel {
	text-align: right;
}

#shareEmailAddressErrorMessage {
	color: red;
}

.share-dialog-input {
	width: 100%;
	border: 1px solid #eee;
}

.progress-bar-top {
	background-color: #9CD193;
}

.progress-bar-middle {
	background-color: #F6AE8D;
}

.progress-bar-low {
	background-color: #F38F89;
}

.approval-navigation-icon-two {
	font-family: 'Innio_icon_font-Regular' !important;
	font-size: 36px;
	max-height: 32px !important;
    margin: 19px 5px 16px 0px;
    line-height: 17px;
    display: inline-block;
}

.approval-navigation-icon-one {
	font-family: 'Innio_icon_font-Regular' !important;
	font-size: 36px;
    margin-right: 5px;
}

.nav>li>a.einzeiligmiticon {
	display: flex;
}

.linkedin-learning-icon-two {
	font-family: 'Innio_icon_font-Regular' !important;
	font-size: 36px;
	max-height: 32px !important;
    margin: 19px 5px 16px 0px;
    line-height: 17px;
    display: inline-block;
}

