﻿/* override nprogress's height */
#nprogress .bar {
  height: 4px;
}
.v-center {
  position: relative;
  transform: translateY(50%);
}
.noshow {
  display: none;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}
/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}
/* =============================================================================
   Media queries for different screen sizes
   ========================================================================== */
.row.pad {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 4px;
    padding-left: 4px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
  }
}
/* Sidebar List */
.sidebar-list .sidebar-list-search {
  margin: 10px 0;
}
.sidebar-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-list li {
  line-height: 20px;
}
.sidebar-list li a {
  display: block;
  padding: 4px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-list li a.active {
  background-color: #47a447;
  color: white;
}
.sidebar-list li a:hover {
  color: white;
}
.sidebar-list li a:hover:not(.active) {
  background-color: #33363F;
  color: white;
}
.sidebar-list li .item-info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 205px;
}
@media (max-width: 767px) {
  .sidebar-list li .item-info {
    width: auto;
  }
}
.sidebar-list li .item-info span.name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-list li .item-info span.title {
  display: block;
  font-size: 10px;
  color: gray;
}
.sidebar-list li .item-picture {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 35px;
  height: 35px;
}
.sidebar-list li .item-picture img {
  width: 100%;
  height: auto;
}
.customer-image img {
  width: 35px;
  height: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.ra-icon {
  width: 16px;
  height: 16px;
  margin-left: 0px;
}