﻿body {
	color: #414141;
	font-family:  'Arial', 'Helvetica', 'sans-serif';
}

.db-logo{
	margin-top:25px;
}
.contact-btn{
	 float:right;
    width: 100px;
    background-color: white;
    color: black;
    border: solid black 1px;
    border-radius: 4px;
    height: 40px;
}

#collapseMainContent p {
	/* font-size: 1.2em; */
	text-align: justify;
}

#trainingmethods p {
	font-size: 1.4em;
	margin-top: 1em;
	text-align: center;
}

.h1big{
	font-size: 2.5em;
}

body.home{
	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;
}


h1.breadcrumb {
	font-size: 26px;
	padding-left: 0px;
}

.breadcrumb {
	background-color: transparent;
	padding-left: 32px;
}

a, .btn-link {
	color: #878c96;
}

a:hover, a:focus, .btn-link:hover, .btn-link:focus, .btn-link:active {
	color:  #CC0000;
	text-decoration: none;
}

/* CUSTOM STYLES */
ul.list-checkmarks {
	list-style: none;
	padding-left: 0px;
}

ul.list-checkmarks > li:before {
	font-family: 'Arial' !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;
}

.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;
}

.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: #878c96;
	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 #878c96;
}

.tile.img-bg.active:after {
	width: 0;
	content: " ";
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #878c96;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.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: #878c96;
	color: #878c96;
}

.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: #878c96;
}

.company-info {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.radio input {
	color: #878c96;
}

.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 #878c96;
	background-color: transparent;
	color: #878c96;
}

.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid transparent;
	font-size: 16px;
	color: #878c96;
}

/* 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: #f01414;
	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: /* #878c96 */#FFFFFF;
	color: /* #ffffff */#ff0000;
}

.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: #CC0000;
	background-color: transparent;
}

/* SEARCH */
.search-wrapper {
	background-color: #F2F2F2;
	background-size: cover;
}

.search-wrapper .invert {
	background-color: rgba(50,50,50,0.9);
	color: #ffffff;
	border-color: rgba(50,50,50,0.9);
}

.search-wrapper .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: #878c96;
}

.filters .checkbox+.checkbox {
	margin-top: 10px;
}

.filters h3 {
	margin: 20px 0;
}

.filters #target-groups 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).read-more.collapsed:before {
	content: "Show more"
}

:lang(en).home .learn-more.collapsed:before {
	content: "Learn more"
}

:lang(de).read-more:before {
	content: "weniger anzeigen";
	color:#878c96;
}

:lang(de).home.learn-more:before {
	content: "weniger anzeigen"
}

:lang(de).read-more.collapsed:before {
	content: "mehr anzeigen";
	color:#878c96;
}

:lang(de).home .learn-more.collapsed:before {
	content: "mehr lernen"
}

.read-more:after,.home .learn-more:after {
	font-family: 'Arial' !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;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	content: "";
	background: url(../img/glyphicons-192-minus-sign.png) no-repeat 0 0;
	background-size: 100%;
}

.read-more.collapsed:after, .learn-more.collapsed:after {
/* 	content: '\e91a'; */
	background: url(../img/glyphicons-191-plus-sign.png) no-repeat 0 0;
	display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background-size: 100%;
/*	content=""; */
}

/* MODAL */
.modal-body {
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 32px;
	font-size: 14px;
}

.modal-footer {
	text-align: center;
	border: 0px;
	margin-bottom: 16px;
}

.modal-header {
	background: #e42320; /* #444444; changed by	 @ashok */
	color: #ffffff;
	text-transform: none !important;
	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: #e42320;/* #878c96; */
}

.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: #CC0000 !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.style-feedback {
	font-size: 70px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -18px;
	margin-left: 10px;
}

/* 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: 120px;
	vertical-align: middle;
}

.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: 'Arial' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #878c96;
	vertical-align: middle;
	margin-right: 12px;
	/* content: "\e906"; */
	content: url(../img/right-arrow.png);
}

.dashboard-tiles .tile {
	margin-bottom: 30px;
	font-size: 16px;
}

.text-right {
	text-align:right;
}

.dashboard-tiles .tile h3 {
	color: #878c96;
}

.dashboard-tiles .tile.active h3 {
	color: #fff;
}

.dashboard-tiles .tile.active h3 {
	color: #fff;
}

.ftdropdown {
	height: 25px;
	width: 100% !important;
	padding: 2px;
}

.dashboard-tiles .tile>div {
	padding: 20px;
	background: #ffffff;
	height: 100%;
	position: relative;
}

.style-etraining-2, .style-booking {
	padding-left: 5px;
}

.nps-radio-container {
	width: 9.5% !important;
}

.dashboard-tiles .tile .link-mask:hover {
	border-bottom: 4px solid #878c96;
	transition: border ease 0.3s;
}

.dashboard-tiles .tile h3 {
	font-size: 18px;
	height: 40px;
}

.dashboard-tiles .tile.active>div {
	background-color: #878c96;
	color: #ffffff;
	position: relative;
}

.dashboard-tiles .tile.active>div a {
	color: #ffffff;
}

.dashboard-tiles .tile.active>div .style-not-certified,
.dashboard-tiles .tile.active>div .style-certified,
.dashboard-tiles .tile.active>div .style-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: 'Arial' !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";
}

.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 !important; /*@Ashok: added !imporntant for myteam datatable*/
	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;
	content: url(../img/glyphicons-404-sorting.png);
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	content: url(../img/arrow-white-up-chevron.png);
	font-family: 'Arial' !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: url(../img/arrow-white-down-chevron.png);
}

.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;
}

/*reduce table header height */
.table>thead>tr>th{
	padding-top: 4px;
	padding-bottom: 4px;
}

.line-height-increased {
	line-height: 1.7em !important;
}

.line-height-reduced  th {
	line-height: 1.7em !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/*reduced line-height */
.table>tbody>tr>td {
	line-height: 1.2em;
	padding-top: 13px;
	padding-bottom: 13px;
}

/*remove mouseover effect on tables */
.table-hover > tbody > tr.even:hover {
	background-color: #fff;
}

/*remove mouseover effect on tables */
.table-hover > tbody > tr.odd:hover {
	background-color: #f9f9f9;
}

.sorting_desc, .sorting_asc {
	background-color: #f01414/* #0174d6 */;
	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;
}

/* 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 {
	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 {
	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;
}

.p-v-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.p-v-4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.p-v-8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.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 */
.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;
}

.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 */
.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;
}
.m-t-5 {
	margin-top: 5px !important;
}
.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: #878c96;
	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: #878c96;
}

.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: #f2f2f2;
	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: #878c96;
	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: 50%;
		float: left;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	aside .filters .clear-all {
		width: 100%;
		float: left;
		text-align: left;
	}
	.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;
	}

	.library-tiles .tile,
	.training-tiles .tile {
		width: 100%;
	}
	/*Margin bottm location images participant info and contact us */
	.locationimage {
		margin-bottom: 15px;
	}
	.text-right-sm {
		text-align: right;
	}
	.read-more {
		text-align: center !important;
	}

	/*Style participant info boxes */
	.tile.img-bg.active::after {
		border-top: 0px solid #878c96;
	}
	.tile.img-bg.active /*Style participant info boxes */ {
		border: 3px solid #878c96;
	}
	.col-sm-2-mobile {
		float:left;
		width: 16.66666%;
	}
	.col-sm-1-mobile {
		float:left;
		width: 8.333333%;
	}
}
/* Larger than a phone */
@media (min-width:768px) {
	.col-sm-1 select.form-control {
		background-position: 85%;
	}
	.p-sm-16 {
		padding: 16px;
	}
	.p-sm-24 {
		padding: 24px;
	}
	.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;
	}

	.training-portal-selector {
	height: 240px;
	}
}

/* Tablet */
@media (min-width:768px) and (max-width:991px) {
	.dashboard-tiles .tile {
		width: 50%;
	}

	.col-md-6 {
		width: 50%;
	}

	.btn {
		margin: 3px 5px;
	}

	.training-tiles .tile {
		width: 50%;
	}

	.filter-section .filter-panel {
		width: 50%;
	}
}


/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
		.db-login{
		width:35%;
		padding:50px;
		background-color: #FFFFFF;
		margin-bottom:5%;
	}
}
/* Desktop */
@media (min-width:1200px) {
	.up-arrow {
		position: fixed;
		right: 5%;
		bottom: 100px;
		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) {
}

/* Internet Explorer Rules */

@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%;
}

.courseListRibbon {
	background-color: #f01414; /* #e42320; *//* #414141; */
	border-radius: 0px;
	border: 0px;
	font-size: 16px;
	height: 40px;
	color: white;
	font-weight: bold;
}

.courselistRibbonContent{
	padding: 5px 15px 5px 20px;
}

.btn-primary-red-booking{
	background-color: #e42320;
	color: #ffffff;
	font-size: 12px;
	height: 22px;
	display: inline;
	padding: 0.3rem;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.btn-primary-red:hover {
	background-color: #cc0000;
	color: #ffffff;
}

.btn-primary-red:focus{
	color: #ffffff;
}

.btn-primary-red{
	background-color: #e42320;
	color: #ffffff;
}

.button-background {
	background-color: #f01414;
	border: none;
	color: white;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
}

.button-background:hover{
	background-color:#FF0000;
	color: white;
}

td.control {
	background: url('http://next.datatables.net/examples/resources/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.control {
	background: url('http://next.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

.detailtable {
	margin-left: 2rem
}

.detailtable td {
	padding: .2rem .5rem
}

div.dataTables_wrapper {
	width: auto;
	margin: 0 auto;
}

th, td {
	white-space: nowrap;
}

 td.main_questionnaire
{
	white-space: normal;
	max-width: 100%;
}

.main_questionnaire label
{
	width: 100%;
}

.sorting_disabled {
	background-image:none !important;
}

/* Training Program booking*/
td.details-control {
	background: url('./img/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.details td.details-control {
	background: url('./img/details_close.png') no-repeat center center;
}

/* BOOKING */
#bookingFromMyTeam {
	border-collapse: collapse;
	width: 100%;
}

#bookingFromMyTeam td, #bookingFromMyTeam th {
	border-bottom: 1px solid #ddd;
	padding: 8px;
}

#bookingFromMyTeam th {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: black;
}

.reservation {
	border-collapse: collapse;
	width: auto;
}

.reservation td, .reservation th {
	padding: 2px;
}

/* REBOOKING   */
#rebooking {
	border-collapse: collapse;
	width:100%;
}

#rebooking td, #rebooking th {
	padding: 5px;
}

/* Button blue border*/
button:focus {outline:0;}

/* dropdown size for no name */
.nonameCompanySelect .menu.transition{
	height:80px !important;
}

/* dropdown size for group booking */
.employeeSelect .menu.transition{
	height:150px !important;
}

/* Tiny Modal Width */

@media only screen and (max-width: 767px) {
	.ui.tiny.modal {
		width: 95%;
		margin: 0em 0em 0em -47.5%;
	}
	.db-login{
	width:100%;
	padding:50px;
	background-color: #FFFFFF;
	margin-bottom:2%;

}
.contact-btn{
	width:auto;
	height:30px;
}

}

@media only screen and (min-width: 768px) {
	.ui.tiny.modal {
		width: 50%;
		margin: 0em 0em 0em -25%;
	}
	.db-login{
	width:70%;
	padding:50px;
	background-color: #FFFFFF;
	margin-bottom:2%;
}

}

@media only screen and (min-width: 992px) {
	.ui.tiny.modal {
		width: 200px;
		margin: 0em 0em 0em -100px;
	}
		.db-login{
		width:35%;
		padding:50px;
		background-color: #FFFFFF;
		margin-bottom:5%;
	}

}

@media only screen and (min-width: 1200px) {
	.ui.tiny.modal {
		width: 300px;
		margin: 0em 0em 0em -150px;
	}
}

@media only screen and (min-width: 1920px) {
	.ui.tiny.modal {
		width: 400px;
		margin: 0em 0em 0em -200px;
	}
}

.btn {
	outline:0 !important;
}

.margin-bottom {
	margin-bottom:5px;
}

.alert {
	font-size:14px;
}

.password-change-layout {
	min-height:310px;
}

/* Booking button disable */
.disabled-booking, .disabled-booking:hover, .disabled-booking:visited, .disabled-booking:hover {
	background-color: #cccccc;
	color: #666666;
	cursor: default;
	border: none;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
}

a.course-title:hover {
	color:#878c96;
}

.course-filter-header {
	background-color: white;
	padding: 20px;
	font-weight: bold;
	font-size: 17px;
}

.course-filter-header:hover {
	cursor: pointer;
}

.course-filter-content {
	background-color: white;
	position: absolute;
	top: 100px;
	left: 15px;
	right: 15px;
	z-index: 1000;
	border-left: solid 1.5px #A9A9A9;
	border-right: solid 1.5px #A9A9A9;
	border-bottom: solid 1.5px #A9A9A9;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#bookGroup.dataTable thead th {
	padding: 10px;
}

/* My Team Status colors*/
.db-myteam-info-table > tbody > tr > td:nth-child(even) {
	padding: .5em;
}
.db-myteam-info-table > tbody > tr > td:nth-child(odd) {
	padding: 0.5em;
	width: 10em;
}
.db-educationalneed{
	background-color: rgb(255, 0, 0);
}
.db-booked{
	background-color: #ffff00;
}
.db-waitinglist{
	background-color: #b3b3b3;
}
.db-qualification-not-closed{
	background-color: #ff6600;
}
.db-participated{
	background-color:#009900;
}

.db-loading{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	padding:2px;
	background-color:white;
	z-index:1000
}

.filter-row-margins {
	margin-top: 32px !important;
}

.export-left {
	margin-left: 5px;
}


.db-mt-1{
	margin-top: 1em;
}

.db-w-100{
	width:100%;
}

#myteam.dataTable thead th{
	max-width: 200px;
	min-width: 160px;
	white-space: normal;
	word-wrap: break-word;
	line-height: 20px;
	height:auto;
};

.strip1 {
	background-color: #F0F0F0;
}

.strip2 {
	background-color: white;
}

#myteam.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F0F0F0;
}

.display_none
{
	display: none;
}

#textArea
{
	margin-top:10px;
	margin-bottom:10px;
}
#sd-description-edit{
	background-image: url('../images/edit.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	width: 15px;
	cursor: pointer;
}
#sd-description-div{
	display: inline-flex;
}
#sd-description-div > span{
	padding-right: 5px;
}
#sd-activity-edit-dialog  textarea{
	width: 100%;
	height: 300px;
}
#sd-activity-edit-dialog .modal-footer, #sd-create-certificates-dialog .modal-footer {
	text-align: right;
}
#sd-cert-participants-table{
	width: 75%;
}
#sd-cert-participants-table td{
	padding: 4px 4px 4px 0;
	font-size: 13px;
}
#sd-individual-cert-description{
	font-size: 13px;
}

.individual-cert-dialog-text-header {
	margin-top: 32px;
}

#sd-individual-cert-text {
	border: 1px solid #D3D3D3;
	width: 100%;
    height: 20rem;
    outline: none;
    margin-top: 2rem;
}

div.toast-message {
	color: white;
}

#sd-generate-cert-buttons {
	margin-top: 2rem;
}

#sd-generate-certs, #sd-cancel-cert-generation {
	width: 200px;
	height: 18px;
	line-height: 9pt;
	font-family: Arial, sans-serif;
	overflow: visible;
	font-size: 8pt;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 4px;
	margin: 0px;
	border: 0px;
	background-color: #999999;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 20px;
}

.document-delete-confirm-message {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.edit-documents-table {
	margin-top: 3rem;
}

.edit-documents-table td {
	padding: 1rem;
}

.doc-table-doc-headline {
	vertical-align: top;
}

.doc-table-headline-container {
	margin-top: 1rem;
}

.cancel-button-cell {
	float: right;
}

.edit-documents-table td.delete-button-cell {
	padding-right: 0px;
}

#documentDownloadTable td.document-download-cell {
	padding: 0px;
}

#documentDownloadTable td.document-download-edit-cell {
	padding-top: 0rem;
	padding-bottom: 1.5rem;
}

#cancelDocDelete {
	margin-left: 0.7rem;
}

.m-b-2-r {
	margin-bottom: 2rem;
}

.edit-qual-doc-hint {
	font-weight: bold;
}

#trainingsdetailsTable td:nth-child(2) {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}