
#wawa-content {
    background-color: white;
    padding: 1em 1em 2em 1em;
    border-radius: 2px;
}

#infn-logo {
    background-color: inherit !important;
    padding: 0 !important;
    text-decoration: none;
}

.code-box-content {
    padding: 0.5em 0;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.flex-wrapper {
    display: flex;
    justify-content: center;
}

.yellow-text {
    color: #ffeb3b !important;
}

.yellow-text.text-darken-3 {
    color: #f9a825 !important;
}

.white-text {
    color: #FFFFFF !important;
}

body {
    display: flex;
    flex-direction: column;
}

#layout {
    background-color: #20374F;
    flex: 1 0 auto;
    margin: 0 !important;
    min-height: initial !important;
}

#foot {
    background-color: #3188c9;
    flex-shrink: 0;
    padding: 10px;
}

.wawa-footer {
    font-size: .8em;
}

#languagebar {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    font-size: 15px;
    color: #3188c9;
}

#piLoginForm {

    #submitButton:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }


    #submitButton {
        position: relative;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        vertical-align: middle;
        z-index: 1;
        will-change: opacity, transform;
        transition: all .3s ease-out;
        text-decoration: none;
        color: #fff;
        background-color: #f9a825;
        text-align: center;

        padding: 0 .75rem;
        border: none;
        border-radius: 2px;
        height: 36px;
        line-height: 36px;
        text-transform: uppercase;
        outline: 0;
        letter-spacing: .5px;
        /*transition: .2s ease-out;*/
        /*cursor: pointer;*/
        /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
        font-weight: bold;
        font-size: 15px;
    }
}

ul {
    list-style: circle;
}

td.attrname {
    width: 30%;
}

.code-box-content {
    padding: 1em !important;
}

.pure-menu-selected {
    font-weight: bold;
    text-decoration: underline;
}

@media only screen and (max-width: 480px) {
    #otp {
        width: 98% !important;
    }

    #submitButton {
        width: 99% !important;
    }

    .message {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.top-right-corner {
    right: 2.25em;
}

.top-right-corner:hover > .pure-button:hover, .top-right-corner > .pure-button:focus {
    padding: .5em;
}

.hljs-meta, .hljs-meta .hljs-keyword, .hljs-meta .hljs-string {
    color: #999;
}

.pure-button-group.two-elements {
    display: flex;
    align-items: stretch;
}


.ribbon {
    position: absolute;
    top: 20px;
    left: -8px;
    padding: 12.5px 34px;
    border-radius: 0 4px 4px 0;
    background: #f9f56b;
    color: #000;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ribbon::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    border-top: 8px solid #D9C834;
    filter: brightness(70%);
    border-left: 8px solid transparent;
}
