/* -------------------------------------------------------------- 
  
 Hartija Css Print  Framework
   * Version:   1.0 
	 
-------------------------------------------------------------- */

body { 
color: #414141;
	font-family: 'Poppins', 'Helvetica', 'sans-serif';}

/* Headings */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
h1{font-size:19pt;}
h2{font-size:17pt;}
h3{font-size:15pt;}
h4,h5,h6{font-size:14pt;}


p, h2, h3 { orphans: 3; widows: 3; }

code { font: 12pt Courier, monospace; } 
blockquote { margin: 1.2em; padding: 1em;  font-size: 12pt; }
hr { background-color: #ccc; }

/* Images */
img { float: left; margin: 1em 1.5em 1.5em 0; max-width: 100% !important; }
a img { border: none; }

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }

abbr[title]:after { content: " (" attr(title) ")"; }

/* Don't show linked images  */
a[href^="http://"] {color:#000; }
a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after { content: " (" attr(href) ") "; display:none; }

/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]:after, a[href^="javascript:"]:after {content: "";}

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
img,tr {page-break-inside: avoid;} 

/* Hide various parts from the site
#header, #footer, #navigation, #rightSideBar, #leftSideBar 
{display:none;}
*/

/* body {
	color: #414141;
	font-family: 'Poppins', 'Helvetica', 'sans-serif';
} */

/*GE*/
body.home {
	/*background-color: #e9e9e9;*/
	background-color: white;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
}
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: #414141;
}
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: #414141;
	/*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: visible;
}
.progress span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.progress-bar {
	line-height: 16px;
	border-radius: 15px;
}
.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;
	font-size: 30px;
	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;
}
/* 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;
	font-size: 16px;
}
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: #414141;
}
.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 .invert, .quicksearch-mobile-container .invert {
	background-color: rgba(50,50,50,0.9);
	color: #ffffff;
	border-color: rgba(50,50,50,0.9);
}
.search-wrapper .round-edge, .quicksearch-mobile-container .round-edge {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding: 0 30px;
}
.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).show-filters:before {
	content: "Hide filters"
}
:lang(en).show-filters.collapsed:before {
	content: "Show filters"
}
:lang(de).show-filters:before {
	content: "Filter ausblenden"
}
: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: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: #414141;
}
.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: 40px;
	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";
}

/* GE */
.dashboard-tiles .tile {
	margin-bottom: 30px;
	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;
}

/* GE */
.dashboard-tiles .tile>div {
	padding: 20px;
	background: #ffffff;
	height: 100%;
	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;
}
.course .icon span:before, .etraining .icon span:before {
	content: "\e914";
}
.program .icon span:before {
	content: "\e91d";
}
/* EVENTS */
.events {
	margin-bottom: 0px;
}
.events h3 {
	font-size: 16px;
	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 {
	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{
	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;
}
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, .quicksearch-mobile {
	background-image: url(../img/search-white.svg);
}
/* FOOTER */
footer {
	background-color: #ffffff;
}
footer .navbar-nav li a {
	padding: 16px;
	color: #414141;
}
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: #414141;
}
input.grey-bg::-webkit-input-placeholder {
	color: #414141;
}
input.grey-bg:-webkit-input-placeholder {
	color: #414141;
}
input.grey-bg:-moz-placeholder{
	color: #414141;
}
input.grey-bg::-moz-placeholder{
	color: #414141;
}
input.grey-bg:-ms-input-placeholder   {
	color: #414141;
}
.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;
}
/* 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;
	*display: inline;/*IE7 life-saver */
	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;
	*display: inline;/*IE7 life-saver */
}
.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;
}
.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 {
		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%;
	}
	/*GE*/
	.col-sm-1-mobile {
		float:left;
		width: 8.333333%;
	}
	.show-sort-dropdown {
		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;
	}
	
	.quicksearch-mobile-container {
		display: none;
	}
}

/* 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%;
	}

}


/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
}
/* 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;
	}
}


