/* your styles go here */


body {font-family: 'Montserrat', sans-serif !important; }


.nav-item {border: 0px solid #eee; 
    -webkit-box-shadow: 1px 1px 2px 0px rgba(222,222,222,1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(222,222,222,1);
    box-shadow: 1px 1px 2px 0px rgba(222,222,222,1);
    background: white;
    text-transform: uppercase;
    text-align: center; padding: 1px; font-size: 13px; border-radius: 5px; margin-left: 5px; font-weight: 400;}

.nav-item i {  width: 25px;
    height: 25px;
    line-height: 25px;
    background: #2b90d9;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
margin-bottom: 3px;}

.bootstrap-select .dropdown-menu { max-width: 300% !important; }
