@media screen and (max-width: 767px){
    body:after {
        content: "small";
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    body:after {
        content: "medium";
        display: none;
    }
}
@media screen and (min-width: 992px){
    body:after {
        content: "large";
        display: none;
    }
}

body {
  /*display: none;*/
  /*overflow-y: hidden;*/
}

hr {
  border-top: 1px solid #282828;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  color: #282828;
}

#header {
  position: fixed;
  top     : 0;
  left    : 0;
  width   : 100%;  
  z-index : 101;
  background-color: white;
}

#header header .container {
height: 100px;
}

/* .table>tbody>tr>td:nth-child(5) { */
/*   padding-left : 5px; */
/*   padding-right: 5px; */
/*   padding-top  : 30px; */
/* } */


@media (max-width: 768px) {
  #header {
    border-bottom: 1px solid #282828;
  }
}


/* Desktop */
@media (min-width:1200px) {
  
.carousel .item.container h2 {
    font-size: 2.2em;
    margin-left: 30px;
  }

 .carousel .item.container p {
    font-size: 1em;
    padding-bottom: 32px;
    margin-left: 30px;
  }

  .carousel .item.container a {
    margin-left: 30px;
  }

}

.c-title--h1 {
  font-size: 30px;
}

.c-title--h1-large {
  font-size: 45px;
}

.c-title--h1.c-title--h2 .badge {
  font-size  : 16px;
  margin-left: 15px;
}

.logo img {
    height : 60px;
    padding: 7px 0;
  }

#carousel, #mapid {
  margin-top: 100px;
  z-index   : 100;
}

@media (min-width:768px) {
  #carousel, #mapid {
    margin-top: 148px;
  }

  .logo img {
    padding: 10px 0 10px 0;
  }
}

.carousel-control {
  text-shadow: none;
}

.left.carousel-control .yaskawa-arrow-left-2 {
  font-size: 2.5em;
  position : absolute;
  top      : 40%;
  left     : 0;
  color    : #d4d4d4;
}

.right.carousel-control .yaskawa-arrow-right-2 {
  font-size: 2.5em;
  position : absolute;
  top      : 40%;
  right    : 0;
  color    : #d4d4d4;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.carousel-control {
  opacity: 1;
  width: 5%;
}

.carousel-indicators li {
  background-color: #282828; 
  border          : none;
  border-radius   : 0;
  width           : 30px;
  height          : 4px;
  margin          : 0;
}

.carousel-indicators .active {
  background-color: #05acef; 
  border          : none;
  border-radius   : 0;
  width           : 30px;
  height          : 4px;
  margin          : 0;
}

.carousel-img {
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

.carousel .btn, .content-tile .btn {
  margin  : 0;
  overflow: hidden;
  background-color: #05acef; /* YASKAWA-Rebranding */
}

@media (max-width: 991px) {
  .content-tile:first-child {
    padding-bottom: 64px; 
  }
}

.contact .booking  .btn {
  margin-top: 32px;
  margin-left: 0;
}

.contact label{
  font-size: 0.85rem
}

.container-full {
  margin       : 0 auto;
  padding-left : 0 !important;
  padding-right: 0 !important;
  width        : 100%;
  overflow: hidden;
}

.container {
  display            : block;
  position           : relative;
  /*padding-left       : 35px;*/
  /* margin-bottom   : 12px; */
  /* cursor          : pointer; */
  /*  font-size      : 22px; */
}

.btn-primary, .btn-secondary {
   border-radius   : 0 ;
   line-height     : 40px;
   padding         : 0 15px !important;
   font-size       : 16px;
   color           : #fff; /* YASKAWA-Rebranding */
   background-color: #05acef; /* YASKAWA-Rebranding */
   outline		   : none;
}

.btn-navbar {
   border-radius   : 0 ;
   line-height     : 40px;
   font-size       : 16px;
   color           : #fff; /* YASKAWA-Rebranding */
   background-color: #05acef; /* YASKAWA-Rebranding */
}

.btn-primary:hover, .btn-secondary:hover {
  background-color: #005bbb !important; /* YASKAWA-Rebranding */
}

.btn-primary:focus, .btn-secondary:focus {
   outline		   : none !important;
}

/* Heading style */
.title,
.title:after{
  background-color: #333;
}
.title {
  position    : relative;
  text-align  : left;
  line-height : 1;
  color       : #fff;
  display     : inline;
  white-space : pre-wrap;
  border      : 0 solid #333;
  border-width: 0.25em 0; /* 0.25em is roughly equal to one space character. */
}
.title:after {
  content: "";
  position: absolute;
  top: -0.25em;
  right: 100%;
  bottom: -0.25em;
  width: 0.25em;
}
.title > span {
  position: relative;
  z-index: 1;
}

.text-container {
  position: absolute;
  top     : 10%;
  left    : 15%;
}

.checkmark:after {
    left      : 2px;
    top       : 2px;
    width     : 18px;
    height    : 18px;
    background: #05acef; /* YASKAWA-Rebranding */
    -moz-animation: fadein 0.6s; /* Firefox */
    -webkit-animation: fadein 0.6s; /* Safari and Chrome */
    -o-animation: fadein 0.6s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



/* Hide the browser's default checkbox */
/*.container input { 
  position: absolute;
  opacity : 0;
  cursor  : pointer;
  height  : 0;
  width   : 0;
}
*/

h2 {
  font-size: 1.2em;
  line-height: 1.4;
}

p {
  font-size: 0.85em;
  line-height: 1.3;
}

.background-white {
  background: white;
}

.nav.inline-nav>li>a { 
	padding: 10px 3px 10px 3px;
}

.form-group .container {
    display            : block;
    position           : relative;
    padding-left       : 35px;
    margin-bottom      : 12px;
    cursor             : pointer;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
}

/* Create a custom checkbox */
.checkmark {
  position        : absolute;
  top             : 0px;
  left            : 0;
  height          : 24px;
  width           : 24px;
  background-color: #eee;
}

.contact .chbx {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* On mouse-over, add a grey background color */
.container input ~ .checkmark {
  border: 1px solid #05acef;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  /*background-color: #df0523;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content : "";
  position: absolute;
  display : none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

.training-tiles .tile h4 {
	height: 100px; /* YASKAWA-Rebranding (set title hight to 4 lines of text) */
	vertical-align: middle;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 20px; /* YASKAWA-Rebranding (set some margin if all 4 lines are filled */
}

.training-tiles .learn-more {
	font-size: 14px;
}
.training-tiles .event-duration {
    font-size: 14px;
}
.training-tiles .event-topic {
  font-size: 14px;
  height   : 100px; /* YASKAWA-Rebranding (set title hight to 2 lines of text) */
  display: inline-block;
  overflow : hidden; /* YASKAWA-Rebranding (truncate overflowing text) */
}

.training-tiles .event-topic.c-text::before {
   margin-bottom: 0 !important;
}

.checkbox label {
    font-size: 14px;
}
.span .checkmark {
    display: none;
}

video {
  cursor: pointer;
  border: 1px solid black;
}

.facts {
  text-align: center;
  font-size : 1.5em;
}

.facts-icon:before {
  font-size: 6em;
  color    : #282828;
}

.facts-item h4 {
  font-size  : 2em;
  font-weight: bold;
  color      : #282828;
}

.facts-item p {
  font-size: 1em;
  color: #999999;
}

.mb-2 {
  margin-bottom: 30px;
}

.timeline {
  position  : relative;
  padding   : 0;
  list-style: none;
}


@media (max-width: 767px) {
  .timeline {
    padding-left: 20px;
  }

  .timeline:before {
    left: 60px !important;
  }
  .timeline > li .timeline-image {
     padding: 0 !important;
  }
}

.timeline:before {
  position        : absolute;
  top             : 0;
  bottom          : 165px;
  left            : 40px;
  width           : 7px;
  margin-left     : -1.5px;
  content         : '';
  background-color: #282828;
}

.timeline > li {
  position     : relative;
  min-height   : 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position    : relative;
  float       : right;
  padding-left: 100px;
  width       : 100%;
  text-align  : left;
}

.timeline > li .timeline-panel:before {
  right             : auto;
  left              : -15px;
  border-right-width: 15px;
  border-left-width : 0;
}

.timeline > li .timeline-panel:after {
  right             : auto;
  left              : -14px;
  border-right-width: 14px;
  border-left-width : 0;
}

.timeline > li .timeline-image {
  position   : absolute;
  z-index    : 100;
  left       : 0;
  width      : 80px;
  height     : 80px;
  padding    : 0px 10px;
  margin-left: 0;
  text-align : center;
  
}

.timeline > li .timeline-image h4 {
  line-height: 14px;
  margin-top : 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float       : right;
  padding-left: 100px;
  text-align  : left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right             : auto;
  left              : -15px;
  border-right-width: 15px;
  border-left-width : 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right             : auto;
  left              : -14px;
  border-right-width: 14px;
  border-left-width : 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top : 0;
  color      : inherit;
  font-weight: bold;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-heading h5.subheading {
  font-size: 0.8em;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height   : 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float       : left;
    width       : 41%;
    padding-left: 0px;
    text-align  : right;
  }
  .timeline > li .timeline-image {
    left       : 50%;
    width      : 100px;
    height     : 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size  : 13px;
    line-height: 18px;
    margin-top : 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float       : right;
    padding-left: 0px;
    text-align  : left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-image {
    width      : 150px;
    height     : 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size  : 18px;
    line-height: 26px;
    margin-top : 30px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  
  .timeline > li .timeline-image {
    width      : 170px;
    height     : 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
}

.timeline-image .yaskawa-certified{
  font-size: 5em;
}
/* This parent can be any width and height */
.block {
  text-align: center;

  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
}
 
/* The ghost, nudged to maintain perfect centering */
.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */ 
.centered {
  display: inline-block;
  vertical-align: middle;
}

.stage-shelf {
  padding-top: 0;
}

/* YASKAWA-Rebranding (Main navigation) */
.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: #05acef;
	color: #ffffff;
}


/* YASKAWA-Rebranding (Meta header badges) */
.badge {
	background-color: #282828 !important; /* FIXME: 1. remove inline style, then remove !important attribute */
}

/* YASKAWA-Rebranding  (Main navigation bar background color to dark grey)*/
nav.navbar-default {
	background-color: #282828;
	margin-top: 10px;
}

/* YASKAWA-Rebranding */
a, .btn-link, .btn.clear-all.active {
	color: #05acef;
}


/* YASKAWA-Rebranding */
.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: #000000;
	/* text-decoration: underline; */
}
/* YASKAWA-Rebranding (Link color hover state) */
a:hover, a:focus, .btn-link:hover, .btn-link:focus, .btn-link:active {
	color: #05acef;
	text-decoration: underline;
}

.nav-tabs.nav-justified {
  border-bottom: 1px solid #d4d4d4;
}
/* YASKAWA-Rebranding (Link tabs) */
.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: 8px solid #05acef;
  background-color: transparent;
  color: #05acef;
  text-decoration: none;
}
/* YASKAWA-Rebranding (Link tabs) */
.nav-tabs.nav-justified>a, .nav-tabs.nav-justified>a:focus, .nav-tabs.nav-justified>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: none;
  background-color: transparent;
}

/* YASKAWA-Rebranding (Link tabs) */
.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid transparent;
	font-size: 16px;
  font-weight: normal;
	color: #05acef;
}

.nav-tabs.nav-justified>.active>a {
  font-weight: bold;
}

/* YASKAWA-Rebranding (Active table column) */
.sorting_desc, .sorting_asc {
	background-color: #05acef;
	color: #ffffff;
}

/* YASKAWA-Rebranding (table head) */
.table>thead {
	text-transform: uppercase;
	background: #282828;
	color: #ffffff;
}

/* YASKAWA-Rebranding */
.dashboard-tiles .tile .link-mask:hover {
	border-bottom: 4px solid #05acef;
	transition: border ease 0.3s;
}

/* YASKAWA-Rebranding */
.dashboard-tiles .tile.active>div {
	background-color: #05acef;
	color: #ffffff;
	position: relative;
}

/* YASKAWA-Rebranding */
.dashboard-tiles .tile h3{
	color: #05acef;
}

/* YASKAWA-Rebranding */
.search-wrapper {
	background-color: #585858;
}

/* YASKAWA-Rebranding */
.search-wrapper .invert {
	background-color: #ffffff;
	color: #282828;
	border-color: rgba(50,50,50,0.9);
}

/* YASKAWA-Rebranding */
.search-wrapper .round-edge {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 30px;
	padding: 0 30px;
}

/* YASKAWA-Rebranding */
.search-wrapper input::-webkit-input-placeholder {
   color: #cccccc;
   font-style: italic;
}

/* YASKAWA-Rebranding */
.search-wrapper input:-moz-placeholder { /* Firefox 18- */
   color: #cccccc;
}

/* YASKAWA-Rebranding */
.search-wrapper input::-moz-placeholder {  /* Firefox 19+ */
   color: #cccccc;
   font-style: italic;
}

/* YASKAWA-Rebranding */
.search-wrapper input:-ms-input-placeholder {
   color: #cccccc;
   font-style: italic;
}

/* YASKAWA-Rebranding */
.stage-shelf {
	background-color: #282828;
}

/* YASKAWA-Rebranding */
.stage-shelf .nav > li > a:hover, .stage-shelf .nav > li > a:focus {
	background-color: #05acef;
	color: #ffffff;
}

/* ======================= */
/* Added after 11.06.2019
/* ======================= */


.course.tile .img-responsive {
	border-bottom: 1px solid #d4d4d4;
}

#loginForm h2{
  line-height: 28px !important;
}

.m-t-r-b-l {
  margin: 15px !important;
}

.training-content ul > li:before {
 color: #05acef;
}

.training-content ul, .training-content ol {
	padding-left: 1.5em;
}

.training-content li {
	text-indent: -1.5em;
}

h1.breadcrumb span {
    display       : inline-block;
    margin-top    : 0;
    vertical-align: middle;
}

.c-title--h1.breadcrumb .btn-primary :before {
    color         : white !important;
}

.collapsible {
  color      : #282828;
  background : white;
  text-align : center;
  font-weight: bold;
  cursor     : pointer;
  width      : 100%;
  border     : none;
  outline    : none;
  font-size  : 15px;
}

.content {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.up-arrow:hover, .up-arrow:focus {
  text-decoration: none !important;
}

.up-arrow a:hover, .up-arrow a:focus {
  text-decoration: none !important;
}
    
.up-arrow {
    position  : fixed;
    right     : 1%;
    bottom    : 1%;
    font-size : 40px;
    opacity   : 0;
    transition: opacity ease 0.3s;
}

.up-arrow.affix {
    opacity   : 1;
    transition: opacity ease 0.3s;
}


.home.collapsible.btn-link: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                : '\e901';
}


.home.collapsible.btn-link.active: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';
}

#passwordHistory.k-vm.yaskawa-correct, #passwordSpecial.k-vm.yaskawa-incorrect {
  font-size: 15px !important; 
}

#descriptionTable .details-control {
	color    : #05acef !important
}

#descriptionTable .child {
	display:none;
}

#teamBookedTraining .details-control .defaultFont, #bookedTrainings .details-control .defaultFont{
  font-size: 14px !important;
  color    : #05acef !important;
  padding-bottom: 2px;
   cursor   : pointer;
}

#teamBookedTraining .details-control2, #bookedTrainings .details-control2 {
  color    : #05acef !important;
   cursor   : pointer;
}

#teamBookedTraining .details-control:before, #bookedTrainings .details-control:before{
  color    : #05acef !important;
   vertical-align: -20%;
}

#bookedTrainings .yaskawa-play{
  padding         : 10px;
  background-color: #05acef;
}

#bookedTrainings .yaskawa-play:hover, #bookedTrainings .yaskawa-info:hover{
  text-decoration: none;
}

#bookedTrainings .yaskawa-play:hover{
  background-color: #05acef;
}

#bookedTrainings .yaskawa-download, #bookedTrainings .yaskawa-edit, #bookedTrainings .yaskawa-smiley_good-icon,
#documentDownloadContent .yaskawa-download, #documentDownloadContent .yaskawa-edit {
  padding         : 10px;
  background-color: #fff;
}

#bookedTrainings .yaskawa-info{
  font-size: 1.8em;
}


#bookedTrainings .yaskawa-play:before{
  color: white;
}

.dashboard-tiles .tile h3 {
    line-height  : 19px;
    margin-bottom: 10px;
    height       : auto;
 }


.dashboard-tiles .tile.active>div:after {
  content: none;
}

.dashboard-tiles .tile>div {
  padding: 18px;
}


.ui-accordion .ui-accordion-header {
  margin: 0;
  padding: 0.5em;
  border-radius: 0;
}

#achievedQualifications .documentDownloadArea {
  padding-left: 5px;
}

@media screen and (max-width: 767px){
   
}
@media screen and (min-width: 768px) and (max-width: 991px){
  #achievedQualifications .documentDownloadArea {
    padding-left: 5px;
  }
}

#shoppingcart-btn .yaskawa-shoppingcart, #tasks-btn .yaskawa-tasks{
    font-size: 30px;
    margin-right: 10px;
}

#shoppingcart-btn #shoppingCartEntryCounter, #tasks-btn #tasksEntryCounter {
  margin-top: -40px;
  margin-left: -30%
}

#shoppingcart-btn, #tasks-btn{
  margin: 0;
  padding: 16px 0;
}

#hiraku-offcanvas-btn-0 { 
 padding-top: 14px; 
}

.navbar-nav {
  float: right;
}

#error-page #contentsection {
  height: 74%;
}



@media (max-width:991px) {
  #error-page #contentsection .row div:nth-child(2) {
    height: 50% !important;
  }

  #error-page #contentsection .row div:nth-child(1) {
    height: 50% !important;
  }


}
#error-page #contentsection .row div:nth-child(2) {
    background-color: #292929;
    height: 100%;
  }

  #error-page #contentsection .row div:nth-child(1) {
    background-color: #F2F2F2;
    height: 100%;
  }
 
#error-page {
  overflow: hidden;
}

#error-page .carousel-img{
    vertical-align: middle;
    margin-top: 20%;
}

.actionArea {
  height: 36px;
  width: 36px;
  margin-right: 10px;
  margin-top: 10px;
}

.documentDownloadArea{
  margin-top: 10px;
  margin-right: 10px;
}

/*YASKAWA*/ /*remove mouseover effect on tables */
.table-hover>tbody>tr:hover, .table-hover > tbody > tr.odd:hover {
	background-color: #b7b7b7 !important;
}


.table>tbody>tr {
  padding-top: 35px;
}
td.text-center div {
  height: 36px;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    font-size: 14px;
    top      : 35%;
}

#allProfiles_area .profile {
  background   : #d4d4d4;
  border-radius: 0;
  border       : 0;
}

.ui-accordion .ui-accordion-header {
    display  : block;
    cursor   : pointer;
    position : relative;
    margin   : 2px 0 0 0;
    padding  : .5em .5em .5em .7em;
    font-size: 100%;
}

.delimiterStyle {
    border       : 0;
    border-left  : 3px solid #282828;
    font-size    : 18px !important;
    font-weight  : bold;
    color        : #282828;
    padding      : 5px 10px;
    border-radius: 0;
}

.ui-accordion-header-icon .ui-icon .ui-icon-triangle-1-e:before {
    content: "\e901";
}


.no-gutter {
  margin : 0 !important;
  padding: 0 !important;
}

#tasks h4 {
  margin-top: 40px;
}

#tasks select {
  margin: 15px 0;
  
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f2f2f2;
}
.infoPackage td:nth-child(2) {
	padding-left: 30px;
	position: relative;
}

.infoPackage td:nth-child(2):before {
  content: "- ";
  color: #000;
  font-weight: bold;

}

.default-css h1, .default-css h2, .default-css h3, .default-css h4, .default-css h5, .default-css h6 {
    font-family  : Verdana;
    font-weight  : 500;
    line-height  : 1.1;
    color        : inherit;
    margin-top   : 20px;
    margin-bottom: 10px;
}

.default-css p, .default-css span, .default-css ul, .default-css ol {
    display            : block;
    font-size          : 14px;
    margin-block-start : 1em;
    margin-block-end   : 1em;
    margin-inline-start: 0px;
    margin-inline-end  : 0px;
}

.default-css li {
    display   : list-item;
    text-align: -webkit-match-parent;
}

.default-css ul {
    list-style-type     : disc;
    padding-inline-start: 40px;
}

.default-css i {
    font-style: italic;
}

.default-css ol {
    display             : block;
    list-style-type     : decimal;
    padding-inline-start: 40px;
}

.default-css b, .default-css strong {
    font-weight: 700;
}


@media (max-width:991px)  {

  .table>thead {
    display: none;
  }
  .table>tbody>tr>td {
    display: block;
    text-align: left !important;
    padding: 5px 8px 8px 8px;
  }
  .table>tbody>tr {
    padding-top: 5px;
    padding-bottom: 20px;
    display: block;
    position: relative;
  }
  .table>tbody .buttons {
    position: absolute;
    top: 4px;
    right: 0px;
  }

}



.l-quote {
    display: block
}

.l-quote__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #ebebeb;
    color: #000
}

 .l-quote__outer::before {
        content   : '';
        background: none;
    }

.l-quote__icon-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    background: #282828;
    color: #fff;
    text-align: center
}

.l-quote__inner {
    padding: 40px 30px 40px 15px
}

.l-quote__text {
    font-family   : Verdana;
    padding-bottom: 30px;
    display       : block
}

.l-quote--right .l-quote__outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.l-quote--right .l-quote__inner {
    padding: 40px 15px 40px 30px
}

.l-quote__icon {
    width: 30px;
    height: 30px;
  }

@media (min-width:576px) {
    .l-quote {
        position: relative;
        z-index: 0
    }
}

@media (min-width:768px) {
    .l-quote__text {
        padding-bottom: 40px;
        line-height: 1.39;
        font-size: 34px
    }
    
    .l-quote__text::before {
        margin-bottom: calc(-.255em + 0px)
    }
    .l-quote__text::after {
        margin-top: calc(-.355em + 0px)
    }
    .l-quote__outer {
        margin-right: 40px
    }
    .l-quote__inner {
        padding: 60px 30px 60px 40px
    }
    .l-quote__icon-container {
        width: 60px
    }

    .l-quote--right .l-quote__outer {
        margin-left : 40px;
        margin-right: 0
    }
    
    .l-quote--right .l-quote__inner {
        padding: 60px 40px 60px 30px
    }
}

@media (min-width:992px) {
    .l-quote__outer {
        margin-right: calc(((100% - 960px + 30px)/ 2) + 960px / 12)
    }
    .l-quote__inner {
        padding: 80px 30px;
        width: calc((960px * 2 / 3) + 30px * 2)
    }
    .l-quote__text {
        padding-bottom: 40px
    }
    .l-quote--right .l-quote__outer {
        margin-left: calc(((100% - 960px + 30px)/ 2) + 960px / 12);
        margin-right: 0
    }

    .nav.inline-nav>li>a { 
	    padding: 10px 10px;
    }
}

@media (min-width:1200px) {
    .l-quote__outer {
        margin-right: calc(((100% - 1140px + 30px)/ 2) + 1140px / 12);
        margin-left: 0
    }
    .l-quote--right .l-quote__outer {
        margin-left: calc(((100% - 1140px + 30px)/ 2) + 1140px / 12);
        margin-right: 0
    }
    .l-quote__inner {
        width: calc((1140px * 2 / 3) + 30px * 2)
    }
}


.yaskawa-search {
  position: absolute;
  right   : 25px;
  top     : 7px;
}

.l-quote__inner h5{
  font-size: 16px;
}

#contentsection {
  margin-bottom: 110px;
}

#error-page #contentsection, #contactus #contentsection {
  margin-bottom: 0;
}

.color-white {
	color: white !important;
}

#emptyHomeSection {
	height: 200px;
}

.dropdown-menu.full-width {
	min-width: 100px;
	width: 100%;
}

ul.course-description-prerequisites-list > li:before {
	content: none;
}

.course-description-flexbox {
	display: flex;
}

.course-description-flex-icon {
	flex: 0 0 50px;
}

.course-description-flex-content {
	flex: 1;
}

.padding-1-rem {
	padding: 1rem;
}

.padding-b-l {
	padding-left: 1rem;
	padding-bottom: 1.5rem;
}

.feedback-additional-data {
	padding-left: 1rem;
	padding-bottom: 1rem;
	display: grid;
	grid-template-columns: 150px auto;
}

#feedbackFormPage {
	font-size: 18px;
}

.feedback-info-title {
	font-weight: bold;
}

.feedback-group-header {
	background-color: rgb(5, 172, 239, 0.2);
	margin-bottom: 1rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-left: 0.5rem;
}

.group-rating-values-container {
	display: flex;
	margin-bottom: 2rem;
}

.group-rating-value-item, .value-question-item {
	flex: 1;
	text-align: center;
}

.value-question-container {
	display: flex;
}

.value-question-weight-container {
	text-align: right;
}

.value-question-weight {
	border: 1px solid lightgray;
    font-size: 16px;
    padding: 0.2rem;
    width: 100%;
    outline: none;
	margin-top: 1rem;
}

.value-question-comment {
	width: 100%;
	border: 1px solid lightgray;
	outline: none;
	margin-top: 1rem;
}

.feedback-question-text {
	width: 100%;
	border: 1px solid lightgray;
	outline: none;
}

.feedback-question-line {
	border-bottom: 1px solid lightgray;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0px;
	padding-right: 0px;
}

.feedback-value-smily {
	height: 25px;
	width: 25px;
}

.feedback-radio-check {
	margin-right: 0.5rem !important;
}

.feedback-dropdown-question {
	border: 1px solid lightgray;
    font-size: 16px;
    padding: 0.2rem;
    width: 100%;
    outline: none;
}

.feedback-button-container {
	margin-top: 1rem;
	text-align: right;
}

.feedback-button-send, .feedback-button-send {
	margin-top: 1rem;
}

.text-align-right {
	text-align: right;
}

@media screen and (max-width: 767px){
    .feedback-question-item {
    	margin-bottom: 1rem;
    }
}

.feedback-dialog-close-button {
	margin: 1rem;
}

.feedback-dialog-close-container {
	text-align: center;
}

.header-yaskawa {
	height: 150px;
	width: 100%;
	background-color: white;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.footer-yaskawa {
	height: 150px;
	width: 100%;
    z-index: 1000;
}

.footer-social-media {
	background-color: #005bbb;
}

.footer-social-media-links {
	margin-bottom: 1rem;
}

.follow-us-header {
	color: white;
	font-size: 16px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.header-yaskawa-logo {
	width: 300px;
    margin-top: 50px;
}

[class*=footer-icon-]:before {
	color: white;
    display: inline-block;
    font-family: Glyphter;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-icon-facebook:before {
    content: "\0048";
}

.footer-icon-linkedin:before {
    content: "\004d";
}

.footer-icon-youtube:before {
    content: "\0067";
}

.footer-icon-instagram:before {
    content: "\004b";
}

.footer-icon-twitter:before {
	content: "\0063";
}

footer .footer-information {
    border-top: 4px solid #fff;
    font-size: .75rem;
    line-height: 2;
    min-height: 40px;
    padding: 5px 0;
    color: #fff;
    background-color: #023e6b;
}

footer.footer-yaskawa a:hover, footer.footer-yaskawa a:focus {
	text-decoration: none;
}

footer .footer-information a, footer .footer-information a {
	color: white;
}

.footer-links-section {
	text-align: right;
}

.footer-link {
	margin-left: 1rem;
}

.header-lms-span {
	margin-left: 1rem;
    color: #A0A0A0;
    font-weight: bold;
    font-size: 0.9rem;
}

.header-link {
	text-transform: uppercase;
	color: #747678;
    font-size: .75rem;
    margin-right: 1rem;
}

.header-link:hover, .header-link:focus {
	color: #747678;
}

.header-link-section {
	margin-top: 1rem;
}

@media screen and (max-width: 767px){
	header {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.courselist-course-number {
	font-size: 15px;
	height: 48px;
}

.training-tiles .tile h4.courselist-course-title {
	height: 80px;
}

.achieved-cert-icon {
	margin-bottom: -10px;
    height: 32px;
}

.booking-cert-icon {
	margin-top: -5px;
	height: 40px;
	cursor: pointer;
}