/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 7, 2018, 5:25:20 PM
    Author     : condor0s
*/

body {

  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  /*
  position: -webkit-sticky;
  position: sticky;
  */
  position: relative;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

/*
 * Form Control
 */

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6c757d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25);
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

/*
 * Button Outline Secondary
 */

.input-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.input-outline-secondary:hover {
  /*color: #fff;*/
  /*background-color: #6c757d;*/
  /*border-color: #6c757d;*/
}

.input-outline-secondary:focus, 
.input-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.input-outline-secondary.disabled, 
.input-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.input-outline-secondary:not(:disabled):not(.disabled):active, 
.input-outline-secondary:not(:disabled):not(.disabled).active,
.show > .input-outline-secondary.dropdown-toggle {
  /*color: #fff;*/
  /*background-color: #6c757d;*/
  border-color: #6c757d;
}

.input-outline-secondary:not(:disabled):not(.disabled):active:focus, 
.input-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .input-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}