/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

 #wrapper {
    overflow-x: hidden;
 }

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}


@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.switch {
	text-align: right;
	overflow: hidden;
	width: 71px;
}

.black{

background: #000000;
color:white;

}

/* css tabs */
.nav-tabs {

	border-left: solid thin;
	border-right: solid thin;
    color:#fff;
    background:#f7941d;
  /* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
	border-color: #f05d29;
}

.nav-link {

	border-left: solid thin;
	border-right: solid thin;
    color:#fff;
    background:#f7941d;
  /* Only round the top corners */
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	border-color: #f05d29;
}

.nav-menu {

	border: none;
    color:#fff;
    background:transparent;
    border-radius:0;

}

.nav-menu.active {

	border: none;
    color:white;
    background:#f7941d;
    border-radius:0;

}

.nav-link.active
{
	border-left: solid thin;
	border-right: solid thin;
    padding: 18px 25px;
    color:#fff;
    background:#f05d29 ;
  /* Only round the top corners */
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	border-top-color: #7968aa ;
		border-color: #f05d29;

}




.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:2px solid black;
    border-bottom:5px solid #f05d29;
    padding:30px 25px;
}

.nav-link:hover,
.nav-link:focus
{
	border-left: solid thin;
	border-right: solid thin;
    background: #f05d29;
    color:#fff;
  /* Only round the top corners */
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
    transition:background 0.20s linear;
		border-color: #f05d29;
}