/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed unde
 r MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 * Edited      : Airlane(c) Technologies : NKI 171128
 * Descroption : Base template for Airlane Dashboard.
 * Version     : 0.01
 */

body {
  overflow-x: hidden;
  padding-top: 50px;
}

.navbar {
  background-color: #000;
}

.container-fluid {
  background-color: #FEBD17;
}

.starter-template {
  padding: 50px 15px;
  font-weight: bolder;
  text-align: center;
  background-color: #FEBD17;
}

.navbar-brand {
  padding: 0px;
  height: 20px;
}

.logo {
  margin-left:50px;
  margin-bottom:10px;
  margin-top:10px;
  height: 50px;
  margin: 10px;
}

.tool-image {
  margin: 10px;
  /*width: 95%;*/
  height: 130px;
}

#wrapper {
  padding-left: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 260px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 260px;
  width: 10px;
  height: 100%;
  margin-left: -260px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 270px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -260px;
}


/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 260px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
  color: #fff;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.tablinks.active {
  text-decoration: none;
  color: #FEBD17;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 260px;
  }
  #sidebar-wrapper {
    width: 0;
    //margin-top: 10px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 260px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
    margin-top: 10px;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  .dl-horizontal dt {
    width: 300px;
  }
  .dl-horizontal dd {
    margin-left: 320px;
  }
}




/* Form style */
.form-ID {
  border: 1px solid #FEBD17;
  border-radius: 5px;
  /*height: 150px;*/
}

/* Form style */
.form-ID-2 {
  border: 1px solid #000000;
  border-radius: 5px;
  /*height: 150px;*/
  background-color: #000000;
  color : #EEEEEE;
}

.btn-group {
  padding-top: 20px;
}

/* footer */
footer {
    position: fixed;
    height: 20px;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #000;
}

/* Button style */
.btn-primary {
  background-color: #FEBD17;
  color: #000;
  border: 2px #900;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #EEAD07;
}
 
.btn-primary:active, .btn-primary.active {
    background: #000000;
    box-shadow: none;
}

.diag-graph {
  width: 200px;
  height: 200px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#myTab .nav-link.nav-item.active {
  color: #EEEEEE;
  background-color: #000;
}

#myTab .nav-link.nav-item {
  color: #333333;
  background-color: none;
}