/* 
    Created on : 29 Apr 2020, 2:06:17 PM
    Author     : Dakalo
*/
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: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

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

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

.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;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}

p {
    margin-bottom: 0px !important;
}

/*
 * Navbar
 */

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

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

.navbar-blue {
    background: #337ab7 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

/* CUSTOMIZING */
.platform-title-major {
    color: #5bc0de;
    font-weight: bold;
}

.platform-toolbar {
    background: #212529;
}

.platform-explorer-search {
    padding: 0px;
}

.platform-explorer-search input {
    border-radius: 0px !important;
    margin: 0px;
}

.platform-explorer-title {
    padding: .5rem 1rem;
    font-weight: 500;
    background: #333;
    color: #fff;
}

.platform-explorer-title a {
    color: #fff;
}

.platform-main {
    padding-left: 0px;
    padding-right: 0px;
}

.platform-content {
    padding: 10px;
}

.platform-page-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #dee2e6;
    font-size: 2em;
}

.form-group .control-label {
    font-weight: bold;
}

.form-group .hint-block {
    color: #76797b;
}

.form-group .help-block {
    color: #ff0000;
}

#platform-explorer-loading {
    position: absolute;
    background: rgba(255, 255, 255, 0.80);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 100px;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
    display: none;
    text-align: center;
}

#platform-view-file-loading {
    position: absolute;
    background: rgba(255, 255, 255, 0.90);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
    display: none;
    padding-top: 100px;
    text-align: center;
}

.platform-explorer-icon {
    width: 40px; 
    height: 40px; 
    display: inline-block; 
    background: #e2e2e2; 
    padding-left: 7px; 
    font-size: 25px; 
    vertical-align:top;
}

.platform-explorer-imageicon {
    width: 40px; 
    height: 40px; 
    overflow: hidden;
    display: inline-block; 
    background: #e2e2e2;
    vertical-align:top;
}

.platform-explorer-fileInfo {
    display: inline-block; 
    padding-left: 5px;
}

.no-deco {
    text-decoration: none !important;
}