/*
.shade {
  background-image: none !important;
}

.shade-rev {
  background-image: none !important;
}
*/

body {
  /*background-image: url(images/bgd2.jpg);*/
  background-position: center top;
  /*background-repeat: no-repeat;*/
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  font-size: 14px;
  font-family: arial;
  line-height: 1.1em;
  color: #565656;
}

.hidden {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  /*display:none !important;*/
}

#main-content h2 {
  font-size: 20px;
  line-height: 20px;
  color: #666666;
}

/*#main-content p {margin-bottom: 10px;}*/
#main-content li {
  /*list-style-position: inside;*/
}

#main-content a {
  font-weight: normal;
}

.grey,
.gray {
  background-color: #ccc;
}

.bgd {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 10px #777;
  -webkit-box-shadow: 0px 0px 10px #777;
  box-shadow: 0px 0px 10px #777;
}

.description {
  clear: left;
  color: #808080;
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 10px;
  margin-left: 117px;
  padding-top: 4px;
  padding-left: 5px;
}

.error {
  color: red;
}

.error-up {
  display: block;
  margin-top: 10px;
  color: red;
}

.message-box.error {
  margin: 0 0 20px;
  padding: 12px 16px 12px 80px;
  background-color: #ffe3ad;
  border-color: #ff0000;
  color: #ff0000;
  border-width: 1px;
  border-style: solid;
  min-height: 23px;
  border-radius: 5px;
  line-height: 20px;
  position: relative;  
}

.message-box.error:after {
  width: 64px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ff0000;
  background-image: url(images/IconWarning.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.message-box p {
  margin-bottom: 6px;
}

@media (max-width: 1020px) {
  .message-box.error {    
    padding: 12px 16px 12px 16px;
  }
  
  .message-box.error:after {
    display: none;
  }
}

.success {
  display: block;
  margin-top: 10px;
  color: #9bba4b;
}

sub {
  font-size: 60%;
  position: relative;
  bottom: 0.5em;
}

sup {
  font-size: 60%;
}

#body-inner {
  /*width: 1176px; margin: 0 auto; position: relative;*/
}

.nav-br {
  position: absolute;
  bottom: 60px;
  right: 20px;
  width: 550px;
}

#lang {
  margin-bottom: 12px;
}

#lang label {
  display: block;
  line-height: 24px;
}

#lang a {
  display: inline-block;
  line-height: 24px;
  vertical-align: bottom;
}

#login {
  width: 560px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
}

#login.curved-big {
  border-radius: 3px;
}

#login-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#login-bar-top {
  left: 10px;
  top: 70px;
  width: 540px;
  display: none;
}

#login-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#login-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#login-nav-section a.section-button {
  float: left;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#login-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#login-content {
  margin: 100px 0 80px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#login-form {
  width: 450px;
  margin: 10px auto 10px;
}

#login-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#login-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#login-form label {
  width: 130px;
  min-width: 166px;
  float: left;
  line-height: 30px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
  float: left;
  width: 200px;
  margin: 0;
  border: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}

#login-form .form-buttons {
  text-align: right;
}

#login-nav-br {
  position: absolute;
  bottom: 60px;
  right: 20px;
}

#login-nav-br a {
  right: 0px;
}

#login-nav-bl {
  position: absolute;
  bottom: 60px;
  left: 20px;
}

#login-nav-bl a {
  left: 0px;
  color: #000;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
}

#login-nav-bl .login-nav-icon {
  width: 60px;
  height: 50px;
  margin-right: 2px;
  /* background-color: #abd037; */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 50px;
  -webkit-mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 50px;
  mask-position: 0 0;
}

#login-nav-bl .login-nav-img {
  display: none;
}

#login-nav-bl .login-nav-label {
  width: 100px;
  line-height: 1em;
  white-space: normal;
}

#login-nav-bl .login-nav-icon-contact {
  -webkit-mask-image: url("images/icons/baseline-face-60px.png");
  mask-image: url("images/icons/baseline-face-60px.png");
}

#login-nav-bl .login-nav-icon-request {
  -webkit-mask-image: url("images/icons/baseline-mail_outline-60px.png");
  mask-image: url("images/icons/baseline-mail_outline-60px.png");
}

#login-form em.error {
  display: block;
  margin-left: 130px;
}

#login .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#login .button.hasicon {
  padding: 0 0px 0 0px;
}

#student-message {
  width: 450px;
  margin: 10px auto 10px;
}

#register {
  width: 560px;
  margin: 80px auto 0;
  overflow: hidden;
  position: relative;
}

#register.curved-big {
  border-radius: 3px;
}

#register-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#register-bar-top {
  left: 10px;
  top: 70px;
  width: 540px;
  display: none;
}

#register-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#register-nav-section {
  position: absolute;
  top: 60px;
  left: 0px;
}

#register-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#register-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#register-content {
  margin: 100px 0px 80px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#register-form {
  width: 410px;
  margin: 30px auto;
}

#register-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#register-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#register-form label {
  width: 140px;
  float: left;
  line-height: 30px;
}

#register-form input[type="text"],
#register-form input[type="password"] {
  float: left;
  width: 250px;
  padding-left: 1;
  padding-right: 0;
  border: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}

#register-form .form-buttons {
  text-align: right;
}

#register-form .form-buttons input {
  margin-left: 3px;
}

#register-nav-br {
  position: absolute;
  bottom: 60px;
  right: 20px;
}

#register-nav-br a {
  right: 0px;
}

#register-nav-bl {
  position: absolute;
  bottom: 60px;
  left: 20px;
}

#register-nav-bl a {
  left: 0px;
}

#register-form em.error {
  display: block;
  margin-left: 140px;
}

#register-form .description {
  margin-left: 137px;
}

#register-form .description-tcpp {
  margin-left: 1px;
  float: left;
  font-size: 0.8em;
}

.tcpp-content h3 {
  font-weight: bold;
  padding-top: 5px;
}

.tcpp-content p {
  padding: 5px 0px;
}

.tcpp-content {
  padding: 20px 20px;
  margin: 20px 20px;
}

#register .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#register .button.hasicon {
  padding: 0 0px 0 0px;
}

#client.curved-big {
  border-radius: 3px;
}

#client {
  width: 560px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
}

#client-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#client-bar-top {
  left: 10px;
  top: 70px;
  width: 540px;
  display: none;
}

#client-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#client-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#client-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#client-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#client-content {
  margin: 100px 0 80px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#client-form {
  width: 350px;
  margin: 30px auto;
}

#client-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#client-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#client-form label {
  width: 120px;
  float: left;
  line-height: 20px;
}

#client-form input[type="text"],
#client-form textarea {
  float: left;
  width: 210px;
  border: 0;
}

#client-form textarea {
  resize: vertical;
  min-height: 100px;
}

#client-form .form-buttons {
  text-align: right;
}

#client-form .form-buttons input {
  margin-left: 3px;
}

#client-form em.error {
  display: block;
  margin-left: 120px;
}

#client .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#client .button.hasicon {
  padding: 0 0px 0 0px;
}

#language {
  width: 560px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
}

#language.curved-big {
  border-radius: 3px;
}

#language-logo {
  position: absolute;
  top: 5px;
  right: 20px;
}

#language-bar-top {
  left: 10px;
  top: 70px;
  width: 540px;
  display: none;
}

#language-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#language-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#language-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#language-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#language-content {
  margin: 100px 0 80px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#language-form {
  width: 350px;
  margin: 30px auto;
}

#language-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#language-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#language-form label {
  width: 120px;
  float: left;
  line-height: 20px;
}

#language-form input[type="text"],
#language-form textarea {
  float: left;
  width: 210px;
  border: 0;
}

#language-form textarea {
  resize: vertical;
  min-height: 100px;
}

#language-form .form-buttons {
  text-align: right;
}

#language-form .form-buttons input {
  margin-left: 3px;
}

#language-form em.error {
  display: block;
  margin-left: 120px;
}

#language .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#language .button.hasicon {
  padding: 0 0px 0 0px;
}

#contact {
  width: 560px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
}

#contact.curved-big {
  border-radius: 3px;
}

#contact-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#contact-bar-top {
  left: 10px;
  top: 70px;
  width: 540px;
  display: none;
}

#contact-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#contact-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#contact-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#contact-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#contact-content {
  margin: 100px 0 80px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#contact-form {
  width: 350px;
  margin: 30px auto;
}

#contact-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#contact-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#contact-form label {
  width: 120px;
  min-width: 166px;
  float: left;
  line-height: 30px;
}

#contact-form input[type="text"],
#contact-form textarea {
  float: left;
  width: 210px;
  border: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}

#contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

#contact-form .form-buttons {
  text-align: right;
}

#contact-form .form-buttons input {
  margin-left: 3px;
}

#contact-form em.error {
  display: block;
  margin-left: 120px;
}

#contact-nav-br {
  position: absolute;
  bottom: 60px;
  right: 20px;
}

#contact-nav-br a {
  right: 0px;
  color: #fff;
}

#contact .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#contact .button.hasicon {
  padding: 0 0px 0 0px;
}

#requestlogin {
  width: 560px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
}

#requestlogin.curved-big {
  border-radius: 3px;
}

#requestlogin-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#requestlogin-bar-top {
  left: 10px;
  top: 70px;
  width: 540px;
  display: none;
}

#requestlogin-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#requestlogin-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#requestlogin-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#requestlogin-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#requestlogin-content {
  margin: 100px 0 80px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#requestlogin-form {
  width: 350px;
  margin: 30px auto;
}

#requestlogin-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#requestlogin-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#requestlogin-form label {
  width: 120px;
  float: left;
  line-height: 30px;
}

#requestlogin-form input[type="text"],
#requestlogin-form textarea {
  float: left;
  width: 210px;
  border: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}

#requestlogin-form textarea {
  resize: vertical;
  min-height: 100px;
}

#requestlogin-form .form-buttons {
  text-align: right;
}

#requestlogin-form .form-buttons input {
  margin-left: 3px;
}

#requestlogin-form em.error {
  display: block;
  margin-left: 120px;
}

#requestlogin-nav-br {
  position: absolute;
  bottom: 60px;
  right: 20px;
}

#requestlogin-nav-br a {
  right: 0px;
}

#requestlogin .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#requestlogin .button.hasicon {
  padding: 0 0px 0 0px;
}

#changepassword {
  width: 560px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
}

#changepassword.curved-big {
  border-radius: 3px;
}

#changepassword-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#changepassword-bar-top {
  left: 10px;
  top: 70px;
  width: 540px;
  display: none;
}

#changepassword-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#changepassword-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#changepassword-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#changepassword-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#changepassword-content {
  margin: 100px 0 80px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#changepassword-instructions {
  width: 350px;
  margin: 30px auto;
}

#changepassword-form {
  width: 350px;
  margin: 30px auto;
}

#changepassword-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#changepassword-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#changepassword-form label {
  width: 120px;
  float: left;
  line-height: 30px;
}

#changepassword-form input[type="text"],
#changepassword-form input[type="password"] {
  float: left;
  width: 210px;
  border: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}

#changepassword-form .form-buttons {
  text-align: right;
}

#changepassword-form .form-buttons input {
  margin-left: 3px;
}

#changepassword-form em.error {
  display: block;
  margin-left: 120px;
  clear: left;
}

#changepassword .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#changepassword .button.hasicon {
  padding: 0 0px 0 0px;
}

#completeregistration {
  width: 560px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
}

#completeregistration.curved-big {
  border-radius: 3px;
}

#completeregistration-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#completeregistration-bar-top {
  left: 10px;
  top: 70px;
  width: 540px;
  display: none;
}

#completeregistration-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#completeregistration-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#completeregistration-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#completeregistration-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#completeregistration-content {
  margin: 100px 0 80px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#completeregistration-instructions {
  width: 350px;
  margin: 30px auto;
}

#completeregistration-form {
  width: 350px;
  margin: 30px auto;
}

#completeregistration-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#completeregistration-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#completeregistration-form label {
  width: 120px;
  float: left;
  line-height: 20px;
}

#completeregistration-form input[type="text"],
#completeregistration-form input[type="password"] {
  float: left;
  width: 210px;
  border: 0;
}

#completeregistration-form .form-buttons {
  text-align: right;
}

#completeregistration-form .form-buttons input {
  margin-left: 3px;
}

#completeregistration-form em.error {
  display: block;
  padding: 5px 0px 0px;
}

#completeregistration {
  width: 560px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
}

#completeregistration-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#completeregistration-bar-top {
  left: 10px;
  top: 70px;
  width: 540px;
  display: none;
}

#completeregistration-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#completeregistration-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#completeregistration-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#completeregistration-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#completeregistration-content {
  margin: 100px 0 80px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#completeregistration-instructions {
  width: 350px;
  margin: 30px auto;
}

#completeregistration-form {
  width: 450px;
  margin: 30px auto;
}

#completeregistration-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#completeregistration-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#completeregistration-form label {
  width: 120px;
  float: left;
  line-height: 30px;
}

#completeregistration-form input[type="text"],
#completeregistration-form input[type="password"] {
  float: left;
  width: 210px;
  border: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}

#completeregistration-form .form-buttons {
  text-align: right;
}

#completeregistration-form .form-buttons input {
  margin-left: 3px;
}

#completeregistration-form em.error {
  display: block;
  padding: 5px 0px 0px;
}

#completeregistration .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#completeregistration .button.hasicon {
  padding: 0 0px 0 0px;
}

#feedback-form {
}

#feedback-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#feedback-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#feedback-form label {
  width: 120px;
  float: left;
  line-height: 30px;
}

#feedback-form input[type="text"],
#feedback-form input[type="password"] {
  float: left;
  width: 210px;
  border: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}

#feedback-form textarea {
  float: left;
  width: 210px;
}

#feedback-form textarea {
  resize: vertical;
  min-height: 100px;
}

#feedback-form .form-buttons {
  text-align: right;
  float: right;
}

#feedback-form .form-buttons input {
  margin-left: 3px;
}

#feedback-form .form-buttons .bar {
  float: none;
}

#feedback-form em.error {
  display: block;
  margin-left: 120px;
}

#feedback .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#feedback .button.hasicon {
  padding: 0 0px 0 0px;
}

#notes-form {
}

#notes-form.curved-big {
  border-radius: 3px;
}

#notes-form .form-item {
  display: block;
  clear: left;
  margin-bottom: 10px;
}

#notes-form .form-item:after {
  clear: both;
  content: "";
  display: table;
}

#notes-form label {
  width: 120px;
  float: left;
  line-height: 30px;
}

#notes-form input[type="text"],
#notes-form input[type="password"] {
  float: left;
  width: 210px;
  border: 0;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
}

#notes-form textarea {
  float: left;
  width: 210px;
}

#notes-form textarea {
  resize: vertical;
  min-height: 100px;
}

#notes-form .form-buttons {
  text-align: right;
  float: right;
}

#notes-form .form-buttons input {
  margin-left: 3px;
}

#notes-form .form-buttons .bar {
  float: none;
}

#notes-form em.error {
  display: block;
  margin-left: 120px;
}

#notes .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#notes .button.hasicon {
  padding: 0 0px 0 0px;
}

#courselist-intro {
  width: 560px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
}

#courselist-intro-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#courselist-intro-bar-top {
  left: 10px;
  top: 70px;
  width: 454px;
  display: none;
}

#courselist-intro-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 540px;
  display: none;
}

#courselist-intro-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#courselist-intro-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#completeregistration-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#courselist-intro-nav-main {
  position: absolute;
  top: 70px;
  right: 10px;
}

#courselist-intro-nav-main a {
  right: 0px;
  height: 30px;
}

#courselist-intro-content {
  margin: 130px 20px 60px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#courselist-intro-form {
  margin: 30px auto;
}

#courselist-intro-form .form-buttons {
  text-align: right;
}

#courselist-intro-form .form-buttons input {
  margin-left: 3px;
}

#courselist-intro-form em.error {
  display: block;
  margin-left: 120px;
}

#courselist {
  width: 960px;
  height: 740px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}

#courselist.curved-big {
  border-radius: 3px;
}

#courselist-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#courselist-title {
  position: absolute;
  top: 24px;
  left: 30px;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
}

#courselist-bar-top {
  left: 10px;
  top: 70px;
  width: 960px;
  display: none;
}

#courselist-nav-section {
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 1;
}

#courselist-nav-section a.section-button {
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#courselist-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#courselist-nav-main {
  position: absolute;
  top: 68px;
  right: 20px;
}

#courselist-nav-main a {
  right: 0px;
}

.nav-img {
  display: none;
}

#courselist-content {
  position: absolute;
  top: 120px;
  left: 0px;
  width: 100%;
  border-radius: 0px;
}

#courselist-instr {
  background-color: #eee;
  padding: 20px;
  margin: 0px 0;
}

#courselist-stats .courselist-stats-item {
  border: 1px solid #333;
  display: inline-block;
  padding: 10px;
  margin-top: 20px;
  line-height: 20px;
}

#courselist-stats .courselist-stats-item-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

#courselist-stats .courselist-stats-item-icon-cpd {
  background-color: #565656;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  -webkit-mask-image: url("images/icons/baseline-school-24px.png");
  mask-image: url("images/icons/baseline-school-24px.png");
}

#courselist-stats .courselist-stats-item-icon-coursescompleted {
  background-color: #565656;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  -webkit-mask-image: url("images/icons/baseline-check-24px.png");
  mask-image: url("images/icons/baseline-check-24px.png");
}

#courselist-stats .courselist-stats-item-label {
  white-space: nowrap;
  float: left;
}

#studentdata-courses .courselist-item-icon-notstarted {
  background-color: #565656;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-image: url("images/icons/outline-check_box_outline_blank-30px.png");
  mask-image: url("images/icons/outline-check_box_outline_blank-30px.png");
  width: 30px;
  height: 30px;
  margin: 6px;
}

#studentdata-courses .courselist-item-icon-started {
  background-color: #565656;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-image: url("images/icons/outline-indeterminate_check_box-30px.png");
  mask-image: url("images/icons/outline-indeterminate_check_box-30px.png");
  width: 30px;
  height: 30px;
  margin: 6px;
}

#studentdata-courses .courselist-item-icon-completed {
  background-color: #565656;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-image: url("images/icons/outline-check_box-30px.png");
  mask-image: url("images/icons/outline-check_box-30px.png");
  width: 30px;
  height: 30px;
  margin: 6px;
}

#studentdata-courses .courselist-item-icon-certificate {
  background-color: #565656;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-image: url("images/icons/outline-class-30px.png");
  mask-image: url("images/icons/outline-class-30px.png");
  width: 30px;
  height: 30px;
  margin: 6px 0px;
  padding-right: 5px;
}

#studentdata-courses .courselist-item-icon-interactions {
  background-color: #565656;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-image: url("images/icons/outline-assessment-30px.png");
  mask-image: url("images/icons/outline-assessment-30px.png");
  width: 30px;
  height: 30px;
  margin: 6px;
  padding-right: 5px;
}

#studentdata-courses .courselist-item-icon-info {
  background-color: #565656;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-image: url("images/icons/outline-info-30px.png");
  mask-image: url("images/icons/outline-info-30px.png");
  width: 30px;
  height: 30px;
  margin: 6px;
  padding-right: 5px;
}

#studentdata-courses {
  margin: 20px;
  max-height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
}

#studentdata-courses table {
  width: 100%;
  line-height: 40px;
}

#studentdata-courses div.courselist-group {
  /*width: 914px;*/
  margin-bottom: 3px;
  margin-top: 8px;
  margin-right: 2px;
}

#studentdata-courses div.courselist-item-group-icon {
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-image: url("images/icons/baseline-folder-30px.png");
  mask-image: url("images/icons/baseline-folder-30px.png");
  width: 30px;
  height: 30px;
  margin: 4px;
}

#studentdata-courses .courselist-folder-expand {
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 24px;
  mask-size: 24px;
  width: 24px;
  height: 24px;
  margin: 6px;
}

#studentdata-courses .courselist-folder-expand.more {
  -webkit-mask-image: url("images/icons/outline-expand_more-24px.png");
  mask-image: url("images/icons/outline-expand_more-24px.png");
}

#studentdata-courses .courselist-folder-expand.less {
  -webkit-mask-image: url("images/icons/outline-expand_less-24px.png");
  mask-image: url("images/icons/outline-expand_less-24px.png");
}

#studentdata-courses div.courselist-group .courselist_col_1 img {
  display: none;
}

#studentdata-courses .courselist-course-icon {
  display: none;
}

#studentdata-courses div.courselist-course table {
  width: 854px;
}

#studentdata-courses > div.courselist-course {
  /*width: 914px;*/
  margin-bottom: 3px;
  position: relative;
  margin-right: 2px;
}

#studentdata-courses > div.courselist-course {
  cursor: pointer;
  background-color: #efefef;
}

#studentdata-courses > div.courselist-course.final {
  background-color: #aaa;
}

#studentdata-courses .courselist-course-icon {
  width: 16px;
  height: 16px;
}

#studentdata-courses .info-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: inherit;
  padding-right: 5px;
}

#studentdata-courses .certificate-button {
  position: absolute;
  top: 0px;
  right: 40px;
}

#studentdata-courses .interactions-button {
  position: absolute;
  top: 0px;
  right: 66px;
  height: 36px;
}

#studentdata-courses .courselist-img {
  display: none;
}

#studentdata-courses .IconStatus {
  margin: 6px;
}

#studentdata-courses .IconDown {
  margin: 10px 6px;
}

#studentdata-courses .IconInfo {
  left: 8px;
  top: 6px;
}

#studentdata-courses .info-button {
  background-color: inherit;
}

#courselist-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 960px;
  display: none;
}

#courselist-nav-br {
  position: absolute;
  bottom: 60px;
  right: 20px;
}

#courselist-nav-br a {
  right: 0px;
}

#courselist-nav-bl {
  position: absolute;
  bottom: 60px;
  left: 20px;
}

#courselist-nav-bl a {
  left: 0px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
}

#courselist-nav-bl .courselist-nav-icon {
  width: 60px;
  height: 50px;
  margin-right: 2px;
  /* background-color: #abd037; */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 50px;
  -webkit-mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 50px;
  mask-position: 0 0;
}

#courselist-nav-bl .courselist-nav-img {
  display: none;
}

#courselist-nav-bl .courselist-nav-label {
  width: 100px;
  line-height: 1em;
  white-space: normal;
}

#courselist-nav-bl .courselist-nav-icon-contact {
  -webkit-mask-image: url("images/icons/baseline-face-60px.png");
  mask-image: url("images/icons/baseline-face-60px.png");
}

#courselist-nav-bl .courselist-nav-icon-password {
  -webkit-mask-image: url("images/icons/baseline-mail_outline-60px.png");
  mask-image: url("images/icons/baseline-mail_outline-60px.png");
}

#courselist .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#courselist .button.hasicon {
  padding: 0 0px 0 0px;
}

#courselist #nav_courselist_exit {
  color: #fff;
  background-image: none;
  box-shadow: none;
  float: right;
  border: none;
  line-height: 40px;
  height: 40px;
  padding: 0 10px 0 30px;
}

#courselist #nav_courselist_exit .nav-icon.courselist-nav-icon-exit {
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-image: url("images/icons/baseline-clear-30px.png");
  mask-image: url("images/icons/baseline-clear-30px.png");
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 4px;
}

#productlist {
  width: 1152px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}

#productlist.curved-big {
  border-radius: 3px;
}

#productlist-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#productlist-title {
  position: absolute;
  top: 24px;
  left: 30px;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
}

#productlist-bar-top {
  left: 10px;
  top: 70px;
  width: 960px;
  display: none;
}

#productlist #content {
  margin: 120px 0 60px;
  padding: 20px 0 20px;
  background-color: #efefef;
}

#productlist-nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#productlist-nav-section a.section-button {
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 0px;
}

#productlist-nav-section a.section-button.highlightdark {
  border-bottom: #76787b solid 4px;
}

#products {
}

#productlist-instr {
  background-color: #eee;
  width: 920px;
  padding: 10px;
  margin: 10px 0;
}

#productlist-bar-bottom {
  left: 10px;
  bottom: 10px;
  width: 960px;
  display: none;
}

#productlist-nav-br {
  position: absolute;
  bottom: 60px;
  right: 20px;
}

#productlist-nav-br a {
  right: 0px;
}

#productlist-nav-bl {
  position: absolute;
  bottom: 60px;
  left: 20px;
}

#productlist-nav-bl a {
  left: 0px;
}

#products-title {
  padding: 10px;
  margin: 10px;
}

#products .product {
  padding: 10px;
  margin: 10px;
}

#products .product .product-icon {
  float: left;
}

#products .product .product-content {
  margin-left: 180px;
}

#products .product .product-title {
  margin-bottom: 20px;
}

#products .product .product-title h2 {
  font-size: 20px;
}

#products .product .product-description {
  margin-bottom: 20px;
}

#products .product .product-courses {
  margin-bottom: 20px;
}

#products .product .product-courses ul {
  margin-left: 0;
}

#products .product .product-courses li {
  list-style: none;
  background: transparent;
  font-weight: bold;
}

#products .product .product-buy {
  margin-bottom: 20px;
}

#products .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#products .button.hasicon {
  padding: 0 0px 0 0px;
}

/*required for student course catalogue!*/
#courselist .first-group-no-folder {
  margin-top: 8px;
}

#catalogue {
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
  width: 960px;
}

#catalogue.curved-big {
  border-radius: 3px;
}

#courselist-nav-section a.section-button {
  position: relative;
}

#register-form select {
  width: 254px;
  height: 23px;
}

.courselist-group {
  cursor: pointer;
}

#cat-header {
  height: 120px;
}

#cat-logo {
  position: absolute;
  top: 5px;
  right: 20px;
  max-height: 60px;
}

#cat-title {
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  top: 20px;
  position: relative;
  left: 20px;
}

#cat-main {
  padding: 0px 0px 10px 0px;
  min-height: 447px;
  position: relative;
  top: -16px;
}

#cat-categories {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  padding-bottom: 40px;
}

#cat-categories li {
  background: none;
  background-color: #eee;
  padding: 10px;
  margin-bottom: 3px;
  border-radius: 3px;
  cursor: pointer;
}

#cat-categories li:hover {
  background-color: #ddd;
}

.cat-selected,
.cat-selected:hover {
  background-color: #999 !important;
  color: #fff !important;
  cursor: default !important;
}

#cat-product-list {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

.cat-product {
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.cat-product:first-child {
  border-top: none;
  padding-top: 0px;
}

.cat-product-left {
  display: inline-block;
  width: 200px;
  max-height: 200px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 10px;
}

.cat-product-left img {
  width: 200px;
}

.cat-product-right {
  display: inline-block;
  width: 415px;
}

.cat-product-title {
  font-size: 16px;
  margin: 0 0 8px 0px;
  font-weight: bold;
}

.cat-product-price {
  font-size: 16px;
  margin: 10px 0px 0px 10px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.cat-product-description {
  margin: 10px 0px 0px 0px;
}

.cat-product-description-full {
  display: none;
}

.cat-product-description-ellipsis {
  cursor: pointer;
}

.cat-product-description-ellipsis:hover {
  text-decoration: underline;
}

#cat-link-tos {
  margin: 10px 0px 0px 0px;
}

.cat-button {
  display: inline-block;
  padding: 6px 12px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  background-color: #000db2;
}

.cat-button-green {
  background-color: #00b259;
}

.cat-button-red {
  background-color: #b20d00;
}

.cat-button-red:hover {
  background-color: #9d0b00;
}

.cat-button-green:hover {
  background-color: #009e45;
}

.cat-button-disabled,
.cat-button-disabled:hover {
  background-color: #eee;
  /*color:#333;*/
  cursor: default;
}

.cat-button-price {
  background-color: #eee;
  height: 22px;
  width: 100px;
  margin-left: 0px;
  margin-right: 4px;
  color: #565656;
}

#cat-bar-top {
  left: 10px;
  top: 70px;
  width: 872px;
  display: none;
}

#cat-nav-bl {
  position: absolute;
  bottom: 9px;
  left: 10px;
}

#cat-nav-bl a {
  position: relative;
}

#cat-intro {
  background-color: #eee;
  width: 920px;
  padding: 20px;
  margin: 10px 0 20px;
}

#cat-outro {
  font-size: 13px;
  padding: 10px;
  margin-bottom: 15px;
}

#cat-intro-empty {
  background-color: #eee;
}

#cat-bar-bottom {
  width: 960px;
  left: 10px;
  bottom: 10px;
  display: none;
}

#cat-popup {
  display: block;
  position: absolute;
  top: 300px;
  left: 300px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #777;
  border-radius: 10px;
  padding: 10px;
  width: 380px;
  z-index: 3;
  box-sizing: border-box;
}

#cat-popup .bar {
  position: relative;
}

#cat-popup-content {
  margin-top: 5px;
  padding: 10px 10px 0px 10px;
  min-height: 30px;
}

#cat-popup-bar-content {
  position: relative;
  top: 8px;
  left: 10px;
}

.cat-popup-buttons {
  text-align: right;
}

#cat-popup-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.cat-content-tos-inner,
.cat-content-description-inner {
  overflow-y: auto;
  max-height: 300px;
}

#catalogue .button {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
}

#catalogue .button.hasicon {
  padding: 0 0px 0 0px;
}

#catalogue #nav_courselist_exit {
  color: #fff;
  background-image: none;
  box-shadow: none;
  float: right;
  border: none;
  line-height: 40px;
  height: 40px;
  padding: 0 10px 0 30px;
}

#catalogue #nav_courselist_exit .nav-icon.courselist-nav-icon-exit {
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-image: url("images/icons/baseline-clear-30px.png");
  mask-image: url("images/icons/baseline-clear-30px.png");
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 4px;
}

#course-zoom {
  background-image: url(images/zoom_button_tab.png);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  height: 3.5%;
  position: absolute;
  right: 2.7%;
  top: -1.9%;
  width: 55px;
}

#course-zoom a {
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
}

#course-zoom-default {
  background-image: url(images/zoom-default-new.png);
  bottom: -2px;
  right: 13px;
}

#course-zoom-max {
  background-image: url(images/zoom-max-new.png);
  bottom: -2px;
  right: 29px;
}

#main {
  width: 980px;
  height: 620px;
  position: relative;
  background-image: none;
  margin: 0 auto;
  margin-top: 10px;
} /*overflow: hidden;*/
#main-inner {
  margin: 10px;
  position: relative;
  width: 960px;
  height: 600px;
  overflow: hidden;
}

table.table-centre {
  width: 700px;
  margin: 0 auto;
}

table.table-centre td {
  vertical-align: middle;
}

tr.odd {
  background-color: #f1f1f1;
}

tr.even {
  background-color: #e1e1e1;
}

#bgd-header {
  height: 20px;
  position: relative;
}

#bgd-tl {
  background: url(images/user-bgd_01.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#bgd-tr {
  background: url(images/user-bgd_04.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#bgd-t {
  background: url(images/user-bgd_02.png) repeat-x;
  height: 20px;
  margin: 0 20px;
}

#bgd-l {
  background: url(images/user-bgd_05.png) repeat-y;
  display: block;
}

#bgd-r {
  background: url(images/user-bgd_07.png) repeat-y right;
  display: block;
}

#bgd-m {
  background-color: #fff;
  margin: 0 20px;
  padding: 1px;
}

#bgd-footer {
  height: 20px;
  position: relative;
}

#bgd-bl {
  background: url(images/user-bgd_10.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#bgd-br {
  background: url(images/user-bgd_12.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#bgd-b {
  background: url(images/user-bgd_11.png) repeat-x;
  height: 20px;
  margin: 0 20px;
}

#main-title {
  position: absolute;
  top: 24px;
  left: 30px;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
}

#main-logo {
  position: absolute;
  top: 5px;
  right: 10px;
  max-height: 60px;
}

#main-background,
#main-content {
  position: absolute;
  top: 104px;
  left: 10px;
  width: 940px;
  height: 454px;
}

#main-topic-title {
  position: absolute;
  top: 76px;
  left: 265px;
  width: 500px;
  color: #fff;
}

#main-topic-title img {
  float: left;
  margin: 1px 4px;
}

#main-assessmenttimer {
  color: #fff;
}

/*#main-topic-title:before {content:url(images/IconArrow.png);}*/
#nav-main {
  position: absolute;
  top: 70px;
  left: 10px;
  width: 940px;
  height: 35px;
  overflow: hidden;
}

#nav-main a {
  right: 0px;
}

#nav-br {
  position: absolute;
  top: 560px;
  left: 10px;
  width: 940px;
  height: 35px;
  overflow: hidden;
}

#nav-br a {
  right: 0px;
}

#nav-bl {
  position: absolute;
  top: 560px;
  left: 10px;
}

#nav-bl a {
  left: 0px;
}

.nav a {
  position: absolute;
  white-space: nowrap;
}

.nav a {
  position: absolute;
  white-space: nowrap;
}

#nav-section {
  position: absolute;
  top: 60px;
  left: 10px;
}

#nav-section a.section-button {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 38px;
  height: 40px;
  width: 200px;
  border: 0;
  padding-left: 40px;
}

#nav-topic {
  position: absolute;
  top: 120px;
  left: 25px;
}

#nav-topic a.topic-button {
  position: relative;
  display: block;
  width: 235px;
  line-height: 20px;
  height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0;
  padding-left: 35px;
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

#nav-topic a.topic-button p {
  max-width: 235px;
}

#nav-page {
  position: absolute;
  top: 102px;
  left: 330px;
}

#nav-page a.page-button {
  position: relative;
  display: block;
  width: 310px;
  line-height: 28px;
  height: auto;
  border: 0;
  padding-left: 35px;
  -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

#nav-page.menu-scroll {
  height: 380px;
  overflow-y: scroll;
}

#main_nav_notes img {
  left: 2px;
}

.launch-holder {
  position: relative;
  width: 300px;
  height: 122px;
}

a.launch-button {
  width: 150px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #00cc00;
  text-align: center;
}

.launch-score {
  position: absolute;
  top: 16px;
  left: 190px;
}

.launch-instr {
  position: absolute;
  top: 50px;
  left: 10px;
  width: 280px;
}

a.certificate-button {
  width: 150px;
  position: absolute;
  top: 84px;
  left: 10px;
  background-color: #00cc00;
  text-align: center;
}

.certificate-button.highlight,
.interactions-button.highlight {
  background-color: transparent;
}

#main-content {
  overflow: hidden;
  position: relative;
}

.template {
  position: absolute;
}

#pager {
  position: absolute;
  left: 20px;
  top: 534px;
}

#pager a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  z-index: 99;
}

#pager a.is_assessment {
  cursor: auto;
}

#page-inner {
  background-color: none !important;
}

#help {
  color: white;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 530px;
  z-index: 99;
}

#help p {
  margin: 5px 10px !important;
}

#key {
  position: absolute;
  top: 518px;
  left: 20px;
  padding: 6px 10px 10px;
  color: #fff;
  line-height: 16px;
}

#key img {
  position: relative;
  top: 2px;
}

#loading {
  width: 0px;
  height: 0px;
  position: absolute;
  background-image: none;
  margin: 0 auto;
  z-index: 999999;
}

#loading-inner {
  position: relative;
  top: 300px;
  left: 400px;
}

#loading .loading-message {
  width: 960px;
  position: absolute;
  left: -480px;
  text-align: center;
  top: 50px;
}

.login_form {
  width: 300px;
}

form.std label {
  width: 140px;
  display: inline-block;
}

form.std .form-required {
  width: 10px;
  float: right;
  color: red;
}

form.std input[type="text"],
form.std input[type="password"] {
  width: 250px;
}

form.std .description {
  margin-left: 144px;
  color: gray;
  font-style: italic;
}

form.std .formbuttons {
  text-align: right;
}

form.std .form-button {
  display: inline-block;
  height: 30px;
}

form.std .form-button:hover {
  display: inline-block;
  height: 30px;
  background-position: 0 30px;
}

form.std .form-button input {
  height: 30px;
  background: none;
  border: none;
  color: white;
}

.xtitle {
  font-size: 20px;
  line-height: 20px;
  color: #666666;
}

.bar {
  position: absolute;
  height: 30px;
}

.bartitle {
  padding: 5px;
  border-radius: 5px;
}

.button {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  border: 0;

  border-radius: 5px;

  cursor: pointer;
  position: relative;
}

#nav_exit {
  height: 30px;
  line-height: 30px;
}

input[type="submit"].button {
  padding: 0 10px 4px;
}

.button.cancel {
  background-color: #d55454;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e85353),
    to(#dd0000)
  );
  background-image: -moz-linear-gradient(top, #e85353, #dd0000);
}

.button.submit {
  background-color: #47be36;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#47be36),
    to(#2e7a22)
  );
  background-image: -moz-linear-gradient(top, #47be36, #2e7a22);
}

.button:hover {
  text-decoration: none;
}

.button.icononly {
  width: 30px;
  padding: 0;
}

.button.disabled {
  background: #ccc;
  cursor: default;
  opacity: 0.5;
}

.button p {
  margin: 0;
}

.button.hasicon {
  padding: 0 10px 0 24px;
}

.button img {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 16px;
}

.xmorebutton {
  cursor: pointer;
}

.dialog-body,
.dialog-title,
.tooltip-data,
.tooltip-title {
  display: none;
}

#tooltip {
  position: absolute;
  /*min-width: 300px;*/
  max-width: 400px;
  z-index: 3000;
  border: 1px solid #ccc;
  background-color: #fff;
  /*padding: 10px;*/
  border-radius: 10px;
}

#tooltip > .body {
  margin: 10px;
}

#tooltip p {
  margin-bottom: 4px;
}

.ui-tooltip {
  position: absolute;
  /*min-width: 300px;*/
  max-width: 400px;
  z-index: 3000;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

/*.ui-tooltip > .body {margin: 10px;}
  
  .ui-tooltip p {margin-bottom: 4px}*/

.ui-icon-closethick {
  background-image: url(images/IconClose.png);
  background-repeat: no-repeat;
  background-position: 5px 4px;
  display: block;
  height: 22px;
  overflow: hidden;
  position: absolute;
  right: 2px;
  text-indent: -99999px;
  top: -3px;
  width: 22px;
}

#render {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -100;
}

.nav-button-alt {
  background: none !important;
}

.curved-big {
  border-radius: 20px;
}

.curved-medium {
  /* border-radius:10px; */
  border-radius: 10px;
}

.curved {
  /* border-radius:5px; */
  border-radius: 5px;
}

a.curved-tab {
  /* border-radius: 10px 10px 0 0; */
  border-radius: 10px 10px 0 0;
}

a.curved-tab-small {
  /* border-radius: 6px 6px 0 0; */
  border-radius: 6px 6px 0 0;
}

.shadow-bottom {
  /* -moz-box-shadow:    0px 3px 2px 0px rgba(0,0,0,0.2);
      -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.2);
      box-shadow:         0px 3px 2px 0px rgba(0,0,0,0.2); */
}

.shadow {
  -moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.2);
}

em.error {
  color: red;
}

.xe {
  position: absolute;
}

.xtemplate {
}

.singleline {
  white-space: nowrap;
}

/*.ximage > div {
      background-color: transparent !important;
  }
  
  */

.smaller-white {
  font-size: 12px;
  color: #ffffff;
}

.scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/*.scrollable:after {
      display: block;
      content: "<p>hi</p>";
      width: 16px;
      height: 40px;
      position: relative;
      bottom: 0px;
      left:0px;
      background: transparent url(images/scrollfade-bottom.png) repeat-x;
  }*/
.scrollfade {
  position: absolute;
  z-index: 2002;
}

.scrollfade-top {
  top: 0px;
  background-image: url(images/scrollfade-top.png);
  height: 30px;
}

.scrollfade-bottom {
  bottom: -1px;
  background-image: url(images/scrollfade-bottom.png);
  height: 40px;
}

.scrollfade-top-margin {
  display: block;
  height: 7px;
}

.scrollfade-bottom-margin {
  display: block;
  height: 20px;
}

.ui-dialog .scrollfade-top {
  top: 32px;
}

/*.scrollpad:before {display: block; height: 20px}
  
  .scrollpad:after {display: block; height: 20px}*/

#popup p,
#render p,
#main p {
  margin-bottom: 0;
}

#popup ul,
#render ul,
#main ul {
  margin-bottom: 0;
}

#popup li,
#render li,
#main li {
  margin-bottom: 0;
}

.ximage {
  overflow: hidden;
}

.ximage img {
  /*width:100%;*/
}

a.reveal-button {
  position: absolute;
  display: block;
  text-decoration: none;
  /*padding: 0 10px;*/ /*joe 19/03/14*/
  padding: 0 1px;
  text-align: center;
  cursor: pointer;
  line-height: 1.1em;
}

a.reveal-button p {
  margin: 0;
}

a.revealtab-button {
  position: absolute;
  display: block;
  text-decoration: none;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  line-height: 30px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

a.revealtab-button p {
  margin: 0;
}

div.reveal-button-img {
  padding: 0;
  background-color: none;
}

div.reveal-button-img img {
  top: 0;
  left: 0;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.xtext {
  padding-top: 1px;
  padding-bottom: 1px;
  overflow-y: auto;
  overflow-x: hidden;
  letter-spacing: -0.04px; /*Fine tune text with flash*/
}

.xtext a {
  color: #565656;
}

/*.ximage {text-align: center;}*/
.xtext textarea {
  resize: none;
  border: none;
  /*background-color: transparent !important;*/
  /*background: url('images/transparent-pixel.png');*/
}

.xbutton {
  cursor: pointer;
}

.xbutton.disabled {
  cursor: inherit;
}

.xtext-speech {
}

.xtext-warning {
  color: white;
}

.xtable table {
  z-index: 1;
}

.xtable th {
  text-align: left;
  font-weight: normal;
}

.xtable td {
  border: 1px solid #ccc;
}

li {
  background: url("images/bullet.png") no-repeat scroll left 0.4em;
  padding: 0px 0px 3px 10px;
  list-style: none;
}

em.error li, .passwordindicator li {
  background: none;
  padding: 0;
  list-style: disc;
}

.xaudio .xbutton .ximage {
  min-height: 16px !important;
  overflow: inherit !important;
  width: 16px !important;
  left: 3px !important;
  top: -1px !important;
}

.dragdrop-question {
  color: white;
  overflow-y: hidden;
}

.dragdrop-drag {
  color: white;
  position: absolute !important;
}

.dragdrop-drag p {
  margin: 0px;
}

.feedback {
  background-color: #f1f1f1;
  overflow-y: auto;
  overflow-x: hidden;
  /*height:initial !important;
      width:initial !important;*/
}

.feedback-inner {
  margin: 10px;
}

.feedback .xtext {
  position: relative;
  width: initial !important;
}

.question {
  padding: 10px;
  margin-bottom: 3px;
}

.question p {
  margin: 0;
}

a.quiz-button {
  display: block;
  text-decoration: none;
  padding: 10px 40px 10px 10px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 1px;
  /*min-height: 18px;*/
  position: relative;
  z-index: 2;
}

a.quiz-button p {
  margin: 0;
}

span.quiz-button-box {
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #fff;
}

span.quiz-button-dot {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: -18px;
}

a.quizbuttons-button {
  display: block;
  text-decoration: none;
  padding: 10px 10px 0;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 3px;
  min-height: 28px;
  position: absolute;
  z-index: 2;

  text-align: center;
}

a.quizbuttons-button p {
  margin: 0;
}

.xtextinput-input {
  border: 0;
}

.xtextinput-bgd {
  border-style: solid;
  border-width: 6px;
}

.xdropdowninteraction .dropdowninteraction-question {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.xdropdowninteraction .dropdowninteraction-question select {
  margin-left: auto;
  background: #dce6bc;
  border-radius: 3px;
  height: 21px;
  min-width: 120px;
}

#assessment-result-bar-holder {
  display: block;
  height: 30px;
  background-color: white;
  border: 1px solid #e1e1e1;
  margin: 10px 0;
}

#assessment-result-bar {
  display: block;
  height: 30px;
  background-color: #52db3f;
}

#assessment-result-scores {
  display: block;
}

#assessment-result-scores div {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  float: left;
  margin: 0 3px 3px 0;
}

#assessment-result-scores div img {
  margin: 2px;
}

a.disabled {
  cursor: default;
}

.warningIcon {
  background: url("images/IconWarning.png");
  width: 12px;
  height: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.quoteStart {
  background: url("images/IconQuoteStart.png");
  width: 45px;
  height: 37px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.quoteEnd {
  background: url("images/IconQuoteEnd.png");
  width: 45px;
  height: 37px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.infoIcon {
  background: url("images/IconWarning.png");
  width: 12px;
  height: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.audio-nav {
  position: absolute;
  top: 400px;
  left: 463px;
  z-index: 999 !important;
  width: 455px;
  background-color: #ffffff;
  border: solid thin #ccc;
  border-radius: 10px;
  padding: 5px;
  padding-left: 0px;
  box-shadow: 3px 3px 10px #999;
}

.audio-nav ul {
  margin: 0;
}

.audio-nav li {
  display: inline-block;
  background: none;
  padding: 0;
  margin-left: 5px;
}

#audio-progress {
  background-color: #ccc;
  border-radius: 5px;
  padding: 0px;
  width: 380px;
  margin-left: 5px;
}

#audio-progress-inner {
  background-color: #0a7bbf;
  width: 0%; /* Adjusted with JavaScript */
  height: 30px;
  border-radius: 5px;
}

.play-icon {
  background: url("images/IconPlayPause.png") 0 0;
  width: 10px;
  height: 16px;
  display: block;
  left: 11px;
  position: relative;
  top: 7px;
}

.pause-icon {
  background: url("images/IconPlayPause.png") -10px 0;
  width: 10px;
  height: 16px;
  display: block;
  left: 11px;
  position: relative;
  top: 7px;
}

.audio-popup p {
  margin-bottom: 1em !important;
}

/*DIALOG */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: url("images/overlay.png") repeat scroll 50% 50% #666666;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.ui-dialog {
  overflow: hidden;
  padding: 4px;
  position: absolute;
  background-color: #fff;
  z-index: 2001;
}

.ui-button {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin-right: 0.1em;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.ui-dialog .ui-widget-header {
  /*background: url("images/content-bgd.png") repeat-x scroll 50% 50%;*/
  /*background-color :#8DB130;
      border: 1px solid #8DB130;*/
  color: #ffffff;
  font-weight: bold;
}

.ui-dialog .ui-widget-header a {
  color: #ffffff;
}

.ui-dialog .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0em 1em 0em;
  position: relative;
  line-height: 40px;
  min-height: 26px !important;
}

.ui-dialog .ui-dialog-title {
  margin: 0.1em 16px 0.2em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  height: 20px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  right: 0.3em;
  top: 54%;
  width: 21px;
  height: 20px;
  background-color: transparent;
  border: none;
  outline: none;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  display: none;
}

.ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  overflow: auto;
  padding: 10px;
  position: relative;
}

.ui-dialog .ui-dialog-content p {
  padding-left: 5px;
  line-height: 40px;
}

.ui-dialog .ui-dialog-content table tbody tr {
  line-height: 40px;
}

.ui-dialog .ui-dialog-content table tbody tr td {
  padding-left: 10px;
}

.ui-dialog .ui-dialog-buttonpane {
  background-image: none;
  border-width: 1px 0 0;
  margin: 0.5em 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
  text-align: left;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  margin: 0.5em 0.4em 0.5em 0;
}

.ui-corner-all {
  border-radius: 2px 2px 2px 2px;
}

.ui-helper-clearfix {
  display: block;
}

#diary li {
  list-style-type: none;
  background: none;
  padding: 10px 0px 0px 10px;
}

#diary li a {
  font-weight: normal;
}

#diary li .active {
  font-weight: bold;
}

#diary-pages {
  height: 333px;
  position: absolute;
  width: 250px;
  padding: 10px;
  margin: 0;
  overflow-y: auto;
}

#diary-textarea {
  width: 489px;
  height: 349px;
  position: absolute;
  left: 294px;
}

#diary-bottombar {
  width: 630px;
  position: absolute;
  bottom: 10px;
}

#diary-formbuttons {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

.diary-tab {
  display: inline-block;
  height: 15px;
  min-width: 120px;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  cursor: pointer;
}

#diary-tabs {
  margin-bottom: 10px;
}

#diary-answers {
  padding: 20px;
  height: 312px;
  overflow-y: auto;
}

#main_nav_diary img {
  top: 8px;
  left: 5px;
  height: 12px;
}

#main_nav_diary {
  padding: 0 10px 0 28px;
}

#scorm-iframe-nav {
  /*style="background-color:white;text-align:right;width:100%;"*/
  background-color: white;
  text-align: right;
  width: 100%;
}

.player-container {
}

.jp-video-full {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 !important;
}

.jp-video-full .jp-jplayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 35px;
  height: auto !important;
}

.jp-video-full .jp-interface {
  position: absolute;
  bottom: 0 !important;
}

/* Poster Image */

.jp-jplayer {
  /*background: #000;*/
}

.jp-jplayer video {
  display: block !important;
}

.jp-jplayer img {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* Controls Interface */
.jp-video-play {
  height: 50%;
  position: absolute;
  top: 0;
  width: 50%;
}

.jp-video-play-icon {
  background: url("images/jplayer/video-play-icon.png") repeat scroll 0 0
    transparent;
  bottom: 0;
  height: 100px;
  margin: -40px -50px;
  position: absolute;
  width: 100px;
  right: 0;
  text-indent: -2000px;
}

.jp-interface {
  display: none;
  position: relative;
  bottom: 35px;
  height: 35px;
  width: 100%;
  z-index: 100;
  background-color: #fefefe;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fefefe),
    to(#babec4)
  );
  background-image: -webkit-linear-gradient(top, #fefefe, #babec4);
  background-image: -moz-linear-gradient(top, #fefefe, #babec4);
  background-image: -o-linear-gradient(top, #fefefe, #babec4);
  background-image: -ms-linear-gradient(top, #fefefe, #babec4);
  background-image: linear-gradient(top, #fefefe, #babec4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fefefe', EndColorStr='#babec4');
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  /*
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;*/
}

/* Divider Between Controls */

.divider {
  position: absolute;
  width: 1px;
  height: 25px;
  background: url(images/jplayer/sprites.png) no-repeat -50px -344px;
}

.jp-controls .divider {
  top: 5px;
  left: 56px;
}

.jp-progress-container .divider {
  top: 0;
  right: -7px;
}

.jp-volume-bar-container .divider {
  top: 0;
  right: -7px;
}

.jp-controls a:hover,
.jp-controls a:active {
  background-color: transparent;
}

/* General Button Styles */

.jp-button {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9fafa),
    to(#c6c9cd)
  );
  background: -webkit-linear-gradient(top, #f9fafa, #c6c9cd);
  background: -moz-linear-gradient(top, #f9fafa, #c6c9cd);
  background: -o-linear-gradient(top, #f9fafa, #c6c9cd);
  background: -ms-linear-gradient(top, #f9fafa, #c6c9cd);
  background: linear-gradient(top, #f9fafa, #c6c9cd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9fafa', EndColorStr='#c6c9cd');
  width: 43px;
  height: 23px;
  z-index: 1;
  outline: none;
  padding: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 0 #fff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-top: solid 1px #d3d4d4;
  border-bottom: solid 1px #a5a8ad;
  position: relative;
  overflow: hidden;
  text-indent: -100%;
  display: block;
}

.jp-button:before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jp-button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fcfcfc),
    to(#c8cace)
  );
  background: -webkit-linear-gradient(top, #fcfcfc, #c8cace);
  background: -moz-linear-gradient(top, #fcfcfc, #c8cace);
  background: -o-linear-gradient(top, #fcfcfc, #c8cace);
  background: -ms-linear-gradient(top, #fcfcfc, #c8cace);
  background: linear-gradient(top, #fcfcfc, #c8cace);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#c8cace');
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-top: solid 1px #c8c9c9;
  border-bottom: solid 1px #9d9fa4;
}

.jp-button:active {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9fafa),
    to(#e1e3e5)
  );
  background: -webkit-linear-gradient(top, #f9fafa, #e1e3e5);
  background: -moz-linear-gradient(top, #f9fafa, #e1e3e5);
  background: -o-linear-gradient(top, #f9fafa, #e1e3e5);
  background: -ms-linear-gradient(top, #f9fafa, #e1e3e5);
  background: linear-gradient(top, #f9fafa, #e1e3e5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9fafa', EndColorStr='#e1e3e5');
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-top: solid 1px #c8c9c9;
  border-bottom: solid 1px #a5a8ad;
}

/* Play & Pause Buttons */

.jp-play,
.jp-pause {
  position: absolute;
  top: 5px;
  left: 5px;
}

.jp-pause {
  display: none;
}

.jp-play:before {
  background: url(images/jplayer/sprites.png) 17px 6px no-repeat;
}

.jp-play:hover:before,
.jp-play:active:before {
  background: url(images/jplayer/sprites.png) -33px 6px no-repeat;
}

.jp-pause:before {
  background: url(images/jplayer/sprites.png) 17px -44px no-repeat;
}

.jp-pause:hover:before,
.jp-pause:active:before {
  background: url(images/jplayer/sprites.png) -33px -44px no-repeat;
}

/* Full Screen & Restore Screen Buttons */

.jp-full-screen,
.jp-restore-screen {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
}

.jp-restore-screen {
  display: none;
}

.jp-full-screen:before {
  background: url(images/jplayer/sprites.png) 7px -244px no-repeat;
}

.jp-full-screen:hover:before,
.jp-full-screen:active:before {
  background: url(images/jplayer/sprites.png) -43px -244px no-repeat;
}

.jp-restore-screen:before {
  background: url(images/jplayer/sprites.png) 7px -294px no-repeat;
}

.jp-restore-screen:hover:before,
.jp-restore-screen:active:before {
  background: url(images/jplayer/sprites.png) -43px -294px no-repeat;
}

/* Progress & Volume Bar (Possible, Seek, Play, Volume, Volume Value Bars) */

.jp-progress-container,
.jp-volume-bar-container {
  height: 15px;
  padding: 5px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #e9eaea;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e9eaea),
    to(#babdc2)
  );
  background-image: -webkit-linear-gradient(top, #e9eaea, #babdc2);
  background-image: -moz-linear-gradient(top, #e9eaea, #babdc2);
  background-image: -o-linear-gradient(top, #e9eaea, #babdc2);
  background-image: -ms-linear-gradient(top, #e9eaea, #babdc2);
  background-image: linear-gradient(top, #e9eaea, #babdc2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e9eaea', EndColorStr='#babdc2');
}

.jp-progress-container {
  position: absolute;
  top: 5px;
  left: 63px;
  right: 110px;
}

.jp-volume-bar-container {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 52px;
  padding: 5px 5px 5px 30px;
}

.jp-progress,
.jp-seek-bar,
.jp-play-bar,
.jp-volume-bar,
.jp-volume-bar-value {
  height: 15px;
  border-radius: 1px;
}

.jp-progress {
  position: absolute;
  top: 5px;
  left: 10px;
  right: 10px;
  background-color: #4ea5f1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4ea5f1),
    to(#387fec)
  );
  background-image: -webkit-linear-gradient(top, #4ea5f1, #387fec);
  background-image: -moz-linear-gradient(top, #4ea5f1, #387fec);
  background-image: -o-linear-gradient(top, #4ea5f1, #387fec);
  background-image: -ms-linear-gradient(top, #4ea5f1, #387fec);
  background-image: linear-gradient(top, #4ea5f1, #387fec);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4ea5f1', EndColorStr='#387fec');
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.jp-seek-bar,
.jp-volume-bar {
  cursor: pointer;
  background-color: #a5abb2;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a5abb2),
    to(#bec3c8)
  );
  background-image: -webkit-linear-gradient(top, #a5abb2, #bec3c8);
  background-image: -moz-linear-gradient(top, #a5abb2, #bec3c8);
  background-image: -o-linear-gradient(top, #a5abb2, #bec3c8);
  background-image: -ms-linear-gradient(top, #a5abb2, #bec3c8);
  background-image: linear-gradient(top, #a5abb2, #bec3c8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a5abb2', EndColorStr='#bec3c8');
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.jp-volume-bar {
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.jp-play-bar,
.jp-volume-bar-value {
  float: left;
  position: relative;
  background-color: #4ea5f1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4ea5f1),
    to(#387fec)
  );
  background-image: -webkit-linear-gradient(top, #4ea5f1, #387fec);
  background-image: -moz-linear-gradient(top, #4ea5f1, #387fec);
  background-image: -o-linear-gradient(top, #4ea5f1, #387fec);
  background-image: -ms-linear-gradient(top, #4ea5f1, #387fec);
  background-image: linear-gradient(top, #4ea5f1, #387fec);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4ea5f1', EndColorStr='#387fec');
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

/* Mute & Unmute Buttons */

.jp-mute,
.jp-unmute {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 14px;
  height: 12px;
  text-indent: -100%;
  overflow: hidden;
}

.jp-mute,
.jp-unmute {
  background: url(images/jplayer/sprites.png) no-repeat 0 -200px;
}

.jp-mute:hover,
.jp-mute:active,
.jp-unmute:hover,
.jp-unmute:active {
  background: url(images/jplayer/sprites.png) no-repeat -50px -200px;
}

/* Bullet & Current Time Tooltip */

.bullet {
  position: absolute;
  content: "";
  /*top: -3px;
      right: -7px;
      height: 13px;
      width: 13px;
      background: url(images/jplayer/sprites.png) no-repeat 0px -350px;*/
}

.jp-current-time {
  text-align: center;
  position: absolute;
  top: -29px;
  right: -17px;
  padding: 6px 10px;
  line-height: 15px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.9))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.9)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.9)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.9)
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.9)
  );
  background-image: linear-gradient(
    top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.9)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
  font-size: 11px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  border-radius: 2px;
  z-index: 3;
  opacity: 0;
  display: none;
}

.jp-current-time:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.jp-current-time:after {
  border-top-color: rgba(0, 0, 0, 0.85);
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
}

.closeVideo {
  color: #fff;
  z-index: 999;
  position: absolute;
  top: 60px;
  right: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.resources-popup table {
  width: 100%;
}

.resources-popup td {
  max-width: 230px;
  word-wrap: break-word;
}

.glossary-popup table {
  width: 100%;
}

/*jwplayer*/
.xvideo {
  background-color: #000000;
}

.xvideo a.video-popup-button {
  cursor: pointer;
}

.xvideo a.video-popup-button img {
  width: 100%;
  height: 100%;
}

.xvideo a.video-popup-button .video-popup-youtube-playbutton {
  width: 63px;
  height: 44px;
  position: absolute;
  left: calc(50% - 31px);
  top: calc(50% - 22px);
}

.xvideo a.video-popup-button .video-popup-vimeo-playbutton {
  width: 57px;
  height: 40px;
  position: absolute;
  left: calc(50% - 29px);
  top: calc(50% - 20px);
}

.xvideo span.xvideo-loading {
  color: #ffffff;
}

.jwlogo {
  visibility: hidden !important;
}

.scormiframe {
  width: "100%";
  height: "100%";
  border: 0;
  background-color: "white";
}

/* WebKit browsers */
::-webkit-input-placeholder {
  color: #fff;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #fff;
}

#nav_return {
  width: 140px !important;
}

#nav_return img {
  position: relative;
  left: 6px;
  margin-right: 12px;
  top: 4px;
}

/* Mobile hacks - removed */
@media (max-width: 1020px) {
  /* WebKit browsers */
  ::-webkit-input-placeholder {
    color: #4f4f4f;
  }

  /* Mozilla Firefox 4 to 18 */
  :-moz-placeholder {
    color: #4f4f4f;
    opacity: 100;
  }

  /* Mozilla Firefox 19+ */
  ::-moz-placeholder {
    color: #4f4f4f;
    opacity: 100;
  }

  /* Internet Explorer 10+ */
  :-ms-input-placeholder {
    color: #4f4f4f;
  }

  body.course-tpl {
    background-image: none !important;
  }

  #login,
  #register {
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow: auto;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  #login-bar-top,
  #login-nav-section {
    display: none;
  }

  #login-logo,
  #register-logo {
    margin: 0 auto;
    position: relative;
    right: 0;
    max-height: 60px;
    margin-top: 56px;
    top: 0;
  }

  #login-content,
  #register-content {
    margin-top: 7%;
    margin-bottom: 12%;
  }

  #login-nav-br,
  #register-nav-br {
    position: static;
    width: 100%;
  }

  #login-nav-br-submit {
    width: 80%;
    height: 56px;
    font-size: 20px;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    margin-bottom: 32px;
  }

  #login-bar-bottom {
    display: none;
  }

  #cat-nav-bl {
    order: 2;
    position: static;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }

  #login-nav-bl {
    -webkit-order: 2;
    order: 2;
    position: static;
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-end;
    margin-bottom: 64px;
    width: initial;
    margin: 0 16px;
  }

  #login-nav-bl a {
    left: 0px !important;
    position: relative;
    color: #666666;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin: 0;
  }

  #login-nav-bl a .login-nav-icon {
    -webkit-mask-size: 40px;
    mask-size: 40px;
    width: 40px;
    height: 40px;
  }

  #contact-form .form-item .error,
  #requestlogin-form .form-item .error,
  #completeregistration-form .form-item .error,
  #login-form .form-item em,
  #changepassword-form .form-item em,
  #completeregistration-form .form-item em {
    text-align: left;
    margin-left: 0;
  }

  #completeregistration-pass-passwordindicator {
    margin-left: 0;
  }

  #login-form {
    width: 80%;
  }

  #login-form input[type="text"],
  #login-form input[type="password"],
  #contact-form input,
  #contact-form textarea,
  #changepassword input,
  #requestlogin input,
  #register-form input[type="text"],
  #register-form input[type="password"],
  #completeregistration-form input,
  #completeregistration-form input[type="text"],
  #completeregistration-form input[type="password"] {
    box-sizing: border-box;
    font-size: 21px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    border: 1px solid #666;
    border-radius: 2px;
    height: 56px;
  }

  #login-form label,
  #register-form label,
  #requestlogin-form label,
  #completeregistration-form label {
    display: none;
  }

  #register-form select {
    width: 100%;
    height: 100%;
    font-size: 21px;
    padding: 10px;
    max-width: none;
  }

  #login_nav_register_text {
    width: 80%;
    text-align: left !important;
    margin: 0 auto !important;
  }

  #lang {
    text-align: center !important;
    margin-right: 0 !important;
    margin-left: 10%;
    margin-right: 10% !important;
    margin-bottom: 12px !important;
  }

  /* course list */
  #courselist-title {
    display: none;
  }

  #courselist,
  #contact,
  #changepassword,
  #requestlogin,
  #register,
  #catalogue,
  #completeregistration {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    min-height: 100vh;
    text-align: center;
  }

  #catalogue {
    box-sizing: border-box;
  }

  #cat-header {
    height: auto;
  }

  #cat-title {
    display: none;
  }

  #cat-main {
    position: static;
    padding: 0;
    width: 100%;
  }

  #cat-intro {
    margin: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
  }

  #cat-categories {
    width: calc(100% - 64px);
    margin-left: 32px;
    margin-right: 32px;
  }

  #cat-product-list {
    width: calc(100% - 64px);
    margin: 0;
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cat-product-right {
    width: auto;
  }

  .cat-product-left {
    margin-bottom: 8px;
  }

  .cat-product-courses ul {
    margin-left: 0;
  }

  #login-logo,
  #courselist-logo,
  #contact-logo,
  #changepassword-logo,
  #requestlogin-logo,
  #register-logo,
  #cat-logo,
  #completeregistration-logo {
    margin-bottom: 16px;
    margin-top: 16px;
    position: static;
  }

  #login-bar-top,
  #courselist-bar-top,
  #contact-bar-top,
  #changepassword-bar-top,
  #requestlogin-bar-top,
  #register-bar-top,
  #cat-bar-top,
  #completeregistration-bar-top {
    display: none;
  }

  #courselist-instr,
  #changepassword-instructions {
    background-color: initial;
    width: initial;
    padding: 16px;
  }

  #studentdata-courses div.courselist-group {
    width: initial !important;
    border-radius: 0;
    margin-bottom: 0px !important;
    margin-top: 8px !important;
    margin-left: 16px;
    margin-right: 16px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 2px;
  }

  .courselist-course {
    width: initial !important;
    border-radius: 0;
    background-color: inherit !important;
    margin-bottom: 0 !important;
    margin-top: 8px !important;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  #studentdata-courses > div.courselist-course {
    margin-right: 16px;
    margin-left: 16px;
  }

  #studentdata-courses .grouped {
    margin-top: 4px !important;
    margin-left: 24px;
  }

  #studentdata-courses div.courselist-course table {
    background-color: #ccc;
    display: block;
    /* width: 950px !important; This is a hack to force the rest of the flexbox items to align */
  }

  #studentdata-courses div.courselist-course table tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  #studentdata-courses div.courselist-course table tbody,
  #studentdata-courses div.courselist-course table td {
    display: block;
  }

  .courselist-course table {
    width: 90% !important;
  }

  .courselist-group table {
    width: 100% !important;
  }

  .courselist-course table tr,
  .courselist-group table tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  #studentdata-courses {
    margin: 0;
  }

  #courselist-content {
    position: relative;
    left: 0 !important;
    top: 0;
    width: initial;
    min-height: 70vh;
    max-height: 70vh;
    overflow-y: scroll;
    margin-top: 0;
  }

  #courselist-content #studentdata-courses .courselist-item-icon,
  #courselist-content #studentdata-courses .courselist-item-icon-interactions {
    -webkit-mask-size: 20px;
    mask-size: 20px;
    width: 20px;
    height: 20px;
  }

  #login-nav-section,
  #contact-nav-section,
  #changepassword-nav-section,
  #requestlogin-nav-section,
  #register-nav-section,
  #completeregistration-nav-section {
    position: static;
  }

  #courselist-nav-section {
    position: static;
    text-align: left;

    padding: 0px 15px 0px 0px;
  }

  #login-nav-section a.section-button,
  #contact-nav-section a.section-button,
  #changepassword-nav-section a.section-button,
  #requestlogin-nav-section a.section-button,
  #register-nav-section a.section-button,
  #completeregistration-nav-section a.section-button {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    position: static;
    padding-left: 0;
    text-align: left;
    padding-left: 16px;
  }

  #courselist-nav-section a {
    border-radius: 0;
    position: static;
    padding-left: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    max-width: none;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    text-overflow: ellipsis;
    height: 100%;
    width: 100%;
    text-align: left;
    line-height: 38px;
    width: auto;
  }

  #courselist-nav-section a.section-button {
    float: unset;
    padding: 0 16px;
  }

  #courselist-nav-section #nav_courselist_exit {
    padding: 0 20px;
    float: initial;
  }

  #courselist-nav-main {
    top: 97px;
  }

  #courselist-nav-main a {
    color: #fff;
    background-image: none;
    box-shadow: none;
    background-color: initial;
  }

  #courselist-bar-bottom {
    display: none;
  }

  #courselist-nav-bl,
  #contact-nav-br,
  #changepassword-nav-br,
  #requestlogin-nav-br,
  #completeregistration-nav-br {
    position: static;
    width: initial;
  }

  #courselist-nav-bl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 16px;
    margin-right: 16px;
  }

  #courselist-nav-bl a {
    left: 0px !important;
    position: relative;
    color: #666666;
    top: 12px;
    height: 56px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin-right: 0;
  }

  #courselist-nav-bl .courselist-nav-icon {
    -webkit-mask-size: 40px;
    mask-size: 40px;
    width: 40px;
    height: 40px;
  }

  .courselist-group table .courselist_col_1 {
    width: 10%;
  }

  .courselist-group table .courselist_col_2 {
    width: 90%;
    line-height: 24px;
    font-weight: 600;
    padding-left: 16px;
    text-align: left;
  }

  .courselist-group table .courselist_col_3 {
    width: 0%;
    display: none !important;
  }

  .courselist-group table .courselist_col_4 {
    width: 0%;
    display: none !important;
  }

  .courselist-group table .courselist_col_5 {
    width: 0%;
    display: none !important;
  }

  .courselist-group table .courselist_col_6 {
    width: 0%;
    display: none !important;
  }

  .courselist-group table .courselist_col_7 {
    width: 10%;
  }

  .courselist-course table {
    line-height: 24px;
  }

  .courselist-course table .courselist_col_1 {
    width: 10%;
  }

  .courselist-course table .courselist_col_2 {
    line-height: 24px;
    vertical-align: middle;
    padding-left: 16px;
    text-align: left;
  }

  .courselist-course table .courselist_col_3 {
    width: 0%;
    display: none !important;
  }

  .courselist-course table .courselist_col_4 {
    width: 0%;
    display: none !important;
  }

  .courselist-course table .courselist_col_5 {
    width: 0%;
    display: none !important;
  }

  #studentdata-courses {
    overflow: initial;
    max-height: none;
    width: 100%;
  }

  #studentdata-courses .info-button,
  #studentdata-courses .certificate-button,
  #studentdata-courses .interactions-button {
    position: static;
    width: auto;
    margin-left: 4px;
    height: auto;
    border-radius: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ccc;
    min-width: 32px;
  }

  #studentdata-courses .button img {
    position: static;
    height: 12px;
  }

  #studentdata-courses > table {
    display: none;
  }

  #studentdata-courses .IconStatus {
    margin-left: 16px;
    margin-right: 16px;
  }

  #nav_courselist_exit img {
    display: none;
  }

  #courselist-nav-section #nav_courselist_exit {
    float: right;

    padding: 0px 20px;
  }

  #contact,
  #changepassword,
  #requestlogin,
  #register,
  #completeregistration {
    width: 100%;
    box-shadow: none;
    margin-top: 0;
  }

  #contact-content,
  #requestlogin-content,
  #register-content,
  #completeregistration-content,
  #contact-content {
    left: 0 !important;
    top: 0;
    width: initial;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0;
  }

  #changepassword-content {
    overflow-y: initial;
    margin: 0;
  }

  #contact-content {
    overflow-y: initial;
    margin: 40px 0 40px 0;
  }

  #contact-nav-br a,
  #changepassword-nav-br a,
  #requestlogin-nav-br a,
  #register-nav-br a,
  #completeregistration-nav-br a {
    position: static;
    display: block;
    width: initial;
    margin: 16px;
    height: 56px;
    line-height: 56px;
  }

  #contact-bar-bottom,
  #changepassword-bar-bottom,
  #requestlogin-bar-bottom,
  #register-bar-bottom,
  #cat-bar-bottom,
  #completeregistration-bar-bottom {
    display: none;
  }

  #contact-form,
  #changepassword-form,
  #requestlogin-form,
  #register-form,
  #completeregistration-form {
    width: initial;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
  }

  #contact-form label,
  #changepassword label,
  #requestlogin label #register-form label,
  #completeregistration-form label {
    display: none;
  }

  #contact-form input[type="text"],
  #contact-form textarea,
  #changepassword-form input[type="password"],
  #changepassword-form textarea {
    width: 100%;
  }

  #changepassword-form em.error {
    margin-left: 0;
    margin-top: 4px;
  }

  #changepassword-pass-passwordindicator {
    margin-left: 0px;
  }

  #requestlogin-email-description {
    margin-left: 0;
    margin-top: 8px;
    text-align: left;
  }

  #requestlogin-form input[type="text"] {
    width: 100%;
    margin-bottom: 8px;
  }

  #login-nav-bl,
  #courselist-nav-bl {
    margin-bottom: 16px;
  }

  #login-nav-bl a,
  #courselist-nav-bl a {
    display: inline;
    padding: 0 !important;
  }

  #login-nav-bl a:first-of-type,
  #courselist-nav-bl a:first-of-type {
    padding-right: 8px !important;
  }

  #login-nav-bl a:last-of-type,
  #courselist-nav-bl a:last-of-type {
    padding-right: 8px !important;
  }

  #login-nav-bl a img,
  #courselist-nav-bl a img {
    display: none;
  }

  #nav_return {
    width: 140px !important;
  }

  #nav_return img {
    position: relative;
    left: 6px;
    margin-right: 12px;
    top: 4px;
  }

  .pages-t-and-c-link,
  .pages-privacy-policy-link {
    font-size: 0.8em;
    margin-top: 5px;
  }

  #studentdata-courses div.courselist-course table td.courselist_col_6 {
    display: none;
  }
}

body.vimeoIsFullscreen {
  background: #000;
}

body.vimeoIsFullscreen div#body-inner {
  display: none;
}

div#vimeoPlayer.fullscreen {
  position: absolute;

  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;

  z-index: 99;

  width: auto;
  height: auto;

  background: #000;
}

div#vimeoPlayer.fullscreen iframe {
  width: 100% !important;
  height: 100% !important;
}

div#login-nav-bl,
div#courselist-nav-bl {
  display: block;

  margin: 0px;
  padding: 0px;

  float: none;
  clear: both;

  bottom: 30px;
}

div#courselist-nav-bl {
  bottom: 40px;
}

div#login-nav-bl > a.button,
div#courselist-nav-bl > a.button,
#login .hasicon.button,
#courselist .hasicon.button {
  display: inline-block;

  margin: 0px;
  padding: 0px 0px 0px 70px;

  text-decoration: none;

  position: relative;

  top: auto;
  left: auto !important;
  right: auto;
  bottom: auto;

  float: left;
}

div#login-nav-bl > a.button > img,
div#courselist-nav-bl > a.button > img {
  display: none;
}

div#login-nav-bl > a.button > div.nav-icon,
div#courselist-nav-bl > a.button > div.nav-icon {
  display: inline-block;

  margin: 0px;
  padding: 0px;

  position: absolute;

  top: 0px;
  left: 0px;

  bottom: auto;
  right: auto;

  mask-image: none !important;
  -webkit-mask-image: none !important;

  width: 60px;
  height: 60px;

  background-color: none !important;
  background-size: 100% auto;

  background-position: center;
}

div#login-nav-bl > a.button > div.nav-label,
div#courselist-nav-bl > a.button > div.nav-label {
  display: inline-block;

  margin: 0px;
  padding: 10px 0px;

  line-height: 20px;
}

div#login-nav-bl > a.button#login_nav_contact > div.nav-icon,
div#courselist-nav-bl > a.button#courselist_nav_contact > div.nav-icon {
  background-image: url(images/icons/767676/baseline-face-60px.png);
}

div#login-nav-bl > a.button#login_nav_request > div.nav-icon,
div#courselist-nav-bl > a.button#courselist_nav_request > div.nav-icon {
  background-image: url("images/icons/767676/baseline-mail_outline-60px.png");
}

#contact-form em.error {
  display: block;
  margin-left: 0px;
  padding: 10px 0px 0px;
  float: left;
  font-size: 14px;
}

#cat-intro-empty {
  padding: 50px 30px;
}

#studentdata-courses {
  margin: 0px;
  padding: 20px;

  width: auto;
}

@media (max-width: 1020px) {
  #studentdata-courses {
    margin: 0px;
    padding: 10px;

    width: auto;
  }
}
#login-nav-bl .login-nav-icon,
#login-nav-bl .login-nav-icon-contact,
#login-nav-bl .login-nav-icon-request,
#courselist-stats .courselist-stats-item-icon-cpd,
#courselist-stats .courselist-stats-item-icon-coursescompleted,
#courselist-stats .courselist-stats-item-label,
#studentdata-courses .courselist-item-icon-notstarted,
#studentdata-courses .courselist-item-icon-started,
#studentdata-courses .courselist-item-icon-completed,
#studentdata-courses .courselist-item-icon-certificate,
#studentdata-courses .courselist-item-icon-interactions,
#studentdata-courses .courselist-item-icon-info,
#studentdata-courses div.courselist-item-group-icon,
#studentdata-courses .courselist-folder-expand,
#studentdata-courses .courselist-folder-expand.more,
#studentdata-courses .courselist-folder-expand.less,
#courselist-nav-bl .courselist-nav-icon,
#courselist-nav-bl .courselist-nav-img,
#courselist-nav-bl .courselist-nav-label,
#courselist-nav-bl .courselist-nav-icon-contact,
#courselist-nav-bl .courselist-nav-icon-password,
#courselist #nav_courselist_exit .nav-icon.courselist-nav-icon-exit,
#catalogue #nav_courselist_exit .nav-icon.courselist-nav-icon-exit {
  -webkit-mask: none;
  mask-image: none;

  background-color: transparent !important;
  background-repeat: no-repeat;
}

#login-nav-bl .login-nav-icon {
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 0 0;
}

a#login_nav_contact,
a#login_nav_request,
a#courselist_nav_contact,
a#courselist_nav_password {
  width: 160px !important;
}

a#login_nav_request,
a#courselist_nav_password {
  left: 181px !important;
}

#login-nav-bl .login-nav-icon:hover,
#login-nav-bl .login-nav-icon-contact,
#login-nav-bl .login-nav-icon-request {
  opacity: 0.8;
}

#login-nav-bl .login-nav-icon-contact {
  background-size: 100% auto;
  background-image: url("images/icons/767676/baseline-face-60px.png");
}

#login-nav-bl .login-nav-icon-request {
  background-size: 100% auto;
  background-image: url("images/icons/767676/baseline-mail_outline-60px.png");
}

#courselist-stats .courselist-stats-item-icon-cpd {
  background-size: 100% auto;
  background-image: url("images/icons/767676/baseline-school-24px.png");
}

#courselist-stats .courselist-stats-item-icon-coursescompleted {
  background-size: 100% auto;
  background-image: url("images/icons/767676/baseline-check-24px.png");
}

#studentdata-courses .courselist-item-icon-notstarted {
  background-size: 100% auto;
  background-image: url("images/icons/767676/outline-check_box_outline_blank-30px.png");
}

#studentdata-courses .courselist-item-icon-started {
  background-size: 100% auto;
  background-image: url("images/icons/767676/outline-indeterminate_check_box-30px.png");
}

#studentdata-courses .courselist-item-icon-completed {
  background-size: 100% auto;
  background-image: url("images/icons/767676/outline-check_box-30px.png");
}

#studentdata-courses .courselist-item-icon-certificate {
  background-size: 30px auto;
  background-image: url("images/icons/767676/outline-class-30px.png");
}

#studentdata-courses .courselist-item-icon-interactions {
  background-size: 100% auto;
  background-image: url("images/icons/767676/outline-assessment-30px.png");
}

#studentdata-courses .courselist-item-icon-info {
  padding: 0px;
  background-size: 100% auto;
  background-image: url("images/icons/767676/outline-info-30px.png");
}

#studentdata-courses .courselist-item-icon-info:hover {
  opacity: 0.8;
}

#studentdata-courses div.courselist-item-group-icon {
  background-size: 100% auto;
  background-image: url("images/icons/ffffff/baseline-folder-30px.png");
}

#studentdata-courses .courselist-folder-expand {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 24px;
}

#studentdata-courses .courselist-folder-expand:hover {
  opacity: 0.8;
}

#studentdata-courses .courselist-folder-expand.more {
  background-size: 100% auto;
  background-image: url("images/icons/ffffff/outline-expand_more-24px.png");
}

#studentdata-courses .courselist-folder-expand.less {
  background-size: 100% auto;
  background-image: url("images/icons/ffffff/outline-expand_less-24px.png");
}

#courselist-nav-bl .courselist-nav-icon {
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 0 0;
}

#courselist_nav_password:hover,
#courselist_nav_contact:hover {
  opacity: 0.8;
}

#courselist-nav-bl .courselist-nav-icon-contact {
  padding: 0px;
  margin: 0px;

  background-size: 100% auto;
  background-image: url("images/icons/767676/baseline-face-60px.png");

  background-position: center;
}

#courselist-nav-bl .courselist-nav-icon-password {
  background-size: 100% auto;
  background-image: url("images/icons/767676/baseline-mail_outline-60px.png");

  background-position: center;
}

#courselist #nav_courselist_exit .nav-icon.courselist-nav-icon-exit {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 30px;
  background-image: url("images/icons/ffffff/baseline-clear-30px.png");
}

#catalogue #nav_courselist_exit .nav-icon.courselist-nav-icon-exit {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 30px;
  background-image: url("images/icons/ffffff/baseline-clear-30px.png");
}

.ui-dialog {
}

.ui-dialog .scrollfade-top,
.ui-dialog .scrollfade-bottom {
  display: none;
}

.ui-dialog .ui-widget-header {
}

.ui-dialog .ui-widget-header a {
}

.ui-dialog .ui-draggable .ui-dialog-titlebar {
}

.ui-dialog .ui-dialog-titlebar {
}

.ui-dialog .ui-dialog-title {
}

.ui-dialog .ui-dialog-titlebar-close {
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
}

.ui-dialog .ui-dialog-content {
  min-height: 92px !important;
}

.ui-dialog .ui-dialog-content p {
  line-height: 20px;
}

.ui-dialog .ui-dialog-content table tbody tr {
}

.ui-dialog .ui-dialog-content table tbody tr td {
}

.ui-dialog .ui-dialog-buttonpane {
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
}

.ui-dialog .ui-dialog-buttonpane button {
}

@media (max-width: 1020px) {
  #login-nav-bl .login-nav-icon {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
  }

  a#login_nav_contact,
  a#login_nav_request,
  a#courselist_nav_contact,
  a#courselist_nav_password {
    display: block !important;
    width: auto !important;

    padding-top: 4px !important;
    padding-left: 50px !important;

    text-align: center;

    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    padding: 0px !important;
  }

  a#login_nav_contact > div.nav-icon,
  a#login_nav_request > div.nav-icon,
  a#courselist_nav_contact > div.nav-icon,
  a#courselist_nav_password > div.nav-icon {
    display: none !important;
    position: absolute;

    top: 0px;
    left: 0px;
  }

  #studentdata-courses .courselist-item-icon-certificate {
    background-size: auto 22px;
  }

  div#login-nav-bl > a.button,
  div#courselist-nav-bl > a.button,
  #login .hasicon.button,
  #courselist .hasicon.button {
    float: none;
  }
  div#login-nav-bl > a.button > div.nav-label,
  div#courselist-nav-bl > a.button > div.nav-label {
    display: block;

    width: auto !important;
  }
  #courselist-nav-section #nav_courselist_exit {
    padding: 0px 20px 0px 35px;
  }
}

body.vimeoIsFullscreen div#body-inner {
  display: none;
}

div#vimeoPlayer.fullscreen {
  position: absolute;

  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;

  z-index: 99;

  width: auto;
  height: auto;

  background: #000;
}

div#vimeoPlayer.fullscreen iframe {
  width: 100% !important;
  height: 100% !important;
}

#main .rounded-box {
  background: #fff;
  width: 500px;
  margin: 140px auto 0;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #777;
  padding: 20px 20px 20px;
}

#main .rounded-box h2,
#main .rounded-box p {
  font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1em;
}

#main .rounded-box h2 {
  color: #85b727;
}