@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular_2.ttf);
}

@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato-Bold_2.ttf);
}

body {
    background-image: url(../img/bg-body.jpg);
    background-size: cover;
    color: #515254;
    font-family: Lato-Regular;
}

.font-title {
    font-family: Lato-Bold;
}

.table thead th,
.table th {
    font-family: Lato-Bold;
}

.select2-container {
    width: auto !important;
}

.select2-results__option{
    white-space: nowrap;
}

.select2-container--open .select2-dropdown--below{
    width: auto!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.select2-container .select2-selection--single {
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e6e6f2;
}


select{
    -webkit-appearance: menulist!important;
}