body {
    margin-top: 65px;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .nav-tabs {
    font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.top-messages {
    margin-top: 2rem;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5em;
}

.navbar-brand .p1 {
    color: #FFF;
    vertical-align: text-top;
}

.navbar-brand .p2 {
    color: #18bc9c;
    vertical-align: top;
}

.ext-buttons {
    margin: 20px 0;
}

td a.glyphicon {
    text-decoration: none;
    margin: 0 0.3em;
    font-size: 1.1em;
}

form.confirm-delete {
    margin-top: 5em;
}

form.confirm-delete p {
    margin: 2em 0;
    font-size: 1.5em;
}

a.clear-filter {
    padding: 3px 0 0 0;
    margin-left: 2px;
    font-size: 1.3em;
}

a.clear-filter:hover {
    color: #128f76;
}

tr.filter-row > td {
    border: 0 !important;
}

#compare-form {
    margin: 2em 0 4em 0;
}

#compare-form label, #compare-form button {
    margin-left: 1em;
}

.table-compare-extensions .th-left,
.table-compare-extensions .td-left {
    text-align: right;
    width: 50%;
}

.table-compare-extensions .th-right,
.table-compare-extensions .td-right {
    text-align: left;
    width: 50%;
}

.table-compare-extensions .filter-row {
    text-align: right;
}

table.table-striped th, .nowrap {
    white-space: nowrap;
}

.scraping-stats dl dt {
    word-wrap: break-word !important;
}

.badge {
    background-color: #3980b5;
}

.th-proxy {
    white-space: normal !important;
    word-wrap: break-word !important;
    max-width: 80px;
    font-weight: 300;

}

.filter-help-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.filter-help-row .help {
    padding-top: 0 !important;
}

a.glyphicon, a.toggle {
    text-decoration: none !important;
}

.synonyms-list {
    margin-top: 0.8em;
    list-style: none inside;
    padding: 0;
    display: none;
}

.synonyms-list li {
    margin: 0;
    padding: 0;
}

a.clear-filter, .filter-btn {
    padding: 8px 0 0 0;
    margin-left: 2px;
    font-size: 1.5em;
    background-color: transparent !important;
}

table.table-tm-conf .th-service, table.table-tm-conf .th-provider,
table.table-tm-conf .td-service, table.table-tm-conf .td-provider {
    min-width: 150px;
    white-space: nowrap;
}

table.table-tm-conf .th-url, table.table-tm-conf .td-url {
    white-space: nowrap;
}

/* Optimize Select2 css to work with the Bootswatch Flatly theme */
.select2-selection {
    box-shadow: none !important;
    color: #2c3e50 !important;
    border: 2px solid #dce4ec !important;
    border-radius: 4px !important;
    height: 45px !important;
    padding: 6px 15px !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    font-family: inherit !important;
}

.select2-container--default .select2-selection:focus {
    border-bottom-width: 2px !important;
    outline: none !important;
}

.select2-dropdown {
    border: 2px solid #dce4ec !important;
}

.select2-selection__rendered {
    color: #2c3e50 !important;
    padding-left: 0px !important;
}

.select2-selection__arrow {
    margin-top: 10px;
    margin-right: 5px;
    color: #adb6bf !important;
}

.select2-selection__placeholder {
    color: #adb6bf !important;
}

.select2-results__option--highlighted {
    background-color: #3498db !important;
}

.select2-search__field {
    border: 2px solid #dce4ec !important;
    border-radius: 3px;
}

.select2-selection__clear {
    margin-left: 0.5em !important;
    font-size: 1.66rem !important;
}

#compare-form .filter-row .form-group,
.filter-row .select2-container {
    width: 100% !important;
}

#compare-form .filter-row button {
    margin-left: 0;
}

.form-group.compare-row .select2-container {
    min-width: 250px;
}

.table-uspto td.action .progress {
    margin: 0.35em 0 0 0;

}

p.log {
    font-family: monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#serviceStatsChart {
    margin-bottom: 16px;
}

#serviceStatsChart svg {
    overflow: visible !important;
}
