.top-nav{
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 15px;
}
.logo-img{
    width: 6%;
    margin-left: 5%;
}
.no-hover:hover, .no-hover:active, .no-hover:focus{
    color: #000 !important;
}
.border-faint{
    border-bottom: solid #ecf0f4;
    padding-bottom: 10px;
}
.control-success, .control-success:active{
    border: 1px solid #2cd07e;
}
.disabled{
    cursor: not-allowed;
}
.content-closed{
    display: none;
}
.permBody{
    max-height: 75%;
    min-height: 75%;
    overflow-y: scroll;
}
.permScroll{
    min-height: 63%;
    max-height: 63%;
    overflow-y: scroll;
}
.permsSearchItem{
    cursor: pointer;
}
.permsSearchItem:hover{
    color: #4fc3f7;
}
.custom-search {
    top: 60px;
    max-height: 250px;
    overflow-y: scroll;
    width: 94%;
    margin-top: 0px;
    z-index: 1;
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-search li a {
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block
}

.custom-search li a:hover:not(.header) {
    background-color: #eee;
}