﻿#fade {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
}

#loading-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
}

#mobile_menu a {
    text-decoration: none;
}

/* Override Bootstrap default */
.navbar-brand {
    font: normal bold 1.5em arial,sans-serif;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
}

.navbar-default {
    background: #483D8B !important;
}

.navbar-brand, #footer_bar div {
    color: #ffffff !important;
}

.form-inline {
    padding: 0.5em 0.5em;
}

    .form-inline > * {
        margin: 0.5em 0.5em !important;
    }

select::-ms-expand {
    width: 12px;
    border: none;
    background: #fff;
}