.backgroud-farvima {
    background-color: #114f91;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto !important;
}

span.select2-selection.select2-selection--single {
    height: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #114f91;
}

.brand-link .brand-image {
    max-height: 35px;
    margin-left: 0.5rem;
}

.search-nav
{
    position: fixed;
    width: 200px;
    /* margin: 0; */
    padding-left: 0;
    height: auto;
    overflow: scroll;
}

#searchList > .list-group-item{
    height: 60px;
    padding: 0.5rem 0.5rem;
}


.background-login
{
    background: url(../images/background/sfondo_login.png) no-repeat center center fixed;
    
}

.color-farvima
{
    color: #114f91;
}

.dataTables_wrapper 
{
	overflow-x: auto;
}