input.ortho-editor-sx,
textarea.ortho-editor-sx,
select.ortho-editor-sx {
  padding: 0 5px;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
}

.ortho-editor-md label {
  display: block;
  margin-top: 10px;
  padding-bottom: 5px;
  font-size: 14px;
}

.ortho-editor-md input,
.ortho-editor-md textarea,
.ortho-editor-md select {
  width: 100%;
  min-height: 30px;
  padding: 3px 10px;
  border: 1px solid #EAEAEA;
  transition: border 0.2s ease, background-color 0.2s ease;
  box-sizing: border-box;
  color: #333333;
  font: 14px Arial, sans-serif;
}

.ortho-editor-md input:hover,
.ortho-editor-md textarea:hover,
.ortho-editor-md select:hover,
.ortho-editor-md input:focus,
.ortho-editor-md textarea:focus,
.ortho-editor-md select:focus {
  outline: none;
  border: 1px solid #b3b3b3;
}

.ortho-editor-md input:hover + .ortho-input__calendar-icon,
.ortho-editor-md textarea:hover + .ortho-input__calendar-icon,
.ortho-editor-md select:hover + .ortho-input__calendar-icon,
.ortho-editor-md input:focus + .ortho-input__calendar-icon,
.ortho-editor-md textarea:focus + .ortho-input__calendar-icon,
.ortho-editor-md select:focus + .ortho-input__calendar-icon {
  display: none;
}

.ortho-editor-md input::-webkit-input-placeholder,
.ortho-editor-md textarea::-webkit-input-placeholder,
.ortho-editor-md select::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-editor-md input::-moz-placeholder,
.ortho-editor-md textarea::-moz-placeholder,
.ortho-editor-md select::-moz-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-editor-md input:-ms-input-placeholder,
.ortho-editor-md textarea:-ms-input-placeholder,
.ortho-editor-md select:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-editor-md input::placeholder,
.ortho-editor-md textarea::placeholder,
.ortho-editor-md select::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-editor-md input[disabled]:hover,
.ortho-editor-md textarea[disabled]:hover,
.ortho-editor-md select[disabled]:hover {
  border: 1px solid #EAEAEA;
}

.ortho-editor-md--color input {
  padding: 5px 0;
}

.ortho-input {
  position: relative;
}

.ortho-input__label {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
}

.ortho-input__label--block {
  display: block;
}

.ortho-input__textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #EAEAEA;
  transition: border 0.2s ease, background-color 0.2s ease;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 17px;
}

.ortho-input__textarea:hover,
.ortho-input__textarea:focus {
  outline: none;
  border: 1px solid #b3b3b3;
}

.ortho-input__textarea--large {
  height: 170px;
}

.ortho-input__textarea--middle {
  height: 100px;
}

.ortho-input__textarea--error {
  border: 1px solid #dd5f5f;
}

.ortho-input__textarea--error:hover,
.ortho-input__textarea--error:focus {
  border: 1px solid #dd5f5f;
}

.ortho-input__textarea--error + .ortho-input__error {
  opacity: 1;
  visibility: visible;
}

.ortho-input__textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-input__textarea::-moz-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-input__textarea:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-input__textarea::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-input__input {
  width: 100%;
  height: 30px;
  padding: 3px 10px;
  border: 1px solid #EAEAEA;
  transition: border 0.2s ease, background-color 0.2s ease;
  box-sizing: border-box;
  color: #333333;
  line-height: 15px;
}

.ortho-input__input.ortho-input__input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.ortho-input__input:hover,
.ortho-input__input:focus {
  outline: none;
  border: 1px solid #b3b3b3;
}

.ortho-input__input:hover + .ortho-input__calendar-icon,
.ortho-input__input:focus + .ortho-input__calendar-icon {
  display: none;
}

.ortho-input__input::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-input__input::-moz-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-input__input:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-input__input::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
}

.ortho-input__input[disabled] {
  color: #858383;
  background-color: #ebebe4;
}

.ortho-input__input[disabled]:hover {
  border: 1px solid #EAEAEA;
}

.ortho-input__input--error {
  border: 1px solid #dd5f5f;
}

.ortho-input__input--error:hover,
.ortho-input__input--error:focus {
  border: 1px solid #dd5f5f;
}

.ortho-input__input--error + .ortho-input__error {
  opacity: 1;
  visibility: visible;
}

.ortho-input__input--gray {
  color: #9a9a9a;
}

.ortho-input__input--thin {
  width: 50%;
}

.ortho-input__input--search {
  padding-right: 50px;
}

.ortho-input__input--tall {
  height: 42px;
}

.ortho-input__input--loading {
  background-image: url('/JobBank/images/loading.gif');
  background-size: auto 65%;
  background-repeat: no-repeat;
  background-position: 99% center;
}

.ortho-input__input--disabled-text[disabled]:hover {
  border: 1px solid #EAEAEA;
}

.ortho-input__error {
  position: absolute;
  bottom: -15px;
  left: 0;
  color: #dd5f5f;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.ortho-input__error--active {
  opacity: 1;
  visibility: visible;
}

.ortho-input__description {
  padding-top: 5px;
  color: #878787;
  font-size: 13px;
}

.ortho-input__small-description {
  padding-top: 7px;
  color: #878787;
  font-size: 12px;
}

.ortho-input__note {
  position: absolute;
  bottom: -15px;
  left: 0;
  color: #878787;
  font-size: 11px;
}

.ortho-input__photo-note {
  color: #878787;
  font-size: 12px;
}

.ortho-input__input-wrapper {
  position: relative;
}

.ortho-input__search-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 15px;
  color: #a4a4a4;
}

.ortho-input__calendar-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 15px;
  color: #a4a4a4;
}

.ortho-input__chosen-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px 50px 0 10px;
  border: 1px solid #EAEAEA;
  background-color: #ffffff;
  transition: border 0.2s ease, background-color 0.2s ease;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .ortho-input__chosen-users {
    overflow: auto;
  }
}

.ortho-input__chosen-users:hover {
  border: 1px solid #b3b3b3;
}

.ortho-input__chosen-input {
  margin-bottom: 3px;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #333333;
}

.ortho-input__chosen-input:hover,
.ortho-input__chosen-input:focus {
  outline: none;
}

.ortho-input__chosen-user {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 3px 0 3px 6px;
  margin-right: 5px;
  margin-bottom: 3px;
  background: #DFEAFB;
  color: #333333;
  border: none;
  border-radius: 1px;
  font-size: 12px;
}

.ortho-input__remove-user {
  border: none;
  font-size: 8px;
  transition: opacity 0.2s ease;
  background-color: transparent;
  cursor: pointer;
}

.ortho-input__remove-user:hover {
  opacity: 0.7;
}

.ortho-input__user-list {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 150px;
  overflow: auto;
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 1px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.ortho-input__user {
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
  border: none;
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.ortho-input__user:hover {
  background-color: #E3ECFD;
}

.ortho-input__loading-img {
  position: absolute;
  top: 4px;
  right: 25px;
  width: 20px;
}

.ortho-input__search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 2px 5px grey;
  z-index: 1;
}

.ortho-input__search-option {
  display: block;
  width: 100%;
  padding: 5px;
  border: none;
  text-align: left;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
}

.ortho-input__search-option:hover {
  background-color: #eaeaea;
}

.ortho-input__notification {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 180px;
  margin-top: 5px;
  padding: 5px 10px;
  line-height: 1.2;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #EAEAEA;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.ortho-input__notification:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: white;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

.ortho-input--with-padding {
  padding-bottom: 10px;
}

.ortho-input--date .ortho-input__input {
  padding-right: 0;
}

.ortho-input--time .ortho-input__input {
  padding-right: 5px;
}

.ortho-input .chzn-choices,
.ortho-input .chosen-choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 30px;
  box-shadow: none;
  border: 1px solid #EAEAEA;
  background: #FFFFFF;
  transition: border 0.2s ease;
}

.ortho-input .chzn-drop,
.ortho-input .chosen-drop {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 1px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.ortho-input .chzn-drop .chzn-results li,
.ortho-input .chosen-drop .chosen-results li {
  padding: 7px 10px;
  transition: background-color 0.2s ease;
  font-size: 14px;
  font-family: "arial";
}

.ortho-input .chzn-drop .chzn-results li.highlighted,
.ortho-input .chosen-drop .chosen-results li.highlighted {
  background: #E3ECFD;
  color: #333;
}

.ortho-input .chzn-choices .search-choice,
.ortho-input .chosen-choices .search-choice {
  display: inline-block;
  float: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4px 20px 3px 6px !important;
  background: #DFEAFB !important;
  border: none !important;
  font-size: 12px;
  line-height: 1 !important;
}

.ortho-input .chzn-choices .search-choice .search-choice-close,
.ortho-input .chosen-choices .search-choice .search-choice-close {
  height: 15px;
  width: 15px;
  padding: 3px !important;
  top: 4px !important;
  text-align: center;
  background: none !important;
}

.ortho-input .chzn-choices .search-choice .search-choice-close:hover,
.ortho-input .chosen-choices .search-choice .search-choice-close:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ortho-input .search-choice-close:after {
  content: "\e915";
  font-family: 'icomoon';
  font-size: 8px;
}

.ortho-input .chzn-container-active .chzn-choices,
.ortho-input .chzn-choices:hover,
.ortho-input .chzn-container-active .chosen-choices,
.ortho-input .chosen-choices:hover {
  border: 1px solid #b3b3b3;
}

.ortho-input .chzn-choices .search-field input,
.ortho-input .chosen-choices .search-field input {
  min-height: 24px;
  padding: 6px 5px 5px 5px;
}

.logo-container {
  float: left;
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}

.logo-container .icon-arrow-bottom {
  position: absolute;
  right: -6px;
  top: 9px;
  line-height: 34px;
  width: 34px;
  font-size: 10px;
  display: inline-block;
  padding: 0 4px;
  color: #27487a;
}

body.homePage .logo-container .icon-arrow-bottom,
body.login-page .logo-container .icon-arrow-bottom {
  color: rgba(244, 244, 244, 0.7);
}

.Orthopaedics .logo-container .icon-arrow-bottom {
  background-color: transparent;
}

@media (max-width: 767px) {
  .logo-container {
    padding-right: 19px;
  }

  .logo-container .icon-arrow-bottom {
    padding: 0 1px;
  }
}

.site-small-panel span {
  font-size: 21px;
}

.site-small-panel .site-prefix {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: none;
  transform: none;
  font-size: 24px;
  letter-spacing: 0.3px;
}

body.homePage .site-small-panel .site-prefix {
  color: white;
}

.site-small-panel .site-bullets {
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  font-size: 24px;
  -webkit-transform: none;
  transform: none;
  letter-spacing: 0.6px;
  color: #000;
}

.login-page .site-small-panel .site-bullets,
.homeFooter .site-small-panel .site-bullets {
  color: white;
}

.site-small-panel .site-specialty-name {
  font-family: 'PT Sans', sans-serif;
  margin-left: 7px;
  color: white;
  padding: 2px 8px;
  font-size: 21px;
  display: inline-block;
  line-height: normal;
}

.site-small-panel .site-specialty-name:empty {
  display: none;
}

.site-small-panel.Orthopaedics .site-prefix {
  font-weight: normal;
  padding: 0 5px;
  color: white;
  background-color: #395685;
  -webkit-transform: none;
  transform: none;
  font-size: 25px;
  letter-spacing: 0.3px;
}

.site-small-panel.Orthopaedics .site-bullets {
  margin-left: 4px;
  color: #4071B4;
  font-size: 24px;
  -webkit-transform: none;
  transform: none;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 1023px) {
  .site-small-panel {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .site-small-panel--no-hidden {
    display: block;
  }
}

.switch-sites-dropdown {
  position: absolute;
  display: none;
  top: 36px;
  left: 139px;
  right: 0;
  min-width: 270px;
  padding: 0;
  z-index: 20;
  background-color: #333;
}

body.Orthopaedics .switch-sites-dropdown {
  left: 10px;
}

.switch-sites-dropdown li.switch-sites-dropdown-item {
  padding: 12px 6px;
}

.switch-sites-dropdown li.switch-sites-dropdown-item:hover {
  background-color: #2b2a2a;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel .site-prefix {
  font-size: 19px;
  -webkit-transform: none;
  transform: none;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel .site-bullets {
  margin-left: 6px;
  color: white;
  padding: 4px 10px;
  vertical-align: initial;
  display: inline-block;
  line-height: 1;
  font-size: 19px;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel .site-specialty-name {
  margin-left: 6px;
  color: white;
  padding: 4px 10px;
  vertical-align: initial;
  display: inline-block;
  line-height: 1;
  font-size: 19px;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel .site-info {
  display: block;
  font-size: 11px;
  line-height: normal;
  margin-top: 9px;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.MedbulletsStep1 .site-prefix {
  font-family: 'PT Sans', sans-serif;
  color: #006960;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.MedbulletsStep1 .site-bullets {
  display: none;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.MedbulletsStep1 .site-specialty-name {
  font-family: 'PT Sans', sans-serif;
  background-color: #00655c;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.MedbulletsStep1 .site-info {
  color: #009587;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.MedbulletsStep2And3 .site-prefix {
  font-family: 'PT Sans', sans-serif;
  color: #077bb1;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.MedbulletsStep2And3 .site-bullets {
  display: none;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.MedbulletsStep2And3 .site-specialty-name {
  font-family: 'PT Sans', sans-serif;
  background-color: #056693;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.MedbulletsStep2And3 .site-info {
  color: #077bb1;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.InternalMedicine .site-prefix {
  font-family: 'PT Sans', sans-serif;
  color: #983051;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.InternalMedicine .site-bullets {
  display: none;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.InternalMedicine .site-specialty-name {
  font-family: 'PT Sans', sans-serif;
  background-color: #9a2f53;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.InternalMedicine .site-info {
  color: #a12f55;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.Orthobullets .site-prefix {
  font-family: 'PT Sans', sans-serif;
  color: white;
  background-color: #395685;
  padding: 0 6px;
  -webkit-transform: none;
  transform: none;
  font-size: 25px;
  letter-spacing: 0.3px;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.Orthobullets .site-bullets {
  color: #4071b4;
  padding: 4px 0;
  font-size: 24px;
  -webkit-transform: none;
  transform: none;
  letter-spacing: 0.6px;
  margin-left: 4px;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.Orthobullets .site-specialty-name {
  display: none;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.Orthobullets .site-info {
  color: #5372a6;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.EntBullets .site-prefix {
  font-family: 'PT Sans', sans-serif;
  color: white;
  background-color: #395685;
  padding: 0 6px;
  -webkit-transform: none;
  transform: none;
  font-size: 25px;
  letter-spacing: 0.3px;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.EntBullets .site-bullets {
  color: #4071b4;
  padding: 4px 0;
  font-size: 24px;
  -webkit-transform: none;
  transform: none;
  letter-spacing: 0.6px;
  margin-left: 4px;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.EntBullets .site-specialty-name {
  display: none;
}

.switch-sites-dropdown li.switch-sites-dropdown-item .site-small-panel.EntBullets .site-info {
  color: #5372a6;
}

.switch-sites-dropdown li.switch-sites-dropdown-item:not(:last-child) {
  border-bottom: 1px solid #434344;
}

.switch-sites-dropdown.show {
  display: block;
}

.switch-sites-dropdown li a {
  display: block;
  padding: 12px 2px 20px 10px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.switch-sites-dropdown li a:hover {
  color: white;
}

@media (max-width: 767px) {
  .switch-sites-dropdown {
    left: 0;
    top: 42px;
  }

  .switch-sites-dropdown .site-small-panel {
    display: block;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation: 0.2s ease;
  animation: 0.2s ease;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.logo-wrapper,
.switch-sites-dropdown-item div {
  height: 32px;
  line-height: normal;
  font-size: 0;
  color: white;
  padding: 2px 10px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
  .logo-wrapper {
    padding: 0;
    display: inline-block;
  }
}

.purchase-button {
  font-size: 17px;
  display: inline-block;
  width: 332px;
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  padding: 14px 26px;
  color: white;
  text-transform: uppercase;
}

.purchase-button--peak {
  background-color: #0094c8;
}

.purchase-button--peak:hover {
  background-color: #00a2db;
}

a.Orthopaedics .purchase-button {
  background-color: #5c77a1;
}

a.MedbulletsStep1 .purchase-button {
  background-color: #0094c8;
}

a.MedbulletsStep2And3 .purchase-button {
  background-color: #0094c8;
}

.vc-wall-wrapper {
  height: 250px;
  width: 100%;
  display: table;
}

.vc-wall-wrapper .vc-wall-inner {
  width: 265px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vc-wall-wrapper .vc-purchase-button {
  background-color: #5c77a1;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  width: 265px;
  height: 48px;
  vertical-align: inherit;
  display: table-cell;
}

.vc-wall-wrapper .vc-purchase-button:hover {
  background: #315689 !important;
  color: white;
}

.level-label {
  display: block;
  padding: 4px 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  position: relative;
  text-align: center;
  transition: 0.2s;
  color: #ffffff;
  white-space: nowrap;
}

.level-label:after {
  content: attr(data-level);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px;
  transition: 0.2s;
  background-color: inherit;
  color: inherit;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.level-label:hover {
  text-decoration: none;
  color: #ffffff;
}

.level-label:hover:after {
  opacity: 1;
  visibility: visible;
}

.level-label--left {
  background-color: #EAEAEA;
  color: #878787;
}

.level-label--left:hover {
  color: #878787;
}

.level-label--0 {
  background-color: #2a4e74;
}

.level-label--1,
.level-label---1 {
  background-color: #C9D8E7;
}

.level-label--2 {
  background-color: #82A4C7;
}

.level-label--3 {
  background-color: #5F8AB7;
}

.level-label--4 {
  background-color: #3C71A8;
}

.level-label--5 {
  background-color: #325D8A;
}

.level-label--6 {
  background-color: #325D8A;
}

.level-label--7 {
  background-color: #325D8A;
}

.level-label--8 {
  background-color: #325D8A;
}

.level-label--all {
  background-color: #2a4e74;
}

.level-label--iall,
.level-label--i0 {
  background-color: #7a344e;
}

.level-label--i1 {
  background-color: #bb527a;
}

.level-label--i2 {
  background-color: #cf819e;
}

.level-label--i3 {
  background-color: #d1a2b4;
}

.level-label--i4 {
  background-color: #9e3c61;
}

.level-label--i5 {
  background-color: #7a344e;
}

.filter-level {
  display: inline-block;
  min-width: 52px;
  padding: 5px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
  text-align: center;
  transition: 0.2s;
  color: #ffffff;
  background-color: #EAEAEA;
  color: #878787;
}

@media only screen and (max-width: 599px) {
  .filter-level {
    min-width: 38px;
    width: 13%;
    font-size: 12px;
    padding: 4px 0px;
  }
}

.filter-level:after {
  content: attr(data-level);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px;
  transition: 0.2s;
  background-color: inherit;
  color: inherit;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.filter-level:hover {
  text-decoration: none;
  color: #ffffff;
}

.filter-level:hover:after {
  opacity: 1;
  visibility: visible;
}

.filter-level:hover:after,
.filter-level.filter-level--active:after {
  opacity: 0;
  visibility: hidden;
}

.filter-level:hover.filter-level--1,
.filter-level.filter-level--active.filter-level--1 {
  background-color: #C9D8E7;
  color: #325D8A;
}

.filter-level:hover.filter-level--2,
.filter-level.filter-level--active.filter-level--2 {
  background-color: #C9D8E7;
  color: #325D8A;
}

.filter-level:hover.filter-level--3,
.filter-level.filter-level--active.filter-level--3 {
  background-color: #82A4C7;
  color: #ffffff;
}

.filter-level:hover.filter-level--4,
.filter-level.filter-level--active.filter-level--4 {
  background-color: #5F8AB7;
  color: #ffffff;
}

.filter-level:hover.filter-level--5,
.filter-level.filter-level--active.filter-level--5 {
  background-color: #3C71A8;
  color: #ffffff;
}

.filter-level:hover.filter-level--6,
.filter-level.filter-level--active.filter-level--6 {
  background-color: #325D8A;
  color: #ffffff;
}

.filter-level:hover.filter-level--all,
.filter-level.filter-level--active.filter-level--all {
  background-color: #2a4e74;
  color: #ffffff;
}

.filter-level--control {
  cursor: pointer;
}

.filter-level + .filter-level {
  margin-left: 1px;
}

@media only screen and (max-width: 599px) {
  .filter-level + .filter-level {
    margin-left: 0px;
  }
}

.verticalListItem__test-length {
  display: inline-block;
  vertical-align: top;
}

.verticalListItem__test-length--text {
  min-width: 130px;
}

.verticalListItem__test-length--input input {
  margin-left: 0;
}

@media only screen and (max-width: 599px) {
  .verticalListItem__test-length--hidden {
    display: none;
  }
}

.breakdown-content {
  line-height: 1;
  font-size: 14px;
  margin: 0 auto;
}

.breakdown-content__js-button {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: inherit;
  margin: 0;
}

.breakdown-content__js-button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F3F3F3;
  z-index: -1;
  transition: 0.2s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.breakdown-content__js-button:focus {
  outline: none;
}

.breakdown-content__js-button:hover:before,
.breakdown-content__js-button--active:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.breakdown-content__js-button--active:hover:before {
  background-color: #e6e5e5;
}

.breakdown-content__js-button:hover {
  text-decoration: none;
}

.breakdown-content__js-button--grid {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 8px 0 0 0;
  border: none;
  line-height: 1;
  background-color: transparent;
  font-size: 12px;
}

.breakdown-content__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  background-color: transparent;
  outline: none;
}

.breakdown-content__row--header .breakdown-content__cell {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
}

.breakdown-content__row--header .breakdown-content__cell--focus .breakdown-content__js-button {
  padding-top: 6px;
}

.breakdown-content__row--total.breakdown-content__row--focus .breakdown-content__cell--focus + .breakdown-content__cell:not(.breakdown-content__cell--focus):before {
  content: url('/ux-svg/peak/target.svg');
  position: absolute;
  bottom: -15px;
  left: -23px;
}

.breakdown-content__row--focus + .breakdown-content__row:not(.breakdown-content__row--focus) .breakdown-content__cell--focus + .breakdown-content__cell:not(.breakdown-content__cell--focus):before {
  content: url('/ux-svg/peak/target.svg');
  position: absolute;
  top: -15px;
  left: -23px;
}

.breakdown-content__row--focus + .breakdown-content__row:not(.breakdown-content__row--focus) .breakdown-content__cell--focus:last-child:before {
  content: url('/ux-svg/peak/target.svg');
  position: absolute;
  top: -13px;
  left: -22px;
}

.breakdown-content__row--focus:last-child .breakdown-content__cell--focus:last-child:before {
  content: url('/ux-svg/peak/target.svg');
  position: absolute;
  bottom: -15px;
  right: -14px;
}

.breakdown-content__row--total .breakdown-content__js-button {
  padding: 13px 0 10px 0;
}

.breakdown-content__row-focus {
  position: absolute;
  top: 0;
  left: -2px;
  right: -7px;
  display: none;
  border: 2px dashed #BAD8ED;
  box-sizing: border-box;
}

.breakdown-content__cell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 72px;
  flex-basis: 72px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 5px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .breakdown-content__cell {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
  }
}

@media only screen and (max-width: 599px) {
  .breakdown-content__cell {
    -ms-flex-preferred-size: 36px;
    flex-basis: 36px;
    margin: 0 3px;
    font-size: 12px;
  }
}

.breakdown-content__cell:last-child {
  margin-right: 0;
}

.breakdown-content__cell--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__cell--first {
    -ms-flex-preferred-size: 36px;
    flex-basis: 36px;
  }
}

.breakdown-content__cell--level {
  padding-top: 3px;
  padding-bottom: 4px;
}

.breakdown-content__cell--level:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}

.breakdown-content__cell--focus + .breakdown-content__cell:not(.breakdown-content__cell--focus) .level-label {
  left: 2px;
}

.breakdown-content__cell .breakdown-content__js-button {
  opacity: 0.6;
}

.breakdown-content__cell--target-content .breakdown-content__js-button {
  opacity: 1;
}

.breakdown-content__cell-focus {
  position: absolute;
  top: -2px;
  left: -2px;
  display: none;
  border: 2px dashed rgba(209, 162, 180, 0.6);
  box-sizing: border-box;
}

.breakdown-content__reset-all {
  position: relative;
  min-width: 45px;
  padding: 7px 5px;
  margin-right: 5px;
  border: 2px solid #F3F3F3;
  background-color: transparent;
  line-height: 1;
  vertical-align: middle;
  transition: background-color 0.2s ease;
  cursor: pointer;
  overflow: hidden;
}

.breakdown-content__reset-all:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F3F3F3;
  z-index: -1;
  transition: 0.2s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.breakdown-content__reset-all:hover:before,
.breakdown-content__reset-all--active:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.breakdown-content__reset-all:focus {
  outline: none;
}

.breakdown-content__section-title {
  text-align: center;
  padding: 7px 0;
  margin-bottom: 10px;
  color: white;
}

.breakdown-content__level-label {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 7px 6px;
  font-size: 14px;
  min-width: 25px;
}

.breakdown-content__level-label:hover:after {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__level-label {
    font-size: 12px;
    min-width: 20px;
  }
}

.breakdown-content__item-quantity {
  padding-bottom: 3px;
  color: #c0c5d2;
  font-size: 14px;
}

.breakdown-content__item-quantity-incompleted {
  color: #395682;
}

.breakdown-content__incompleted-wrapper {
  display: none;
}

.breakdown-content__incompleted-wrapper--show {
  display: inline;
}

.breakdown-content__item-completed {
  padding-bottom: 1px;
  color: #c0c5d2;
  font-size: 10px;
}

.breakdown-content__progress-line {
  height: 4px;
}

.breakdown-content__wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 20px 15px 45px;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__wrapper {
    padding: 0 0 15px 0;
  }
}

.breakdown-content__h-map {
  position: relative;
  width: 73%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-left: 11%;
  border-bottom: 1px solid #E6E6E6;
  color: #878787;
  font-size: 10px;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .breakdown-content__h-map {
    width: 68%;
    margin-left: 16%;
  }
}

.breakdown-content__h-map:before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-top: 3px solid transparent;
  border-right: 4px solid #E6E6E6;
  border-bottom: 3px solid transparent;
}

.breakdown-content__h-text {
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  top: 11px;
  padding-left: 5px;
}

.breakdown-content__v-map {
  position: absolute;
  top: 110px;
  bottom: 55px;
  left: 25px;
  color: #878787;
  border-right: 1px solid #E6E6E6;
  font-size: 10px;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__v-map {
    display: none;
  }
}

.breakdown-content__v-map:before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  right: -4px;
  bottom: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #E6E6E6;
}

.breakdown-content__v-text {
  position: absolute;
  top: 0;
  right: -35px;
  -webkit-transform: translateY(-50%) rotate(-91deg);
  transform: translateY(-50%) rotate(-91deg);
  background-color: #ffffff;
  padding-left: 5px;
}

.breakdown-content__buttons {
  text-align: right;
  padding: 10px 0 15px 0;
}

.breakdown-content__filter-wrapper {
  width: 620px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .breakdown-content__filter-wrapper {
    width: 548px;
  }
}

@media only screen and (max-width: 599px) {
  .breakdown-content__filter-wrapper {
    width: 300px;
  }
}

.breakdown-content__reset {
  padding: 10px 20px 20px 0px;
  text-align: right;
}

.breakdown-content__reset--hidden {
  display: none;
}

.breakdown-content__icon-reset {
  position: relative;
  top: 1px;
}

.breakdown-content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px 20px 45px;
  font-size: 13px;
}

@media only screen and (max-width: 1023px) {
  .breakdown-content__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 599px) {
  .breakdown-content__footer {
    padding: 10px 0px 20px 0px;
  }
}

.breakdown-content__descriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .breakdown-content__descriptions {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .breakdown-content__descriptions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.breakdown-content__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breakdown-content__description + .breakdown-content__description {
  padding-left: 20px;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__description + .breakdown-content__description {
    padding-top: 10px;
    padding-left: 0;
  }
}

.breakdown-content__description-icon {
  height: 20px;
  width: 20px;
}

.breakdown-content__description-icon--complexity {
  border: 2px dashed #BAD8ED;
}

.breakdown-content__description-icon--importance {
  border: 2px dashed rgba(209, 162, 180, 0.6);
}

.breakdown-content__description-text {
  padding-left: 5px;
}

.breakdown-content__qty-focus--evidence {
  color: #FDD16B;
}

.breakdown-content__qty-focus--questions {
  color: #61B096;
}

.breakdown-content__qty-all {
  color: #c0c0c0;
}

.breakdown-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
  font-size: 15px;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.breakdown-content__header-desc {
  color: #c0c0c0;
}

.breakdown-content__header-desc + .breakdown-content__header-desc {
  padding-left: 5px;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__header-desc + .breakdown-content__header-desc {
    padding-left: 0;
  }
}

.breakdown-content__total-block {
  padding-top: 7px;
}

.breakdown-content__header-number {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 3px;
  background-color: #F3F3F3;
  font-weight: bold;
}

.breakdown-content__header-button {
  padding: 1px 5px 1px 10px;
  border: none;
  background-color: transparent;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__header-button {
    padding-left: 0;
  }
}

.breakdown-content__header-button:hover {
  background-color: #F3F3F3;
}

.breakdown-content__header-button:focus {
  outline: none;
}

.breakdown-content__header-button--target {
  font-weight: bold;
}

.breakdown-content__header-button--all {
  color: #c0c0c0;
}

.breakdown-content__header-button--incomplete {
  color: #395682;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__separator {
    display: none;
  }
}

.breakdown-content--evidence .breakdown-content__section-title {
  background-color: #FDD16B;
}

.breakdown-content--evidence .breakdown-content__cell--target-content:not(.breakdown-content__cell--zero-value) .breakdown-content__item-completed,
.breakdown-content--evidence .breakdown-content__reset-all .breakdown-content__item-completed {
  color: #FDD16B;
}

.breakdown-content--evidence .breakdown-content__header-button--target {
  color: #FDD16B;
  font-weight: bold;
}

.breakdown-content--evidence .breakdown-content__cell--target-content:not(.breakdown-content__cell--zero-value) .breakdown-content__item-quantity-colored,
.breakdown-content--evidence .breakdown-content__reset-all .breakdown-content__item-quantity {
  color: #FDD16B;
  font-weight: bold;
}

.breakdown-content--case .breakdown-content__section-title {
  background-color: #FD6C6A;
}

.breakdown-content--case .breakdown-content__cell--target-content:not(.breakdown-content__cell--zero-value) .breakdown-content__item-completed,
.breakdown-content--case .breakdown-content__reset-all .breakdown-content__item-completed {
  color: #FD6C6A;
}

.breakdown-content--case .breakdown-content__header-button--target {
  color: #FD6C6A;
  font-weight: bold;
}

.breakdown-content--case .breakdown-content__cell--target-content:not(.breakdown-content__cell--zero-value) .breakdown-content__item-quantity-colored,
.breakdown-content--case .breakdown-content__reset-all .breakdown-content__item-quantity {
  color: #FD6C6A;
  font-weight: bold;
}

.breakdown-content--video .breakdown-content__section-title {
  background-color: #F5A868;
}

.breakdown-content--video .breakdown-content__cell--target-content:not(.breakdown-content__cell--zero-value) .breakdown-content__item-completed,
.breakdown-content--video .breakdown-content__reset-all .breakdown-content__item-completed {
  color: #F5A868;
}

.breakdown-content--video .breakdown-content__header-button--target {
  color: #F5A868;
  font-weight: bold;
}

.breakdown-content--video .breakdown-content__cell--target-content:not(.breakdown-content__cell--zero-value) .breakdown-content__item-quantity-colored,
.breakdown-content--video .breakdown-content__reset-all .breakdown-content__item-quantity {
  color: #F5A868;
  font-weight: bold;
}

.breakdown-content--questions .breakdown-content__section-title {
  background-color: #61B096;
}

.breakdown-content--questions .breakdown-content__cell--target-content:not(.breakdown-content__cell--zero-value) .breakdown-content__item-completed,
.breakdown-content--questions .breakdown-content__reset-all .breakdown-content__item-completed {
  color: #61B096;
}

.breakdown-content--questions .breakdown-content__header-button--target {
  color: #61B096;
}

.breakdown-content--questions .breakdown-content__cell--target-content:not(.breakdown-content__cell--zero-value) .breakdown-content__item-quantity,
.breakdown-content--questions .breakdown-content__reset-all .breakdown-content__item-quantity {
  color: #61B096;
  font-weight: bold;
}

.breakdown-content [data-progress="0"] {
  background-color: #F3F3F3;
}

.loading-layout {
  position: relative;
}

.loading-layout:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/JobBank/images/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

.loading-layout--loading:after {
  opacity: 0.6;
  visibility: visible;
}

.loading-layout--loading.loading-layout--full:after {
  opacity: 1;
}

.loading-layout--background:after {
  z-index: -1;
}

.loading-layout--top:after {
  background-position: center 20%;
}

.loading-layout--fixed-height:after {
  background-position: center 50px;
}

.loading-layout--small:after {
  background-size: 30px;
}

.loading-layout--high-z:after {
  z-index: 1000;
}

.loading-button {
  position: relative;
  overflow: hidden;
}

.loading-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: -1;
  background-color: #bab9b9;
}

.loading-button--loading:before {
  -webkit-animation-name: loading;
  animation-name: loading;
}

.loading-button--finishing:before {
  background-color: transparent;
}

@-webkit-keyframes loadingButton {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.5;
  }

  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}

@keyframes loadingButton {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.5;
  }

  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}

.peak-arrow {
  cursor: pointer;
}

.peak-arrow:first-child .peak-arrow__hover-block {
  width: 120%;
  margin-left: -19%;
}

.peak-arrow:last-child .peak-arrow__hover-block {
  width: 125%;
}

.peak-arrow:hover .peak-arrow__hover-block,
.peak-arrow--active .peak-arrow__hover-block {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.peak-arrow:hover .pass-peak-item-label,
.peak-arrow--active .pass-peak-item-label {
  color: #858585;
}

.peak-arrow__hover-block {
  position: absolute;
  top: -1px;
  left: -3px;
  right: 3px;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease, 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, 0.3s;
  -webkit-transform: scaleX(0.1);
  transform: scaleX(0.1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media only screen and (max-width: 1023px) {
  .peak-arrow__hover-block {
    display: none;
  }
}

.peak-arrow__hover-block--full {
  width: 135%;
  margin-left: -20%;
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
  transition: 0.4s;
}

.peak-arrow__hover-elem {
  width: 99%;
  height: 50%;
  background-color: #EAEAEA;
}

.peak-arrow__hover-elem--top {
  height: 50%;
  -webkit-transform: skewX(13deg);
  transform: skewX(13deg);
}

.peak-arrow__hover-elem--bottom {
  height: calc(50% + 1px);
  margin-top: -1px;
  -webkit-transform: skewX(-13deg);
  transform: skewX(-13deg);
}

.peak-arrow__hover-elem--unauth {
  background-color: #9DB1D7;
}

.peak-arrow__hover-elem--topic {
  background-color: #C9E9F9;
}

.peak-arrow__hover-elem--questions {
  background-color: #D3E9E2;
}

.peak-arrow__hover-elem--evidence {
  background-color: #FEF2D6;
}

.peak-arrow__hover-elem--videos {
  background-color: #FCE7D5;
}

.peak-arrow__hover-elem--cases {
  background-color: #FED6D6;
}

.peak-arrow__hover-elem--skill {
  background-color: #FFE2B9;
}

.peak-arrow__hover-elem--self {
  background-color: #CAEDF0;
}

.peak-arrow__hover-elem--cpt-case-log {
  background-color: #CFE6E9;
}

.peak-arrow__hover-elem--faculty {
  background-color: #C9D8E7;
}

.peak-arrow__hover-elem--unauth {
  background-color: #9DB1D7;
}

.pass-peak-topic-infographic__arrow:hover .peak-arrow__hover-block {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pass-peak-topic-infographic--closed .peak-arrow__hover-block {
  left: 3px;
  right: -3px;
}

:root .pass-peak-topic-infographic__item {
  z-index: 100 \;
}

.separated-list {
  line-height: 1.2;
}

.separated-list__item {
  font-size: 14px;
  color: #7DA2DD;
}

@media only screen and (max-width: 599px) {
  .separated-list__item {
    font-size: 12px;
  }
}

.separated-list__item:hover {
  text-decoration: none;
}

.separated-list__item--without-link {
  color: #bababa;
}

.separated-list__item + .separated-list__item:before {
  display: inline-block;
  content: '|';
  font-size: 16px;
  margin: 0 6px 0 3px;
  vertical-align: middle;
  color: #E6E6E6;
  position: relative;
  top: -2px;
}

.separated-list--without-link .separated-list__link {
  color: #666666;
}

.separated-list--without-link .separated-list__link:before {
  color: #e6e6e6;
}

.referenceList__dw-switch-section {
  margin-top: 3px;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
}

.referenceList__dw-switch-section--active {
  opacity: 1;
  visibility: visible;
}

.referenceList .evidence_sort {
  transition: 0.2s;
}

.referenceList .evidence_sort:hover {
  color: #878787;
  background-color: #e9e9e9;
}

.referenceList .dw-selected-blue:hover {
  background-color: #7da2dd;
  color: white;
}

.referenceList .dw-label {
  margin-top: 9px;
}

.mastery-banner {
  position: relative;
  font-family: Arial;
  text-align: left;
  line-height: 1;
}

@media only screen and (max-width: 1023px) {
  .mastery-banner__topic {
    display: none;
  }
}

.mastery-banner__click-icon {
  position: absolute;
  bottom: 0;
  right: -5px;
  font-size: 14px;
}

.mastery-banner__click-icon .path1 {
  color: #606263;
}

.mastery-banner__click-icon .path2 {
  color: #FFFFFF;
}

.mastery-banner__selfProgressItem {
  position: relative;
  margin: 7px 12px 7px 12px;
  vertical-align: middle;
}

.mastery-banner__progress-explanation {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-align: left;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  transition: color 0.6s;
}

@media only screen and (max-width: 1023px) {
  .mastery-banner__progress-explanation {
    text-align: left;
  }
}

@media only screen and (max-width: 599px) {
  .mastery-banner__progress-explanation {
    display: block;
    width: auto;
  }
}

.mastery-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

.mastery-banner__content:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-duration: 0.5s;
}

.mastery-banner__content:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mastery-banner__wrapper {
  position: relative;
}

.mastery-banner__counter {
  position: absolute;
  right: 80px;
  top: -44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transition-delay: 0.4s;
}

@media only screen and (max-width: 1023px) {
  .mastery-banner__counter {
    position: relative;
    top: 0;
    right: 70px;
    padding-bottom: 10px;
  }
}

.mastery-banner__counter-text {
  font-size: 16px;
}

.mastery-banner__counter-value {
  min-width: 35px;
  padding: 0 5px;
  margin-left: 5px;
  line-height: 30px;
  background-color: #F3F3F3;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  .mastery-banner__counter-value {
    padding: 0;
  }
}

.mastery-banner__counter-value--percent {
  color: #61B096;
  font-weight: bold;
}

.mastery-banner__counter-value--in-row {
  color: #557CB8;
  font-weight: bold;
}

.mastery-banner--topic {
  background-color: #dff3ff;
  border: 1px solid #39B1EB;
}

.mastery-banner--topic .mastery-banner__explanation:hover {
  color: #dff3ff;
}

.mastery-banner--topic .mastery-banner__content:before {
  background: #D1EDFA;
}

.mastery-banner--question {
  background-color: #e8f3f0;
  border: 1px solid #61B096;
}

.mastery-banner--question .mastery-banner__explanation:hover {
  color: #e8f3f0;
}

.mastery-banner--question .mastery-banner__content:before {
  background: #daede7;
}

.mastery-banner--evidence {
  background-color: #fff8e9;
  border: 1px solid #FDD16B;
}

.mastery-banner--evidence .mastery-banner__explanation:hover {
  color: #fff8e9;
}

.mastery-banner--evidence .mastery-banner__content:before {
  background: #fff4dd;
}

.mastery-banner--video {
  background-color: #feecd6;
  border: 1px solid #F5A868;
}

.mastery-banner--video .mastery-banner__explanation:hover {
  color: #feecd6;
}

.mastery-banner--video .mastery-banner__content:before {
  background: #fde6cc;
}

.mastery-banner--error {
  background-color: #F8DFDF;
  border: 1px solid #DD5F5F;
}

.mastery-banner--error .mastery-banner__explanation:hover {
  color: #ffd8d8;
}

.mastery-banner--error .mastery-banner__content:before {
  background: #ffd8d8;
}

.mastery-banner--margin {
  margin-bottom: 20px;
}

.mastery-banner--hidden {
  display: none;
}

@-webkit-keyframes slide-effect {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  49% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slide-effect {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  49% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.progress-explanation {
  opacity: 1;
  transition: 0.2s;
}

.progress-explanation--changed {
  -webkit-animation: slide-effect 0.4s;
  animation: slide-effect 0.4s;
}

.progress-explanation--topic {
  color: #2F91C1;
}

.progress-explanation--question {
  color: #50917B;
}

.progress-explanation--techniqueguide {
  color: #339BA5;
}

.progress-explanation--evidence {
  color: #CFAD5D;
}

.progress-explanation--case {
  color: #D05957;
}

.progress-explanation--video {
  color: #C98A56;
}

.progress-explanation--selfmastery {
  color: #339BA5;
}

.rate-content {
  font-size: 12px;
  color: #000000;
  position: relative;
  background: #f2f2f2;
  text-align: center;
  line-height: 1;
}

.rate-content__main {
  padding: 12px 15px;
}

.rate-content__call {
  position: absolute;
  top: 15px;
  left: 12px;
}

@media only screen and (max-width: 599px) {
  .rate-content__call {
    position: static;
  }
}

.rate-content__rating {
  position: absolute;
  top: 15px;
  right: 12px;
}

@media only screen and (max-width: 599px) {
  .rate-content__rating {
    position: static;
  }
}

.rate-content__stars {
  display: inline-block;
}

.rate-content__stars--editable li {
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .rate-content__stars {
    padding: 10px 0;
  }
}

.rate-content__star {
  display: block;
  float: left;
  padding: 0 3px;
}

.rate-content__icon-star {
  font-size: 16px;
  color: #5c77a2;
  transition: color 0.2s ease;
}

@media only screen and (max-width: 599px) {
  .rate-content__icon-star {
    font-size: 20px;
  }
}

.rate-content__icon-star.blank {
  color: #c6c6c6;
}

.rate-content__question-title {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.2;
}

.rate-content__vote {
  display: none;
  padding-top: 10px;
}

@media only screen and (max-width: 599px) {
  .rate-content__vote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rate-content__vote-description {
  text-align: center;
  color: #878787;
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 599px) {
  .rate-content__vote-description {
    text-align: left;
  }
}

.rate-content__radio {
  width: 33.3%;
  box-sizing: border-box;
  float: left;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
  .rate-content__radio {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .rate-content__radio {
    width: 100%;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 599px) {
  .rate-content__radio + .rate-content__radio {
    padding-top: 20px;
  }
}

.rate-content__buttons {
  text-align: right;
  padding: 0px 20px 15px 20px;
}

@media only screen and (max-width: 599px) {
  .rate-content__buttons {
    padding: 0px 0 15px 0;
  }
}

@media only screen and (max-width: 599px) {
  .rate-content__ortho-button.ortho-button {
    width: 48%;
    float: left;
  }
}

.rate-content__ortho-button + .rate-content__ortho-button {
  margin-left: 15px;
}

@media only screen and (max-width: 599px) {
  .rate-content__ortho-button + .rate-content__ortho-button {
    margin-left: 4%;
  }
}

.rate-content__btn-icon {
  font-size: 12px;
  padding-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.rate-content.collapsable {
  margin-bottom: 22px;
}

body.ortho-modal__fixed-body {
  overflow: hidden;
}

.pageWrapper:not(.hide-notes) .showPreferred[data-progress='40'] .ortho-modal--evidence-popup .ortho-modal__modal {
  left: -90px;
}

@media only screen and (max-width: 1023px) {
  .pageWrapper:not(.hide-notes) .showPreferred[data-progress='40'] .ortho-modal--evidence-popup .ortho-modal__modal {
    left: 0;
  }
}

.questionContainer .showPreferred[data-progress='40'] .ortho-modal--evidence-popup .ortho-modal__modal,
.dashboard-item--highlight-success .ortho-modal--evidence-popup .ortho-modal__modal {
  width: 910px;
  left: -35px;
}

@media only screen and (max-width: 1023px) {
  .questionContainer .showPreferred[data-progress='40'] .ortho-modal--evidence-popup .ortho-modal__modal,
  .dashboard-item--highlight-success .ortho-modal--evidence-popup .ortho-modal__modal {
    width: 540px;
    left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .questionContainer .showPreferred[data-progress='40'] .ortho-modal--evidence-popup .ortho-modal__modal,
  .dashboard-item--highlight-success .ortho-modal--evidence-popup .ortho-modal__modal {
    width: 280px;
  }
}

.ortho-modal {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 20;
}

.ortho-modal__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
}

.ortho-modal__modal {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
}

.ortho-modal__modal--default {
  width: 580px;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .ortho-modal__modal--default {
    width: 300px;
  }
}

.ortho-modal__modal--default .ortho-modal__content {
  max-height: 90vh;
  overflow: auto;
  padding: 15px;
}

.ortho-modal__modal--default p {
  padding-bottom: 15px;
  font-size: 14px;
}

.ortho-modal__modal--default p.large {
  font-size: 16px;
}

.ortho-modal__modal--shadow {
  box-shadow: 0 0 10px #b0b0b0;
}

.ortho-modal__modal--lab {
  position: absolute;
  width: 490px;
}

@media only screen and (max-width: 599px) {
  .ortho-modal__modal--lab {
    width: 310px;
  }
}

.ortho-modal__modal--lab .tab-content {
  height: 410px;
  overflow: hidden;
}

.ortho-modal__modal--lab .ortho-modal__content {
  padding-left: 10px;
}

.ortho-modal__modal--lab .ortho-tabs__content-item {
  height: 100%;
}

.ortho-modal__modal--calculator {
  position: absolute;
  width: 422px;
}

@media only screen and (max-width: 599px) {
  .ortho-modal__modal--calculator {
    width: 270px;
  }
}

.ortho-modal__modal--calculator .ortho-modal__content {
  padding: 10px 10px 5px 10px;
}

.ortho-modal__modal--video {
  width: 1000px;
}

@media only screen and (max-width: 1023px) {
  .ortho-modal__modal--video {
    width: 580px;
  }
}

@media only screen and (max-width: 599px) {
  .ortho-modal__modal--video {
    width: 310px;
  }
}

.ortho-modal__modal--case-presentation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.ortho-modal__modal--case-presentation .ortho-modal__content {
  height: 100%;
}

.ortho-modal__modal--case-presentation .presentation-mode {
  height: 100%;
}

.ortho-modal__header {
  box-sizing: border-box;
  position: relative;
  background-color: #f3f3f3;
  height: 48px;
  z-index: 2;
}

.ortho-modal__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  color: #4E4E4E;
}

.ortho-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
  background-color: #eaeaea;
  color: #878787;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.ortho-modal__close:hover {
  background-color: #dfdfdf;
}

.ortho-modal__icon-close {
  padding-top: 18px;
}

.ortho-modal__icon-drag {
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #909090;
  padding-right: 5px;
}

.ortho-modal__content {
  text-align: left;
}

.ortho-modal__video-content {
  position: relative;
  padding-bottom: 56.25%;
}

.ortho-modal__video-iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
}

.ortho-modal--hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: zindex-hack 0.2s linear forwards;
  animation: zindex-hack 0.2s linear forwards;
}

.ortho-modal--draggable {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.ortho-modal--draggable .ortho-modal__modal {
  top: auto;
  -webkit-transform: none;
  transform: none;
}

.ortho-modal--draggable .ortho-modal__header {
  cursor: move;
}

.ortho-modal--simple .ortho-modal__content {
  max-height: 80vh;
  overflow-y: auto;
}

.ortho-modal--simple .ortho-modal__modal {
  width: 700px;
}

@media only screen and (max-width: 1023px) {
  .ortho-modal--simple .ortho-modal__modal {
    width: 540px;
  }
}

@media only screen and (max-width: 599px) {
  .ortho-modal--simple .ortho-modal__modal {
    width: 90vw;
  }
}

.ortho-modal--large .ortho-modal__modal {
  width: 840px;
}

@media only screen and (max-width: 1023px) {
  .ortho-modal--large .ortho-modal__modal {
    width: 540px;
  }
}

@media only screen and (max-width: 599px) {
  .ortho-modal--large .ortho-modal__modal {
    width: 90vw;
  }
}

.ortho-modal--extra-large .ortho-modal__modal {
  width: 950px;
}

@media only screen and (max-width: 1023px) {
  .ortho-modal--extra-large .ortho-modal__modal {
    width: 590px;
  }
}

@media only screen and (max-width: 599px) {
  .ortho-modal--extra-large .ortho-modal__modal {
    width: 90vw;
  }
}

.ortho-modal--fixed-height .ortho-modal__content {
  height: 80vh;
}

@media only screen and (max-width: 599px) {
  .ortho-modal--fixed-height .ortho-modal__content {
    height: 70vh;
  }
}

.ortho-modal--without-indents .ortho-modal__content {
  padding: 0;
}

.ortho-modal--with-iframe .ortho-modal__content {
  height: 80vh;
  overflow-y: hidden;
}

.ortho-modal--with-iframe iframe {
  width: 100%;
  height: 100%;
}

.ortho-modal--delete-conference .ortho-modal__text {
  font-size: 14px;
}

.ortho-modal--delete-conference .ortho-buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0;
}

.ortho-modal--delete-conference .ortho-button {
  font-size: 14px;
}

.ortho-modal--delete-conference .ortho-button .icon {
  font-size: 11px;
}

@-webkit-keyframes zindex-hack {
  0% {
    z-index: 20;
  }

  99% {
    z-index: 20;
  }

  100% {
    z-index: -1;
  }
}

@keyframes zindex-hack {
  0% {
    z-index: 20;
  }

  99% {
    z-index: 20;
  }

  100% {
    z-index: -1;
  }
}

.ortho-scroll {
  height: 100%;
}

.ortho-scroll .mCSB_scrollTools {
  border-left: 1px solid #D1CECE;
}

.ortho-scroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 17px;
  border-radius: none;
  background-color: #ffffff;
}

.ortho-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #D1CECE;
  width: 8px;
}

.ortho-scroll .mCSB_scrollTools .mCSB_draggerContainer {
  padding-bottom: 5px;
}

.ortho-scroll .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

.ortho-scroll .mCSB_horizontal {
  min-width: 100%;
}

.ortho-scroll .mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #D1CECE;
  width: auto;
  height: 8px;
  margin: 4px 0;
}

.ortho-scroll .mCSB_scrollTools_horizontal {
  border-left: none;
  border-top: 1px solid #D1CECE;
}

.ortho-scroll--filter .mCSB_scrollTools {
  border-left: none;
}

.ortho-scroll--filter .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.ortho-scroll--without-border .mCSB_scrollTools {
  border-left: none;
}

.ortho-table {
  display: table;
  width: 100%;
}

.ortho-table__section-row {
  font-weight: bold;
}

.ortho-table__section-row:first-child td {
  border-top: none;
}

.ortho-table__section-row td {
  border-top: 5px solid #ffffff;
}

.ortho-table__tr {
  display: table-row;
}

.ortho-table__tr--header {
  font-weight: 700;
}

.ortho-table__tr--enter {
  opacity: 0.01;
}

.ortho-table__tr--enter-active {
  opacity: 1;
  transition: opacity 200ms ease-in;
}

.ortho-table__tr--exit {
  opacity: 1;
}

.ortho-table__tr--exit-active {
  opacity: 0.01;
  transition: opacity 50ms ease-in;
}

.ortho-table__td {
  display: table-cell;
}

.ortho-table__td--center {
  vertical-align: middle;
}

.ortho-table__btn-approve {
  height: 30px;
  width: 45px;
  padding: 0 12px;
  line-height: 1;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.ortho-table__btn-edit {
  border: none;
  background-color: transparent;
  font-size: 22px;
  color: #395685;
  transition: color 0.2s ease;
}

.ortho-table__btn-edit:hover {
  color: #5d8ad4;
}

.ortho-table__wrapper {
  overflow-x: auto;
}

.ortho-table__section-link {
  display: block;
  padding: 7px 0 5px 0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.ortho-table__section-link span {
  border-bottom: 1px solid transparent;
  transition: border 0.2s ease;
}

@media only screen and (max-width: 599px) {
  .ortho-table__section-link span {
    font-size: 14px;
  }
}

.ortho-table__section-link:hover {
  text-decoration: none;
}

.ortho-table__section-link:hover span {
  border-bottom: 1px solid #ffffff;
}

.ortho-table__section-link--without-link:hover span {
  border-bottom: none;
}

.ortho-table__title-column--pass-price {
  width: 200px;
}

@media only screen and (max-width: 1023px) {
  .ortho-table__title-column--pass-price {
    width: 100px;
  }
}

@media only screen and (max-width: 599px) {
  .ortho-table__title-column--pass-price {
    width: 60px;
  }
}

.ortho-table .ortho-table__title-column.ortho-table__title-column--pass-price {
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .ortho-table .ortho-table__title-column.ortho-table__title-column--pass-price {
    font-size: 11px;
  }
}

.ortho-table tr.ortho-table__empty-row:nth-child(odd) td,
.ortho-table tr.ortho-table__empty-row:nth-child(even) td {
  background-color: transparent;
}

.ortho-table tr:nth-child(odd) td,
.ortho-table__tr:nth-child(odd) td,
.ortho-table tr:nth-child(odd) .ortho-table__td,
.ortho-table__tr:nth-child(odd) .ortho-table__td {
  background-color: #eef5fb;
}

.ortho-table tr:nth-child(even) td,
.ortho-table__tr:nth-child(even) td,
.ortho-table tr:nth-child(even) .ortho-table__td,
.ortho-table__tr:nth-child(even) .ortho-table__td {
  background-color: #deebf7;
}

.ortho-table.ortho-table td,
.ortho-table td,
.ortho-table__td {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.3;
}

.ortho-table sub {
  font-size: 9px;
}

.ortho-table .icon-check-multi {
  font-size: 0px;
}

@media only screen and (max-width: 599px) {
  .ortho-table .icon-check-multi {
    font-size: 14px;
  }
}

.ortho-table .icon-check-multi .path1:before {
  color: #39b1eb;
  font-size: 20px;
}

@media only screen and (max-width: 599px) {
  .ortho-table .icon-check-multi .path1:before {
    font-size: 14px;
  }
}

.ortho-table .icon-check-multi .path2:before {
  color: #3fa0ce;
  font-size: 20px;
}

@media only screen and (max-width: 599px) {
  .ortho-table .icon-check-multi .path2:before {
    font-size: 14px;
  }
}

.ortho-table--lab {
  border-spacing: 5px 0;
  border-collapse: separate;
  padding-bottom: 15px;
}

.ortho-table--lab td {
  border-color: #ffffff;
}

.ortho-table--edit {
  min-width: 800px;
  table-layout: fixed;
}

.ortho-table--edit tr:nth-child(odd) td,
.ortho-table--edit .ortho-table__tr:nth-child(odd) td,
.ortho-table--edit tr:nth-child(odd) .ortho-table__td,
.ortho-table--edit .ortho-table__tr:nth-child(odd) .ortho-table__td {
  background-color: #FFFFFF;
}

.ortho-table--edit tr:nth-child(even) td,
.ortho-table--edit .ortho-table__tr:nth-child(even) td,
.ortho-table--edit tr:nth-child(even) .ortho-table__td,
.ortho-table--edit .ortho-table__tr:nth-child(even) .ortho-table__td {
  background-color: #f9f9f9;
}

.ortho-table--edit .ortho-table__td--name {
  width: 35%;
}

.ortho-table--edit .ortho-table__td--btn {
  width: 80px;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .ortho-table--price {
    table-layout: fixed;
  }
}

.ortho-table--price.ortho-table {
  border-spacing: 5px 0;
}

.ortho-table--price td:first-child {
  padding: 6px 15px;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .ortho-table--price td:first-child {
    padding: 6px 10px;
    font-size: 13px;
  }
}

.ortho-table--price td.ortho-table__btn-element {
  padding: 0;
}

.ortho-table--price.ortho-table td,
.ortho-table--price td,
.ortho-table--price__td {
  font-size: 16px;
}

.ortho-table--center {
  text-align: center;
}

.ortho-table--padding.ortho-table tr td {
  padding: 6px;
}

.ortho-table--spacing.ortho-table {
  border-spacing: 5px 0;
}

.nav-tabs--big {
  padding-left: 0;
}

.nav-tabs--big .nav-tabs__link {
  line-height: 34px;
  padding: 0 8px;
}

.nav-tabs--big .nav-tabs__icon.icon-message {
  font-size: 17px;
}

.nav-tabs__item {
  display: inline-block;
  height: 24px;
  min-width: 40px;
  background: transparent;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  .nav-tabs__item--mobile-hidden {
    display: none;
  }
}

.nav-tabs__link {
  display: inline-block;
  line-height: 26px;
  text-decoration: none;
  background: transparent;
  min-width: inherit;
  padding: 0 5px;
  transition: background 0.2s ease, color 0.2s ease;
  color: #c0c0c0;
  background: #f3f3f3;
  border-radius: 4px;
}

@media only screen and (max-width: 599px) {
  .nav-tabs__link {
    padding: 0;
    line-height: 22px;
  }
}

.nav-tabs__link--presentation-mode {
  font-size: 14px;
  border: none;
}

.nav-tabs__link--presentation-mode .icon {
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 599px) {
  .nav-tabs__link--presentation-mode {
    display: none;
  }
}

.nav-tabs__link:hover {
  text-decoration: none;
  background: #9db1d7;
  color: #fff;
}

.nav-tabs__link:hover:focus,
.nav-tabs__link:hover:active {
  color: #fff;
}

.nav-tabs__link:focus,
.nav-tabs__link:active {
  color: #c0c0c0;
  text-decoration: none;
}

.nav-tabs__icon {
  position: relative;
  margin-right: 3px;
}

.nav-tabs__icon.icon-message {
  font-size: 14px;
  vertical-align: middle;
}

.nav-tabs__icon.icon-presentation {
  font-size: 12px;
  top: 1px;
  margin-right: 0;
}

.nav-tabs__icon.icon-profile {
  top: 2px;
  font-size: 17px;
}

.nav-tabs__icon.icon-video {
  top: 2px;
  font-size: 16px;
}

.nav-tabs__icon.icon-pyramid {
  font-size: 15px;
  top: 1px;
}

.nav-tabs__icon.icon-scalpel {
  font-size: 20px;
  color: #f2a768;
  bottom: -3px;
  left: -4px;
}

.nav-tabs__icon.icon-question {
  font-size: 16px;
  color: #7da2dd;
  vertical-align: middle;
  top: -2px;
}

.nav-tabs__icon.icon-comments {
  position: relative;
  top: 2px;
  font-size: 16px;
}

.nav-tabs__add-caselog-link {
  position: relative;
  top: 2px;
  font-size: 20px;
  color: #359AA4;
}

.nav-tabs__number {
  font-size: 14px;
}

.nav-tabs .tabs-text {
  color: #f6a9a9;
}

.nav-tabs .tabs-number {
  vertical-align: middle;
  font-size: 12px;
}

.nav-tabs .question-obq-count {
  color: #7da2dd;
  padding: 0 5px;
}

.nav-tabs .question-sae-count {
  color: #79c969;
  padding-left: 5px;
}

.MedbulletsStep2And3 .nav-tabs .question-sae-count,
.MedbulletsStep1 .nav-tabs .question-sae-count {
  display: none;
}

.sponsor-logo {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin-bottom: 12px;
  color: #7DA2DD;
  line-height: 1.3;
  transition: background-color 0.2s ease, color 0.2s ease;
  vertical-align: top;
}

@media only screen and (max-width: 1023px) {
  .sponsor-logo {
    display: block;
  }
}

.sponsor-logo:hover {
  text-decoration: none;
  background-color: #F3F3F3;
}

@media only screen and (max-width: 1023px) {
  .sponsor-logo:hover {
    background-color: none;
  }
}

.sponsor-logo__img {
  display: inline-block;
  max-height: 45px;
  max-width: 150px;
  padding-right: 4px;
  vertical-align: top;
}

.sponsor-logo__img--group {
  max-width: none;
}

@media only screen and (max-width: 599px) {
  .sponsor-logo__img {
    max-height: 40px;
    max-width: 140px;
  }
}

.sponsor-logo__trusted {
  padding-top: 2px;
  font-size: 12px;
  color: #bababa;
}

@media only screen and (max-width: 599px) {
  .sponsor-logo__trusted {
    padding-top: 0px;
  }
}

.sponsor-logo__text {
  display: inline-block;
  max-width: 190px;
  vertical-align: top;
  font-size: 12px;
  text-align: left;
}

.sponsor-logo__text--simple {
  max-width: initial;
}

.sponsor-logo__name {
  position: relative;
  max-height: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  .sponsor-logo__name {
    font-size: 11px;
  }
}

.sponsor-logo__name--long:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 5px;
  display: inline-block;
  width: 30px;
  height: 15px;
  background: linear-gradient(to right, transparent, #FFFFFF);
}

.sponsor-logo__name--long:after {
  content: '...';
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: #FFFFFF;
}

.sponsor-logo__icon {
  font-size: 8px;
}

.sponsor-logo--full {
  padding: 10px;
  margin-bottom: 2px;
}

.sponsor-logo--full:hover {
  color: #7DA2DC;
}

@media only screen and (max-width: 1023px) {
  .sponsor-logo--full {
    padding: 0;
  }
}

.sponsor-logo--hybrid {
  padding: 0;
  vertical-align: middle;
}

.sponsor-logo--hybrid:hover {
  background-color: transparent;
  color: #607ca8;
}

@media only screen and (max-width: 1023px) {
  .sponsor-logo--hybrid {
    width: 100%;
  }
}

.sponsor-logo--hybrid .sponsor-logo__img {
  max-height: 30px;
  vertical-align: middle;
}

.sponsor-logo--hybrid .sponsor-logo__text {
  vertical-align: middle;
}

.sponsor-logo--names:hover {
  background-color: transparent;
  color: #607ca8;
}

@media only screen and (max-width: 1023px) {
  .sponsor-logo--names {
    padding: 0;
    margin-top: 0;
  }
}

.sponsor-logo--names .sponsor-logo__text {
  max-width: none;
}

@media only screen and (max-width: 599px) {
  .sponsor-logo--names .sponsor-logo__name {
    font-size: 12px;
  }
}

.sponsor-logo--group {
  padding: 10px;
}

@media only screen and (max-width: 1023px) {
  .sponsor-logo--group {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
  }
}

.author-card--names + .sponsor-logo--names {
  border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .author-card--names + .sponsor-logo--names {
    border-left: none;
  }
}

.author-card + .sponsor-logo--hybrid {
  padding-left: 10px;
}

@media only screen and (max-width: 1023px) {
  .author-card + .sponsor-logo--hybrid {
    padding-left: 0px;
  }
}

.author-card + .sponsor-logo--hybrid:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 15px;
  width: 1px;
  background-color: #e6e6e6;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .author-card + .sponsor-logo--hybrid:before {
    content: none;
  }
}

.poll-result__items .poll-result__item.comparison .poll-result__item__desc__option {
  color: #79c969;
  margin-left: 10px;
}

.poll-result__items .poll-result__item.comparison .poll-result__item__desc__percentage {
  color: #79c969;
}

.poll-result__items .poll-result__item.comparison .poll-result__item__bar__value {
  background-color: #79c969;
}

.event-agenda {
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
}

.event-agenda:first-child {
  border-top: 1px solid #eaeaea;
}

.event-agenda__tab-info {
  margin: 0 -15px;
}

.event-agenda__border-buttons {
  padding-top: 10px;
}

.event-agenda__border-buttons--list {
  padding-bottom: 10px;
}

.event-agenda__sessionDate {
  position: relative;
  z-index: 9;
}

.event-agenda__annualagenda {
  position: relative;
  z-index: 1;
}

.event-agenda__survey-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.event-agenda__survey-link a {
  color: #7DA2DC;
  font-size: 14px;
}

.event-agenda__sp-survey-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px;
  padding-right: 15px;
}

.event-agenda__sp-survey-link--title {
  font-size: 16px;
  padding-right: 300px;
}

.event-agenda__sp-survey-link--links--item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F3F3F3;
  border-radius: 1px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 30px;
  margin: 5px 0;
  width: 170px;
}

.event-agenda__sp-survey-link--links--item a span {
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  max-width: 140px;
}

.event-agenda__sp-survey-link--links--item a .icon {
  color: #7DA2DC;
  font-weight: bold;
  text-align: center;
  min-width: 32px;
}

.event-agenda__sp-survey-link--links--item a:hover {
  background-color: #7DA2DC;
  color: #fff;
  text-decoration: none;
}

.event-agenda__sp-survey-link--links--item a:hover .icon {
  color: #fff;
}

.event-agenda.collapsable {
  margin-bottom: 0;
}

.event-agenda.collapsable .event-agenda__session:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}

.event-agenda.collapsable .event-agenda__session:hover .event-agenda__arrow:before,
.event-agenda.collapsable .event-agenda__session:hover .event-agenda__arrow:after {
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
}

.event-agenda.shown {
  display: block;
}

.event-agenda__timeslot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__timeslot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 20px 0;
  }
}

.event-agenda__timeslot:first-child {
  border-top: 1px solid #eaeaea;
}

.event-agenda__timeslot + .event-agenda__timeslot .event-agenda__description:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 15px;
  right: 0;
  border-top: 1px solid #eaeaea;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__timeslot + .event-agenda__timeslot .event-agenda__description:before {
    right: 15px;
    top: -30px;
  }
}

.event-agenda__session {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  background-color: #f9f9f9;
  transition: background-color 0.2s ease;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__session {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 599px) {
  .event-agenda__session {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 25px 0;
  }
}

.event-agenda__time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  min-height: 1px;
  color: #395685;
  font-size: 16px;
  text-transform: lowercase;
  text-align: right;
  padding-right: 15px;
  vertical-align: top;
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__time {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
    padding-left: 15px;
  }
}

.event-agenda__time--timeslot {
  font-size: 14px;
}

.event-agenda__title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding-bottom: 5px;
  padding-top: 2px;
}

.event-agenda__title--timeslot {
  font-weight: 400;
}

.event-agenda__description-info {
  color: #878787;
}

@media only screen and (max-width: 599px) {
  .event-agenda__description-info {
    display: block;
  }
}

.event-agenda__description-info + .event-agenda__description-info {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #eaeaea;
}

@media only screen and (max-width: 599px) {
  .event-agenda__description-info + .event-agenda__description-info {
    margin-left: 0;
    padding: 0;
    border-left: none;
  }
}

.event-agenda__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  border-left: 1px solid #eaeaea;
  line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__description {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-right: 15px;
    border-left: none;
  }
}

@media only screen and (max-width: 1023px) {
  .event-agenda__description--event {
    width: 100%;
    padding-right: 40px;
  }
}

.event-agenda__description--pre-reading {
  padding-right: 15px;
}

.event-agenda__pre-reading-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 10px 0;
  transition: background-color 0.3s ease;
}

.event-agenda__pre-reading-item:not(.event-agenda__pre-reading-item--no-link):hover,
.event-agenda__pre-reading-item:not(.event-agenda__pre-reading-item--no-link):focus {
  background-color: #F9F9F9;
  text-decoration: none;
}

.event-agenda__pre-reading-item + .event-agenda__pre-reading-item .event-agenda__pre-reading-description:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 15px;
  right: 0;
  border-top: 1px solid #eaeaea;
}

.event-agenda__pre-reading-item--no-link .event-agenda__pre-reading-description {
  border-left: none;
}

.event-agenda__pre-reading-icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  min-height: 1px;
  padding-right: 15px;
  vertical-align: top;
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__pre-reading-icon-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}

@media only screen and (max-width: 599px) {
  .event-agenda__pre-reading-icon-section {
    display: none;
  }
}

.event-agenda__pre-reading-title {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 2px;
}

@media only screen and (max-width: 599px) {
  .event-agenda__pre-reading-title {
    font-size: 14px;
  }
}

.event-agenda__pre-reading-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
  border-left: 1px solid #eaeaea;
  line-height: 1.2;
}

.event-agenda__pre-reading-description--with-remove {
  padding-right: 45px;
}

.event-agenda__pre-reading-img {
  max-width: 100px;
}

.event-agenda__pre-reading-description-inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.event-agenda__pre-reading-progress {
  padding-top: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  text-align: right;
}

.event-agenda__description-inner {
  float: left;
  max-width: calc(100% - 320px);
}

@media only screen and (max-width: 1023px) {
  .event-agenda__description-inner {
    max-width: 100%;
  }
}

.event-agenda__person {
  color: #7DA2DC;
  font-size: 14px;
  transition: color 0.2s ease;
}

.event-agenda__person:hover {
  text-decoration: none;
  color: #50678c;
}

.event-agenda__person--separated + .event-agenda__person--separated {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #E6E6E6;
}

.event-agenda__person--without-link {
  color: #BABABA;
}

.event-agenda__person--without-link:hover {
  color: #BABABA;
}

.event-agenda__author {
  display: inline-block;
  color: #7DA2DC;
  font-size: 14px;
  transition: color 0.2s ease;
}

@media only screen and (max-width: 599px) {
  .event-agenda__author {
    font-size: 12px;
  }
}

.event-agenda__author:hover {
  text-decoration: none;
  color: #50678c;
}

.event-agenda__author + .event-agenda__author {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #E6E6E6;
}

.event-agenda__author--without-link {
  color: #BABABA;
}

.event-agenda__author--without-link:hover {
  color: #BABABA;
}

.event-agenda__arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 599px) {
  .event-agenda__arrow {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 50%;
    margin-left: -10px;
    display: block;
    text-align: center;
    padding: 0;
  }
}

.event-agenda__arrow:after,
.event-agenda__arrow:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  transition: opacity 0.2s ease, border 0.2s ease;
}

.event-agenda__arrow:before {
  position: relative;
  top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

@media only screen and (max-width: 599px) {
  .event-agenda__arrow:before {
    top: 3px;
  }
}

.event-agenda__arrow:after {
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 599px) {
  .event-agenda__arrow:after {
    top: 14px;
    right: 50%;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
  }
}

.event-agenda__arrow--open:before {
  opacity: 1;
}

.event-agenda__arrow--open:after {
  opacity: 0;
}

.event-agenda__preview-info {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 20px;
  margin-top: 4px;
  margin-right: 50px;
  margin-left: 5px;
  color: #A9A9A9;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__preview-info {
    width: 100%;
    padding: 10px 15px 0 10px;
    position: relative;
    top: 0;
    right: auto;
    clear: both;
    display: block;
    -webkit-transform: none;
    transform: none;
    text-align: left;
  }
}

@media only screen and (max-width: 599px) {
  .event-agenda__preview-info {
    margin-right: 0;
  }
}

.event-agenda__attachment {
  padding-left: 10px;
}

.event-agenda__icon-wrapper {
  display: inline-block;
  min-width: 46px;
  vertical-align: middle;
}

.event-agenda__icon-wrapper--track {
  max-width: 150px;
  min-width: auto;
  padding-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__icon-wrapper--track {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.event-agenda__icon-wrapper + .event-agenda__icon-wrapper {
  padding-left: 10px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__icon-wrapper + .event-agenda__icon-wrapper:not(.event-agenda__icon-wrapper--track) {
    padding-left: 0;
  }
}

.event-agenda__icon {
  position: relative;
  top: -2px;
  font-size: 18px;
  vertical-align: middle;
}

.event-agenda__icon--case {
  top: -3px;
  color: #FD6C6A;
}

.event-agenda__icon--video {
  font-size: 15px;
  color: #F5A868;
}

.event-agenda__icon--evidence {
  font-size: 16px;
  color: #FDD16B;
}

.event-agenda__icon--topic {
  font-size: 16px;
  color: #39B1EB;
}

.event-agenda__icon--technique {
  font-size: 18px;
  color: #FF9600;
}

.event-agenda__icon--exams {
  font-size: 18px;
  color: #78c96b;
}

.event-agenda__icon--attachment {
  font-size: 18px;
  color: #ababab;
}

.event-agenda__icon--link {
  font-size: 18px;
  color: #7DA2DC;
}

.event-agenda__files {
  padding-right: 50px;
  float: right;
}

.event-agenda__files--with-remove {
  padding-right: 35px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__files {
    float: none;
    clear: both;
    padding-top: 15px;
  }
}

.event-agenda__files-group {
  float: left;
  width: 32px;
  min-height: 1px;
  padding: 0;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__files-group {
    width: auto;
    min-height: auto;
    margin-right: 4px;
  }
}

.event-agenda__files-group + .event-agenda__files-group {
  margin-left: 18px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__files-group + .event-agenda__files-group {
    margin-left: 0px;
  }
}

.event-agenda .ortho-button.event-agenda__ortho-button {
  height: 30px;
  min-height: auto;
  width: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  line-height: 30px;
  font-size: 12px;
  text-align: left;
  background-color: #F3F3F3;
  border-radius: 1px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

@media only screen and (max-width: 1023px) {
  .event-agenda .ortho-button.event-agenda__ortho-button {
    position: static;
  }
}

.event-agenda .ortho-button.event-agenda__ortho-button:hover .event-agenda__file-title {
  color: #FFFFFF;
}

.event-agenda .ortho-button.event-agenda__ortho-button--exams {
  color: #78c96b;
}

.event-agenda .ortho-button.event-agenda__ortho-button--exams:hover {
  color: #FFFFFF;
  background-color: #78c96b;
}

.event-agenda .ortho-button.event-agenda__ortho-button--video {
  color: #F5A868;
}

.event-agenda .ortho-button.event-agenda__ortho-button--video:hover {
  color: #FFFFFF;
  background-color: #F5A868;
}

.event-agenda .ortho-button.event-agenda__ortho-button--case {
  color: #FD6C6A;
}

.event-agenda .ortho-button.event-agenda__ortho-button--case:hover {
  color: #FFFFFF;
  background-color: #FD6C6A;
}

.event-agenda .ortho-button.event-agenda__ortho-button--evidence {
  color: #FDD16B;
}

.event-agenda .ortho-button.event-agenda__ortho-button--evidence:hover {
  color: #FFFFFF;
  background-color: #FDD16B;
}

.event-agenda .ortho-button.event-agenda__ortho-button--topic {
  color: #39B1EB;
}

.event-agenda .ortho-button.event-agenda__ortho-button--topic:hover {
  color: #FFFFFF;
  background-color: #39B1EB;
}

.event-agenda .ortho-button.event-agenda__ortho-button--attachment {
  color: #ababab;
}

.event-agenda .ortho-button.event-agenda__ortho-button--attachment:hover {
  color: #FFFFFF;
  background-color: #ababab;
}

.event-agenda .ortho-button.event-agenda__ortho-button--link {
  color: #7DA2DC;
}

.event-agenda .ortho-button.event-agenda__ortho-button--link:hover {
  color: #FFFFFF;
  background-color: #7DA2DC;
}

.event-agenda .ortho-button.event-agenda__ortho-button + .ortho-button {
  margin-left: 0;
}

.event-agenda__file-icon {
  width: 32px;
  text-align: center;
}

.event-agenda__file-icon--case {
  position: relative;
  top: 1px;
  font-size: 15px;
}

.event-agenda__file-icon--topic {
  position: relative;
  top: 1px;
}

.event-agenda__file-icon--exams {
  position: relative;
  top: 1px;
}

.event-agenda__file-icon--attachment {
  position: relative;
  top: 1px;
}

.event-agenda__file-title {
  padding-right: 10px;
  transition: color 0.2s ease;
  color: #333333;
  display: none;
}

.event-agenda__pre-reading-icon {
  width: 30px;
  text-align: center;
  font-size: 22px;
}

.event-agenda__pre-reading-icon--exam {
  color: #78c96b;
}

.event-agenda__pre-reading-icon--attachment {
  color: #ababab;
}

.event-agenda__pre-reading-icon--link {
  color: #333;
}

.event-agenda__time-input {
  color: #333;
  text-align: left;
  text-transform: capitalize;
}

.event-agenda__files-name {
  font-size: 12px;
}

.event-agenda__session-attached-content {
  padding-bottom: 20px;
}

.event-agenda__collapse-header {
  padding: 15px;
  border-top: 1px solid #EAEAEA;
  font-size: 14px;
  color: #7DA2DC;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.event-agenda__collapse-header:hover {
  background-color: #f0f0f0;
}

.event-agenda__collapse-header .icon-arrow-next-round {
  position: relative;
  top: 1px;
  left: 5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 13px;
}

.event-agenda__collapse-header.collapsable__header--open .icon-arrow-next-round {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.event-agenda__collapse-header.collapsable__header--open .event-agenda__collapse-header-hide {
  display: none;
}

.event-agenda__collapse-header.collapsable__header--open .event-agenda__collapse-header-show {
  display: inline;
}

.event-agenda__collapse-header-show {
  display: none;
}

.event-agenda__session-header {
  padding: 20px 0;
}

@media only screen and (max-width: 599px) {
  .event-agenda__session-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.event-agenda__session-header-right {
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .event-agenda__session-header-right {
    padding-top: 10px;
    text-align: left;
  }
}

.event-agenda__tab-wrapper {
  padding: 20px;
  background-color: #FFF;
  border: none;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__tab-wrapper {
    padding: 0;
  }
}

.event-agenda__session-main-info {
  padding-bottom: 20px;
}

.event-agenda__add-timeslot {
  padding: 0 30px 20px 30px;
}

.event-agenda__pre-reading-content {
  margin-top: -5px;
  padding: 0 10px 0 0;
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .event-agenda__pre-reading-content {
    margin-top: 0;
    padding: 0 15px;
  }
}

.event-agenda__basic-info {
  background-color: #FFF;
  border: none;
}

.event-agenda__basic-info button {
  font-family: Arial, sans-serif;
}

.event-agenda__session-main-info-header {
  padding-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .event-agenda__session-main-info-header {
    padding-bottom: 0;
  }
}

.event-agenda__pre-reading-add {
  width: 100%;
  height: 40px;
  border-radius: 1px;
  border: 1px dashed #7DA2DC;
  background-color: #FFFFFF;
  color: #7DA2DC;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.event-agenda__pre-reading-add:hover {
  background-color: #7DA2DC;
  color: #FFFFFF;
}

.event-agenda__add-content-wrapper {
  padding-top: 5px;
  text-align: center;
}

.event-agenda__add-content {
  width: 170px;
  border: none;
  background-color: transparent;
  color: #7DA2DC;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s ease;
}

.event-agenda__add-content:hover {
  color: #50678c;
}

.event-agenda__pre-reading-item-wrapper {
  position: relative;
}

.event-agenda__pre-reading-item-wrapper + .event-agenda__pre-reading-item-wrapper .event-agenda__pre-reading-description:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 15px;
  right: 0;
  border-top: 1px solid #eaeaea;
}

.event-agenda__pre-reading-remove {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #c9c9c9;
  cursor: pointer;
  transition: color 0.2s ease;
}

.event-agenda__pre-reading-remove:hover {
  color: #676767;
}

.event-agenda__timeslot-remove {
  position: absolute;
  top: 0;
  right: 5px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #c9c9c9;
  cursor: pointer;
  transition: color 0.2s ease;
}

@media only screen and (max-width: 599px) {
  .event-agenda__timeslot-remove {
    top: -50px;
  }
}

.event-agenda__timeslot-remove:hover {
  color: #676767;
}

.event-agenda__block-section-switcher,
.event-agenda__quality-rating-switcher {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  margin-left: 20px;
}

@media only screen and (max-width: 599px) {
  .event-agenda__block-section-switcher,
  .event-agenda__quality-rating-switcher {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.event-agenda__quality-rating-switcher {
  width: 90px;
}

.event-agenda__block-timeslot-title {
  padding: 0 30px 0 30px;
  color: #395685;
  font-size: 16px;
  font-weight: bold;
}

.event-agenda__block-timeslot + .event-agenda__block-timeslot {
  padding-top: 20px;
}

.event-agenda__block-session-title {
  padding-top: 20px;
  color: #395685;
  font-size: 16px;
  font-weight: bold;
}

.event-agenda__block-type {
  max-width: 250px;
  padding-top: 10px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__block-type {
    max-width: none;
  }
}

.event-agenda__event-inline-input {
  display: inline-block;
  width: 180px;
}

.event-agenda__event-inline-input + .event-agenda__event-inline-input {
  margin-left: 20px;
}

.event-agenda--study-plan .event-agenda__preview-info {
  width: auto;
}

.event-agenda--study-plan .event-agenda__icon-wrapper {
  position: static;
  min-width: auto;
  float: left;
}

.event-agenda--study-plan .event-agenda__icon {
  padding-left: 10px;
  color: #A9A9A9;
}

.event-agenda--study-plan .event-agenda__description-info {
  display: none;
}

.event-agenda--study-plan .event-agenda__description--event .event-agenda__title {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda--study-plan .event-agenda__description--event .event-agenda__title {
    padding: 0;
  }
}

.event-agenda--study-plan .event-agenda__files-group {
  float: none;
  min-height: auto;
  width: auto;
  margin-left: 0;
}

@media only screen and (max-width: 1023px) {
  .event-agenda--study-plan .event-agenda__files-group {
    display: inline-block;
    text-align: left;
  }
}

.event-agenda--study-plan .event-agenda__files-group .event-agenda__ortho-button {
  display: block;
  margin: 5px 0;
  width: 170px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda--study-plan .event-agenda__files-group .event-agenda__ortho-button {
    display: inline-block;
    margin-right: 5px;
  }
}

.event-agenda--study-plan .event-agenda__files {
  padding-right: 15px;
}

.event-agenda--study-plan .event-agenda__files--with-remove {
  padding-right: 35px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda--study-plan .event-agenda__files--with-remove {
    padding-right: 0;
  }
}

.event-agenda--study-plan .event-agenda__timeslot {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-agenda--study-plan .event-agenda__file-title {
  display: inline;
}

.event-agenda--study-plan .event-agenda__icon-wrapper + .event-agenda__icon-wrapper {
  padding-left: 0;
}

.event-agenda--conference {
  border-bottom: none;
}

.event-agenda--conference .event-agenda__description {
  border-left: none;
}

.event-agenda--conference .event-agenda__time {
  padding-right: 0;
}

.event-agenda--conference .ortho-input__label {
  font-size: 12px;
}

.event-agenda--conference .ortho-input--conference-time {
  width: 100px;
  display: inline-block;
}

.event-agenda--conference .event-agenda__title--timeslot {
  padding-bottom: 15px;
}

.event-agenda--conference .ortho-input--conference-time .ortho-input__input {
  padding: 3px 0 3px 5px;
}

.event-agenda--conference .ortho-input--conference-time .ortho-input__input[disabled] {
  border: 1px solid #EAEAEA;
  background-color: #F9F9F9;
  color: rgba(0, 0, 0, 0.2);
}

.event-agenda--conference .event-agenda__time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda--conference .event-agenda__time {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.event-agenda--conference .event-agenda__pre-reading-icon-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda--conference .event-agenda__pre-reading-icon-section {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
}

@media only screen and (max-width: 1023px) {
  .event-agenda--conference .event-agenda__timeslot + .event-agenda__timeslot .event-agenda__description:before {
    top: -65px;
  }
}

.event-agenda--conference .event-agenda__pre-reading-description {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-agenda--conference .event-agenda__description-inner {
  max-width: calc(100% - 220px);
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .event-agenda--conference .event-agenda__description-inner {
    max-width: none;
  }
}

.event-agenda--conference .event-agenda__speakers {
  max-width: 250px;
}

@media only screen and (max-width: 1023px) {
  .event-agenda--conference .event-agenda__speakers {
    max-width: none;
  }
}

.event-agenda .selfProgressItem + .selfProgressItem {
  margin-left: 10px;
}

.sp-step-external-link a,
.sp-step-external-link span {
  color: #333;
  font-size: 14px;
}

.ortho-dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ortho-dropdown:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 4px solid #878787;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  z-index: -1;
}

.ortho-dropdown__label {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
}

.ortho-dropdown__control {
  height: 29px;
  margin: 0;
  padding: 0 20px 0 10px;
  border: 1px solid #e2e2e2;
  color: #747474;
  font-size: 14px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: border 0.2s ease;
  background-color: transparent;
}

.ortho-dropdown__control:hover {
  border: 1px solid #c1c1c1;
}

.share-modal {
  width: 800px;
  max-width: 100%;
}

@media only screen and (max-width: 1023px) {
  .share-modal {
    width: 500px;
  }
}

@media only screen and (max-width: 599px) {
  .share-modal {
    width: 300px;
  }
}

.share-modal__header {
  background-color: #F3F3F3;
  padding-top: 15px;
  font-size: 18px;
  padding-left: 2px;
  padding-bottom: 15px;
  margin-bottom: 11px;
  line-height: 18px;
}

@media only screen and (max-width: 599px) {
  .share-modal__header {
    font-size: 14px;
  }
}

.share-modal__header .col-md-12 {
  opacity: 0.8;
}

.share-modal__items {
  min-height: 70px;
  overflow-y: auto;
  border-top: 1px solid #EAEAEA;
}

.share-modal__items__label {
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  opacity: 0.8;
}

.share-modal__items__item {
  font-size: 12px;
  opacity: 0.6;
  line-height: 17px;
}

.share-modal__items__item .icon-x-squared {
  cursor: pointer;
  color: #f98686;
}

.share-modal__items__item .icon-x-squared:hover {
  color: #ff0000;
}

.share-modal__shared {
  padding: 15px 0 30px 0;
  border-top: 1px solid #ccc;
}

.share-modal__shared-title {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 5px;
}

.share-modal-form {
  padding-left: 2px;
  padding-top: 5px;
}

.share-modal-form .form-group {
  margin-bottom: 17px !important;
}

.share-modal-form__buttons {
  text-align: center;
  padding-top: 13px;
}

.share-modal-form__buttons--log-case {
  text-align: right;
  font-size: 0;
}

@media only screen and (max-width: 599px) {
  .share-modal-form__buttons .btn + .btn {
    margin-left: 5px;
  }
}

.share-modal-form label {
  margin-top: 2px;
  line-height: 1.2;
  font-size: 14px;
  padding-bottom: 4px;
}

.share-modal-form .share-modal__note {
  padding-top: 5px;
  font-size: 12px;
  color: #A9A9A9;
}

.share-modal-form textarea {
  height: 85px;
}

.share-modal-form__search-icon {
  position: relative;
  font-size: 20px !important;
  top: -26px;
  right: 9px;
  color: silver;
  float: right;
}

.share-modal-form__user-list {
  padding-top: 10px;
  padding-bottom: 5px;
}

.case-share-modal {
  height: auto !important;
  top: 50% !important;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

#simplemodal-container.share-modal__new-design {
  box-shadow: none;
  height: auto !important;
  padding: 0;
}

#simplemodal-container.share-modal__new-design .share-modal__header {
  margin: 0;
  padding: 15px;
}

#simplemodal-container.share-modal__new-design .share-modal__header .row {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

#simplemodal-container.share-modal__new-design .share-modal__content {
  height: auto;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row {
  background-color: transparent;
  margin: 0;
  padding: 15px 15px 0 15px;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form {
  width: 100%;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group label {
  color: rgba(0, 0, 0, 0.8);
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group input,
#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group textarea {
  font-style: normal;
  margin-top: 7px;
  padding: 5px 10px;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group input ::-webkit-input-placeholder,
#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group textarea ::-webkit-input-placeholder {
  font-style: normal;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group input :-moz-placeholder,
#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group textarea :-moz-placeholder {
  font-style: normal;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group input ::-moz-placeholder,
#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group textarea ::-moz-placeholder {
  font-style: normal;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group input :-ms-input-placeholder,
#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group textarea :-ms-input-placeholder {
  font-style: normal;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group .share-modal-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group .share-modal-form__buttons a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  margin: 0;
  padding: 5px;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group .share-modal-form__buttons a:first-child {
  background-color: #8596B3;
  width: 70%;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group .share-modal-form__buttons a:last-child {
  color: #909090;
  width: 30%;
}

#simplemodal-container.share-modal__new-design .share-modal__content .row .share-modal-form .form-group .share-modal-form__buttons a:last-child .cancel-icon {
  padding: 0 5px 8px 0;
}

#simplemodal-container.share-modal__new-design .share-modal__footer .row {
  background-color: transparent;
}

.case-polls-content {
  font-size: 0;
}

@media only screen and (max-width: 599px) {
  .case-polls-content {
    margin: 0;
  }
}

.poll-wraper {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

@media only screen and (max-width: 599px) {
  .poll-wraper {
    width: 100%;
    padding: 0;
  }
}

.poll-wraper:nth-child(2n + 1) {
  padding-right: 15px;
}

@media only screen and (max-width: 599px) {
  .poll-wraper:nth-child(2n + 1) {
    padding-right: 0;
  }
}

.poll-wraper:nth-child(2n) {
  padding-left: 15px;
}

@media only screen and (max-width: 599px) {
  .poll-wraper:nth-child(2n) {
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .poll-wraper {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
}

.poll-result__items {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.poll-result__items.with-efootprint {
  position: relative;
  padding-right: 120px;
}

.poll-result__items.with-efootprint .poll-create-section__buttons-section {
  padding-top: 15px;
  margin-right: -72px;
}

.poll-result__item {
  font-size: 14px;
}

.poll-result__item .poll-refs-section {
  margin-top: 7px;
}

.poll-result__item__efootprint {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: absolute;
  width: 48px;
  height: 33px;
  margin-left: 268px;
  margin-top: 2px;
}

.poll-result__item + .poll-result__item {
  padding-top: 10px;
}

.poll-result__desc {
  margin-bottom: 1px;
}

.poll-result__option {
  padding-bottom: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 84%;
}

.poll-result__quantity {
  position: absolute;
  top: 0;
  right: 0;
}

.poll-result__percentage {
  font-weight: bold;
}

.poll-result__efootprint-logo {
  height: 16px;
}

.poll-result__efootprint-logo .o-icon-sprite__efootprint-logo {
  margin-top: 8px;
  margin-right: 25px;
}

.poll-result__bar {
  background-color: #F3F3F3;
  height: 12px;
}

.poll-result__bar + .poll-result__bar {
  margin-top: 5px;
}

.poll-result__bar-value {
  height: 12px;
  z-index: 1;
  background-color: #7DA2DC;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.poll-result__bar-value--group {
  background-color: #79C969;
}

.poll-result__bar-value--hidden {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.poll-result__info {
  position: relative;
  font-size: 12px;
  margin: 4px 0;
  color: #7DA2DC;
}

.poll-result__info--group {
  color: #79C969;
}

.poll-result__efootprint-box {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: absolute;
  right: 0;
  margin-top: -28px;
  padding-right: 10px;
  font-size: 0;
}

.poll-result__efootprint-box__row__against {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 36px;
  height: 34px;
  text-align: center;
  background-color: #EAEAEA;
  font-size: 12px;
  cursor: pointer;
  color: #C556CC;
  margin-right: 1px;
  font-size: 13px;
  vertical-align: top;
  padding-top: 9px;
}

.poll-result__efootprint-box__row__against:hover {
  background-color: #DBDBDB;
}

.poll-result__efootprint-box__row__for {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #C556CC;
  width: 36px;
  height: 34px;
  text-align: center;
  background-color: #EAEAEA;
  font-size: 12px;
  cursor: pointer;
  color: #5F7BA7;
  margin-right: 1px;
  font-size: 13px;
  vertical-align: top;
  padding-top: 9px;
}

.poll-result__efootprint-box__row__for:hover {
  background-color: #DBDBDB;
}

.poll-result__efootprint-box__row__add-against {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 36px;
  height: 34px;
  text-align: center;
  background-color: #EAEAEA;
  font-size: 12px;
  cursor: pointer;
  opacity: 0.5;
  width: 17px;
  height: 17px;
  line-height: 13px;
  color: #C556CC;
  background-color: white;
  font-size: 16px;
  border: 1px solid #C556CC;
}

.poll-result__efootprint-box__row__add-against:hover {
  background-color: #DBDBDB;
}

.poll-result__efootprint-box__row__add-against:hover {
  background-color: #C556CC;
  color: white;
}

.poll-result__efootprint-box__row__add-for {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #C556CC;
  width: 36px;
  height: 34px;
  text-align: center;
  background-color: #EAEAEA;
  font-size: 12px;
  cursor: pointer;
  opacity: 0.5;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 13px;
  color: #5F7BA7;
  background-color: white;
  font-size: 16px;
  vertical-align: top;
  padding-top: 1px;
  border: 1px solid #5F7BA7;
}

.poll-result__efootprint-box__row__add-for:hover {
  background-color: #DBDBDB;
}

.poll-result__efootprint-box__row__add-for:hover {
  background-color: #5F7BA7;
  color: white;
}

.poll-result__efootprint-box__buttons-collumn {
  margin-left: 2px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.author-card {
  position: relative;
  display: inline-block;
  min-height: 65px;
  padding: 0 10px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
  vertical-align: top;
}

@media only screen and (max-width: 1023px) {
  .author-card {
    vertical-align: middle;
  }
}

@media only screen and (max-width: 599px) {
  .author-card {
    min-height: 45px;
    width: 50%;
  }
}

.author-card:hover {
  text-decoration: none;
  background-color: #F3F3F3;
}

.author-card__photo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center center;
  border-radius: 1px;
}

@media only screen and (max-width: 599px) {
  .author-card__photo {
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    margin-right: 1px;
  }
}

.author-card__address {
  position: relative;
  padding-top: 5px;
  max-height: 30px;
  overflow: hidden;
  color: #bababa;
}

@media only screen and (max-width: 599px) {
  .author-card__address {
    max-height: 25px;
    font-size: 10px;
  }
}

.author-card__icon {
  margin-left: 5px;
  color: #c0c0c0;
  transition: color 0.2s ease;
  cursor: pointer;
}

.author-card__icon:hover {
  color: #7DA2DC;
}

.author-card__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7DA2DC;
}

.author-card__info {
  padding-left: 52px;
}

.author-card--presentation {
  display: none;
  min-height: 76px;
}

.author-card--presentation .author-card__photo {
  height: 55px;
  width: 55px;
}

.author-card--presentation .author-card__info {
  padding-left: 62px;
  line-height: 1.1;
}

.author-card--presentation .author-card__address {
  max-height: 35px;
}

.author-card--header:first-child {
  margin-left: -10px;
}

@media only screen and (max-width: 599px) {
  .author-card--header:first-child {
    margin-left: 0;
  }
}

.author-card--full {
  max-width: 210px;
  padding: 10px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1023px) {
  .author-card--full {
    max-width: 33%;
  }
}

@media only screen and (max-width: 599px) {
  .author-card--full {
    max-width: none;
    width: 50%;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .author-card--full .author-card__address {
    padding-top: 2px;
  }
}

.author-card--hybrid {
  min-height: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  .author-card--hybrid {
    width: 33%;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .author-card--hybrid:nth-child(odd) {
    margin-left: 0;
  }
}

.author-card--hybrid:hover {
  background-color: transparent;
}

.author-card--hybrid:hover .author-card__name {
  color: #607ca8;
}

.author-card--hybrid .author-card__info {
  padding-left: 0;
}

.author-card--hybrid + .author-card--hybrid {
  border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 599px) {
  .author-card--hybrid + .author-card--hybrid {
    padding-left: 10px;
  }
}

.author-card--names {
  min-height: auto;
}

@media only screen and (max-width: 599px) {
  .author-card--names {
    width: 33%;
  }
}

@media only screen and (max-width: 599px) {
  .author-card--names:nth-child(odd) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .author-card--names:first-child {
    margin-left: -10px;
  }
}

.author-card--names:hover {
  background-color: transparent;
}

.author-card--names:hover .author-card__name {
  color: #607ca8;
}

.author-card--names .author-card__info {
  padding-left: 0;
}

.author-card--names + .author-card--names {
  border-left: 1px solid #e6e6e6;
}

.author-card--medtryx {
  float: left;
  width: 20%;
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
  min-height: 72px;
  font-size: 12px;
}

@media only screen and (max-width: 1023px) {
  .author-card--medtryx {
    width: 33%;
  }
}

@media only screen and (max-width: 599px) {
  .author-card--medtryx {
    width: 50%;
    padding: 0;
  }
}

.author-card--medtryx:nth-child(5n + 1) {
  margin-left: -10px;
}

@media only screen and (max-width: 1023px) {
  .author-card--medtryx:nth-child(5n + 1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .author-card--medtryx:nth-child(3n + 1) {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 599px) {
  .author-card--medtryx:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.author-card--medtryx .author-card__address {
  max-height: 34px;
  color: #878787;
}

@media only screen and (max-width: 599px) {
  .author-card--medtryx .author-card__address {
    padding-top: 2px;
  }
}

.author-card--medtryx .author-card__info {
  padding-left: 62px;
}

.author-card--medtryx .author-card__photo {
  width: 50px;
  height: 50px;
}

.author-card--private {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 30px 10px;
}

.author-card--attendees {
  float: left;
  width: calc(25% - 20px);
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  min-height: 72px;
  font-size: 14px;
  border: 1px solid #F3F3F3;
  border-radius: 1px;
}

@media only screen and (max-width: 1023px) {
  .author-card--attendees {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 599px) {
  .author-card--attendees {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.author-card--attendees .author-card__address {
  max-height: 39px;
  color: #878787;
}

@media only screen and (max-width: 599px) {
  .author-card--attendees .author-card__address {
    font-size: 14px;
  }
}

.author-card--attendees .author-card__info {
  padding-left: 62px;
}

.author-card--attendees .author-card__photo {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 599px) {
  .author-card--attendees .author-card__photo {
    top: 10px;
    left: 10px;
  }
}

.author-card--hidden {
  display: none;
}

.sponsor-logo--hybrid + .author-card--hybrid {
  border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .sponsor-logo--hybrid + .author-card--hybrid {
    border-left: none;
    padding-left: 0;
  }
}

.document-card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.document-card a {
  font-size: 14px;
  text-decoration: none;
}

.document-card:hover {
  background-color: #F9F9F9;
}

.document-card--download-link,
.document-card--download-link:hover {
  color: #7DA2DC;
}

.document-card--session {
  color: #878787;
  font-size: 12px;
  margin-bottom: 10px;
}

.ortho-slide__wrapper {
  overflow-y: hidden;
  transition: max-height 0.3s ease;
  margin-bottom: 10px;
}

.ortho-slide__control {
  position: relative;
  display: none;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #7DA2DC;
  font-size: 14px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.ortho-slide__control:focus {
  text-decoration: none;
  color: #7DA2DC;
}

.ortho-slide__control:hover {
  text-decoration: none;
  color: #5f7ba6;
}

.ortho-slide__control--show {
  display: block;
}

.ortho-slide__control-text {
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
}

.ortho-slide__control-text--less {
  position: absolute;
  top: 0;
  left: 0;
}

.ortho-slide__control-text--active {
  opacity: 1;
  visibility: visible;
}

.ortho-slide--meeting-speakers .ortho-slide__wrapper {
  max-height: 145px;
  margin: 0 -10px 10px -10px;
  padding: 0 10px;
}

@media only screen and (max-width: 599px) {
  .ortho-slide--meeting-speakers .ortho-slide__wrapper {
    margin-bottom: 10px;
  }
}

.ortho-slide--meeting-speakers .ortho-slide__wrapper--without-control {
  margin-bottom: 0;
}

.ortho-slide--meeting-description .ortho-slide__wrapper {
  max-height: 84px;
}

.ortho-slide--profile-biography .ortho-slide__wrapper {
  max-height: 105px;
}

.filter-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 10px 0;
}

.filter-tabs__tab {
  display: block;
  padding: 5px 20px;
  border: none;
  border-bottom: 2px solid #E6E6E6;
  background-color: transparent;
  text-align: center;
  font-weight: 400;
  color: #A9A9A9;
  transition: all ease-out 0.15s;
  font-size: 14px;
  text-transform: uppercase;
}

.filter-tabs__tab:hover,
.filter-tabs__tab--active {
  color: #395685;
  border-bottom: 2px solid #395685;
  text-decoration: none;
}

.filter-tabs__tab + .filter-tabs__tab {
  margin-left: 5px;
}

.filter-tabs .filter-divider {
  margin-bottom: 0;
  width: 100%;
}

.content-tooltip-description__image {
  width: 80px;
  float: left;
  margin-right: 10px;
}

.content-tooltip-description__content {
  float: left;
  max-width: 290px;
  line-height: 1.2;
}

.content-tooltip-description__title {
  padding-bottom: 5px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

.content-tooltip-description__description {
  font-size: 10px;
  color: #878787;
}

.content-tooltip-description__icon {
  margin-right: 3px;
  font-size: 11px;
  vertical-align: middle;
}

.content-tooltip-description--15 .content-tooltip-description__image {
  max-width: 60px;
}

.single-comment {
  position: relative;
  font-size: 16px;
}

.single-comment:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -15px;
  width: 1px;
  left: 25px;
  background-color: #FFFFFF;
}

.single-comment:last-child:before {
  content: none;
}

.single-comment__images {
  position: absolute;
  left: 0;
  top: 0;
}

.single-comment__photo {
  width: 55px;
  height: 55px;
  border-radius: 1px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-comment__info {
  padding: 10px;
  margin-left: 55px;
  background-color: #FFFFFF;
}

.single-comment__header {
  padding-bottom: 20px;
  font-size: 12px;
}

.single-comment__header .single-comment__source a {
  font-size: 12px;
}

.single-comment__source {
  float: left;
}

.single-comment__source a {
  font-size: 16px;
  color: #1F1FC7;
}

.single-comment__text {
  line-height: 1.2;
}

.single-comment__icon {
  vertical-align: middle;
}

.single-comment__icon--check {
  width: 15px;
  height: 15px;
  padding: 4px 0 0 3px;
  background-color: #7DA2DD;
  color: #FFFFFF;
  font-size: 7px;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.single-comment__icon--edit {
  font-size: 16px;
  color: #7DA2DD;
  transition: color 0.2s ease;
}

.single-comment__date {
  float: left;
  margin-left: 10px;
  color: #c0c0c0;
}

.single-comment__review {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.single-comment__review:hover {
  text-decoration: none;
}

.single-comment__review:hover .single-comment__icon {
  background-color: #607dab;
}

.single-comment__edit {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.single-comment__edit:hover {
  text-decoration: none;
}

.single-comment__edit:hover .single-comment__icon {
  color: #607dab;
}

.single-comment__other {
  float: right;
}

.single-comment + .single-comment {
  margin-top: 15px;
}

.list-comments {
  padding: 15px;
  background-color: #F3F3F3;
}

.animated-content-loading {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

.animated-content-loading__photo-part {
  float: left;
}

.animated-content-loading__content-part {
  float: left;
}

.animated-content-loading__item {
  position: relative;
  background-color: #f4f4f4;
  border-radius: 2px;
  overflow: hidden;
}

.animated-content-loading__item--small {
  width: 40%;
}

.animated-content-loading__item--middle {
  width: 60%;
}

.animated-content-loading__item--large {
  width: 80%;
}

.animated-content-loading__item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #f4f4f4 0%, #eeeeee 15%, #eaeaea 30%, #eeeeee 45%, #f4f4f4 60%);
  -webkit-animation-name: backgroundAnimation;
  animation-name: backgroundAnimation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animated-content-loading__wrapper .animated-content-loading {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.animated-content-loading__wrapper--hidden .animated-content-loading {
  opacity: 0;
  visibility: hidden;
}

.animated-content-loading--profile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
}

.animated-content-loading--profile .animated-content-loading__content-part {
  width: 320px;
}

.animated-content-loading--profile .animated-content-loading__photo-part {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #EAEAEA;
}

.animated-content-loading--profile .animated-content-loading__item--photo {
  width: 120px;
  height: 120px;
}

.animated-content-loading--profile .animated-content-loading__item--text {
  height: 14px;
  margin-bottom: 5px;
}

.animated-content-loading--sponsor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}

.animated-content-loading--sponsor .animated-content-loading__item--photo {
  height: 95px;
  width: 95px;
}

.animated-content-loading--sponsor .animated-content-loading__item--text {
  height: 14px;
  margin-bottom: 5px;
}

.animated-content-loading--sponsor .animated-content-loading__item--title {
  height: 16px;
  margin-bottom: 10px;
}

.animated-content-loading--sponsor .animated-content-loading__content-part {
  width: calc(100% - 95px);
  padding-left: 15px;
  box-sizing: border-box;
}

@-webkit-keyframes backgroundAnimation {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes backgroundAnimation {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.ortho-slider__slide {
  display: none;
}

.ortho-slider__slide--active {
  display: block;
}

.paging {
  margin-bottom: 5px;
}

.paging span {
  border: 1px solid #9AAFE5;
  text-decoration: none;
  padding: 1px 4px 1px 4px;
  margin-right: 3px;
  background: #E2EDFF;
}

.paging span:first-child {
  background-color: transparent;
  border: 0;
  color: #878787;
  font-size: 14px;
  padding-top: 7px;
  margin-right: 11px;
}

.paging a {
  border: 1px solid #9AAFE5;
  text-decoration: none;
  color: #003366;
  display: block;
  float: left;
  padding: 1px 4px 1px 4px;
  margin-right: 3px;
  background: #FFF;
}

.paging a:hover,
.paging a:focus {
  border: 1px solid #2E6AB1;
  text-decoration: none;
}

.paging .paging__element {
  display: inline-block;
  padding: 0 7px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  border: 1px solid transparent;
  color: #333333;
  background-color: #E3ECFD;
  text-align: center;
  transition: border 0.2s ease;
  font-size: 14px;
  float: none;
}

.paging .paging__element:hover,
.paging .paging__element:focus {
  border: 1px solid #9AAFE5;
  text-decoration: none;
}

.paging .paging__element--inactive {
  border: 1px solid #9AAFE5;
}

.paging__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paging--right {
  text-align: right;
}

.paging--padding {
  padding: 0 12px;
}

.loading-icon {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  font-size: 16px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.ortho-radio__label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #565656;
}

.ortho-radio__label:hover {
  color: #000000;
}

.ortho-radio__label:hover:after {
  opacity: 1;
  background-color: #e4e4e4;
  transition: background-color 0s ease;
}

.ortho-radio__label:before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 100%;
  border: 1px solid #d3d3d5;
  background-color: white;
}

.ortho-radio__label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #7da2dd;
  opacity: 0;
  transition: opacity 0.15s ease, background-color 0s ease 0.2s;
}

.ortho-radio__label-title {
  color: #333333;
  font-size: 14px;
}

.ortho-radio__label-description {
  color: #878787;
  font-size: 12px;
}

.ortho-radio__input[type=radio] {
  display: none;
}

.ortho-radio__input:checked + .ortho-radio__label:after {
  opacity: 1;
  background-color: #7da2dd;
}

.ortho-radio__element + .ortho-radio__element {
  padding-top: 10px;
}

.ortho-radio__back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E3ECFD;
  z-index: -1;
  transition: opacity 0.15s ease;
  opacity: 0;
}

.ortho-radio--with-description .ortho-radio__label {
  padding-left: 27px;
  line-height: 1.4;
}

.ortho-radio--with-description .ortho-radio__label:before {
  position: absolute;
  top: -1px;
  left: 0;
}

.ortho-radio--block .ortho-radio__label {
  padding: 10px 10px 10px 35px;
  line-height: 1.4;
}

.ortho-radio--block .ortho-radio__label:before {
  position: absolute;
  top: 10px;
  left: 10px;
}

.ortho-radio--block .ortho-radio__label:after {
  top: 14px;
  left: 14px;
}

.ortho-radio--block .ortho-radio__label:hover .ortho-radio__back {
  opacity: 1;
}

.ortho-radio--block .ortho-radio__input:checked + .ortho-radio__label .ortho-radio__back {
  opacity: 1;
}

.ortho-checkbox {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.ortho-checkbox__label {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  cursor: pointer;
  transition: color 0.2s ease;
}

.ortho-checkbox__label:hover {
  color: #000000;
}

.ortho-checkbox__label:before {
  content: "\e924";
  font-family: 'icomoon';
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: 1px #c6c6c9 solid;
  background: white;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
  color: white;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
}

.ortho-checkbox__input {
  display: none;
}

.ortho-checkbox__input:checked + .ortho-checkbox__label:before {
  background: #7da2dd;
  border: 1px solid #7da2dd;
}

.ortho-checkbox__input:disabled:checked + .ortho-checkbox__label:before {
  background: #b9b9b9;
  border: 1px solid #b9b9b9;
}

.ortho-checkbox__input:disabled + .ortho-checkbox__label {
  cursor: default;
}

.ortho-checkbox__label-title {
  color: #333333;
  font-size: 14px;
}

.ortho-checkbox__label-description {
  color: #878787;
  font-size: 12px;
}

.ortho-checkbox--hidden {
  opacity: 0;
  visibility: hidden;
}

.ortho-checkbox--with-description {
  margin-bottom: 10px;
}

.ortho-checkbox--with-description .ortho-checkbox__label {
  padding-left: 27px;
  line-height: 1.4;
}

.ortho-checkbox--with-description .ortho-checkbox__label:before {
  position: absolute;
  top: 1px;
  left: 0;
}

.ortho-tabs__content-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 1;
  visibility: visible;
}

.ortho-tabs__content-item--animation-hidden {
  opacity: 0;
  visibility: hidden;
}

.ortho-tabs__content-item--hidden {
  display: none;
}

.ortho-tabs__content-item--static {
  position: static;
}

.ortho-tabs__content-item--without-animation {
  position: static;
}

.ortho-tabs__view-tabs {
  text-align: right;
  padding-bottom: 20px;
}

.ortho-tabs__view-tab {
  display: inline-block;
}

.ortho-tabs__view-button {
  padding: 11px 15px;
  font-size: 14px;
  transition: 0.2s;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  color: #919191;
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  background-color: transparent;
}

.ortho-tabs__view-button.ortho-tabs__view-button {
  font-family: Arial;
}

.ortho-tabs__view-button:hover,
.ortho-tabs__view-button:focus {
  color: #494949;
  outline: none;
}

.ortho-tabs__view-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  transition: 0.3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #dedede;
  z-index: -1;
}

@media only screen and (max-width: 1023px) {
  .ortho-tabs__view-button {
    padding: 11px 10px;
  }
}

@media only screen and (max-width: 599px) {
  .ortho-tabs__view-button {
    font-size: 12px;
  }
}

.ortho-tabs__view-button.active {
  background-color: #f9f9f9;
  color: #919191;
}

.ortho-tabs__view-button.active:hover {
  background-color: #f9f9f9;
  color: #919191;
}

.ortho-tabs__view-button .icon {
  position: relative;
  top: -1px;
}

.ortho-tabs--notifications .notifications-component__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 1;
  visibility: visible;
}

.ortho-tabs--notifications .notifications-component__header {
  display: none;
}

.ortho-tabs--notifications .ortho-tabs__content-item {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
}

.ortho-tabs--notifications .ortho-tabs__content-item--animation-hidden .notifications-component__main {
  opacity: 0;
  visibility: hidden;
}

.ortho-tabs--notifications .ortho-tabs__content-item--hidden .notifications-component__main {
  display: none;
}

.ortho-tabs--notifications .ortho-tabs__content-item--hidden .notifications-component__header {
  display: none;
}

.ortho-tabs--notifications .ortho-tabs__content-item--static .notifications-component__main {
  position: static;
}

.ortho-tabs--notifications .ortho-tabs__content-item--static .notifications-component__header {
  display: block;
}

.filter-dropdowns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 599px) {
  .filter-dropdowns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.filter-dropdowns .filter-dropdown {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
  margin: 10px 15px 15px 0;
  width: 180px;
}

@media only screen and (max-width: 599px) {
  .filter-dropdowns .filter-dropdown {
    width: 100%;
  }
}

.filter-dropdowns .filter-dropdown__title {
  padding-bottom: 5px;
  width: auto;
}

.filter-dropdowns .filter-dropdown__input {
  border: 1px solid #ececec;
  cursor: pointer;
  overflow: hidden;
  padding: 7px 10px;
  box-sizing: border-box;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 1px;
}

.filter-dropdowns .filter-dropdown__input i {
  background-color: #fff;
  position: absolute;
  font-size: 5px;
  padding: 5px 2px;
  right: 5px;
  top: 7px;
}

@media only screen and (max-width: 599px) {
  .filter-dropdowns .filter-dropdown__input {
    width: 100%;
  }
}

.filter-dropdowns .filter-dropdown__input:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 12px;
  border-top: 4px solid #878787;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.filter-dropdowns .filter-dropdown__input--open:after {
  border-top: none;
  border-bottom: 4px solid #878787;
}

.filter-dropdowns .filter-dropdown__options {
  background-color: #fff;
  border: 1px solid #EFEFEF;
  display: none;
  max-height: 465px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 48px;
  width: inherit;
  z-index: 1000;
}

@media only screen and (max-width: 599px) {
  .filter-dropdowns .filter-dropdown__options {
    left: 0;
    width: 100%;
  }
}

.filter-dropdowns .filter-dropdown__options--option {
  cursor: pointer;
  padding: 7px 10px;
}

.filter-dropdowns .filter-dropdown__options--option:hover {
  background-color: #E3ECFD;
}

.filter-dropdowns .filter-dropdown__options::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
}

.filter-dropdowns .filter-dropdown__options::-webkit-scrollbar-thumb {
  background-color: #DCDCDC;
  border-radius: 16px;
}

.filter-dropdowns .filter-dropdown__options::-webkit-scrollbar-thumb:hover {
  background-color: #D1CECE;
}

.filter-buttons {
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
  margin-top: 5px;
}

.filter-buttons a,
.filter-buttons a:hover,
.filter-buttons a:active,
.filter-buttons a:visited {
  color: #000;
  cursor: pointer;
  font-size: 14px;
  margin-right: 8px;
  text-decoration: none;
  padding: 8px 20px;
}

.filter-buttons a.selected {
  background-color: #E3ECFD;
}

.filter-divider {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

.filter-divider-vertical {
  border-left: 1px solid #ececec;
  margin-right: 10px;
}

.professional-pathway {
  font-size: 13px;
}

.professional-pathway__item {
  position: relative;
  display: inline-block;
  padding: 2px 4px 0px 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
  line-height: 1.4;
}

.professional-pathway__item--active {
  color: #FFFFFF;
  background-color: #395685;
}

.professional-pathway__item + .professional-pathway__item {
  margin-left: 12px;
}

.professional-pathway__item + .professional-pathway__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  display: inline-block;
  width: 8px;
  height: 1px;
  margin: 0 5px;
  vertical-align: middle;
  background-color: #C0C0C0;
}

.ortho-toasts {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

@media only screen and (max-width: 599px) {
  .ortho-toasts {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
}

.ortho-toasts__fixed {
  padding-top: 20px;
}

.ortho-toast {
  position: relative;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

@media only screen and (max-width: 599px) {
  .ortho-toast {
    width: 100%;
  }
}

.ortho-toast__save-block {
  min-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 599px) {
  .ortho-toast__save-block {
    min-width: auto;
  }
}

.ortho-toast__save-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  color: #FFFFFF;
  font-size: 24px;
}

.ortho-toast__save-text {
  padding-left: 15px;
  padding-right: 30px;
  font-size: 16px;
}

.ortho-toast__save-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-color: transparent;
  color: #999999;
  font-size: 12px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.ortho-toast__save-close:hover {
  color: #6f6f6f;
}

.ortho-toast__notification-item {
  width: 450px;
}

@media only screen and (max-width: 599px) {
  .ortho-toast__notification-item {
    width: 100%;
  }
}

.ortho-toast--active {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.ortho-toast--success {
  background-color: #F1F5F0;
}

.ortho-toast--success .ortho-toast__save-icon-block {
  background-color: #79A470;
}

.ortho-toast--success .ortho-toast__save-text {
  color: #79A470;
}

.ortho-toast--success .ortho-toast__save-block {
  border: 1px solid #79A470;
}

.ortho-toast--failure {
  background-color: #FFF1F3;
}

.ortho-toast--failure .ortho-toast__save-icon-block {
  background-color: #E45252;
}

.ortho-toast--failure .ortho-toast__save-text {
  color: #E45252;
}

.ortho-toast--failure .ortho-toast__save-block {
  border: 1px solid #E45252;
}

.ortho-toast + .ortho-toast {
  margin-top: 20px;
}

.event-agenda__files .pass-pgy-stats {
  float: none;
}

.pass-pgy-stats {
  float: right;
  white-space: nowrap;
  font-size: 14px;
}

.pass-pgy-stats-category-label {
  font-weight: bold;
}

.pass-pgy-stats-category-valuewr {
  display: inline-block;
}

.pass-pgy-stats-category-value {
  width: 40px;
  display: inline-block;
  text-align: right;
}

.pass-pgy-stats-category-adtvalue {
  width: 40px;
  display: inline-block;
  text-align: right;
}

.pass-pgy-stats-user-label {
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
}

.pass-pgy-stats-user-valuewr {
  display: inline-block;
}

.pass-pgy-stats-user-value {
  width: 40px;
  display: inline-block;
  text-align: right;
}

.pass-pgy-stats-user-adtvalue {
  width: 40px;
  display: inline-block;
  text-align: right;
}

.pass-pgy-stats .color_good {
  background-color: #72c260;
}

.pass-pgy-stats .color_middle {
  background-color: #FBDD54;
}

.pass-pgy-stats .color_bad {
  background-color: #D99694;
}

.blocked-info-block {
  background-color: #DC605F;
  color: #fff;
  font-size: 20px;
  padding: 30px;
  text-align: center;
}

.blocked-info-block button {
  background-color: #DC605F;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px;
}

.expired-info-block {
  background-color: #ECBA49;
  color: #fff;
  font-size: 20px;
  padding: 30px;
  text-align: center;
}

.expired-info-block a {
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px;
  text-decoration: none;
}

.progress-arc-double {
  position: relative;
  text-align: center;
}

.progress-arc {
  position: relative;
  display: inline-block;
  color: #333333;
  text-align: center;
}

.progress-arc__svg {
  width: 200px;
  height: 200px;
}

.progress-arc__svg-path {
  stroke-width: 11px;
  stroke-miterlimit: round;
  transition: stroke-dashoffset 0.8s ease-in-out, stroke 0.1s ease;
}

.progress-arc__svg-path--empty {
  stroke: #EAEAEA;
}

.progress-arc__svg-path--fill {
  stroke: #5747A7;
}

.progress-arc__percent {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #5747A7;
  font-size: 48px;
  font-weight: bold;
  transition: color 0.1s ease;
}

.progress-arc__percent-secondary {
  position: absolute;
  top: 86%;
  left: 50%;
  padding: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #9cc871;
  font-size: 24px;
  font-weight: bold;
}

.progress-arc__completed {
  position: absolute;
  left: 0;
  right: 0;
  top: 73%;
  font-size: 14px;
  text-transform: uppercase;
}

.progress-arc__days {
  position: absolute;
  left: 0;
  right: 0;
}

.progress-arc__name {
  position: absolute;
  top: 59%;
  right: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.progress-arc__day-of {
  position: absolute;
  top: 73%;
  right: 0;
  left: 0;
  font-size: 16px;
  text-align: center;
}

.progress-arc__highlighed {
  font-weight: bold;
  color: #5747A7;
}

.progress-arc__empty {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  font-size: 36px;
  font-weight: bold;
  color: #C0C0C0;
}

.progress-arc__finished-icon {
  position: absolute;
  top: 5px;
  left: 50%;
  display: inline-block;
  height: 45px;
  width: 45px;
  margin: 0 auto;
  border: 1px solid #ededed;
  border-radius: 100%;
  background-color: #FFFFFF;
  color: #544aa6;
  font-size: 24px;
  z-index: 1;
  line-height: 45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0px 0px 2px #9a9797;
}

.progress-arc__finished-icon--rainforcement {
  color: #49a5e5;
}

.progress-arc--default-reinforcement-color .progress-arc__percent {
  color: #49a5e5;
}

.progress-arc--default-reinforcement-color .progress-arc__stop-color-1 {
  stop-color: #49a5e5;
}

.progress-arc--default-reinforcement-color .progress-arc__stop-color-2 {
  stop-color: #8fcbf5;
}

.progress-arc--default-day-progress-color .progress-arc__percent {
  color: #395685;
}

.progress-arc--default-day-progress-color .progress-arc__stop-color-1 {
  stop-color: #395685;
}

.progress-arc--default-day-progress-color .progress-arc__stop-color-2 {
  stop-color: #9cb2d6;
}

.progress-arc--default-completed-color .progress-arc__percent {
  color: #5747A7;
}

.progress-arc--default-completed-color .progress-arc__stop-color-1 {
  stop-color: #544aa6;
}

.progress-arc--default-completed-color .progress-arc__stop-color-2 {
  stop-color: #a8a0ea;
}

.progress-arc--default-mastery-color .progress-arc__percent {
  color: #79c969;
}

.progress-arc--default-mastery-color .progress-arc__stop-color-1 {
  stop-color: #79c969;
}

.progress-arc--default-mastery-color .progress-arc__stop-color-2 {
  stop-color: #b9e8b0;
}

.progress-arc--completed-color .progress-arc__percent {
  color: #544aa6;
}

.progress-arc--topics-color .progress-arc__percent {
  color: #39B1EB;
}

.progress-arc--topics-color .progress-arc__stop-color-1 {
  stop-color: #39B1EB;
}

.progress-arc--topics-color .progress-arc__stop-color-2 {
  stop-color: #C9E9F9;
}

.progress-arc--questions-color .progress-arc__percent {
  color: #61B096;
}

.progress-arc--questions-color .progress-arc__stop-color-1 {
  stop-color: #61B096;
}

.progress-arc--questions-color .progress-arc__stop-color-2 {
  stop-color: #D3E9E2;
}

.progress-arc--articles-color .progress-arc__percent {
  color: #FDD16B;
}

.progress-arc--articles-color .progress-arc__stop-color-1 {
  stop-color: #FDD16B;
}

.progress-arc--articles-color .progress-arc__stop-color-2 {
  stop-color: #FEF2D6;
}

.progress-arc--cases-color .progress-arc__percent {
  color: #FD6C6A;
}

.progress-arc--cases-color .progress-arc__stop-color-1 {
  stop-color: #FD6C6A;
}

.progress-arc--cases-color .progress-arc__stop-color-2 {
  stop-color: #FED6D6;
}

.progress-arc--videos-color .progress-arc__percent {
  color: #F5A868;
}

.progress-arc--videos-color .progress-arc__stop-color-1 {
  stop-color: #F5A868;
}

.progress-arc--videos-color .progress-arc__stop-color-2 {
  stop-color: #FCE7D5;
}

.progress-arc--exams-color .progress-arc__percent {
  color: #3EBDC9;
}

.progress-arc--exams-color .progress-arc__stop-color-1 {
  stop-color: #3EBDC9;
}

.progress-arc--exams-color .progress-arc__stop-color-2 {
  stop-color: #CAEDF0;
}

.progress-arc--task-list-color .progress-arc__percent {
  color: #FF9600;
}

.progress-arc--task-list-color .progress-arc__stop-color-1 {
  stop-color: #FF9600;
}

.progress-arc--task-list-color .progress-arc__stop-color-2 {
  stop-color: #FFE2B9;
}

.progress-arc--self-mastery-color .progress-arc__percent {
  color: #3EBDC9;
}

.progress-arc--self-mastery-color .progress-arc__stop-color-1 {
  stop-color: #3EBDC9;
}

.progress-arc--self-mastery-color .progress-arc__stop-color-2 {
  stop-color: #CAEDF0;
}

.progress-arc--faculty-color .progress-arc__percent {
  color: #3C71A8;
}

.progress-arc--faculty-color .progress-arc__stop-color-1 {
  stop-color: #3C71A8;
}

.progress-arc--faculty-color .progress-arc__stop-color-2 {
  stop-color: #C9D8E7;
}

.progress-arc--cpt-case-log-color .progress-arc__percent {
  color: #359AA4;
}

.progress-arc--cpt-case-log-color .progress-arc__stop-color-1 {
  stop-color: #359AA4;
}

.progress-arc--cpt-case-log-color .progress-arc__stop-color-2 {
  stop-color: #CFE6E9;
}

.progress-arc--extra-small-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
}

.progress-arc--extra-small-inner .progress-arc__percent {
  top: 80%;
  font-size: 11px;
  font-weight: normal;
}

.progress-arc--extra-small-inner .progress-arc__svg {
  width: 50px;
  height: 50px;
}

.progress-arc--extra-small-inner .progress-arc__svg-path {
  stroke-width: 11px;
}

.progress-arc--extra-small-outer .progress-arc__percent {
  top: 54%;
  font-size: 14px;
  font-weight: normal;
}

.progress-arc--extra-small-outer .progress-arc__svg {
  width: 58px;
  height: 57px;
}

.progress-arc--extra-small-outer .progress-arc__svg-path {
  stroke-width: 11px;
}

.progress-arc--extra-small-outer .progress-arc__finished-icon {
  top: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
}

.progress-arc--small .progress-arc__svg {
  width: 80px;
  height: 80px;
}

.progress-arc--small .progress-arc__percent {
  top: 60%;
  font-size: 24px;
}

.progress-arc--small-outer .progress-arc__percent {
  top: 54%;
  font-size: 18px;
  font-weight: normal;
}

.progress-arc--small-outer .progress-arc__svg {
  width: 72px;
  height: 72px;
}

.progress-arc--small-outer .progress-arc__svg-path {
  stroke-width: 11px;
}

.progress-arc--small-outer .progress-arc__finished-icon {
  top: 3px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 15px;
}

@media only screen and (max-width: 1023px) {
  .progress-arc--small-outer.progress-arc--responsive .progress-arc__svg {
    width: 56px;
    height: 56px;
  }

  .progress-arc--small-outer.progress-arc--responsive .progress-arc__percent {
    top: 51%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .progress-arc--small-outer.progress-arc--responsive .progress-arc__svg {
    width: 34px;
    height: 34px;
  }

  .progress-arc--small-outer.progress-arc--responsive .progress-arc__percent {
    font-size: 10px;
  }
}

.progress-arc--small-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
}

.progress-arc--small-inner .progress-arc__percent {
  top: 80%;
  font-size: 12px;
  font-weight: normal;
}

.progress-arc--small-inner .progress-arc__svg {
  width: 64px;
  height: 64px;
}

.progress-arc--small-inner .progress-arc__svg-path {
  stroke-width: 11px;
}

@media only screen and (max-width: 1023px) {
  .progress-arc--small-inner.progress-arc--responsive {
    top: 2px;
  }

  .progress-arc--small-inner.progress-arc--responsive .progress-arc__svg {
    width: 52px;
    height: 52px;
  }

  .progress-arc--small-inner.progress-arc--responsive .progress-arc__percent {
    top: 76%;
    font-size: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .progress-arc--small-inner.progress-arc--responsive .progress-arc__svg {
    width: 30px;
    height: 30px;
  }

  .progress-arc--small-inner.progress-arc--responsive .progress-arc__percent {
    top: 80%;
    font-size: 8px;
  }
}

.progress-arc--middle .progress-arc__svg {
  width: 120px;
  height: 120px;
}

.progress-arc--middle .progress-arc__percent {
  top: 54%;
  font-size: 28px;
}

.progress-arc--middle-outer .progress-arc__percent {
  top: 54%;
  font-size: 28px;
  font-weight: bold;
}

.progress-arc--middle-outer .progress-arc__svg {
  width: 120px;
  height: 120px;
}

.progress-arc--middle-outer .progress-arc__svg-path {
  stroke-width: 9px;
}

.progress-arc--middle-outer .progress-arc__finished-icon {
  top: 0;
  height: 35px;
  width: 35px;
  font-size: 22px;
  line-height: 35px;
}

.progress-arc--middle-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
}

.progress-arc--middle-inner .progress-arc__percent {
  top: 78%;
  font-size: 18px;
  font-weight: bold;
}

.progress-arc--middle-inner .progress-arc__svg {
  width: 109px;
  height: 109px;
}

.progress-arc--middle-inner .progress-arc__svg-path {
  stroke-width: 9px;
}

.progress-arc--large-outer .progress-arc__percent {
  top: 54%;
  font-size: 48px;
  font-weight: bold;
}

.progress-arc--large-outer .progress-arc__svg {
  width: 180px;
  height: 180px;
}

.progress-arc--large-outer .progress-arc__svg-path {
  stroke-width: 9px;
}

.progress-arc--large-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
}

.progress-arc--large-inner .progress-arc__percent {
  top: 80%;
  font-size: 24px;
  font-weight: bold;
}

.progress-arc--large-inner .progress-arc__svg {
  width: 162px;
  height: 162px;
}

.progress-arc--large-inner .progress-arc__svg-path {
  stroke-width: 9px;
}

.progress-arc--group-progress .progress-arc__svg {
  width: 90px;
  height: 90px;
}

.progress-arc--group-progress .progress-arc__percent {
  top: 47%;
  font-size: 24px;
}

.progress-arc--group-progress .progress-arc__completed {
  font-size: 10px;
  top: 65%;
}

.progress-arc--person-progress .progress-arc__svg {
  width: 40px;
  height: 40px;
}

.progress-arc--person-progress .progress-arc__percent {
  top: 55%;
  font-size: 12px;
}

.study-plan-search-control-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.study-plan-search-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  position: absolute;
  top: 5px;
  width: 220px;
  z-index: 100;
}

@media only screen and (max-width: 1023px) {
  .study-plan-search-control {
    width: 30%;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-search-control {
    top: -35px;
    left: 0;
    width: 50%;
  }
}

.study-plan-search-control__input {
  border: 1px solid #e9e9e9;
  padding: 7px 50px 6px 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}

.study-plan-search-control__input::-webkit-input-placeholder {
  font-style: normal;
}

.study-plan-search-control__input::-moz-placeholder {
  font-style: normal;
}

.study-plan-search-control__input:-ms-input-placeholder {
  font-style: normal;
}

.study-plan-search-control__input::placeholder {
  font-style: normal;
}

.study-plan-search-control__loading {
  background-image: url('/JobBank/images/loading.gif');
  background-size: cover;
  display: none;
  height: 18px;
  position: absolute;
  right: 27px;
  top: 6px;
  width: 18px;
}

.study-plan-search-control__label {
  color: #9f9f9f;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 8px;
}

.study-plan-search-control__results {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  max-height: 400px;
  min-width: 370px;
  overflow-y: auto;
  position: absolute;
  top: 28px;
  z-index: 1000;
}

@media only screen and (max-width: 599px) {
  .study-plan-search-control__results {
    min-width: 300px;
  }
}

.study-plan-search-control__results--item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.study-plan-search-control__results--item--icon {
  margin-right: 10px;
}

.study-plan-search-control__results--item--title {
  text-align: left;
}

.study-plan-search-control__results--item:hover {
  background-color: #E3ECFD;
}

.study-plan-search-control__results::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
}

.study-plan-search-control__results::-webkit-scrollbar-thumb {
  background-color: #DCDCDC;
  border-radius: 16px;
}

.study-plan-search-control__results::-webkit-scrollbar-thumb:hover {
  background-color: #D1CECE;
}

.conference-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background: linear-gradient(180deg, #6B8FBB 0%, #395685 100%);
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-size: 14px;
}

@media only screen and (max-width: 599px) {
  .conference-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.conference-header__hospital {
  padding-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.8;
}

.conference-header__name {
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.conference-header__info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.conference-header__info + .conference-header__info {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ffffff;
}

.conference-header__chairs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 70%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 599px) {
  .conference-header__chairs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 10px;
  }
}

.conference-header__chair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 0;
  font-size: 12px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}

.conference-header__chair + .conference-header__chair {
  padding-left: 10px;
}

@media only screen and (max-width: 599px) {
  .conference-header__chair + .conference-header__chair {
    padding-left: 0;
    padding-top: 10px;
  }
}

.conference-header__chair-photo {
  width: 45px;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.conference-header__chairs-name {
  font-weight: 300;
}

.conference-header__chair-description {
  max-height: 28px;
  overflow: hidden;
  opacity: 0.7;
}

.conference-header__chair-description-item:not(:last-child):after {
  content: ',';
}

.conference-header__chair-info {
  max-width: 130px;
  margin-left: 10px;
}

@media only screen and (max-width: 599px) {
  .conference-header__chair-info {
    max-width: none;
  }
}

.ortho-link {
  color: #7DA2DC;
  transition: color 0.2s ease;
  cursor: pointer;
}

.ortho-link:hover,
.ortho-link:focus {
  color: #6382b1;
  text-decoration: none;
  outline: none;
}

.ortho-link--button-clear {
  border: none;
  background-color: transparent;
  padding: 0;
}

.ortho-link--dark-blue {
  color: #193DB2;
}

.highlight-help {
  position: absolute;
  left: calc(100% + 17px);
  top: 0;
  bottom: 0;
  padding: 3px 0;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .highlight-help {
    z-index: 0;
  }
}

.highlight-help__text {
  padding-left: 5px;
  text-align: left;
}

.highlight-help__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #7DA2DC;
  text-align: center;
  transition: border 0.3s ease;
}

.highlight-help__tooltip {
  position: relative;
  width: 120px;
  padding: 10px 5px;
  margin-left: 7px;
  border: 1px solid #C0C0C0;
  border-radius: 1px;
  background-color: #FFFFFF;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  transition: -webkit-transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.highlight-help__tooltip:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  height: 7px;
  width: 7px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-top: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
}

.highlight-help__tooltip--increased {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
  opacity: 0;
  visibility: hidden;
}

.highlight-help__icon-symbol {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  display: inline-block;
  height: 25px;
  width: 25px;
  font-size: 14px;
  line-height: 25px;
  background-color: #7DA2DC;
  color: #FFFFFF;
  border-radius: 100%;
  font-style: normal;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.highlight-help__icon-symbol--check {
  opacity: 0;
  visibility: hidden;
  background-color: #79C969;
  font-size: 10px;
}

.highlight-help__icon-symbol--check.icon {
  line-height: 25px;
}

.highlight-help__icon {
  position: relative;
  margin-bottom: 5px;
  height: 25px;
  box-sizing: border-box;
}

.highlight-help__arrow {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  color: #878787;
  text-align: left;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  font-size: 12px;
}

.highlight-help__arrow--reverse {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.highlight-help__arrow--reverse .highlight-help__arrow-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.highlight-help__arrow-icon {
  padding: 0 10px;
}

.highlight-help__arrow-text {
  color: #333333;
  transition: color 0.2s ease;
}

.highlight-help__modal-tooltip {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  background-color: #FFFFFF;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 16px;
}

.highlight-help__modal-tooltip--success .highlight-help__modal-icon-symbol--number {
  opacity: 0;
  visibility: hidden;
}

.highlight-help__modal-tooltip--success .highlight-help__modal-icon-symbol--check {
  opacity: 1;
  visibility: visible;
}

.highlight-help__modal-icon-symbol {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  line-height: 30px;
  background-color: #7DA2DC;
  color: #FFFFFF;
  border-radius: 100%;
  font-style: normal;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.highlight-help__modal-icon-symbol--check {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #79C969;
  font-size: 12px;
}

.highlight-help__modal-icon-symbol--check.icon {
  line-height: 30px;
}

.highlight-help__modal-icon {
  position: relative;
}

.highlight-help--success .highlight-help__wrapper {
  border-left: 3px solid #79C969;
}

.highlight-help--success .highlight-help__icon-symbol--number {
  opacity: 0;
  visibility: hidden;
}

.highlight-help--success .highlight-help__icon-symbol--check {
  opacity: 1;
  visibility: visible;
}

.highlight-help--arrow .highlight-help__arrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.highlight-help--hidden .highlight-help__wrapper {
  border-left: 3px solid transparent;
}

.highlight-help--hidden .highlight-help__tooltip {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
}

.highlight-help--increased-level .highlight-help__tooltip--increased {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

.highlight-help--white .highlight-help__arrow-text {
  color: #FFFFFF;
}

.simplemodal-container .highlight-help__arrow-text {
  color: #FFFFFF;
}

.ortho-modal--evidence-popup + .highlight-help {
  z-index: 25;
}

.table-sorter {
  position: relative;
  min-height: 15px;
  min-width: 10px;
}

.table-sorter__arrow {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: border 0.2s ease;
}

.table-sorter__arrow--desc {
  top: 0;
  border-bottom: 5px solid #c7c6c6;
}

.table-sorter__arrow--asc {
  bottom: 0;
  border-top: 5px solid #c7c6c6;
}

.table-sorter--active-asc .table-sorter__arrow--asc {
  border-top: 6px solid #7ca2dc;
}

.table-sorter--active-desc .table-sorter__arrow--desc {
  border-bottom: 6px solid #7ca2dc;
}

.tablesorter-headerAsc .table-sorter__arrow--asc {
  border-top: 6px solid #7ca2dc;
}

.tablesorter-headerDesc .table-sorter__arrow--desc {
  border-bottom: 6px solid #7ca2dc;
}

.notification-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  box-sizing: border-box;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #E6E6E6;
  line-height: 1.2;
  color: #333333;
  transition: background-color 0.2s ease;
  font-size: 12px;
}

.notification-item:hover {
  text-decoration: none;
  background-color: #f9f9f9;
  color: #333333;
}

.notification-item__additional {
  -ms-flex-preferred-size: 35px;
  flex-basis: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.notification-item__type {
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #878787;
}

.notification-item__title {
  padding-bottom: 5px;
  color: #878787;
}

.notification-item__text {
  padding-bottom: 5px;
  line-height: 1.4;
}

.notification-item__date {
  color: #878787;
}

.notification-item__menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px 10px 10px;
  cursor: default;
}

.notification-item__menu--active .notification-item__menu-popup {
  opacity: 1;
  visibility: visible;
}

.notification-item__menu-button {
  padding: 8px 3px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
  font-size: 0;
}

.notification-item__menu-button:hover .notification-item__circle {
  background-color: #333333;
}

.notification-item__menu-popup {
  position: absolute;
  top: 25px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.notification-item__circle {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 1.5px;
  border-radius: 50%;
  background-color: #878787;
  transition: background-color 0.2s ease;
}

.notification-item__menu-popup-button {
  min-width: 110px;
  padding: 5px 10px;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #333333;
  transition: background-color 0.2s ease;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
}

.notification-item__menu-popup-button:hover {
  background-color: #edf9ff;
}

.notification-item__menu-popup-button--hidden {
  display: none;
}

.notification-item__photo {
  display: block;
  -ms-flex-preferred-size: 35px;
  flex-basis: 35px;
  min-width: 35px;
  width: 35px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.notification-item__selfProgressItem {
  width: 35px;
  text-align: center;
  box-sizing: border-box;
}

.notification-item__controls {
  padding-top: 15px;
  text-align: center;
}

.notification-item__ortho-button {
  text-transform: uppercase;
}

.notification-item__ortho-button.ortho-button {
  font-size: 14px;
  font-weight: bold;
}

.notification-item__p {
  padding-bottom: 10px;
}

.notification-item__notification-icon {
  font-size: 16px;
}

.notification-item__body {
  padding: 15px;
  background-color: #FFFFFF;
}

.notification-item__content-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.4;
  font-size: 14px;
}

.notification-item__header {
  padding: 15px 30px 15px 15px;
  background-color: #7DA2DC;
  color: #FFFFFF;
}

.notification-item__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notification-item__button-close {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 3px 5px;
  margin-right: -5px;
  border: none;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 0.2s ease;
}

.notification-item__button-close:hover {
  color: #dfebff;
}

.notification-item__close {
  font-size: 10px;
}

.notification-item__title-popup {
  max-width: 100%;
  padding-left: 10px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
}

.notification-item__daily-title {
  padding-bottom: 10px;
  font-weight: bold;
}

.notification-item__daily-title--list {
  padding-bottom: 5px;
}

.notification-item--unread {
  background-color: #edf9ff;
}

.notification-item--unread:hover {
  background-color: #e2f4fd;
}

.notification-item--toast {
  display: block;
  padding: 0;
}

.notification-item--toast .notification-item__photo {
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  min-width: 50px;
  width: 50px;
  height: auto;
  margin-right: 15px;
}

.notification-item--toast .notification-item__selfProgressItem {
  width: 70px;
  padding-right: 15px;
}

.notification-item .n-name {
  font-weight: bold;
}

.notification-item .n-info {
  color: #A264AB;
  font-weight: bold;
}

.notification-item--mse .n-info {
  color: #395685;
}

.notification-item--eval .notification-item__header {
  background-color: #C6ABC3;
}

.daily-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
}

.daily-content__question-info {
  position: relative;
}

.daily-content__question-info + .daily-content__question-info {
  padding-left: 10px;
  margin-left: 10px;
}

.daily-content__question-info + .daily-content__question-info:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  height: 13px;
  width: 1px;
  background-color: #878787;
}

.daily-content__highlight-pending {
  color: #67B39A;
  font-weight: bold;
}

.daily-content__highlight-done {
  color: #67B39A;
  font-weight: bold;
}

.daily-content__highlight-goal {
  color: #E06C6C;
  font-weight: bold;
}

.daily-content__content-popup + .daily-content__content-popup {
  padding-top: 10px;
}

.daily-content__content-popup-icon {
  width: 20px;
  text-align: center;
}

.daily-content__no-content {
  color: #999999;
}

.daily-content--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.daily-content--column .daily-content__question-info + .daily-content__question-info {
  padding-left: 0px;
  margin-left: 0px;
}

.daily-content--column .daily-content__question-info + .daily-content__question-info:after {
  content: none;
}

.quality-rating {
  display: inline-block;
  width: 40px;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
}

.quality-rating--1,
.quality-rating--2,
.quality-rating--3,
.quality-rating--4,
.quality-rating--5 {
  background-color: #79c969;
  color: #fff;
}

.quality-rating--6,
.quality-rating--7,
.quality-rating--8,
.quality-rating--9,
.quality-rating--10,
.quality-rating--11,
.quality-rating--12 {
  background-color: #f2cc6a;
  color: #fff;
}

.quality-rating--13 {
  background-color: #DD5F5F;
  color: #fff;
}

.calendar-control {
  position: relative;
  text-align: center;
}

.calendar-control__change-day {
  display: inline-block;
  width: 25px;
  transition: color 0.2s ease;
  vertical-align: middle;
  text-align: center;
  color: #7DA2DD;
}

@media only screen and (max-width: 1023px) {
  .calendar-control__change-day {
    width: 15px;
  }
}

.calendar-control__change-day:hover {
  color: #395685;
}

.calendar-control__current-day {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  color: #909090;
  font-size: 14px;
}

.calendar-control__icon-arrow {
  font-size: 12px;
}

.quick-search-results__list-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.quick-search-results__list-item--question {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 17px;
  margin-right: 5px;
  min-width: 17px;
}

.quick-search-results__list-item .title {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-search-results__list-item .title-prefix {
  color: #878787;
}

.quick-search-results__links {
  border-top: 1px solid #EAEAEA;
}

.quick-search-results__links a {
  color: #7DA2DC;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}

.homePage .quick-search-results__links {
  border-top: 1px solid #fff;
}

.homePage .quick-search-results__links a {
  color: #fff;
}

.remaining-time {
  font-size: 14px;
}

.remaining-time__icon-hourglass {
  margin-right: 3px;
  font-size: 12px;
}

.remaining-time__value {
  padding-left: 10px;
  font-weight: bold;
}

.progress-descriptions__item {
  position: relative;
  padding-left: 25px;
  text-align: left;
  color: #333333;
  font-size: 13px;
  line-height: 1.5;
}

.progress-descriptions__item:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 1px;
}

.progress-descriptions__item--completed-reinforcement:before {
  background-color: #4372BA;
}

.progress-descriptions__item--mastery-reinforcement:before {
  background-color: #79c969;
}

.progress-descriptions__item--taken:before {
  background-color: #395682;
}

.progress-descriptions__item--correct:before {
  background-color: #79c969;
}

.progress-descriptions__item--day-taken:before {
  background-color: #544aa6;
}

.progress-descriptions__item--day-correct:before {
  background-color: #79c969;
}

.progress-descriptions__item--topics:before {
  background-color: #39B1EB;
}

.progress-descriptions__item--questions:before {
  background-color: #61B096;
}

.progress-descriptions__item--evidences:before {
  background-color: #FDD16B;
}

.progress-descriptions__item--cases:before {
  background-color: #FD6C6A;
}

.progress-descriptions__item--videos:before {
  background-color: #F5A868;
}

.progress-descriptions__item--exams:before {
  background-color: #3EBDC9;
}

.progress-descriptions__item--large {
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
}

.progress-descriptions__item--large:before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  vertical-align: middle;
  -webkit-transform: none;
  transform: none;
}

.progress-descriptions__item--bottom-space {
  margin-top: 5px;
  margin-bottom: 35px;
}

.progress-descriptions__item + .progress-descriptions__item {
  margin-top: 20px;
}

.progress-descriptions--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.progress-descriptions--horizontal .progress-descriptions__item + .progress-descriptions__item {
  margin-top: 0;
  margin-left: 7px;
  border-left: 1px solid #e5e5e5;
}

.progress-descriptions--horizontal .progress-descriptions__item:before {
  left: 8px;
}

.ortho-timepicker {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 4px 10px;
  border: 1px solid #EAEAEA;
  transition: border 0.2s ease, background-color 0.2s ease;
  box-sizing: border-box;
  color: #333333;
  background-color: white;
}

.ortho-timepicker:hover,
.ortho-timepicker--active {
  border: 1px solid #b3b3b3;
}

.ortho-timepicker:hover .ortho-timepicker__reset,
.ortho-timepicker--active .ortho-timepicker__reset {
  display: block;
}

.ortho-timepicker:hover .ortho-timepicker__arrows,
.ortho-timepicker--active .ortho-timepicker__arrows {
  display: block;
}

.ortho-timepicker__input {
  width: 16px;
  border: none;
  text-align: center;
}

.ortho-timepicker__input:focus {
  outline: none;
}

.ortho-timepicker__input--period {
  width: 22px;
  margin-left: 2px;
}

.ortho-timepicker__reset {
  position: absolute;
  right: 17px;
  top: 50%;
  display: none;
  border: none;
  background-color: transparent;
  padding: 1px 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6989bd;
  font-size: 8px;
}

.ortho-timepicker__sep {
  position: relative;
  top: -1px;
}

.ortho-timepicker__arrows {
  position: absolute;
  right: 3px;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ortho-timepicker__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 3px 4px;
  background-color: #f1f1f1;
  font-size: 6px;
}

.ortho-timepicker__arrow:hover {
  background-color: #e1e1e1;
}

.ortho-timepicker__arrow--increase .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ortho-timepicker__arrow--decrease .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.chosen-ajax--loading + .chzn-container .chzn-drop,
.chosen-ajax--loading + .chosen-container .chosen-drop {
  visibility: hidden;
}

.chosen-ajax--loading + .chzn-container .search-field,
.chosen-ajax--loading + .chosen-container .search-field {
  background-image: url('/JobBank/images/loading.gif');
  background-size: auto 80%;
  background-position: 99% center;
  background-repeat: no-repeat;
}

/*@sportsBg: #ffefe1;
@sports: #fbb882;
@footAnkleBg: #faf5fb;
@footAnkle: #9879ce;
@pediatricsBg: #f1f8fe;
@pediatrics: #4b99dd;
@handBg: #eceef8;
@hand: #9382e9;
@spineBg: #ffe6e6;
@spine: #f47979;
@traumaBg: #fffce1;
@trauma: #fad272;
@pathBg: #f3e2f5;
@path: #9a56a4;
@basicScienceBg: #ebf7f3;
@basicScience: #6cb49c;
@recon: #82a8e8;*/

.studyPlanStatus {
  margin-bottom: 40px;
}

.studyPlanStatus ul {
  clear: both;
}

.studyPlanStatus ul:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.studyPlanStatus li {
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
}

.studyPlanStatus p {
  color: #666666;
  font-size: 14px;
  margin-top: 15px;
}

.studyplan-specialty-1 {
  background-color: #FCF5E3;
}

.studyplan-specialty-1:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-1.specialityItem {
  background-color: #FCF5E3;
}

.studyplan-specialty-1.specialityItem.selected,
.studyplan-specialty-1.specialityItem--loading,
.studyplan-specialty-1.specialityItem:hover {
  background-color: #FAECC8;
}

.studyplan-specialty-1.specialityItem.selected {
  border: 2px solid #f2cc6a;
}

.studyplan-specialty-1.specialityItem > .exams {
  background-color: #FCF5E3;
}

.studyplan-specialty-1.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f2cc6a;
}

.studyplan-specialty-1 .specialityItem__day:after {
  background-color: #f2cc6a;
}

.studyplan-specialty-1 .title {
  color: #f2cc6a;
}

.studyplan-specialty-1 .specialityNumber {
  color: #f2cc6a;
  border-color: #f2cc6a;
}

.specialityList .studyplan-specialty-1 {
  border-left: 3px solid #f2cc6a;
}

.studyplan-specialty-1 .speciality-dropdown__header {
  background-color: #FAECC8;
}

.studyplan-specialty-1 .speciality-dropdown__header:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-1 .speciality-dropdown__day:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-1 .speciality-dropdown__topic {
  color: #f2cc6a;
}

.studyplan-specialty-1 .complete-mark--colored {
  background-color: #FAECC8;
}

.studyplan-specialty-2 {
  background-color: #FBE7D5;
}

.studyplan-specialty-2:before {
  background-color: #f2a768;
}

.studyplan-specialty-2.specialityItem {
  background-color: #FBE7D5;
}

.studyplan-specialty-2.specialityItem.selected,
.studyplan-specialty-2.specialityItem--loading,
.studyplan-specialty-2.specialityItem:hover {
  background-color: #F9D7BA;
}

.studyplan-specialty-2.specialityItem.selected {
  border: 2px solid #f2a768;
}

.studyplan-specialty-2.specialityItem > .exams {
  background-color: #FBE7D5;
}

.studyplan-specialty-2.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f2a768;
}

.studyplan-specialty-2 .specialityItem__day:after {
  background-color: #f2a768;
}

.studyplan-specialty-2 .title {
  color: #f2a768;
}

.studyplan-specialty-2 .specialityNumber {
  color: #f2a768;
  border-color: #f2a768;
}

.specialityList .studyplan-specialty-2 {
  border-left: 3px solid #f2a768;
}

.studyplan-specialty-2 .speciality-dropdown__header {
  background-color: #F9D7BA;
}

.studyplan-specialty-2 .speciality-dropdown__header:before {
  background-color: #f2a768;
}

.studyplan-specialty-2 .speciality-dropdown__day:before {
  background-color: #f2a768;
}

.studyplan-specialty-2 .speciality-dropdown__topic {
  color: #f2a768;
}

.studyplan-specialty-2 .complete-mark--colored {
  background-color: #F9D7BA;
}

.studyplan-specialty-3 {
  background-color: #FBD5D5;
}

.studyplan-specialty-3:before {
  background-color: #f26868;
}

.studyplan-specialty-3.specialityItem {
  background-color: #FBD5D5;
}

.studyplan-specialty-3.specialityItem.selected,
.studyplan-specialty-3.specialityItem--loading,
.studyplan-specialty-3.specialityItem:hover {
  background-color: #FAC8C8;
}

.studyplan-specialty-3.specialityItem.selected {
  border: 2px solid #f26868;
}

.studyplan-specialty-3.specialityItem > .exams {
  background-color: #FBD5D5;
}

.studyplan-specialty-3.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f26868;
}

.studyplan-specialty-3 .specialityItem__day:after {
  background-color: #f26868;
}

.studyplan-specialty-3 .title {
  color: #f26868;
}

.studyplan-specialty-3 .specialityNumber {
  color: #f26868;
  border-color: #f26868;
}

.specialityList .studyplan-specialty-3 {
  border-left: 3px solid #f26868;
}

.studyplan-specialty-3 .speciality-dropdown__header {
  background-color: #FAC8C8;
}

.studyplan-specialty-3 .speciality-dropdown__header:before {
  background-color: #f26868;
}

.studyplan-specialty-3 .speciality-dropdown__day:before {
  background-color: #f26868;
}

.studyplan-specialty-3 .speciality-dropdown__topic {
  color: #f26868;
}

.studyplan-specialty-3 .complete-mark--colored {
  background-color: #FAC8C8;
}

.studyplan-specialty-225 {
  background-color: #FCBFD3;
}

.studyplan-specialty-225:before {
  background-color: #f4165f;
}

.studyplan-specialty-225.specialityItem {
  background-color: #FCBFD3;
}

.studyplan-specialty-225.specialityItem.selected,
.studyplan-specialty-225.specialityItem--loading,
.studyplan-specialty-225.specialityItem:hover {
  background-color: #FA95B6;
}

.studyplan-specialty-225.specialityItem.selected {
  border: 2px solid #f4165f;
}

.studyplan-specialty-225.specialityItem > .exams {
  background-color: #FCBFD3;
}

.studyplan-specialty-225.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f4165f;
}

.studyplan-specialty-225 .specialityItem__day:after {
  background-color: #f4165f;
}

.studyplan-specialty-225 .title {
  color: #f4165f;
}

.studyplan-specialty-225 .specialityNumber {
  color: #f4165f;
  border-color: #f4165f;
}

.specialityList .studyplan-specialty-225 {
  border-left: 3px solid #f4165f;
}

.studyplan-specialty-225 .speciality-dropdown__header {
  background-color: #FA95B6;
}

.studyplan-specialty-225 .speciality-dropdown__header:before {
  background-color: #f4165f;
}

.studyplan-specialty-225 .speciality-dropdown__day:before {
  background-color: #f4165f;
}

.studyplan-specialty-225 .speciality-dropdown__topic {
  color: #f4165f;
}

.studyplan-specialty-225 .complete-mark--colored {
  background-color: #FA95B6;
}

.studyplan-specialty-4 {
  background-color: #DDEEFA;
}

.studyplan-specialty-4:before {
  background-color: #49a5e5;
}

.studyplan-specialty-4.specialityItem {
  background-color: #DDEEFA;
}

.studyplan-specialty-4.specialityItem.selected,
.studyplan-specialty-4.specialityItem--loading,
.studyplan-specialty-4.specialityItem:hover {
  background-color: #BCDEF5;
}

.studyplan-specialty-4.specialityItem.selected {
  border: 2px solid #49a5e5;
}

.studyplan-specialty-4.specialityItem > .exams {
  background-color: #DDEEFA;
}

.studyplan-specialty-4.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #49a5e5;
}

.studyplan-specialty-4 .specialityItem__day:after {
  background-color: #49a5e5;
}

.studyplan-specialty-4 .title {
  color: #49a5e5;
}

.studyplan-specialty-4 .specialityNumber {
  color: #49a5e5;
  border-color: #49a5e5;
}

.specialityList .studyplan-specialty-4 {
  border-left: 3px solid #49a5e5;
}

.studyplan-specialty-4 .speciality-dropdown__header {
  background-color: #BCDEF5;
}

.studyplan-specialty-4 .speciality-dropdown__header:before {
  background-color: #49a5e5;
}

.studyplan-specialty-4 .speciality-dropdown__day:before {
  background-color: #49a5e5;
}

.studyplan-specialty-4 .speciality-dropdown__topic {
  color: #49a5e5;
}

.studyplan-specialty-4 .complete-mark--colored {
  background-color: #BCDEF5;
}

.studyplan-specialty-5 {
  background-color: #E2EAF9;
}

.studyplan-specialty-5:before {
  background-color: #608fde;
}

.studyplan-specialty-5.specialityItem {
  background-color: #E2EAF9;
}

.studyplan-specialty-5.specialityItem.selected,
.studyplan-specialty-5.specialityItem--loading,
.studyplan-specialty-5.specialityItem:hover {
  background-color: #C5D6F3;
}

.studyplan-specialty-5.specialityItem.selected {
  border: 2px solid #608fde;
}

.studyplan-specialty-5.specialityItem > .exams {
  background-color: #E2EAF9;
}

.studyplan-specialty-5.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #608fde;
}

.studyplan-specialty-5 .specialityItem__day:after {
  background-color: #608fde;
}

.studyplan-specialty-5 .title {
  color: #608fde;
}

.studyplan-specialty-5 .specialityNumber {
  color: #608fde;
  border-color: #608fde;
}

.specialityList .studyplan-specialty-5 {
  border-left: 3px solid #608fde;
}

.studyplan-specialty-5 .speciality-dropdown__header {
  background-color: #C5D6F3;
}

.studyplan-specialty-5 .speciality-dropdown__header:before {
  background-color: #608fde;
}

.studyplan-specialty-5 .speciality-dropdown__day:before {
  background-color: #608fde;
}

.studyplan-specialty-5 .speciality-dropdown__topic {
  color: #608fde;
}

.studyplan-specialty-5 .complete-mark--colored {
  background-color: #C5D6F3;
}

.studyplan-specialty-6 {
  background-color: #E8E5FA;
}

.studyplan-specialty-6:before {
  background-color: #8571e7;
}

.studyplan-specialty-6.specialityItem {
  background-color: #E8E5FA;
}

.studyplan-specialty-6.specialityItem.selected,
.studyplan-specialty-6.specialityItem--loading,
.studyplan-specialty-6.specialityItem:hover {
  background-color: #D2CBF6;
}

.studyplan-specialty-6.specialityItem.selected {
  border: 2px solid #8571e7;
}

.studyplan-specialty-6.specialityItem > .exams {
  background-color: #E8E5FA;
}

.studyplan-specialty-6.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #8571e7;
}

.studyplan-specialty-6 .specialityItem__day:after {
  background-color: #8571e7;
}

.studyplan-specialty-6 .title {
  color: #8571e7;
}

.studyplan-specialty-6 .specialityNumber {
  color: #8571e7;
  border-color: #8571e7;
}

.specialityList .studyplan-specialty-6 {
  border-left: 3px solid #8571e7;
}

.studyplan-specialty-6 .speciality-dropdown__header {
  background-color: #D2CBF6;
}

.studyplan-specialty-6 .speciality-dropdown__header:before {
  background-color: #8571e7;
}

.studyplan-specialty-6 .speciality-dropdown__day:before {
  background-color: #8571e7;
}

.studyplan-specialty-6 .speciality-dropdown__topic {
  color: #8571e7;
}

.studyplan-specialty-6 .complete-mark--colored {
  background-color: #D2CBF6;
}

.studyplan-specialty-7 {
  background-color: #EAE1F5;
}

.studyplan-specialty-7:before {
  background-color: #8c5ecc;
}

.studyplan-specialty-7.specialityItem {
  background-color: #EAE1F5;
}

.studyplan-specialty-7.specialityItem.selected,
.studyplan-specialty-7.specialityItem--loading,
.studyplan-specialty-7.specialityItem:hover {
  background-color: #D5C4EC;
}

.studyplan-specialty-7.specialityItem.selected {
  border: 2px solid #8c5ecc;
}

.studyplan-specialty-7.specialityItem > .exams {
  background-color: #EAE1F5;
}

.studyplan-specialty-7.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #8c5ecc;
}

.studyplan-specialty-7 .specialityItem__day:after {
  background-color: #8c5ecc;
}

.studyplan-specialty-7 .title {
  color: #8c5ecc;
}

.studyplan-specialty-7 .specialityNumber {
  color: #8c5ecc;
  border-color: #8c5ecc;
}

.specialityList .studyplan-specialty-7 {
  border-left: 3px solid #8c5ecc;
}

.studyplan-specialty-7 .speciality-dropdown__header {
  background-color: #D5C4EC;
}

.studyplan-specialty-7 .speciality-dropdown__header:before {
  background-color: #8c5ecc;
}

.studyplan-specialty-7 .speciality-dropdown__day:before {
  background-color: #8c5ecc;
}

.studyplan-specialty-7 .speciality-dropdown__topic {
  color: #8c5ecc;
}

.studyplan-specialty-7 .complete-mark--colored {
  background-color: #D5C4EC;
}

.studyplan-specialty-8 {
  background-color: #E5D4E8;
}

.studyplan-specialty-8:before {
  background-color: #a264ab;
}

.studyplan-specialty-8.specialityItem {
  background-color: #E5D4E8;
}

.studyplan-specialty-8.specialityItem.selected,
.studyplan-specialty-8.specialityItem--loading,
.studyplan-specialty-8.specialityItem:hover {
  background-color: #DDC6E0;
}

.studyplan-specialty-8.specialityItem.selected {
  border: 2px solid #a264ab;
}

.studyplan-specialty-8.specialityItem > .exams {
  background-color: #E5D4E8;
}

.studyplan-specialty-8.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #a264ab;
}

.studyplan-specialty-8 .specialityItem__day:after {
  background-color: #a264ab;
}

.studyplan-specialty-8 .title {
  color: #a264ab;
}

.studyplan-specialty-8 .specialityNumber {
  color: #a264ab;
  border-color: #a264ab;
}

.specialityList .studyplan-specialty-8 {
  border-left: 3px solid #a264ab;
}

.studyplan-specialty-8 .speciality-dropdown__header {
  background-color: #DDC6E0;
}

.studyplan-specialty-8 .speciality-dropdown__header:before {
  background-color: #a264ab;
}

.studyplan-specialty-8 .speciality-dropdown__day:before {
  background-color: #a264ab;
}

.studyplan-specialty-8 .speciality-dropdown__topic {
  color: #a264ab;
}

.studyplan-specialty-8 .complete-mark--colored {
  background-color: #DDC6E0;
}

.studyplan-specialty-9 {
  background-color: #E1EFEB;
}

.studyplan-specialty-9:before {
  background-color: #5cab91;
}

.studyplan-specialty-9.specialityItem {
  background-color: #E1EFEB;
}

.studyplan-specialty-9.specialityItem.selected,
.studyplan-specialty-9.specialityItem--loading,
.studyplan-specialty-9.specialityItem:hover {
  background-color: #B4D8CD;
}

.studyplan-specialty-9.specialityItem.selected {
  border: 2px solid #5cab91;
}

.studyplan-specialty-9.specialityItem > .exams {
  background-color: #E1EFEB;
}

.studyplan-specialty-9.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #5cab91;
}

.studyplan-specialty-9 .specialityItem__day:after {
  background-color: #5cab91;
}

.studyplan-specialty-9 .title {
  color: #5cab91;
}

.studyplan-specialty-9 .specialityNumber {
  color: #5cab91;
  border-color: #5cab91;
}

.specialityList .studyplan-specialty-9 {
  border-left: 3px solid #5cab91;
}

.studyplan-specialty-9 .speciality-dropdown__header {
  background-color: #B4D8CD;
}

.studyplan-specialty-9 .speciality-dropdown__header:before {
  background-color: #5cab91;
}

.studyplan-specialty-9 .speciality-dropdown__day:before {
  background-color: #5cab91;
}

.studyplan-specialty-9 .speciality-dropdown__topic {
  color: #5cab91;
}

.studyplan-specialty-9 .complete-mark--colored {
  background-color: #B4D8CD;
}

.studyplan-specialty-10 {
  background-color: #DFEDDE;
}

.studyplan-specialty-10:before {
  background-color: #54a14c;
}

.studyplan-specialty-10.specialityItem {
  background-color: #DFEDDE;
}

.studyplan-specialty-10.specialityItem.selected,
.studyplan-specialty-10.specialityItem--loading,
.studyplan-specialty-10.specialityItem:hover {
  background-color: #C0DCBD;
}

.studyplan-specialty-10.specialityItem.selected {
  border: 2px solid #54a14c;
}

.studyplan-specialty-10.specialityItem > .exams {
  background-color: #DFEDDE;
}

.studyplan-specialty-10.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #54a14c;
}

.studyplan-specialty-10 .specialityItem__day:after {
  background-color: #54a14c;
}

.studyplan-specialty-10 .title {
  color: #54a14c;
}

.studyplan-specialty-10 .specialityNumber {
  color: #54a14c;
  border-color: #54a14c;
}

.specialityList .studyplan-specialty-10 {
  border-left: 3px solid #54a14c;
}

.studyplan-specialty-10 .speciality-dropdown__header {
  background-color: #C0DCBD;
}

.studyplan-specialty-10 .speciality-dropdown__header:before {
  background-color: #54a14c;
}

.studyplan-specialty-10 .speciality-dropdown__day:before {
  background-color: #54a14c;
}

.studyplan-specialty-10 .speciality-dropdown__topic {
  color: #54a14c;
}

.studyplan-specialty-10 .complete-mark--colored {
  background-color: #C0DCBD;
}

.studyplan-specialty-11 {
  background-color: #E9F2E5;
}

.studyplan-specialty-11:before {
  background-color: #89b871;
}

.studyplan-specialty-11.specialityItem {
  background-color: #E9F2E5;
}

.studyplan-specialty-11.specialityItem.selected,
.studyplan-specialty-11.specialityItem--loading,
.studyplan-specialty-11.specialityItem:hover {
  background-color: #D4E5CB;
}

.studyplan-specialty-11.specialityItem.selected {
  border: 2px solid #89b871;
}

.studyplan-specialty-11.specialityItem > .exams {
  background-color: #E9F2E5;
}

.studyplan-specialty-11.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #89b871;
}

.studyplan-specialty-11 .specialityItem__day:after {
  background-color: #89b871;
}

.studyplan-specialty-11 .title {
  color: #89b871;
}

.studyplan-specialty-11 .specialityNumber {
  color: #89b871;
  border-color: #89b871;
}

.specialityList .studyplan-specialty-11 {
  border-left: 3px solid #89b871;
}

.studyplan-specialty-11 .speciality-dropdown__header {
  background-color: #D4E5CB;
}

.studyplan-specialty-11 .speciality-dropdown__header:before {
  background-color: #89b871;
}

.studyplan-specialty-11 .speciality-dropdown__day:before {
  background-color: #89b871;
}

.studyplan-specialty-11 .speciality-dropdown__topic {
  color: #89b871;
}

.studyplan-specialty-11 .complete-mark--colored {
  background-color: #D4E5CB;
}

.studyplan-specialty-12 {
  background-color: #E9F2E5;
}

.studyplan-specialty-12:before {
  background-color: #89b871;
}

.studyplan-specialty-12.specialityItem {
  background-color: #E9F2E5;
}

.studyplan-specialty-12.specialityItem.selected,
.studyplan-specialty-12.specialityItem--loading,
.studyplan-specialty-12.specialityItem:hover {
  background-color: #D4E5CB;
}

.studyplan-specialty-12.specialityItem.selected {
  border: 2px solid #89b871;
}

.studyplan-specialty-12.specialityItem > .exams {
  background-color: #E9F2E5;
}

.studyplan-specialty-12.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #89b871;
}

.studyplan-specialty-12 .specialityItem__day:after {
  background-color: #89b871;
}

.studyplan-specialty-12 .title {
  color: #89b871;
}

.studyplan-specialty-12 .specialityNumber {
  color: #89b871;
  border-color: #89b871;
}

.specialityList .studyplan-specialty-12 {
  border-left: 3px solid #89b871;
}

.studyplan-specialty-12 .speciality-dropdown__header {
  background-color: #D4E5CB;
}

.studyplan-specialty-12 .speciality-dropdown__header:before {
  background-color: #89b871;
}

.studyplan-specialty-12 .speciality-dropdown__day:before {
  background-color: #89b871;
}

.studyplan-specialty-12 .speciality-dropdown__topic {
  color: #89b871;
}

.studyplan-specialty-12 .complete-mark--colored {
  background-color: #D4E5CB;
}

.studyplan-specialty-13 {
  background-color: #EAEAEA;
}

.studyplan-specialty-13:before {
  background-color: #8d8d8d;
}

.studyplan-specialty-13.specialityItem {
  background-color: #EAEAEA;
}

.studyplan-specialty-13.specialityItem.selected,
.studyplan-specialty-13.specialityItem--loading,
.studyplan-specialty-13.specialityItem:hover {
  background-color: #D5D5D5;
}

.studyplan-specialty-13.specialityItem.selected {
  border: 2px solid #8d8d8d;
}

.studyplan-specialty-13.specialityItem > .exams {
  background-color: #EAEAEA;
}

.studyplan-specialty-13.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #8d8d8d;
}

.studyplan-specialty-13 .specialityItem__day:after {
  background-color: #8d8d8d;
}

.studyplan-specialty-13 .title {
  color: #8d8d8d;
}

.studyplan-specialty-13 .specialityNumber {
  color: #8d8d8d;
  border-color: #8d8d8d;
}

.specialityList .studyplan-specialty-13 {
  border-left: 3px solid #8d8d8d;
}

.studyplan-specialty-13 .speciality-dropdown__header {
  background-color: #D5D5D5;
}

.studyplan-specialty-13 .speciality-dropdown__header:before {
  background-color: #8d8d8d;
}

.studyplan-specialty-13 .speciality-dropdown__day:before {
  background-color: #8d8d8d;
}

.studyplan-specialty-13 .speciality-dropdown__topic {
  color: #8d8d8d;
}

.studyplan-specialty-13 .complete-mark--colored {
  background-color: #D5D5D5;
}

.studyplan-specialty-14 {
  background-color: #FCF5E3;
}

.studyplan-specialty-14:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-14.specialityItem {
  background-color: #FCF5E3;
}

.studyplan-specialty-14.specialityItem.selected,
.studyplan-specialty-14.specialityItem--loading,
.studyplan-specialty-14.specialityItem:hover {
  background-color: #FAECC8;
}

.studyplan-specialty-14.specialityItem.selected {
  border: 2px solid #f2cc6a;
}

.studyplan-specialty-14.specialityItem > .exams {
  background-color: #FCF5E3;
}

.studyplan-specialty-14.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f2cc6a;
}

.studyplan-specialty-14 .specialityItem__day:after {
  background-color: #f2cc6a;
}

.studyplan-specialty-14 .title {
  color: #f2cc6a;
}

.studyplan-specialty-14 .specialityNumber {
  color: #f2cc6a;
  border-color: #f2cc6a;
}

.specialityList .studyplan-specialty-14 {
  border-left: 3px solid #f2cc6a;
}

.studyplan-specialty-14 .speciality-dropdown__header {
  background-color: #FAECC8;
}

.studyplan-specialty-14 .speciality-dropdown__header:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-14 .speciality-dropdown__day:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-14 .speciality-dropdown__topic {
  color: #f2cc6a;
}

.studyplan-specialty-14 .complete-mark--colored {
  background-color: #FAECC8;
}

.studyplan-specialty-15 {
  background-color: #FCF3E3;
}

.studyplan-specialty-15:before {
  background-color: #f1bf6a;
}

.studyplan-specialty-15.specialityItem {
  background-color: #FCF3E3;
}

.studyplan-specialty-15.specialityItem.selected,
.studyplan-specialty-15.specialityItem--loading,
.studyplan-specialty-15.specialityItem:hover {
  background-color: #F8E1BB;
}

.studyplan-specialty-15.specialityItem.selected {
  border: 2px solid #f1bf6a;
}

.studyplan-specialty-15.specialityItem > .exams {
  background-color: #FCF3E3;
}

.studyplan-specialty-15.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f1bf6a;
}

.studyplan-specialty-15 .specialityItem__day:after {
  background-color: #f1bf6a;
}

.studyplan-specialty-15 .title {
  color: #f1bf6a;
}

.studyplan-specialty-15 .specialityNumber {
  color: #f1bf6a;
  border-color: #f1bf6a;
}

.specialityList .studyplan-specialty-15 {
  border-left: 3px solid #f1bf6a;
}

.studyplan-specialty-15 .speciality-dropdown__header {
  background-color: #F8E1BB;
}

.studyplan-specialty-15 .speciality-dropdown__header:before {
  background-color: #f1bf6a;
}

.studyplan-specialty-15 .speciality-dropdown__day:before {
  background-color: #f1bf6a;
}

.studyplan-specialty-15 .speciality-dropdown__topic {
  color: #f1bf6a;
}

.studyplan-specialty-15 .complete-mark--colored {
  background-color: #F8E1BB;
}

.studyplan-specialty-16 {
  background-color: #FCE3E3;
}

.studyplan-specialty-16:before {
  background-color: #f26868;
}

.studyplan-specialty-16.specialityItem {
  background-color: #FCE3E3;
}

.studyplan-specialty-16.specialityItem.selected,
.studyplan-specialty-16.specialityItem--loading,
.studyplan-specialty-16.specialityItem:hover {
  background-color: #F9BABA;
}

.studyplan-specialty-16.specialityItem.selected {
  border: 2px solid #f26868;
}

.studyplan-specialty-16.specialityItem > .exams {
  background-color: #FCE3E3;
}

.studyplan-specialty-16.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f26868;
}

.studyplan-specialty-16 .specialityItem__day:after {
  background-color: #f26868;
}

.studyplan-specialty-16 .title {
  color: #f26868;
}

.studyplan-specialty-16 .specialityNumber {
  color: #f26868;
  border-color: #f26868;
}

.specialityList .studyplan-specialty-16 {
  border-left: 3px solid #f26868;
}

.studyplan-specialty-16 .speciality-dropdown__header {
  background-color: #F9BABA;
}

.studyplan-specialty-16 .speciality-dropdown__header:before {
  background-color: #f26868;
}

.studyplan-specialty-16 .speciality-dropdown__day:before {
  background-color: #f26868;
}

.studyplan-specialty-16 .speciality-dropdown__topic {
  color: #f26868;
}

.studyplan-specialty-16 .complete-mark--colored {
  background-color: #F9BABA;
}

.studyplan-specialty-17 {
  background-color: #FCEFE3;
}

.studyplan-specialty-17:before {
  background-color: #f2a768;
}

.studyplan-specialty-17.specialityItem {
  background-color: #FCEFE3;
}

.studyplan-specialty-17.specialityItem.selected,
.studyplan-specialty-17.specialityItem--loading,
.studyplan-specialty-17.specialityItem:hover {
  background-color: #D4E5CB;
}

.studyplan-specialty-17.specialityItem.selected {
  border: 2px solid #f2a768;
}

.studyplan-specialty-17.specialityItem > .exams {
  background-color: #FCEFE3;
}

.studyplan-specialty-17.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f2a768;
}

.studyplan-specialty-17 .specialityItem__day:after {
  background-color: #f2a768;
}

.studyplan-specialty-17 .title {
  color: #f2a768;
}

.studyplan-specialty-17 .specialityNumber {
  color: #f2a768;
  border-color: #f2a768;
}

.specialityList .studyplan-specialty-17 {
  border-left: 3px solid #f2a768;
}

.studyplan-specialty-17 .speciality-dropdown__header {
  background-color: #D4E5CB;
}

.studyplan-specialty-17 .speciality-dropdown__header:before {
  background-color: #f2a768;
}

.studyplan-specialty-17 .speciality-dropdown__day:before {
  background-color: #f2a768;
}

.studyplan-specialty-17 .speciality-dropdown__topic {
  color: #f2a768;
}

.studyplan-specialty-17 .complete-mark--colored {
  background-color: #D4E5CB;
}

.studyplan-specialty-18 {
  background-color: #DDEEFA;
}

.studyplan-specialty-18:before {
  background-color: #49a5e5;
}

.studyplan-specialty-18.specialityItem {
  background-color: #DDEEFA;
}

.studyplan-specialty-18.specialityItem.selected,
.studyplan-specialty-18.specialityItem--loading,
.studyplan-specialty-18.specialityItem:hover {
  background-color: #BCDEF5;
}

.studyplan-specialty-18.specialityItem.selected {
  border: 2px solid #49a5e5;
}

.studyplan-specialty-18.specialityItem > .exams {
  background-color: #DDEEFA;
}

.studyplan-specialty-18.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #49a5e5;
}

.studyplan-specialty-18 .specialityItem__day:after {
  background-color: #49a5e5;
}

.studyplan-specialty-18 .title {
  color: #49a5e5;
}

.studyplan-specialty-18 .specialityNumber {
  color: #49a5e5;
  border-color: #49a5e5;
}

.specialityList .studyplan-specialty-18 {
  border-left: 3px solid #49a5e5;
}

.studyplan-specialty-18 .speciality-dropdown__header {
  background-color: #BCDEF5;
}

.studyplan-specialty-18 .speciality-dropdown__header:before {
  background-color: #49a5e5;
}

.studyplan-specialty-18 .speciality-dropdown__day:before {
  background-color: #49a5e5;
}

.studyplan-specialty-18 .speciality-dropdown__topic {
  color: #49a5e5;
}

.studyplan-specialty-18 .complete-mark--colored {
  background-color: #BCDEF5;
}

.studyplan-specialty-19 {
  background-color: #E2EAF9;
}

.studyplan-specialty-19:before {
  background-color: #608fde;
}

.studyplan-specialty-19.specialityItem {
  background-color: #E2EAF9;
}

.studyplan-specialty-19.specialityItem.selected,
.studyplan-specialty-19.specialityItem--loading,
.studyplan-specialty-19.specialityItem:hover {
  background-color: #C5D6F3;
}

.studyplan-specialty-19.specialityItem.selected {
  border: 2px solid #608fde;
}

.studyplan-specialty-19.specialityItem > .exams {
  background-color: #E2EAF9;
}

.studyplan-specialty-19.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #608fde;
}

.studyplan-specialty-19 .specialityItem__day:after {
  background-color: #608fde;
}

.studyplan-specialty-19 .title {
  color: #608fde;
}

.studyplan-specialty-19 .specialityNumber {
  color: #608fde;
  border-color: #608fde;
}

.specialityList .studyplan-specialty-19 {
  border-left: 3px solid #608fde;
}

.studyplan-specialty-19 .speciality-dropdown__header {
  background-color: #C5D6F3;
}

.studyplan-specialty-19 .speciality-dropdown__header:before {
  background-color: #608fde;
}

.studyplan-specialty-19 .speciality-dropdown__day:before {
  background-color: #608fde;
}

.studyplan-specialty-19 .speciality-dropdown__topic {
  color: #608fde;
}

.studyplan-specialty-19 .complete-mark--colored {
  background-color: #C5D6F3;
}

.studyplan-specialty-21 {
  background-color: #DDD8F8;
}

.studyplan-specialty-21:before {
  background-color: #8571e7;
}

.studyplan-specialty-21.specialityItem {
  background-color: #DDD8F8;
}

.studyplan-specialty-21.specialityItem.selected,
.studyplan-specialty-21.specialityItem--loading,
.studyplan-specialty-21.specialityItem:hover {
  background-color: #D2CBF6;
}

.studyplan-specialty-21.specialityItem.selected {
  border: 2px solid #8571e7;
}

.studyplan-specialty-21.specialityItem > .exams {
  background-color: #DDD8F8;
}

.studyplan-specialty-21.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #8571e7;
}

.studyplan-specialty-21 .specialityItem__day:after {
  background-color: #8571e7;
}

.studyplan-specialty-21 .title {
  color: #8571e7;
}

.studyplan-specialty-21 .specialityNumber {
  color: #8571e7;
  border-color: #8571e7;
}

.specialityList .studyplan-specialty-21 {
  border-left: 3px solid #8571e7;
}

.studyplan-specialty-21 .speciality-dropdown__header {
  background-color: #D2CBF6;
}

.studyplan-specialty-21 .speciality-dropdown__header:before {
  background-color: #8571e7;
}

.studyplan-specialty-21 .speciality-dropdown__day:before {
  background-color: #8571e7;
}

.studyplan-specialty-21 .speciality-dropdown__topic {
  color: #8571e7;
}

.studyplan-specialty-21 .complete-mark--colored {
  background-color: #D2CBF6;
}

.studyplan-specialty-22 {
  background-color: #DFD3F1;
}

.studyplan-specialty-22:before {
  background-color: #8c5ecc;
}

.studyplan-specialty-22.specialityItem {
  background-color: #DFD3F1;
}

.studyplan-specialty-22.specialityItem.selected,
.studyplan-specialty-22.specialityItem--loading,
.studyplan-specialty-22.specialityItem:hover {
  background-color: #D5C4EC;
}

.studyplan-specialty-22.specialityItem.selected {
  border: 2px solid #8c5ecc;
}

.studyplan-specialty-22.specialityItem > .exams {
  background-color: #DFD3F1;
}

.studyplan-specialty-22.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #8c5ecc;
}

.studyplan-specialty-22 .specialityItem__day:after {
  background-color: #8c5ecc;
}

.studyplan-specialty-22 .title {
  color: #8c5ecc;
}

.studyplan-specialty-22 .specialityNumber {
  color: #8c5ecc;
  border-color: #8c5ecc;
}

.specialityList .studyplan-specialty-22 {
  border-left: 3px solid #8c5ecc;
}

.studyplan-specialty-22 .speciality-dropdown__header {
  background-color: #D5C4EC;
}

.studyplan-specialty-22 .speciality-dropdown__header:before {
  background-color: #8c5ecc;
}

.studyplan-specialty-22 .speciality-dropdown__day:before {
  background-color: #8c5ecc;
}

.studyplan-specialty-22 .speciality-dropdown__topic {
  color: #8c5ecc;
}

.studyplan-specialty-22 .complete-mark--colored {
  background-color: #D5C4EC;
}

.studyplan-specialty-23 {
  background-color: #FCEBE3;
}

.studyplan-specialty-23:before {
  background-color: #f19368;
}

.studyplan-specialty-23.specialityItem {
  background-color: #FCEBE3;
}

.studyplan-specialty-23.specialityItem.selected,
.studyplan-specialty-23.specialityItem--loading,
.studyplan-specialty-23.specialityItem:hover {
  background-color: #F9D7C8;
}

.studyplan-specialty-23.specialityItem.selected {
  border: 2px solid #f19368;
}

.studyplan-specialty-23.specialityItem > .exams {
  background-color: #FCEBE3;
}

.studyplan-specialty-23.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f19368;
}

.studyplan-specialty-23 .specialityItem__day:after {
  background-color: #f19368;
}

.studyplan-specialty-23 .title {
  color: #f19368;
}

.studyplan-specialty-23 .specialityNumber {
  color: #f19368;
  border-color: #f19368;
}

.specialityList .studyplan-specialty-23 {
  border-left: 3px solid #f19368;
}

.studyplan-specialty-23 .speciality-dropdown__header {
  background-color: #F9D7C8;
}

.studyplan-specialty-23 .speciality-dropdown__header:before {
  background-color: #f19368;
}

.studyplan-specialty-23 .speciality-dropdown__day:before {
  background-color: #f19368;
}

.studyplan-specialty-23 .speciality-dropdown__topic {
  color: #f19368;
}

.studyplan-specialty-23 .complete-mark--colored {
  background-color: #F9D7C8;
}

.studyplan-specialty-24 {
  background-color: #E1EBF9;
}

.studyplan-specialty-24:before {
  background-color: #5f91e1;
}

.studyplan-specialty-24.specialityItem {
  background-color: #E1EBF9;
}

.studyplan-specialty-24.specialityItem.selected,
.studyplan-specialty-24.specialityItem--loading,
.studyplan-specialty-24.specialityItem:hover {
  background-color: #B6CDF1;
}

.studyplan-specialty-24.specialityItem.selected {
  border: 2px solid #5f91e1;
}

.studyplan-specialty-24.specialityItem > .exams {
  background-color: #E1EBF9;
}

.studyplan-specialty-24.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #5f91e1;
}

.studyplan-specialty-24 .specialityItem__day:after {
  background-color: #5f91e1;
}

.studyplan-specialty-24 .title {
  color: #5f91e1;
}

.studyplan-specialty-24 .specialityNumber {
  color: #5f91e1;
  border-color: #5f91e1;
}

.specialityList .studyplan-specialty-24 {
  border-left: 3px solid #5f91e1;
}

.studyplan-specialty-24 .speciality-dropdown__header {
  background-color: #B6CDF1;
}

.studyplan-specialty-24 .speciality-dropdown__header:before {
  background-color: #5f91e1;
}

.studyplan-specialty-24 .speciality-dropdown__day:before {
  background-color: #5f91e1;
}

.studyplan-specialty-24 .speciality-dropdown__topic {
  color: #5f91e1;
}

.studyplan-specialty-24 .complete-mark--colored {
  background-color: #B6CDF1;
}

.studyplan-specialty-25 {
  background-color: #FDDFE3;
}

.studyplan-specialty-25:before {
  background-color: #f6516a;
}

.studyplan-specialty-25.specialityItem {
  background-color: #FDDFE3;
}

.studyplan-specialty-25.specialityItem.selected,
.studyplan-specialty-25.specialityItem--loading,
.studyplan-specialty-25.specialityItem:hover {
  background-color: #FBBFC8;
}

.studyplan-specialty-25.specialityItem.selected {
  border: 2px solid #f6516a;
}

.studyplan-specialty-25.specialityItem > .exams {
  background-color: #FDDFE3;
}

.studyplan-specialty-25.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f6516a;
}

.studyplan-specialty-25 .specialityItem__day:after {
  background-color: #f6516a;
}

.studyplan-specialty-25 .title {
  color: #f6516a;
}

.studyplan-specialty-25 .specialityNumber {
  color: #f6516a;
  border-color: #f6516a;
}

.specialityList .studyplan-specialty-25 {
  border-left: 3px solid #f6516a;
}

.studyplan-specialty-25 .speciality-dropdown__header {
  background-color: #FBBFC8;
}

.studyplan-specialty-25 .speciality-dropdown__header:before {
  background-color: #f6516a;
}

.studyplan-specialty-25 .speciality-dropdown__day:before {
  background-color: #f6516a;
}

.studyplan-specialty-25 .speciality-dropdown__topic {
  color: #f6516a;
}

.studyplan-specialty-25 .complete-mark--colored {
  background-color: #FBBFC8;
}

.studyplan-specialty-26 {
  background-color: #EEE2EF;
}

.studyplan-specialty-26:before {
  background-color: #a264ab;
}

.studyplan-specialty-26.specialityItem {
  background-color: #EEE2EF;
}

.studyplan-specialty-26.specialityItem.selected,
.studyplan-specialty-26.specialityItem--loading,
.studyplan-specialty-26.specialityItem:hover {
  background-color: #DDC6E0;
}

.studyplan-specialty-26.specialityItem.selected {
  border: 2px solid #a264ab;
}

.studyplan-specialty-26.specialityItem > .exams {
  background-color: #EEE2EF;
}

.studyplan-specialty-26.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #a264ab;
}

.studyplan-specialty-26 .specialityItem__day:after {
  background-color: #a264ab;
}

.studyplan-specialty-26 .title {
  color: #a264ab;
}

.studyplan-specialty-26 .specialityNumber {
  color: #a264ab;
  border-color: #a264ab;
}

.specialityList .studyplan-specialty-26 {
  border-left: 3px solid #a264ab;
}

.studyplan-specialty-26 .speciality-dropdown__header {
  background-color: #DDC6E0;
}

.studyplan-specialty-26 .speciality-dropdown__header:before {
  background-color: #a264ab;
}

.studyplan-specialty-26 .speciality-dropdown__day:before {
  background-color: #a264ab;
}

.studyplan-specialty-26 .speciality-dropdown__topic {
  color: #a264ab;
}

.studyplan-specialty-26 .complete-mark--colored {
  background-color: #DDC6E0;
}

.studyplan-specialty-27 {
  background-color: #D8DAF4;
}

.studyplan-specialty-27:before {
  background-color: #7378d7;
}

.studyplan-specialty-27.specialityItem {
  background-color: #D8DAF4;
}

.studyplan-specialty-27.specialityItem.selected,
.studyplan-specialty-27.specialityItem--loading,
.studyplan-specialty-27.specialityItem:hover {
  background-color: #CCCDF0;
}

.studyplan-specialty-27.specialityItem.selected {
  border: 2px solid #7378d7;
}

.studyplan-specialty-27.specialityItem > .exams {
  background-color: #D8DAF4;
}

.studyplan-specialty-27.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #7378d7;
}

.studyplan-specialty-27 .specialityItem__day:after {
  background-color: #7378d7;
}

.studyplan-specialty-27 .title {
  color: #7378d7;
}

.studyplan-specialty-27 .specialityNumber {
  color: #7378d7;
  border-color: #7378d7;
}

.specialityList .studyplan-specialty-27 {
  border-left: 3px solid #7378d7;
}

.studyplan-specialty-27 .speciality-dropdown__header {
  background-color: #CCCDF0;
}

.studyplan-specialty-27 .speciality-dropdown__header:before {
  background-color: #7378d7;
}

.studyplan-specialty-27 .speciality-dropdown__day:before {
  background-color: #7378d7;
}

.studyplan-specialty-27 .speciality-dropdown__topic {
  color: #7378d7;
}

.studyplan-specialty-27 .complete-mark--colored {
  background-color: #CCCDF0;
}

.studyplan-specialty-28 {
  background-color: #E1EFEB;
}

.studyplan-specialty-28:before {
  background-color: #5cab91;
}

.studyplan-specialty-28.specialityItem {
  background-color: #E1EFEB;
}

.studyplan-specialty-28.specialityItem.selected,
.studyplan-specialty-28.specialityItem--loading,
.studyplan-specialty-28.specialityItem:hover {
  background-color: #C3E0D7;
}

.studyplan-specialty-28.specialityItem.selected {
  border: 2px solid #5cab91;
}

.studyplan-specialty-28.specialityItem > .exams {
  background-color: #E1EFEB;
}

.studyplan-specialty-28.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #5cab91;
}

.studyplan-specialty-28 .specialityItem__day:after {
  background-color: #5cab91;
}

.studyplan-specialty-28 .title {
  color: #5cab91;
}

.studyplan-specialty-28 .specialityNumber {
  color: #5cab91;
  border-color: #5cab91;
}

.specialityList .studyplan-specialty-28 {
  border-left: 3px solid #5cab91;
}

.studyplan-specialty-28 .speciality-dropdown__header {
  background-color: #C3E0D7;
}

.studyplan-specialty-28 .speciality-dropdown__header:before {
  background-color: #5cab91;
}

.studyplan-specialty-28 .speciality-dropdown__day:before {
  background-color: #5cab91;
}

.studyplan-specialty-28 .speciality-dropdown__topic {
  color: #5cab91;
}

.studyplan-specialty-28 .complete-mark--colored {
  background-color: #C3E0D7;
}

.studyplan-specialty-29 {
  background-color: #EBE0F8;
}

.studyplan-specialty-29:before {
  background-color: #9259dd;
}

.studyplan-specialty-29.specialityItem {
  background-color: #EBE0F8;
}

.studyplan-specialty-29.specialityItem.selected,
.studyplan-specialty-29.specialityItem--loading,
.studyplan-specialty-29.specialityItem:hover {
  background-color: #CDB3EF;
}

.studyplan-specialty-29.specialityItem.selected {
  border: 2px solid #9259dd;
}

.studyplan-specialty-29.specialityItem > .exams {
  background-color: #EBE0F8;
}

.studyplan-specialty-29.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #9259dd;
}

.studyplan-specialty-29 .specialityItem__day:after {
  background-color: #9259dd;
}

.studyplan-specialty-29 .title {
  color: #9259dd;
}

.studyplan-specialty-29 .specialityNumber {
  color: #9259dd;
  border-color: #9259dd;
}

.specialityList .studyplan-specialty-29 {
  border-left: 3px solid #9259dd;
}

.studyplan-specialty-29 .speciality-dropdown__header {
  background-color: #CDB3EF;
}

.studyplan-specialty-29 .speciality-dropdown__header:before {
  background-color: #9259dd;
}

.studyplan-specialty-29 .speciality-dropdown__day:before {
  background-color: #9259dd;
}

.studyplan-specialty-29 .speciality-dropdown__topic {
  color: #9259dd;
}

.studyplan-specialty-29 .complete-mark--colored {
  background-color: #CDB3EF;
}

.studyplan-specialty-123 {
  background-color: #FBF1D6;
}

.studyplan-specialty-123:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-123.specialityItem {
  background-color: #FBF1D6;
}

.studyplan-specialty-123.specialityItem.selected,
.studyplan-specialty-123.specialityItem--loading,
.studyplan-specialty-123.specialityItem:hover {
  background-color: #FAECC8;
}

.studyplan-specialty-123.specialityItem.selected {
  border: 2px solid #f2cc6a;
}

.studyplan-specialty-123.specialityItem > .exams {
  background-color: #FBF1D6;
}

.studyplan-specialty-123.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f2cc6a;
}

.studyplan-specialty-123 .specialityItem__day:after {
  background-color: #f2cc6a;
}

.studyplan-specialty-123 .title {
  color: #f2cc6a;
}

.studyplan-specialty-123 .specialityNumber {
  color: #f2cc6a;
  border-color: #f2cc6a;
}

.specialityList .studyplan-specialty-123 {
  border-left: 3px solid #f2cc6a;
}

.studyplan-specialty-123 .speciality-dropdown__header {
  background-color: #FAECC8;
}

.studyplan-specialty-123 .speciality-dropdown__header:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-123 .speciality-dropdown__day:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-123 .speciality-dropdown__topic {
  color: #f2cc6a;
}

.studyplan-specialty-123 .complete-mark--colored {
  background-color: #FAECC8;
}

.studyplan-specialty-101 {
  background-color: #DDC6E0;
}

.studyplan-specialty-101:before {
  background-color: #a264ab;
}

.studyplan-specialty-101.specialityItem {
  background-color: #DDC6E0;
}

.studyplan-specialty-101.specialityItem.selected,
.studyplan-specialty-101.specialityItem--loading,
.studyplan-specialty-101.specialityItem:hover {
  background-color: #D4B8D8;
}

.studyplan-specialty-101.specialityItem.selected {
  border: 2px solid #a264ab;
}

.studyplan-specialty-101.specialityItem > .exams {
  background-color: #DDC6E0;
}

.studyplan-specialty-101.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #a264ab;
}

.studyplan-specialty-101 .specialityItem__day:after {
  background-color: #a264ab;
}

.studyplan-specialty-101 .title {
  color: #a264ab;
}

.studyplan-specialty-101 .specialityNumber {
  color: #a264ab;
  border-color: #a264ab;
}

.specialityList .studyplan-specialty-101 {
  border-left: 3px solid #a264ab;
}

.studyplan-specialty-101 .speciality-dropdown__header {
  background-color: #D4B8D8;
}

.studyplan-specialty-101 .speciality-dropdown__header:before {
  background-color: #a264ab;
}

.studyplan-specialty-101 .speciality-dropdown__day:before {
  background-color: #a264ab;
}

.studyplan-specialty-101 .speciality-dropdown__topic {
  color: #a264ab;
}

.studyplan-specialty-101 .complete-mark--colored {
  background-color: #D4B8D8;
}

.studyplan-specialty-102 {
  background-color: #FBE7D5;
}

.studyplan-specialty-102:before {
  background-color: #f2a768;
}

.studyplan-specialty-102.specialityItem {
  background-color: #FBE7D5;
}

.studyplan-specialty-102.specialityItem.selected,
.studyplan-specialty-102.specialityItem--loading,
.studyplan-specialty-102.specialityItem:hover {
  background-color: #FADFC8;
}

.studyplan-specialty-102.specialityItem.selected {
  border: 2px solid #f2a768;
}

.studyplan-specialty-102.specialityItem > .exams {
  background-color: #FBE7D5;
}

.studyplan-specialty-102.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f2a768;
}

.studyplan-specialty-102 .specialityItem__day:after {
  background-color: #f2a768;
}

.studyplan-specialty-102 .title {
  color: #f2a768;
}

.studyplan-specialty-102 .specialityNumber {
  color: #f2a768;
  border-color: #f2a768;
}

.specialityList .studyplan-specialty-102 {
  border-left: 3px solid #f2a768;
}

.studyplan-specialty-102 .speciality-dropdown__header {
  background-color: #FADFC8;
}

.studyplan-specialty-102 .speciality-dropdown__header:before {
  background-color: #f2a768;
}

.studyplan-specialty-102 .speciality-dropdown__day:before {
  background-color: #f2a768;
}

.studyplan-specialty-102 .speciality-dropdown__topic {
  color: #f2a768;
}

.studyplan-specialty-102 .complete-mark--colored {
  background-color: #FADFC8;
}

.studyplan-specialty-103 {
  background-color: #FBD5D5;
}

.studyplan-specialty-103:before {
  background-color: #f26868;
}

.studyplan-specialty-103.specialityItem {
  background-color: #FBD5D5;
}

.studyplan-specialty-103.specialityItem.selected,
.studyplan-specialty-103.specialityItem--loading,
.studyplan-specialty-103.specialityItem:hover {
  background-color: #FAC8C8;
}

.studyplan-specialty-103.specialityItem.selected {
  border: 2px solid #f26868;
}

.studyplan-specialty-103.specialityItem > .exams {
  background-color: #FBD5D5;
}

.studyplan-specialty-103.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f26868;
}

.studyplan-specialty-103 .specialityItem__day:after {
  background-color: #f26868;
}

.studyplan-specialty-103 .title {
  color: #f26868;
}

.studyplan-specialty-103 .specialityNumber {
  color: #f26868;
  border-color: #f26868;
}

.specialityList .studyplan-specialty-103 {
  border-left: 3px solid #f26868;
}

.studyplan-specialty-103 .speciality-dropdown__header {
  background-color: #FAC8C8;
}

.studyplan-specialty-103 .speciality-dropdown__header:before {
  background-color: #f26868;
}

.studyplan-specialty-103 .speciality-dropdown__day:before {
  background-color: #f26868;
}

.studyplan-specialty-103 .speciality-dropdown__topic {
  color: #f26868;
}

.studyplan-specialty-103 .complete-mark--colored {
  background-color: #FAC8C8;
}

.studyplan-specialty-104 {
  background-color: #CDE6F7;
}

.studyplan-specialty-104:before {
  background-color: #49a5e5;
}

.studyplan-specialty-104.specialityItem {
  background-color: #CDE6F7;
}

.studyplan-specialty-104.specialityItem.selected,
.studyplan-specialty-104.specialityItem--loading,
.studyplan-specialty-104.specialityItem:hover {
  background-color: #BCDEF5;
}

.studyplan-specialty-104.specialityItem.selected {
  border: 2px solid #49a5e5;
}

.studyplan-specialty-104.specialityItem > .exams {
  background-color: #CDE6F7;
}

.studyplan-specialty-104.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #49a5e5;
}

.studyplan-specialty-104 .specialityItem__day:after {
  background-color: #49a5e5;
}

.studyplan-specialty-104 .title {
  color: #49a5e5;
}

.studyplan-specialty-104 .specialityNumber {
  color: #49a5e5;
  border-color: #49a5e5;
}

.specialityList .studyplan-specialty-104 {
  border-left: 3px solid #49a5e5;
}

.studyplan-specialty-104 .speciality-dropdown__header {
  background-color: #BCDEF5;
}

.studyplan-specialty-104 .speciality-dropdown__header:before {
  background-color: #49a5e5;
}

.studyplan-specialty-104 .speciality-dropdown__day:before {
  background-color: #49a5e5;
}

.studyplan-specialty-104 .speciality-dropdown__topic {
  color: #49a5e5;
}

.studyplan-specialty-104 .complete-mark--colored {
  background-color: #BCDEF5;
}

.studyplan-specialty-105 {
  background-color: #FDD4E1;
}

.studyplan-specialty-105:before {
  background-color: #f4165f;
}

.studyplan-specialty-105.specialityItem {
  background-color: #FDD4E1;
}

.studyplan-specialty-105.specialityItem.selected,
.studyplan-specialty-105.specialityItem--loading,
.studyplan-specialty-105.specialityItem:hover {
  background-color: #FBAAC4;
}

.studyplan-specialty-105.specialityItem.selected {
  border: 2px solid #f4165f;
}

.studyplan-specialty-105.specialityItem > .exams {
  background-color: #FDD4E1;
}

.studyplan-specialty-105.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f4165f;
}

.studyplan-specialty-105 .specialityItem__day:after {
  background-color: #f4165f;
}

.studyplan-specialty-105 .title {
  color: #f4165f;
}

.studyplan-specialty-105 .specialityNumber {
  color: #f4165f;
  border-color: #f4165f;
}

.specialityList .studyplan-specialty-105 {
  border-left: 3px solid #f4165f;
}

.studyplan-specialty-105 .speciality-dropdown__header {
  background-color: #FBAAC4;
}

.studyplan-specialty-105 .speciality-dropdown__header:before {
  background-color: #f4165f;
}

.studyplan-specialty-105 .speciality-dropdown__day:before {
  background-color: #f4165f;
}

.studyplan-specialty-105 .speciality-dropdown__topic {
  color: #f4165f;
}

.studyplan-specialty-105 .complete-mark--colored {
  background-color: #FBAAC4;
}

.studyplan-specialty-106 {
  background-color: #E2EAF9;
}

.studyplan-specialty-106:before {
  background-color: #608fde;
}

.studyplan-specialty-106.specialityItem {
  background-color: #E2EAF9;
}

.studyplan-specialty-106.specialityItem.selected,
.studyplan-specialty-106.specialityItem--loading,
.studyplan-specialty-106.specialityItem:hover {
  background-color: #C5D6F3;
}

.studyplan-specialty-106.specialityItem.selected {
  border: 2px solid #608fde;
}

.studyplan-specialty-106.specialityItem > .exams {
  background-color: #E2EAF9;
}

.studyplan-specialty-106.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #608fde;
}

.studyplan-specialty-106 .specialityItem__day:after {
  background-color: #608fde;
}

.studyplan-specialty-106 .title {
  color: #608fde;
}

.studyplan-specialty-106 .specialityNumber {
  color: #608fde;
  border-color: #608fde;
}

.specialityList .studyplan-specialty-106 {
  border-left: 3px solid #608fde;
}

.studyplan-specialty-106 .speciality-dropdown__header {
  background-color: #C5D6F3;
}

.studyplan-specialty-106 .speciality-dropdown__header:before {
  background-color: #608fde;
}

.studyplan-specialty-106 .speciality-dropdown__day:before {
  background-color: #608fde;
}

.studyplan-specialty-106 .speciality-dropdown__topic {
  color: #608fde;
}

.studyplan-specialty-106 .complete-mark--colored {
  background-color: #C5D6F3;
}

.studyplan-specialty-107 {
  background-color: #E8E5FA;
}

.studyplan-specialty-107:before {
  background-color: #8571e7;
}

.studyplan-specialty-107.specialityItem {
  background-color: #E8E5FA;
}

.studyplan-specialty-107.specialityItem.selected,
.studyplan-specialty-107.specialityItem--loading,
.studyplan-specialty-107.specialityItem:hover {
  background-color: #D2CBF6;
}

.studyplan-specialty-107.specialityItem.selected {
  border: 2px solid #8571e7;
}

.studyplan-specialty-107.specialityItem > .exams {
  background-color: #E8E5FA;
}

.studyplan-specialty-107.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #8571e7;
}

.studyplan-specialty-107 .specialityItem__day:after {
  background-color: #8571e7;
}

.studyplan-specialty-107 .title {
  color: #8571e7;
}

.studyplan-specialty-107 .specialityNumber {
  color: #8571e7;
  border-color: #8571e7;
}

.specialityList .studyplan-specialty-107 {
  border-left: 3px solid #8571e7;
}

.studyplan-specialty-107 .speciality-dropdown__header {
  background-color: #D2CBF6;
}

.studyplan-specialty-107 .speciality-dropdown__header:before {
  background-color: #8571e7;
}

.studyplan-specialty-107 .speciality-dropdown__day:before {
  background-color: #8571e7;
}

.studyplan-specialty-107 .speciality-dropdown__topic {
  color: #8571e7;
}

.studyplan-specialty-107 .complete-mark--colored {
  background-color: #D2CBF6;
}

.studyplan-specialty-108 {
  background-color: #FCF3E3;
}

.studyplan-specialty-108:before {
  background-color: #f1bf6a;
}

.studyplan-specialty-108.specialityItem {
  background-color: #FCF3E3;
}

.studyplan-specialty-108.specialityItem.selected,
.studyplan-specialty-108.specialityItem--loading,
.studyplan-specialty-108.specialityItem:hover {
  background-color: #F9E7C8;
}

.studyplan-specialty-108.specialityItem.selected {
  border: 2px solid #f1bf6a;
}

.studyplan-specialty-108.specialityItem > .exams {
  background-color: #FCF3E3;
}

.studyplan-specialty-108.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f1bf6a;
}

.studyplan-specialty-108 .specialityItem__day:after {
  background-color: #f1bf6a;
}

.studyplan-specialty-108 .title {
  color: #f1bf6a;
}

.studyplan-specialty-108 .specialityNumber {
  color: #f1bf6a;
  border-color: #f1bf6a;
}

.specialityList .studyplan-specialty-108 {
  border-left: 3px solid #f1bf6a;
}

.studyplan-specialty-108 .speciality-dropdown__header {
  background-color: #F9E7C8;
}

.studyplan-specialty-108 .speciality-dropdown__header:before {
  background-color: #f1bf6a;
}

.studyplan-specialty-108 .speciality-dropdown__day:before {
  background-color: #f1bf6a;
}

.studyplan-specialty-108 .speciality-dropdown__topic {
  color: #f1bf6a;
}

.studyplan-specialty-108 .complete-mark--colored {
  background-color: #F9E7C8;
}

.studyplan-specialty-109 {
  background-color: #FCEBE3;
}

.studyplan-specialty-109:before {
  background-color: #f19368;
}

.studyplan-specialty-109.specialityItem {
  background-color: #FCEBE3;
}

.studyplan-specialty-109.specialityItem.selected,
.studyplan-specialty-109.specialityItem--loading,
.studyplan-specialty-109.specialityItem:hover {
  background-color: #F9D7C8;
}

.studyplan-specialty-109.specialityItem.selected {
  border: 2px solid #f19368;
}

.studyplan-specialty-109.specialityItem > .exams {
  background-color: #FCEBE3;
}

.studyplan-specialty-109.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f19368;
}

.studyplan-specialty-109 .specialityItem__day:after {
  background-color: #f19368;
}

.studyplan-specialty-109 .title {
  color: #f19368;
}

.studyplan-specialty-109 .specialityNumber {
  color: #f19368;
  border-color: #f19368;
}

.specialityList .studyplan-specialty-109 {
  border-left: 3px solid #f19368;
}

.studyplan-specialty-109 .speciality-dropdown__header {
  background-color: #F9D7C8;
}

.studyplan-specialty-109 .speciality-dropdown__header:before {
  background-color: #f19368;
}

.studyplan-specialty-109 .speciality-dropdown__day:before {
  background-color: #f19368;
}

.studyplan-specialty-109 .speciality-dropdown__topic {
  color: #f19368;
}

.studyplan-specialty-109 .complete-mark--colored {
  background-color: #F9D7C8;
}

.studyplan-specialty-110 {
  background-color: #FDDFE3;
}

.studyplan-specialty-110:before {
  background-color: #f6516a;
}

.studyplan-specialty-110.specialityItem {
  background-color: #FDDFE3;
}

.studyplan-specialty-110.specialityItem.selected,
.studyplan-specialty-110.specialityItem--loading,
.studyplan-specialty-110.specialityItem:hover {
  background-color: #FBBFC8;
}

.studyplan-specialty-110.specialityItem.selected {
  border: 2px solid #f6516a;
}

.studyplan-specialty-110.specialityItem > .exams {
  background-color: #FDDFE3;
}

.studyplan-specialty-110.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f6516a;
}

.studyplan-specialty-110 .specialityItem__day:after {
  background-color: #f6516a;
}

.studyplan-specialty-110 .title {
  color: #f6516a;
}

.studyplan-specialty-110 .specialityNumber {
  color: #f6516a;
  border-color: #f6516a;
}

.specialityList .studyplan-specialty-110 {
  border-left: 3px solid #f6516a;
}

.studyplan-specialty-110 .speciality-dropdown__header {
  background-color: #FBBFC8;
}

.studyplan-specialty-110 .speciality-dropdown__header:before {
  background-color: #f6516a;
}

.studyplan-specialty-110 .speciality-dropdown__day:before {
  background-color: #f6516a;
}

.studyplan-specialty-110 .speciality-dropdown__topic {
  color: #f6516a;
}

.studyplan-specialty-110 .complete-mark--colored {
  background-color: #FBBFC8;
}

.studyplan-specialty-111 {
  background-color: #FCD9DF;
}

.studyplan-specialty-111:before {
  background-color: #f02e50;
}

.studyplan-specialty-111.specialityItem {
  background-color: #FCD9DF;
}

.studyplan-specialty-111.specialityItem.selected,
.studyplan-specialty-111.specialityItem--loading,
.studyplan-specialty-111.specialityItem:hover {
  background-color: #F9B3BF;
}

.studyplan-specialty-111.specialityItem.selected {
  border: 2px solid #f02e50;
}

.studyplan-specialty-111.specialityItem > .exams {
  background-color: #FCD9DF;
}

.studyplan-specialty-111.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f02e50;
}

.studyplan-specialty-111 .specialityItem__day:after {
  background-color: #f02e50;
}

.studyplan-specialty-111 .title {
  color: #f02e50;
}

.studyplan-specialty-111 .specialityNumber {
  color: #f02e50;
  border-color: #f02e50;
}

.specialityList .studyplan-specialty-111 {
  border-left: 3px solid #f02e50;
}

.studyplan-specialty-111 .speciality-dropdown__header {
  background-color: #F9B3BF;
}

.studyplan-specialty-111 .speciality-dropdown__header:before {
  background-color: #f02e50;
}

.studyplan-specialty-111 .speciality-dropdown__day:before {
  background-color: #f02e50;
}

.studyplan-specialty-111 .speciality-dropdown__topic {
  color: #f02e50;
}

.studyplan-specialty-111 .complete-mark--colored {
  background-color: #F9B3BF;
}

.studyplan-specialty-112 {
  background-color: #FDE9E2;
}

.studyplan-specialty-112:before {
  background-color: #f58961;
}

.studyplan-specialty-112.specialityItem {
  background-color: #FDE9E2;
}

.studyplan-specialty-112.specialityItem.selected,
.studyplan-specialty-112.specialityItem--loading,
.studyplan-specialty-112.specialityItem:hover {
  background-color: #FBD4C5;
}

.studyplan-specialty-112.specialityItem.selected {
  border: 2px solid #f58961;
}

.studyplan-specialty-112.specialityItem > .exams {
  background-color: #FDE9E2;
}

.studyplan-specialty-112.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f58961;
}

.studyplan-specialty-112 .specialityItem__day:after {
  background-color: #f58961;
}

.studyplan-specialty-112 .title {
  color: #f58961;
}

.studyplan-specialty-112 .specialityNumber {
  color: #f58961;
  border-color: #f58961;
}

.specialityList .studyplan-specialty-112 {
  border-left: 3px solid #f58961;
}

.studyplan-specialty-112 .speciality-dropdown__header {
  background-color: #FBD4C5;
}

.studyplan-specialty-112 .speciality-dropdown__header:before {
  background-color: #f58961;
}

.studyplan-specialty-112 .speciality-dropdown__day:before {
  background-color: #f58961;
}

.studyplan-specialty-112 .speciality-dropdown__topic {
  color: #f58961;
}

.studyplan-specialty-112 .complete-mark--colored {
  background-color: #FBD4C5;
}

.studyplan-specialty-113 {
  background-color: #E1EBF9;
}

.studyplan-specialty-113:before {
  background-color: #5f91e1;
}

.studyplan-specialty-113.specialityItem {
  background-color: #E1EBF9;
}

.studyplan-specialty-113.specialityItem.selected,
.studyplan-specialty-113.specialityItem--loading,
.studyplan-specialty-113.specialityItem:hover {
  background-color: #C4D7F4;
}

.studyplan-specialty-113.specialityItem.selected {
  border: 2px solid #5f91e1;
}

.studyplan-specialty-113.specialityItem > .exams {
  background-color: #E1EBF9;
}

.studyplan-specialty-113.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #5f91e1;
}

.studyplan-specialty-113 .specialityItem__day:after {
  background-color: #5f91e1;
}

.studyplan-specialty-113 .title {
  color: #5f91e1;
}

.studyplan-specialty-113 .specialityNumber {
  color: #5f91e1;
  border-color: #5f91e1;
}

.specialityList .studyplan-specialty-113 {
  border-left: 3px solid #5f91e1;
}

.studyplan-specialty-113 .speciality-dropdown__header {
  background-color: #C4D7F4;
}

.studyplan-specialty-113 .speciality-dropdown__header:before {
  background-color: #5f91e1;
}

.studyplan-specialty-113 .speciality-dropdown__day:before {
  background-color: #5f91e1;
}

.studyplan-specialty-113 .speciality-dropdown__topic {
  color: #5f91e1;
}

.studyplan-specialty-113 .complete-mark--colored {
  background-color: #C4D7F4;
}

.studyplan-specialty-114 {
  background-color: #FEDBDE;
}

.studyplan-specialty-114:before {
  background-color: #fd3e4a;
}

.studyplan-specialty-114.specialityItem {
  background-color: #FEDBDE;
}

.studyplan-specialty-114.specialityItem.selected,
.studyplan-specialty-114.specialityItem--loading,
.studyplan-specialty-114.specialityItem:hover {
  background-color: #FEB8BD;
}

.studyplan-specialty-114.specialityItem.selected {
  border: 2px solid #fd3e4a;
}

.studyplan-specialty-114.specialityItem > .exams {
  background-color: #FEDBDE;
}

.studyplan-specialty-114.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #fd3e4a;
}

.studyplan-specialty-114 .specialityItem__day:after {
  background-color: #fd3e4a;
}

.studyplan-specialty-114 .title {
  color: #fd3e4a;
}

.studyplan-specialty-114 .specialityNumber {
  color: #fd3e4a;
  border-color: #fd3e4a;
}

.specialityList .studyplan-specialty-114 {
  border-left: 3px solid #fd3e4a;
}

.studyplan-specialty-114 .speciality-dropdown__header {
  background-color: #FEB8BD;
}

.studyplan-specialty-114 .speciality-dropdown__header:before {
  background-color: #fd3e4a;
}

.studyplan-specialty-114 .speciality-dropdown__day:before {
  background-color: #fd3e4a;
}

.studyplan-specialty-114 .speciality-dropdown__topic {
  color: #fd3e4a;
}

.studyplan-specialty-114 .complete-mark--colored {
  background-color: #FEB8BD;
}

.studyplan-specialty-115 {
  background-color: #EBE0F8;
}

.studyplan-specialty-115:before {
  background-color: #9259dd;
}

.studyplan-specialty-115.specialityItem {
  background-color: #EBE0F8;
}

.studyplan-specialty-115.specialityItem.selected,
.studyplan-specialty-115.specialityItem--loading,
.studyplan-specialty-115.specialityItem:hover {
  background-color: #D7C2F2;
}

.studyplan-specialty-115.specialityItem.selected {
  border: 2px solid #9259dd;
}

.studyplan-specialty-115.specialityItem > .exams {
  background-color: #EBE0F8;
}

.studyplan-specialty-115.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #9259dd;
}

.studyplan-specialty-115 .specialityItem__day:after {
  background-color: #9259dd;
}

.studyplan-specialty-115 .title {
  color: #9259dd;
}

.studyplan-specialty-115 .specialityNumber {
  color: #9259dd;
  border-color: #9259dd;
}

.specialityList .studyplan-specialty-115 {
  border-left: 3px solid #9259dd;
}

.studyplan-specialty-115 .speciality-dropdown__header {
  background-color: #D7C2F2;
}

.studyplan-specialty-115 .speciality-dropdown__header:before {
  background-color: #9259dd;
}

.studyplan-specialty-115 .speciality-dropdown__day:before {
  background-color: #9259dd;
}

.studyplan-specialty-115 .speciality-dropdown__topic {
  color: #9259dd;
}

.studyplan-specialty-115 .complete-mark--colored {
  background-color: #D7C2F2;
}

.studyplan-specialty-116 {
  background-color: #EAE1F5;
}

.studyplan-specialty-116:before {
  background-color: #8c5ecc;
}

.studyplan-specialty-116.specialityItem {
  background-color: #EAE1F5;
}

.studyplan-specialty-116.specialityItem.selected,
.studyplan-specialty-116.specialityItem--loading,
.studyplan-specialty-116.specialityItem:hover {
  background-color: #D5C4EC;
}

.studyplan-specialty-116.specialityItem.selected {
  border: 2px solid #8c5ecc;
}

.studyplan-specialty-116.specialityItem > .exams {
  background-color: #EAE1F5;
}

.studyplan-specialty-116.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #8c5ecc;
}

.studyplan-specialty-116 .specialityItem__day:after {
  background-color: #8c5ecc;
}

.studyplan-specialty-116 .title {
  color: #8c5ecc;
}

.studyplan-specialty-116 .specialityNumber {
  color: #8c5ecc;
  border-color: #8c5ecc;
}

.specialityList .studyplan-specialty-116 {
  border-left: 3px solid #8c5ecc;
}

.studyplan-specialty-116 .speciality-dropdown__header {
  background-color: #D5C4EC;
}

.studyplan-specialty-116 .speciality-dropdown__header:before {
  background-color: #8c5ecc;
}

.studyplan-specialty-116 .speciality-dropdown__day:before {
  background-color: #8c5ecc;
}

.studyplan-specialty-116 .speciality-dropdown__topic {
  color: #8c5ecc;
}

.studyplan-specialty-116 .complete-mark--colored {
  background-color: #D5C4EC;
}

.studyplan-specialty-117 {
  background-color: #EEDDF7;
}

.studyplan-specialty-117:before {
  background-color: #a547d3;
}

.studyplan-specialty-117.specialityItem {
  background-color: #EEDDF7;
}

.studyplan-specialty-117.specialityItem.selected,
.studyplan-specialty-117.specialityItem--loading,
.studyplan-specialty-117.specialityItem:hover {
  background-color: #DEBCEF;
}

.studyplan-specialty-117.specialityItem.selected {
  border: 2px solid #a547d3;
}

.studyplan-specialty-117.specialityItem > .exams {
  background-color: #EEDDF7;
}

.studyplan-specialty-117.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #a547d3;
}

.studyplan-specialty-117 .specialityItem__day:after {
  background-color: #a547d3;
}

.studyplan-specialty-117 .title {
  color: #a547d3;
}

.studyplan-specialty-117 .specialityNumber {
  color: #a547d3;
  border-color: #a547d3;
}

.specialityList .studyplan-specialty-117 {
  border-left: 3px solid #a547d3;
}

.studyplan-specialty-117 .speciality-dropdown__header {
  background-color: #DEBCEF;
}

.studyplan-specialty-117 .speciality-dropdown__header:before {
  background-color: #a547d3;
}

.studyplan-specialty-117 .speciality-dropdown__day:before {
  background-color: #a547d3;
}

.studyplan-specialty-117 .speciality-dropdown__topic {
  color: #a547d3;
}

.studyplan-specialty-117 .complete-mark--colored {
  background-color: #DEBCEF;
}

.studyplan-specialty-118 {
  background-color: #E5E6F7;
}

.studyplan-specialty-118:before {
  background-color: #7378d7;
}

.studyplan-specialty-118.specialityItem {
  background-color: #E5E6F7;
}

.studyplan-specialty-118.specialityItem.selected,
.studyplan-specialty-118.specialityItem--loading,
.studyplan-specialty-118.specialityItem:hover {
  background-color: #CCCDF0;
}

.studyplan-specialty-118.specialityItem.selected {
  border: 2px solid #7378d7;
}

.studyplan-specialty-118.specialityItem > .exams {
  background-color: #E5E6F7;
}

.studyplan-specialty-118.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #7378d7;
}

.studyplan-specialty-118 .specialityItem__day:after {
  background-color: #7378d7;
}

.studyplan-specialty-118 .title {
  color: #7378d7;
}

.studyplan-specialty-118 .specialityNumber {
  color: #7378d7;
  border-color: #7378d7;
}

.specialityList .studyplan-specialty-118 {
  border-left: 3px solid #7378d7;
}

.studyplan-specialty-118 .speciality-dropdown__header {
  background-color: #CCCDF0;
}

.studyplan-specialty-118 .speciality-dropdown__header:before {
  background-color: #7378d7;
}

.studyplan-specialty-118 .speciality-dropdown__day:before {
  background-color: #7378d7;
}

.studyplan-specialty-118 .speciality-dropdown__topic {
  color: #7378d7;
}

.studyplan-specialty-118 .complete-mark--colored {
  background-color: #CCCDF0;
}

.studyplan-specialty-120 {
  background-color: #F8F0E0;
}

.studyplan-specialty-120:before {
  background-color: #daaf55;
}

.studyplan-specialty-120.specialityItem {
  background-color: #F8F0E0;
}

.studyplan-specialty-120.specialityItem.selected,
.studyplan-specialty-120.specialityItem--loading,
.studyplan-specialty-120.specialityItem:hover {
  background-color: #F1E1C1;
}

.studyplan-specialty-120.specialityItem.selected {
  border: 2px solid #daaf55;
}

.studyplan-specialty-120.specialityItem > .exams {
  background-color: #F8F0E0;
}

.studyplan-specialty-120.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #daaf55;
}

.studyplan-specialty-120 .specialityItem__day:after {
  background-color: #daaf55;
}

.studyplan-specialty-120 .title {
  color: #daaf55;
}

.studyplan-specialty-120 .specialityNumber {
  color: #daaf55;
  border-color: #daaf55;
}

.specialityList .studyplan-specialty-120 {
  border-left: 3px solid #daaf55;
}

.studyplan-specialty-120 .speciality-dropdown__header {
  background-color: #F1E1C1;
}

.studyplan-specialty-120 .speciality-dropdown__header:before {
  background-color: #daaf55;
}

.studyplan-specialty-120 .speciality-dropdown__day:before {
  background-color: #daaf55;
}

.studyplan-specialty-120 .speciality-dropdown__topic {
  color: #daaf55;
}

.studyplan-specialty-120 .complete-mark--colored {
  background-color: #F1E1C1;
}

.studyplan-specialty-124 {
  background-color: #EAEAEA;
}

.studyplan-specialty-124:before {
  background-color: #8d8d8d;
}

.studyplan-specialty-124.specialityItem {
  background-color: #EAEAEA;
}

.studyplan-specialty-124.specialityItem.selected,
.studyplan-specialty-124.specialityItem--loading,
.studyplan-specialty-124.specialityItem:hover {
  background-color: #D5D5D5;
}

.studyplan-specialty-124.specialityItem.selected {
  border: 2px solid #8d8d8d;
}

.studyplan-specialty-124.specialityItem > .exams {
  background-color: #EAEAEA;
}

.studyplan-specialty-124.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #8d8d8d;
}

.studyplan-specialty-124 .specialityItem__day:after {
  background-color: #8d8d8d;
}

.studyplan-specialty-124 .title {
  color: #8d8d8d;
}

.studyplan-specialty-124 .specialityNumber {
  color: #8d8d8d;
  border-color: #8d8d8d;
}

.specialityList .studyplan-specialty-124 {
  border-left: 3px solid #8d8d8d;
}

.studyplan-specialty-124 .speciality-dropdown__header {
  background-color: #D5D5D5;
}

.studyplan-specialty-124 .speciality-dropdown__header:before {
  background-color: #8d8d8d;
}

.studyplan-specialty-124 .speciality-dropdown__day:before {
  background-color: #8d8d8d;
}

.studyplan-specialty-124 .speciality-dropdown__topic {
  color: #8d8d8d;
}

.studyplan-specialty-124 .complete-mark--colored {
  background-color: #D5D5D5;
}

.studyplan-specialty-201 {
  background-color: #FCF3E3;
}

.studyplan-specialty-201:before {
  background-color: #f1bf6a;
}

.studyplan-specialty-201.specialityItem {
  background-color: #FCF3E3;
}

.studyplan-specialty-201.specialityItem.selected,
.studyplan-specialty-201.specialityItem--loading,
.studyplan-specialty-201.specialityItem:hover {
  background-color: #F9E7C8;
}

.studyplan-specialty-201.specialityItem.selected {
  border: 2px solid #f1bf6a;
}

.studyplan-specialty-201.specialityItem > .exams {
  background-color: #FCF3E3;
}

.studyplan-specialty-201.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f1bf6a;
}

.studyplan-specialty-201 .specialityItem__day:after {
  background-color: #f1bf6a;
}

.studyplan-specialty-201 .title {
  color: #f1bf6a;
}

.studyplan-specialty-201 .specialityNumber {
  color: #f1bf6a;
  border-color: #f1bf6a;
}

.specialityList .studyplan-specialty-201 {
  border-left: 3px solid #f1bf6a;
}

.studyplan-specialty-201 .speciality-dropdown__header {
  background-color: #F9E7C8;
}

.studyplan-specialty-201 .speciality-dropdown__header:before {
  background-color: #f1bf6a;
}

.studyplan-specialty-201 .speciality-dropdown__day:before {
  background-color: #f1bf6a;
}

.studyplan-specialty-201 .speciality-dropdown__topic {
  color: #f1bf6a;
}

.studyplan-specialty-201 .complete-mark--colored {
  background-color: #F9E7C8;
}

.studyplan-specialty-202 {
  background-color: #F8F0E0;
}

.studyplan-specialty-202:before {
  background-color: #daaf55;
}

.studyplan-specialty-202.specialityItem {
  background-color: #F8F0E0;
}

.studyplan-specialty-202.specialityItem.selected,
.studyplan-specialty-202.specialityItem--loading,
.studyplan-specialty-202.specialityItem:hover {
  background-color: #F1E1C1;
}

.studyplan-specialty-202.specialityItem.selected {
  border: 2px solid #daaf55;
}

.studyplan-specialty-202.specialityItem > .exams {
  background-color: #F8F0E0;
}

.studyplan-specialty-202.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #daaf55;
}

.studyplan-specialty-202 .specialityItem__day:after {
  background-color: #daaf55;
}

.studyplan-specialty-202 .title {
  color: #daaf55;
}

.studyplan-specialty-202 .specialityNumber {
  color: #daaf55;
  border-color: #daaf55;
}

.specialityList .studyplan-specialty-202 {
  border-left: 3px solid #daaf55;
}

.studyplan-specialty-202 .speciality-dropdown__header {
  background-color: #F1E1C1;
}

.studyplan-specialty-202 .speciality-dropdown__header:before {
  background-color: #daaf55;
}

.studyplan-specialty-202 .speciality-dropdown__day:before {
  background-color: #daaf55;
}

.studyplan-specialty-202 .speciality-dropdown__topic {
  color: #daaf55;
}

.studyplan-specialty-202 .complete-mark--colored {
  background-color: #F1E1C1;
}

.studyplan-specialty-203 {
  background-color: #FCEFE3;
}

.studyplan-specialty-203:before {
  background-color: #f2a768;
}

.studyplan-specialty-203.specialityItem {
  background-color: #FCEFE3;
}

.studyplan-specialty-203.specialityItem.selected,
.studyplan-specialty-203.specialityItem--loading,
.studyplan-specialty-203.specialityItem:hover {
  background-color: #FADFC8;
}

.studyplan-specialty-203.specialityItem.selected {
  border: 2px solid #f2a768;
}

.studyplan-specialty-203.specialityItem > .exams {
  background-color: #FCEFE3;
}

.studyplan-specialty-203.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f2a768;
}

.studyplan-specialty-203 .specialityItem__day:after {
  background-color: #f2a768;
}

.studyplan-specialty-203 .title {
  color: #f2a768;
}

.studyplan-specialty-203 .specialityNumber {
  color: #f2a768;
  border-color: #f2a768;
}

.specialityList .studyplan-specialty-203 {
  border-left: 3px solid #f2a768;
}

.studyplan-specialty-203 .speciality-dropdown__header {
  background-color: #FADFC8;
}

.studyplan-specialty-203 .speciality-dropdown__header:before {
  background-color: #f2a768;
}

.studyplan-specialty-203 .speciality-dropdown__day:before {
  background-color: #f2a768;
}

.studyplan-specialty-203 .speciality-dropdown__topic {
  color: #f2a768;
}

.studyplan-specialty-203 .complete-mark--colored {
  background-color: #FADFC8;
}

.studyplan-specialty-204 {
  background-color: #FCEBE3;
}

.studyplan-specialty-204:before {
  background-color: #f19368;
}

.studyplan-specialty-204.specialityItem {
  background-color: #FCEBE3;
}

.studyplan-specialty-204.specialityItem.selected,
.studyplan-specialty-204.specialityItem--loading,
.studyplan-specialty-204.specialityItem:hover {
  background-color: #F9D7C8;
}

.studyplan-specialty-204.specialityItem.selected {
  border: 2px solid #f19368;
}

.studyplan-specialty-204.specialityItem > .exams {
  background-color: #FCEBE3;
}

.studyplan-specialty-204.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f19368;
}

.studyplan-specialty-204 .specialityItem__day:after {
  background-color: #f19368;
}

.studyplan-specialty-204 .title {
  color: #f19368;
}

.studyplan-specialty-204 .specialityNumber {
  color: #f19368;
  border-color: #f19368;
}

.specialityList .studyplan-specialty-204 {
  border-left: 3px solid #f19368;
}

.studyplan-specialty-204 .speciality-dropdown__header {
  background-color: #F9D7C8;
}

.studyplan-specialty-204 .speciality-dropdown__header:before {
  background-color: #f19368;
}

.studyplan-specialty-204 .speciality-dropdown__day:before {
  background-color: #f19368;
}

.studyplan-specialty-204 .speciality-dropdown__topic {
  color: #f19368;
}

.studyplan-specialty-204 .complete-mark--colored {
  background-color: #F9D7C8;
}

.studyplan-specialty-205 {
  background-color: #FDE9E2;
}

.studyplan-specialty-205:before {
  background-color: #f58961;
}

.studyplan-specialty-205.specialityItem {
  background-color: #FDE9E2;
}

.studyplan-specialty-205.specialityItem.selected,
.studyplan-specialty-205.specialityItem--loading,
.studyplan-specialty-205.specialityItem:hover {
  background-color: #FBD4C5;
}

.studyplan-specialty-205.specialityItem.selected {
  border: 2px solid #f58961;
}

.studyplan-specialty-205.specialityItem > .exams {
  background-color: #FDE9E2;
}

.studyplan-specialty-205.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f58961;
}

.studyplan-specialty-205 .specialityItem__day:after {
  background-color: #f58961;
}

.studyplan-specialty-205 .title {
  color: #f58961;
}

.studyplan-specialty-205 .specialityNumber {
  color: #f58961;
  border-color: #f58961;
}

.specialityList .studyplan-specialty-205 {
  border-left: 3px solid #f58961;
}

.studyplan-specialty-205 .speciality-dropdown__header {
  background-color: #FBD4C5;
}

.studyplan-specialty-205 .speciality-dropdown__header:before {
  background-color: #f58961;
}

.studyplan-specialty-205 .speciality-dropdown__day:before {
  background-color: #f58961;
}

.studyplan-specialty-205 .speciality-dropdown__topic {
  color: #f58961;
}

.studyplan-specialty-205 .complete-mark--colored {
  background-color: #FBD4C5;
}

.studyplan-specialty-206 {
  background-color: #FDDFE3;
}

.studyplan-specialty-206:before {
  background-color: #f6516a;
}

.studyplan-specialty-206.specialityItem {
  background-color: #FDDFE3;
}

.studyplan-specialty-206.specialityItem.selected,
.studyplan-specialty-206.specialityItem--loading,
.studyplan-specialty-206.specialityItem:hover {
  background-color: #FBBFC8;
}

.studyplan-specialty-206.specialityItem.selected {
  border: 2px solid #f6516a;
}

.studyplan-specialty-206.specialityItem > .exams {
  background-color: #FDDFE3;
}

.studyplan-specialty-206.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f6516a;
}

.studyplan-specialty-206 .specialityItem__day:after {
  background-color: #f6516a;
}

.studyplan-specialty-206 .title {
  color: #f6516a;
}

.studyplan-specialty-206 .specialityNumber {
  color: #f6516a;
  border-color: #f6516a;
}

.specialityList .studyplan-specialty-206 {
  border-left: 3px solid #f6516a;
}

.studyplan-specialty-206 .speciality-dropdown__header {
  background-color: #FBBFC8;
}

.studyplan-specialty-206 .speciality-dropdown__header:before {
  background-color: #f6516a;
}

.studyplan-specialty-206 .speciality-dropdown__day:before {
  background-color: #f6516a;
}

.studyplan-specialty-206 .speciality-dropdown__topic {
  color: #f6516a;
}

.studyplan-specialty-206 .complete-mark--colored {
  background-color: #FBBFC8;
}

.studyplan-specialty-207 {
  background-color: #FEDBDE;
}

.studyplan-specialty-207:before {
  background-color: #fd3e4a;
}

.studyplan-specialty-207.specialityItem {
  background-color: #FEDBDE;
}

.studyplan-specialty-207.specialityItem.selected,
.studyplan-specialty-207.specialityItem--loading,
.studyplan-specialty-207.specialityItem:hover {
  background-color: #FEB8BD;
}

.studyplan-specialty-207.specialityItem.selected {
  border: 2px solid #fd3e4a;
}

.studyplan-specialty-207.specialityItem > .exams {
  background-color: #FEDBDE;
}

.studyplan-specialty-207.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #fd3e4a;
}

.studyplan-specialty-207 .specialityItem__day:after {
  background-color: #fd3e4a;
}

.studyplan-specialty-207 .title {
  color: #fd3e4a;
}

.studyplan-specialty-207 .specialityNumber {
  color: #fd3e4a;
  border-color: #fd3e4a;
}

.specialityList .studyplan-specialty-207 {
  border-left: 3px solid #fd3e4a;
}

.studyplan-specialty-207 .speciality-dropdown__header {
  background-color: #FEB8BD;
}

.studyplan-specialty-207 .speciality-dropdown__header:before {
  background-color: #fd3e4a;
}

.studyplan-specialty-207 .speciality-dropdown__day:before {
  background-color: #fd3e4a;
}

.studyplan-specialty-207 .speciality-dropdown__topic {
  color: #fd3e4a;
}

.studyplan-specialty-207 .complete-mark--colored {
  background-color: #FEB8BD;
}

.studyplan-specialty-208 {
  background-color: #FCD9DF;
}

.studyplan-specialty-208:before {
  background-color: #f02e50;
}

.studyplan-specialty-208.specialityItem {
  background-color: #FCD9DF;
}

.studyplan-specialty-208.specialityItem.selected,
.studyplan-specialty-208.specialityItem--loading,
.studyplan-specialty-208.specialityItem:hover {
  background-color: #F9B3BF;
}

.studyplan-specialty-208.specialityItem.selected {
  border: 2px solid #f02e50;
}

.studyplan-specialty-208.specialityItem > .exams {
  background-color: #FCD9DF;
}

.studyplan-specialty-208.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f02e50;
}

.studyplan-specialty-208 .specialityItem__day:after {
  background-color: #f02e50;
}

.studyplan-specialty-208 .title {
  color: #f02e50;
}

.studyplan-specialty-208 .specialityNumber {
  color: #f02e50;
  border-color: #f02e50;
}

.specialityList .studyplan-specialty-208 {
  border-left: 3px solid #f02e50;
}

.studyplan-specialty-208 .speciality-dropdown__header {
  background-color: #F9B3BF;
}

.studyplan-specialty-208 .speciality-dropdown__header:before {
  background-color: #f02e50;
}

.studyplan-specialty-208 .speciality-dropdown__day:before {
  background-color: #f02e50;
}

.studyplan-specialty-208 .speciality-dropdown__topic {
  color: #f02e50;
}

.studyplan-specialty-208 .complete-mark--colored {
  background-color: #F9B3BF;
}

.studyplan-specialty-209 {
  background-color: #E1EBF9;
}

.studyplan-specialty-209:before {
  background-color: #5f91e1;
}

.studyplan-specialty-209.specialityItem {
  background-color: #E1EBF9;
}

.studyplan-specialty-209.specialityItem.selected,
.studyplan-specialty-209.specialityItem--loading,
.studyplan-specialty-209.specialityItem:hover {
  background-color: #C4D7F4;
}

.studyplan-specialty-209.specialityItem.selected {
  border: 2px solid #5f91e1;
}

.studyplan-specialty-209.specialityItem > .exams {
  background-color: #E1EBF9;
}

.studyplan-specialty-209.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #5f91e1;
}

.studyplan-specialty-209 .specialityItem__day:after {
  background-color: #5f91e1;
}

.studyplan-specialty-209 .title {
  color: #5f91e1;
}

.studyplan-specialty-209 .specialityNumber {
  color: #5f91e1;
  border-color: #5f91e1;
}

.specialityList .studyplan-specialty-209 {
  border-left: 3px solid #5f91e1;
}

.studyplan-specialty-209 .speciality-dropdown__header {
  background-color: #C4D7F4;
}

.studyplan-specialty-209 .speciality-dropdown__header:before {
  background-color: #5f91e1;
}

.studyplan-specialty-209 .speciality-dropdown__day:before {
  background-color: #5f91e1;
}

.studyplan-specialty-209 .speciality-dropdown__topic {
  color: #5f91e1;
}

.studyplan-specialty-209 .complete-mark--colored {
  background-color: #C4D7F4;
}

.studyplan-specialty-210 {
  background-color: #E5E6F7;
}

.studyplan-specialty-210:before {
  background-color: #7378d7;
}

.studyplan-specialty-210.specialityItem {
  background-color: #E5E6F7;
}

.studyplan-specialty-210.specialityItem.selected,
.studyplan-specialty-210.specialityItem--loading,
.studyplan-specialty-210.specialityItem:hover {
  background-color: #CCCDF0;
}

.studyplan-specialty-210.specialityItem.selected {
  border: 2px solid #7378d7;
}

.studyplan-specialty-210.specialityItem > .exams {
  background-color: #E5E6F7;
}

.studyplan-specialty-210.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #7378d7;
}

.studyplan-specialty-210 .specialityItem__day:after {
  background-color: #7378d7;
}

.studyplan-specialty-210 .title {
  color: #7378d7;
}

.studyplan-specialty-210 .specialityNumber {
  color: #7378d7;
  border-color: #7378d7;
}

.specialityList .studyplan-specialty-210 {
  border-left: 3px solid #7378d7;
}

.studyplan-specialty-210 .speciality-dropdown__header {
  background-color: #CCCDF0;
}

.studyplan-specialty-210 .speciality-dropdown__header:before {
  background-color: #7378d7;
}

.studyplan-specialty-210 .speciality-dropdown__day:before {
  background-color: #7378d7;
}

.studyplan-specialty-210 .speciality-dropdown__topic {
  color: #7378d7;
}

.studyplan-specialty-210 .complete-mark--colored {
  background-color: #CCCDF0;
}

.studyplan-specialty-211 {
  background-color: #EBE0F8;
}

.studyplan-specialty-211:before {
  background-color: #9259dd;
}

.studyplan-specialty-211.specialityItem {
  background-color: #EBE0F8;
}

.studyplan-specialty-211.specialityItem.selected,
.studyplan-specialty-211.specialityItem--loading,
.studyplan-specialty-211.specialityItem:hover {
  background-color: #D7C2F2;
}

.studyplan-specialty-211.specialityItem.selected {
  border: 2px solid #9259dd;
}

.studyplan-specialty-211.specialityItem > .exams {
  background-color: #EBE0F8;
}

.studyplan-specialty-211.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #9259dd;
}

.studyplan-specialty-211 .specialityItem__day:after {
  background-color: #9259dd;
}

.studyplan-specialty-211 .title {
  color: #9259dd;
}

.studyplan-specialty-211 .specialityNumber {
  color: #9259dd;
  border-color: #9259dd;
}

.specialityList .studyplan-specialty-211 {
  border-left: 3px solid #9259dd;
}

.studyplan-specialty-211 .speciality-dropdown__header {
  background-color: #D7C2F2;
}

.studyplan-specialty-211 .speciality-dropdown__header:before {
  background-color: #9259dd;
}

.studyplan-specialty-211 .speciality-dropdown__day:before {
  background-color: #9259dd;
}

.studyplan-specialty-211 .speciality-dropdown__topic {
  color: #9259dd;
}

.studyplan-specialty-211 .complete-mark--colored {
  background-color: #D7C2F2;
}

.studyplan-specialty-212 {
  background-color: #F8D2DC;
}

.studyplan-specialty-212:before {
  background-color: #dd093f;
}

.studyplan-specialty-212.specialityItem {
  background-color: #F8D2DC;
}

.studyplan-specialty-212.specialityItem.selected,
.studyplan-specialty-212.specialityItem--loading,
.studyplan-specialty-212.specialityItem:hover {
  background-color: #F2A5B9;
}

.studyplan-specialty-212.specialityItem.selected {
  border: 2px solid #dd093f;
}

.studyplan-specialty-212.specialityItem > .exams {
  background-color: #F8D2DC;
}

.studyplan-specialty-212.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #dd093f;
}

.studyplan-specialty-212 .specialityItem__day:after {
  background-color: #dd093f;
}

.studyplan-specialty-212 .title {
  color: #dd093f;
}

.studyplan-specialty-212 .specialityNumber {
  color: #dd093f;
  border-color: #dd093f;
}

.specialityList .studyplan-specialty-212 {
  border-left: 3px solid #dd093f;
}

.studyplan-specialty-212 .speciality-dropdown__header {
  background-color: #F2A5B9;
}

.studyplan-specialty-212 .speciality-dropdown__header:before {
  background-color: #dd093f;
}

.studyplan-specialty-212 .speciality-dropdown__day:before {
  background-color: #dd093f;
}

.studyplan-specialty-212 .speciality-dropdown__topic {
  color: #dd093f;
}

.studyplan-specialty-212 .complete-mark--colored {
  background-color: #F2A5B9;
}

.studyplan-specialty-213 {
  background-color: #EEDDF7;
}

.studyplan-specialty-213:before {
  background-color: #a547d3;
}

.studyplan-specialty-213.specialityItem {
  background-color: #EEDDF7;
}

.studyplan-specialty-213.specialityItem.selected,
.studyplan-specialty-213.specialityItem--loading,
.studyplan-specialty-213.specialityItem:hover {
  background-color: #DEBCEF;
}

.studyplan-specialty-213.specialityItem.selected {
  border: 2px solid #a547d3;
}

.studyplan-specialty-213.specialityItem > .exams {
  background-color: #EEDDF7;
}

.studyplan-specialty-213.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #a547d3;
}

.studyplan-specialty-213 .specialityItem__day:after {
  background-color: #a547d3;
}

.studyplan-specialty-213 .title {
  color: #a547d3;
}

.studyplan-specialty-213 .specialityNumber {
  color: #a547d3;
  border-color: #a547d3;
}

.specialityList .studyplan-specialty-213 {
  border-left: 3px solid #a547d3;
}

.studyplan-specialty-213 .speciality-dropdown__header {
  background-color: #DEBCEF;
}

.studyplan-specialty-213 .speciality-dropdown__header:before {
  background-color: #a547d3;
}

.studyplan-specialty-213 .speciality-dropdown__day:before {
  background-color: #a547d3;
}

.studyplan-specialty-213 .speciality-dropdown__topic {
  color: #a547d3;
}

.studyplan-specialty-213 .complete-mark--colored {
  background-color: #DEBCEF;
}

.studyplan-specialty-214 {
  background-color: #EEDEFA;
}

.studyplan-specialty-214:before {
  background-color: #a54de5;
}

.studyplan-specialty-214.specialityItem {
  background-color: #EEDEFA;
}

.studyplan-specialty-214.specialityItem.selected,
.studyplan-specialty-214.specialityItem--loading,
.studyplan-specialty-214.specialityItem:hover {
  background-color: #DEBEF5;
}

.studyplan-specialty-214.specialityItem.selected {
  border: 2px solid #a54de5;
}

.studyplan-specialty-214.specialityItem > .exams {
  background-color: #EEDEFA;
}

.studyplan-specialty-214.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #a54de5;
}

.studyplan-specialty-214 .specialityItem__day:after {
  background-color: #a54de5;
}

.studyplan-specialty-214 .title {
  color: #a54de5;
}

.studyplan-specialty-214 .specialityNumber {
  color: #a54de5;
  border-color: #a54de5;
}

.specialityList .studyplan-specialty-214 {
  border-left: 3px solid #a54de5;
}

.studyplan-specialty-214 .speciality-dropdown__header {
  background-color: #DEBEF5;
}

.studyplan-specialty-214 .speciality-dropdown__header:before {
  background-color: #a54de5;
}

.studyplan-specialty-214 .speciality-dropdown__day:before {
  background-color: #a54de5;
}

.studyplan-specialty-214 .speciality-dropdown__topic {
  color: #a54de5;
}

.studyplan-specialty-214 .complete-mark--colored {
  background-color: #DEBEF5;
}

.studyplan-specialty-215 {
  background-color: #F1DAF8;
}

.studyplan-specialty-215:before {
  background-color: #b434dd;
}

.studyplan-specialty-215.specialityItem {
  background-color: #F1DAF8;
}

.studyplan-specialty-215.specialityItem.selected,
.studyplan-specialty-215.specialityItem--loading,
.studyplan-specialty-215.specialityItem:hover {
  background-color: #E3B5F2;
}

.studyplan-specialty-215.specialityItem.selected {
  border: 2px solid #b434dd;
}

.studyplan-specialty-215.specialityItem > .exams {
  background-color: #F1DAF8;
}

.studyplan-specialty-215.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #b434dd;
}

.studyplan-specialty-215 .specialityItem__day:after {
  background-color: #b434dd;
}

.studyplan-specialty-215 .title {
  color: #b434dd;
}

.studyplan-specialty-215 .specialityNumber {
  color: #b434dd;
  border-color: #b434dd;
}

.specialityList .studyplan-specialty-215 {
  border-left: 3px solid #b434dd;
}

.studyplan-specialty-215 .speciality-dropdown__header {
  background-color: #E3B5F2;
}

.studyplan-specialty-215 .speciality-dropdown__header:before {
  background-color: #b434dd;
}

.studyplan-specialty-215 .speciality-dropdown__day:before {
  background-color: #b434dd;
}

.studyplan-specialty-215 .speciality-dropdown__topic {
  color: #b434dd;
}

.studyplan-specialty-215 .complete-mark--colored {
  background-color: #E3B5F2;
}

.studyplan-specialty-216 {
  background-color: #F1DEF0;
}

.studyplan-specialty-216:before {
  background-color: #b74db0;
}

.studyplan-specialty-216.specialityItem {
  background-color: #F1DEF0;
}

.studyplan-specialty-216.specialityItem.selected,
.studyplan-specialty-216.specialityItem--loading,
.studyplan-specialty-216.specialityItem:hover {
  background-color: #E4BEE2;
}

.studyplan-specialty-216.specialityItem.selected {
  border: 2px solid #b74db0;
}

.studyplan-specialty-216.specialityItem > .exams {
  background-color: #F1DEF0;
}

.studyplan-specialty-216.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #b74db0;
}

.studyplan-specialty-216 .specialityItem__day:after {
  background-color: #b74db0;
}

.studyplan-specialty-216 .title {
  color: #b74db0;
}

.studyplan-specialty-216 .specialityNumber {
  color: #b74db0;
  border-color: #b74db0;
}

.specialityList .studyplan-specialty-216 {
  border-left: 3px solid #b74db0;
}

.studyplan-specialty-216 .speciality-dropdown__header {
  background-color: #E4BEE2;
}

.studyplan-specialty-216 .speciality-dropdown__header:before {
  background-color: #b74db0;
}

.studyplan-specialty-216 .speciality-dropdown__day:before {
  background-color: #b74db0;
}

.studyplan-specialty-216 .speciality-dropdown__topic {
  color: #b74db0;
}

.studyplan-specialty-216 .complete-mark--colored {
  background-color: #E4BEE2;
}

.studyplan-specialty-217 {
  background-color: #F5D5FB;
}

.studyplan-specialty-217:before {
  background-color: #cd19e9;
}

.studyplan-specialty-217.specialityItem {
  background-color: #F5D5FB;
}

.studyplan-specialty-217.specialityItem.selected,
.studyplan-specialty-217.specialityItem--loading,
.studyplan-specialty-217.specialityItem:hover {
  background-color: #ECABF7;
}

.studyplan-specialty-217.specialityItem.selected {
  border: 2px solid #cd19e9;
}

.studyplan-specialty-217.specialityItem > .exams {
  background-color: #F5D5FB;
}

.studyplan-specialty-217.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #cd19e9;
}

.studyplan-specialty-217 .specialityItem__day:after {
  background-color: #cd19e9;
}

.studyplan-specialty-217 .title {
  color: #cd19e9;
}

.studyplan-specialty-217 .specialityNumber {
  color: #cd19e9;
  border-color: #cd19e9;
}

.specialityList .studyplan-specialty-217 {
  border-left: 3px solid #cd19e9;
}

.studyplan-specialty-217 .speciality-dropdown__header {
  background-color: #ECABF7;
}

.studyplan-specialty-217 .speciality-dropdown__header:before {
  background-color: #cd19e9;
}

.studyplan-specialty-217 .speciality-dropdown__day:before {
  background-color: #cd19e9;
}

.studyplan-specialty-217 .speciality-dropdown__topic {
  color: #cd19e9;
}

.studyplan-specialty-217 .complete-mark--colored {
  background-color: #ECABF7;
}

.studyplan-specialty-218 {
  background-color: #E6EDEC;
}

.studyplan-specialty-218:before {
  background-color: #779d97;
}

.studyplan-specialty-218.specialityItem {
  background-color: #E6EDEC;
}

.studyplan-specialty-218.specialityItem.selected,
.studyplan-specialty-218.specialityItem--loading,
.studyplan-specialty-218.specialityItem:hover {
  background-color: #CDDBD9;
}

.studyplan-specialty-218.specialityItem.selected {
  border: 2px solid #779d97;
}

.studyplan-specialty-218.specialityItem > .exams {
  background-color: #E6EDEC;
}

.studyplan-specialty-218.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #779d97;
}

.studyplan-specialty-218 .specialityItem__day:after {
  background-color: #779d97;
}

.studyplan-specialty-218 .title {
  color: #779d97;
}

.studyplan-specialty-218 .specialityNumber {
  color: #779d97;
  border-color: #779d97;
}

.specialityList .studyplan-specialty-218 {
  border-left: 3px solid #779d97;
}

.studyplan-specialty-218 .speciality-dropdown__header {
  background-color: #CDDBD9;
}

.studyplan-specialty-218 .speciality-dropdown__header:before {
  background-color: #779d97;
}

.studyplan-specialty-218 .speciality-dropdown__day:before {
  background-color: #779d97;
}

.studyplan-specialty-218 .speciality-dropdown__topic {
  color: #779d97;
}

.studyplan-specialty-218 .complete-mark--colored {
  background-color: #CDDBD9;
}

.studyplan-specialty-219 {
  background-color: #E4EBDF;
}

.studyplan-specialty-219:before {
  background-color: #6e924f;
}

.studyplan-specialty-219.specialityItem {
  background-color: #E4EBDF;
}

.studyplan-specialty-219.specialityItem.selected,
.studyplan-specialty-219.specialityItem--loading,
.studyplan-specialty-219.specialityItem:hover {
  background-color: #CAD7BF;
}

.studyplan-specialty-219.specialityItem.selected {
  border: 2px solid #6e924f;
}

.studyplan-specialty-219.specialityItem > .exams {
  background-color: #E4EBDF;
}

.studyplan-specialty-219.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #6e924f;
}

.studyplan-specialty-219 .specialityItem__day:after {
  background-color: #6e924f;
}

.studyplan-specialty-219 .title {
  color: #6e924f;
}

.studyplan-specialty-219 .specialityNumber {
  color: #6e924f;
  border-color: #6e924f;
}

.specialityList .studyplan-specialty-219 {
  border-left: 3px solid #6e924f;
}

.studyplan-specialty-219 .speciality-dropdown__header {
  background-color: #CAD7BF;
}

.studyplan-specialty-219 .speciality-dropdown__header:before {
  background-color: #6e924f;
}

.studyplan-specialty-219 .speciality-dropdown__day:before {
  background-color: #6e924f;
}

.studyplan-specialty-219 .speciality-dropdown__topic {
  color: #6e924f;
}

.studyplan-specialty-219 .complete-mark--colored {
  background-color: #CAD7BF;
}

.studyplan-specialty-220 {
  background-color: #F6D3F5;
}

.studyplan-specialty-220:before {
  background-color: #d10ecd;
}

.studyplan-specialty-220.specialityItem {
  background-color: #F6D3F5;
}

.studyplan-specialty-220.specialityItem.selected,
.studyplan-specialty-220.specialityItem--loading,
.studyplan-specialty-220.specialityItem:hover {
  background-color: #EEA7EC;
}

.studyplan-specialty-220.specialityItem.selected {
  border: 2px solid #d10ecd;
}

.studyplan-specialty-220.specialityItem > .exams {
  background-color: #F6D3F5;
}

.studyplan-specialty-220.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #d10ecd;
}

.studyplan-specialty-220 .specialityItem__day:after {
  background-color: #d10ecd;
}

.studyplan-specialty-220 .title {
  color: #d10ecd;
}

.studyplan-specialty-220 .specialityNumber {
  color: #d10ecd;
  border-color: #d10ecd;
}

.specialityList .studyplan-specialty-220 {
  border-left: 3px solid #d10ecd;
}

.studyplan-specialty-220 .speciality-dropdown__header {
  background-color: #EEA7EC;
}

.studyplan-specialty-220 .speciality-dropdown__header:before {
  background-color: #d10ecd;
}

.studyplan-specialty-220 .speciality-dropdown__day:before {
  background-color: #d10ecd;
}

.studyplan-specialty-220 .speciality-dropdown__topic {
  color: #d10ecd;
}

.studyplan-specialty-220 .complete-mark--colored {
  background-color: #EEA7EC;
}

.studyplan-specialty-222 {
  background-color: #FCF5E3;
}

.studyplan-specialty-222:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-222.specialityItem {
  background-color: #FCF5E3;
}

.studyplan-specialty-222.specialityItem.selected,
.studyplan-specialty-222.specialityItem--loading,
.studyplan-specialty-222.specialityItem:hover {
  background-color: #FAECC8;
}

.studyplan-specialty-222.specialityItem.selected {
  border: 2px solid #f2cc6a;
}

.studyplan-specialty-222.specialityItem > .exams {
  background-color: #FCF5E3;
}

.studyplan-specialty-222.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f2cc6a;
}

.studyplan-specialty-222 .specialityItem__day:after {
  background-color: #f2cc6a;
}

.studyplan-specialty-222 .title {
  color: #f2cc6a;
}

.studyplan-specialty-222 .specialityNumber {
  color: #f2cc6a;
  border-color: #f2cc6a;
}

.specialityList .studyplan-specialty-222 {
  border-left: 3px solid #f2cc6a;
}

.studyplan-specialty-222 .speciality-dropdown__header {
  background-color: #FAECC8;
}

.studyplan-specialty-222 .speciality-dropdown__header:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-222 .speciality-dropdown__day:before {
  background-color: #f2cc6a;
}

.studyplan-specialty-222 .speciality-dropdown__topic {
  color: #f2cc6a;
}

.studyplan-specialty-222 .complete-mark--colored {
  background-color: #FAECC8;
}

.studyplan-specialty-223 {
  background-color: #FCE3E3;
}

.studyplan-specialty-223:before {
  background-color: #f26868;
}

.studyplan-specialty-223.specialityItem {
  background-color: #FCE3E3;
}

.studyplan-specialty-223.specialityItem.selected,
.studyplan-specialty-223.specialityItem--loading,
.studyplan-specialty-223.specialityItem:hover {
  background-color: #FAC8C8;
}

.studyplan-specialty-223.specialityItem.selected {
  border: 2px solid #f26868;
}

.studyplan-specialty-223.specialityItem > .exams {
  background-color: #FCE3E3;
}

.studyplan-specialty-223.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #f26868;
}

.studyplan-specialty-223 .specialityItem__day:after {
  background-color: #f26868;
}

.studyplan-specialty-223 .title {
  color: #f26868;
}

.studyplan-specialty-223 .specialityNumber {
  color: #f26868;
  border-color: #f26868;
}

.specialityList .studyplan-specialty-223 {
  border-left: 3px solid #f26868;
}

.studyplan-specialty-223 .speciality-dropdown__header {
  background-color: #FAC8C8;
}

.studyplan-specialty-223 .speciality-dropdown__header:before {
  background-color: #f26868;
}

.studyplan-specialty-223 .speciality-dropdown__day:before {
  background-color: #f26868;
}

.studyplan-specialty-223 .speciality-dropdown__topic {
  color: #f26868;
}

.studyplan-specialty-223 .complete-mark--colored {
  background-color: #FAC8C8;
}

.studyplan-specialty-224 {
  background-color: #EAEAEA;
}

.studyplan-specialty-224:before {
  background-color: #8d8d8d;
}

.studyplan-specialty-224.specialityItem {
  background-color: #EAEAEA;
}

.studyplan-specialty-224.specialityItem.selected,
.studyplan-specialty-224.specialityItem--loading,
.studyplan-specialty-224.specialityItem:hover {
  background-color: #D5D5D5;
}

.studyplan-specialty-224.specialityItem.selected {
  border: 2px solid #8d8d8d;
}

.studyplan-specialty-224.specialityItem > .exams {
  background-color: #EAEAEA;
}

.studyplan-specialty-224.speciality-dropdown__wrapper--open .speciality-dropdown__header {
  background-color: #8d8d8d;
}

.studyplan-specialty-224 .specialityItem__day:after {
  background-color: #8d8d8d;
}

.studyplan-specialty-224 .title {
  color: #8d8d8d;
}

.studyplan-specialty-224 .specialityNumber {
  color: #8d8d8d;
  border-color: #8d8d8d;
}

.specialityList .studyplan-specialty-224 {
  border-left: 3px solid #8d8d8d;
}

.studyplan-specialty-224 .speciality-dropdown__header {
  background-color: #D5D5D5;
}

.studyplan-specialty-224 .speciality-dropdown__header:before {
  background-color: #8d8d8d;
}

.studyplan-specialty-224 .speciality-dropdown__day:before {
  background-color: #8d8d8d;
}

.studyplan-specialty-224 .speciality-dropdown__topic {
  color: #8d8d8d;
}

.studyplan-specialty-224 .complete-mark--colored {
  background-color: #D5D5D5;
}

.studyplan-specialty--list {
  background-color: transparent;
}

.studyplan-specialty--list .specialityItem--dropdown {
  background-color: transparent;
}

.studyplan-specialty--list .specialityItem--dropdown:hover {
  background-color: transparent;
}

.studyPlanCalendarHeader {
  position: relative;
  padding: 0px 15px 0 5px;
  margin-bottom: 15px;
  background-color: #F9F9F9;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendarHeader {
    margin-top: 45px;
  }
}

.studyPlanCalendarHeader__link-edit-order {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7DA2DC;
  transition: color 0.2s ease;
  font-size: 14px;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.studyPlanCalendarHeader__link-edit-order:hover {
  text-decoration: none;
  color: #5f7ba6;
}

.studyPlanCalendarHeader__link-edit-order--hidden {
  opacity: 0;
  visibility: hidden;
}

.studyPlanCalendarHeader__link-edit-order .icon {
  position: relative;
  top: -1px;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 16px;
}

.studyPlanCalendarHeader--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
  background-color: transparent;
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendarHeader--simple {
    margin-top: 0;
  }
}

.studyPlanCalendarHeader--simple .month-switcher__today {
  position: relative;
  top: 7px;
  right: -15px;
  -webkit-transform: none;
  transform: none;
}

.studyPlanCalendarHeader--simple .study-plan-search-control {
  position: relative;
  left: -15px;
  top: 0;
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarHeader--simple .study-plan-search-control {
    top: 5px;
  }
}

.studyPlanCalendarHeader--hidden {
  display: none;
}

.month-switcher__switcher {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 250px;
  margin: 0 auto;
  padding: 5px 0;
}

@media only screen and (max-width: 1023px) {
  .month-switcher__switcher {
    width: 180px;
  }
}

.month-switcher__wrapper {
  position: relative;
  width: 160px;
  height: 30px;
  border: none;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.2s ease;
  cursor: pointer;
  outline: none;
}

.month-switcher__wrapper:hover {
  background-color: #EAEAEA;
}

.month-switcher__wrapper:hover .month-switcher__item-wrapper:before {
  visibility: visible;
  opacity: 1;
}

.month-switcher__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 16px;
  color: #395685;
  text-align: center;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.month-switcher__item--hidden {
  visibility: hidden;
  opacity: 0;
}

.month-switcher__item--right {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.month-switcher__item--left {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.month-switcher__item-wrapper {
  position: relative;
}

.month-switcher__item-wrapper:before {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  height: 0;
  width: 0;
  border-top: 5px solid #395685;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.month-switcher__item-wrapper:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  height: 0;
  width: 0;
  border-bottom: 5px solid #395685;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.month-switcher__control {
  position: relative;
  z-index: 1;
  height: 30px;
  width: 30px;
  border: none;
  background-color: transparent;
  transition: background-color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
  cursor: pointer;
}

.month-switcher__control:hover {
  background-color: #EAEAEA;
}

.month-switcher__control--disabled {
  opacity: 0;
  visibility: hidden;
}

.month-switcher__arrow {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
}

.month-switcher__arrow--left {
  left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.month-switcher__arrow--right {
  left: -3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.month-switcher__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 5;
  width: 160px;
  overflow: hidden;
  margin-left: -80px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  background-color: #F9F9F9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.month-switcher__dropdown--scroll {
  height: 150px;
}

.month-switcher__dropdown--visible {
  opacity: 1;
  visibility: visible;
}

.month-switcher__dropdown-item {
  display: block;
  width: 100%;
  padding: 7px 5px;
  border: 1px solid transparent;
  background-color: #F9F9F9;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.month-switcher__dropdown-item:hover {
  background-color: #EDF9FF;
}

.month-switcher__dropdown-item + .month-switcher__dropdown-item {
  border-top: 1px solid #EAEAEA;
}

.month-switcher__today {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7DA2DC;
  background-color: transparent;
  border: none;
  font-size: 14px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.month-switcher__today:hover {
  color: #6584b5;
}

@media only screen and (max-width: 599px) {
  .month-switcher__today {
    top: -20px;
    right: 0;
  }
}

.month-switcher__icon-today {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
  font-size: 20px;
}

.month-switcher__icon-today-day {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}

.month-switcher__today-text {
  vertical-align: middle;
}

.month-switcher--open:hover .month-switcher__item-wrapper:before {
  visibility: hidden;
  opacity: 0;
}

.month-switcher--open .month-switcher__item-wrapper:after {
  visibility: visible;
  opacity: 1;
}

.month-switcher--open .month-switcher__dropdown {
  visibility: visible;
  opacity: 1;
}

.studyPlanCalendarWrapper {
  position: relative;
  margin-bottom: 40px;
}

.studyPlanCalendarWrapper .days-of-week-item {
  text-transform: uppercase;
  color: #d8d8d8;
  width: 14.28%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  float: left;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarWrapper .days-of-week-item {
    font-size: 13px;
  }
}

.studyPlanCalendarWrapper .days-of-week::after {
  content: '';
  clear: both;
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendarWrapper .days-of-week {
    display: none;
  }
}

.studyPlanCalendar {
  position: relative;
  clear: both;
}

.studyPlanCalendar__week {
  font-size: 0;
}

.studyPlanCalendar__week--right {
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendar__week--right {
    text-align: left;
  }
}

.studyPlanCalendar__week.clearfix:after,
.studyPlanCalendar__week.clearfix:before {
  content: none;
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendar {
    margin-top: 10px;
  }
}

.studyPlanCalendar:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.tryRemoveDay {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px 0 0 0;
  color: #333;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tryRemoveDay:hover {
  background-color: #FFF;
  border-color: #888;
}

.removeDayConfirmation {
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
}

.removeDayConfirmation span {
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  padding: 4px;
  color: #333;
  border: 1px solid #ccc;
  float: right;
}

.removeDayConfirmation span :last-child {
  border-right: none;
  border-radius: 5px 0 0 0;
}

.removeDayConfirmation span :hover {
  background-color: #FFF;
  border-color: #888;
}

.removeSpecConfirmation {
  display: block;
}

.removeSpecAccept,
.removeSpecCancel {
  display: block;
  height: 25px;
  line-height: 25px;
}

.removeSpecAccept {
  line-height: 30px;
  border-bottom: 1px solid #FFF;
  border-radius: 0 10px 0 0;
}

.removeSpecCancel {
  border-radius: 0 0 10px 0;
}

.calendar-bg-0 {
  background-color: aquamarine;
}

.calendar-bg-1 {
  background-color: antiquewhite;
}

.calendar-bg-2 {
  background-color: azure;
}

.calendar-control-item-sign {
  font-size: 30px;
  display: block;
}

.specialityGroup {
  position: relative;
  height: 0;
}

.specialityGroup--hidden .specialityItem__wrapper {
  display: none;
}

.specialityGroup.additionalSpeciality .specialityItem {
  border-bottom: 3px solid #82a8e8;
}

@media only screen and (max-width: 599px) {
  .specialityGroup {
    clear: both;
  }

  .specialityGroup:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: white;
    bottom: 0;
  }

  .specialityGroup:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}

.additionalSpecialityBlock {
  position: absolute;
  z-index: -1;
  left: -8px;
  bottom: 21px;
  width: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  .additionalSpecialityBlock {
    display: none;
  }
}

.additionalSpecialityBlock li {
  display: block;
  height: 47px;
  width: 10px;
  border: 3px solid #82a8e8;
  border-bottom: none;
}

.additionalSpecialityBlock li:last-of-type {
  border-bottom: 3px solid #82a8e8;
}

.radial.taskPercent {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.radial.taskPercent .percentage {
  color: #5747A7;
}

.radial.taskPercent.tagged .percentage {
  top: 11px;
}

.radial.taskPercent .complete-mark {
  opacity: 0;
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #5747A7;
  border-radius: 100%;
  top: -6px;
  left: -6px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .radial.taskPercent .complete-mark {
    left: -4px;
  }
}

.radial.taskPercent .complete-mark--show {
  opacity: 1;
}

.radial.taskPercent .complete-mark--white {
  background-color: #ffffff;
}

.radial.taskPercent .complete-mark .icon {
  font-size: 8px;
  position: relative;
  top: 1px;
  left: 2px;
}

.studyplan-day-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .studyplan-day-item--exam {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 10px 15px 15px;
  }
}

.studyplan-day-item .item-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.studyplan-day-item .item-content div {
  font-size: 14px;
  margin-right: 5px;
}

.studyplan-day-item .item-content div:first-child {
  margin-right: 10px;
}

.studyplan-day-item .item-content div:last-child {
  margin-right: 0;
}

.studyplan-day-item .item-content .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 93%;
}

.studyplan-day-item .item-content .item-title--additional {
  color: #bababa;
}

.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels {
  position: relative;
}

.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 0 0;
}

.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels div input {
  width: 15px;
  margin: 0 5px 0 0;
}

.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels-select-all-button {
  background-color: #7CA2DC;
  border: 0;
  color: #fff;
  font-size: 14px;
  height: 28px;
  left: 470px;
  line-height: 28px;
  padding: 0 10px;
  position: absolute;
  top: -4px;
}

.studyplan-day-item .item-content .item-title .dashboardItem-pgyLevels .pgy-levels-select-all-button:hover {
  background-color: #7DA2DC;
}

.studyplan-day-item .item-content .item-title--inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 20px;
  margin-bottom: 0;
}

.studyplan-day-item .item-content .item-title--inputs div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.studyplan-day-item .item-content .item-title--inputs div input {
  height: 20px;
  width: 60px;
}

.studyplan-day-item .item-content .item-title--inputs div input[type=checkbox] {
  height: 15px;
  width: 15px;
}

.studyplan-day-item .item-content .item-title div {
  margin-bottom: 5px;
}

.studyplan-day-item .item-content .item-title div:last-child {
  margin-right: 0;
}

.studyplan-day-item .item-content .item-remove-link {
  background: transparent;
  background-position: center;
  position: absolute;
  top: 7px;
  right: 0;
  transition: color 0.2s ease;
  color: #c9c9c9;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.studyplan-day-item .item-content .item-remove-link:hover {
  color: #676767;
}

.studyplan-day-item.warned {
  background-color: #ffeaa2;
}

.studyplan-day-item.added {
  background-color: #d3f3c9;
}

.studyplan-day-item .specialty-progress {
  z-index: 1000;
}

.studyplan-day-item .item-exam-button {
  padding: 0 10px;
}

@media only screen and (max-width: 599px) {
  .studyplan-day-item .item-exam-button {
    margin-top: 10px;
  }
}

.studyplan-day-item .item-exam-button.review {
  background-color: #f9f9f9 !important;
  text-align: center;
}

.studyplan-day-item .item-exam-button.review:hover {
  background-color: #F3F3F3 !important;
}

.studyplan-day-item .item-min-score {
  font-size: 14px;
  margin-left: 15px;
}

.exams .studyplan-day-item .item-image {
  margin: 5px 10px 5px 0;
  height: 30px;
  width: 32px;
}

.exams .studyplan-day-item .item-image.passed {
  background-image: url("/images/cme/CME_done_icon.png");
}

.exams .studyplan-day-item .item-image.failed {
  background-image: url("/images/cme/CME_testfaill_icon.png");
}

.exams .studyplan-day-item .item-image.planned {
  background-image: url("/images/cme/CME_green_icon.png");
}

.exams .studyplan-day-item:not(:last-of-type) .item-image:after {
  content: '';
  position: absolute;
  bottom: -20px;
  display: block;
  margin-left: 15px;
  height: 37px;
  width: 2px;
  background: #a1a1a1;
  z-index: 10;
}

.exams .studyplan-day-item:not(:last-of-type) .item-image.short:after {
  content: '';
  position: absolute;
  bottom: -32px;
  display: block;
  margin-left: 15px;
  height: 50px;
  width: 2px;
  background: #a1a1a1;
  z-index: 10;
}

.exams .studyplan-day-item .item-content {
  width: 565px;
}

@media only screen and (max-width: 1023px) {
  .exams .studyplan-day-item .item-content {
    width: 450px;
  }
}

.exams .studyplan-day-item .item-text-wrapper {
  width: 390px;
  float: left;
  max-height: 36px;
  min-height: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .exams .studyplan-day-item .item-text-wrapper {
    width: 300px;
  }
}

.exams .studyplan-day-item .item-questions-count,
.exams .studyplan-day-item .item-time-allowed {
  float: left;
  font-size: 12px;
}

.exams .studyplan-day-item .item-is-required,
.exams .studyplan-day-item .item-min-score,
.exams .studyplan-day-item .item-video-id {
  float: right;
}

.exams .studyplan-day-item .item-is-required,
.exams .studyplan-day-item .item-min-score,
.exams .studyplan-day-item .item-questions-count,
.exams .studyplan-day-item .item-time-allowed,
.exams .studyplan-day-item .item-video-id {
  padding-right: 10px;
  height: 21px;
  line-height: 21px;
}

.exams .studyplan-day-item .item-is-required input,
.exams .studyplan-day-item .item-min-score input,
.exams .studyplan-day-item .item-questions-count input,
.exams .studyplan-day-item .item-time-allowed input,
.exams .studyplan-day-item .item-video-id input {
  padding: 0 3px;
}

.exams .studyplan-day-item .item-is-required input {
  width: 20px;
  height: 20px;
  margin: 0;
}

.exams .studyplan-day-item .item-min-score input {
  width: 52px;
}

.exams .studyplan-day-item .item-video-id {
  padding-right: 0;
}

.exams .studyplan-day-item .item-video-id input {
  width: 65px;
}

.exams .studyplan-day-item .item-exam-score {
  width: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  float: right;
  color: black;
}

.exams .studyplan-day-item .item-exam-score.failed {
  color: red;
}

.exams .studyplan-day-item .item-exam-button {
  width: 136px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  float: right;
  background-color: #78c96b;
  transition: 0.2s;
}

.exams .studyplan-day-item .item-exam-button.review {
  color: #7da2dd;
  background-color: inherit;
}

.exams .studyplan-day-item .item-exam-button.review:hover {
  background-color: #e0e0e0;
}

.exams .studyplan-day-item .item-exam-button-image {
  width: 33px;
  height: 48px;
  background-image: url("/images/cme/CME_nextstep_icon.png");
  background-repeat: no-repeat;
  background-position: 50%;
  float: left;
}

.exams .studyplan-day-item .item-exam-button-text {
  line-height: 48px;
}

.exams .studyplan-day-item .item-exam-button:hover {
  background-color: #63A955;
  text-decoration: none;
}

.edit-view .topics .item-text-wrapper {
  max-width: 350px;
}

.edit-view .cases .item-content,
.edit-view .videos .item-content {
  width: 380px;
}

.edit-view .exams .item-content {
  width: calc(100% - 44px);
}

.edit-view .exams .item-text-wrapper {
  width: 100%;
}

.edit-view .studyplan-day-item {
  padding-right: 35px;
}

.edit-view .studyplan-day-item.highlighted {
  cursor: move;
}

.edit-view .specialityItem {
  float: left;
}

.specialityItem {
  position: relative;
  display: inline-block;
  z-index: 2;
  background-color: #f8f8f8;
  height: 80px;
  width: 14.05%;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  margin: 1px;
  font-size: 12px;
}

@media only screen and (max-width: 1023px) {
  .specialityItem {
    width: 13.9%;
    height: 95px;
  }
}

@media only screen and (max-width: 599px) {
  .specialityItem {
    width: 24.3%;
    float: left;
  }

  .specialityItem.mobile {
    display: block;
    width: auto;
  }

  .specialityItem:last-of-type {
    border-right: none;
  }
}

.specialityItem__quantities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 27px;
  max-height: 59px;
  position: absolute;
  bottom: 3px;
  right: 1px;
  transition: 0.2s;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__quantities {
    width: 24px;
  }
}

.specialityItem__quantities--wide {
  width: 47px;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__quantities--wide {
    width: 43px;
  }
}

.specialityItem__content-quantity {
  width: 28px;
  margin-top: 1px;
  color: #9c9c9c;
  font-weight: bold;
  font-size: 11px;
  display: block;
  transition: 0.2s;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__content-quantity {
    width: 24px;
  }
}

@media screen and (max-width: 680px) {
  .specialityItem__content-quantity {
    font-size: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .specialityItem__content-quantity {
    font-size: 11px;
  }
}

@media screen and (max-width: 380px) {
  .specialityItem__content-quantity {
    font-size: 10px;
  }
}

.specialityItem__content-quantity i.icon {
  width: 12px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__content-quantity i.icon {
    width: 10px;
  }
}

.specialityItem__content-quantity i.icon:before {
  font-size: 9px;
  transition: 0.2s;
}

@media screen and (max-width: 680px) {
  .specialityItem__content-quantity i.icon:before {
    position: relative;
    top: -1px;
    font-size: 7px;
  }
}

@media only screen and (max-width: 599px) {
  .specialityItem__content-quantity i.icon:before {
    font-size: 9px;
    top: 0px;
  }
}

@media screen and (max-width: 380px) {
  .specialityItem__content-quantity i.icon:before {
    font-size: 7px;
    top: -1px;
  }
}

.specialityItem__content-quantity i.icon-video:before {
  position: relative;
  top: -1px;
  font-size: 7px;
}

.specialityItem__day {
  position: absolute;
  top: 35px;
  left: 1px;
  color: #8d8d8d;
  padding-bottom: 1px;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
  font-size: 11px;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__day {
    top: 45px;
  }
}

.specialityItem__day:after {
  content: '';
  opacity: 0.5;
  height: 1px;
  display: block;
  margin-top: 1px;
}

.specialityItem__day--hidden {
  opacity: 0;
  visibility: hidden;
}

.specialityItem__progress {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  color: #544aa6;
  transition: 0.2s;
  font-size: 14px;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__progress {
    bottom: auto;
    top: 22px;
    right: auto;
    left: 3px;
    text-align: right;
    font-size: 12px;
  }
}

.specialityItem__progress--finished:after {
  content: "\e9a6";
  position: relative;
  bottom: 5px;
  color: #395682;
  font-family: 'icomoon';
  font-size: 22px;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__progress--finished:after {
    bottom: -1px;
    font-size: 18px;
  }
}

.specialityItem__progress-mastery {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  text-align: center;
  color: #59b047;
  transition: 0.2s;
  font-size: 12px;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__progress-mastery {
    top: 22px;
    bottom: auto;
    left: auto;
    right: 3px;
  }
}

.specialityItem__meeting {
  position: absolute;
  bottom: 32px;
  left: 7px;
  text-align: left;
  color: #005b9b;
  transition: 0.2s;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__meeting {
    text-align: left;
    bottom: 25px;
    left: 4px;
  }
}

.specialityItem .progress-double {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
}

.specialityItem--inactive {
  opacity: 0.6;
}

.specialityItem.mobile {
  display: none;
}

.specialityItem.lastInRow {
  border-right: none;
}

.specialityItem.additionalSpeciality {
  border-bottom: 2px solid #82a8e8;
}

.specialityItem .linearProgress {
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: -1px;
}

.specialityItem .bar {
  background-color: transparent;
}

.specialityItem__wrapper > .exams {
  margin: 2px 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  clear: both;
  transition: 0.2s;
  z-index: 5;
}

.specialityItem__wrapper > .exams:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.specialityItem__wrapper > .exams.four {
  width: 42px;
}

.specialityItem__wrapper > .exams .examItem {
  float: left;
}

.specialityItem__wrapper > .exams i {
  margin: 0 1px;
}

.specialityItem .specialityNumber {
  float: right;
}

.specialityItem .title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  padding: 1px 0 0 2px;
  font-size: 15px;
  transition: 0.2s;
}

@media only screen and (max-width: 1023px) {
  .specialityItem .title {
    font-size: 13px;
  }
}

@media only screen and (max-width: 599px) {
  .specialityItem .title {
    font-size: 12px;
  }
}

.specialityItem .dayNumber {
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 2px;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

.specialityItem .inset {
  transition: 0.2s;
}

.specialityItem:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.specialityItem--loading:before {
  -webkit-animation-name: loading;
  animation-name: loading;
}

.specialityItem--loading .progress-double,
.specialityItem.selected .progress-double,
.specialityItem:hover .progress-double {
  visibility: visible;
  opacity: 1;
}

.specialityItem--loading .linearProgress,
.specialityItem.selected .linearProgress,
.specialityItem:hover .linearProgress {
  width: 0;
}

.specialityItem--loading .title,
.specialityItem.selected .title,
.specialityItem:hover .title {
  opacity: 0;
}

.specialityItem--loading .specialityItem__quantities,
.specialityItem.selected .specialityItem__quantities,
.specialityItem:hover .specialityItem__quantities {
  opacity: 0;
}

.specialityItem--loading > .exams,
.specialityItem.selected > .exams,
.specialityItem:hover > .exams {
  opacity: 0;
}

.specialityItem--loading .specialityItem__progress,
.specialityItem.selected .specialityItem__progress,
.specialityItem:hover .specialityItem__progress {
  opacity: 0;
}

.specialityItem--loading .specialityItem__progress-mastery,
.specialityItem.selected .specialityItem__progress-mastery,
.specialityItem:hover .specialityItem__progress-mastery {
  opacity: 0;
}

.specialityItem--loading .specialityItem__meeting,
.specialityItem.selected .specialityItem__meeting,
.specialityItem:hover .specialityItem__meeting {
  opacity: 0;
}

.specialityGroup .specialityItem--finishing:before {
  background-color: transparent;
}

.calendar-control-item-text {
  height: 20px;
  display: block;
}

.calendar-control-item {
  background-color: #f8f8f8;
  text-align: center;
  height: 80px;
  border-right: 1px solid white;
  color: #888;
  font-weight: bold;
}

.calendar-control-item-medium {
  width: 64px;
}

.calendar-control-item-small {
  width: 54px;
}

.calendar-control-item-rounded {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.calendar-control-item-rounded-right {
  border-radius: 0 10px 10px 0;
}

.calendar-control-item:hover,
specialityItem:hover {
  background-color: #eee;
}

.examItem {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: white;
  background: #79c969;
  border-radius: 50%;
}

@media only screen and (max-width: 599px) {
  .examItem {
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
}

.examItem.additional {
  background: #526a90;
  color: #48a4e3;
}

.examItem.coreQuiz {
  background: #F28D8D;
  color: #FFF;
}

.specialityNumber {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  border: 1px solid;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 599px) {
  .specialityNumber {
    padding: 1px 3px;
    font-size: 10px;
  }
}

.additionalStep {
  clear: both;
}

.additionalStep .title {
  color: #82a8e8;
  padding-top: 3px;
  font-size: 18px;
}

.studyCalendarPopup {
  position: relative;
  float: left;
  display: none;
  width: 100%;
  margin-bottom: 1px;
  background: white;
  text-align: left;
  font-size: 12px;
  cursor: default;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup {
    float: right;
  }
}

.studyCalendarPopup__wrapper {
  transition: 0.3s;
  overflow: hidden;
}

.studyCalendarPopup__focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-top: 10px;
  color: #333;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup__focus {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.studyCalendarPopup__focus-item {
  position: relative;
  min-width: 80px;
  line-height: 1.2;
}

.studyCalendarPopup__focus-item + .studyCalendarPopup__focus-item {
  margin-left: 20px;
  padding-left: 20px;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup__focus-item + .studyCalendarPopup__focus-item {
    margin-left: 0;
    padding-left: 0;
    padding-top: 10px;
  }
}

.studyCalendarPopup__focus-item + .studyCalendarPopup__focus-item:before {
  content: '';
  position: absolute;
  left: -7px;
  bottom: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup__focus-item + .studyCalendarPopup__focus-item:before {
    content: none;
  }
}

.studyCalendarPopup__focus-header {
  padding-bottom: 2px;
  color: #9c9c9c;
}

.studyCalendarPopup__focus-name {
  font-size: 14px;
}

.studyCalendarPopup__set-focus-header {
  padding-bottom: 5px;
  font-size: 14px;
}

.studyCalendarPopup__set-focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.studyCalendarPopup__focus-input {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.studyCalendarPopup__focus-input + .studyCalendarPopup__focus-input {
  padding-left: 10px;
}

.studyCalendarPopup:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/JobBank/images/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

.studyCalendarPopup--loading:after {
  opacity: 0.6;
  visibility: visible;
}

.studyCalendarPopup .pass-peak-item-additional-info {
  padding-bottom: 1px;
}

.studyCalendarPopup .pass-peak-item-label {
  padding-bottom: 1px;
}

.studyCalendarPopup .separated-list__link {
  font-size: 15px;
}

.studyCalendarPopup .dayInfo {
  width: 86%;
  margin: 0 auto;
  padding: 15px 10px;
}

@media only screen and (max-width: 1023px) {
  .studyCalendarPopup .dayInfo {
    width: 98%;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .dayInfo {
    width: 100%;
    padding: 15px 0;
  }
}

.studyCalendarPopup h1 {
  font-size: 19px;
  padding: 10px 0;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup h1 {
    padding: 35px 0 10px 0;
  }
}

.studyCalendarPopup .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: -10px;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .exams .studyplan-day-item .item-content {
    width: auto;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .exams .studyplan-day-item .item-text-wrapper {
    width: auto;
    min-width: 250px;
  }
}

@media only screen and (max-width: 1023px) {
  .studyCalendarPopup .exams .studyplan-day-item .item-image {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak-dashboard-item-place-holder-wrapper {
    top: -5px;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak-dashboard-item-place-holder-wrapper .pass-peak-dashboard-item-place-holder {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak__table__content {
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak__table__content__progress + .pass-peak__table__content__progress {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak__table__content__progress {
    display: inline-block;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak__table__content__progress__item {
    display: inline-block;
  }
}

.studyCalendarPopup .studyplan-day-item .highlighted:hover {
  background-color: transparent;
}

.studyCalendarPopup .tab-links__button .icon-people {
  vertical-align: middle;
  padding-right: 3px;
}

.studyCalendarPopup .tab-links__button .icon-book-simple {
  font-size: 16px;
  vertical-align: middle;
  padding-right: 3px;
}

.dayInfo {
  position: relative;
}

.dayInfo__take-topic-questions.ortho-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 599px) {
  .dayInfo__take-topic-questions.ortho-button {
    width: 100%;
  }
}

.dayInfo__take-topic-questions-icon {
  margin-right: 5px;
  font-size: 18px;
}

.dayInfo__reinforcement-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 599px) {
  .dayInfo__reinforcement-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.dayInfo__reinforcement-statuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 599px) {
  .dayInfo__reinforcement-statuses {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.dayInfo__reinforcement-status {
  font-size: 16px;
}

.dayInfo__reinforcement-status + .dayInfo__reinforcement-status {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #EAEAEA;
}

.dayInfo__highlight-done {
  color: #67B39A;
  font-weight: bold;
}

.dayInfo__highlight-goal {
  color: #E06C6C;
  font-weight: bold;
}

.dayInfo__take-questions.ortho-button {
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
}

@media only screen and (max-width: 599px) {
  .dayInfo__take-questions.ortho-button {
    margin-top: 10px;
  }
}

.dayInfo__take-questions-icon {
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.dayInfo__conference-header {
  margin-bottom: 5px;
}

.dayInfo__level {
  display: inline-block;
  vertical-align: middle;
}

.dayInfo__reload {
  vertical-align: middle;
  border: none;
  background-color: transparent;
  font-size: 20px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.dayInfo__reload:hover,
.dayInfo__reload:focus {
  outline: none;
  color: #6584b5;
}

@media only screen and (max-width: 599px) {
  .dayInfo__reload {
    right: 0px;
  }
}

.dayInfo__header {
  position: relative;
}

@media only screen and (max-width: 599px) {
  .dayInfo__header {
    padding: 0 10px;
  }
}

.dayInfo__header:after {
  content: "";
  display: table;
  clear: both;
}

.dayInfo__stat {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dayInfo__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-right: 10px;
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
  .dayInfo__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.dayInfo__header-controls {
  position: absolute;
  top: 5px;
  right: 0;
}

.dayInfo__level-filter {
  float: right;
  padding-top: 8px;
}

@media only screen and (max-width: 1299px) {
  .dayInfo__level-filter {
    padding-top: 0;
    padding-bottom: 10px;
    float: none;
  }
}

.dayInfo .dashboard-widget {
  border: none;
}

.dayInfo .dashboard-widget__progress-descriptions-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding-left: 20px;
}

.dayInfo .dashboard-widget__progress-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dayInfo > h3 {
  font-size: 16px;
  color: #bebebe;
  margin-bottom: 20px;
  font-weight: normal;
}

.dayInfo .step {
  margin-bottom: 30px;
}

.dayInfo .step__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.dayInfo .step__title .icon-edit {
  color: #7DA2DC;
  font-weight: bold;
}

.dayInfo .step__content--input-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  min-height: 30px;
}

.dayInfo .step__content--input-controls .ortho-input {
  width: 45%;
}

.dayInfo .step__content--input-controls .ortho-input.wide {
  width: 100%;
}

.dayInfo .step__content--input-controls .add-content-button,
.dayInfo .step__content--input-controls .add-document-button {
  background-color: #7CA2DC;
  border: 0;
  color: #fff;
  font-size: 14px;
  height: 28px;
  padding: 0 15px;
}

.dayInfo .step__content--input-controls .add-content-button:hover,
.dayInfo .step__content--input-controls .add-document-button:hover {
  background-color: #7DA2DC;
}

.dayInfo .step__content--input-controls .add-document-button {
  height: 28px;
  padding-top: 7px;
  position: absolute;
  width: 55px;
  box-sizing: border-box;
}

.dayInfo .step__content--input-controls .add-document-text {
  color: #bababa;
  font-size: 14px;
  left: 65px;
  position: absolute;
  top: 8px;
}

.dayInfo .step__content--input-controls .input-control {
  position: relative;
  width: 100%;
}

.dayInfo .step__content--input-controls .input-control.file-input-control {
  border: 1px solid #EAEAEA;
}

.dayInfo .step__content--input-controls .input-control .add-document-loading {
  display: none;
  position: absolute;
  left: 195px;
  height: 20px;
  top: 5px;
}

.dayInfo .step__content--input-controls .input-control input {
  width: 100%;
}

.dayInfo .step__content--input-controls .input-control form {
  position: absolute;
  top: 5px;
  opacity: 0;
  z-index: 1000;
}

.dayInfo .step__content--input-controls .input-control .content-search-selected {
  margin-top: 10px;
}

.dayInfo .step__content--input-controls--items {
  font-size: 14px;
}

.dayInfo .step__content--input-controls--items--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 16px;
  padding: 10px;
}

.dayInfo .step__content--input-controls--items--item--title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 93%;
  white-space: nowrap;
}

.dayInfo .step__content--input-controls--items--item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.dayInfo .step__content--input-controls--items--item .icon-x-squared {
  color: #eaeaea;
}

.dayInfo .step__content--items--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
}

.dayInfo .step__content--items--item .icon-link {
  color: #333;
}

.dayInfo .step__content--items--item div {
  font-size: 14px;
  margin-right: 5px;
}

.dayInfo .step__content--items--item div .icon-edit {
  color: #7DA2DC;
  font-weight: bold;
}

.dayInfo .step__content--items--item div:first-child {
  margin-right: 10px;
}

.dayInfo .step__content--items--item div:last-child {
  color: #a1a1a1;
  font-size: 12px;
  margin-right: 0;
}

.dayInfo .step__content--items--item--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 95%;
  color: #333;
}

.dayInfo .step__content--items--item--title div {
  margin-bottom: 5px;
}

.dayInfo .step__content--items--item--title div a {
  color: #7da2dd;
  font-size: 14px;
}

.dayInfo .step__content--items--item--title div:last-child {
  margin-bottom: 0;
}

.dayInfo .step h3 {
  font-size: 14px;
}

.dayInfo .step > h3 {
  min-height: 45px;
  line-height: 45px;
  font-size: 17px;
  background-color: #F8F8F8;
  margin-bottom: 12px;
  color: #555;
}

.dayInfo .step > h3.step__wrapper {
  line-height: 1;
}

@media only screen and (max-width: 599px) {
  .dayInfo .step > h3.step__wrapper {
    font-size: 15px;
  }
}

.dayInfo .step__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

@media only screen and (max-width: 599px) {
  .dayInfo .step__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.dayInfo .step__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 599px) {
  .dayInfo .step__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.dayInfo .step__link {
  display: inline-block;
  padding: 6px 8px;
  margin-left: 5px;
  color: #333;
  transition: background-color 0.2s ease;
}

@media only screen and (max-width: 599px) {
  .dayInfo .step__link {
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.dayInfo .step__link:hover,
.dayInfo .step__link:focus {
  text-decoration: none;
  background-color: #eaeaea;
}

.dayInfo .step__link.active {
  background-color: #eaeaea;
}

.dayInfo .step__link .icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.dayInfo .step__elem {
  padding: 0 10px;
}

.dayInfo .step__elem--number {
  background-color: #F0F0F0;
  min-width: 80px;
  line-height: 45px;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .dayInfo .step__elem--number {
    text-align: left;
    line-height: 35px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1023px) {
  .dayInfo .step__elem--title {
    background-color: #F8F8F8;
    padding: 5px 10px;
  }
}

.dayInfo .step__elem--quantity {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 599px) {
  .dayInfo .step__elem--quantity {
    padding: 0 10px 5px 10px;
  }
}

.dayInfo .step__elem--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dayInfo .step__quantity {
  position: relative;
}

.dayInfo .step__quantity + .step__quantity {
  padding-left: 10px;
  margin-left: 10px;
}

.dayInfo .step__quantity + .step__quantity:before {
  content: "|";
  position: absolute;
  left: -3px;
  top: -1px;
  line-height: 1;
}

@media only screen and (max-width: 599px) {
  .dayInfo .step {
    width: 100%;
  }
}

.dayInfo .radial {
  display: inline-block;
}

.dayInfo .exams ul,
.dayInfo .topics ul {
  position: initial;
}

.dayInfo .exams ul li,
.dayInfo .topics ul li {
  font-size: 15px;
}

.dayInfo .exams ul li:last-of-type,
.dayInfo .topics ul li:last-of-type {
  margin-bottom: 0;
}

.dayInfo .exams p,
.dayInfo .topics p {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.dayInfo .exams p span,
.dayInfo .topics p span {
  font-size: 12px;
  color: #bebebe;
}

.dayInfo article img {
  float: left;
}

.dayInfo article div {
  margin-left: 80px;
  padding-left: 20px;
  font-size: 14px;
}

.dayInfo article div h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.dayInfo article div p {
  line-height: 1.2;
}

.dayInfo.day-constructor .step h3 {
  margin-bottom: 5px;
}

.dayInfo.day-constructor .step input {
  line-height: normal;
}

.dayInfo.day-constructor .content-search {
  width: 70%;
}

.dayInfo.day-constructor .content-search-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dayInfo.day-constructor .content-search-result {
  min-height: 30px;
  max-height: 180px;
  white-space: nowrap;
  position: absolute;
  background-color: white;
  border: 1px solid #ececec;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  width: 100%;
}

.dayInfo.day-constructor .content-search-result::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
}

.dayInfo.day-constructor .content-search-result::-webkit-scrollbar-thumb {
  background-color: #DCDCDC;
  border-radius: 16px;
}

.dayInfo.day-constructor .content-search-result::-webkit-scrollbar-thumb:hover {
  background-color: #D1CECE;
}

.dayInfo.day-constructor .content-search-result li {
  font-size: 12px;
  color: #333;
  height: 25px;
}

.dayInfo.day-constructor .content-search-result li a {
  display: block;
  padding: 4px 10px 6px;
  transition: background-color 0.2s ease;
  color: #333333;
}

.dayInfo.day-constructor .content-search-result li a.added span {
  padding: 0 3px;
  color: #333;
  font-size: 11px;
  position: absolute;
  right: 0px;
  background-color: inherit;
}

.dayInfo.day-constructor .content-search-result li a:hover,
.dayInfo.day-constructor .content-search-result li a a:focus {
  text-decoration: none;
  background-color: #C9E9F9;
}

.dayInfo.day-constructor .content-search-result li .icon {
  position: relative;
  top: 1px;
}

.dayInfo.day-constructor .articles p,
.dayInfo.day-constructor .cases p,
.dayInfo.day-constructor .exams p,
.dayInfo.day-constructor .topics p,
.dayInfo.day-constructor .videos p {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .dayInfo .dashboard-item--topic-question .dashboard-item__wrapper {
    min-height: 130px;
  }
}

.studyPlanCalendarDetails {
  margin-bottom: 40px;
}

.studyPlanCalendarDetails > section,
.studyPlanCalendarDetails > header {
  display: table;
  width: 100%;
}

.studyPlanCalendarDetails .days,
.studyPlanCalendarDetails .exams,
.studyPlanCalendarDetails .speciality,
.studyPlanCalendarDetails .topics {
  display: table-cell;
  vertical-align: top;
}

.studyPlanCalendarDetails .speciality {
  width: 155px;
}

.studyPlanCalendarDetails .topics {
  width: 50px;
}

.studyPlanCalendarDetails .days {
  width: 50px;
}

.studyPlanCalendarDetails > header {
  padding: 5px 0;
  background: #c0c0c0;
}

.studyPlanCalendarDetails > header .exams {
  padding-left: 30px;
}

.studyPlanCalendarDetails > header span {
  padding: 0 5px;
  color: white;
  text-align: left;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.studyPlanCalendarDetails > section .days li,
.studyPlanCalendarDetails > section .exams li,
.studyPlanCalendarDetails > section .speciality li,
.studyPlanCalendarDetails > section .topics li {
  margin: 5px 0;
  line-height: 22px;
}

.studyPlanCalendarDetails > section .specialityList {
  padding-top: 5px;
}

.studyPlanCalendarDetails > section .specialityList li {
  padding-left: 11px;
  font-size: 16px;
}

.studyPlanCalendarDetails > section .days,
.studyPlanCalendarDetails > section .topics {
  padding: 5px;
  text-align: center;
  font-size: 16px;
  color: black;
}

.studyPlanCalendarDetails > section .exams .info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-left: 280px;
}

.studyPlanCalendarDetails > section .exams .info .bracket {
  position: absolute;
  width: 8px;
  height: 100%;
  overflow: hidden;
}

.studyPlanCalendarDetails > section .exams .info .bracket:after {
  content: '';
  position: absolute;
  left: -3px;
  height: 100%;
  width: 9px;
  box-sizing: border-box;
  border: solid 1px;
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarDetails > section .exams .info .bracket:after {
    width: 100%;
    height: 5px;
    border: none;
    border-top: solid 1px;
  }
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarDetails > section .exams .info .bracket {
    width: 100%;
    height: 5px;
    top: 3px;
  }
}

.studyPlanCalendarDetails > section .exams .info .questionsAndTime {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 30px;
  margin-top: -15px;
  padding-left: 20px;
  color: #585858;
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarDetails > section .exams .info .questionsAndTime {
    position: static;
    margin-top: 0px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarDetails > section .exams .info {
    position: static;
    height: auto;
    margin-left: 0;
    line-height: 1.2;
    padding-top: 10px;
    position: relative;
  }
}

.studyPlanCalendarDetails > section .exams .topicExams {
  /*li:last-of-type {
          padding-left: 23px;
        }*/
}

.studyPlanCalendarDetails > section .exams .topicExams .bracket:after {
  border-color: #c0c0c0;
}

.studyPlanCalendarDetails > section .exams .milestoneExams .bracket:after {
  border-color: #79c969;
}

.studyPlanCalendarDetails > section .exams .reconExams .bracket:after {
  border-color: #526a90;
}

.studyPlanCalendarDetails > section .exams .coreQuizExams .bracket:after {
  border-color: #F28D8D;
}

.studyPlanCalendarDetails > section .exams .examsList {
  position: relative;
  margin-bottom: 30px;
}

.studyPlanCalendarDetails > section .exams .examsList:last-of-type {
  margin-bottom: 0;
}

.studyPlanCalendarDetails > section .exams .examsList ul {
  width: 280px;
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarDetails > section .exams .examsList ul {
    width: auto;
  }
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendarDetails > section .exams .examsList ul {
    width: auto;
  }
}

.studyPlanCalendarDetails > section .exams .examsList li {
  margin: 0 0 10px;
}

.studyPlanCalendarDetails > section .exams .examsList li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendarDetails > section .exams .examsList li {
    line-height: 1.3;
  }
}

.studyPlanCalendarDetails > section .exams .examsList .specialityNumber {
  position: relative;
  top: -2px;
  left: -5px;
  line-height: 12px;
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarDetails > section .exams .examsList .specialityNumber {
    left: 0;
    margin-right: 4px;
  }
}

.studyPlanCalendarDetails > section .exams .examsList .examItem {
  position: relative;
  top: -2px;
  left: -5px;
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarDetails > section .exams .examsList .examItem {
    left: 0;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendarDetails > section .exams .examsList {
    margin-bottom: 30px;
  }
}

.studyPlanCalendarDetails .wrapper {
  margin-left: 30px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
  background: #f9f9f9;
}

@media only screen and (max-width: 1023px) {
  .studyPlanCalendarDetails .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendarDetails .wrapper {
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.cmeTracker header {
  background: #7da2dd;
  padding: 10px 0 10px 20px;
}

.cmeTracker header h3 {
  font-size: 16px;
  color: white;
}

.cmeTracker table {
  width: 100%;
}

.cmeTracker table td {
  vertical-align: middle;
  height: 51px;
}

.cmeTracker .examIcon,
.cmeTracker .examStatus {
  width: 40px;
  text-align: center;
}

.cmeTracker tr:last-of-type .circle:after {
  display: none;
}

.cmeTracker tr.wrong .icon-x {
  font-size: 10px;
  color: #dd5f5f;
}

.cmeTracker tr.wrong .circle {
  padding: 4px 7px;
}

.cmeTracker tr.wrong .passExamPercent {
  color: #f07070;
}

.cmeTracker .examStatus .circle {
  position: relative;
  display: inline-block;
  padding: 5px 4px 3px;
  border: 2px solid #a1a1a1;
  border-radius: 50%;
}

.cmeTracker .examStatus .circle .icon-check {
  font-size: 12px;
  color: #56aa59;
}

.cmeTracker .examStatus .circle:after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 50%;
  display: block;
  margin-left: -1px;
  height: 24px;
  width: 2px;
  background: #a1a1a1;
}

.cmeTracker .examName {
  padding-left: 15px;
}

.cmeTracker .examName h4 {
  padding-bottom: 2px;
  font-size: 16px;
  color: #404040;
}

.cmeTracker .examName p {
  font-size: 12px;
  color: #898989;
}

.cmeTracker .passExamPercent {
  width: 50px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.cmeTracker .reviewLink {
  width: 70px;
  text-align: center;
}

.cmeTracker .reviewLink a {
  text-decoration: none;
  font-size: 14px;
  color: #7da2dd;
}

.cmeTracker .tryAgain {
  width: 130px;
}

.cmeTracker .tryAgain a {
  display: table-cell;
  width: 130px;
  height: 50px;
  padding: 0 10px;
  background: #79c969;
  color: white;
  vertical-align: middle;
  font-size: 16px;
  text-decoration: none;
}

.cmeTracker .tryAgain a i.icon {
  font-size: 26px;
  vertical-align: middle;
  padding-right: 10px;
}

.day-content-template {
  width: 100%;
  height: auto;
}

.study-plan-user-view:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/JobBank/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

.study-plan-user-view--loading:after {
  opacity: 0.7;
  visibility: visible;
}

.study-plan-user-view__progress-title {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

.study-plan-user-view__progress-subtitle {
  padding-top: 30px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 1023px) {
  .study-plan-user-view__progress-subtitle {
    padding-left: 10px;
  }
}

.study-plan-user-view__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .study-plan-user-view__filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.study-plan-user-view__level-name {
  padding-bottom: 10px;
  text-align: left;
  font-size: 14px;
}

.study-plan-user-view__peak {
  position: relative;
}

.study-plan-user-view__peak:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/JobBank/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}

.study-plan-user-view__peak--loading:after {
  opacity: 0.7;
  visibility: visible;
}

@media only screen and (max-width: 1023px) {
  .study-plan-user-view__peak .km-progress-list-wraper {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .study-plan-user-view__peak .km-progress-list .pass-peak-item-label {
    font-size: 13px !important;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__peak .km-progress-list .pass-peak-item-label {
    margin-top: 8px;
  }
}

.study-plan-user-view__peak .km-progress-list__item {
  padding: 0px 10px 10px 10px;
}

@media only screen and (max-width: 1023px) {
  .study-plan-user-view__peak .km-progress-list__item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__peak .km-progress-list__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__peak .km-progress-list {
    padding: 10px 2px;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__peak .progress-list__item {
    margin-left: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__peak .pass-peak-item-notes .pass-peak-item-notes-item {
    padding: 3px 4px;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__peak .pass-peak-item-notes .pass-peak-item-notes-highlights {
    padding-left: 6px;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__peak .pass-peak-item-notes .pass-peak-item-notes-notes {
    padding-right: 6px;
  }
}

.study-plan-user-view__controls {
  position: relative;
  padding-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__controls {
    padding: 0 10px;
  }
}

.study-plan-user-view__control--left {
  float: left;
}

@media only screen and (max-width: 1023px) {
  .study-plan-user-view__control--left {
    float: none;
    padding-bottom: 15px;
  }
}

.study-plan-user-view__control--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
}

.study-plan-user-view__control--clear {
  position: relative;
  z-index: 1;
  clear: both;
}

.study-plan-user-view__link-edit-order {
  display: inline-block;
  margin-top: 15px;
  color: #7DA2DC;
  transition: color 0.2s ease;
  font-size: 14px;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.study-plan-user-view__link-edit-order:hover {
  text-decoration: none;
  color: #5f7ba6;
}

.study-plan-user-view__link-edit-order--hidden {
  opacity: 0;
  visibility: hidden;
}

.study-plan-user-view__link-edit-order .icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-size: 16px;
}

.study-plan-user-view__button {
  padding: 11px 14px;
  font-size: 14px;
  transition: 0.2s;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  color: #919191;
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  background-color: transparent;
}

.study-plan-user-view__button:hover,
.study-plan-user-view__button:focus {
  color: #494949;
  outline: none;
}

.study-plan-user-view__button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  transition: 0.3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #dedede;
  z-index: -1;
}

@media only screen and (max-width: 1023px) {
  .study-plan-user-view__button {
    padding: 11px 10px;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__button {
    font-size: 12px;
  }
}

.study-plan-user-view__button--active {
  background-color: #f9f9f9;
  color: #919191;
}

.study-plan-user-view__button--active:hover {
  background-color: #f9f9f9;
  color: #919191;
}

.study-plan-user-view__label-icon {
  vertical-align: middle;
}

.study-plan-user-view__label-icon--calendar,
.study-plan-user-view__label-icon--list {
  position: relative;
}

.study-plan-user-view__switch[type="radio"] {
  display: none;
}

.study-plan-user-view__level-filter {
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .study-plan-user-view__level-filter {
    text-align: left;
    clear: both;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 1023px) {
  .study-plan-user-view__level-filter + .study-plan-user-view__level-filter {
    margin-top: 20px;
  }
}

.speciality-dropdown {
  padding-left: 60px;
  padding-top: 8px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .speciality-dropdown {
    padding-left: 50px;
  }
}

.speciality-dropdown:last-child .radial--total:after {
  content: none;
}

.speciality-dropdown__header {
  width: 100%;
  border: none;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__header {
    font-size: 13px;
  }
}

.speciality-dropdown__header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.speciality-dropdown__header:after {
  content: "\e90f";
  font-family: 'icomoon';
  font-size: 8px;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  transition: 0.3s;
  -webkit-transform-origin: 50% 35%;
  transform-origin: 50% 35%;
}

.speciality-dropdown__header:hover .speciality-dropdown__day:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.speciality-dropdown__header .icon:before {
  transition: 0.2s;
}

.speciality-dropdown__day {
  float: left;
  min-width: 150px;
  padding: 8px 5px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .speciality-dropdown__day {
    min-width: 130px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__day {
    min-width: 55px;
    padding: 4px 5px;
    font-size: 12px;
  }
}

.speciality-dropdown__day:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s;
}

.speciality-dropdown__day--daily {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__day--daily {
    line-height: 24px;
  }
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__day--daily .speciality-dropdown__day-number {
    border-top: none;
  }
}

.speciality-dropdown__topic {
  padding: 8px 10px;
  position: relative;
  z-index: 1;
  transition: 0.2s;
}

@media only screen and (max-width: 1023px) {
  .speciality-dropdown__topic {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__topic {
    padding: 4px 10px;
    font-size: 12px;
  }
}

.speciality-dropdown__content {
  position: relative;
}

.speciality-dropdown__content:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #395682;
  top: 2px;
  left: -32px;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__content:before {
    left: -20px;
    top: 10px;
  }
}

.speciality-dropdown__info {
  position: absolute;
  top: 8px;
  right: 115px;
  color: #9c9c9c;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__info {
    position: static;
    display: inline-block;
  }
}

.speciality-dropdown__exams {
  position: absolute;
  top: 7px;
  right: 45px;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__exams {
    top: 20px;
    right: 40px;
  }
}

.speciality-dropdown__exam:first-of-type {
  margin-left: 10px;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__exam:first-of-type {
    margin-left: 0px;
  }
}

.speciality-dropdown__date {
  display: inline-block;
  min-width: 60px;
  text-align: left;
  padding-left: 6px;
  border-right: 1px solid #ffffff;
  margin-right: 10px;
}

@media only screen and (max-width: 1023px) {
  .speciality-dropdown__date {
    min-width: 50px;
  }
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__date {
    display: block;
    min-width: 30px;
    text-align: center;
    padding-right: 2px;
    border-right: none;
  }
}

.speciality-dropdown__date--hidden {
  display: none;
}

.speciality-dropdown__day-number {
  display: inline-block;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__day-number {
    display: block;
    margin-top: 2px;
    padding-left: 0;
    padding-top: 2px;
    border-left: none;
    border-top: 1px solid white;
    text-align: center;
  }
}

.speciality-dropdown__meeting {
  position: absolute;
  right: 220px;
  top: 8px;
  color: #005b9b;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__meeting {
    position: absolute;
    right: 40px;
  }
}

.speciality-dropdown__content-quantity {
  font-size: 16px;
  transition: 0.2s;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__content-quantity {
    font-size: 12px;
  }
}

.speciality-dropdown__content-quantity .icon {
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 1px;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__content-quantity .icon {
    font-size: 10px;
  }
}

.speciality-dropdown__content-quantity + .speciality-dropdown__content-quantity {
  margin-left: 5px;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown__content-quantity + .speciality-dropdown__content-quantity {
    margin-left: 0;
  }
}

.speciality-dropdown__wrapper--open .speciality-dropdown__header:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.speciality-dropdown__wrapper--open .speciality-dropdown__header .icon:before {
  color: #ffffff;
}

.speciality-dropdown__wrapper--open .speciality-dropdown__content-quantity {
  color: #ffffff;
}

.speciality-dropdown__wrapper--open .speciality-dropdown__day:before {
  opacity: 0;
}

.speciality-dropdown__wrapper--open .speciality-dropdown__topic {
  color: #ffffff;
}

.speciality-dropdown--loading .speciality-dropdown__header:before {
  -webkit-animation-name: loading;
  animation-name: loading;
}

.speciality-dropdown--loading .speciality-dropdown__day:before {
  opacity: 0;
}

.speciality-dropdown:first-child .progress-double:after {
  content: none;
}

.speciality-dropdown .arrow {
  display: none;
}

.speciality-dropdown .progress-double {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 9px;
  top: 6px;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown .progress-double {
    left: 0;
    top: 10px;
  }
}

.speciality-dropdown .progress-double:after {
  content: '';
  height: 7px;
  background-color: #395682;
  width: 1px;
  position: absolute;
  top: -5px;
  left: 19px;
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown .progress-double:after {
    left: 16px;
    top: -15px;
    height: 15px;
  }
}

.speciality-dropdown .studyCalendarPopup {
  margin: 0;
  float: none;
}

.speciality-dropdown .dayInfo {
  width: 90%;
}

@media only screen and (max-width: 1023px) {
  .speciality-dropdown .dayInfo {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown .specialityItem__content-quantity:last-of-type {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .speciality-dropdown {
    padding-left: 35px;
  }
}

.study-plan-list {
  padding-bottom: 30px;
}

.study-plan-list--without-date .speciality-dropdown__date {
  display: none;
}

.study-plan-list--without-date .speciality-dropdown__day {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .study-plan-list--without-date .speciality-dropdown__day {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: none;
  }
}

@media only screen and (max-width: 599px) {
  .study-plan-list--without-date .speciality-dropdown__day-number {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: none;
  }
}

.study-plan-list__header {
  text-align: right;
}

.study-plan-list__control {
  border: none;
  background-color: transparent;
  font-size: 15px;
  transition: 0.2s;
  min-width: 100px;
  text-align: right;
  position: relative;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.study-plan-list__control:after {
  content: 'Expand All';
}

.study-plan-list__control:before {
  content: 'Close All';
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
}

.study-plan-list__control:hover {
  color: #999999;
}

.study-plan-list__control--hide:before {
  opacity: 1;
  visibility: visible;
}

.study-plan-list__control--loading {
  color: #c4c4c4;
}

.study-plan-list__control--loading:hover {
  color: #c4c4c4;
}

.specialityGroupList--hidden .dayProgress,
.specialityGroupList--hidden .speciality-dropdown__header {
  display: none;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.5;
  }

  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}

@keyframes loading {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.5;
  }

  70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}

.specialty-drag-list {
  padding-bottom: 25px;
}

.specialty-drag-list__content {
  min-height: 100px;
}

.specialty-drag-list__item {
  height: 40px;
  margin-bottom: 7px;
  cursor: move;
  transition: outline 0.1s ease;
  border-radius: 2px;
  line-height: 40px;
  font-size: 16px;
  outline: 2px dashed transparent;
  outline-offset: 1px;
}

.specialty-drag-list__item:hover {
  outline: 2px dashed #7DA2DC;
}

@media only screen and (max-width: 1023px) {
  .specialty-drag-list__item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .specialty-drag-list__item {
    font-size: 12px;
  }
}

.specialty-drag-list__item--daily .specialty-drag-list__startDay,
.specialty-drag-list__item--daily .specialty-drag-list__endDay {
  display: none;
}

.specialty-drag-list__item--daily .specialty-drag-list__name {
  width: 70%;
}

.specialty-drag-list__item-wrapper {
  position: relative;
}

.specialty-drag-list__name {
  position: relative;
  float: left;
  width: 40%;
  height: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 599px) {
  .specialty-drag-list__name {
    width: 30%;
  }
}

.specialty-drag-list__border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
}

.specialty-drag-list__color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.specialty-drag-list__topics {
  float: left;
  width: 15%;
  text-align: center;
}

.specialty-drag-list__days {
  float: left;
  width: 15%;
  text-align: center;
}

.specialty-drag-list__startDay {
  float: left;
  width: 15%;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .specialty-drag-list__startDay {
    width: 20%;
  }
}

.specialty-drag-list__endDay {
  float: left;
  width: 15%;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .specialty-drag-list__endDay {
    width: 20%;
  }
}

.specialty-drag-list__header {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 1023px) {
  .specialty-drag-list__header {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .specialty-drag-list__header {
    font-size: 12px;
  }
}

.specialty-drag-list__header--daily .specialty-drag-list__startDay,
.specialty-drag-list__header--daily .specialty-drag-list__endDay {
  display: none;
}

.specialty-drag-list__header--daily .specialty-drag-list__name {
  width: 70%;
}

.specialty-drag-list__submit[disabled].ortho-button {
  background-color: #838383;
}

.specialty-drag-list__submit[disabled].ortho-button:hover {
  background-color: #838383;
}

.specialty-drag-list__top-controls {
  padding-bottom: 20px;
  text-align: right;
}

.studyPlanCalendarControl {
  display: none;
}

.studyPlanCalendarControl--show {
  display: block;
}

.study-plan-table-view {
  overflow-x: auto;
}

.study-plan-table-view__table {
  min-width: 800px;
}

@media only screen and (max-width: 599px) {
  .study-plan-table-view__table {
    padding: 0 10px;
  }
}

.study-plan-table-view__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: white;
  text-align: left;
}

.study-plan-table-view__row--header {
  margin-bottom: 5px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background-color: #F9F9F9;
  color: #878787;
  font-size: 12px;
  font-weight: bold;
}

.study-plan-table-view__row--header .study-plan-table-view__cell {
  color: #878787;
  font-size: 12px;
}

.study-plan-table-view__row--module {
  background-color: #F9F9F9;
  border-bottom: 1px solid #EAEAEA;
}

.study-plan-table-view__row--week:not(:first-child) .study-plan-table-view__cell {
  border-top: 1px solid #F3F3F3;
}

.study-plan-table-view__row--day .study-plan-table-view__cell {
  border-top: 1px solid #F3F3F3;
}

.study-plan-table-view__row:not(.study-plan-table-view__row--header) {
  cursor: pointer;
}

.study-plan-table-view__row:not(.study-plan-table-view__row--header):hover .study-plan-table-view__cell {
  background-color: #EDF9FF;
}

.study-plan-table-view__row:not(.study-plan-table-view__row--header):hover .icon-arrow-bottom {
  opacity: 1;
  visibility: visible;
  color: #b0cddc;
}

.study-plan-table-view__row:focus {
  outline: none;
}

.study-plan-table-view__module-section {
  margin-bottom: 5px;
}

.study-plan-table-view__cell {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  min-width: 10%;
  padding: 10px 0;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.study-plan-table-view__cell--module {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  min-width: 10%;
}

.study-plan-table-view__cell--module-focus {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  min-width: 48%;
  padding-left: 10px;
  box-sizing: border-box;
}

.study-plan-table-view__cell--week {
  -ms-flex-preferred-size: 9%;
  flex-basis: 9%;
  min-width: 9%;
  padding-left: 10px;
  box-sizing: border-box;
}

.study-plan-table-view__cell--week-focus {
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
  min-width: 36%;
  padding-left: 10px;
  box-sizing: border-box;
}

.study-plan-table-view__cell--day-number {
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  min-width: 5%;
}

.study-plan-table-view__cell--day-number-focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  min-width: 5%;
  background-color: #F9F9F9;
}

.study-plan-table-view__cell--day {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  min-width: 22%;
}

.study-plan-table-view__cell--day-focus {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  min-width: 22%;
  padding-left: 10px;
}

.study-plan-table-view__cell--days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  min-width: 5%;
  color: #878787;
}

.study-plan-table-view__cell--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  color: #878787;
}

.study-plan-table-view__cell--topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
  min-width: 8%;
  text-align: right;
  color: #39B1EB;
  font-weight: bold;
}

.study-plan-table-view__cell--questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
  min-width: 8%;
  text-align: right;
  color: #61B096;
  font-weight: bold;
}

.study-plan-table-view__cell--evidences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
  min-width: 8%;
  text-align: right;
  color: #FDD16B;
  font-weight: bold;
}

.study-plan-table-view__cell--videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
  min-width: 8%;
  text-align: right;
  color: #F5A868;
  font-weight: bold;
}

.study-plan-table-view__cell--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  min-width: 5%;
  color: #c7c7c7;
  font-size: 8px;
}

.study-plan-table-view__icon-subspec {
  padding-right: 5px;
}

.study-plan-table-view__cell-loading {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/JobBank/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.study-plan-table-view .icon-arrow-bottom {
  position: relative;
  top: 2px;
  transition: color 0.2s ease;
}

.study-plan-table-view__js-button--open .icon-arrow-bottom {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px;
}

.study-plan-table-view__js-button--loading .icon-arrow-bottom {
  display: none;
}

.study-plan-table-view__js-button--loading .study-plan-table-view__cell-loading {
  display: inline-block;
}

.study-plan-user-view__peak .km-progress-list {
  background-color: white;
}

a.delete-image {
  margin-left: 20px;
}

a.delete-image:after {
  display: inline-block;
  color: red;
  font-size: 10px;
  font-family: 'icomoon';
  content: "\e915";
  padding-left: 8px;
}

.row .event-edit-ajax-result {
  margin-top: 20px;
}

.tabs-links button {
  background-color: #fff;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  text-transform: uppercase;
}

.tabs-links button.active,
.tabs-links button:hover {
  background-color: #5a7aaf;
  color: #fff;
}

.info-message {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  visibility: hidden;
}

.info-message .info-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}

.info-message .info-label span {
  color: #fff;
  font-size: 12px;
  margin: auto;
}

.info-message .info-result {
  font-size: 13px;
}

.info-message .info-label.success {
  background-color: #79c969;
}

.info-message .info-label.failure {
  background-color: #8e0000;
}

.info-message.success {
  background-color: rgba(121, 201, 105, 0.1);
  color: #479537;
}

.info-message.failure {
  background-color: rgba(198, 40, 40, 0.1);
  color: #8e0000;
}

.event-connection-info-message {
  padding: 0;
}

#ActiveTab {
  border: none;
  color: #fff;
  height: 0;
  padding: 0;
  position: absolute;
}

.testNavigation {
  margin-bottom: 40px;
}

.testNavigation ul:after {
  content: '';
  display: block;
  clear: both;
}

.testNavigation li {
  position: relative;
  width: 20%;
  height: 70px;
  padding: 10px 0;
  font-size: 12px;
}

.testNavigation li a {
  text-decoration: none;
}

.testNavigation li p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

.testNavigation li.correctPercent {
  background: #99da8a;
  color: white;
}

.testNavigation li.correctPercent span {
  font-size: 30px;
}

.testNavigation li.pgyRank {
  background: #88a9df;
  color: white;
}

.testNavigation li.pgyRank span {
  font-size: 30px;
}

.testNavigation li.pgyRank span.rank-pending-examreview {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
}

.testNavigation li.review p {
  color: #88a9df;
  font-size: 16px;
}

.testNavigation li.presentation a {
  color: #88a9df;
}

.testNavigation li.presentation i.icon {
  font-size: 25px;
}

.testNavigation li.presentation p {
  font-size: 16px;
}

.testNavigation li.tryAgain a {
  color: #99da8a;
}

.testNavigation li.tryAgain i.icon {
  font-size: 25px;
}

.testNavigation li.tryAgain p {
  font-size: 16px;
}

.testNavigation li.delete a {
  color: #909090;
}

.testNavigation li.delete i.icon {
  font-size: 25px;
}

.testNavigation li.delete p {
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  .testNavigation {
    padding: 0 5px;
    box-sizing: border-box;
  }

  .testNavigation li {
    width: 25%;
  }
}

.testGraphs header:after {
  content: '';
  display: block;
  clear: both;
}

.testGraphs h3 {
  float: left;
}

#testChart {
  min-height: 250px;
  position: relative;
}

#testChart .legend {
  text-align: center;
  position: relative;
  bottom: 0;
}

.testresult-tooltip {
  position: absolute;
  z-index: 20;
  font-size: 15px;
  background-color: white;
  line-height: 20px;
  padding: 0 12px;
  color: #4472c4;
  border: 1px solid #4472c4;
}

.google-chart {
  width: 100%;
  max-width: 720px;
}

@media only screen and (max-width: 740px) {
  .google-chart {
    max-width: 480px;
  }
}

.section-legend {
  float: right;
}

.legend {
  position: absolute;
  right: 25px;
  bottom: 20px;
}

.legend li {
  display: inline-block;
  color: #868686;
  font-size: 12px;
  margin-right: 10px;
}

.legend li i {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.legend li i.correct {
  background: #99da8a;
}

.legend li i.incorrect {
  background: #eeeef1;
}

.questionGrid .sort ul {
  display: inline-block;
}

.questionGrid .sort ul:after {
  content: '';
  display: block;
  clear: both;
}

.questionGrid .sort ul li {
  float: left;
  width: 80px;
  background: #f3f3f3;
}

.questionGrid .sort ul li.active {
  background: #7da2dc;
}

.questionGrid .sort ul li.active a {
  color: white;
}

.questionGrid header {
  margin-bottom: 10px;
}

.questionGrid header:after {
  content: '';
  display: block;
  clear: both;
}

.questionGrid header h3 {
  float: left;
  padding: 10px 0;
  font-size: 13px;
}

.questionGrid header .sort {
  float: right;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.questionGrid header .sort span {
  display: inline-block;
  padding: 10px 10px 0;
  color: #a7a7a7;
  vertical-align: top;
}

.questionGrid header .sort li {
  padding: 10px 0;
}

.questionGrid header .sort li a {
  color: #868686;
  text-decoration: none;
}

.questionGrid table {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .questionGrid table {
    table-layout: fixed;
  }

  .questionGrid table .question-number {
    width: 30px;
  }

  .questionGrid table .question-id {
    width: 90px;
  }

  .questionGrid table .topic,
  .questionGrid table .specialty {
    display: none;
  }
}

.questionGrid table th {
  font-size: 13px;
  background: #f9f9f9;
}

.questionGrid table th.header {
  cursor: pointer;
}

.questionGrid table th:first-of-type {
  border-top-left-radius: 5px;
}

.questionGrid table th:last-of-type {
  border-top-right-radius: 5px;
}

.questionGrid table .headerSortUp:after,
.questionGrid table .headerSortDown:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-top: 5px;
  border-style: solid;
}

.questionGrid table .headerSortDown:after {
  border-width: 4px 3.5px 0 3.5px;
  border-color: #6a6a6a transparent transparent transparent;
}

.questionGrid table .headerSortUp:after {
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #6a6a6a transparent;
}

.questionGrid table th {
  position: relative;
}

.questionGrid table th,
.questionGrid table td {
  padding: 5px 0;
  vertical-align: middle;
  color: #5c5c5c;
  border-bottom: solid 1px #eaeaea;
}

.questionGrid table tr.locked .question {
  position: relative;
}

.questionGrid table tr.locked .question i.icon {
  font-size: 17px;
  color: #909090;
}

.questionGrid table tr.locked .question:hover {
  background: #edf3fd;
}

.questionGrid table tr.locked .question a {
  color: #83868c;
}

.questionGrid table tr.locked .question:after {
  position: relative;
  bottom: -3px;
}

.questionGrid table tr.locked td {
  background: #edf3fd;
}

.questionGrid table .number {
  width: 70px;
  font-size: 20px;
  text-align: center;
  border-right: solid 1px #f3f3f3;
  background: #f9f9f9;
}

.questionGrid table .question {
  width: 160px;
  padding: 0;
  text-align: center;
  border-right: solid 1px #f3f3f3;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
}

.questionGrid table .question .question-arrow {
  display: inline-block;
}

.questionGrid table .question .question-arrow:after {
  content: '';
  float: right;
  margin-right: 10px;
  margin-top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent #bdbdbd;
}

.questionGrid table .question:hover {
  background: #f3f3f3;
}

.questionGrid table .question:hover a {
  color: #83868c;
}

.questionGrid table .question a {
  display: block;
  margin-left: 0;
  line-height: 40px;
  text-decoration: none;
  color: #6396e6;
}

.questionGrid table .passed {
  width: 70px;
  text-align: center;
}

.questionGrid table .passed i.icon-x {
  font-size: 11px;
  color: #cd5b5e;
}

.questionGrid table .passed i.icon-check {
  font-size: 13px;
  color: #56aa59;
}

.questionGrid table .correct {
  width: 40px;
  color: #56aa59;
  font-size: 16px;
  text-align: center;
}

.questionGrid table .selected {
  width: 70px;
  color: #dd5f5f;
  font-size: 16px;
  text-align: center;
}

.questionGrid table .specialty {
  width: 80px;
}

.questionGrid table .specialty,
.questionGrid table .topic {
  font-size: 13px;
  text-align: left;
}

.questionGrid table .tag {
  width: 40px;
  text-align: left;
  vertical-align: middle;
}

.qbankTest {
  /*.tagquestion {
      cursor: pointer;
      float: left;

      height: 41px;
      line-height: 41px;

      padding: 0 10px;

      &.unchecked {
        i.icon {
          background: transparent;
          border: 1px solid #c0c0c0;

          &:before {
            content: '';
          }
        }
      }

      i.icon {
        box-sizing: border-box;

        width: 24px;
        height: 24px;

        font-size: 12px;
        border-radius: 50%;

        vertical-align: middle;

        background: #14b287;
        color: white;

        &:before {
          padding-top: 7px;
          display: inline-block;
        }
      }
    }*/
}

.qbankTest__answer-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 599px) {
  .qbankTest__answer-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.qbankTest__return-answers {
  margin-top: 7px;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 12px;
}

.qbankTest__level-labels {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 599px) {
  .qbankTest__level-labels {
    top: 44px;
  }
}

.qbankTest__level-label {
  min-width: 35px;
  padding: 7px 0;
  line-height: 1;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transition-delay: 0.4s;
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  .qbankTest__level-label {
    min-width: 30px;
  }
}

.qbankTest__level-label:after {
  padding: 7px 0;
}

.qbankTest__level-label--visible {
  opacity: 1;
  visibility: visible;
}

.qbankTest__level-label + .qbankTest__level-label {
  margin-left: 5px;
}

.qbankTest__answer--type {
  width: 600px;
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 1023px) {
  .qbankTest__answer--type {
    width: 100%;
  }
}

.qbankTest__answer--hidden {
  display: none;
}

.qbankTest .question-notes-section-text {
  position: relative;
}

.qbankTest.topicquestion.simplemodal-data .question-popup-self-mastery {
  display: block !important;
  height: 40px;
  margin-right: 10px;
}

.qbankTest .nav {
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

.qbankTest .nav.top {
  display: block;
}

.qbankTest .nav.top.has-timer {
  position: relative;
  top: -58px;
}

.qbankTest .nav.bottom {
  display: block;
  margin-top: 40px;
}

.qbankTest .nav li {
  position: relative;
  display: inline-block;
  background: #edf3fd;
  transition: background 0.2s ease;
}

.qbankTest .nav li.disabled {
  background: #f7f7f5;
}

.qbankTest .nav li.disabled a {
  color: white;
}

.qbankTest .nav li a {
  display: block;
  width: 70px;
  padding: 9px 14px 9px 18px;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  color: #8195b8;
}

.qbankTest .nav li.disabled a {
  cursor: default;
}

.qbankTest .nav li.previous {
  text-align: right;
}

.qbankTest .nav li.previous i {
  left: 8px;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .nav li.previous i {
    left: 12px;
  }
}

@media only screen and (max-width: 599px) {
  .qbankTest .nav li.previous i {
    left: 8px;
  }
}

.qbankTest .nav li.next {
  text-align: left;
}

.qbankTest .nav li.next i {
  right: 8px;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .nav li.next i {
    right: 12px;
  }
}

@media only screen and (max-width: 599px) {
  .qbankTest .nav li.next i {
    right: 8px;
  }
}

.qbankTest .nav li i.icon {
  position: absolute;
  font-size: 24px;
}

.qbankTest .backToTestScore {
  float: right;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  position: relative;
  top: -41px;
}

.qbankTest .backToTestScore a {
  width: 150px;
  padding: 9px 20px;
  background: #7da2dc;
  color: #FFF;
  font-size: 16px;
  text-decoration: inherit;
  display: inline-block;
}

.qbankTest .backToTestScore a:hover {
  background: #5f7ba7;
}

.qbankTest .tools {
  height: 54px;
  border-bottom: 1px solid #f7f7f5;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 599px) {
  .qbankTest .tools {
    text-align: left;
    height: auto;
  }
}

.qbankTest .tools:after {
  content: '';
  display: block;
  clear: right;
}

.qbankTest .tools .questionSelect {
  z-index: 10;
  position: absolute;
  left: 0;
  width: 110px;
  border-right: 1px solid #f7f7f5;
}

.qbankTest .questionSelect.dropdown-wrapper.opened,
.qbankTest .questionSelect.dropdown-wrapper:hover {
  background: #fafafa;
}

.qbankTest .questionSelect .dropdown-btn {
  cursor: pointer;
  line-height: 25px;
}

.qbankTest .questionSelect .dropdown-inner {
  display: none;
  max-height: 210px;
  width: 100%;
  margin-top: 0;
  background: #fafafa;
  overflow-y: scroll;
  border-width: 0;
  border-top: 1px solid #efefef;
  border-radius: 0;
}

.qbankTest .questionSelect .dropdown-inner.visible {
  display: block;
}

.qbankTest .questionSelect .dropdown-inner li {
  display: block;
  padding: 5px;
  padding-left: 10px;
  cursor: pointer;
  color: #666666;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

.qbankTest .questionSelect .dropdown-inner li:hover,
.qbankTest .questionSelect .dropdown-inner li.current {
  background: #edf3fd;
}

@media only screen and (max-width: 599px) {
  .qbankTest .questionSelect {
    position: relative;
  }
}

.qbankTest .questionSelect h5 {
  line-height: 27px;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .questionSelect h5 {
    font-size: 12px;
  }
}

.qbankTest .questionSelect h5:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  margin-top: 32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #898989 transparent transparent transparent;
}

.qbankTest .questionSelect .currentQuestion {
  color: #666666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.qbankTest .questionSelect .totalQuestions {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.qbankTest .timer {
  float: left;
  padding: 0 10px 10px 10px;
  margin-bottom: 1px;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .timer {
    padding: 0 6px 10px 6px;
  }
}

.qbankTest .timer h5 {
  line-height: 27px;
  font-size: 13px;
  font-weight: normal;
  color: #999;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .timer h5 {
    font-size: 12px;
  }
}

.qbankTest .timer div {
  margin-top: 2px;
  color: #666666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .timer div {
    font-size: 16px;
  }
}

.qbankTest .rightBar {
  position: absolute;
  right: 0;
  top: 0;
}

.qbankTest .rightBar .selfProgressItem {
  padding: 5px 0 0 15px;
}

.qbankTest .reviewAndSubmit {
  display: inline-block;
  padding: 9px 15px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  color: white;
  background: #7da2dd;
  font-size: 16px;
  text-decoration: none;
}

.qbankTest .reviewAndSubmit:hover {
  background: #5f7ba7;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .reviewAndSubmit {
    font-size: 14px;
    padding: 9px 7px;
  }
}

@media only screen and (max-width: 599px) {
  .qbankTest .reviewAndSubmit {
    font-size: 12px;
    padding: 9px 4px;
  }
}

.qbankTest .testTools {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #f7f7f5;
  margin-bottom: 20px;
}

.qbankTest .testTools__left {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.qbankTest .testTools__right {
  position: relative;
  z-index: 1;
}

.qbankTest .testTools__icon-flask {
  position: relative;
  top: 2px;
}

.qbankTest .testTools__icon-calculator {
  position: relative;
  top: 1px;
}

.qbankTest .testTools__modal-btn {
  width: 40px;
  height: 40px;
  margin-left: 2px;
  background-color: #F9F9F9;
  color: #d3d3d3;
  border: none;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.qbankTest .testTools__modal-btn:hover,
.qbankTest .testTools__modal-btn--active {
  background-color: #7DA2DC;
  color: #F9F9F9;
}

.qbankTest .testTools__modal-btn:focus {
  outline: none;
}

.qbankTest .testTools__modal-btn::-moz-focus-inner {
  border: none;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .testTools__modal-btn {
    width: 35px;
  }
}

@media only screen and (max-width: 599px) {
  .qbankTest .testTools__modal-btn {
    margin-left: 0px;
  }
}

.qbankTest .testTools__lab-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.qbankTest .testTools__lab-modal--show {
  opacity: 1;
  visibility: visible;
}

.qbankTest .testTools__settings {
  position: relative;
}

.qbankTest .testTools__all-settings {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #6989bd;
  font-size: 15px;
}

.qbankTest .testTools-questions {
  position: relative;
  display: table-cell;
  width: 80px;
  border-right: 1px solid #f7f7f5;
  vertical-align: middle;
  text-align: center;
}

.qbankTest .testTools-questions .dropdown-inner {
  position: absolute;
  z-index: 3;
}

.qbankTest .testTools-options {
  position: relative;
  display: table-cell;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .qbankTest .testTools-options {
    display: inline-block;
    vertical-align: middle;
  }
}

.qbankTest .testTools-options:hover {
  background-color: #FAFAFA;
}

.qbankTest .testTools-controls {
  text-align: center;
}

.qbankTest .testTools-controls.nav.top {
  position: absolute;
  bottom: 6px;
  top: auto;
  left: 0;
  right: 0;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .testTools-controls .prevquestion,
  .qbankTest .testTools-controls .nextquestion {
    font-size: 0;
    width: 40px;
    padding: 9px 0;
  }
}

@media only screen and (max-width: 599px) {
  .qbankTest .testTools-controls .prevquestion,
  .qbankTest .testTools-controls .nextquestion {
    width: 30px;
  }
}

.qbankTest .testTools-timer {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 90px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .qbankTest .testTools-timer {
    float: left;
    width: 70px;
  }
}

@media only screen and (max-width: 599px) {
  .qbankTest .testTools-timer {
    width: 33%;
    box-sizing: border-box;
  }
}

.qbankTest .testTools-timer--first {
  border-right: 1px solid #f7f7f5;
}

.qbankTest .testTools-backBtn {
  display: table-cell;
  vertical-align: middle;
  width: 235px;
  float: none;
  top: 0;
  text-align: left;
}

.qbankTest .testTools-backBtn a {
  text-align: center;
}

.qbankTest .testTools-backBtn .selfProgressItem {
  position: absolute;
  margin: 2px 10px;
}

.qbankTest .testTools-reviewBtn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .qbankTest .testTools {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 0;
    margin-bottom: 10px;
  }

  .qbankTest .testTools-controls.nav.top {
    position: static;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    text-align: left;
  }

  .qbankTest .testTools-backBtn,
  .qbankTest .testTools-reviewBtn {
    overflow: hidden;
    text-align: right;
  }

  .qbankTest .testTools-reviewBtn .reviewAndSubmit {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .qbankTest .testTools-reviewBtn .selfProgressItem {
    display: inline-block !important;
    float: none;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -7px;
  }
}

.qbankTest .testTools .selfProgressItem {
  vertical-align: middle;
}

.qbankTest h1 .tagquestion {
  font-size: 12px;
  font-weight: normal;
  float: right;
  line-height: normal;
  text-align: center;
}

.qbankTest .question {
  font: 16px / 1.3 "Arial", "Helvetica-Neue", "Helvetica", sans-serif;
}

.qbankTest .question .text {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 25px;
  text-align: justify;
}

.qbankTest .question .testID {
  padding-top: 5px;
  font-size: 14px;
  color: #c0c0c0;
}

.qbankTest .question .testID span {
  padding-left: 5px;
}

.qbankTest .question .review-topic-link {
  text-decoration: none;
  color: #8d8d8d;
}

.qbankTest .question .review-topic-link:hover {
  text-decoration: underline;
  color: inherit;
}

@media only screen and (max-width: 599px) {
  .qbankTest .question {
    padding: 0 5px;
  }
}

.qbankTest .figures {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333333;
}

.qbankTest .figures ul {
  display: inline-block;
  padding-left: 15px;
}

.qbankTest .figures li {
  display: inline-block;
  padding-right: 20px;
}

.qbankTest .figures i.icon {
  font-size: 15px;
  color: #c0c0c0;
}

.qbankTest .illustrations {
  font-size: 14px;
  color: #333333;
}

.qbankTest .illustrations i.icon {
  font-size: 15px;
  color: #c0c0c0;
}

.qbankTest .answers:not(.showPreferred) .answerItem .bar {
  width: 0% !important;
}

.qbankTest .answers.showPreferred .answerItem.selected:not(.right) .answerText {
  color: #f07070;
}

.qbankTest .answers.showPreferred .answerItem.selected:not(.right) .bar {
  background: #f07070;
}

.qbankTest .answers.showPreferred .right .answerText {
  color: #61B096;
}

.qbankTest .answers.showPreferred .right .bar {
  background: #61B096 !important;
}

.qbankTest .answers.showPreferred .answerItem .preferred {
  max-height: 100px;
  transition: max-height 0.5s ease-out;
}

.qbankTest .answers .answerItem {
  min-height: 29px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.qbankTest .answers .answerItem.line-through .answerText {
  text-decoration: line-through;
}

.qbankTest .answers .answerItem.right {
  float: none;
}

.qbankTest .answers .answerItem.selected {
  background: #e0eafa;
}

.qbankTest .answers .answerItem.selected .answerNumber {
  color: white;
  background: #6b98df;
  border-color: #6b98df;
}

.qbankTest .answers .answerItem.selected .progress {
  background: white;
}

.qbankTest .answers .answerItem.type-wrong {
  display: none;
}

.qbankTest .answers .answerItem .answerNumber {
  display: block;
  float: left;
  font-size: 16px;
  border: 1px solid #9f9f9f;
  color: #6e6e6e;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .qbankTest .answers .answerItem .answerNumber {
    display: block;
    float: left;
  }
}

.qbankTest .answers .answerItem .answerDescription {
  display: block;
  padding-left: 10px;
  margin-left: 30px;
  padding-top: 4px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .qbankTest .answers .answerItem .answerDescription {
    display: block;
    padding-top: 5px;
    margin-left: 25px;
    line-height: 1.5;
  }
}

.qbankTest .answers .answerItem .answerText {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

.qbankTest .answers .answerItem .preferred {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.qbankTest .answers .answerItem .progress {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 280px;
  height: 13px;
  background: #f3f3f3;
}

@media only screen and (max-width: 599px) {
  .qbankTest .answers .answerItem .progress {
    width: 80%;
  }
}

.qbankTest .answers .answerItem .progress .bar {
  transition: width 0.5s;
  position: absolute;
  left: 0;
  height: 13px;
  background: #c0c0c0;
}

.qbankTest .answers .answerItem .percent {
  display: inline-block;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}

.qbankTest .answers .answerItem .number {
  display: inline-block;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
}

.qbankTest .preferredResponse {
  position: relative;
  margin-top: 15px;
}

.qbankTest .preferredResponse__controls {
  display: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .qbankTest .preferredResponse__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.qbankTest .preferredResponse.active .preferredTitle {
  display: none;
}

.qbankTest .preferredResponse.active .preferredResponse__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qbankTest .preferredResponse p.preferredTitle {
  height: 36px;
  font-size: 14px;
  color: #ccc;
}

.qbankTest .preferredResponse .collapseBtn {
  height: 34px;
  min-height: 34px;
  padding: 0 12px;
  text-decoration: none;
  line-height: 34px;
  font-size: 14px;
}

.qbankTest .preferredResponse .collapseBtn .preferredResponse__collapseBtn-number {
  display: none;
  font-size: 18px;
  padding: 0 5px;
}

.qbankTest .preferredResponse .collapseBtn.collapsed .preferredResponse__collapseBtn-number {
  display: inline-block;
}

.qbankTest .preferredResponse .collapseBtn:after {
  position: relative;
  top: -2px;
}

.qbankTest .preferredResponse .collapse {
  padding-left: 5px;
}

.qbankTest .preferredResponse .text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
}

.qbankTest .preferredResponse .text ul {
  margin-top: 5px;
}

.qbankTest .preferredResponse .text li {
  padding-bottom: 5px;
}

.qbankTest .preferredResponse .text p {
  margin-bottom: 20px;
}

.qbankTest .preferredResponse .illustrations {
  margin-bottom: 15px;
  font-size: 14px;
}

.qbankTest .preferredResponse .illustrations ul {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 599px) {
  .qbankTest .preferredResponse .illustrations ul {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

.qbankTest .preferredResponse .illustrations li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}

.qbankTest .preferredResponse .illustrations li span {
  vertical-align: top;
  padding-right: 5px;
}

.qbankTest .preferredResponse .illustrations li img {
  width: 55px;
}

.qbankTest .preferredResponse .references span {
  margin-bottom: 16px;
}

.qbankTest .preferredResponse .references span.dashboard-item__vote-btn {
  margin-bottom: 0;
}

.qbankTest .preferredResponse .references ul {
  display: inline-block;
  padding-left: 5px;
}

.qbankTest .preferredResponse .references ul.dashboardBreadcrumbs {
  padding-left: 0;
}

.qbankTest .preferredResponse .references li {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #4335b1;
}

.qbankTest .preferredResponse .references li.dashboardBreadcrumbs-item {
  width: auto;
  height: auto;
  background-color: transparent;
}

.qbankTest .preferredResponse .references li a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

.qbankTest .preferredResponse .authors {
  margin-bottom: 20px;
  font-size: 16px;
}

.qbankTest .preferredResponse .authors ul {
  display: inline-block;
}

@media only screen and (max-width: 599px) {
  .qbankTest .preferredResponse .authors ul {
    padding-top: 5px;
    padding-left: 0px;
  }
}

.qbankTest .preferredResponse .authors li {
  display: inline-block;
}

.qbankTest .preferredResponse .authors li a {
  font-size: 16px;
  color: #7da2dd;
  text-decoration: none;
}

.qbankTest .preferredResponse .rating {
  height: 40px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
}

.qbankTest .preferredResponse .rating ul {
  line-height: 42px;
  display: inline-block;
}

.qbankTest .preferredResponse .rating li {
  display: inline-block;
  color: #c0c0c0;
}

.qbankTest .preferredResponse .rating span {
  line-height: 42px;
  font-size: 24px;
  color: #666666;
  padding: 0 7px;
}

.qbankTest .preferredResponse .rating a {
  line-height: 42px;
  color: #666;
  font-size: 13px;
}

.qbankTest__complete .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
}

.qbankTest__complete .questionGrid h3 {
  padding: 10px 0;
  font-size: 13px;
  text-transform: uppercase;
}

.qbankTest__complete .questionGrid .answer,
.qbankTest__complete .questionGrid .review {
  text-align: center;
  font-size: 16px;
  padding: 17px 0;
}

.qbankTest__complete .questionGrid .answer span,
.qbankTest__complete .questionGrid .review span {
  font-size: 12px;
}

.qbankTest__complete .questionGrid .answer a,
.qbankTest__complete .questionGrid .review a {
  font-size: 16px;
}

.qbankTest__complete .questionGrid .tag {
  text-align: center;
  vertical-align: middle;
  padding: 9px 0;
}

.ui-autocomplete.ui-widget-content {
  width: 595px;
  max-height: 380px;
  overflow: auto;
  border: 1px solid #EAEAEA;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}

@media only screen and (max-width: 1023px) {
  .ui-autocomplete.ui-widget-content {
    width: 70vw;
  }
}

.ui-autocomplete .qbankTest__answer-proposal.ui-menu-item {
  margin: 0;
  padding: 12px 10px;
  border: none;
  transition: background 0.2s ease;
  font-family: 'Arial';
  font-size: 14px;
}

.ui-autocomplete .qbankTest__answer-proposal.ui-menu-item:hover,
.ui-autocomplete .qbankTest__answer-proposal.ui-menu-item:focus,
.ui-autocomplete .qbankTest__answer-proposal.ui-menu-item.ui-state-focus {
  background: #E3ECFD;
  border: none;
}

.ui-autocomplete .qbankTest__answer-proposal.ui-menu-item.qbankTest__answer-proposal--empty:hover,
.ui-autocomplete .qbankTest__answer-proposal.ui-menu-item.qbankTest__answer-proposal--empty:focus,
.ui-autocomplete .qbankTest__answer-proposal.ui-menu-item.qbankTest__answer-proposal--empty.ui-state-focus {
  background: transparent;
  border: none;
}

.question-item {
  position: relative;
}

.question-item--blur .question {
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.question-item--blur .answers {
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.question-item--in-scope:before {
  content: url(/ux-svg/peak/target.svg);
  position: absolute;
  top: -60px;
  right: 45px;
}

@media only screen and (max-width: 599px) {
  .question-item--in-scope:before {
    display: none;
  }
}

.simplemodal-container .question-item--in-scope:before {
  top: 4px;
  right: 50px;
}

.showPreferred .qbankTest__level-label,
.showPreferred .mastery-banner__counter {
  visibility: visible;
  opacity: 1;
}

.finished-question-layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  line-height: 1.3;
}

.finished-question-layout:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.8;
  background-color: #FFFFFF;
}

.finished-question-layout__wrapper {
  display: inline-block;
  padding-top: 50px;
  text-align: center;
}

.finished-question-layout__icon {
  padding-bottom: 20px;
  color: #61B096;
  font-size: 50px;
}

.finished-question-layout__text {
  padding-bottom: 35px;
  color: #333333;
  font-size: 16px;
}

.finished-question-layout__button {
  border: none;
  background-color: transparent;
  font-size: 14px;
}

.finished-question-layout--active {
  opacity: 1;
  visibility: visible;
}

header.testTitle {
  padding-top: 16px;
  margin-bottom: 28px;
  padding-left: 5px;
}

header.testTitle h1 {
  font-size: 24px;
  line-height: 1.1;
}

header.testTitle .testCode {
  color: #999;
  font-size: 11px;
}

.testTitle__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .testTitle__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1023px) {
  .testTitle__button {
    margin-top: 15px;
  }
}

.testTitle__additional-part {
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .testTitle__additional-part {
    text-align: left;
  }
}

.retaking-exam-info-top-margin {
  height: 50px;
}

.retaking-exam-info {
  border: 1px solid #EAEAEA;
  border-left: 3px solid #7DA2DC;
  border-radius: 1px;
  margin-left: 50px;
  padding: 20px;
  width: 650px;
}

@media only screen and (max-width: 1023px) {
  .retaking-exam-info {
    width: 100%;
    max-width: 650px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 599px) {
  .retaking-exam-info {
    border: none;
  }
}

.retaking-exam-info__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.retaking-exam-info__test-code {
  color: #878787;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.retaking-exam-info__test-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  .retaking-exam-info__test-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.retaking-exam-info__test-info--item {
  border-right: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 599px) {
  .retaking-exam-info__test-info--item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: none;
    padding-top: 15px;
  }
}

.retaking-exam-info__test-info--item:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.retaking-exam-info__test-info--item span:first-child {
  color: #878787;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.retaking-exam-info__test-info--item span {
  font-size: 16px;
}

.retaking-exam-info__test-info--start-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .retaking-exam-info__test-info--start-test {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 20px;
  }
}

.retaking-exam-info__test-info--start-test a {
  background-color: #79c969;
  color: #fff;
  font-size: 16px;
  margin-left: 53px;
  padding: 10px;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  .retaking-exam-info__test-info--start-test a {
    margin-left: 0px;
  }
}

.retaking-exam-info__test-info--start-test a:hover {
  background-color: #56AA59;
  text-decoration: none;
}

.retaking-exam-info__additional-info {
  background-color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}

@media only screen and (max-width: 599px) {
  .retaking-exam-info__additional-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.retaking-exam-info__additional-info--text {
  color: #878787;
  line-height: 20px;
  margin-right: 10px;
  width: 85%;
}

@media only screen and (max-width: 599px) {
  .retaking-exam-info__additional-info--text {
    width: 100%;
    margin-right: 0px;
  }
}

.retaking-exam-info__additional-info--label {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .retaking-exam-info__additional-info--label {
    padding-bottom: 15px;
  }
}

.retaking-exam-info__additional-info--label .icon {
  color: #FDD16B;
  font-size: 35px;
}

.topicPage > header .authors {
  padding-left: 11px;
}

.topicNavigation {
  position: absolute;
  right: 0;
  font-size: 0;
}

.topicNavigation a {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 34px;
  text-align: center;
  color: white;
  background: #3e6198;
  cursor: pointer;
  margin-right: 1px;
}

.topicNavigation .section-control i {
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.topicNavigation .section-control i:after {
  font-family: 'icomoon';
  content: "\e934";
  font-size: 7px;
  color: #fff;
  transition: all 0.3s ease-out;
}

.topicNavigation .section-control.collapsed i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -2px;
  padding-bottom: 5px;
}

.stickMenu .noteControl {
  position: fixed;
  top: 32px;
}

@media only screen and (min-width: 600px) {
  .stickMenu .noteControl {
    transition: top 0.3s ease-out;
  }
}

.stickMenu.full .noteControl {
  top: 76px;
  transition: top 0.3s ease-out;
}

.topicProgressSection {
  float: right;
}

@media only screen and (max-width: 599px) {
  .topicHeader__title {
    overflow: hidden;
    margin: 0;
  }

  nav.topicHeader__nav {
    text-align: right;
    margin: 0;
  }

  .topicHeader__progress {
    padding: 0;
  }
}

.topicImages {
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
}

.topicImages .slider {
  height: 170px;
}

.topicImages .slider-finite {
  height: 170px;
}

.topicImages img {
  height: 170px;
  width: auto !important;
}

.stepItem li.tg-bullet.green {
  background: #99da8a;
  color: white !important;
}

.stepItem li.tg-bullet.grey {
  background: #c0c0c0;
  color: white !important;
}

.stepItem li.tg-bullet.blue {
  background: #b8d0f8;
  color: white !important;
}

.stepItem li.tg-bullet.yellow {
  background: #ccdb7f;
  color: white !important;
}

.stepItem li.tg-bullet.red {
  background: #f9a7b5;
  color: white !important;
}

.topicText article {
  padding: 10px 0;
  /*table {
      width: 95%;
      margin: 0 auto;

      th, td {
        padding: 5px 9px;
        color: #333;
        line-height: 1.2;
      }
      td {
        border: 1px solid #f3f3f3;
        font-size: 14px;

        .icon {
          margin-right: 10px;
        }

        &:first-of-type {
          border-left: none;
          color: #1b56b2;
        }
        &:last-of-type {
          width: 80px;
          border-right: none;
        }
      }
      thead th {
        text-align: center;
        background: #dfeafb;
        font-size: 14px;
        font-weight: bold;
      }
    }*/
}

.topicText article .radial {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  margin-right: 10px;
}

.topicText article .noteWrapper {
  position: relative;
}

.topicText article > ul {
  padding-left: 15px;
  margin-left: 15px;
}

.topicText article > ul li {
  list-style: disc;
}

.topicText article > ul li > ul {
  padding-left: 15px;
}

@media only screen and (max-width: 599px) {
  .topicText article > ul li > ul {
    padding-left: 10px;
  }
}

.topicText article > ul li li {
  list-style: circle;
}

.topicText article li .trigger {
  position: absolute;
  right: -3px;
  height: 100%;
  width: 6px;
  cursor: pointer;
}

.topicText article li.percent0 {
  position: relative;
  border-right: 5px solid transparent;
}

.topicText article li.percent20 {
  position: relative;
  border-right: 5px solid #d9f8e7;
}

.topicText article li.percent40 {
  position: relative;
  border-right: 5px solid #9fedc4;
}

.topicText article li.percent60 {
  position: relative;
  border-right: 5px solid #64db9d;
}

.topicText article li.percent80 {
  position: relative;
  border-right: 5px solid #14b287;
}

.topicText article li.percent100 {
  position: relative;
  border-right: 5px solid #0b8d6a;
}

.topicText article p {
  padding: 2px 10px 2px 0;
  line-height: 18px;
  font-size: 16px;
  color: #333333;
  /*
      .noteIndicator {
        position: relative;
        margin-left: 5px;
        color: #b8d0f8;
        font-size: 16px;

        i {
          position: absolute;
          right: -10px;
          top: -4px;

          font-size: 12px;
        }

        &.green {
          color: #99da8a;
        }
        &.grey {
          color: #c0c0c0;
        }
        &.blue {
          color: #b8d0f8;
        }
        &.yellow {
          color: #ccdb7f;
        }
        &.red {
          color: #f9a7b5;
        }
      }
*/
}

.topicText article p span {
  color: #1b56b2;
}

.topicText article p span.tested {
  font-weight: bold;
}

.topicText article .hover-photo {
  position: relative;
  text-decoration: none;
}

.topicText article .hover-photo .imageHoverPopup {
  position: absolute;
  border: 1px solid black;
  padding: 3px;
  background: white;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.topicText article .hover-photo .imageHoverPopup img {
  vertical-align: top;
}

.topicText article .icon-camera,
.topicText article .icon-camera-blank {
  color: #c0c0c0;
}

.topicText div.approvers img {
  display: inline-block;
}

.topicContent .content-filter__param {
  width: 32%;
}

.topicContent.level1 .topicText article > ul > li,
.topicContent.level2 .topicText article > ul > li,
.topicContent.level3 .topicText article > ul > li,
.topicContent.level4 .topicText article > ul > li,
.topicContent.level5 .topicText article > ul > li {
  display: none;
}

.topicContent.level1 .topicText .level1 {
  padding-top: 5px;
  display: list-item;
}

.topicContent.level1 .topicText .level1 > ul > li {
  padding-top: 5px;
  display: list-item;
}

.topicContent.level2 .topicText .level1,
.topicContent.level2 .topicText .level2 {
  padding-top: 5px;
  display: list-item;
}

.topicContent.level2 .topicText .level1 > ul > li,
.topicContent.level2 .topicText .level2 > ul > li {
  padding-top: 5px;
  display: list-item;
}

.topicContent.level3 .topicText .level1,
.topicContent.level3 .topicText .level2,
.topicContent.level3 .topicText .level3 {
  padding-top: 5px;
  display: list-item;
}

.topicContent.level3 .topicText .level1 > ul > li,
.topicContent.level3 .topicText .level2 > ul > li,
.topicContent.level3 .topicText .level3 > ul > li {
  padding-top: 5px;
  display: list-item;
}

.topicContent.level4 .topicText .level1,
.topicContent.level4 .topicText .level2,
.topicContent.level4 .topicText .level3,
.topicContent.level4 .topicText .level4 {
  padding-top: 5px;
  display: list-item;
}

.topicContent.level4 .topicText .level1 > ul > li,
.topicContent.level4 .topicText .level2 > ul > li,
.topicContent.level4 .topicText .level3 > ul > li,
.topicContent.level4 .topicText .level4 > ul > li {
  padding-top: 5px;
  display: list-item;
}

.topicContent.level5 .topicText .level1,
.topicContent.level5 .topicText .level2,
.topicContent.level5 .topicText .level3,
.topicContent.level5 .topicText .level4,
.topicContent.level5 .topicText .level5 {
  padding-top: 5px;
  display: list-item;
}

.topicContent.level5 .topicText .level1 > ul > li,
.topicContent.level5 .topicText .level2 > ul > li,
.topicContent.level5 .topicText .level3 > ul > li,
.topicContent.level5 .topicText .level4 > ul > li,
.topicContent.level5 .topicText .level5 > ul > li {
  padding-top: 5px;
  display: list-item;
}

@media only screen and (max-width: 599px) {
  .collapsable.blue article {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 599px) {
  .collapsable.blue.caselog article {
    padding: 0;
  }
}

.questions .nav {
  margin-top: 3px;
}

.cases article,
.videos article,
.posts article,
.groups article,
.evidence article,
.references article {
  margin-top: 10px;
  padding: 0;
}

.cases .left,
.videos .left,
.posts .left,
.groups .left,
.evidence .left,
.references .left {
  float: left;
  text-align: center;
}

.cases .content,
.videos .content,
.posts .content,
.groups .content,
.evidence .content,
.references .content {
  width: 65%;
  float: left;
  padding-left: 20px;
}

.cases .breadcrumbs,
.videos .breadcrumbs,
.posts .breadcrumbs,
.groups .breadcrumbs,
.evidence .breadcrumbs,
.references .breadcrumbs {
  color: #9f9f9f;
}

.technique-guides article {
  margin-top: 10px;
  padding: 0;
}

.technique-guides .left {
  float: left;
  text-align: center;
}

.technique-guides .content {
  float: left;
  padding-left: 20px;
}

.technique-guides .breadcrumbs {
  color: #9f9f9f;
}
