.panel {
  border: none;
  border-radius: 0px;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25); }
  .panel.animated {
    animation-duration: 0.5s; }
  .panel.viewport100 {
    height: calc(100vh - 218px); }

.panel > .panel-body {
  padding: 15px 22px;
  height: 100%; }

.panel > .panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.panel-heading, .panel-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12); }

.panel-title {
  text-transform: uppercase;
  opacity: 0.9; }

.accordion-panel.panel.panel-primary .panel-heading p, .accordion-panel.panel.panel-primary .panel-heading div, .accordion-panel.panel.panel-primary .panel-heading span, .accordion-panel.panel.panel-success .panel-heading p, .accordion-panel.panel.panel-success .panel-heading div, .accordion-panel.panel.panel-success .panel-heading span, .accordion-panel.panel.panel-info .panel-heading p, .accordion-panel.panel.panel-info .panel-heading div, .accordion-panel.panel.panel-info .panel-heading span, .accordion-panel.panel.panel-warning .panel-heading p, .accordion-panel.panel.panel-warning .panel-heading div, .accordion-panel.panel.panel-warning .panel-heading span, .accordion-panel.panel.panel-danger .panel-heading p, .accordion-panel.panel.panel-danger .panel-heading div, .accordion-panel.panel.panel-danger .panel-heading span {
  color: rgba(255, 255, 255, 0.8); }

.panel-group .panel.accordion-panel .panel-heading {
  border-bottom: 0; }

.panel-group .panel .panel-heading {
  border-bottom: 1px solid #ddd; }

.p-with-code {
  line-height: 1.5em; }

.contextual-example-panel {
  height: 120px; }

.footer-panel {
  height: 142px; }

.light-text {
  font-weight: lighter; }

/*
.panel-group .panel {
  border-radius: 0;
}*/
/*
 * Base structure
 * Stole this from getbootstrap dashboard template
 * http://getbootstrap.com/examples/dashboard/
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px; }

/*
 * Global add-ons
 */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0; }

.beta-badge {
  font-size: 10px;
  margin-left: 1px; }

/*
 * Main content
 */
.main {
  padding: 20px; }

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px; } }

.main .page-header {
  margin-top: 0; }

/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center; }

.placeholders h4 {
  margin-bottom: 0; }

.placeholder {
  margin-bottom: 20px; }

.placeholder img {
  display: inline-block;
  border-radius: 50%; }

.connected-devices .device-info .heading {
  font-weight: bold;
  text-decoration: underline; }

.upcoming-events .heading {
  font-weight: bold;
  text-decoration: underline; }

.upcoming-events .clickable:hover {
  background-color: #f5f5f5; }

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
  min-width: 150px;
  /* Hide for mobile, show later */
  display: none; }

.sidebar.visible {
  display: block; }

@media (min-width: 768px) {
  .sidebar {
    display: block; } }

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px; }

.nav-sidebar li > a {
  padding-right: 20px;
  padding-left: 20px; }

.nav-sidebar li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.navbar-menu-title {
  display: block;
  position: absolute;
  top: 0px;
  font-size: 10px; }

nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
  padding: 0 0px 0 0px; }

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #777; }

.sidebar {
  overflow-y: scroll; }

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

*::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5; }

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

.sidebar ul.sub-menu {
  padding-left: 0px; }
  .sidebar ul.sub-menu > li {
    list-style-type: none; }
    .sidebar ul.sub-menu > li > a {
      padding-left: 30px; }
    .sidebar ul.sub-menu > li > a:hover {
      text-decoration: none;
      background-color: #eee; }

.nav-sidebar .active > a,
.nav-sidebar .active > a:hover,
.nav-sidebar .active > a:focus,
.nav-sidebar .sub-menu .active > a,
.nav-sidebar .sub-menu .active > a:hover,
.nav-sidebar .sub-menu .active > a:focus {
  color: #fff;
  background-color: #428bca; }

.nav-sidebar i {
  position: absolute;
  right: 30px;
  top: 13px; }

tr.status-error .status-box {
  background-color: #ff8383; }

tr.status-warn .status-box {
  background-color: #ffc14f; }

tr.status-success .status-box {
  background-color: lightgreen; }

tr.status-canceled .status-box {
  background-color: lightgray; }

.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer; }

.list-group-item {
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px; }

.list-group-item:last-child {
  border-radius: 0px; }

.list-group-item:first-child {
  background-color: #373f51;
  color: #D8DBE2;
  border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 5px; }

.no-header .list-group-item:first-child {
  background-color: white;
  color: black;
  padding-top: 0px;
  padding-bottom: 0px; }

.inspection-list-item .row {
  padding-left: 25px;
  margin-top: -2px;
  margin-bottom: -10px; }

.clickable {
  cursor: pointer; }

.list-group-item.clickable:hover {
  background-color: #eee; }

/* Pass fail switch styles */
.switch.small > label::after {
  width: 1.2rem;
  height: 1.2rem; }

.switch.small {
  width: 2.5rem;
  height: 1.2rem; }

.switch.small input:checked + label::after {
  left: 1.3rem; }

.switch > label {
  background: #F04124; }

.switch > label::after {
  border-color: #F04124; }

.switch input:checked + label {
  background: #0DEC3D; }

.switch input:checked + label::after {
  border-color: #0DEC3D; }

/* tab styles */
.inspection-results .uib-tab a {
  background-color: rgba(240, 128, 128, 0.36) !important;
  /*border: 2px solid #F4715B !important;*/ }

.inspection-results .pass.uib-tab a {
  background-color: rgba(144, 238, 144, 0.36) !important;
  /*border: 2px solid lightgreen !important;*/ }

/* Make sure the summary tab shows up gray */
.summary-tab.uib-tab a {
  background-color: #f2f2f2 !important; }

.inspection-results .tab-content {
  border: solid 1px black;
  border-radius: 0px 3px 3px 3px;
  border-color: black; }

.inspection-results .tab-content {
  overflow-y: scroll; }

.inspection-detail-container {
  min-height: calc(100vh - 51px);
  background-color: #F0F3F4; }

.menu-bar {
  height: 45px; }

.dropdown-menu li {
  cursor: pointer; }

.page-content {
  margin-top: 10px; }

.list-ctrl-buttons {
  width: 8%; }

.st-sort-ascent:before {
  content: '\25BC'; }

.st-sort-descent:before {
  content: '\25B2'; }

.hidden-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.file-input-label {
  cursor: pointer; }

.generic-item-link {
  width: calc(100% + 10px);
  margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px; }

table.table td.input {
  margin: 0;
  padding: 0; }
  table.table td.input input {
    display: block;
    padding: 5px;
    margin: 0;
    border: 0;
    width: 100%; }

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }

input[type=date]::-webkit-clear-button {
  display: none;
  /* Hide the button */
  -webkit-appearance: none;
  /* turn off default browser styling */ }

table .as-sortable-item {
  display: table-row; }

table .as-sortable-placeholder {
  width: 100px !important; }
