﻿@charset "UTF-8";
.flip-horizontal {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph; /*IE*/
  filter: fliph; /*IE*/
}

.k-list-container.k-animation-container {
  width: auto !important;
}
.k-list-container.k-animation-container .item-full-width {
  min-width: 722px;
}
.k-list-container.k-animation-container .nodata-full-width {
  min-width: 722px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}
.k-list-container.k-animation-container .k-state-selected {
  background-color: #ec127e !important;
}
.k-list-container.k-animation-container .k-nodata div {
  padding-left: 30px;
  padding-right: 30px;
}

.k-animation-container {
  z-index: 10100 !important;
}
.k-animation-container .k-calendar .k-state-selected .k-link {
  background-color: #ec127e;
  box-shadow: inset 0 0 0 1px #ec127e;
  border-color: #ec127e;
}
.k-animation-container .k-calendar .k-content .k-today .k-link {
  box-shadow: inset 0 0 0 1px #ec127e;
}
.k-animation-container .k-calendar .k-footer .k-nav-today, .k-animation-container .k-calendar .k-calendar-header .k-today {
  color: #ec127e;
}
.k-animation-container .k-action-buttons .k-primary {
  color: #ec127e;
}
.k-animation-container .k-time-tab .k-time-header .k-time-now {
  color: #ec127e;
}
.k-animation-container .k-time-tab .k-time-list .k-item:hover {
  color: #ec127e;
}
.k-animation-container .k-button.k-primary:hover, .k-animation-container .k-button.k-primary.k-state-hover, .k-animation-container .k-action-buttons .k-primary:hover {
  background-color: #ec127e;
  border-color: #ec127e;
}

.container-page .k-widget {
  border: 0;
  font-family: inherit;
  font-size: 15px;
  color: #555;
}
.container-page .k-widget .k-input {
  padding: 4px 6px;
  margin-bottom: 11.5px;
  font-size: 15px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  height: 31px;
}
.container-page .k-widget .k-searchbar input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
}
.container-page .k-widget.k-datetimepicker, .container-page .k-widget.k-datepicker {
  width: auto;
}
.container-page .k-widget.k-datetimepicker .k-picker-wrap, .container-page .k-widget.k-datepicker .k-picker-wrap {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.container-page .k-widget.k-datetimepicker .k-dateinput input, .container-page .k-widget.k-datepicker .k-dateinput input {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 31px;
}
.container-page .k-widget.k-datetimepicker .k-link.k-link-date, .container-page .k-widget.k-datepicker .k-link.k-link-date {
  border-left: 0;
}
.container-page .k-widget.k-datetimepicker .k-link.k-link-date .k-i-calendar:before, .container-page .k-widget.k-datepicker .k-link.k-link-date .k-i-calendar:before {
  font-family: "SSPika";
  content: "📅";
  color: #5f6168;
}
.container-page .k-widget.k-datepicker .k-select, .container-page .k-widget.k-timepicker .k-select, .container-page .k-widget.k-datetimepicker .k-select {
  background-color: transparent;
}
.container-page .k-widget.k-multiselect .k-multiselect-wrap {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.container-page .k-widget.k-multiselect .k-multiselect-wrap:before {
  height: 0;
}
.container-page .k-widget.k-multiselect .k-multiselect-wrap .k-button {
  min-height: 0;
  padding: 0 5px;
}
.container-page .k-widget.k-combobox {
  width: 100%;
}
.container-page .k-widget.k-autocomplete {
  width: 100%;
  padding: 0px;
}
.container-page .k-widget.k-autocomplete input.k-input {
  height: 33px;
  padding: 4px 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.container-page .k-widget.k-autocomplete .k-clear-value {
  background-color: white;
  width: 20px;
  height: 20px;
  opacity: 1;
  color: #4f535f;
}
.container-page .k-widget.k-pager-wrap {
  background: none;
  background-color: transparent;
  padding: 0;
  padding-bottom: 1.25rem;
}
.container-page .k-widget.k-pager-wrap .k-label {
  font-size: 1em !important;
  color: #8a8a8a;
  margin-right: 0;
}
.container-page .k-widget.k-pager-wrap .k-pager-sizes {
  font-size: 1em !important;
  font-weight: normal;
  overflow-x: hidden;
  margin-bottom: 0px !important;
  color: transparent;
}
.container-page .k-widget.k-pager-wrap .k-pager-sizes:before {
  content: "Page size:";
  display: block;
  color: #4f535f;
  padding-right: 5px;
}
.container-page .k-widget.k-pager-wrap .k-pager-sizes select {
  font-size: 0.8666666667em !important;
}
.container-page .k-widget.k-pager-wrap .k-link {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  color: inherit;
  font-size: 15px;
  padding: 0;
  margin-right: 2px;
}
.container-page .k-widget.k-pager-wrap a {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}
.container-page .k-widget.k-pager-wrap .k-pager-numbers .k-state-selected {
  color: gray;
  background-color: #e3e3e0;
  border-color: #e3e3e0;
  border-radius: 50%;
  text-decoration: none;
  padding: 0;
}
.container-page .k-widget.k-pager-wrap li .k-link:hover {
  color: #ec127e;
  background: #e3e3e0;
  border-radius: 50%;
}
.container-page .k-widget.k-pager-wrap .k-pager-numbers {
  margin-left: 4px;
}
.container-page .k-widget.k-pager-wrap .k-pager-nav {
  font-family: "SSPika";
  padding-left: 7px;
  padding-top: 3px;
  color: #4f535f;
  background-color: #dfdfdb;
  background-image: linear-gradient(to bottom, #dfdfdb, #dfdfdb);
  background-repeat: repeat-x;
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  border-radius: 3px;
}
.container-page .k-widget.k-pager-wrap .k-pager-nav .k-icon {
  font-family: "SSPika";
  font-size: 13px !important;
  margin-bottom: 4px;
}
.container-page .k-widget.k-pager-wrap .k-pager-nav .k-icon:before {
  margin-top: 4px;
  display: block;
}
.container-page .k-widget.k-pager-wrap .k-pager-nav .k-icon.k-i-arrow-end-left:before {
  content: "⏮";
}
.container-page .k-widget.k-pager-wrap .k-pager-nav .k-icon.k-i-arrow-60-left:before {
  content: "◃";
  color: #ec127e;
}
.container-page .k-widget.k-pager-wrap .k-pager-nav .k-icon.k-i-arrow-end-right:before {
  content: "⏭";
}
.container-page .k-widget.k-pager-wrap .k-pager-nav .k-icon.k-i-arrow-60-right:before {
  content: "▹";
  color: #ec127e;
}
.container-page .k-widget.k-pager-wrap .k-pager-nav:hover {
  background-color: #5f6168;
  background-image: linear-gradient(to bottom, #5f6168, #5f6168);
  color: #dfdfdb;
}
.container-page .k-widget.k-pager-wrap .k-widget.k-dropdown {
  width: auto !important;
}
.container-page .k-widget.k-pager-wrap .k-widget.k-dropdown .k-input {
  font-size: 0.9333333333em !important;
  padding: 4px 6px;
}
.container-page .k-widget.k-dropdown {
  width: 100% !important;
  overflow: hidden;
}
.container-page .k-widget.k-dropdown .k-dropdown-wrap {
  background-color: white;
  border-color: #ccc;
  border-radius: 3px;
  height: 33px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.container-page .k-widget.k-dropdown .k-dropdown-wrap .k-input {
  padding: 4px 6px;
  height: 31px;
}

.k-popup {
  padding: 0 !important;
  margin: 0 !important;
}

/****************************************************/
/****************** BASIC CSS ***********************/
/****************************************************/
.ScrollTop {
  position: fixed;
  z-index: 100000;
  bottom: 55px;
  color: #fff;
  width: 45px;
  height: 45px;
  border: 0;
  background: #ec127e;
  border-radius: 50%;
  line-height: 47px;
  font-size: 25px;
  cursor: pointer;
  right: 15px;
  padding: 1px 6px;
  box-sizing: border-box;
}
.ScrollTop:hover, .ScrollTop:active {
  background: rgb(188.6141732283, 14.3858267717, 100.7007874016);
  border: 0;
  outline: none;
}

.rpt-tab-fix {
  padding: 5px 20px !important;
}

#map {
  height: 300px;
  margin-bottom: 35px;
}

/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

#place-name {
  color: #000;
}

#place-address {
  color: #393939;
}

.addressValidation {
  position: absolute;
  top: 20px;
  float: right;
  left: 100%;
  width: 210px;
  text-transform: uppercase;
}

.addressValidationTop {
  position: absolute;
  top: -20px;
  float: right;
  right: 10px;
  width: 200px;
  text-transform: uppercase;
  z-index: 9999999;
}

.addressValidationField {
  position: absolute !important;
  top: 27px !important;
  right: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  border-top-color: #f00;
}

/* bounds-top and bottom are to hide validation tooltips that scroll out of the bounds of modal dialog. 
    Doesn't work as expected on standard forms on a page - the out-of-bounds-bottom class always present 
    on rendered tooltip even if tooltip is in viewable area. See line 1590 in tether.js - the top property 
    doesn't change when scrolling. 
    .bs-tether-out-of-bounds-bottom overriden by .tooltip.validationTooltip.bs-tether-element-attached-left
    in PrivateAreaLayout/Layout.scss and Layout.Responsive.scss 
    so currently bounds-bottom has only effect on public pages.
*/
.bs-tether-out-of-bounds-top {
  display: none;
}

.bs-tether-out-of-bounds-bottom {
  display: none;
}

.pac-container {
  z-index: 999999;
}

.wcag-skip {
  position: fixed;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none !important;
  z-index: 100000;
}

a.wcag-skip:active,
a.wcag-skip:focus,
a.wcag-skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  background: #ec127e;
  color: #ffffff;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

body {
  padding: 0px !important;
  font-family: Arial, sans-serif;
  color: #4f535f;
}

body, html, form {
  height: 100%;
}

address {
  margin: 0px;
  line-height: inherit;
}

.fw-normal {
  font-weight: normal !important;
}

.ff-main {
  font-family: "Lato", sans-serif;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #ec127e;
}
a.btn {
  text-decoration: none;
}

hr {
  margin: 23px 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ffffff;
}

h1, .h1 {
  font-size: 2.6666666667em !important;
  font-weight: 300;
  color: #000;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
h1.shifted, .h1.shifted {
  font-size: 2em !important;
  font-weight: 400;
  color: #000;
  font-family: "Lato", sans-serif;
  text-transform: none;
}

h2, .h2 {
  font-size: 2em !important;
  font-weight: 400;
  color: #000;
  font-family: "Lato", sans-serif;
}
h2.shifted, .h2.shifted {
  font-size: 1.3333333333em !important;
  font-weight: bold;
  color: #000;
  font-family: Arial, sans-serif;
}

h3, .h3 {
  font-size: 1.3333333333em !important;
  font-weight: bold;
  color: #000;
  font-family: Arial, sans-serif;
}
h3.shifted, .h3.shifted {
  font-size: 1.0666666667em !important;
  font-weight: 300;
  color: #b3b4b7;
  font-family: "Lato", sans-serif;
}

h4, .h4 {
  font-size: 1.0666666667em !important;
  font-weight: 300;
  color: #666A6B;
  font-family: "Lato", sans-serif;
}
h4.shifted, .h4.shifted {
  font-size: 1em !important;
  font-weight: bold;
  color: #000;
  font-family: Arial, sans-serif;
}
h4.shifted label, .h4.shifted label {
  font-weight: bold;
}

h5, .h5 {
  font-size: 1em !important;
  font-weight: bold;
  color: #000;
  font-family: Arial, sans-serif;
}
h5 label, .h5 label {
  font-weight: bold;
}
h5.shifted, .h5.shifted {
  font-size: 1em !important;
  font-weight: normal;
  color: #000;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 1em !important;
  font-weight: normal;
  color: #000;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
.h2-fix {
  font-family: Arial, sans-serif !important;
  color: #000 !important;
}

.tt-capitalized {
  text-transform: capitalize !important;
}

.graphics-upload .k-upload-button {
  display: none !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.inline-block {
  display: inline-block;
}

.form-control {
  padding: 4px 6px !important;
  font-size: 15px !important;
  line-height: 23px !important;
}

label {
  font-size: 1em !important;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #4f535f;
}

select.form-control {
  height: 33px !important;
  padding: 0 5px !important;
}

label.radio, label.checkbox {
  font-weight: normal;
}

fieldset > legend {
  font-size: 1.3333333333em !important;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000;
  line-height: 2em;
  margin: 11.5px 0;
}

textarea, input[type=text], input[type=password] {
  font-family: Arial, sans-serif;
}

.font-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.fs10 {
  font-size: 0.6666666667em !important;
}

.fs11 {
  font-size: 0.7333333333em !important;
}

.fs12 {
  font-size: 0.8em !important;
}

.fs13 {
  font-size: 0.8666666667em !important;
}

.fs15 {
  font-size: 1em !important;
}

.fs18 {
  font-size: 1.2em !important;
}

.fs20 {
  font-size: 1.3333333333em !important;
}

.fs22 {
  font-size: 1.4666666667em !important;
}

.fs25 {
  font-size: 1.6666666667em !important;
}

.fs27 {
  font-size: 1.8em !important;
}

.fs28 {
  font-size: 1.8666666667em !important;
}

.fs30 {
  font-size: 2em !important;
}

.fs40 {
  font-size: 2.6666666667em !important;
}

.fs44 {
  font-size: 2.9333333333em !important;
}

.fs47 {
  font-size: 3.1333333333em !important;
}

.fs70 {
  font-size: 4.6666666667em !important;
}

a > i[class*=ss-] {
  display: inline-block;
}

.pinklink a, .pinktext, a.pinklink {
  color: #ec127e;
}

.pinklink a:hover, a.pinklink:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ec127e;
}

.pinklinkwitharrow a {
  color: #ec127e;
}

.pinklinkwitharrow a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ec127e;
}

.pinklinkwitharrow a:before {
  content: "▶ ";
}

.remove-cross:hover {
  background: none;
}

.info-box {
  background-color: #e0e0e0;
  border-color: #808080;
  color: #505050;
  border: none;
  padding: 10px;
}

.RadGrid_LMS a:hover {
  background: none;
  color: #ec127e;
}

.RadGrid_LMS th a:hover {
  color: #000;
}

.RadGrid_LMS a.highlight-on-hover {
  text-decoration: none !important;
  color: #4f535f !important;
}

.RadGrid_LMS a.highlight-on-hover:hover {
  text-decoration: none !important;
  color: #ec127e !important;
}

a.highlight-on-hover:hover {
  text-decoration: none !important;
  color: #ec127e !important;
}

/*****************************************************/
/****************** GLOBAL CSS ***********************/
/*****************************************************/
select.defaultValues > option {
  font-weight: 700;
}
select.defaultValues > option[value=""], select.defaultValues > option[value="0"] {
  font-weight: 300;
  font-style: italic;
}

.validationSummary {
  /* width: 400px; */
  margin-left: auto;
  margin-right: auto;
}
.validationSummary > ul {
  list-style-type: none;
  /*  > li:before {
  content: "⚠ ";
       } */
}
.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.highlight {
  color: #ec127e;
}

.regularText {
  font-size: 1.4em !important;
  font-weight: normal;
  color: #4f535f;
  font-family: Arial, sans-serif;
}

.rowdelimiter {
  border-top: 1px solid #cccccb;
}

.requiredFieldInfo {
  color: #f00;
}

.validationTooltip {
  z-index: 11000;
}
.validationTooltip.right .tooltip-arrow {
  border-right-color: #f00 !important;
}
.validationTooltip .tooltip-inner {
  background-color: #f00 !important;
  text-transform: uppercase;
}

[data-val-isvalid=false] {
  color: #b94a48 !important;
  border-color: #ee5f5b !important;
}
[data-val-isvalid=false]:focus {
  border-color: rgb(233.2099447514, 49.9171270718, 44.7900552486) !important;
  -webkit-box-shadow: 0 0 6px rgb(247.5801104972, 185.1657458564, 183.4198895028);
  -moz-box-shadow: 0 0 6px rgb(247.5801104972, 185.1657458564, 183.4198895028);
  box-shadow: 0 0 6px rgb(247.5801104972, 185.1657458564, 183.4198895028);
}

.rb {
  border: 1px solid red;
}

.yb {
  border: 1px solid yellow;
}

.display-table {
  display: table;
}

.tr {
  display: table-row;
}

.tc {
  display: table-cell;
}

.tc-vat-right {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}

.tc-vat-left {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.tc-vam {
  display: table-cell;
  vertical-align: middle;
}

.tc-vam-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.tc-vam-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.tc-vam select, .tc-vam input {
  margin: 0px;
}

.text-right {
  text-align: right;
}

.RightColumnDarkBackGround {
  background-image: url("/cdn/Images/Layout/Basic/FirstAreaBackground.png");
  /* background-color: darkgray; */
}

/*****************************************************/
/****************** BOOTSTRAP CSS ********************/
/*****************************************************/
.label > i[class*=ss-], .badge > i[class*=ss-] {
  position: relative;
  top: 1px;
}
.label > span.t, .badge > span.t {
  margin-left: 10px;
}

.modal-wide {
  width: 900px !important;
  margin-left: -450px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100% !important;
  }
}
.btn-group > .btn > i[class*=ss-], .btn > i[class*=ss-], .withIcon > i[class*=ss-] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.btn-group > .btn > i.i-right, .btn > i.i-right, .withIcon > i.i-right {
  margin-left: 10px;
  margin-right: 0px;
}

.btn-group > .btn-large > i[class*=ss-], .btn-large > i[class*=ss-], .btn-link > i[class*=ss-] {
  font-size: 0.8666666667em !important;
  margin-right: 10px;
}

.btn-action, .btn-group > .btn-action, .btn-pager, .btn-group > .btn-pager {
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #dfdfdb 0%, #dfdfdb 100%);
  background-repeat: repeat-x;
  border-color: #dfdfdb #dfdfdb rgb(187, 187, 178.5);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #000;
  border-color: #c2c2c2;
  font-size: 0.85em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-action:hover, .btn-action:active, .btn-action.active, .btn-group > .btn-action:hover, .btn-group > .btn-action:active, .btn-group > .btn-action.active, .btn-pager:hover, .btn-pager:active, .btn-pager.active, .btn-group > .btn-pager:hover, .btn-group > .btn-pager:active, .btn-group > .btn-pager.active {
  color: #fff;
  background-color: #dfdfdb;
  /**background-color: darken($endColor, 5%);*/
}
.btn-action:active, .btn-action.active, .btn-group > .btn-action:active, .btn-group > .btn-action.active, .btn-pager:active, .btn-pager.active, .btn-group > .btn-pager:active, .btn-group > .btn-pager.active {
  background-color: #c7c7c0 e("	");
}
.btn-action:hover:not([disabled]), .btn-group > .btn-action:hover:not([disabled]), .btn-pager:hover:not([disabled]), .btn-group > .btn-pager:hover:not([disabled]) {
  color: #fff !important;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #5f6168 0%, #5f6168 100%);
  background-repeat: repeat-x;
  border-color: #5f6168 #5f6168 rgb(58.4798994975, 59.7110552764, 64.0201005025);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-action:hover:not([disabled]):hover, .btn-action:hover:not([disabled]):active, .btn-action:hover:not([disabled]).active, .btn-group > .btn-action:hover:not([disabled]):hover, .btn-group > .btn-action:hover:not([disabled]):active, .btn-group > .btn-action:hover:not([disabled]).active, .btn-pager:hover:not([disabled]):hover, .btn-pager:hover:not([disabled]):active, .btn-pager:hover:not([disabled]).active, .btn-group > .btn-pager:hover:not([disabled]):hover, .btn-group > .btn-pager:hover:not([disabled]):active, .btn-group > .btn-pager:hover:not([disabled]).active {
  color: #fff;
  background-color: #5f6168;
  /**background-color: darken($endColor, 5%);*/
}
.btn-action:hover:not([disabled]):active, .btn-action:hover:not([disabled]).active, .btn-group > .btn-action:hover:not([disabled]):active, .btn-group > .btn-action:hover:not([disabled]).active, .btn-pager:hover:not([disabled]):active, .btn-pager:hover:not([disabled]).active, .btn-group > .btn-pager:hover:not([disabled]):active, .btn-group > .btn-pager:hover:not([disabled]).active {
  background-color: rgb(70.6532663317, 72.1407035176, 77.3467336683) e("	");
}

.btn-action > i[class*=ss-], .btn-group > .btn-action > i[class*=ss-], .btn-pager > i[class*=ss-], .btn-group > .btn-pager > i[class*=ss-], .btn-link > i[class*=ss-] {
  color: #ec127e;
}

.btn-filter {
  font-size: 0.8em !important;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 20px;
}

button.btn-filter-reset {
  background: none;
  border: none;
  cursor: pointer;
}

.btn-pager {
  min-width: 126px;
}

.btn-white {
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #fffffe 0%, #fffffe 100%);
  background-repeat: repeat-x;
  border-color: #fffffe #fffffe rgb(255, 255, 177.5);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #d8d8d5;
  color: #4f535f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-white:hover, .btn-white:active, .btn-white.active {
  color: #fff;
  background-color: #fffffe;
  /**background-color: darken($endColor, 5%);*/
}
.btn-white:active, .btn-white.active {
  background-color: #ffffcb e("	");
}
.btn-white:hover {
  color: #fff;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #5f6168 0%, #5f6168 100%);
  background-repeat: repeat-x;
  border-color: #5f6168 #5f6168 rgb(58.4798994975, 59.7110552764, 64.0201005025);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-white:hover:hover, .btn-white:hover:active, .btn-white:hover.active {
  color: #fff;
  background-color: #5f6168;
  /**background-color: darken($endColor, 5%);*/
}
.btn-white:hover:active, .btn-white:hover.active {
  background-color: rgb(70.6532663317, 72.1407035176, 77.3467336683) e("	");
}
.btn-white.black {
  color: #000;
  text-transform: none;
}

.btn-feature {
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #ecece8 0%, #e4e4e0 100%);
  background-repeat: repeat-x;
  border-color: #e4e4e0 #e4e4e0 rgb(192.3879310345, 192.3879310345, 183.1120689655);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #c2c2c2;
  color: #000;
  -webkit-box-shadow: 1px 1px 1px rgba(95,97,104,0.1);
  -moz-box-shadow: 1px 1px 1px rgba(95,97,104,0.1);
  box-shadow: 1px 1px 1px rgba(95,97,104,0.1);
}
.btn-feature:hover, .btn-feature:active, .btn-feature.active {
  color: #fff;
  background-color: #e4e4e0;
  /**background-color: darken($endColor, 5%);*/
}
.btn-feature:active, .btn-feature.active {
  background-color: rgb(204.2586206897, 204.2586206897, 196.7413793103) e("	");
}
.btn-feature:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: none;
}

.btn-collapse {
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/cdn/Images/Layout/PrivateArea/treeviewcollapser2.png) no-repeat top;
}

.btn-expand {
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/cdn/Images/Layout/PrivateArea/treeviewcollapser2.png) no-repeat bottom;
}

a[rel=tooltip] {
  display: inline-block;
}

.tooltip-inner {
  font-weight: 700;
}

/*****************************************************/
/****************** IMAGE GALLERY ********************/
/*****************************************************/
.imageGallery {
  background-color: #36383e;
}
.imageGallery > .galleria {
  width: 720px;
  height: 500px;
}
.imageGallery > .externalInfo {
  background-color: #212226;
  padding: 10px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 0.8666666667em !important;
  color: #dfdfdb;
}
.imageGallery > .externalInfo > .externalInfoTitle {
  font-weight: 700;
}
/*****************************************************/
/****************** LAYOUT CSS ***********************/
/*****************************************************/
.page-size {
  width: 994px;
  max-width: 994px;
  min-width: 994px;
}

.container-page {
  width: 100%;
  background-color: transparent;
  display: block;
  left: 0;
  position: relative;
  top: 0;
  min-width: 994px;
  height: 100%;
}

.container720 {
  width: 720px;
  margin: 0px auto;
}

.hspacer5 {
  height: 5px;
}

.hspacer10 {
  height: 10px;
}

.hspacer15 {
  height: 15px;
}

.hspacer20 {
  height: 20px;
}

.hspacer25 {
  height: 25px;
}

.hspacer30 {
  height: 30px;
}

.hspacer40 {
  height: 40px;
}

.hspacer50 {
  height: 50px;
}

.hspacer60 {
  height: 60px;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-100 {
  margin-left: 110px;
}

.margin-left-250 {
  margin-left: 250px;
}

.margin-left-340 {
  margin-left: 340px;
}

.width-10 {
  width: 10% !important;
}

.width-25 {
  width: 25%;
}

.width-50 {
  width: 50%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

.width-20px {
  width: 20px;
}

.width-50px {
  width: 50px;
}

.width-120px {
  width: 120px;
}

.width-140px {
  width: 140px;
}

.width-170px {
  width: 170px;
}

.width-190px {
  width: 190px;
}

.width-200px {
  width: 200px;
}

.width-210px {
  width: 210px;
}

.width-250px {
  width: 250px;
}

.width-450px {
  width: 450px;
}

.validationSummaryContainer {
  position: fixed;
  top: 0em;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 90000;
  height: 0px !important;
  overflow: visible;
}
.validationSummaryContainer i[class*=ss-] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.validationSummaryContainer .close-summary {
  position: absolute;
  top: 0px;
  margin-top: 10px;
  margin-left: -10px;
  color: #fff;
  cursor: pointer;
}
.validationSummaryContainer .close-container {
  width: auto;
  text-align: right;
  display: none;
  float: right;
}

.floating-message, .validationSummary, .inline-block {
  display: inline-block;
}

.floating-message.hide, .floating-message.soft-hide {
  display: none;
}

.reset-filter {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.no-margin, input.no-margin {
  margin: 0px;
}
.no-margin > input, input.no-margin > input {
  margin: 0px;
}

.no-border {
  border: none !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.display-none {
  display: none;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.lmsContentBackgroundImage {
  background-image: url(/cdn/Images/Layout/Basic/SecondAreaBackground.png);
  background-repeat: repeat;
}

.arrow-up-15-lmsDarkGray {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #4f535f;
}

.arrow-up-15-lmsGray {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #5f6168;
}

.arrow-up-15-white {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.color-inherit {
  color: inherit !important;
}

.color-black, a.color-black {
  color: #000;
}

.no-padding {
  padding: 0px !important;
}

.no-padding-top {
  padding-top: 0px !important;
}

.padding-20 {
  padding: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-top-5 {
  padding-top: 5px;
}

.square12 {
  width: 13px;
  height: 11px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.square50 {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.border-right {
  border-right: 1px solid #cccccb;
}

.no-right-border {
  border-right: none !important;
}

.height100 {
  height: 100%;
}

.breakWord60 {
  max-width: 60px !important;
  word-break: break-all !important;
  word-wrap: break-word !important;
  vertical-align: top;
  line-height: 15px;
}

.position-relative {
  position: relative;
}

.pull-center {
  text-align: center;
}

.bookbg-colored {
  background-color: #ec127e;
}

.bgcover1 .bg-img {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover1.webp);
}

.bgcover2 .bg-img {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover2.webp);
}

.bgcover3 .bg-img {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover3.webp);
}

.bgcover4 .bg-img {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover4.webp);
}

.bgcover5 .bg-img {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover5.webp);
}

.bookbg.undefined {
  opacity: 0.3;
}

.center-horizontal {
  margin-left: auto;
  margin-right: auto;
}

body span#atb-mediatype .print {
  display: none !important;
}
body span#atb-mediatype .embossed {
  display: none !important;
}
body span#atb-mediatype .braille {
  display: none !important;
}
body span#atb-mediatype .aural {
  display: none !important;
}
body span#atb-mediatype .tty {
  display: none !important;
}
body span#atb-mediatype .screen {
  display: none !important;
}
body span#atb-mediatype .projection {
  display: none !important;
}
body span#atb-mediatype .handheld {
  display: none !important;
}
body span#atb-mediatype .tv {
  display: none !important;
}

@media print {
  body span#atb-mediatype .print {
    display: inherit !important;
  }
}
@media embossed {
  body span#atb-mediatype .embossed {
    display: inherit !important;
  }
}
@media braille {
  body span#atb-mediatype .braille {
    display: inherit !important;
  }
}
@media aural {
  body span#atb-mediatype .aural {
    display: inherit !important;
  }
}
@media tty {
  body span#atb-mediatype .tty {
    display: inherit !important;
  }
}
@media screen {
  body span#atb-mediatype .screen {
    display: inline !important;
  }
}
@media projection {
  body span#atb-mediatype .projection {
    display: inherit !important;
  }
}
@media handheld {
  body span#atb-mediatype .handheld {
    display: inherit !important;
  }
}
@media tv {
  body span#atb-mediatype .tv {
    display: inherit !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.testimonials, .courseDetailAdminBar {
  width: 160px;
  padding: 20px 20px;
  line-height: 1.5;
}
.testimonials > img, .courseDetailAdminBar > img {
  width: 200px !important;
  max-width: 200px;
  position: relative;
  top: -20px;
  left: -20px;
}
.testimonials .testimonial_author, .courseDetailAdminBar .testimonial_author {
  color: #5f6168;
  margin-bottom: 10px;
}
.testimonials h2, .courseDetailAdminBar h2 {
  font-size: 1.3333333333em !important;
  font-style: normal;
  margin-top: 0px;
}
.testimonials .testimonial_text, .courseDetailAdminBar .testimonial_text {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  font-style: italic;
  font-size: 0.8666666667em !important;
  color: #4f535f;
}
.testimonials .testimonial_text:before, .courseDetailAdminBar .testimonial_text:before {
  content: open-quote;
}
.testimonials .testimonial_text:after, .courseDetailAdminBar .testimonial_text:after {
  content: close-quote;
}
.testimonials .testimonials-content .testimonial_text:first-child, .testimonials .courseDetailBlock, .courseDetailAdminBar .testimonials-content .testimonial_text:first-child, .courseDetailAdminBar .courseDetailBlock {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px none;
}
.testimonials .courseDetailBlock, .courseDetailAdminBar .courseDetailBlock {
  font-size: 0.8em !important;
}

.courseDetailAdminBar {
  font-style: normal;
}
.courseDetailAdminBar h3 {
  font-size: 2em !important;
  font-weight: normal;
}
.courseDetailAdminBar h6 {
  margin-top: 20px;
}

.courseDetailBlock {
  margin-bottom: 10px;
}
.courseDetailBlock.actions div {
  margin-bottom: 3px;
}
.courseDetailBlock.actions .number {
  min-width: 18px;
  display: inline-block;
}
.courseDetailBlock.actions a:hover {
  text-decoration: none;
  color: #ec127e;
}
.courseDetailBlock.actions i[class*=ss-] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.scrollableBox {
  height: 130px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 15px !important;
  border: solid 1px #c2c2c2;
  box-shadow: inset 1px 1px 2px #ccc;
  border-radius: 5px;
}

.btn-inverse {
  background-color: #9294a0; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, #9294a0, #84848c); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(top, #9294a0, #84848c); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(top, #9294a0, #84848c); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(top, #9294a0, #84848c); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(top bottom, #9294a0, #84848c); /* Standard syntax; must be last */
}

.btn-inverse:hover {
  background-color: #a1a4a9; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, #b9b9c1, #a1a4a9); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(top, #b9b9c1, #a1a4a9); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(top, #b9b9c1, #a1a4a9); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(top, #b9b9c1, #a1a4a9); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(top bottom, #b9b9c1, #a1a4a9); /* Standard syntax; must be last */
}

#accreditations {
  font-family: Arial, sans-serif;
}
#accreditations h3 + p {
  line-height: 1.6em;
  font-size: 1em !important;
  color: #4f535f;
}
#accreditations .row-fluid {
  margin: 30px 0px 30px 0px;
}
#accreditations .row-fluid div:first-child {
  border-radius: 4px;
  padding: 15px 5px;
  background: #fff;
  text-align: center;
}
#accreditations .row-fluid div:last-child {
  padding-left: 15px;
}
#accreditations .row-fluid div:last-child h5 {
  line-height: 1.3333333333em;
  font-size: 0.9333333333em !important;
  font-weight: bold;
  color: #4f535f;
}
#accreditations .row-fluid div:last-child p {
  line-height: 1.3333333333em;
  font-size: 0.9333333333em !important;
  color: #4f535f;
  padding-bottom: 5px;
}

.components .center {
  text-align: center;
}
.components thead tr td, .components thead tr th {
  font-family: "Lato", sans-serif;
  font-size: 0.9333333333em !important;
  line-height: 2em;
  color: #3f424b;
}
.components tbody tr td {
  font-family: Arial, sans-serif;
  font-size: 0.8666666667em !important;
  line-height: 1.7333333333em;
  color: #4f535f;
}

.course-info-progress h5 {
  font-family: "Lato", sans-serif;
  line-height: 1.2em;
  font-size: 1em !important;
  color: #000;
  text-transform: uppercase;
}
.course-info-progress h5 + span {
  font-family: Arial, sans-serif;
  line-height: 1.2em;
  font-size: 0.8em !important;
  color: #4f535f;
}

.no-decoration, .no-decoration a, .no-decoration:hover, .no-decoration a:hover {
  text-decoration: none !important;
}

.cookieTrail div {
  display: inline-block;
}
.cookieTrail div:before {
  content: ">";
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.cookieTrail div:first-child:before {
  content: "";
  margin: 0;
}
.cookieTrail a {
  color: inherit;
}

table.cell4 td {
  width: 25%;
}

table.cell5 td {
  width: 20%;
}

table.cell6 td {
  width: 16.66%;
}

table.cell7 td {
  width: 14.28%;
}

table.cell8 td {
  width: 12.5%;
}

.greyout {
  color: rgba(0, 0, 0, 0.2);
}

.greyout-04 {
  color: rgba(0, 0, 0, 0.4);
}

.pageIntro {
  padding: 25px 0px 10px 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.pageIntro.noBorder {
  border-bottom: 0;
  padding: 25px 0px 0px 0px;
}
.pageIntro + fieldset {
  margin-top: 30px;
}
.pageIntro + #summary {
  margin-top: 30px !important;
}

legend + div.pageIntro {
  padding: 0px 0px 10px 0px;
  margin-bottom: 25px;
}

fieldset .row-fluid {
  margin-bottom: 13px;
}

.btn-save {
  margin: 5px 0px 30px 0px;
}

.content-block {
  margin: 50px 0px 50px 0px;
}
.content-block ol {
  counter-reset: item;
  margin: 0px;
  margin-top: 15px;
}
.content-block ol li {
  display: block;
  margin-bottom: 15px;
}
.content-block ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: bold;
}
.content-block ol ol ol {
  margin-left: 45px;
  list-style-type: lower-alpha;
}
.content-block ol ol ol li {
  display: list-item;
}
.content-block ol ol ol li:before {
  content: none;
}
.content-block ol ol ol ol {
  list-style-type: lower-roman;
}

#txtTerms .content-block, .scrollableBox .content-block {
  margin: 10px 0px 50px 0px;
}

input.password {
  display: block !important;
  float: left !important;
}

a.howto-icon {
  color: #ec127e !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.tour-step {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  color: #5f6168;
  line-height: 1.5;
}
.tour-step .step-count {
  font-weight: bold;
  margin-bottom: -14px;
  text-transform: uppercase;
  color: black;
}
.tour-step h2 {
  line-height: 1.2em;
}
.tour-step h3 {
  color: black;
  line-height: 0.9em;
}
.tour-step .dont-show input {
  margin-left: 0;
}

.inline_labels label {
  display: inline-block;
  margin-left: 0.5em;
  margin-bottom: 0px;
  line-height: 1em;
  vertical-align: bottom;
}

.inline_labels.left label {
  margin-right: 0.5em;
  margin-left: 0em;
}

.black {
  color: #000;
}

.more {
  cursor: pointer;
}

.font-weight-normal {
  font-weight: normal !important;
}

.horizontal-radio td {
  width: 150px;
  vertical-align: middle;
}
.horizontal-radio td label {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
.horizontal-radio td input {
  margin: 0px;
  margin-bottom: 3px;
}
.horizontal-radio.short td {
  width: 100px;
}
.horizontal-radio.fluid td {
  width: auto;
  padding-right: 30px;
}

.vertical-radio td {
  width: 150px;
  vertical-align: middle;
}
.vertical-radio td label {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
.vertical-radio td input {
  margin: 0px;
  margin-bottom: 3px;
  margin-top: 0.3em;
}
.vertical-radio.short td {
  width: 100px;
}
.vertical-radio.fluid td {
  width: auto;
  padding-right: 30px;
}

.comming-soon-box {
  margin-top: 40px;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  padding-top: 80px;
  border: 1px solid #E7E7E7;
  text-align: center;
  box-shadow: 1px 1px 2px #ccc;
}
.comming-soon-box .comming-soon-icon {
  color: #CDCDCD;
  font-size: 90px;
}
.comming-soon-box p {
  margin-bottom: 25px;
}
.comming-soon-box label {
  text-align: left;
}

.tour-highlight {
  position: relative !important;
  z-index: 10000 !important;
}

.sharrre .box {
  float: left;
}

.sharrre .count {
  color: #444444;
  display: block;
  font-size: 17px;
  line-height: 34px;
  height: 34px;
  padding: 4px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 50px;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sharrre .share {
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  margin-top: 3px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 50px;
  background-color: #ec127e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sharrre .buttons {
  display: none;
  position: absolute;
  margin-left: 50px;
  z-index: 10;
}

.sharrre .button {
  float: left;
  max-width: 50px;
  margin-left: 10px;
}

.my-course-item {
  width: 200px;
  height: auto !important;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.my-course-item.archived .bookbg, .my-course-item.archived .underbookspace-info {
  opacity: 0.5;
}
.my-course-item.not-available > a, .my-course-item.deactivated > a {
  cursor: default;
  display: block;
  opacity: 0.5;
  position: relative;
}
.my-course-item.not-available .bookbg:hover .name-label, .my-course-item.deactivated .bookbg:hover .name-label {
  text-decoration: none;
}
.my-course-item.deactivated > a {
  cursor: pointer;
}
.my-course-item .triangle-back {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgb(164.9212598425, 12.5787401575, 88.0511811024);
  left: -3px;
  top: -3px;
  z-index: 10;
}
.my-course-item .triangle-front {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #ec127e transparent transparent transparent;
  top: -3px;
  left: -3px;
  z-index: 30;
}
.my-course-item .triangle-front i {
  position: relative;
  color: #fff;
  top: -59px;
  left: 12px;
  font-size: 18px;
}
.my-course-item .bookbg {
  z-index: 20;
  height: 262px;
  width: 200px;
  background: #f6f6f6;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.my-course-item .bookbg:after {
  content: "";
  height: 6px;
  width: 200px;
  position: absolute;
  bottom: -6px;
  left: 0px;
  background-image: url(/cdn/Images/Layout/PrivateArea/cover-bottom.png);
}
.my-course-item .bookbg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f3f3f2;
}
.my-course-item .bookbg:hover .name-label {
  text-decoration: underline;
}
.my-course-item .bookbg:hover .name-label i {
  text-decoration: none !important;
}
.my-course-item .bookbg .name-label {
  color: #fff;
  padding: 25px 15px 20px 15px;
  width: 200px;
  position: absolute;
  z-index: 6;
  bottom: 0px;
  border-bottom-right-radius: 5px;
  background: url(/cdn/Images/Layout/PrivateArea/cover-content.png) top center;
}
.my-course-item .bookbg .name-label > .your-score {
  color: #fff;
  font-size: 1em !important;
  font-weight: 600;
}
.my-course-item .bookbg .name-label > .img-pass-failed {
  position: absolute;
  top: -75px;
  left: -25px;
}
.my-course-item .bookbg .name-label > .ProgressBarContainer {
  position: absolute;
  top: 126px;
  width: 160px;
}
.my-course-item .bookbg .name-label .course-status-text {
  text-transform: uppercase;
}
.my-course-item .bookbg .name-label .course-status-icon {
  text-decoration: none !important;
}
.my-course-item .bookbg .name-label .course-status-icon.published {
  background: #35cc01;
  border: 2px solid #fff;
  height: 15px;
  width: 14px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.my-course-item .bookbg .name-label .course-status-icon.pending-changes {
  background: #f9bd0d;
  border: 2px solid #fff;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.my-course-item .bookbg .name-label .course-name-text {
  font-size: 1.2em !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.my-course-item .bookbg .name-label a.course-name-text {
  color: white;
}
.my-course-item .bookbg .name-label .label-warning {
  /*padding: 5px 14px;
              background-color: #fd9213;
              @include font-size-em(12);
              font-weight: bold;*/
  margin-bottom: 7px;
}
.my-course-item .demo-label {
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #ec127e 0%, rgb(188.6141732283, 14.3858267717, 100.7007874016) 100%);
  background-repeat: repeat-x;
  border-color: rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(117.5354330709, 8.9645669291, 62.7519685039);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  position: absolute;
  top: 30px;
  right: -5px;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 2px 12px;
  font-size: 0.8em !important;
  font-weight: bold;
  z-index: 100;
}
.my-course-item .demo-label:hover, .my-course-item .demo-label:active, .my-course-item .demo-label.active {
  color: #fff;
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
  /**background-color: darken($endColor, 5%);*/
}
.my-course-item .demo-label:active, .my-course-item .demo-label.active {
  background-color: rgb(141.2283464567, 10.7716535433, 75.4015748031) e("	");
}
.my-course-item .new-label {
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #ec127e 0%, rgb(188.6141732283, 14.3858267717, 100.7007874016) 100%);
  background-repeat: repeat-x;
  border-color: rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(117.5354330709, 8.9645669291, 62.7519685039);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  position: absolute;
  top: 30px;
  right: -5px;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 2px 12px;
  font-size: 0.8em !important;
  font-weight: bold;
  z-index: 100;
  display: none;
}
.my-course-item .new-label:hover, .my-course-item .new-label:active, .my-course-item .new-label.active {
  color: #fff;
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
  /**background-color: darken($endColor, 5%);*/
}
.my-course-item .new-label:active, .my-course-item .new-label.active {
  background-color: rgb(141.2283464567, 10.7716535433, 75.4015748031) e("	");
}
.my-course-item.failed .bookbg .bg-img {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray; /* IE6+ */
  opacity: 0.8;
}
.my-course-item.passed .bookbg .bg-img {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray; /* IE6+ */
  opacity: 0.8;
}
.my-course-item.passed .bookbg .name-label:after {
  background: url(/cdn/Images/Layout/PrivateArea/thumbs.png) right top;
  content: "";
  width: 50px;
  height: 51px;
  position: absolute;
  bottom: 140px;
  left: 75px;
  z-index: 3;
}
.my-course-item.passed .bookbg:after {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover-bottom-g.png) !important;
}
.my-course-item.passed .bookbg:before {
  content: " ";
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background: url(/cdn/Images/Layout/PrivateArea/cover-content-g.png) repeat !important;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 5;
  opacity: 0.6;
}
.my-course-item.marketplace-link a {
  display: block;
  width: 222px;
  height: 380px;
  margin-left: -11px;
  background: url(/cdn/Images/Layout/PrivateArea/more-courses.png) no-repeat top;
}
.my-course-item.marketplace-link a:hover {
  background-position: bottom;
}
.my-course-item .label {
  font-size: 14px;
}
.my-course-item .underbookspace {
  text-align: center;
}
.my-course-item .underbookspace .underbookspace-info {
  height: 56px;
  font-family: "Lato", sans-serif;
}
.my-course-item .underbookspace .underbookspace-info.no-content {
  height: 30px;
}
.my-course-item .underbookspace .underbookspace-info #divInfoLine1 {
  font-size: 1em !important;
  margin-top: 18px;
  color: #000;
}
.my-course-item .underbookspace .underbookspace-info #divInfoLine2 {
  font-size: 1em !important;
  font-weight: bold;
  color: #000;
}
.my-course-item .underbookspace .underbookspace-info.marketplace {
  height: auto;
  padding-bottom: 10px;
}
.my-course-item .underbookspace .underbookspace-info.marketplace .tp-info {
  float: left;
  padding-bottom: 10px;
}
.my-course-item > .expires-label {
  font-family: "Over the Rainbow", cursive;
  font-size: 1.3333333333em !important;
  margin-left: 15px;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .my-course-item-middle, .list-cover > div:nth-child(3n+2), .pack-cover > div:nth-child(3n+3) {
    margin-left: 75px;
    margin-right: 75px;
  }
}
.pack-cover {
  border: 1px solid #cfcfcf;
  float: left;
  margin-left: -12px !important;
  padding: 12px;
  position: relative;
  left: -5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
}
.pack-cover .my-course-item {
  margin-bottom: 0px;
}
.pack-cover .my-course-item:after {
  content: "+";
  position: relative;
  position: relative;
  top: -230px;
  left: 230px;
  color: #cfcfcf;
  font-size: 2em;
}
.pack-cover .my-course-item:last-child:after {
  content: "";
}

.pack-name {
  display: none;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
}

.marketplace .category .category-label, .marketplace .category .category-label a {
  /*font-size: 21px;*/
  font-size: 1.4em !important;
  font-family: "Lato", sans-serif;
  color: #4f535f;
}
.marketplace .category .cycle-slideshow {
  width: 100%;
  margin-top: 25px;
}
.marketplace .category .carousel-page {
  width: 100%;
}
.marketplace .my-course-item .name-label a, .marketplace .my-course-item .name-label a:hover, .marketplace .my-course-item .demo-label a, .marketplace .my-course-item .demo-label a:hover {
  color: #fff;
}
.marketplace .my-course-item .demo-label a {
  text-decoration: none;
}
.marketplace .my-course-item .btn-action {
  width: 160px;
  font-size: 0.95em;
}
.marketplace .my-course-item .underbookspace-info {
  text-align: left;
  color: black;
  font-size: 0.9333333333em !important;
}
.marketplace .my-course-item .underbookspace-info .second-category {
  display: block;
  float: left;
  width: 80px;
}
.marketplace .my-course-item .underbookspace-info .learners {
  display: block;
  float: right;
  color: #4f535f;
}
.marketplace .my-course-item .underbookspace-info .tp-info .tp-name {
  font-weight: bold;
  width: 103px;
  margin-left: 7px;
}
.marketplace .featured {
  margin: 0px 0px 20px 0px;
}
.marketplace .featured .course-overview {
  margin: 0px !important;
}
.marketplace .featured .course-overview .left-bar {
  width: 500px !important;
}
.marketplace .featured .course-overview .left-bar .column2 {
  width: 275px;
}
.marketplace .featured .course-name {
  margin-top: 15px;
}
.marketplace .featured .category {
  color: #000;
  font-size: 1.1em;
}
.marketplace .featured .buttons {
  float: right;
  width: 207px;
  margin-right: 20px;
  margin-top: 10px;
}
.marketplace .featured .buttons .btn {
  width: 205px;
  margin-bottom: 6px;
}

.cycle-slideshow {
  position: relative;
}

/* pager */
div[class*=cycle-pager] {
  text-align: right;
  width: 50%;
  z-index: 500;
  position: absolute;
  top: -45px;
  right: 45px;
  overflow: hidden;
}
div[class*=cycle-pager] span {
  font-family: arial;
  font-size: 40px;
  width: 15px;
  height: 10px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
div[class*=cycle-pager] span.cycle-pager-active {
  color: #000;
}
div[class*=cycle-pager] > * {
  cursor: pointer;
}

/* prev / next links */
div[class*=cycle-prev], div[class*=cycle-next] {
  position: absolute;
  top: 96px;
  width: 45px;
  z-index: 800;
  height: 56px;
  cursor: pointer;
}
div[class*=cycle-prev]:hover, div[class*=cycle-next]:hover {
  background-position: bottom;
}

div[class*=cycle-prev] {
  left: 0px;
  background: url(/cdn/images/layout/privatearea/btn-left.png) no-repeat top;
}

div[class*=cycle-next] {
  right: 0px;
  background: url(/cdn/images/layout/privatearea/btn-right.png) no-repeat top;
}

.btn-buy {
  font-size: 1.05em;
  color: #000;
  font-weight: bold;
}
.btn-buy span.price {
  color: #ec127e;
}
.btn-buy span.price.small {
  font-size: 0.9em;
}
.btn-buy:hover span.price {
  color: #fff;
}

.white-box {
  background: #fff;
  padding: 26px;
  padding-bottom: 10px;
  border: 1px solid #E7E7E7;
  box-shadow: 1px 1px 2px #ccc;
}

.HorizontalPopupMenuContentDefault {
  display: block;
  font-family: "Lato", sans-serif;
  padding: 10px;
}
.HorizontalPopupMenuContentDefault > .header {
  display: block;
  font-size: 13px;
  width: inherit;
  text-align: center;
  padding-bottom: 10px;
}
.HorizontalPopupMenuContentDefault > .itemsContainer {
  display: block;
  text-align: center;
  width: inherit;
}
.HorizontalPopupMenuContentDefault > .itemsContainer > .lastItem {
  border-right: 0 !important;
}
.HorizontalPopupMenuContentDefault > .itemsContainer > .itemContainer {
  display: inline-block;
  text-align: inherit;
  border-right: 1px solid #cccccb;
  padding: 0px 10px;
}
.HorizontalPopupMenuContentDefault > .itemsContainer > .itemContainer > a {
  color: #4f535f;
}
.HorizontalPopupMenuContentDefault > .itemsContainer > .itemContainer > a:hover {
  color: #ec127e;
  text-decoration: none;
}
.HorizontalPopupMenuContentDefault > .itemsContainer > .itemContainer > a > span {
  display: block;
}
.HorizontalPopupMenuContentDefault > .itemsContainer > .itemContainer > a > span.ss-icon {
  font-size: 15px;
}
.HorizontalPopupMenuContentDefault > .itemsContainer > .itemContainer > a > span.title {
  font-size: 10px;
  font-weight: 700;
}

.course-overview {
  margin-top: 35px;
}
.course-overview .rgMasterTable tr td, .course-overview .rgMasterTable tr th {
  color: #000 !important;
}
.course-overview .rgMasterTable tr th {
  text-transform: uppercase;
}
.course-overview .left-bar {
  width: 100%;
  float: left;
}
.course-overview label {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  cursor: default;
  color: black;
  font-size: 0.9333333333em !important;
  line-height: 1em;
}
.course-overview h3, .course-overview h2 {
  margin: 0px;
  line-height: 1.1em;
  margin-bottom: 15px;
  font-family: Arial, sans-serif !important;
  color: #000 !important;
}
.course-overview .my-course-item, .course-overview .my-course-item .bookbg {
  width: 183px;
  height: 244px;
}
.course-overview .my-course-item .bookbg:after, .course-overview .my-course-item .bookbg .bookbg:after {
  width: 183px;
  background-size: 183px 6px;
}
.course-overview .my-course-item .name-label, .course-overview .my-course-item .bookbg .name-label {
  background: none;
}
.course-overview .my-course-item .name-label:after, .course-overview .my-course-item .bookbg .name-label:after {
  bottom: 100px;
  left: 70px;
}
.course-overview .column2 {
  font-size: 0.9333333333em !important;
  width: 520px;
  margin-left: 35px;
  float: left;
  color: #5e616b;
}
.course-overview .column2 .learner-count {
  margin-top: 0px;
}
.course-overview .column2 .top-infoline {
  font-size: 0.9333333333em !important;
}
.course-overview .column2 .bottom-infoline {
  color: #000;
  padding-top: 15px;
}
.course-overview .column2 .course-name h1 {
  font-size: 1.8em;
  color: #000;
  line-height: 1.2;
  margin-top: 2px;
}
.course-overview .info-row1, .course-overview .info-row2 {
  width: 100%;
}
.course-overview .info-row1 > div > div, .course-overview .info-row2 > div > div {
  width: 163px;
  margin-right: 35px;
  float: left;
}
.course-overview .info-row1 > div > div:first-child, .course-overview .info-row2 > div > div:first-child {
  width: 183px;
}
.course-overview .info-row1 > div.info-pack, .course-overview .info-row1 > div.date-completed, .course-overview .info-row1 > div > div:last-child, .course-overview .info-row2 > div.info-pack, .course-overview .info-row2 > div.date-completed, .course-overview .info-row2 > div > div:last-child {
  width: 184px;
  margin-right: 0px;
}
.course-overview .info-row1 hr, .course-overview .info-row2 hr {
  margin: 30px 0;
}
.course-overview .info-row1 .time {
  font-family: "Lato", sans-serif;
  text-align: center;
}
.course-overview .info-row1 .time .ProgressBarContainer {
  margin-top: 7px;
}
.course-overview .component-title {
  font-size: 0.9333333333em !important;
  margin: 10px 0px;
}
.course-overview .right-bar {
  float: right;
  width: 202px;
  margin-left: 38px;
}
.course-overview .right-bar .btn {
  font-size: 13px;
  font-weight: bold;
  width: 200px;
  padding: 2px 0px;
  text-align: center;
  position: relative;
}
.course-overview .right-bar .btn i[class*=ss-] {
  position: absolute;
  left: 10px;
  top: 2px;
}
.course-overview .right-bar .btn.btn-certificate {
  padding-left: 5px;
  width: 200px;
}
.course-overview .right-bar .btn.btn-action {
  font-size: 12px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  background: none;
  background-color: #e9e9e5;
  color: black;
  z-index: 50;
  top: -4px;
  padding: 3px 0px;
}
.course-overview .right-bar .btn.btn-action:hover {
  color: #fff;
  background: none;
  background-color: #5f6168;
}
.course-overview .right-bar .btn.btn-action:hover i[class*=ss-] {
  color: #fff;
}
.course-overview .right-bar .btn.btn-action i[class*=ss-] {
  top: 3px;
}
.course-overview .right-bar .btn.btn-action:first-child {
  padding-top: 6px;
}
.course-overview .right-bar .btn.btn-action:first-child i[class*=ss-] {
  top: 6px;
}
.course-overview .right-bar .btn.btn-primary {
  z-index: 100;
}
.course-overview .right-bar .btn.btn-white {
  margin-bottom: 6px;
}
.course-overview .right-bar .btn.btn-buy {
  padding-top: 3px !important;
  margin-bottom: 6px;
  top: 0px;
  font-size: 15px;
}
.course-overview .right-bar .result-info {
  padding: 20px 0px 20px 0px;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 0.9333333333em !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: black;
}
.course-overview .right-bar .result-info i {
  margin-right: 10px;
  display: inline-block;
}
.course-overview .right-bar .result-info .ss-like {
  color: #46a546;
}
.course-overview .right-bar .result-info .ss-dislike {
  color: #9d261d;
}
.course-overview .right-bar .result-info .score {
  font-size: 44px;
  font-weight: 300;
  margin: 20px 0px 10px 25px;
}
.course-overview .right-bar .result-info span {
  display: block;
}
.course-overview .right-bar .admin .btn-action {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
.course-overview .right-bar .admin .btn-action:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom: solid 1px #c2c2c2;
}
.course-overview .right-bar .admin .actions {
  position: relative;
  z-index: 100;
}
.course-overview .right-bar .admin .stats {
  position: relative;
  z-index: 50;
  background-color: #fff;
  color: #666666;
  font-size: 14px;
  top: -4px;
  padding: 20px;
}
.course-overview .right-bar .admin .stats .labels {
  float: left;
}
.course-overview .right-bar .admin .stats .values {
  float: right;
  text-align: right;
}

.course-overview .freePrice, .courseSettings .freePrice, .courseOverview .freePrice, .action-plan .freePrice {
  font-weight: 400;
  font-style: italic;
}
.course-overview .stepItem, .courseSettings .stepItem, .courseOverview .stepItem, .action-plan .stepItem {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.course-overview .stepItem > .stepNumber, .courseSettings .stepItem > .stepNumber, .courseOverview .stepItem > .stepNumber, .action-plan .stepItem > .stepNumber {
  display: table-cell;
  background-color: #e2e2e0;
  color: #5f6168;
  width: 60px;
  text-align: center;
  vertical-align: top;
  padding-top: 8px;
  font-size: 2.6666666667em !important;
  font-weight: 700;
  line-height: 100%;
}
.course-overview .stepItem > .stepContent, .courseSettings .stepItem > .stepContent, .courseOverview .stepItem > .stepContent, .action-plan .stepItem > .stepContent {
  vertical-align: top;
  display: table-cell;
  background-color: #ebebea;
  width: auto;
  padding: 10px 10px;
}

.courseSettings.websiteBuilder .stepItem > .stepNumber {
  padding-top: 12px;
}

.action-plan .stepItem > .stepNumber {
  padding-top: 12px;
}

.courseSettings {
  counter-reset: setting;
}
.courseSettings .stepItem > .stepNumber::before {
  counter-increment: setting;
  content: counter(setting);
}

.course-overview .stepItem {
  margin-bottom: 3px;
}

.no-pages .col-1-expanded {
  background-image: none !important;
}

.course-overview .stepItem > .stepNumber {
  font-size: 1.7333333333em !important;
  padding: 20px 0px;
  border: solid 1px #dadada;
}
.course-overview .stepItem > .stepNumber .circle {
  background-color: #a5a5a4;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  left: 20px;
}
.course-overview .stepItem > .stepNumber .circle i {
  color: #e2e2e0;
  font-size: 50%;
  position: relative;
  top: -3px;
}

.course-overview .stepItem > .stepBorder {
  width: 2px;
  display: table-cell;
}

.course-overview .stepItem > .stepContent {
  font-size: 0.8666666667em !important;
  border: solid 1px #dadada;
  padding: 5px 0px 0px 0px;
}
.course-overview .stepItem > .stepContent .col-1 {
  display: table-cell;
  padding-right: 7px;
  position: relative;
  top: 7px;
  width: 55px;
}
.course-overview .stepItem > .stepContent .col-1-expanded {
  background: url(/cdn/images/layout/privatearea/vert-line.png) 15px 0px repeat-y;
}
.course-overview .stepItem > .stepContent .component-name {
  display: table-cell;
  width: 318px;
  padding: 0px 50px 15px 0px;
}
.course-overview .stepItem > .stepContent .duration {
  display: table-cell;
  width: 100px;
  text-align: right;
  padding-top: 0px;
}
.course-overview .stepItem > .stepContent .completion {
  padding: 0px 20px 0px 8px;
  display: table-cell;
  width: 40px;
  text-align: right;
}
.course-overview .stepItem > .stepContent .component-pages {
  position: relative;
}
.course-overview .stepItem > .stepContent .page {
  display: table-row;
  background-color: #fff;
  border-bottom: solid 1px #dadada;
  padding: 10px;
}
.course-overview .stepItem > .stepContent .page > div {
  padding: 10px;
}
.course-overview .stepItem > .stepContent .page .component-name {
  padding-left: 0px;
}
.course-overview .stepItem > .stepContent .page .col-1 {
  top: 0px;
  background: none;
  padding-left: 15px;
  font-weight: bold;
}
.course-overview .stepItem > .stepContent .page .col-1 .circle {
  background-color: #ec127e;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  top: 4px;
}
.course-overview .stepItem > .stepContent .page .col-1 .circle i {
  color: #fff;
  font-size: 70%;
  position: relative;
  top: -4px;
  left: 2px;
}
.course-overview .stepItem > .stepContent i {
  color: #ec127e;
}

.course-overview .no-numbers .stepItem > .stepContent .component-name {
  width: 373px;
}

.alert {
  text-shadow: none;
}
.alert.alert-danger a {
  color: white;
}
.alert.alert-danger a:hover {
  color: black;
}
.alert .close {
  right: initial;
}

.modal-backdrop {
  z-index: 10040;
}
.modal-backdrop ~ .modal-backdrop {
  z-index: 10060 !important;
}

.modal.show {
  z-index: 10050;
}
.modal.show ~ .modal.show {
  z-index: 10070 !important;
}

.auto {
  width: auto;
}

.alert-block {
  margin-bottom: 15px;
}

.form-line textarea {
  margin-bottom: 0px;
}

ol.letters {
  list-style-type: lower-alpha;
}

.underline {
  text-decoration: underline !important;
}

.course-settings-emails {
  border: 1px solid #DEDEDE;
  background: #fff;
  position: relative;
  top: -25px;
}
.course-settings-emails .course-settings-emails-header {
  background: #ec127e;
  padding: 15px 30px;
  color: #fff;
}
.course-settings-emails .course-settings-emails-header h4 {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 0px;
  margin-top: 3px;
}
.course-settings-emails .course-settings-emails-header button.link-action {
  color: #fff;
  background: none;
  border: 0px none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.course-settings-emails .course-settings-emails-header button.link-action i {
  margin-left: 10px;
  position: relative;
  top: 3px;
  text-decoration: none !important;
  font-size: 15px;
}
.course-settings-emails .course-settings-emails-header button.link-action:hover span {
  text-decoration: underline;
}
.course-settings-emails .course-settings-emails-header button.link-action:hover i.ss-icon {
  text-decoration: none !important;
}
.course-settings-emails .course-settings-emails-body {
  padding: 20px 30px;
}
.course-settings-emails .course-settings-emails-body fieldset .row-fluid {
  margin: 0px;
}
.course-settings-emails .course-settings-emails-body hr {
  margin-top: 0px;
  margin-bottom: 10px;
}
.course-settings-emails .course-settings-emails-body .RadEditor.LMS.reWrapper {
  margin-bottom: 20px;
}

.course-settings-email-select .course-settings-email-select-list {
  padding: 10px 0px;
}
.course-settings-email-select .course-settings-email-select-list a {
  display: block;
  padding: 6px;
  padding-left: 10px;
  font-size: 15px;
  color: #4f535f;
  margin: 3px 0px;
  margin-right: -17px;
  position: relative;
  z-index: 10;
}
.course-settings-email-select .course-settings-email-select-list a:hover {
  background: #fff;
}
.course-settings-email-select .course-settings-email-select-list a i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.course-settings-email-select .course-settings-email-select-list a.color-black {
  color: #000;
  font-weight: bold;
  background: #fff;
}
.course-settings-email-select .course-settings-email-select-list a.color-black i {
  color: #ec127e;
}
.course-settings-email-select .course-settings-email-select-list a.color-black:before {
  content: " ";
  width: 16px;
  height: 35px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 14px 18px 0;
  border-color: transparent #cccccb transparent transparent;
  position: absolute;
  top: 0px;
  right: -1px;
}
.course-settings-email-select .course-settings-email-select-list a.color-black:after {
  content: " ";
  width: 16px;
  height: 35px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 17px 13px 17px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 1px;
  right: -1px;
}

.btn-primary-horizontal {
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to right, rgb(188.6141732283, 14.3858267717, 100.7007874016) 0%, #ec127e 100%);
  background-repeat: repeat-x;
  border-color: #ec127e #ec127e rgb(164.9212598425, 12.5787401575, 88.0511811024);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #ec127e; /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary-horizontal:hover, .btn-primary-horizontal:active, .btn-primary-horizontal.active {
  color: #fff;
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
  *background-color: rgb(164.9212598425, 12.5787401575, 88.0511811024);
}
.btn-primary-horizontal:active, .btn-primary-horizontal.active {
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016) e("	");
}

.btn-horizontal {
  -webkit-box-shadow: -2px 2px 3px rgba(95,97,104,0.3);
  -moz-box-shadow: -2px 2px 3px rgba(95,97,104,0.3);
  box-shadow: -2px 2px 3px rgba(95,97,104,0.3);
}
.btn-horizontal:hover {
  text-decoration: none !important;
  background: #ec127e;
  transition: background-position 0s linear;
}

.btn-send-feedback {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: rotate(270deg) translateX(289px);
  -webkit-transform-origin: right bottom;
  -moz-transform: rotate(270deg) translateX(289px);
  -moz-transform-origin: right bottom;
  -o-transform: rotate(270deg) translateX(289px);
  -o-transform-origin: right bottom;
  -ms-transform: rotate(270deg) translateX(289px);
  -ms-transform-origin: right bottom;
  transform: rotate(270deg) translateX(289px);
  transform-origin: right bottom;
  position: fixed;
  top: 50.7%;
  right: -2px;
  width: 154px;
  padding-top: 7px;
  padding-bottom: 7px;
  z-index: 1000000;
}

.feedback-box {
  position: fixed;
  width: 200px;
  height: 500px;
  top: 50%;
  background-color: #f2f2f2;
  margin-top: -250px;
  right: 0px;
  z-index: 1000000;
  -webkit-box-shadow: -2px 2px 9px rgba(95,97,104,0.3);
  -moz-box-shadow: -2px 2px 9px rgba(95,97,104,0.3);
  box-shadow: -2px 2px 9px rgba(95,97,104,0.3);
}

.feedback-box-wrapper {
  position: relative;
  top: 0px;
  left: 0px;
  height: 500px;
  width: 200px;
}

.feedback-box-guy {
  background-color: #FFEEBA;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 200px;
  width: 200px;
}

.feedback-box-guy-text {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 200px;
  width: 200px;
  padding-top: 15px;
  text-align: center;
  font-size: 1.2666666667em !important;
  font-weight: bold;
  color: #24262a;
  font-family: "Lato", sans-serif;
  line-height: 1.2em;
}

.feedback-box-guy-image {
  background: url("/cdn/images/layout/basic/andy.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 200px;
  width: 200px;
}

.feedback-box-closed {
  right: -200px;
}

.success-text {
  color: #93c25b;
}

.graphics-upload {
  margin-bottom: 15px;
  background: #ebebea;
}
.graphics-upload .k-upload {
  border: 0;
  background: none;
}
.graphics-upload .k-upload em {
  display: none;
}
.graphics-upload .k-upload .k-dropzone {
  padding: 0px !important;
}
.graphics-upload .k-upload .k-filename {
  max-width: 70%;
}
.graphics-upload .k-upload .k-upload-status-total {
  display: none;
}
.graphics-upload .k-upload .k-upload-status {
  right: 8px;
  top: 9px !important;
}
.graphics-upload .k-upload .k-upload-status button {
  display: none;
}
.graphics-upload .upload-section {
  cursor: pointer;
  text-align: center;
  padding: 20px 0px 30px 0px;
}
.graphics-upload .upload-section p {
  margin-bottom: 6px;
}
.graphics-upload .upload-section p.format-info {
  font-style: italic;
}
.graphics-upload .upload-section i {
  color: #ec127e;
  font-size: 2em;
}

/* ccca extension - certificate pdf */
/* accreditation table */
.ccca-certificate .accreditation-cover {
  width: 760px;
  font-family: Flama;
  font-size: 12pt;
  color: #404041;
}
.ccca-certificate table.accreditation-table td {
  font-family: Flama;
  padding-bottom: 10px;
  font-size: 12pt;
  color: #404041;
}

/* editor floating toolbar */
.RadWindow_LMS.reToolbarWindow .rwTopLeft,
.RadWindow_LMS.reToolbarWindow .rwTopRight,
.RadWindow_LMS.reToolbarWindow .rwTitlebar,
.RadWindow_LMS.reToolbarWindow .rwFooterLeft,
.RadWindow_LMS.reToolbarWindow .rwFooterRight,
.RadWindow_LMS.reToolbarWindow .rwFooterCenter,
.RadWindow_LMS.reToolbarWindow .rwTopResize,
.RadWindow_LMS.reToolbarWindow .rwStatusbar div,
.RadWindow_LMS.reToolbarWindow .rwStatusbar,
.RadWindow_LMS.reToolbarWindow .rwPopupButton,
.RadWindow_LMS.reToolbarWindow .rwPopupButton span,
.RadWindow_LMS.rwMinimizedWindow.reToolbarWindow .rwCorner {
  background-image: none;
}

.RadWindow_LMS.reToolbarWindow .rwBodyLeft,
.RadWindow_LMS.reToolbarWindow .rwBodyRight,
.RadWindow_LMS.reToolbarWindow .rwStatusbarRow .rwCorner {
  background-image: none;
}

.RadWindow.reToolbarWindow .rwTable {
  width: auto;
  background: #fff;
  border: 1px inset #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* RadEditor floating toolbar  */
.RadWindow_LMS.reToolbarWindow .reToolbar .reTool:hover {
  background-position: 0 -52px !important;
}

.btn {
  transition: none !important;
}

@media (min-width: 576px) {
  .max-width-560 {
    max-width: 560px !important;
  }
}
.venue-detail-table tr td {
  font-size: 1.125em !important;
  line-height: 1.6666666667em;
}
.venue-detail-table tr td:nth-child(1) {
  color: #000;
}
.venue-detail-table tr td:nth-child(2) {
  font-family: "Lato", sans-serif;
  color: #4f535f;
}

.fix-checkbox input[type=checkbox] {
  margin: 5px 10px 0 0px;
}

.grecaptcha-badge {
  visibility: hidden;
}

input[type=range] {
  -webkit-transition: 0.2s;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 16px;
  background-color: transparent;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  cursor: pointer;
}
input[type=range]:hover, input[type=range]:focus, input[type=range]:active {
  opacity: 1;
}
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 6px;
  border-radius: 3px;
  background-color: #aaaaaa;
  appearance: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ec127e;
  appearance: none;
  border: none;
  margin-top: -5px;
}
input[type=range]::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background-color: #aaaaaa;
  appearance: none;
}
input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ec127e;
  appearance: none;
  border: none;
  margin-top: 0;
}
input[type=range]::-ms-track {
  height: 6px;
  border-radius: 3px;
  background-color: #aaaaaa;
  appearance: none;
}
input[type=range]::-ms-fill-upper {
  height: 6px;
  border-radius: 3px;
  background-color: #aaaaaa;
  appearance: none;
}
input[type=range]::-ms-fill-lower {
  height: 6px;
  border-radius: 3px;
  background-color: #aaaaaa;
  appearance: none;
}
input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #ec127e;
  appearance: none;
  border: none;
  margin-top: 0;
}

.zoom-page {
  top: 10px;
  right: 10px;
  text-align: right;
}
.zoom-page button.btn-listen {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.zoom-page #audioPageReader {
  display: inline-block;
  height: 28px;
  vertical-align: middle;
}
.zoom-page .btn.btn-action {
  background-color: #51545f;
  background-image: none;
  color: #aca9ab !important;
  padding: 2px 16px;
}
.zoom-page .btn.btn-action i {
  color: inherit;
}
.zoom-page .btn.btn-action.btn-zoom {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  font-size: 75%;
  padding: 1px 4px;
  padding-right: 2px;
  padding-left: 4px;
}
.zoom-page .btn.btn-action.btn-zoom i {
  margin-right: 0;
}
.zoom-page .btn.btn-action.btn-zoom .ss-dropdown {
  position: relative;
  top: 3px;
  right: 1px;
  font-size: 75%;
}
.zoom-page .btn.btn-action.btn-zoom .ss-directup {
  position: relative;
  top: -2px;
  right: 1px;
  font-size: 75%;
}
@media (max-width: 1025px) {
  .zoom-page button {
    margin-right: 7px;
  }
}

.zoom-2 {
  /*
  zoom: 1.3;
  //transform: scale(1.3);
  -moz-transform: scale(1.3);
  -moz-transform-origin: 0 0;
  */
}
.zoom-2 .brandable .zoomable {
  font-size: 130% !important;
  line-height: 150% !important;
}
.zoom-2 .brandable .zoomable table.radio.inline input {
  margin-top: 7px !important;
}
.zoom-2 .brandable .zoomable .carousel-comparison .body .left h1, .zoom-2 .brandable .zoomable .carousel-comparison .body .right h1 {
  margin-top: 30px;
}
.zoom-2 .brandable .zoomable .carousel-comparison .body .left .spacer, .zoom-2 .brandable .zoomable .carousel-comparison .body .right .spacer {
  display: none;
}
@media (max-width: 1025px) {
  .zoom-2 .brandable .zoomable.option {
    font-size: 110% !important;
  }
}

.zoom-3 {
  /*
  zoom: 1.6;
  //transform: scale(1.6);
  -moz-transform: scale(1.6);
  -moz-transform-origin: 0 0;*/
}
.zoom-3 .brandable .zoomable {
  font-size: 160% !important;
  line-height: 180% !important;
}
.zoom-3 .brandable .zoomable table.radio.inline input {
  margin-top: 14px !important;
}
.zoom-3 .brandable .zoomable .carousel-comparison .body .left h1, .zoom-3 .brandable .zoomable .carousel-comparison .body .right h1 {
  font-size: 80% !important;
  margin-top: 30px;
}
.zoom-3 .brandable .zoomable .carousel-comparison .body .left .spacer, .zoom-3 .brandable .zoomable .carousel-comparison .body .right .spacer {
  display: none;
}
.zoom-3 .brandable .zoomable .carousel-comparison .body .left .text, .zoom-3 .brandable .zoomable .carousel-comparison .body .right .text {
  font-size: 85%;
  line-height: 150%;
}
.zoom-3 .brandable .zoomable .quiz-matching .left, .zoom-3 .brandable .zoomable .quiz-matching .right {
  font-size: 100% !important;
}
.zoom-3 .brandable .zoomable .vertical-radio td input {
  margin-top: 0.6em;
}
@media (max-width: 1025px) {
  .zoom-3 .brandable .zoomable.option {
    font-size: 110% !important;
  }
}

.react-tooltip .bs-tether-element-attached-top {
  margin-top: 0px !important;
}
.react-tooltip .bs-tether-element-attached-top .tooltip-inner {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 300px;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 1em !important;
}

.grey-text {
  color: #4f535f;
}

.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgWrap.rgNumPart {
  margin-top: 2px;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgAdvPart .RadComboBox {
  background-color: white;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgAdvPart .RadComboBox .rcbInner {
  border-color: lightgray;
  border-radius: 3px;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgAdvPart .RadComboBox .p-icon {
  width: 1em;
  height: 1em;
  background-image: none;
  font: 16px/1 "TelerikWebUI";
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgAdvPart .RadComboBox .p-icon:before {
  content: "▾";
  font-family: "Lato", sans-serif;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgActionButton {
  font-family: "SSPika";
  width: 27px;
  height: 27px;
  padding-left: 7px;
  padding-top: 3px;
  color: rgb(79, 83, 95);
  background-color: #dfdfdb;
  background-image: linear-gradient(to bottom, #dfdfdb, #dfdfdb);
  background-repeat: repeat-x;
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  font-size: 13px;
  margin-left: 2px;
  margin-right: 2px;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgActionButton.t-button:before {
  background: inherit;
  opacity: inherit;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgActionButton.rgPageFirst:before {
  content: "⏮";
  margin-top: 4px;
  display: block;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgActionButton.rgPagePrev {
  margin-right: 6px;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgActionButton.rgPagePrev:before {
  content: "◃";
  margin-top: 4px;
  display: block;
  color: #ec127e;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgActionButton.rgPageNext:before {
  content: "▹";
  margin-top: 4px;
  display: block;
  color: #ec127e;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgActionButton.rgPageLast:before {
  content: "⏭";
  margin-top: 4px;
  display: block;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgActionButton:hover {
  background-color: #5f6168;
  background-image: linear-gradient(to bottom, #5f6168, #5f6168);
  color: #dfdfdb;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgNumPart a:hover, .RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgNumPart a:hover span {
  color: #ec127e;
}
.RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgNumPart a:hover.rgCurrentPage:hover, .RadGrid tr.rgPager td.rgPagerCell div.NextPrevAndNumeric .rgNumPart a:hover span.rgCurrentPage:hover {
  color: gray;
}

a.link-button {
  cursor: pointer;
}
a.link-button:hover {
  color: #ec127e !important;
}

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.2 (jPlayer 2.2.0)
 * Date: 22nd October 2012
 */
div.jp-audio,
div.jp-audio-stream,
div.jp-video {
  /* Edit the font-size to counteract inherited font sizing.
  * Eg. 1.25em = 1 / 0.8em
  */
  font-size: 1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ebebea;
  /*border:1px solid #009be3;*/
  background-color: #000;
}

.RadDock div.jp-audio,
.RadDock div.jp-audio-stream,
.RadDock div.jp-video {
  font-size: 1em;
}

div.jp-audio a,
div.jp-audio-stream a,
div.jp-video a {
  color: #fff;
  text-decoration: none;
}

div.jp-audio a:hover,
div.jp-audio-stream a:hover,
div.jp-video a:hover {
  color: #5f6168;
  background: none;
}

div.jp-video-270p {
  width: 480px;
}

div.jp-video-360p {
  width: 640px;
}

div.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative;
}
div.jp-video-full video {
  max-height: 100% !important;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
  z-index: 1000;
}

div.jp-video-full div.jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative; /* Rules for IE6 (full-screen) */
  overflow: hidden;
}

div.jp-video-full div.jp-gui {
  position: fixed !important;
  position: static; /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1001; /* 1 layer above the others. */
  background: transparent;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 1.6;
}

div.jp-video-full div.jp-interface {
  position: fixed !important;
  position: relative; /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
}

div.jp-interface {
  position: relative;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #9699a2 0%, #696b72 100%);
  background-repeat: repeat-x;
  border-color: #696b72 #696b72 rgb(68.3219178082, 69.6232876712, 74.1780821918);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  width: 100%;
}
div.jp-interface:hover, div.jp-interface:active, div.jp-interface.active {
  color: #fff;
  background-color: #696b72;
  /**background-color: darken($endColor, 5%);*/
}
div.jp-interface:active, div.jp-interface.active {
  background-color: rgb(80.5479452055, 82.0821917808, 87.4520547945) e("	");
}

/* $group CONTROLS */
div.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.jp-type-single ul.jp-controls {
  width: 78px;
  margin-left: 200px;
}

div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px;
}

ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}

div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 3px;
  /*text-indent:-9999px;*/
}

a.jp-play,
a.jp-pause {
  width: 15px;
  height: 20px;
}

a.jp-play {
  /*background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") 0 0 no-repeat;*/
}

a.jp-play:hover {
  /*background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") -41px 0 no-repeat;*/
}

a.jp-pause {
  display: none;
}

a.jp-stop, a.jp-previous, a.jp-next {
  width: 15px;
  height: 15px;
}

a.jp-stop {
  margin-left: 10px;
}

a.jp-previous {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") 0 -112px no-repeat;
}

a.jp-previous:hover {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") -29px -112px no-repeat;
}

a.jp-next {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") 0 -141px no-repeat;
}

a.jp-next:hover {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") -29px -141px no-repeat;
}

/* $end */
/* $group progress bar */
div.jp-progress {
  overflow: hidden;
  background-color: #ddd;
  clear: both;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
}

div.jp-seek-bar {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer;
}

div.jp-play-bar {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") 0 -218px repeat-x;
  width: 0px;
  height: 100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.seeking.gif");
}

/* $end */
/* $group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 15px;
  height: 17px;
  position: absolute;
  margin-top: 0;
}

a.jp-mute,
a.jp-unmute {
  left: 50px;
}

a.jp-volume-max {
  left: 134px;
}

a.jp-unmute {
  display: none;
}

div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") 0 -250px repeat-x;
  width: 46px;
  height: 5px;
  cursor: pointer;
  top: 10px;
  left: 72px;
}

div.jp-volume-bar-value {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") 0 -256px repeat-x;
  width: 0px;
  height: 5px;
}

/* $end */
/* $group current time and duration */
div.jp-current-time,
div.jp-duration {
  width: 60px;
  font-size: 0.64em;
}

div.jp-current-time {
  float: right;
  text-align: right;
  margin-top: -30px;
}

div.jp-duration {
  float: right;
  text-align: right;
  margin-top: -30px;
}

div.jp-current-time {
  margin-right: 68px;
}

.with-captions div.jp-current-time {
  margin-right: 98px;
}

div.jp-current-time:after {
  content: " / ";
}

div.jp-duration {
  margin-right: 40px;
}

.with-captions div.jp-duration {
  margin-right: 70px;
}

/* $end */
/* $group playlist */
div.jp-title {
  font-weight: bold;
  text-align: center;
}

div.jp-title,
div.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3;
}

div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
  border-top: none;
}

div.jp-title ul,
div.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: 0.72em;
}

div.jp-title li {
  padding: 5px 0;
  font-weight: bold;
}

div.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
}

div.jp-playlist li div {
  display: inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px;
}

div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}

span.jp-artist {
  font-size: 0.8em;
  color: #666;
}

/* $end */
div.jp-video-play {
  width: 100%;
  overflow: hidden; /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}

div.jp-video-270p div.jp-video-play {
  margin-top: -270px;
  height: 270px;
}

div.jp-video-360p div.jp-video-play {
  margin-top: -360px;
  height: 360px;
}

div.jp-video-full div.jp-video-play {
  height: 100%;
}

a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
}

div.jp-video-play:hover a.jp-video-play-icon {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}

div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}

div.jp-jplayer {
  background-color: #000000;
  line-height: 0;
}

/* $group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  float: right;
  margin-top: -31px;
}
ul.jp-toggles .jp-captions {
  font-size: 0.7em;
  border: solid 2px white;
  border-radius: 4px;
  line-height: 1.2em;
  color: #696b72;
  background: white;
  font-weight: bold;
  width: 20px;
  height: 16px;
}
ul.jp-toggles .jp-captions:hover {
  color: white;
}
ul.jp-toggles .jp-captions.on {
  background: none;
  color: white;
}

div.jp-audio .jp-type-single ul.jp-toggles {
  display: none;
}

div.jp-audio .jp-type-playlist ul.jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}

ul.jp-toggles li {
  display: block;
  text-align: right;
  float: left;
  margin-right: 5px;
}

.with-captions ul.jp-toggles li {
  margin-right: 8px;
}

ul.jp-toggles li a {
  display: block;
  width: 15px;
  height: 18px;
  overflow: hidden;
}

a.jp-repeat {
  display: none;
}

a.jp-repeat-off {
  display: none;
}

a.jp-shuffle {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") 0 -270px no-repeat;
  margin-left: 5px;
}

a.jp-shuffle:hover {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") -30px -270px no-repeat;
}

a.jp-shuffle-off {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") -60px -270px no-repeat;
  margin-left: 5px;
}

a.jp-shuffle-off:hover {
  background: url("/cdn/css/jplayer/custom/jplayer.blue.monday.webp") -90px -270px no-repeat;
}

/* $end */
/* $group NO SOLUTION error feedback */
.jp-no-solution {
  z-index: 100000;
  padding: 5px;
  font-size: 0.8em;
  background-color: #000000;
  color: #ffffff;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 50px;
}
.jp-no-solution h1 {
  color: #FFFFFF;
}

.jp-no-solution a {
  color: #000;
}

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

/* $end */
.jp-video-play-fix {
  position: absolute;
  background: none;
  cursor: pointer;
  z-index: 10000;
}
.jp-video-play-fix .jp-video-play-fix-inside {
  position: relative;
}
.jp-video-play-fix .jp-video-play-fix-inside .play-btn {
  position: absolute;
  margin: auto;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.jp-video-play-fix .jp-video-play-fix-inside .play-btn i {
  color: white;
  font-size: 4em;
  width: auto !important;
  height: auto !important;
}
.jp-video-play-fix.colored .play-btn i {
  color: #ec127e !important;
}

.jp-video-play-fix:hover i {
  color: #ec127e !important;
}
.jp-video-play-fix:hover.colored i {
  color: rgb(240.4724409449, 64.5275590551, 151.6929133858) !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 23px;
}

h1, h2, h3 {
  line-height: 46px;
  margin-top: 12px;
  margin-bottom: 10px;
}

h1 {
  line-height: 1.15em;
}

h2 {
  line-height: 1.5333333333em;
}

h3 {
  line-height: 1.7em;
}

ul {
  margin: 0 0 11.5px 25px;
  padding: 0;
}

fieldset .row-fluid {
  margin-bottom: 13px;
}
fieldset .row-fluid.as-row {
  display: table;
}

.padding-top-5 {
  padding-top: 5px !important;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  display: inline-block;
  height: 23px;
  padding: 4px 6px;
  margin-bottom: 11.5px;
  font-size: 15px;
  line-height: 23px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}

input.span2, textarea.span2, .uneditable-input.span2, select.span2 {
  width: 144px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
  width: 212px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
  width: 294px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
  width: 376px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 554px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
  width: 65.9751037344%;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 964px;
}

select {
  display: inline-block;
  margin-bottom: 11.5px;
}

th {
  font-weight: bold;
  text-align: center;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
  text-align: left;
}

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13.5px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px rgba(95, 97, 104, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(95, 97, 104, 0.3);
  box-shadow: 2px 2px 2px rgba(95, 97, 104, 0.3);
  color: #fff !important;
  background-color: #7b7d85;
  background-image: -moz-linear-gradient(top, #9699a2, #696b72);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9699a2), to(#696b72));
  background-image: -webkit-linear-gradient(top, #9699a2, #696b72);
  background-image: -o-linear-gradient(top, #9699a2, #696b72);
  background-image: linear-gradient(to bottom, #9699a2, #696b72);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9699a2",endColorstr="#ff696b72",GradientType=0);
  border-color: #696b72 #696b72 #44464a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover, .btn:active, .btn.active {
  color: #fff;
  background-color: #696b72;
}
.btn.btn-action, .btn.btn-group > .btn-action, .btn.btn-pager, .btn.btn-group > .btn-pager {
  background-color: #dfdfdb;
  background-image: -moz-linear-gradient(top, #dfdfdb, #dfdfdb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdb), to(#dfdfdb));
  background-image: -webkit-linear-gradient(top, #dfdfdb, #dfdfdb);
  background-image: -o-linear-gradient(top, #dfdfdb, #dfdfdb);
  background-image: linear-gradient(to bottom, #dfdfdb, #dfdfdb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdb",endColorstr="#ffdfdfdb",GradientType=0);
  border-color: #dfdfdb #dfdfdb #bbbbb3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #000 !important;
  border-color: #c2c2c2;
  font-size: 0.85em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-action:hover, .btn.btn-action:active, .btn.btn-action.active, .btn.btn-group > .btn-action:hover, .btn.btn-group > .btn-action:active, .btn.btn-group > .btn-action.active, .btn.btn-pager:hover, .btn.btn-pager:active, .btn.btn-pager.active, .btn.btn-group > .btn-pager:hover, .btn.btn-group > .btn-pager:active, .btn.btn-group > .btn-pager.active {
  color: #fff !important;
}
.btn.btn-action.btn-add-question:hover, .btn.btn-action.btn-add-question:active, .btn.btn-action.btn-add-question.active, .btn.btn-group > .btn-action.btn-add-question:hover, .btn.btn-group > .btn-action.btn-add-question:active, .btn.btn-group > .btn-action.btn-add-question.active, .btn.btn-pager.btn-add-question:hover, .btn.btn-pager.btn-add-question:active, .btn.btn-pager.btn-add-question.active, .btn.btn-group > .btn-pager.btn-add-question:hover, .btn.btn-group > .btn-pager.btn-add-question:active, .btn.btn-group > .btn-pager.btn-add-question.active {
  color: #000 !important;
}
.btn.btn-action:focus, .btn.btn-group > .btn-action:focus, .btn.btn-pager:focus, .btn.btn-group > .btn-pager:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(4, 156, 219, 0.25);
  -moz-box-shadow: 0 0 0 2px rgba(4, 156, 219, 0.25);
  box-shadow: 0 0 0 2px rgba(4, 156, 219, 0.25);
}
.btn.btn-primary {
  color: #fff !important;
  background-color: #ec127e;
  background-image: -moz-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec127e), to(rgb(188.6141732283, 14.3858267717, 100.7007874016)));
  background-image: -webkit-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: -o-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: linear-gradient(to bottom, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffec127e",endColorstr="#ffbd0e65",GradientType=0);
  border-color: #bd0e65 #bd0e65 #76093f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = true);
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
}
.btn:hover:not([disabled]):not(.btn-feature) {
  text-decoration: none;
  background-position: 0 -30px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #5f6168;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.btn-horizontal {
  -webkit-box-shadow: -2px 2px 3px rgba(95, 97, 104, 0.3);
  -moz-box-shadow: -2px 2px 3px rgba(95, 97, 104, 0.3);
  box-shadow: -2px 2px 3px rgba(95, 97, 104, 0.3);
}
.btn-horizontal:hover {
  text-decoration: none !important;
  background: #ec127e;
  -webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear;
}

.btn-primary-horizontal {
  color: #fff;
  background-color: #d0106f;
  background-image: -moz-linear-gradient(left, #bd0e65, #ec127e);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#bd0e65), to(#ec127e));
  background-image: -webkit-linear-gradient(left, #bd0e65, #ec127e);
  background-image: -o-linear-gradient(left, #bd0e65, #ec127e);
  background-image: linear-gradient(to right, #bd0e65, #ec127e);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbd0e65",endColorstr="#ffec127e",GradientType=1);
  border-color: #ec127e #ec127e #a50d58;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-send-feedback {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: rotate(270deg) translateX(289px);
  -webkit-transform-origin: right bottom;
  -moz-transform: rotate(270deg) translateX(289px);
  -moz-transform-origin: right bottom;
  -o-transform: rotate(270deg) translateX(289px);
  -o-transform-origin: right bottom;
  -ms-transform: rotate(270deg) translateX(289px);
  -ms-transform-origin: right bottom;
  transform: rotate(270deg) translateX(289px);
  transform-origin: right bottom;
  position: fixed;
  top: 50.7%;
  right: -2px;
  width: 180px;
  padding-top: 7px;
  padding-bottom: 7px;
  z-index: 1000000;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  display: inline-block;
  height: 23px;
  padding: 4px 6px;
  margin-bottom: 11.5px;
  font-size: 15px;
  line-height: 23px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  height: 33px;
  line-height: 33px;
}

.RadDockZone input[type=text] {
  height: 23px !important;
}

select {
  width: 220px;
  max-width: 100%;
  /*width:100%;*/
  border: 1px solid #ccc;
  background-color: #fff;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(95, 97, 104, 0.3);
  -moz-box-shadow: 0 0 0 rgba(95, 97, 104, 0.3);
  box-shadow: 0 0 0 rgba(95, 97, 104, 0.3);
}

.RadPicker.RadPicker_LMS .riTextBox,
.radDatePickerFix .riTextBox {
  border: 1px solid #dadada !important;
}
.RadPicker.RadPicker_LMS table tbody tr td .RadInput,
.radDatePickerFix table tbody tr td .RadInput {
  width: 100% !important;
}
.RadPicker.RadPicker_LMS table tbody tr td a.rcCalPopup,
.radDatePickerFix table tbody tr td a.rcCalPopup {
  margin-left: -25px;
}
.RadPicker.RadPicker_LMS table.rcTable .rcInputCell,
.radDatePickerFix table.rcTable .rcInputCell {
  padding: 0 0px 0 0 !important;
  border: none !important;
}

label.radio, label.checkbox.inline {
  /*padding-left: 20px;*/
}

.form-control.without-style {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.no-padding {
  padding: 0;
}

.filter-list-fix {
  padding: 15px 0 0 0;
  margin: 20px 0px;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.rgNoRecords td div {
  height: 140px !important;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.padding-right-2 {
  padding: 0 2px 0 0;
}

.RadAutoCompleteBox {
  /*width:100% !important;*/
}

.progress.large {
  height: 30px;
  background-color: #3b3b43;
  border-radius: 0;
}
.progress.large .bar {
  background-color: #53d86a;
  border-radius: 0;
  border: 0;
  width: 0;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
}

.data-storage-bar .used, .data-storage-bar .remaining {
  float: left;
  width: 50%;
  font-size: 0.8666666667em;
}

.data-storage-bar .remaining {
  text-align: right;
}

.page-section {
  background-color: #ebebea;
  padding: 30px;
  margin-bottom: 20px;
}

.alert-block {
  margin-bottom: 15px;
}

.alert {
  text-shadow: none;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/*.alert, .alert h4 {
    color: #444;
}
*/
.alert {
  padding: 8px 14px 8px 14px !important;
  text-shadow: none;
  background-color: #fff1c5;
  border: 1px solid #fff1c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.floating-message.alert-danger button.close, .floating-message.alert-success button.close,
.floating-message.alert-error button.close {
  color: white;
  left: 10px;
}

.floating-message button.close {
  position: relative;
  left: 10px;
  top: -9px;
  color: black;
  opacity: 0.5;
  text-shadow: none;
}

.alert .close {
  right: initial;
}

.alert .close {
  position: relative;
  top: -2px;
  line-height: 23px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.alert-danger .close {
  color: white;
  opacity: 100%;
  filter: alpha(opacity=100);
}

.navbar {
  min-height: 30px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 12.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-action:hover:not([disabled]), .btn-group > .btn-action:hover:not([disabled]), .btn-pager:hover:not([disabled]), .btn-group > .btn-pager:hover:not([disabled]) {
  color: #fff;
  background-color: #5f6168;
  background-image: -moz-linear-gradient(top, #5f6168, #5f6168);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f6168), to(#5f6168));
  background-image: -webkit-linear-gradient(top, #5f6168, #5f6168);
  background-image: -o-linear-gradient(top, #5f6168, #5f6168);
  background-image: linear-gradient(to bottom, #5f6168, #5f6168);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5f6168",endColorstr="#ff5f6168",GradientType=0);
  border-color: #5f6168 #5f6168 #3a3c40;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 23px;
  color: #4f535f;
  white-space: nowrap;
  text-decoration: none;
}

fieldset .row {
  margin-bottom: 13px;
}

legend {
  border: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > li > a.active {
  background-color: #f3f3f2 !important;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

.btn-save {
  margin: 5px 0 30px 0;
}

.divClientContactedFix .span12 {
  width: 100%;
}
.divClientContactedFix .span12 label {
  width: 100%;
}
.divClientContactedFix .span12 select {
  display: inline-block;
}

.nav {
  margin-left: 0;
  margin-bottom: 28px;
  list-style: none;
}
.nav.nav-pills {
  margin-bottom: 0px;
}

.validationTooltip .tooltip-inner {
  background-color: #f00 !important;
  text-transform: uppercase;
  white-space: normal;
  padding: 5px;
}

.tooltip-inner {
  font-weight: 700;
  font-size: 0.7rem !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #ec127e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.alert-danger, .alert-error {
  background-color: #e61c1c;
  border-color: #e61c1c;
  color: #fff;
}

.alert-success {
  background-color: #93c25b;
  border-color: #9abb48;
  color: #fff;
  z-index: 2000;
}

.alert ul {
  margin: 0;
  padding: 0;
}

.filter-list-fix.bound {
  margin-bottom: 10px;
}

div.RadGrid_LMS {
  margin: 20px 0 !important;
}

.radio.inline, .checkbox.inline {
  display: flex;
  align-items: center;
  padding-top: 7px;
  margin: 0;
  vertical-align: middle;
  /*white-space:nowrap;*/
  /*margin: 5px 0 0 0;*/
}
.radio.inline label, .checkbox.inline label {
  padding-left: 0px;
  font-weight: bold;
  margin-bottom: 0px !important;
  margin-top: 2px;
}
.radio.inline span, .checkbox.inline span {
  display: flex;
}
.radio.inline.multiline input, .checkbox.inline.multiline input {
  margin-top: -20px;
}
.radio.inline.multiline.three-line input, .checkbox.inline.multiline.three-line input {
  margin-top: -50px;
}

table.horizontal-radio {
  line-height: 1.5em;
  margin: 8px 0;
}

table.radio.inline, table.checkbox.inline {
  display: flex;
  padding-top: 5px;
  vertical-align: middle;
  margin: 0 !important;
  line-height: inherit !important;
}
table.radio.inline label, table.checkbox.inline label {
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 5px !important;
  margin-top: 0px;
}
table.radio.inline input[type=radio],
table.radio.inline input[type=checkbox], table.checkbox.inline input[type=radio],
table.checkbox.inline input[type=checkbox] {
  margin-top: 4px !important;
}

ul.checkbox.inline input[type=radio],
ul.checkbox.inline input[type=checkbox] {
  margin-left: 0px;
}
ul.checkbox.inline label {
  margin-right: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.height-30 {
  height: 30px;
}

hr {
  margin: 23px 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

[class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.radio, .checkbox {
  min-height: 23px;
  padding-left: 20px;
}

input[type=radio],
input[type=checkbox] {
  float: left;
  margin-left: -20px;
  margin-top: 0px;
  margin-right: 6px;
}

.correct input[type=radio],
.correct input[type=checkbox] {
  margin-left: 0px;
}

/*
.rightSideContentContainer {
    input[type="radio"],
    input[type="checkbox"] {
        margin-left: 0px;
    }
}
    */
/*.assessment-dark-box, .stepContent {
    input[type="radio"],
    input[type="checkbox"] {
        margin-left: -20px;
    }
}*/
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.course-category .accordion-inner {
  padding: 0;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 11px 15px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 540px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
  width: 458px;
}

.row-fluid .span3 {
  width: 23.4439834025%;
}

.row-fluid .span2 {
  width: 14.9377593361% !important;
}

.row-fluid .span8 {
  width: 65.9751037344%;
}

.input-append, .input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
  display: inline-flex;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px;
}

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 33px;
  min-width: 28px;
  padding: 5px 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.row-fluid .span4 {
  width: 31.9502074689%;
}

.row-fluid .span7 {
  width: 57.468879668%;
}

.row-fluid .span12 {
  width: 100%;
}

.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12.69px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #bcbbb9;
}

.label-success, .badge-success {
  background-color: #93c25b !important;
}

.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  color: #8a8d98;
  background-color: #d3d3d2;
  background-image: -moz-linear-gradient(top, #e1e1e0, #cacac9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e1e0), to(#cacac9));
  background-image: -webkit-linear-gradient(top, #e1e1e0, #cacac9);
  background-image: -o-linear-gradient(top, #e1e1e0, #cacac9);
  background-image: linear-gradient(to bottom, #e1e1e0, #cacac9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe1e1e0",endColorstr="#ffcacac9",GradientType=0);
  border-color: #cacac9 #cacac9 #a4a4a2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left: -1px;
}

input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 33px;
  min-width: 28px;
  padding: 4px 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input.span1, textarea.span1, .uneditable-input.span1 {
  width: 62px;
}

label {
  display: block;
  margin-bottom: 5px !important;
}

.padding-horizontal-20 {
  padding: 0px 20px !important;
}

.modal.fade.show {
  top: 10%;
}

.modal.show {
  z-index: 10050;
}

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

.fade.show:not(.modal-backdrop), .fade.in {
  opacity: 1 !important;
}

.modal-wide {
  width: 900px !important;
  margin-left: -450px !important;
}

.hide {
  display: none;
}

.modal {
  position: fixed;
  top: 10%;
  left: 50% !important;
  z-index: 1050;
  bottom: initial !important;
  width: 560px;
  margin-left: -280px;
  background-color: #ebebea;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 0 !important;
  max-height: 550px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: inline-block !important;
  width: 100%;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
  float: left;
  font-size: 20px !important;
}

.modal-header .close {
  margin-top: 2px;
  float: right;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 428px;
  padding: 15px;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-footer:after {
  clear: both;
}

.modal-wide {
  width: 900px !important;
  margin-left: -450px !important;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-backdrop, .modal-backdrop.fade.show {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal.fade.show {
  opacity: 1;
  display: block !important;
}

.modal-backdrop {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040 !important;
  background-color: #000;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.fix-width-105 {
  width: 105px !important;
}

textarea {
  height: initial;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.accordion {
  margin-bottom: 23px;
}

.col-lg-fix-226 {
  width: 226px;
}

.popover.bs-tether-target-attached-bottom {
  margin-top: 10px;
}

.popover {
  /*
  &.fix-new-learner {
      transform: translateX(846px) translateY(268px) translateZ(0px) !important;
      display: inline-block !important;
  }

  &.fix-add-course {
      transform: translateX(997px) translateY(150px) translateZ(0px) !important;
      display: inline-block !important;
  }

  &.fix-add-course-item {
      transform: translateX(997px) translateY(150px) translateZ(0px) !important;
      display: inline-block !important;
  }*/
}

/*.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0,0,0,.25);
}

.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
    left: 50%;
    border-top-width: 0;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}*/
.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #fff;
}

.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
  left: 50%;
  border-top-width: 0;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.popover::after, .popover::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.btn-link {
  color: #5f6168;
}
.btn-link:hover {
  color: #ec127e;
  background-color: transparent;
}

.nav-pills .separator {
  color: gray !important;
}

.nav-pills > li > a {
  /*font-size: 12px;*/
  font-size: 0.8em !important;
  color: black;
  padding: 3px 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-pills > li > a:hover {
  background: #dfe0db;
}

.nav-pills > li > a.active {
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #ec127e 0%, rgb(188.6141732283, 14.3858267717, 100.7007874016) 100%);
  background-repeat: repeat-x;
  border-color: rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(117.5354330709, 8.9645669291, 62.7519685039);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
}
.nav-pills > li > a.active:hover, .nav-pills > li > a.active:active, .nav-pills > li > a.active.active {
  color: #fff;
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
  /**background-color: darken($endColor, 5%);*/
}
.nav-pills > li > a.active:active, .nav-pills > li > a.active.active {
  background-color: rgb(141.2283464567, 10.7716535433, 75.4015748031) e("	");
}

.no-decoration, .no-decoration a, .no-decoration:hover, .no-decoration a:hover {
  text-decoration: none !important;
}

#accreditations img {
  max-width: 100%;
  height: auto;
}

#accreditations .row div:first-child {
  border-radius: 4px;
  padding: 15px 5px;
  background: #fff;
  text-align: center;
}

.progress {
  overflow: hidden;
  height: 15px;
  background-color: #000 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 0px;
}

.progress .bar {
  width: 0;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ec127e;
  border: 3px solid #000;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}

.no-border {
  border: 0;
}

.table th, .table td {
  padding: 8px !important;
  padding-bottom: 3px !important;
  line-height: 23px !important;
  text-align: left !important;
  vertical-align: top !important;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.RadCalendar.RadCalendar_LMS caption {
  display: none !important;
}
.RadCalendar.RadCalendar_LMS .t-button {
  border: none;
}

.RadCalendarPopup {
  z-index: 12000 !important;
}

.course-assets .course-single-quote blockquote {
  display: block;
  float: right;
  width: 670px;
  font-style: italic;
  font-size: 1.2em;
  border: 0;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 23px;
}

.bs-tether-element-attached-left .tooltip-inner::before {
  border-right-color: #f00 !important;
}

.bs-tether-element-attached-top {
  margin-top: -10px !important;
}
.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #f00 !important;
}

.RadAutoCompleteBoxPopup ul li {
  padding: 10px !important;
}

.wp-normal {
  white-space: normal !important;
}

.wp-nowrap {
  white-space: nowrap !important;
}

.qac-label {
  color: #fff;
  font-size: 1em !important;
  line-height: 1.5333333333em;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.RadButton_LMS.k-switch-on .k-switch-container {
  background-color: #ec127e !important;
}

.no-left-radius {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.no-right-radius {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.show-on-mobile {
  display: none !important;
}

.show-on-tablet {
  display: none !important;
}

@media (max-width: 588px) {
  .my-course-container {
    display: block !important;
  }
  .my-course-container .my-course-item {
    float: left;
    width: 100%;
    display: block;
    margin-left: 0px !important;
  }
  .my-course-container .column2 {
    float: left;
    width: 100% !important;
    display: block;
    margin-left: 0px !important;
  }
  .face-to-face hr.continue {
    margin-top: 20px !important;
    width: 90% !important;
    margin-left: 20px !important;
  }
  .btn-send-feedback {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  body > form {
    overflow-x: visible;
  }
  .container-page {
    min-width: 1% !important;
  }
  .modal, .modal-wide {
    width: 100% !important;
    left: 0 !important;
    top: 0;
    margin: 0 !important;
    max-height: 100% !important;
    border: 10px solid transparent !important;
    box-shadow: none !important;
  }
  h1 {
    font-size: 2em !important;
  }
  .show-on-tablet {
    display: block !important;
  }
  .hide-on-tablet {
    display: none !important;
  }
  .tablet-flex {
    display: flex;
  }
  .tablet-width-100px {
    width: 100px !important;
  }
  .tablet-no-left-radius {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .tablet-no-right-radius {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .tablet-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  .tablet-margin-bottom-30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 769px) {
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  .mobile-flex {
    display: flex;
  }
  .mobile-no-left-radius {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .mobile-no-right-radius {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.filter-list .RadAutoCompleteBox, .filter-list .RadPicker {
  width: 100% !important;
}

@media (max-width: 1025px) {
  .info-row1 {
    margin-top: 15px;
  }
  .top-container {
    width: 100%;
    display: flex;
  }
  .info-block-container-resp {
    margin-top: 20px;
  }
  .RadGrid {
    width: 100% !important;
    overflow: auto !important;
  }
  .result-info-resp {
    font-family: "Lato", sans-serif;
    font-size: 0.93333em !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: black;
    max-width: 250px;
    width: 100%;
  }
  .result-info-resp .result-info {
    padding: 20px 0px 20px 0px;
    background: #fff;
    display: block;
    height: 100%;
  }
  .result-info-resp span {
    display: block;
  }
  .result-info-resp .score {
    font-size: 44px;
    font-weight: 300;
    margin: 20px 0px 10px 25px;
  }
  .result-info-resp .ss-like {
    color: #46a546;
  }
  .result-info-resp i {
    margin-right: 10px;
    display: inline-block;
  }
  .admin-resp {
    max-width: 250px;
    width: 100%;
  }
  .admin-resp a {
    max-width: 250px;
    width: 100%;
  }
  .rightSideContentContainer {
    padding: 0;
  }
  .rightSideContentContainer .course-overview .column2 {
    width: 100% !important;
  }
  .rightSideContentContainer .course-overview .course-name h2 {
    font-size: 1.4em !important;
  }
  .rightSideContentContainer .course-overview .left-bar {
    width: 100% !important;
  }
  .according-header {
    cursor: pointer;
  }
  .according-header i {
    margin-right: 10px;
  }
  .according-content.hidden {
    display: none !important;
  }
  .according-content .testimonials {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0;
  }
  .according-content .testimonials h6 {
    display: none;
  }
  .according-content .testimonials .RadRotator {
    width: 100% !important;
  }
  .according-content .col-lg-3, .according-content .col-lg-9 {
    padding: 0 !important;
    margin: 10px;
  }
  /*.info-row2 {
      & > div {
          & > div {
              float: left;
              width: 50% !important;
              display: inline-flex;
              margin: 0 !important;

              label {
                  width: 50% !important;
                  padding: 2px;
              }
          }
      }
  }*/
  .RadRotator, .rrRelativeWrapper, .rrClipRegion {
    height: auto !important;
  }
  .help-content {
    width: 100% !important;
  }
  .help-content .nav-tabs {
    width: 100% !important;
  }
  .help-content .tab-content {
    width: 100% !important;
  }
  .help-content .tab-content .tab-pane {
    width: 100% !important;
  }
  .help-content .tab-content .tab-pane .video-container .video-image {
    display: flex;
  }
  .help-content .tab-content .tab-pane .carousel-page {
    width: 100% !important;
  }
}
@media (max-width: 769px) {
  .course-result-table {
    overflow-x: auto;
  }
  .span3spec {
    margin-left: 10px !important;
  }
  .progress-details {
    margin-left: 10px !important;
    margin-top: 10px !important;
    padding: 0px !important;
  }
  .result-info-resp {
    max-width: 100%;
    width: 100%;
  }
  .admin-resp {
    max-width: 100%;
    width: 100%;
  }
  .admin-resp a {
    max-width: 100%;
    width: 100%;
  }
  .account-guide-block {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .account-guide-block ul {
    margin-bottom: 0px !important;
  }
  .pageIntro {
    margin-bottom: 20px;
  }
  .info-row2 > div > div {
    float: left;
    width: 100% !important;
    display: inline-flex;
  }
  .info-row2 > div > div label {
    width: 50% !important;
    padding: 2px;
  }
  .rightSideContentContainer {
    padding: 0 10px;
  }
  /*.course-overview {
      .course-name {
          h2 {
              font-size: 1.3em !important;
          }
      }
  }*/
}
h1, h2, h3, h4, h5, h6 {
  line-height: 23px;
}

h1, h2, h3 {
  line-height: 46px;
  margin-top: 12px;
  margin-bottom: 10px;
}

h1 {
  line-height: 1.15em;
}

h2 {
  line-height: 1.5333333333em;
}

h3 {
  line-height: 1.7em;
}

ul {
  margin: 0 0 11.5px 25px;
  padding: 0;
}

fieldset .row-fluid {
  margin-bottom: 13px;
}
fieldset .row-fluid.as-row {
  display: table;
}

.padding-top-5 {
  padding-top: 5px !important;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  display: inline-block;
  height: 23px;
  padding: 4px 6px;
  margin-bottom: 11.5px;
  font-size: 15px;
  line-height: 23px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}

input.span2, textarea.span2, .uneditable-input.span2, select.span2 {
  width: 144px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
  width: 212px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
  width: 294px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
  width: 376px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 554px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
  width: 65.9751037344%;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 964px;
}

select {
  display: inline-block;
  margin-bottom: 11.5px;
}

th {
  font-weight: bold;
  text-align: center;
}

.RadGrid .rgHeader, .RadGrid th.rgResizeCol {
  text-align: left;
}

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13.5px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px rgba(95, 97, 104, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(95, 97, 104, 0.3);
  box-shadow: 2px 2px 2px rgba(95, 97, 104, 0.3);
  color: #fff !important;
  background-color: #7b7d85;
  background-image: -moz-linear-gradient(top, #9699a2, #696b72);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9699a2), to(#696b72));
  background-image: -webkit-linear-gradient(top, #9699a2, #696b72);
  background-image: -o-linear-gradient(top, #9699a2, #696b72);
  background-image: linear-gradient(to bottom, #9699a2, #696b72);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9699a2",endColorstr="#ff696b72",GradientType=0);
  border-color: #696b72 #696b72 #44464a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover, .btn:active, .btn.active {
  color: #fff;
  background-color: #696b72;
}
.btn.btn-action, .btn.btn-group > .btn-action, .btn.btn-pager, .btn.btn-group > .btn-pager {
  background-color: #dfdfdb;
  background-image: -moz-linear-gradient(top, #dfdfdb, #dfdfdb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdb), to(#dfdfdb));
  background-image: -webkit-linear-gradient(top, #dfdfdb, #dfdfdb);
  background-image: -o-linear-gradient(top, #dfdfdb, #dfdfdb);
  background-image: linear-gradient(to bottom, #dfdfdb, #dfdfdb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdb",endColorstr="#ffdfdfdb",GradientType=0);
  border-color: #dfdfdb #dfdfdb #bbbbb3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #000 !important;
  border-color: #c2c2c2;
  font-size: 0.85em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-action:hover, .btn.btn-action:active, .btn.btn-action.active, .btn.btn-group > .btn-action:hover, .btn.btn-group > .btn-action:active, .btn.btn-group > .btn-action.active, .btn.btn-pager:hover, .btn.btn-pager:active, .btn.btn-pager.active, .btn.btn-group > .btn-pager:hover, .btn.btn-group > .btn-pager:active, .btn.btn-group > .btn-pager.active {
  color: #fff !important;
}
.btn.btn-action.btn-add-question:hover, .btn.btn-action.btn-add-question:active, .btn.btn-action.btn-add-question.active, .btn.btn-group > .btn-action.btn-add-question:hover, .btn.btn-group > .btn-action.btn-add-question:active, .btn.btn-group > .btn-action.btn-add-question.active, .btn.btn-pager.btn-add-question:hover, .btn.btn-pager.btn-add-question:active, .btn.btn-pager.btn-add-question.active, .btn.btn-group > .btn-pager.btn-add-question:hover, .btn.btn-group > .btn-pager.btn-add-question:active, .btn.btn-group > .btn-pager.btn-add-question.active {
  color: #000 !important;
}
.btn.btn-action:focus, .btn.btn-group > .btn-action:focus, .btn.btn-pager:focus, .btn.btn-group > .btn-pager:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(4, 156, 219, 0.25);
  -moz-box-shadow: 0 0 0 2px rgba(4, 156, 219, 0.25);
  box-shadow: 0 0 0 2px rgba(4, 156, 219, 0.25);
}
.btn.btn-primary {
  color: #fff !important;
  background-color: #ec127e;
  background-image: -moz-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec127e), to(rgb(188.6141732283, 14.3858267717, 100.7007874016)));
  background-image: -webkit-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: -o-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: linear-gradient(to bottom, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffec127e",endColorstr="#ffbd0e65",GradientType=0);
  border-color: #bd0e65 #bd0e65 #76093f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = true);
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
}
.btn:hover:not([disabled]):not(.btn-feature) {
  text-decoration: none;
  background-position: 0 -30px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #5f6168;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.btn-horizontal {
  -webkit-box-shadow: -2px 2px 3px rgba(95, 97, 104, 0.3);
  -moz-box-shadow: -2px 2px 3px rgba(95, 97, 104, 0.3);
  box-shadow: -2px 2px 3px rgba(95, 97, 104, 0.3);
}
.btn-horizontal:hover {
  text-decoration: none !important;
  background: #ec127e;
  -webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear;
}

.btn-primary-horizontal {
  color: #fff;
  background-color: #d0106f;
  background-image: -moz-linear-gradient(left, #bd0e65, #ec127e);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#bd0e65), to(#ec127e));
  background-image: -webkit-linear-gradient(left, #bd0e65, #ec127e);
  background-image: -o-linear-gradient(left, #bd0e65, #ec127e);
  background-image: linear-gradient(to right, #bd0e65, #ec127e);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbd0e65",endColorstr="#ffec127e",GradientType=1);
  border-color: #ec127e #ec127e #a50d58;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-send-feedback {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: rotate(270deg) translateX(289px);
  -webkit-transform-origin: right bottom;
  -moz-transform: rotate(270deg) translateX(289px);
  -moz-transform-origin: right bottom;
  -o-transform: rotate(270deg) translateX(289px);
  -o-transform-origin: right bottom;
  -ms-transform: rotate(270deg) translateX(289px);
  -ms-transform-origin: right bottom;
  transform: rotate(270deg) translateX(289px);
  transform-origin: right bottom;
  position: fixed;
  top: 50.7%;
  right: -2px;
  width: 180px;
  padding-top: 7px;
  padding-bottom: 7px;
  z-index: 1000000;
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  display: inline-block;
  height: 23px;
  padding: 4px 6px;
  margin-bottom: 11.5px;
  font-size: 15px;
  line-height: 23px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  height: 33px;
  line-height: 33px;
}

.RadDockZone input[type=text] {
  height: 23px !important;
}

select {
  width: 220px;
  max-width: 100%;
  /*width:100%;*/
  border: 1px solid #ccc;
  background-color: #fff;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(95, 97, 104, 0.3);
  -moz-box-shadow: 0 0 0 rgba(95, 97, 104, 0.3);
  box-shadow: 0 0 0 rgba(95, 97, 104, 0.3);
}

.RadPicker.RadPicker_LMS .riTextBox,
.radDatePickerFix .riTextBox {
  border: 1px solid #dadada !important;
}
.RadPicker.RadPicker_LMS table tbody tr td .RadInput,
.radDatePickerFix table tbody tr td .RadInput {
  width: 100% !important;
}
.RadPicker.RadPicker_LMS table tbody tr td a.rcCalPopup,
.radDatePickerFix table tbody tr td a.rcCalPopup {
  margin-left: -25px;
}
.RadPicker.RadPicker_LMS table.rcTable .rcInputCell,
.radDatePickerFix table.rcTable .rcInputCell {
  padding: 0 0px 0 0 !important;
  border: none !important;
}

label.radio, label.checkbox.inline {
  /*padding-left: 20px;*/
}

.form-control.without-style {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.no-padding {
  padding: 0;
}

.filter-list-fix {
  padding: 15px 0 0 0;
  margin: 20px 0px;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.rgNoRecords td div {
  height: 140px !important;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.padding-right-2 {
  padding: 0 2px 0 0;
}

.RadAutoCompleteBox {
  /*width:100% !important;*/
}

.progress.large {
  height: 30px;
  background-color: #3b3b43;
  border-radius: 0;
}
.progress.large .bar {
  background-color: #53d86a;
  border-radius: 0;
  border: 0;
  width: 0;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
}

.data-storage-bar .used, .data-storage-bar .remaining {
  float: left;
  width: 50%;
  font-size: 0.8666666667em;
}

.data-storage-bar .remaining {
  text-align: right;
}

.page-section {
  background-color: #ebebea;
  padding: 30px;
  margin-bottom: 20px;
}

.alert-block {
  margin-bottom: 15px;
}

.alert {
  text-shadow: none;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/*.alert, .alert h4 {
    color: #444;
}
*/
.alert {
  padding: 8px 14px 8px 14px !important;
  text-shadow: none;
  background-color: #fff1c5;
  border: 1px solid #fff1c5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.floating-message.alert-danger button.close, .floating-message.alert-success button.close,
.floating-message.alert-error button.close {
  color: white;
  left: 10px;
}

.floating-message button.close {
  position: relative;
  left: 10px;
  top: -9px;
  color: black;
  opacity: 0.5;
  text-shadow: none;
}

.alert .close {
  right: initial;
}

.alert .close {
  position: relative;
  top: -2px;
  line-height: 23px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.alert-danger .close {
  color: white;
  opacity: 100%;
  filter: alpha(opacity=100);
}

.navbar {
  min-height: 30px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 12.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-action:hover:not([disabled]), .btn-group > .btn-action:hover:not([disabled]), .btn-pager:hover:not([disabled]), .btn-group > .btn-pager:hover:not([disabled]) {
  color: #fff;
  background-color: #5f6168;
  background-image: -moz-linear-gradient(top, #5f6168, #5f6168);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f6168), to(#5f6168));
  background-image: -webkit-linear-gradient(top, #5f6168, #5f6168);
  background-image: -o-linear-gradient(top, #5f6168, #5f6168);
  background-image: linear-gradient(to bottom, #5f6168, #5f6168);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5f6168",endColorstr="#ff5f6168",GradientType=0);
  border-color: #5f6168 #5f6168 #3a3c40;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 23px;
  color: #4f535f;
  white-space: nowrap;
  text-decoration: none;
}

fieldset .row {
  margin-bottom: 13px;
}

legend {
  border: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > li > a.active {
  background-color: #f3f3f2 !important;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

.btn-save {
  margin: 5px 0 30px 0;
}

.divClientContactedFix .span12 {
  width: 100%;
}
.divClientContactedFix .span12 label {
  width: 100%;
}
.divClientContactedFix .span12 select {
  display: inline-block;
}

.nav {
  margin-left: 0;
  margin-bottom: 28px;
  list-style: none;
}
.nav.nav-pills {
  margin-bottom: 0px;
}

.validationTooltip .tooltip-inner {
  background-color: #f00 !important;
  text-transform: uppercase;
  white-space: normal;
  padding: 5px;
}

.tooltip-inner {
  font-weight: 700;
  font-size: 0.7rem !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #ec127e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.alert-danger, .alert-error {
  background-color: #e61c1c;
  border-color: #e61c1c;
  color: #fff;
}

.alert-success {
  background-color: #93c25b;
  border-color: #9abb48;
  color: #fff;
  z-index: 2000;
}

.alert ul {
  margin: 0;
  padding: 0;
}

.filter-list-fix.bound {
  margin-bottom: 10px;
}

div.RadGrid_LMS {
  margin: 20px 0 !important;
}

.radio.inline, .checkbox.inline {
  display: flex;
  align-items: center;
  padding-top: 7px;
  margin: 0;
  vertical-align: middle;
  /*white-space:nowrap;*/
  /*margin: 5px 0 0 0;*/
}
.radio.inline label, .checkbox.inline label {
  padding-left: 0px;
  font-weight: bold;
  margin-bottom: 0px !important;
  margin-top: 2px;
}
.radio.inline span, .checkbox.inline span {
  display: flex;
}
.radio.inline.multiline input, .checkbox.inline.multiline input {
  margin-top: -20px;
}
.radio.inline.multiline.three-line input, .checkbox.inline.multiline.three-line input {
  margin-top: -50px;
}

table.horizontal-radio {
  line-height: 1.5em;
  margin: 8px 0;
}

table.radio.inline, table.checkbox.inline {
  display: flex;
  padding-top: 5px;
  vertical-align: middle;
  margin: 0 !important;
  line-height: inherit !important;
}
table.radio.inline label, table.checkbox.inline label {
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 5px !important;
  margin-top: 0px;
}
table.radio.inline input[type=radio],
table.radio.inline input[type=checkbox], table.checkbox.inline input[type=radio],
table.checkbox.inline input[type=checkbox] {
  margin-top: 4px !important;
}

ul.checkbox.inline input[type=radio],
ul.checkbox.inline input[type=checkbox] {
  margin-left: 0px;
}
ul.checkbox.inline label {
  margin-right: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.height-30 {
  height: 30px;
}

hr {
  margin: 23px 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

[class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.radio, .checkbox {
  min-height: 23px;
  padding-left: 20px;
}

input[type=radio],
input[type=checkbox] {
  float: left;
  margin-left: -20px;
  margin-top: 0px;
  margin-right: 6px;
}

.correct input[type=radio],
.correct input[type=checkbox] {
  margin-left: 0px;
}

/*
.rightSideContentContainer {
    input[type="radio"],
    input[type="checkbox"] {
        margin-left: 0px;
    }
}
    */
/*.assessment-dark-box, .stepContent {
    input[type="radio"],
    input[type="checkbox"] {
        margin-left: -20px;
    }
}*/
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.course-category .accordion-inner {
  padding: 0;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 11px 15px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
  width: 540px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
  width: 458px;
}

.row-fluid .span3 {
  width: 23.4439834025%;
}

.row-fluid .span2 {
  width: 14.9377593361% !important;
}

.row-fluid .span8 {
  width: 65.9751037344%;
}

.input-append, .input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
  display: inline-flex;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px;
}

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 33px;
  min-width: 28px;
  padding: 5px 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.row-fluid .span4 {
  width: 31.9502074689%;
}

.row-fluid .span7 {
  width: 57.468879668%;
}

.row-fluid .span12 {
  width: 100%;
}

.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12.69px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #bcbbb9;
}

.label-success, .badge-success {
  background-color: #93c25b !important;
}

.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  color: #8a8d98;
  background-color: #d3d3d2;
  background-image: -moz-linear-gradient(top, #e1e1e0, #cacac9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e1e0), to(#cacac9));
  background-image: -webkit-linear-gradient(top, #e1e1e0, #cacac9);
  background-image: -o-linear-gradient(top, #e1e1e0, #cacac9);
  background-image: linear-gradient(to bottom, #e1e1e0, #cacac9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe1e1e0",endColorstr="#ffcacac9",GradientType=0);
  border-color: #cacac9 #cacac9 #a4a4a2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left: -1px;
}

input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 33px;
  min-width: 28px;
  padding: 4px 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input.span1, textarea.span1, .uneditable-input.span1 {
  width: 62px;
}

label {
  display: block;
  margin-bottom: 5px !important;
}

.padding-horizontal-20 {
  padding: 0px 20px !important;
}

.modal.fade.show {
  top: 10%;
}

.modal.show {
  z-index: 10050;
}

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

.fade.show:not(.modal-backdrop), .fade.in {
  opacity: 1 !important;
}

.modal-wide {
  width: 900px !important;
  margin-left: -450px !important;
}

.hide {
  display: none;
}

.modal {
  position: fixed;
  top: 10%;
  left: 50% !important;
  z-index: 1050;
  bottom: initial !important;
  width: 560px;
  margin-left: -280px;
  background-color: #ebebea;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 0 !important;
  max-height: 550px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: inline-block !important;
  width: 100%;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
  float: left;
  font-size: 20px !important;
}

.modal-header .close {
  margin-top: 2px;
  float: right;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 428px;
  padding: 15px;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-footer:after {
  clear: both;
}

.modal-wide {
  width: 900px !important;
  margin-left: -450px !important;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-backdrop, .modal-backdrop.fade.show {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal.fade.show {
  opacity: 1;
  display: block !important;
}

.modal-backdrop {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040 !important;
  background-color: #000;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.fix-width-105 {
  width: 105px !important;
}

textarea {
  height: initial;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.accordion {
  margin-bottom: 23px;
}

.col-lg-fix-226 {
  width: 226px;
}

.popover.bs-tether-target-attached-bottom {
  margin-top: 10px;
}

.popover {
  /*
  &.fix-new-learner {
      transform: translateX(846px) translateY(268px) translateZ(0px) !important;
      display: inline-block !important;
  }

  &.fix-add-course {
      transform: translateX(997px) translateY(150px) translateZ(0px) !important;
      display: inline-block !important;
  }

  &.fix-add-course-item {
      transform: translateX(997px) translateY(150px) translateZ(0px) !important;
      display: inline-block !important;
  }*/
}

/*.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0,0,0,.25);
}

.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
    left: 50%;
    border-top-width: 0;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}*/
.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #fff;
}

.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
  left: 50%;
  border-top-width: 0;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.popover::after, .popover::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.btn-link {
  color: #5f6168;
}
.btn-link:hover {
  color: #ec127e;
  background-color: transparent;
}

.nav-pills .separator {
  color: gray !important;
}

.nav-pills > li > a {
  /*font-size: 12px;*/
  font-size: 0.8em !important;
  color: black;
  padding: 3px 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-pills > li > a:hover {
  background: #dfe0db;
}

.nav-pills > li > a.active {
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #ec127e 0%, rgb(188.6141732283, 14.3858267717, 100.7007874016) 100%);
  background-repeat: repeat-x;
  border-color: rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(117.5354330709, 8.9645669291, 62.7519685039);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
}
.nav-pills > li > a.active:hover, .nav-pills > li > a.active:active, .nav-pills > li > a.active.active {
  color: #fff;
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
  /**background-color: darken($endColor, 5%);*/
}
.nav-pills > li > a.active:active, .nav-pills > li > a.active.active {
  background-color: rgb(141.2283464567, 10.7716535433, 75.4015748031) e("	");
}

.no-decoration, .no-decoration a, .no-decoration:hover, .no-decoration a:hover {
  text-decoration: none !important;
}

#accreditations img {
  max-width: 100%;
  height: auto;
}

#accreditations .row div:first-child {
  border-radius: 4px;
  padding: 15px 5px;
  background: #fff;
  text-align: center;
}

.progress {
  overflow: hidden;
  height: 15px;
  background-color: #000 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 0px;
}

.progress .bar {
  width: 0;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ec127e;
  border: 3px solid #000;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}

.no-border {
  border: 0;
}

.table th, .table td {
  padding: 8px !important;
  padding-bottom: 3px !important;
  line-height: 23px !important;
  text-align: left !important;
  vertical-align: top !important;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.RadCalendar.RadCalendar_LMS caption {
  display: none !important;
}
.RadCalendar.RadCalendar_LMS .t-button {
  border: none;
}

.RadCalendarPopup {
  z-index: 12000 !important;
}

.course-assets .course-single-quote blockquote {
  display: block;
  float: right;
  width: 670px;
  font-style: italic;
  font-size: 1.2em;
  border: 0;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 23px;
}

.bs-tether-element-attached-left .tooltip-inner::before {
  border-right-color: #f00 !important;
}

.bs-tether-element-attached-top {
  margin-top: -10px !important;
}
.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #f00 !important;
}

.RadAutoCompleteBoxPopup ul li {
  padding: 10px !important;
}

.wp-normal {
  white-space: normal !important;
}

.wp-nowrap {
  white-space: nowrap !important;
}

.qac-label {
  color: #fff;
  font-size: 1em !important;
  line-height: 1.5333333333em;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.RadButton_LMS.k-switch-on .k-switch-container {
  background-color: #ec127e !important;
}

.overflow-x-scroll {
  overflow-x: scroll;
  padding: 0;
}
.overflow-x-scroll table {
  margin-bottom: 0;
  padding-bottom: 0;
}

.face-to-face .inherit-height, .online-course .inherit-height {
  height: inherit !important;
}
.face-to-face .full-height, .online-course .full-height {
  height: 100% !important;
}
.face-to-face .datetime-container, .online-course .datetime-container {
  display: grid;
}
.face-to-face .datetime-container .datetime-part, .online-course .datetime-container .datetime-part {
  float: left;
}
.face-to-face .datetime-container .time-part, .online-course .datetime-container .time-part {
  white-space: nowrap;
}
.face-to-face .my-course-container, .online-course .my-course-container {
  display: flex;
}
.face-to-face .my-course-container .my-course-item, .online-course .my-course-container .my-course-item {
  height: auto !important;
  position: relative;
}
.face-to-face .my-course-container .my-course-item .bookbg, .online-course .my-course-container .my-course-item .bookbg {
  z-index: 20;
  background: white;
}
.face-to-face .my-course-container .my-course-item a.no-decoration, .online-course .my-course-container .my-course-item a.no-decoration {
  height: auto;
  display: block;
}
.face-to-face .my-course-container .my-course-item .actions-control, .online-course .my-course-container .my-course-item .actions-control {
  width: 100%;
}
.face-to-face .my-course-container .my-course-item .actions-control a.btn, .online-course .my-course-container .my-course-item .actions-control a.btn {
  width: 100%;
}
.face-to-face .my-course-container .column2, .online-course .my-course-container .column2 {
  max-width: 100%;
}
.face-to-face .my-course-container .column2 .course-code, .online-course .my-course-container .column2 .course-code {
  font-size: 1.4666666667em !important;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #000;
}
.face-to-face .my-course-container .column2 .course-name h1, .online-course .my-course-container .column2 .course-name h1 {
  color: #000 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 2em !important;
  font-weight: 400;
  text-transform: none;
}
.face-to-face .my-course-container .column2 .multiple-start-dates, .online-course .my-course-container .column2 .multiple-start-dates {
  margin-left: 0;
}
.face-to-face .my-course-container .column2 ul, .online-course .my-course-container .column2 ul {
  list-style: none;
  margin: 0;
}
.face-to-face .my-course-container .column2 ul li, .online-course .my-course-container .column2 ul li {
  font-size: 1.3333333333em !important;
  display: flex;
  padding: 8px 0;
  font-family: "Lato", sans-serif !important;
}
.face-to-face .my-course-container .column2 ul li a.underline, .online-course .my-course-container .column2 ul li a.underline {
  text-decoration: underline;
}
.face-to-face .my-course-container .column2 ul li i, .online-course .my-course-container .column2 ul li i {
  margin-right: 10px;
}
.face-to-face .my-course-container .column2 ul li i.highlight, .online-course .my-course-container .column2 ul li i.highlight {
  color: #ec127e !important;
}
.face-to-face .my-course-container .column2 ul li > div, .online-course .my-course-container .column2 ul li > div {
  margin-left: 10px;
}
.face-to-face hr.continue, .online-course hr.continue {
  width: 100%;
  margin-left: 0;
}
.face-to-face .progress-panel, .online-course .progress-panel {
  margin-top: 20px;
}
.face-to-face .progress-panel .progress-info, .online-course .progress-panel .progress-info {
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 0.8666666667em !important;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.face-to-face .progress-panel .progress-info.in-prorgess, .online-course .progress-panel .progress-info.in-prorgess {
  background-color: #f15c25;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #f15c25 0%, rgb(198.925, 62.9625, 12.775) 100%);
  background-repeat: repeat-x;
  border-color: rgb(198.925, 62.9625, 12.775) rgb(198.925, 62.9625, 12.775) rgb(127.0413793103, 40.2103448276, 8.1586206897);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.face-to-face .progress-panel .progress-info.in-prorgess:hover, .face-to-face .progress-panel .progress-info.in-prorgess:active, .face-to-face .progress-panel .progress-info.in-prorgess.active, .online-course .progress-panel .progress-info.in-prorgess:hover, .online-course .progress-panel .progress-info.in-prorgess:active, .online-course .progress-panel .progress-info.in-prorgess.active {
  color: #fff;
  background-color: rgb(198.925, 62.9625, 12.775);
  /**background-color: darken($endColor, 5%);*/
}
.face-to-face .progress-panel .progress-info.in-prorgess:active, .face-to-face .progress-panel .progress-info.in-prorgess.active, .online-course .progress-panel .progress-info.in-prorgess:active, .online-course .progress-panel .progress-info.in-prorgess.active {
  background-color: rgb(151.0025862069, 47.7943965517, 9.6974137931) e("	");
}
.face-to-face .progress-panel .progress-info.completed, .online-course .progress-panel .progress-info.completed {
  background-color: #4cda64;
}
.face-to-face .progress-panel .progress-v2, .online-course .progress-panel .progress-v2 {
  margin-bottom: 10px;
  width: 100%;
}
.face-to-face .progress-panel .progress-v2 .estimated-time, .online-course .progress-panel .progress-v2 .estimated-time {
  font-size: 0.85em;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.face-to-face .progress-panel .progress-v2 .progress, .online-course .progress-panel .progress-v2 .progress {
  width: 100%;
}
.face-to-face .progress-panel .progress-v2 .progress .bar, .online-course .progress-panel .progress-v2 .progress .bar {
  background-color: #ec127e !important;
}
.face-to-face .progress-panel button, .online-course .progress-panel button {
  width: 100%;
  padding: 11px;
  font-size: 13px;
  font-family: "Lato", sans-serif !important;
  font-weight: bold;
}
.face-to-face .progress-panel button.btn-primary, .online-course .progress-panel button.btn-primary {
  color: #fff !important;
  background-color: #ec127e;
  background-image: -moz-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec127e), to(rgb(188.6141732283, 14.3858267717, 100.7007874016)));
  background-image: -webkit-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: -o-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: linear-gradient(to bottom, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffec127e",endColorstr="#ffbd0e65",GradientType=0);
  border-color: #bd0e65 #bd0e65 #76093f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = true);
}
.face-to-face .progress-panel button.btn-primary:hover, .face-to-face .progress-panel button.btn-primary:active, .face-to-face .progress-panel button.btn-primary.active, .online-course .progress-panel button.btn-primary:hover, .online-course .progress-panel button.btn-primary:active, .online-course .progress-panel button.btn-primary.active {
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
}
.face-to-face .progress-panel button i, .online-course .progress-panel button i {
  background: rgb(240.4724409449, 64.5275590551, 151.6929133858);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 29px;
  text-align: center;
}
.face-to-face .event-list table tr td:nth-child(3), .online-course .event-list table tr td:nth-child(3) {
  width: 250px;
}
.face-to-face .event-list table tr td > span > span > a, .online-course .event-list table tr td > span > span > a {
  color: #ec127e !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.face-to-face .event-list table tr td > span > span > a.selected, .online-course .event-list table tr td > span > span > a.selected {
  color: #53d86a !important;
}
.face-to-face table, .online-course table {
  width: 100%;
}
.face-to-face table tr td .text-in-progress, .online-course table tr td .text-in-progress {
  color: #f15c25;
}
.face-to-face table tr td .session-status, .online-course table tr td .session-status {
  text-transform: uppercase;
}
.face-to-face table tr td .text-not-started, .online-course table tr td .text-not-started {
  color: #b8b8b8;
}
.face-to-face table tr td .text-completed, .online-course table tr td .text-completed {
  color: #4cda64;
}
.face-to-face table tr td .text-in-failed, .online-course table tr td .text-in-failed {
  color: #ff0000;
}
.face-to-face table tr td > div > span > a:not(.btn), .online-course table tr td > div > span > a:not(.btn) {
  color: #ec127e !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.face-to-face .venue, .online-course .venue {
  padding: 20px 25px;
}
.face-to-face .venue .venue-detail .title-container, .online-course .venue .venue-detail .title-container {
  display: flex;
}
.face-to-face .venue .venue-detail .title-container h2, .online-course .venue .venue-detail .title-container h2 {
  width: 100%;
  font-family: Arial, sans-serif !important;
  color: #000 !important;
}
.face-to-face .venue ul, .online-course .venue ul {
  list-style: none;
  margin: 0;
}
.face-to-face .venue ul li, .online-course .venue ul li {
  font-size: 18px;
  padding: 4px 0;
  font-family: "Lato", sans-serif;
}
.face-to-face .venue ul li strong, .online-course .venue ul li strong {
  color: #000;
  font-family: Arial, sans-serif;
  width: 140px;
  display: inline-block;
}
.face-to-face .venue .embed-map, .online-course .venue .embed-map {
  border: 1px solid #b8b8b8;
}
.face-to-face .venue-location table td, .online-course .venue-location table td {
  vertical-align: top;
}
.face-to-face .venue-location table td:first-child, .online-course .venue-location table td:first-child {
  width: 34%;
}
.face-to-face .sessions h2, .online-course .sessions h2 {
  font-family: Arial, sans-serif !important;
  color: #000 !important;
}
.face-to-face .trainer .imageContainer, .online-course .trainer .imageContainer {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: solid 1px #b8b8b8;
  /*overflow: hidden;
  position: relative;
  border-radius: 100%;
  border: 1px solid #b8b8b8;*/
}
.face-to-face .trainer h2, .online-course .trainer h2 {
  font-family: Arial, sans-serif !important;
  color: #000 !important;
}
.face-to-face .trainer .title, .face-to-face .trainer .title-text, .online-course .trainer .title, .online-course .trainer .title-text {
  font-size: 1.0666666667em !important;
  color: #000 !important;
  font-family: Arial, sans-serif !important;
  line-height: 28px;
}
.face-to-face .trainer .bio-text, .online-course .trainer .bio-text {
  color: #4f535f !important;
  font-family: "Lato", sans-serif;
  font-size: 1.0666666667em !important;
}
.face-to-face .trainer h5, .online-course .trainer h5 {
  margin-bottom: 0;
  font-size: 1.2em !important;
  color: #000;
}
.face-to-face.component-page h3, .online-course.component-page h3 {
  margin: 0 !important;
}
.face-to-face.component-page hr, .online-course.component-page hr {
  margin: 20px 0;
}
.face-to-face.component-page .session-detail > .row, .online-course.component-page .session-detail > .row {
  padding: 10px 0;
}
.face-to-face.component-page .session-detail > .row > div > span, .online-course.component-page .session-detail > .row > div > span {
  font-size: 1.3333333333em !important;
  color: #000;
}
.face-to-face.component-page .session-detail > .row > div > span.title, .online-course.component-page .session-detail > .row > div > span.title {
  text-transform: uppercase;
  font-weight: 600;
  color: #898989;
}
.face-to-face.component-page .session-detail > .row > div > span.badge, .online-course.component-page .session-detail > .row > div > span.badge {
  color: #fff;
  text-transform: none;
}
.face-to-face.component-page .session-detail .show-detail-link, .online-course.component-page .session-detail .show-detail-link {
  font-size: 1.0666666667em !important;
  text-decoration: underline;
  margin-left: 20px;
  cursor: pointer;
}
.face-to-face.component-page .session-detail .show-detail-link:hover, .online-course.component-page .session-detail .show-detail-link:hover {
  color: #ec127e;
}
.face-to-face.component-page .session-detail .sub-container, .online-course.component-page .session-detail .sub-container {
  background: #deded8;
  padding: 0px 20px 20px 20px;
  margin: 10px 5px;
  position: relative;
}
.face-to-face.component-page .session-detail .sub-container .triangle-container, .online-course.component-page .session-detail .sub-container .triangle-container {
  position: absolute;
  top: -12px;
  width: 100%;
  left: 0px;
  text-align: center;
}
.face-to-face.component-page .session-detail .sub-container .triangle-container .triangle, .online-course.component-page .session-detail .sub-container .triangle-container .triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #deded8 transparent;
}
.face-to-face.component-page .session-detail .sub-container.location-detail .embed-map, .online-course.component-page .session-detail .sub-container.location-detail .embed-map {
  height: 100%;
  border: 1px solid #b9b9b9;
}
.face-to-face.component-page .session-detail .sub-container.location-detail .embed-map iframe, .online-course.component-page .session-detail .sub-container.location-detail .embed-map iframe {
  height: 100%;
}
.face-to-face.component-page .session-detail .sub-container.location-detail table tr td, .online-course.component-page .session-detail .sub-container.location-detail table tr td {
  font-size: 16px;
}
.face-to-face.component-page .session-detail .sub-container.location-detail table tr td:nth-child(1), .online-course.component-page .session-detail .sub-container.location-detail table tr td:nth-child(1) {
  color: #000;
  white-space: nowrap;
}
.face-to-face.component-page .session-detail .sub-container.location-detail table tr td:nth-child(2), .online-course.component-page .session-detail .sub-container.location-detail table tr td:nth-child(2) {
  font-family: "Lato", sans-serif;
  width: 100%;
}
.face-to-face.component-page .session-detail .sub-container.trainer-detail, .online-course.component-page .session-detail .sub-container.trainer-detail {
  padding-top: 20px;
}
.face-to-face.component-page .session-detail .sub-container.trainer-detail .title, .face-to-face.component-page .session-detail .sub-container.trainer-detail .title-text, .face-to-face.component-page .session-detail .sub-container.trainer-detail h5, .online-course.component-page .session-detail .sub-container.trainer-detail .title, .online-course.component-page .session-detail .sub-container.trainer-detail .title-text, .online-course.component-page .session-detail .sub-container.trainer-detail h5 {
  font-size: 16px !important;
  color: #000 !important;
}
.face-to-face.component-page .session-detail .sub-container.trainer-detail .bio-text, .online-course.component-page .session-detail .sub-container.trainer-detail .bio-text {
  font-family: "Lato", sans-serif;
}
.face-to-face.component-page .session-detail .sub-container.trainer-detail .imageContainer, .online-course.component-page .session-detail .sub-container.trainer-detail .imageContainer {
  width: 140px;
  height: 140px;
}
.face-to-face.component-page .questions table thead tr th, .online-course.component-page .questions table thead tr th {
  color: #fff;
  background: #2e3137;
  padding: 10px 20px !important;
  margin: 0 !important;
  border: 1px solid #ebeae5;
  white-space: nowrap;
  text-transform: uppercase;
}
.face-to-face.component-page .questions table thead tr th:nth-child(1), .online-course.component-page .questions table thead tr th:nth-child(1) {
  width: 80px;
}
.face-to-face.component-page .questions table thead tr th:nth-child(3), .online-course.component-page .questions table thead tr th:nth-child(3) {
  width: 240px;
}
.face-to-face.component-page .questions table thead tr th:nth-child(4), .online-course.component-page .questions table thead tr th:nth-child(4) {
  width: 90px;
}
.face-to-face.component-page .questions table tbody tr, .online-course.component-page .questions table tbody tr {
  border-bottom: 10px solid #eceae6;
}
.face-to-face.component-page .questions table tbody tr td, .online-course.component-page .questions table tbody tr td {
  border: 1px solid #ebeae5 !important;
  background: #f0f0f0;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(1), .online-course.component-page .questions table tbody tr td:nth-child(1) {
  background: #d9d9d9;
  color: #9d9d9d;
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 40px;
  font-weight: 600;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(2), .face-to-face.component-page .questions table tbody tr td:nth-child(3), .online-course.component-page .questions table tbody tr td:nth-child(2), .online-course.component-page .questions table tbody tr td:nth-child(3) {
  padding: 10px 15px !important;
  border-right: 1px solid #dadada !important;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container {
  max-width: 220px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container a, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container a {
  cursor: pointer;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container button, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container button {
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: 0;
  font-size: 1.0666666667em !important;
  font-weight: 600;
  padding: 15px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container span, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container span {
  color: #fff;
  font-weight: 600;
  padding: 7px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1em !important;
  font-family: Arial, sans-serif;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary {
  border: 2px dashed #ec127e;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary button, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary button {
  color: #ec127e !important;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span {
  background: #ec127e;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #ec127e 0%, rgb(188.6141732283, 14.3858267717, 100.7007874016) 100%);
  background-repeat: repeat-x;
  border-color: rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(188.6141732283, 14.3858267717, 100.7007874016) rgb(117.5354330709, 8.9645669291, 62.7519685039);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span:hover, .face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span:active, .face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span.active, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span:hover, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span:active, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span.active {
  color: #fff;
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
  /**background-color: darken($endColor, 5%);*/
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span:active, .face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span.active, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span:active, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.primary span.active {
  background-color: rgb(141.2283464567, 10.7716535433, 75.4015748031) e("	");
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.default, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.default {
  border: 2px dashed #9e9e9e;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.default button, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.default button {
  color: #9e9e9e !important;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.default span, .online-course.component-page .questions table tbody tr td:nth-child(3) .answer-btn-container.default span {
  background: #9e9e9e;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload {
  max-width: 220px;
  background: transparent;
  min-height: 200px;
  /*padding: 10px 20px;*/
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget {
  border: 2px dashed #4cda64;
  min-height: 200px;
  background: transparent;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget.k-state-disabled, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget.k-state-disabled {
  opacity: 0.5 !important;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget.k-upload-empty, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget.k-upload-empty {
  border: 2px dashed #f0007f;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section {
  min-height: 200px;
  padding: 0;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .upload-text, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .upload-text {
  min-height: 200px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .upload-text .ss-upload, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .upload-text .ss-upload {
  padding-top: 20%;
  display: block;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .upload-text p:not(.format-info), .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .upload-text p:not(.format-info) {
  font-weight: 600;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .upload-text .format-info, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .upload-text .format-info {
  font-size: 13px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .due-date, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .k-widget .upload-section .due-date {
  color: #fff;
  background: #f40080;
  font-weight: 600;
  padding: 10px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .documentInfo, .online-course.component-page .questions table tbody tr td:nth-child(3) .graphics-upload .documentInfo {
  display: none;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .uploaded-files-list ul, .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .uploaded-files-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .uploaded-files-list ul li a:hover, .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .uploaded-files-list ul li a:hover {
  color: #4cda64;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget, .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget {
  border: 2px dashed #4cda64;
  min-height: 200px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget.k-state-disabled, .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget.k-state-disabled {
  opacity: 1;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section, .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section {
  padding: 0;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .upload-text, .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .upload-text {
  min-height: 200px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .upload-text .ss-upload, .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .upload-text .ss-upload {
  padding-top: 20%;
  display: block;
  color: #4cda64;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .upload-text p:not(.format-info), .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .upload-text p:not(.format-info) {
  font-weight: 600;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .upload-text .format-info, .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .upload-text .format-info {
  font-size: 13px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .completed-date, .online-course.component-page .questions table tbody tr td:nth-child(3) .files-are-uploaded .graphics-upload .k-widget .upload-section .completed-date {
  color: #fff;
  background: #4cda64;
  font-weight: 600;
  padding: 10px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(4), .online-course.component-page .questions table tbody tr td:nth-child(4) {
  text-align: center !important;
  vertical-align: middle !important;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking-passed, .face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking-failed, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking-passed, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking-failed {
  color: #4cda64;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking-passed i, .face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking-failed i, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking-passed i, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking-failed i {
  width: 100%;
  text-align: center;
  float: left;
  line-height: 20px;
  font-size: 20px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking-passed .marking-passed-text, .face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking-failed .marking-passed-text, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking-passed .marking-passed-text, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking-failed .marking-passed-text {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking-failed, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking-failed {
  color: #4f535f;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking span, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking span {
  font-size: 1.8666666667em !important;
  color: #9e9e9e;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking span.marker-points, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking span.marker-points {
  font-size: 30px;
  font-weight: 600;
  color: #6a6868;
}
.face-to-face.component-page .questions table tbody tr td:nth-child(4) .marking span.awaiting-marking, .online-course.component-page .questions table tbody tr td:nth-child(4) .marking span.awaiting-marking {
  font-size: 20px;
  font-weight: 600;
}
.face-to-face.component-page .questions table tbody tr td .content-assets ul, .online-course.component-page .questions table tbody tr td .content-assets ul {
  list-style: none;
  margin: 15px 0;
}
.face-to-face.component-page .questions table tbody tr td .content-assets ul .content-asset-item, .online-course.component-page .questions table tbody tr td .content-assets ul .content-asset-item {
  display: flex;
  margin: 5px 0;
}
.face-to-face.component-page .questions table tbody tr td .content-assets ul .content-asset-item span, .online-course.component-page .questions table tbody tr td .content-assets ul .content-asset-item span {
  font-weight: 600;
  width: 100%;
  line-height: 35px;
}
.face-to-face.component-page .questions table tbody tr td .content-assets ul .content-asset-item button, .online-course.component-page .questions table tbody tr td .content-assets ul .content-asset-item button {
  cursor: pointer;
  color: #ec127e;
  width: 60px;
  height: 35px;
  line-height: 35px;
  background-color: #dfdfdb;
  background-image: -moz-linear-gradient(top, #dfdfdb, #dfdfdb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdb), to(#dfdfdb));
  background-image: -webkit-linear-gradient(top, #dfdfdb, #dfdfdb);
  background-image: -o-linear-gradient(top, #dfdfdb, #dfdfdb);
  background-image: linear-gradient(to bottom, #dfdfdb, #dfdfdb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdb",endColorstr="#ffdfdfdb",GradientType=0);
  border-color: #dfdfdb #dfdfdb #bbbbb3;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #c2c2c2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c3c3c3;
}
.face-to-face .badge, .online-course .badge {
  font-size: 13px !important;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}
.face-to-face .badge.not-started, .online-course .badge.not-started {
  background: #b8b8b8;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #b8b8b8 0%, rgb(145.75, 145.75, 145.75) 100%);
  background-repeat: repeat-x;
  border-color: rgb(145.75, 145.75, 145.75) rgb(145.75, 145.75, 145.75) rgb(107.5, 107.5, 107.5);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.face-to-face .badge.not-started:hover, .face-to-face .badge.not-started:active, .face-to-face .badge.not-started.active, .online-course .badge.not-started:hover, .online-course .badge.not-started:active, .online-course .badge.not-started.active {
  color: #fff;
  background-color: rgb(145.75, 145.75, 145.75);
  /**background-color: darken($endColor, 5%);*/
}
.face-to-face .badge.not-started:active, .face-to-face .badge.not-started.active, .online-course .badge.not-started:active, .online-course .badge.not-started.active {
  background-color: rgb(120.25, 120.25, 120.25) e("	");
}
.face-to-face .badge.in-progress, .online-course .badge.in-progress {
  background: #f15c25;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #f15c25 0%, rgb(198.925, 62.9625, 12.775) 100%);
  background-repeat: repeat-x;
  border-color: rgb(198.925, 62.9625, 12.775) rgb(198.925, 62.9625, 12.775) rgb(127.0413793103, 40.2103448276, 8.1586206897);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.face-to-face .badge.in-progress:hover, .face-to-face .badge.in-progress:active, .face-to-face .badge.in-progress.active, .online-course .badge.in-progress:hover, .online-course .badge.in-progress:active, .online-course .badge.in-progress.active {
  color: #fff;
  background-color: rgb(198.925, 62.9625, 12.775);
  /**background-color: darken($endColor, 5%);*/
}
.face-to-face .badge.in-progress:active, .face-to-face .badge.in-progress.active, .online-course .badge.in-progress:active, .online-course .badge.in-progress.active {
  background-color: rgb(151.0025862069, 47.7943965517, 9.6974137931) e("	");
}
.face-to-face .badge.completed, .online-course .badge.completed {
  background: #4cda64;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #4cda64 0%, rgb(37.2569444444, 180.2430555556, 61.4236111111) 100%);
  background-repeat: repeat-x;
  border-color: rgb(37.2569444444, 180.2430555556, 61.4236111111) rgb(37.2569444444, 180.2430555556, 61.4236111111) rgb(24.1527777778, 116.8472222222, 39.8194444444);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.face-to-face .badge.completed:hover, .face-to-face .badge.completed:active, .face-to-face .badge.completed.active, .online-course .badge.completed:hover, .online-course .badge.completed:active, .online-course .badge.completed.active {
  color: #fff;
  background-color: rgb(37.2569444444, 180.2430555556, 61.4236111111);
  /**background-color: darken($endColor, 5%);*/
}
.face-to-face .badge.completed:active, .face-to-face .badge.completed.active, .online-course .badge.completed:active, .online-course .badge.completed.active {
  background-color: rgb(28.5208333333, 137.9791666667, 47.0208333333) e("	");
}
.face-to-face .badge.failed, .online-course .badge.failed {
  background: #ff0000;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #ff0000 0%, #cc0000 100%);
  background-repeat: repeat-x;
  border-color: #cc0000 #cc0000 rgb(127.5, 0, 0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.face-to-face .badge.failed:hover, .face-to-face .badge.failed:active, .face-to-face .badge.failed.active, .online-course .badge.failed:hover, .online-course .badge.failed:active, .online-course .badge.failed.active {
  color: #fff;
  background-color: #cc0000;
  /**background-color: darken($endColor, 5%);*/
}
.face-to-face .badge.failed:active, .face-to-face .badge.failed.active, .online-course .badge.failed:active, .online-course .badge.failed.active {
  background-color: #990000 e("	");
}

.action-controls a {
  text-decoration: none !important;
}

.testimonials-face-to-face {
  width: 804px !important;
}

.btn {
  font-size: 0.84375em;
}

.browser-detection-checkbox label {
  padding: 0 10px !important;
  top: -2px !important;
  position: relative !important;
}

/*********************************************************/
/****************** HEADER AREA **************************/
/*********************************************************/
.cod-title {
  font-size: 20px;
  display: flex;
  padding: 5px 0;
  font-family: "Lato", sans-serif !important;
}
.cod-title a {
  font-family: Arial, sans-serif;
  text-decoration: underline;
}
.cod-title i {
  margin-right: 10px;
}
.cod-title i.highlight {
  color: #ec127e;
}

.cod-code {
  font-size: 22px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #000;
}

.cod-info-pack {
  background: #e6e6e4;
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.cod-info-pack h6 {
  font-size: 15px !important;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #4f535f;
}
.cod-info-pack a {
  color: #4f535f;
  font-size: 12px !important;
  text-decoration: underline;
  font-family: Arial, sans-serif;
}

.cod-result-info {
  background: #fff;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}

.width-auto {
  width: auto !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.white-label .ftf-course-overview, .white-label .course-overview {
  width: 100%;
  float: left;
}
.white-label .ftf-course-overview .stepItem > .stepContent .component-name, .white-label .course-overview .stepItem > .stepContent .component-name {
  width: 675px !important;
}
.white-label .ftf-course-overview .stepItem.full-width > .stepContent, .white-label .course-overview .stepItem.full-width > .stepContent {
  padding-left: 5px;
  padding-bottom: 15px;
}
.white-label .ftf-course-overview .stepItem.full-width > .stepContent .component-name, .white-label .course-overview .stepItem.full-width > .stepContent .component-name {
  width: 775px !important;
}
@media (max-width: 588px) {
  .white-label .ftf-course-overview {
    width: 100%;
    padding: 0 15px;
    margin-top: 0;
  }
}
.white-label .buy-buttons {
  width: 30%;
  float: right;
  margin-top: 35px;
}
.white-label .buy-buttons .buttons {
  white-space: pre;
}
.white-label .buy-buttons .buttons a {
  margin-bottom: 5px;
  width: 170px;
}
.white-label .nav.nav-pills {
  display: inline-block;
}
.white-label .nav.nav-pills li {
  display: inline-block;
  margin-bottom: 15px;
}

.rgMasterTable {
  width: 100%;
}

.rgRow td a {
  cursor: pointer;
}
.rgRow td a:hover {
  background: transparent !important;
}

.modal.modal-wide {
  left: 0% !important;
  overflow: inherit !important;
}

.fade.in {
  opacity: 1;
}

.alert-danger, .alert-error {
  background-color: #e61c1c;
  border-color: #e61c1c;
  color: #ffffff;
  padding: 5px 20px;
}
.alert-danger .close, .alert-error .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.floating-message.alert-danger button.close, .floating-message.alert-success button.close {
  color: white;
}

.floating-message button.close {
  position: relative;
  left: 10px !important;
  top: -9px;
  color: black;
  opacity: 0.5;
  text-shadow: none;
}

.container-page > .container-header.container-header-homepage {
  padding-bottom: 40px;
}
.container-page > .container-header.container-header-homepage .menuBackground {
  display: none !important;
  visibility: hidden !important;
}
.container-page > .container-header.container-header-homepage .page-size > .container-content > .header > .content h1, .container-page > .container-header.container-header-homepage .page-size > .container-content > .header > .content h2, .container-page > .container-header.container-header-homepage .page-size > .container-content > .header > .content h3 {
  color: #fff;
}
.container-page > .container-header.container-header-homepage .page-size > .container-content > .header > .content .text {
  width: 750px;
  margin: 25px auto 0px auto;
}
.container-page > .container-header.container-header-homepage .page-size > .container-content > .header > .content .text .description {
  float: left;
  width: 524px;
  font-family: "Lato", sans-serif;
  font-size: 1.0666666667em !important;
}
.container-page > .container-header.container-header-homepage .page-size > .container-content > .header > .content .text .buttons {
  float: right;
  text-align: right !important;
  margin-top: 10px !important;
  width: 226px;
}
.container-page > .container-header.container-header-homepage .page-size > .container-content > .header > .content .text .buttons a:first-child {
  margin: 0px !important;
}

.container-page > .container-header {
  position: relative;
  width: inherit;
  min-height: 395px;
  background-image: url("/cdn/Images/Layout/Basic/HeaderAreaBackground.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: inherit;
  background-color: #3e2f22;
}
.container-page > .container-header .menuBackground {
  display: none;
  position: absolute;
  width: 100%;
  height: 129px;
  background-color: fade(#313239, 70%);
  top: 0px;
  left: 0px;
  z-index: 0;
}
.container-page > .container-header .main-tabs {
  height: 50px;
  display: table;
  width: 100%;
  position: relative;
  z-index: 2000;
}
.container-page > .container-header .main-tabs .cell1, .container-page > .container-header .main-tabs .cell3 {
  width: auto;
  background: #3c3735;
  display: table-cell;
}
.container-page > .container-header .main-tabs .cell2 {
  display: table-cell;
  width: 994px;
}
.container-page > .container-header .main-tabs .cell2 .tabs {
  width: 298px;
}
.container-page > .container-header .main-tabs .cell2 .tabs .tc {
  width: 149px;
  text-align: center;
  padding: 14px 0px;
  color: #fff;
  /*text-shadow{}: $textShadow;*/
  background-image: linear-gradient(to bottom, #626262 0%, #4c4c4c 100%);
  background-repeat: repeat-x;
  border-color: #4c4c4c #4c4c4c rgb(37.75, 37.75, 37.75);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  /**background-color: $endColor;*/ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.container-page > .container-header .main-tabs .cell2 .tabs .tc:hover, .container-page > .container-header .main-tabs .cell2 .tabs .tc:active, .container-page > .container-header .main-tabs .cell2 .tabs .tc.active {
  color: #fff;
  background-color: #4c4c4c;
  /**background-color: darken($endColor, 5%);*/
}
.container-page > .container-header .main-tabs .cell2 .tabs .tc:active, .container-page > .container-header .main-tabs .cell2 .tabs .tc.active {
  background-color: rgb(50.5, 50.5, 50.5) e("	");
}
.container-page > .container-header .main-tabs .cell2 .tabs .tc.active {
  background: none;
}
.container-page > .container-header .main-tabs .cell2 .tabs .tc.active a {
  color: #fff;
}
.container-page > .container-header .main-tabs .cell2 .tabs a {
  color: #cccccc;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.container-page > .container-header .main-tabs .cell2 .tabs a:hover {
  color: #fff;
}
.container-page > .container-header .main-tabs .cell2 .contact {
  color: white;
  background: #3c3735;
  text-align: right;
}
.container-page > .container-header .page-size .container-content {
  position: relative;
}
.container-page > .container-header .page-size .container-content h3 {
  color: #ffffff;
}
.container-page > .container-header .page-size .container-content > .header {
  color: #ffffff;
  padding-top: 20px;
  /*-webkit-text-shadow: $arguments;
  text-shadow: $arguments;*/
  /* beggining of new top menu navigation*/
  /* end of new top menu navigation*/
}
.container-page > .container-header .page-size .container-content > .header .modal {
  color: #3f424b;
}
.container-page > .container-header .page-size .container-content > .header .modal a {
  color: #000;
}
.container-page > .container-header .page-size .container-content > .header .modal a.btn-white {
  color: #3f424b;
}
.container-page > .container-header .page-size .container-content > .header .modal a.btn-white:hover {
  color: #fff;
}
.container-page > .container-header .page-size .container-content > .header a {
  color: #fff;
}
.container-page > .container-header .page-size .container-content > .header a.btn {
  color: #fff;
}
.container-page > .container-header .page-size .container-content > .header .btn-primary {
  text-shadow: none;
}
.container-page > .container-header .page-size .container-content > .header > .contact {
  text-align: right;
}
.container-page > .container-header .page-size .container-content > .header > .topmenu {
  margin-top: 15px;
}
.container-page > .container-header .page-size .container-content > .header > .topmenu .headerLogo {
  background-image: url("/cdn/Images/Layout/Homepage/Logos/Upskill-LMS-Logo_Reversed_Small.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 152px;
  height: 36px;
  position: relative;
}
.container-page > .container-header .page-size .container-content > .header > .topmenu > .middle > .navbar > .navbar-inner {
  background-color: transparent;
  background-image: none;
  border: 0px none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.container-page > .container-header .page-size .container-content > .header > .topmenu > .middle > .navbar > .navbar-inner a {
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #ffffff;
}
.container-page > .container-header .page-size .container-content > .header > .topmenu > .middle > .navbar > .navbar-inner .nav {
  margin-top: 3px;
}
.container-page > .container-header .page-size .container-content > .header > .topmenu > .middle > .navbar > .navbar-inner .nav a {
  font-size: 0.9333333333em !important;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 3px;
}
.container-page > .container-header .page-size .container-content > .header > .topmenu > .middle > .navbar > .navbar-inner .nav a:hover {
  background-color: #4f535f;
}
.container-page > .container-header .page-size .container-content > .header > .topmenu > .middle > .navbar > .navbar-inner .nav .selected {
  background-color: #4f535f;
}
.container-page > .container-header .page-size .container-content > .header > .topmenu > .topmenuright {
  text-align: right;
}
.container-page > .container-header .page-size .container-content > .header > .menu {
  padding-top: 20px;
}
.container-page > .container-header .page-size .container-content > .header > .menu > .navbar > .navbar-inner {
  background-color: transparent;
  background-image: none;
  border: 0px none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.container-page > .container-header .page-size .container-content > .header > .menu > .navbar > .navbar-inner .brand {
  padding: 0px 0px;
}
.container-page > .container-header .page-size .container-content > .header > .menu > .navbar > .navbar-inner a {
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #ffffff;
}
.container-page > .container-header .page-size .container-content > .header > .menu > .navbar > .navbar-inner .nav a {
  font-size: 0.9333333333em !important;
  font-weight: 700;
  padding: 10px;
}
.container-page > .container-header .page-size .container-content > .header > .content h1 {
  color: #fff;
  font-size: 2.6666666667em !important;
  font-weight: bold;
  text-transform: none;
}
.container-page > .container-header .page-size .container-content > .header > .content h2 {
  color: #fff;
  line-height: 50px;
  font-size: 3em !important;
  font-weight: bold;
}

/*********************************************************/
/****************** CONTENT FIRST AREA ******************/
/*********************************************************/
.container-page > .container-first {
  background-color: #fbfbfb;
  background-image: url(/cdn/Images/Layout/Basic/FirstAreaBackground.png);
  border-bottom: 1px solid #cccccb;
  color: #666A6B;
}
.container-page > .container-first > .page-size > .container-content {
  background-color: transparent;
}

/*******************************************************/
/****************** CONTENT SECOND AREA *****************/
/*******************************************************/
.container-page > .container-second {
  background-color: #fafaf9;
  background-image: url(/cdn/Images/Layout/Basic/SecondAreaBackground.png);
  border-top: 1px solid #ffffff;
  display: table;
  width: 100%;
}
.container-page > .container-second > .page-size > .container-content {
  background-color: transparent;
}
.container-page > .container-second > .container {
  margin-right: 0px;
  margin-left: 0px;
  vertical-align: top;
}

.container-second-floating {
  background-color: #fafaf9;
  background-image: url(/cdn/Images/Layout/Basic/SecondAreaBackground.png);
  border-top: 1px solid #ffffff;
}

/*.pricing > .container-second, .training-providers > .container-second {
        background-image: none;

        .RightColumnDarkBackGround {
            background-image: none;
        }
    }*/
.container-page > .container-second > .left-column-bg {
  display: table-cell;
}

.container-page > .container-second > .right-column-bg {
  display: table-cell;
}

/****************************************************/
/****************** FOOTER **************************/
/****************************************************/
.container-page > .container-footer {
  background-color: #4f535e;
  color: #ffffff;
}
.container-page > .container-footer > .page-size .container-content {
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
}
.container-page > .container-footer > .page-size .container-content > .links {
  padding-bottom: 30px;
  border-bottom: 1px solid #42454e;
}
.container-page > .container-footer > .page-size .container-content > .links a {
  color: white;
  text-decoration: none;
}
.container-page > .container-footer > .page-size .container-content > .links a:hover {
  text-decoration: underline;
}
.container-page > .container-footer > .page-size .container-content > .links > table {
  width: 100%;
  font-size: 0.8666666667em !important;
}
.container-page > .container-footer > .page-size .container-content > .links > table th {
  text-align: left;
  font-weight: 700;
}
.container-page > .container-footer > .page-size .container-content > .links > table > tbody {
  vertical-align: top;
}
.container-page > .container-footer > .page-size .container-content > .links > table > tbody td {
  width: 170px;
}
.container-page > .container-footer > .page-size .container-content > .links > table > tbody td.last {
  width: auto;
}
.container-page > .container-footer > .page-size .container-content > .links > table span.header {
  width: 90px;
  display: inline-block;
  font-weight: 700;
}
.container-page > .container-footer > .page-size .container-content > .links > table span.value {
  font-weight: 300;
}
.container-page > .container-footer > .page-size .container-content > .links > table span.value > a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: 700;
}
.container-page > .container-footer > .page-size .container-content > .links > table span.value > address {
  display: inline-block;
  font-style: inherit;
  font-weight: inherit;
}
.container-page > .container-footer > .page-size .container-content > .links > .navbar {
  margin-bottom: 0px;
  padding: 0;
}
.container-page > .container-footer > .page-size .container-content > .links > .navbar > .navbar-inner {
  background-color: transparent;
  background-image: none;
  border: 0px none;
  padding-left: 0px;
  min-height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.container-page > .container-footer > .page-size .container-content > .links > .navbar > .navbar-inner a {
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #fff;
}
.container-page > .container-footer > .page-size .container-content > .links > .navbar > .navbar-inner .nav a {
  font-size: 0.7333333333em !important;
  font-weight: 700;
  padding: 0px 15px 0px 0px;
  border-radius: 25px 25px 25px 25px;
  text-transform: uppercase;
}
.container-page > .container-footer > .page-size .container-content > .links > .navbar > .navbar-inner .nav .selected {
  background-color: #4f535f;
}
.container-page > .container-footer > .page-size .container-content > .info {
  padding-top: 30px;
  border-top: 1px solid #5f646e;
  font-weight: 300;
}
.container-page > .container-footer > .page-size .container-content > .info a {
  color: white;
}
.container-page > .container-footer > .page-size .container-content > .info a:hover {
  color: #ec127e;
}
.container-page > .container-footer > .page-size .container-content > .info > .row > div.last {
  text-align: right;
}

/****************************************************/
/****************** LOGIN BOX **************************/
/****************************************************/
.container-page .login-box {
  width: 920px;
  height: 440px;
  color: #4f535f;
}

/****************************************************/
/****************** HOMEPAGE **************************/
/****************************************************/
.container-page > .container-header .page-size > .container-content > .header > .content > .onerow {
  display: table;
  vertical-align: top;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .onerow > .watch-button {
  position: relative;
  width: 601px;
  height: 431px;
  display: table-cell;
  vertical-align: inherit;
  background-image: url(/cdn/Images/Layout/Homepage/Browsers.png);
  background-position: 27px -20px;
  background-repeat: no-repeat;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .onerow > .watch-button > a {
  border-radius: 50%;
  display: inline-block;
  width: 125px;
  height: 125px;
  font-size: 4.6666666667em !important;
  margin-top: 20%;
  margin-left: 35%;
  color: #fff;
  background: #ec127e;
  opacity: 0.9;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .onerow > .watch-button > a i {
  padding-top: 60px;
  padding-left: 35px;
  display: inline-block;
  opacity: 1.5;
  text-shadow: none;
  color: #fff;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .onerow > .browsers {
  background-image: url(/cdn/Images/Layout/Homepage/Browsers.png);
  background-position: 27px 0px;
  background-repeat: no-repeat;
  position: relative;
  width: 601px;
  height: 431px;
  display: table-cell;
  vertical-align: inherit;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .onerow > .text {
  width: auto;
  display: table-cell;
  vertical-align: inherit;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .onerow > .text > .description {
  font-size: 1.0666666667em !important;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .headline-text h2 {
  color: #fff;
  line-height: 50px;
}
.container-page > .container-header .page-size > .container-content > .header > .content .buttons {
  text-align: center;
  margin-top: 20px;
}
.container-page > .container-header .page-size > .container-content > .header > .content .buttons a:first-child {
  margin-right: 20px;
}

.container-page > .container-first > .page-size > .container-content > .buttons {
  padding-top: 45px;
}

.container-first .info, .container-second .info, .content-modules .info {
  padding-top: 45px;
  width: 100%;
}
.container-first .info > .item, .container-second .info > .item, .content-modules .info > .item {
  width: 270px;
  display: inline-block;
  vertical-align: top;
}
.container-first .info > .item a, .container-second .info > .item a, .content-modules .info > .item a {
  text-decoration: none;
  color: #727377;
  display: block;
}
.container-first .info > .item a:hover, .container-second .info > .item a:hover, .content-modules .info > .item a:hover {
  color: #ec127e;
}
.container-first .info > .item .circle, .container-second .info > .item .circle, .content-modules .info > .item .circle {
  background-color: white;
  width: 83px;
  height: 83px;
  text-align: center;
  font-size: 2.6666666667em !important;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.container-first .info > .item .circle.circle-dark, .container-second .info > .item .circle.circle-dark, .content-modules .info > .item .circle.circle-dark {
  background-color: #727377;
  color: #FFFFFF;
}
.container-first .info > .item .circle.circle-dark:hover, .container-second .info > .item .circle.circle-dark:hover, .content-modules .info > .item .circle.circle-dark:hover {
  background-color: #ec127e;
}
.container-first .info > .item .circle > DIV, .container-second .info > .item .circle > DIV, .content-modules .info > .item .circle > DIV {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: inherit;
  height: inherit;
  margin-top: 5px;
}
.container-first .info > .item .circle > DIV a, .container-second .info > .item .circle > DIV a, .content-modules .info > .item .circle > DIV a {
  color: #fff;
  display: table-row;
}
.container-first .info > .item .circle > DIV DIV[class*=ss-], .container-second .info > .item .circle > DIV DIV[class*=ss-], .content-modules .info > .item .circle > DIV DIV[class*=ss-] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: inherit;
  height: inherit;
}
.container-first .info > .item .circle > DIV DIV[class*=ss-] > DIV, .container-second .info > .item .circle > DIV DIV[class*=ss-] > DIV, .content-modules .info > .item .circle > DIV DIV[class*=ss-] > DIV {
  position: relative;
  z-index: 2;
}
.container-first .info > .item .circle > DIV DIV[class*=ss-] > DIV > .inside-text, .container-second .info > .item .circle > DIV DIV[class*=ss-] > DIV > .inside-text, .content-modules .info > .item .circle > DIV DIV[class*=ss-] > DIV > .inside-text {
  position: absolute;
  top: -24px;
  left: 26px;
  z-index: 3;
  color: #ffffff;
  font-size: 0.5em !important;
  font-weight: bold;
}
.container-first .info > .middle, .container-second .info > .middle, .content-modules .info > .middle {
  padding: 0 40px;
}

.page-size {
  padding-right: 0 !important;
}

.container-page > .container-second > .page-size > .container-content > .regformcontainer > .regform {
  border-left: 1px solid #b9bbc3;
  padding-left: 20px;
}
.container-page > .container-second > .page-size > .container-content > .clients {
  border-bottom: 1px solid #cccccb;
}
.container-page > .container-second > .page-size > .container-content > .clients > .placeholder {
  padding-bottom: 30px;
}
.container-page > .container-second > .page-size > .container-content > .clients > .placeholder > .left-side > table.logos td {
  padding-right: 20px;
  width: 123px;
  vertical-align: top;
}
.container-page > .container-second > .page-size > .container-content > .clients > .placeholder > .left-side > table.logos td.spacer {
  height: 20px;
}
.container-page > .container-second > .page-size > .container-content > .clients > .placeholder > .left-side > table.logos td img {
  opacity: 0.5;
}
.container-page > .container-second > .page-size > .container-content > .clients > .placeholder > .left-side > table.logos td img:hover {
  opacity: 1;
}
.container-page > .container-second > .page-size > .container-content > .clients > .placeholder > .right-side {
  border-left: 1px solid #b9bbc3;
  padding-left: 20px;
  text-align: center;
}
.container-page > .container-second > .page-size > .container-content > .clients > .placeholder > .right-side > .text {
  padding-top: 15px;
  font-style: italic;
  font-size: 1em !important;
  text-align: left;
}
.container-page > .container-second > .page-size > .container-content > .clients > .placeholder > .right-side > .text > .highlight {
  font-size: 2.6666666667em !important;
}
.container-page > .container-second > .page-size > .container-content > .clients > .placeholder > .right-side > .name {
  font-size: 0.8666666667em !important;
  color: #b9bbc3;
  text-align: left;
}
.container-page > .container-second > .page-size > .container-content > .features {
  border-top: 1px solid #cccccb;
  padding-bottom: 30px;
}
.container-page > .container-second > .page-size > .container-content > .features > .placeholder {
  width: 100%;
}
.container-page > .container-second > .page-size > .container-content > .features > .placeholder > .item {
  width: 280px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.container-page > .container-second > .page-size > .container-content > .features > .placeholder > .item h4 {
  color: #ec127e;
}
.container-page > .container-second > .page-size > .container-content > .features > .placeholder .middle {
  padding: 0 55px;
}

/****************************************************/
/****************** PRICING **************************/
/****************************************************/
.features h3, .pricing h3, .benefits h3, .training-providers h3 {
  font-size: 1.3333333333em !important;
  line-height: 2em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #4f535f;
}
.features h2, .pricing h2, .benefits h2, .training-providers h2 {
  font-size: 2em !important;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.features h4, .pricing h4, .benefits h4, .training-providers h4 {
  font-size: 1.3333333333em !important;
  font-weight: normal;
  line-height: 25px;
  color: #24262a;
}
.features div.rightsidetext, .features div.leftsidetext, .pricing div.rightsidetext, .pricing div.leftsidetext, .benefits div.rightsidetext, .benefits div.leftsidetext, .training-providers div.rightsidetext, .training-providers div.leftsidetext {
  font-size: 1.2em !important;
  line-height: 1.6666666667em;
  color: #4f535f;
  font-family: Arial, sans-serif;
}
.features div.rightsidetext li, .features div.leftsidetext li, .pricing div.rightsidetext li, .pricing div.leftsidetext li, .benefits div.rightsidetext li, .benefits div.leftsidetext li, .training-providers div.rightsidetext li, .training-providers div.leftsidetext li {
  margin-top: 8px;
  font-size: 0.9333333333em !important;
}

.container-page > .container-header .page-size > .container-content > .header > .content .headline {
  padding-top: 25px;
}
.container-page > .container-header .page-size > .container-content > .header > .content .headline > .mainlabel {
  margin-bottom: 20px;
}

.container-page > .container-first > .page-size > .container-content .feature div {
  font-size: 1.2em !important;
  line-height: 1.6666666667em;
  color: #4f535f;
  font-family: Arial, sans-serif;
}
.container-page > .container-first > .page-size > .container-content .whatsincluded {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #cccccb;
  text-align: center;
}
.container-page > .container-first > .page-size > .container-content .whatsincluded h3 {
  font-size: 2em !important;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.container-page > .container-first > .page-size > .container-content .whatsincluded > .items {
  display: table;
  margin-bottom: 50px;
}
.container-page > .container-first > .page-size > .container-content .whatsincluded > .items > .item {
  width: 210px;
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  padding-top: 40px;
}
.container-page > .container-first > .page-size > .container-content .whatsincluded > .items > .item > .circle {
  background-image: url(/cdn/Images/Layout/Homepage/CircleBackground.png);
  background-repeat: no-repeat;
  width: 83px;
  height: 83px;
  text-align: center;
  font-size: 2.6666666667em !important;
  display: inline-block;
}
.container-page > .container-first > .page-size > .container-content .whatsincluded > .items > .item > .circle > DIV {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: inherit;
  height: inherit;
  margin-top: 5px;
}
.container-page > .container-first > .page-size > .container-content .whatsincluded > .items > .item > .circle > DIV > DIV[class*=ss-] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: inherit;
  height: inherit;
}
.container-page > .container-first > .page-size > .container-content .whatsincluded > .items > .item > .circle > DIV > DIV[class*=ss-] > DIV {
  position: relative;
  z-index: 2;
}
.container-page > .container-first > .page-size > .container-content .whatsincluded > .items > .item > .circle > DIV > DIV[class*=ss-] > DIV > .inside-text {
  position: absolute;
  top: -21px;
  left: 29px;
  z-index: 3;
  color: #ffffff;
  font-size: 1em !important;
  font-weight: bold;
}
.container-page > .container-first > .page-size > .container-content .need2pay {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.container-page > .container-first > .page-size > .container-content .need2pay h3 {
  font-size: 2em !important;
  line-height: 40px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.container-page > .container-first > .page-size > .container-content .need2pay > .table-cell {
  display: table-cell;
  vertical-align: top;
}
.container-page > .container-first > .page-size > .container-content .need2pay > .textexp {
  width: 270px;
  font-size: 1.2em !important;
  line-height: 1.8em;
  color: #4f535f;
  font-family: Arial, sans-serif;
  padding-top: 50px;
  padding-right: 70px;
}
.container-page > .container-first > .page-size > .container-content .need2pay > .textexp > .pinklink {
  margin-top: 30px;
}

.container-page > .container-second > .page-size > .container-content .register {
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 35px;
}
.container-page > .container-second > .page-size > .container-content .register h2 {
  font-weight: 300;
  font-size: 2.3333333333em !important;
  padding-bottom: 20px;
}
.container-page > .container-second > .page-size > .container-content .register div.row-fluid {
  background: #fff;
  padding: 20px 0px;
}
.container-page > .container-second > .page-size > .container-content .register div.row-fluid p {
  padding: 5px 15px;
}
.container-page > .container-second > .page-size > .container-content .register div.row-fluid table {
  margin: 25px 0;
  margin-left: 15%;
  width: 70%;
  text-align: left;
}
.container-page > .container-second > .page-size > .container-content .register div.row-fluid table td {
  padding: 0 5px;
}
.container-page > .container-second > .page-size > .container-content .register button {
  margin-top: -20px;
}
.container-page > .container-second > .page-size > .container-content > .labelrow {
  margin-top: 60px;
  margin-bottom: 40px;
}
.container-page > .container-second > .page-size > .container-content > .labelrow > h3, .container-page > .container-second > .page-size > .container-content > .labelrow > h2 {
  display: inline;
}
.container-page > .container-second > .page-size > .container-content > .labelrow > h2 {
  font-weight: 400;
}
.container-page > .container-second > .page-size > .container-content > .labelrow > .sublabelrow {
  font-size: 1.6em !important;
  margin-left: 20px;
  line-height: 1.8em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.container-page > .container-second > .page-size > .container-content > .infotable {
  display: table;
  margin-top: 40px;
}
.container-page > .container-second > .page-size > .container-content > .infotable > div {
  display: table-cell;
  width: 450px;
  line-height: 1.8666666667em;
}
.container-page > .container-second > .page-size > .container-content > .infotable > .pad {
  padding-right: 30px;
}
.container-page > .container-second > .page-size > .container-content > .seefeatureslink {
  margin-top: 50px;
  font-size: 1.2em !important;
}
.container-page > .container-second > .page-size > .container-content > .mbt50 {
  margin-bottom: 50px;
}
.container-page > .container-second > .page-size > .container-content > .getupskill {
  margin-top: 50px;
}
.container-page > .container-second > .page-size > .container-content > .getupskill > div {
  display: inline;
  margin-right: 30px;
}
.container-page > .container-second > .page-size > .container-content > .logos {
  margin-bottom: 60px;
}
.container-page > .container-second > .page-size > .container-content > .logos > a {
  margin-right: 20px;
}

.featuresheader > .mainlabel {
  margin-top: 30px;
}
.featuresheader > .mainlabel.alone {
  margin-top: 70px;
}

.about-upskill .featuresheader > .mainlabel {
  margin-top: 20px;
}

/****************************************************/
/****************** FEATURES **************************/
/****************************************************/
.container-page > .container-header .page-size > .container-content > .header > .content > .featuresheader > .pageheadercontainer {
  padding-top: 60px;
  display: inline;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .featuresheader > .pageheadercontainer > div {
  margin-top: 30px;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .featuresheader > .pageheadercontainer > div > .pageheadertext {
  display: inline-block;
  width: 500px;
  font-size: 1.2em !important;
  line-height: 27px;
  font-family: "Lato", sans-serif;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .featuresheader > .pageheadercontainer > div > .pageheaderbuttons {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 450px;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .featuresheader > .pageheadercontainer > div > .pageheaderbuttons > .m20 {
  margin: 20px;
}
.container-page > .container-header .page-size > .container-content > .header > .content > .featuresheader > .pageheadercontainer > div > .pageheaderbuttons a {
  margin-right: 20px;
}

.container-page > .container-first > .page-size > .container-content .tc {
  display: table-cell;
  width: 584px;
}
.container-page > .container-first > .page-size > .container-content > .container-first > .item1 {
  display: table;
  margin-top: 80px;
}
.container-page > .container-first > .page-size > .container-content > .container-first > .item1 > .rightside {
  display: table-cell;
  vertical-align: top;
  padding-left: 60px;
  padding-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .container-first > .item1 > .rightside > div > .rightsidetext {
  font-size: 1.2em !important;
  margin-top: 20px;
}
.container-page > .container-first > .page-size > .container-content > .container-first > .item1 > .rightside > .pinklink {
  margin-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .container-first > .item1 > .rightside > .pinklink > a > div {
  display: inline-block;
  font-size: 1.2em !important;
}
.container-page > .container-first > .page-size > .container-content > .item2 {
  display: table;
  margin-top: 80px;
}
.container-page > .container-first > .page-size > .container-content > .item2 > .leftside {
  display: table-cell;
  vertical-align: top;
  padding-right: 60px;
  padding-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .item2 > .leftside > .leftsidetext {
  font-size: 1.2em !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.container-page > .container-first > .page-size > .container-content > .item2 > .leftside > .pinklink {
  margin-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .item2 > .leftside > .pinklink > a > div {
  display: inline-block;
  font-size: 1.2em !important;
}
.container-page > .container-first > .page-size > .container-content > .item3 {
  display: table;
  margin-top: 80px;
}
.container-page > .container-first > .page-size > .container-content > .item3 > .rightside {
  display: table-cell;
  vertical-align: top;
  padding-left: 60px;
  padding-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .item3 > .rightside > div > .rightsidetext {
  font-size: 1.2em !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.container-page > .container-first > .page-size > .container-content > .item3 > .rightside > .pinklink {
  margin-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .item3 > .rightside > .pinklink > a > div {
  display: inline-block;
  font-size: 1.2em !important;
}
.container-page > .container-first > .page-size > .container-content > .itemodd {
  display: table;
  margin-top: 80px;
  padding-bottom: 2px;
  position: relative;
  background: transparent;
  z-index: 1;
}
.container-page > .container-first > .page-size > .container-content > .itemodd > .leftside {
  display: table-cell;
  vertical-align: bottom;
  width: 584px;
}
.container-page > .container-first > .page-size > .container-content > .itemodd > .rightside {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 60px;
  padding-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .itemodd > .rightside > .rightsidetext {
  font-size: 1.2em !important;
  margin-top: 20px;
  margin-bottom: 30px;
}
.container-page > .container-first > .page-size > .container-content > .itemodd > .rightside > .rightsidetext > ul {
  margin-top: 20px;
}
.container-page > .container-first > .page-size > .container-content > .itemodd > .rightside > .pinklink {
  margin-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .itemodd > .rightside > .pinklink > a > div {
  display: inline-block;
  font-size: 1.2em !important;
}
.container-page > .container-first > .page-size > .container-content > .itemodd::before, .container-page > .container-first > .page-size > .container-content > .itemeven::before {
  content: " ";
  position: absolute;
  width: 1400px;
  height: 100%;
  z-index: -1;
  background: url(/cdn/Images/Layout/Features/feature-bg-2.png) bottom no-repeat;
  left: -220px;
}
.container-page > .container-first > .page-size > .container-content > .itemodd::before {
  background: url(/cdn/Images/Layout/Features/feature-bg.png) bottom no-repeat;
}
.container-page > .container-first > .page-size > .container-content > .itemeven {
  display: table;
  margin-top: 80px;
  padding-bottom: 2px;
  position: relative;
  background: transparent;
  z-index: 1;
}
.container-page > .container-first > .page-size > .container-content > .itemeven > .leftside {
  display: table-cell;
  vertical-align: top;
  padding-right: 60px;
  padding-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .itemeven > .leftside > .leftsidetext {
  font-size: 1.2em !important;
  margin-top: 20px;
  margin-bottom: 30px;
}
.container-page > .container-first > .page-size > .container-content > .itemeven > .leftside > .leftsidetext > ul {
  margin-top: 20px;
}
.container-page > .container-first > .page-size > .container-content > .itemeven > .leftside > .pinklink {
  margin-top: 30px;
}
.container-page > .container-first > .page-size > .container-content > .itemeven > .leftside > .pinklink > a > div {
  display: inline-block;
  font-size: 1.2em !important;
}
.container-page > .container-first > .page-size > .container-content > .itemeven > .rightside {
  display: table-cell;
  vertical-align: bottom;
  width: 584px;
}
.container-page > .container-first > .page-size > .container-content .rowdelimiter {
  display: none;
}

.container-page > .container-second > .page-size > .container-content > .maincontainer {
  display: table;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}
.container-page > .container-second > .page-size > .container-content > .maincontainer > div {
  width: 250px;
  display: table-cell;
  vertical-align: top;
}
.container-page > .container-second > .page-size > .container-content > .maincontainer > div > .ft40 {
  font-size: 2.6666666667em !important;
}
.container-page > .container-second > .page-size > .container-content > .maincontainer > div > h4 {
  margin-top: 20px;
}
.container-page > .container-second > .page-size > .container-content > .maincontainer > div > .exptext {
  font-size: 1em !important;
  margin-top: 20px;
}
.container-page > .container-second > .page-size > .container-content > .maincontainer > .middlebox {
  padding-left: 70px;
  padding-right: 70px;
}
.container-page > .container-second > .page-size > .container-content > .lastcontainer {
  margin-top: 50px;
  margin-bottom: 70px;
  width: 100%;
}
.container-page > .container-second > .page-size > .container-content > .lastcontainer > div {
  display: inline-block;
  vertical-align: top;
}
.container-page > .container-second > .page-size > .container-content > .lastcontainer > .lefttext {
  width: 620px;
}
.container-page > .container-second > .page-size > .container-content > .lastcontainer > .rightbutton {
  text-align: center;
  width: 320px;
}

/****************************************************/
/****************** CONTACT US **************************/
/****************************************************/
.contact .pageheadertext {
  display: inline-block;
  width: 680px;
  font-size: 1.2em !important;
  font-family: "Lato", sans-serif;
  margin-top: 30px;
}
.contact .contactus-cover {
  position: relative;
  top: -56px;
}
.contact .contactustabs {
  position: relative;
  z-index: 5000;
  font-family: "Lato", sans-serif;
  margin-top: 15px;
}
.contact .contactustabs > .nav {
  margin-bottom: 0px;
}
.contact .contactustabs > ul {
  border-bottom: none;
}
.contact .contactustabs > ul > li a {
  text-decoration: none;
  color: #686866;
  background: #dddddb;
  font-size: 0.9333333333em !important;
}
.contact .contactustabs > ul > li > .contactusheadertabdisabled {
  margin-top: 8px;
  margin-right: 2px;
  padding-left: 12px;
  padding-right: 12px;
}
.contact .contactustabs > ul > li a:hover {
  background: #f8f8f8;
  color: #aaaaaa;
}
.contact .contactustabs > ul > li.active > a {
  color: #32363f;
  background: #f8f8f8;
  font-size: 1.0666666667em !important;
  line-height: 1.4em;
  font-weight: 800;
}

.container-page > .container-first > .page-size > .container-content {
  /* empty on contact us page */
}
.container-page > .container-first > .page-size > .container-content .info .item h4 {
  font-variant: normal;
}

.container-page > .container-second > .page-size > .container-content .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .left-side {
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
  max-width: 667px !important;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .left-side .controls-row {
  padding-right: 0px !important;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .left-side img {
  max-width: 100% !important;
  height: auto !important;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .right-side {
  display: block;
  width: 311px;
  border-left: 1px solid #cccccb;
  height: 100%;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .right-side > table {
  margin-left: 20px;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .right-side > table td {
  vertical-align: top;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .right-side > table td > .smallboldtext {
  font-size: 0.8em !important;
  font-weight: bold;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .right-side ul {
  margin: 0px;
  padding: 0;
  line-height: 23px;
  font-size: 0.8666666667em;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .right-side ul li {
  list-style: none;
}
.container-page > .container-second > .page-size > .container-content .container-fluid .main-table .right-side ul li a {
  text-decoration: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  color: #000;
}

.loginOrRegister {
  margin: 30px 0px;
}

.cookieTrail a {
  color: #fff;
}

.website-editor-modules {
  height: 0px;
}

#divLoginPage {
  min-height: 100vh;
  background-image: url("/cdn/Images/Layout/Basic/HeaderAreaBackground.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#divLoginPage .cover {
  min-height: 100vh;
}
#divLoginPage .container {
  padding-top: 65px;
  padding-bottom: 30px;
}
#divLoginPage .logo {
  width: 300px;
}
#divLoginPage .logo a {
  color: #fff;
}
#divLoginPage .logo .headerLogo {
  background-image: url("/cdn/Images/Layout/Homepage/Logos/Upskill-LMS-Logo_Reversed_Small.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 258px;
  height: 130px;
  position: relative;
  top: 1px;
  background-size: contain;
  background-origin: content-box;
}
#divLoginPage .contact {
  vertical-align: bottom;
}
#divLoginPage .contact p {
  margin: 0px;
}
#divLoginPage .info {
  width: 270px;
}
#divLoginPage .info .logo {
  background-image: url("/cdn/Images/Layout/Homepage/Logos/Upskill-LMS-Logo_Reversed_Small.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 36px;
  width: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#divLoginPage .info .courses-module .marketplace .my-course-item, #divLoginPage .info .courses-module .marketplace .my-course-item-middle, #divLoginPage .info .courses-module .marketplace .my-course-item:first-child {
  margin: 0 35px 40px 35px;
}
#divLoginPage .info .courses-module .marketplace .course-container.courses-1 .my-course-item .underbookspace {
  width: auto;
  margin-left: 0px;
  padding-right: 35px;
}
#divLoginPage .container .header > div {
  padding-bottom: 25px;
}
#divLoginPage .container .main > div:first-child {
  background: #f2f0ee;
  padding: 0 40px;
  padding-bottom: 30px;
}
#divLoginPage .container .main > div:first-child h2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 2em !important;
  margin-top: 40px;
}
#divLoginPage .container .main > div:first-child .control-label {
  line-height: 35px;
}
#divLoginPage .container .main > div:first-child .input-large {
  width: 90%;
  height: 35px;
}
#divLoginPage .container .main > div:first-child #hypPasswordReminder {
  color: #4f535f;
}
#divLoginPage .container .main > div:first-child #btnLogin {
  float: right;
}
#divLoginPage .container .main > div:last-child {
  background: #e2e3e2;
  padding: 30px;
  text-align: center;
}
#divLoginPage .container .main > div:last-child img {
  width: 80%;
  margin-bottom: 20px;
}
#divLoginPage .container .main > div:last-child h3 {
  font-size: 1em !important;
  line-height: 1.3333333333em;
  text-align: left;
  font-weight: bold;
}
#divLoginPage .container .main > div:last-child p {
  font-size: 0.8666666667em !important;
  line-height: 1.3333333333em;
  text-align: left;
}
#divLoginPage .container .footer div {
  padding: 15px 25px;
  padding-top: 25px;
  color: #fff;
  text-align: right;
  background: #303337;
}
#divLoginPage .container .footer div ul {
  float: left;
  text-align: left;
}
#divLoginPage .container .footer div ul > li {
  padding: 0 8px;
  float: left;
  list-style: none;
}
#divLoginPage .container .footer div ul > li > a {
  color: #fff;
  text-decoration: none;
}
#divLoginPage .container .footer div ul > li > a:hover {
  text-decoration: underline;
}
#divLoginPage .container .footer div span.delimiter {
  padding: 0 10px;
}
#divLoginPage .container .footer div a {
  color: #fff;
}
@media (max-width: 768px) {
  #divLoginPage .container {
    width: 100%;
    padding: 0px;
  }
  #divLoginPage .container .header .logo {
    width: 100%;
  }
  #divLoginPage .container .header .logo .headerLogo {
    width: 70%;
    height: 10vh;
  }
  #divLoginPage .container .main > div:first-child {
    padding: 0 5% 20px 5%;
  }
  #divLoginPage .container .main > div:first-child .btn.width-140 {
    width: 40%;
  }
  #divLoginPage .container .main > div:first-child .input-large {
    width: 100%;
  }
  #divLoginPage .container .main > div:first-child h2 {
    margin-top: 20px;
  }
  #divLoginPage .container .main > div:first-child .margin-top-50 {
    margin-top: 20px;
  }
  #divLoginPage .container .main > div:last-child {
    padding: 0 5%;
  }
  #divLoginPage .container .main > div:last-child .info {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #divLoginPage .container .footer > div {
    text-align: left;
    padding: 20px 5%;
  }
  #divLoginPage .container .footer > div ul {
    margin: 0;
  }
  #divLoginPage .container .footer > div ul li:first-child {
    padding: 0;
  }
}
#divLoginPage.error .container .container, .container-page.error .container .container {
  width: auto;
  margin: 60px 0;
}
#divLoginPage.error .font2, .container-page.error .font2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#divLoginPage.error .font2 span, .container-page.error .font2 span {
  display: block;
  font-family: "Lato", sans-serif;
}

.video {
  width: 750px;
  height: 458px;
  margin: 0px auto;
  background-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
}

.video-holder {
  width: 750px;
  height: 452px;
  background-color: #fff1c5;
  margin: 0px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 53px 45px 0px 55px;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.video-holder .image {
  float: left;
  width: 311px;
}
.video-holder .right {
  color: black;
  width: 319px;
  float: right;
  text-align: center;
  margin: 0px 0px 0px 20px;
  font-family: "Lato", sans-serif;
}
.video-holder .right h1 {
  font-size: 2.0666666667em !important;
  line-height: 1.3225806452em;
  margin: 0px 0px 15px 0px !important;
  opacity: 0.6 !important;
  letter-spacing: -0.5px !important;
  color: black !important;
}
.video-holder .right p {
  font-size: 1.4em !important;
  opacity: 0.4;
  font-weight: bold;
}
.video-holder .right button {
  margin: 35px 0px 24px 0px;
  padding: 17px 22px;
  font-size: 18px;
  font-weight: bold;
}
.video-holder .right img {
  opacity: 0.4;
}

.news-list hr, .client-list hr {
  margin: 10px 0;
}
.news-list table, .client-list table {
  width: 100%;
}
.news-list table td, .client-list table td {
  padding: 30px 0px 30px 0px;
}
.news-list table .date, .news-list table .image, .client-list table .date, .client-list table .image {
  color: #000;
  font-size: 1.3333333333em !important;
  vertical-align: top;
  padding-right: 60px;
  width: 94px;
}
.news-list table .image, .client-list table .image {
  opacity: 1;
}
.news-list table .image img, .client-list table .image img {
  max-width: initial;
}
.news-list table h2, .client-list table h2 {
  margin-top: 0px;
  line-height: initial;
  color: #000;
}
.news-list table.reLayoutWrapper td, .client-list table.reLayoutWrapper td {
  padding: 0px;
}

.marketplace-search {
  margin-bottom: 30px;
}

.marketplace-search,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search {
  text-shadow: none;
  outline: none;
}
.marketplace-search h1,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search h1 {
  text-transform: none;
  color: #fff;
  margin: 0px 0px 3px 0px;
  font-size: 1.6em !important;
  font-weight: normal;
}
.marketplace-search .credits,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .credits {
  padding-top: 23px;
}
.marketplace-search .credits a,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .credits a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  margin-right: 25px;
}
.marketplace-search .credits a:last-child,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .credits a:last-child {
  margin: 0px;
}
.marketplace-search .search,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search {
  padding-top: 28px;
  color: #fff;
  float: left;
}
.marketplace-search .search .selected-category,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .selected-category {
  margin-top: 23px;
}
.marketplace-search .search .selected-category h2,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .selected-category h2 {
  font-size: 2.8em !important;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
.marketplace-search .search > div.dropdown,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search > div.dropdown {
  float: left;
  margin-right: 20px;
  color: #333;
}
.marketplace-search .search > div.dropdown:last-child,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search > div.dropdown:last-child {
  margin: 0;
}
.marketplace-search .search > div.dropdown.show,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search > div.dropdown.show {
  z-index: 2000;
  font-weight: normal;
}
.marketplace-search .search > div.dropdown.show a,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search > div.dropdown.show a {
  color: inherit;
}
.marketplace-search .search > div.dropdown.show .btn-blue,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search > div.dropdown.show .btn-blue {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000 !important;
  outline: none !important;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.marketplace-search .search > div.dropdown.show .btn-blue:focus, .marketplace-search .search > div.dropdown.show .btn-blue.focus,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search > div.dropdown.show .btn-blue:focus,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search > div.dropdown.show .btn-blue.focus {
  box-shadow: none !important;
}
.marketplace-search .search > div.dropdown.show .btn-blue .i-right,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search > div.dropdown.show .btn-blue .i-right {
  color: #ec127e;
}
.marketplace-search .search input,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search input {
  height: 49px;
  padding-right: 26px;
  position: absolute;
  width: 311px;
  z-index: 1000;
  font-family: "Lato", sans-serif;
  font-size: 1.2em !important;
}
.marketplace-search .search button,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search button {
  padding: 11px 0px;
  background: #fff;
  border: 0;
  position: absolute;
  left: 286px;
  top: 2px;
  color: #ec127e !important;
  z-index: 1100;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.marketplace-search .search .btn-blue,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .btn-blue {
  width: 316px;
  border: 0;
  font-size: 1em !important;
  font-weight: bold;
  padding: 13px 17px;
  font-family: "Lato", sans-serif;
}
.marketplace-search .search .btn-blue.dropdown-toggle::after,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .btn-blue.dropdown-toggle::after {
  display: none;
}
.marketplace-search .search .btn-blue .i-right,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .btn-blue .i-right {
  margin-left: 20px;
}
.marketplace-search .search .btn-blue .spacer,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .btn-blue .spacer {
  display: inline-block;
  width: 55px;
}
.marketplace-search .search .dropdown-menu,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu {
  width: 95vw;
  max-width: 994px;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0px 3px 3px 3px;
  -moz-border-radius: 0px 3px 3px 3px;
  border-radius: 0px 3px 3px 3px;
  top: 72px;
  padding: 12px 18px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.marketplace-search .search .dropdown-menu.providers,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu.providers {
  left: -326px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 36px 26px;
}
.marketplace-search .search .dropdown-menu ul,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul {
  margin: 0px;
  list-style: none;
  min-width: 274px;
  margin-right: 45px;
  float: left;
  padding-left: 5px;
  font-size: 19px;
}
.marketplace-search .search .dropdown-menu ul:last-child,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul:last-child {
  margin-right: 0;
}
.marketplace-search .search .dropdown-menu ul li,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li {
  font-family: "Lato", sans-serif;
  font-size: 1.0666666667em !important;
  padding: 14px 10px;
  border-bottom: solid 1px #dddddd;
  color: #ec127e !important;
}
.marketplace-search .search .dropdown-menu ul li a,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li a {
  color: inherit !important;
  margin-left: 20px;
}
.marketplace-search .search .dropdown-menu ul li a:hover,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li a:hover {
  text-decoration: none;
}
.marketplace-search .search .dropdown-menu ul li i,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li i {
  color: #ec127e !important;
  margin-right: 18px;
}
.marketplace-search .search .dropdown-menu ul li:last-child,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li:last-child {
  border-bottom: 0;
}
.marketplace-search .search .dropdown-menu ul li:hover,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li:hover {
  background: rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
}
.marketplace-search .search .dropdown-menu ul li a:hover,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li a:hover {
  background: none;
}
.marketplace-search .search .dropdown-menu ul li ul,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li ul {
  float: none;
  min-width: 264px;
  padding-left: 5px;
  padding-right: 5px;
}
.marketplace-search .search .dropdown-menu ul li ul li,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li ul li {
  font-size: 1em !important;
  color: #000 !important;
}
.marketplace-search .search .dropdown-menu ul li ul li a,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li ul li a {
  color: inherit !important;
  margin-left: 20px;
}
.marketplace-search .search .dropdown-menu ul li ul li a:hover,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-menu ul li ul li a:hover {
  text-decoration: none;
}
.marketplace-search .search .dropdown-description,
.container-page > .container-header .page-size .container-content > .header > .content .marketplace-search .search .dropdown-description {
  display: block;
  width: 316px;
  background: #fff;
  display: none;
  position: absolute;
  z-index: 1000;
  padding: 0px 18px 5px 18px;
  border-top: 1px solid #000;
}

.container-page.course-marketplace .container-header, .container-page.course-details-public .container-header {
  min-height: 258px;
}
.container-page.course-marketplace .container-header .overlay, .container-page.course-details-public .container-header .overlay {
  background-color: rgba(127, 180, 243, 0.35);
  min-height: 258px;
  padding-bottom: 20px;
}
.container-page .container-second .container-content .courses {
  margin-top: 24px;
}
.container-page .container-second .container-content .courses .stars i {
  margin-right: 2px;
}
.container-page .container-second .container-content .courses .featured {
  color: white;
  position: relative;
}
.container-page .container-second .container-content .courses .featured .course-name {
  font-family: "Lato", sans-serif;
  font-size: 1.2em !important;
}
.container-page .container-second .container-content .courses .featured .stars i {
  color: rgba(255, 255, 255, 0.3);
}
.container-page .container-second .container-content .courses .featured .stars i.active {
  color: #fff;
}
.container-page .container-second .container-content .courses .featured a {
  color: white;
  text-decoration: none;
}
.container-page .container-second .container-content .courses .featured a:hover {
  text-decoration: underline;
}
.container-page .container-second .container-content .courses .featured .featured-main {
  width: 636px;
  height: 420px;
  background-size: cover;
  float: left;
}
.container-page .container-second .container-content .courses .featured .featured-main .demo-label {
  position: absolute;
  top: 300px;
  left: 20px;
  background-color: #ec127e;
  text-transform: uppercase;
  padding: 3px 10px;
  font-size: 0.8em !important;
  font-weight: bold;
  width: 56px;
}
.container-page .container-second .container-content .courses .featured .featured-main .description {
  padding: 18px 20px;
  background: #3399ff;
  height: 83px;
  position: relative;
  top: 337px;
}
.container-page .container-second .container-content .courses .featured .featured-main .description .stars {
  margin-right: 10px;
}
.container-page .container-second .container-content .courses .featured .featured-main .description .reviews {
  color: rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  font-size: 0.8666666667em !important;
}
.container-page .container-second .container-content .courses .featured .featured-main .description .created-by {
  font-size: 0.8666666667em !important;
}
.container-page .container-second .container-content .courses .featured .featured-main .description .col1 {
  width: 462px;
  float: left;
}
.container-page .container-second .container-content .courses .featured .featured-main .description .col1 .course-name {
  display: inline-block;
  width: 462px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-page .container-second .container-content .courses .featured .featured-main .description .col2 {
  float: left;
  text-align: center;
  width: 134px;
  font-family: "Lato", sans-serif;
  font-size: 1.4666666667em !important;
  margin-top: 10px;
}
.container-page .container-second .container-content .courses .featured .featured-one, .container-page .container-second .container-content .courses .featured .featured-two {
  width: 308px;
  height: 203px;
  float: left;
  margin: 0px 0px 15px 20px;
  background-size: cover;
}
.container-page .container-second .container-content .courses .featured .featured-one .course-name, .container-page .container-second .container-content .courses .featured .featured-two .course-name {
  width: 200px;
  display: block;
  height: 140px;
}
.container-page .container-second .container-content .courses .featured .featured-one .overlay, .container-page .container-second .container-content .courses .featured .featured-two .overlay {
  padding: 20px;
  width: 308px;
  height: 203px;
  background-color: rgba(0, 0, 0, 0.6);
}
.container-page .container-second .container-content .courses .featured .featured-one .stars, .container-page .container-second .container-content .courses .featured .featured-two .stars {
  float: left;
}
.container-page .container-second .container-content .courses .featured .featured-one .price, .container-page .container-second .container-content .courses .featured .featured-two .price {
  float: right;
  margin-right: 7px;
}
.container-page .container-second .container-content .courses .featured .featured-one .demo-label, .container-page .container-second .container-content .courses .featured .featured-two .demo-label {
  background-color: #ec127e;
  text-transform: uppercase;
  padding: 3px 10px;
  font-size: 0.8em !important;
  font-weight: bold;
  width: 56px;
}
.container-page .container-second .container-content .courses .marketplace {
  margin-top: 40px;
}
.container-page .container-second .container-content .courses .marketplace .banner {
  margin: 10px 0px 55px 80px;
  width: 800px;
}
.container-page .container-second .container-content .courses .marketplace .category .category-label {
  color: #666666;
  font-weight: 300;
}
.container-page .container-second .container-content .courses .marketplace div[class*=cycle-prev] {
  left: 0px;
}
.container-page .container-second .container-content .courses .marketplace div[class*=cycle-next] {
  right: 0px;
}
.container-page .container-second .container-content .courses .marketplace div[class*=cycle-pager] {
  right: 0px;
}
.container-page .container-second .container-content .courses .marketplace .carousel-page {
  padding-left: 80px;
}
.container-page .container-second .container-content .courses .marketplace .my-course-item-middle {
  margin-left: 100px;
  margin-right: 100px;
}
.container-page .container-second .container-content .courses .marketplace .my-course-item .demo-label {
  background-color: #3399ff;
}
.container-page .container-second .container-content .courses .marketplace .my-course-item .underbookspace .underbookspace-info {
  height: auto;
  padding-top: 8px;
  padding-bottom: 10px;
}
.container-page .container-second .container-content .courses .marketplace .my-course-item .underbookspace .underbookspace-info div:first-child {
  display: none;
}
.container-page .container-second .container-content .courses .marketplace .my-course-item .underbookspace .btn-buy {
  margin-bottom: 6px;
}
.container-page .container-second .container-content .courses .marketplace .my-course-item .underbookspace .stars i {
  color: #c3c3c2;
}
.container-page .container-second .container-content .courses .marketplace .my-course-item .underbookspace .stars i.active {
  color: #ec127e;
}
.container-page .container-second .container-content .courses .marketplace .my-course-item .underbookspace .tp-info {
  display: none;
}

.feature-editable .btn-edit {
  display: none;
}

.course-details-public .container-header {
  min-height: 215px;
}

.normal-flow .content {
  padding-bottom: 30px;
}
.normal-flow .container-second .container-content {
  top: 0px !important;
}

.courses-module {
  padding-bottom: 2rem;
}
.courses-module .marketplace {
  padding: 0px;
}
.courses-module .marketplace .course-container .new-course .new-badge {
  display: none;
}
@media (min-width: 1025px) {
  .courses-module .marketplace .course-container .new-course {
    border: solid 1px #ec127e;
    margin-top: -3em;
  }
  .courses-module .marketplace .course-container .new-course .new-badge {
    width: 100%;
    height: 2em;
    background-color: #ec127e;
    color: white;
    padding-top: 0.2em;
    text-align: center;
    display: block;
  }
  .courses-module .marketplace .course-container .new-course .my-course-item {
    margin-top: 15px;
  }
}
.courses-module .marketplace .course-container {
  padding-top: 30px;
}
.courses-module .marketplace .course-container.courses-1 .my-course-item {
  width: 100%;
}
.courses-module .marketplace .course-container.courses-1 .my-course-item:first-child {
  margin-left: 120px;
}
.courses-module .marketplace .course-container.courses-1 .my-course-item .bookbg {
  float: left;
}
.courses-module .marketplace .course-container.courses-1 .my-course-item .underbookspace {
  float: left;
  width: 480px;
  margin-left: 50px;
}
.courses-module .marketplace .course-container.courses-1 .my-course-item .underbookspace .btn {
  width: 250px;
}
.courses-module .marketplace .course-container.courses-1 .my-course-item .underbookspace .underbookspace-info {
  text-align: left;
}
@media (min-width: 1200px) {
  .courses-module .marketplace .course-container.courses-2 .col-xl-4:first-child {
    margin-right: 50px;
  }
}
@media (min-width: 1025px) {
  .courses-module .marketplace .course-container.has-new-course {
    padding-top: 60px;
  }
}
.courses-module .marketplace .my-course-item {
  height: auto;
  position: relative;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.courses-module .marketplace .my-course-item .bookbg {
  z-index: 20;
  background: white;
}
.courses-module .marketplace .my-course-item-middle {
  margin: 0px 90px;
}
.courses-module .marketplace .underbookspace-info {
  text-align: center;
  height: auto;
}
.courses-module .marketplace .underbookspace-info .course-name {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.courses-module .buttons {
  margin: 20px 0px;
}

@media (max-width: 767px) {
  .courses-module .marketplace .course-container.courses-1 .my-course-item .underbookspace {
    width: 60%;
    margin-left: 20px;
  }
}
@media (max-width: 679px) {
  .courses-module .marketplace .course-container {
    padding-top: 0.5rem;
  }
  .courses-module .marketplace .course-container .my-course-item {
    margin: 1rem 0 !important;
    width: 100% !important;
    display: block !important;
  }
  .courses-module .marketplace .course-container .my-course-item .bookbg {
    width: 50% !important;
    margin: 0 !important;
    float: left !important;
  }
  .courses-module .marketplace .course-container .my-course-item .bookbg .name-label, .courses-module .marketplace .course-container .my-course-item .bookbg .demo-label {
    display: none !important;
  }
  .courses-module .marketplace .course-container .my-course-item .bookbg .new-label {
    display: block;
  }
  .courses-module .marketplace .course-container .my-course-item .bookbg:after {
    display: none !important;
  }
  .courses-module .marketplace .course-container .my-course-item .name-label-responsive {
    display: block;
    width: 50%;
    float: right;
    padding: 0 0 0 10px;
  }
  .courses-module .marketplace .course-container .my-course-item .name-label-responsive .description {
    font-size: 0.7em !important;
  }
  .courses-module .marketplace .course-container .my-course-item .name-label-responsive .demo-label {
    display: none;
    /*text-align: center;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    right: 0 !important;
    margin: 10px 0 0 0 !important;
    padding: 5px 15px !important;*/
  }
  .courses-module .marketplace .course-container .my-course-item .underbookspace {
    width: 100% !important;
    margin-top: 10px;
    padding: 0 !important;
    margin-left: 0 !important;
    float: left;
  }
  .courses-module .marketplace .course-container .my-course-item .underbookspace .underbookspace-info {
    width: 100%;
    padding: 0;
  }
  .courses-module .marketplace .course-container .my-course-item .underbookspace .underbookspace-info a {
    width: 100% !important;
    font-size: 0.9em;
    margin: 2px 0 !important;
  }
  .courses-module .marketplace .course-container .my-course-item .underbookspace .underbookspace-info .description {
    display: none !important;
  }
}
@media (max-width: 669px) {
  .main-table .left-side .controls-row {
    padding-right: 0 !important;
  }
  .courses-module .marketplace .course-container .my-course-item {
    padding: 0 !important;
    width: 100% !important;
    /*.underbookspace {
        width: 50% !important;
        float: right;
    }*/
  }
}
@media (max-width: 577px) {
  .courses-module .marketplace .course-container div[class^=col-] {
    margin: 2rem 0 0 0;
  }
  .courses-module .marketplace .course-container div[class^=col-]:first-child {
    margin-top: 0;
  }
  .courses-module .marketplace .course-container .my-course-item {
    width: 100% !important;
  }
  .courses-module .marketplace .course-container .my-course-item .name-label-responsive .description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.widget-container {
  padding: 1rem;
}
.widget-container .hide-on-widget {
  display: none;
}
.widget-container .course-overview {
  margin-top: 0;
}
.widget-container .cookieTrail a {
  color: #3f424b;
}

.course-widget .courses-module .marketplace .course-container {
  padding-top: 0;
}
.course-widget .courses-module .marketplace .course-container.courses-1 .my-course-item, .course-widget .courses-module .marketplace .course-container.courses-1 .my-course-item:first-child {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2rem;
}
.course-widget .courses-module .marketplace .course-container.courses-1 .my-course-item:first-child {
  margin-top: 0;
}
.course-widget .courses .featured {
  display: none;
}
.course-widget .courses .my-course-item {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.course-widget .courses .underbookspace-info {
  text-align: center;
  padding: 0;
  height: auto;
}
.course-widget .courses .underbookspace-info div:first-child, .course-widget .courses .underbookspace-info .tp-info {
  display: none;
}
.course-widget .marketplace-search {
  margin-bottom: 2rem;
  width: 100%;
}
.course-widget .marketplace-search .search {
  width: 100%;
}
.course-widget .marketplace-search .search .dropdown.show .btn-primary.dropdown-toggle {
  background: #f7f7f7;
}
.course-widget .marketplace-search .search .dropdown.show .dropdown-description {
  background: #f7f7f7;
}
.course-widget .marketplace-search .search .dropdown.show .dropdown-menu {
  background: #f7f7f7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.course-widget .marketplace-search #divHeader {
  display: none;
}
.course-widget .marketplace-search .selected-category {
  display: none;
}
.course-widget .marketplace-banner {
  display: none;
}
.container-first .info > .item.item1, .container-second .info > .item.item1 {
  width: 470px;
  display: inline-block;
  vertical-align: top;
}
.container-first .info > .item.item1::after, .container-second .info > .item.item1::after {
  display: block;
  content: "";
  clear: both;
}
.container-first .info > .item.item1 .feature-editable.circle, .container-second .info > .item.item1 .feature-editable.circle {
  float: left;
  margin-right: 30px;
}
.container-first .info > .item.item1 .features-content, .container-second .info > .item.item1 .features-content {
  text-align: left;
  float: left;
  width: 350px;
}

.container-second .right-side .info > .item.item1 {
  width: 270px;
  display: block;
}
.container-second .right-side .info > .item.item1 .feature-editable.circle {
  float: none;
  margin-right: 0px;
}
.container-second .right-side .info > .item.item1 .features-content {
  float: none;
  text-align: center;
  width: auto;
}

.text-editor-holder {
  position: relative;
}

.edit-mode .feature-editable a.close, .edit-mode .feature-editable button.close, .edit-mode .website-editor-modules a.close, .edit-mode .website-editor-modules button.close, .edit-mode .text-editor-holder a.close {
  border-radius: 100px;
  background: #fff;
  display: block;
  height: 26px;
  width: 26px;
  text-align: center;
  border: 1px solid #ccc;
  position: absolute;
  top: -15px;
  right: -13px;
  opacity: 1;
  font-size: 13px;
  z-index: 10;
  padding: 0px;
  padding-top: 8px;
  line-height: 1;
  color: #656565 !important;
}
.edit-mode .feature-editable a.close:hover, .edit-mode .feature-editable button.close:hover, .edit-mode .website-editor-modules a.close:hover, .edit-mode .website-editor-modules button.close:hover, .edit-mode .text-editor-holder a.close:hover {
  background: #eee;
  color: #555;
}
.edit-mode .feature-editable button.close, .edit-mode .website-editor-modules button.close {
  height: 25px;
  margin-top: 0;
  padding-top: 3px;
}

div[id^=RadAjaxLoadingPanel] {
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
  position: fixed !important;
}

.course-overview .stepItem > .stepContent .col-1 {
  display: table-cell;
  position: relative;
  top: 7px;
  width: 1%;
  padding: 0;
  padding-right: 7px;
  width: 45px;
  left: 10px;
}

.course-overview .stepItem > .stepContent .duration {
  display: table-cell;
  width: 100px;
  text-align: right;
  padding-top: 0px;
  padding-right: 10px;
}

.course-overview .info-row2 label {
  width: 100%;
}

.course-overview .nav.nav-pills a {
  text-decoration: none;
  white-space: nowrap;
}

.modal-wide {
  width: 900px !important;
  margin-left: 0px !important;
  margin: 0 auto !important;
}

.marketplace .my-course-item .btn-action {
  width: 186px;
}
.marketplace .my-course-item .btn-action:hover {
  color: #fff !important;
}

.name-label-responsive {
  display: none;
}

.no-left-radius {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.no-right-radius {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.show-on-mobile {
  display: none !important;
}

.show-on-tablet {
  display: none !important;
}

.RadMenu .rmRootGroup .rmItem .rmGroup {
  width: inherit;
}

.face-to-face .my-course-container, .online-course .my-course-container {
  display: flex;
}
.face-to-face .my-course-container .column2, .online-course .my-course-container .column2 {
  width: 100%;
}
.face-to-face .my-course-container .column2 ul li, .online-course .my-course-container .column2 ul li {
  padding: 5px 0;
}
.face-to-face .my-course-container .column2 ul li > div, .online-course .my-course-container .column2 ul li > div {
  display: flex;
}
.face-to-face .progress-panel, .online-course .progress-panel {
  padding: 10px 0;
}
.face-to-face .progress-panel .progress-info, .online-course .progress-panel .progress-info {
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.face-to-face .progress-panel .progress-info.in-prorgess, .online-course .progress-panel .progress-info.in-prorgess {
  background-color: #f15c25;
}
.face-to-face .progress-panel .progress-info.completed, .online-course .progress-panel .progress-info.completed {
  background-color: #4cda64;
}
.face-to-face .progress-panel .progress-v2, .online-course .progress-panel .progress-v2 {
  margin-bottom: 10px;
  width: 100%;
}
.face-to-face .progress-panel .progress-v2 .estimated-time, .online-course .progress-panel .progress-v2 .estimated-time {
  font-size: 0.85em;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.face-to-face .progress-panel .progress-v2 .progress, .online-course .progress-panel .progress-v2 .progress {
  width: 100%;
}
.face-to-face .progress-panel .progress-v2 .progress .bar, .online-course .progress-panel .progress-v2 .progress .bar {
  background-color: #ec127e !important;
}
.face-to-face .progress-panel button, .online-course .progress-panel button {
  width: 100%;
  padding: 11px;
  font-size: 13px;
  font-family: "Lato", sans-serif !important;
  font-weight: bold;
}
.face-to-face .progress-panel button.btn-primary, .online-course .progress-panel button.btn-primary {
  color: #fff !important;
  background-color: #ec127e;
  background-image: -moz-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec127e), to(rgb(188.6141732283, 14.3858267717, 100.7007874016)));
  background-image: -webkit-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: -o-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-image: linear-gradient(to bottom, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffec127e",endColorstr="#ffbd0e65",GradientType=0);
  border-color: #bd0e65 #bd0e65 #76093f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = true);
}
.face-to-face .progress-panel button.btn-primary:hover, .face-to-face .progress-panel button.btn-primary:active, .face-to-face .progress-panel button.btn-primary.active, .online-course .progress-panel button.btn-primary:hover, .online-course .progress-panel button.btn-primary:active, .online-course .progress-panel button.btn-primary.active {
  background-color: rgb(188.6141732283, 14.3858267717, 100.7007874016);
}
.face-to-face .progress-panel button i, .online-course .progress-panel button i {
  background: rgb(240.4724409449, 64.5275590551, 151.6929133858);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 29px;
  text-align: center;
}
.face-to-face .event-list table tr td:nth-child(3), .online-course .event-list table tr td:nth-child(3) {
  width: 250px;
}
.face-to-face .event-list table tr td button, .online-course .event-list table tr td button {
  width: 100%;
}
.face-to-face .event-list table tr td a, .online-course .event-list table tr td a {
  color: #ec127e;
  text-decoration: underline;
}
.face-to-face table, .online-course table {
  width: 100%;
}
.face-to-face table tr td .text-not-started, .online-course table tr td .text-not-started {
  color: #b8b8b8;
}
.face-to-face table tr td .text-in-prorgess, .online-course table tr td .text-in-prorgess {
  color: #f15c25;
}
.face-to-face table tr td .text-completed, .online-course table tr td .text-completed {
  color: #4cda64;
}
.face-to-face table tr td .text-failed, .online-course table tr td .text-failed {
  color: #ff0000;
}
.face-to-face table tr td > div > span > a:not(.btn), .online-course table tr td > div > span > a:not(.btn) {
  color: #ec127e !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.face-to-face .venue, .online-course .venue {
  background: #ebebeb;
  padding: 20px 25px;
}
.face-to-face .venue .venue-detail .title-container, .online-course .venue .venue-detail .title-container {
  display: flex;
}
.face-to-face .venue .venue-detail .title-container h3, .online-course .venue .venue-detail .title-container h3 {
  width: 100%;
}
.face-to-face .venue .venue-detail .venue-location table td, .online-course .venue .venue-detail .venue-location table td {
  vertical-align: top;
}
.face-to-face .venue .venue-detail .venue-location table td:first-child, .online-course .venue .venue-detail .venue-location table td:first-child {
  width: 34%;
}
.face-to-face .venue ul, .online-course .venue ul {
  list-style: none;
  margin: 0;
}
.face-to-face .venue .embed-map, .online-course .venue .embed-map {
  border: 1px solid #b8b8b8;
}
.face-to-face .trainer .imageContainer, .online-course .trainer .imageContainer {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: solid 1px #b8b8b8;
}
.face-to-face .trainer .title, .face-to-face .trainer .title-text, .online-course .trainer .title, .online-course .trainer .title-text {
  font-size: 16px !important;
  color: #000 !important;
  font-family: Arial, sans-serif !important;
  line-height: 28px;
}
.face-to-face .trainer .bio-text, .online-course .trainer .bio-text {
  color: #4f535f !important;
  font-family: "Lato", sans-serif;
  font-size: 1.125em !important;
}
.face-to-face .trainer h5, .online-course .trainer h5 {
  margin-bottom: 0;
  font-size: 18px !important;
  color: #000;
}
.face-to-face .badge, .online-course .badge {
  font-size: 13px !important;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}
.face-to-face .badge.not-started, .online-course .badge.not-started {
  background: #b8b8b8;
}
.face-to-face .badge.in-progress, .online-course .badge.in-progress {
  background: #f15c25;
}
.face-to-face .badge.completed, .online-course .badge.completed {
  background: #4cda64;
}
.face-to-face .badge.failed, .online-course .badge.failed {
  background: #ff0000;
}

.my-course-item {
  height: auto !important;
  position: relative;
  /*width: 200px !important;*/
}
.my-course-item.ie {
  width: 233px !important;
}
.my-course-item.ie .bookbg {
  width: 100% !important;
}
.my-course-item .triangle-front i {
  top: -62px;
  left: 12px;
}
.my-course-item .bookbg {
  z-index: 20;
  background: white;
  /*width: 100% !important;*/
}
.my-course-item a.no-decoration {
  height: auto;
  display: block;
  margin-bottom: 25px;
}
.my-course-item a {
  margin-bottom: 0 !important;
}
.my-course-item .actions-control {
  width: 100%;
}
.my-course-item .actions-control a.btn {
  width: 100%;
}

.actions-control {
  font-size: 0.8666666667em !important;
  min-height: 30px;
}
.actions-control > a {
  font-weight: bold;
}
.actions-control.btn-group > .btn-action {
  background: #e8e9e4 !important;
  /*width: 200px !important;*/
}
.actions-control.btn-group > .btn-action:hover {
  color: #000 !important;
}
.actions-control.btn-group > .btn-action > i[class*=ss-] {
  color: #969792;
}
.actions-control .dropdown-toggle::after {
  display: none;
}
.actions-control.show {
  display: inline-block !important;
}
.actions-control.show .dropdown-menu {
  display: block;
}
.actions-control .dropdown-menu {
  font-size: 15px;
}
.actions-control .dropdown-menu li {
  padding: 3px 7px;
  text-align: left;
  font-size: 0.8666666667em !important;
}
.actions-control .dropdown-menu li > a {
  display: block !important;
  text-decoration: none;
}
.actions-control .dropdown-menu li > a > i[class*=ss-] {
  margin-right: 10px;
}
.actions-control .dropdown-menu li > a:hover {
  text-decoration: none;
  background: #5f6168;
  color: #fff;
}
.actions-control .dropdown-menu li:first-child {
  font-size: 0.8em !important;
  font-weight: bold;
}

.venue {
  background: #ebebeb;
  padding: 20px 25px;
}
.venue .venue-detail .title-container {
  display: flex;
}
.venue .venue-detail .title-container h3 {
  width: 100%;
}
.venue ul {
  list-style: none;
  margin: 0;
}
.venue ul li {
  font-size: 15px;
  padding: 1px 0;
  font-family: "Lato", sans-serif;
}
.venue ul li strong {
  color: #000;
  font-family: Arial, sans-serif;
  width: 115px;
  display: inline-block;
}
.venue .embed-map {
  border: 1px solid #b8b8b8;
}

.trainer .imageContainer {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: solid 1px #b8b8b8;
}
.trainer .title, .trainer .title-text {
  font-size: 18px !important;
  color: #000 !important;
  font-family: Arial, sans-serif !important;
  line-height: 28px;
}
.trainer .bio-text {
  color: #4f535f !important;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.trainer h5 {
  margin-bottom: 0;
  font-size: 18px !important;
  color: #000;
}

.progress-panel .info-pack {
  background: #e6e6e4;
  padding: 15px;
}
.progress-panel .info-pack h6 {
  font-size: 15px !important;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #4f535f;
}
.progress-panel .info-pack .download i {
  color: #ec127e;
  margin-right: 7px;
  font-size: 12px;
}
.progress-panel .info-pack .download a {
  color: #4f535f;
  font-size: 12px !important;
  text-decoration: underline;
  font-family: Arial, sans-serif;
}
.progress-panel .info-pack .download a:hover {
  background: #e6e6e4 !important;
}

ul.ftf-description-list {
  list-style: none;
  text-align: left;
  margin: 0;
}
ul.ftf-description-list li {
  /*font-size: 15px;*/
  font-size: 1em !important;
  color: #5e616b;
  display: flex;
  line-height: 25px;
}
ul.ftf-description-list li i {
  text-align: left;
  margin-right: 12px;
}
ul.ftf-description-list li a {
  color: #000;
  text-decoration: underline;
}
ul.ftf-description-list li .italic-text {
  font-size: 17px;
  margin-right: 0;
}
ul.ftf-description-list.one-item li {
  font-size: 20px !important;
  line-height: 35px;
}

@media (max-width: 1024px) {
  body > form {
    overflow-x: hidden;
  }
  .modal {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    border: 10px solid transparent !important;
    box-shadow: none !important;
  }
  h1 {
    font-size: 2em !important;
  }
  .show-on-tablet {
    display: block !important;
  }
  .hide-on-tablet {
    display: none !important;
  }
  .tablet-flex {
    display: flex;
  }
  .tablet-width-100px {
    width: 100px !important;
  }
  .tablet-no-left-radius {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .tablet-no-right-radius {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .tablet-margin-bottom-10 {
    margin-bottom: 10px !important;
  }
  .tablet-margin-bottom-30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 769px) {
  .show-on-mobile {
    display: block !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .mobile-flex {
    display: flex;
  }
  .mobile-no-left-radius {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .mobile-no-right-radius {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
@media (max-width: 767px) {
  .container-footer .last {
    text-align: left !important;
  }
  .container-footer .info {
    padding: 20px !important;
  }
  .container-footer .info .powered {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  .container-first .info, .container-second .info {
    display: grid;
  }
}
@media (max-width: 1025px) {
  .start-course-btn-resp .buttons {
    width: 200px !important;
    padding: 0 10px;
  }
  .start-course-btn-resp .buttons a {
    width: 200px !important;
  }
  .top-container {
    display: flex !important;
  }
  .info-block-container {
    display: block !important;
    padding: 0 10px;
    font-size: 0.8em;
  }
  .info-block-container-resp {
    display: none !important;
  }
  .course-overview .info-row2 > div > div {
    white-space: nowrap;
    display: -webkit-box;
    line-height: 1;
    width: 100%;
    margin-bottom: 5px;
  }
  .course-overview .info-row2 > div > div label {
    width: 50%;
  }
  .course-overview .info-row2 > div > div:last-child {
    width: 100% !important;
  }
  .validationSummaryContainer {
    position: absolute;
    width: 100%;
  }
  .validationSummaryContainer .alert {
    width: 100%;
  }
  .contactus-cover .validationSummaryContainer {
    display: none !important;
  }
  .modal {
    width: 100% !important;
    left: 0 !important;
    top: 65px !important;
    margin: 0 !important;
    max-height: 100% !important;
    border: 10px solid transparent !important;
    box-shadow: none !important;
    z-index: 10050 !important;
  }
  .modal-backdrop {
    z-index: 999 !important;
  }
  .column2 {
    width: 100% !important;
    margin-left: 1rem !important;
  }
  .course-overview .left-bar {
    width: 100% !important;
    padding: 25px !important;
  }
  .according-content.hidden {
    display: none;
  }
  .container-page {
    width: 100%;
    min-width: 100%;
    margin-top: 55px !important;
  }
  .page-size {
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    padding: 0 !important;
  }
  .container-first, .container-second {
    display: flex !important;
  }
  .container-first .item, .container-second .item {
    width: 33% !important;
    float: left !important;
    padding: 10px;
  }
  .container-first .info, .container-second .info {
    height: 100%;
  }
  .header {
    padding: 0 10px !important;
  }
  .marketplace-search .search .dropdown .dropdown-description {
    width: 100% !important;
  }
  .marketplace-search .search .dropdown .dropdown-menu ul {
    width: 100% !important;
  }
  .marketplace-search .search .dropdown .dropdown-menu ul > li {
    padding-left: 0 !important;
  }
  .marketplace-search .search .dropdown .dropdown-menu ul > li a {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .marketplace-search .search .dropdown .dropdown-menu ul > li a span {
    white-space: normal;
  }
  .marketplace-search .search .dropdown .dropdown-menu ul > li ul li a {
    padding-left: 20px !important;
  }
  .left-side {
    float: left !important;
    width: 70% !important;
  }
  .right-side {
    float: right !important;
    width: 30% !important;
  }
  .container-footer .navbar {
    padding-top: 25px !important;
  }
  .container-footer .links {
    padding: 0 20px !important;
  }
  .container-footer .links ul {
    display: block !important;
  }
  .container-footer .info {
    padding: 20px !important;
  }
}
@media (max-width: 769px) {
  #jp_video_0,
  #jp_poster_0,
  .jp-jplayer,
  .jp-video-play-fix-inside,
  .jp-video-play-fix,
  .jPlayer {
    width: 100% !important;
  }
  .content-bar-call,
  .content-bar-connect {
    width: 100% !important;
    text-align: center !important;
    background: #30323a !important;
  }
  .start-course-btn-resp .buttons {
    width: 100% !important;
    padding: 0;
  }
  .start-course-btn-resp .buttons a {
    width: 100% !important;
  }
  .news-list .right-side {
    display: none !important;
  }
  table.news-list tr {
    display: grid !important;
  }
  table.news-list tr td {
    width: 100% !important;
    padding: 0 !important;
  }
  .tc:not(.page-size) {
    display: none;
  }
  .container-first {
    display: block !important;
  }
  .container-second {
    display: flex !important;
  }
  .container-first .item, .container-second .item {
    width: 100% !important;
    float: left !important;
    padding: 5px;
  }
  .header .content {
    width: 100%;
  }
  .marketplace-search {
    width: 100%;
  }
  .marketplace-search .search {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .marketplace-search .search .dropdown {
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
  .marketplace-search .search .dropdown a, .marketplace-search .search .dropdown input {
    width: 100% !important;
  }
  .marketplace-search .search .dropdown button {
    right: 5px;
    left: unset;
  }
  .main-table {
    display: block !important;
  }
  .main-table .left-side {
    float: left !important;
    width: 100% !important;
    padding: 25px 25px 0 25px !important;
  }
  .main-table .left-side textarea {
    width: 100% !important;
  }
  .main-table .right-side {
    display: none !important;
    float: left !important;
    width: 100% !important;
    padding: 0 25px 25px 25px !important;
  }
  .main-table .right-side > table {
    margin-left: 0 !important;
  }
}
@media (max-width: 577px) {
  .alert-success .close {
    top: 0 !important;
    position: absolute !important;
    width: 100% !important;
    text-align: right !important;
    margin: 0 -15px !important;
  }
}
.testimonials {
  width: 200px;
  padding: 20px 20px;
  line-height: 1.5;
  background: #e6e6e4;
  margin-top: 20px;
}
.testimonials h2 {
  margin-top: 0px;
}
.testimonials .testimonial_author {
  color: #5f6168;
  margin-bottom: 10px;
}
.testimonials h2 {
  font-size: 1.3333333333em !important;
  font-style: normal;
  margin-top: 0px;
}
.testimonials .courseDetailBlock {
  font-size: 0.8em !important;
}

.testimonials-face-to-face {
  width: 100% !important;
}
.testimonials-face-to-face h2 {
  padding: 0 25px !important;
  color: gray;
  font-size: 1em !important;
}
.testimonials-face-to-face .dots-container {
  text-align: center;
}
.testimonials-face-to-face .dots-container .dots {
  display: inline-flex;
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.testimonials-face-to-face .dots-container .dots .dot {
  width: 10px;
  height: 10px;
  background: #b7b7b7;
  border-radius: 50%;
  margin: 2px;
}
.testimonials-face-to-face .dots-container .dots .dot.active {
  background: gray;
}
.testimonials-face-to-face .testimonials-content {
  position: relative;
}
.testimonials-face-to-face .testimonials-content .navigation {
  z-index: 1000;
  top: 40px;
  position: absolute;
  width: 100%;
}
.testimonials-face-to-face .testimonials-content .navigation a {
  text-decoration: none;
}
.testimonials-face-to-face .testimonials-content .navigation a[title=prev] {
  font-size: 0;
  float: left;
  color: gray;
}
.testimonials-face-to-face .testimonials-content .navigation a[title=prev]:before {
  content: "◅";
  font-family: "SSPika";
  font-size: 15px;
}
.testimonials-face-to-face .testimonials-content .navigation a[title=prev]:hover {
  text-decoration: none !important;
  color: #ec127e;
}
.testimonials-face-to-face .testimonials-content .navigation a[title=prev]:active, .testimonials-face-to-face .testimonials-content .navigation a[title=prev]:focus {
  text-decoration: none !important;
}
.testimonials-face-to-face .testimonials-content .navigation a[title=next] {
  font-size: 0;
  float: right;
  color: gray;
}
.testimonials-face-to-face .testimonials-content .navigation a[title=next]:before {
  content: "▻";
  font-family: "SSPika";
  font-size: 15px;
}
.testimonials-face-to-face .testimonials-content .navigation a[title=next]:hover {
  text-decoration: none !important;
  color: #ec127e;
}
.testimonials-face-to-face .testimonials-content .navigation a[title=next]:active, .testimonials-face-to-face .testimonials-content .navigation a[title=next]:focus {
  text-decoration: none !important;
}
.testimonials-face-to-face .rrRelativeWrapper {
  width: 900px !important;
}
.testimonials-face-to-face .rrRelativeWrapper .rrClipRegion ul li.rrItem .testimonialContent {
  padding: 0 25px !important;
}

.course-overview .left-bar {
  width: 100% !important;
  float: left;
}

@media (max-width: 588px) {
  .top-container {
    display: block !important;
  }
  .course-overview .left-bar {
    width: 100% !important;
    float: left;
  }
  .column2 .course-name h2 {
    color: #000 !important;
    font-family: "Lato", sans-serif !important;
    font-size: 30px !important;
  }
}
.actions-control {
  font-size: 0.8666666667em !important;
  min-height: 30px;
}
.actions-control > a {
  font-weight: bold;
}
.actions-control.btn-group > .btn-action {
  text-decoration: none !important;
  background: #e8e9e4 !important;
  /*width: 200px !important;*/
}
.actions-control.btn-group > .btn-action:hover {
  color: #000 !important;
}
.actions-control.btn-group > .btn-action > i[class*=ss-] {
  color: #969792;
}
.actions-control .dropdown-toggle::after {
  display: none;
}
.actions-control.show {
  display: inline-block !important;
}
.actions-control.show .dropdown-menu {
  display: block;
}
.actions-control .dropdown-menu {
  font-size: 15px;
}
.actions-control .dropdown-menu li {
  padding: 3px 7px;
  text-align: left;
  font-size: 0.8666666667em !important;
}
.actions-control .dropdown-menu li > a {
  display: block !important;
  color: #000 !important;
  text-decoration: none !important;
}
.actions-control .dropdown-menu li > a > i[class*=ss-] {
  margin-right: 10px;
}
.actions-control .dropdown-menu li > a:hover {
  text-decoration: underline !important;
  background: #5f6168 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.actions-control .dropdown-menu li:first-child {
  font-size: 0.8em !important;
  font-weight: bold;
}

.marketplace-search .show .dropdown-menu {
  display: flex !important;
}

#modalPersonalUse .center button {
  white-space: normal !important;
}
