body {
    font-family: 'Lato';
}

.fa-btn {
    margin-right: 6px;
}
#loader {
display: none;
}
#loader.show{
    left : 45%;
    top : 40%;
    position: absolute;
    background-position : center;
    z-index: 999999;
}
#show-bg {
    display : none;
    position : fixed;
    z-index: 100;
    background-color:#666;
    opacity : 0.4;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}