.ts {
  margin-left: 2em;
}

.ts2 {
  margin-left: 4em;
}

.mr5 {
  margin-right: 5px !important;
}

.sub-params th:first-child, .sub-params td:first-child {
  border-left: none;
}

body {
  position: relative;
  padding-top: 50px;
}

#header {
  background: #5bc0de;
  border-color: #28a1c5;
}
#header .navbar-collapse, #header .navbar-form {
  border-color: #28a1c5;
}
#header .navbar-toggle {
  border-color: #28a1c5;
}
#header .navbar-toggle:hover, #header .navbar-toggle:focus {
  background-color: #28a1c5;
}
#header .navbar-toggle.collapsed .icon-bar {
  background: white;
}
#header .navbar-brand {
  color: white;
  font-weight: bold;
}
#header .navbar-brand:visited {
  color: white;
}
#header .navbar-brand:focus {
  color: white;
}
#header .navbar-brand:hover {
  color: white;
}
#header .navbar-brand:active {
  color: white;
}
#header .navbar-nav > li > a {
  color: #d6eff6;
  background: inherit;
}
#header .navbar-nav > li > a:visited {
  color: #d6eff6;
}
#header .navbar-nav > li > a:focus {
  color: #d6eff6;
}
#header .navbar-nav > li > a:hover {
  color: #d6eff6;
}
#header .navbar-nav > li > a:active {
  color: #d6eff6;
}
#header .navbar-nav > .active > a {
  color: white;
  background: #28a1c5;
}
#header .navbar-nav > .active > a:visited {
  color: white;
}
#header .navbar-nav > .active > a:focus {
  color: white;
}
#header .navbar-nav > .active > a:hover {
  color: white;
}
#header .navbar-nav > .active > a:active {
  color: white;
}
#header .container {
  position: relative;
}
#header .github {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: absolute;
  top: 50px;
  right: 15px;
  background: #c7254e;
  color: white;
  border-top: none;
  padding: 10px 15px;
}
#header .github i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 16px;
  width: 16px;
  background: url("../img/github.png") no-repeat;
  -webkit-background-size: 16px, 16px;
  -moz-background-size: 16px, 16px;
  -o-background-size: 16px, 16px;
  background-size: 16px, 16px;
  overflow: hidden;
  margin-right: 10px;
}

.bs-footer {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 100px;
  color: #666666;
  border-top: 1px solid #e5e5e5;
}

#demo {
  margin-top: 50px;
}
#demo .panel-body {
  text-align: center;
}

.bar, .player-widget .volume .bar, .player-widget .progress-bar {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 2px;
  width: 100px;
  cursor: pointer;
  background: white;
  position: relative;
}
.bar .ui-slider-range, .player-widget .volume .bar .ui-slider-range, .player-widget .progress-bar .ui-slider-range {
  height: 2px;
  background: #ff6501;
}
.bar .ui-slider-handle, .player-widget .volume .bar .ui-slider-handle, .player-widget .progress-bar .ui-slider-handle {
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background: #ff6501;
  top: -1.5px;
}

.player-widget {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  *zoom: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  width: 320px;
  background: #5bc0de;
  position: relative;
  padding-bottom: 3px;
}
.player-widget:after {
  content: "";
  display: table;
  clear: both;
}
.player-widget .glyphicon {
  color: white;
}
.player-widget .glyphicon:hover {
  color: #d6eff6;
}
.player-widget .opts {
  padding-left: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17.5px;
}
.player-widget .opts > span {
  cursor: pointer;
}
.player-widget .opts .ctrl {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 2px solid white;
}
.player-widget .opts .ctrl:hover {
  background: #28a1c5;
}
.player-widget .opts .ctrl:hover i {
  color: white;
}
.player-widget .opts .ctrl i {
  font-size: 17px;
}
.player-widget .opts .mode {
  margin-left: 12px;
}
.player-widget .opts .mode i {
  width: 1.2em;
}
.player-widget .volume {
  position: absolute;
  left: 140px;
  top: 50%;
  margin-top: -10px;
}
.player-widget .volume i {
  width: 1.2em;
  text-align: left;
  color: #ff6501;
  cursor: pointer;
}
.player-widget .volume i:hover {
  color: #ff6501;
}
.player-widget .volume.mute .bar, .player-widget .volume.mute .progress-bar {
  background: #d6eff6;
}
.player-widget .avatar, .player-widget .avatar img {
  display: inline;
  float: right;
  height: 50px;
  width: 50px;
}
.player-widget .progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
}
.player-widget .progress-bar, .player-widget .progress-bar .ui-slider-range {
  height: 3px;
}
.player-widget .progress-bar.ui-state-disabled {
  cursor: default;
}
.player-widget .progress-bar.ui-state-disabled .ui-slider-handle {
  cursor: default;
}

.panel-default.highlight {
  border: none;
}
.panel-default.highlight .panel-heading {
  border: 1px solid #dddddd;
  border-bottom: none;
}
.panel-default.highlight .panel-body {
  border: 1px solid #dddddd;
  border-top: none;
}
.panel-default.highlight .panel-footer {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top: none;
  padding: 0;
}
.panel-default.highlight .gist-file {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
