div {
    color: white;
}

body {
    background: #002A34;
}

#swaggerfrm{
    width:100%;
    height: 7000px;
    padding-top: 59px;
}

.swagger-container {
    max-width: 1160px;
    padding-left: 100px;
    padding-right: 100px;
}

#documentation .container, #swagger-ui .swagger-container{
    max-width: 1160px;
    padding-left: 20px;
    color: white;
}

#documentation .row, #swagger-ui .swagger-ui .swagger-container{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0px;
}

#documentation{
    padding-top: 150px;
}

#documentation .selectquery {
    color: white;
    padding: 10px;
    border: solid 1px #d3d3d3;
}

#documentation pre {
    color: white;
}

#documentation .list-group {
    width:50%;
}

#documentation .list-group-item {
    background: none;
    border: none;
    font-size: 15px;
}

#documentation .code {
    white-space: pre;
}

#documentation table {
    width: 60%;
    color: white;
}

#toggle-button{
    display: none;
}

#togglebtn{
    position: fixed;
    right: 200px;
    top: 10px;
}

.table-dark{
    border-color: gray;
    box-sizing: border-box;
    text-indent: initial;
}
.table-dark tbody{
    border-color: gray;
}

.table-dark tr{
    line-height: 1.5;
    border-spacing: 2px;
    border-color: gray;
    display: table-row;
    background-color: #343a40;
}

.table-dark td, .table-dark th{
    padding:.75rem;
    vertical-align: top;
    border-top: 1px solid #454d55;
    font-size: 1rem;

}

.table-dark th{
    border-bottom: 2px solid #454d55;
}

.list-group-item{
    background:none;
    border:none;
    font-size: 15px;
    padding: .75rem 1.25rem;
    position: relative;
    display: block;
}

pre{
    white-space: pre;
    margin: 1em 0px;
    display: block;
    overflow: auto;
    unicode-bidi: isolate;
}
figure{
    margin: 0 0 1rem;
    display: inline-block;
    box-sizing: border-box;
    unicode-bidi: isolate;
}

.figure-caption{
    font-size: 90%;
    color: #6c757d;
    display: block;
    text-align:left;
    padding: 0;
    unicode-bidi: isolate;
}
