﻿#header {
    background-color: #3D3B56 !important;
}

#select_document {
    background: #3D3B56 !important;
    color: #b5b1dd !important;
    font-weight: 700 !important;
    font-size: .9em !important;
}

    #select_document:hover {
        color: #fff !important;
    }

input[name=baseUrl] {
    display: none !important;
}

.logo__img {
    display: none !important;
}

.info_title {
    color: #3D3B56 !important;
    margin-top: 20px;
}

.authorize__btn {
    background: #3D3B56 !important;
    color: #b5b1dd !important;
}

    .authorize__btn:hover {
        color: #fff !important;
    }

#api_info a {
    color: #3D3B56 !important;
    text-decoration: none !important;
}

    #api_info a:hover,
    #api_info a:focus,
    #api_info a:active {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }


.lds-ring {
    display: inline-block;
    position: fixed;
    top: 45%;
    left: 50%;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #3D3B56;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #db3151 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.toggleEndpointList:hover {
    color: #3D3B56 !important;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a {
    color: #3D3B56 !important;
}
