﻿/* swagger ui customization */
body.swagger-section #header {
    background-color: white;
    background: url('/Images/the_layer_gradients_removed_proof.svg') no-repeat;
    background-position-x: 200px;
    background-size: 175px 65px;
    height: 50px;
    box-shadow: 0px 0px 4px #687073;
    border-top: 3px solid #33aad2;
    background-position-y: 5px;
    background-color: #fff;
}


    body.swagger-section #header .swagger-ui-wrap #logo {
        display: none;
    }

    body.swagger-section #header #input_apiKey {
        display: none;
    }

.swagger-section #api_selector input {
    border-radius: 3px;
    outline: none;
    border: 1px solid #eee;
    height: 24px;
    margin-top: 13px;
    color: #2b93c0;
}

body {
    background: #f6f7f9;
}

.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
    background-color: #2787af;
    border-radius: 3px;
    padding: 8px 10px;
}

