html {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: default;
    color: black;
    background-color: #E6E6E6;
    display: flex;
    flex-direction: column;
    height: 84vh;
}

.main-page-content {
    position: relative;
    top: 73px;
    display: flex;
    flex: 1;
}

pre {
    display: block;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    color: black;
}

/*====== Start Loading Spinner ====*/

.loading-image {
    background-image: url('../../resources/img/preloader.gif');
    width: 128px;
    height: 128px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
    z-index: 10000;
}

.loading-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*====== End Loading Spinner ====*/

.warning {
    background-color: #BF1E24;
    padding: .25em;
    margin-right: 2em;
}

.tooltip {
    z-index: 9999 !important;
}

.tooltip-inner {
    max-width: 350px !important;
}

.navbar {
    height: 72px;
}

.navbar-inverse .navbar-inner {
    background-image: none !important;
    background-image: -moz-linear-gradient(#333333, #E6E6E6, #333333) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#333333),to(#E6E6E6)) !important;
    background-image: -webkit-linear-gradient(#333333, #E6E6E6, #333333)!important;
    background-image: -o-linear-gradient(#333333, #E6E6E6, #333333) !important;
    background-image: linear-gradient(#333333 -35%, #E6E6E6, #333333 85%) !important;
}

.logoBox {
    width: 48px;
    height: 48px;
    margin: 8px 24px 8px 12px;
    display: inline-block;
    float: left;
}

.logo {
    fill: red;
    fill-opacity: 1;
    stroke: black;
    stroke-width: 2;
    stroke-opacity: 1;
}

.navbar .brand {
    color: white;
    font-weight: bold;
    font-size: 36px;
    padding: 0 24px 0 24px;
    line-height: 72px;
}

.navbar-inner {
    height: 72px;
}

.nav-header {
    padding: 0 15px !important;
}

.navbar .nav,
.navbar .brand {
    margin: 16px 0 !important;
    text-align: center !important;
}

.navbar .nav > li,
.navbar .brand {
    line-height: 36px;
}

.navbar .nav > li {
    width: 96px;
}

.navbar .nav > li > a:hover {
    background-color: #8C8C8C;
}

.navbar .nav > li > a,
.navbar-inverse .nav > li > a {
    text-shadow: none !important;
    color: white;
    font-weight: bolder;
    padding: 0;
}

.classificationBannerTop::after,
.classificationBannerBottom::after {
    content: "INSENSITIVE AND UNCLASSIFIED";
}

.classificationBannerTop,
.classificationBannerBottom {
    font-size: 14px;
    font-family: monospace;
    font-weight: bold;
    position: fixed;
    left: 0px;
    width: 100%;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    text-shadow: 0px 2px 0px rgba(0,0,0,0.75);
}

.classificationBannerTop {
    color: white;
    top: 0px;
    padding-top: 2px;
}

.classificationBannerBottom {
    color: #A6A6A6;
    bottom: 0px;
    padding-bottom: 2px;
}

.legal {
    font-size: xx-small;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 8px;
}

.bold {
    font-weight: bold;
}

.legal::after {
    content: '\"X-Wing\" is a registered trademark of Lucasfilm Entertainment Company Ltd. LLC';
}

.dashboard {
    min-width: 298px;
    flex: 0 0 298px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dashboardHeader {
    padding: 5px 17px 0px 17px;
    min-height: 215px;
    vertical-align: middle;
}

.dashboardHeader label {
    text-align: right;
    width: 70px;
}

.dashboardHeader select {
    display: inline-block;
    height: 25px;
    margin-top: 9px;
    width: 189px;
}

.dashboardBody {
    background-color: #CCC;
    overflow-y: scroll;
    margin-top: 0px;
    padding-top: 6px;
    height: 61vh;
    border-right: 1px solid #CCC;
}

.mainCanvas {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fillHeight {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mainHeader p,
.mainHeader label,
.dashboardHeader p,
.dashboardHeader label {
    display: inline-block;
    line-height: 2em;
    font-weight: bold;
}

.mainHeader p {
    text-align: center;
    padding-top: 12px;
}
.fillHeight,
.mainHeader p {
    width: 98%;
}

.mainContent {
    height: 79vh;
    margin-top: 0px;
}
