html,
body {
  touch-action: auto !important;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.btn.btn-raised:not(.btn-link):focus,
.btn.btn-raised:not(.btn-link):focus:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn,
.input-group-btn .btn {
  padding: 8px 12px;
}
@media (max-width: 374px) {
  .btn,
  .input-group-btn .btn {
    padding: 4px 4px;
  }
}
.well {
  background-color: #fff;
}
#header {
  background: url('../assets/header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
}
.logo-container {
  margin: 0 auto;
  text-align: right;
}
.logo {
  margin-top: 10px;
  margin-right: 10px;
  height: 52px;
}
#nav .title {
  display: inline-block;
  line-height: 60%;
}
@media (min-width: 768px) {
  .show-variables {
    display: none;
  }
  #nav .title {
    display: inline-block;
  }
}
/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
}
/* Toggle Styles */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: absolute;
  left: 250px;
  width: 0;
  height: 100%;
  padding-bottom: 60px;
  margin-left: -250px;
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
@media (min-width: 768px) {
  #wrapper {
    padding-left: 250px;
  }
  #wrapper.toggled {
    padding-left: 0;
  }
  #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
    padding-top: 0px;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  #quarterbacks #grid[data-columns]::before {
    content: '1 .col-xs-12';
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  #quarterbacks #grid[data-columns]::before {
    content: '1 .col-sm-12';
  }
}
@media screen and (min-width: 1040px) and (max-width: 1199px) {
  #quarterbacks #grid[data-columns]::before {
    content: '2 .col-md-6';
  }
}
@media screen and (min-width: 1200px) {
  #quarterbacks #grid[data-columns]::before {
    content: '2 .col-lg-6';
  }
}
@media screen and (max-width: 350px) {
  #quarterbacks .well {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 600px) {
  #page-content-wrapper,
  #quarterbacks {
    padding: 0;
  }
}
.sidebar-content {
  padding: 19px;
  padding-top: 0px;
  width: 250px;
}
.sidebar-content h3 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.sense-input {
  margin-top: 30px;
}
.glyphicon-info-sign {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.modal-body ul {
  list-style: none;
}
.tabs ul {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #03a9f4;
}
.tabs ul .active {
  background-color: #4477AA;
}
.qvplaceholder,
.qvobject {
  flex: 1 1 auto;
  height: 600px;
  min-width: 400px;
  margin: 0;
}


.sense-object h1 {
  margin: 0;
}
.sense-object .sel-toolbar-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sense-object .qv-object {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
