﻿.apistudio-toolbar {
    padding: 0px;
    border: 0;
    color: #222;
}

.apistudio-toolbar .apistudio-toolbar-header {
    display: block;
    border: none;
    margin-right: 8px;
    line-height: 2rem;
}

div.apistudio-toolbar-container {
    padding-left: 20px;
    padding-right: 20px;
}

.apistudio-toolbar > *:first-child {
    margin-left: 0;
}
.apistudio-toolbar > *:last-child {
    margin-right:0;
}

.form-group { 
    margin-bottom: .65rem; 
}

div.apistudio-toolbar-panel {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

table thead th .header-text {
    display: inline-block;
    overflow-wrap: unset;
}

table thead th .icon-right {
    display: inline-block;
    text-wrap: none;
    text-align: right;
    float: right;
}

table tbody td {
    cursor: pointer;
}

@media only screen and (min-width: 680px) {
    .apistudio-toolbar .apistudio-toolbar-header {
        display: inline-block;
        padding-right: 10px;
    }
}

ul.pagination.pg-primary {
    margin-bottom:0px;
}

label.btn-lookup {
    background-color: white;
    border: 1px solid #ccc;
    padding: 6px 4px 6px 12px;
    color: #495057;
    margin-bottom: 0;
}

.apistudio-lookup-container
{
    background-color: white;
}

.page-item.active .page-link
{
    z-index: initial;
}

.page-item.active .page-link {
    z-index: initial;
}

div.wse-modal .modal-dialog {
    position: fixed;
    width: 100%;
    margin-top: -125px;
}

div.wse-modal .modal-dialog * {
    background-color: #b00000;
    opacity: .95;
    color: white;
}

div.wse-modal .modal-content {
    position: fixed;
    top: 50%;
    height: 200px;
    margin-top: -100px;
}

a, a:hover, a:active, a:visited {
    color: var(--b-theme-primary);
}

.apistudio-spinner div {
    color: var(--b-theme-text-primary) !important;
}