/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 50px;*/
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5;
    color: #cfd2da;
    background-color: #252830;
}

/*
 * Typography
 */

h1 {
  color: #fff;
  font: "Roboto" !important;
  padding-top: 50px;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

/*
 * 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. */
  border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}

/*
 * Dashboard
 */

 /* Placeholders */
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.aaw{
  padding: 1rem 1rem !important;
}

.bit{
  font-weight: normal;
  color: rgba(255, 255, 255, 0.90);
  font-size: 85%;
  letter-spacing: .15em;
  color: #fff;
  text-transform: uppercase;
}

.bis{
  font-weight: normal;
  font-size: 1.5rem!important;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.biu{
    display: inline-block;
    padding: .4em;
    font-size: 12px;
    vertical-align: middle;
}

.popover{
  color:#000;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #fff;
  background-color: #434857;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #555;
    background-color: #fff;
    border-color: #fff;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #cfd2da;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #cfd2da;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #cfd2da;
    opacity: 1; }
  .form-control::placeholder {
    color: #cfd2da;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #30343e;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #fff;
  background-color: #434857; }