/* Breadcrumb */
.breadcrumb > li.active {
    font-weight: 700;
}

.breadcrumb > li a {
    color: #337ab7 !important;
}

.breadcrumb > li.active a {
    color: inherit !important;
}


/* Form Group */
.form-group .btn {
    margin-right: 5px;
}


/* Highcharts */
.table-highchartsData {
    display: none;
}


/* Navbar */
@media (min-width: 768px){
    .navbar-top-links.navbar-right {
        float: none !important;
    }
}

@media (min-width: 1024px){
    .navbar-top-links.navbar-right {
        float: right !important;
    }
}


/* Select2 */
.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single, 
.select2-container--default .select2-selection--multiple {
    border-color: #e5e6e7 !important;
    border-radius: 1px !important;
}

.form-group.has-error .select2-container--default .select2-selection--single, 
.form-group.has-error .select2-container--default .select2-selection--multiple {
    border-color: #ed5565 !important;
}
    
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: #aaa !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 2px !important;
}

.select2-selection__arrow {
    display: none !important;
}

.select2-selection__clear {
    font-size: 16px !important;
}


/* Welcome Message */
.welcome-message {
    display: inline-block;
    min-height: 50px;
    padding: 20px 10px;
}