a.multicheck {
    padding: 10px !important;
    transition: all .4s ease;
    font-weight: bold !important;
}
a.multicheck:hover {
    transition: all .4s ease;
    background: #4D6B87 !important;
    color: white !important;
}
a.multicheck.checked {
    transition: all .4s ease;
    background: #4D6B87 !important;
    color: white !important;
}
.nopadding {
    padding: 0px !important;
}
.nav { width: 100%;
       transform: translateX(-26px);
}
.nav>li{
    width: 100%;
}
.nospace {
    padding: 0;
    margin: 0;
}
li.dropdown a {
    background: transparent !important;
}
li.dropdown a:hover {
    background: transparent !important;
}
li.open {
    border: 1px solid #4D6B87;
}
.dropdown-toggle {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 390px;
    white-space:nowrap;
    display: inline-block;
    max-height: 40px;
}
