h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

body {
    font-family: 'Lato', sans-serif;
    color: black;
    position: relative;
    min-height: 100vh;
}

header {
    border-bottom: 1px solid #eee;
}
header nav {
    display: flex;
    word-spacing: -0.005em;
}

header nav span {
    font-size: 1.1em;
    font-weight: 600;
}

header nav > a:hover {
 text-decoration: none;
}

nav a img {
    height: 2em;
}

footer {
    text-align: center;
    border-top: 1px solid #eee;
}

footer p {
    margin: 10px;
}

.content-container {
    display: flex;
    flex-wrap: nowrap;
}

.page-content {
    flex-grow: 1;
}

header nav a:hover {
    background-color: #eee;
}

header nav > a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
}

.active {
    background-color: #D3DFF8;
}

p.description-color {
    color: #444444;
}
.level {
    text-transform: uppercase;
}

.level-error {
    background-color: #ff8585;
}

.level-warning {
    background-color: #ffda62;
}

.level-marked-information {
    background-color: lightblue;
}

.level-information {
    background-color: #c6cacb;
}

.level-compliant {
    background-color: lightgreen;
}

.tag {
    display: inline-block;
    border-radius: 4px;
    margin: 4px 4px 4px 0;
    padding: 4px 8px;
    white-space: nowrap;
    color: black;
}

.tag-color {
    color: gray;
    background-color: #eee;
}

.btn-color-link {
    color: white;
    background-color: #2160DE;
    border-color: #2160DE;
}

.language {
    color: white;
    background-color:mediumblue;
}

.selectable-tag {
    cursor: pointer;
}

.selectable-tag:hover {
    background-color: #2482FF;
    color: white;
}
.modal {
    padding-right: 0px !important;
}

.divide-border-bottom {
    border-bottom: 1px solid #eee;
}

.sensei-install-container {
    min-height: 100px;
}

.btn-primary {
    background-color: #006CFA;
}

.btn-primary:hover {
    background-color: #2482FF;
}

.btn-primary:focus {
    border: solid #02FFF0 1px;
}

.secondary-text {
    color: #484848;
}

.details-container {
    margin-top: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #eee;
}

.details-container .detail-info-block {
    padding: 5px 5px 5px 0;
    margin-bottom: 5px;
}

.details-container .label {
    width: 150px;
    padding-right: 10px;
    align-self: center;
}

svg {
    /*bootstrap adds vertical-align:middle which fucks up osano cookie banner close button icon*/
    vertical-align: unset;
}
