/* Main navigation changes
------------------------------------*/

#logo {
    padding-right: 18px;
}

#logo img {
    width: 144px;
}

/* Do not hide logo on small devices */
@media (max-width: 768px) {
    #logo {
        display: block;
    }
}

/* Bugfix in mobile navigation dropdown */
.navbar-nav > li,
.navbar-nav > li > a {
    height: auto;
    min-height: 56px;
}

.navbar-nav > li > a {
    font-size: 14px;
    margin-top: 2px;
}

.navbar-nav > li:last-child > a {
    padding-right: 20px;
}

/* Data tables
------------------------------------*/

table.data th,
table.data td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

table.data .border-bottom th,
table.data .border-bottom td {
    border-bottom: thin solid;
}

table.data .border-top th,
table.data .border-top td {
    border-top: thin solid;
}

table.data .text-bold th,
table.data .text-bold td {
    font-weight: bold;
}

/* Misc changes
------------------------------------*/

a {
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.modal-header {
    padding: 15px;
}

.modal-title {
    font-size: initial;
}

.text-muted {
    color: #999999;
}

.text-bold {
    font-weight: bold;
}

.w-100p {
    width: 100%;
}

.p-l {
    padding-left: 15px;
}

.p-r {
    padding-right: 15px;
}

/* Add flex column
------------------------------------*/

.flex-group {
    display: flex;
    margin-left: -15px;
}

.flex-group .flex-main {
    flex-grow: 1;
    overflow: hidden;
    margin-left: 15px;
}

.flex-group .flex-aside {
    flex-shrink: 0;
    overflow: visible;
    margin-left: 15px;
}

/* Plugin: google translator
------------------------------------*/

#google_translate_element {
    padding: 8px 15px;
}

#google_translate_element:hover, #google_translate_element:focus {
    color: #262626;
    text-decoration: none;
    background-color: #F5F5F5;
}

#google_translate_element .goog-te-gadget-simple {
    border: none;
}

#google_translate_element .goog-te-menu-value {
    text-decoration: none;
}

.selectize-control.multi .selectize-input > div {
    color: #000000;
    background-color: #f0d87b;
}