.bookmarks .bookmarkstooltip {
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 100;
  width: 166px;
  margin-left: -40px;
  background-color: #fff;
  color: #898989;
  line-height: 1;
  border: 1px solid #14b287;
}

.bookmarks .bookmarkstooltip:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #14b287;
}

.bookmarks .bookmarkstooltip:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.bookmarks .bookmarkstooltip-title {
  display: block;
  padding: 10px;
  background: #f9f9f9;
  text-decoration: none;
  font-size: 12px;
  color: #666;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
}

.bookmarks .bookmarkstooltip-title:hover {
  color: #1f1fc7;
  text-decoration: underline;
}

.bookmarks .bookmarkstooltip a.bookmarkstooltip-title:hover {
  background: #eaeaea;
}

.bookmarks .bookmarkstooltip-link {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  color: #1f1fc7;
  text-decoration: none;
}

.bookmarks .bookmarkstooltip-link:hover .bookmarkstooltip-label {
  text-decoration: underline;
}

.bookmarks .bookmarkstooltip-count {
  padding-left: 5px;
  color: #666666;
}

.bookmarks:hover .bookmarkstooltip {
  display: block;
}

span.aaos-caution {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 80px;
  background: url('/images/aaos-gray-md.png') center no-repeat;
  background-size: 80px;
  transition: background linear 0.15s;
}

span.aaos-caution:hover {
  background: url('/images/aaos-md.png') center no-repeat;
  background-size: 80px;
}

.pass-peak-tooltip {
  background-color: #f9f9f9;
  border: none;
  padding: 0;
}

.pass-peak-tooltip .qtip-tip {
  display: none !important;
}

.pass-peak-tooltip .qtip-content {
  padding: 0;
  overflow: inherit;
}

.qtip-content .pass-peak-small-panel {
  box-shadow: #a5a5a5 0px 2px 5px 0px;
}

.pass-peak-small-panel {
  font-size: 0;
}

.pass-peak-small-panel .pass-peak-small-panel--item {
  display: inline-block;
  padding: 4px 2px 0px 2px;
  background-color: #f9f9f9;
  vertical-align: top;
  text-align: center;
}

.pass-peak-small-panel .pass-peak-small-panel--item-topic[data-progress="20"] {
  background-color: #C9E9F9;
}

.pass-peak-small-panel .pass-peak-small-panel--item-topic[data-progress="40"] {
  background-color: #81CDF2;
}

.pass-peak-small-panel .pass-peak-small-panel--item-topic[data-progress="60"] {
  background-color: #5DBFEE;
}

.pass-peak-small-panel .pass-peak-small-panel--item-topic[data-progress="80"] {
  background-color: #39B1EB;
}

.pass-peak-small-panel .pass-peak-small-panel--item-topic[data-progress="100"] {
  background-color: #2F91C1;
}

.pass-peak-small-panel .pass-peak-small-panel--item-question[data-progress="20"] {
  background-color: #D3E9E2;
}

.pass-peak-small-panel .pass-peak-small-panel--item-question[data-progress="40"] {
  background-color: #9ACCBC;
}

.pass-peak-small-panel .pass-peak-small-panel--item-question[data-progress="60"] {
  background-color: #7DBEA9;
}

.pass-peak-small-panel .pass-peak-small-panel--item-question[data-progress="80"] {
  background-color: #61B096;
}

.pass-peak-small-panel .pass-peak-small-panel--item-question[data-progress="100"] {
  background-color: #50917B;
}

.pass-peak-small-panel .pass-peak-small-panel--item-evidence[data-progress="20"] {
  background-color: #FEF2D6;
}

.pass-peak-small-panel .pass-peak-small-panel--item-evidence[data-progress="40"] {
  background-color: #FDE1A0;
}

.pass-peak-small-panel .pass-peak-small-panel--item-evidence[data-progress="60"] {
  background-color: #FDD985;
}

.pass-peak-small-panel .pass-peak-small-panel--item-evidence[data-progress="80"] {
  background-color: #FDD16B;
}

.pass-peak-small-panel .pass-peak-small-panel--item-evidence[data-progress="100"] {
  background-color: #CFAD5D;
}

.pass-peak-small-panel .pass-peak-small-panel--item-case[data-progress="20"] {
  background-color: #FED6D6;
}

.pass-peak-small-panel .pass-peak-small-panel--item-case[data-progress="40"] {
  background-color: #FDA1A0;
}

.pass-peak-small-panel .pass-peak-small-panel--item-case[data-progress="60"] {
  background-color: #FD8685;
}

.pass-peak-small-panel .pass-peak-small-panel--item-case[data-progress="80"] {
  background-color: #FD6C6A;
}

.pass-peak-small-panel .pass-peak-small-panel--item-case[data-progress="100"] {
  background-color: #D05957;
}

.pass-peak-small-panel .pass-peak-small-panel--item-video[data-progress="20"] {
  background-color: #FCE7D5;
}

.pass-peak-small-panel .pass-peak-small-panel--item-video[data-progress="40"] {
  background-color: #F8C79E;
}

.pass-peak-small-panel .pass-peak-small-panel--item-video[data-progress="60"] {
  background-color: #F6B783;
}

.pass-peak-small-panel .pass-peak-small-panel--item-video[data-progress="80"] {
  background-color: #F5A868;
}

.pass-peak-small-panel .pass-peak-small-panel--item-video[data-progress="100"] {
  background-color: #C98A56;
}

.pass-peak-small-panel .pass-peak-small-panel--item-tasklist[data-progress="20"] {
  background-color: #FFE2B9;
}

.pass-peak-small-panel .pass-peak-small-panel--item-tasklist[data-progress="40"] {
  background-color: #FFBC5C;
}

.pass-peak-small-panel .pass-peak-small-panel--item-tasklist[data-progress="60"] {
  background-color: #FFA92E;
}

.pass-peak-small-panel .pass-peak-small-panel--item-tasklist[data-progress="80"] {
  background-color: #FF9600;
}

.pass-peak-small-panel .pass-peak-small-panel--item-tasklist[data-progress="100"] {
  background-color: #e88a03;
}

.pass-peak-small-panel .pass-peak-small-panel--item-selfmastery[data-progress="20"] {
  background-color: #CAEDF0;
}

.pass-peak-small-panel .pass-peak-small-panel--item-selfmastery[data-progress="40"] {
  background-color: #84D5DC;
}

.pass-peak-small-panel .pass-peak-small-panel--item-selfmastery[data-progress="60"] {
  background-color: #61C9D2;
}

.pass-peak-small-panel .pass-peak-small-panel--item-selfmastery[data-progress="80"] {
  background-color: #3EBDC9;
}

.pass-peak-small-panel .pass-peak-small-panel--item-selfmastery[data-progress="100"] {
  background-color: #339BA5;
}

.pass-peak-small-panel .pass-peak-small-panel--item-faculty[data-progress="20"] {
  background-color: #C9D8E7;
}

.pass-peak-small-panel .pass-peak-small-panel--item-faculty[data-progress="40"] {
  background-color: #82A4C7;
}

.pass-peak-small-panel .pass-peak-small-panel--item-faculty[data-progress="60"] {
  background-color: #5F8AB7;
}

.pass-peak-small-panel .pass-peak-small-panel--item-faculty[data-progress="80"] {
  background-color: #3C71A8;
}

.pass-peak-small-panel .pass-peak-small-panel--item-faculty[data-progress="100"] {
  background-color: #325D8A;
}

.pass-peak-small-panel .pass-peak-small-panel--item-cptcaselog[data-progress="20"] {
  background-color: #CFE6E9;
}

.pass-peak-small-panel .pass-peak-small-panel--item-cptcaselog[data-progress="40"] {
  background-color: #76CCd5;
}

.pass-peak-small-panel .pass-peak-small-panel--item-cptcaselog[data-progress="60"] {
  background-color: #4DB2BC;
}

.pass-peak-small-panel .pass-peak-small-panel--item-cptcaselog[data-progress="80"] {
  background-color: #359AA4;
}

.pass-peak-small-panel .pass-peak-small-panel--item-cptcaselog[data-progress="100"] {
  background-color: #21828C;
}

.pass-peak-small-panel .pass-peak-small-panel--item-empty {
  background-color: #f9f9f9 !important;
  visibility: hidden;
}

.pass-peak-small-panel .pass-peak-small-panel--item--legend {
  margin-top: -5px;
}

.pass-peak-small-panel .pass-peak-small-panel--item--legend--label {
  color: #395685;
  font-size: 9px;
  text-align: center;
}

.pass-peak-small-panel .pass-peak-small-panel--item--legend--notes {
  color: #395685;
  font-size: 9px;
  text-align: center;
  margin-top: -2px;
}

.pass-peak-small-panel .pass-peak-small-panel--item[data-progress="0"] .pass-peak-small-panel--item--legend--label {
  color: #395685 !important;
}

.pass-peak-small-panel .pass-peak-small-panel--item[data-progress="0"] .pass-peak-small-panel--item--legend--notes {
  color: #395685 !important;
}

.pp-tooltip {
  text-align: left;
  width: 360px;
}

@media only screen and (max-width: 599px) {
  .pp-tooltip {
    width: 83vw;
  }
}

.pp-tooltip__header {
  color: #ffffff;
  padding: 3px 10px;
}

.pp-tooltip__logo {
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.pp-tooltip__help {
  float: right;
}

.pp-tooltip__help-link {
  color: #ffffff;
  font-size: 12px;
  transition: color 0.2s ease;
}

.pp-tooltip__help-link:hover,
.pp-tooltip__help-link:focus {
  text-decoration: none;
}

.pp-tooltip__content {
  padding: 10px;
}

@media only screen and (max-width: 599px) {
  .pp-tooltip__content {
    padding: 10px 5px;
  }
}

.pp-tooltip__progress {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
}

.pp-tooltip__progress-explanation {
  vertical-align: middle;
  text-align: left;
  max-width: 270px;
  white-space: normal;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .pp-tooltip__progress-explanation {
    max-width: calc(100% - 60px);
    padding-left: 5px;
  }
}

.pp-tooltip__peak-icon {
  vertical-align: middle;
  font-size: 18px;
}

.pp-tooltip__peak-text {
  vertical-align: middle;
}

.pp-tooltip--empty {
  border: 1px solid #39B1EB;
  padding: 10px;
}

.pp-tooltip--topic {
  background-color: #dff3ff;
  border: 1px solid #39B1EB;
}

.pp-tooltip--topic .pp-tooltip__header {
  background-color: #39B1EB;
}

.pp-tooltip--topic .pp-tooltip__help-link:hover {
  color: #dff3ff;
}

.pp-tooltip--question {
  background-color: #e8f3f0;
  border: 1px solid #61B096;
}

.pp-tooltip--question .pp-tooltip__header {
  background-color: #61B096;
}

.pp-tooltip--question .pp-tooltip__help-link:hover {
  color: #e8f3f0;
}

.pp-tooltip--evidence {
  background-color: #fff8e9;
  border: 1px solid #FDD16B;
}

.pp-tooltip--evidence .pp-tooltip__header {
  background-color: #FDD16B;
}

.pp-tooltip--evidence .pp-tooltip__help-link:hover {
  color: #fff8e9;
}

.pp-tooltip--case {
  background-color: #ffe3d6;
  border: 1px solid #FD6C6A;
}

.pp-tooltip--case .pp-tooltip__header {
  background-color: #FD6C6A;
}

.pp-tooltip--case .pp-tooltip__help-link:hover {
  color: #ffe3d6;
}

.pp-tooltip--video {
  background-color: #feecd6;
  border: 1px solid #F5A868;
}

.pp-tooltip--video .pp-tooltip__header {
  background-color: #F5A868;
}

.pp-tooltip--video .pp-tooltip__help-link:hover {
  color: #feecd6;
}

.pp-tooltip--techniqueguide {
  background-color: #e2f5f7;
  border: 1px solid #3EBDC9;
}

.pp-tooltip--techniqueguide .pp-tooltip__header {
  background-color: #3EBDC9;
}

.pp-tooltip--techniqueguide .pp-tooltip__help-link:hover {
  color: #e2f5f7;
}

.pp-tooltip .radial {
  width: 48px;
  height: 48px;
}

.pp-tooltip .radial .inset {
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-top: 4px;
}

.pp-tooltip .radial .inset .percentage {
  width: 100%;
  top: 13px;
  left: 0;
  font-size: 14px;
}

.pp-tooltip .radial .circle .mask {
  width: 48px;
  height: 48px;
  clip: rect(0px, 48px, 48px, 24px);
}

.pp-tooltip .radial .circle .mask .fill {
  width: 48px;
  height: 48px;
  clip: rect(0px, 24px, 48px, 0px);
}

.ortho-tooltip--progress-explanation {
  border: none;
  z-index: 14 !important;
}

.ortho-tooltip--progress-explanation.loading {
  visibility: hidden;
}

.ortho-tooltip--progress-explanation .qtip-content {
  padding: 0;
}

.ortho-tooltip--progress-explanation .tooltip-content {
  padding: 0;
}

.ortho-tooltip--progress-explanation .tooltip-content--empty {
  border: 1px solid #7da2dd;
  padding: 10px;
}

.ortho-tooltip--progress-explanation .qtip-tip {
  visibility: hidden;
}

.ortho-tooltip--simple {
  padding: 5px;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #C0C0C0;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.evidence_switch {
  margin-left: 10px;
  color: black !important;
  opacity: 0.8;
  font-size: 13px;
}

.evidence_switch a {
  color: black !important;
}

.evidence_switch-icon {
  display: inline-block;
  zoom: 1;
  background-image: url(/Content/images/icons/icons_sprite.png);
  background-position: -5px -7px;
  width: 17px;
  height: 17px;
  background-position: -167px -513px;
}

.evidence_switch-icon-up {
  background-position: -185px -513px;
}

.evidence_sort_by_evidence.dw-selected-blue .dw-button__efootprint-logo {
  background-position: -503px -117px;
}

.evidence-list-detailed-table td {
  padding-bottom: 4px !important;
}

.videoDropdownLists {
  margin-top: 21px;
  margin-bottom: 10px;
  font-size: 0;
}

.videoDropdownLists .dropList {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  background-color: #f9f9f9;
  vertical-align: top;
}

@media (max-width: 430px) {
  .videoDropdownLists .dropList {
    display: block;
    margin-bottom: 5px;
  }
}

.videoDropdownLists a {
  position: relative;
  display: block;
  padding: 7.5px 57px 7.5px 17px;
  font: 16px / 1.2 "Arial", "Helvetica-Neue", "Helvetica", sans-serif;
  color: #333333;
  background-color: #f3f3f3 !important;
  text-decoration: none;
  text-transform: none;
}

@media only screen and (max-width: 599px) {
  .videoDropdownLists a {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .videoDropdownLists a {
    padding-right: 50px;
  }
}

.videoDropdownLists a:hover {
  background: #eaeaea;
}

.subsectionHeader {
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #d8d8db;
  border-right: 1px solid #eee;
}

@media only screen and (max-width: 599px) {
  .subsectionHeader {
    font-size: 14px;
  }
}

.subsectionHeader:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  line-height: 1;
  font-family: 'icomoon';
  font-size: 6px;
  color: #8d8d8d;
  content: "\e90f";
  transition: all 0.2s ease-out;
}

.opened .subsectionHeader:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.slick-next {
  right: 5px;
  background: url("../ux-images/arrow-next-round.svg");
}

.slick-prev {
  left: 5px;
  background: url("../ux-images/arrow-prev-round.svg");
}

.slick-disabled {
  opacity: 0;
  display: none!important;
}

.pass-grid-wrapper {
  position: relative;
  margin-top: -78px;
  margin-left: 34%;
  width: 450px;
}

.pass-grid-wrapper .pass-grid-selector {
  width: 385px;
}

.pass-grid-wrapper .pass-grid-selector td {
  width: 50%;
  vertical-align: middle;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item {
  font-size: 15px;
  text-align: center;
  height: 25px;
  padding-top: 7px;
  color: inherit;
  text-decoration: inherit;
  display: block;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item .pass-grid-item-image {
  display: inline-block;
  vertical-align: middle;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item .pass-grid-item-label {
  display: inline-block;
  vertical-align: middle;
  color: #C0C0C0;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-selfmastery:hover {
  background-color: #14b287;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-selfmastery:hover .pass-grid-item-label {
  color: white;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-selfmastery-active {
  background-color: #64db9d;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-selfmastery-active .pass-grid-item-label {
  color: white;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-facultyevaluation:hover {
  background-color: #B8D0F8;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-facultyevaluation:hover .pass-grid-item-label {
  color: white;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-facultyevaluation-active {
  background-color: #7DA2DD;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-facultyevaluation-active .pass-grid-item-label {
  color: white;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties {
  border-radius: 3px;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties .pass-grid-item-label {
  color: black;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties:hover .pass-grid-item-label {
  text-decoration: underline;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties-active {
  background-color: #B8D0F8;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-specilaties-active .pass-grid-item-label {
  color: black;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-clusters {
  border-radius: 3px;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-clusters .pass-grid-item-label {
  color: black;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-clusters:hover .pass-grid-item-label {
  text-decoration: underline;
}

.pass-grid-wrapper .pass-grid-selector .pass-grid-item-clusters-active {
  background-color: #B8D0F8;
}

.skillmasterSort__link {
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  color: #000;
  line-height: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.skillmasterSort__link:hover,
.skillmasterSort__link.skillmasterSort__link--active {
  background: #f1f1f1;
  text-decoration: none;
}

.skillmasterMode {
  overflow: hidden;
}

.skillmasterMode__item {
  float: left;
}

.skillmasterMode__item--disabled .skillmasterMode__link {
  padding: 0 5px 0 19px;
  background: #f1f1f1;
  color: #a9a9a9;
  border-color: #a9a9a9;
}

.skillmasterMode__item--disabled .skillmasterMode__link:after {
  border-left-color: #f1f1f1;
}

.skillmasterMode__item--disabled .skillmasterMode__link:before {
  border-left-color: #a9a9a9;
}

.skillmasterMode__item--disabled .skillmasterMode__link:hover {
  background: #c0c0c0;
}

.skillmasterMode__item--disabled .skillmasterMode__link:hover:after {
  border-left-color: #c0c0c0;
}

.skillmasterMode__item--disabled .skillmasterMode__link:hover:before {
  border-left-color: #a9a9a9;
}

.skillmasterMode__item--disabled .skillmasterMode__link .icon-lock {
  margin-left: 5px;
}

.skillmasterMode__link {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 26px;
  border: 1px solid #ddd;
  line-height: 30px;
  color: #000;
  transition: background 0.1s ease-in, color 0.1s ease-in;
}

.skillmasterMode__link:before,
.skillmasterMode__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  z-index: 1;
}

.skillmasterMode__link:before {
  right: -11px;
}

.skillmasterMode__link:after {
  right: -10px;
  border-color: transparent transparent transparent #fff;
  transition: border-color 0.1s ease-in;
}

.skillmasterMode__link:hover {
  text-decoration: none;
}

.skillmasterMode__link--task {
  border-color: #FF9600;
}

.skillmasterMode__link--task:before {
  border-color: transparent transparent transparent #FF9600;
}

.skillmasterMode__link--task:hover,
.skillmasterMode__link--task.skillmasterMode__link--active {
  background: #FF9600;
  color: #fff;
}

.skillmasterMode__link--task:hover:after,
.skillmasterMode__link--task.skillmasterMode__link--active:after {
  border-color: transparent transparent transparent #FF9600;
}

.skillmasterMode__link--self {
  border-color: #3EBDC9;
}

.skillmasterMode__link--self:before {
  border-color: transparent transparent transparent #3EBDC9;
}

.skillmasterMode__link--self:hover,
.skillmasterMode__link--self.skillmasterMode__link--active {
  background: #3EBDC9;
  color: #fff;
}

.skillmasterMode__link--self:hover:after,
.skillmasterMode__link--self.skillmasterMode__link--active:after {
  border-color: transparent transparent transparent #3EBDC9;
}

.skillmasterMode__link--faculty {
  border-color: #3C71A8;
}

.skillmasterMode__link--faculty:before {
  border-color: transparent transparent transparent #3C71A8;
}

.skillmasterMode__link--faculty:hover,
.skillmasterMode__link--faculty.skillmasterMode__link--active {
  background: #3C71A8;
  color: #fff;
}

.skillmasterMode__link--faculty:hover:after,
.skillmasterMode__link--faculty.skillmasterMode__link--active:after {
  border-color: transparent transparent transparent #3C71A8;
}

.tg-skill-box {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border: white solid 1px;
  margin-left: -1px;
}

.tg-skill-box.skillmaster {
  cursor: pointer;
}

.tg-skill-box.skillmaster span.symbol-color {
  visibility: hidden;
}

.tg-skill-box.level1 {
  background: #C9D8E7;
  color: #2a65c0;
}

.tg-skill-box.level1.status {
  background: white;
}

.tg-skill-box.level1.status i.icon {
  color: #C9D8E7;
}

.tg-skill-box.level1.status-target:hover i.icon {
  color: #46729e;
}

.tg-skill-box.level1.status-out:hover {
  border: #CBCBCB solid 1px;
}

.tg-skill-box.level1.status-entered:hover {
  border: #82a5c8 solid 1px;
}

.tg-skill-box.level1.status-graded:hover {
  border: #82a5c8 solid 1px;
}

.tg-skill-box.level1.status-approved:hover {
  border: #82a5c8 solid 1px;
}

.tg-skill-box.level2 {
  background: #82A4C7;
  color: #2a65c0;
}

.tg-skill-box.level2.status {
  background: white;
}

.tg-skill-box.level2.status i.icon {
  color: #82A4C7;
}

.tg-skill-box.level2.status-target:hover i.icon {
  color: #273e56;
}

.tg-skill-box.level2.status-out:hover {
  border: #CBCBCB solid 1px;
}

.tg-skill-box.level2.status-entered:hover {
  border: #46719d solid 1px;
}

.tg-skill-box.level2.status-graded:hover {
  border: #46719d solid 1px;
}

.tg-skill-box.level2.status-approved:hover {
  border: #46719d solid 1px;
}

.tg-skill-box.level3 {
  background: #5F8AB7;
  color: white;
}

.tg-skill-box.level3.status {
  background: white;
}

.tg-skill-box.level3.status i.icon {
  color: #5F8AB7;
}

.tg-skill-box.level3.status-target:hover i.icon {
  color: #172533;
}

.tg-skill-box.level3.status-out:hover {
  border: #CBCBCB solid 1px;
}

.tg-skill-box.level3.status-entered:hover {
  border: #375779 solid 1px;
}

.tg-skill-box.level3.status-graded:hover {
  border: #375779 solid 1px;
}

.tg-skill-box.level3.status-approved:hover {
  border: #375779 solid 1px;
}

.tg-skill-box.level3 span.symbol-color {
  color: white;
}

.tg-skill-box.level4 {
  background: #3C71A8;
  color: white;
}

.tg-skill-box.level4.status {
  background: white;
}

.tg-skill-box.level4.status i.icon {
  color: #3C71A8;
}

.tg-skill-box.level4.status-target:hover i.icon {
  color: #060c12;
}

.tg-skill-box.level4.status-out:hover {
  border: #CBCBCB solid 1px;
}

.tg-skill-box.level4.status-entered:hover {
  border: #213e5d solid 1px;
}

.tg-skill-box.level4.status-graded:hover {
  border: #213e5d solid 1px;
}

.tg-skill-box.level4.status-approved:hover {
  border: #213e5d solid 1px;
}

.tg-skill-box.level4 span.symbol-color {
  color: white;
}

.tg-skill-box.level5 {
  background: #325D8A;
  color: white;
}

.tg-skill-box.level5.status {
  background: white;
}

.tg-skill-box.level5.status i.icon {
  color: #325D8A;
}

.tg-skill-box.level5.status-target:hover i.icon {
  color: #000000;
}

.tg-skill-box.level5.status-out:hover {
  border: #CBCBCB solid 1px;
}

.tg-skill-box.level5.status-entered:hover {
  border: #172b3f solid 1px;
}

.tg-skill-box.level5.status-graded:hover {
  border: #172b3f solid 1px;
}

.tg-skill-box.level5.status-approved:hover {
  border: #172b3f solid 1px;
}

.tg-skill-box.level5 span.symbol-color {
  color: white;
}

.tg-skill-box.out-border {
  border: #F9F9F9 solid 1px;
}

.tg-skill-box.graded-as-zero.status {
  background: white;
}

.tg-skill-box.graded-as-zero.status i.icon {
  color: #F29C9E;
}

.tg-skill-box.graded-as-zero.status-target:hover i.icon {
  color: #ab171a;
}

.tg-skill-box.graded-as-zero.status-out:hover {
  border: #CBCBCB solid 1px;
}

.tg-skill-box.graded-as-zero.status-entered:hover {
  border: #e64246 solid 1px;
}

.tg-skill-box.graded-as-zero.status-graded:hover {
  border: #e64246 solid 1px;
}

.tg-skill-box.graded-as-zero.status-approved:hover {
  border: #e64246 solid 1px;
}

.tg-skill-box span.symbol-color {
  font-size: 16px;
  color: #2a65c0;
}

.tg-skill-box span.symbol-color-out {
  color: #2a65c0;
}

.tg-skill-box span.symbol-color-target {
  color: #2a65c0;
}

.tg-skill-box span.symbol-color-approved {
  color: white;
}

.green-progress-line {
  border-width: 5px;
  transition: 0.4s ease-out;
  -webkit-transition: 0.4s ease-out;
  box-sizing: border-box;
}

.green-progress-line[data-line-position='left'] {
  border-left-style: solid;
}

.green-progress-line[data-line-position='right'] {
  border-right-style: solid;
}

.green-progress-line[data-progress='0'] {
  border-color: transparent;
}

.green-progress-line[data-progress='20'] {
  border-color: #d9f8e7;
}

.green-progress-line[data-progress='40'] {
  border-color: #9fedc4;
}

.green-progress-line[data-progress='60'] {
  border-color: #64db9d;
}

.green-progress-line[data-progress='80'] {
  border-color: #14b287;
}

.green-progress-line[data-progress='100'] {
  border-color: #0b8d6a;
}

.progress-line {
  border-width: 5px;
}

.progress-line[data-line-position='left'] {
  border-left-style: solid;
}

.progress-line[data-line-position='right'] {
  border-right-style: solid;
}

.progress-line--tg[data-progress='0'],
.progress-line--techniqueguide[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--tg[data-progress='20'],
.progress-line--techniqueguide[data-progress='20'] {
  border-color: #CAEDF0;
  background-color: #CAEDF0;
}

.progress-line--tg[data-progress='40'],
.progress-line--techniqueguide[data-progress='40'] {
  border-color: #84D5DC;
  background-color: #84D5DC;
}

.progress-line--tg[data-progress='60'],
.progress-line--techniqueguide[data-progress='60'] {
  border-color: #61C9D2;
  background-color: #61C9D2;
}

.progress-line--tg[data-progress='80'],
.progress-line--techniqueguide[data-progress='80'] {
  border-color: #3EBDC9;
  background-color: #3EBDC9;
}

.progress-line--tg[data-progress='100'],
.progress-line--techniqueguide[data-progress='100'] {
  border-color: #339BA5;
  background-color: #339BA5;
}

.progress-line--tasklist[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--tasklist[data-progress='20'] {
  border-color: #FFE2B9;
  background-color: #FFE2B9;
}

.progress-line--tasklist[data-progress='40'] {
  border-color: #FFBC5C;
  background-color: #FFBC5C;
}

.progress-line--tasklist[data-progress='60'] {
  border-color: #FFA92E;
  background-color: #FFA92E;
}

.progress-line--tasklist[data-progress='80'] {
  border-color: #FF9600;
  background-color: #FF9600;
}

.progress-line--tasklist[data-progress='100'] {
  border-color: #e88a03;
  background-color: #e88a03;
}

.progress-line--topic[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--topic[data-progress='20'] {
  border-color: #C9E9F9;
  background-color: #C9E9F9;
}

.progress-line--topic[data-progress='40'] {
  border-color: #81CDF2;
  background-color: #81CDF2;
}

.progress-line--topic[data-progress='60'] {
  border-color: #5DBFEE;
  background-color: #5DBFEE;
}

.progress-line--topic[data-progress='80'] {
  border-color: #39B1EB;
  background-color: #39B1EB;
}

.progress-line--topic[data-progress='100'] {
  border-color: #2F91C1;
  background-color: #2F91C1;
}

.progress-line--question[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--question[data-progress='20'] {
  border-color: #D3E9E2;
  background-color: #D3E9E2;
}

.progress-line--question[data-progress='40'] {
  border-color: #9ACCBC;
  background-color: #9ACCBC;
}

.progress-line--question[data-progress='60'] {
  border-color: #7DBEA9;
  background-color: #7DBEA9;
}

.progress-line--question[data-progress='80'] {
  border-color: #61B096;
  background-color: #61B096;
}

.progress-line--question[data-progress='100'] {
  border-color: #50917B;
  background-color: #50917B;
}

.progress-line--case[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--case[data-progress='20'] {
  border-color: #FED6D6;
  background-color: #FED6D6;
}

.progress-line--case[data-progress='40'] {
  border-color: #FDA1A0;
  background-color: #FDA1A0;
}

.progress-line--case[data-progress='60'] {
  border-color: #FD8685;
  background-color: #FD8685;
}

.progress-line--case[data-progress='80'] {
  border-color: #FD6C6A;
  background-color: #FD6C6A;
}

.progress-line--case[data-progress='100'] {
  border-color: #D05957;
  background-color: #D05957;
}

.progress-line--article[data-progress='0'],
.progress-line--evidence[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--article[data-progress='20'],
.progress-line--evidence[data-progress='20'] {
  border-color: #FEF2D6;
  background-color: #FEF2D6;
}

.progress-line--article[data-progress='40'],
.progress-line--evidence[data-progress='40'] {
  border-color: #FDE1A0;
  background-color: #FDE1A0;
}

.progress-line--article[data-progress='60'],
.progress-line--evidence[data-progress='60'] {
  border-color: #FDD985;
  background-color: #FDD985;
}

.progress-line--article[data-progress='80'],
.progress-line--evidence[data-progress='80'] {
  border-color: #FDD16B;
  background-color: #FDD16B;
}

.progress-line--article[data-progress='100'],
.progress-line--evidence[data-progress='100'] {
  border-color: #CFAD5D;
  background-color: #CFAD5D;
}

.progress-line--video[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--video[data-progress='20'] {
  border-color: #FCE7D5;
  background-color: #FCE7D5;
}

.progress-line--video[data-progress='40'] {
  border-color: #F8C79E;
  background-color: #F8C79E;
}

.progress-line--video[data-progress='60'] {
  border-color: #F6B783;
  background-color: #F6B783;
}

.progress-line--video[data-progress='80'] {
  border-color: #F5A868;
  background-color: #F5A868;
}

.progress-line--video[data-progress='100'] {
  border-color: #C98A56;
  background-color: #C98A56;
}

.progress-line--faculty[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--faculty[data-progress='20'] {
  border-color: #C9D8E7;
  background-color: #C9D8E7;
}

.progress-line--faculty[data-progress='40'] {
  border-color: #82A4C7;
  background-color: #82A4C7;
}

.progress-line--faculty[data-progress='60'] {
  border-color: #5F8AB7;
  background-color: #5F8AB7;
}

.progress-line--faculty[data-progress='80'] {
  border-color: #3C71A8;
  background-color: #3C71A8;
}

.progress-line--faculty[data-progress='100'] {
  border-color: #325D8A;
  background-color: #325D8A;
}

.progress-line--faculty[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--faculty[data-progress='20'] {
  border-color: #C9D8E7;
  background-color: #C9D8E7;
}

.progress-line--faculty[data-progress='40'] {
  border-color: #82A4C7;
  background-color: #82A4C7;
}

.progress-line--faculty[data-progress='60'] {
  border-color: #5F8AB7;
  background-color: #5F8AB7;
}

.progress-line--faculty[data-progress='80'] {
  border-color: #3C71A8;
  background-color: #3C71A8;
}

.progress-line--faculty[data-progress='100'] {
  border-color: #325D8A;
  background-color: #325D8A;
}

.progress-line--cpt-case-log[data-progress='0'] {
  border-color: transparent;
  background-color: transparent;
}

.progress-line--cpt-case-log[data-progress='20'] {
  border-color: #CFE6E9;
  background-color: #CFE6E9;
}

.progress-line--cpt-case-log[data-progress='40'] {
  border-color: #76CCd5;
  background-color: #76CCd5;
}

.progress-line--cpt-case-log[data-progress='60'] {
  border-color: #4DB2BC;
  background-color: #4DB2BC;
}

.progress-line--cpt-case-log[data-progress='80'] {
  border-color: #359AA4;
  background-color: #359AA4;
}

.progress-line--cpt-case-log[data-progress='100'] {
  border-color: #21828C;
  background-color: #21828C;
}

.progress-line--narrow {
  border-width: 3px;
}

.progress-line--empty {
  border-color: white;
  background-color: white;
}

.ortho-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 599px) {
  .ortho-buttons {
    display: block;
  }
}

.ortho-buttons--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ortho-buttons--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ortho-buttons--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 599px) {
  .ortho-buttons .ortho-button + .ortho-button {
    margin-top: 10px;
  }
}

a.btnMd {
  width: 90px;
  text-align: center;
}

.ortho-button,
a.ortho-button,
button.ortho-button,
input.ortho-button {
  border: 0;
  color: #FFFFFF;
  padding: 0 20px;
  font-size: 16px;
  min-height: 40px;
  line-height: 40px;
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all linear 0.2s;
  border-radius: 1px;
  cursor: pointer;
}

.ortho-button .icon-check {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 10px;
}

.ortho-button .icon-x-squared {
  font-size: 12px;
  margin-right: 5px;
}

.ortho-button.rounded,
a.ortho-button.rounded,
button.ortho-button.rounded,
input.ortho-button.rounded {
  border-radius: 2px;
}

.ortho-button-sm,
a.ortho-button-sm,
button.ortho-button-sm {
  padding: 0 8px;
  font-size: 13px;
  line-height: 30px;
  min-height: 30px;
}

.ortho-button-sx,
a.ortho-button-sx,
button.ortho-button-sx {
  padding: 0 5px;
  font-size: 13px;
  line-height: 20px;
  min-height: 20px;
}

.ortho-button-l,
a.ortho-button-l,
button.ortho-button-l {
  font-size: 20px;
  padding: 16px;
}

.ortho-button-block,
a.ortho-button-block,
button.ortho-button-block,
input.ortho-button-block {
  display: block;
  text-align: center;
}

a.ortho-button:active,
a.ortho-button:hover,
button.ortho-button:active,
button.ortho-button:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.ortho-button.blue,
a.ortho-button.blue,
button.ortho-button.blue,
input.ortho-button.blue {
  background-color: #7CA2DC;
}

.ortho-button.dark-blue,
a.ortho-button.dark-blue,
button.ortho-button.dark-blue,
input.ortho-button.dark-blue {
  background-color: #6989bd;
}

.ortho-button.cerulean,
a.ortho-button.cerulean,
button.ortho-button.cerulean,
input.ortho-button.cerulean {
  background-color: #0E8EBF;
}

.ortho-button.cerulean-light,
a.ortho-button.cerulean-light,
button.ortho-button.cerulean-light,
input.ortho-button.cerulean-light {
  background-color: #00A7D8;
}

.ortho-button.green,
a.ortho-button.green,
button.ortho-button.green,
input.ortho-button.green {
  background-color: #79c969;
}

.ortho-button.gray,
a.ortho-button.gray,
button.ortho-button.gray,
input.ortho-button.gray {
  background-color: #909090;
}

.ortho-button.red,
a.ortho-button.red,
button.ortho-button.red,
input.ortho-button.red {
  background-color: #dd5f5f;
}

.ortho-button.light-gray,
a.ortho-button.light-gray,
button.ortho-button.light-gray,
input.ortho-button.light-gray {
  background-color: #D7D7D7;
}

.ortho-button.pelorous,
a.ortho-button.pelorous,
button.ortho-button.pelorous,
input.ortho-button.pelorous {
  background-color: #2FADB5;
}

.ortho-button.chetwode-blue,
a.ortho-button.chetwode-blue,
button.ortho-button.chetwode-blue,
input.ortho-button.chetwode-blue {
  background-color: #7DA2DC;
}

.ortho-button.gallery,
a.ortho-button.gallery,
button.ortho-button.gallery,
input.ortho-button.gallery {
  background-color: #EAEAEA;
  color: #878787;
}

.ortho-button.approved,
a.ortho-button.approved,
button.ortho-button.approved,
input.ortho-button.approved {
  cursor: default;
  background-color: #FFFFFF;
  color: #79c969;
}

.ortho-button.persian-green,
a.ortho-button.persian-green,
button.ortho-button.persian-green,
input.ortho-button.persian-green {
  background-color: #009999;
}

.ortho-button.mantis,
a.ortho-button.mantis,
button.ortho-button.mantis,
input.ortho-button.mantis {
  background-color: #73C26E;
}

.ortho-button.picton-blue,
a.ortho-button.picton-blue,
button.ortho-button.picton-blue,
input.ortho-button.picton-blue {
  background-color: #39B1EB;
}

.ortho-button.wisteria,
a.ortho-button.wisteria,
button.ortho-button.wisteria,
input.ortho-button.wisteria {
  background-color: #A264AB;
}

.ortho-button.christine,
a.ortho-button.christine,
button.ortho-button.christine,
input.ortho-button.christine {
  background-color: #F3710B;
}

.ortho-button.blue:hover,
a.ortho-button.blue:hover,
button.ortho-button.blue:hover,
input.ortho-button.blue:hover {
  background-color: #6A90CC;
}

.ortho-button.dark-blue:hover,
a.ortho-button.dark-blue:hover,
button.ortho-button.dark-blue:hover,
input.ortho-button.dark-blue:hover {
  background-color: #5B759E;
}

.ortho-button.green:hover,
a.ortho-button.green:hover,
button.ortho-button.green:hover,
input.ortho-button.green:hover {
  background-color: #56AA59;
}

.ortho-button.gray:hover,
a.ortho-button.gray:hover,
button.ortho-button.gray:hover,
input.ortho-button.gray:hover {
  background-color: #838383;
}

.ortho-button.light-gray:hover,
a.ortho-button.light-gray:hover,
button.ortho-button.light-gray:hover,
input.ortho-button.light-gray:hover {
  background-color: #BBBBBB;
}

.ortho-button.red:hover,
a.ortho-button.red:hover,
button.ortho-button.red:hover,
input.ortho-button.red:hover {
  background-color: #c45454;
}

.ortho-button.cerulean:hover,
a.ortho-button.cerulean:hover,
button.ortho-button.cerulean:hover,
input.ortho-button.cerulean:hover {
  background-color: #0c7ba6;
}

.ortho-button.pelorous:hover,
a.ortho-button.pelorous:hover,
button.ortho-button.pelorous:hover,
input.ortho-button.pelorous:hover {
  background-color: #279198;
}

.ortho-button.cerulean-light:hover,
a.ortho-button.cerulean-light:hover,
button.ortho-button.cerulean-light:hover,
input.ortho-button.cerulean-light:hover {
  background-color: #0192bd;
}

.ortho-button.chetwode-blue:hover,
a.ortho-button.chetwode-blue:hover,
button.ortho-button.chetwode-blue:hover,
input.ortho-button.chetwode-blue:hover {
  background-color: #5f7ba6;
}

.ortho-button.gallery:hover,
a.ortho-button.gallery:hover,
button.ortho-button.gallery:hover,
input.ortho-button.gallery:hover {
  background-color: #dcdcdc;
}

.ortho-button.persian-green:hover,
a.ortho-button.persian-green:hover,
button.ortho-button.persian-green:hover,
input.ortho-button.persian-green:hover {
  background-color: #007a7a;
}

.ortho-button.mantis:hover,
a.ortho-button.mantis:hover,
button.ortho-button.mantis:hover,
input.ortho-button.mantis:hover {
  background-color: #63a65f;
}

.ortho-button.picton-blue:hover,
a.ortho-button.picton-blue:hover,
button.ortho-button.picton-blue:hover,
input.ortho-button.picton-blue:hover {
  background-color: #2f90bf;
}

.ortho-button.wisteria:hover,
a.ortho-button.wisteria:hover,
button.ortho-button.wisteria:hover,
input.ortho-button.wisteria:hover {
  background-color: #85538d;
}

.ortho-button.christine:hover,
a.ortho-button.christine:hover,
button.ortho-button.christine:hover,
input.ortho-button.christine:hover {
  background-color: #e26909;
}

.ortho-button[disabled],
a.ortho-button[disabled],
button.ortho-button[disabled],
input.ortho-button[disabled],
.ortho-button[disabled]:hover,
a.ortho-button[disabled]:hover,
button.ortho-button[disabled]:hover,
input.ortho-button[disabled]:hover {
  background-color: #c5c5c5;
  color: #FFFFFF;
  cursor: default;
}

.ortho-button.ortho-button--cancel .icon {
  font-size: 12px;
  padding-right: 2px;
}

.ortho-button.ortho-button--delete .icon {
  font-size: 14px;
  padding-right: 2px;
}

.ortho-button.ortho-button--add-case .icon {
  position: relative;
  top: 1px;
  left: -2px;
}

.ortho-button.ortho-button--save-case .icon {
  font-size: 11px;
  position: relative;
  left: -3px;
  top: -1px;
}

.ortho-button.ortho-button--popup-phone + .ortho-button--popup-phone {
  margin-left: 40px;
}

.ortho-button.ortho-button--start-free {
  font-size: 20px;
  padding: 12px 25px;
}

.ortho-button.ortho-button--start-free-big {
  font-size: 28px;
  padding: 15px 35px;
}

@media only screen and (max-width: 599px) {
  .ortho-button.ortho-button--start-free-big {
    font-size: 20px;
  }
}

.ortho-button.ortho-button--peak-more {
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
  padding: 15px 35px;
}

@media only screen and (max-width: 599px) {
  .ortho-button.ortho-button--content-setting {
    line-height: 30px;
    min-height: 30px;
    padding: 0 10px;
  }
}

.ortho-button.ortho-button--filter-switcher {
  background-color: #f9f9f9;
  color: #8596B3;
  padding: 0 20px 0 15px;
}

.ortho-button.ortho-button--filter-switcher:hover {
  background-color: #f2f2f2;
  color: #8596B3;
}

.ortho-button.ortho-button--filter-switcher.js-content-switcher--active {
  background-color: #8596B3;
  color: #ffffff;
}

.ortho-button.ortho-button--filter-switcher:focus,
.ortho-button.ortho-button--filter-switcher:active {
  outline: none;
}

.ortho-button.ortho-button--filter-switcher .icon {
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.ortho-button.ortho-button--filter-switcher .icon-foot {
  margin-left: 5px;
}

.ortho-button.ortho-button--peak {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.ortho-button.ortho-button--footprints {
  background-color: #EAEAEA;
  color: #909090;
  font-size: 13px;
  min-height: auto;
  height: auto;
  line-height: 1;
  padding: 10px 20px;
  min-width: 80px;
}

@media only screen and (max-width: 599px) {
  .ortho-button.ortho-button--footprints {
    padding: 10px 5px;
    min-width: 70px;
  }
}

.ortho-button.ortho-button--footprints:hover {
  background-color: #d1d1d1;
}

.ortho-button.ortho-button--footprints:active,
.ortho-button.ortho-button--footprints:focus {
  outline: none;
}

.ortho-button.ortho-button--footprints.breakdown-content__js-button--active {
  background-color: #7da2dd;
  color: #ffffff;
}

.ortho-button.ortho-button--header {
  min-height: 34px;
  line-height: 34px;
  padding: 0 12px;
  background-color: #FFFFFF;
  border-top: 1px solid #7da2dd;
  border-bottom: 1px solid #7da2dd;
  color: #7da2dc;
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ortho-button.ortho-button--header:first-child {
  border-left: 1px solid #7da2dd;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ortho-button.ortho-button--header:last-child {
  border-right: 1px solid #7da2dd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ortho-button.ortho-button--header:hover {
  background-color: #7da2dc;
  color: #FFFFFF;
}

.ortho-button.ortho-button--header .icon {
  position: relative;
  top: -2px;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 16px;
}

.ortho-button.ortho-button--header + .ortho-button--header {
  border-left: 1px solid #7da2dd;
}

.ortho-button.ortho-button--profile {
  min-height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.skillmaster-section {
  background-color: #F9F9F9;
  margin-top: 10px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

.skillmaster-section:hover {
  background-color: #F3F3F3;
}

.skillmaster-section-first {
  margin-top: 0;
}

.skillmaster-section-specialty {
  background-color: white;
}

.skillmaster-section-expanded i.icon-triangle-full-top {
  display: inline-block;
}

.skillmaster-section-expanded i.icon-triangle-full-bottom {
  display: none;
}

.skillmaster-section-expanded i.icon-arrow-top {
  display: inline-block;
}

.skillmaster-section-expanded i.icon-arrow-bottom {
  display: none;
}

.skillmaster-section-collapsed i.icon-triangle-full-top {
  display: none;
}

.skillmaster-section-collapsed i.icon-triangle-full-bottom {
  display: inline-block;
}

.skillmaster-section-collapsed i.icon-arrow-top {
  display: none;
}

.skillmaster-section-collapsed i.icon-arrow-bottom {
  display: inline-block;
}

.skillmaster-section--icon {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 5px;
  left: 10px;
}

.skillmaster-section--label {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
}

.skillmaster-section--label span {
  font-size: inherit;
}

.skillmaster-section--stat_average_value {
  display: inline-block;
  font-size: 16px;
  margin-right: -13px;
  color: #5A729E;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 50px;
}

.skillmaster-section--arrow {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 6px;
  color: #8d8d8d;
  transition: all 0.2s ease-out;
}

.skillmaster-section--whiteArrow {
  color: #fff;
}

.skillmaster-section--trauma {
  background: #f2cc6a;
  color: #fff;
}

.skillmaster-section--trauma:hover {
  background: #eebc3b;
}

.skillmaster-section--trauma .skillmaster-section--stat_average_value,
.skillmaster-section--trauma .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--spine {
  background: #f2a768;
  color: #fff;
}

.skillmaster-section--spine:hover {
  background: #ee8c39;
}

.skillmaster-section--spine .skillmaster-section--stat_average_value,
.skillmaster-section--spine .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--shoulderandelbow {
  background: #f26868;
  color: #fff;
}

.skillmaster-section--shoulderandelbow:hover {
  background: #ee3939;
}

.skillmaster-section--shoulderandelbow .skillmaster-section--stat_average_value,
.skillmaster-section--shoulderandelbow .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--kneeandsports {
  background: #f4165f;
  color: #fff;
}

.skillmaster-section--kneeandsports:hover {
  background: #cd0a4a;
}

.skillmaster-section--kneeandsports .skillmaster-section--stat_average_value,
.skillmaster-section--kneeandsports .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--pediatrics {
  background: #49a5e5;
  color: #fff;
}

.skillmaster-section--pediatrics:hover {
  background: #1f8edc;
}

.skillmaster-section--pediatrics .skillmaster-section--stat_average_value,
.skillmaster-section--pediatrics .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--recon {
  background: #608fde;
  color: #fff;
}

.skillmaster-section--recon:hover {
  background: #3671d5;
}

.skillmaster-section--recon .skillmaster-section--stat_average_value,
.skillmaster-section--recon .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--footandankle {
  background: #8c5ecc;
  color: #fff;
}

.skillmaster-section--footandankle:hover {
  background: #713bbc;
}

.skillmaster-section--footandankle .skillmaster-section--stat_average_value,
.skillmaster-section--footandankle .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--hand {
  background: #8571e7;
  color: #fff;
}

.skillmaster-section--hand:hover {
  background: #6045e0;
}

.skillmaster-section--hand .skillmaster-section--stat_average_value,
.skillmaster-section--hand .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--pathology {
  background: #a264ab;
  color: #fff;
}

.skillmaster-section--pathology:hover {
  background: #864d8f;
}

.skillmaster-section--pathology .skillmaster-section--stat_average_value,
.skillmaster-section--pathology .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--approaches {
  background: #89b871;
  color: #fff;
}

.skillmaster-section--approaches:hover {
  background: #6ea452;
}

.skillmaster-section--approaches .skillmaster-section--stat_average_value,
.skillmaster-section--approaches .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--basicscience {
  background: #5cab91;
  color: #fff;
}

.skillmaster-section--basicscience:hover {
  background: #488c76;
}

.skillmaster-section--basicscience .skillmaster-section--stat_average_value,
.skillmaster-section--basicscience .skillmaster-section--arrow {
  color: #fff;
}

.skillmaster-section--anatomy {
  background: #5cab91;
  color: #fff;
}

.skillmaster-section--anatomy:hover {
  background: #488c76;
}

.skillmaster-section--anatomy .skillmaster-section--stat_average_value,
.skillmaster-section--anatomy .skillmaster-section--arrow {
  color: #fff;
}

.ortho-boxes-box {
  border: 1px solid #AAAAAA;
  background-color: #EEEEEE;
  display: inline-block;
  list-style: none;
  font-size: 12px;
}

.ortho-boxes-box.green {
  border: 1px solid #6b986e;
  background-color: #daeadb;
}

.ortho-boxes-box-text {
  display: inline-block;
  color: #555;
  padding: 2px 8px 2px 4px;
  float: left;
}

.ortho-boxes-box-button {
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background-color: #D8D8D8;
  border-left: 1px solid #AAAAAA;
  cursor: pointer;
  color: #888;
  float: right;
}

.ortho-boxes-box-button.green {
  border-left: 1px solid #80a982;
  background-color: #aacaac;
  color: #649067;
}

.ortho-boxes-box-button.green:hover {
  background-color: #93c196;
  color: #4f7752;
}

.ortho-boxes-box-button:hover {
  background-color: #CCCCCC;
  color: #666;
}

.note-system .stepItem {
  position: relative;
}

.note-system .menu-highlighted {
  position: relative;
  background: #CAEDF0;
}

.note-system .highlighted {
  position: relative;
}

.note-system .highlighted.progress20 {
  background: #CAEDF0;
}

.note-system .highlighted.progress40 {
  background: #84D5DC;
}

.note-system .highlighted.progress60 {
  background: #61C9D2;
}

.note-system .highlighted.progress80 {
  background: #3EBDC9;
}

.note-system .highlighted.progress100 {
  background: #339BA5;
}

.note-system .highlighted.highlighted--note {
  color: white;
}

.note-system .highlighted.noteCreator-remove-popup--chain i.fa-chain-broken {
  display: none;
}

.note-system .highlighted.noteCreator-remove-popup--chain i.fa-chain {
  display: inline;
}

.note-system .highlighted.noteCreator-remove-popup--chain-broken i.fa-chain-broken {
  display: inline;
}

.note-system .highlighted.noteCreator-remove-popup--chain-broken i.fa-chain {
  display: none;
}

.note-system .noteCreator {
  position: absolute;
  left: 25%;
  top: -35px;
  z-index: 2;
  height: 30px;
  padding: 0 6px 0 10px;
  line-height: 30px;
  background: white;
  box-sizing: border-box;
  white-space: nowrap;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.note-system .noteCreator ul {
  display: inline-block;
  margin-right: 5px;
  padding: 0;
  margin-top: 0 !important;
}

.note-system .noteCreator li {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  padding: 0 !important;
}

.note-system .noteCreator li.progress20 {
  background: #CAEDF0;
}

.note-system .noteCreator li.progress40 {
  background: #84D5DC;
}

.note-system .noteCreator li.progress60 {
  background: #61C9D2;
}

.note-system .noteCreator li.progress80 {
  background: #3EBDC9;
}

.note-system .noteCreator li.progress100 {
  background: #339BA5;
}

.note-system .noteCreator a {
  cursor: pointer;
  text-decoration: none !important;
  font-size: 17px;
  color: #999;
}

.note-system .noteCreator a.progress80 {
  color: #3EBDC9 !important;
}

.note-system .noteCreator a.progress100 {
  color: #339BA5 !important;
}

.note-system .noteCreator a.copyNote {
  color: #339BA5 !important;
  font-size: 13px;
}

.note-system .noteControl {
  z-index: 10;
  position: absolute;
  width: 40px;
  height: 40px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #ececec;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .note-system .noteControl {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .note-system .noteControl .icon-add-note {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.note-system .noteControl i {
  line-height: 40px;
  color: #948e8e;
}

.note-system .noteControl .icon-add-note {
  float: left;
  padding-left: 5px;
}

.note-system .noteControl .icon-arrow-next-round {
  float: right;
  padding-right: 5px;
}

.note-system .noteControl.sticked {
  transition: margin-top 0.3s ease-out;
}

.note-system .noteControl-info {
  position: fixed;
  margin-left: 50px;
  margin-top: 5px;
  font-size: 14px;
  color: #bababa;
  text-transform: uppercase;
}

.note-system .noteControl-info .noteControl-info--notes {
  margin-top: 2px;
}

@media only screen and (max-width: 599px) {
  .note-system .noteControl-info {
    display: none;
  }
}

.note-system .noteControl-short-info {
  display: none;
  position: fixed;
  margin-left: 50px;
  margin-top: 13px;
  font-size: 14px;
  color: #2F91C1;
}

@media only screen and (max-width: 599px) {
  .note-system .noteControl-short-info {
    display: none !important;
  }
}

.note-system .noteControl-short-info .noteControl-short-info--highlights {
  display: inline-block;
}

.note-system .noteControl-short-info .noteControl-short-info--notes {
  display: inline-block;
}

.note-system .note {
  position: absolute;
  z-index: 1;
  right: -160px;
  width: 160px;
  background: white;
  word-wrap: break-word;
}

.note-system .note--insideList {
  right: -238px;
}

.note-system .note--insideList .edit-link {
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  display: none;
}

.note-system .note--insideList:hover .edit-link {
  display: inline-block;
}

.note-system .note:not(.edit):hover {
  z-index: 5;
}

.note-system .note:not(.edit):hover p {
  display: block;
}

.note-system .note .editArea {
  display: none;
  padding: 9px;
}

.note-system .note .editArea div {
  float: right;
}

.note-system .note .editArea a {
  display: inline-block;
  width: 75px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.note-system .note .editArea a.cancel {
  color: #999999 !important;
  text-decoration: none !important;
}

.note-system .note .editArea a.save {
  color: white !important;
  text-decoration: none !important;
}

.note-system .note textarea {
  height: 73px;
  width: 100%;
  box-sizing: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  border: none;
}

.note-system .note.edit {
  right: 0;
  top: initial;
  bottom: -155px;
  display: block;
  width: 200px;
  height: 150px;
  border: 1px solid #3EBDC9;
}

.note-system .note.edit p {
  display: none;
}

.note-system .note.edit .fa.fa-chain {
  display: none;
}

.note-system .note.edit .fa.fa-chain-broken {
  display: none;
}

.note-system .note.edit .icon-trash {
  display: none;
}

.note-system .note.edit .editArea {
  display: block;
}

.note-system .note.edit-in-place .editArea {
  display: block;
  text-align: center;
}

.note-system .note.edit-in-place .editArea textarea {
  height: 150px;
}

.note-system .note.edit-in-place .editArea a {
  width: 68px;
  margin-bottom: 5px;
}

.note-system .note.edit-in-place p {
  display: none !important;
}

.note-system .note.edit-in-place .edit-link {
  display: none;
}

.note-system .note.edit-in-place .atachments {
  display: none;
}

.note-system .note.edit-in-place .note-add-atachment {
  display: none;
}

.note-system .note.green header {
  background: #99da8a;
}

.note-system .note.progress20 header {
  background: #CAEDF0;
}

.note-system .note.progress20 .edit-link {
  background-color: #CAEDF0;
}

.note-system .note.progress20 .edit-link:hover {
  color: #7bd2da;
}

.note-system .note.progress40 header {
  background: #84D5DC;
}

.note-system .note.progress40 .edit-link {
  color: #84D5DC;
}

.note-system .note.progress40 .edit-link:hover {
  color: #37b8c3;
}

.note-system .note.progress40 .editArea a.save {
  background-color: #84D5DC;
}

.note-system .note.progress60 header {
  background: #61C9D2;
}

.note-system .note.progress60 .edit-link {
  color: #61C9D2;
}

.note-system .note.progress60 .edit-link:hover {
  color: #2d96a0;
}

.note-system .note.progress60 .editArea a.save {
  background-color: #61C9D2;
}

.note-system .note.progress80 header {
  background: #3EBDC9;
}

.note-system .note.progress80 .edit-link {
  color: #3EBDC9;
}

.note-system .note.progress80 .edit-link:hover {
  color: #23767e;
}

.note-system .note.progress80 .editArea a.save {
  background-color: #3EBDC9;
}

.note-system .note.progress100 header {
  background: #339BA5;
}

.note-system .note.progress100 .edit-link {
  color: #339BA5;
}

.note-system .note.progress100 .edit-link:hover {
  color: #1b5257;
}

.note-system .note.progress100 .editArea a.save {
  background-color: #339BA5;
}

.note-system .note header {
  position: relative;
  height: 17px;
  padding: 4px 9px;
  line-height: 19px;
  font-size: 12px;
  text-align: center;
  color: white;
}

.note-system .note header .icon {
  position: absolute;
  font-size: 17px;
  color: #f9fdf8;
}

.note-system .note header .icon-add-note {
  left: 9px;
}

.note-system .note header .icon-add-note i {
  position: absolute;
  right: -12px;
  top: -4px;
  font-size: 12px;
}

.note-system .note header .fa.fa-chain-broken {
  position: absolute;
  right: 28px;
  cursor: pointer;
  top: 4px;
  font-size: 17px;
  color: white;
}

.note-system .note header .fa.fa-chain {
  position: absolute;
  right: 28px;
  cursor: pointer;
  top: 4px;
  font-size: 17px;
}

.note-system .note header .icon-trash {
  right: 9px;
  cursor: pointer;
}

.note-system .note.collapsed p {
  display: none;
}

.note-system .note p {
  line-height: 14px;
  font-size: 13px;
  padding: 9px;
  color: black !important;
  margin: 0;
}

.note-system .note p a {
  font-size: 13px;
}

.note-system .note.ni-selected header {
  opacity: 0.8;
  z-index: 100;
}

.note-system .note-add-atachment {
  display: inline-block;
  margin: 5px;
  color: #90afe6;
  text-decoration: underline;
  font-size: 12px;
}

.note-system .atachments .atachments--item {
  margin: 5px;
}

.note-system .atachments .atachments--item .atachments--item--link {
  text-transform: none !important;
  font-size: 0;
  color: #90afe6;
}

.note-system .atachments .atachments--item .atachments--item--link i {
  font-size: 12px;
}

.note-system .atachments .atachments--item .atachments--item--link .atachments--item--link--label {
  font-size: 12px;
}

.note-system .atachments .atachments--item .atachments--item--remove {
  color: #90afe6;
  text-transform: none;
  float: right;
  margin-top: 3px;
}

.note-system .evidence-notes-section {
  position: relative;
}

.note-system .evidence-notes-section .menu-highlighted {
  background: #FEF2D6;
}

.note-system .evidence-notes-section .highlighted.progress20 {
  background: #FEF2D6;
}

.note-system .evidence-notes-section .highlighted.progress40 {
  background: #FDE1A0;
}

.note-system .evidence-notes-section .highlighted.progress60 {
  background: #FDD985;
}

.note-system .evidence-notes-section .highlighted.progress80 {
  background: #FDD16B;
}

.note-system .evidence-notes-section .highlighted.progress100 {
  background: #CFAD5D;
}

.note-system .evidence-notes-section .noteCreator li.progress20 {
  background: #FEF2D6;
}

.note-system .evidence-notes-section .noteCreator li.progress40 {
  background: #FDE1A0;
}

.note-system .evidence-notes-section .noteCreator li.progress60 {
  background: #FDD985;
}

.note-system .evidence-notes-section .noteCreator li.progress80 {
  background: #FDD16B;
}

.note-system .evidence-notes-section .noteCreator li.progress100 {
  background: #CFAD5D;
}

.note-system .evidence-notes-section .noteCreator a.progress80 {
  color: #FDD16B !important;
}

.note-system .evidence-notes-section .noteCreator a.progress100 {
  color: #CFAD5D !important;
}

.note-system .evidence-notes-section .noteCreator a.copyNote {
  color: #CFAD5D !important;
}

.note-system .evidence-notes-section .note.progress20 header {
  background: #FEF2D6;
}

.note-system .evidence-notes-section .note.progress20 .edit-link {
  color: #FEF2D6;
}

.note-system .evidence-notes-section .note.progress20 .edit-link:hover {
  color: #fcd272;
}

.note-system .evidence-notes-section .note.progress20 .editArea a.save {
  background-color: #FEF2D6;
}

.note-system .evidence-notes-section .note.progress40 header {
  background: #FDE1A0;
}

.note-system .evidence-notes-section .note.progress40 .edit-link {
  color: #FDE1A0;
}

.note-system .evidence-notes-section .note.progress40 .edit-link:hover {
  color: #fbc13c;
}

.note-system .evidence-notes-section .note.progress40 .editArea a.save {
  background-color: #FDE1A0;
}

.note-system .evidence-notes-section .note.progress60 header {
  background: #FDD985;
}

.note-system .evidence-notes-section .note.progress60 .edit-link {
  color: #FDD985;
}

.note-system .evidence-notes-section .note.progress60 .edit-link:hover {
  color: #fbba21;
}

.note-system .evidence-notes-section .note.progress60 .editArea a.save {
  background-color: #FDD985;
}

.note-system .evidence-notes-section .note.progress80 header {
  background: #FDD16B;
}

.note-system .evidence-notes-section .note.progress80 .edit-link {
  color: #FDD16B;
}

.note-system .evidence-notes-section .note.progress80 .edit-link:hover {
  color: #fcb206;
}

.note-system .evidence-notes-section .note.progress80 .editArea a.save {
  background-color: #FDD16B;
}

.note-system .evidence-notes-section .note.progress100 header {
  background: #CFAD5D;
}

.note-system .evidence-notes-section .note.progress100 .edit-link {
  color: #CFAD5D;
}

.note-system .evidence-notes-section .note.progress100 .edit-link:hover {
  color: #99792d;
}

.note-system .evidence-notes-section .note.progress100 .editArea a.save {
  background-color: #CFAD5D;
}

.note-system .evidence-notes-section .note.note--insideList:not(.edit) {
  margin-right: -482px;
  margin-top: -15px;
  right: 0;
}

.note-system .evidence-notes-section .note.edit {
  border: 1px solid #FDD16B;
  bottom: inherit;
}

.note-system .evidence-notes-section .noteIndicator {
  margin-right: -485px;
  color: #FDD16B;
}

.note-system .evidence-notes-section .noteIndicator.ni-selected {
  color: #fef0d0;
}

.note-system.techniqueGuidesPage .note {
  top: 0;
}

.note-system .noteIndicator {
  visibility: hidden;
  position: absolute;
  right: 0px;
  margin-right: -50px;
  margin-left: 5px;
  margin-top: -2px;
  color: #3EBDC9;
  font-size: 16px;
}

.note-system .noteIndicator.ni-selected {
  color: #7ad1da;
}

.note-system .noteIndicator.notes-page {
  position: relative;
  right: 0;
  margin: 0;
}

.note-system .noteIndicator.notes-page.note-indicator-color--topic {
  color: #39B1EB;
}

.note-system .noteIndicator.notes-page.note-indicator-color--techniqueguide {
  color: #3EBDC9;
}

.note-system .noteIndicator.notes-page.note-indicator-color--testquestion {
  color: #61B096;
}

.note-system .noteIndicator.notes-page.note-indicator-color--evidence {
  color: #FDD16B;
}

.note-system .noteIndicator.notes-page.note-indicator-color--chapter {
  color: #FDD16B;
}

.note-system .noteIndicator i {
  position: absolute;
  right: -12px;
  top: -4px;
  font-size: 12px;
}

.hide-notes .guideItem .stepItem .noteIndicator {
  visibility: visible;
}

.note-system .notes-file-link {
  margin-right: 5px;
  font-size: 17px;
}

.note-system .notes-file-link:hover {
  text-decoration: none;
}

.notes-table {
  table-layout: fixed;
}

.notes-table .topic a {
  font-size: 14px;
}

.notes-table .text {
  width: 290px;
  line-height: 18px;
  padding-right: 20px;
  padding-left: 20px;
  word-wrap: break-word;
}

.notes-table .text a {
  color: #333;
  font-size: 14px !important;
}

.notes-table .action {
  width: 70px;
}

.notes-table .action .icon {
  color: #bfbfbf;
}

.notes-table .action .icon:hover {
  color: #989898;
}

.notes-table tr td {
  padding: 10px 0;
}

.notes-table .noteIndicator {
  font-size: 20px;
}

.notes-table .noteIndicator i {
  right: -18px;
  top: -6px;
  font-size: 15px;
}

.notes-table .type .icon {
  font-size: 20px;
  vertical-align: sub;
}

.notes-table .specialty .icon {
  font-size: 20px;
  vertical-align: sub;
}

.taggedContentWrapper .notes-table tr td.date {
  white-space: nowrap;
  vertical-align: top;
  padding-top: 13px;
}

.taggedContentWrapper .notes-table tr td.text {
  vertical-align: top;
  padding-top: 11px;
}

.taggedContentWrapper .notes-table tr td.code {
  padding: 10px 30px 10px 20px;
  min-width: inherit;
}

.taggedContentWrapper .notes-table th.type,
.taggedContentWrapper .notes-table td.type {
  width: 50px;
}

.taggedContentWrapper .notes-table .notes-file-link .icon.icon-clip {
  width: 15px;
}

.taggedContentWrapper .notes-table .notes-remove-action {
  margin-left: 10px;
}

.note-system .topicContent {
  position: relative;
}

.note-system .topicContent .menu-highlighted {
  background: #C9E9F9;
}

.note-system .topicContent .highlighted.progress20 {
  background: #C9E9F9;
}

.note-system .topicContent .highlighted.progress40 {
  background: #81CDF2;
}

.note-system .topicContent .highlighted.progress60 {
  background: #5DBFEE;
}

.note-system .topicContent .highlighted.progress80 {
  background: #39B1EB;
}

.note-system .topicContent .highlighted.progress100 {
  background: #2F91C1;
}

.note-system .topicContent .noteCreator li.progress20 {
  background: #C9E9F9;
}

.note-system .topicContent .noteCreator li.progress40 {
  background: #81CDF2;
}

.note-system .topicContent .noteCreator li.progress60 {
  background: #5DBFEE;
}

.note-system .topicContent .noteCreator li.progress80 {
  background: #39B1EB;
}

.note-system .topicContent .noteCreator li.progress100 {
  background: #2F91C1;
}

.note-system .topicContent .noteCreator a.progress80 {
  color: #39B1EB !important;
}

.note-system .topicContent .noteCreator a.progress100 {
  color: #2F91C1 !important;
}

.note-system .topicContent .noteCreator a.copyNote {
  color: #2F91C1 !important;
}

.note-system .topicContent .note.progress20 header {
  background: #C9E9F9;
}

.note-system .topicContent .note.progress20 .edit-link {
  color: #C9E9F9;
}

.note-system .topicContent .note.progress20 .edit-link:hover {
  color: #6dc4ef;
}

.note-system .topicContent .note.progress20 .editArea a.save {
  background-color: #C9E9F9;
}

.note-system .topicContent .note.progress40 header {
  background: #81CDF2;
}

.note-system .topicContent .note.progress40 .edit-link {
  color: #81CDF2;
}

.note-system .topicContent .note.progress40 .edit-link:hover {
  color: #25a8e8;
}

.note-system .topicContent .note.progress40 .editArea a.save {
  background-color: #81CDF2;
}

.note-system .topicContent .note.progress60 header {
  background: #5DBFEE;
}

.note-system .topicContent .note.progress60 .edit-link {
  color: #5DBFEE;
}

.note-system .topicContent .note.progress60 .edit-link:hover {
  color: #1693cf;
}

.note-system .topicContent .note.progress60 .editArea a.save {
  background-color: #5DBFEE;
}

.note-system .topicContent .note.progress80 header {
  background: #39B1EB;
}

.note-system .topicContent .note.progress80 .edit-link {
  color: #39B1EB;
}

.note-system .topicContent .note.progress80 .edit-link:hover {
  color: #117aad;
}

.note-system .topicContent .note.progress80 .editArea a.save {
  background-color: #39B1EB;
}

.note-system .topicContent .note.progress100 header {
  background: #2F91C1;
}

.note-system .topicContent .note.progress100 .edit-link {
  color: #2F91C1;
}

.note-system .topicContent .note.progress100 .edit-link:hover {
  color: #1b536f;
}

.note-system .topicContent .note.progress100 .editArea a.save {
  background-color: #2F91C1;
}

.note-system .topicContent .note.edit {
  border: 1px solid #39B1EB;
  bottom: inherit;
  margin-right: 250px;
}

.note-system .topicContent .noteIndicator {
  color: #39B1EB;
}

.note-system .topicContent .noteIndicator.ni-selected {
  color: #96d5f4;
}

.hide-notes .note-system .tg-notes-section-indicators .noteIndicator,
.hide-notes .note-system .topic-notes-section-indicators .noteIndicator,
.hide-notes .note-system .evidence-notes-section-indicators .noteIndicator,
.hide-notes .note-system .question-notes-section-indicators .noteIndicator {
  visibility: visible;
}

.hide-notes .note-system .tg-notes-section-notes .note,
.hide-notes .note-system .topic-notes-section-notes .note,
.hide-notes .note-system .evidence-notes-section-notes .note,
.hide-notes .note-system .question-notes-section-notes .note {
  visibility: hidden;
}

.hide-notes .note-system.hide-sideMenu .tg-notes-section-notes .note,
.hide-notes .note-system.hide-sideMenu .topic-notes-section-notes .note,
.hide-notes .note-system.hide-sideMenu .evidence-notes-section-notes .note,
.hide-notes .note-system.hide-sideMenu .question-notes-section-notes .note {
  visibility: hidden;
}

.note-system .topic-notes-section-indicators .noteIndicator,
.note-system .evidence-notes-section-indicators .noteIndicator {
  visibility: hidden;
  margin-right: -50px;
}

.note-system .tg-notes-section-indicators .noteIndicator {
  visibility: hidden;
  margin-right: -45px;
}

.note-system .question-notes-section-indicators .noteIndicator {
  margin-right: -50px;
}

.note-system .topic-notes-section-notes .note,
.note-system .evidence-notes-section-notes .note {
  right: 0;
  margin-right: -195px;
}

@media only screen and (max-width: 1023px) {
  .note-system .topic-notes-section-notes .note,
  .note-system .evidence-notes-section-notes .note {
    margin-right: -185px;
  }
}

.note-system .tg-notes-section-notes .note {
  right: 0;
  margin-right: -189px;
}

.note-system .question-notes-section-notes .note {
  right: 0;
  margin-right: -195px;
}

.note-system .question-notes-section-notes .note--insideList {
  right: 0;
  margin-right: -190px;
}

.hide-notes.hide-sideMenu .note-system .question-notes-section-indicators .noteIndicator {
  margin-right: -55px;
}

.hide-sideMenu .question-notes-section-notes .note {
  margin-right: -195px;
}

.note-system .question-notes-section {
  position: relative;
}

.note-system .question-notes-section .menu-highlighted {
  background: #D3E9E2;
}

.note-system .question-notes-section .highlighted.progress20 {
  background: #D3E9E2;
}

.note-system .question-notes-section .highlighted.progress40 {
  background: #9ACCBC;
}

.note-system .question-notes-section .highlighted.progress60 {
  background: #7DBEA9;
}

.note-system .question-notes-section .highlighted.progress80 {
  background: #61B096;
}

.note-system .question-notes-section .highlighted.progress100 {
  background: #50917B;
}

.note-system .question-notes-section .noteCreator li.progress20 {
  background: #D3E9E2;
}

.note-system .question-notes-section .noteCreator li.progress40 {
  background: #9ACCBC;
}

.note-system .question-notes-section .noteCreator li.progress60 {
  background: #7DBEA9;
}

.note-system .question-notes-section .noteCreator li.progress80 {
  background: #61B096;
}

.note-system .question-notes-section .noteCreator li.progress100 {
  background: #50917B;
}

.note-system .question-notes-section .noteCreator a.progress80 {
  color: #61B096 !important;
}

.note-system .question-notes-section .noteCreator a.progress100 {
  color: #50917B !important;
}

.note-system .question-notes-section .noteCreator a.copyNote {
  color: #50917B !important;
}

.note-system .question-notes-section .note.progress20 header {
  background: #D3E9E2;
}

.note-system .question-notes-section .note.progress20 .edit-link {
  color: #D3E9E2;
}

.note-system .question-notes-section .note.progress20 .edit-link:hover {
  color: #8fc7b5;
}

.note-system .question-notes-section .note.progress20 .editArea a.save {
  background-color: #D3E9E2;
}

.note-system .question-notes-section .note.progress40 header {
  background: #9ACCBC;
}

.note-system .question-notes-section .note.progress40 .edit-link {
  color: #9ACCBC;
}

.note-system .question-notes-section .note.progress40 .edit-link:hover {
  color: #56aa8f;
}

.note-system .question-notes-section .note.progress40 .editArea a.save {
  background-color: #9ACCBC;
}

.note-system .question-notes-section .note.progress60 header {
  background: #7DBEA9;
}

.note-system .question-notes-section .note.progress60 .edit-link {
  color: #7DBEA9;
}

.note-system .question-notes-section .note.progress60 .edit-link:hover {
  color: #478e77;
}

.note-system .question-notes-section .note.progress60 .editArea a.save {
  background-color: #7DBEA9;
}

.note-system .question-notes-section .note.progress80 header {
  background: #61B096;
}

.note-system .question-notes-section .note.progress80 .edit-link {
  color: #61B096;
}

.note-system .question-notes-section .note.progress80 .edit-link:hover {
  color: #39725f;
}

.note-system .question-notes-section .note.progress80 .editArea a.save {
  background-color: #61B096;
}

.note-system .question-notes-section .note.progress100 header {
  background: #50917B;
}

.note-system .question-notes-section .note.progress100 .edit-link {
  color: #50917B;
}

.note-system .question-notes-section .note.progress100 .edit-link:hover {
  color: #2c4f43;
}

.note-system .question-notes-section .note.progress100 .editArea a.save {
  background-color: #50917B;
}

.note-system .question-notes-section .note.edit {
  border: 1px solid #50917B;
  bottom: inherit;
  margin-right: 250px;
}

.note-system .question-notes-section .noteIndicator {
  color: #50917B;
}

.note-system .question-notes-section .noteIndicator.ni-selected {
  color: #89beac;
}

.note-system .note-indicator-highlight {
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: normal;
  font-style: italic;
  position: relative;
  font-size: 12px;
}

.note-system .note-indicator-highlight.note-indicator-color--topic {
  background-color: #C9E9F9;
  color: #C9E9F9;
}

.note-system .note-indicator-highlight.note-indicator-color--techniqueguide {
  background-color: #CAEDF0;
  color: #CAEDF0;
}

.note-system .note-indicator-highlight.note-indicator-color--testquestion {
  background-color: #D3E9E2;
  color: #D3E9E2;
}

.note-system .note-indicator-highlight.note-indicator-color--evidence {
  background-color: #FEF2D6;
  color: #FEF2D6;
}

.note-system .note-indicator-highlight.note-indicator-color--chapter {
  background-color: #FEF2D6;
  color: #FEF2D6;
}

.note-system .note-indicator-highlight .note-indicator--number {
  position: absolute;
  left: 24px;
  top: -9px;
  font-size: 15px;
}

.hide-notes .noteControl-info {
  display: none;
}

.hide-notes .noteControl-short-info {
  display: block;
}

.note-system section.preferredResponse i.noteIndicator--preferredResponse {
  visibility: visible;
  margin-right: -25px;
  margin-top: -39px;
  color: #50917B;
}

.note-system section.preferredResponse.active i.noteIndicator--preferredResponse {
  margin-top: 8px;
}

.note-system section.answers.showPreferred i.noteIndicator--preferredResponse {
  visibility: hidden;
}

.note-system .topic-notes-section.closed .topic-notes-section-notes {
  display: none;
}

.note-system .topic-notes-section.closed .topic-notes-section-indicators {
  display: none;
}

.ortho-message {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: lighter;
  margin: 10px 0;
  transition: opacity ease-in 0.75s;
}

.ortho-message-success {
  border: 1px solid #79c969;
  color: #188d00;
  background-color: #dff0d8;
}

.ortho-message-error {
  border: 1px solid #db7f7f;
  color: #a40000;
  background-color: #f2dede;
}

.ortho-message-info {
  border: 1px solid #69aec9;
  color: #006b8d;
  background-color: #d8eef5;
}

.field-validation-error {
  color: #CC4400;
  font-weight: bold;
}

.field-validation-error--top-indent {
  position: relative;
  top: 5px;
}

.pass-peak .pass-peak-item {
  padding-left: 2px;
  padding-right: 23px;
}

.pass-peak .pass-peak-item.pass-peak-faculty {
  padding-right: 5px;
}

.hide-notes .pass-peak .pass-peak-item,
.hide-sideMenu .pass-peak .pass-peak-item {
  padding-left: 12px;
  padding-right: 34px;
}

.hide-notes .pass-peak .pass-peak-item.pass-peak-faculty,
.hide-sideMenu .pass-peak .pass-peak-item.pass-peak-faculty {
  padding-right: 22px;
}

.hide-notes .pass-peak .pass-peak-bars .pass-peak-bar,
.hide-sideMenu .pass-peak .pass-peak-bars .pass-peak-bar {
  width: 110px;
}

.pass-peak {
  position: relative;
  margin-bottom: 10px;
  background-color: #f9f9f9;
}

.pass-peak__purpose-explanation {
  font-size: 12px;
  color: #878787;
  border: 1px solid #39B1EB;
}

.pass-peak__purpose-explanation .qtip-tip {
  left: 70% !important;
}

.pass-peak__purpose-explanation-bold {
  font-weight: 700;
  color: #333333;
}

.pass-peak__notification-open {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pass-peak--visitor {
  margin-top: 0;
}

.pass-peak--subscriber {
  margin-top: 20px;
}

.pass-peak--member {
  margin-top: 20px;
}

.pass-peak--member .pass-peak--header {
  margin-top: 0px;
}

.pass-peak--header {
  margin-bottom: 12px;
}

.pass-peak .pass-peak-study-plan-link {
  position: absolute;
  top: -16px;
  right: 0;
  padding-right: 20px;
  color: #7DA2DC;
  transition: color 0.2s ease;
  max-width: 21%;
}

@media only screen and (max-width: 1023px) {
  .pass-peak .pass-peak-study-plan-link {
    max-width: 30%;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-study-plan-link {
    max-width: 40%;
    top: -17px;
  }
}

.pass-peak .pass-peak-study-plan-link .icon {
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 14px;
  transition: color 0.2s ease;
}

.pass-peak .pass-peak-study-plan-title {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  line-height: 1.1;
  font-size: 12px;
}

.pass-peak .pass-peak-knowledge-skill-label {
  position: absolute;
  padding: 5px;
  color: #bababa;
  margin-top: -20px;
  margin-left: 62%;
  font-size: 12px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .pass-peak .pass-peak-knowledge-skill-label {
    display: none !important;
  }
}

.pass-peak .pass-peak-knowledge-skill-label--hidden {
  opacity: 0;
  visibility: hidden;
}

.pass-peak .pass-peak-knowledge-skill-label--9 {
  margin-left: 55%;
}

.pass-peak .pass-peak-knowledge-skill-label--8 {
  margin-left: 62%;
}

.pass-peak .pass-peak-knowledge-skill-label--7 {
  margin-left: 56%;
}

.pass-peak .pass-peak-knowledge-skill-label--6 {
  margin-left: 49%;
}

.pass-peak .pass-peak-knowledge-skill-label--5 {
  margin-left: 39%;
}

.pass-peak .pass-peak-knowledge-skill-label--4 {
  margin-left: 24%;
}

.pass-peak .pass-peak-knowledge-skill-label i.icon {
  font-size: 10px;
}

.pass-peak.pass-peak--topic .pass-peak-tg-section {
  /*
			opacity: 0.1;
			&:hover{
				opacity: 1;
			}
			*/
}

.pass-peak.pass-peak--tg .pass-peak-topic-section {
  /*
			opacity: 0.1;
			&:hover{
				opacity: 1;
			}
			*/
}

.pass-peak.pass-peak-dashboard-item .pass-peak__table {
  overflow: hidden;
}

.pass-peak .pass-peak-content {
  height: 105px;
}

.pass-peak .selfProgressItem {
  position: relative;
  z-index: 1;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 1;
}

.pass-peak .selfProgressItem .radial {
  width: 60px;
  height: 60px;
}

.pass-peak .selfProgressItem .radial .circle .mask,
.pass-peak .selfProgressItem .radial .circle .fill {
  width: 60px;
  height: 60px;
}

.pass-peak .selfProgressItem .radial .circle .mask {
  clip: rect(0px, 60px, 60px, 30px);
}

.pass-peak .selfProgressItem .radial .circle .mask .fill {
  clip: rect(0px, 30px, 60px, 0px);
}

.pass-peak .selfProgressItem .radial .inset {
  width: 54px;
  height: 54px;
  margin-left: 3px;
  margin-top: 3px;
}

.pass-peak .selfProgressItem .radial .inset .percentage {
  width: 54px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  font-size: 18px;
}

.pass-peak .pass-peak-item {
  display: inline-block;
  text-align: center;
  background-image: url(/ux-images/technique-guides/peak-arrow.png);
  background-repeat: no-repeat;
  background-position: right -7px;
  white-space: nowrap;
  vertical-align: top;
}

.pass-peak .pass-peak-item.pass-peak-faculty {
  background-image: none;
}

.pass-peak .pass-peak-item.pass-peak-faculty .percentage::before {
  content: '' !important;
}

.pass-peak .pass-peak-content-wraper {
  position: relative;
  background-color: #f9f9f9;
}

.pass-peak .pass-peak-item-label {
  color: #bababa;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 5px;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .pass-peak .pass-peak-item-label {
    font-size: 9px;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-label--topic {
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-label-text {
    display: none;
  }
}

.pass-peak .pass-peak-item-label-icon {
  display: none;
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-label-icon {
    display: inline;
  }
}

.pass-peak .pass-peak-item-icon {
  display: none;
  text-align: center;
  padding-top: 5px;
  color: #c6c6c6;
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-icon {
    display: block;
  }
}

.pass-peak .pass-peak-item-additional-info {
  color: #c6c6c6;
  font-size: 15px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

@media only screen and (max-width: 1023px) {
  .pass-peak .pass-peak-item-additional-info {
    min-height: 32px;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-additional-info {
    min-height: auto;
    font-size: 13px;
  }
}

.pass-peak .pass-peak-item-additional-info__peak-icon {
  font-size: 13px;
  vertical-align: top;
  position: relative;
  top: 1px;
  left: -5px;
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-additional-info__peak-icon {
    font-size: 12px;
    top: 0;
  }
}

.pass-peak .pass-peak-item-additional-info--topic {
  margin: 1px 0;
  color: #7DA2DC;
  font-size: 12px;
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-additional-info--topic {
    display: none;
  }
}

.pass-peak .pass-peak-item-additional-info--questions {
  color: #61B096;
}

.pass-peak .pass-peak-item-additional-info--evidence {
  color: #FDD16B;
}

.pass-peak .pass-peak-item-additional-info--video {
  color: #F5A868;
}

.pass-peak .pass-peak-item-additional-info--case {
  color: #FD6C6A;
}

.pass-peak .pass-peak-item-additional-info--skill {
  color: #FF9600;
}

.pass-peak .pass-peak-item-additional-info--self {
  color: #3EBDC9;
}

.pass-peak .pass-peak-item-additional-info--assessment {
  color: #3C71A8;
}

.pass-peak .pass-peak-item-additional-info--exam {
  color: #3EBDC9;
}

.pass-peak .pass-peak-item-additional-info--cpt-case-log {
  color: #359AA4;
}

.pass-peak .pass-peak-item-breakdown {
  position: relative;
  padding: 0 2px;
}

.pass-peak .pass-peak-item-breakdown + .pass-peak-item-breakdown:before {
  content: '';
  height: 18px;
  width: 1px;
  background-color: #E6E6E6;
  position: absolute;
  left: -4px;
}

.pass-peak .pass-peak-item-notes {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0;
  background-color: #EAEAEA;
  color: #878787;
  border-radius: 2px;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-notes-topic {
    margin-top: 27px;
  }
}

.pass-peak .pass-peak-item-notes--cpt-case-log {
  padding-top: 3px;
  font-size: 12px;
  color: #878787;
  background-color: transparent;
  min-height: 18px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
  .pass-peak .pass-peak-item-notes--cpt-case-log {
    font-size: 11px;
  }
}

.pass-peak .pass-peak-item-notes-desc--icon {
  display: none;
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-notes-desc--icon {
    display: inline-block;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-notes-desc--text {
    display: none;
  }
}

.pass-peak .pass-peak-item-notes-item {
  display: inline-block;
  padding: 3px 6px;
  font-size: 12px;
}

@media only screen and (max-width: 599px) {
  .pass-peak .pass-peak-item-notes-item {
    padding: 2px 4px;
    font-size: 11px;
  }
}

.pass-peak .pass-peak-item-notes-notes {
  position: relative;
  margin-left: 1px;
}

.pass-peak .pass-peak-item-notes-notes:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 4px;
  width: 1px;
  height: 9px;
  background-color: #F9F9F9;
}

.pass-peak .pass-peak-tg-section {
  height: 81px;
  display: inline-block;
  position: absolute;
  right: 0;
}

.pass-peak .pass-peak-topic-section {
  height: 81px;
  display: inline-block;
}

.pass-peak table.pass-peak__table {
  width: 100%;
}

.pass-peak table.pass-peak__table .pass-peak__table__content .pass-peak__table__content__progress {
  position: relative;
}

.pass-peak table.pass-peak__table .pass-peak__table__content .pass-peak__table__content__progress .pass-peak__table__content__progress__item {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pass-peak table.pass-peak__table .pass-peak__table__content .pass-peak__table__content__progress .pass-peak__table__content__progress__item.pass-peak__table__content__progress__item--faculty {
  background-image: none;
}

.pass-peak table.pass-peak__table .pass-peak__table__content .pass-peak__table__content__progress .pass-peak__table__content__progress__item.pass-peak__table__content__progress__item--faculty .percentage::before {
  content: '' !important;
}

@media only screen and (max-width: 599px) {
  .pass-peak table.pass-peak__table .pass-peak__table__content .pass-peak__table__content__progress .pass-peak__table__content__progress__item {
    zoom: 0.8;
  }
}

.pass-peak .progress-line {
  position: absolute;
  left: 0;
  right: 2px;
  height: 4px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  -webkit-transform: translateX(-10px) skewX(15deg);
  transform: translateX(-10px) skewX(15deg);
}

@media only screen and (max-width: 1023px) {
  .pass-peak-dashboard-item-place-holder {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}

.pass-peak-dashboard-item-place-holder .selfProgressItem .radial {
  width: 50px;
  height: 50px;
}

.pass-peak-dashboard-item-place-holder .selfProgressItem .radial .circle .mask,
.pass-peak-dashboard-item-place-holder .selfProgressItem .radial .circle .fill {
  width: 50px;
  height: 50px;
}

.pass-peak-dashboard-item-place-holder .selfProgressItem .radial .circle .mask {
  clip: rect(0px, 50px, 50px, 25px);
}

.pass-peak-dashboard-item-place-holder .selfProgressItem .radial .circle .mask .fill {
  clip: rect(0px, 25px, 50px, 0px);
}

.pass-peak-dashboard-item-place-holder .selfProgressItem .radial .inset {
  width: 44px;
  height: 44px;
  margin-left: 3px;
  margin-top: 3px;
}

.pass-peak-dashboard-item-place-holder .selfProgressItem .radial .inset .percentage {
  width: 44px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  font-size: 16px;
}

.pass-peak-dashboard-item-place-holder--video .selfProgressItem .radial {
  width: 60px;
  height: 60px;
}

.pass-peak-dashboard-item-place-holder--video .selfProgressItem .radial .circle .mask,
.pass-peak-dashboard-item-place-holder--video .selfProgressItem .radial .circle .fill {
  width: 60px;
  height: 60px;
}

.pass-peak-dashboard-item-place-holder--video .selfProgressItem .radial .circle .mask {
  clip: rect(0px, 60px, 60px, 30px);
}

.pass-peak-dashboard-item-place-holder--video .selfProgressItem .radial .circle .mask .fill {
  clip: rect(0px, 30px, 60px, 0px);
}

.pass-peak-dashboard-item-place-holder--video .selfProgressItem .radial .inset {
  width: 54px;
  height: 54px;
  margin-left: 3px;
  margin-top: 3px;
}

.pass-peak-dashboard-item-place-holder--video .selfProgressItem .radial .inset .percentage {
  width: 54px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  font-size: 18px;
}

.pass-peak-dashboard-item-place-holder .pass-peak {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item {
  white-space: nowrap;
  background-color: #f9f9f9;
  transition: background-color 0.2s ease;
  height: 120px;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item {
    height: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item:first-child {
    margin-left: 15px;
  }
}

.pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item--video {
  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;
}

.pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item .selfProgressItem .tagControl {
  padding-left: 0;
}

.pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item__tracker {
  width: 100px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item__tracker {
    width: 75px;
  }
}

.pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item__tracker--video {
  width: 120px;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item__tracker--video {
    width: 120px;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak-dashboard-item-place-holder.pass-peak-dashboard-item-place-holder--topic {
    display: none;
  }
}

.pass-peak-dashboard-item-place-holder.pass-peak-dashboard-item-place-holder--case {
  margin-top: 0;
}

.pass-peak-dashboard-item-place-holder.pass-peak-dashboard-item-place-holder--evidence {
  margin-top: 0;
}

@media only screen and (max-width: 599px) {
  .pass-peak-dashboard-item-place-holder .pass-peak__table__content__progress:first-child {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak-dashboard-item-place-holder .pass-peak__table__content__progress:last-child {
    padding-right: 5px;
  }
}

.pass-peak-dashboard-item-place-holder .pass-peak-item-additional-info {
  font-size: 12px;
  padding-bottom: 4px;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-dashboard-item-place-holder .pass-peak-item-additional-info {
    min-height: auto;
  }
}

.pass-peak-dashboard-item-place-holder .pass-peak-item-label {
  font-size: 11px;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-dashboard-item-place-holder .pass-peak-item-label {
    font-size: 10px;
  }
}

.pass-peak-dashboard-item-place-holder .pass-peak-item-notes-item {
  font-size: 10px;
}

.pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item__tracker {
  padding: 8px 0;
}

.pass-peak-dashboard-item__vbars {
  position: relative;
  display: none;
  width: 8px;
  height: 100%;
  font-size: 0;
}

.pass-peak-dashboard-item__vbars--technique {
  width: 26px;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar {
  width: 5px;
  margin-left: 1px;
  height: 100%;
  display: inline-block;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--video[data-progress="20"] {
  background: #FCE7D5;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--video[data-progress="40"] {
  background: #F8C79E;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--video[data-progress="60"] {
  background: #F6B783;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--video[data-progress="80"] {
  background: #F5A868;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--video[data-progress="100"] {
  background: #C98A56;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--task-list[data-progress="20"] {
  background: #FFE2B9;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--task-list[data-progress="40"] {
  background: #FFBC5C;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--task-list[data-progress="60"] {
  background: #FFA92E;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--task-list[data-progress="80"] {
  background: #FF9600;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--task-list[data-progress="100"] {
  background: #e88a03;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--self-mastery[data-progress="20"] {
  background: #CAEDF0;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--self-mastery[data-progress="40"] {
  background: #84D5DC;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--self-mastery[data-progress="60"] {
  background: #61C9D2;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--self-mastery[data-progress="80"] {
  background: #3EBDC9;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--self-mastery[data-progress="100"] {
  background: #339BA5;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--faculty[data-progress="20"] {
  background: #C9D8E7;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--faculty[data-progress="40"] {
  background: #82A4C7;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--faculty[data-progress="60"] {
  background: #5F8AB7;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--faculty[data-progress="80"] {
  background: #3C71A8;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--faculty[data-progress="100"] {
  background: #325D8A;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--cpt[data-progress="20"] {
  background: #CFE6E9;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--cpt[data-progress="40"] {
  background: #76CCd5;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--cpt[data-progress="60"] {
  background: #4DB2BC;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--cpt[data-progress="80"] {
  background: #359AA4;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar--cpt[data-progress="100"] {
  background: #21828C;
}

.pass-peak-dashboard-item__vbars .pass-peak-dashboard-item__bar-arrow {
  position: absolute;
  top: 50%;
  left: -5px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #c9c9c9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .pass-peak-dashboard-item__vbars {
    display: block;
  }
}

.technique-guides .dashboardItem {
  min-height: 122px;
  height: 122px;
}

.pass-peak-link {
  text-align: center;
  font-family: 'Montserrat';
}

.pass-peak-link i.icon-pass-peak-arrow-big {
  padding: 0;
  padding-right: 5px;
  font-size: 24px;
}

.pass-peak-link .pass-peak-link-pass {
  vertical-align: top;
  display: inline-block;
  padding-top: 5px;
  font-size: 16px;
}

.pass-peak-link .pass-peak-link-peak {
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  padding-top: 5px;
  font-size: 16px;
}

body.MedbulletsStep2And3 .pass-peak-link {
  /* text-align: right; */
}

.pass-peak-topic-infographic {
  overflow: hidden;
  height: 135px;
  transition: height 0.2s ease;
}

@media only screen and (max-width: 599px) {
  .pass-peak-topic-infographic {
    height: 112px;
  }
}

.pass-peak-topic-infographic:after {
  content: "";
  clear: both;
  display: table;
}

.pass-peak-topic-infographic--closed {
  height: 50px;
}

@media only screen and (max-width: 599px) {
  .pass-peak-topic-infographic--closed {
    height: 50px;
  }
}

.pass-peak-topic-infographic--closed .pass-peak-item-notes {
  opacity: 0;
  -webkit-transform: translateY(-63px);
  transform: translateY(-63px);
}

@media only screen and (max-width: 1023px) {
  .pass-peak-topic-infographic--closed .pass-peak-item-notes {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak-topic-infographic--closed .pass-peak-item-notes {
    -webkit-transform: translateY(-39px);
    transform: translateY(-39px);
  }
}

.pass-peak-topic-infographic--closed .selfProgressItem {
  opacity: 0;
  -webkit-transform: translateY(-63px);
  transform: translateY(-63px);
}

@media only screen and (max-width: 1023px) {
  .pass-peak-topic-infographic--closed .selfProgressItem {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak-topic-infographic--closed .selfProgressItem {
    -webkit-transform: translateY(-39px);
    transform: translateY(-39px);
  }
}

.pass-peak-topic-infographic--closed .pass-peak-item-label {
  -webkit-transform: translateY(-63px);
  transform: translateY(-63px);
}

@media only screen and (max-width: 1023px) {
  .pass-peak-topic-infographic--closed .pass-peak-item-label {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak-topic-infographic--closed .pass-peak-item-label {
    -webkit-transform: translateY(-39px);
    transform: translateY(-39px);
  }
}

.pass-peak-topic-infographic--closed .pass-peak-item-additional-info {
  -webkit-transform: translateY(-63px);
  transform: translateY(-63px);
}

@media only screen and (max-width: 1023px) {
  .pass-peak-topic-infographic--closed .pass-peak-item-additional-info {
    -webkit-transform: translateY(-51px);
    transform: translateY(-51px);
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak-topic-infographic--closed .pass-peak-item-additional-info {
    -webkit-transform: translateY(-39px);
    transform: translateY(-39px);
  }
}

.pass-peak-topic-infographic--closed .progress-line {
  opacity: 1;
  -webkit-transform: translateX(0px) skewX(15deg);
  transform: translateX(0px) skewX(15deg);
}

.pass-peak-topic-infographic--1 .pass-peak-topic-infographic__item {
  width: 100%;
}

.pass-peak-topic-infographic--2 .pass-peak-topic-infographic__item {
  width: 50%;
}

.pass-peak-topic-infographic--3 .pass-peak-topic-infographic__item {
  width: 33.3%;
}

.pass-peak-topic-infographic--4 .pass-peak-topic-infographic__item {
  width: 25%;
}

.pass-peak-topic-infographic--5 .pass-peak-topic-infographic__item {
  width: 20%;
}

.pass-peak-topic-infographic--6 .pass-peak-topic-infographic__item {
  width: 16.6%;
}

.pass-peak-topic-infographic--7 .pass-peak-topic-infographic__item {
  width: 14.2%;
}

.pass-peak-topic-infographic--8 .pass-peak-topic-infographic__item {
  width: 12.5%;
}

.pass-peak-topic-infographic--9 .pass-peak-topic-infographic__item {
  width: 11.1%;
}

.pass-peak-topic-infographic__item {
  float: left;
  width: 12.5%;
  height: 100%;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: block;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  overflow: visible;
}

.pass-peak-topic-infographic__item:focus,
.pass-peak-topic-infographic__item:active,
.pass-peak-topic-infographic__item:hover {
  text-decoration: none;
  outline: none;
}

.pass-peak-topic-infographic__item:last-child .pass-peak-topic-infographic__arrow {
  display: none;
}

.pass-peak-topic-infographic__arrow {
  position: absolute;
  top: 50%;
  right: -29px;
  width: 95px;
  height: 95px;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  transition: border-color 0.2s ease;
  -webkit-transform: translateY(-50%) rotate(45deg) skew(32deg, 32deg);
  transform: translateY(-50%) rotate(45deg) skew(32deg, 32deg);
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-topic-infographic__arrow {
    display: none;
  }
}

.pass-peak-topic-infographic .pass-peak__table__content__progress__item {
  position: relative;
  height: 100%;
  padding: 7px;
  z-index: 2;
}

.pass-peak-topic-infographic .pass-peak__table__content__progress__item .pass-peak-item-label {
  padding: 5px 0 0 0;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-topic-infographic .pass-peak__table__content__progress__item {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak-place-holder {
    margin-right: 0px;
  }
}

.pass-peak-place-holder .pass-peak-item-additional-info {
  padding-top: 5px;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-place-holder .pass-peak-item-additional-info {
    padding-top: 7px;
  }
}

@media only screen and (max-width: 1023px) {
  .pass-peak-place-holder .pass-peak-item-additional-info--topic {
    padding-top: 5px;
    font-size: 11px;
  }
}

.pass-peak-place-holder .pass-peak__table__content__progress__item {
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-place-holder .selfProgressItem .radial {
    width: 46px;
    height: 46px;
  }

  .pass-peak-place-holder .selfProgressItem .radial .circle .mask,
  .pass-peak-place-holder .selfProgressItem .radial .circle .fill {
    width: 46px;
    height: 46px;
    position: absolute;
  }

  .pass-peak-place-holder .selfProgressItem .radial .circle .mask {
    clip: rect(0px, 46px, 46px, 23px);
  }

  .pass-peak-place-holder .selfProgressItem .radial .circle .mask .fill {
    clip: rect(0px, 23px, 46px, 0px);
  }

  .pass-peak-place-holder .selfProgressItem .radial .inset {
    width: 40px;
    height: 40px;
    margin-left: 3px;
    margin-top: 3px;
  }

  .pass-peak-place-holder .selfProgressItem .radial .inset .percentage {
    width: 40px;
    top: 13px;
    left: 0px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak-place-holder .selfProgressItem .radial {
    width: 32px;
    height: 32px;
  }

  .pass-peak-place-holder .selfProgressItem .radial .circle .mask,
  .pass-peak-place-holder .selfProgressItem .radial .circle .fill {
    width: 32px;
    height: 32px;
    position: absolute;
  }

  .pass-peak-place-holder .selfProgressItem .radial .circle .mask {
    clip: rect(0px, 32px, 32px, 16px);
  }

  .pass-peak-place-holder .selfProgressItem .radial .circle .mask .fill {
    clip: rect(0px, 16px, 32px, 0px);
  }

  .pass-peak-place-holder .selfProgressItem .radial .inset {
    width: 28px;
    height: 28px;
    margin-left: 2px;
    margin-top: 2px;
  }

  .pass-peak-place-holder .selfProgressItem .radial .inset .percentage {
    width: 28px;
    top: 9px;
    left: 0px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-size: 10px;
  }
}

.pass-peak-place-holder--topic .pass-peak-topic-info-link--without-link {
  display: none;
}

.pass-peak-place-holder--topic .pass-peak--member {
  margin-top: 0;
}

.pass-peak__table__content__progress__link {
  display: block;
}

.pass-peak__table__content__progress__link:hover,
.pass-peak__table__content__progress__link:active,
.pass-peak__table__content__progress__link:visited,
.pass-peak__table__content__progress__link:focus {
  text-decoration: none;
}

.pass-peak-unauth {
  position: relative;
  color: #A9A9A9;
  background-color: #f9f9f9;
  margin: 10px 0 15px 0;
}

@media only screen and (max-width: 599px) {
  .pass-peak-unauth {
    margin-top: 10px;
  }
}

.pass-peak-unauth--tg {
  margin-top: 30px;
}

.pass-peak-unauth__nav {
  overflow: hidden;
}

.pass-peak-unauth__section {
  position: relative;
  width: 16.6%;
  height: 40px;
  float: left;
}

.pass-peak-unauth__button {
  display: block;
  width: 100%;
  padding: 11px 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .pass-peak-unauth__button {
    font-size: 13px;
  }
}

.pass-peak-unauth__button:focus,
.pass-peak-unauth__button:active {
  outline: none;
}

.pass-peak-unauth__button:hover {
  text-decoration: none;
}

.pass-peak-unauth__icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
  font-size: 18px;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-unauth__icon {
    top: -1px;
  }
}

@media only screen and (max-width: 599px) {
  .pass-peak-unauth__icon {
    margin-right: 1px;
    font-size: 13px;
  }
}

.pass-peak-unauth__arrow {
  position: absolute;
  top: 0;
  right: -5px;
  color: #ffffff;
  font-size: 40px;
}

@media only screen and (max-width: 599px) {
  .pass-peak-unauth__arrow {
    right: -2px;
  }
}

.pass-peak-unauth__arrow.icon {
  font-weight: bold;
}

.pass-peak-unauth__content {
  position: relative;
  z-index: 1;
  transition: 0.2s;
}

.pass-peak-unauth__section-name {
  text-transform: uppercase;
  font-size: 12px;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-unauth__section-name {
    display: none;
  }
}

.pass-peak-topic-info-link {
  position: absolute;
  top: -17px;
  display: inline-block;
  max-width: 43%;
  margin-left: 12px;
  color: #7DA2DC;
  font-size: 12px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .pass-peak-topic-info-link {
    max-width: 40%;
    margin-left: 15px;
  }
}

.pass-peak-topic-info-link:hover {
  text-decoration: none;
}

.pass-peak-topic-info-link:hover .pass-peak__notification-open {
  opacity: 1;
  visibility: visible;
}

.pass-peak-topic-info-link:hover .icon-navigator {
  opacity: 0;
  visibility: hidden;
}

.pass-peak-topic-info-link:hover .icon-navigator-colored {
  opacity: 1;
  visibility: visible;
}

.pass-peak-topic-info-link:focus {
  outline: none;
}

.pass-peak-topic-info-link--active .icon.icon-navigator {
  opacity: 0;
  visibility: hidden;
}

.pass-peak-topic-info-link--active .icon.icon-navigator-colored {
  opacity: 1;
  visibility: visible;
}

.pass-peak-topic-info-link--without-link {
  cursor: default;
}

.pass-peak-topic-info-link--without-link .pass-peak-topic-info-text {
  padding: 1px 0 0 8px;
}

.pass-peak-topic-info-link .icon {
  position: absolute;
  top: 0px;
  left: -11px;
  font-size: 14px;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pass-peak-topic-info-link .icon-navigator-colored {
  opacity: 0;
  visibility: hidden;
}

.pass-peak-topic-info-text {
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  line-height: 1.1;
  transition: 0.2s;
}

@media only screen and (max-width: 1023px) {
  .pass-peak-topic-info-text {
    display: none;
  }
}

.pass-peak-dashboard-item {
  overflow: hidden;
  font-size: 0;
  vertical-align: top;
}

.pass-peak-dashboard-item__tracker {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  text-align: center;
  vertical-align: middle;
}

.pass-peak-dashboard-item__tracker:hover {
  text-decoration: none;
}

.pass-peak-dashboard-item__tracker:hover .pass-peak-item-label {
  color: #858585;
}

.pass-peak-dashboard-item__tracker--tg {
  width: 25%;
  vertical-align: top;
}

.pass-peak-dashboard-item__tracker--topic {
  width: 50%;
}

.pass-peak-dashboard-item .pass-peak-topic-infographic__arrow {
  right: -27px;
}

.pass-peak-dashboard-item-place-holder-wrapper {
  position: absolute;
  right: 0;
}

#month-selector,
.period-selector {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.4;
  margin-left: 49px;
  height: 26px;
}

#month-selector li,
.period-selector li {
  float: left;
}

#month-selector li a,
.period-selector li a {
  background-color: #efefef;
  width: 5.94rem;
  height: 26px;
  display: block;
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  cursor: pointer;
}

#month-selector li a.active,
.period-selector li a.active,
#month-selector li a:hover,
.period-selector li a:hover,
#month-selector li a:active,
.period-selector li a:active {
  background-color: #DDD;
}

#month-selector li:last-child a,
.period-selector li:last-child a {
  border-right: 1px solid #aaaaaa;
}

.period-selector {
  bottom: 19px;
  margin-left: 65px;
}

.period-selector li a {
  width: 4.745rem;
}

.period-text {
  margin-left: 65px;
}

.period-text-titles li {
  line-height: 18px;
  height: 18px;
}

.period-text li {
  float: left;
  text-align: center;
  font-weight: bold;
  width: 4.745rem;
  line-height: 18px;
  height: 18px;
  border-bottom: 1px solid #eee;
}

.period-text li:last-child {
  border-right: 1px solid #eee;
}

.period-text li:first-child {
  border-left: 1px solid #eee;
}

h1.ortho-heading {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
}

h1.ortho-heading-l {
  font-weight: 500;
  font-size: 30px;
}

@media only screen and (max-width: 599px) {
  h1.ortho-heading-l--settings {
    font-size: 24px;
  }
}

header.ortho-header {
  padding: 15px 0 20px;
}

.ortho-block {
  background-color: #f7f7f7;
  padding: 0 10px;
  line-height: 28px;
  min-height: 28px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
}

.ortho-block-info {
  font-size: 17px;
  color: #6c9bce;
  text-align: center;
}

.ortho-container {
  border: 1px solid #d5d5d5;
  background-color: #f9f9f9;
  padding: 20px;
}

.ortho-tip {
  padding: 3px 4px;
  color: #FFF;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
}

.ortho-tip a {
  color: #FFF;
}

.ortho-tip.red {
  background-color: #e21a37;
}

.ortho-tip.blue-violet {
  background-color: #525aaf;
}

.ortho-evidence-cover-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 18px;
  height: 18px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 5px;
}

.ortho-evidence-cover-label-essential,
.ortho-evidence-cover-label-wla {
  background-color: #EFC3EF;
}

.ortho-evidence-cover-label-core {
  background-color: #AD26C1;
}

.ortho-evidence-cover-label-new {
  background-color: #58AB59;
}

.ortho-evidence-cover-label-tested {
  background-color: #6396E7;
}

.ortho-evidence-cover-label-other {
  background-color: transparent;
}

.ortho-evidence-cover-label,
.qbankTest .preferredResponse .references .ortho-evidence-cover-label {
  font-size: 10px;
  margin-bottom: 0;
}

.ortho-popup div {
  border: 1px solid #DDD;
  background-color: #FFF;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 1;
}

.ortho-popup ul {
  width: 100%;
}

.ortho-popup li {
  padding: 0 12px;
  border-bottom: 1px solid #DDD;
  font-size: 12px;
  line-height: 26px;
  height: 26px;
}

.ortho-popup li:last-child {
  border-bottom: none;
}

.ortho-popup li:hover {
  background-color: #EEE;
  cursor: pointer;
}

.ortho-popup-evidence-type {
  z-index: 10;
}

.ortho-popup-evidence-focus {
  z-index: 10;
}

input.ortho-editor,
textarea.ortho-editor,
select.ortho-editor {
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}

input.ortho-editor:focus,
textarea.ortho-editor:focus,
select.ortho-editor:focus {
  outline: none;
}

input.ortho-editor-block,
textarea.ortho-editor-block,
select.ortho-editor-block {
  display: block;
}

input.ortho-editor-full-width,
textarea.ortho-editor-full-width,
select.ortho-editor-full-width {
  width: 100%;
}

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;
  text-transform: uppercase;
}

.ortho-editor-md input,
.ortho-editor-md textarea,
.ortho-editor-md select {
  min-height: 32px;
  width: 100%;
  display: block;
  padding: 6px 3px 6px;
  transition: all ease-in 0.2s;
  font: 16px Arial, sans-serif;
  border: 1px solid #ddd;
  background-color: #ffffff;
}

.ortho-editor-md input:hover,
.ortho-editor-md input:focus,
.ortho-editor-md textarea:hover,
.ortho-editor-md textarea:focus {
  border-color: #5a7aaf !important;
  color: #2a5077;
}

.ortho-input {
  position: relative;
}

.ortho-input__label {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
}

.ortho-input__textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #EAEAEA;
  transition: border 0.2s ease;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

.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 #8e0000;
}

.ortho-input__textarea--error:hover,
.ortho-input__textarea--error:focus {
  border: 1px solid #8e0000;
}

.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%;
  padding: 7px 10px;
  border: 1px solid #EAEAEA;
  transition: border 0.2s ease;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

.ortho-input__input:hover,
.ortho-input__input:focus {
  outline: none;
  border: 1px solid #b3b3b3;
}

.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--error {
  border: 1px solid #8e0000;
}

.ortho-input__input--error:hover,
.ortho-input__input--error:focus {
  border: 1px solid #8e0000;
}

.ortho-input__input--error + .ortho-input__error {
  opacity: 1;
  visibility: visible;
}

.ortho-input__error {
  position: absolute;
  bottom: -15px;
  color: #8e0000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.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 (max-width: 767px) {
  .site-small-panel {
    display: none;
  }
}

.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: .2s ease;
  animation: .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 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  position: relative;
  text-align: center;
  transition: 0.2s;
  color: #ffffff;
}

.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--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--all {
  background-color: #2a4e74;
}

.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 {
  min-width: 180px;
  line-height: 1;
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
}

.breakdown-content__js-button {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: inherit;
}

.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:hover:before,
.breakdown-content__js-button--active:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.breakdown-content__js-button:hover {
  text-decoration: none;
}

.breakdown-content__js-button--reset {
  padding: 7px 12px;
  border: none;
  background-color: #F9F9F9;
  font-size: 14px;
  font-weight: 700;
  color: #C0C0C0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.breakdown-content__js-button--reset:focus {
  outline: none;
}

.breakdown-content__js-button--reset:hover {
  background-color: #f2f2f2;
}

.breakdown-content__js-button--reset:before {
  content: none;
}

.breakdown-content__row {
  font-size: 0;
  display: block;
  border: none;
  background-color: transparent;
  outline: none;
}

.breakdown-content__row--total .breakdown-content__cell {
  padding-top: 10px;
  padding-bottom: 10px;
}

.breakdown-content__row--header .breakdown-content__cell {
  padding-bottom: 10px;
  padding-top: 15px;
}

.breakdown-content__cell {
  display: inline-block;
  width: calc(50% - 10px);
  font-size: 14px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 5px;
  padding-top: 8px;
  transition: 0.2s;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__cell {
    font-size: 12px;
  }
}

.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__section-title {
  text-align: center;
  padding: 7px 0;
  margin-bottom: 10px;
  color: white;
}

.breakdown-content__level-label {
  display: inline-block;
  padding: 7px 6px;
  font-size: 14px;
  min-width: 35px;
}

.breakdown-content__level-label:hover:after {
  opacity: 0;
  visibility: hidden;
}

.breakdown-content__item-quantity {
  font-weight: bold;
  padding-bottom: 3px;
}

.breakdown-content__item-completed {
  font-size: 10px;
  padding-bottom: 1px;
}

.breakdown-content__progress-line {
  height: 4px;
}

.breakdown-content__wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 20px 15px 20px;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__wrapper {
    padding: 0 0 15px 0;
  }
}

.breakdown-content__h-map {
  color: #878787;
  border-bottom: 1px solid #E6E6E6;
  font-size: 10px;
  text-align: right;
  padding-bottom: 5px;
  position: relative;
}

.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: 95px;
  bottom: 80px;
  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 {
  margin: 0 auto;
  padding-bottom: 20px;
}

.breakdown-content__filter-wrapper--evidence {
  width: 600px;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__filter-wrapper--evidence {
    width: auto;
  }
}

.breakdown-content__filter-wrapper--questions {
  width: 460px;
}

@media only screen and (max-width: 599px) {
  .breakdown-content__filter-wrapper--questions {
    width: auto;
  }
}

.breakdown-content__reset {
  padding-top: 10px;
  padding-right: 5px;
  text-align: right;
}

.breakdown-content__reset--hidden {
  display: none;
}

.breakdown-content__icon-reset {
  position: relative;
  top: 1px;
}

.breakdown-content--evidences {
  min-width: 460px;
}

@media only screen and (max-width: 1023px) {
  .breakdown-content--evidences {
    min-width: 380px;
  }
}

@media only screen and (max-width: 599px) {
  .breakdown-content--evidences {
    min-width: 210px;
  }
}

.breakdown-content--evidences .breakdown-content__section-title {
  background-color: #FDD16B;
}

.breakdown-content--evidences .breakdown-content__cell {
  width: calc(16% - 10px);
}

.breakdown-content--evidences .breakdown-content__item-completed {
  color: #FDD16B;
}

.breakdown-content--evidences .breakdown-content__h-map {
  width: 75%;
  margin-left: 25%;
}

.breakdown-content--questions {
  min-width: 380px;
}

@media only screen and (max-width: 599px) {
  .breakdown-content--questions {
    min-width: 240px;
  }
}

.breakdown-content--questions .breakdown-content__section-title {
  background-color: #61B096;
}

.breakdown-content--questions .breakdown-content__cell {
  width: calc(33.3% - 10px);
}

.breakdown-content--questions .breakdown-content__item-completed {
  color: #61B096;
}

.breakdown-content--questions .breakdown-content__v-map {
  top: 80px;
}

.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 {
  bottom: 50%;
}

.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--disable:hover .peak-arrow__hover-block {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.peak-arrow--disable:hover .pass-peak-item-label {
  color: #bababa;
}

.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(51%);
  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__controls {
  text-align: center;
  font-size: 0;
  padding: 5px 0 10px 0;
}

.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: center;
  line-height: 1;
}

.mastery-banner__header {
  position: relative;
  padding: 8px 0 6px 0;
  color: white;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.mastery-banner__peak {
  position: absolute;
  top: 7px;
  left: 10px;
}

.mastery-banner__title {
  max-width: 60%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .mastery-banner__topic {
    display: none;
  }
}

.mastery-banner__icon {
  position: relative;
  vertical-align: middle;
  top: -1px;
  font-size: 18px;
}

.mastery-banner__click-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
}

.mastery-banner__click-icon .path1 {
  color: #606263;
}

.mastery-banner__click-icon .path2 {
  color: #FFFFFF;
}

.mastery-banner__explanation {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  transition: 0.2s;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .mastery-banner__explanation {
    top: -20px;
    color: #878787;
  }
}

.mastery-banner__explanation:focus,
.mastery-banner__explanation:active {
  outline: none;
}

.mastery-banner__selfProgressItem {
  position: relative;
  margin: 15px 0;
  vertical-align: middle;
}

.mastery-banner__selfProgressItem .radial {
  width: 64px;
  height: 64px;
}

.mastery-banner__selfProgressItem .radial .inset {
  width: 56px;
  height: 56px;
  margin-left: 4px;
  margin-top: 4px;
}

.mastery-banner__selfProgressItem .radial .inset .percentage {
  width: 100%;
  top: 18px;
  left: 0;
  font-size: 21px;
}

.mastery-banner__selfProgressItem .radial .circle .mask {
  width: 64px;
  height: 64px;
  clip: rect(0px, 64px, 64px, 32px);
}

.mastery-banner__selfProgressItem .radial .circle .mask .fill {
  width: 64px;
  height: 64px;
  clip: rect(0px, 32px, 64px, 0px);
}

.mastery-banner__progress-explanation {
  display: inline-block;
  width: 350px;
  margin-left: 15px;
  vertical-align: middle;
  text-align: left;
  color: #2F91C1;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  transition: color 0.6s;
}

@media only screen and (max-width: 599px) {
  .mastery-banner__progress-explanation {
    margin-right: 15px;
    text-align: center;
    display: block;
    width: auto;
  }
}

.mastery-banner__content {
  position: relative;
  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);
}

@media only screen and (max-width: 599px) {
  .mastery-banner__content {
    padding-bottom: 15px;
  }
}

.mastery-banner--topic {
  background-color: #dff3ff;
}

.mastery-banner--topic .mastery-banner__header {
  background-color: #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;
}

.mastery-banner--question .mastery-banner__header {
  background-color: #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;
}

.mastery-banner--evidence .mastery-banner__header {
  background-color: #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;
}

.mastery-banner--video .mastery-banner__header {
  background-color: #F5A868;
}

.mastery-banner--video .mastery-banner__explanation:hover {
  color: #feecd6;
}

.mastery-banner--video .mastery-banner__content:before {
  background: #fde6cc;
}

.mastery-banner--margin {
  margin-bottom: 20px;
}

@-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;
}

.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: 550px;
  line-height: 1.4;
}

@media only screen and (max-width: 599px) {
  .ortho-modal__modal--default {
    width: 300px;
  }
}

.ortho-modal__modal--default .ortho-modal__content {
  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 .case-polls-presentation {
  height: 100%;
}

.ortho-modal__header {
  box-sizing: border-box;
  position: relative;
  background-color: #f3f3f3;
  height: 48px;
}

.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: #A9A9A9;
  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: 280px;
  }
}

@-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--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.collapsable {
  margin-bottom: 0;
}

.event-agenda.collapsable .event-agenda__item--session:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}

.event-agenda.collapsable .event-agenda__item--session:hover .event-agenda__arrow:before,
.event-agenda.collapsable .event-agenda__item--session:hover .event-agenda__arrow:after {
  border-bottom: 1px solid #979797;
  border-left: 1px solid #979797;
}

.event-agenda__item {
  position: relative;
  padding: 10px 0;
  background-color: #f9f9f9;
  transition: background-color 0.2s ease;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__item {
    padding: 15px 0;
  }
}

.event-agenda__item--timeslot {
  background-color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__item--timeslot {
    padding: 10px 0 20px 0;
  }
}

.event-agenda__item--timeslot:first-child {
  border-top: 1px solid #eaeaea;
}

.event-agenda__item--timeslot + .event-agenda__item--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__item--timeslot + .event-agenda__item--timeslot .event-agenda__description:before {
    right: 15px;
    top: -30px;
  }
}

.event-agenda__time {
  float: left;
  width: 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;
    width: 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 {
  width: calc(100% - 170px);
  position: relative;
  float: left;
  min-height: 30px;
  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;
    border-left: none;
  }
}

.event-agenda__description--event {
  width: calc(100% - 660px);
}

@media only screen and (max-width: 1023px) {
  .event-agenda__description--event {
    width: 100%;
    padding-right: 40px;
  }
}

.event-agenda__description--timeslot {
  padding-right: 40px;
}

.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__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: relative;
    top: 7px;
    right: auto;
    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);
}

@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);
  opacity: 0;
}

@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: 0;
}

.event-agenda__arrow--open:after {
  opacity: 1;
}

.event-agenda__preview-info {
  width: 320px;
  min-height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 40px;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #A9A9A9;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__preview-info {
    width: 100%;
    padding: 10px 15px 0 15px;
    position: relative;
    top: 0;
    right: auto;
    clear: both;
    display: block;
    -webkit-transform: none;
    transform: none;
    text-align: left;
  }
}

.event-agenda__attachment {
  padding-left: 10px;
}

.event-agenda__icon-wrapper {
  position: absolute;
}

@media only screen and (max-width: 1023px) {
  .event-agenda__icon-wrapper {
    position: static;
    display: inline-block;
    padding-top: 15px;
  }
}

.event-agenda__icon-wrapper--track {
  right: 300px;
  max-width: 150px;
  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;
  }
}

.event-agenda__icon-wrapper--attachment {
  right: 0;
}

.event-agenda__icon-wrapper--exam {
  right: 50px;
}

.event-agenda__icon-wrapper--case {
  right: 100px;
}

.event-agenda__icon-wrapper--video {
  right: 150px;
}

.event-agenda__icon-wrapper--evidence {
  right: 200px;
}

.event-agenda__icon-wrapper--topic {
  right: 250px;
}

.event-agenda__icon-wrapper + .event-agenda__icon-wrapper {
  padding-left: 10px;
}

.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--exams {
  font-size: 18px;
  color: #78c96b;
}

.event-agenda__icon--attachment {
  font-size: 18px;
  color: #ababab;
}

.event-agenda__ortho-button.ortho-button {
  width: 32px;
  height: 30px;
  min-height: auto;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #F3F3F3;
}

.event-agenda__ortho-button.ortho-button + .ortho-button {
  margin-left: 10px;
}

.event-agenda__files {
  float: right;
}

@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;
}

@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 {
  width: 32px;
  height: 30px;
  min-height: auto;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  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--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 + .ortho-button {
  margin-top: 10px;
  margin-left: 0;
}

@media only screen and (max-width: 1023px) {
  .event-agenda .ortho-button.event-agenda__ortho-button + .ortho-button {
    margin-top: 0px;
  }
}

.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;
}

.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;
}

.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;
  z-index: 0;
}

.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--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 #878787;
  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 {
  color: #7DA2DC;
  font-size: 14px;
  transition: color 0.2s ease;
  display: none;
  position: relative;
}

.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__tab {
  display: inline-block;
  padding: 5px 10px;
  color: #A9A9A9;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #EAEAEA;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.2s ease, border 0.2s ease;
}

.filter-tabs__tab:hover {
  color: #395685;
  border-bottom: 2px solid #395685;
}

.filter-tabs__tab--active {
  color: #395685;
  border-bottom: 2px solid #395685;
}

.filter-tabs__tab + .filter-tabs__tab {
  margin-left: 5px;
}

.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;
}

.profile-section {
  position: relative;
  margin-left: -29px;
  padding: 8px 0 30px 30px;
  font-size: 14px;
  color: #333333;
  border-left: 1px solid #EAEAEA;
}

@media only screen and (max-width: 599px) {
  .profile-section {
    margin-left: 0;
    padding: 8px 0 20px 0;
    border-left: none;
  }
}

.profile-section:last-child {
  border-left: none;
}

.profile-section__main-icon {
  position: absolute;
  left: -15px;
  top: 0;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  background-color: #7DA2DC;
  border-radius: 100%;
}

@media only screen and (max-width: 599px) {
  .profile-section__main-icon {
    left: 0;
  }
}

.profile-section__main-icon--clinical {
  font-size: 16px;
}

.profile-section__main-icon--person {
  font-size: 18px;
}

.profile-section__main-icon--personal-contact {
  font-size: 16px;
}

.profile-section__main-icon--peak {
  font-size: 18px;
}

@media only screen and (max-width: 599px) {
  .profile-section__main-icon--comments.icon {
    display: none;
  }
}

.profile-section__main-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.profile-section__title {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .profile-section__title {
    padding-left: 40px;
  }
}

.profile-section__text {
  line-height: 1.5;
}

.profile-section__item-element {
  line-height: 1.5;
  word-break: break-word;
}

.profile-section__item-element--title {
  color: #878787;
}

.profile-section__item-element--title .separated-list__item {
  color: #878787;
}

.profile-section__item-element--name {
  font-weight: bold;
}

.profile-section__item-element--publication-name {
  padding-bottom: 5px;
  font-weight: bold;
}

.profile-section__item-element--publication-authors {
  padding-bottom: 5px;
  color: #878787;
}

.profile-section__item-element--publication-authors .separated-list__item {
  color: #878787;
}

.profile-section__item-element a {
  font-size: 14px;
  color: #7DA2DC;
  transition: color 0.2s ease;
}

.profile-section__item-element a:hover {
  text-decoration: none;
  color: #5e7caa;
}

.profile-section__item {
  display: block;
  padding-right: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  box-sizing: border-box;
}

.profile-section__item--interests {
  float: left;
  width: 50%;
}

.profile-section__item--contacts {
  float: left;
  width: 25%;
}

.profile-section__item--contacts:nth-child(5n) {
  clear: left;
}

@media only screen and (max-width: 599px) {
  .profile-section__item--contacts:nth-child(5n) {
    clear: none;
  }
}

@media only screen and (max-width: 599px) {
  .profile-section__item--contacts:nth-child(2n + 1) {
    clear: left;
  }
}

@media only screen and (max-width: 599px) {
  .profile-section__item--contacts {
    width: 50%;
  }
}

.profile-section__item--link {
  transition: background-color 0.2s ease;
  padding: 10px;
  margin: 0 -10px 15px -10px;
  color: #333333;
}

.profile-section__item--link:hover {
  text-decoration: none;
  background-color: #F9F9F9;
}

.profile-section__item .abstractLink {
  display: none;
}

.profile-section__item-picture {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  border: 5px solid transparent;
  margin-right: 15px;
  background-color: #F3F3F3;
}

.profile-section__item-picture--cover {
  height: auto;
  border: none;
  background-color: transparent;
}

.profile-section__item-picture--cover .profile-section__item-img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.profile-section__item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #c6c6c6;
}

.profile-section__item-wrapper {
  overflow: hidden;
}

.profile-section__tag-block {
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid #FDD16B;
  border-radius: 2px;
  background-color: #FFF0CF;
}

.profile-section__clinical-tag {
  display: inline-block;
  padding: 7px 10px;
  margin: 0 10px 10px 0;
  background-color: #E3ECFD;
  line-height: 1.2;
}

.profile-section--mobile {
  display: none;
}

@media only screen and (max-width: 599px) {
  .profile-section--mobile {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .profile-section--mobile-hidden {
    display: none;
  }
}

.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;
  display: block;
  float: left;
  padding: 1px 4px 1px 4px;
  margin-right: 3px;
  background: #E2EDFF;
}

.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--right {
  text-align: right;
}

.paging--padding {
  padding: 0 10px;
}

.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;
  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;
}

.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;
}

.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-checkbox__label {
  font-size: 14px;
  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: 13px;
  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-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;
}

/*@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;
}

.studyPlanStatus .radial {
  width: 130px;
  height: 130px;
}

.studyPlanStatus .radial .circle .mask,
.studyPlanStatus .radial .circle .fill {
  width: 130px;
  height: 130px;
  position: absolute;
}

.studyPlanStatus .radial .circle .mask {
  clip: rect(0px, 130px, 130px, 65px);
}

.studyPlanStatus .radial .circle .mask .fill {
  clip: rect(0px, 65px, 130px, 0px);
}

.studyPlanStatus .radial .inset {
  width: 120px;
  height: 120px;
  margin-left: 5px;
  margin-top: 5px;
}

.studyPlanStatus .radial .inset .percentage {
  width: 120px;
  top: 46px;
  left: 0px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-size: 28px;
}

.studyPlanStatus .radial.reading {
  background-color: #f4f4f4;
}

.studyPlanStatus .radial.reading .fill {
  background-color: #fed98e;
}

.studyPlanStatus .radial.reading .inset {
  background-color: white;
}

.studyPlanStatus .radial.reading .percentage {
  color: #fed98e;
}

.studyPlanStatus .radial.articles {
  background-color: #f4f4f4;
}

.studyPlanStatus .radial.articles .fill {
  background-color: #7aa0db;
}

.studyPlanStatus .radial.articles .inset {
  background-color: white;
}

.studyPlanStatus .radial.articles .percentage {
  color: #7aa0db;
}

.studyPlanStatus .radial.mockExams {
  background-color: #f4f4f4;
}

.studyPlanStatus .radial.mockExams .fill {
  background-color: #99da8a;
}

.studyPlanStatus .radial.mockExams .inset {
  background-color: white;
}

.studyPlanStatus .radial.mockExams .percentage {
  color: #99da8a;
}

.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 .radial .inset,
.studyplan-specialty-1.specialityItem--loading .radial .inset,
.studyplan-specialty-1.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCF5E3;
}

.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 .radial .inset,
.studyplan-specialty-2.specialityItem--loading .radial .inset,
.studyplan-specialty-2.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FBE7D5;
}

.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 .radial .inset,
.studyplan-specialty-3.specialityItem--loading .radial .inset,
.studyplan-specialty-3.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FBD5D5;
}

.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 .radial .inset,
.studyplan-specialty-225.specialityItem--loading .radial .inset,
.studyplan-specialty-225.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCBFD3;
}

.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 .radial .inset,
.studyplan-specialty-4.specialityItem--loading .radial .inset,
.studyplan-specialty-4.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #DDEEFA;
}

.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 .radial .inset,
.studyplan-specialty-5.specialityItem--loading .radial .inset,
.studyplan-specialty-5.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E2EAF9;
}

.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 .radial .inset,
.studyplan-specialty-6.specialityItem--loading .radial .inset,
.studyplan-specialty-6.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E8E5FA;
}

.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 .radial .inset,
.studyplan-specialty-7.specialityItem--loading .radial .inset,
.studyplan-specialty-7.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EAE1F5;
}

.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 .radial .inset,
.studyplan-specialty-8.specialityItem--loading .radial .inset,
.studyplan-specialty-8.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E5D4E8;
}

.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 .radial .inset,
.studyplan-specialty-9.specialityItem--loading .radial .inset,
.studyplan-specialty-9.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E1EFEB;
}

.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 .radial .inset,
.studyplan-specialty-10.specialityItem--loading .radial .inset,
.studyplan-specialty-10.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #DFEDDE;
}

.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 .radial .inset,
.studyplan-specialty-11.specialityItem--loading .radial .inset,
.studyplan-specialty-11.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E9F2E5;
}

.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 .radial .inset,
.studyplan-specialty-12.specialityItem--loading .radial .inset,
.studyplan-specialty-12.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E9F2E5;
}

.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 .radial .inset,
.studyplan-specialty-13.specialityItem--loading .radial .inset,
.studyplan-specialty-13.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EAEAEA;
}

.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 .radial .inset,
.studyplan-specialty-14.specialityItem--loading .radial .inset,
.studyplan-specialty-14.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCF5E3;
}

.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 .radial .inset,
.studyplan-specialty-15.specialityItem--loading .radial .inset,
.studyplan-specialty-15.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCF3E3;
}

.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 .radial .inset,
.studyplan-specialty-16.specialityItem--loading .radial .inset,
.studyplan-specialty-16.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCE3E3;
}

.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 .radial .inset,
.studyplan-specialty-17.specialityItem--loading .radial .inset,
.studyplan-specialty-17.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCEFE3;
}

.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 .radial .inset,
.studyplan-specialty-18.specialityItem--loading .radial .inset,
.studyplan-specialty-18.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #DDEEFA;
}

.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 .radial .inset,
.studyplan-specialty-19.specialityItem--loading .radial .inset,
.studyplan-specialty-19.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E2EAF9;
}

.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 .radial .inset,
.studyplan-specialty-21.specialityItem--loading .radial .inset,
.studyplan-specialty-21.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #DDD8F8;
}

.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 .radial .inset,
.studyplan-specialty-22.specialityItem--loading .radial .inset,
.studyplan-specialty-22.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #DFD3F1;
}

.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 .radial .inset,
.studyplan-specialty-23.specialityItem--loading .radial .inset,
.studyplan-specialty-23.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCEBE3;
}

.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 .radial .inset,
.studyplan-specialty-24.specialityItem--loading .radial .inset,
.studyplan-specialty-24.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E1EBF9;
}

.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 .radial .inset,
.studyplan-specialty-25.specialityItem--loading .radial .inset,
.studyplan-specialty-25.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FDDFE3;
}

.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 .radial .inset,
.studyplan-specialty-26.specialityItem--loading .radial .inset,
.studyplan-specialty-26.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EEE2EF;
}

.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 .radial .inset,
.studyplan-specialty-27.specialityItem--loading .radial .inset,
.studyplan-specialty-27.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #D8DAF4;
}

.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 .radial .inset,
.studyplan-specialty-28.specialityItem--loading .radial .inset,
.studyplan-specialty-28.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E1EFEB;
}

.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 .radial .inset,
.studyplan-specialty-29.specialityItem--loading .radial .inset,
.studyplan-specialty-29.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EBE0F8;
}

.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 .radial .inset,
.studyplan-specialty-123.specialityItem--loading .radial .inset,
.studyplan-specialty-123.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FBF1D6;
}

.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 .radial .inset,
.studyplan-specialty-101.specialityItem--loading .radial .inset,
.studyplan-specialty-101.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #DDC6E0;
}

.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 .radial .inset,
.studyplan-specialty-102.specialityItem--loading .radial .inset,
.studyplan-specialty-102.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FBE7D5;
}

.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 .radial .inset,
.studyplan-specialty-103.specialityItem--loading .radial .inset,
.studyplan-specialty-103.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FBD5D5;
}

.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 .radial .inset,
.studyplan-specialty-104.specialityItem--loading .radial .inset,
.studyplan-specialty-104.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #CDE6F7;
}

.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 .radial .inset,
.studyplan-specialty-105.specialityItem--loading .radial .inset,
.studyplan-specialty-105.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FDD4E1;
}

.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 .radial .inset,
.studyplan-specialty-106.specialityItem--loading .radial .inset,
.studyplan-specialty-106.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E2EAF9;
}

.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 .radial .inset,
.studyplan-specialty-107.specialityItem--loading .radial .inset,
.studyplan-specialty-107.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E8E5FA;
}

.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 .radial .inset,
.studyplan-specialty-108.specialityItem--loading .radial .inset,
.studyplan-specialty-108.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCF3E3;
}

.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 .radial .inset,
.studyplan-specialty-109.specialityItem--loading .radial .inset,
.studyplan-specialty-109.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCEBE3;
}

.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 .radial .inset,
.studyplan-specialty-110.specialityItem--loading .radial .inset,
.studyplan-specialty-110.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FDDFE3;
}

.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 .radial .inset,
.studyplan-specialty-111.specialityItem--loading .radial .inset,
.studyplan-specialty-111.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCD9DF;
}

.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 .radial .inset,
.studyplan-specialty-112.specialityItem--loading .radial .inset,
.studyplan-specialty-112.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FDE9E2;
}

.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 .radial .inset,
.studyplan-specialty-113.specialityItem--loading .radial .inset,
.studyplan-specialty-113.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E1EBF9;
}

.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 .radial .inset,
.studyplan-specialty-114.specialityItem--loading .radial .inset,
.studyplan-specialty-114.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FEDBDE;
}

.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 .radial .inset,
.studyplan-specialty-115.specialityItem--loading .radial .inset,
.studyplan-specialty-115.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EBE0F8;
}

.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 .radial .inset,
.studyplan-specialty-116.specialityItem--loading .radial .inset,
.studyplan-specialty-116.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EAE1F5;
}

.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 .radial .inset,
.studyplan-specialty-117.specialityItem--loading .radial .inset,
.studyplan-specialty-117.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EEDDF7;
}

.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 .radial .inset,
.studyplan-specialty-118.specialityItem--loading .radial .inset,
.studyplan-specialty-118.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E5E6F7;
}

.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 .radial .inset,
.studyplan-specialty-120.specialityItem--loading .radial .inset,
.studyplan-specialty-120.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #F8F0E0;
}

.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 .radial .inset,
.studyplan-specialty-124.specialityItem--loading .radial .inset,
.studyplan-specialty-124.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EAEAEA;
}

.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 .radial .inset,
.studyplan-specialty-201.specialityItem--loading .radial .inset,
.studyplan-specialty-201.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCF3E3;
}

.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 .radial .inset,
.studyplan-specialty-202.specialityItem--loading .radial .inset,
.studyplan-specialty-202.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #F8F0E0;
}

.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 .radial .inset,
.studyplan-specialty-203.specialityItem--loading .radial .inset,
.studyplan-specialty-203.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCEFE3;
}

.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 .radial .inset,
.studyplan-specialty-204.specialityItem--loading .radial .inset,
.studyplan-specialty-204.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCEBE3;
}

.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 .radial .inset,
.studyplan-specialty-205.specialityItem--loading .radial .inset,
.studyplan-specialty-205.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FDE9E2;
}

.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 .radial .inset,
.studyplan-specialty-206.specialityItem--loading .radial .inset,
.studyplan-specialty-206.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FDDFE3;
}

.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 .radial .inset,
.studyplan-specialty-207.specialityItem--loading .radial .inset,
.studyplan-specialty-207.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FEDBDE;
}

.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 .radial .inset,
.studyplan-specialty-208.specialityItem--loading .radial .inset,
.studyplan-specialty-208.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCD9DF;
}

.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 .radial .inset,
.studyplan-specialty-209.specialityItem--loading .radial .inset,
.studyplan-specialty-209.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E1EBF9;
}

.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 .radial .inset,
.studyplan-specialty-210.specialityItem--loading .radial .inset,
.studyplan-specialty-210.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E5E6F7;
}

.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 .radial .inset,
.studyplan-specialty-211.specialityItem--loading .radial .inset,
.studyplan-specialty-211.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EBE0F8;
}

.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 .radial .inset,
.studyplan-specialty-212.specialityItem--loading .radial .inset,
.studyplan-specialty-212.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #F8D2DC;
}

.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 .radial .inset,
.studyplan-specialty-213.specialityItem--loading .radial .inset,
.studyplan-specialty-213.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EEDDF7;
}

.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 .radial .inset,
.studyplan-specialty-214.specialityItem--loading .radial .inset,
.studyplan-specialty-214.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EEDEFA;
}

.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 .radial .inset,
.studyplan-specialty-215.specialityItem--loading .radial .inset,
.studyplan-specialty-215.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #F1DAF8;
}

.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 .radial .inset,
.studyplan-specialty-216.specialityItem--loading .radial .inset,
.studyplan-specialty-216.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #F1DEF0;
}

.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 .radial .inset,
.studyplan-specialty-217.specialityItem--loading .radial .inset,
.studyplan-specialty-217.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #F5D5FB;
}

.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 .radial .inset,
.studyplan-specialty-218.specialityItem--loading .radial .inset,
.studyplan-specialty-218.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E6EDEC;
}

.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 .radial .inset,
.studyplan-specialty-219.specialityItem--loading .radial .inset,
.studyplan-specialty-219.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #E4EBDF;
}

.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 .radial .inset,
.studyplan-specialty-220.specialityItem--loading .radial .inset,
.studyplan-specialty-220.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #F6D3F5;
}

.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 .radial .inset,
.studyplan-specialty-222.specialityItem--loading .radial .inset,
.studyplan-specialty-222.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCF5E3;
}

.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 .radial .inset,
.studyplan-specialty-223.specialityItem--loading .radial .inset,
.studyplan-specialty-223.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #FCE3E3;
}

.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 .radial .inset,
.studyplan-specialty-224.specialityItem--loading .radial .inset,
.studyplan-specialty-224.specialityItem:hover .radial .inset {
  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 .radial .inset {
  background-color: #EAEAEA;
}

.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:last-child .speciality-dropdown:last-child .radial:after {
  display: none;
}

.studyplan-specialty--list:last-child .speciality-dropdown:last-child .speciality-dropdown__line {
  top: 0;
}

.studyplan-specialty--list .specialityItem--dropdown {
  background-color: transparent;
}

.studyplan-specialty--list .specialityItem--dropdown:hover {
  background-color: transparent;
}

.studyPlanCalendarHeader {
  position: relative;
  padding: 0px 15px;
  margin-bottom: 15px;
  background-color: #F9F9F9;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .studyPlanCalendarHeader {
    margin-top: 30px;
  }
}

.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;
  vertical-align: middle;
  font-size: 16px;
}

.studyPlanCalendarHeader--simple {
  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: 0;
  right: -15px;
  -webkit-transform: none;
  transform: none;
}

.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;
}

.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;
}

@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;
  background-color: rgba(255, 255, 255, 0.5);
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-out;
}

.radial.taskPercent .fill {
  background-color: #5747A7;
}

.radial.taskPercent .inset {
  background-color: #fbfbfb;
}

.radial.taskPercent .percentage {
  color: #5747A7;
}

.radial.taskPercent .circle .mask,
.radial.taskPercent .circle .fill {
  width: 32px;
  height: 32px;
  position: absolute;
}

.radial.taskPercent .circle .mask {
  clip: rect(0px, 32px, 32px, 16px);
}

.radial.taskPercent .circle .mask .fill {
  clip: rect(0px, 16px, 32px, 0px);
}

.radial.taskPercent .inset {
  width: 28px;
  height: 28px;
  margin-left: 2px;
  margin-top: 2px;
}

.radial.taskPercent .inset .percentage {
  width: 24px;
  top: 9px;
  left: 2px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  font-size: 10px;
}

.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 {
  position: relative;
  margin-bottom: 5px;
  line-height: 16px;
}

.studyplan-day-item .item-content {
  position: relative;
  box-sizing: border-box;
  padding: 5px;
  float: left;
}

.studyplan-day-item .item-title {
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  display: inline;
}

.studyplan-day-item .item-text-wrapper {
  float: left;
  text-align: justify;
}

.studyplan-day-item .item-image {
  float: left;
  height: 100%;
}

.studyplan-day-item .item-remove-link {
  background-image: url("/images/cancel_button_icon.png");
  background-repeat: no-repeat;
  background-position: 50%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  display: none;
}

.studyplan-day-item .item-remove-link:hover {
  background-color: #bdcdef;
}

.studyplan-day-item.highlighted {
  background-color: #E1EAFC;
}

.studyplan-day-item.highlighted .item-remove-link {
  cursor: pointer;
  display: inline-block;
}

.studyplan-day-item.highlighted .item-remove-link:hover {
  cursor: pointer;
}

.studyplan-day-item.warned {
  background-color: #ffeaa2;
}

.studyplan-day-item.added {
  background-color: #d3f3c9;
}

.studyplan-day-item .specialty-progress {
  z-index: 1000;
}

.cases .studyplan-day-item,
.videos .studyplan-day-item {
  height: 60px;
  display: block;
}

.cases .studyplan-day-item .item-image,
.videos .studyplan-day-item .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  padding-right: 5px;
}

.cases .studyplan-day-item .item-content,
.videos .studyplan-day-item .item-content {
  padding-left: 90px;
}

.cases .studyplan-day-item .item-text-wrapper,
.videos .studyplan-day-item .item-text-wrapper {
  height: 100%;
  width: 410px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.articles .studyplan-day-item {
  height: 66px;
  display: block;
}

.articles .studyplan-day-item .item-content {
  height: 100%;
  width: 450px;
  float: left;
  position: relative;
}

.articles .studyplan-day-item .item-content .abstractLink {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3px 3px 5px;
}

.articles .studyplan-day-item .item-text-wrapper {
  width: 100%;
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.topics .studyplan-day-item {
  height: 35px;
}

.topics .studyplan-day-item .item-order-number {
  line-height: 35px;
  padding-right: 5px;
  float: left;
}

.topics .studyplan-day-item .item-questions-count {
  float: left;
  line-height: 35px;
}

.topics .studyplan-day-item .item-title {
  line-height: 35px;
  height: 35px;
  padding-right: 5px;
}

.topics .studyplan-day-item .item-content {
  padding: 0 5px 0 20px;
}

.topics .studyplan-day-item .item-text-wrapper {
  max-width: 480px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.exams .studyplan-day-item {
  height: 62px;
}

.exams .studyplan-day-item .item-image {
  margin: 5px 6px;
  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: -13px;
  display: block;
  margin-left: 15px;
  height: 41px;
  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: 33px;
  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-title {
  font-weight: bold;
}

.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: 116px;
  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 .articles .item-content {
  width: 410px;
}

.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;
}

.specialityItem {
  float: left;
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
  height: 70px;
  width: 14.02%;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  margin: 1px;
}

@media only screen and (max-width: 1023px) {
  .specialityItem {
    width: 13.9%;
    height: 80px;
  }
}

@media only screen and (max-width: 599px) {
  .specialityItem {
    width: 24.3%;
  }

  .specialityItem.mobile {
    display: block;
    width: auto;
  }

  .specialityItem:last-of-type {
    border-right: none;
  }
}

.specialityItem__quantities {
  max-width: 50px;
  position: absolute;
  top: 36px;
  right: 1px;
  transition: 0.2s;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__quantities {
    top: 46px;
  }
}

.specialityItem__quantities--wide {
  max-width: 60px;
}

.specialityItem__content-quantity {
  margin-bottom: 2px;
  color: #9c9c9c;
  font-weight: bold;
  font-size: 11px;
  display: block;
  transition: 0.2s;
}

@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 {
  margin-right: -2px;
}

.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--video i.icon {
  margin-right: -3px;
}

.specialityItem__content-quantity--evidence i.icon {
  margin-right: -3px;
}

.specialityItem__content-quantity-column {
  max-width: 25px;
  display: inline-block;
  vertical-align: top;
}

.specialityItem__content-quantity-column + .specialityItem__content-quantity-column {
  margin-left: 4px;
}

@media only screen and (max-width: 599px) {
  .specialityItem__content-quantity-column + .specialityItem__content-quantity-column {
    margin-left: 2px;
  }
}

.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: 3px;
  left: 0;
  right: 0;
  text-align: center;
  color: #5747A7;
  transition: 0.2s;
}

@media only screen and (max-width: 1023px) {
  .specialityItem__progress {
    bottom: 33px;
    text-align: right;
  }
}

.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: 33px;
    left: 7px;
  }
}

.specialityItem--inactive {
  opacity: 0.6;
}

.specialityItem .radial.taskPercent {
  visibility: hidden;
  position: absolute;
  top: 17px;
  left: 50%;
  margin-left: -15px;
}

@media only screen and (max-width: 1023px) {
  .specialityItem .radial.taskPercent {
    top: 21px;
  }
}

.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 .radial.taskPercent,
.specialityItem.selected .radial.taskPercent,
.specialityItem:hover .radial.taskPercent {
  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__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: 70px;
  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;
}

.studyCalendarPopup__wrapper {
  transition: 0.3s;
  overflow: hidden;
}

.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 .dashboardItem-content {
  width: 66%;
}

@media only screen and (max-width: 1023px) {
  .studyCalendarPopup .dashboardItem-content {
    width: 57%;
  }
}

.studyCalendarPopup .dashboardItem .dashboardItem-title {
  font-size: 15px;
}

.studyCalendarPopup .separated-list__link {
  font-size: 15px;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .dashboardItem--tracker .dashboardItem-content {
    width: auto;
    padding-left: 0px;
    padding-right: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .dashboardItem--tracker .dashboardItem-right {
    padding-left: 0;
  }
}

.studyCalendarPopup .dashboardItem--topic {
  min-height: 121px;
  height: 121px;
  padding: 0;
}

.studyCalendarPopup .dashboardItem--topic .dashboardItem-description {
  white-space: normal;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .dashboardItem--topic {
    min-height: 120px;
    height: 120px;
  }
}

.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;
}

.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;
}

.studyCalendarPopup .radial {
  background-color: #f4f4f4;
}

.studyCalendarPopup .radial .inset {
  background: white;
}

.studyCalendarPopup .dashboardItem {
  transition: 0.2s;
  padding-right: 0;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .dashboardItem-topic-icon {
    margin-left: 9px;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .dashboardItem-img {
    max-width: 60px;
    height: auto !important;
  }
}

.studyCalendarPopup .dashboardItem-voteBtn {
  transition: 0.2s;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .dashboardItem-link {
    padding-right: 70px;
  }
}

.studyCalendarPopup .dashboardItem-link--topic {
  padding-left: 10px;
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .dashboardItem-link--topic {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .dashboardItem-description {
    white-space: normal;
  }
}

@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 .pass-peak-dashboard-item .selfProgressItem .radial .inset .percentage {
    width: 28px;
    font-size: 12px;
    top: 7px;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak-dashboard-item-place-holder-wrapper .pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item .selfProgressItem .radial .inset {
    width: 28px;
    height: 28px;
    margin-left: 3px;
    margin-top: 3px;
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak-dashboard-item-place-holder-wrapper .pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item .selfProgressItem .radial .circle .mask .fill {
    width: 34px;
    height: 34px;
    clip: rect(0px, 17px, 34px, 0px);
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak-dashboard-item-place-holder-wrapper .pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item .selfProgressItem .radial .circle .mask {
    width: 34px;
    height: 34px;
    clip: rect(0px, 34px, 34px, 17px);
  }
}

@media only screen and (max-width: 599px) {
  .studyCalendarPopup .pass-peak-dashboard-item-place-holder-wrapper .pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item .selfProgressItem .radial {
    width: 34px;
    height: 34px;
  }
}

@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;
}

.dayInfo {
  position: relative;
}

.dayInfo__level {
  position: absolute;
  top: 20px;
  right: 50px;
}

@media only screen and (max-width: 599px) {
  .dayInfo__level {
    right: 40px;
  }
}

.dayInfo__reload {
  position: absolute;
  top: 21px;
  right: 10px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  transition: color 0.2s ease;
}

.dayInfo__reload:hover {
  color: #6584b5;
}

@media only screen and (max-width: 599px) {
  .dayInfo__reload {
    right: 0px;
  }
}

.dayInfo__header:after {
  content: "";
  display: table;
  clear: both;
}

.dayInfo__title {
  float: left;
  font-weight: 400;
}

@media only screen and (max-width: 1299px) {
  .dayInfo__title {
    float: none;
  }
}

.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 > h3 {
  font-size: 16px;
  color: #bebebe;
  margin-bottom: 20px;
  font-weight: normal;
}

.dayInfo .step {
  margin-bottom: 20px;
}

.dayInfo .step h3 {
  font-size: 14px;
}

.dayInfo .step > h3 {
  line-height: 30px;
  font-size: 17px;
  background-color: #F8F8F8;
  margin-bottom: 12px;
  color: #555;
}

.dayInfo .step__wrapper {
  font-weight: 400;
}

@media only screen and (max-width: 599px) {
  .dayInfo .step__wrapper {
    display: table;
  }
}

.dayInfo .step__elem {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 30px;
}

.dayInfo .step__elem--number {
  background-color: #F0F0F0;
  min-width: 80px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .dayInfo .step__elem--number {
    min-width: 80px;
    text-align: center;
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .dayInfo .step__elem--title {
    background-color: #F8F8F8;
    padding: 5px 10px;
    line-height: 1.4;
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .dayInfo .step {
    width: 100%;
  }
}

.dayInfo .radial {
  display: inline-block;
}

.dayInfo .exams ul,
.dayInfo .topics ul {
  position: initial;
}
