﻿.swagger-section #header {
    background-color: #08a1a1;
    color: white;
}

.header__btn, input.submit {
    background-color: #fe8100 !important;
    color: white;
    border-collapse:collapse;
    border:none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding:2px;
}

.header__btn:hover, input.submit:hover {
    cursor: pointer;
}

#api_info a {
    color: #0085ca !important;
}

#logo {
    visibility: collapse;
}

#api_selector:before {
   content: url('/media/images/logo_BIT_API.svg');
   position: absolute;
   top: 5px;
   left:20px;
}