button * {pointer-events: none;}

body, .bg-dark {
    background-color: #1b1b1b!important;
}

.modal-content{
    background-color: rgba(60, 60, 60, 0.9);

}

.navbar {
    position: relative;
    z-index: 1000;
}


.navbar img {
    height: 24px;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
    padding-right: 0;
    padding-left: 0;
}

.navbar ul{
    color: #999898;
    max-width: 250px;
    background-color: #1b1b1b;
    position: absolute;
    top: 60px;
    left: -250px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    transition: all 0.1s ease-out;
    opacity: 0.5;
}

.navbar.sidebar-open ul {
    left: 0;
    opacity: 1;
}

.navbar ul li {
    padding: 0.3em 1em;
}

.navbar ul li.divider{
    border-bottom: #999898 1px solid;
    margin:0.3em auto;
}

.media-avatar img{
    height: 38px;
}

.backdrop{
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.signin {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
  }
  
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: 0 auto;
}

.form-signin .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}

.form-signin .form-control:focus {
z-index: 2;
}

.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.form-search {
    border: 2px solid white;
    border-radius: 5px;
    padding: 5px;
}


@media (min-width:576px){
   
}

@media (min-width:768px){

}

@media (min-width:992px){

}

@media (min-width:1200px){
    
}