<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Bootstrap */
popup:not .checkbox, .radio {
    position: inherit !important;
}



div &gt; input[required] {
    background: white url('/images/asterisk.gif') no-repeat right 5px;
}

.top-menu .nav &gt; li &gt; a {
    padding: 0 !important;
}

/* jQuery mobile */
.ui-loader {
    display: none !important;
}

.navbar-toggle {
    margin-right: 0 !important;
}

.select2-input {
    min-height: 30px !important;;
}

.select2-basic-multiple {
    border: 1px solid #ccc !important;;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.select2-basic-multiple .select2-choices {
    border: none !important;
}</pre></body></html>