/*
.list-group-item{
    border: none;
}
.list-group-item{
    border-top: 1px solid #d3e0e9;
}

.list-group-item:first-child{
    border-top: none;
} */



.bg-blue {

    background-color: #6534ff !important;
}

div#app{
   /* margin-top: 20px!important; */
}

i.has-modules {
    margin-top: -10px;
    position: absolute;
    color: green;
    font-size: 20px;
}

#main{
    margin-left: 0px !important;
    margin-right: 0px !important;

}

.admin-menu>li>a{
    border-radius: 0px;
}

.modal-backdrop {
    z-index: 0;
}


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}


@media (min-width: 768px){

.dashhead-toolbar .input-with-icon {
    width: 270px;
    margin-bottom: 0;
}

}

#curtain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#curtain {
    background: rgba(255, 255, 255, 0.4);
    color: #666;
    font-size: 25px;
}

#curtain span {
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    text-align: center;
}