﻿#header {
    background: #122b47 !important;
}

#logo {
    display: none;
}

.logo__img {
    background: url('../taricsupport') no-repeat;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 142px; /* Width of new image */
    height: 27px; /* Height of new image */
    padding-left: 142px; /* Equal to width of new image */
}

.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: #3fb34f !important;
}

#select_document {
    background: #666 !important;
}
    */

/*
input[name=baseUrl] {
    display: none !important;
}

.logo__title {
    display: none !important;
}
#api_info a {
    color: #007bff !important;
    text-decoration: none !important;
}

    #api_info a:hover,
    #api_info a:focus,
    #api_info a:active {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }*/
