﻿body {
    background-color: #eef0f1;
    font-family: 'Montserrat', sans-serif;
}

.site-header {
    background-color: #f0f0f0;
    position: relative;
}

.site-header-inner {
    position: relative;
    top: -25%;
    z-index: 999;
}

.site-nav-active .site-header-inner {
    z-index: 10001;
}

.main-nav {
    position: relative;
    background-color: #cc2126;
    min-height: 4.5em;
}

.main-nav-container {
    width: 100%;
}

.site-logo {
    display: inline-block;
    width: 24%;
    min-width: 180px;
    max-width: 350px;
    vertical-align: middle;
    /*fill: $color_a;*/
    fill: #fff;
    margin: auto;
    margin-left: 1em !important;
    position: absolute;
    top: 10%;
    bottom: 10%;
    padding: 0;
}

.logo-svg {
    display: block;
    width: 100%;
    height: 100%;
    /* FOR IE --> */
    max-height: 60px;
}

.api-text {
    /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    font-size: 2.5em;
    color: white;
    position: absolute;
    right: 0;
    z-index: 99999;
    display: table;
    height: 100%;
    padding-right: 20px;
}

.menu-item {
    width: 100%;
    height: 60px;
    background-color: darkgray;
    color: white;
    cursor: pointer;
    padding-left: 1em;
}

    .menu-item:hover {
        width: 100%;
        height: 60px;
        background-color: #c42e2b;
        color: white;
        opacity: 0.8;
    }

.menu-item-selected {
    background-color: #c42e2b !important;
    color: white !important;
}

.menu-text {
    vertical-align: middle;
}

.fixed-item {
    width: 100%;
    height: 60px;
    background-color: white;
    color: black;
    text-align: center;
}

#left_menu {
    position: absolute;
    top: 90px;
    left: 0;
    bottom: 0;
    width: 300px;
    border: 1px solid darkgray;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
    overflow-y: auto;
    text-transform: uppercase;
    background-color: lightgray;
}

#right_content {
    position: absolute;
    top: 90px;
    left: calc(2em + 300px);
    right: 0;
    bottom: 0;
    border: 1px solid darkgray;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
    padding: 8px;
}

#full_content {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid darkgray;
    margin-right: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 1em !important;
}

    #full_content input {
        width: calc(100% - 10px);
        max-width: calc(100% - 10px);
        min-width: calc(100% - 10px);
        font-size: 1.75em;
        line-height: 1;
        padding: 0;
        outline: none;
    }


#LoginAccount {
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 300px;
    margin: 0.25em;
    background-color: #000;
    flex: 0 1 100%;
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.1;
    font-family: inherit;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    border: none;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease;
}

#content_frame {
    min-height: 100%;
    min-width: 100%;
    border: none;
    overflow: auto;
}
