html
{
	font-family: Verdana;
	color: #000;
	font-size: 16px;
}


/* Preparation for LMSDEV-324 Implement different fonts for different languages */
html, .defaultFont
{
	font-family: Verdana !important;
}

html[lang="ja"]
{
	font-family: Noto Sans CJK JP !important;
}

html[lang="zt"]
{
	font-family: Noto Sans CJK TC !important;
}

html[lang="zh"]
{
	font-family: Noto Sans CJK SC !important;
}

html[lang="ko"]
{
	font-family: Noto Sans CJK KR !important;
}

html[lang="th"]
{
	font-family: Noto Sans Thai !important;
}

#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;
}

/*YASKAWA*/
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: #000;
}
header h2.breadcrumb small {
    display: inline-block;
    vertical-align: middle;
	font-size: 95%;
	color: #ffffff;
}
.training-dashboard header h2.breadcrumb {
	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;
}
/*YASKAWA*/
h1.breadcrumb {
	font-size: 26px;
	padding-left: 0px;
}
.breadcrumb {
	background-color: transparent;
	padding-left: 32px;
}
a, .btn-link {
	color: #df0523;
}
a:hover, a:focus, .btn-link:hover, .btn-link:focus, .btn-link:active {
	color: #3693f8;
	text-decoration: none;
}
/* CUSTOM STYLES */
ul.list-checkmarks {
	list-style: none;
	padding-left: 0px;
}
ul.list-checkmarks > li:before {
	font-family: 'yaskawa-training' !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;
}

/*YASKAWA*/
.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;
}

/*YASKAWA*/
.training-portal-selector h2 {
	color: #000;
	/*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: #df0523;
	z-index: 2;
	position: relative;
	text-shadow: 0 0 0px #000;
}

.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 #000;
}
.tile.img-bg span a {
	color: #ffffff;
	z-index: 2;
	position: relative;
}

/*YASKAWA*/
.tile.img-bg span {
	color: #ffffff;
	z-index: 2;
	position: relative;
}

.profileClick{
	z-index:1;
}

div.downloadCertificate a{
  z-index:4;
  position: absolute; 
  bottom: 31px; 
  left:175px;
}

.img-bg .link-mask {
	opacity: 0.6;
	z-index: 1;
	background-color: #000;
	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 #df0523;
}
.tile.img-bg.active:after {
	width: 0;
	content: " ";
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #df0523;
	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: #df0523;
	color: #df0523;
}
.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: #df0523;
}
.company-info {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
.radio input {
	color: #df0523;
}
.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 #df0523;
	background-color: transparent;
	color: #df0523;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid transparent;
	font-size: 16px;
	color: #df0523;
}
/* 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 #000;
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.navbar {
	margin-bottom: 0px;
}
nav.navbar-default {
	background-color: #000;
	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: #df0523;
	color: #ffffff;
}
.navbar-default .navbar-nav>li>a>img {
	max-height: 17px;
}
@media (max-width: 767px) {
	.navbar {
		min-height: 0px;
	}
	.navbar-toggle {
		margin-right: 0px;
	}
	.navbar-toggle .icon-bar{
		background: #000;
		width: 30px;
		height: 4px;
	}
}
.nav.inline-nav > li {
	float: left;
}
.nav.inline-nav > li > a.btn-link {
	color: #000;
}
.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: #3693f8;
	background-color: transparent;
}
/* SEARCH */
.search-wrapper {
	background-color: #364852;
}
.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: #df0523;
}
.btn.clear-all:focus {
	outline: none;
}
.filters .checkbox+.checkbox {
	margin-top: 5px;
}
.filters h3 {
	margin: 20px 0 0 0;/* 20px 0; */
}
.btn.read-more, .home .btn.learn-more {
	padding: 0px;
	width: 100%;
	text-align: left;
}
.btn.read-more:hover, .btn.read-more:focus, .btn.read-more:active {
	text-decoration: none !important;
}
.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(de).home .learn-more.collapsed:before {
	content: "mehr lernen"
}
:lang(de).home.learn-more:before {
	content: "weniger anzeigen"
}
:lang(de).read-more.collapsed:before {
	content: "mehr anzeigen"
}
:lang(de).read-more:before {
	content: "weniger anzeigen"
}
:lang(en).home .learn-more.collapsed:before {
	content: "Learn more"
}
:lang(en).home.learn-more:before {
	content: "Show less"
}
:lang(en).read-more.collapsed:before {
	content: "Show more"
}
:lang(en).read-more:before {
	content: "Show less"
}


:lang(ja).read-more.collapsed:before {
	content: "もっと見せる"
}
:lang(ja).read-more:before {
	content: "表示を減らす"
}
:lang(ko).read-more.collapsed:before {
	content: "크게 표시"
}
:lang(ko).read-more:before {
	content: "작게 표시"
}
:lang(th).read-more.collapsed:before {
	content: "แสดงมากขึ้น"
}
:lang(th).read-more:before {
	content: "แสดงน้อยลง"
}
:lang(zh).read-more.collapsed:before {
	content: "展示更多"
}
:lang(zh).read-more:before {
	content: "减少展示"
}
:lang(zt).read-more.collapsed:before {
	content: "顯示更多"
}
:lang(zt).read-more:before {
	content: "顯示較少"
}

:lang(cs).read-more.collapsed:before {
	content: "Rozbalit"
}
:lang(cs).read-more:before {
	content: "Sbalit"
}
:lang(tr).read-more.collapsed:before {
	content: "Daha Fazla"
}
:lang(tr).read-more:before {
	content: "Daralt"
}
:lang(ru).read-more.collapsed:before {
	content: "Развернуть"
}
:lang(ru).read-more:before {
	content: "Свернуть"
}
:lang(fr).read-more.collapsed:before {
	content: "Voir plus"
}
:lang(fr).read-more:before {
	content: "Voir moins"
}
:lang(nl).read-more.collapsed:before {
	content: "Toon meer"
}
:lang(nl).read-more:before {
	content: "Minder tonen"
}
:lang(es).read-more.collapsed:before {
	content: "Mostrar más"
}
:lang(es).read-more:before {
	content: "Mostrar menos"
}
:lang(pt).read-more.collapsed:before {
	content: "Mostrar mais"
}
:lang(pt).read-more:before {
	content: "Mostrar menos"
}
:lang(it).read-more.collapsed:before {
	content: "Mostra di più"
}
:lang(it).read-more:before {
	content: "Mostra meno"
}

.read-more:after,.home .learn-more:after {
	font-family: 'yaskawa-training' !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 {
	content: '\e901';
}
/* 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: #000;
}
.btn-primary {
	background-color: #df0523;
}

/*YASKAWA*/
.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: #3693f8 !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.yaskawa-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: 2px 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: 'yaskawa-training' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	color: #df0523;
	vertical-align: middle;
	margin-right: 12px;
	content: "\e901";
}

/* GE  YASKAWA*/
.dashboard-tiles .tile {
	margin-bottom: 30px;
	font-size: 16px;
	height: 140px;
}
/* GE */
.text-right {
	text-align:right;
}
/*YASKAWA*/
.dashboard-tiles .tile h3{
	color: #df0523;	
}

/*YASKAWA*/
.dashboard-tiles .tile.active h3{
	color: #fff;
}

/*YASKAWA*/
.dashboard-tiles .tile.active h3{
	color: #fff;
}

/*YASKAWA*/
.ftdropdown {
	height: 25px;
	width: 100% !important;
	padding: 2px;
}

/* GE */
.dashboard-tiles .tile>div {
	padding: 20px;
	background: #ffffff;
	height: 100%;
	position: relative;
}
/*YASKAWA*/
.yaskawa-etraining-2, .yaskawa-booking {
	padding-left: 5px;
}

/*YASKAWA*/
.nps-radio-container {
	width: 9.5% !important;
}

.dashboard-tiles .tile .link-mask:hover {
	border-bottom: 4px solid #df0523;
	transition: border ease 0.3s;
}
.dashboard-tiles .tile h3 {
	font-size: 18px;
	height: 40px;
}
.dashboard-tiles .tile.active>div {
	background-color: #df0523;
	color: #ffffff;
	position: relative;
}
.dashboard-tiles .tile.active>div a {
	color: #ffffff;
}
.dashboard-tiles .tile.active>div .yaskawa-not-certified,
.dashboard-tiles .tile.active>div .yaskawa-certified,
.dashboard-tiles .tile.active>div .yaskawa-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: 'yaskawa-training' !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: #000;
	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: "\e903";
	font-family: 'yaskawa-training' !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: 25px;
	border-top: 0px;
	padding-left: 10px;
}

/*YASKAWA*/ /*reduce table header height */
.table>thead>tr>th{
	padding-top: 4px;
	padding-bottom: 4px;
}

/*YASKAWA*/
.line-height-increased {
	line-height: 1.7em !important;
}

/*YASKAWA*/
.line-height-reduced  th {
	line-height: 1.7em !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/*YASKAWA*/ /*reduced line-height */
.table>tbody>tr>td {
	/*line-height: 1.2;*/
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*YASKAWA*/ /*remove mouseover effect on tables */
.table-hover > tbody > tr.even:hover {
	background-color: #fff;
}
/*YASKAWA*/ /*remove mouseover effect on tables */
.table-hover > tbody > tr.odd:hover {
	background-color: #f9f9f9;
}

.sorting_desc, .sorting_asc {
	background-color: #df0523;
	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;
}

/*YASKAWA*/
/* 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;
}
/*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;
	height: 40px;
}
.quicksearch {
	background-image: url(../img/search-white.svg);
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}


/* COLOURS */
.white-bg {
	background-color: #ffffff;
	height: 100%;
}

.white-txt {
	color: #ffffff;
}
.grey-bg {
	background-color: #dddddd;
	color: #000;
}
input.grey-bg::-webkit-input-placeholder {
	color: #000;
}
input.grey-bg:-webkit-input-placeholder {
	color: #000;
}
input.grey-bg:-moz-placeholder{
	color: #000;
}
input.grey-bg::-moz-placeholder{
	color: #000;
}
input.grey-bg:-ms-input-placeholder   {
	color: #000;
}
.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: #000;
	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;
}

/*YASKAWA*/
.p-v-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/*YASKAWA*/
.p-v-4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
/*YASKAWA*/
.p-v-8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
/*YASKAWA*/
.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;
}
.p-v-84 {
	padding-top: 84px;
	padding-bottom: 84px;
}
.p-v-104 {
	padding-top: 104px;
	padding-bottom: 104px;
}

.p-t-104 {
	padding-top: 104px;
}

.p-t-76 {
	padding-top: 76px;
}

.p-b-76 {
	padding-bottom: 76px;
}
/* horizontal */
/*YASKAWA*/
.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;
}
/*YASKAWA*/
.p-h-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.p-h-16 {
	padding-left: 16px;
	padding-right: 16px;
}
.p-h-24 {
	padding-left: 24px;
	padding-right: 24px;
}
.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 */
/*YASKAWA*/
.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;
}
/*YASKAWA*/
.m-t-5 {
	margin-top: 5px !important;
}
/*YASKAWA*/
.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-8 {
	padding-left: 8px;
}
.p-l-16 {
	padding-left: 16px;
}
.p-l-32 {
	padding-left: 32px;
}
.p-l-48{
	padding-left: 48px;
}
.p-l-64 {
	padding-left: 64px;
}
.p-l-98 {
	padding-left: 98px;
}

.p-r-98 {
	padding-right: 98px;
}
/* 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: #df0523;
	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: #df0523;
}

.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: #efefef;
  position: relative;
}
body.home .stage {
	background-color: #efefef;
}
.stage-shelf {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 250px;
  padding-top: 16px;
  background-color: #000;
  overflow: auto;
}
.stage-shelf a {
	color: #ffffff;
}
.stage-shelf .nav > li > a:hover, .stage-shelf .nav > li > a:focus {
	background-color: #df0523;
	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;
	}
	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;
	}

	/*YASKAWA*/
	.library-tiles .tile,
	.training-tiles .tile {
		width: 100%;
	}
	/*YASKAWA*/ /*Margin bottm location images participant info and contact us */
	.locationimage {
		margin-bottom: 15px;
	}
	/*YASKAWA*/
	.text-right-sm {
		text-align: right;
	}
	.text-center-sm {
		text-align: center;
	}
	/*YASKAWA*/
	.read-more {
		text-align: center !important;
		text-decoration: none !important;
	}
	
	.read-more:hover, .read-more:focus, .read-more:active {
		text-decoration: none !important;
	}

	/*YASKAWA*/ /*Style participant info boxes */
	.tile.img-bg.active::after {
		border-top: 0px solid #df0523;
	}
	/*YASKAWA*/
	.tile.img-bg.active /*Style participant info boxes */ {
		border: 3px solid #df0523;
	}
	/*YASKAWA*/
	.col-sm-2-mobile {
		float:left;
		width: 16.66666%;
	}
	/*YASKAWA*/
	.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%;
	}
	/*YASKAWA*/
	.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;
	}

	/*YASKAWA*/
	.training-portal-selector {
	height: 240px;
	}
}

/* Tablet */
@media (min-width:768px) and (max-width:991px) {
	/*YASKAWA*/
	.dashboard-tiles .tile {
		width: 50%;
	}

	/*YASKAWA*/
	.col-md-6 {
		/* width: 50%; */
	}

	/*YASKAWA*/
	.btn {
		margin: 3px 5px;
	}

		/*YASKAWA*/
	.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: 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) {
}

/*YASKAWA*/
/* Internet Explorer Rules */

/*YASKAWA*/
@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: 70px;
	}

	/* fix TC arrows next to My Team */
	.navbar-default .navbar-nav > li > a > img {
		height: 17px;
		max-height: 17px;
	}
}

.GEvideocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.GEvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.modal-header
{
	background:#FFFFFF;
	color:#000000;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:1rem;
	border-bottom:1px solid #e9ecef;
	border-top-left-radius:.3rem;
	border-top-right-radius:.3rem
}
.modal-header .close
{
	padding:1rem;
	margin:-1rem -1rem -1rem auto
}
.modal-title
{
	margin-bottom:0;
	line-height:1.5
}
.modal-body
{
	position:relative;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:1rem
}
.modal-footer
{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:end;
	justify-content:flex-end;
	padding:1rem;
	border-top:1px solid #e9ecef
}

.hidden
{
	visibility: hidden;
}

.firstCompletenTd
{
	width: 80% !important;
}

@media only screen and (min-width: 992px) {

	.shownIP td:first-of-type
	{
		/*border-bottom-color: #05acef;
		border-bottom-style: solid;
		border-bottom-width: 6px;
		border-left-color: #05acef;
		border-left-style: solid;
		border-left-width: 6px;*/
		position: relative;
		z-index : 1;
		width: 6px;
	}

	.shownIP td:first-of-type:before {
	  content : "";
	  position: absolute;
	  bottom  : 0;
	  left     : 0;
	  height  : 35%;
	  width   : 6px;
	  border-left:6px solid #05acef;
	}

	.borderLeft
	{
		border-left-color: #05acef;
		border-left-style: solid;
		border-left-width: 6px;
	}
}


@media only screen and (max-width: 991px) {
	
    
    .shownIP {
        padding-bottom: 0px !important;
    }

	.shownIP td:nth-child(1n+3),.infoPackage
	{
		border-left-color: #05acef;
		border-left-style: solid;
		border-left-width: 6px;
		padding-bottom: 11px;
	}
	.shownIP td:nth-child(6)
	{
		padding-bottom: 15px;
	}

	.infoPackage td:nth-child(6)
	{
		margin-bottom:20px;
	}
}

.documentDownloadArea
{
	float: left;
	height: 36px;
}

.actionArea
{
	float: left;
}

section#contentsection
{
	margin-top: 100px;
}

@media (min-width: 768px)
{
	section#contentsection
	{
		margin-top: 148px;
	}
}

#collapseAllInfoPackages, #expandAllInfoPackages, #refreshCourses, #refreshMyTeamCourses
{
	cursor: pointer;
	color: #05acef;
	font-size: 14px;
}

#refreshCourses, #refreshMyTeamCourses
{
	margin-top:7px;
	float: right;
	
}

input[name^='password'].password-input, input[name^='loginpassword'].password-input
{
	width:95%;
	text-security:disc;
    -webkit-text-security:disc;
    -moz-text-security:disc;
}

input[name='passwordToken'].password-token-width {
	width:95%;
}

div#changePasswordDialog, div#acknowledgeAGBsDialog, div#acknowledgePrivacyStatementDialog {
	width:800px;
}

.modal-price-icon{
	font-family: none;
}
.modal-action{
		margin: 1em 0;
}
.modal-textarea{
	margin-bottom: 1em;
	margin-top: 1em;
}
.modal-table{
	margin-top: 1em;
}
.yaskawa-modal-header{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.btn-modal-close{
	color: rgb(255,255,255);
}

.btn-modal-close:hover{
	color: rgb(76,76,76);
}
.btn-theme-red{

	background-color: rgb(223, 5, 35);
	border: none;
	color: rgb(255,255,255);
}
.btn-theme-red:hover, .btn-theme-red:focus{
	color: rgb(255,255,255);
	background-color: rgb(204,0,0);
}

td.valign-top {
	vertical-align: top;
}

td.valign-top-right {
	vertical-align: top;
	text-align: right !important;
}

.checkbox-button {
	cursor: pointer;
}

input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

input {
	font-size: 1rem;
	line-height: 1.5;
	padding: 11px 23px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	outline: 0;
	background-color: transparent;
}


/* specific cookies modal/popup */
.cookies-content-square {
	border-radius: 0;
}

.cookies-cataegory-info {
	padding-left: 2em;
}

.cookies-category {
	font-weight: bold;
	font-size: 16px;
}

.cookies-block {
	display: block;
}

.cookies-consent {
	padding: .5em;
}

.cookies-ext-links {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.cookies-checkbox-button-input {
	opacity: 0;
	position: absolute;
}

.cookies-chekcbox-button-control {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	vertical-align: middle;
	background-color: inherit;
	color: #05acef;
	border: 1px solid #05acef;
}

.cookies-checkbox-button-input:checked+.cookies-chekcbox-button-control:after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 16px;
	height: 16px;
	background-color: #05acef;
}

.cookies-checkboxinput:checked+.cookies-chekcbox-button-control {
	border-color: #05acef;
}

.cookies-chekcbox-button-control {
	transform: scale(1);
}

.downloadAGB{
	float:right; 
	font-size: 20px; 
	padding-right:25px;
}

.downloadAGBText {
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}

@media screen and (max-width: 500px) {
	.cookies-modal {
		width: 90%;
	}
	.cookies-button {
		display: block !important;
		width: 100%;
		margin-bottom: .2em;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.cookies:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
	.cookies-modal {
		width: 75%;
	}
}

@media screen and (min-width: 1025px) {
	.cookies:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
	.cookies-modal {
		width: 45%;
	}
}

.align_left{
	text-align: left;
}

.align_center{
	text-align: center;
}

.cookies{
	text-align: center;
}
.cookies-modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.cookies-button {
	background: #05acef;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 50px;
	padding: 0 30px;
	border-radius: 0;
	border: none;
	outline: 0;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	text-overflow: ellipsis;
	display: inline-block;
	margin-right: 30px;
	cursor: pointer;
	box-shadow: none;
}

.cookies-button:hover {
	background: #05acef;
	color: #FFFFFF;
}
/* specific css for cookies end here */

.k-underline{
	text-decoration: underline;
}

.add-participant-custom-header
{
	text-align: center;
	padding: 3px;
	background: #414141;
	color: #fff;
	font-size: 18px;
	margin-bottom: -2px;
}

.add-participant-custom-footer
{
	text-align: center;
	padding: 3px;
	background: #414141;
	color: #fff;
}

div.ms-container input.search-input
{
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  width: 100%;
  margin-bottom: 10px;
  height: auto;
}

div#updateParticipantDialogContent {
	width:800px;
}

div#updateParticipantDialogButtons {
  display: flex;
  justify-content: center;
}

.k-block{
	display: block;
}

.k-correct{
	content:url(../img/correct-16.png);
	padding-right: .2em;
}

.k-incorrect{
	content:url(../img/incorrect-16.png);
	padding-right: .2em;
}

.k-correct-32{
	content:url(../img/correct-32.png);
	padding-right: .2em;
	vertical-align: middle;
}

.k-incorrect-32{
	content:url(../img/incorrect-32.png);
	padding-right: .2em;
	vertical-align: middle;
}

.k-currnt-mrkt-info-table{
	margin-bottom: 1em; 
}

.k-red{
	color: #df0523;
}

.k-mkt-info-info{
	padding-top: 1em;
	font-size: 16px;
}

.k-mkt-info-info-dialog{
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 20px;
}

.k-underline{
	text-decoration:underline;
}

.k-button{
	border-radius: 2px;
}

.k-vm{
	vertical-align: middle;
}
.k-radio{
    vertical-align: baseline;
    position: inherit !important;
}
ul.tabs{
	margin: 0px;
	padding: 1.5em;
	list-style: none;
	text-align: center;
	font-weight: normal;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	border-bottom: 1px solid #0884ae ;
	color: #0884ae ;
}

.tab-content{
	display: none;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}



td.b-b-1-gray {
	border-bottom: 1px solid #df0523;
}
.k-strike{
	text-decoration: line-through;
}

img.show-issue {
	vertical-align:middle;
	heigth: 32px;
	width: 32px;
}

.border-top-lightgray {
	border-top: 1px solid lightgray;
}

.border-bottom-lightgray {
	border-bottom: 1px solid lightgray;
}

.bold {
	font-weight: bold;
}

#shoppingCartTableFooter {
	margin-top: 50px;
	margin-bottom: 50px;
	width:100%;
}

.height-32 {
	height: 32px;
}

.purple-bold {
	color: purple;
	font-weight: bold;
}

#shoppingCartResultButtonPanel {
	width:100%;
}

.table-whole-width {
	table-layout: fixed;
	width: 100%;
}

.checkAGB {
	padding-top:20px;
	padding-bottom:20px;
	font-size: 16px;
}

/* achievedQualifications accordion link */
.ui-state-active a[class^="yaskawa-"] {
	color: white!important;
}

/* achievedQualifications start link */
td.valign-top.whiteTextButton a{
	color: white!important;
}

/* accordion heuder grau statt blau*/
.ui-accordion-header-active, .ui-state-active
{
	border: 1px solid #c5c5c5;
	background: #c5c5c5;
}

#allProfiles_area .profile {
    border: 1px solid #a9a9a9;
    background: #a9a9a9;
}

#allProfiles_area .qualification  {
    border: 1px solid #d4d4d4;
    background: #d4d4d4;
}

.notAchieved
{
	margin-right:20px
}

.se-close, .se-close:hover{
	color: #000000;
}

.accordionAchievedWildcard{
	position: absolute; 
	top:10px; 
	left:5px;
}

.accordionAchievedCourseWildcard{
	position: relative; 
	top:10px; 
	left:5px;
}

.qualificationAccordionH3{
	white-space: nowrap;
	padding-left:30px !important;
}

.delimiterStyle {
	border-radius: 10px;
	border: 1px solid gray;
	padding: 5px 20px 5px 20px;
}

.delimiterContainerStyle {
	padding: 10px;
}

#documentDownloadDialog {
	width: 1000px;
}

a[name="mediatingCourseLink"].link-color-blue {
	color: #05acef;
}

.qualificationDownLoadCertificate{
	width: 210px;
	line-height: 50px;
}

#accountRequestTable td {
	vertical-align: top;
}

input[name=checkagbs].hide-agb-input {
	display:none;
}

#checkAGBLink, #checkPrivacyLink
{
	color: #05acef;
}

/* .hidden */
/* { */
/* 	display:none; */
/* } */

.ui-widget {
	font-family: inherit;
}

#teamMemberTableSection {
	padding-top: 15px;
}

#teamMemberTableSection .dt-buttons {
	text-align: center;
}
	
#teamAchievedQualificationsTableSection .buttons-excel, #teamBookedTrainingsTableSection .buttons-excel, #teamMemberTableSection .buttons-excel, #teamCertificationTableSection .buttons-excel {
	display: inline-block;
	border: none;
	border-radius   : 0 ;
	line-height     : 40px;
	padding         : 0 15px !important;
	font-size       : 16px;
	color           : #fff;
	background-color: #05acef;
	width: 120px;
	text-decoration: none;
}

#teamBookedTrainingsTableSection .buttons-excel:hover,#teamMemberTableSection .buttons-excel:hover, #teamCertificationTableSection .buttons-excel:hover {
  background-color: #0884ae !important;
}

#teamBookedTrainingsButtonSectionWrapper ,#teamMemberButtonSectionWrapper {
	text-align: right;
	border-top: solid 2px gray;
	padding-top: 20px;
	margin-top: 20px;
}

#teamBookedTrainingsButtonSectionWrapper ,#teamCertificationButtonSectionWrapper {
	text-align: right;
	border-top: solid 2px gray;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.width-120 {
	width: 120px;
}

#teamBookedTrainingsButtonSection ,#teamMemberButtonSection, #teamCertificationButtonSection {
	float:right;
	margin-right:10px;
}

.team-members-filter-container .chosen-container-multi .chosen-choices .search-field {
	background-color: #dddddd;
	width: 100%;
	padding: 5px 5px 5px 16px;
	font-size: 14px;
}

.team-members-filter-container .chosen-container-multi .chosen-choices {
	background-color: #dddddd;
	background-image: none;
	padding: 0px 25px 0px 0px;
}

.team-members-filter-container .search-field:after {
	content: "\e903";
	font-family: "yaskawa-training" !important;
	position: absolute;
	top: 10px;
	right: 10px;
}

.team-members-filter-container .chosen-container-multi .chosen-choices .search-field .chosen-search-input {
	font-family: Verdana;
	color: #000;
}

.team-members-filter-container .team-selection-link, .team-clear-date-link {
	font-size: 14px;
	text-decoration: none;
}

.team-members-filter-container .team-deselection-link {
	font-size: 14px;
	text-decoration: none;
	position: absolute;
	top: 6px;
	right: 15px;
}

.select-deselect-all-container {
	height: 30px;
}

.team-members-datepicker-container {
	margin-top: 30px;
}

.team-members-datepicker-container .team-filter-date-picker-input {
	font-family: Verdana;
	color: #000;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-color: #dddddd;
	width: 100%;
}

.team-members-datepicker-container:after {
	content: "\e011";
	font-family: "Glyphicons Halflings";
	position: absolute;
	top: 34px;
	right: 22px;
}

.ui-datepicker {
	z-index: 1000 !important;
}

#editTeamMemberCancelButton {
	background-color: #eee;
	color:#000;
}

#editTeamMemberCancelButton:hover {
	color: white;
}

#editTeamMemberSaveButton, #editTeamMemberCancelButton, #addTeamMemberSubmitButton, #addTeamMemberCancelButton {
	width: 120px;
}

.team-member-error {
	color: red;
	font-size: 16px;
}

.team-edit-float-right {
	float: right;
}

.team-edit-float-left {
	float: left;
}

.team-edit-clear-both {
	clear: both;
}

#teamDeactivateMemberFailure .deactivate-modal-header, #teamDeactivateMember .deactivate-modal-header {
	display: block;
	border: none;
	margin-bottom: 24px;
}

#teamDeactivateMemberFailure .deactivate-modal-message, #teamDeactivateMember .deactivate-modal-message {
	font-size: 18px;
}

#teamDeactivateMemberFailure .deactivate-modal-footer, #teamDeactivateMember .deactivate-modal-footer {
	border: none;
	text-align: center;
	display: block;
}

#teamDeactivateMemberFailure .deactivate-modal-button, #teamDeactivateMember .deactivate-modal-button {
	width: 150px;
}

.deactivate-reason-textarea {
	margin-top: 24px;
	width: 100%;
}

#teamDeactivateMember .deactivate-modal-body {
	padding: 32px;
}

.deactivate-reason-textarea {
	width: 100%;
	border: 1px solid #c5c5c5;
	font-size: 18px;
	outline: none;
}

#teamCertDetailsDialogContent {
	width: 60%;
}

#teamCertDetailsDialogHeader {
	text-transform: none;
}

#teamCertDetailsCloseButton {
	color: #000000;
}

.ipProgress {
    width: 100%;
    margin-left: 1px;  
    margin-top: 6px;
    height: 15px !important;
    border: 1px solid #000;
}

.ipBar {
  height: 13px !important;
  background-color: #05acef;
  margin-right: 2px;
}

.ipPercentage
{
 position: relative;
 bottom: 2px;	 
}