#header {
    background-color:#34495e;
}

#logo {
    background-color: #34495e;
}

.first-column {
    width: 45px;
}

.form-control {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

.fa-sm {
    font-size: 0.5em;
    line-height: 1em;
    vertical-align: 10%;
}

textarea { resize: vertical; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #e4e5e7 !important;
}

.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default .select2-selection--multiple {
    border-color: #a94442 !important;
}

.nav.navbar-nav li a {
    color: white;
}

.nav.navbar-nav li a {
    color: white;
}

.nav.navbar-nav li a:hover {
    color: #9d9fa2;
}

.inline {
    display: inline !important;
}

.bold, .strong {
    font-weight: bold;
}

/*-- SIDE MENU : INACTIVE ITEMS --*/
ul.nav li.inactive {
    background: #eb9c93;
    color: white;
    cursor: pointer;
    border-bottom: 1px solid #faddd9;
}

    ul.nav li.inactive:hover,
    ul.nav li.inactive.active {
        background: #e74c3c;
        color: white;
    }

ul.nav li:first-child.inactive {
    border-top: 1px solid #faddd9;
}