﻿body {
}

.swagger-section #header {
    background-color: #002e5f;
    border-color: #e7e7e7;
    padding: 27px;
    line-height: 4;
}

.swagger-section .swagger-ui-wrap a {
    color: white;
    font-size: 17px;
}

#img {
    background-color: white;
    vertical-align: middle;
    float: left;
}

.title {
    color: white;
}
.api-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.api-text {
    font-family: Arial;
    font-size: 10.5pt;
    font-weight: normal;
}

.header {
    background-color: #002e5f;
}

.header-icon {
    background-color: white;
    padding: 19px;
    float: left;
}

.api-header {
    background-color: #002e5f;
    color: #e7e7e7;
    font-family: Arial;
    font-size: 13.5pt;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 10px;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table thead > tr > th,
    .table tbody > tr > th,
    .table tfoot > tr > th,
    .table thead > tr > td,
    .table tbody > tr > td,
    .table tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}


.selectedPage a {
    background-color: #008bcb;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-decoration: none;
    padding: 20px 15px 20px 15px;
}


.back_to_map:hover {
    background-color: #008bcb;
}

.webtris_main_header {
    padding: 0 0 0 0;
    margin-top: 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.webtris_logo, .selectedPage, .back_to_map {
    float: left;
}

    .webtris_logo img {
        padding: 14px;
        background-color: white;
        vertical-align: middle;
    }

    .back_to_map a {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 15px 20px 15px;
        cursor: pointer;
        text-decoration: none;
        color: white;
        display: block;
    }

.clear {
    clear: both;
}
