﻿body {
    height: 100%;
}

h2 {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

.pointer {
    cursor: pointer !important;
}

.hidden {
    display: none !important;
}

.top_nav {
    background-color: #101010;
    color: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
}

.nav_title {
    font-size: 18px;
    color: #dedede;
}

.nav_text {
    font-size: 14px;
    color: #dedede;
    margin: 0 15px;
}

.nav_link {
    font-size: 14px;
    color: #dedede;
    margin: 0 15px;
}

    .nav_link:hover, .nav_link:focus {
        color: #ffffff;
        text-decoration: none;
    }

.main_left {
    width: 130px;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #fafafa;
    padding-top: 15px;
}

    .main_left a {
        padding: 10px 20px;
        color: #337ab7;
        border: none;
        background-color: #fafafa;
        border-radius: 0 !important;
    }

        .main_left a:hover, .main_left a:focus {
            background-color: #dedede;
            color: #428bca;
            text-decoration: none;
        }

        .main_left a.active, .main_left a.active:hover, .main_left a.active:focus {
            color: #ffffff;
            background-color: #428bca;
        }

.main_right {
    position: fixed;
    top: 50px;
    left: 130px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 0px 30px 100px 30px;
}

button > span.glyphicon, a > span.glyphicon {
    margin-right: 8px;
}

.spinner {
    width: 22px;
    height: 22px;
}

.error {
    color: red;
    font-weight: bold;
}

.ok {
    color: #4cae4c;
    font-weight: bold;
}

.highlight_row {
    cursor: pointer;
}

    .highlight_row:hover {
        background-color: #428bca;
        color: white;
    }

.separator {
    margin: 10px;
}

.sort_arrow {
    color: #aaa;
    cursor: pointer;
}

.sort_arrow_disabled {
    color: #dedede;
    cursor: inherit;
}

.sort_arrow_down {
    margin-right: 5px;
}
.cloak {
    display: none !important;
}
.pac-container {
    z-index: 9999;
}