﻿/* swagger ui customization */
/*body.swagger-section #header {
    background-color: white;
    border-bottom: 4px solid #Fcd800;
    background: url(http://assets.transunion.com/resources/img/logo.svg) no-repeat;
}*/


/*    body.swagger-section #header .swagger-ui-wrap #logo, #api_selector {
        display: none;
    }*/


body {
    background-color: #FFFFFF !important;
}

ul.operations li.operation.post div.heading {
    background-color: #FFFADF !important;
    border: 1px solid #00A6CA !important;
}

ul.operations li.operation.post div.heading h3 span.http_method a {
    background-color: #Fcd800 !important;
    color: #000 !important;
    font-weight: bold !important;
}

div.content {
    background-color: #eee !important;
    border: 1px solid #00A6CA !important;
}

.swagger-section .swagger-ui-wrap {
    max-width: 100% !important;
}

h2, h3, h4, p {
    color: #000 !important;
}


#POST_endpoint_list {
    display: block
}


.spacer-top20 {
    margin-top: 20px;
}


.bold {
    font-weight: bold;
}

.login-link {
    margin: 0 22px;
    position: relative;
    background: #fcd800;
    color: #000;
    font-family: Intro, "sans-serif";
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5em;
    border: none;
    border-radius: 3.125rem;
    padding: 1rem 1.625rem;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
