﻿.form-control {
    font-size:12px;
}


.nav-sidebar>li.nav-item {
    background-color: #1c6969;
    margin-bottom: 2px;
}
.nav-pills .nav-link {
     color: #ffffff;
}
.nav-link {
 
    padding: .1rem .2rem;
}

ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}


.nested {
  display: none; 
 
}

.actives {
  display: block;
   background-color: #309a9a;
}

hr {
    border-color: #d1d1d1;
    width: 70%;
}
hr {
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0;
}