﻿
@import url('../../../resources/styles/notosansmeeteimayek.css');

i, em {
    font-style: italic;
}

.swagger-section #header {
    background-color: #575757;
    background-image: url('../../../resources/images/pattern-top.png');
    min-height: 40px;
    margin-bottom: 80px;
}

.swagger-section #api_selector input {
    margin-top: 80px;
    margin-right: -40px;
    width: 250px;
}

#header .swagger-ui-wrap::before {
    content: url('../../../resources/images/Lionbridge_logo_RGB_DARK.png');
    top: 80px;
    position: absolute;
}

#logo, #input_baseUrl, #input_apiKey,
.swagger-section #explore, .swagger-section #message-bar {
    display: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource {
    margin-bottom: 20px;
}

.swagger-section .swagger-ui-wrap .markdown pre {
    padding: 5px;
}

    .swagger-section .swagger-ui-wrap .markdown pre code {
        font-size: 80%;
    }

.swagger-section .swagger-ui-wrap pre code {
    font-family: 'Noto Sans Meetei Mayek', sans-serif !important;
}

/* Make Operations path lowercase and monotype */
.swagger-section .swagger-ui-wrap .endpoint .path {
    font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
    text-transform: lowercase;
}

/* Fix Model classes new line */
.signature-container div.description div + span {
    display: block;
}

#-a-more-details-a- ~ * {
    display: none;
}

.info_description {
    border-bottom: 1px solid #dddddd;
}

body {
    overflow-y: scroll;
}
