﻿@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease; }

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__captions .plyr__caption div {
  display: inline; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px; } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px); }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px; }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0; }

a.plyr__control {
  text-decoration: none; }

a.plyr__control::after, a.plyr__control::before {
  display: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr--video .plyr__control svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15)); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #1aafff; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px; }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px; }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px; }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px; }

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0; }

.plyr__controls:empty {
  display: none; }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px; }

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px; } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px; }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px; }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px; }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px; }

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px; }

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #1aafff; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #1aafff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px; }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px; }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px; }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
  outline: 0; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1); }

.plyr--video {
  background: #000;
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease; }

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66); }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2; }

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px; } }

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px; } }

.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important; }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1); }

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #b7c5cd;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

.btn-group .btn-default.active,
.btn-group .btn-default.active:hover,
.btn-group .btn-default.active:focus {
  background: #f2f4fb !important;
  border-color: #ccc !important;
  color: #4a5869; }

.btn-group .btn:hover,
.btn-group .btn.active:hover {
  -webkit-transform: scale(1);
  transform: scale(1); }

.row-playa h3 {
  color: #4a5869;
  font-weight: 600; }

.row-playa h4,
.row-playa h5 {
  margin-bottom: 5px; }

.row-playa h5 {
  color: #4a5869;
  font-weight: bold; }

.row-playa section,
.row-score section {
  margin-bottom: 0; }

.player-photo {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 17px auto;
  border: 4px solid #00adee;
  display: inline-block;
  overflow: hidden; }

/*.player-photo img {
	border-radius: 50%; }*/
.text-primary {
  color: #0f3061 !important; }

.text-secondary {
  color: #00adee !important; }

.num-symbol {
  display: inline-block !important;
  color: #00adee !important;
  font-size: 21px !important; }

.num-symbol-light {
  color: #0f3061 !important; }

.p-num {
  color: #00adee;
  font-size: 24px; }

.p-date {
  color: #4a5869; }

.bold {
  font-weight: bold !important; }

.table-custom tr td.bg1 {
  background: #f2f4fb; }

.sketchlist-wrapper {
  padding-top: 15px; }

.sketchlist {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 365px;
  /*min-height: 350px;*/ }

.sketchlist a {
  display: block; }

.sketchlist p {
  margin: 0;
  padding: 0; }

.sketchlist .sketchlist-content {
  /*background: url("../img/sketchlist.png") no-repeat right top;*/
  background-color: #fff;
  position: relative;
  padding: 10px 10px 10px 10px;
  max-width: 395px;
  height: 380px; }

.sketchlist .tab-content {
  margin-top: 1em; }

.sketchlist .corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 56px 0;
  border-color: transparent #f2f2f2 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.sketchlist .sketchlist-content a.edit {
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 9px;
  z-index: 20; }

.RadRating a {
  color: #3276b1 !important; }

.sketchlist-wrapper h1, .sketchlist-wrapper h2, .sketchlist-wrapper h5 {
  margin: 0; }

.sketchlist-wrapper h2 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 20px;
  margin-left: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis; }

.sketchlist-wrapper h1 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 28px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  color: #00adee; }

.sketchlist-wrapper h5 {
  font-size: 13px;
  margin-top: 3px; }

.sketchlist-wrapper .bold {
  font-size: 16px;
  font-weight: bold;
  margin-right: 4px;
  margin-left: 10px;
  display: inline-block;
  margin-top: 1px !important; }

.userico-popup strong, .userico strong {
  width: 35px;
  height: 35px;
  display: inline-block;
  float: left;
  border-radius: 30px;
  margin-right: 10px !important;
  margin-top: 5px !important; }

.userico-popup, .userico {
  margin-top: 12px !important;
  margin-bottom: 8px !important;
  color: #979797 !important;
  margin-left: 10px !important; }

.userico-popup b, .userico b {
  margin-top: 6px !important;
  display: block;
  font-size: 11px;
  line-height: 23px;
  font-weight: bold;
  color: #000 !important; }

.userico-popup .pull-right, .userico .pull-right {
  margin-right: 10px !important; }

.userico-popup i, .userico i, .grid-icons i {
  font-size: 18px;
  color: #7b7b7b !important;
  margin-right: 4px; }

.sketchlist .sketchlist-content {
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.sketchlist:hover .sketchlist-content {
  border-color: #ddd;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: rgba(249, 249, 249, 0.3); }

.sketchlist:hover .corner {
  border-color: transparent #ddd transparent transparent; }

.sketchlist .edit {
  text-align: right; }

.table-responsive.testing td.even {
  border-right: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important; }

.table-responsive.testing td.icons.actions {
  min-width: 10px; }

.table-responsive.testing td.icons.actions a {
  margin-right: 0; }

.sport-time-picker input {
  width: 20px;
  text-align: center;
  border: 1px solid #e1e3ed;
  font: 13px/16px "Open Sans", Helvetica, Arial, sans-serif;
  color: #404040;
  border-radius: 5px;
  padding: 5px 10px;
  height: 28px;
  line-height: 40px; }

.sport-time-picker input:first-child {
  margin-right: 6px; }

.sport-time-picker input:last-child {
  margin-left: 6px; }

.sketchlist .tab-pane img {
  max-height: 175px;
  margin: 0 auto; }

.lomwidget {
  margin: 0;
  position: relative;
  border-radius: 0;
  padding: 0; }

.lomwidget-sortable > header {
  cursor: move;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: normal;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05); }

.lomwidget > header {
  color: #333;
  border: 1px solid #C2C2C2;
  background: #fafafa; }

.lomwidget > header {
  padding: 1px 0 !important;
  margin: 0 !important; }

.lomwidget > header h2 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0;
  margin-left: 0px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0; }

.lomwidget > header > h2 {
  margin-left: 10px; }

.lomwidget > div {
  background-color: #fff !important;
  padding: 10px !important;
  border: 1px solid #C2C2C2;
  border-top: 0; }

.lomwidget .widget-body {
  text-align: center !important; }

.lomwidget .widget-toolbar {
  height: 32px !important;
  line-height: 32px !important;
  margin-right: 10px; }

.lomwidget .widget-toolbar.top9 {
  margin-top: 9px; }

.lomwidget .widget-toolbar .RadUpload .ruInputs li {
  margin: 0 !important; }

.lomwidget .widget-toolbar .RadUpload .ruFileWrap {
  line-height: 16px !important; }

.lomwidget .widget-toolbar input[type="text"] {
  height: 21px !important;
  margin-top: -2px !important; }

.lomwidget .widget-toolbar .RadUpload .ruBrowse {
  height: 16px !important;
  margin-top: 0 !important;
  line-height: 16px !important; }

.lomwidget .widget-toolbar .RadUpload .ruStyled .ruFileInput {
  height: 16px !important;
  padding: 0 !important; }

.lomwidget.border-top {
  border-top: 1px solid #CCC !important; }

.rating-block-preview .bold {
  margin-left: 0px;
  margin-right: 10px;
  color: #333333; }

.rating-block .rating-text,
.rating-block-preview .rating-text {
  margin-left: 10px; }

.rating-block {
  margin-left: 10px; }

.rating-block .bold {
  margin-left: 0px; }

.widget-toolbar.uploader {
  z-index: 10; }

.drill-img-upload {
  z-index: 10; }

.drill-img-upload .ruFakeInput,
.drill-img-upload .ruBrowse,
.drill-img-upload .ruFileInput,
.drill-img-upload .ruFakeInput {
  display: none; }

.drill-img-upload .ruUploadProgress {
  font-size: 8pt; }

.drill-img-upload.RadAsyncUpload {
  position: absolute; }

.row-boxed {
  /*border: 1px solid $form-border-color;*/
  /*cursor: move;*/
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s; }

.row-boxed:hover {
  background: rgba(249, 249, 249, 0.3); }

.smart-form .row-boxed {
  /*margin-bottom: 15px*/ }

.fav-holder {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 200; }

.fav-holder i {
  font-size: 24px;
  color: #ffd600; }

.fav-holder i.fal {
  color: #4a5869; }

.fav-holder i.fa-bullseye {
  color: #0f3061; }

.lbLocation i {
  color: #00adee; }

.header-subtitle {
  padding: 0 0 0 30px; }

.listing .rgWrap.rgArrPart1 span span {
  background-color: #f3f3fb;
  text-align: center;
  border: 1px solid #e3e3fb;
  color: #4a5869;
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
  width: 40px;
  vertical-align: top; }

.listing .rgWrap.rgArrPart1 span a {
  background-color: #fff;
  text-align: center;
  float: none;
  border: 1px solid #e3e3fb;
  color: #4a5869;
  display: inline-block;
  padding: 10px 0 9px 0;
  margin-top: 0;
  font-size: 14px;
  width: 40px;
  vertical-align: top; }

.listing .rgWrap.rgArrPart1 input {
  text-align: center;
  display: inline-block;
  padding: 16px 15px 15px 15px;
  font-size: 14px;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  color: #3276b1;
  background-color: #fff;
  border: 1px solid #ddd; }

.listing .rgWrap.rgArrPart1 input.aspNetDisabled {
  opacity: 0.6; }

.ratio-16-9 {
  width: 100%;
  padding-top: 56.25% !important;
  position: relative;
  overflow: hidden; }

.ratio-16-9 > * {
  position: absolute !important;
  top: 0;
  left: 0; }

.dashb-marg {
  margin-top: 15px !important; }

.login {
  background-color: #0f3061; }

#extr-page .login #logo img {
  width: 260px; }

#extr-page .login #logo-small {
  top: -44px;
  left: 122px; }

#ribbon .breadcrumb a, #ribbon .breadcrumb, aside nav ul li.open i, aside nav ul li.open > a, aside nav ul li.active > a {
  color: #be1b1b !important; }

.btn.btn-default.btn-circle.btn-popup.txt-color-red {
  border-color: #be1b1b !important; }

#main .page-title {
  font-weight: 500; }

.sortable-list-drill {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px; }
  .sortable-list-drill, .sortable-list-drill ul {
    list-style-type: none; }

.ui-sortable .sortable-item {
  cursor: default !important; }
  .ui-sortable .sortable-item .panel-heading {
    cursor: move; }

.drill-item {
  /*border: 1px solid #0f3061;*/ }

.drill-item h2 {
  margin-bottom: 12px;
  margin-top: 8px;
  font-weight: 400; }

.drill-item ul {
  margin-bottom: 12px; }

.drill-item h3 {
  border: 1px solid #e1e3ed;
  color: #0f3061;
  padding: 20px 10px;
  border-radius: 10px;
  background: #f2f4fb; }

.delete-drill {
  float: right; }

.delete-part {
  float: right;
  margin: 0 10px 0 0; }

.delete-part > i {
  font-size: 16px !important; }

.smart-accordion-default .panel-body {
  border-left: 1px solid #e1e3ed;
  border-right: 1px solid #e1e3ed;
  border-bottom: 1px solid #e1e3ed;
  margin-bottom: 1px;
  margin-top: -5px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.smart-accordion-default .panel-default .panel-default {
  border-color: #c3c3c3; }

.smart-accordion-default .panel-default > .panel-heading a.delete-part,
.smart-accordion-default .panel-default > .panel-heading a.delete-drill {
  background: none; }

.smart-accordion-default .panel-title > a > :first-child {
  display: inline-block !important; }

.smart-accordion-default .panel-title > a > :last-child {
  display: inline-block !important; }

.smart-accordion-default .btn-add, .smart-accordion-default .btn-add-new, .smart-accordion-default .btn-default.btn-add-new {
  background-color: #f2f4fb !important;
  border-color: #e1e3ed !important;
  color: #4a5869 !important;
  font-weight: 400; }

.sketchlist-popup-wrapper .corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 56px 0;
  border-color: transparent #f2f2f2 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.sketchlist-popup-content {
  border: 1px solid #f0f0f0;
  padding: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative; }

.sketchlist-popup-content h2 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 20px;
  margin-left: 10px; }

.sketchlist-popup-content h1 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 24px;
  margin-left: 10px; }

.sketchlist .sketchlist-popup-content {
  height: 365px; }

.btn-success, .btn-success:hover {
  background-color: #0f3061;
  border-color: #0f3061; }

.sketchlist-popup-content .edit.smart-form {
  position: static; }

.overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 100; }

.sketchlist-popup .edit .corner {
  display: none;
  border-color: transparent #00adee transparent transparent; }

.sketchlist-popup:hover .overlay,
.sketchlist-popup:hover .edit .corner {
  display: block !important; }

.sketchlist-popup:hover .sketchlist-content {
  border-color: #00adee; }

.sketchlist-popup .smart-form .overlay.checkbox i {
  right: 6px;
  left: auto;
  top: 7px;
  border-color: #e1e3ed; }

.practice .panel-default > .panel-body {
  background-color: #fbfbfb; }

.drill .panel-default > .panel-heading a {
  color: black; }

.drill .panel-default > .panel-body {
  background-color: #ffffff; }

.float-right {
  float: right; }

.inline-popup div {
  float: left;
  vertical-aligm: middle; }

.inline-popup .btn {
  vertical-aligm: top !important; }

.minified .login-info {
  padding: 4px 10px 7px 10px !important; }

.minified .login-info span {
  padding: 0px !important; }

.fixed-practice-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #fff;
  padding-top: 1em;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.2);
  margin: 0px !important; }

.sortable-list.practice .well {
  background: none; }

.fixed-practice-header .full-height {
  margin-bottom: 0; }

.full-height .btn-group {
  margin-top: -15px; }

.fixed-practice-header .full-height .btn-group {
  margin-right: -5px;
  margin-top: 0; }

.full-height .btn-group .btn.btn-default {
  height: 60px;
  min-width: 60px;
  text-align: center; }

.full-height .btn-group .btn.btn-default i[class*="fa-chevron"] {
  padding: 0; }

.fixed-practice-header .full-height .btn-group .btn.btn-default {
  height: inherit; }

.test-unit-header-action {
  float: right;
  padding: 5px 0px; }

.smart-accordion-default .panel-default > .panel-heading .dropdown-menu a {
  background: white;
  color: #4a5869; }

.smart-accordion-default .panel-default > .panel-heading .dropdown-menu a:hover {
  background-color: #f2f4fb;
  color: #4a5869; }

.link-drill a {
  margin-top: 20px; }

.fixed-practice-header-lvl2 {
  position: fixed;
  top: 61px;
  z-index: 99999;
  background: white;
  padding-top: 1em;
  box-shadow: 0px 15px 10px -15px gray;
  margin: 0px !important; }

.sticky-scroll-box .open > .dropdown-toggle.btn-default:hover,
.sticky-scroll-box .open > .dropdown-toggle.btn-default:focus {
  background: #00adee !important;
  border-color: #00adee !important; }

@media screen and (max-width: 1280px) {
  .full-height .btn-group .btn.btn-default {
    font-size: 11px; } }

.btn-toolbar {
  background: #f6f6f6 !important;
  padding: 8px 5px !important;
  margin-bottom: 10px !important; }

.toolbar-label {
  border: 0 !important;
  margin: 0 !important; }

.left-toolbar {
  padding-top: 26px; }

#show-shortcut {
  font-size: 11px;
  line-height: 13px; }

#show-shortcut img {
  margin-bottom: 3px; }

@media screen and (min-width: 992px) {
  #main {
    padding-bottom: 102px; } }

@media screen and (max-width: 768px) {
  .develop {
    display: none !important; } }

@media screen and (max-width: 991px) {
  .version {
    color: #fff; }
  #header > :first-child {
    width: 40px !important; } }

.widget-toolbar.drill {
  position: absolute;
  right: 0; }

.widget-toolbar.drill > .btn:not(.btn-circle):not(.btn-sm) {
  margin-bottom: 0; }

.objectview {
  border: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 15px;
  clear: both;
  overflow: auto; }

.version .right, .page-footer-top .text-right .right {
  float: right;
  margin: 2px 0 0 5px; }

@media screen and (min-width: 992px) {
  .login {
    background: url(../img/login.jpg) no-repeat top center; } }

.matchformation .table {
  margin-bottom: 10px; }

.matchformation .table > tbody > tr > th {
  padding: 3px 2px;
  vertical-align: middle;
  background-color: #dfe6fb; }

.matchformation .table > tbody > tr > th:first-child {
  padding-left: 15px; }

.matchformation .table > tbody > tr > th .label {
  font-weight: inherit;
  margin: 4px 0px; }

div.RadComboBoxDropDown .rcbSeparator label {
  font-weight: bold;
  font-style: italic; }

div.RadComboBoxDropDown .rcbItem .rcbCheckBox, div.RadComboBoxDropDown .rcbHovered .rcbCheckBox {
  margin-right: 18px; }

div.RadComboBoxDropDown .rcbSeparator .rcbCheckBox {
  margin-right: 6px; }

div.RadComboBoxDropDown .rcbHovered {
  background: none repeat scroll 0 0 #f2f4fb;
  color: #333333; }

.smart-form label.cancel {
  color: red; }

.smart-form label.active {
  color: green; }

.attendanceOpen.btn-navigation-link i {
  color: orange; }

.attendanceClose.btn-navigation-link i {
  color: green; }

.login-info img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%; }

.metodic {
  display: inline-flex;
  height: 40px; }

.metodic .checkbox {
  align-self: center;
  margin-left: 10px; }

.metodic img {
  height: 50px;
  align-self: center; }

/*css for EducationProgramInstance tree*/
.txt-color-empty {
  color: #E5E6EB; }

.program-tree {
  /*inner body - items*/ }
  .program-tree .title {
    font-size: 13px;
    color: #4a5869;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: bold;
    padding: 22px 20px 21px 20px;
    margin: 0; }
  .program-tree.smart-accordion-default .panel-default > .panel-heading {
    margin-bottom: 0;
    background-color: #f2f4fb;
    border-radius: 0px !important; }
  .program-tree.smart-accordion-default .panel-body, .program-tree.smart-accordion-default .panel-collapse.collapse.in {
    border: none;
    margin: 0; }
  .program-tree .panel-default.no-side-borders {
    border-left: none;
    border-right: none; }
  .program-tree span {
    font-size: 13px; }
  .program-tree .panel-title > a {
    color: #4a5869 !important;
    display: flex !important;
    flex-direction: row; }
    .program-tree .panel-title > a > * {
      align-self: center !important; }
  .program-tree .panel-title a .text {
    flex: 1; }
  .program-tree .panel-title > a i {
    padding: .5rem .5rem; }
  .program-tree .panel-title > a .down-icon {
    display: none !important; }
  .program-tree .panel-title > a.collapsed .down-icon, .program-tree .panel-title > a .up-icon {
    display: inline-block !important; }
  .program-tree .panel-title > a.collapsed .up-icon {
    display: none !important; }
  .program-tree .panel-body {
    position: relative;
    margin: 0;
    padding: 0; }
    .program-tree .panel-body .vertical {
      position: absolute;
      left: 0;
      width: 1.85rem;
      top: 0;
      bottom: 0;
      border-right: .2rem solid #E5E6EB;
      box-sizing: content-box; }
    .program-tree .panel-body .item {
      display: flex; }
      .program-tree .panel-body .item .status {
        margin: 1.2rem;
        align-self: center !important;
        font-size: 8px; }
      .program-tree .panel-body .item a {
        flex: 4;
        padding: 1.2rem;
        align-self: center !important; }
      .program-tree .panel-body .item .status-txt {
        flex: 1;
        padding: 1.2rem;
        align-self: center !important; }
      .program-tree .panel-body .item .perc {
        flex: 1;
        padding: 1.2rem;
        align-self: center !important;
        font-size: 11px;
        font-weight: bold; }
      .program-tree .panel-body .item .pie-graph {
        flex: 1;
        align-self: center !important;
        text-align: right; }
      .program-tree .panel-body .item .type {
        align-self: center !important;
        margin: 1.2rem;
        color: #bfbfbf; }
      .program-tree .panel-body .item.active a {
        font-weight: bold; }

.pie-graph svg {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  background: #eee;
  border-radius: 50%; }
  .pie-graph svg circle.red {
    stroke: #a90329; }
  .pie-graph svg circle.green {
    stroke: #356e35; }

.raw-contend * {
  margin: 1em 0; }

.raw-contend blockquote {
  padding-left: 0.5em; }

.raw-contend ol, .raw-contend ul {
  margin-left: 2.5em; }

.login-info {
  padding: 4px 10px 7px 10px; }

.login-info .avatar {
  height: 45px;
  width: 45px;
  display: inline-block;
  margin-top: 4px;
  vertical-align: top; }

.login-info #spanUserID {
  margin-top: 18px;
  display: inline-block; }

.login-info img {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 6px;
  border-left: 0; }

.minified .login-info img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 6px;
  border-left: 0; }

.listing-extra .table tfoot tr td {
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  background: #fafafa !important; }

.smart-accordion-default.practice .panel-default > .panel-heading {
  background-color: #be1b1b;
  border: 1px solid #be1b1b;
  margin-bottom: 2px;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }

.smart-accordion-default .panel-default > .panel-heading .btn {
  background-color: #4a5869 !important;
  color: #fff !important;
  border-color: #4a5869 !important; }

.smart-accordion-default.practice .panel-default .panel-body .panel-heading {
  background-color: #188eb9 !important;
  border: 1px solid #188eb9; }

.smart-accordion-default.practice .unsortable .panel-default > .panel-heading {
  background-color: #0f5169  !important;
  border: 1px solid #0f5169  !important; }

.smart-accordion-default.practice .panel-default > .panel-heading a.delete-drill, .smart-accordion-default.practice .panel-default > .panel-heading a.delete-part, .smart-accordion-default.practice .panel-default > .panel-heading a.collapsed, .panel-default > .panel-heading a.external-link {
  color: #fff !important; }

.smart-accordion-default.practice .panel-body {
  margin-bottom: 3px; }

.smart-accordion-default.practice .panel-body {
  border-left: 1px solid #be1b1b;
  border-right: 1px solid #be1b1b;
  border-bottom: 1px solid #be1b1b; }

.smart-accordion-default.practice .panel-body .panel-body {
  border-left: 1px solid #188eb9;
  border-right: 1px solid #188eb9;
  border-bottom: 1px solid #188eb9; }

.smart-accordion-default.practice .panel-body .unsortable .panel-body {
  border-left: 1px solid #0f5169;
  border-right: 1px solid #0f5169;
  border-bottom: 1px solid #0f5169; }

.smart-accordion-default.practice .panel-default > .panel-heading .btn i {
  color: #fff !important; }

.smart-accordion-default .panel-default > .panel-heading a {
  /*  background: #7985af;*/ }

.TowTablesRow .pull-left .table > thead > tr > th:last-child, .TowTablesRow .pull-left .table > tbody > tr > td:last-child {
  border-right: 0; }

.TowTablesRow .pull-right .table > thead > tr > th:first-child, .TowTablesRow .pull-right .table > tbody > tr > td:first-child {
  border-left: 0; }

.smart-accordion-default .panel-default > .panel-heading a.collapsed {
  color: #4a5869; }

.smart-accordion-default .panel-title .fa {
  font-weight: 100; }

.sticky-scroll-box section {
  margin-bottom: 0; }

.sticky-scroll-box.fixed-practice-header section {
  margin-bottom: 15px; }

.table-custom {
  border-radius: 3px; }

/*.smart-accordion-default.practice .panel-default > .panel-heading {
	background-color: #be1b1b;
	border: 1px solid #e1e3ed;
}*/
/*.practice .panel-default > .panel-heading a.collapsed {
	background-color: #be1b1b;
	color: #fff; }*/
.table.stats td, .table.stats th {
  text-align: center; }

.frame-set .well.well-edit {
  padding: 0; }

/* testovanie - tabulka s fixnym headerom START --------------*/
table.testing {
  border-top: none; }
  table.testing th {
    z-index: 20 !important; }
  table.testing > tr > td,
  table.testing > tbody > tr > td {
    padding: 5px;
    border-left: 1px solid #dddddd; }
  table.testing > thead tr {
    background-image: none;
    background-color: transparent; }
    table.testing > thead tr td, table.testing > thead tr th {
      background: none;
      background-color: white;
      border-left: 1px solid #dddddd; }
    table.testing > thead tr td:nth-child(1), table.testing > thead tr th:nth-child(2) {
      border-left: none; }
    table.testing > thead tr:first-child td, table.testing > thead tr:first-child th {
      border-bottom: 1px solid #dbdbdb;
      border-top: 1px solid #dbdbdb !important;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      text-align: center;
      color: #4A5868;
      font-weight: bold;
      font-size: 13px;
      padding: 1em; }
    table.testing > thead tr:first-child th:first-child {
      background-color: #F1F4FB;
      z-index: 30 !important;
      border-right: 1px solid #dbdbdb; }
    table.testing > thead tr:last-child td, table.testing > thead tr:last-child th {
      border-bottom: 1px solid #dbdbdb; }
      table.testing > thead tr:last-child td:last-child, table.testing > thead tr:last-child th:last-child {
        border-right: 1px solid #dbdbdb; }
  table.testing tr:first-child td {
    border-top: none; }
  table.testing tr td:first-child {
    z-index: 10; }
  table.testing tr td .odd {
    background: #f4f4f4; }
  table.testing tr td .even {
    background: #fff; }
  table.testing tbody td:first-child {
    background-color: #F1F4FB;
    border-right: 1px solid #dbdbdb; }
  table.testing tbody td:nth-child(3) {
    border-left: none; }
  table.testing td.result input {
    border: 1px solid #e1e3ed;
    box-sizing: border-box;
    background-color: #f4f4f4; }
  table.testing .input input,
  table.testing .select select,
  table.testing .form-control {
    height: auto;
    line-height: normal;
    padding: 2px 3px;
    border-radius: 1px; }
  table.testing .tdline,
  table.testing .tdline2 {
    padding: 0px 3px !important;
    z-index: 10; }
    table.testing .tdline span,
    table.testing .tdline2 span {
      display: block;
      z-index: 5;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      padding-top: 10px; }
  table.testing .best-attempt span {
    font-weight: bold; }
  table.testing .above-average {
    background: #c6e0b4;
    /*		span {
			font-weight: bold;
		}*/ }
  table.testing .under-average {
    background: #ffc5c5;
    /*		span {
			font-weight: bold;
		}*/ }

.sortable-item.ui-sortable-helper {
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none; }
  .sortable-item.ui-sortable-helper .panel-heading {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75); }
  .sortable-item.ui-sortable-helper .panel {
    background: none; }

.ui-sortable-placeholder {
  visibility: visible !important;
  height: 40px !important;
  border: 3px dashed lightgray; }

ul.sortable-list, ul.sortable-list ul {
  list-style-type: none; }

.smart-accordion-default .panel-default > .panel-heading .btn.btn-primary, .smart-accordion-default .panel-default > .panel-heading .btn.btn-primary:focus {
  background-color: #00a305 !important;
  border-color: #00a305 !important; }

.sortable-item {
  padding-top: 10px; }

.sortable-list .connection {
  margin-top: 20px;
  margin-bottom: 10px; }
  .sortable-list .connection span {
    background: #FB8720;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    padding: 10px; }

table .record-type {
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  box-sizing: border-box; }

table.table tr.past {
  background-color: #eee; }

.lightgray {
  color: lightgray; }

.lightorange {
  color: #ffc680; }

.smart-form .popover-title {
  padding: 8px 14px; }

.smart-form .popover-content {
  padding: 9px 14px; }

.dashboard_Statistic table {
  border: none;
  width: 100%; }

.dashboard_Statistic .statsLabel {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #A4A4A4;
  text-transform: uppercase;
  padding-top: 10px; }

.dashboard_Statistic .statsValues td {
  padding-top: 30px;
  font-style: normal;
  font-weight: bolder;
  font-size: 24px;
  line-height: 16px;
  color: #444444; }

.d-flex {
  display: flex; }

.flex-1 {
  flex: 1; }

.export-inline-block {
  display: inline-block; }

.education-test-questions > .row {
  margin-bottom: 1em; }

.education-test-questions label.label.inline {
  display: inline-block !important;
  background: red; }

.education-test-questions .question-title {
  margin-bottom: .8em; }

.education-test-questions .row-playa {
  margin-bottom: .5em;
  margin: .1em; }

.education-test-questions.edit .row-playa:hover {
  background-color: #eee; }

.education-test-questions .number-of-answers {
  display: inline-block;
  margin-bottom: 1em; }

.education-test-questions label.question-label {
  text-transform: none;
  font-weight: normal; }

.education-test-questions .checkbox.state-checked {
  color: green; }
  .education-test-questions .checkbox.state-checked i {
    background-color: green;
    border-color: green; }

.question-list .checkbox.state-checked {
  color: green; }
  .question-list .checkbox.state-checked i {
    background-color: green;
    border-color: green; }

.question-list .checkbox.state-checked i {
        background-color: green;
        border-color: green;
    }

.login {
    padding-top: 8%;
    min-height: 100%;
}

#extr-page .login #logo {
    top: 170px;
    left: -400px;
}




@media (max-width: 995px) {
    #extr-page .login #logo-small {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .login-footer {
        padding-top: 30px;
    }

    .version img {
        display: none;
    }
}

.req-login {
    border-color: #bfc3d4 !important;
    background-color: #f9f9fb !important;
    color: #4a5869 !important;
}

.well-login .well.well-edit {
    padding: 15px 0 20px 0 !important;
}

.well-login .client-form .btn-cancel.btn-default {
    border: 1px solid #f3f3fb !important;
}

#login-form.smart-form footer {
    padding: 0 !important;
}