﻿body {
    background-image: url("./images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('./images/electrolux-logo.svg');
    max-width: 100%;
    max-height: 100%;
}

span.url {
    color: #49cc90 !important;
}

label.select-label {
    font-weight: normal !important;
}

div.topbar {
    background-color: #041e50 !important;
}

div.scheme-container {
    background-color: transparent !important;
    box-shadow: none !important;
    margin: 0 0 0 0 !important;
    padding: 5px !important;
}

h2,
h3 {
    color: #ffffff !important;
}

.opblock  {
    background-color: rgba(255,255,255,.70) !important;
}
