﻿@font-face {
    font-family: 'Moderat';
    src: url('../moderat-regular') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Moderat';
    src: url('../moderat-bold') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body, h2, p, select, option, input, label,
.swagger-section .swagger-ui-wrap, .swagger-section .swagger-ui-wrap ul#resources, .swagger-section .swagger-ui-wrap .model-signature {
    font-family: Moderat, "Droid Sans", sans-serif !important;
}

#header {
    background: #0d384f !important;
}

#logo {
    display: none;
}

.logo__img {
    background: url('../taricsupport') no-repeat;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px; /* Width of new image */
    height: 35px; /* Height of new image */
    padding-left: 200px; /* Equal to width of new image */
    background-size: cover;
    margin-top: 0 !important;
}

.logo__title {
    display: none !important;
}

#api_selector {
    margin-top: 3px;
}

.swagger-section #header #api_selector {
    display: none;
}

/*.footer {
    display: none !important;
}

#validator {
    display: none !important;
    opacity: 0 !important;
}*/




#explore {
    background-color: #D0B136 !important;
}

#explore:hover {
    background-color: #D0B136 !important;
}

/*

#select_document {
    background: #666 !important;
}
    */

/*
input[name=baseUrl] {
    display: none !important;
}

.logo__title {
    display: none !important;
}
    */

#api_info, #api_info p {
    color: #0D384F !important;
}

#api_info .info_title {
    color: #D0B136 !important;
}

.info_email {
    margin-top: 7px;
}
#api_info a {
    color: #196D9A !important;
    text-decoration: underline !important;
}

#api_info a:hover,
#api_info a:focus,
#api_info a:active {
    color: #1791CF !important;
    text-decoration: underline !important;
}
