﻿
/*Top Picture*/
img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('/Content/images/AppraisalVision.jfif');
    max-width: 100%;
    max-height: 100%;
}

/*Header Bar*/
.swagger-section #header {
    background-color: #fff !important;
}

.swagger-ui .topbar {
    padding: 10px 0;
    background-color: #fff !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.swagger-ui .topbar .download-url-wrapper .select-label {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0;
    color: #121416 !important;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border-color: #0f70b1;
}

.swagger-ui .info .title small:last-child {
    background-color: #0f70b1 !important;
}


/*Sidebar*/

.sidebar, .lender-sidebar, .smart-review-sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #fff;
    position: fixed;
    height: 100%;
    overflow: auto;
}

#swagger-ui {
    margin-left: 200px;
    height: 1000px;
}

.sidebar .topoption, .lender-sidebar .topoption, .smart-review-sidebar .topoption {
    background-color: #0f70b1;
    color: white;
    padding: 21px;
}

/*Style the caret icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Sidebar links */
.sidebar a, .lender-sidebar a, .smart-review-sidebar a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 14px;
    font-family: Calibri;
}

/* Active Dropdown */
.sidebar .active, .lender-sidebar .active, .smart-review-sidebar .active {
    background-color: #b1500f;
    color: white;
}


/* Links on mouse-over */
.sidebar .dropdown-container a:hover:not(.active), .lender-sidebar .dropdown-container a:hover:not(.active), .smart-review-sidebar .dropdown-container a:hover:not(.active) {
    background-color: #808080;
    color: white;
}

.dropdown-container {
    display: none;
    background-color: #f0f5f1;
    padding-left: 8px;
}

.dropdown-btn {
    padding: 15px;
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    outline: none;
}

.sidebar .dropdown-btn:last-child, .lender-sidebar .dropdown-btn:last-child, .smart-review-sidebar .dropdown-btn:last-child {
    margin-bottom: 15px;
}
