.band-horizontal .control-label {
  text-align: left !important;
}
.band-horizontal textarea.description {
  max-width: 150%;
  min-height: 120px;
}
.band-horizontal p.help-block {
  font-size: 12px !important;
}
.band-horizontal textarea.playlist-control {
  resize: vertical;
  width: 100%;
  font-size: 15px;
  height: 200px;
  outline: none;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .band-horizontal textarea.playlist-control {
    tab-size: 60;
    -moz-tab-size: 60;
    -o-tab-size: 60;
  }
}
.band-horizontal textarea.video-control {
  resize: none;
  width: 100%;
  font-size: 15px;
  outline: none;
  padding-left: 20px;
}
.band-horizontal textarea:focus.playlist-control,
.band-horizontal textarea:focus.video-control {
  border: 1px solid #ddd;
  outline: none;
  box-shadow: none;
}
.band-horizontal .panel-title:before {
  display: block;
  content: " ";
  height: 100px;
  /* Give height of your fixed element */
  margin-top: -100px;
  /* Give negative margin of your fixed element */
  visibility: hidden;
}
.textarea-lines {
  height: calc(100%);
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
  color: #4af;
  font-family: monospace;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  padding: 7.5px 0;
  line-height: 21px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.collapse-playlist:hover {
  cursor: pointer;
}
.collapse-table.in {
  display: table;
}
a:active.collapseWill,
a:focus.collapseWill,
a:hover.collaseWill,
a.collapseWill {
  color: inherit !important;
}
.progress-bar-default {
  background-color: #42C5BE;
}
.hover-effect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
}
.hover-effect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hover-effect img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.hover-effect .hover-effect-header {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0px;
  font-size: 17px;
  padding: 2px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 12px;
}
.hover-effect .hover-effect-header h2 {
  font-size: 12px;
}
.hover-effect:hover .hover-effect-header {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  margin: 0px;
}
.hover-effect .hover-effect-header p {
  margin-bottom: 10px;
}
#ribbon-container {
  position: absolute;
  top: 15px;
  right: 0px;
  overflow: visible;
  font-size: 13px;
}
#ribbon-container:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0px;
  left: 18px;
  border-top: 11px solid rgba(0, 0, 0, 0.3);
  /* These 4 border properties create the first part of our drop-shadow */
  border-bottom: 11px solid rgba(0, 0, 0, 0.3);
  border-right: 11px solid rgba(0, 0, 0, 0.3);
  border-left: 11px solid transparent;
}
#ribbon-container:after {
  /* This adds the second part of our dropshadow */
  content: "";
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 58px;
  right: 3px;
}
#ribbon-container span {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  /* allows us to position our pseudo-elements properly */
  background: #0089d0;
  overflow: visible;
  margin-left: 29px;
  color: #fff;
  text-decoration: none;
}
#ribbon-container span:before {
  /* this creates the "forked" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -9px;
  border-top: 11px solid #0089d0;
  border-bottom: 11px solid #0089d0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */
/* By default it's not affixed in mobile views, so undo that */
.bs-docs-sidebar.affix {
  position: static;
}
@media (min-width: 768px) {
  .bs-docs-sidebar {
    padding-left: 20px;
  }
}
/* First level of nav */
.bs-docs-sidenav {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* All levels of nav */
.bs-docs-sidebar .nav > li > a {
  display: block;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
}
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  padding-left: 19px;
  color: #42c5be;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #42c5be;
}
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
  padding-left: 18px;
  font-weight: bold;
  color: #42c5be;
  background-color: transparent;
  border-left: 2px solid #42c5be;
}
/* Nav: second level (shown on .active) */
.bs-docs-sidebar .nav .nav {
  display: none;
  /* Hide by default, but at >768px, show it */
  padding-bottom: 10px;
}
.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: normal;
}
.bs-docs-sidebar .nav .nav > li > a:hover,
.bs-docs-sidebar .nav .nav > li > a:focus {
  padding-left: 29px;
}
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
  padding-left: 28px;
  font-weight: 500;
}
/* Back to top (hidden on mobile) */
.back-to-top,
.bs-docs-theme-toggle {
  display: none;
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.back-to-top:hover,
.bs-docs-theme-toggle:hover {
  color: #42c5be;
  text-decoration: none;
}
.bs-docs-theme-toggle {
  margin-top: 0;
}
@media (min-width: 768px) {
  .back-to-top,
  .bs-docs-theme-toggle {
    display: block;
  }
}
/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .bs-docs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-docs-sidebar.affix,
  .bs-docs-sidebar.affix-top {
    width: 213px;
  }
  .bs-docs-sidebar.affix {
    position: fixed;
    /* Undo the static from mobile first approach */
    top: 110px;
  }
  .bs-docs-sidebar.affix-top,
  .bs-docs-sidebar.affix-bottom {
    position: absolute;
    /* Undo the static from mobile first approach */
    top: 110px;
  }
  .bs-docs-sidebar.affix-top .bs-docs-sidenav,
  .bs-docs-sidebar.affix .bs-docs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-docs-sidebar.affix-top,
  .bs-docs-sidebar.affix {
    width: 263px;
  }
}
.song {
  position: relative;
}
.song .fa-stack {
  cursor: pointer;
}
.song .fa-play {
  text-align: center;
  padding-left: 3px;
}
.mejs__songtitle .fa-lg:hover {
  color: white;
}
.mejs__songtitle .fa-lg:hover .fa-inverse {
  color: black;
}
.mejs__songtitle .fa-lg:hover .fa-circle-thin {
  color: black;
}
.mejs__songtitle .fa-pencil {
  float: right;
  margin-left: 15px;
  opacity: 0;
  margin-top: 3px;
}
.mejs__songtitle:hover:not(:focus) {
  outline: 1px dotted #ccc;
}
.mejs__songtitle:hover:not(:focus) .fa-pencil {
  opacity: 1;
}
.mejs__songtitle .fa-spinner {
  margin-left: 10px;
  display: none;
}
.mejs__songtitle.loading .fa-spinner {
  display: inline-block !important;
}
.song-delete {
  margin-top: 7px;
  z-index: 999;
}
.edit-info-block {
  font-size: 13px ;
}
.one-liner {
  line-height: 42px;
}
.pozadavky-control {
  height: 300px !important;
}
.pozadavky-helper {
  font-size: 13px;
}
.fixed_table table {
  width: 100%;
  max-height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-y: scroll;
  height: 250px;
  display: block;
}
.fixed_table thead {
  position: absolute;
  top: 1px;
  left: 0px;
  right: 0px;
}
.fixed_table tbody {
  padding: 38px 0px 0px;
  margin: 0px;
  display: block;
}
.fixed_table tr {
  width: 100%;
  display: block;
  margin-top: -2px;
}
.fixed_table th {
  position: absolute;
  width: 50%;
  background: white;
  font-size: 13px !important;
}
.fixed_table td {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 50%;
  font-size: 12px !important;
}
.fixed_table td:last-child,
.fixed_table th:last-child {
  left: 50%;
}
.fixed_table .table-int {
  padding-left: 23px !important;
  border-bottom: 0px solid #ddd !important;
}
.fixed_table .table-sng {
  padding-left: 0px !important;
  border-bottom: 0px solid #ddd !important;
}
