﻿#resources_container {
    border-top: red solid 5px;
    margin-top: 40px;
}

.info_description.markdown {
    border-bottom: red solid 5px;
    margin-bottom: 40px;
}


.swagger-section .swagger-ui-wrap ul#resources li.resource {
    margin-bottom: 40px;
}

.info_description.markdown h1 {
    margin-top: 30px;
    /*border-top: gray solid 2px;*/
}

.pseudo-link {
    cursor: pointer;
}

textarea.document-data {
    height: 300px;
    width: 300px;
}

/* ---------------------------------*/
/* LivingData Anpassungen an der UI */
/* ---------------------------------*/

.swagger-section #header {
    background-color: #6b6b6b;
    background-image: url(../../images/Logo_dfx_short.svg);
    background-repeat: no-repeat;
    background-position: left .5rem center;
    background-size: contain;
}

/* Den Button Beim Hovern etwas heller werden lassen */
.swagger-section #explore:hover,
.swagger-section #explore:active,
.swagger-section #explore:focus {
    background-color: #f8b929;
}


/* Da wir keine Api Key Unterscheidung nutzen diese deaktivieren */
.swagger-section #explore {
    background-color: #EC8122;
    display: none;
}

.swagger-section #input_apiKey {
    display: none;
}




.swagger-section #header .swagger-ui-wrap #logo {
    display: none;
}
