@charset "UTF-8";
.fa-rss-square {
  color: #ff9600;
}

.yellow {
  color: #fec23e;
}

html body {
  color: #222;
  background-color: #eee;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}
html body.opened {
  overflow-y: hidden;
}
html body a {
  color: #337ab7;
  font-style: italic;
}
html body a:hover {
  text-decoration: underline;
  cursor: pointer;
}
html body img {
  width: 100%;
  height: auto;
}
html body img.w-auto {
  width: auto !important;
}
html body img.h-auto {
  height: auto !important;
}

@media (max-width: 767.98px) {
  body .container {
    padding-top: 1px;
  }
}
.tree-view .depth_1 {
  padding-left: 10px;
}
.tree-view .depth_2 {
  padding-left: 20px;
}
.tree-view .depth_3 {
  padding-left: 30px;
}
.tree-view .depth_4 {
  padding-left: 40px;
}
.tree-view .depth_5 {
  padding-left: 50px;
}
.tree-view .d-block:last-child span {
  font-weight: 700;
  text-decoration: underline;
}

.hover-cursor:hover {
  cursor: pointer;
}

.to-the-top {
  position: fixed;
  bottom: 15px;
  padding: 5px;
  background-color: white;
  color: #fec23e;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
}
.to-the-top.none {
  display: none !important;
}
.to-the-top.bottomleft {
  left: 15px;
  right: initial !important;
}

.protected.restricted:before {
  content: "\f023";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: #d9534f;
  margin-right: 5px;
  font-weight: 600;
  font-style: normal;
}
.protected.allowed:before {
  content: "\f3c1";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: #5cb85c;
  margin-right: 5px;
  font-weight: 600;
  font-style: normal;
}

.ads {
  background: #eee;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.ads img[src*="redot.gif"] {
  width: auto;
  display: block;
}
.ads.wallpaper-super-leaderboard {
  display: none;
}
.ads.super-leaderboard {
  /*margin-top: 15px;*/
  border-top: 5px solid white;
}
.ads.leaderboard {
  margin-bottom: 15px;
}
.ads.wide-sky {
  display: none;
  position: absolute;
  top: 30px;
  width: 160px;
}
.ads.wide-sky.left {
  left: -180px;
}
.ads.wide-sky.right {
  right: -180px;
}
.ads.wide-sky .ad-label {
  bottom: -15px !important;
}
.ads.medium-rectangle {
  margin-bottom: 1.5rem !important;
}
.ads.half-page {
  margin-bottom: 1.5rem !important;
}
.ads.wallpaper-super-leaderboard {
  background: none;
}
.ads .ad-label {
  position: absolute;
  left: calc(50% - 30px);
  bottom: 1px;
  color: #777;
  font-size: 8px;
  letter-spacing: 4px;
}

.wallpaper.left-wallpaper {
  width: 382px;
  position: absolute;
  top: 0;
  left: -382px;
}
.wallpaper.right-wallpaper {
  width: 382px;
  position: absolute;
  top: 0;
  right: -382px;
}

@media (min-width: 1479px) and (max-width: 1510px) {
  .right-wide-sky {
    right: -170px;
  }
  .left-wide-sky {
    left: -170px;
  }
}
@media (max-width: 1479px) {
  .right-wide-sky {
    display: none;
  }
  .left-wide-sky {
    display: none;
  }
}
.ui-autocomplete {
  background-color: white;
  padding-left: 0;
  max-height: 275px;
  overflow-y: scroll;
  z-index: 10000;
  border: 1px solid #777;
  list-style: none;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  text-indent: -0.7em;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fec23e;
  margin-right: 5px;
  font-weight: 600;
  font-size: 18px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
  color: #fec23e;
  cursor: pointer;
  background: white;
  outline: none;
  border: none;
  box-shadow: none;
}
.ui-autocomplete .ui-menu-item .ui-state-active {
  color: #fec23e;
}
.ui-autocomplete .ui-menu-item.ui-menu-item-special {
  border-top: solid #fec23e 1px;
  margin: 0.8em 0 0.2em;
}
.ui-autocomplete .ui-autocomplete-category {
  font-weight: bold;
  padding: 0.2em 0.4em;
  margin: 0.8em 0 0.2em;
  line-height: 1.5;
}

.block#most-visited-articles .article-item {
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #999;
}
.block#most-visited-articles .article-item i {
  color: #fec23e;
  padding-left: 10px;
  font-size: 20px;
}
.block#most-visited-articles .article-item:first-child {
  padding-top: 0;
}
.block#most-visited-articles .article-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.block#most-visited-articles .article-item .separator {
  font-weight: 600;
  font-size: 24px;
  padding-right: 10px;
}
.block#calculators .calculator-item {
  border: 1px solid #999;
  margin-bottom: 10px;
  height: 47px;
}
.block#calculators .calculator-item img {
  width: 80px;
  height: 45px;
  border-right: 1px solid #999;
}
.block#calculators .calculator-item span {
  font-weight: 600;
  font-style: normal;
  color: #222;
  padding-left: 5px;
  display: inline-block;
}
.block#external-links .article-item {
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #999;
}
.block#external-links .article-item span {
  color: #fec23e;
  font-weight: 600;
  padding-right: 10px;
  font-size: 24px;
}
.block#external-links .article-item i {
  color: #fec23e;
  padding-left: 10px;
  font-size: 20px;
}
.block#external-links .article-item:first-child {
  padding-top: 0;
}
.block#external-links .article-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.block.carousel-review .carousel-inner {
  /*justify-content: space-between;
  display: flex;*/
}
.block.carousel-review .carousel-inner .links h3 {
  font-size: 15px;
}
.block.carousel-review .carousel-inner .review-text {
  text-align: left;
}
.block.carousel-review .carousel-inner .carousel-review-inner-bottom {
  position: absolute;
  bottom: 0px;
}
.block.carousel-review .carousel-inner .carousel-review-inner-bottom .star-rating {
  font-size: 24px;
  color: #fec23e;
}
.block.carousel-review .carousel-inner .carousel-review-inner-bottom .star-rating i {
  margin-right: 5px;
}

.box .box-header {
  background: #999;
}
.box .box-header h2 {
  color: white;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 5px 6px 15px;
  margin-bottom: -1px;
}
.box .box-header h2 img {
  width: auto;
  margin-right: 10px;
  height: 21px;
}
.box .box-header i {
  color: white;
  padding: 10px;
}
.box .box-content {
  border: 1px solid #999;
  padding: 10px;
}
.box.floated {
  background: white;
}
.box.colored .box-header {
  background: #fec23e;
}
.box.colored .box-content {
  border-color: #fec23e;
}
.box.yellow .box-header {
  background: #fec23e;
  border-bottom: 1px solid #fec23e;
}
.box.yellow .box-header h2 {
  color: white !important;
}
.box.yellow .box-content {
  border-color: #fec23e;
}
.box.yellow .box-content a.left-arrow-link:before {
  color: #fec23e;
}
.box .break-word {
  word-wrap: break-word;
}
.box.none .box-header {
  background: none;
}
.box.none .box-header h2 {
  color: #fec23e;
  padding-left: 0;
}
.box.none .box-content {
  border: none;
}
.box.gray .box-header {
  background: #999;
  color: #fec23e;
}
.box.gray .box-content {
  border-color: #999;
}
.box#product-search h2:before {
  min-width: 45px;
  height: 25px;
  background-image: url(/image/site/icons/drog-icon.png);
  content: "";
  background-size: 40px;
  background-repeat: no-repeat;
  display: block;
  float: left;
}
.box#product-search i {
  color: white;
  font-size: 18px;
  padding-right: 15px;
  padding-top: 8px;
}
.box#product-search i:hover {
  cursor: help;
}
.box.vote .question {
  font-weight: 600;
  margin-bottom: 15px;
}
.box.vote .options .form-check {
  margin-bottom: 10px;
}
.box.vote .options .progress_caption {
  position: relative;
  padding-right: 45px;
}
.box.vote .options .progress_caption span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  color: #fec23e;
}
.box.connected-box {
  padding-left: 0;
}
.box.connected-box a {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.box.connected-box a .date {
  display: block;
  margin-left: 10px;
  font-style: italic;
  font-weight: normal;
}
.box.connected-box a:last-child {
  margin-bottom: 0;
}
.box#offer-box {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 20;
  background: white;
  width: 300px;
}
.box#offer-box i:hover {
  cursor: pointer;
}
.box#offer-box.none {
  display: none !important;
}
.box#offer-box.middleright {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}
.box#offer-box.bottomleft {
  left: 15px;
  right: initial;
}
.box#offer-box.middleleft {
  left: 15px;
  right: initial;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}
.box .carousel img {
  display: block;
  height: 200px;
  margin: 0 auto 5px;
  width: auto !important;
}
.box .carousel a:hover {
  text-decoration: none;
}
.box .carousel .carousel-title {
  text-align: center;
  font-style: normal;
}
.box .carousel .carousel-title h5 {
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
}
.box .carousel .carousel-title p {
  color: #222;
  margin-bottom: 5px;
}
.box .carousel .carousel-indicators {
  position: relative;
}
.box .carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 1px;
  border-radius: 10px;
  border: 1px solid #999;
  background-color: white;
  margin-left: 3px;
  opacity: 1;
}
.box .carousel .carousel-indicators li.active {
  background-color: #999;
}
.box.interaction img {
  width: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.box.articles-box .box-item {
  border-bottom: 2px dotted #777;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.box.articles-box .box-item a h3 {
  font-weight: 600;
  color: #fec23e;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0;
}
.box.articles-box .box-item a img {
  padding: 5px;
}
.box.articles-box .box-item a:hover {
  text-decoration: none;
}
.box.articles-box .box-item p {
  margin-bottom: 0;
}
.box.articles-box .box-item .approval-code {
  text-align: right;
  font-style: italic;
  font-size: 14px;
}
.box.articles-box .box-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box.articles-box .box-footer {
  margin-top: 15px;
}
.box.articles-box .box-footer .box-link {
  color: #fec23e;
  font-weight: 600;
  font-style: normal;
}
.box.articles-box .box-footer .box-link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fec23e;
  position: relative;
  top: 1px;
  left: 6px;
  font-weight: 600;
}

.content-box .image-container, .content-page .image-container {
  background: #eee;
  height: 100%;
}
.content-box .box-header h2, .content-page .box-header h2 {
  color: white;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 5px 6px 15px;
  margin-bottom: -1px;
}
.content-box .box-header h2 img, .content-page .box-header h2 img {
  width: auto;
  margin-right: 10px;
  height: 21px;
}
.content-box .box-content .content.highlighted, .content-page .box-content .content.highlighted {
  margin-left: -15px;
  background: #eee;
}
.content-box .box-content .content.highlighted h3, .content-page .box-content .content.highlighted h3 {
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5px;
}
.content-box .box-content .content.highlighted .content-lead, .content-page .box-content .content.highlighted .content-lead {
  font-weight: 600;
  line-height: 17px;
}
.content-box .box-content .content.highlighted .content-lead p:after, .content-page .box-content .content.highlighted .content-lead p:after {
  display: none;
}
.content-box .box-content .content.highlighted a:hover, .content-page .box-content .content.highlighted a:hover {
  text-decoration: none;
}
.content-box .box-content .content.highlighted a:hover h3, .content-box .box-content .content.highlighted a:hover .content-lead, .content-page .box-content .content.highlighted a:hover h3, .content-page .box-content .content.highlighted a:hover .content-lead {
  color: #fec23e;
}
.content-box .box-content .content .featured-image, .content-page .box-content .content .featured-image {
  width: 100%;
  height: auto;
}
.content-box .box-content .content h3, .content-page .box-content .content h3 {
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  font-style: normal;
}
.content-box .box-content .content .content-lead, .content-page .box-content .content .content-lead {
  color: #222;
  font-style: normal;
  margin-right: 20px;
}
.content-box .box-content .content .content-lead p:after, .content-page .box-content .content .content-lead p:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  color: #fec23e;
  position: relative;
  top: 1px;
  left: 6px;
  font-weight: 600;
}
.content-box .box-content .content .content-lead .lead-left-image, .content-page .box-content .content .content-lead .lead-left-image {
  width: 30%;
}
.content-box .box-content .content a:hover, .content-page .box-content .content a:hover {
  text-decoration: none;
}
.content-box .box-content .content a:hover h3, .content-box .box-content .content a:hover p, .content-page .box-content .content a:hover h3, .content-page .box-content .content a:hover p {
  color: #fec23e;
}
.content-box .box-content .content.b-separator, .content-page .box-content .content.b-separator {
  margin-bottom: 15px;
  border-bottom: 1.5px solid #999;
  padding-bottom: 15px;
}
.content-box .box-content .content.b-separator:last-child, .content-page .box-content .content.b-separator:last-child {
  border-bottom: 0;
}
.content-box .box-content .content .approval-code, .content-page .box-content .content .approval-code {
  text-align: right;
  font-style: italic;
  font-size: 14px;
}
.content-box .box-content .more i, .content-page .box-content .more i {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fec23e;
  font-size: 28px;
}
.content-box .box-content .date-container .date, .content-page .box-content .date-container .date {
  font-size: 14px;
  position: relative;
  font-style: italic;
  color: #777;
  margin-right: 5px;
  flex-shrink: 0;
  height: 19px;
}
.content-box .box-content .date-container .decor-row, .content-page .box-content .date-container .decor-row {
  background-image: linear-gradient(to right, #777 100%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: relative;
  top: 11px;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.content-box .box-content .tab-content, .content-page .box-content .tab-content {
  padding: 0 15px;
}
.content-box .box-content .nav, .content-page .box-content .nav {
  margin-bottom: 30px;
}
.content-box .box-content .nav .nav-item, .content-page .box-content .nav .nav-item {
  margin-right: 5px;
  flex: 1 1 0px;
}
.content-box .box-content .nav .nav-item .nav-link, .content-page .box-content .nav .nav-item .nav-link {
  padding: 6px 0;
  border-radius: 8px;
  line-height: 1.3;
  background-color: #eee;
  color: #222;
  font-style: normal;
  font-weight: 600;
}
.content-box .box-content .nav .nav-item .nav-link.active, .content-page .box-content .nav .nav-item .nav-link.active {
  background-color: #fec23e;
  color: white;
  font-style: normal;
}
.content-box .box-footer, .content-page .box-footer {
  margin-top: 15px;
}
.content-box .box-footer .box-link, .content-page .box-footer .box-link {
  color: #fec23e;
  font-weight: 600;
  font-style: normal;
}
.content-box .box-footer .box-link:after, .content-page .box-footer .box-link:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fec23e;
  position: relative;
  top: 1px;
  left: 6px;
  font-weight: 600;
}
.content-box#interactive-casestudy img, .content-page#interactive-casestudy img {
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .content-box .box-content .content.highlighted {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.bubble-container {
  position: absolute;
  bottom: 0;
  right: 5px;
}
.bubble-container.bubbling .bubble-number {
  animation: pulse 2.5s infinite;
}

.bubble-number {
  background: #ed1c24;
  border-radius: 19px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  min-width: 19px;
  line-height: 19px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(237, 28, 36, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.4);
    box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(237, 28, 36, 0);
    box-shadow: 0 0 0 10px rgba(237, 28, 36, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
    box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
  }
}
.btn {
  border-radius: 0;
}
.btn.btn-primary {
  background: #fec23e;
  border-color: #fec23e;
  height: 30px;
  padding: 0 10px;
  font-style: normal;
  color: white;
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  background: #fec23e !important;
  border-color: #fec23e !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-secondary {
  height: 30px;
  padding: 0 10px;
}
.btn.btn-border {
  border: 1px solid #222;
  font-style: normal;
  padding: 0px 10px;
}
.btn.btn-orange {
  background: #ff9600;
  border-color: #ff9600;
  height: 30px;
  padding: 0 10px;
  font-style: normal;
  color: white;
}
.btn.btn-orange:active, .btn.btn-orange:focus {
  background: #ff9600 !important;
  border-color: #ff9600 !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.btn-orange.inverse {
  background: white;
  border-color: white;
  color: #ff9600;
}
.btn.btn-orange.inverse:active, .btn.btn-orange.inverse:focus {
  background: white !important;
  border-color: white !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.link-box {
  background: #000484;
  text-align: center;
  padding: 8px 0px;
}
.link-box a {
  color: #fff;
  font-style: normal;
  font-weight: 600;
}

.carousel .box .carousel img {
  margin: 0 auto 7px;
}
.carousel .carousel-indicators {
  margin-bottom: 0;
}
.carousel .carousel-item h5 {
  margin-bottom: 4px;
}

.collapse .card-body, .collapsing .card-body {
  padding: 0;
  border: 0;
}

.font-semi {
  font-weight: 700;
}

.vert-line:after {
  content: "|";
  color: #fec23e;
  display: inline-block;
  margin-right: 7px;
  margin-left: 3px;
  font-weight: 600;
  position: relative;
  bottom: 1px;
}

.fused {
  width: 100%;
  display: flex;
}
.fused input {
  border-right: 0;
  width: calc(100% - 74px) !important;
}

.form-control {
  padding: 3px 10px;
  height: 30px;
  border-radius: 0;
}
.form-control:focus {
  border-color: #fec23e;
  box-shadow: 0 0 0 0.2rem rgba(254, 194, 62, 0.25);
}

.form-answer.valid {
  color: #5cb85c;
}
.form-answer.invalid {
  color: #d9534f;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed .fc-today {
  background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
  background: rgb(143, 223, 130);
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em; /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default { /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon { /* non-theme */
  position: relative;
  top: -0.05em; /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%; /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box; /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double; /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
  the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent; /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none; /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative; /* re-scope all positions */
  width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative; /* for resize handle and other inner positioning */
  display: block; /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad; /* default BORDER color */
  background-color: #3a87ad; /* default BACKGROUND color */
  font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff; /* default TEXT color */
  text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999; /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important; /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3; /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px; /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px; /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px; /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px; /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px; /* overcome top border */
  bottom: -1px; /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px; /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px; /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0; /* spacing between events and edges */
  padding: 0 1px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1; /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
  filter: alpha(opacity=25); /* for IE */
}

.fc-day-grid-event .fc-content { /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px; /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px; /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table { /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30); /* for IE */
  /* opacity with small font can sometimes look too faded
  might want to set the 'color' property instead
  making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis { /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal; /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative; /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container { /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
  background: none; /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
  position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start { /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none; /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden; /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - "; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em; /* make the title text the same size as the time */
  padding: 0; /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px; /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-day-grid-container {
  height: 505px !important;
}

.fc-event {
  background-color: transparent;
  border: none;
}

.fc-title {
  /*color:$gray-darker;*/
  white-space: normal;
}

.fc-bgevent.today-own {
  opacity: 0.6;
}

.fc-bgevent.full-opacity {
  opacity: 1 !important;
}

.fc-bgevent.opacity_9 {
  opacity: 0.8 !important;
}

.fc-bgevent.opacity_8 {
  opacity: 0.8 !important;
}

.fc-bgevent.opacity_6 {
  opacity: 0.6 !important;
}

.fc-bgevent.opacity_4 {
  opacity: 0.4 !important;
}

.fc-bgevent.opacity_2 {
  opacity: 0.2 !important;
}

.fc .fc-toolbar .fc-right .fc-today-button {
  display: none;
}

.fc-widget-content, .fc-head-container {
  padding: 0 !important;
}

.fc-day-number, .fc-event-container {
  padding: 2px !important;
}

.fc-content {
  text-align: left;
  font-style: normal;
}

.fc-title {
  text-transform: none;
}

.pointer {
  cursor: pointer;
}

a.arrow-link:after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  margin-left: 5px;
}
a.arrow-link:hover {
  text-decoration: none;
}
a.double-arrow-link:after {
  display: inline-block;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  margin-left: 5px;
}
a.double-arrow-link:hover {
  text-decoration: none;
}
a.yellow {
  color: #fec23e;
  font-style: normal;
}
a.yellow:hover {
  text-decoration: none;
}
a.yellow-arrow:after {
  color: #fec23e;
}
a.orange {
  color: #ff9600;
  font-style: normal;
  font-weight: 600;
}
a.orange:hover {
  text-decoration: none;
}
a.left-arrow-link {
  font-weight: 600;
  color: #222;
  font-style: normal;
  display: block;
  text-indent: -8px;
  margin-left: 18px;
}
a.left-arrow-link:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: #fec23e;
  margin-right: 5px;
  font-size: 1.4em;
  position: relative;
  top: 2px;
  line-height: 0;
}
a.left-arrow-link:hover {
  text-decoration: none;
}
a.left-arrow-link.noarrow {
  font-weight: initial;
}
a.left-arrow-link.noarrow:before {
  content: " ";
}
a.inline-link {
  font-weight: 600;
  color: #222;
  font-style: normal;
  display: block;
}
a.inline-link:hover {
  text-decoration: none;
}
a.colored-hover:hover {
  color: #fec23e;
}

.content-page .body .link-related-content {
  width: 100%;
  margin: 8px 0 8px 0;
  padding: 4px 8px 4px 8px;
  background-color: #ccc;
}
.content-page .body .link-related-content a {
  text-decoration: none;
}
.content-page .body .link-related-content a span {
  color: black;
  text-transform: uppercase;
}
.content-page .body .link-related-content a i:before {
  margin-left: 2px;
  color: black;
}

.content-box .box-content .content.highlighted.full, .content-page .box-content .content.highlighted.full {
  margin-left: 0;
}
.content-box .box-content .content.highlighted .more, .content-page .box-content .content.highlighted .more {
  position: relative;
}

article .body img, .product-page #spc img, .product-page #pil img {
  cursor: pointer;
}

.MultiCarouselWrapper .MultiCarousel {
  float: left;
  overflow: hidden;
  margin: 0 25px;
  width: 100%;
  position: relative;
}
.MultiCarouselWrapper .MultiCarousel .MultiCarousel-inner {
  display: flex;
  gap: 10px;
  transition: 1s ease all;
  float: left;
}
.MultiCarouselWrapper .MultiCarousel .MultiCarousel-inner .item {
  float: left;
  padding: 10px;
  border: 1px solid #ddd;
}
.MultiCarouselWrapper .MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  color: #666;
  border: 0;
}
.MultiCarouselWrapper .MultiCarousel .item .card-body {
  position: relative;
  text-align: left;
  padding-bottom: 0;
}
.MultiCarouselWrapper .MultiCarousel .item .card-body .play-button {
  position: absolute;
  top: -21px;
  left: 15px;
  background: none;
  border: none;
}
.MultiCarouselWrapper .MultiCarousel .item .card-body .play-button img {
  transform: translate(0%, -50%) scale(0.25);
  width: 300px;
}
.MultiCarouselWrapper .MultiCarousel .item .card-body .video-date {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #888;
  text-align: right;
}
.MultiCarouselWrapper .leftLst, .MultiCarouselWrapper .rightLst {
  position: absolute;
  top: calc(50% - 20px);
  border: none;
}
.MultiCarouselWrapper .leftLst:focus, .MultiCarouselWrapper .rightLst:focus {
  outline: 0;
}
.MultiCarouselWrapper .leftLst {
  width: 19px;
  height: 32px;
  left: 0px;
  background-image: url(/image/site/icons/vakcinologia/vakcinologia-arrow-right-icon.svg);
  transform: rotateY(180deg);
  background-color: transparent;
}
.MultiCarouselWrapper .leftLst.over {
  display: none;
  pointer-events: none;
}
.MultiCarouselWrapper .rightLst {
  width: 19px;
  height: 32px;
  right: 0px;
  background-image: url(/image/site/icons/vakcinologia/vakcinologia-arrow-right-icon.svg);
  background-color: transparent;
}
.MultiCarouselWrapper .rightLst.over {
  display: none;
  pointer-events: none;
}

.paging_simple_numbers {
  margin-top: 30px;
}
.paging_simple_numbers .pagination {
  justify-content: center;
}
.paging_simple_numbers .pagination .page-item .page-link {
  color: #222;
  padding: 5px 10px;
  border: none;
  font-style: normal;
  border-radius: 0 !important;
}
.paging_simple_numbers .pagination .page-item .page-link:focus, .paging_simple_numbers .pagination .page-item .page-link:active {
  outline: none;
  box-shadow: none;
}
.paging_simple_numbers .pagination .page-item.active .page-link {
  background: #fec23e;
  color: white;
}

.progress {
  width: 100%;
  height: 8px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.progress .progress-bar {
  background: #fec23e;
}

.progress-circle {
  width: 150px;
  height: 150px !important;
  line-height: 150px;
  background: none;
  border: 5px solid transparent;
  margin: auto;
  box-shadow: none;
  position: relative;
}
.progress-circle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-circle > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-circle .progress-circle-bar, .progress-circle .progress-circle-border {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 20px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress-circle .progress-circle-border {
  border-width: 5px !important;
  transform: rotate(180deg) scale(0.75) !important;
}
.progress-circle .progress-circle-right {
  right: 0;
}
.progress-circle .progress-circle-right .progress-circle-bar, .progress-circle .progress-circle-right .progress-circle-border {
  left: -100%;
  border-color: #fec23e;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress-circle .progress-circle-left {
  left: 0;
}
.progress-circle .progress-circle-left .progress-circle-bar, .progress-circle .progress-circle-left .progress-circle-border {
  left: 100%;
  border-color: #fec23e;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-circle .progress-circle-value {
  width: 90%;
  height: 90%;
  color: #fec23e;
  border-radius: 50%;
  font-size: 24px;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress-circle.progress-percent-0 .progress-circle-right .progress-circle-bar {
  animation: loading-right-0 1.8s linear forwards;
}
.progress-circle.progress-percent-0 .progress-circle-left .progress-circle-bar {
  animation: loading-left-0 1.8s linear forwards 1.8s;
}
@keyframes loading-right-0 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes loading-left-0 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-1 .progress-circle-right .progress-circle-bar {
  animation: loading-right-1 1.8s linear forwards;
}
.progress-circle.progress-percent-1 .progress-circle-left .progress-circle-bar {
  animation: loading-left-1 1.8s linear forwards 1.8s;
}
@keyframes loading-right-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
  }
}
@keyframes loading-left-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-2 .progress-circle-right .progress-circle-bar {
  animation: loading-right-2 1.8s linear forwards;
}
.progress-circle.progress-percent-2 .progress-circle-left .progress-circle-bar {
  animation: loading-left-2 1.8s linear forwards 1.8s;
}
@keyframes loading-right-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
  }
}
@keyframes loading-left-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-3 .progress-circle-right .progress-circle-bar {
  animation: loading-right-3 1.8s linear forwards;
}
.progress-circle.progress-percent-3 .progress-circle-left .progress-circle-bar {
  animation: loading-left-3 1.8s linear forwards 1.8s;
}
@keyframes loading-right-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
  }
}
@keyframes loading-left-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-4 .progress-circle-right .progress-circle-bar {
  animation: loading-right-4 1.8s linear forwards;
}
.progress-circle.progress-percent-4 .progress-circle-left .progress-circle-bar {
  animation: loading-left-4 1.8s linear forwards 1.8s;
}
@keyframes loading-right-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
  }
}
@keyframes loading-left-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-5 .progress-circle-right .progress-circle-bar {
  animation: loading-right-5 1.8s linear forwards;
}
.progress-circle.progress-percent-5 .progress-circle-left .progress-circle-bar {
  animation: loading-left-5 1.8s linear forwards 1.8s;
}
@keyframes loading-right-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
}
@keyframes loading-left-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-6 .progress-circle-right .progress-circle-bar {
  animation: loading-right-6 1.8s linear forwards;
}
.progress-circle.progress-percent-6 .progress-circle-left .progress-circle-bar {
  animation: loading-left-6 1.8s linear forwards 1.8s;
}
@keyframes loading-right-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
  }
}
@keyframes loading-left-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-7 .progress-circle-right .progress-circle-bar {
  animation: loading-right-7 1.8s linear forwards;
}
.progress-circle.progress-percent-7 .progress-circle-left .progress-circle-bar {
  animation: loading-left-7 1.8s linear forwards 1.8s;
}
@keyframes loading-right-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
  }
}
@keyframes loading-left-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-8 .progress-circle-right .progress-circle-bar {
  animation: loading-right-8 1.8s linear forwards;
}
.progress-circle.progress-percent-8 .progress-circle-left .progress-circle-bar {
  animation: loading-left-8 1.8s linear forwards 1.8s;
}
@keyframes loading-right-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
  }
}
@keyframes loading-left-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-9 .progress-circle-right .progress-circle-bar {
  animation: loading-right-9 1.8s linear forwards;
}
.progress-circle.progress-percent-9 .progress-circle-left .progress-circle-bar {
  animation: loading-left-9 1.8s linear forwards 1.8s;
}
@keyframes loading-right-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
  }
}
@keyframes loading-left-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-10 .progress-circle-right .progress-circle-bar {
  animation: loading-right-10 1.8s linear forwards;
}
.progress-circle.progress-percent-10 .progress-circle-left .progress-circle-bar {
  animation: loading-left-10 1.8s linear forwards 1.8s;
}
@keyframes loading-right-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-left-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-11 .progress-circle-right .progress-circle-bar {
  animation: loading-right-11 1.8s linear forwards;
}
.progress-circle.progress-percent-11 .progress-circle-left .progress-circle-bar {
  animation: loading-left-11 1.8s linear forwards 1.8s;
}
@keyframes loading-right-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
  }
}
@keyframes loading-left-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-12 .progress-circle-right .progress-circle-bar {
  animation: loading-right-12 1.8s linear forwards;
}
.progress-circle.progress-percent-12 .progress-circle-left .progress-circle-bar {
  animation: loading-left-12 1.8s linear forwards 1.8s;
}
@keyframes loading-right-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
  }
}
@keyframes loading-left-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-13 .progress-circle-right .progress-circle-bar {
  animation: loading-right-13 1.8s linear forwards;
}
.progress-circle.progress-percent-13 .progress-circle-left .progress-circle-bar {
  animation: loading-left-13 1.8s linear forwards 1.8s;
}
@keyframes loading-right-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
  }
}
@keyframes loading-left-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-14 .progress-circle-right .progress-circle-bar {
  animation: loading-right-14 1.8s linear forwards;
}
.progress-circle.progress-percent-14 .progress-circle-left .progress-circle-bar {
  animation: loading-left-14 1.8s linear forwards 1.8s;
}
@keyframes loading-right-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
  }
}
@keyframes loading-left-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-15 .progress-circle-right .progress-circle-bar {
  animation: loading-right-15 1.8s linear forwards;
}
.progress-circle.progress-percent-15 .progress-circle-left .progress-circle-bar {
  animation: loading-left-15 1.8s linear forwards 1.8s;
}
@keyframes loading-right-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }
}
@keyframes loading-left-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-16 .progress-circle-right .progress-circle-bar {
  animation: loading-right-16 1.8s linear forwards;
}
.progress-circle.progress-percent-16 .progress-circle-left .progress-circle-bar {
  animation: loading-left-16 1.8s linear forwards 1.8s;
}
@keyframes loading-right-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
  }
}
@keyframes loading-left-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-17 .progress-circle-right .progress-circle-bar {
  animation: loading-right-17 1.8s linear forwards;
}
.progress-circle.progress-percent-17 .progress-circle-left .progress-circle-bar {
  animation: loading-left-17 1.8s linear forwards 1.8s;
}
@keyframes loading-right-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
  }
}
@keyframes loading-left-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-18 .progress-circle-right .progress-circle-bar {
  animation: loading-right-18 1.8s linear forwards;
}
.progress-circle.progress-percent-18 .progress-circle-left .progress-circle-bar {
  animation: loading-left-18 1.8s linear forwards 1.8s;
}
@keyframes loading-right-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
  }
}
@keyframes loading-left-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-19 .progress-circle-right .progress-circle-bar {
  animation: loading-right-19 1.8s linear forwards;
}
.progress-circle.progress-percent-19 .progress-circle-left .progress-circle-bar {
  animation: loading-left-19 1.8s linear forwards 1.8s;
}
@keyframes loading-right-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
  }
}
@keyframes loading-left-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-20 .progress-circle-right .progress-circle-bar {
  animation: loading-right-20 1.8s linear forwards;
}
.progress-circle.progress-percent-20 .progress-circle-left .progress-circle-bar {
  animation: loading-left-20 1.8s linear forwards 1.8s;
}
@keyframes loading-right-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
}
@keyframes loading-left-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-21 .progress-circle-right .progress-circle-bar {
  animation: loading-right-21 1.8s linear forwards;
}
.progress-circle.progress-percent-21 .progress-circle-left .progress-circle-bar {
  animation: loading-left-21 1.8s linear forwards 1.8s;
}
@keyframes loading-right-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
  }
}
@keyframes loading-left-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-22 .progress-circle-right .progress-circle-bar {
  animation: loading-right-22 1.8s linear forwards;
}
.progress-circle.progress-percent-22 .progress-circle-left .progress-circle-bar {
  animation: loading-left-22 1.8s linear forwards 1.8s;
}
@keyframes loading-right-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
  }
}
@keyframes loading-left-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-23 .progress-circle-right .progress-circle-bar {
  animation: loading-right-23 1.8s linear forwards;
}
.progress-circle.progress-percent-23 .progress-circle-left .progress-circle-bar {
  animation: loading-left-23 1.8s linear forwards 1.8s;
}
@keyframes loading-right-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
  }
}
@keyframes loading-left-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-24 .progress-circle-right .progress-circle-bar {
  animation: loading-right-24 1.8s linear forwards;
}
.progress-circle.progress-percent-24 .progress-circle-left .progress-circle-bar {
  animation: loading-left-24 1.8s linear forwards 1.8s;
}
@keyframes loading-right-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
  }
}
@keyframes loading-left-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-25 .progress-circle-right .progress-circle-bar {
  animation: loading-right-25 1.8s linear forwards;
}
.progress-circle.progress-percent-25 .progress-circle-left .progress-circle-bar {
  animation: loading-left-25 1.8s linear forwards 1.8s;
}
@keyframes loading-right-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-left-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-26 .progress-circle-right .progress-circle-bar {
  animation: loading-right-26 1.8s linear forwards;
}
.progress-circle.progress-percent-26 .progress-circle-left .progress-circle-bar {
  animation: loading-left-26 1.8s linear forwards 1.8s;
}
@keyframes loading-right-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
  }
}
@keyframes loading-left-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-27 .progress-circle-right .progress-circle-bar {
  animation: loading-right-27 1.8s linear forwards;
}
.progress-circle.progress-percent-27 .progress-circle-left .progress-circle-bar {
  animation: loading-left-27 1.8s linear forwards 1.8s;
}
@keyframes loading-right-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
  }
}
@keyframes loading-left-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-28 .progress-circle-right .progress-circle-bar {
  animation: loading-right-28 1.8s linear forwards;
}
.progress-circle.progress-percent-28 .progress-circle-left .progress-circle-bar {
  animation: loading-left-28 1.8s linear forwards 1.8s;
}
@keyframes loading-right-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
  }
}
@keyframes loading-left-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-29 .progress-circle-right .progress-circle-bar {
  animation: loading-right-29 1.8s linear forwards;
}
.progress-circle.progress-percent-29 .progress-circle-left .progress-circle-bar {
  animation: loading-left-29 1.8s linear forwards 1.8s;
}
@keyframes loading-right-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
  }
}
@keyframes loading-left-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-30 .progress-circle-right .progress-circle-bar {
  animation: loading-right-30 1.8s linear forwards;
}
.progress-circle.progress-percent-30 .progress-circle-left .progress-circle-bar {
  animation: loading-left-30 1.8s linear forwards 1.8s;
}
@keyframes loading-right-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
  }
}
@keyframes loading-left-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-31 .progress-circle-right .progress-circle-bar {
  animation: loading-right-31 1.8s linear forwards;
}
.progress-circle.progress-percent-31 .progress-circle-left .progress-circle-bar {
  animation: loading-left-31 1.8s linear forwards 1.8s;
}
@keyframes loading-right-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
  }
}
@keyframes loading-left-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-32 .progress-circle-right .progress-circle-bar {
  animation: loading-right-32 1.8s linear forwards;
}
.progress-circle.progress-percent-32 .progress-circle-left .progress-circle-bar {
  animation: loading-left-32 1.8s linear forwards 1.8s;
}
@keyframes loading-right-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
  }
}
@keyframes loading-left-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-33 .progress-circle-right .progress-circle-bar {
  animation: loading-right-33 1.8s linear forwards;
}
.progress-circle.progress-percent-33 .progress-circle-left .progress-circle-bar {
  animation: loading-left-33 1.8s linear forwards 1.8s;
}
@keyframes loading-right-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
  }
}
@keyframes loading-left-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-34 .progress-circle-right .progress-circle-bar {
  animation: loading-right-34 1.8s linear forwards;
}
.progress-circle.progress-percent-34 .progress-circle-left .progress-circle-bar {
  animation: loading-left-34 1.8s linear forwards 1.8s;
}
@keyframes loading-right-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
  }
}
@keyframes loading-left-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-35 .progress-circle-right .progress-circle-bar {
  animation: loading-right-35 1.8s linear forwards;
}
.progress-circle.progress-percent-35 .progress-circle-left .progress-circle-bar {
  animation: loading-left-35 1.8s linear forwards 1.8s;
}
@keyframes loading-right-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@keyframes loading-left-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-36 .progress-circle-right .progress-circle-bar {
  animation: loading-right-36 1.8s linear forwards;
}
.progress-circle.progress-percent-36 .progress-circle-left .progress-circle-bar {
  animation: loading-left-36 1.8s linear forwards 1.8s;
}
@keyframes loading-right-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
  }
}
@keyframes loading-left-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-37 .progress-circle-right .progress-circle-bar {
  animation: loading-right-37 1.8s linear forwards;
}
.progress-circle.progress-percent-37 .progress-circle-left .progress-circle-bar {
  animation: loading-left-37 1.8s linear forwards 1.8s;
}
@keyframes loading-right-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
  }
}
@keyframes loading-left-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-38 .progress-circle-right .progress-circle-bar {
  animation: loading-right-38 1.8s linear forwards;
}
.progress-circle.progress-percent-38 .progress-circle-left .progress-circle-bar {
  animation: loading-left-38 1.8s linear forwards 1.8s;
}
@keyframes loading-right-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
  }
}
@keyframes loading-left-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-39 .progress-circle-right .progress-circle-bar {
  animation: loading-right-39 1.8s linear forwards;
}
.progress-circle.progress-percent-39 .progress-circle-left .progress-circle-bar {
  animation: loading-left-39 1.8s linear forwards 1.8s;
}
@keyframes loading-right-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
  }
}
@keyframes loading-left-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-40 .progress-circle-right .progress-circle-bar {
  animation: loading-right-40 1.8s linear forwards;
}
.progress-circle.progress-percent-40 .progress-circle-left .progress-circle-bar {
  animation: loading-left-40 1.8s linear forwards 1.8s;
}
@keyframes loading-right-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-left-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-41 .progress-circle-right .progress-circle-bar {
  animation: loading-right-41 1.8s linear forwards;
}
.progress-circle.progress-percent-41 .progress-circle-left .progress-circle-bar {
  animation: loading-left-41 1.8s linear forwards 1.8s;
}
@keyframes loading-right-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
  }
}
@keyframes loading-left-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-42 .progress-circle-right .progress-circle-bar {
  animation: loading-right-42 1.8s linear forwards;
}
.progress-circle.progress-percent-42 .progress-circle-left .progress-circle-bar {
  animation: loading-left-42 1.8s linear forwards 1.8s;
}
@keyframes loading-right-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
  }
}
@keyframes loading-left-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-43 .progress-circle-right .progress-circle-bar {
  animation: loading-right-43 1.8s linear forwards;
}
.progress-circle.progress-percent-43 .progress-circle-left .progress-circle-bar {
  animation: loading-left-43 1.8s linear forwards 1.8s;
}
@keyframes loading-right-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
  }
}
@keyframes loading-left-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-44 .progress-circle-right .progress-circle-bar {
  animation: loading-right-44 1.8s linear forwards;
}
.progress-circle.progress-percent-44 .progress-circle-left .progress-circle-bar {
  animation: loading-left-44 1.8s linear forwards 1.8s;
}
@keyframes loading-right-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
  }
}
@keyframes loading-left-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-45 .progress-circle-right .progress-circle-bar {
  animation: loading-right-45 1.8s linear forwards;
}
.progress-circle.progress-percent-45 .progress-circle-left .progress-circle-bar {
  animation: loading-left-45 1.8s linear forwards 1.8s;
}
@keyframes loading-right-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
  }
}
@keyframes loading-left-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-46 .progress-circle-right .progress-circle-bar {
  animation: loading-right-46 1.8s linear forwards;
}
.progress-circle.progress-percent-46 .progress-circle-left .progress-circle-bar {
  animation: loading-left-46 1.8s linear forwards 1.8s;
}
@keyframes loading-right-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
  }
}
@keyframes loading-left-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-47 .progress-circle-right .progress-circle-bar {
  animation: loading-right-47 1.8s linear forwards;
}
.progress-circle.progress-percent-47 .progress-circle-left .progress-circle-bar {
  animation: loading-left-47 1.8s linear forwards 1.8s;
}
@keyframes loading-right-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
  }
}
@keyframes loading-left-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-48 .progress-circle-right .progress-circle-bar {
  animation: loading-right-48 1.8s linear forwards;
}
.progress-circle.progress-percent-48 .progress-circle-left .progress-circle-bar {
  animation: loading-left-48 1.8s linear forwards 1.8s;
}
@keyframes loading-right-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
  }
}
@keyframes loading-left-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-49 .progress-circle-right .progress-circle-bar {
  animation: loading-right-49 1.8s linear forwards;
}
.progress-circle.progress-percent-49 .progress-circle-left .progress-circle-bar {
  animation: loading-left-49 1.8s linear forwards 1.8s;
}
@keyframes loading-right-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
  }
}
@keyframes loading-left-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-50 .progress-circle-right .progress-circle-bar {
  animation: loading-right-50 1.8s linear forwards;
}
.progress-circle.progress-percent-50 .progress-circle-left .progress-circle-bar {
  animation: loading-left-50 1.8s linear forwards 1.8s;
}
@keyframes loading-right-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.progress-circle.progress-percent-51 .progress-circle-right .progress-circle-bar {
  animation: loading-right-51 1.8s linear forwards;
}
.progress-circle.progress-percent-51 .progress-circle-left .progress-circle-bar {
  animation: loading-left-51 1.8s linear forwards 1.8s;
}
@keyframes loading-right-51 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-51 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
  }
}
.progress-circle.progress-percent-52 .progress-circle-right .progress-circle-bar {
  animation: loading-right-52 1.8s linear forwards;
}
.progress-circle.progress-percent-52 .progress-circle-left .progress-circle-bar {
  animation: loading-left-52 1.8s linear forwards 1.8s;
}
@keyframes loading-right-52 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-52 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
  }
}
.progress-circle.progress-percent-53 .progress-circle-right .progress-circle-bar {
  animation: loading-right-53 1.8s linear forwards;
}
.progress-circle.progress-percent-53 .progress-circle-left .progress-circle-bar {
  animation: loading-left-53 1.8s linear forwards 1.8s;
}
@keyframes loading-right-53 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-53 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
  }
}
.progress-circle.progress-percent-54 .progress-circle-right .progress-circle-bar {
  animation: loading-right-54 1.8s linear forwards;
}
.progress-circle.progress-percent-54 .progress-circle-left .progress-circle-bar {
  animation: loading-left-54 1.8s linear forwards 1.8s;
}
@keyframes loading-right-54 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-54 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
  }
}
.progress-circle.progress-percent-55 .progress-circle-right .progress-circle-bar {
  animation: loading-right-55 1.8s linear forwards;
}
.progress-circle.progress-percent-55 .progress-circle-left .progress-circle-bar {
  animation: loading-left-55 1.8s linear forwards 1.8s;
}
@keyframes loading-right-55 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-55 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
}
.progress-circle.progress-percent-56 .progress-circle-right .progress-circle-bar {
  animation: loading-right-56 1.8s linear forwards;
}
.progress-circle.progress-percent-56 .progress-circle-left .progress-circle-bar {
  animation: loading-left-56 1.8s linear forwards 1.8s;
}
@keyframes loading-right-56 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-56 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
  }
}
.progress-circle.progress-percent-57 .progress-circle-right .progress-circle-bar {
  animation: loading-right-57 1.8s linear forwards;
}
.progress-circle.progress-percent-57 .progress-circle-left .progress-circle-bar {
  animation: loading-left-57 1.8s linear forwards 1.8s;
}
@keyframes loading-right-57 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-57 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
  }
}
.progress-circle.progress-percent-58 .progress-circle-right .progress-circle-bar {
  animation: loading-right-58 1.8s linear forwards;
}
.progress-circle.progress-percent-58 .progress-circle-left .progress-circle-bar {
  animation: loading-left-58 1.8s linear forwards 1.8s;
}
@keyframes loading-right-58 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-58 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
  }
}
.progress-circle.progress-percent-59 .progress-circle-right .progress-circle-bar {
  animation: loading-right-59 1.8s linear forwards;
}
.progress-circle.progress-percent-59 .progress-circle-left .progress-circle-bar {
  animation: loading-left-59 1.8s linear forwards 1.8s;
}
@keyframes loading-right-59 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-59 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
  }
}
.progress-circle.progress-percent-60 .progress-circle-right .progress-circle-bar {
  animation: loading-right-60 1.8s linear forwards;
}
.progress-circle.progress-percent-60 .progress-circle-left .progress-circle-bar {
  animation: loading-left-60 1.8s linear forwards 1.8s;
}
@keyframes loading-right-60 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-60 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
.progress-circle.progress-percent-61 .progress-circle-right .progress-circle-bar {
  animation: loading-right-61 1.8s linear forwards;
}
.progress-circle.progress-percent-61 .progress-circle-left .progress-circle-bar {
  animation: loading-left-61 1.8s linear forwards 1.8s;
}
@keyframes loading-right-61 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-61 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
  }
}
.progress-circle.progress-percent-62 .progress-circle-right .progress-circle-bar {
  animation: loading-right-62 1.8s linear forwards;
}
.progress-circle.progress-percent-62 .progress-circle-left .progress-circle-bar {
  animation: loading-left-62 1.8s linear forwards 1.8s;
}
@keyframes loading-right-62 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-62 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
  }
}
.progress-circle.progress-percent-63 .progress-circle-right .progress-circle-bar {
  animation: loading-right-63 1.8s linear forwards;
}
.progress-circle.progress-percent-63 .progress-circle-left .progress-circle-bar {
  animation: loading-left-63 1.8s linear forwards 1.8s;
}
@keyframes loading-right-63 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-63 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
  }
}
.progress-circle.progress-percent-64 .progress-circle-right .progress-circle-bar {
  animation: loading-right-64 1.8s linear forwards;
}
.progress-circle.progress-percent-64 .progress-circle-left .progress-circle-bar {
  animation: loading-left-64 1.8s linear forwards 1.8s;
}
@keyframes loading-right-64 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-64 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
  }
}
.progress-circle.progress-percent-65 .progress-circle-right .progress-circle-bar {
  animation: loading-right-65 1.8s linear forwards;
}
.progress-circle.progress-percent-65 .progress-circle-left .progress-circle-bar {
  animation: loading-left-65 1.8s linear forwards 1.8s;
}
@keyframes loading-right-65 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-65 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }
}
.progress-circle.progress-percent-66 .progress-circle-right .progress-circle-bar {
  animation: loading-right-66 1.8s linear forwards;
}
.progress-circle.progress-percent-66 .progress-circle-left .progress-circle-bar {
  animation: loading-left-66 1.8s linear forwards 1.8s;
}
@keyframes loading-right-66 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-66 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
  }
}
.progress-circle.progress-percent-67 .progress-circle-right .progress-circle-bar {
  animation: loading-right-67 1.8s linear forwards;
}
.progress-circle.progress-percent-67 .progress-circle-left .progress-circle-bar {
  animation: loading-left-67 1.8s linear forwards 1.8s;
}
@keyframes loading-right-67 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-67 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
  }
}
.progress-circle.progress-percent-68 .progress-circle-right .progress-circle-bar {
  animation: loading-right-68 1.8s linear forwards;
}
.progress-circle.progress-percent-68 .progress-circle-left .progress-circle-bar {
  animation: loading-left-68 1.8s linear forwards 1.8s;
}
@keyframes loading-right-68 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-68 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
  }
}
.progress-circle.progress-percent-69 .progress-circle-right .progress-circle-bar {
  animation: loading-right-69 1.8s linear forwards;
}
.progress-circle.progress-percent-69 .progress-circle-left .progress-circle-bar {
  animation: loading-left-69 1.8s linear forwards 1.8s;
}
@keyframes loading-right-69 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-69 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
  }
}
.progress-circle.progress-percent-70 .progress-circle-right .progress-circle-bar {
  animation: loading-right-70 1.8s linear forwards;
}
.progress-circle.progress-percent-70 .progress-circle-left .progress-circle-bar {
  animation: loading-left-70 1.8s linear forwards 1.8s;
}
@keyframes loading-right-70 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-70 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
}
.progress-circle.progress-percent-71 .progress-circle-right .progress-circle-bar {
  animation: loading-right-71 1.8s linear forwards;
}
.progress-circle.progress-percent-71 .progress-circle-left .progress-circle-bar {
  animation: loading-left-71 1.8s linear forwards 1.8s;
}
@keyframes loading-right-71 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-71 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
  }
}
.progress-circle.progress-percent-72 .progress-circle-right .progress-circle-bar {
  animation: loading-right-72 1.8s linear forwards;
}
.progress-circle.progress-percent-72 .progress-circle-left .progress-circle-bar {
  animation: loading-left-72 1.8s linear forwards 1.8s;
}
@keyframes loading-right-72 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-72 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
  }
}
.progress-circle.progress-percent-73 .progress-circle-right .progress-circle-bar {
  animation: loading-right-73 1.8s linear forwards;
}
.progress-circle.progress-percent-73 .progress-circle-left .progress-circle-bar {
  animation: loading-left-73 1.8s linear forwards 1.8s;
}
@keyframes loading-right-73 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-73 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
  }
}
.progress-circle.progress-percent-74 .progress-circle-right .progress-circle-bar {
  animation: loading-right-74 1.8s linear forwards;
}
.progress-circle.progress-percent-74 .progress-circle-left .progress-circle-bar {
  animation: loading-left-74 1.8s linear forwards 1.8s;
}
@keyframes loading-right-74 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-74 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
  }
}
.progress-circle.progress-percent-75 .progress-circle-right .progress-circle-bar {
  animation: loading-right-75 1.8s linear forwards;
}
.progress-circle.progress-percent-75 .progress-circle-left .progress-circle-bar {
  animation: loading-left-75 1.8s linear forwards 1.8s;
}
@keyframes loading-right-75 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-75 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.progress-circle.progress-percent-76 .progress-circle-right .progress-circle-bar {
  animation: loading-right-76 1.8s linear forwards;
}
.progress-circle.progress-percent-76 .progress-circle-left .progress-circle-bar {
  animation: loading-left-76 1.8s linear forwards 1.8s;
}
@keyframes loading-right-76 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-76 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
  }
}
.progress-circle.progress-percent-77 .progress-circle-right .progress-circle-bar {
  animation: loading-right-77 1.8s linear forwards;
}
.progress-circle.progress-percent-77 .progress-circle-left .progress-circle-bar {
  animation: loading-left-77 1.8s linear forwards 1.8s;
}
@keyframes loading-right-77 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-77 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
  }
}
.progress-circle.progress-percent-78 .progress-circle-right .progress-circle-bar {
  animation: loading-right-78 1.8s linear forwards;
}
.progress-circle.progress-percent-78 .progress-circle-left .progress-circle-bar {
  animation: loading-left-78 1.8s linear forwards 1.8s;
}
@keyframes loading-right-78 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-78 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
  }
}
.progress-circle.progress-percent-79 .progress-circle-right .progress-circle-bar {
  animation: loading-right-79 1.8s linear forwards;
}
.progress-circle.progress-percent-79 .progress-circle-left .progress-circle-bar {
  animation: loading-left-79 1.8s linear forwards 1.8s;
}
@keyframes loading-right-79 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-79 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
  }
}
.progress-circle.progress-percent-80 .progress-circle-right .progress-circle-bar {
  animation: loading-right-80 1.8s linear forwards;
}
.progress-circle.progress-percent-80 .progress-circle-left .progress-circle-bar {
  animation: loading-left-80 1.8s linear forwards 1.8s;
}
@keyframes loading-right-80 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-80 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
  }
}
.progress-circle.progress-percent-81 .progress-circle-right .progress-circle-bar {
  animation: loading-right-81 1.8s linear forwards;
}
.progress-circle.progress-percent-81 .progress-circle-left .progress-circle-bar {
  animation: loading-left-81 1.8s linear forwards 1.8s;
}
@keyframes loading-right-81 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-81 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
  }
}
.progress-circle.progress-percent-82 .progress-circle-right .progress-circle-bar {
  animation: loading-right-82 1.8s linear forwards;
}
.progress-circle.progress-percent-82 .progress-circle-left .progress-circle-bar {
  animation: loading-left-82 1.8s linear forwards 1.8s;
}
@keyframes loading-right-82 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-82 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
  }
}
.progress-circle.progress-percent-83 .progress-circle-right .progress-circle-bar {
  animation: loading-right-83 1.8s linear forwards;
}
.progress-circle.progress-percent-83 .progress-circle-left .progress-circle-bar {
  animation: loading-left-83 1.8s linear forwards 1.8s;
}
@keyframes loading-right-83 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-83 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
  }
}
.progress-circle.progress-percent-84 .progress-circle-right .progress-circle-bar {
  animation: loading-right-84 1.8s linear forwards;
}
.progress-circle.progress-percent-84 .progress-circle-left .progress-circle-bar {
  animation: loading-left-84 1.8s linear forwards 1.8s;
}
@keyframes loading-right-84 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-84 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
  }
}
.progress-circle.progress-percent-85 .progress-circle-right .progress-circle-bar {
  animation: loading-right-85 1.8s linear forwards;
}
.progress-circle.progress-percent-85 .progress-circle-left .progress-circle-bar {
  animation: loading-left-85 1.8s linear forwards 1.8s;
}
@keyframes loading-right-85 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-85 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
.progress-circle.progress-percent-86 .progress-circle-right .progress-circle-bar {
  animation: loading-right-86 1.8s linear forwards;
}
.progress-circle.progress-percent-86 .progress-circle-left .progress-circle-bar {
  animation: loading-left-86 1.8s linear forwards 1.8s;
}
@keyframes loading-right-86 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-86 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
  }
}
.progress-circle.progress-percent-87 .progress-circle-right .progress-circle-bar {
  animation: loading-right-87 1.8s linear forwards;
}
.progress-circle.progress-percent-87 .progress-circle-left .progress-circle-bar {
  animation: loading-left-87 1.8s linear forwards 1.8s;
}
@keyframes loading-right-87 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-87 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
  }
}
.progress-circle.progress-percent-88 .progress-circle-right .progress-circle-bar {
  animation: loading-right-88 1.8s linear forwards;
}
.progress-circle.progress-percent-88 .progress-circle-left .progress-circle-bar {
  animation: loading-left-88 1.8s linear forwards 1.8s;
}
@keyframes loading-right-88 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-88 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
  }
}
.progress-circle.progress-percent-89 .progress-circle-right .progress-circle-bar {
  animation: loading-right-89 1.8s linear forwards;
}
.progress-circle.progress-percent-89 .progress-circle-left .progress-circle-bar {
  animation: loading-left-89 1.8s linear forwards 1.8s;
}
@keyframes loading-right-89 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-89 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
  }
}
.progress-circle.progress-percent-90 .progress-circle-right .progress-circle-bar {
  animation: loading-right-90 1.8s linear forwards;
}
.progress-circle.progress-percent-90 .progress-circle-left .progress-circle-bar {
  animation: loading-left-90 1.8s linear forwards 1.8s;
}
@keyframes loading-right-90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
.progress-circle.progress-percent-91 .progress-circle-right .progress-circle-bar {
  animation: loading-right-91 1.8s linear forwards;
}
.progress-circle.progress-percent-91 .progress-circle-left .progress-circle-bar {
  animation: loading-left-91 1.8s linear forwards 1.8s;
}
@keyframes loading-right-91 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-91 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
  }
}
.progress-circle.progress-percent-92 .progress-circle-right .progress-circle-bar {
  animation: loading-right-92 1.8s linear forwards;
}
.progress-circle.progress-percent-92 .progress-circle-left .progress-circle-bar {
  animation: loading-left-92 1.8s linear forwards 1.8s;
}
@keyframes loading-right-92 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-92 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
  }
}
.progress-circle.progress-percent-93 .progress-circle-right .progress-circle-bar {
  animation: loading-right-93 1.8s linear forwards;
}
.progress-circle.progress-percent-93 .progress-circle-left .progress-circle-bar {
  animation: loading-left-93 1.8s linear forwards 1.8s;
}
@keyframes loading-right-93 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-93 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
  }
}
.progress-circle.progress-percent-94 .progress-circle-right .progress-circle-bar {
  animation: loading-right-94 1.8s linear forwards;
}
.progress-circle.progress-percent-94 .progress-circle-left .progress-circle-bar {
  animation: loading-left-94 1.8s linear forwards 1.8s;
}
@keyframes loading-right-94 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-94 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
  }
}
.progress-circle.progress-percent-95 .progress-circle-right .progress-circle-bar {
  animation: loading-right-95 1.8s linear forwards;
}
.progress-circle.progress-percent-95 .progress-circle-left .progress-circle-bar {
  animation: loading-left-95 1.8s linear forwards 1.8s;
}
@keyframes loading-right-95 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-95 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
  }
}
.progress-circle.progress-percent-96 .progress-circle-right .progress-circle-bar {
  animation: loading-right-96 1.8s linear forwards;
}
.progress-circle.progress-percent-96 .progress-circle-left .progress-circle-bar {
  animation: loading-left-96 1.8s linear forwards 1.8s;
}
@keyframes loading-right-96 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-96 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
  }
}
.progress-circle.progress-percent-97 .progress-circle-right .progress-circle-bar {
  animation: loading-right-97 1.8s linear forwards;
}
.progress-circle.progress-percent-97 .progress-circle-left .progress-circle-bar {
  animation: loading-left-97 1.8s linear forwards 1.8s;
}
@keyframes loading-right-97 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-97 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
  }
}
.progress-circle.progress-percent-98 .progress-circle-right .progress-circle-bar {
  animation: loading-right-98 1.8s linear forwards;
}
.progress-circle.progress-percent-98 .progress-circle-left .progress-circle-bar {
  animation: loading-left-98 1.8s linear forwards 1.8s;
}
@keyframes loading-right-98 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-98 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
  }
}
.progress-circle.progress-percent-99 .progress-circle-right .progress-circle-bar {
  animation: loading-right-99 1.8s linear forwards;
}
.progress-circle.progress-percent-99 .progress-circle-left .progress-circle-bar {
  animation: loading-left-99 1.8s linear forwards 1.8s;
}
@keyframes loading-right-99 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-99 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
  }
}
.progress-circle.progress-percent-100 .progress-circle-right .progress-circle-bar {
  animation: loading-right-100 1.8s linear forwards;
}
.progress-circle.progress-percent-100 .progress-circle-left .progress-circle-bar {
  animation: loading-left-100 1.8s linear forwards 1.8s;
}
@keyframes loading-right-100 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-left-100 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.tabs .nav .nav-item .nav-link {
  border-radius: 8px;
  background: #eee;
  margin-left: 2px;
  margin-right: 2px;
  padding: 6px 0;
  font-style: normal;
  font-weight: 600;
  color: #222;
}
.tabs .nav .nav-item .nav-link.active {
  background: #fec23e;
  color: white;
}

.responsive-table .table-head {
  background: #fec23e;
  color: white;
  font-weight: bold;
}
.responsive-table .col, .responsive-table .col-1, .responsive-table .col-10, .responsive-table .col-11, .responsive-table .col-12, .responsive-table .col-2, .responsive-table .col-3, .responsive-table .col-4, .responsive-table .col-5, .responsive-table .col-6, .responsive-table .col-7, .responsive-table .col-8, .responsive-table .col-9, .responsive-table .col-auto, .responsive-table .col-lg, .responsive-table .col-lg-1, .responsive-table .col-lg-10, .responsive-table .col-lg-11, .responsive-table .col-lg-12, .responsive-table .col-lg-2, .responsive-table .col-lg-3, .responsive-table .col-lg-4, .responsive-table .col-lg-5, .responsive-table .col-lg-6, .responsive-table .col-lg-7, .responsive-table .col-lg-8, .responsive-table .col-lg-9, .responsive-table .col-lg-auto, .responsive-table .col-md, .responsive-table .col-md-1, .responsive-table .col-md-10, .responsive-table .col-md-11, .responsive-table .col-md-12, .responsive-table .col-md-2, .responsive-table .col-md-3, .responsive-table .col-md-4, .responsive-table .col-md-5, .responsive-table .col-md-6, .responsive-table .col-md-7, .responsive-table .col-md-8, .responsive-table .col-md-9, .responsive-table .col-md-auto, .responsive-table .col-sm, .responsive-table .col-sm-1, .responsive-table .col-sm-10, .responsive-table .col-sm-11, .responsive-table .col-sm-12, .responsive-table .col-sm-2, .responsive-table .col-sm-3, .responsive-table .col-sm-4, .responsive-table .col-sm-5, .responsive-table .col-sm-6, .responsive-table .col-sm-7, .responsive-table .col-sm-8, .responsive-table .col-sm-9, .responsive-table .col-sm-auto, .responsive-table .col-xl, .responsive-table .col-xl-1, .responsive-table .col-xl-10, .responsive-table .col-xl-11, .responsive-table .col-xl-12, .responsive-table .col-xl-2, .responsive-table .col-xl-3, .responsive-table .col-xl-4, .responsive-table .col-xl-5, .responsive-table .col-xl-6, .responsive-table .col-xl-7, .responsive-table .col-xl-8, .responsive-table .col-xl-9, .responsive-table .col-xl-auto {
  padding: 5px;
}
.responsive-table .row {
  margin-left: 0;
  margin-right: 0;
}
.responsive-table .table-row a {
  color: black;
  font-style: normal;
  display: block;
  width: 100%;
  text-decoration: none;
}
.responsive-table .table-row:nth-child(even) {
  background-color: #eee;
}
.responsive-table .table-row:hover td {
  background-color: #ddd;
}
.responsive-table .table-row .highlighted-price-increase {
  background-color: #fec23e;
}
.responsive-table .table-row .highlighted-price-decrease {
  background-color: #fec23e;
}
.responsive-table .table-row .more {
  position: relative;
}
.responsive-table .table-row .more i {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fec23e;
  cursor: pointer;
}
.responsive-table .table-row .table-head .more i {
  color: inherit;
}

/*
.articles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article {
    width: 48%;
    margin-bottom: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

@media screen and (max-width: 600px) {
    .article {
        width: 100%;
        float: none;
    }
}*/
.grid-sizer {
  width: 48%;
}

.grid-item {
  width: 48%;
}

.gutter-sizer {
  width: 4%;
}

@media screen and (max-width: 575px) {
  .grid-sizer {
    width: 100%;
  }
  .grid-item {
    width: 100%;
  }
  .gutter-sizer {
    width: 0%;
  }
}
.page-title {
  border-bottom: 4px solid #fec23e;
  margin-bottom: 10px;
}
.page-title.orange {
  border-bottom: 4px solid #ff9600 !important;
}
.page-title h1, .page-title h2, .page-title h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.page-title .fa-rss-square {
  font-size: 28px;
}
.page-title#product-search:before {
  width: 45px;
  height: 25px;
  background-image: url(/image/site/icons/drog-icon-y.png);
  content: "";
  background-size: 40px;
  background-repeat: no-repeat;
  display: block;
  float: left;
}
.page-title#product-search-2:before {
  width: 20px;
  height: 25px;
  background-image: url(/image/site/icons/drog-icon-2-y.png);
  content: "";
  background-size: 13px;
  background-repeat: no-repeat;
  display: block;
  float: left;
}

#carousel_featured img {
  margin: 0 auto 5px;
}
#carousel_featured .carousel-title {
  height: 190px;
  font-style: normal;
}
#carousel_featured .carousel-title h5 {
  margin-bottom: 5px;
  text-align: center;
  color: #fec23e;
  font-weight: bold;
}
#carousel_featured .carousel-title p {
  margin-bottom: 5px;
}
#carousel_featured .carousel-indicators {
  display: block;
  margin: 0;
  padding: 0 5px 0 5px;
  position: static;
}
#carousel_featured .carousel-indicators .carousel-control-button {
  margin: 2px;
  text-align: left;
  width: 100%;
  background-color: #eee;
  border: 0;
}
#carousel_featured .carousel-indicators .carousel-control-button.active {
  color: #fec23e;
  font-weight: bold;
}
#carousel_featured .carousel-indicators .carousel-control-button:focus {
  outline: none;
}

.modal-dialog {
  border: 1px solid #999;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .modal-content.colored .modal-header {
  background: #fec23e;
}
.modal-dialog .modal-content.colored .modal-content {
  border-color: #fec23e;
}
.modal-dialog .modal-content .modal-header {
  background: #999;
  color: white;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-header button {
  outline: none;
}

#image-viewer {
  text-align: center;
}
#image-viewer img {
  max-width: 100%;
  width: auto !important;
}

#message-modal .modal-header {
  background: #fec23e;
}
#message-modal .modal-header btn-primary {
  background: #fec23e;
}
#message-modal .modal-body {
  min-height: 270px;
}

.content-page .content-box .image-container {
  background: #eee;
  height: 100%;
}
.content-page .content-box .content a {
  text-decoration: none;
}
.content-page .content-box .content a h3 {
  line-height: 1.2;
}
.content-page .content-box .content a p {
  line-height: 20px;
  font-size: 17px;
}

.link-related-content {
  background-color: #eee !important;
}
.link-related-content a {
  text-decoration: none;
}
.link-related-content a span:hover {
  color: #fec23e !important;
}

footer {
  border-top: 4px solid #999;
  padding-top: 15px;
  padding-bottom: 0px;
  font-size: 15px;
}
footer .row {
  margin-bottom: 20px;
}
footer .row.nav-row {
  margin-bottom: 10px;
}
footer .nav .footer-menu-link a {
  color: #222;
  font-size: 15px;
  font-style: normal;
  padding: 0 10px;
}
footer .nav .footer-menu-link a:hover {
  text-decoration: none;
}
footer .nav .footer-menu-link:before {
  content: "|";
  display: inline-block;
  color: #222;
  font-weight: 600;
  position: relative;
  bottom: 1px;
}
footer .nav .footer-menu-link:first-child:before {
  content: "";
}
footer .nav.foreign-site .footer-menu-link:first-child {
  font-weight: 600;
}
footer .cert-box {
  border: 1px solid #fec23e;
  padding: 15px;
}
footer .cert-box .img-container {
  height: 100px;
  margin-bottom: 15px;
}
footer .cert-box .img-container img {
  height: 100%;
  width: auto;
}
footer .cert-box#hon-code img {
  height: 50px;
}
footer #footer-caution {
  background-color: #eee;
  padding: 10px;
  font-weight: 400;
}
footer #footer-caution p {
  margin-bottom: 0;
}
footer .tracking {
  width: 1px;
  height: 1px;
}

header {
  background: white;
}
header .logo-row {
  border-bottom: 7px solid #fec23e;
  min-height: 67px;
}
@media (max-width: 991.98px) {
  header .logo-row {
    padding-right: 0px;
    padding-left: 0px;
  }
}
header .logo-row.opened {
  position: fixed;
  z-index: 1000;
  top: 0;
  background-color: #fff;
}
header .logo-row .mobile-menu {
  min-width: 87px;
}
header .logo-row .mobile-menu i {
  font-size: 30px;
}
header .logo-row .mobile-menu .navbar-closer {
  margin-left: 37px;
}
header .logo-row .mobile-menu .navbar-toggler, header .logo-row .mobile-menu .navbar-closer, header .logo-row .mobile-menu .searchbar-toggler {
  border: 0;
  background: #fff;
  padding: 0.25rem;
}
header .logo-row .mobile-menu .navbar-toggler:focus, header .logo-row .mobile-menu .navbar-closer:focus, header .logo-row .mobile-menu .searchbar-toggler:focus {
  outline: 0px;
}
header .logo-row .mobile-menu .sidenav {
  height: 100%;
  position: fixed;
  max-height: calc(100vh - 67px);
  min-height: calc(100vh - 67px);
  z-index: 1;
  top: 67px;
  right: 0;
  width: 0;
  overflow-x: hidden;
  transition: 0.5s;
  border-left: 2px solid #eee;
  background-color: white;
  padding-bottom: 100px;
}
header .logo-row .mobile-menu .sidenav.transparent-background {
  background: rgba(255, 255, 255, 0.8);
}
header .logo-row .mobile-menu .sidenav.transparent-background .search {
  margin: 10px 10%;
  border: 1px solid #fec23e;
  padding: 17px 8px 5px 8px;
  background: white;
}
header .logo-row .mobile-menu .sidenav .profile {
  background: #eee;
  padding: 10px;
  border-bottom: 2px solid #999;
  text-align: center;
}
header .logo-row .mobile-menu .sidenav .profile .profile-icon img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
header .logo-row .mobile-menu .sidenav .profile .user-name p {
  font-weight: 600;
  margin-bottom: 3px;
  text-align: left;
}
header .logo-row .mobile-menu .sidenav .profile .user-name a {
  font-weight: 600;
}
header .logo-row .mobile-menu .sidenav .profile .btn {
  font-weight: 600;
}
header .logo-row .mobile-menu .sidenav .profile .btn-border {
  padding: 2px 6px 3px 6px;
}
header .logo-row .mobile-menu .sidenav .profile .btn-border i {
  font-size: 17px;
}
header .logo-row .mobile-menu .sidenav .search {
  padding: 10px 10px 0;
  border-bottom: 2px solid #999;
}
header .logo-row .mobile-menu .sidenav .search .form-group {
  margin-bottom: 1rem;
}
header .logo-row .mobile-menu .sidenav .menu {
  list-style: none;
}
header .logo-row .mobile-menu .sidenav .menu ul {
  list-style: none;
  padding-left: 0;
}
header .logo-row .mobile-menu .sidenav .menu ul .nav-item .nav-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px;
  border-bottom: 1px solid #d3d3d3;
}
header .logo-row .mobile-menu .sidenav .menu ul .nav-item .nav-link:not(.dropdown-item):before {
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  margin-right: 10px;
  color: #fec23e;
}
header .logo-row .mobile-menu .sidenav .menu ul .nav-item .nav-link.no-children:before {
  content: "";
}
header .logo-row .mobile-menu .sidenav .menu ul .nav-item:last-child .nav-link {
  border-bottom: 0;
}
header .logo-row .mobile-menu .sidenav .menu ul .nav-item:last-child .collapse, header .logo-row .mobile-menu .sidenav .menu ul .nav-item:last-child .collapsing {
  border-bottom: 0;
}
header .logo-row .mobile-menu .sidenav .menu ul .nav-item.show .nav-link {
  border-bottom: 0;
}
header .logo-row .mobile-menu .sidenav .menu ul .nav-item .collapse, header .logo-row .mobile-menu .sidenav .menu ul .nav-item .collapsing {
  transform: none !important;
  position: relative !important;
  border: none;
  padding-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
header .logo-row .mobile-menu .sidenav .menu ul .nav-item .collapse .nav-link, header .logo-row .mobile-menu .sidenav .menu ul .nav-item .collapsing .nav-link {
  text-transform: none;
  padding-bottom: 10px !important;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
header .logo-row .mobile-menu .sidenav .menu ul a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #222;
  display: block;
  transition: 0.3s;
}
header .logo-row .mobile-menu .sidenav .featured-page {
  border-top: 2px solid #999;
  padding-top: 8px;
}
header .logo-row .mobile-menu .sidenav .featured-page h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
header .logo-row .mobile-menu .sidenav .featured-page .rubrics .menu-item {
  display: block;
  font-size: 20px;
}
header .logo-row .mobile-menu .sidenav .featured-page .rubrics .menu-item.rubric-microsite {
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
header .logo-row .mobile-menu .sidenav .featured-page .rubrics .menu-item.rubric-microsite.double-arrow-link:after {
  font-size: 21px;
}
header .logo-row .mobile-menu .sidenav .featured-page .rubrics .vakcinologia {
  background-color: #344167;
  color: white;
}
header .logo-row .mobile-menu .sidenav .featured-page .rubrics .trombinfo {
  background-color: #8ad32a;
  color: white;
}
header .logo-row .mobile-menu .sidenav .featured-page .rubrics .medimagister {
  background-color: #1d7e7f;
  color: white;
}
header .logo-row .mobile-menu .sidenav.opened {
  width: 100%;
}
header .logo-row .logged-in .dropdown .fa-user-md {
  font-size: 28px;
  padding: 0 5px 0 10px;
}
header .logo-row .logged-in .dropdown .login_line {
  width: 50px;
  height: 5px;
  background-color: #fec23e;
  position: absolute;
  right: 55px;
  bottom: 0px;
}
header .logo-row .logged-in .dropdown .profile {
  width: 355px;
  padding: 10px 15px 15px 15px;
}
header .logo-row .logged-in .dropdown .profile .profile-row {
  margin-top: 10px;
  margin-bottom: 30px;
}
header .logo-row .logged-in .dropdown .profile .profile-icon img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
header .logo-row .logged-in .dropdown .profile .user-name p {
  font-weight: 600;
  margin-bottom: 3px;
  text-align: left;
}
header .logo-row .logged-in .dropdown .profile .user-name a {
  font-weight: 600;
}
header .logo-row .logged-in .dropdown .profile .btn {
  font-weight: 600;
}
header .logo-row .logged-in .dropdown .profile .btn-border {
  padding: 2px 6px 3px 6px;
}
header .logo-row .logged-in .dropdown .profile .btn-border i {
  font-size: 17px;
}
header .menu-row {
  /*border-bottom: 2px solid $dark-gray;*/
}
header .menu-row .main-menu nav {
  display: flex;
}
header .menu-row .main-menu nav .navbar-home {
  color: #222;
  padding-top: 7px;
  padding-right: 5px;
}
header .menu-row .main-menu nav .navbar-home:hover {
  color: #fec23e;
}
header .menu-row .main-menu nav .navbar-nav {
  display: flex;
  flex-direction: row;
}
header .menu-row .main-menu nav .navbar-nav .nav-item .nav-link {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  padding: 8px 16px;
}
header .menu-row .main-menu nav .navbar-nav .nav-item .nav-link:hover {
  background: #fec23e;
}
header .menu-row .main-menu nav .navbar-nav .nav-item.show > a {
  background: #fec23e;
}
header .menu-row .main-menu nav .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 3px 6px 0 #aaa;
  border-color: #aaa;
  border-radius: 0;
}
header .menu-row .main-menu nav .navbar-nav .nav-item .dropdown-menu .nav-link {
  text-transform: none;
  padding-bottom: 3px;
  padding-top: 3px;
}
header .menu-row .main-menu nav .navbar-nav .nav-item .dropdown-menu .nav-link:hover {
  color: #fec23e;
  background: white;
}
header .menu-row .search .dropdown .magnify {
  color: #222;
  padding-top: 7px;
  display: block;
}
header .menu-row .search .dropdown.show .magnify {
  color: #fec23e;
}
header .menu-row .search .dropdown .dropdown-menu {
  box-shadow: 0 3px 6px 0 #aaa;
  border-color: #aaa;
  border-radius: 0;
  top: 42px !important;
  left: 33px !important;
  padding-left: 15px;
  padding-right: 15px;
}
header .menu-row .search .dropdown .dropdown-menu form {
  width: 271px;
}
header .rubric-menu-row {
  border-bottom: 2px solid #999;
}

.mobile-user-info {
  width: 100%;
  max-width: 540px;
  padding: 6px 15px;
  margin-right: auto;
  margin-left: auto;
  background: #eee;
}
.mobile-user-info.opened {
  margin-top: 67px;
}
.mobile-user-info .profile .profile-icon img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.mobile-user-info .profile .user-name p {
  font-weight: 600;
  margin-bottom: 3px;
  text-align: left;
}
.mobile-user-info .profile .user-name a {
  font-weight: 600;
}
.mobile-user-info .profile .btn {
  font-weight: 600;
}
.mobile-user-info .profile .btn-border {
  padding: 2px 6px 3px 6px;
}
.mobile-user-info .profile .btn-border i {
  font-size: 17px;
}

.container {
  background: white;
  position: relative;
}
.container.floated {
  background: none;
}
.container .featured-top-image {
  padding-top: 5px;
  margin-top: 20px;
}
.container main {
  padding-top: 5px;
  padding-bottom: 5px;
}
.container main div.floated {
  background: white;
}

.rubric-menu {
  display: table;
  width: 100%;
}
.rubric-menu .menu-item {
  font-size: 16px;
  position: relative;
  background: #eee;
  color: #222;
  border-right: 1px solid white;
  display: table-cell;
  text-align: center;
  font-style: normal;
  line-height: 36px;
  transition: background 0.5s;
}
.rubric-menu .menu-item.first-item {
  text-transform: uppercase;
  border-right: none;
  text-align: center;
  color: white;
  background: #fec23e;
  font-weight: 700;
}
.rubric-menu .menu-item.first-item i {
  left: 98%;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.rubric-menu .menu-item.first-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  border-radius: 0 5px 0 50px;
  background: #fec23e;
  transition: background 0.5s;
}
.rubric-menu .menu-item.first-item:hover {
  text-decoration: none;
  color: white;
  background: #fec23e !important;
}
.rubric-menu .menu-item.rubric-microsite {
  margin: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
}
.rubric-menu .menu-item.vakcinologia {
  background-color: #344167;
  color: white;
}
.rubric-menu .menu-item.trombinfo {
  background-color: #8ad32a;
  color: white;
}
.rubric-menu .menu-item.medimagister {
  background-color: #1d7e7f;
  color: white;
}
.rubric-menu .menu-item:hover {
  text-decoration: none;
  color: white;
  background: #999;
}
.rubric-menu .menu-item:last-child {
  border-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .rubric-menu .menu-item {
    font-size: 10px;
  }
  .rubric-menu .menu-item.left-arrow-link:before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rubric-menu .menu-item {
    font-size: 12px;
  }
}

.decoration {
  display: flex;
  justify-content: center;
}
.decoration img {
  width: auto;
  min-width: 0;
}

.socialsharing a {
  display: inline-block;
  padding: 3px;
  line-height: 0;
  margin-bottom: 2em;
  text-decoration: none;
}
.socialsharing a:hover {
  text-decoration: none;
}
.socialsharing path {
  fill: gray;
}
.socialsharing img, .socialsharing svg {
  width: 24px;
  height: 24px;
}
.socialsharing.with-text span {
  display: none;
}
@media (min-width: 400px) {
  .socialsharing.with-text a span {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .socialsharing.with-text a {
    border: 1px solid gray;
    padding: 4px 8px;
    height: 33px;
  }
  .socialsharing.with-text a img {
    margin-right: 5px;
  }
  .socialsharing.with-text a.social-facebook {
    background-color: rgb(59, 89, 152);
    color: white;
  }
  .socialsharing.with-text a.social-facebook img {
    position: relative;
    top: -2px;
    background-color: white;
  }
}
.socialsharing .social-email {
  color: black;
}
.socialsharing .social-print {
  color: black;
}

.calculator-page .calc-lead {
  min-height: 150px;
  margin-bottom: 25px;
}
.calculator-page .calc-lead p img {
  display: inline-block;
  float: left;
  width: 300px;
  margin-right: 10px;
}
.calculator-page .form-container {
  background: rgb(255, 250, 220);
  padding: 20px;
  color: black;
  margin-bottom: 15px;
}
.calculator-page .form-container .form-group {
  margin-bottom: 0;
  margin-top: 10px;
}
.calculator-page .form-container .form-group .input {
  flex-shrink: 0;
  outline: none;
}
.calculator-page .form-container .form-group .input:focus {
  outline: 1px solid #fec23e;
}
.calculator-page .form-container .form-group .input input[type=number] {
  width: 100px;
  margin-right: 5px;
}
.calculator-page .form-container .form-group .input input[type=radio] {
  margin-left: 20px;
}
.calculator-page .form-container .form-group .input select {
  width: 225px;
}
.calculator-page .form-container .form-group .input label {
  margin-left: 5px;
  display: inline-block;
}
.calculator-page .form-container .form-group .input .unit {
  width: 30px;
  display: inline-block;
}
.calculator-page .form-container .form-group .text-danger {
  font-style: italic;
}
.calculator-page .form-container .form-group.text-right {
  margin-top: 0;
}
.calculator-page .form-container .btn {
  margin-top: 20px;
}
.calculator-page .result-container {
  margin-bottom: 25px;
  margin-top: 25px;
}
.calculator-page .result-container .score {
  color: #fec23e;
  font-style: normal;
  font-size: 18px;
}
.calculator-page .result-container .score b {
  text-transform: uppercase;
  font-weight: 600;
}
.calculator-page .result-container .score .value {
  color: black;
  font-size: xx-large;
  font-weight: 700;
}
.calculator-page .result-container table tr {
  border-bottom: 1.5px solid #aaa;
  padding: 5px 0;
}
.calculator-page .result-container table tr:last-child {
  border-bottom: 0;
}
.calculator-page .result-container table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.calculator-page .result-container table tr td p {
  margin-bottom: 0;
}
.calculator-page .result-container table tr td:first-child {
  text-align: center;
  font-weight: 600;
}
.calculator-page .result-container table tr td:last-child {
  text-transform: uppercase;
}
.calculator-page .result-container table tr.result {
  background: #fec23e;
  color: white;
}
.calculator-page .result-container#bmi .ideal.row .col-4 {
  color: black;
  text-align: center;
  font-weight: 600;
}
.calculator-page .calculator-reference {
  border-left: 4px solid #777;
  padding-left: 5px;
  padding-bottom: 2px;
  color: #777;
  margin-bottom: 30px;
  font-style: italic;
  font-size: 14px;
}
.calculator-page .calculator-reference p {
  margin-bottom: 0;
  padding-left: 10px;
}
.calculator-page .calculator-warning {
  border-left: 4px solid #fec23e;
  padding-left: 5px;
  padding-bottom: 2px;
  color: #ff9600;
  margin-bottom: 30px;
  font-style: italic;
}
.calculator-page .calculator-warning p {
  margin-bottom: 0;
  padding-left: 10px;
}
.calculator-page .calculator-info {
  border-left: 4px solid #fec23e;
  padding-left: 5px;
  padding-bottom: 2px;
  color: #777;
  margin-bottom: 30px;
  font-style: italic;
}
.calculator-page .calculator-info p {
  margin-bottom: 0;
  padding-left: 10px;
}

@media (max-width: 575.98px) {
  .calculator-page .calc-lead p svg {
    width: 100%;
  }
}
.conference .featured-top-image {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .conference .featured-top-image {
    display: none;
  }
}
@media (min-width: 576px) {
  .conference .szivelegtelenseg h1 {
    display: none;
  }
}
.conference .szivelegtelenseg {
  /*
  .transient {
      font-family: Arial,serif;
      font-style: normal;
      text-decoration: none;
      border-bottom: 10px solid #a80058;
      padding: 25px 25px 18px 25px;
      background: linear-gradient(180deg, #f5f5f5, #ffffff 70%, #d5d5d5);
  }
  */
}
.conference .szivelegtelenseg .font-title {
  font-size: 36px;
}
.conference .szivelegtelenseg .font-subtitle {
  font-size: 27px;
}
.conference .szivelegtelenseg .font-chaptertitle {
  font-size: 21px;
}
.conference .szivelegtelenseg .font-content {
  font-size: 18px;
}
.conference .szivelegtelenseg .font-notes {
  font-size: 15px;
}
.conference .szivelegtelenseg .program {
  background-color: #ecf2fb;
  padding: 15px;
  margin: 15px 0;
}
.conference .szivelegtelenseg .logo-bottom-image {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .conference .szivelegtelenseg .logo-bottom-image {
    display: none;
  }
}
.conference .szivelegtelenseg .logo-bottom-image-min {
  text-align: center;
}
.conference .szivelegtelenseg .logo-bottom-image-min img {
  width: auto;
}
@media (min-width: 576px) {
  .conference .szivelegtelenseg .logo-bottom-image-min {
    display: none;
  }
}
@media (min-width: 576px) {
  .conference .szivelegtelenseg .featured-top-image-min {
    display: none;
  }
}
.conference .gastropan .head {
  background: url("/image/site/others/conference/gastropan/schwabe_konferencia_fejlec-nyito.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.conference .gastropan .head h1 {
  color: white;
  padding-top: 50px;
  font-size: 28px;
  padding-bottom: 20px;
}
.conference .gastropan .head h2 {
  color: white;
  padding-left: 25px;
  padding-bottom: 25px;
  font-size: 23px;
}
.conference .gastropan .open-text {
  margin-top: 25px;
  border: 1px solid #2c773a;
  padding: 25px;
}
.conference .gastropan .open-text h3 {
  color: #2c773a;
  font-size: 22px;
  margin-bottom: 15px;
}
.conference .gastropan .open-text p em {
  color: #2c773a;
}
.conference .gastropan .presentations {
  margin-top: 25px;
  background: #e6eec4;
  padding: 15px;
}
.conference .gastropan .presentations h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.conference .gastropan .presentations .container {
  background: none;
}
.conference .gastropan .presentations .container .presentation {
  background: white;
  padding: 15px;
  margin-bottom: 15px;
}
.conference .gastropan .presentations .container .presentation h4 {
  color: #2c773a;
  padding-top: 25px;
  padding-bottom: 15px;
}
.conference .gastropan .presentations .container .presentation em {
  color: #2c773a;
}
.conference .gastropan .presentations .container .presentation a {
  text-transform: none;
  color: #222;
}
.conference .gastropan .presentations .container .presentation a:hover {
  text-decoration: none;
}
.conference .gastropan .presentations .container .presentation p {
  margin-bottom: 0;
}

.content-page .content-meta {
  background: #eee;
  color: #777;
  padding-left: 10px;
  margin-bottom: 30px;
}
.content-page .content-meta .social-links {
  display: flex;
}
.content-page .content-meta .social-links a {
  margin-bottom: 0;
}
.content-page .content-meta .social-links .rss i {
  color: white;
  background: #ff9600;
  font-size: 18px;
  padding: 7px 8px 5px 7px;
  margin-left: 2px;
}
.content-page .content-meta p {
  margin-bottom: 0;
}
.content-page .more-articles {
  font-weight: bold;
}
.content-page h1 {
  margin-bottom: 10px;
  font-family: Source Sans Pro;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.7490196078);
}
.content-page h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.content-page .guideline-author, .content-page .guideline-publisher {
  margin-top: -5px;
  font-style: italic;
  display: block;
}
.content-page .validity {
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.content-page .validity.valid {
  color: #5cb85c;
}
.content-page .validity.invalid {
  color: #d9534f;
}
.content-page .lead {
  margin-bottom: 20px;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.7490196078);
}
.content-page .no-permission-box {
  border: 2px solid #fec23e;
  padding: 15px;
}
.content-page .no-permission-box h3 {
  font-weight: 600;
}
.content-page .body {
  /*@media only screen and (max-width: 800px) {
      padding-left: 60px;
      padding-right: 60px;
  }*/
}
.content-page .body p {
  margin-top: 0px;
  margin-bottom: 30px;
}
.content-page .body {
  margin-bottom: 10px;
  /* Body style from admin */
  font-family: Source Sans 3;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.7490196078);
  /* Table */
}
.content-page .body .table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
}
.content-page .body .table-responsive table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.content-page .body .table-responsive table th {
  background: #eee;
  font-weight: bold;
  border: 1px solid #777;
  padding: 5px 10px;
  vertical-align: middle;
  line-height: 1.25;
}
.content-page .body .table-responsive table td {
  border: 1px solid #777;
  padding: 5px 10px;
  vertical-align: middle;
  line-height: 1.25;
}
.content-page .body img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.content-page .body h2 {
  margin-bottom: 0;
}
.content-page .body {
  /* Other styles from admin */
}
.content-page .body h1 {
  font-family: Source Sans Pro;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.7490196078);
}
.content-page .body h2 {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.7490196078);
  padding: 0 0 15px 0;
  margin: 0;
}
.content-page .body h3 {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.7490196078);
  padding: 0 0 15px 0;
  margin: 0;
}
.content-page .body .highlight {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.7490196078);
  background-image: url("/image/site/icons/gray-line-bg.png");
  background-repeat: repeat-y;
  background-position: left;
  padding: 0 5px 0 21px;
}
.content-page .body .highlight p {
  margin: 6px;
}
.content-page .body .highlight {
  margin-bottom: 30px;
}
.content-page .body .small-gray {
  color: #858585;
  font-size: 18px;
}
.content-page .body em {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.7490196078);
}
.content-page .lead a, .content-page .body a {
  font-weight: 600;
  text-decoration: underline;
  color: #009bbe;
}
.content-page .author {
  margin-bottom: 20px;
}
.content-page .author h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.content-page .sources {
  font-size: 14px;
  margin-bottom: 30px;
}
.content-page .sources p {
  margin-bottom: 0px;
}
.content-page .tag-container {
  display: block;
  margin-bottom: 30px;
}
.content-page .tag-container .tag {
  display: inline-block;
}
.content-page .tag-container .tag a {
  color: #222;
  padding: 3px 15px;
  border: 0.5px solid #999;
  float: left;
  text-decoration: none;
  background: #eee;
  margin-right: 12px;
  color: #222;
  margin-bottom: 12px;
}
.content-page .tag-container .tag a:hover {
  background: #fec23e;
  border-color: #fec23e;
  color: white;
}
.content-page .recommmended-articles a span {
  font-style: italic;
  font-weight: normal;
}
.content-page .recommmended-articles a:hover {
  color: #fec23e;
}
.content-page .obselete-content-info {
  width: 100%;
  background-color: #eee;
  margin-bottom: 10px;
  padding: 5px;
}

.datastores .datastore-link {
  margin-bottom: 25px;
}
.datastores .datastore-link a {
  background-color: #ff9600;
  font-style: normal;
  color: white;
  display: block;
  font-size: 30px;
  padding: 12px 25px;
  position: relative;
}
.datastores .datastore-link a i {
  position: absolute;
  top: 18px;
  right: 25px;
}
.datastores .datastore-link a:hover {
  background: #fec23e;
  text-decoration: none;
}

.error-content img {
  width: 300px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.error-content p {
  margin-bottom: 0;
}
.error-content p + p {
  margin-top: 15px;
  font-weight: 600;
}
.error-content ol li {
  padding: 5px 0;
}

.guideline-page .guideline-intro {
  border-left: 4px solid #fec23e;
  padding-left: 5px;
  padding-bottom: 2px;
}
.guideline-page .guideline-tabs {
  margin-top: 25px;
}
.guideline-page .guideline-tabs .letter {
  color: #fec23e;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.guideline-page .guideline-tabs table thead {
  border-bottom: 1px solid #777;
}
.guideline-page .guideline-tabs table .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.guideline-page .guideline-tabs table .circle.valid {
  background: #5cb85c;
}
.guideline-page .guideline-tabs table .circle.invalid {
  background: #d9534f;
}
.guideline-page .guideline-author {
  margin-top: -5px;
  font-style: italic;
  display: block;
}
.guideline-page .validity {
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.guideline-page .validity.valid {
  color: #5cb85c;
}
.guideline-page .validity.invalid {
  color: #d9534f;
}
.guideline-page .guideline-info ul li {
  list-style: none;
}

.home .content-box .image-container {
  background: #eee;
  height: 100%;
}
.home .content-box .content p {
  line-height: 20px;
}
.home #atc .box-content {
  border: 1px solid #979797;
}
.home #atc .box-content #atc-left ul {
  margin: 0;
  padding: 0;
}
.home #atc .box-content #atc-left ul .atc-left-item {
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  list-style: none;
}
.home #atc .box-content #atc-left ul .atc-left-item h3 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 25px 3px 10px;
  line-height: inherit;
  margin: 0;
}
.home #atc .box-content #atc-left ul .atc-left-item:hover {
  background: #fec23e;
}
.home #atc .box-content #atc-left ul .atc-left-item:hover h3 {
  color: white;
}
.home #atc .box-content #atc-left ul .atc-left-item:hover h3:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  color: white;
  position: absolute;
  right: 5px;
}
.home #atc .box-content #atc-left ul .atc-left-item:last-child {
  border-bottom: none;
}
.home #atc .box-content #atc-right {
  overflow: auto;
  max-height: 481px;
  padding: 3px 0 0 0;
  margin-left: -14px;
}
.home #atc .box-content #atc-right ul {
  margin: 0;
  padding: 0;
}
.home #atc .box-content #atc-right ul li {
  font-size: 16px;
  font-weight: 400;
  padding: 0 8px 5px 15px;
  margin: 0 0 5px 8px;
  line-height: 22px;
  text-indent: -0.25em;
  list-style: none;
}
.home #atc .box-content #atc-right ul li a {
  text-transform: uppercase;
  color: #222;
  font-style: normal;
}
.home #atc .box-content #atc-right ul li:before {
  content: "|";
  display: inline-block;
  color: #fec23e;
  font-weight: 700;
  margin-right: 4px;
  position: relative;
  bottom: 1px;
}

.interaction-page .interaction-result {
  margin-top: 25px;
}
.interaction-page .interaction-result .message {
  text-align: center;
  color: #fec23e;
  font-weight: 600;
}
.interaction-page .interaction-result .product-names {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #999;
}
.interaction-page .interaction-result .product-names img {
  width: 41px;
  height: 41px;
}
.interaction-page .interaction-result .product-names h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}
.interaction-page .interaction-result .warning {
  border-left: 3px solid #d9534f;
  padding-left: 5px;
  padding-bottom: 2px;
  color: #d9534f;
}
.interaction-page .interaction-result h4 {
  font-size: 18px;
  font-weight: 600;
}
.interaction-page .interaction-result h4 .sign {
  border-radius: 50%;
  border: 1px solid #999;
  padding: 1px 2px;
  width: 15px;
  height: 16px;
  display: inline-block;
}
.interaction-page .interaction-result h4 .sign.full {
  border: 1px solid #ff9600;
}
.interaction-page .interaction-result h4 .sign.full:before {
  content: "";
  background: #ff9600;
  width: 9px;
  height: 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  top: 1px;
}
.interaction-page .interaction-result .references {
  border-left: 4px solid #777;
  padding-left: 5px;
  padding-bottom: 2px;
}
.interaction-page .interaction-result .references p {
  margin-bottom: 0;
}
.interaction-page .interaction-result .references p em {
  color: #777;
}
.interaction-page .interaction-result .references hr {
  margin: 0;
}

.list-page .content-container {
  border-bottom: 2px dotted #777;
  padding-bottom: 15px;
}
.list-page .content-container:last-child {
  border-bottom: none;
}

.message-page .message-list table tbody tr {
  border-bottom: 2px solid #d3d3d3;
}
.message-page .message-list table tbody tr:Last-child {
  border-bottom: 0;
}
.message-page .message-list table tbody tr td {
  border: none;
  padding: 5px;
}
.message-page .message-list table tbody tr td .fas.fa-star {
  color: #fec23e;
}
.message-page .message-list table tbody tr td a {
  font-style: normal;
  color: #222;
}
.message-page .message-list table tbody tr td a:hover {
  text-decoration: none;
}
.message-page .message-list table tbody tr td.date {
  text-align: right;
}
.message-page .message-list table tbody tr td.date .fa {
  display: none;
}
.message-page .message-list table tbody tr td .new {
  color: white;
  background: #fec23e;
  padding: 2px 4px;
  font-weight: 600;
  border-radius: 3px;
}
.message-page .message-list table tbody tr:hover {
  background-color: #ccc;
  cursor: pointer;
}
.message-page .message-list table tbody tr:hover td.date .fa {
  display: inline-block;
  padding-left: 5px;
}
.message-page .message-list table tbody tr:hover td.date a {
  display: none;
}
.message-page .message-list table tbody tr.new-message {
  font-weight: 600;
}
.message-page .message .header {
  border-bottom: 1px solid #d3d3d3;
}
.message-page .message .header i:hover {
  color: #fec23e;
  cursor: pointer;
}
.message-page .message .header h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0px;
}

.newsletter main h3 {
  text-align: center;
  margin-bottom: 20px;
}
.newsletter main p {
  text-align: center;
}
.newsletter main a .fa-envelope {
  font-size: 80px;
  color: #fec23e;
}

.product-page #price-form .loading {
  width: auto;
}
.product-page #price-form .price-form-submit {
  margin-left: 15px;
  margin-top: -4px;
}
.product-page #package-image-uploader .loading {
  width: auto;
}
.product-page #package-image-uploader .package-image-submit {
  margin-left: 15px;
  margin-top: -4px;
}
.product-page #package-image-uploader .camera-button-container .submit_button {
  min-height: 40px;
  height: auto;
}
.product-page #package-image-uploader .camera-button-container .pictureFromCamera {
  width: 80%;
  height: auto;
  margin-top: 16px;
}
.product-page #package-image-uploader .camera-button-container .file-input, .product-page #package-image-uploader .camera-button-container .camera-file-input {
  display: none;
}
.product-page .guest-info {
  color: #777;
  font-style: italic;
}
.product-page .product-head {
  margin-bottom: 20px;
}
.product-page .product-head h1 {
  font-size: 30px;
  font-weight: 600;
}
.product-page .product-head #product-type {
  border-left: 2px solid #fec23e;
  padding-left: 5px;
  padding-bottom: 2px;
}
.product-page .product-head #product-sponsored {
  font-style: italic;
  border-left: 2px solid #fec23e;
  padding-left: 5px;
  padding-bottom: 2px;
}
.product-page .product-tabs .tab-content .info-icons {
  margin-bottom: 10px;
}
.product-page .product-tabs .tab-content .info-icons img {
  width: auto;
  height: auto;
}
.product-page .product-tabs .tab-content .info-icons img:hover {
  cursor: pointer;
}
.product-page .product-tabs .tab-content #package .main-infos {
  margin-bottom: 20px;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row {
  padding: 5px 0;
  border-bottom: 1px dotted #a3a2a0;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row label {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row a {
  text-decoration: underline;
  font-weight: 600;
  font-style: normal;
  color: #222;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row a:hover {
  color: #fec23e;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row p {
  margin-bottom: 0;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row#classification .classification {
  text-decoration: none;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row#classification .classification:after {
  content: "kevesebb";
  font-weight: 500;
  color: #fec23e;
  font-style: italic;
  font-size: 16px;
  margin-left: 10px;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row#classification .classification.collapsed:after {
  content: "bővebben";
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row#classification .card-body ul {
  padding: 0;
  list-style: none;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row#classification .card-body ul .class_list.level_1 {
  margin-left: 10px;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row#classification .card-body ul .class_list.level_2 {
  margin-left: 20px;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row#classification .card-body ul .class_list.level_3 {
  margin-left: 30px;
}
.product-page .product-tabs .tab-content #package .main-infos .dotted-row#classification .card-body ul .class_list.level_4 {
  margin-left: 40px;
}
.product-page .product-tabs .tab-content #package .main-infos #information .information {
  border-left: 4px solid #fec23e;
  padding-left: 5px;
  padding-bottom: 2px;
  margin-bottom: 20px;
}
.product-page .product-tabs .tab-content #package .main-infos #information p {
  margin-bottom: 0;
}
.product-page .product-tabs .tab-content #package .packages .package {
  margin-bottom: 20px;
}
.product-page .product-tabs .tab-content #package .packages .package h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: 4px solid #fec23e;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.product-page .product-tabs .tab-content #package .packages .package .row {
  padding: 2px 0;
}
.product-page .product-tabs .tab-content #package .packages .package .row label {
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-page .product-tabs .tab-content #package .packages .package .row p {
  margin-bottom: 0;
}
.product-page .product-tabs .tab-content #package .packages .package .row abbrev {
  border-bottom: none;
  text-decoration: none;
}
.product-page .product-tabs .tab-content #package .packages .package .row#price .price-info, .product-page .product-tabs .tab-content #package .packages .package .row#price .envelope {
  width: auto;
  margin-top: -2px;
}
.product-page .product-tabs .tab-content #package .packages .package .row#price img.price-info[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 9999;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
}
.product-page .product-tabs .tab-content #package .packages .package .row#price p {
  font-weight: 600;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .dotted-row a {
  text-decoration: underline;
  font-weight: 600;
  font-style: normal;
  color: #222;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .dotted-row a:hover {
  color: #fec23e;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .bno-detailed-list {
  color: #fec23e;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .bno-detailed-list:after {
  content: "Kevesebb";
  font-weight: 500;
  color: #fec23e;
  font-style: italic;
  font-size: 16px;
  margin-left: 10px;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .bno-detailed-list.collapsed:after {
  content: "Bővebben";
}
.product-page .product-tabs .tab-content #package .packages .package #supports h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row {
  padding: 0;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row label {
  text-transform: none;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code:hover + .color_code_box {
  display: block;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code.green {
  background-color: green;
  padding: 0 10px;
  color: #FFF;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code.green.ref::before {
  content: "R ";
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code.red {
  background-color: red;
  padding: 0 10px;
  color: #FFF;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code.yellow {
  padding: 0 10px;
  background-color: yellow;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code.white {
  padding: 0 10px;
  border: 1px solid #777;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code:hover {
  cursor: help;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code_box {
  display: none;
  position: absolute;
  padding: 5px 10px !important;
  line-height: 1.2em;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code_box.green {
  background: white !important;
  color: black !important;
  z-index: 10;
  border: 2px solid green;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code_box.red {
  background: white !important;
  color: black !important;
  z-index: 10;
  border: 2px solid red;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code_box.yellow {
  background: white !important;
  color: black !important;
  z-index: 10;
  border: 2px solid yellow;
}
.product-page .product-tabs .tab-content #package .packages .package #supports .row .color_code_box.white {
  background: white !important;
  color: black !important;
  z-index: 10;
  border: 2px solid #777;
}
.product-page .product-tabs .tab-content #package .supports .support-container {
  border: 1.5px solid #999;
  margin-bottom: 20px;
}
.product-page .product-tabs .tab-content #package .supports .support-container .support-title {
  display: flex;
  background: #eee;
  padding: 5px 10px;
  border-bottom: 1.5px solid #999;
  font-size: 18px;
  font-weight: 600;
}
.product-page .product-tabs .tab-content #package .supports .support-container .support-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-page .product-tabs .tab-content #package .supports .support-container .support-desc {
  padding: 10px;
}
.product-page .product-tabs .tab-content #package .supports .support-container .support-desc table {
  font-size: 15px;
  border: 1px solid #999;
  margin-bottom: 10px;
}
.product-page .product-tabs .tab-content #package .supports .support-container .support-desc table thead tr th {
  border-bottom: 2px solid #999;
  border-top: 0;
}
.product-page .product-tabs .tab-content #package .supports .support-container .support-desc table tbody tr {
  border-bottom: 1px solid #999;
}
.product-page .product-tabs .tab-content #package .supports .support-container .support-desc table tbody tr td {
  padding: 2px 0 2px 5px;
  border-top: 0;
}
.product-page .product-tabs .tab-content #pil img {
  width: auto;
}
.product-page .product-tabs .tab-content .doc-tree .chapter-container .chapter-title {
  color: #222;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-page .product-tabs .tab-content .doc-tree .chapter-container .chapter-title .open-close {
  color: #fec23e;
  margin-right: 5px;
}
.product-page .product-tabs .tab-content .doc-tree .chapter-container .chapter-title .open-close i:before {
  content: "\f146";
}
.product-page .product-tabs .tab-content .doc-tree .chapter-container .chapter-title.collapsed .open-close i:before {
  content: "\f0fe";
}
.product-page .product-tabs .tab-content .doc-tree .chapter-container .chapter-title:hover {
  text-decoration: none;
}
.product-page .product-tabs .tab-content .doc-tree .chapter-container .collapse, .product-page .product-tabs .tab-content .doc-tree .chapter-container .collapsing {
  margin-left: 45px;
  padding-bottom: 10px;
}
.product-page .product-tabs .tab-content .doc-tree .chapter-container img {
  width: auto;
  max-width: 100%;
}
.product-page .product-tabs .tab-content #spc {
  margin-bottom: 15px;
}
.product-page .product-tabs .tab-content #spc .infoicons-more .infoicon-details {
  border: 1.5px solid #999;
  margin-bottom: 20px;
}
.product-page .product-tabs .tab-content #spc .infoicons-more .infoicon-details .infoicon-title {
  background: #eee;
}
.product-page .product-tabs .tab-content #spc .infoicons-more .infoicon-details .infoicon-title img {
  float: left;
  border-right: 1.5px solid #999;
  height: 35px;
  width: auto;
}
.product-page .product-tabs .tab-content #spc .infoicons-more .infoicon-details .infoicon-title h4 {
  border-bottom: 1.5px solid #999;
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 50px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-page .product-tabs .tab-content #spc .infoicons-more .infoicon-details .infoicon-desc {
  padding: 10px;
}
.product-page .product-tabs .tab-content #substitution h3 {
  font-size: 20px;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 4px solid #fec23e;
}
.product-page .product-tabs .tab-content #substitution h3:not(:first-child) {
  padding-top: 2rem;
}
.product-page .product-tabs .tab-content #substitution table {
  font-weight: 600;
  width: 100%;
}
.product-page .product-tabs .tab-content #substitution table thead tr:nth-child(1) {
  height: 35px;
  border-bottom: 1px solid #999;
}
.product-page .product-tabs .tab-content #substitution table thead th {
  vertical-align: middle;
  padding: 0 7px;
  line-height: 1.2;
}
.product-page .product-tabs .tab-content #substitution table thead th:nth-child(2), .product-page .product-tabs .tab-content #substitution table thead th:nth-child(3), .product-page .product-tabs .tab-content #substitution table thead th:nth-child(4), .product-page .product-tabs .tab-content #substitution table thead th:nth-child(5), .product-page .product-tabs .tab-content #substitution table thead th:nth-child(6) {
  border-left: 1px solid #999;
}
.product-page .product-tabs .tab-content #substitution table tbody td {
  padding: 0 7px;
  line-height: 1.2;
  vertical-align: middle;
}
.product-page .product-tabs .tab-content #substitution table tbody td:nth-child(2), .product-page .product-tabs .tab-content #substitution table tbody td:nth-child(3), .product-page .product-tabs .tab-content #substitution table tbody td:nth-child(4), .product-page .product-tabs .tab-content #substitution table tbody td:nth-child(5), .product-page .product-tabs .tab-content #substitution table tbody td:nth-child(6) {
  border-left: 1px solid #999;
}
.product-page .product-tabs .tab-content #substitution span.warning {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .product-page .product-tabs .tab-content .doc-tree .chapter-container .collapse, .product-page .product-tabs .tab-content .doc-tree .chapter-container .collapsing {
    margin-left: 20px;
  }
}
#product-search-form .form-group {
  padding-bottom: 10px;
  margin-bottom: 0 !important;
}
#product-search-form .form-group .form-label {
  border-left: 3px solid #fec23e;
  padding-left: 5px;
  padding-bottom: 2px;
  margin-right: -15px;
}
#product-search-form .form-group .radio-inline, #product-search-form .form-group .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-right: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  text-transform: capitalize;
}
#product-search-form .form-group .radio-inline input[type=checkbox], #product-search-form .form-group .radio-inline input[type=radio], #product-search-form .form-group .checkbox-inline input[type=checkbox], #product-search-form .form-group .checkbox-inline input[type=radio] {
  margin-right: 0.25rem;
}
#product-search-form .form-group #product_category_text {
  color: #777;
  font-style: italic;
  font-size: 14px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
#product-search-form .form-group.field-profisearchform-type_ids .checkbox-inline span {
  text-transform: none;
  display: inline-block;
}
#product-search-form .form-group.field-profisearchform-type_ids .checkbox-inline span::first-letter {
  text-transform: uppercase;
}

.rubric-page #sponsor-box {
  background: #eee;
  margin-bottom: 15px;
}
.rubric-page #sponsor-box h2 {
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.rubric-page #sponsor-box p {
  margin-bottom: 0;
}

.search-page h2 {
  font-size: 20px;
  font-weight: 600;
}
.search-page .query-params {
  background: #eee;
  padding: 10px;
}
.search-page .query-params label {
  font-weight: 600;
  margin-bottom: 0;
}
.search-page .query-params label::before {
  content: "|";
  display: inline-block;
  font-family: FontAwesome;
  color: #fec23e;
  font-size: 1.2em;
  font-weight: 900;
  margin-right: 4px;
  position: relative;
  bottom: 1px;
}
.search-page .collapsable-container {
  border-bottom: 1px solid #eee;
}
.search-page .collapsable-container .collapsable:before {
  content: "\f0da";
}
.search-page .class-container {
  margin-bottom: 2.5px;
  margin-top: 2.5px;
}
.search-page .class-container .no-children {
  width: 19px;
  height: 12px;
  display: inline-block;
}
.search-page .class-container .open-close {
  color: #fec23e;
  margin-right: 5px;
}
.search-page .class-container .open-close.closed i:before {
  content: "\f0fe";
}
.search-page .class-container .open-close.opened i:before {
  content: "\f146";
}
.search-page .class-container .atc-item a {
  color: #222;
  text-decoration: underline;
  font-style: normal;
}
.search-page .class-container .fa-spin {
  font-size: 15px;
  position: relative;
  top: 2px;
  margin-left: 5px;
  color: #fec23e;
  animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
}
.search-page .highlight {
  color: #fec23e;
}
.search-page .datastore-result {
  border-bottom: 2px solid #eee;
  padding: 10px 0;
}
.search-page .calculators .col {
  margin-bottom: 15px;
}
.search-page .calculators .col .calculator-container a:hover {
  text-decoration: none;
}
.search-page .calculators .col .calculator-container {
  border: 1px solid #999;
  height: 100%;
  text-align: center;
}
.search-page .calculators .col .calculator-container h2 {
  color: black;
  font-size: 20px;
  padding: 15px;
  font-style: normal;
  text-align: left;
}
.search-page .calculators .col .calculator-container p {
  font-style: normal;
  color: #222;
  text-align: left;
  padding: 0px 15px 45px 15px;
}
.search-page .calculators .col .calculator-container p:hover {
  cursor: default;
}
.search-page .calculators .col .calculator-container .btn {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.vote-page .weeknum {
  font-style: italic;
  color: #777;
  font-size: 14px;
  margin: 10px 0;
}
.vote-page .actual-vote {
  background: #eee;
  margin-bottom: 30px;
}
.vote-page .actual-vote .progress {
  background-color: #d3d3d3;
}

.scheduled-course .lesson {
  transition: opacity 1s linear;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.scheduled-course .lesson.active {
  opacity: 1;
  height: auto;
}
.scheduled-course .modal-lg {
  width: 90%;
}

.fade-out-info {
  animation: fadeOut 10s;
  -webkit-animation: fadeOut 10s;
  -moz-animation: fadeOut 10s;
  -o-animation: fadeOut 10s;
  -ms-animation: fadeOut 10s;
  opacity: 0;
}

.fade-out-error {
  color: orangered;
  animation: fadeOut 15s;
  -webkit-animation: fadeOut 15s;
  -moz-animation: fadeOut 15s;
  -o-animation: fadeOut 15s;
  -ms-animation: fadeOut 15s;
  opacity: 0;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.selected-chat-message {
  font-weight: bold;
  font-size: 34px;
}

#shortage-search-result-table .table-head td {
  padding: 4px;
  background: #fec23e;
  color: white;
  font-weight: bold;
}
#shortage-search-result-table .table-body-row td a {
  color: black;
  font-style: normal;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-decoration: none;
}
#shortage-search-result-table .table-body-row td a:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  color: #fec23e;
  position: relative;
  top: 1px;
  left: 6px;
  font-weight: 600;
}
#shortage-search-result-table .table-body-row:nth-child(even) {
  background-color: #eee;
}
#shortage-search-result-table .table-body-row:hover td {
  background-color: #ddd;
}

.medimagister .mmr-menu, #actual_courses-box .mmr-menu {
  margin: 10px 10px 30px 10px;
  border-bottom: 1px solid #999;
}
.medimagister .mmr-menu ul, #actual_courses-box .mmr-menu ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.medimagister .mmr-menu ul li, #actual_courses-box .mmr-menu ul li {
  padding: 5px 20px;
}
.medimagister .mmr-menu ul li.active a, #actual_courses-box .mmr-menu ul li.active a {
  color: #1d7e7f;
  border-bottom: 3px solid #1d7e7f;
}
.medimagister .mmr-menu ul li a, #actual_courses-box .mmr-menu ul li a {
  font-weight: 700;
  color: #222;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 2px;
}
.medimagister .mmr-menu ul li a:hover, #actual_courses-box .mmr-menu ul li a:hover {
  text-decoration: none;
}
.medimagister h2, #actual_courses-box h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}
.medimagister h2.increased-h2, #actual_courses-box h2.increased-h2 {
  font-size: 28px;
}
.medimagister .course, #actual_courses-box .course {
  border: 1px solid #999;
  box-shadow: 0 4px 4px #d3d3d3;
  margin: 10px 0;
}
.medimagister .course .course-image, #actual_courses-box .course .course-image {
  height: 105px;
  width: 100%;
  border-bottom: 8px solid #1d7e7f;
}
.medimagister .course .price, #actual_courses-box .course .price {
  text-align: right;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  display: block;
}
.medimagister .course .course-details, #actual_courses-box .course .course-details {
  height: 250px;
  position: relative;
  padding: 10px;
}
.medimagister .course .course-details .credit, #actual_courses-box .course .course-details .credit {
  width: 50px;
  height: 50px;
  background-color: #19c7c8;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  right: 10px;
}
.medimagister .course .course-details .credit .point, #actual_courses-box .course .course-details .credit .point {
  display: block;
  padding-top: 5px;
  line-height: 1;
  font-size: 24px;
}
.medimagister .course .course-details .credit .text, #actual_courses-box .course .course-details .credit .text {
  display: block;
  line-height: 1;
}
.medimagister .course .course-details .credit.no-accreditation, #actual_courses-box .course .course-details .credit.no-accreditation {
  width: 100px;
}
.medimagister .course .course-details .credit.no-accreditation > *:first-child, #actual_courses-box .course .course-details .credit.no-accreditation > *:first-child {
  padding-top: 5px;
}
.medimagister .course .course-details .course-box-userstate, #actual_courses-box .course .course-details .course-box-userstate {
  background-color: #19c7c8;
  color: white;
  position: relative;
  top: -5px;
  left: 0px;
  display: inline;
  padding: 7px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.medimagister .course .course-details .course-box-userstate.placeholder, #actual_courses-box .course .course-details .course-box-userstate.placeholder {
  background-color: transparent;
}
.medimagister .course .course-details .course-date, #actual_courses-box .course .course-details .course-date {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 14px;
  display: block;
}
.medimagister .course .course-details .course-title, #actual_courses-box .course .course-details .course-title {
  letter-spacing: 1px;
  line-height: 20px;
  height: 70px;
  display: block;
  margin-top: 5px;
}
.medimagister .course .course-details .course-title h3, #actual_courses-box .course .course-details .course-title h3 {
  border-left: 5px solid #1d7e7f;
  font-style: normal;
  font-weight: 700;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 15px;
  color: #222;
}
.medimagister .course .course-details .course-title:hover, #actual_courses-box .course .course-details .course-title:hover {
  text-decoration: none;
}
.medimagister .course .course-details .course-title:hover h3, #actual_courses-box .course .course-details .course-title:hover h3 {
  color: #1d7e7f;
}
.medimagister .course .course-details .target, #actual_courses-box .course .course-details .target {
  margin-top: 20px;
  padding: 10px 0;
  font-style: italic;
  display: block;
}
.medimagister .course .course-details .btn, #actual_courses-box .course .course-details .btn {
  background: #19c7c8;
  border-color: #19c7c8;
}
.medimagister .course .course-promoter, #actual_courses-box .course .course-promoter {
  padding: 10px 0;
  margin-left: 10px;
  margin-right: 10px;
  height: 100px;
  width: 95%;
  border-top: 1px solid #ccc;
}
.medimagister .course .course-promoter .promoter, #actual_courses-box .course .course-promoter .promoter {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  padding-left: 0;
}
.medimagister .course .course-promoter .promoter-img, #actual_courses-box .course .course-promoter .promoter-img {
  padding: 0;
  position: relative;
  right: 0;
  top: 25%;
}
.medimagister .course .course-promoter .promoter-img img, #actual_courses-box .course .course-promoter .promoter-img img {
  display: block;
  width: 75%;
}
.medimagister .course-page, #actual_courses-box .course-page {
  margin-top: 20px;
}
.medimagister .course-page .end, #actual_courses-box .course-page .end {
  color: #d9534f;
  font-style: italic;
}
.medimagister .course-page h4, #actual_courses-box .course-page h4 {
  color: #1d7e7f !important;
  font-style: normal !important;
}
.medimagister .course-page h2, #actual_courses-box .course-page h2 {
  border-left: 4px solid #1d7e7f;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: none;
}
.medimagister .course-page h2 span, #actual_courses-box .course-page h2 span {
  color: #999;
  font-weight: 600;
  font-size: 16px;
}
.medimagister .course-page p.description, #actual_courses-box .course-page p.description {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 22px;
}
.medimagister .course-page .target, #actual_courses-box .course-page .target {
  font-size: 18px;
  font-weight: 600;
  color: #1d7e7f;
  font-style: italic;
  margin-bottom: 40px;
  display: block;
}
.medimagister .course-page .row, #actual_courses-box .course-page .row {
  margin-bottom: 10px;
}
.medimagister .course-page .row .title, #actual_courses-box .course-page .row .title {
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
}
.medimagister .course-page .row p, #actual_courses-box .course-page .row p {
  font-size: 18px;
}
.medimagister .course-page .promoter-box, #actual_courses-box .course-page .promoter-box {
  justify-content: center;
  gap: 20px;
}
.medimagister .course-page .promoter-box .promoter-logo, #actual_courses-box .course-page .promoter-box .promoter-logo {
  align-self: center;
}
.medimagister .course-page .promoter-box .promoter-text, #actual_courses-box .course-page .promoter-box .promoter-text {
  padding-top: 10px;
  font-style: italic;
  color: #999;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.medimagister .course-page .btn-primary, #actual_courses-box .course-page .btn-primary {
  background-color: #19c7c8;
  text-align: center;
  border: none;
  padding: 10px !important;
  height: auto;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}
.medimagister .course-page .helpbox, #actual_courses-box .course-page .helpbox {
  border: 3px solid #19c7c8;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}
.medimagister .course-page .helpbox p, #actual_courses-box .course-page .helpbox p {
  margin-bottom: 0;
}
.medimagister .course-page .lessons .additional-lesson-label, #actual_courses-box .course-page .lessons .additional-lesson-label {
  font-weight: bold;
  font-size: 15px;
  color: #1d7e7f;
}
.medimagister .course-page .lessons .lesson, #actual_courses-box .course-page .lessons .lesson {
  background-color: #1d7e7f;
  margin-bottom: 20px;
  padding: 15px;
}
.medimagister .course-page .lessons .lesson a, #actual_courses-box .course-page .lessons .lesson a {
  color: white;
}
.medimagister .course-page .lessons .lesson a h4, #actual_courses-box .course-page .lessons .lesson a h4 {
  color: white !important;
  font-size: 18px;
  font-weight: 600;
  font-style: italic !important;
}
.medimagister .course-page .lessons .lesson a span, #actual_courses-box .course-page .lessons .lesson a span {
  display: block;
  text-align: right;
  font-style: italic;
}
.medimagister .course-page .lessons .lesson a:hover, #actual_courses-box .course-page .lessons .lesson a:hover {
  text-decoration: none;
}
.medimagister .course-page .lessons .lesson.additional-lesson-button, #actual_courses-box .course-page .lessons .lesson.additional-lesson-button {
  border: 2px solid #1d7e7f;
  background-color: white;
}
.medimagister .course-page .lessons .lesson.additional-lesson-button a, #actual_courses-box .course-page .lessons .lesson.additional-lesson-button a {
  color: #19c7c8;
}
.medimagister .course-page .lessons .lesson.additional-lesson-button a h4, #actual_courses-box .course-page .lessons .lesson.additional-lesson-button a h4 {
  color: #1d7e7f !important;
}
.medimagister .course-page .lessons .lesson.test, #actual_courses-box .course-page .lessons .lesson.test {
  background-color: #19c7c8;
}
.medimagister .course-page .lessons .lesson.test a h4, #actual_courses-box .course-page .lessons .lesson.test a h4 {
  text-transform: uppercase;
  font-style: normal !important;
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
}
.medimagister .course-page iframe, #actual_courses-box .course-page iframe {
  width: 100%;
  height: 470px;
  overflow: hidden;
  border: 0;
}
.medimagister .test-container, #actual_courses-box .test-container {
  position: relative;
}
.medimagister .test-container .timer, #actual_courses-box .test-container .timer {
  position: absolute;
  right: 0;
  height: 150px;
  width: 145px;
  background-color: #1d7e7f;
  text-align: center;
  padding-top: 15px;
  z-index: 1;
}
.medimagister .test-container .timer p, #actual_courses-box .test-container .timer p {
  color: white;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 5px;
}
.medimagister .test-container .timer p#timer, #actual_courses-box .test-container .timer p#timer {
  font-size: 34px;
  font-style: normal;
}
.medimagister .test-container .timer .arrow-up, #actual_courses-box .test-container .timer .arrow-up {
  width: 0;
  height: 0;
  border-left: 73px solid transparent;
  border-right: 73px solid transparent;
  border-bottom: 35px solid white;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.medimagister .test-container .timer.fix-timer, #actual_courses-box .test-container .timer.fix-timer {
  position: fixed !important;
  top: 0 !important;
  right: 50% !important;
}
.medimagister .test-container h3, #actual_courses-box .test-container h3 {
  color: #1d7e7f;
  text-align: center;
  text-transform: uppercase;
}
.medimagister .test-container .test .question, #actual_courses-box .test-container .test .question {
  margin-bottom: 20px;
}
.medimagister .test-container .test .question p, #actual_courses-box .test-container .test .question p {
  margin-bottom: 0;
}
.medimagister .test-container .test .question .options, #actual_courses-box .test-container .test .question .options {
  padding-left: 40px;
}
.medimagister .test-container .test .question .options .form-check, #actual_courses-box .test-container .test .question .options .form-check {
  margin-bottom: 5px;
}
.medimagister .test-container .test .question.invalid p, #actual_courses-box .test-container .test .question.invalid p {
  color: #d9534f;
}
.medimagister .test-container .test .question.valid p, #actual_courses-box .test-container .test .question.valid p {
  color: #5cb85c;
}
.medimagister .test-container .test .btn, #actual_courses-box .test-container .test .btn {
  background: #1d7e7f;
  font-weight: 600;
}
.medimagister .test-container .result-box, #actual_courses-box .test-container .result-box {
  text-align: center;
  margin: 20px;
  border: 2px solid #1d7e7f;
  padding: 20px;
}
.medimagister .test-container .result-box .success, #actual_courses-box .test-container .result-box .success {
  color: #1d7e7f;
}
.medimagister .test-container .result-box .success .icon, #actual_courses-box .test-container .result-box .success .icon {
  background: url("/image/site/icons/mmr-success.png");
}
.medimagister .test-container .result-box .failed, #actual_courses-box .test-container .result-box .failed {
  color: #d9534f;
}
.medimagister .test-container .result-box .failed .icon, #actual_courses-box .test-container .result-box .failed .icon {
  background: url("/image/site/icons/mmr-failed.png");
}
.medimagister .test-container .result-box .icon, #actual_courses-box .test-container .result-box .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.medimagister .test-container .result-box .title, #actual_courses-box .test-container .result-box .title {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 0;
}
.medimagister .test-container .result-box a, #actual_courses-box .test-container .result-box a {
  color: #1d7e7f;
  font-style: normal;
  font-weight: 600;
}
.medimagister .test-container .result-box .btn, #actual_courses-box .test-container .result-box .btn {
  background: #1d7e7f;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.medimagister #contract-form .missing-data, #actual_courses-box #contract-form .missing-data {
  border: 1px solid red;
}
.medimagister #contract-form .btn, #actual_courses-box #contract-form .btn {
  border: 2px solid #1d7e7f;
  background-color: white;
  color: white;
}
.medimagister #contract-form .btn.active, #actual_courses-box #contract-form .btn.active {
  background-color: #1d7e7f;
}
.medimagister .backlink, #actual_courses-box .backlink {
  font-weight: bold;
  color: #1d7e7f;
}
.medimagister .backlink:after, #actual_courses-box .backlink:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  color: #fec23e;
  position: relative;
  top: 1px;
  left: 6px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .medimagister .test-container .fix-timer {
    margin-right: -555px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .medimagister .test-container .fix-timer {
    margin-right: -455px;
  }
}
@media (max-width: 1199.98px) {
  .medimagister .test-container .fix-timer {
    padding-top: 10px !important;
  }
  .medimagister .course-page iframe {
    height: 270px;
  }
}
#actual_courses-box .course-details {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  height: auto !important;
}
#actual_courses-box .course-image {
  border-bottom: none !important;
  height: auto !important;
}
#actual_courses-box .course-date {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#actual_courses-box .course-title {
  height: auto !important;
}
#actual_courses-box .course-title h3 {
  margin-bottom: 0 !important;
}
#actual_courses-box .target {
  margin: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 2px !important;
}
#actual_courses-box .credit, #actual_courses-box .point, #actual_courses-box .course-box-userstate, #actual_courses-box .course-promoter {
  display: none !important;
}

@media (min-width: 576px) {
  .lavenak h1 {
    display: none;
  }
}
.lavenak .transient {
  font-family: Arial, serif;
  font-style: normal;
  text-decoration: none;
  border-bottom: 10px solid rgb(87, 45, 120);
  padding: 25px 25px 18px 25px;
  background: linear-gradient(180deg, #d7c9e6, #ffffff 70%, #e1e6f7);
  /*#d7c9e6 #eee8f4 #dfd5eb #ffffff*/
}
.lavenak .font-purple {
  color: rgb(87, 45, 120);
}
.lavenak .font-gray {
  color: rgb(43, 42, 41);
}
.lavenak .font-title {
  font-size: 36px;
}
.lavenak .font-subtitle {
  font-size: 27px;
}
.lavenak .font-chaptertitle {
  font-size: 21px;
}
.lavenak .font-content {
  font-size: 18px;
}
.lavenak .font-notes {
  font-size: 15px;
}
.lavenak .program {
  background-color: #ecf2fb;
  padding: 15px;
  margin: 15px 0;
}
.lavenak .schwabe-logo {
  margin-top: 80px;
  width: 25%;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .lavenak .schwabe-logo {
    width: 50%;
  }
}
.lavenak .featured-top-image {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .lavenak .featured-top-image {
    display: none;
  }
}
@media (min-width: 576px) {
  .lavenak .featured-top-image-min {
    display: none;
  }
}

@media (min-width: 576px) {
  .kaloba h1 {
    display: none;
  }
}
.kaloba .transient {
  font-family: Arial, serif;
  font-style: normal;
  text-decoration: none;
  border-bottom: 10px solid rgb(135, 34, 57);
  padding: 25px 25px 18px 25px;
  background: linear-gradient(180deg, #f5f5f5, #ffffff 70%, #d5d5d5);
  /*#d7c9e6 #eee8f4 #dfd5eb #ffffff*/
}
.kaloba .font-purple {
  color: rgb(135, 34, 57);
}
.kaloba .font-gray {
  color: rgb(43, 42, 41);
}
.kaloba .font-title {
  font-size: 36px;
}
.kaloba .font-subtitle {
  font-size: 27px;
}
.kaloba .font-chaptertitle {
  font-size: 21px;
}
.kaloba .font-content {
  font-size: 18px;
}
.kaloba .font-notes {
  font-size: 15px;
}
.kaloba .program {
  background-color: #ecf2fb;
  padding: 15px;
  margin: 15px 0;
}
.kaloba .schwabe-logo {
  margin-top: 80px;
  width: 25%;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .kaloba .schwabe-logo {
    width: 50%;
  }
}
.kaloba .featured-top-image {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .kaloba .featured-top-image {
    display: none;
  }
}
@media (min-width: 576px) {
  .kaloba .featured-top-image-min {
    display: none;
  }
}

@media (min-width: 576px) {
  .tebofortan h1 {
    display: none;
  }
}
.tebofortan .transient {
  font-family: Arial, serif;
  font-style: normal;
  text-decoration: none;
  border-bottom: 10px solid #a80058;
  padding: 25px 25px 18px 25px;
  background: linear-gradient(180deg, #f5f5f5, #ffffff 70%, #d5d5d5);
  /*#d7c9e6 #eee8f4 #dfd5eb #ffffff*/
}
.tebofortan .font-purple {
  color: #a80058;
}
.tebofortan .font-gray {
  color: rgb(43, 42, 41);
}
.tebofortan .font-title {
  font-size: 36px;
}
.tebofortan .font-subtitle {
  font-size: 27px;
}
.tebofortan .font-chaptertitle {
  font-size: 21px;
}
.tebofortan .font-content {
  font-size: 18px;
}
.tebofortan .font-notes {
  font-size: 15px;
}
.tebofortan .program {
  background-color: #ecf2fb;
  padding: 15px;
  margin: 15px 0;
}
.tebofortan .schwabe-logo {
  margin-top: 80px;
  width: 25%;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .tebofortan .schwabe-logo {
    width: 50%;
  }
}
.tebofortan .featured-top-image {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .tebofortan .featured-top-image {
    display: none;
  }
}
@media (min-width: 576px) {
  .tebofortan .featured-top-image-min {
    display: none;
  }
}

.form-question .progress {
  height: 20px;
}

.quiz-amlator .page-title {
  display: none !important;
}
.quiz-amlator .featured-top-image img {
  width: auto;
  max-width: 100%;
}
.quiz-amlator hr {
  font-size: 1px;
  line-height: 1px;
  border-top: 2px solid #000000;
}
.quiz-amlator .progress {
  background-color: rgb(216, 96, 24);
}
.quiz-amlator .progress .progress-bar {
  background: rgb(122, 154, 1);
}
.quiz-amlator .progress-circle .progress-circle-right .progress-circle-bar, .quiz-amlator .progress-circle .progress-circle-right .progress-circle-border, .quiz-amlator .progress-circle .progress-circle-left .progress-circle-bar, .quiz-amlator .progress-circle .progress-circle-left .progress-circle-border {
  border-color: rgb(216, 96, 24);
}
.quiz-amlator .progress-circle .progress-circle-value {
  color: rgb(122, 154, 1);
}
.quiz-amlator .form-question {
  font-size: 18px;
}
.quiz-amlator .form-question p {
  color: rgb(216, 96, 24);
}
.quiz-amlator .form-question .form {
  color: rgb(122, 154, 1);
}
.quiz-amlator .btn.btn-primary {
  background: rgb(216, 96, 24);
  border-color: rgb(216, 96, 24);
}
.quiz-amlator .btn.btn-primary:active, .quiz-amlator .btn.btn-primary:focus {
  background: rgb(216, 96, 24) !important;
  border-color: rgb(216, 96, 24) !important;
}

/* VENDOR */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/image/site/icons/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/image/site/icons/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/image/site/icons/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/image/site/icons/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(/image/site/icons/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(/image/site/icons/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(/image/site/icons/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(/image/site/icons/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
  /*    border-radius: 8px;*/
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/image/site/icons/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/image/site/icons/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/image/site/icons/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/image/site/icons/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/image/site/icons/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
HELP

Media breakpointok:
@include media-breakpoint-up(sm) { ... }
@include media-breakpoint-up(md) { ... }
@include media-breakpoint-up(lg) { ... }
@include media-breakpoint-up(xl) { ... }

@include media-breakpoint-down(xs) { ... }
@include media-breakpoint-down(sm) { ... }
@include media-breakpoint-down(md) { ... }
@include media-breakpoint-down(lg) { ... }

@include media-breakpoint-only(xs) { ... }
@include media-breakpoint-only(sm) { ... }
@include media-breakpoint-only(md) { ... }
@include media-breakpoint-only(lg) { ... }
@include media-breakpoint-only(xl) { ... }
*/