﻿@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;
  }
}
/* Ccca Extension */
.btn {
  font-size: 0.9em;
}

.datetime-container {
  display: grid;
}
.datetime-container .datetime-part {
  float: left;
}
.datetime-container .time-part {
  white-space: nowrap;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0;
}

body {
  background-color: #fff;
  overflow-y: scroll;
  line-height: 1.5333333333em;
  font-size: 0.9375em !important;
}

.OverTheRainBowTestFont {
  font-family: "Over the Rainbow", cursive;
  font-size: 2.3333333333em !important;
}

.ActionText .alphabetPagerLink {
  color: #ec127e;
  font-weight: 600;
}

.bottomHorizontalTwoLineBorder {
  background-image: url(/cdn/Images/Layout/PrivateArea/DividerHorizontalLine.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.bottomHorizontalTwoLineBorder.fullWidth {
  width: 100%;
}
.bottomHorizontalTwoLineBorder.bottomSpace {
  padding-bottom: 5px;
}

.inlineContainer {
  display: block;
  padding-top: 5px;
}
.inlineContainer > .containerItem {
  display: inline-block;
}

a {
  color: #000;
  text-decoration: underline;
}

.nav a, a.btn, .left-side-nav a {
  text-decoration: none;
}

a:hover {
  color: #ec127e;
}

a.normal-link, .normal-link a {
  color: #000;
}

a.normal-link:hover, .normal-link a:hover {
  color: #ec127e;
  background: none;
  text-decoration: underline;
}

a.normal-link-white, .normal-link-white a, a.normal-link-white:hover, .normal-link-white a:hover {
  color: white;
}

a.normal-link-grey, .normal-link-grey a {
  color: #4f535f;
}
a.normal-link-grey:hover, .normal-link-grey a:hover {
  background: none;
  text-decoration: underline;
}

.account-guide-block {
  width: 50%;
  float: left;
  margin-top: 30px;
}
.account-guide-block h3 {
  font-size: 1.2em !important;
}
.account-guide-block.reports {
  margin-top: 8px;
}
.account-guide-block.reports h3 {
  font-size: 1.3333333333em !important;
}
.account-guide-block.reports.full-width {
  width: 100%;
}
.account-guide-block.reports.full-width ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.account-guide-block ul {
  margin-bottom: 30px;
  list-style: disc;
  color: #ec127e;
}
.account-guide-block ul li {
  margin-bottom: 20px;
}
.account-guide-block .link {
  color: #ec127e;
  text-decoration: none;
  font-size: 1.2em !important;
}
.account-guide-block .link:hover {
  text-decoration: underline;
}
.account-guide-block .linkBlock {
  display: block;
  float: left;
}
.account-guide-block .linkLabel {
  color: #000000;
  text-decoration: none;
  font-size: 0.9333333333em !important;
}
.account-guide-block .circle {
  margin-left: 10px;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 0.5333333333em !important;
  line-height: 21px;
  text-align: center;
  background-color: #4cda64;
  color: #ffffff;
}
.account-guide-block .greenBox {
  font-weight: bold;
  position: relative;
  top: -4px;
  margin-left: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 0.4666666667em !important;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #4cda64;
  color: #ffffff;
}

.form-line {
  display: block;
  margin-bottom: 20px;
}
.form-line.no-bottom-margin {
  margin-bottom: 0px;
}
.form-line [class*=column] {
  display: inline-block;
  vertical-align: middle;
}
.form-line [class*=column] > .inner-label {
  font-weight: 700;
  padding-bottom: 10px;
}
.form-line .column-top {
  vertical-align: top;
}
.form-line .column-text-top {
  vertical-align: text-top;
}
.form-line .column-text-bottom {
  vertical-align: text-bottom;
}
.form-line .column-100 {
  width: 100px;
}
.form-line .column-150 {
  width: 150px;
}
.form-line .column-200 {
  width: 200px;
}
.form-line .column-300 {
  width: 300px;
}
.form-line .column-auto {
  width: auto;
}
.form-line .column-right {
  margin-left: 20px;
}
.form-line .inlineElement {
  display: inline-block;
}
.form-line small {
  font-size: 90%;
  font-weight: 400;
}
.form-line input {
  margin-bottom: 0px;
}
.form-line label {
  padding-top: 0px;
  font-weight: 700;
}
.form-line label > input[type=text],
.form-line label > input[type=url],
.form-line label > textarea {
  margin-left: 20px;
}
.form-line label.radio, .form-line label.checkbox {
  font-weight: 400;
}

.left-nav-deck {
  position: fixed;
  left: 0px;
  right: 50%;
  background-color: white;
  margin-right: 482px;
  z-index: 10000;
  height: 100%;
}

.container-page > .page-size > .container-content {
  height: inherit;
}
.container-page > .page-size > .container-content #summary {
  margin-top: 10px;
  /*.nav-tabs
  {
      margin-top: 0px;
      margin-bottom: 0;
  }*/
}
.container-page > .page-size > .container-content #summary h3 {
  margin: 10px 0;
}
.container-page > .page-size > .container-content #summary table {
  width: 100%;
  border-collapse: separate;
  *border-collapse: collapse;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-spacing: inherit;
}
.container-page > .page-size > .container-content #summary table tr th, .container-page > .page-size > .container-content #summary table tr td {
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.container-page > .page-size > .container-content #summary table tr th {
  /* fallback */
  background-color: #ecece8;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecece8), to(#e4e4e0));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ecece8, #e4e4e0);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ecece8, #e4e4e0);
  /* IE 10 */
  background: -ms-linear-gradient(top, #ecece8, #e4e4e0);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ecece8, #e4e4e0);
  padding: 8px 3px;
  font-size: 0.8666666667em !important;
}
.container-page > .page-size > .container-content #summary table tr th.highlighted {
  color: white;
  background-color: #ec127e;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ec127e), to(rgb(188.6141732283, 14.3858267717, 100.7007874016)));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  /* IE 10 */
  background: -ms-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ec127e, rgb(188.6141732283, 14.3858267717, 100.7007874016));
}
.container-page > .page-size > .container-content #summary table tr td {
  background-color: #fff;
}
.container-page > .page-size > .container-content #summary table tr th:first-child {
  border-top-left-radius: 5px;
}
.container-page > .page-size > .container-content #summary table tr th:last-child {
  border-top-right-radius: 5px;
}
.container-page > .page-size > .container-content #summary table tr th:last-child, .container-page > .page-size > .container-content #summary table tr td:last-child {
  border-right: 1px solid #c2c2c2;
}
.container-page > .page-size > .container-content #summary table tr td.info.summary {
  font-size: 1.8666666667em !important;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
}
.container-page > .page-size > .container-content #summary table tr td.info.summary.text {
  font-size: inherit;
}
.container-page > .page-size > .container-content #summary table tr td.info.small {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
}
.container-page > .page-size > .container-content #summary table tr td.info.small.text {
  font-size: inherit;
}
.container-page > .page-size > .container-content #summary table tr td.info.detailed {
  text-align: left;
  padding: 8px 16px 12px 18px;
  vertical-align: top;
}
.container-page > .page-size > .container-content #summary table tr td.info.detailed div {
  margin: 0;
  padding: 0;
  font-size: 0.8666666667em !important;
  line-height: 16px;
}
.container-page > .page-size > .container-content #summary table tr td.info.detailed div strong {
  margin-right: 6px;
}
.container-page > .page-size > .container-content #summary table tr:last-child > td {
  border-bottom: 1px solid #c2c2c2;
}
.container-page > .page-size > .container-content .nav-tabs {
  display: flex;
  width: 100%;
  text-align: center;
  vertical-align: central;
  margin-top: 30px;
  font-family: "Lato", sans-serif;
  font-size: 0.9333333333em !important;
  font-weight: bold;
  border-bottom: solid 1px #c2c2c2;
}
.container-page > .page-size > .container-content .nav-tabs a.singleasmultiline {
  line-height: 42px;
}
.container-page > .page-size > .container-content .nav-tabs > .li3 {
  width: 32.95%;
}
.container-page > .page-size > .container-content .nav-tabs > .li4 {
  width: 24.83%;
}
.container-page > .page-size > .container-content .nav-tabs > .li5 {
  width: 19.9%;
}
.container-page > .page-size > .container-content .nav-tabs > .li6 {
  width: 16.5%;
}
.container-page > .page-size > .container-content .nav-tabs > li {
  display: inline-block;
  height: 100%;
  /* fallback */
  background-color: #ecece8;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecece8), to(#e4e4e0));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ecece8, #e4e4e0);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ecece8, #e4e4e0);
  /* IE 10 */
  background: -ms-linear-gradient(top, #ecece8, #e4e4e0);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ecece8, #e4e4e0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: -1px;
}
.container-page > .page-size > .container-content .nav-tabs > li > a {
  vertical-align: middle;
  line-height: 21px;
  border: 0;
  font-size: 0.9333333333em !important;
  padding: 5px 0px;
  margin: 0;
  display: block;
}
.container-page > .page-size > .container-content .nav-tabs > li:first-child {
  border-top-left-radius: 3px;
  border-left: 1px solid #c2c2c2;
}
.container-page > .page-size > .container-content .nav-tabs > li:last-child {
  border-top-right-radius: 3px;
  border-right: 1px solid #c2c2c2;
}
.container-page > .page-size > .container-content .nav-tabs > li.active-link {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #f3f3f2;
}
.container-page > .page-size > .container-content .nav-tabs > li.active-link > a {
  color: #ec127e;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.container-page > .page-size > .container-content .topMenu {
  height: inherit;
}
.container-page > .page-size > .container-content .topMenu .btnSave {
  text-align: right;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
}
.container-page > .page-size > .container-content .topMenu > .topSide {
  height: 80px;
  display: block;
  background: url(/cdn/Images/Layout/PrivateArea/darkbg.png) repeat;
  color: #aaaaaa;
  width: 964px;
}
.container-page > .page-size > .container-content .topMenu > .topSide .topButton {
  display: table-cell;
  height: 80px;
  width: 80px;
  font-size: 1.6em !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: url(/cdn/Images/Layout/PrivateArea/vr.png) right repeat-y;
  color: #aaaaaa;
  text-decoration: none;
}
.container-page > .page-size > .container-content .topMenu > .topSide .topButton:hover {
  color: #fff;
  text-decoration: none;
  background-color: #28292e;
}
.container-page > .page-size > .container-content .topMenu > .topSide .topButton.menu {
  width: 100px;
}
.container-page > .page-size > .container-content .topMenu > .topSide .topButton .topButtonText {
  font-size: 0.55em;
  display: inline-block;
  text-align: left;
  line-height: 1em;
}
.container-page > .page-size > .container-content .topMenu .bottomSide {
  display: block;
  background-color: #f3f3f2;
  background-repeat: repeat;
  padding: 10px 30px 0px 30px;
  min-height: 500px;
  height: inherit;
}
.container-page > .page-size > .container-content .topMenu .bottomSide.learner {
  background: url(/cdn/Images/Layout/PrivateArea/componentbg.png) repeat;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .validationSummary {
  /*width: 100%;
  padding: 0px;*/
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideContainer {
  min-height: 700px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide h6 {
  font-size: 1.2em !important;
  font-weight: 400;
  color: inherit;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .basicDetail {
  padding-left: 60px;
  padding-right: 60px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .basicDetail > .basicHeader {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended {
  height: inherit;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedHeader {
  min-height: 100px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedHeader h2 {
  width: 800px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedHeader div {
  padding-bottom: 10px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer {
  height: inherit;
  display: table;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu {
  width: 300px;
  padding: 30px;
  padding-left: 0px;
  display: table-cell;
  vertical-align: top;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .mainSection {
  color: #4f535f;
  font-family: Arial, sans-serif;
  font-size: 0.8666666667em !important;
  font-weight: 700;
  width: 100%;
  padding: 15px 0px;
  display: block;
  background-color: #f3f3f2;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .mainSection:hover {
  background-color: #ededec;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .selectedSection {
  background-color: #ededec;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline {
  font-size: 0.8666666667em !important;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline .btn {
  font-size: 1.0384615385em !important;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-static {
  padding: 10px;
  margin-top: -30px;
  margin-right: -20px;
  height: 53px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-static::after {
  display: block;
  content: "";
  clear: both;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-insider {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-insider .popover-content button {
  width: 100%;
  margin: auto;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-title {
  padding-top: 5px;
  width: 100%;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-fixed .container {
  background: #f3f3f2;
  border-bottom: 1px solid #cccccb;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-fixed .container::after {
  display: block;
  content: "";
  clear: both;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-fixed .container .component-headline-fixed-add {
  width: 301px;
  margin-left: 30px;
  padding: 10px 20px 10px 10px;
  font-size: 0.8666666667em !important;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border-right: 1px solid #cccccb;
  float: left;
  margin-right: 30px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .component-headline-fixed .container .component-headline-fixed-name {
  font-size: 1.2em !important;
  color: black;
  padding-top: 13px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .RadUpload .ruBrowse {
  width: 70px;
  cursor: pointer;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .RadUpload .ruBrowse.ruButtonHover {
  color: #61636b;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedLeftMenu .RadUpload .ruStyled .ruFileInput {
  cursor: pointer;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent {
  width: 604px;
  padding: 30px;
  padding-bottom: 0px;
  padding-right: 0px;
  background-image: url(/cdn/Images/Layout/PrivateArea/WhiteGadientBackgroundWithBorder.png);
  background-repeat: repeat-y;
  display: table-cell;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent > .addNewPage {
  margin-top: 20px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .topSpacer, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .topSpacer {
  background-image: url(/cdn/Images/Layout/PrivateArea/DividerHorizontalLine.png);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 10px;
  margin-top: 20px !important;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetImage .mainImage, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetImage .mainImage {
  max-width: 100%;
  padding-bottom: 25px;
  text-align: center;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetImage .mainImage > img.img-polaroid, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetImage .mainImage > img.img-polaroid {
  max-width: 100%;
  box-sizing: border-box;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetImageGallery .imageGallery, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetImageGallery .imageGallery {
  margin-bottom: 25px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetImageGallery .nav-tabs, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetImageGallery .nav-tabs {
  margin-bottom: 0px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetImageGallery .nav-tabs li.active, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetImageGallery .nav-tabs li.active {
  font-weight: 700;
  /*background-color:$lmsTabBgColor;*/
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetImageGallery .tab-content div.tab-pane, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetImageGallery .tab-content div.tab-pane {
  padding-top: 20px;
  padding-left: 10px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetImageGallery .tab-content div.active, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetImageGallery .tab-content div.active {
  background-color: #F3F3F2;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetVideo .mainVideo, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetVideo .mainVideo {
  text-align: center;
  padding-bottom: 25px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetAudio .mainAudio, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetAudio .mainAudio {
  text-align: center;
  padding-bottom: 25px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetDocument small.documentInfo span, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetDocument small.documentInfo span {
  padding-right: 5px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetDocument small.documentInfo span.smallLabel, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetDocument small.documentInfo span.smallLabel {
  font-weight: 700;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .assetDocument small.documentInfo span.fileInfo a, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .assetDocument small.documentInfo span.fileInfo a {
  color: inherit;
  padding-right: 5px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponentPage .page-content-panel, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .page-content-panel {
  /*
  > .assessment-dark-box {
      padding: 25px;
      padding-bottom: 15px;
      //background: $gray;
      //color: white;
      margin-bottom: 25px;

      h3, h4, h5, label, a {
          //color: white;
      }

      hr {
          //border-top: 1px solid #333;
          //border-bottom: 1px solid #777;
      }

      a.btn-showmore {
          color: $linkColor;
      }

      .showsummary-holder {
          border-top: #777 solid 1px;
      }

      .showsummary-holder-pre {
          border-bottom: 1px solid #333;
      }

      .expanded-border {
          background: #777;

          div {
              border-bottom: #777 solid 15px;
          }
      }
  }*/
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .btn-add-question, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .page-content-panel .btn-add-question {
  width: 573px;
  height: 71px;
  background: url(/cdn/images/layout/privatearea/AddQuestionBg.png) no-repeat top;
  border: none;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .btn-add-question:hover, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .page-content-panel .btn-add-question:hover {
  background: url(/cdn/images/layout/privatearea/AddQuestionBgH.png) no-repeat top;
  color: black;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .asset-dock .btn-add-question, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .page-content-panel .asset-dock .btn-add-question {
  width: 560px;
  background: url(/cdn/images/layout/privatearea/AddQuestionBgQuiz.png) no-repeat top;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .asset-dock .btn-add-question:hover, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .page-content-panel .asset-dock .btn-add-question:hover {
  background: url(/cdn/images/layout/privatearea/AddQuestionBgQuizH.png) no-repeat top;
  color: black;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent .stepNumber, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .page-content-panel .stepNumber {
  width: 52px;
  font-size: 1.7333333333em !important;
  padding-top: 27px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent div.answer-options-validation-block, .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .page-content-panel div.answer-options-validation-block {
  border: solid 1px rgba(0, 0, 0, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .courseComponent div.answer-options-validation-block[data-val-isvalid=false], .container-page > .page-size > .container-content .topMenu .bottomSide .bottomSideExtended > .extendedContentContainer > .extendedContent .page-content-panel div.answer-options-validation-block[data-val-isvalid=false] {
  margin-bottom: 10px;
}
.container-page > .page-size > .container-content .topMenu .addContentItem {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  background-image: url(/cdn/Images/Layout/PrivateArea/DividerHorizontalLine.png);
  background-repeat: repeat-x;
  background-position: center;
}
.container-page > .page-size > .container-content .topMenu .addContentItem > a.add {
  display: inline-block;
  background-color: #F5F5F4;
  position: relative;
  top: 3px;
  width: 40px;
  height: 20px;
  font-size: 20px;
  color: #dfe0e1;
  text-decoration: none;
}
.container-page > .page-size > .container-content .topMenu .addContentItem > a.add:hover {
  color: #ec127e;
  cursor: pointer;
}
.container-page > .page-size > .container-content .topMenu .addContentItem > a.add.first {
  color: #ec127e;
}
.container-page > .page-size > .container-content .topMenu p.add-asset-instruction {
  padding: 0px 35px 10px 35px;
  margin-top: -15px;
  font-size: 12px;
  text-align: center;
}
.container-page > .page-size > .container-content .topMenu .stepContent .addContentItem {
  padding: 25px 0px;
}
.container-page > .page-size > .container-content .topMenu .stepContent .addContentItem > a.add {
  background-color: #ebebea;
}
.container-page > .page-size > .container-content .topMenu .bottomSaveArea {
  display: block;
  text-align: right;
  padding-right: 10px;
}
.container-page > .page-size > .container-content .left-side-nav-expanded a {
  text-decoration: underline;
  color: #aeafb4;
}
.container-page > .page-size > .container-content .left-side-nav-expanded a:hover {
  text-decoration: none;
  background-color: inherit !important;
}
.container-page > .page-size > .container-content .l2-ico a, .container-page > .page-size > .container-content .link-label a {
  text-decoration: none;
}
.container-page > .page-size > .container-content > div.leftMenu {
  height: 100%;
  border-collapse: collapse;
  padding: 0px;
  table-layout: fixed;
  display: table;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide {
  width: 80px;
  background-color: #3b3b43;
  color: #aaaaaa;
  padding: 0px;
  display: table-cell;
  vertical-align: top;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > .RadAjaxPanel {
  height: 100%;
  width: 80px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > .RadAjaxPanel > div {
  height: 100%;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav {
  height: 100%;
  width: 80px;
  position: relative;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav > #btnExpandMenu .left-nav-btn-small {
  padding: 13px 5px 11px 5px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav > a {
  font-weight: 600;
  color: #aeafb4;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav > a div.tour-highlight {
  color: #efefee;
  background-color: #474951;
  background-image: -webkit-linear-gradient(top, #474951, #34353c); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(top, #474951, #34353c); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(top, #474951, #34353c); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(top, #474951, #34353c); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(top bottom, #474951, #34353c); /* Standard syntax; must be last */
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav > a div.tour-highlight .line-text {
  color: #efefee;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav > a:hover, .container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav > a:hover .left-nav-btn .line-text {
  text-decoration: none;
  /* color: rgb(64, 67, 76); */
  color: #efefee;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav > a:hover .left-nav-btn {
  background-color: #474951; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, #474951, #34353c); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(top, #474951, #34353c); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(top, #474951, #34353c); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(top, #474951, #34353c); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(top bottom, #474951, #34353c); /* Standard syntax; must be last */
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav > a:hover .left-nav-btn-small {
  background-color: #555761; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, #555761, #4b4d56); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(top, #555761, #4b4d56); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(top, #555761, #4b4d56); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(top, #555761, #4b4d56); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(top bottom, #555761, #4b4d56); /* Standard syntax; must be last */
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn {
  text-align: center;
  border-bottom: 1px solid black;
  border-top: 1px solid #4b4d53;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn > i {
  font-size: 0.8em !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn > .line-ico {
  padding-top: 27px;
  text-align: center;
  font-size: 2em !important;
  -webkit-font-smoothing: antialiased;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn > .line-text {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 0.6666666667em !important;
  line-height: 1.6666666667em;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #aaaaaa;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn > .side-text {
  float: left;
  padding: 5px 5px 2px 7px;
  text-transform: uppercase;
  font-size: 0.6666666667em !important;
  font-family: "Lato", sans-serif;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn > .side-ico {
  float: right;
  padding: 5px 5px 2px 5px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn > .side-ico > i {
  font-size: 0.6em !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn.left-nav-btn-small {
  background: #2a2c32;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .info-num-container {
  display: table;
  background-color: #ec127e;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 50%;
  position: absolute;
  top: -45px;
  left: 45px;
  width: 30px;
  height: 30px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .info-num-container.circle3 {
  width: 34px;
  left: 43px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .info-num-container.circle4 {
  width: 40px;
  left: 38px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .info-num-container.website {
  background-color: #4cda64;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .info-num-container.website i {
  position: relative;
  top: 2px;
  left: 1px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .info-num-container > .info-num-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  font-size: 1.5333333333em !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn-selected {
  /*  background-color: rgb(239, 239, 238); */
  color: rgb(61, 63, 71);
  background-image: url("/cdn/Images/Layout/Basic/SecondAreaBackground.png");
  background-repeat: repeat;
  border-bottom: 1px solid black;
  border-top: 1px solid #4b4d53;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn-selected > .line-ico {
  padding-top: 27px;
  text-align: center;
  font-size: 2em !important;
  -webkit-text-stroke: 1px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn-selected > .line-text {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 0.6666666667em !important;
  line-height: 1.6666666667em;
  font-family: "Lato", sans-serif;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn-selected > .side-text {
  float: left;
  padding: 5px 5px 2px 5px;
  font-size: 0.6em !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn-selected > .side-ico {
  float: right;
  padding: 5px 5px 2px 5px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide > div .left-side-nav .left-nav-btn-selected > .side-ico > i {
  font-size: 0.6em !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded {
  position: absolute;
  left: -331px;
  top: 0px;
  padding-right: 11px;
  height: 100%;
  z-index: 999;
  width: 331px;
  border: 0px none;
  overflow: hidden;
  white-space: nowrap;
  color: rgb(97, 99, 107);
  background: url("/cdn/Images/Layout/PrivateArea/ExpandedMenuBackground.png") repeat-y;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > a#btnCollapseMenu .line-l1 .l1-left {
  padding-top: 6px;
  padding-bottom: 0px;
  font-size: 0.8em !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > a {
  font-weight: 600;
  /*color: $lmsGrayBorderColor !important;*/
  color: #aeafb4;
  text-decoration: none !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > a > .line-l1 {
  background-color: rgb(42, 44, 50);
  border-bottom: 1px solid black;
  border-top: 1px solid #4b4d53;
  height: 50px;
  padding: 9px 0px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > a > .line-l1 > .l1-left {
  float: left;
  padding: 5px 5px 5px 7px;
  font-weight: 600;
  font-size: 0.6em !important;
  text-transform: uppercase;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > a > .line-l1 > .l1-left > a > i {
  font-size: 0.6666666667em !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > a > .line-l1 > .l1-right {
  float: right;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 0.6em !important;
  text-decoration: none !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > a > .line-l1:hover {
  color: #efefee;
  background-color: #555761; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, #555761, #4b4d56); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(top, #555761, #4b4d56); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(top, #555761, #4b4d56); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(top, #555761, #4b4d56); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(top bottom, #555761, #4b4d56); /* Standard syntax; must be last */
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l1 {
  background-color: rgb(42, 44, 50);
  border-bottom: 1px solid black;
  border-top: 1px solid #4b4d53;
  height: 31px;
  padding: 9px 0px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l1 > .l1-left {
  float: left;
  padding: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l1 > .l1-left > a > i {
  font-size: 0.6em !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l1 > .l1-right {
  float: right;
  padding: 5px;
  font-size: 0.6em !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l1:hover {
  color: #efefee;
  /* todo: gradient
          background-color: white;
          color: rgb(61, 63, 71);
              */
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2:hover {
  color: #efefee;
  background-color: #474951; /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(top, #474951, #34353c); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(top, #474951, #34353c); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(top, #474951, #34353c); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(top, #474951, #34353c); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(top bottom, #474951, #34353c); /* Standard syntax; must be last */
  /*
      > .line-l2:hover a:hover {
              text-decoration: none;
              color: rgb(97, 99, 107);

              a {
                  color: rgb(97, 99, 107);
              }
          }
          */
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2:hover > .l2-links .link-area a {
  color: #efefee !important;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2 {
  background-color: rgb(61, 63, 71);
  border-bottom: 1px solid black;
  border-top: 1px solid #4b4d53;
  /* height: 67px; */
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2 > .l2-ico {
  float: left;
  text-align: center;
  width: 80px;
  font-size: 2em !important;
  padding-top: 30px;
  padding-bottom: 10px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2 > .l2-links > .link-label {
  font-size: 0.8em !important;
  font-weight: bold;
  vertical-align: top;
  padding-top: 20px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2 > .l2-links > .link-area {
  font-size: 0.8em !important;
  padding-bottom: 17px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2 > .l2-links > .link-area a {
  text-decoration: underline;
  color: #aeafb4;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2 > .l2-links > .link-area a:hover {
  text-decoration: none;
  background-color: inherit !important;
  /* color: rgb(61, 63, 71); */
  color: #efefee;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2-selected {
  background-image: url("/cdn/Images/Layout/Basic/SecondAreaBackground.png");
  background-repeat: repeat;
  /*  background-color: rgb(239, 239, 238); */
  border-bottom: 1px solid black;
  border-top: 1px solid #4b4d53;
  /* height: 67px; */
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2-selected > .l2-ico {
  float: left;
  text-align: center;
  width: 80px;
  font-size: 2em !important;
  padding-top: 30px;
  padding-bottom: 10px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2-selected > .l2-links > .link-label {
  font-size: 0.8em !important;
  font-weight: bold;
  vertical-align: top;
  padding-top: 20px;
  color: rgb(61, 63, 71);
}
.container-page > .page-size > .container-content > div.leftMenu > div.leftSide .left-side-nav-expanded > .line-l2-selected > .l2-links > .link-area {
  font-size: 0.8em !important;
  padding-bottom: 17px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide {
  width: 884px;
  background-image: url(/cdn/Images/Layout/Basic/SecondAreaBackground.png);
  background-repeat: repeat;
  padding: 40px;
  padding-bottom: 0px;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide .help {
  margin: -40px;
  margin-bottom: 20px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide > .rightSideContentContainer {
  height: 100%;
  position: relative;
  /*padding-bottom: 40px;*/
  /*
          .with-left-menu-footer
          {
              width: 100%;
              display: table;
              //margin-top: 30px;
              //position: absolute;
              //bottom: -70px;
              left: 0px;

               .left-side
              {
                  display: table-cell;
                  vertical-align: middle;
              }

              .right-side
              {
                  display: table-cell;
                  vertical-align: middle;
                  text-align: right;

                  > span
                  {
                      margin-left: 20px;
                      @include font-size-em(12);
                      font-family: $lmsMainFontFamily;
                  }
              }
          }

          .with-left-menu-footer a
          {
              color: inherit;
              margin-left: 20px;
              @include font-size-em(12);
              font-family: $lmsMainFontFamily;
          }

          .with-left-menu-footer a:hover
          {
              background: none;
          }                           
              */
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide > .rightSideContentContainer > div.RadAjaxPanel {
  min-height: 872px;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide .congratulationsMessage {
  margin: -40px;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #818080;
  color: #FFFFFF;
  padding-top: 0px;
  padding: 30px 50px;
  position: relative;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide .congratulationsMessage h2 {
  color: #FFFFFF;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide .congratulationsMessage span {
  display: block;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide .congratulationsMessage a {
  color: #FFFFFF;
  text-decoration: underline;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide .congratulationsMessage a#congratulationsMessageHref {
  font-size: 13px;
  margin-bottom: 12px;
  margin-top: 8px;
  display: inline-block;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide .congratulationsMessage a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide .congratulationsMessage .closeMessage {
  position: absolute;
  top: 20px;
  right: 0px;
  display: block;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide .rowdelimiter {
  border-bottom: 1px solid #fff;
}
.container-page > .page-size > .container-content > div.leftMenu > div.rightSide h3#introduction + p {
  font-size: 1em !important;
  line-height: 1.6em;
  font-family: Arial, sans-serif;
}
.container-page > .page-size > .container-content .popover-addcourse-options > .popover-inner > .popover-title {
  border-bottom: none;
  padding: 1px 14px;
}
.container-page > .page-size > .container-content .popover-addcourse-options > .popover-inner > .popover-content {
  background: white;
}
.container-page > .page-size > .container-content .course-list-row > .course-info-container {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 7px;
  width: 580px;
}
.container-page > .page-size > .container-content .course-list-row > .course-info-container > .course-name-label {
  font-size: 15px;
  font-weight: bold;
  color: black;
  width: 600px;
}
.container-page > .page-size > .container-content .course-list-row > .course-info-container > .course-name-label > a {
  color: #000;
  max-width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  float: left;
  margin-right: 10px;
}
.container-page > .page-size > .container-content .course-list-row > .course-info-container > .course-name-label > a:hover {
  color: #ec127e;
  background-color: transparent;
}
.container-page > .page-size > .container-content .course-list-row > .course-info-container > .course-actions-row {
  margin-top: 10px;
  float: left;
}
.container-page > .page-size > .container-content .course-list-row > .course-info-container > .course-groups-row {
  margin-top: 12px;
  float: left;
  margin-left: 10px;
  font-size: 0.8666666667em !important;
  max-width: 450px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.container-page > .page-size > .container-content .course-list-grid td.AvailableLicences {
  padding-top: 29px;
}
.container-page > .page-size > .container-content .my-courses-nav-filters {
  display: table;
  width: 100%;
}
.container-page > .page-size > .container-content .my-courses-nav-filters > .display-filters {
  display: table-cell;
  vertical-align: top;
}
.container-page > .page-size > .container-content > .layout-switch {
  display: table-cell;
  text-align: right;
  vertical-align: top;
}
.container-page > .page-size > .container-content .display-filters-2 {
  margin-right: -20px;
}
.container-page > .page-size #btnLoadMore {
  padding: 12px;
  margin: 15px 0px;
}
.container-page > .page-size #mycoursesgrid {
  margin-left: 25px;
}
.container-page > .page-size .course-count {
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
  color: black;
}
.container-page > .page-size .course-count.course-count-short {
  margin-right: 0px;
}
.container-page > .page-size .my-course-item-row {
  background: white;
  padding: 25px 30px;
  margin-bottom: 7px;
}
.container-page > .page-size .my-course-item-row.archived {
  background: rgba(255, 255, 255, 0.5);
}
.container-page > .page-size .my-course-item-row.archived .bookbg, .container-page > .page-size .my-course-item-row.archived .column2, .container-page > .page-size .my-course-item-row.archived .right-infotable {
  opacity: 0.5;
}
.container-page > .page-size .my-course-item-row .my-course-item {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.container-page > .page-size .my-course-item-row .my-course-item.my-course-item-middle {
  margin: 0px;
}
.container-page > .page-size .my-course-item-row .column2 {
  font-size: 13px;
  width: 290px;
  margin-left: 30px;
  color: #333;
  line-height: 1.3;
}
.container-page > .page-size .my-course-item-row .column2 .categories {
  padding: 15px 0px;
}
.container-page > .page-size .my-course-item-row .column2 .top-infoline {
  font-size: 14px;
}
.container-page > .page-size .my-course-item-row .column2 .bottom-infoline {
  color: #000;
  padding-top: 15px;
}
.container-page > .page-size .my-course-item-row .column2 .course-name {
  font-size: 28px;
  color: #000;
  line-height: 1.3;
}
.container-page > .page-size .my-course-item-row .column3 {
  width: 200px;
  margin-left: 20px;
  line-height: 1.3;
}
.container-page > .page-size .my-course-item-row .column3 .btn-group {
  float: right;
}
.container-page > .page-size .my-course-item-row .column3 .right-infotable {
  font-size: 12px;
  margin-bottom: 20px;
}
.container-page > .page-size .my-course-item-row .column3 .right-infotable td {
  text-align: right;
}
.container-page > .page-size .my-course-item-row .name-label {
  padding: 20px 15px !important;
  padding-bottom: 5px !important;
}
.container-page > .page-size .buildbuyimport-course {
  display: block;
  width: 222px;
  height: 380px;
  margin-left: -11px;
  background: url(/cdn/Images/Layout/PrivateArea/add-course.jpg) no-repeat top;
  position: relative;
}
.container-page > .page-size .buildbuyimport-course.my-course-item-middle {
  margin-left: 69px;
}
.container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide {
  width: 791px;
  height: 151px;
  margin-left: 7px;
  background: none;
  margin-bottom: 25px;
  border: dashed 2px #a4a4a4;
  border-radius: 10px;
}
.container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide a {
  height: 146px;
}
.container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide a.l-full {
  left: 2px;
  width: 785px;
  text-align: center;
  border-radius: 10px;
}
.container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide a.l-full i, .container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide a.l-full span {
  position: relative;
  top: 62px;
}
.container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide a.l-full span {
  left: 10px;
  top: 59px;
}
.container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide a.l1 {
  top: 62px;
  left: 2px;
  width: 263px;
  border-bottom-left-radius: 10px;
}
.container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide a.l2 {
  top: 62px;
  left: 266px;
  width: 270px;
}
.container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide a.l2 span {
  top: 35px;
}
.container-page > .page-size .buildbuyimport-course.buildbuyimport-course-wide a.l3 {
  top: 62px;
  left: 537px;
  width: 252px;
  height: 88px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
}
.container-page > .page-size .buildbuyimport-course a {
  width: 218px;
  height: 69px;
  display: block;
  position: absolute;
  text-decoration: none;
}
.container-page > .page-size .buildbuyimport-course a:hover {
  background: #fff;
}
.container-page > .page-size .buildbuyimport-course a.l1 {
  top: 165px;
  left: 2px;
}
.container-page > .page-size .buildbuyimport-course a.l2 {
  top: 235px;
  left: 2px;
}
.container-page > .page-size .buildbuyimport-course a.l2 span {
  top: 25px;
}
.container-page > .page-size .buildbuyimport-course a.l3 {
  height: 74px;
  top: 305px;
  left: 2px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.container-page > .page-size .buildbuyimport-course a span {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.container-page > .page-size .buildbuyimport-course a i {
  color: #ec127e;
  font-size: 20px;
}
.container-page > .page-size .buildbuyimport-course a:hover span {
  color: #000;
}

ul.horizontal {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.horizontal li {
  display: inline;
  padding-right: 0.5em;
  white-space: nowrap;
}

.bgcover1.bgcover-small {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover1sml.png);
}

.bgcover2.bgcover-small {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover2sml.png);
}

.bgcover3.bgcover-small {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover3sml.png);
}

.bgcover4.bgcover-small {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover4sml.png);
}

.bgcover5.bgcover-small {
  background-image: url(/cdn/Images/Layout/PrivateArea/cover5sml.png);
}

.bgcover-small {
  width: 60px;
  height: 81px;
  -webkit-box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.4);
}

.page-header-type-a {
  width: 100%;
}
.page-header-type-a > .row1-text-container {
  /*

  font-family: $lmsMainFontFamily;
  @include font-size-em(20);
  font-weight: 300;
  color: $lmsSecondTextColor;
  text-transform: uppercase;*/
  display: table;
  width: 60%;
}
.page-header-type-a > .row1-text-container h4 {
  margin: 0px;
}
.page-header-type-a > .row1-text-container .left-side {
  display: table-cell;
  padding-right: 30px;
}
.page-header-type-a > .row1-text-container .right-side {
  display: table-cell;
  font-family: Arial, sans-serif;
  font-size: 0.8666666667em !important;
  color: #4f535f;
  text-transform: none;
  text-align: right;
  vertical-align: middle;
}
.page-header-type-a > .row2 {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.page-header-type-a > .row2 h1 {
  margin: 0px;
}
.page-header-type-a > .row2 > .left-side {
  display: table-cell;
  vertical-align: middle;
  /*
  font-family: $lmsMainFontFamily;
  @include font-size-em(40);

  color: black;
  font-weight: 300;*/
}
.page-header-type-a > .row2 > .right-side {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  padding-left: 20px;
}

.page-header-type-b {
  width: 100%;
}
.page-header-type-b h2 {
  margin: 0px;
}
.page-header-type-b h4 {
  margin: 0px;
  margin-bottom: 20px;
}
.page-header-type-b small {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
  margin-bottom: 28px;
  color: #4f535f;
}
.page-header-type-b .bgcover-small {
  margin-right: 28px;
  margin-top: 8px;
}
.page-header-type-b .btn {
  margin-bottom: 20px;
}
.page-header-type-b td {
  vertical-align: bottom;
}

.testimonials {
  width: 200px;
  padding: 20px 20px;
  line-height: 1.5;
  background: #e6e6e4;
  margin-top: 20px;
}
.testimonials h6 {
  margin-top: 0px;
}
.testimonials .testimonial_author {
  color: #999;
  margin-bottom: 10px;
}
.testimonials h2 {
  font-size: 1.3333333333em !important;
  font-style: normal;
  margin-top: 0px;
}
.testimonials .courseDetailBlock {
  font-size: 0.8em !important;
}

.courseDetailBlock {
  margin-bottom: 10px;
}
.courseDetailBlock.actions a {
  display: block;
  margin-bottom: 7px;
}
.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;
}

small#SubTitle {
  font-family: "Lato", sans-serif;
  line-height: 2em;
  font-size: 1em !important;
  color: #5f6168;
}

#accreditations h5 {
  margin-top: 0px;
  color: black;
}
#accreditations .row {
  margin-bottom: 20px;
}

.page-two-columns-l200 {
  width: 100%;
  display: table;
  height: 685px;
  overflow-y: auto;
}
.page-two-columns-l200 > .left-column-container {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}
.page-two-columns-l200 > .left-column-container .message-list {
  font-size: 0.8666666667em !important;
  height: 100%;
}
.page-two-columns-l200 > .left-column-container .row-date {
  font-size: 0.9230769231em !important;
}
.page-two-columns-l200 > .left-column-container > a.link-panel#btnSort {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-two-columns-l200 > .left-column-container > a.link-panel#btnSort + div.rowdelimiter {
  width: 100%;
}
.page-two-columns-l200 > .left-column-container > a.link-panel {
  font-size: 0.8666666667em !important;
  text-decoration: none;
  color: #4f535f;
  margin-top: 20px;
  margin-bottom: 15px;
}
.page-two-columns-l200 > .left-column-container > a.link-panel:hover {
  background-color: inherit;
  color: #000;
}
.page-two-columns-l200 > .left-column-container > a.link-panel > div > i {
  margin-right: 10px;
}
.page-two-columns-l200 > .left-column-container > a.link-panel-selected {
  color: #000;
}
.page-two-columns-l200 > .left-column-container > .rowdelimiter {
  width: 80%;
}
.page-two-columns-l200 .right-column-container {
  display: table-cell;
  background: url(/cdn/Images/Layout/PrivateArea/white_bg_rgrad.png) right repeat;
  padding-bottom: 30px;
  height: 100%;
}
.page-two-columns-l200 .right-column-container .right-column-container-content {
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
  font-size: 0.8666666667em !important;
  vertical-align: top;
}
.page-two-columns-l200 .right-column-container .right-column-container-content > #lblStarted {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  font-size: 1.1538461538em !important;
}
.page-two-columns-l200 .right-column-container .right-column-container-content > .message-panel {
  display: table;
  width: 100%;
}
.page-two-columns-l200 .right-column-container .right-column-container-content > .message-panel > .left-side {
  display: table-cell;
  vertical-align: top;
  width: 150px;
  padding-right: 10px;
}
.page-two-columns-l200 .right-column-container .right-column-container-content > .message-panel > .left-side > .row-date {
  font-size: 0.9230769231em !important;
}
.page-two-columns-l200 .right-column-container .right-column-container-content > .message-panel > .right-side {
  display: table-cell;
  vertical-align: top;
}
.page-two-columns-l200 .right-column-container .right-column-container-content > .message-panel > .right-side #btnSendMessage:before {
  padding-right: 10px;
}

.with-left-menu-footer {
  height: 110px;
  margin-top: -2px;
  padding: 40px;
  margin-left: -40px;
  margin-right: -40px;
  background: #e6e5e1;
}
.with-left-menu-footer .display-table {
  width: 100%;
}
.with-left-menu-footer > hr {
  margin-top: 0px;
}
.with-left-menu-footer .left-side {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}
.with-left-menu-footer .left-side > div > strong {
  font-size: 1.0666666667em !important;
}
.with-left-menu-footer .right-side {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  text-align: right;
}
.with-left-menu-footer .right-side > span {
  margin-left: 20px;
  font-size: 0.8em !important;
  font-family: "Lato", sans-serif;
}

.with-left-menu-footer a {
  color: inherit;
  margin-left: 20px;
  font-size: 0.8em !important;
  font-family: "Lato", sans-serif;
}

.with-left-menu-footer a:hover {
  background: none;
}

.topMenu .with-left-menu-footer {
  margin-right: -30px;
  margin-left: -30px;
}

.questions-comments-main {
  background: url(/cdn/Images/Layout/PrivateArea/componentbgdark.png);
  border-top: 1px solid #CDCDC9;
  width: 964px;
  position: relative;
  left: -30px;
  margin-top: 35px;
}
.questions-comments-main > .questions-comments-list {
  width: 720px;
  margin: auto;
  margin-top: 30px;
}
.questions-comments-main > .questions-comments-list > .qs-title {
  font-size: 1.3333333333em !important;
  font-weight: bold;
  color: black;
}
.questions-comments-main > .questions-comments-list > .qc-main-table {
  display: table;
  width: 100%;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row {
  display: table-row;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-ico {
  display: table-cell;
  vertical-align: top;
  width: 60px;
  padding-top: 30px;
  /*background:url(/cdn/Images/Layout/PrivateArea/q.png) no-repeat;
  background-position:0px 0px;*/
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-ico > .qc-circle {
  width: 40px;
  height: 40px;
  background: #4f535f;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-ico > .qc-circle > div > .qc-chat-ico {
  font-size: 25px;
  margin-top: 25px;
  position: relative;
  top: 13px;
  left: 7px;
  color: white;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-ico > .qc-circle > div > .qc-q-ico {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-top: 25px;
  position: relative;
  top: 7px;
  left: 9px;
  color: white;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-text {
  display: table-cell;
  padding-top: 30px;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-text > .row-date {
  font-size: 0.8666666667em !important;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-text > .answer-container {
  width: 100%;
  background: url(/cdn/Images/Layout/PrivateArea/answerbg.png);
  display: table;
  position: relative;
  color: #999;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-text > .answer-container > .arrow-up-15-answer {
  position: absolute;
  left: 15px;
  top: -13px;
  background: url(/cdn/Images/Layout/PrivateArea/answerarr.png) no-repeat;
  width: 23px;
  height: 13px;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-text > .answer-container > .tc {
  padding: 15px;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-text > .answer-container > .tc.answer-ico {
  padding-right: 0px;
  width: 23px;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-text > .answer-container > .tc > i {
  position: relative;
  top: 10px;
  font-size: 1.3333333333em !important;
}
.questions-comments-main > .questions-comments-list > .qc-main-table > .qc-row > .cell-text > .answer-container > .tc > .row-date {
  font-size: 0.8666666667em !important;
}
.questions-comments-main .question-comment-add-container {
  display: none;
}
.questions-comments-main .question-comment-add-container#comment-add-container {
  display: block;
}
.questions-comments-main .question-comment-add-container > .qcadd-main-table {
  display: table;
  width: 100%;
  background-color: #5f6168;
  color: white;
}
.questions-comments-main .question-comment-add-container > .qcadd-main-table > .container720 {
  display: table;
}
.questions-comments-main .question-comment-add-container > .qcadd-main-table > .container720 > .cell-ico {
  display: table-cell;
  vertical-align: top;
  width: 60px;
  padding-right: 20px;
  padding-top: 30px;
}
.questions-comments-main .question-comment-add-container > .qcadd-main-table > .container720 > .cell-ico > .qc-circle {
  width: 40px;
  height: 40px;
  background: #7A7D86;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.questions-comments-main .question-comment-add-container > .qcadd-main-table > .container720 > .cell-ico > .qc-circle > div > .qc-chat-ico {
  font-size: 25px;
  margin-top: 25px;
  position: relative;
  top: 12px;
  left: 7px;
}
.questions-comments-main .question-comment-add-container > .qcadd-main-table > .container720 > .cell-ico > .qc-circle > div > .qc-q-ico {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-top: 25px;
  position: relative;
  top: 9px;
  left: 9px;
}
.questions-comments-main .question-comment-add-container > .qcadd-main-table > .container720 > .cell-text {
  display: table-cell;
  padding-top: 30px;
}
.questions-comments-main .question-comment-add-container > .qcadd-main-table > .container720 > .cell-text input[type=checkbox] {
  position: relative;
  top: -4px;
}
.questions-comments-main .question-comment-add-container > .qcadd-main-table > .container720 > .cell-text .normal-link {
  position: relative;
  top: 2px;
}
.questions-comments-main > .questions-comments-end {
  background: url(/cdn/Images/Layout/PrivateArea/hr.png);
  height: 2px;
}

.qc-circle {
  width: 40px;
  height: 40px;
  background: #4f535f;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
.qc-circle > div > .qc-chat-ico {
  font-size: 25px;
  margin-top: 25px;
  position: relative;
  top: 12px;
  left: 7px;
  color: white;
}
.qc-circle > div > .qc-q-ico {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-top: 25px;
  position: relative;
  top: 9px;
  left: 9px;
  color: white;
}

.moderation-list {
  font-size: 0.8666666667em !important;
}

.expanded-border {
  height: 5px;
  background: #E2E2E0;
  margin: 30px 0px 20px 0px;
  position: relative;
}
.expanded-border > div {
  position: absolute;
  top: -13px;
  left: 35px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #E2E2E0;
}

.expanded-box {
  padding: 20px;
  border-top: #E2E2E0 solid 5px;
  background: #EBEBEA;
  margin: 30px 0px 20px 0px;
  position: relative;
}
.expanded-box.no-padding {
  padding: 0px;
  background-color: transparent;
}
.expanded-box > div.arrow {
  position: absolute;
  top: -17px;
  left: 35px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #E2E2E0;
}
.expanded-box > div.arrow-down {
  position: absolute;
  top: 0px;
  left: 35px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #E2E2E0;
}

.course-assets > div {
  margin: 20px 0px 0px 0px;
}
.course-assets > div.expandable-text {
  margin: 0px;
}
.course-assets > div.expandable-text .in {
  margin-bottom: 10px;
}
.course-assets .course-single-image {
  background-color: #5f6168;
  text-align: center;
}
.course-assets .course-single-image, .course-assets .course-image-gallery {
  width: 100%;
}
.course-assets .course-single-image > .title, .course-assets .course-image-gallery > .title {
  font-weight: bold;
}
.course-assets .course-single-image > .description, .course-assets .course-image-gallery > .description {
  margin-bottom: 10px;
}
.course-assets .course-single-image > .imageInfo, .course-assets .course-image-gallery > .imageInfo {
  width: 720px;
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 15px;
}
.course-assets .course-single-image > .imageInfo > .title, .course-assets .course-image-gallery > .imageInfo > .title {
  font-weight: bold;
}
.course-assets .course-single-image .withAttribution, .course-assets .course-image-gallery .withAttribution {
  margin-top: -49px;
}
.course-assets .course-single-image > .attribution, .course-assets .course-image-gallery > .attribution {
  color: #fff;
  position: relative;
  top: -49px;
  font-size: 0.6666666667em !important;
  width: 720px;
  height: 24px;
  text-align: right;
  padding-right: 15px;
  padding-top: 25px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 900;
}
.course-assets .course-video .description {
  margin-bottom: 15px;
}
.course-assets .course-video .transcript {
  margin: 10px 0px 10px 0px;
}
.course-assets .course-video .transcript .collapse {
  margin-top: 10px;
}
.course-assets .course-single-quote .quoteChar {
  float: left;
  font-size: 2em;
  color: #ec127e;
  margin-top: 10px;
}
.course-assets .course-single-quote blockquote {
  display: block;
  float: right;
  width: 670px;
  font-style: italic;
  font-size: 1.2em !important;
  border: none;
}
.course-assets .course-single-quote .quoteAuthor {
  clear: both;
  width: 100%;
  text-align: right;
}
.course-assets .course-document .fileInfo {
  font-family: "Lato", sans-serif;
  font-size: 0.8666666667em !important;
  color: #5f6168;
  font-weight: bold;
}
.course-assets .course-text ul {
  margin-top: 10px;
}
.course-assets .course-table .tabledesignerview .content-holder {
  margin: 0;
}

.iframePpt {
  background-color: #000000;
  border: 0;
}

.learner-content .footnotes {
  margin: 10px 0px 0px 20px;
  font-size: 0.8em;
}

.asset-delete {
  position: relative;
  left: 550px;
  top: 87px;
  z-index: 2000;
  margin: 0px;
}

#pnProgressBarContainer2 > .left-bar {
  float: left;
  margin-top: 3px;
  width: 85%;
}
#pnProgressBarContainer2 > .left-bar > .progress {
  background-color: #aaaaaa;
}
#pnProgressBarContainer2 > .left-bar > .progress > .bar {
  border: 3px solid #aaaaaa;
}

.progress.tiny {
  height: 8px;
}
.progress.tiny > .bar {
  border: 2px solid #aaaaaa;
}

.progress-v2 .progress {
  background-color: rgba(0, 0, 0, 0.1) !important;
  width: 191px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2px;
  height: 16px;
  border-radius: 10px;
}
.progress-v2 .progress .bar {
  border: 0px;
}

#component_list_menu_holder {
  position: absolute;
  overflow: hidden;
  width: 1px;
  z-index: 10001;
}

#component_list_menu {
  border: 1px solid gray;
  position: relative;
  left: -450px;
  z-index: 1000;
}
#component_list_menu #component_list_menu_inner {
  padding: 20px;
  width: 440px;
  position: relative;
}
#component_list_menu #component_list_menu_inner .normal-link-grey .float-right .progress {
  margin-top: 8px;
}
#component_list_menu #component_list_menu_inner .page-list {
  display: none;
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 40px;
}
#component_list_menu #component_list_menu_inner .page-list li.currentPage {
  color: #9f2921;
}
#component_list_menu #component_list_menu_inner .page-list li.currentPage a {
  color: #9f2921;
}
#component_list_menu #component_list_menu_inner .page-list li.currentPage a:hover {
  color: #9f2921;
}
#component_list_menu #component_list_menu_inner .page-list ol {
  list-style-position: inside;
  margin: 0px;
  padding: 0;
}
#component_list_menu #component_list_menu_inner .page-list ol li {
  position: relative;
  padding: 3px;
}
#component_list_menu #component_list_menu_inner .page-list a, #component_list_menu #component_list_menu_inner .page-list span {
  position: absolute;
  left: 28px;
  top: 3px;
  display: block;
  width: 332px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.course-detail-top-menu {
  display: table;
  vertical-align: middle;
  line-height: normal;
  height: 80px;
  width: 964px;
}
.course-detail-top-menu > .topMenuContent {
  display: table-cell;
  vertical-align: middle;
}
.course-detail-top-menu > .topMenuContent .simpleLink {
  display: inline-block;
}
.course-detail-top-menu > .topMenuContent .simpleLink > a {
  color: #4f535f;
  display: inline-block;
  vertical-align: middle;
}
.course-detail-top-menu > .topMenuContent .simpleLink > a:hover {
  color: #fff;
  background: none;
}
.course-detail-top-menu > .topMenuContent > .closeIcon {
  width: 80px;
}
.course-detail-top-menu > .topMenuContent .topMenuItem {
  border: none;
  display: table-cell;
  vertical-align: middle;
}
.course-detail-top-menu > .topMenuContent .topMenuItem:hover > .topMenuItemCircle > .innerCircle, .course-detail-top-menu > .topMenuContent .topMenuItem.active > .topMenuItemCircle > .innerCircle {
  background-color: #fff;
}
.course-detail-top-menu > .topMenuContent .topMenuItem:hover > .topMenuItemText > a, .course-detail-top-menu > .topMenuContent .topMenuItem.active > .topMenuItemText > a {
  color: #fff;
}
.course-detail-top-menu > .topMenuContent .topMenuItem > .topMenuItemCircle {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #4f535f;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -2px;
}
.course-detail-top-menu > .topMenuContent .topMenuItem > .topMenuItemCircle > .innerCircle {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  position: relative;
  top: 1px;
}
.course-detail-top-menu > .topMenuContent .topMenuItem > .topMenuItemText {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.course-detail-top-menu > .topMenuContent .topMenuItem > .topMenuItemText > a {
  font-weight: bold;
  color: #4f535f;
}
.course-detail-top-menu > .topMenuContent .topMenuItem > .topMenuItemText > a:hover {
  background: none;
}
.course-detail-top-menu > .topMenuContent .topMenuItem > .topMenuItemText > a.tour-highlight {
  color: #fff;
}
.course-detail-top-menu > .topMenuContent .topMenuItem > .topMenuItemLine {
  text-align: left;
  display: inline-block;
  height: 6px;
  width: 52px;
  background-color: #4f535f;
  position: relative;
  top: -2px;
  border-radius: 3px 0 0 3px;
  left: 5px;
}
.course-detail-top-menu > .topMenuContent .topMenuItem > .topMenuItemButton {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  top: -2px;
}
.course-detail-top-menu > .topMenuContent.approval .topMenuItem > .topMenuItemLine, .course-detail-top-menu > .topMenuContent.scorm .topMenuItem > .topMenuItemLine {
  width: 92px;
}
.course-detail-top-menu > .top-menu-item-circle {
  display: table-cell;
  vertical-align: middle;
  width: 25px;
  padding-top: 6px;
}
.course-detail-top-menu > .top-menu-item-circle > .top-nav-circle1 {
  background: none repeat scroll 0 0 #4f535f;
  height: 20px;
  position: relative;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  top: -1px;
}
.course-detail-top-menu > .top-menu-item-circle > .top-nav-circle1 > .top-nav-circle2 {
  background: none repeat scroll 0 0 white;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 27%;
  top: 25%;
  border-radius: 50%;
  display: none;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text {
  display: table-cell;
  font-family: Arial;
  font-size: 1em !important;
  font-weight: bold;
  color: #4f535f;
  top: 5px;
  position: relative;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text > .menu-item-link {
  padding-top: 6px;
  color: inherit;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text > .menu-item-link:hover {
  color: white;
  text-decoration: none;
  background: none;
}
.course-detail-top-menu > .top-menu-item-container {
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  display: table-cell;
  vertical-align: middle;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text {
  top: 0px;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text h1 {
  color: #fff;
  margin-left: 1em;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text.btn-group {
  text-align: center;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text.btn-group > .btn {
  font-size: 0.96em !important;
  padding: 6px 30px;
  /* fallback */
  background-color: #959a9e;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#959a9e), to(#84858a));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #959a9e, #84858a);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #959a9e, #84858a);
  /* IE 10 */
  background: -ms-linear-gradient(top, #959a9e, #84858a);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #959a9e, #84858a);
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text.btn-group > .btn:hover {
  background: #84858a;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text.btn-group > .btn.tour-highlight {
  background: #0d0d0d;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text.btn-group > .btn:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text.btn-group > .btn:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.course-detail-top-menu > .top-menu-item-container > .top-menu-item-text.btn-group > .btn.active {
  color: #fff;
  background: #0d0d0d;
}
.course-detail-top-menu > .top-menu-item-container > .active {
  color: white;
}
.course-detail-top-menu > .top-menu-item-row {
  display: table-cell;
  vertical-align: middle;
}
.course-detail-top-menu > .top-menu-item-row > .menu-item-row {
  background: none repeat scroll 0 0 #4f5157;
  display: inline-block;
  height: 6px;
  width: 70px;
  border-radius: 3px 0 0 3px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.course-detail-top-menu > .top-menu-item-btn {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.course-detail-top-menu .top-menu-item-ico {
  display: inline-block;
  height: 62px;
  padding-top: 18px;
}
.course-detail-top-menu .top-menu-item-ico > a {
  position: relative;
  top: 5px;
}
.course-detail-top-menu .top-menu-item-ico-first {
  padding-top: 3px;
  padding-left: 25px;
  position: relative;
  width: 80px;
  background: url(/cdn/Images/Layout/PrivateArea/vr.png) right repeat-y;
  margin-right: 15px;
  display: table-cell;
}
.course-detail-top-menu .top-menu-item-ico-first .ss-icon {
  position: relative;
  top: 3px;
}
.course-detail-top-menu .top-menu-item-ico-first .to-courses {
  font-size: 0.3em !important;
  line-height: 12px;
  color: white;
  font-family: "Lato", sans-serif;
  position: relative;
  left: -10px;
}
.course-detail-top-menu .top-menu-item-ico-last {
  padding-left: 5px;
  position: relative;
  display: table-cell;
}
.course-detail-top-menu .top-menu-item-ico a {
  color: #4f535f;
}
.course-detail-top-menu .top-menu-item-ico a:hover {
  color: white;
  background: none;
}

.btnSocial {
  width: 30px !important;
  height: 30px !important;
  border: 0px;
  cursor: pointer;
  margin-right: 10px;
}

.btnFacebook {
  background: url(/cdn/Images/Layout/PrivateArea/facebook.jpg) no-repeat;
}

.btnTwitter {
  background: url(/cdn/Images/Layout/PrivateArea/twitter.jpg) no-repeat;
}

.btnLinkedIn {
  background: url(/cdn/Images/Layout/PrivateArea/linkedIn.jpg) no-repeat;
}

.first-time-login div.modal-body {
  overflow-x: hidden;
}

.assessment.learner-content {
  padding-bottom: 30px;
}
.assessment .question-index {
  position: relative;
  top: 0px;
  font-size: 1em !important;
}
.assessment .question {
  font-family: "Lato", sans-serif;
  font-size: 1.3333333333em !important;
  display: table;
}
.assessment .question .q-char {
  width: 26px;
  display: table-cell;
}
.assessment .question .question-text {
  display: table-cell;
}
.assessment .answer-options, .assessment .textbox, .assessment .horizontal-radio {
  margin-left: 26px;
}
.assessment .answer-options.correct, .assessment .textbox.correct, .assessment .horizontal-radio.correct {
  color: #46a546;
}
.assessment .submit-button {
  margin-left: 26px;
}
.assessment .textbox {
  width: 90%;
  height: 110px;
}
.assessment .matching {
  /*radDock*/
}
.assessment .matching .RadDockZone {
  float: left;
  width: 150px;
  height: 100% !important;
}
.assessment .matching .rdTitleBar {
  margin: 5px 0;
}
.assessment .matching .rdMiddle, .assessment .matching .rdCommands, .assessment .matching .rdBottom {
  display: none;
}
.assessment .matching #matchingHelp {
  float: left;
  margin-top: 15px;
}
.assessment .matching #matchingHelp .helpText {
  color: Red;
  margin-top: 10px;
  display: block;
}
.assessment .matching div.left {
  background: #aaa;
  float: left;
  margin-bottom: 4px;
  width: 150px !important;
  color: #fff;
}
.assessment .matching div.right {
  width: 400px;
  border: solid 1px #ccc;
  margin-bottom: 2px;
}
.assessment .matching div.rdContent {
  float: left;
}
.assessment .matching div.bukan {
  width: 400px;
  float: left;
  margin-left: 20px;
  display: inline;
}
.assessment.quiz-box {
  background: rgba(0, 0, 0, 0.13);
  padding: 15px;
}
.assessment.quiz-box h3 {
  margin-top: 0px;
}
.assessment.quiz-box label {
  font-weight: normal;
}

.assessment-builder {
  background-color: #4f535f;
  left: -29px;
  position: relative;
  padding: 20px 40px;
  color: #fff;
  width: 564px;
}
.assessment-builder h3 {
  color: #fff;
}

.learner-content {
  padding: 0px 92px 0px 92px;
}

.btn-audio {
  position: relative;
  top: -8px;
  float: left;
}

.page-numbers {
  line-height: 40px;
}
.page-numbers span {
  font-family: Arial, sans-serif;
  font-size: 1em !important;
  font-weight: bold;
  margin: 0px 10px 0px 10px;
}

.course-headline {
  font-size: 1em !important;
  color: #aaaaaa;
  font-weight: bold;
}

.socialPanel {
  float: left;
}

.chart-container {
  position: relative;
}
.chart-container .chart-container-lines {
  position: absolute;
  left: 0px;
  top: 2px;
}

.reports-radgrid-under-chart th {
  text-align: center !important;
  font-size: 0.8em !important;
}
.reports-radgrid-under-chart th:first-child {
  text-align: left !important;
}
.reports-radgrid-under-chart td {
  text-align: center !important;
  font-size: 0.6666666667em !important;
}
.reports-radgrid-under-chart td:first-child {
  text-align: left !important;
  font-weight: bold;
}

.charts-main-container {
  width: 100%;
}
.charts-main-container > .chart-container {
  float: left;
  border-right: 1px dotted #cccccb;
  vertical-align: top;
  width: 200px;
  min-height: 380px;
}
.charts-main-container .chart-link-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.charts-main-container .chart-link-container a {
  font-size: 0.9em;
}
.charts-main-container.report-detail-link > .chart-container {
  height: 60px;
}
.charts-main-container.report-detail-link .chart-text-container {
  margin-top: 10px;
}

.chart-table-revenue-report .texts-on-bottom {
  float: none !important;
}
.chart-table-revenue-report .chart-table-container {
  width: 100%;
  padding-right: 7px;
}
.chart-table-revenue-report .chart-link-container {
  display: none !important;
}
.chart-table-revenue-report .chart-text-container {
  display: none !important;
}
.chart-table-revenue-report .rgHeader {
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  padding-right: 0px !important;
}
.chart-table-revenue-report .currency-filter {
  margin-top: 10px;
}
.chart-table-revenue-report .RadGrid_LMS {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.chart-table-revenue-report .RadGrid_LMS tr td {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.chart-table-revenue-report .RadGrid_LMS tr td:first-child {
  padding-left: 10px !important;
}
.chart-table-revenue-report .RadGrid_LMS .rgMasterTable {
  position: relative;
  top: -30px;
}
.chart-table-revenue-report table.legend {
  border-collapse: collapse;
}
.chart-table-revenue-report table.legend .fs12 {
  display: table-row;
}
.chart-table-revenue-report table.legend .chart-month {
  width: 150px;
  padding-left: 5px;
}
.chart-table-revenue-report table.legend .c1 {
  background-color: #EC127E;
}
.chart-table-revenue-report table.legend .c2 {
  background-color: #FF6FB7;
}
.chart-table-revenue-report table.legend .c3 {
  background-color: #FFCCFF;
}
.chart-table-revenue-report table.legend td {
  width: 150px;
}
.chart-table-revenue-report .no-data {
  width: 100%;
  text-align: center;
  color: #b3b4b7;
}
.chart-table-revenue-report .no-data .ico {
  font-size: 80px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.chart-table-revenue-report .no-data .text {
  margin-bottom: 40px;
  font-size: 15px;
}
.chart-table-revenue-report .k-chart {
  float: right;
}
.chart-table-revenue-report .k-chart svg {
  display: block;
  float: right;
}

.k-chart-small svg {
  position: absolute !important;
  right: 7px !important;
  left: auto !important;
}

.chart-legend .c1 {
  background-color: #EC127E;
}
.chart-legend .c2 {
  background-color: #FF6FB7;
}
.chart-legend .c3 {
  background-color: #FFCCFF;
}

.chart-small-months-table {
  margin-left: 55px;
  width: 132px;
}
.chart-small-months-table td {
  text-align: center;
  width: 44px;
}

.chart-graphics-container {
  height: 180px;
}
.chart-graphics-container i {
  font-size: 117px;
  color: #d7d7d7;
  top: 94px;
  display: inline-block;
  left: 43px;
  position: relative;
}
.chart-graphics-container .chart-hole-content {
  position: relative;
  top: -104px;
  left: 56px;
  width: 72px;
  text-align: center;
  display: none;
}
.chart-graphics-container .chart-hole-number {
  font-size: 1.3333333333em !important;
  line-height: 1em;
  font-weight: bold;
  display: block;
  width: 100%;
}
.chart-graphics-container .chart-hole-text {
  text-transform: uppercase;
  width: 100%;
  font-size: 0.7333333333em;
  line-height: 1.1333333333em;
  display: block;
}

.chart-month {
  display: inline-block;
  width: 30px;
}

.chart-month-val {
  display: inline-block;
  width: 80px;
}

.chart-ico-replacement {
  width: 198px;
  height: 200px;
  text-align: center;
}
.chart-ico-replacement > .ico-pie {
  font-size: 9.3333333333em !important;
  color: #cccccb;
  position: relative;
  top: 100px;
}
.chart-ico-replacement > .ico-bar {
  font-size: 8em !important;
  color: #cccccb;
  position: relative;
  top: 135px;
}

.chart-text-container {
  margin-left: 15px;
  margin-top: 15px;
}
.chart-text-container > .chart-text-label {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 1em !important;
  line-height: 1.2em;
}
.chart-text-container > .chart-text-sum {
  font-weight: bold;
  font-size: 1em !important;
  margin-top: 10px;
}
.chart-text-container .chart-legend {
  font-size: 0.8em !important;
}
.chart-text-container .chart-legend table td:not(:first-child) {
  padding-left: 5px;
}

.tooltip-offset {
  margin-left: -100px;
}

​ .texts-on-left .chart-text-container {
  float: left;
  margin: 0px;
}
​ .texts-on-left .chart-graphics-container {
  float: right;
  width: 80%;
  margin-top: -15px;
}
​ .texts-on-left .chart-text-label {
  display: inline-block;
}
​ .texts-on-left .chart-text-label:after {
  content: ":";
}
​ .texts-on-left .chart-text-sum {
  display: inline-block;
  margin-left: 10px;
}

.course-report-header {
  color: #000;
}
.course-report-header .label-success {
  background-color: #3cb878;
}

.tls-head {
  background: #F5F5F5;
  border: solid #CCCCCB 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.tls-head > .tc-vam {
  font-weight: bold;
  padding: 6px;
}
.tls-head > .tc-vam > input {
  position: relative;
  top: 1px;
}
.tls-head > .tls-left {
  border-right: solid #CCCCCB 1px;
}

.tls-body {
  background: white;
  border: solid #CCCCCB 1px;
  border-top: 0px none;
}
.tls-body input[type=radio],
.tls-body input[type=checkbox] {
  margin-left: 0px;
}
.tls-body .tc .tc-inside {
  max-height: 330px;
  overflow-y: auto;
}
.tls-body .tc p {
  padding: 4px 7px;
  margin: 0px;
}
.tls-body .tc input {
  position: relative;
  top: 1px;
}
.tls-body > .tls-left {
  border-right: solid #CCCCCB 1px;
}
.tls-body .levelsFirstLevelItem {
  position: relative;
}
.tls-body .levelsFirstLevelItem .ss-star {
  display: none;
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 10;
  font-size: 0.7em;
}
.tls-body .levelsFirstLevelItem.active .ss-star {
  -webkit-text-stroke: 1px #333;
}
.tls-body .levelsFirstLevelItem.active {
  background-color: #ec127e;
  color: white;
}
.tls-body .levelsFirstLevelItem.hasChild {
  background-image: url(/cdn/Images/Layout/PrivateArea/tls-right.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.tls-body .levelsFirstLevelItem.hasChild.active {
  background-image: url(/cdn/Images/Layout/PrivateArea/tls-right-active.png);
}

.container-page *::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.container-page *::-webkit-scrollbar-track {
  border-radius: 10px;
}

.container-page *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
  border: 2px solid #eee;
}

.container-page .modal-course-terms *::-webkit-scrollbar {
  width: 15px;
}

.invite-users-table td {
  vertical-align: top;
}
.invite-users-table .RadAjaxPanel {
  position: relative;
}
.invite-users-table img.arrow {
  position: absolute;
  top: 40px;
  left: 355px;
  z-index: 10;
}
.invite-users-table .alphabet-invite {
  border: 1px solid #CCCCCB;
  background: white;
}
.invite-users-table .alphabet-invite div.RadGrid_LMS .rgHeader {
  text-transform: none;
}
.invite-users-table .alphabet-invite .alphabet-pager {
  font-size: 0.8em !important;
  line-height: 1.2;
  color: #ccc;
  padding: 30px 8px 5px 8px;
  text-align: center;
  box-shadow: inset -5px 0px 8px #eee;
  border-right: 1px solid #CCCCCB;
  font-weight: bold;
}
.invite-users-table .alphabet-invite .alphabet-names {
  width: 335px;
}
.invite-users-table .alphabet-invite div.RadGrid_LMS .rgMasterTable th {
  padding: 0px;
  color: #ec127e;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.invite-users-table .alphabet-invite div.RadGrid_LMS .rgMasterTable th span {
  padding: 7px 10px;
  display: block;
  font-weight: bold;
}
.invite-users-table .alphabet-invite div.RadGrid_LMS .rgMasterTable th .InviteLearnerCheckBox {
  display: inline-block;
  padding-right: 11px;
}
.invite-users-table .alphabet-invite div.RadGrid_LMS .rgMasterTable th span.chbSelectAll {
  color: #5f6168;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding-left: 28px;
}
.invite-users-table .alphabet-invite div.RadGrid_LMS .rgMasterTable th label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: bold;
}
.invite-users-table .alphabet-invite div.RadGrid_LMS .rgMasterTable td {
  padding: 7px;
}
.invite-users-table td.selectedusers {
  vertical-align: top;
  padding: 20px 60px 0px 50px;
  padding-right: 0px;
  width: 250px;
}
.invite-users-table td.selectedusers select {
  display: inline-block;
  width: 250px;
  height: 350px;
  margin-top: 10px;
}
.invite-users-table td.selectedusers .restlicences {
  font-size: 0.8666666667em !important;
  padding: 5px;
}
.invite-users-table td.selectedusers .btn-link {
  color: #000;
}

.filter-list {
  margin: 20px 0px;
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  clear: both;
}
.filter-list > div.row-fluid {
  width: 784px;
}
.filter-list > div.row-fluid > div:last-of-type {
  text-align: right;
}
.filter-list div[class*=col-] select, .filter-list div[class*=col-] input {
  width: 100% !important;
}
.filter-list > div {
  float: left;
  padding-left: 7px;
  padding-top: 12px;
}
.filter-list > div select, .filter-list > div input, .filter-list > div div {
  margin: 0px;
}
.filter-list > div:last-of-type {
  float: right;
  padding-right: 10px;
}
.filter-list.bound {
  margin-bottom: 10px;
}
.filter-list.bound + div {
  margin-top: 0px;
}
.filter-list.box {
  border: 1px solid #cfcfcf;
  background: #e6e6e6;
  padding: 3px 15px 15px 15px;
}
.filter-list.box.first {
  padding-bottom: 3px;
}
.filter-list.first {
  margin-bottom: 0px;
  border-bottom: 0;
}
.filter-list.no-hr-top {
  border-top: 0;
}

.filter-list-2 {
  border: 1px solid #cfcfcf;
  background: #e6e6e6;
  padding-left: 15px;
  margin-bottom: 30px;
}
.filter-list-2 > div {
  float: left;
  padding: 5px;
  padding-top: 18px;
  padding-bottom: 8px;
  /*&.RadPicker {
      a.rcCalPopup {
          top: -5px;
      }
  }*/
}
.filter-list-2 div.RadAjaxPanel, .filter-list-2 div.RadAjaxPanel > div {
  float: none;
  padding: 0;
}

.showsummary-holder {
  background: url(/cdn/Images/Layout/PrivateArea/shadow800.png) no-repeat top;
}

/* course settings question points */
.questionPoints .component {
  border-top: solid 1px #cccccb;
  padding: 10px 0px;
}
.questionPoints .row {
  border-top: solid 1px #cccccb;
  padding: 10px 0px;
  margin-left: 20px;
}
.questionPoints .row .first {
  margin-left: 0px;
}
.questionPoints .row input {
  margin: 0px;
}

.pointout {
  font-family: "Lato", sans-serif;
  font-size: 2em !important;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  color: #000;
}

.bg-lms-light {
  background-color: #ebebea;
}

.color-picker {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: -22px;
  left: -12px;
  z-index: 100;
  float: right;
  cursor: pointer;
}

.color-picker-square {
  position: relative;
  top: -22px;
  z-index: 100;
}

.designbuilder-upload-ico {
  display: inline-block;
  position: relative;
  top: 2px;
  left: -35px;
  cursor: pointer;
}

.designbuilder-upload-control {
  display: inline-block;
  position: relative;
  left: -44px;
}

.table-course-results {
  width: 100%;
  background: url(/cdn/Images/Layout/PrivateArea/white_bg_rgrad_short.png) no-repeat;
  background-position: 202px 32px;
  -moz-background-size: 601px 30000px;
  -o-background-size: 601px 30000px;
  -webkit-background-size: 601px 30000px;
  background-size: 601px 30000px;
  border-bottom: 1px solid #CCCCCB;
}
.table-course-results th {
  text-align: left;
  border-bottom: 1px solid #A4A5A7;
  padding-bottom: 10px;
}
.table-course-results tbody tr:hover td {
  background: white;
}
.table-course-results tbody tr:hover td.component-name {
  background: none;
}
.table-course-results tbody tr td {
  padding: 5px 10px;
  vertical-align: top;
}
.table-course-results .table-course-results-row td {
  padding-top: 30px;
  border-top: 1px solid #CCCCCB;
}
.table-course-results .table-course-results-row td:first-child {
  padding-left: 0px;
  padding-right: 20px;
  border-right: 1px solid #CCCCCB;
  color: black;
  font-weight: bold;
  padding-bottom: 30px;
}
.table-course-results .table-course-results-question-row td {
  border-top: 1px solid #E2E2E1;
}
.table-course-results .result-marker {
  text-align: center;
}
.table-course-results .question-name, .table-course-results .question-time {
  padding-left: 30px;
}
.table-course-results .last-question td {
  padding-bottom: 30px;
}
.table-course-results .ss-delete {
  color: #ec127e;
}
.table-course-results .ss-hyphen {
  color: #D0D0D0;
}

a.link-panel {
  text-decoration: none;
  color: #4f535f;
  margin-top: 20px;
  margin-bottom: 15px;
}
a.link-panel:hover {
  background-color: inherit;
  color: #000;
}
a.link-panel.color-black {
  color: #000;
}

#certPDF {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
}
#certPDF .certificate-logo {
  max-width: 250px;
}
#certPDF table td, #certPDF table th {
  padding: 15px !important;
}
#certPDF table th {
  font-weight: normal;
  color: black;
  border-bottom: 1px solid #bbb;
  border-top: 0;
}
#certPDF table .text-center {
  text-align: center;
}
#certPDF table tr.even {
  background-color: #F5F2F4;
}
#certPDF.results-components table tr.even {
  background-color: #ebebea;
}
#certPDF #accreditations {
  background-color: #F5F2F4;
  padding: 25px 35px;
}

.cookieTrail a:hover {
  color: #ec127e;
}

table.tabledesignerview, .course-text table, .asset-dock .reContentCell table {
  border-spacing: 2px;
  border-collapse: separate;
  width: 100%;
  /* RadEditor */
  /* RadEditor end */
  /* RadEditor floating toolbar  */
}
table.tabledesignerview th, .course-text table th, .asset-dock .reContentCell table th {
  background: #40434C;
  color: white;
  text-align: left;
  padding: 15px;
  vertical-align: top;
}
table.tabledesignerview th td, .course-text table th td, .asset-dock .reContentCell table th td {
  background: #40434C;
}
table.tabledesignerview td, .course-text table td, .asset-dock .reContentCell table td {
  background: #dfdfdb;
  padding: 15px;
  vertical-align: top;
}
table.tabledesignerview td .reContentArea, .course-text table td .reContentArea, .asset-dock .reContentCell table td .reContentArea {
  margin-right: -1px;
}
table.tabledesignerview div.content-holder, table.tabledesignerview div.inlinetableedit, .course-text table div.content-holder, .course-text table div.inlinetableedit, .asset-dock .reContentCell table div.content-holder, .asset-dock .reContentCell table div.inlinetableedit {
  margin: 0 15px;
}
table.tabledesignerview td.reWrapper_center, table.tabledesignerview td.reWrapper_corner, table.tabledesignerview td.reToolCell, table.tabledesignerview td.reToolZone, .course-text table td.reWrapper_center, .course-text table td.reWrapper_corner, .course-text table td.reToolCell, .course-text table td.reToolZone, .asset-dock .reContentCell table td.reWrapper_center, .asset-dock .reContentCell table td.reWrapper_corner, .asset-dock .reContentCell table td.reToolCell, .asset-dock .reContentCell table td.reToolZone {
  padding: 0px;
  background: none;
}
table.tabledesignerview .reWrapper, table.tabledesignerview .reContentCell, .course-text table .reWrapper, .course-text table .reContentCell, .asset-dock .reContentCell table .reWrapper, .asset-dock .reContentCell table .reContentCell {
  padding: 0px !important;
}
table.tabledesignerview .reWrapper, table.tabledesignerview .reContentArea, .course-text table .reWrapper, .course-text table .reContentArea, .asset-dock .reContentCell table .reWrapper, .asset-dock .reContentCell table .reContentArea {
  min-width: 1px !important;
  min-height: 12px !important;
  padding: 0px !important;
}
table.tabledesignerview .RadEditor.Default td.reContentCell, .course-text table .RadEditor.Default td.reContentCell, .asset-dock .reContentCell table .RadEditor.Default td.reContentCell {
  border: 0px !important;
  background-color: inherit !important;
}
table.tabledesignerview .RadEditor.Default, .course-text table .RadEditor.Default, .asset-dock .reContentCell table .RadEditor.Default {
  background-color: inherit !important;
}
table.tabledesignerview .reContentCell, .course-text table .reContentCell, .asset-dock .reContentCell table .reContentCell {
  background-color: inherit !important;
  border: none !important;
}
table.tabledesignerview .LMS.reToolbarWrapper, .course-text table .LMS.reToolbarWrapper, .asset-dock .reContentCell table .LMS.reToolbarWrapper {
  padding: 0px !important;
  border: 0 !important;
}
table.tabledesignerview .RadWindow_LMS.reToolbarWindow .reToolbar .reTool:hover, .course-text table .RadWindow_LMS.reToolbarWindow .reToolbar .reTool:hover, .asset-dock .reContentCell table .RadWindow_LMS.reToolbarWindow .reToolbar .reTool:hover {
  background-position: 0 -52px !important;
}
table.tabledesignerview td[class^=reWrapper], table.tabledesignerview .reTlbVertical, table.tabledesignerview .reLeftVerticalSide, table.tabledesignerview td.reToolZone, .course-text table td[class^=reWrapper], .course-text table .reTlbVertical, .course-text table .reLeftVerticalSide, .course-text table td.reToolZone, .asset-dock .reContentCell table td[class^=reWrapper], .asset-dock .reContentCell table .reTlbVertical, .asset-dock .reContentCell table .reLeftVerticalSide, .asset-dock .reContentCell table td.reToolZone {
  display: none;
}
table.tabledesignerview .RadEditor.reWrapper.reInlineEditorSelected, table.tabledesignerview .RadEditor.reWrapper.reInlineEditor:hover, .course-text table .RadEditor.reWrapper.reInlineEditorSelected, .course-text table .RadEditor.reWrapper.reInlineEditor:hover, .asset-dock .reContentCell table .RadEditor.reWrapper.reInlineEditorSelected, .asset-dock .reContentCell table .RadEditor.reWrapper.reInlineEditor:hover {
  border-width: 0px;
}

.RadEditor .reContentAreaToggle table td {
  padding: 15px !important;
}

.rrHandle {
  display: none;
}

.help {
  height: 50px;
  background: rgba(0, 0, 0, 0.13);
  border-bottom: 1px solid #cfcfcf;
}
.help a {
  text-decoration: none;
  margin: 0px 10px;
}
.help a i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.help .help-link {
  color: #efefee;
}
.help .help-link:hover {
  color: #fff;
  text-decoration: none;
}
.help .circle {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 0.8666666667em !important;
  line-height: 20px;
  text-align: center;
  background-color: #ec127e;
  color: #ffffff;
  font-weight: bold;
}
.help .circle.circle3 {
  right: -16px;
  width: 25px;
}
.help .circle.circle4 {
  right: -19px;
  width: 30px;
}
.help .account-menu-wrapper {
  display: none;
  position: absolute;
  top: 51px;
  right: 0px;
  border-top: 0px;
  z-index: 9000;
  background-color: #efefee;
  width: 272px;
  -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);
}
.help .account-menu-wrapper .arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #efefee transparent;
  position: absolute;
  top: -8px;
  left: 128px;
}
.help .account-menu-wrapper .switch-account-link-active {
  display: block;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 2px solid #ec127e;
}
.help .account-menu-wrapper .switch-account-link-active .icon-div {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 23px;
  text-align: center;
  color: #ec127e;
}
.help .account-menu-wrapper .switch-account-link-active .text-div {
  padding: 0px;
  margin: 0px;
  float: left;
  color: #ec127e;
  width: 230px;
}
.help .account-menu-wrapper .switch-account-link {
  display: block;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.help .account-menu-wrapper .switch-account-link .icon-div {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 25px;
  text-align: center;
  visibility: hidden;
}
.help .account-menu-wrapper .switch-account-link .text-div {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 230px;
}
.help .account-menu-wrapper .learner-icon {
  padding: 0px;
  margin: 0px;
  padding-left: 7px;
  padding-right: 7px;
}
.help .account-menu-wrapper .logout {
  font-size: 0.9333333333em !important;
  display: block;
  background-color: #2a2c32;
  color: #efefee;
  text-align: right;
  margin: 0px;
  padding: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.help .account-menu-wrapper .logout:hover {
  color: #fff;
  text-decoration: none;
}
.help .account-menu-links-wrapper {
  margin: 0px;
  padding: 0px;
}
.help .account-menu-link-active {
  display: block;
  padding-left: 10px;
  border-left: 2px solid #ec127e;
  margin-left: 0px;
  padding-left: 23px;
  margin-top: 7px;
  margin-bottom: 7px;
  color: #ec127e;
}
.help .account-menu-link {
  display: block;
  padding-left: 10px;
  margin-left: 0px;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.help .diving-line {
  height: 1px;
  background-color: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #cfcfcf;
}
.help .switch-account-header {
  display: block;
  padding-left: 10px;
  margin-left: 0px;
  padding-left: 25px;
  margin-top: 9px;
  margin-bottom: 9px;
  font-weight: bold;
}
.help .switch-account-header .shuffle-icon {
  position: relative;
  top: 2px;
}
.help .email {
  display: block;
  border-bottom: 1px solid #cfcfcf;
  color: #61636b;
  padding-left: 25px;
  text-decoration: underline;
  font-size: 0.8em !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
.help .switch-account-email {
  text-decoration: underline;
  font-size: 0.7333333333em !important;
  color: #61636b;
  display: block;
  position: relative;
  top: -3px;
}
.help .user-icon {
  font-size: 0.7333333333em !important;
  position: relative;
  top: 0px;
  padding: 0px;
  margin: 0px;
}
.help .help-insider {
  float: right;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
  width: 272px;
  height: 50px;
  border-left: #CCCCCC 1px solid;
  font-size: 0.9333333333em !important;
}
.help .help-insider.simple {
  width: 151px;
  padding-left: 10px;
}
.help .help-insider a:hover {
  color: #ec127e;
}
.help .help-insider .username-link-dropdown-link {
  width: 142px;
  position: relative;
  display: inline-block;
  padding: 15px 15px 16px 25px;
  margin: 0px;
  margin-right: 10px;
  top: -15px;
}
.help .help-insider .username-link-dropdown-link:hover {
  color: #fff;
  text-decoration: none;
}
.help .help-insider .username-link-dropdown-link .inside-div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 105px;
}
.help .help-insider.credits {
  border-left: none;
  padding-right: 10px;
  font-size: 0.8666666667em !important;
  width: 347px;
  text-align: right;
}
.help .help-insider.credits a {
  margin-left: 20px;
  color: #ec127e;
  text-decoration: underline;
}
.help .help-insider.credits a:hover {
  color: #000;
  text-decoration: none;
}
.help .help-insider.credits a.howto-icon {
  margin: 0px 0px 0px 7px;
  text-decoration: none;
}
.help .help-insider.company {
  font-weight: bold;
  overflow: hidden;
  border: none;
  padding-right: 0px !important;
  width: 240px;
}
.help .help-insider.company span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 230px;
}

.topMenu .help .help-insider.credits {
  padding-right: 10px;
}
.topMenu .help .help-insider.company {
  width: 325px;
}
.topMenu .help .help-insider.company span {
  width: 315px;
}

.help-content .help-tabs {
  margin-bottom: 0 !important;
}
.help-content #featuresHelpVideo {
  margin-top: 23px;
}

.help-content {
  background: #FFF;
  margin-bottom: 30px;
  position: relative;
  display: none;
  padding-top: 15px;
}
.help-content h3 {
  border-bottom: solid 1px #b7cfd7;
  font-size: 1.1333333333em !important;
  padding-bottom: 7px;
  margin-top: 0;
}
.help-content .buttons {
  padding-left: 20px;
  padding-right: 5px;
}
.help-content .close-btn, .help-content .show-tour-btn {
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-style: normal !important;
  color: #ec127e;
}
.help-content .close-btn:hover, .help-content .show-tour-btn:hover {
  color: #000;
}
.help-content .close-btn .ss-delete, .help-content .close-btn .ss-info, .help-content .show-tour-btn .ss-delete, .help-content .show-tour-btn .ss-info {
  color: #000;
  padding-right: 10px;
  position: relative;
  top: 2px;
}
.help-content .close-btn .ss-info, .help-content .show-tour-btn .ss-info {
  color: inherit;
}
.help-content .video {
  width: 803px;
}
.help-content .video .video-container {
  cursor: pointer;
}
.help-content .video .video-container .jp-video {
  border: solid 1px #ebebea;
}
.help-content .video .headline {
  font-weight: bold;
  color: #000;
  display: block;
  border-bottom: solid 1px #ebebea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.help-content .video .headline i {
  margin-right: 10px;
  color: #ec127e;
}
.help-content .video .headline .ss-ico {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.help-content .video .headline .ss-play {
  background: #ec127e !important;
  padding: 0px 5px 0px 6px;
  font-size: 10px;
}
.help-content .video .headline .ss-info {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.help-content .or {
  font-weight: bold;
  color: #000;
}
.help-content .take-tour {
  float: left;
  width: 200px;
}
.help-content .help-arrow {
  position: absolute;
  top: -18px;
  right: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: transparent transparent #cbe6ef transparent;
}

.topMenu .help-content {
  width: 804px;
  margin: 0px auto;
}

#upskilllmsTour {
  font-family: Lato, sans-serif;
  padding: 0px;
}
#upskilllmsTour div.carousel-page {
  width: 804px;
  height: 354px;
  margin-bottom: 60px;
  padding: 40px 55px;
  border-bottom: 1px solid #ccc;
}
#upskilllmsTour div.carousel-page.s1 {
  background: url(/cdn/Images/Layout/PrivateArea/help/s1-sm.jpg) top left no-repeat;
  background-size: cover;
}
#upskilllmsTour div.carousel-page.s2 {
  background: url(/cdn/Images/Layout/PrivateArea/help/s2-sm.jpg) top left no-repeat;
  background-size: cover;
}
#upskilllmsTour div.carousel-page.s3 {
  background: url(/cdn/Images/Layout/PrivateArea/help/screen.jpg) top left no-repeat;
  background-size: cover;
}
#upskilllmsTour div.carousel-page.s3 h3 {
  margin-bottom: 5px;
  padding-bottom: 10px;
}
#upskilllmsTour div.carousel-page.s4 {
  background: url(/cdn/Images/Layout/PrivateArea/help/page.jpg) top left no-repeat;
  background-size: cover;
}
#upskilllmsTour div.carousel-page.s4 h3 {
  margin-bottom: 5px;
  padding-bottom: 10px;
}
#upskilllmsTour div.carousel-page.s4 .box-left {
  width: 40%;
  margin-left: 50%;
}
#upskilllmsTour div.carousel-page.s5 {
  background: url(/cdn/Images/Layout/PrivateArea/help/wood.jpg) top left no-repeat;
  background-size: cover;
  color: white;
}
#upskilllmsTour div.carousel-page.s5 h3 {
  margin-bottom: 5px;
  padding-bottom: 10px;
}
#upskilllmsTour div.carousel-page.s5 .box-left p, #upskilllmsTour div.carousel-page.s5 h3 {
  color: white;
}
#upskilllmsTour div.carousel-page.s5 .box-left p {
  line-height: 1.35;
}
#upskilllmsTour div.carousel-page.s5 .box-left {
  position: relative;
  top: -20px;
  left: -15px;
}
#upskilllmsTour div.bg {
  background: url(/cdn/Images/Layout/PrivateArea/help/screen.jpg) top left no-repeat;
  background-size: cover;
}
#upskilllmsTour h3 {
  text-align: center;
  color: white;
  font-size: 31px;
  font-weight: 400;
  line-height: 37px;
  border-bottom: none;
  padding-bottom: 20px;
}
#upskilllmsTour h3 span {
  display: block;
}
#upskilllmsTour p {
  text-align: center;
  font-size: 20px;
  color: white;
  padding: 0 40px;
}
#upskilllmsTour .triple-box {
  background: #1cbbb4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 55px;
}
#upskilllmsTour .triple-box::after {
  display: block;
  content: "";
  clear: both;
}
#upskilllmsTour .triple-box .box {
  width: 33%;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 14px !important;
}
#upskilllmsTour .triple-box .box span {
  display: block;
}
#upskilllmsTour .triple-box .box i {
  font-size: 30px;
  float: left;
  padding: 10px 15px 0 0;
}
#upskilllmsTour .box-left {
  color: #818080;
  padding: 20px;
  width: 36%;
}
#upskilllmsTour .box-left h3 {
  text-align: left;
  color: #818080;
  font-size: 26px;
  font-weight: 400;
  border-bottom: none;
  padding-bottom: 20px;
}
#upskilllmsTour .box-left p {
  text-align: left;
  font-size: 14px;
  color: #818080;
  padding: 0;
}
#upskilllmsTour .box-left a {
  color: #e7127b;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
#upskilllmsTour .box-left a:hover {
  text-decoration: underline;
}
#upskilllmsTour .TourCarouselPagerClass {
  position: absolute;
  bottom: 20px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  font-size: 1.5em;
  z-index: 201;
}
#upskilllmsTour .TourCarouselPagerClass span {
  color: #818080;
  cursor: pointer;
}
#upskilllmsTour .TourCarouselPagerClass span.cycle-pager-active {
  color: #ec127e;
}
#upskilllmsTour .TourCarouselPrevClass, #upskilllmsTour .TourCarouselNextClass {
  position: absolute;
  top: 50%;
  z-index: 201;
  cursor: pointer;
}
#upskilllmsTour .TourCarouselPrevClass i, #upskilllmsTour .TourCarouselNextClass i {
  display: inline-block;
  height: 19px;
  width: 12px;
}
#upskilllmsTour .TourCarouselPrevClass i.arr-left, #upskilllmsTour .TourCarouselNextClass i.arr-left {
  background: url(/cdn/Images/Layout/PrivateArea/help/arrows.png) bottom left no-repeat;
}
#upskilllmsTour .TourCarouselPrevClass i.arr-left:hover, #upskilllmsTour .TourCarouselNextClass i.arr-left:hover {
  background-position: left top;
}
#upskilllmsTour .TourCarouselPrevClass i.arr-left.light, #upskilllmsTour .TourCarouselNextClass i.arr-left.light {
  background: url(/cdn/Images/Layout/PrivateArea/help/arrows-light.png) bottom left no-repeat;
}
#upskilllmsTour .TourCarouselPrevClass i.arr-right, #upskilllmsTour .TourCarouselNextClass i.arr-right {
  background: url(/cdn/Images/Layout/PrivateArea/help/arrows.png) top right no-repeat;
}
#upskilllmsTour .TourCarouselPrevClass i.arr-right:hover, #upskilllmsTour .TourCarouselNextClass i.arr-right:hover {
  background-position: right bottom;
}
#upskilllmsTour .TourCarouselPrevClass i.arr-right.light, #upskilllmsTour .TourCarouselNextClass i.arr-right.light {
  background: url(/cdn/Images/Layout/PrivateArea/help/arrows-light.png) top right no-repeat;
}
#upskilllmsTour .TourCarouselPrevClass {
  left: 20px;
}
#upskilllmsTour .TourCarouselNextClass {
  right: 20px;
}

.no-records {
  font-weight: bold;
  font-size: 1.3333333333em !important;
  color: #a3a3a3;
  padding-top: 45px;
  text-align: center;
  width: 100%;
  height: 95px;
}

.actions-control {
  font-size: 0.8666666667em !important;
  min-height: 30px;
}
.actions-control > a {
  font-weight: bold;
  line-height: 1em;
  min-height: 30px;
}
.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;
  top: 5px;
  right: 7px;
}
.actions-control.btn-group > .btn-action > .action-text {
  width: 85%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  top: 5px;
}
.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;
  /*li:first-child {
      @include font-size-em(12);
      @include font-bold();
  }*/
}
.actions-control .dropdown-menu li {
  padding: 3px 7px;
  text-align: left;
  font-size: 0.8666666667em !important;
}
.actions-control .dropdown-menu li > a, .actions-control .dropdown-menu li button {
  display: block !important;
  text-decoration: none;
}
.actions-control .dropdown-menu li > a > i[class*=ss-], .actions-control .dropdown-menu li button > i[class*=ss-] {
  margin-right: 10px;
}
.actions-control .dropdown-menu li > a:hover, .actions-control .dropdown-menu li button:hover {
  text-decoration: none;
  background: #5f6168;
  color: #fff;
}
.actions-control .dropdown-menu li > button {
  border: none;
  background: none;
  width: 100%;
  padding: 3px 20px;
  text-align: left;
  cursor: pointer;
}

.navbar.filter {
  margin-bottom: 0px;
}
.navbar.filter > .navbar-inner {
  min-height: 0px;
  background-color: transparent;
  background-image: none;
  border: 0px none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1em !important;
  font-family: "Lato", sans-serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*a.selected:hover
  {
      color: white;
      background: $lmsMainHiglightColor;
  }*/
}
.navbar.filter > .navbar-inner > .nav {
  padding-right: 5px;
}
.navbar.filter > .navbar-inner > .nav li:not(:first-child) {
  border: 1px solid #cccccb;
  border-right: 0;
  /* fallback */
  background-color: #ecede8;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ecede8), to(#e4e4e2));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #ecede8, #e4e4e2);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #ecede8, #e4e4e2);
  /* IE 10 */
  background: -ms-linear-gradient(top, #ecede8, #e4e4e2);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #ecede8, #e4e4e2);
}
.navbar.filter > .navbar-inner > .nav li:first-child {
  line-height: 12px;
  padding: 5px;
  padding-right: 10px;
}
.navbar.filter > .navbar-inner > .nav li:nth-of-type(2) {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.navbar.filter > .navbar-inner > .nav li:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid #cccccb;
}
.navbar.filter > .navbar-inner > .nav li {
  float: left;
}
.navbar.filter > .navbar-inner > .nav li a {
  cursor: pointer;
}
.navbar.filter > .navbar-inner li.no-right-border {
  border-right: 0px;
}
.navbar.filter > .navbar-inner li.no-left-padding {
  padding-left: 0px;
}
.navbar.filter > .navbar-inner a {
  -webkit-text-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 0.8em !important;
  line-height: 16px;
  color: #000;
  padding: 5px 8px;
}
.navbar.filter > .navbar-inner a > i {
  line-height: 6px;
  display: inline-block;
}
.navbar.filter > .navbar-inner a:hover {
  color: #5f6168;
  /* fallback */
  background-color: #fefefe;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f4f4f4));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  /* IE 10 */
  background: -ms-linear-gradient(top, #fefefe, #f4f4f4);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fefefe, #f4f4f4);
}
.navbar.filter > .navbar-inner .selected {
  color: white;
  background: #606068;
}

.course-category .accordion-group {
  background-color: #fff;
  min-height: 45px;
  float: left;
  width: 100%;
}
.course-category .accordion-group .accordion-heading {
  display: flex;
}
.course-category .accordion-toggle {
  display: inline-block;
  padding-left: 0px;
  width: 100%;
}
.course-category .subcategory {
  padding: 11px 0px;
  display: inline-flex;
}
.course-category .subcategory .checkbox.inline {
  padding: 5px 0 0 20px;
}
.course-category .accordion-body {
  width: 100%;
}
.course-category .collapse {
  float: left;
  overflow: visible;
  transition: height 0.01s;
  visibility: hidden;
}
.course-category .accordion-inner {
  padding: 0px;
}
.course-category .subgroup-row:not(:last-child) {
  border-bottom: solid 1px #e5e5e5;
}
.course-category .checkbox {
  padding-top: 0px;
  width: 45px;
}
.course-category .checkbox input {
  margin: 0px;
  margin-right: 10px;
}
.course-category .no-link {
  text-decoration: none;
  cursor: default;
}
.course-category .no-link:hover {
  color: #000000;
}
.course-category .actions {
  margin: 8px 10px;
}

.label {
  text-transform: uppercase;
  text-shadow: none;
  padding: 5px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0.8em !important;
  font-weight: bold;
}

.label-warning {
  background-color: #fd9213;
}

.label-small {
  padding: 2px 7px;
  margin: 5px 15px;
}

.popover-title {
  border: none;
  height: 10px;
  background: white;
  padding: 0px;
}

.cookieTrail i {
  position: relative;
  top: 2px;
  padding-right: 5px;
}

.pink {
  color: #ec127e;
}

.buy-credits-boxes-holder.buy-credits-boxes {
  width: 820px;
}
.buy-credits-boxes-holder .buy-credits-box {
  display: block;
  float: left;
  width: 190px;
  margin-right: 15px;
  margin-bottom: 12px;
  background: #fff;
  padding: 19px;
  border: 1px solid #E7E7E7;
  text-align: center;
  box-shadow: 1px 1px 2px #ccc;
  text-decoration: none;
  color: black;
  line-height: 1.3;
}
.buy-credits-boxes-holder .buy-credits-box:hover {
  color: black;
}
.buy-credits-boxes-holder .buy-credits-box .credit-num {
  font-size: 38px;
  display: block;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.buy-credits-boxes-holder .buy-credits-box .credit-num-label {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.buy-credits-boxes-holder .buy-credits-box .credit-short-desc {
  display: table-cell;
  width: 150px;
  height: 85px;
  vertical-align: middle;
  font-size: 15px;
}
.buy-credits-boxes-holder .buy-credits-box .credit-short-desc .credit-save {
  color: #ec127e;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.buy-credits-boxes-holder .buy-credits-box .credit-short-desc .price-per-credit {
  color: #999999;
}
.buy-credits-boxes-holder .buy-credits-box .btn {
  width: 150px !important;
}

.buy-more-credits {
  background: #fff;
  padding: 18px 30px;
  padding-bottom: 10px;
  border: 1px solid #E7E7E7;
  box-shadow: 1px 1px 2px #ccc;
  color: black;
  line-height: 1.3;
  margin-top: 5px;
}
.buy-more-credits h3 {
  font-size: 18px;
  margin-top: 0px;
}
.buy-more-credits p {
  margin-bottom: 13px;
}
.buy-more-credits input {
  width: 360px;
  margin: 0px 15px;
  position: relative;
  top: 0px;
}

.credits-faq {
  margin: 30px 0px;
  color: #000;
}
.credits-faq h4 {
  margin-bottom: 0px;
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.credits-faq p {
  font-size: 14px;
}

.buy-credits-box-detail {
  background: #fff;
  padding: 18px 30px;
  padding-bottom: 10px;
  border: 1px solid #E7E7E7;
  box-shadow: 1px 1px 2px #ccc;
  line-height: 1.3;
  width: 536px;
  float: left;
  margin-bottom: 30px;
}
.buy-credits-box-detail hr {
  margin: 15px 0px;
}
.buy-credits-box-detail .total-table {
  margin-top: 23px;
}
.buy-credits-box-detail .total-table td {
  padding: 11px 0px 0px 0px;
}
.buy-credits-box-detail .total-table td:first-child {
  padding-right: 15px;
}
.buy-credits-box-detail .total-table tr.total-row td {
  border-top: 1px solid #ccc;
}
.buy-credits-box-detail .total-table tr.gst td {
  padding-bottom: 15px;
}
.buy-credits-box-detail #rblPaymentType label {
  font-weight: normal;
  padding-left: 5px;
}
.buy-credits-box-detail .input-block-level label {
  font-weight: normal;
  padding-left: 5px;
}

.credits-added .credits-added-box {
  background: #fff;
  padding: 18px 30px;
  padding-top: 0px;
  border: 1px solid #E7E7E7;
  box-shadow: 1px 1px 2px #ccc;
  color: black;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.credits-added .credits-added-box .alert {
  display: inline-block;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-shadow: none;
  font-size: 14px;
}
.credits-added .credits-added-box .credit-num {
  font-size: 42px;
  display: block;
  font-weight: bold;
  margin-top: 30px;
  font-family: "Lato", sans-serif;
}
.credits-added .credits-added-box .credit-num-label {
  padding-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  display: block;
}
.credits-added .credits-added-box h3 {
  font-weight: normal;
  margin: 0px;
  font-size: 18px;
  line-height: 1.6em;
}
.credits-added .credits-added-box h3 strong {
  font-weight: bold;
}
.credits-added .credits-added-box p, .credits-added .credits-added-box ul {
  width: 500px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.credits-added .credits-added-box ul {
  padding-left: 18px;
  margin-bottom: 1rem;
}
.credits-added .credits-added-box .failed-message p {
  margin-bottom: 15px;
}
.credits-added .credits-added-box .buttonbox {
  width: 250px;
  margin: 20px auto;
}
.credits-added .credits-added-box .buttonbox .btn {
  width: 100%;
  margin: 10px 0px;
}

.purchase-licences {
  margin-top: 20px;
}
.purchase-licences .buy-credits-box-detail {
  width: 520px;
  margin-left: 20px;
  min-height: 240px;
}
.purchase-licences .price-row {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.purchase-licences .price-row .price {
  color: #ec127e;
  font-size: 20px;
}
.purchase-licences .enter-box label {
  display: inline-block;
}
.purchase-licences .total-table {
  margin-top: 10px;
}
.purchase-licences .NumberOfLicences {
  position: relative;
  top: 3px;
  margin-left: 10px;
  margin-right: 7px;
  width: 70px;
}
.purchase-licences .btn-quote {
  position: relative;
  top: -3px;
}
.purchase-licences .credits-added .my-course-item {
  float: none;
  height: auto;
  margin: 30px auto;
}

.message-box .new-messages-count {
  background: #ec127e;
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.message-box .new-messages-count span {
  font-size: 0.9em;
  font-weight: bold;
}
.message-box .new-messages-count.circle3 {
  width: 31px;
  margin-left: 2px;
}
.message-box .new-messages-count.circle4 {
  width: 40px;
  margin-left: 4px;
}
.message-box .btn-archive {
  width: 35px;
  height: 35px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.message-box .btn-archive:hover {
  background-color: #ec127e;
  color: white;
}
.message-box .btn-archive i {
  position: relative;
  left: 11px;
  top: 9px;
}
.message-box .pageIntro {
  border-bottom: 0px none;
}
.message-box .text-type {
  display: inline-block;
  padding: 8px 8px;
  position: relative;
  top: -2px;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  font-size: 11px;
  background: #e5e5e5;
  margin-right: 5px;
}
.message-box .RadGrid_LMS {
  margin-top: 0px;
  font-size: 13px;
}
.message-box .RadGrid_LMS .name-label {
  color: #000;
  font-weight: bold;
}
.message-box .RadGrid_LMS .name-label span.job-title {
  font-style: italic;
  font-weight: normal;
}
.message-box .RadGrid_LMS .date {
  color: #3f424b;
  opacity: 0.7;
}
.message-box .message-list {
  padding-top: 10px;
}
.message-box .message-list a {
  display: block;
  padding: 6px;
  padding-left: 10px;
  font-size: 15px;
  color: #4f535f;
  margin: 3px 0px;
  margin-right: -16px;
  position: relative;
  z-index: 10;
  text-decoration: none;
  line-height: 20px;
}
.message-box .message-list a:hover {
  background: #fff;
}
.message-box .message-list a i {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.message-box .message-list a.active {
  color: #000;
  font-weight: bold;
  background: #fff;
}
.message-box .message-list a.active i {
  color: #ec127e;
}
.message-box .message-list a.active: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;
}
.message-box .message-list a.active: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;
}
.message-box .message-detail-box {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #DBDBD9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.message-box .message-detail-box .message-detail-box-head {
  padding: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #BABABA;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #e7e7e5;
  background-image: -moz-linear-gradient(top, #ececea, #dfdfdd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececea), to(#dfdfdd));
  background-image: -webkit-linear-gradient(top, #ececea, #dfdfdd);
  background-image: -o-linear-gradient(top, #ececea, #dfdfdd);
  background-image: linear-gradient(top bottom, #ececea, #dfdfdd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffececea", endColorstr="#ffdfdfdd", GradientType=0);
}
.message-box .message-detail-box .message-detail-box-head::after {
  display: block;
  content: "";
  clear: both;
}
.message-box .message-detail-box .message-detail-box-head #lbtnBack {
  color: #4f535f;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.message-box .message-detail-box .message-detail-box-head #lbtnBack i {
  position: relative;
  top: 5px;
  margin-right: 10px;
  font-size: 20px;
}
.message-box .message-detail-box .message-panel {
  font-size: 13px;
  padding: 25px;
}
.message-box .message-detail-box .message-panel .person {
  color: black;
}
.message-box .message-detail-box .message-panel .row-date {
  font-size: 11px;
  margin-bottom: 15px;
  color: black;
}
.message-box .message-detail-box .reply {
  margin: 25px;
}
.message-box .message-detail-box .reply .reply-head {
  background: #ec127e;
  padding: 15px 25px;
  color: white;
}
.message-box .message-detail-box .reply .reply-head a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}
.message-box .message-detail-box .reply .reply-head a i {
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-left: 10px;
}
.message-box .message-detail-box .reply .reply-body {
  padding: 25px;
  background: white;
  border: 1px solid #ccc;
  border-top: 0px none;
}
.message-box .message-detail-box .history {
  margin-left: 25px;
}
.message-box .message-detail-box .rowdelimiter {
  margin: 0px 25px;
}
.message-box .new-message-box .new-message-head {
  background: #ec127e;
  padding: 15px 25px;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
.message-box .new-message-box .new-message-head a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}
.message-box .new-message-box .new-message-head a.ss-delete {
  font-size: 20px;
  position: relative;
  top: 0px;
  margin-left: 10px;
}
.message-box .new-message-box .new-message-head:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: -14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 17px 14px 17px 0;
  border-color: transparent #ec127e transparent transparent;
}
.message-box .new-message-box .new-message-body {
  padding: 25px;
  background: white;
  border: 1px solid #ccc;
  border-top: 0px none;
}
.message-box .new-message-box .new-message-body input[type=text] {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.message-box .new-message-box .new-message-body .RadAutoCompleteBox_LMS .racTokenList {
  border: none;
}

.RadEditor .reToolbarWrapper {
  background-color: #efefee;
}

#hypHelp.tour-highlight {
  color: #ec127e;
}

.asset-title > i {
  position: relative;
  top: 3px;
  margin-right: 10px;
  color: #5f6168;
  float: left;
}
.asset-title .label {
  float: left;
}

.drag-handler {
  background-image: url(/cdn/Images/Layout/PrivateArea/burger.png);
  background-position-y: -8px;
  width: 17px;
  height: 22px;
}
.drag-handler:hover {
  background-position-y: -43px;
}

.asset-dock a.btn {
  font-size: 90%;
  padding-bottom: 5px !important;
  margin: 0px 0px 3px 5px;
}
.asset-dock a.btn div {
  display: inline;
}
.asset-dock a.btn span.closeCommand {
  float: left;
  margin: 2px 0px 0px 5px !important;
}
.asset-dock .rdCommands {
  margin-bottom: 10px !important;
}
.asset-dock.RadDock .rdContent .reWrapper {
  width: 99.9% !important;
}
.asset-dock.RadDock .rdContent .cb-expandable-content {
  padding-bottom: 5px;
}

.question-container.collapsed {
  height: 110px;
  overflow: hidden;
}
.question-container .question-position {
  position: relative;
  visibility: hidden;
  top: -120px;
}
.question-container .question-text-collapsed {
  min-height: 23px;
}
.question-container .btn-open-close div {
  display: inline;
}
.question-container .assetImageGallery .galleria {
  width: 536px;
  height: 415px;
}
.question-container .assetImageGallery .galleria .galleria-stage {
  width: 536px;
  height: 357px;
}

.assetImageGallery .galleria {
  width: 560px;
  height: 400px;
}
.assetImageGallery .galleria .galleria-stage {
  width: 560px;
  height: 340px;
}

.evaluationFormSpan {
  font-weight: bold;
}

.rgCheck.no-cb input {
  display: none;
}

.course-branding-colour .accordion-body {
  overflow: no-display;
}
.course-branding-colour .accordion-heading a.accordion-toggle i {
  display: inline-block;
  background: url(/cdn/Images/Layout/PrivateArea/pallete.png) no-repeat left top;
  height: 18px;
  top: 4px !important;
}
.course-branding-colour .accordion-heading a.accordion-toggle:hover i {
  background-position: left bottom;
}
.course-branding-colour .accordion-heading a.accordion-toggle:not(.collapsed) i {
  background-position: left center;
}

.course-branding-colour-picker, .course-branding-font-picker {
  display: flex !important;
}
.course-branding-colour-picker.show, .course-branding-font-picker.show {
  display: flex !important;
}
.course-branding-colour-picker > a, .course-branding-font-picker > a {
  display: block;
  border-radius: 3px !important;
  font-weight: normal;
  background: #E8E8E4 !important;
  width: 100%;
  margin: 5px 0px;
}
.course-branding-colour-picker > a::after, .course-branding-font-picker > a::after {
  display: block;
  content: "";
  clear: both;
}
.course-branding-colour-picker > a span, .course-branding-font-picker > a span {
  float: left;
}
.course-branding-colour-picker > a i, .course-branding-font-picker > a i {
  float: right;
  color: #ec127e !important;
}
.course-branding-colour-picker.actions-control.btn-group.open > a, .course-branding-colour-picker.actions-control.btn-group.open > a:hover, .course-branding-colour-picker.actions-control.btn-group.show > a, .course-branding-colour-picker.actions-control.btn-group.show > a:hover, .course-branding-font-picker.actions-control.btn-group.open > a, .course-branding-font-picker.actions-control.btn-group.open > a:hover, .course-branding-font-picker.actions-control.btn-group.show > a, .course-branding-font-picker.actions-control.btn-group.show > a:hover {
  background-color: #5C5E65 !important;
  color: white !important;
  position: relative;
  z-index: 1011;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}
.course-branding-colour-picker.actions-control.btn-group.open .dropdown-menu, .course-branding-colour-picker.actions-control.btn-group.show .dropdown-menu, .course-branding-font-picker.actions-control.btn-group.open .dropdown-menu, .course-branding-font-picker.actions-control.btn-group.show .dropdown-menu {
  min-width: 99%;
  padding-top: 12px;
  top: 20px;
  display: block;
}

.course-branding-colour-scale-picker ul {
  margin: 0px;
  padding: 0px;
  padding-left: 3px;
}
.course-branding-colour-scale-picker ul .tooLightSquare {
  border: 1px solid #DFDFDB;
  width: 11px;
  height: 11px;
}
.course-branding-colour-scale-picker ul .tooLightSquare.active {
  border: 1px solid #DFDFDB !important;
}
.course-branding-colour-scale-picker ul .tooLightSquare.active i {
  color: black;
}
.course-branding-colour-scale-picker ul li {
  display: inline-block;
  float: left;
  width: 13px;
  height: 13px;
  margin: 0px !important;
  padding: 0px !important;
  border-left: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s; /* Safari 3.1 to 6.0 */
  transition: transform 0.5s;
}
.course-branding-colour-scale-picker ul li i {
  display: none;
  color: #fff;
}
.course-branding-colour-scale-picker ul li.active {
  -ms-transform: scale(1.4, 1.4); /* IE 9 */
  -webkit-transform: scale(1.4, 1.4); /* Chrome, Safari, Opera */
  transform: scale(1.4, 1.4);
  border-color: transparent !important;
}
.course-branding-colour-scale-picker ul li.active i {
  display: inline;
  position: relative;
  top: -3px;
  left: 1px;
}
.course-branding-colour-scale-picker ul li:first-child {
  border-left: none;
}
.course-branding-colour-scale-picker .clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.bottomHorizontalTwoLineBorder-wide {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.stylebuilder {
  background: #fff;
}
.stylebuilder h3 {
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  background: #E2E2E0;
  border-bottom: 2px solid #D1D1D0;
  font-size: 13px !important;
  padding: 10px;
  padding-left: 45px;
  color: #34353c;
  font-family: "Lato", sans-serif;
}
.stylebuilder .accordion .accordion-group {
  border: 0px none;
  margin-bottom: 0px;
}
.stylebuilder .accordion .accordion-group:not(:first-child) .accordion-heading a.accordion-toggle {
  border-top: 1px solid #fff;
}
.stylebuilder .accordion .accordion-heading a.accordion-toggle {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  background: #EBEBEA;
  border-bottom: 2px solid #E2E2E1;
  color: #34353c;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Lato", sans-serif;
}
.stylebuilder .accordion .accordion-heading a.accordion-toggle i {
  color: #cccccc;
  width: 30px;
  font-size: 1.3em;
  position: relative;
  top: 2px;
}
.stylebuilder .accordion .accordion-heading a.accordion-toggle:hover i {
  color: #ec127e;
}
.stylebuilder .accordion .accordion-heading a.accordion-toggle:not(.collapsed) {
  background: #fff;
}
.stylebuilder .accordion .accordion-heading a.accordion-toggle:not(.collapsed) i {
  color: #34353c;
}
.stylebuilder .colorPickerBtn {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  cursor: pointer;
  background: url(/cdn/Images/Layout/PrivateArea/colorwheel.png) no-repeat left top;
}
.stylebuilder .colorPickerBtn.colorPickerGreyBtn {
  background-position: bottom;
}
.stylebuilder .colorShowSquare {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #DFDFDB;
  float: left;
  margin: 5px 2px 5px 0px;
}
.stylebuilder .selected-colour-line {
  border: 1px solid #D1D1CF;
  margin-left: -5px;
  padding: 0px 4px 0px 4px;
}
.stylebuilder .customColoursPreviewLine {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #D1D1CF;
}
.stylebuilder .themeColoursPreviewLine {
  cursor: pointer;
}
.stylebuilder .graphics-colour {
  font-size: 11px;
}
.stylebuilder .customColoursLabel {
  padding-top: 5px;
  font-size: 11px;
  color: #D1D1CF;
  float: right;
}
.stylebuilder .customColors .customColorsOr {
  border-bottom: 1px solid #D1D1CF;
  height: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.stylebuilder .customColors .customColorsOr span {
  background: #fff;
  display: inline-block;
  padding: 0px 5px;
  position: relative;
  top: 5px;
  font-size: 12px;
  font-weight: bold;
}
.stylebuilder .customColors .collorPicker {
  margin: 10px 0px;
}
.stylebuilder .brandingLabel {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}
.stylebuilder .accordion-inner > div > div:first-child > .brandingLabel:first-child {
  margin-top: 0px;
}
.stylebuilder .brandingLabelBig {
  font-size: 18px;
  font-weight: normal;
  color: black;
  padding-top: 5px;
}
.stylebuilder .brandingLabelSmall {
  font-size: 12px;
  font-weight: normal;
}
.stylebuilder .graphics-upload {
  margin-bottom: 0px;
  font-size: 0.8em;
}
.stylebuilder .course-branding-font-picker .active {
  background-color: #DFDFDB;
  color: #FFFFFF;
}
.stylebuilder .course-branding-font-picker li {
  background-color: #FFFFFF;
  color: #000000;
}
.stylebuilder .course-branding-font-picker li:hover {
  background-color: #DFDFDB;
}

.styling::after {
  display: block;
  content: "";
  clear: both;
}
.styling .leftbar {
  width: 190px;
  margin-right: 15px;
  float: left;
  padding-top: 20px;
}
.styling .rightbar {
  width: 655px;
  padding-left: 18px;
  height: 2570px;
  float: left;
  padding-top: 20px;
  border-left: 1px solid #CCCCCB;
  position: relative;
}
.styling .rightbar:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -2px;
  width: 1px;
  height: 100%;
  background: #fff;
}
.styling .rightbar .iframePreview {
  position: relative;
}
.styling .rightbar .iframePreview div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.colpick_full {
  z-index: 2;
}
.colpick_full .colpick_rgb_r {
  top: 38px;
}
.colpick_full .colpick_rgb_g {
  top: 63px;
}
.colpick_full .colpick_rgb_b {
  top: 88px;
}
.colpick_full .colpick_hex_field {
  top: 113px;
}
.colpick_full .colpick_hsb_h {
  top: 38px;
}
.colpick_full .colpick_hsb_s {
  top: 63px;
}
.colpick_full .colpick_hsb_b {
  top: 88px;
}
.colpick_full .colpick_submit {
  top: 139px;
}

.course-preview-zoom {
  transform: scale(0.708);
  -ms-transform: scale(0.708); /* IE 9 */
  -webkit-transform: scale(0.708); /* Safari and Chrome */
  -o-transform: scale(0.708); /* Opera */
  -moz-transform: scale(0.708); /* Firefox */
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -moz-transform-origin: top left;
}

iframe.course-preview-zoom, iframe.course-preview-zoom-ff {
  width: 1026px;
  height: 3580px;
}

.course-preview-zoom-ff {
  width: 1026px !important;
  height: 3580px !important;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.collapse.in.fully {
  overflow: visible;
}
.collapse.show {
  height: auto;
  overflow: visible;
  visibility: visible;
}

.date-picker-margin-left-0 {
  margin-left: 0px !important;
}

.ccca-action-plan .assessment .answer-options {
  margin: 0 0 20px 0;
}

.ccca-pdf {
  font-size: 15px;
  line-height: 20px;
  color: black;
  font-family: Flama;
}
.ccca-pdf h1, .ccca-pdf h2, .ccca-pdf h3 {
  margin: 0px;
  line-height: 19px;
  font-size: 15px;
}
.ccca-pdf h1 {
  font-family: FlamaBlack;
  font-size: 3.4em;
  line-height: 1.2em;
  color: #9f2921;
  margin-bottom: 40px;
}
.ccca-pdf h2 {
  font-family: FlamaBlack;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #9f2921;
  margin-bottom: 30px;
}
.ccca-pdf h3 {
  font-family: FlamaMedium;
  font-size: 1em;
  line-height: 1.2em;
  color: black;
  margin-bottom: 5px;
}
.ccca-pdf h3.highlight {
  color: #9f2921;
  margin-bottom: 30px;
  font-weight: normal;
}
.ccca-pdf p {
  font-family: FlamaLight;
  font-size: 1em;
}
.ccca-pdf hr {
  background-color: #9f2921;
  border: 0;
  height: 1px;
}
.ccca-pdf table {
  width: 100%;
  margin-bottom: 32px;
  border-collapse: collapse;
  border: 0px;
  background: none;
}
.ccca-pdf table thead {
  page-break-after: avoid;
}
.ccca-pdf table th {
  background-color: #9f2921;
  color: white;
  text-transform: uppercase;
  text-align: left;
  padding: 15px;
  border-bottom: solid 1px white;
  border-right: solid 1px white;
  font-family: Flama;
  page-break-inside: avoid;
}
.ccca-pdf table th.due-date {
  width: 100px;
}
.ccca-pdf table th.connection {
  width: 220px;
}
.ccca-pdf table td {
  background-color: #f6f5f6;
  padding: 15px;
  margin: 0px;
  border-bottom: solid 1px white;
  border-right: solid 1px white;
  font-family: Flama;
  page-break-inside: avoid;
  vertical-align: top;
}
.ccca-pdf table td.number {
  width: 18px;
  background-color: #58595b;
  color: white;
  text-align: center;
}
.ccca-pdf table tr.last td {
  border-bottom: none;
}
.ccca-pdf table td.last, .ccca-pdf table th.last {
  border-right: none;
}
.ccca-pdf .page-break {
  page-break-after: always;
}

#cccaActionPlanPdf .section-container {
  margin-top: 90px;
}
#cccaActionPlanPdf .project-form table th {
  display: none;
}
#cccaActionPlanPdf .project-form .project-label {
  color: #9f2921;
}

#cccaSelfReflectionPdf h1, #cccaSelfReflectionPdf h2, #cccaSelfReflectionPdf h3 {
  color: #cf9720;
}
#cccaSelfReflectionPdf h2 {
  margin-top: 50px;
}
#cccaSelfReflectionPdf h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: normal;
}
#cccaSelfReflectionPdf .text-block {
  background-color: #f2f3f3;
  padding: 15px;
  margin-bottom: 15px;
}
#cccaSelfReflectionPdf table th {
  background-color: #cf9720;
}

#cccaCourseNotesPdf table th, #cccaCourseNotesPdf table td {
  border: none;
  background-color: #f2f3f3;
}
#cccaCourseNotesPdf table th {
  color: #8a5928;
}
#cccaCourseNotesPdf table tr.notes td {
  border-bottom: solid 1px white;
}
#cccaCourseNotesPdf h1, #cccaCourseNotesPdf h2, #cccaCourseNotesPdf h3 {
  color: #8a5928;
}

.tafe-enrolment .aspNetDisabled {
  width: 100%;
  box-sizing: border-box;
  min-height: 33px;
}
.tafe-enrolment .close-container {
  display: block;
}
.tafe-enrolment .caption {
  font-weight: bold;
  font-size: 1.2em;
}
.brandable.ccca .timeline .timeline-field {
  position: relative;
  border-left: 2px solid #30323a;
  padding-left: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 10px;
  cursor: pointer;
}
.brandable.ccca .timeline .timeline-field > div {
  display: table;
  background-color: white;
  margin: 0 auto;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.brandable.ccca .timeline .timeline-field > div > div {
  display: table-row;
}
.brandable.ccca .timeline .timeline-field > div > div .year {
  position: relative;
  display: table-cell;
  width: 75px;
  background-color: #30323a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: white;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.brandable.ccca .timeline .timeline-field > div > div .year.smaller-font {
  padding-left: 5px;
  padding-right: 5px;
  width: 65px;
  padding-bottom: 15px;
  font-size: 14px;
}
.brandable.ccca .timeline .timeline-field > div > div .year:after {
  right: 100%;
  top: 23px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(159, 41, 33, 0);
  border-right-color: #30323a;
  border-width: 10px;
  margin-top: -10px;
}
.brandable.ccca .timeline .timeline-field > div > div .body {
  display: table-cell;
  position: relative;
  width: auto;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px;
  vertical-align: top;
  padding-left: 30px;
  padding-right: 50px;
}
.brandable.ccca .timeline .timeline-field > div > div .body .heading {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: bold;
  color: #30323a;
}
.brandable.ccca .timeline .timeline-field > div > div .body .text {
  display: none;
  padding-bottom: 14px;
  color: #30323a;
}
.brandable.ccca .timeline .timeline-field > div > div .body .toggle {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 20px;
  border: 1px solid #30323a;
  color: #30323a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 25px;
  line-height: 29px;
  height: 25px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.brandable.ccca .timeline .timeline-field > div > div .body .toggle .ss-dropdown {
  display: inline;
}
.brandable.ccca .timeline .timeline-field > div > div .body .toggle .ss-delete {
  display: none;
}
.brandable.ccca .timeline .timeline-field > div > div .body .toggle.opened .ss-dropdown {
  display: none;
}
.brandable.ccca .timeline .timeline-field > div > div .body .toggle.opened .ss-delete {
  display: inline;
}
.brandable.ccca .timeline .timeline-field:hover > div > div .year, .brandable.ccca .timeline .timeline-field.active > div > div .year {
  background-color: #9f2921;
}
.brandable.ccca .timeline .timeline-field:hover > div > div .year:after, .brandable.ccca .timeline .timeline-field.active > div > div .year:after {
  border-color: rgba(159, 41, 33, 0);
  border-right-color: #9f2921;
}
.brandable.ccca .timeline .timeline-field:hover > div > div .body .heading, .brandable.ccca .timeline .timeline-field.active > div > div .body .heading {
  color: #9f2921;
}
.brandable.ccca .timeline .timeline-field:hover > div > div .body .toggle, .brandable.ccca .timeline .timeline-field.active > div > div .body .toggle {
  border: 1px solid #9f2921;
  color: #9f2921;
}
.brandable.ccca .timeline .timeline-field:before {
  position: absolute;
  top: 17px;
  left: -9px;
  content: " ●";
  font-size: 28px;
  color: #30323a;
}
.brandable.ccca .timeline .timeline-field:first-child {
  padding-top: 40px;
}
.brandable.ccca .timeline .timeline-field:first-child:before {
  top: 50px;
}
.brandable.ccca .timeline .timeline-field:last-child {
  padding-bottom: 40px;
}
.brandable.ccca .carousel-comparison {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  width: 100%;
}
.brandable.ccca .carousel-comparison .body {
  width: 100%;
  position: relative;
}
.brandable.ccca .carousel-comparison .body .left {
  background: #a81e08 url(/cdn/Images/Customisations/Ccca/carousel-bg.png) top right no-repeat;
  color: white;
}
.brandable.ccca .carousel-comparison .body .left h1 {
  color: white !important;
}
.brandable.ccca .carousel-comparison .body .right {
  background-color: white;
  color: #30323a;
}
.brandable.ccca .carousel-comparison .body .right h1 {
  color: #30323a !important;
}
.brandable.ccca .carousel-comparison .body .left, .brandable.ccca .carousel-comparison .body .right {
  float: left;
  position: relative;
  width: 50%;
  height: 338px;
}
.brandable.ccca .carousel-comparison .body .left h1, .brandable.ccca .carousel-comparison .body .left .text, .brandable.ccca .carousel-comparison .body .right h1, .brandable.ccca .carousel-comparison .body .right .text {
  margin-left: 40px;
}
.brandable.ccca .carousel-comparison .body .left h1, .brandable.ccca .carousel-comparison .body .right h1 {
  margin-top: 60px;
  font-size: 34px;
  font-family: Lato !important;
}
.brandable.ccca .carousel-comparison .body .left .text, .brandable.ccca .carousel-comparison .body .right .text {
  margin-top: 20px;
  margin-right: 35px;
}
.brandable.ccca .carousel-comparison .body .circle {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 145px;
  border: 4px solid white;
  color: black;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 42px;
  line-height: 42px;
  height: 42px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.brandable.ccca .carousel-comparison .body .circle .inner-circle {
  position: relative;
  border: 0px;
  color: white;
  background-color: #a81e08;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 34px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.brandable.ccca .carousel-general {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  width: 100%;
  height: auto;
  padding-top: 0px;
  margin: 0px;
}
.brandable.ccca .carousel-general .carousel-heading {
  background: #a81e08 url(/cdn/Images/Customisations/Ccca/carousel-bg-2.png) top right no-repeat;
  margin: 0px;
  padding: 40px;
  height: 140px;
}
.brandable.ccca .carousel-general .carousel-heading h1 {
  float: left;
  color: white;
  padding: 0px;
  margin: 0px;
  border-left: 1px solid white;
  padding-left: 15px;
  font-size: 30px;
  line-height: 30px;
}
.brandable.ccca .carousel-general .carousel-heading .page-number {
  float: left;
  font-family: Lato, sans-serif;
  color: white;
  font-weight: bold;
  font-size: 50px;
  line-height: 46px;
  padding-right: 10px;
  border-left: 0px;
  padding-left: 0px;
}
.brandable.ccca .carousel-general .body {
  height: 430px;
  position: relative;
  color: #30323a;
  width: 100%;
  overflow: visible;
}
.brandable.ccca .carousel-general .body .heading {
  padding: 20px;
  text-transform: capitalize;
  font-weight: bold;
  padding-bottom: 10px;
}
.brandable.ccca .carousel-general .body .text {
  padding: 20px;
  padding-top: 0px;
}
.brandable.ccca .carousel-general .body .text ul {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.brandable.ccca .carousel-general .body .text ul li {
  margin-bottom: 5px;
}
.brandable.ccca .carousel-comparison .menu i, .brandable.ccca .carousel-general .menu i {
  display: inline-block;
  height: 9px;
  width: 4px;
}
.brandable.ccca .carousel-comparison .menu i.arr-left, .brandable.ccca .carousel-general .menu i.arr-left {
  background: url(/cdn/Images/Customisations/Ccca/arrows.png) bottom left no-repeat;
}
.brandable.ccca .carousel-comparison .menu i.arr-left:hover, .brandable.ccca .carousel-general .menu i.arr-left:hover {
  background-position: left top;
}
.brandable.ccca .carousel-comparison .menu i.arr-right, .brandable.ccca .carousel-general .menu i.arr-right {
  background: url(/cdn/Images/Customisations/Ccca/arrows.png) top right no-repeat;
}
.brandable.ccca .carousel-comparison .menu i.arr-right:hover, .brandable.ccca .carousel-general .menu i.arr-right:hover {
  background-position: right bottom;
}
.brandable.ccca .carousel-comparison .menu .carousel-previous, .brandable.ccca .carousel-general .menu .carousel-previous {
  height: 30px;
  font-size: 11px;
  float: left;
  width: 13.5%;
  background-color: #c59217;
  color: white;
  text-align: left;
  line-height: 30px;
  padding-left: 1.5%;
}
.brandable.ccca .carousel-comparison .menu .carousel-previous span, .brandable.ccca .carousel-general .menu .carousel-previous span {
  padding-left: 17px;
  position: relative;
  top: 0px;
}
.brandable.ccca .carousel-comparison .menu .carousel-previous:hover, .brandable.ccca .carousel-general .menu .carousel-previous:hover {
  color: #30323a;
}
.brandable.ccca .carousel-comparison .menu .carousel-previous:hover .arr-left, .brandable.ccca .carousel-general .menu .carousel-previous:hover .arr-left {
  background-position: left top;
}
.brandable.ccca .carousel-comparison .menu .carousel-next, .brandable.ccca .carousel-general .menu .carousel-next {
  height: 30px;
  cursor: pointer;
  font-size: 11px;
  float: left;
  width: 13.5%;
  background-color: #c59217;
  color: white;
  text-align: right;
  line-height: 30px;
  padding-right: 1.5%;
}
.brandable.ccca .carousel-comparison .menu .carousel-next span, .brandable.ccca .carousel-general .menu .carousel-next span {
  padding-right: 17px;
  position: relative;
  top: 0px;
}
.brandable.ccca .carousel-comparison .menu .carousel-next:hover, .brandable.ccca .carousel-general .menu .carousel-next:hover {
  color: #30323a;
}
.brandable.ccca .carousel-comparison .menu .carousel-next:hover .arr-right, .brandable.ccca .carousel-general .menu .carousel-next:hover .arr-right {
  background-position: right bottom;
}
.brandable.ccca .carousel-comparison .menu .carousel-pager, .brandable.ccca .carousel-general .menu .carousel-pager {
  height: 30px;
  padding: 0px;
  float: left;
  width: 73%;
  background-color: #30323a;
  color: white;
  text-align: center;
  line-height: 27px;
  z-index: 201;
}
.brandable.ccca .carousel-comparison .menu .carousel-pager span, .brandable.ccca .carousel-general .menu .carousel-pager span {
  padding-left: 4px;
  padding-right: 4px;
  color: #6e6f74;
  cursor: pointer;
  font-size: 19px;
}
.brandable.ccca .carousel-comparison .menu .carousel-pager span.cycle-pager-active, .brandable.ccca .carousel-general .menu .carousel-pager span.cycle-pager-active {
  position: relative;
  top: 2px;
  color: white;
  font-size: 25px;
}
.brandable.ccca .quiz-matching-wrapper .quiz-matching-header {
  background: #a81e08 url(/cdn/Images/Customisations/Ccca/carousel-bg-2.png) top right no-repeat;
}
.brandable.fullscreen {
  padding-top: 25px;
  float: left;
  background: #28292e;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.brandable.fullscreen .close-fullscreen, .brandable.fullscreen .enter-fullscreen {
  font-size: 2em !important;
  color: #fff;
}
.brandable.fullscreen .course-logo {
  position: absolute;
  bottom: 80px;
  right: 0px;
  margin-top: 15%;
  padding: 0 1% 0 1%;
}
.brandable.fullscreen .learner-content {
  padding: 0 1% 0 1%;
  margin: auto;
}
.brandable.fullscreen .row {
  margin: 0;
}
.brandable.fullscreen .left, .brandable.fullscreen .right {
  float: left;
  box-sizing: border-box;
}
.brandable.fullscreen .left {
  width: 50%;
  padding-right: 20px;
}
.brandable.fullscreen .left .jPlayer {
  float: left;
  width: 100%;
}
.brandable.fullscreen .left .jp-video {
  float: left;
  position: relative;
  width: 100%;
}
.brandable.fullscreen .right {
  width: 50%;
  padding-left: 20px;
}
.brandable.fullscreen .right .imageGallery {
  background: none !important;
}
.brandable.fullscreen .right .galleria {
  float: left;
  width: 100%;
  height: auto !important;
}
.brandable.fullscreen .right .galleria .galleria-image-nav, .brandable.fullscreen .right .galleria .galleria-counter {
  display: none !important;
}
.brandable.fullscreen .right .galleria .galleria-container {
  background: none !important;
}
.brandable.fullscreen .right .galleria .galleria-container .galleria-stage {
  height: 100%;
}
.brandable.fullscreen .right .galleria .galleria-thumbnails-container {
  display: none;
}
.brandable.fullscreen .right .galleria .galleria-image {
  background: #34353c;
}
.brandable.fullscreen .right .galleria .galleria-image img {
  top: 0px !important;
  height: auto !important;
}
.brandable.fullscreen .save-exit {
  text-decoration: none;
}
.brandable.fullscreen .save-exit span {
  font-size: 0.4em;
  position: relative;
  bottom: 12px;
  margin-left: 5px;
}
.brandable.fullscreen .instructions {
  width: 47%;
  padding-top: 30px;
  color: white;
  font-size: 0.9em;
}
.brandable.fullscreen .instructions h5 {
  color: white !important;
}
@media (max-width: 979px) {
  .brandable.fullscreen .left, .brandable.fullscreen .right {
    width: 100%;
  }
  .brandable.fullscreen .left {
    padding-right: 0px;
  }
  .brandable.fullscreen .right {
    padding-left: 0px;
  }
  .brandable.fullscreen .course-logo {
    position: static;
    float: right;
    margin-top: 5%;
    margin-bottom: 20px;
  }
}

.zoomable h5, .reContentArea h5, .tabledesignerview h5 {
  margin-bottom: 0px;
  margin-top: 20px;
  width: 100%;
}
.zoomable ol, .reContentArea ol, .tabledesignerview ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 15px 0;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
.zoomable ol li, .reContentArea ol li, .tabledesignerview ol li {
  counter-increment: my-awesome-counter;
  padding-bottom: 15px;
  padding-left: 0.5em;
  margin-left: 2em;
}
.zoomable ol li span, .reContentArea ol li span, .tabledesignerview ol li span {
  color: #30323a;
}
.zoomable ol li::marker, .reContentArea ol li::marker, .tabledesignerview ol li::marker {
  content: counter(my-awesome-counter) ". ";
  color: #ec127e;
  font-weight: bold;
}
.zoomable ul, .reContentArea ul, .tabledesignerview ul {
  list-style: none;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 15px 0;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-weight: bold;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  color: #30323a;
}
.zoomable ul.has-child, .reContentArea ul.has-child, .tabledesignerview ul.has-child {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
}
.zoomable ul ul, .reContentArea ul ul, .tabledesignerview ul ul {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
  margin-bottom: 0px;
}
.zoomable ul li, .reContentArea ul li, .tabledesignerview ul li {
  color: #30323a;
  position: relative;
  padding-bottom: 15px;
  padding-left: 2em;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Deprecated Firefox */
  -moz-column-break-inside: avoid; /* Current Firefox */
  -ms-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid; /* IE 10+ */
  break-inside: avoid-column;
}
.zoomable ul li.has-child, .reContentArea ul li.has-child, .tabledesignerview ul li.has-child {
  padding-bottom: 0px;
}
.zoomable ul li:before, .reContentArea ul li:before, .tabledesignerview ul li:before {
  display: block;
  position: absolute;
  left: 0em;
  top: 0.5em;
  width: 10px;
  height: 10px;
  content: " ";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ec127e;
  margin-right: 0.5em;
  margin-left: 1em;
}
.zoomable.tabledesignerview ul, .reContentArea.tabledesignerview ul, .tabledesignerview.tabledesignerview ul {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
}

body.fullscreen {
  background: #28292e !important;
  min-height: 100vh;
}
body.fullscreen form {
  min-height: 100vh;
}

@media (max-width: 979px) {
  body.fullscreen {
    overflow-y: visible;
  }
}
.assessment.quiz-box .quiz-matching-global {
  position: relative;
  left: -15px;
  width: 720px;
}

.quiz-matching-wrapper .quiz-matching-header {
  background: #4f535f;
  margin: 0px;
  padding: 40px;
  height: 140px;
}
.quiz-matching-wrapper .quiz-matching-header .sup-header {
  font-size: 15px;
  color: white;
  font-weight: bold;
}
.quiz-matching-wrapper .quiz-matching-header h1 {
  float: left;
  color: white !important;
  padding: 0px;
  margin: 0px;
  font-size: 30px !important;
  line-height: 30px;
  font-family: Lato !important;
}
.quiz-matching-wrapper .quiz-matching-footer {
  border-top: 1px solid #cdcdcd;
  padding-top: 32px;
  margin: 32px;
  margin-top: 0px;
}
.quiz-matching-wrapper .quiz-matching-top {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 32px;
  margin: 32px;
  margin-bottom: 0px;
}
.quiz-matching-wrapper .quiz-matching-top .question {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #30323a;
}
.quiz-matching-wrapper .quiz-matching-top .text {
  margin-top: 20px;
}
.quiz-matching-wrapper .quiz-matching-top .text .label-header {
  text-transform: lowercase;
  font-weight: normal;
  text-decoration: underline;
}
.quiz-matching-wrapper .column-headers {
  margin: 32px;
  margin-bottom: 0px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #30323a;
}
.quiz-matching-wrapper .column-headers .left {
  float: left;
  width: 277px;
}
.quiz-matching-wrapper .column-headers .center {
  float: left;
  width: 100px;
}
.quiz-matching-wrapper .column-headers .right {
  float: left;
  width: 277px;
}
.quiz-matching-wrapper .quiz-matching-inside {
  width: 100%;
  background-color: white;
  float: left;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching {
  margin: 32px;
  float: left;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left {
  float: left;
  width: 277px;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option {
  background-color: white;
  color: #30323a;
  font-weight: bold;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 5px rgba(95,97,104,0.3);
  -moz-box-shadow: 1px 1px 5px rgba(95,97,104,0.3);
  box-shadow: 1px 1px 5px rgba(95,97,104,0.3);
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.selected {
  color: #cdcdcd;
  border: 2px solid #cdcdcd;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.active, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option:hover {
  color: #31add3;
  border: 2px solid #31add3;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .center {
  float: left;
  width: 100px;
  position: relative;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .center .canvas-back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .center .canvas-front {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right {
  float: left;
  width: 277px;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option {
  background-color: #30323a;
  color: white;
  border: 1px solid #30323a;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selectable, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option:hover {
  background-color: #30323a;
  border: 2px solid #30323a;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selected {
  background-color: #cdcdcd;
  border: 2px solid #cdcdcd;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.active, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selectable:hover {
  background-color: #31add3;
  border: 2px solid #31add3;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selected.selectable {
  background-color: #31add3;
  border: 2px solid #31add3;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option {
  z-index: 10000;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  width: 275px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(95,97,104,0.2);
  -moz-box-shadow: 0px 1px 2px rgba(95,97,104,0.2);
  box-shadow: 0px 1px 2px rgba(95,97,104,0.2);
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.selected, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.active, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.selectable, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option:hover, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selected, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.active, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selectable, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option {
  position: relative;
  cursor: pointer;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.selected:before, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.active:before, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.selectable:before, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option:hover:before {
  position: absolute;
  right: -7px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #31add3;
  background-color: white;
  content: " ";
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.selected:before {
  border: 2px solid #cdcdcd;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option.active:before, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .left .option:hover:before {
  border: 2px solid #31add3;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option {
  position: relative;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selectable {
  cursor: pointer;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selected:before, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.active:before, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selectable:hover:before {
  position: absolute;
  left: -7px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #31add3;
  background-color: white;
  content: " ";
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selected:before {
  border: 2px solid #cdcdcd;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.active:before, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selectable:hover:before {
  border: 2px solid #31add3;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching .right .option.selected.selectable:before {
  border: 2px solid #31add3;
}
.quiz-matching-wrapper .quiz-matching-inside .column-headers-results {
  margin: 32px;
  margin-bottom: 0px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #30323a;
}
.quiz-matching-wrapper .quiz-matching-inside .column-headers-results .left {
  float: left;
  width: 277px;
}
.quiz-matching-wrapper .quiz-matching-inside .column-headers-results .center {
  float: left;
  width: 50px;
}
.quiz-matching-wrapper .quiz-matching-inside .column-headers-results .right {
  float: left;
  width: 277px;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results {
  margin: 32px;
  float: left;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .left {
  float: left;
  width: 277px;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .left .option {
  background-color: white;
  color: #03da7d;
  font-weight: bold;
  border: 2px solid #03da7d;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 5px rgba(95,97,104,0.3);
  -moz-box-shadow: 1px 1px 5px rgba(95,97,104,0.3);
  box-shadow: 1px 1px 5px rgba(95,97,104,0.3);
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .left .option.wrong {
  color: #f05654;
  border: 2px solid #f05654;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .center {
  float: left;
  width: 50px;
  position: relative;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .center .canvas-back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .center .canvas-front {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .right {
  float: left;
  width: 277px;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .right .option {
  background-color: #03da7d;
  color: white;
  border: 2px solid #03da7d;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .right .option.wrong {
  background-color: #f05654;
  border: 2px solid #f05654;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .left .option, .quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .right .option {
  z-index: 10000;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  width: 273px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(95,97,104,0.2);
  -moz-box-shadow: 0px 1px 2px rgba(95,97,104,0.2);
  box-shadow: 0px 1px 2px rgba(95,97,104,0.2);
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .left .option {
  position: relative;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .left .option:before {
  position: absolute;
  right: -7px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #03da7d;
  background-color: white;
  content: " ";
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .left .option.wrong:before {
  border: 2px solid #f05654;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .right .option {
  position: relative;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .right .option:after {
  position: absolute;
  right: -52px;
  top: -2px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #03da7d;
  background-color: white;
  color: #03da7d;
  content: "✓";
  font-family: "SSPika";
  line-height: 48px;
  text-align: center;
  font-size: 18px;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .right .option:before {
  position: absolute;
  left: -7px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #03da7d;
  background-color: white;
  content: " ";
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .right .option.wrong:before {
  border: 2px solid #f05654;
}
.quiz-matching-wrapper .quiz-matching-inside .quiz-matching-results .right .option.wrong:after {
  border: 1px solid #f05654;
  color: #f05654;
  content: "␡";
}

.acb-prepend-icon-search .racTokenList {
  position: relative;
  padding-left: 28px !important;
  margin-right: 10px !important;
}
.acb-prepend-icon-search .racTokenList input {
  position: relative;
}
.acb-prepend-icon-search .racTokenList:before {
  position: absolute;
  left: 0px;
  top: 20%;
  width: 30px;
  height: 80%;
  content: "🔎";
  font-family: "SSPika";
  font-size: 18px;
  color: #ccc;
  text-align: center;
}

.edit-category-link {
  position: absolute;
  margin-top: 24px;
  margin-left: 10px;
  font-size: 70%;
  color: #ec127e;
  z-index: 1000;
  display: block;
}
.edit-category-link:hover {
  color: #000;
}

div[id^=RadAjaxLoadingPanel] {
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
  position: fixed !important;
}

.course-type-fix.col-lg-4 {
  width: 308px !important;
}
.course-type-fix.col-lg-3 {
  width: 226px !important;
  margin-left: 20px;
}
.course-type-fix.col-lg-1 {
  width: 62px !important;
  margin-left: 20px;
}
.course-type-fix.col-lg-1 {
  width: 62px !important;
  margin-left: 20px;
}
.course-type-fix input[type=text] {
  width: 100%;
}

.courseSettings .colorSquare {
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid #DDD;
  position: relative;
  float: left;
  transition: all 0.2s;
}
.courseSettings .colorSquare-selected {
  transform: scale(1.2);
  border: 1px solid #5f6168;
}
.courseSettings .colorPickerBtn {
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  cursor: pointer;
  margin: 5px;
  background: url(/cdn/Images/Layout/PrivateArea/colorwheel2.png) no-repeat left top;
}
.courseSettings .colorPickerBtn.colorPickerGreyBtn {
  background-position: bottom;
}
.courseSettings .RadUpload_LMS {
  width: 100%;
}
.courseSettings .RadUpload_LMS .ruFileWrap {
  width: 100%;
}
.courseSettings .RadUpload_LMS .ruFileWrap .ruButton {
  width: 100% !important;
}
.courseSettings .row.inline-labels label {
  position: relative;
  top: 10px;
}
.courseSettings .ftf-settings .select-date {
  position: relative;
  top: -6px;
}
.courseSettings .ftf-settings .select-date input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  text-decoration: underline;
  opacity: 1; /* Firefox */
}
.courseSettings .ftf-settings .select-date input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
  text-decoration: underline;
}
.courseSettings .ftf-settings .select-date input::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
  text-decoration: underline;
}
.courseSettings .ftf-settings .select-time {
  cursor: pointer;
  min-width: 100px;
}
.courseSettings .ftf-settings .select-time.not-set span {
  color: black;
  text-decoration: underline;
}
.courseSettings .ftf-settings .select-time.not-set .ss-clock {
  top: 2px;
}

.course-type-selection {
  margin: 50px;
}
.course-type-selection .stepItem {
  /*min-height: 300px;*/
  box-sizing: border-box;
  border: solid 2px transparent;
  cursor: pointer;
}
.course-type-selection .stepItem:hover {
  border: solid 2px #bdbdbd;
}
.course-type-selection .stepItem .btn-continue {
  display: none;
}
.course-type-selection .stepItem.active .btn-continue {
  display: block;
}
.course-type-selection .stepItem > .stepContent {
  padding: 40px 40px 20px 40px;
}
.course-type-selection .stepItem > .stepNumber {
  width: auto;
  padding: 30px;
}
.course-type-selection .stepItem > .stepNumber .radio {
  padding: 0px;
  padding-top: 90px;
}
.course-type-selection .stepItem > .stepNumber .radio input {
  margin: 0px;
}
.course-type-selection .stepItem.coming-soon {
  pointer-events: none;
  opacity: 0.5;
  margin-top: -43px;
}
.course-type-selection .alert-coming-soon {
  z-index: 100;
  margin: 0 auto;
  position: relative;
  width: 150px;
}
.course-type-selection i {
  font-size: 2.6666666667em !important;
}

.popover-for-buttons .popover-content {
  padding-top: 19px;
}
.popover-for-buttons button {
  width: 100%;
  margin: auto;
}

.popover {
  -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);
  border: 0;
}

.password-strength {
  display: grid;
  padding-left: 10px;
}

.inline-flex {
  display: inline-flex !important;
}

#time-picker-combo div.time-combo {
  padding: 2px;
  height: 37px;
  width: fit-content;
}
#time-picker-combo div.time-combo.error {
  background-color: red;
}

.time-select-modal {
  left: 60% !important;
}

@media (max-width: 1024px) {
  .time-select-modal {
    left: 50% !important;
  }
}
.button-group button {
  margin-right: 10px;
}
.button-group.right {
  text-align: right;
}

.modal.second {
  transform: translate3d(20px, 30px, 0);
}

.rgMasterTable .date-picker-popover {
  background-color: rgb(235, 235, 234);
}

.date-picker-popover {
  z-index: 11000;
}
.date-picker-popover h3.popover-title {
  margin-top: 0;
  height: 25px;
  color: #4f535f !important;
  font-size: 1.2em !important;
  margin-top: 10px;
}
.date-picker-popover h3.popover-title .text-muted {
  color: #4f535f !important;
}
.date-picker-popover h3.popover-title .pull-left {
  display: inline-block;
  margin-right: 8px;
}
.date-picker-popover h3.popover-title .pull-right {
  display: inline-block;
  margin-left: 8px;
}
.date-picker-popover h3.popover-title table {
  margin-top: 10px;
}
.date-picker-popover h3.popover-title table td {
  border: none;
}
.date-picker-popover .bg-primary {
  background-color: #ec127e !important;
  color: white;
}

.tooltip.validationTooltip.bs-tether-element-attached-left {
  display: inline-flex;
}

.input-inline {
  display: inline-block;
  width: 100%;
}

.width-auto {
  width: auto !important;
}

i.ss-calendar.input-date {
  position: absolute;
  right: 24px;
  top: 34px;
}

i.ss-calendar.table-date {
  position: relative;
  right: -75px;
  top: -32px;
}

i.ss-clock.table-date {
  top: -17px;
  position: relative;
  left: 10px;
}

div.action div.actions-control a {
  overflow: hidden;
}

div.flat-input input {
  border: none;
  box-shadow: none;
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div.flat-input input.calendar-picker {
  cursor: pointer;
}

.date-picker-icon {
  position: absolute;
  margin-left: -22px;
  top: 6px;
}

.date-picker-icon-in-field {
  position: absolute;
  margin-left: -22px;
  top: 6px;
}

span[id$=-date_group] input {
  position: relative;
  width: 105px;
  z-index: 100;
  background: transparent;
}
span[id$=-date_group] input:focus {
  background: transparent !important;
}

.date-field div.input {
  height: 33px;
  background-color: white;
  max-width: 128px;
}
.date-field.full-width div.input {
  max-width: 100%;
}
.date-field input {
  position: relative;
  width: 105px;
  z-index: 100;
  background: transparent;
}
.date-field input:focus {
  background: transparent !important;
}

.react-grid .rgMasterTable {
  width: 100%;
}

.session-status {
  text-transform: uppercase;
}

.text-not-started {
  color: #b8b8b8;
}

.text-completed {
  color: #4cda64;
}

.text-failed {
  color: #ff0000;
}

.text-in-progress {
  color: #ffb100;
}

.table-selector a.select-link {
  white-space: nowrap;
  text-decoration: none;
}
.table-selector a.select-link.selected {
  color: #53d86a !important;
  text-decoration: none !important;
}
.table-selector tr.rgSelectedRow a.select-link {
  color: #53d86a !important;
  text-decoration: none !important;
}

.or-separator {
  position: relative;
  padding-top: 15px;
  height: 70px;
}
.or-separator div {
  position: relative;
  top: -36px;
  text-transform: uppercase;
  left: 49%;
  width: 60px;
  background: #EBEBEA;
  text-align: center;
}

.page-section {
  background-color: #ebebea;
  padding: 30px;
  margin-bottom: 20px;
}

.data-storage-bar {
  width: 360px;
}
.data-storage-bar .used, .data-storage-bar .remaining {
  float: left;
  width: 50%;
  font-size: 0.8666666667em !important;
}
.data-storage-bar .remaining {
  text-align: right;
}
.data-storage-bar.full-width {
  width: 100%;
}

.data-storage h5 {
  font-size: 18px;
}
.data-storage .label-success {
  background-color: #5cdc71;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.data-storage .pricing-radio {
  float: left;
  margin: 10px 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px;
  padding-top: 8px;
}
.data-storage .pricing-radio.selected {
  background: #dddddd;
}
.data-storage .pricing-radio .price, .data-storage .pricing-radio .save {
  background-color: #4f535f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 10px;
  color: white;
  font-size: 0.9333333333em !important;
  z-index: 100;
  position: relative;
}
.data-storage .pricing-radio .save {
  background-color: #5cdc71;
  left: -5px;
  z-index: 50;
  text-transform: uppercase;
  padding-left: 15px;
}
.data-storage .data-storage-bar .used {
  width: 62%;
}
.data-storage .data-storage-bar .remaining {
  width: 38%;
}

#coursePicker {
  width: 780px;
  margin-left: -390px;
}
#coursePicker .my-course-item {
  height: 130px !important;
  position: relative;
  width: 325px;
  border-bottom: 1px solid #fff;
  margin: 10px;
  cursor: pointer;
}
#coursePicker .my-course-item.selected {
  background: #fff;
}
#coursePicker .underbookspace {
  position: absolute;
  text-align: left;
  top: 30px;
  left: 100px;
  right: 20px;
}
#coursePicker .bgcover-holder {
  position: absolute;
  top: 12px;
  left: 10px;
}
#coursePicker .bookbg {
  zoom: 0.4;
  -moz-transform: scale(0.4);
  position: absolute;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0px;
  left: 0px;
}

.widget-preview iframe {
  border: solid 1px #cccccb;
}

.websiteBuilder form {
  margin-top: 1.7rem;
}
.websiteBuilder .form-group {
  margin-bottom: 2rem;
}
.websiteBuilder .form-group.colour-picker input {
  margin-bottom: 0;
}

/* learner database */
.learner-profile .row {
  margin-bottom: 1rem;
}
