body.player-open .satv-player {
  height: 84px;
  /* ie 11 TODO not fix height */
}
.satv-player {
  position: fixed;
  z-index: 1050;
  bottom: 0;
  width: 100%;
}
.satv-player-minimized {
  bottom: -58px;
}
.satv-player .wavesurfer-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0px 5px;
}
.satv-player .label-container {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px;
  font-size: 1em;
  left: 25px;
  bottom: 0px;
  z-index: 999;
}
.satv-player .label-container .label-code {
  background-color: #555;
  padding: 2px;
  border-radius: 3px;
  color: white;
}
.satv-player .label-container a {
  cursor: pointer;
}
.satv-player .toolbar-container {
  line-height: 100%;
}
.satv-player .wavesurfer-wrapper > div {
  margin: 2px;
}
.satv-player .artwork-container img {
  border: 2px solid rgba(255, 255, 255, 0.5);
  max-height: 60px;
  max-width: 60px;
}
.satv-player .artwork-container a {
  display: inline-block;
  cursor: pointer;
}
.satv-player .close-minimize-container {
  position: absolute;
  right: 0px;
  width: auto;
  top: 0px;
}
.satv-player .close-minimize-container-buttons-minimize {
  margin: 0 5px;
}
.satv-player .close-minimize-container-buttons-close {
  margin: 0 5px;
}
.satv-player .wavesurfer-container {
  flex: 1;
  position: relative;
}
.satv-player .wavesurfer-container .status-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: 100%;
}
.satv-player .wavesurfer-container .status-icon.loading-icon:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: rotate 1.2s linear infinite;
}
.satv-player .current-time-container,
.satv-player .total-time-container {
  font-size: 0.9em;
  color: white;
  width: 50px;
  text-align: center;
}
.satv-player button.btn-unmute {
  display: none;
}
.satv-player.is-muted .btn-mute {
  display: none;
}
.satv-player.is-muted .btn-unmute {
  display: inline-block;
}
.satv-player button {
  background-size: 90%;
  background-position: center;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 30px;
  width: 30px;
  border: none;
  background-repeat: no-repeat;
  margin-left: 1px;
  background-color: transparent;
}
.satv-player .button-container {
  width: 30px;
}
.satv-player .btn-play {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27white%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M8 5v14l11-7z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
}
.satv-player .btn-stop {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27white%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M6 6h12v12H6z%27/%3E%3C/svg%3E");
}
.satv-player .btn-pause {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27white%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M6 19h4V5H6v14zm8-14v14h4V5h-4z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
}
.satv-player .btn-unmute {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27white%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
}
.satv-player .btn-mute {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27white%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
}
.satv-player .alert-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27white%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z%27/%3E%3C/svg%3E");
}
.satv-player .volume-container {
  width: 60px;
}
.satv-player input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.satv-player input[type=range]:focus {
  outline: none;
}
.satv-player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #AAAAAA;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.satv-player input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
.satv-player input[type=range]:focus::-webkit-slider-runnable-track {
  background: #AAAAAA;
}
.satv-player input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #AAAAAA;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.satv-player input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
}
.satv-player input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.satv-player input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.satv-player input[type=range]::-ms-fill-upper {
  background: #AAAAAA;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.satv-player input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.satv-player input[type=range]:focus::-ms-fill-lower {
  background: #AAAAAA;
}
.satv-player input[type=range]:focus::-ms-fill-upper {
  background: #AAAAAA;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #FFF;
  background-color: #262629;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #97afff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #999999;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0.375rem;
}
.img-thumbnail {
  padding: 0;
  line-height: 1.42857143;
  background-color: #262629;
  border: 1px solid 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1.42857143rem;
  margin-bottom: 1.42857143rem;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #003cfd;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #b3b3b3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.42857143rem;
  margin-bottom: 0.71428571rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.71428571rem;
  margin-bottom: 0.71428571rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.6rem;
}
h2,
.h2 {
  font-size: 2.15rem;
}
h3,
.h3 {
  font-size: 1.7rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.85rem;
}
p {
  margin: 0 0 0.71428571rem;
}
.lead {
  margin-bottom: 1.42857143rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5rem;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #b3b3b3;
}
.text-primary {
  color: #003cfd;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0030ca;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #003cfd;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0030ca;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: -0.28571429rem;
  margin: 2.85714286rem 0 1.42857143rem;
  border-bottom: 1px solid #ffffff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.71428571rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 1.42857143rem;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.71428571rem 1.42857143rem;
  margin: 0 0 1.42857143rem;
  font-size: 1.25rem;
  border-left: 5px solid #ffffff;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #b3b3b3;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #ffffff;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 1.42857143rem;
  font-style: normal;
  line-height: 1.42857143;
}
/*@import "~bootstrap/less/code.less";*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b3b3b3;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.42857143rem;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #262629;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.07142857rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.42857143rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #6f6f6f;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 1.375rem;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #919191;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.17857143rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #919191;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #6489ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(100, 137, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(100, 137, 255, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #EEE;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.17857143rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 1.9rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 2.91666662rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 1.42857143rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 2.42857143rem;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 1.9rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
select.input-sm {
  height: 1.9rem;
  line-height: 1.9rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 1.9rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.form-group-sm select.form-control {
  height: 1.9rem;
  line-height: 1.9rem;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 1.9rem;
  min-height: 2.27857143rem;
  padding: 1.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.input-lg {
  height: 2.91666662rem;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 0.375rem;
}
select.input-lg {
  height: 2.91666662rem;
  line-height: 2.91666662rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 2.91666662rem;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 0.375rem;
}
.form-group-lg select.form-control {
  height: 2.91666662rem;
  line-height: 2.91666662rem;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 2.91666662rem;
  min-height: 2.67857143rem;
  padding: 1.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 2.72321429rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.17857143rem;
  height: 2.17857143rem;
  line-height: 2.17857143rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 2.91666662rem;
  height: 2.91666662rem;
  line-height: 2.91666662rem;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 6.42857143rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 1.375rem;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 2.80357143rem;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 1.375rem;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 1.625rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.3125rem;
    font-size: 0.85rem;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #FFFFFF;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #FFFFFF;
  background-color: #262629;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #FFFFFF;
  background-color: #0d0d0f;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #FFFFFF;
  background-color: #0d0d0f;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFFFFF;
  background-color: #0d0d0f;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #262629;
  border-color: #ccc;
}
.btn-default .badge {
  color: #262629;
  background-color: #FFFFFF;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #003cfd;
  border-color: #0036e4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #FFFFFF;
  background-color: #0030ca;
  border-color: #001864;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #0030ca;
  border-color: #0027a6;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #0030ca;
  background-image: none;
  border-color: #0027a6;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #FFFFFF;
  background-color: #0027a6;
  border-color: #001864;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #003cfd;
  border-color: #0036e4;
}
.btn-primary .badge {
  color: #003cfd;
  background-color: #FFFFFF;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #97afff;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #999999;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #b3b3b3;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0.0625rem 0.3125rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 0.25rem dashed;
  border-top: 0.25rem solid \9;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: -0.28571429rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #6f6f6f;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #626262;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #003cfd;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b3b3b3;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.85rem;
  line-height: 1.42857143;
  color: #b3b3b3;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.25rem dashed;
  border-bottom: 0.25rem solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 0.3125rem 0.3125rem 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 0.3125rem 0.3125rem;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 2.91666662rem;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.3333333;
  border-radius: 0.375rem;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 2.91666662rem;
  line-height: 2.91666662rem;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 1.9rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 1.9rem;
  line-height: 1.9rem;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #919191;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
.input-group-addon.input-sm {
  padding: 0.3125rem 0.625rem;
  font-size: 0.85rem;
  border-radius: 0.1875rem;
}
.input-group-addon.input-lg {
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.375rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #b3b3b3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b3b3b3;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #97afff;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.28571429rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #919191;
  cursor: default;
  background-color: #262629;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0.25rem;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #262629;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0.25rem;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #003cfd;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0.25rem;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #262629;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 1.42857143rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #b3b3b3;
}
/*@import "~bootstrap/less/pagination.less";*/
/*@import "~bootstrap/less/pager.less";*/
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #FFF;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #e6e6e6;
}
.label-primary {
  background-color: #003cfd;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0030ca;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #b3b3b3;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #97afff;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: transparent;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0.375rem;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 4rem;
  }
}
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 1.42857143rem;
  line-height: 1.42857143;
  background-color: #262629;
  border: 1px solid 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #97afff;
}
.thumbnail .caption {
  padding: 9px;
  color: #FFF;
}
.alert {
  padding: 15px;
  margin-bottom: 1.42857143rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: white;
  background-color: #003cfd;
  border-color: transparent;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
/*@import "~bootstrap/less/progress-bars.less";*/
/*@import ".. /bootstrap/less/media.less";*/
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #b3b3b3;
  cursor: not-allowed;
  background-color: #ffffff;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #b3b3b3;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #003cfd;
  border-color: #003cfd;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #cad7ff;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 1.42857143rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -0.75rem;
  border-top-right-radius: -0.75rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -0.75rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -0.75rem;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -0.75rem;
  border-bottom-left-radius: -0.75rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -0.75rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -0.75rem;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 1.42857143rem;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #6f6f6f;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #6f6f6f;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #003cfd;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #003cfd;
  border-color: #003cfd;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #003cfd;
}
.panel-primary > .panel-heading .badge {
  color: #003cfd;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #003cfd;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #EEE;
}
.panel-info > .panel-heading {
  color: #FFF;
  background-color: white;
  border-color: #EEE;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEE;
}
.panel-info > .panel-heading .badge {
  color: white;
  background-color: #FFF;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EEE;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 0.85rem;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.py-header:before,
.py-header:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.py-header:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/**
 * angular-growl-v2 - v0.7.5 - 2015-06-17
 * http://janstevens.github.io/angular-growl-2
 * Copyright (c) 2015 Marco Rinck,Jan Stevens; Licensed MIT
 */
/*
 *  growl-container styles
 */
.growl-container.growl-fixed {
  position: fixed;
  float: right;
  width: 90%;
  max-width: 400px;
  z-index: 9999;
}
.growl-container.growl-fixed.top-right {
  top: 10px;
  right: 15px;
}
.growl-container.growl-fixed.bottom-right {
  bottom: 10px;
  right: 15px;
}
.growl-container.growl-fixed.middle-right {
  top: 49%;
  right: 15px;
}
.growl-container.growl-fixed.top-left {
  top: 10px;
  left: 15px;
}
.growl-container.growl-fixed.bottom-left {
  bottom: 10px;
  left: 15px;
}
.growl-container.growl-fixed.middle-left {
  top: 49%;
  left: 15px;
}
.growl-container.growl-fixed.top-center {
  top: 10px;
  left: 50%;
  margin-left: -200px;
}
.growl-container.growl-fixed.bottom-center {
  bottom: 10px;
  left: 50%;
  margin-left: -200px;
}
.growl-container.growl-fixed.middle-center {
  top: 49%;
  left: 50%;
  margin-left: -200px;
}
/*
 * growl-item styles
 */
.growl-container > .growl-item {
  padding: 10px;
  padding-right: 35px;
  margin-bottom: 10px;
  cursor: pointer;
}
.growl-container > button {
  border: none;
  outline: none;
}
.growl-container > .growl-item.ng-enter,
.growl-container > .growl-item.ng-leave {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
}
.growl-container > .growl-item.ng-enter,
.growl-container > .growl-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.growl-container > .growl-item.ng-leave,
.growl-container > .growl-item.ng-enter.ng-enter-active {
  opacity: 1;
}
.growl-container > div.growl-item {
  background-position: 12px center;
  background-repeat: no-repeat;
}
/*
 * growl-title styles
 */
.growl-title {
  font-size: 16px;
}
.growl-item.icon > .growl-title {
  margin: 0 0 0 40px;
}
/*
 * growl-message styles
 */
.growl-item.icon > .growl-message {
  margin: 0 0 0 40px;
}
/*
 * growl background images
 */
.growl-container > .alert-info.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  */
  background-image: url(data:image/png;base64,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);
}
.growl-container > .alert-error.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  */
  background-image: url(data:image/png;base64,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);
}
.growl-container > .alert-success.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  */
  background-image: url(data:image/png;base64,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);
}
.growl-container > .alert-warning.icon {
  /* for the white images
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  */
  background-image: url(data:image/png;base64,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);
}
/**
 * Use em or rem font-size in Bootstrap 3
 */
html,
body {
  height: 100%;
}
body {
  padding-top: 65px;
}
.main-content {
  padding: 15px;
  margin-top: -15px;
  position: relative;
}
#sidebar {
  top: 60px;
}
body.player-open .main-content,
body.player-open .sidebar .sidebar-content,
body.player-open .footer-bottom {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .has-sidebar.container {
    padding: 0;
  }
  .has-sidebar .main-content {
    margin-left: 250px;
  }
}
.py-widescreen-center {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.py-widescreen-center > .py-widescreen-wrapper {
  left: -5000px;
  width: 10000px;
  margin-left: 50%;
  position: relative;
  text-align: center;
}
.py-widescreen-center > .py-widescreen-wrapper > .py-widescreen-viewport {
  display: inline-block;
}
.py-header {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.py-header .py-header-title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.py-header .py-header-title h1,
.py-header .py-header-title h2,
.py-header .py-header-title h3,
.py-header .py-header-title h4,
.py-header .py-header-title h5 {
  margin: 0;
  padding: 5px 0;
}
.py-header .py-header-title.with-control {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .py-header .py-header-title.with-control {
    float: left;
    width: 66.66666667%;
  }
}
.py-header .py-header-control {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .py-header .py-header-control {
    float: left;
    width: 33.33333333%;
  }
}
.ng-cloak {
  display: none !important;
}
.satv-picklist {
  padding: 0;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  margin-bottom: 0;
}
.satv-picklist .satv-picklist {
  margin-left: 35px;
  padding: 0;
}
.satv-picklist li {
  list-style-type: none;
  font-size: 1.1rem;
}
.satv-picklist li a small {
  color: #9e9e9e;
  font-style: italic;
}
.satv-picklist a {
  text-overflow: ellipsis;
  overflow: hidden;
}
.satv-status-icon {
  font-size: 50px!important;
  color: #e6e6e6;
  padding: 20px;
}
.no-txt-selection {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.read-only a {
  cursor: not-allowed;
}
a {
  cursor: pointer;
}
.animate {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.animate-left {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.hover-saturate {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.hover-saturate:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.hover-opacity {
  opacity: 0.5;
}
.hover-opacity:hover {
  opacity: 1;
}
.pulsate {
  -webkit-animation: pulsate 1.3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
  padding: 8px;
  border-radius: 15px;
}
.pulsate.glow {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px #9ecaed;
  border-color: #9ecaed;
  outline: none;
}
.pulsate.glow:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.nav-tabs > li > a.drag-over {
  background-color: #EEE;
}
.tab-content > .satv-tabs > ul {
  padding-left: 5px;
  padding-top: 5px;
}
.nav-tabs {
  margin-bottom: 10px;
}
.sidebar {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  background-color: #232329;
  color: #000;
  top: 65px;
}
.sidebar .sidebar-row {
  padding: 0 15px;
}
.sidebar.expanded {
  position: absolute;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .has-sidebar .sidebar {
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 250px;
    width: 250px;
    position: fixed;
  }
}
.satv-sidebar-handle {
  position: fixed;
  bottom: 50px;
  left: 0px;
  font-size: 25px;
  z-index: 997;
  display: none !important;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
  .satv-sidebar-handle {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    position: fixed;
    width: 100%;
    overflow: scroll;
    z-index: 999;
    -webkit-box-shadow: 5px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .sidebar {
    position: fixed;
    width: 85%;
    left: -85%;
    overflow: scroll;
    z-index: 998;
  }
  body.sidebar-open {
    overflow: hidden;
  }
  body.sidebar-open .satv-sidebar-handle {
    left: 85%;
  }
  body.sidebar-open .sidebar {
    left: 0px;
  }
}
/**
 * @author Mark Cremer <mark@firstcoders.co.uk>
 *
 * Tiles
 *
 * -- Example grid
 * <code>
 *    <div class="satv-tiles">
 *      <a class="thumbnail" href="...">
 *          <img width="228" height="228" src="...">
 *          <div class="caption animate">
 *              <h2>A title</h2>
 *              <p>A description</p>
 *          </div>
 *          <span class="badge">A designator</span>
 *      </a>
 *    </div>
 * </code>
 *
 * -- Example horizontal
 * <div class="satv-tiles size-md bordered satv-tiles-horizontal">
 *     <div class="scroll-container">
 *         <div class="satv-tile">
 *             <a class="thumbnail" href="...">
 *                 <img width="228" height="228" src="..." class="fade in">
 *                 <div class="caption animate">
 *                     <h2>A title</h2>
 *                     <p>A Description</p>
 *                 </div>
 *                 <span class="py-label-album ng-binding">TRL 15</span>
 *             </a>
 *         </div>
 *     </div>
 * </div>
 *
 * -- Example horizontal with wide aspect ratio (rectangular tiles)
 * <div class="satv-tiles size-lg size-wd bordered satv-tiles-horizontal">
 *   <div class="scroll-container" ng-transclude="">
 *       <div class="wd-wrapper">
 *           <a class="thumbnail wd-el">
 *               <div class="image-wrapper">
 *                   <img width="342" height="228" src=".." class="fade in">
 *               </div>
 *               <div class="caption animate">
 *                   <h2>A title</h2>
 *                   <p>A description</p>
 *               </div>
 *           </a>
 *       </div>
 *   </div>
 * </div>
 */
.satv-tiles {
  overflow: hidden;
  clear: both;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
  line-height: 0;
}
.satv-tiles .satv-tile {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 10px;
  border: 1px solid transparent;
  overflow: hidden;
  height: 100%;
}
.satv-tiles .satv-tile.disabled img {
  opacity: 0.6;
}
.satv-tiles .satv-tile .icons {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
}
.satv-tiles .gray-out-tile {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.2;
}
.satv-tiles .gray-out-tile:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.satv-tiles a.thumbnail {
  opacity: 0.9;
}
.satv-tiles a.thumbnail:hover {
  opacity: 1;
}
.satv-tiles .thumbnail {
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background-color: #EEE;
  position: relative;
}
.satv-tiles .thumbnail img {
  min-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.satv-tiles .thumbnail .caption {
  position: absolute;
  overflow: hidden;
  top: 100%;
  width: 100%;
  height: 100%;
  white-space: normal;
  background-color: #ffffff;
  padding: 10px;
  line-height: 22px;
}
.satv-tiles .thumbnail .caption h2 {
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}
.satv-tiles .thumbnail .caption a {
  word-wrap: break-word;
}
.satv-tiles .thumbnail .badge,
.satv-tiles .thumbnail .tile-label,
.satv-tiles .thumbnail .py-label-album {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.satv-tiles .thumbnail.animate-caption {
  opacity: 1;
}
.satv-tiles .thumbnail.animate-caption:hover .caption {
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #222;
}
.satv-tiles .thumbnail.animate-caption:hover .caption h2 {
  white-space: normal;
}
.satv-tiles .thumbnail.animate-caption:hover .caption a {
  color: #003cfd;
}
.satv-tiles .thumbnail.animate-caption:hover .py-label-album {
  opacity: 0;
}
.satv-tiles.size-wd .satv-tile {
  padding-bottom: 25px;
}
.satv-tiles.size-wd .satv-tile .wd-wrapper {
  position: relative;
  padding-bottom: 66.666666%;
  height: 0;
}
.satv-tiles.size-wd .satv-tile .wd-wrapper > .wd-el {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.satv-tiles.size-wd .satv-tile .wd-wrapper > .wd-el .image-wrapper {
  height: 100%;
  overflow: hidden;
}
.satv-tiles.size-wd .satv-tile .wd-wrapper > .wd-el .image-wrapper img {
  width: 100%;
  height: 100%;
}
.satv-tiles.satv-tiles-horizontal {
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
.satv-tiles.satv-tiles-horizontal .scroll-container {
  overflow: hidden;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 500px;
}
.satv-tiles.satv-tiles-horizontal .satv-tile {
  float: none;
  display: inline-block;
}
.satv-tiles.satv-tiles-horizontal img {
  display: inline;
  margin-bottom: 0;
}
.satv-tiles.satv-tiles-horizontal .ctrl {
  position: absolute;
  font-size: 30px;
}
.satv-tiles.satv-tiles-horizontal .ctrl.ctrl-left {
  left: -5px;
}
.satv-tiles.satv-tiles-horizontal .ctrl.ctrl-right {
  right: -5px;
}
.satv-tiles.satv-tiles-horizontal.size-sm {
  height: 180px;
}
.satv-tiles.satv-tiles-horizontal.size-sm .satv-tile {
  width: 150px;
}
.satv-tiles.satv-tiles-horizontal.size-sm.center .satv-tile a {
  line-height: 150px;
  height: 150px;
}
.satv-tiles.satv-tiles-horizontal.size-sm .ctrl {
  top: 60px;
}
.satv-tiles.satv-tiles-horizontal.size-md {
  height: 230px;
}
.satv-tiles.satv-tiles-horizontal.size-md .satv-tile {
  width: 200px;
}
.satv-tiles.satv-tiles-horizontal.size-md.center .satv-tile a {
  line-height: 200px;
  height: 200px;
}
.satv-tiles.satv-tiles-horizontal.size-md .ctrl {
  top: 85px;
}
.satv-tiles.satv-tiles-horizontal.size-lg {
  height: 310px;
}
.satv-tiles.satv-tiles-horizontal.size-lg .satv-tile {
  width: 280px;
}
.satv-tiles.satv-tiles-horizontal.size-lg.center .satv-tile a {
  line-height: 280px;
  height: 280px;
}
.satv-tiles.satv-tiles-horizontal.size-lg .ctrl {
  top: 125px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-sm {
  height: 129.999999px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-sm .satv-tile {
  width: 150px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-sm.center .satv-tile a {
  line-height: 99.999999px;
  height: 99.999999px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-sm .ctrl {
  top: 34.9999995px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-md {
  height: 163.333332px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-md .satv-tile {
  width: 200px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-md.center .satv-tile a {
  line-height: 133.333332px;
  height: 133.333332px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-md .ctrl {
  top: 51.666666px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-lg {
  height: 216.6666648px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-lg .satv-tile {
  width: 280px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-lg.center .satv-tile a {
  line-height: 186.6666648px;
  height: 186.6666648px;
}
.satv-tiles.satv-tiles-horizontal.size-wd.size-lg .ctrl {
  top: 78.3333324px;
}
.satv-tiles.satv-tiles-horizontal.container-pad-lg .scroll-container {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  .satv-tiles .satv-tile {
    width: 50%;
  }
  .satv-tiles.size-wd .satv-tile {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .satv-tiles .satv-tile {
    width: 33.3333333%;
  }
  .satv-tiles.size-wd .satv-tile {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .satv-tiles .satv-tile {
    width: 25%;
  }
  .satv-tiles.size-wd .satv-tile {
    width: 33.3333333%;
  }
}
@media screen and (min-width: 1250px) {
  .satv-tiles .satv-tile {
    width: 20%;
  }
  .satv-tiles.size-wd .satv-tile {
    width: 25%;
  }
}
@media screen and (min-width: 1500px) {
  .satv-tiles .satv-tile {
    width: 16.66666667%;
  }
  .satv-tiles.size-wd .satv-tile {
    width: 20%;
  }
}
body .fc-dropnav-navbar {
  height: 52px;
}
body .fc-dropnav-open-menu .fc-dropnav-animate {
  opacity: 0;
  visibility: hidden;
}
body.fc-dropnav-open .fc-dropnav-navbar {
  height: 100%;
}
body.fc-dropnav-open .fc-dropnav-open-menu {
  overflow: visible;
  height: 100%;
}
body.fc-dropnav-open .fc-dropnav-open-menu .fc-dropnav-animate {
  opacity: 1;
  visibility: visible;
}
.fc-dropnav-animate {
  -webkit-transition: 0.2s ease-out all;
  -moz-transition: 0.2s ease-out all;
  -ms-transition: 0.2s ease-out all;
  -o-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
}
.satv-textbox-select {
  position: relative;
}
.satv-textbox-select-suggestions {
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-height: 18.5rem;
  overflow-y: scroll;
}
.satv-textbox-select-suggestions-suggestion {
  display: block;
  background-color: white;
  color: black !important;
  width: 100%;
  padding: 5px;
}
.satv-textbox-select-suggestions-suggestion-selected {
  background-color: lightgray;
}
.satv-textbox-select-multi {
  height: 100px;
}
.satv-textbox-select-multi:after {
  content: "";
  display: table;
  clear: both;
}
.satv-textbox-select-multi-filter {
  width: 220px;
}
.satv-textbox-select-multi-labels {
  width: 220px;
}
.alert-warning-edit-keywords {
  border: 1px solid #FF0000;
}
.navbar {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.navbar > .container-fluid {
  position: relative;
  z-index: 1001;
}
.navbar .left {
  float: left;
}
.navbar .left a {
  display: inline-block;
}
.navbar .left button {
  color: #FFF;
  font-weight: 700;
  font-size: 0.85rem;
  margin-left: 15px;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
}
.navbar ul li {
  display: inline-block;
}
.navbar ul li a,
.navbar ul li button {
  color: black;
  text-decoration: none;
  text-shadow: 1px 1px 5px rgba(150, 150, 150, 0.6);
  line-height: 60px;
  border: none;
}
.navbar .right {
  float: right;
  padding: 0;
  margin: 0;
}
.navbar .right .menu-button {
  display: inline-block;
  text-decoration: none;
  text-shadow: 1px 1px 5px rgba(150, 150, 150, 0.6);
  line-height: 60px;
  border: none;
  margin-top: 5px;
}
.navbar .right .menu-button button {
  padding: 1px 15px 6px 15px;
  color: #FFF;
  vertical-align: top;
}
.navbar .right .menu-button .text-lg {
  display: inline;
}
.navbar .right .menu-button i.fa {
  line-height: 50px;
}
.navbar a,
.navbar button {
  text-decoration: none;
}
.navbar a:hover,
.navbar button:hover {
  color: #003cfd;
  text-decoration: none;
}
.navbar .text-lg {
  font-size: 1.85rem;
}
.navbar .text-md {
  font-size: 1.5rem;
}
.navbar .text-sm {
  font-size: 1rem;
}
.navbar .menu-button .text-lg {
  position: relative;
  top: 5px;
}
.navbar .menu-button .text-sm {
  margin-right: 10px;
}
body .fc-dropnav-navbar {
  height: 60px;
  margin-top: 40px;
}
body .fc-dropnav-open-menu .container {
  opacity: 0;
}
body.fc-dropnav-open .fc-dropnav-open-menu {
  position: relative;
  top: -60px;
  display: block;
}
body.fc-dropnav-open .fc-dropnav-open-menu .container {
  opacity: 1;
}
.fc-dropnav-open-menu {
  padding-top: 80px;
  height: 100%;
  display: none;
}
.fc-dropnav-open-menu .square {
  color: #acacb8;
  font-weight: 100;
}
.fc-dropnav-open-menu button.square {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  width: 100%;
}
.fc-dropnav-open-menu .col-square {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .fc-dropnav-open-menu .col-square {
    float: left;
    width: 25%;
  }
}
.fc-dropnav-open-menu .square {
  background-color: #2f2f37;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
}
.fc-dropnav-open-menu .square:hover,
.fc-dropnav-open-menu .square.emphasis:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  background-color: #000000;
  color: white;
}
.fc-dropnav-open-menu .square:active {
  background-color: #000000;
}
.fc-dropnav-open-menu .square.emphasis {
  background-color: #464652;
}
.fc-dropnav-open-menu .square.active {
  background-color: #003cfd;
  color: white;
}
.fc-dropnav-open-menu .square.active:hover {
  background-color: #003cfd;
  color: white;
}
.fc-dropnav-open-menu .square .icon {
  font-size: 3.125rem;
  color: #acacb8;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .fc-dropnav-open-menu .square {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    font-size: 1.25rem;
    line-height: 30px;
  }
  .fc-dropnav-open-menu .square .container-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .fc-dropnav-open-menu .square.aspect-1-1 {
    padding-bottom: 100%;
  }
  .fc-dropnav-open-menu .square.aspect-2-1 {
    padding-bottom: 50%;
  }
  .fc-dropnav-open-menu .square.aspect-650-350 {
    padding-bottom: 53.84615385%;
  }
  .fc-dropnav-open-menu .square .contents {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
  }
  .fc-dropnav-open-menu .square.small .icon {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .navbar .right .menu-button {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .fc-dropnav-open-menu .square {
    display: block;
    margin-bottom: 1px;
    height: 50px;
    min-height: auto;
    clear: both;
  }
  .fc-dropnav-open-menu .square:before,
  .fc-dropnav-open-menu .square:after {
    display: table;
    content: " ";
  }
  .fc-dropnav-open-menu .square:after {
    clear: both;
  }
  .fc-dropnav-open-menu .square:before,
  .fc-dropnav-open-menu .square:after {
    display: table;
    content: " ";
  }
  .fc-dropnav-open-menu .square:after {
    clear: both;
  }
  .fc-dropnav-open-menu .square .contents .icon,
  .fc-dropnav-open-menu .square .contents .caption {
    float: left;
    line-height: 40px;
    padding: 5px 10px;
  }
  .fc-dropnav-open-menu .square .contents .icon {
    font-size: 2.5rem;
    width: 50px;
  }
  .fc-dropnav-open-menu .col-square:last-child .square {
    margin-bottom: 30px;
  }
}
.logo {
  width: 230px;
}
.white-background-app .navbar .right .menu-button button {
  color: #000;
}
.satv-picklist li {
  line-height: 26px;
}
.satv-picklist li span,
.satv-picklist li span {
  color: #DDD;
}
.satv-picklist li a,
.satv-picklist li .satv-picklist_a {
  margin-left: -15px;
  padding-left: 15px;
  display: block;
  text-decoration: none;
  color: #DDD;
}
.satv-picklist li a:hover,
.satv-picklist li .satv-picklist_a:hover {
  color: white;
}
.satv-picklist li a:focus,
.satv-picklist li .satv-picklist_a:focus {
  box-shadow: none !important;
}
.satv-picklist li a.active,
.satv-picklist li .satv-picklist_a.active {
  background-color: #3a3a45;
  color: white;
}
.satv-picklist li a:hover,
.satv-picklist li .satv-picklist_a:hover {
  background-color: #17171b;
}
.satv-picklist li a.disabled,
.satv-picklist li.disabled a {
  color: #999;
  cursor: not-allowed;
}
.satv-picklist li a.active,
.satv-picklist li.active a {
  color: #999;
}
.satv-picklist li.presentation {
  padding: 2px 15px;
}
.satv-picklist .line {
  padding-left: 15px;
}
.satv-picklist .line:hover {
  background-color: #17171b;
}
.satv-picklist .satv-picklist .line {
  padding-left: 30px;
}
.satv-picklist li {
  font-size: 1rem;
}
.satv-picklist li .satv-picklist li {
  font-size: 0.9rem;
  margin-right: 45px;
}
.maintenance-owner-landing-logo {
  text-align: left;
}
.maintenance-owner-landing-logo > img {
  max-width: 16rem;
  height: auto;
}
.label-tempo-code,
.label-danger {
  background-color: #003cfd;
}
.label-pitch {
  background-color: #0458c3 !important;
  color: white!important;
}
a.label-pitch:hover {
  background-color: #003cfd;
}
.icon-no-tempo-code {
  color: #003cfd;
}
.label.status.track-category-masters {
  background-color: orange;
}
.label.status.track-category-demo {
  background-color: hotpink;
}
.label.status.track-category-release {
  background-color: #232329;
}
.label.status.track-category-pre-release {
  background-color: blue;
  color: #fff;
}
.label.status.track-category-owned-by {
  background-color: #5cb85c;
}
.label-stack .label {
  margin-bottom: 1px;
}
.label-default {
  color: #FFF;
  background-color: #262629;
}
.dl-compact dt {
  width: 80px;
  float: left;
}
.dl-compact dd {
  margin-left: 90px;
}
.dl-small {
  font-size: 86%;
}
.dl-left dt {
  text-align: left;
}
dl.dl-col-md-2,
dl.dl-col-lg-3 {
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
}
dl.column-border {
  -webkit-column-rule: 1px outset rgba(0, 0, 0, 0.1);
  -moz-column-rule: 1px outset rgba(0, 0, 0, 0.1);
  column-rule: 1px outset rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  dl.dl-col-md-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
@media screen and (min-width: 1200px) {
  dl.dl-col-lg-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
}
.list-icons .icon {
  margin-right: 10px;
}
.sidebar {
  background-color: #232329;
  background-image: url(/build086cd3152920473af427.png);
  background-repeat: no-repeat;
  background-size: 148px;
  background-position: 11px 11px;
  padding-top: 60px;
  top: 0!important;
  height: 100%!important;
  z-index: 1040;
  opacity: 1;
  padding-bottom: 15px;
  color: #000;
  -webkit-transition: left 0.3s ease-in, opacity 0.2s ease-in;
  -moz-transition: left 0.3s ease-in, opacity 0.2s ease-in;
  -ms-transition: left 0.3s ease-in, opacity 0.2s ease-in;
  -o-transition: left 0.3s ease-in, opacity 0.2s ease-in;
  transition: left 0.3s ease-in, opacity 0.2s ease-in;
}
.sidebar .section-title:first-child {
  margin-top: 0;
  padding-top: 15px;
  color: #DDD;
}
.sidebar .section-title:first-child .fa {
  display: none;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar label {
  color: #EEE;
}
.sidebar h2 {
  font-size: 1.1rem;
}
.sidebar h3 {
  font-size: 1rem;
}
.sidebar .fa-lg {
  font-size: 1rem;
}
.sidebar label {
  font-size: 0.85rem;
}
.sidebar input,
.sidebar select {
  background-color: #EEE;
  color: #42424D;
}
.sidebar .box {
  border-top: 1px solid #2f2f37;
  margin: 0 -15px;
  padding: 15px;
}
.sidebar .box h1,
.sidebar .box h2,
.sidebar .box h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.sidebar .form-group .form-control {
  height: 1.9rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.sidebar .form-group select.form-control {
  height: 1.9rem;
  line-height: 1.9rem;
}
.sidebar .form-group textarea.form-control,
.sidebar .form-group select[multiple].form-control {
  height: auto;
}
.sidebar .form-group .form-control-static {
  height: 1.9rem;
  min-height: 2.27857143rem;
  padding: 1.3125rem 0.625rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.sidebar a {
  color: #DDD;
}
.satv-sidebar-handle {
  display: none!important;
}
.pitch-sidebar-handle {
  display: none;
}
.sidebar-content {
  background-color: #232329;
}
@media screen and (max-width: 991px) {
  body.has-sidebar .pitch-sidebar-handle {
    display: block;
  }
}
.modal-dialog.wide {
  width: auto;
  max-width: 1000px;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5 {
  font-size: 1.4rem;
  margin: 0;
  padding: 5px;
  color: #003cfd;
  font-weight: 700;
  line-height: 1.1;
}
.modal-header.alert {
  background-color: #003cfd;
  color: white;
}
.modal-header.alert a {
  color: white;
  text-decoration: underline;
}
.modal-header.alert a:hover {
  color: inherit;
}
.modal-dialog.center-contents {
  height: 100%;
  margin: 0 auto;
}
.modal-windowless {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-content {
  color: #000;
}
.modal-content.windowless {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.satv-tabs-wraps-modal-body .nav-tabs {
  margin: 10px 15px;
}
.modal .panel {
  background-color: #FFF;
}
.modal {
  z-index: 1200 !important;
}
.mogs-labels {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  height: 40rem;
}
.mogs-labels-block {
  width: auto;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
  color: black;
}
.mogs-labels-block label {
  color: black;
}
.mogs-list {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}
.mogs-list table {
  width: 100%;
}
.mogs-list table td,
.mogs-list table th {
  padding: 8px;
  text-align: center;
}
.mogs-list input,
.mogs-list span,
.mogs-list button {
  color: black;
  margin: 1rem;
  width: 25rem;
}
.mog-layout {
  margin-left: 120px !important;
  padding-top: 50px !important;
}
.create-new-mog-button {
  color: #FFF !important;
  background-color: #003cfd;
}
.icon-animate-down .icon {
  animation: icon-animate-down 1s infinite;
}
@keyframes icon-animate-down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 5px);
    opacity: 0;
  }
}
.hover-fade-in {
  opacity: 0;
}
a:hover .hover-fade-05,
button:hover .hover-fade-05 {
  opacity: 0.5;
}
a:hover .hover-fade-in,
button:hover .hover-fade-in {
  opacity: 1;
}
.hover-fade-out {
  opacity: 1;
}
a:hover .hover-fade-out,
button:hover .hover-fade-out {
  opacity: 0;
}
a:hover .hover-grow {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
.btn-animate {
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, opacity 0.2s ease-in;
}
.txt-animate {
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.animate-scale,
.animate-transform {
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.animate-scale.fast,
.animate-transform.fast {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
a:hover .animate-scale {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.slide-from-right-container {
  position: relative;
}
.slide-from-right {
  -webkit-transition: transform 0.2s ease-in, opacity 0.3s ease-in;
  -moz-transition: transform 0.2s ease-in, opacity 0.3s ease-in;
  -ms-transition: transform 0.2s ease-in, opacity 0.3s ease-in;
  -o-transition: transform 0.2s ease-in, opacity 0.3s ease-in;
  transition: transform 0.2s ease-in, opacity 0.3s ease-in;
  transform: translate(100%, 0px);
  opacity: 0;
  right: 0;
  position: relative;
}
.slide-from-right.align-bottom {
  position: absolute;
  bottom: 10px;
}
.slide-from-right.slide-from-right-active {
  transform: translate(0%, 0px);
  opacity: 1;
}
.slide-from-right.slide-from-right-slow {
  -webkit-transition: transform 0.5s ease-in, opacity 0.7s ease-in;
  -moz-transition: transform 0.5s ease-in, opacity 0.7s ease-in;
  -ms-transition: transform 0.5s ease-in, opacity 0.7s ease-in;
  -o-transition: transform 0.5s ease-in, opacity 0.7s ease-in;
  transition: transform 0.5s ease-in, opacity 0.7s ease-in;
}
a:hover .slide-from-right {
  transform: translate(0%, 0px);
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .slide-from-right-lg {
    -webkit-transition: transform 0.2s ease-in, opacity 0.3s ease-in;
    -moz-transition: transform 0.2s ease-in, opacity 0.3s ease-in;
    -ms-transition: transform 0.2s ease-in, opacity 0.3s ease-in;
    -o-transition: transform 0.2s ease-in, opacity 0.3s ease-in;
    transition: transform 0.2s ease-in, opacity 0.3s ease-in;
    transform: translate(100%, 0px);
    opacity: 0;
    right: 0;
    position: relative;
  }
  .slide-from-right-lg.slide-from-right-active {
    transform: translate(0%, 0px);
    opacity: 1;
  }
  .slide-from-right-lg.slide-from-right-slow {
    -webkit-transition: transform 0.5s ease-in, opacity 0.7s ease-in;
    -moz-transition: transform 0.5s ease-in, opacity 0.7s ease-in;
    -ms-transition: transform 0.5s ease-in, opacity 0.7s ease-in;
    -o-transition: transform 0.5s ease-in, opacity 0.7s ease-in;
    transition: transform 0.5s ease-in, opacity 0.7s ease-in;
  }
}
.animate-opacity,
.fade-in.ng-hide-animate {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.fade-in {
  opacity: 1;
}
.fade-in.ng-hide-add,
.fade-in.ng-hide-remove {
  transition: opacity linear 0.5s;
}
.fade-in.ng-hide {
  opacity: 0;
}
.fade-out {
  opacity: 1;
}
.fade-out.ng-hide-add,
.fade-ou.ng-hide-remove {
  transition: opacity linear 0.5s;
}
.fade-out.ng-hide {
  opacity: 0;
}
.filter_tree_element {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline;
  padding: 0;
}
.filter_tree_element filter_tree_element_underneath {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: 0;
  padding-left: 9;
}
.filter_tree_element filter_tree_element_underneath a {
  padding: 0;
  padding-left: 9;
  display: inline;
}
.filter_tree_element .filter_tree_element_overbox {
  position: absolute;
  top: 6px;
  left: -48px;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  letter-spacing: 0px;
  opacity: 0;
  width: 40px;
}
.filter_tree_element:hover .filter_tree_element_overbox {
  opacity: 1;
}
.filter_tree_element .filter_tree_element_overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateX(-90px);
  -webkit-transform: translateX(-90px);
}
.filter_tree_element .filter_tree_element_title {
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.filter_tree_element:hover .filter_tree_element_title,
.filter_tree_element:focus .filter_tree_element_title {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.filter_tree_element .filter_tree_element_tagline {
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}
.filter_tree_element:hover .filter_tree_element_tagline,
.filter_tree_element:focus .filter_tree_element_tagline {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  display: inline-block;
  vertical-align: 109%;
}
*:focus {
  outline: 3px solid transparent !important;
  border: none;
}
*:focus:not(.navbar):not(button):not(.btn):not(.caption-box):not(.thumbnail):not(.modal):not([type='checkbox']):not(.satv-paginate):not(input):not(.input-group-addon):not(.input-group-btn):not(select):not(.input-group-element):not(.dropdown-menu):not(textarea):not(.medialist-tr):not(.not-accessible),
.navbar .btn:focus {
  outline: 2px solid #003cfd !important;
  text-decoration: none;
}
.btn:focus:not(.input-group-element) {
  outline: 2px solid #003cfd !important;
}
.caption-box:focus,
.thumbnail:focus,
[type='checkbox']:focus,
.satv-paginate-link:focus,
input:focus,
.input-group-addon:focus,
.input-group-btn:focus,
select:focus,
.input-group-element:focus,
textarea:focus {
  outline: 2px solid #003cfd !important;
}
.screenreader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
form i.required,
form sup.required {
  color: #003cfd;
}
form label > .fa {
  font-size: 0.6rem;
}
form .fa-asterisk {
  color: #003cfd;
}
.form-inline > * {
  margin: 5px 3px;
}
.form-inline > * label {
  margin-right: 5px;
}
.thumbnail img {
  width: 100%;
}
.thumbnail.thumbnail-opaque {
  background-color: transparent;
}
.thumbnail.thumbnail-max-350 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
button.thumbnail {
  border: none;
}
.panel {
  background-color: #232329;
}
.panel .panel-heading {
  font-weight: 100;
  font-size: 1.2rem;
  background-color: #232329;
}
.panel .panel-heading h1,
.panel .panel-heading h2,
.panel .panel-heading h3,
.panel .panel-heading h4,
.panel .panel-heading h5,
.panel .panel-heading h6 {
  font-size: 1.2rem;
  font-weight: 100;
  padding: 0;
  margin: 0;
}
.panel.panel-primary {
  border: none;
}
.panel.panel-bare {
  border: none;
}
.panel.panel-bare .panel-body {
  padding: 0;
}
.panel.panel-dark {
  background-color: #232329;
}
.panel.panel-dark .panel-heading {
  color: white;
}
.panel.scroll-panel .scroll-panel-wrapper {
  position: relative;
}
.panel.scroll-panel .scroll-panel-wrapper .scroll-container {
  overflow-y: hidden;
}
.panel.scroll-panel .scroll-panel-wrapper .scroll-container .scroll-container-inner {
  position: relative;
}
.panel.scroll-panel .btn-up,
.panel.scroll-panel .btn-down {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 999;
}
.panel.scroll-panel .btn-up {
  top: 0;
}
.panel.scroll-panel .btn-down {
  bottom: 0;
}
.panel.panel-info {
  border: none;
}
.panel.panel-info .panel-heading {
  background-color: #232329;
  border: none;
}
.panel .panel-heading .form-inline label {
  font-size: 0.9rem;
}
.white-background-app .panel {
  background-color: #FFF;
}
.white-background-app .panel .panel-heading {
  background-color: #FFF;
}
.white-background-app .panel.panel-info .panel-heading {
  background-color: #FFF;
}
/**
 * Renders a container with a height determined by a pre-set aspect ration.
 *
 * @author Mark Cremer <mark@firstcoders.co.uk>
 *
 * <div class="row">
 *  <div class="col-md-3">
 *      <div class="aspect-height aspect-650-350">
 *          <a class="thumbnail container-wrapper">
 *              <div class="image-wrapper" style="background-image: url('....'); background-size:cover;">
 *              </div>
 *          </a>
 *      </div>
 *      ...
 *  </div>
 * </div>
 */
.aspect-height {
  position: relative;
  height: 0;
}
.aspect-height .container-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.aspect-height.aspect-1-1 {
  padding-bottom: 100%;
}
.aspect-height.aspect-2-1 {
  padding-bottom: 50%;
}
.aspect-height.aspect-650-350 {
  padding-bottom: 53.84615385%;
}
.play-panel .panel-heading {
  font-size: 1.25rem;
  padding: 15px;
}
.play-panel .play-panel-link {
  overflow: hidden;
  display: block;
  clear: both;
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
}
.play-panel .play-panel-link .title {
  color: white;
}
.play-panel .play-panel-link .play-panel-btn {
  float: left;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.play-panel .play-panel-link .play-panel-btn:focus,
.play-panel .play-panel-link .play-panel-btn:active,
.play-panel .play-panel-link .play-panel-btn:focus:active {
  outline: none;
  background-color: #003cfd;
}
.play-panel .play-panel-link .play-panel-details {
  overflow: hidden;
  padding: 5px 15px;
  line-height: 25px;
}
.play-panel .play-panel-link:hover {
  background-color: #3a3a45;
}
.play-panel .play-panel-link:hover .play-panel-btn .circle {
  background-color: #003cfd;
}
.play-panel .play-panel-link .btn-play {
  text-align: left;
}
.play-panel .play-panel-link .btn-play:focus,
.play-panel .play-panel-link .btn-play:active,
.play-panel .play-panel-link .btn-play:focus:active {
  outline: none;
}
.play-panel .play-panel-link.is-playing {
  background-color: #003cfd;
}
.play-panel .play-panel-link [role="button"].disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.play-panel.with-download {
  overflow: hidden;
  height: auto;
}
.play-panel.with-download .btn-play {
  width: auto;
  overflow: hidden;
}
.play-panel .btn-group {
  float: right;
  padding: 10px;
}
.play-panel .btn-group .btn {
  border: 1px solid rgba(0, 0, 0, 0.5);
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  color: #999;
}
.play-panel .btn-group .btn:hover {
  background-color: #003cfd;
  color: white;
}
.play-panel .btn-down,
.play-panel .btn-up {
  font-size: 1.9rem;
  line-height: 30px;
  border-radius: 0;
}
.shadow-box {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.shadow-box.hover-shadow:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.shadow-box.animate {
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.shadow-box.hover-shadow-box {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
}
.shadow-box.hover-shadow-box:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.btn-primary:hover {
  background-color: #0458c3;
  color: #F9EDED;
}
.btn-shadow {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.btn-opaque {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-opaque:focus,
.btn-opaque.focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-opaque:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-opaque:active,
.btn-opaque.active,
.open > .dropdown-toggle.btn-opaque {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: none;
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-opaque:active:hover,
.btn-opaque.active:hover,
.open > .dropdown-toggle.btn-opaque:hover,
.btn-opaque:active:focus,
.btn-opaque.active:focus,
.open > .dropdown-toggle.btn-opaque:focus,
.btn-opaque:active.focus,
.btn-opaque.active.focus,
.open > .dropdown-toggle.btn-opaque.focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-opaque.disabled:hover,
.btn-opaque[disabled]:hover,
fieldset[disabled] .btn-opaque:hover,
.btn-opaque.disabled:focus,
.btn-opaque[disabled]:focus,
fieldset[disabled] .btn-opaque:focus,
.btn-opaque.disabled.focus,
.btn-opaque[disabled].focus,
fieldset[disabled] .btn-opaque.focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-opaque .badge {
  color: rgba(0, 0, 0, 0.1);
  background-color: white;
}
.btn-clear {
  color: #262629;
  background-color: white;
  border-color: #ddd;
}
.btn-clear:focus,
.btn-clear.focus {
  color: #262629;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.btn-clear:hover {
  color: #262629;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-clear:active,
.btn-clear.active,
.open > .dropdown-toggle.btn-clear {
  color: #262629;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #bebebe;
}
.btn-clear:active:hover,
.btn-clear.active:hover,
.open > .dropdown-toggle.btn-clear:hover,
.btn-clear:active:focus,
.btn-clear.active:focus,
.open > .dropdown-toggle.btn-clear:focus,
.btn-clear:active.focus,
.btn-clear.active.focus,
.open > .dropdown-toggle.btn-clear.focus {
  color: #262629;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.btn-clear.disabled:hover,
.btn-clear[disabled]:hover,
fieldset[disabled] .btn-clear:hover,
.btn-clear.disabled:focus,
.btn-clear[disabled]:focus,
fieldset[disabled] .btn-clear:focus,
.btn-clear.disabled.focus,
.btn-clear[disabled].focus,
fieldset[disabled] .btn-clear.focus {
  background-color: white;
  border-color: #ddd;
}
.btn-clear .badge {
  color: white;
  background-color: #262629;
}
.btn-group-addon {
  color: #262629;
}
.btn-group-sm > .btn,
.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.8rem;
}
.btn-tracks-download-csv {
  margin-top: 1rem;
}
.slideshow .btn-lg {
  font-size: 1.2rem;
  padding: 15px 20px;
}
.slideshow .thumbnail {
  margin-bottom: 0;
}
.slideshow.bg-dark {
  background-color: #232329;
}
.slideshow .social-icons.top-right {
  position: absolute;
  right: 25px;
  top: 25px;
}
.slideshow .social-icons.top-right a {
  color: white;
}
.slideshow .social-icons.top-right a:hover,
.slideshow .social-icons.top-right a:active,
.slideshow .social-icons.top-right a:focus,
.slideshow .social-icons.top-right a:active:focus {
  color: #003cfd;
}
.satv-tiles.homepage-tiles {
  margin-top: 0 !important;
}
.satv-tiles.homepage-tiles .satv-tile {
  padding: 0px 10px !important;
}
.satv-tiles.homepage-tiles .scroll-container {
  height: initial !important;
  overflow-x: hidden !important;
}
.satv-tiles.homepage-tiles .ctrl.ctrl-right {
  right: 0px;
}
.satv-tiles.homepage-tiles .ctrl.ctrl-left {
  left: 0px;
}
@media screen and (max-width: 1199px) {
  .satv-tiles.homepage-tiles .ctrl.ctrl-left {
    left: 15px;
  }
}
.satv-tiles.homepage-tiles .ctrl.btn-default {
  border: 0px;
  padding: 0.3rem 0.5rem !important;
}
.satv-tiles.homepage-tiles.size-lg {
  height: initial !important;
}
@media screen and (min-width: 992px) {
  .slideshow .slide-from-right-lg {
    right: -15px;
  }
  .slideshow .slide-from-right-lg .text-box-emphasis {
    margin-left: -15px;
    position: absolute;
    height: 100%;
    right: -1000px;
    left: 15px;
    padding: 25px;
  }
  .slideshow .slide-from-right-lg .text-box-emphasis .row {
    max-width: 585px;
    height: 100%;
  }
  .slideshow .row-equal-lg {
    min-height: 315px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slideshow .slide-from-right-lg .text-box-emphasis {
    line-height: 27px;
    padding: 15px;
  }
  .slideshow .slide-from-right-lg .text-box-emphasis .row {
    max-width: 500px;
  }
  .slideshow .slide-from-right-lg .text-box-emphasis .row .btn-lg {
    padding: 6px 12px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .home-featured-tracks.play-panel .scroll-container {
    position: relative;
    height: 0;
    padding-bottom: 366.5%;
  }
  .home-featured-tracks.play-panel .scroll-container .container-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .home-featured-tracks.play-panel .scroll-container.aspect-1-1 {
    padding-bottom: 100%;
  }
  .home-featured-tracks.play-panel .scroll-container.aspect-2-1 {
    padding-bottom: 50%;
  }
  .home-featured-tracks.play-panel .scroll-container.aspect-650-350 {
    padding-bottom: 53.84615385%;
  }
}
/*
 * A play icon with a circle around it.
 *
 * EXAMPLE:
 * <div class="icon-circle">
 *     <div class="circle animate">
 *         <i class="icon fa fa-play"></i>
 *     </div>
 * </div>
 */
.icon-circle {
  font-size: 1.7rem;
}
.icon-circle .circle {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
}
.icon-circle .circle .icon {
  color: white;
  line-height: 60px;
}
.icon-circle.emphasis .circle {
  background-color: #0458c3;
}
.icon-circle.small {
  font-size: 1.7rem;
}
.icon-circle.small .circle {
  width: 45px;
  height: 45px;
}
.icon-circle.small .circle .icon {
  line-height: 45px;
}
.icon-circle .fa-play {
  padding-left: 4px;
}
a:hover .icon-circle .circle,
a:active .icon-circle .circle,
a:focus .icon-circle .circle,
a:focus:active .icon-circle .circle,
button:hover .icon-circle .circle,
button:active .icon-circle .circle,
button:focus .icon-circle .circle,
button:focus:active .icon-circle .circle {
  background-color: #003cfd;
}
.main-footer {
  min-height: 200px;
  background-color: #232329;
  background-image: -webkit-linear-gradient(top, #232329 0%, #17171b 100%);
  background-image: -o-linear-gradient(top, #232329 0%, #17171b 100%);
  background-image: linear-gradient(to bottom, #232329 0%, #17171b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff232329', endColorstr='#ff17171b', GradientType=0);
  background-repeat: repeat-x;
  padding: 20px 30px;
}
.main-footer a {
  color: #BBB;
}
.main-footer a.text-muted {
  color: #777;
}
.main-footer a:hover {
  color: white;
}
/**
 * A mask that covers a container with contents.
 *
 * Example with image covered on hover.
 * <a class="mask-wrapper">
 *     <img src="..."></img>
 *     <div class="caption animate-opacity spd-05 hover-fade-in mask mask-dark-6 center-contents">
 *         <div class="text-center">
 *             <div class="mask-heading">[[video.title]]</div>
 *             <div class="mask-body">[[video.track]]</div>
 *             <div class="mask-body">[[video.artist]]</div>
 *         </div>
 *     </div>
 * </a>
 */
.mask-wrapper {
  position: relative;
}
.mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  z-index: 998;
}
.mask.overlay {
  width: auto;
  height: auto;
}
.mask .mask-heading {
  font-size: 1.25rem;
  font-weight: 100;
}
.mask .mask-heading.mask-heading-lg {
  font-size: 1.5rem;
}
.mask .mask-heading.valign-bottom {
  position: absolute;
  bottom: 0;
}
.mask .title {
  font-size: 1.5rem;
  font-weight: 100;
}
.mask.mask-dark-6 {
  background-color: rgba(0, 0, 0, 0.6);
}
.mask.mask-dark-6 .mask-heading {
  color: white;
}
.mask.mask-dark-6 .mask-body {
  color: #BBB;
}
.mask.mask-light-6 {
  background-color: rgba(255, 255, 255, 0.6);
}
.mask.animate {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mask.fade-in.fade-in.ng-enter {
  opacity: 0;
}
.mask.fade-in.fade-in.ng-enter.ng-enter-active {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .mask .mask-heading.mask-heading-lg {
    font-size: 1rem;
  }
}
.caption-box {
  position: relative;
  overflow: hidden;
  background-color: #232329;
  margin-bottom: 30px;
  border: none;
  color: #FFF;
}
.caption-box img {
  height: auto;
}
.caption-box .caption {
  background-color: #232329;
  line-height: 22.5px;
  padding: 10px;
}
.caption-box .caption .title {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 25px;
}
.caption-box .label {
  position: absolute;
  top: 8px;
  left: 8px;
  font-weight: 100;
  font-size: 1rem;
  min-width: 75px;
  background-color: #003cfd;
  color: white;
  border-radius: 0;
  padding: 5px;
}
.caption-box:hover,
.caption-box:active {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .caption-box.collapse-sm img,
  .caption-box.collapse-sm .caption {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .caption-box.square,
  .caption-box .square {
    position: relative;
    height: 0;
    padding-bottom: 100%;
  }
  .caption-box.square .container-wrapper,
  .caption-box .square .container-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .caption-box.square.aspect-1-1,
  .caption-box .square.aspect-1-1 {
    padding-bottom: 100%;
  }
  .caption-box.square.aspect-2-1,
  .caption-box .square.aspect-2-1 {
    padding-bottom: 50%;
  }
  .caption-box.square.aspect-650-350,
  .caption-box .square.aspect-650-350 {
    padding-bottom: 53.84615385%;
  }
  .caption-box .caption.align-bottom {
    overflow: hidden;
    width: 100%;
    max-height: 61px;
    padding: 6px 8px;
    position: absolute;
    bottom: -1px;
    height: 100%;
  }
  .caption-box .caption.align-bottom.animate {
    -webkit-transition: max-height 0.2s ease-in, background-color 0.2s ease-in;
    -moz-transition: max-height 0.2s ease-in, background-color 0.2s ease-in;
    -ms-transition: max-height 0.2s ease-in, background-color 0.2s ease-in;
    -o-transition: max-height 0.2s ease-in, background-color 0.2s ease-in;
    transition: max-height 0.2s ease-in, background-color 0.2s ease-in;
  }
  .caption-box .caption.fix-to-bottom {
    position: relative;
    z-index: 999;
  }
  .caption-box:hover .caption.slide-up {
    max-height: 100%;
  }
  .caption-box:hover .caption.slide-up.align-bottom {
    bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .rect,
  .rect {
    position: relative;
    height: 0;
    padding-bottom: 118%;
  }
  .rect .container-wrapper,
  .rect .container-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .rect.aspect-1-1,
  .rect.aspect-1-1 {
    padding-bottom: 100%;
  }
  .rect.aspect-2-1,
  .rect.aspect-2-1 {
    padding-bottom: 50%;
  }
  .rect.aspect-650-350,
  .rect.aspect-650-350 {
    padding-bottom: 53.84615385%;
  }
  .caption-box-flex {
    display: flex;
  }
  .caption-box-flex .caption-box {
    height: 100%;
    flex: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .caption-box-flex .caption-box {
    flex: auto;
  }
}
@media screen and (min-width: 992px) {
  .rect,
  .rect {
    position: relative;
    height: 0;
    padding-bottom: 118%;
  }
  .rect .container-wrapper,
  .rect .container-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .rect.aspect-1-1,
  .rect.aspect-1-1 {
    padding-bottom: 100%;
  }
  .rect.aspect-2-1,
  .rect.aspect-2-1 {
    padding-bottom: 50%;
  }
  .rect.aspect-650-350,
  .rect.aspect-650-350 {
    padding-bottom: 53.84615385%;
  }
}
@media screen and (min-width: 992px) {
  .rect,
  .rect {
    position: relative;
    height: 0;
    padding-bottom: 122%;
  }
  .rect .container-wrapper,
  .rect .container-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .rect.aspect-1-1,
  .rect.aspect-1-1 {
    padding-bottom: 100%;
  }
  .rect.aspect-2-1,
  .rect.aspect-2-1 {
    padding-bottom: 50%;
  }
  .rect.aspect-650-350,
  .rect.aspect-650-350 {
    padding-bottom: 53.84615385%;
  }
}
table .td-col-1 {
  width: 100% / 30;
}
table .td-col-2 {
  width: 100% / 15;
}
table .td-col-3 {
  width: 100% / 10;
}
table .td-col-4 {
  width: 100% / 7.5;
}
table .td-col-5 {
  width: 100% / 6;
}
table .td-col-6 {
  width: 100% / 5;
}
table .td-col-7 {
  width: 100% / 4.28571429;
}
table .td-col-8 {
  width: 100% / 3.75;
}
table .td-col-9 {
  width: 100% / 3.33333333;
}
table .td-col-10 {
  width: 100% / 3;
}
table tr.selected {
  background-color: #F9EDED;
}
table tr.disabled {
  color: #AAA;
}
table tr.text-strikethrough td {
  text-decoration: line-through;
}
table tr.is-playing {
  color: #003cfd;
}
table .btn-link {
  padding: 0;
}
.table-pitch-by-artists-and-writers thead th {
  min-width: 50px;
  border: none;
}
.table-pitch-by-artists-and-writers tbody td {
  min-width: 50px;
}
.table-pitch-details {
  border-collapse: collapse;
  width: 100%;
}
.table-pitch-details td,
.table-pitch-details th {
  border: 1px solid #ddd;
  padding: 8px;
}
.table-pitch-details tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table-pitch-details tr:hover {
  background-color: #ddd;
}
.table-pitch-details th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #939198;
  color: white;
}
.table-pitch-details-container {
  width: 90%;
}
.center-contents-wrapper,
.flex-wrapper {
  display: flex;
  flex-direction: column;
}
.center-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .center-contents-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
  }
}
.hover-spy-hover .hover-spy-el {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hover-spy-hover .hover-spy-el:hover,
.hover-spy-hover .hover-spy-el:active,
.hover-spy-hover .hover-spy-el:focus {
  -webkit-filter: inherit;
  filter: inherit;
}
.hover-spy-el {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
body .player-aware,
body .main-content,
body .sidebar {
  padding-bottom: 95px;
}
body.player-open .player-aware,
body.player-open .main-content,
body.player-open .sidebar {
  padding-bottom: 165px;
}
@media screen and (min-width: 768px) {
  .spaced {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .spaced-all {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .spaced-top {
    margin-top: 70px;
  }
  .spaced-sm {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .spaced {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .spaced-all {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .spaced-top {
    margin-top: 70px;
  }
}
.unspaced {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}
.flex-end {
  align-self: flex-end;
}
.container.narrow {
  max-width: 700px;
}
.has-sidebar .container-sidebar-aware {
  max-width: 920px;
}
/**
 * height-full
 *
 * class to give a container a min-height relative to the browser window
 */
.height-full {
  min-height: 100vh;
}
.height-1-3-o-width {
  min-height: 33vw;
}
.height-full-minus {
  min-height: 100vh;
  min-height: -webkit-calc(100vh - 100px);
  min-height: -moz-calc(100vh - 100px);
  min-height: calc(100vh - 100px);
}
.overflow-x-hide {
  overflow-x: hidden;
}
.spaced-left-sm {
  margin-left: 5px;
}
.list-group .list-group-item.drag-over {
  background-color: #F9EDED;
}
.list-group.list-group-horizontal {
  overflow: hidden;
}
.list-group.list-group-horizontal .list-group-item {
  float: left;
  height: 50px;
  line-height: 30px;
}
.list-group.list-group-horizontal .list-group-item.square {
  width: 16.66666667%;
}
.list-group .active a {
  color: black;
}
.list-group .list-group-item-opaque:first-child {
  border-top: 1px solid rgba(3, 3, 3, 0.3);
}
.list-group .list-group-item-opaque {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(3, 3, 3, 0.3);
  color: white;
}
.list-group .list-group-item-opaque:hover,
.list-group .list-group-item-opaque:active,
.list-group .list-group-item-opaque:focus,
.list-group .list-group-item-opaque:active:focus {
  background-color: #0458c3;
  color: white;
}
.list-group .list-group-item-opaque.active {
  background-color: #003cfd;
  color: white;
}
.list-group .list-group-item-opaque.heading {
  color: #999999;
  cursor: pointer;
}
.list-group .list-group-item-opaque.heading:hover,
.list-group .list-group-item-opaque.heading:active,
.list-group .list-group-item-opaque.heading:focus {
  background-color: transparent;
}
.list-group .list-group-item-dark {
  background-color: rgba(35, 35, 41, 0.7);
  border: 1px solid rgba(3, 3, 3, 0.3);
  color: white;
}
.list-group .list-group-item {
  color: black;
}
.list-group .list-group-item button.pull-right {
  margin: -5px;
}
.text-box-emphasis .list-group .list-group-item-opaque {
  color: #FFF;
}
.list-group .controls {
  float: right;
  margin-top: -5px;
}
.list-group .controls .input-group-btn {
  display: inline-block;
  width: auto;
}
.list-group .list-group-item.active .controls .btn {
  color: white;
  padding: 5px;
}
.list-group-columns {
  overflow: hidden;
}
.list-group-columns .col-right {
  float: right;
}
.list-group-columns .col-fluid {
  float: none;
  overflow: hidden;
  padding-left: 10px;
}
.list-group-columns .col-fluid p:last-child {
  margin-bottom: 0;
}
.list-group-columns .col-left {
  float: left;
}
.list-group-columns .col-controls {
  width: 30px;
}
.list-group-columns .col-label {
  width: 85px;
}
.list-group-columns .col-label .label {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1200px) {
  .row.row-equal-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .row.row-equal-lg::before,
  .row.row-equal-lg::after {
    content: initial;
  }
  .row.row-equal-lg > [class*='col-'] {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .row.row-equal-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .row.row-equal-md::before,
  .row.row-equal-md::after {
    content: initial;
  }
  .row.row-equal-md > [class*='col-'] {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .row.row-equal-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .row.row-equal-sm::before,
  .row.row-equal-sm::after {
    content: initial;
  }
  .row.row-equal-sm > [class*='col-'] {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-fluid {
    float: none;
    overflow: hidden;
    width: auto;
  }
}
.bg-img.bg-img-cover {
  background-size: cover;
}
.bg-img.bg-img-center {
  background-position: center;
}
.text-light {
  font-weight: 100;
}
.text-underline {
  border-bottom: 1px solid #FFF;
}
.strong {
  font-weight: 700;
}
h1.text-underline,
h2.text-underline,
h3.text-underline {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.text-lg {
  font-size: 1.9rem;
}
.text-md {
  font-size: 1.2rem;
}
.text-sm {
  font-size: 0.8rem;
}
.no-break {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
h1 {
  line-height: 50px;
}
article .heading-decorative,
.article .heading-decorative {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  font-weight: 700;
}
article .heading-decorative:after,
.article .heading-decorative:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 200px;
  transform: translate(-50%, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
article p,
.article p,
article ul,
.article ul,
article dl,
.article dl {
  font-size: 1.1rem;
}
article dt,
.article dt {
  margin-top: 1rem;
}
a.article {
  color: #FFF;
  text-decoration: none;
}
a.article:hover {
  color: #FFF;
}
article p:first-child {
  margin-bottom: 1.42857143rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  article p:first-child {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
*::selection {
  background-color: #003cfd;
  color: white;
}
h1 {
  color: #FFF;
  font-weight: 100;
}
h1.text-dark,
h2.text-dark,
h3.text-dark,
h4.text-dark,
h5.text-dark,
h6.text-dark {
  color: #000;
}
.text-dark {
  color: #000;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 1.82rem;
    line-height: 2.08rem;
  }
}
.text-danger {
  color: #003cfd;
}
.link-color-sony-red {
  color: #d9534f;
}
.link-color-sony-red:hover {
  color: #d9534f;
}
.link-color-sony-gray {
  color: #b3b3b3;
}
.link-color-sony-gray:hover {
  color: #b3b3b3;
}
.text-white {
  color: #FFF !important;
}
.btn-go {
  color: #FFFFFF;
  background-color: #003cfd;
  border-color: #0036e4;
}
.btn-go:focus,
.btn-go.focus {
  color: #FFFFFF;
  background-color: #0030ca;
  border-color: #001864;
}
.btn-go:hover {
  color: #FFFFFF;
  background-color: #0030ca;
  border-color: #0027a6;
}
.btn-go:active,
.btn-go.active,
.open > .dropdown-toggle.btn-go {
  color: #FFFFFF;
  background-color: #0030ca;
  background-image: none;
  border-color: #0027a6;
}
.btn-go:active:hover,
.btn-go.active:hover,
.open > .dropdown-toggle.btn-go:hover,
.btn-go:active:focus,
.btn-go.active:focus,
.open > .dropdown-toggle.btn-go:focus,
.btn-go:active.focus,
.btn-go.active.focus,
.open > .dropdown-toggle.btn-go.focus {
  color: #FFFFFF;
  background-color: #0027a6;
  border-color: #001864;
}
.btn-go.disabled:hover,
.btn-go[disabled]:hover,
fieldset[disabled] .btn-go:hover,
.btn-go.disabled:focus,
.btn-go[disabled]:focus,
fieldset[disabled] .btn-go:focus,
.btn-go.disabled.focus,
.btn-go[disabled].focus,
fieldset[disabled] .btn-go.focus {
  background-color: #003cfd;
  border-color: #0036e4;
}
.btn-go .badge {
  color: #003cfd;
  background-color: #FFFFFF;
}
.btn-go:hover {
  background-color: #0458c3;
  color: #F9EDED;
}
.py-header-title h1,
.section-title {
  font-size: 25px;
}
.floating-indicators {
  position: fixed;
  z-index: 999;
}
.floating-indicators.bottom-right {
  bottom: 50px;
  right: 50px;
}
.floating-indicators.bottom-left {
  bottom: 50px;
  left: 50px;
}
.floating-indicators.bottom-center {
  bottom: 50px;
  left: 50%;
  margin-left: -25px;
}
.floating-indicators .indicator {
  border-radius: 100%;
  background-color: black;
  border: 5px solid rgba(255, 255, 255, 0.5);
  color: white;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 50px;
  height: 50px;
}
.floating-indicators .indicator:hover {
  border: 5px solid #003cfd;
}
.floating-indicators .indicator:focus,
.floating-indicators .indicator:active,
.floating-indicators .indicator:focus:active {
  outline: none;
  border: 5px solid #003cfd;
}
body.fc-dropnav-open .floating-indicators {
  display: none;
}
.text-box {
  font-size: 1.2rem;
  padding: 10px 15px;
  line-height: 28px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5 {
  font-weight: 700;
}
.text-box.text-sm {
  font-size: 1rem;
}
.text-box.text-box-emphasis {
  color: white;
  background-color: #232329;
}
.text-box.text-box-emphasis.opaque-md {
  background-color: rgba(35, 35, 41, 0.5);
}
.text-box.text-box-emphasis a,
.text-box.text-box-emphasis h1,
.text-box.text-box-emphasis h2,
.text-box.text-box-emphasis h3,
.text-box.text-box-emphasis h4,
.text-box.text-box-emphasis h5 {
  color: white;
}
.text-box.text-box-light {
  background-color: rgba(35, 35, 41, 0.1);
}
.text-box.text-box-dark {
  color: white;
  background-color: rgba(35, 35, 41, 0.9);
}
.text-box.text-box-dark.opaque-md {
  background-color: rgba(35, 35, 41, 0.6);
}
.text-box.text-box-dark a,
.text-box.text-box-dark h1,
.text-box.text-box-dark h2,
.text-box.text-box-dark h3,
.text-box.text-box-dark h4,
.text-box.text-box-dark h5 {
  color: white;
}
.text-box.text-box-dark p,
.text-box.text-box-dark.text-muted {
  color: #AAA;
}
a.text-box {
  text-decoration: none;
}
a.text-box.text-box-light {
  color: #FFF;
}
a.text-box.text-box-light:hover {
  color: #FFF;
  text-decoration: none;
}
.container-contact {
  padding: 0;
}
.container-contact h1 {
  line-height: 30px;
  font-size: 1.9rem;
}
.container-contact .text-box {
  position: relative;
}
.container-contact .text-box .list-group {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -10px;
}
.container-follow {
  position: relative;
  z-index: 999;
}
.container-follow h2,
.container-follow a {
  color: white;
  padding: 5px;
  font-size: 1.9rem;
}
.container-follow a {
  font-weight: 700;
}
.container-follow a:hover {
  color: #999999;
}
@media screen and (min-width: 992px) {
  .container-contact .text-box {
    width: 50%;
    position: absolute;
    bottom: 0;
    min-height: 280px;
    max-height: 80vh;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: min-height 0.3s ease-in-out;
    -moz-transition: min-height 0.3s ease-in-out;
    -ms-transition: min-height 0.3s ease-in-out;
    -o-transition: min-height 0.3s ease-in-out;
    transition: min-height 0.3s ease-in-out;
  }
  .container-contact .text-box.right {
    left: 50%;
  }
  .container-contact.box-height-4 .text-box {
    min-height: 333px;
  }
  .container-follow {
    margin-top: 10%;
  }
}
@media screen and (max-width: 991px) {
  .container-contact {
    display: flex;
    flex-direction: column;
  }
  .container-contact .text-box.right {
    flex: 1 0 auto;
  }
}
.songwriter-grid {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}
.songwriter-grid .wide,
.songwriter-grid .narrow {
  padding: 0;
}
.songwriter-grid .wide .thumbnail,
.songwriter-grid .narrow .thumbnail {
  overflow: hidden;
}
.songwriter-grid .wide .thumbnail:hover,
.songwriter-grid .narrow .thumbnail:hover,
.songwriter-grid .wide .thumbnail:active,
.songwriter-grid .narrow .thumbnail:active,
.songwriter-grid .wide .thumbnail:focus,
.songwriter-grid .narrow .thumbnail:focus {
  border-color: white;
}
.songwriter-grid .thumbnail {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .songwriter-grid > div:nth-child(4),
  .songwriter-grid > div:nth-child(8) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .songwriter-grid .wide {
    width: 48.14814815%;
  }
  .songwriter-grid .narrow {
    width: 25.92592593%;
  }
}
@media screen and (min-width: 1200px) {
  .songwriter-grid .wide {
    width: 38.23529412%;
  }
  .songwriter-grid .narrow {
    width: 20.58823529%;
  }
}
.slideshow {
  position: relative;
  overflow: hidden;
}
.slideshow .body {
  color: white;
}
.slideshow .body h1,
.slideshow .body h2,
.slideshow .body h3,
.slideshow .body h4,
.slideshow .body h5,
.slideshow .body p {
  color: white;
}
.slideshow .bg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  transform: translate(-50%, 0);
  left: 50%;
  object-fit: cover;
}
.slideshow .bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .slideshow.opaque-xs {
    background-color: #000;
  }
  .slideshow.opaque-xs .bg-wrapper {
    opacity: 0.6;
  }
  .slideshow .subject-right .bg,
  .slideshow.subject-right .bg {
    left: 0;
  }
}
.multi-img {
  position: relative;
}
.multi-img .fade-in.ng-hide-add {
  position: absolute;
  top: 0;
}
.route-loader-mask {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
}
.fc-presentation {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fc-presentation .fc-presentation-slide article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.fc-presentation .fc-presentation-slide:nth-child(odd) {
  background-color: #FFF;
  color: #000;
}
.fc-presentation .fc-presentation-slide:nth-child(odd) h1,
.fc-presentation .fc-presentation-slide:nth-child(odd) h2,
.fc-presentation .fc-presentation-slide:nth-child(odd) h3,
.fc-presentation .fc-presentation-slide:nth-child(odd) h4,
.fc-presentation .fc-presentation-slide:nth-child(odd) h5,
.fc-presentation .fc-presentation-slide:nth-child(odd) strong {
  color: #000;
}
.fc-presentation .fc-presentation-slide.animate .container {
  opacity: 0;
  transform: translate(0, 25px);
  -webkit-transition: transform 5s ease-in-out, opacity 1s ease-in;
  -moz-transition: transform 5s ease-in-out, opacity 1s ease-in;
  -ms-transition: transform 5s ease-in-out, opacity 1s ease-in;
  -o-transition: transform 5s ease-in-out, opacity 1s ease-in;
  transition: transform 5s ease-in-out, opacity 1s ease-in;
}
.fc-presentation .fc-presentation-slide.animate.active .container {
  transform: translate(0px, 0);
  opacity: 1;
}
.growl-item {
  background-color: #232329 !important;
  color: white!important;
  border: none!important;
  background-image: none!important;
}
.growl-item .growl-message {
  margin: 0!important;
}
.growl-item .close {
  color: #AAA !important;
  opacity: 1!important;
  text-shadow: none!important;
}
.growl-item .close:hover {
  color: white!important;
}
.badge-sm-em {
  background-color: #003cfd;
  font-size: 0.85rem;
}
.featured-content {
  position: relative;
}
.featured-content--uneditable .thumbnail {
  cursor: default;
}
.featured-content--uneditable .mask {
  display: none;
}
.featured-content-lock {
  position: absolute;
  top: 0;
  right: 15px;
  width: 45px;
  line-height: 45px;
  height: 45px;
  background-color: #aa3333;
  z-index: 999;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
}
.songwriter-grid .featured-content-lock {
  top: 15px;
}
.featured-content-lock a {
  display: block;
  width: 45px;
  height: 45px;
  color: #fff;
}
.thumbnail--wide img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  height: 85%;
  max-width: none;
}
.thumbnail--tall img {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: auto;
}
.skip-to-main-content {
  left: -999px;
  position: absolute;
  top: auto;
  overflow: hidden;
  z-index: -999;
  line-height: initial;
  color: #fff;
  background-color: #232329;
  border-radius: 5px;
  text-align: center;
}
.skip-to-main-content:focus,
.skip-to-main-content:active {
  padding: 15px;
  top: 5px;
  left: 5px;
  z-index: 2001;
}
html {
  font-size: 1rem;
}
pre {
  font-size: 1rem;
}
.form-control-feedback {
  width: calc(2.17857143rem  + 2px);
  height: calc(2.17857143rem  + 2px);
}
.input-lg + .form-control-feedback {
  width: calc(2.91666662rem  + 2px);
  height: calc(2.91666662rem  + 2px);
}
.input-sm + .form-control-feedback {
  width: calc(1.9rem  + 2px);
  height: calc(1.9rem  + 2px);
}
.form-control {
  height: calc(2.17857143rem  + 1px);
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding: 0.375rem;
  border: 1px solid transparent;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: calc(1.42857143rem + 0.375rem + 1px);
}
.form-horizontal .form-control-static {
  padding-top: 0.375rem;
  border-top: 1px solid transparent;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0.375rem;
    border-top: 1px solid transparent;
  }
}
.dropdown-menu .divider {
  margin: 0.4rem 0;
}
.nav-tabs li a {
  color: #000;
}
.nav-tabs li .active a {
  color: #FFF;
}
.white-background-app .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #fdfdfd;
  color: black;
}
.dropdown-menu {
  z-index: 1100;
}
.neighbouring-rights .list-group-item {
  background: none;
  color: #FFF !important;
  border: 0;
  border-bottom: 1px solid #97afff;
  padding-bottom: 10px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-bottom: 1rem;
  padding-left: 0;
}
.neighbouring-rights .team-headshots {
  margin-bottom: 1rem;
  line-height: initial;
}
.neighbouring-rights .team-headshots__tile {
  min-height: 400px;
}
.neighbouring-rights .team-headshots__tile__img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.neighbouring-rights .team-headshots__tile__img:hover {
  -webkit-filter: initial;
  /* Safari 6.0 - 9.0 */
  filter: initial;
}
.neighbouring-rights .team-headshots__tile__heading {
  margin-top: 10px;
}
.our-global-communities__filter {
  background-color: #003cfd !important;
  padding: 50px 0;
  position: relative;
}
.our-global-communities__filter__reset_all {
  position: absolute;
  bottom: -20px;
  right: 5px;
}
@media screen and (max-width: 991px) {
  .our-global-communities__filter__reset_all {
    position: relative;
  }
}
.our-global-communities__filter .btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0 !important;
}
.our-global-communities__filter .btn-white.active {
  color: #003cfd;
  background-color: #FFF;
}
.our-global-communities__filter .btn-white {
  background-color: #003cfd;
  color: white;
  border: 2px solid #FFF;
  font-weight: bold;
}
.our-global-communities__filter .btn-white:hover {
  color: #0d0d0d;
}
.our-global-communities__filter .btn-square {
  border-radius: 0;
}
.our-global-communities__filter .btn-no-border {
  border: 0;
}
.our-global-communities__filter__subfilters__btn {
  margin-top: 0.8rem;
  text-decoration: line-through;
}
.our-global-communities__filter__subfilters__btn .fa {
  display: none;
}
@media screen and (max-width: 991px) {
  .our-global-communities__filter__subfilters__btn {
    width: 80%;
    padding: 12px 0;
  }
}
.our-global-communities__filter__subfilters__btn.active {
  color: #fff;
  background-color: #000;
  border-inline: none;
  text-decoration: none;
}
.our-global-communities__filter__subfilters__btn.active .fa {
  display: inline;
}
.our-global-communities__filter__subfilters__btn:hover {
  color: #3a3a45;
}
@media screen and (max-width: 991px) {
  .our-global-communities__filter__main__btn {
    width: 85%;
  }
}
.our-global-communities__partners {
  padding: 30px 0 100px 0;
}
.our-global-communities__partners__partner__category {
  cursor: initial;
}
.our-global-communities__partners__partner__category :not(:first-child) {
  margin-left: 0.5rem;
}
.our-global-communities .filter-responsive {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .our-global-communities .filter-responsive {
    display: block;
  }
  .our-global-communities .spaced-left-sm {
    margin-left: 0;
    margin-top: 20px;
  }
}
body {
  background-color: #262629;
  padding-top: 0px;
  overflow-x: hidden;
}
body.fc-dropnav-open .sidebar,
body.fc-dropnav-open .satv-player {
  opacity: 0;
  z-index: 99;
}
.main-content {
  padding-top: 120px;
}
body.player-open .sidebar .sidebar-content {
  padding-bottom: 0;
}
.icon-list {
  margin-left: 1.3em;
  font-size: 1rem;
}
.icon-list li[class*="list-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -1.3em;
  width: 1.3em;
}
.icon-list li.list-icon-email:before {
  content: "\f1fa";
}
.icon-list li.list-icon-phone:before {
  content: "\f095";
}
.icon-list li {
  line-height: 25px;
}
.icon-list a {
  color: #FFF;
  margin-left: 0.5rem;
}
.icon-list .icon {
  margin-left: -1.3em;
  width: 1.3em;
  font-size: 1.2rem;
}
.container-muted {
  padding-top: 50px;
  background-color: #FFF;
  color: #000;
}
.container-muted h1,
.container-muted h2,
.container-muted h3,
.container-muted h4 {
  color: #000;
}
.container-muted h1:first-child {
  margin-top: 0;
}
.fa-spinner:before {
  content: "\f1ce" !important;
}
@media screen and (min-width: 1200px) {
  .col-synch-video {
    width: 725.39px;
  }
}
@media (min-width: 768px) {
  .dl-horizontal-max-width dt {
    float: left;
    clear: left;
    width: 600px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal-max-width dd {
    float: right;
    width: 200px;
  }
}
.selectable.selected {
  outline: 5px solid #003cfd !important;
}
.satv-paginate {
  margin-bottom: 25px;
}
.satv-status-icon {
  padding: 0;
  color: #003cfd;
}
.satv-paginate-link {
  color: #0458c3;
  font-size: 3.2rem;
}
.satv-paginate-link.dark {
  color: rgba(35, 35, 41, 0.5);
}
.satv-paginate-link.text-sm {
  font-size: 1.5rem !important;
}
.featured-playlist-title {
  color: white;
  font-weight: normal;
  font-size: 1.8rem;
}
.section-separator {
  margin-top: 1px solid #FFF;
}
.paralax-title {
  margin-top: -60px;
  margin-bottom: 40px;
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 991px) {
  .paralax-title {
    margin-top: -40px;
    margin-bottom: 20px;
  }
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 0;
}
.light-radius-box {
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #000;
  padding: 0.375rem 0.75rem;
}
.satv-cookie-notification {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
}
.sme-branding {
  padding: 12px 15px;
  text-align: right;
  background: #000;
  box-sizing: border-box;
  line-height: 1;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 100;
}
.sme-branding img {
  width: 70px;
  height: auto;
}
body.white-background-app {
  background-color: #FFF;
  color: #000;
}
.text-link {
  color: #97afff;
}

.favourite-button {
  background-color: #24242A;
}

@supports (object-fit: cover) {
  .thumbnail--instagram img {
    object-fit: cover;
    object-position: 50% 50%;
    height: auto;
    width: auto;
    min-height: 82%;
    min-width: 100%;
    position: absolute;
  }
}

