﻿.select-campus {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #424141;
    border-radius:0px;
    outline:none;
}

.select2-container--open .select2-dropdown--below {
    background-color: #1D2433;
    border-color: #1D2433;
}
.select2-results__option{
    color:white;
    font-size:12px;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1d2333;
    color: #068DC3;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left:0px;
}

.navbar-inverse {
    background-color:inherit;
    border:none;
}
.secondary-block{
    padding:10px;
}