﻿html,
body {
    height: 100%;
    margin: 0;
}

.PageContainer {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    margin: 10px auto 20px;
}

.DashboardContainer {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F5F5F5;
    height: 100%;
}

.User-Header {
    line-height: 1.25;
    overflow: hidden;
    padding-top: 0;
    font-family: sans-serif;
    font-size: 13px;
    display: inline-block
}

.User-Header-details {
    font-size: 16px;
    font-weight: bold;
    color: #292f33;
    display: inline-block;
    margin-left: 15px;
}

.User-Header-name {
    color: #8899a6;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

.Section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

p {
    font-size: 14px;
    line-height: 18px;
}

.emphasize {
    font-weight: 600;
}

.PasswordLabel {
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    color: #292f33;
    margin-top: .5em;
}

.top-buffer {
    margin-top: 25px;
}

.bottom-buffer {
    margin-bottom: 15px;
}

.search-info {
    position: absolute;
    top: 16px;
    left: 50%;
}

.top-nav {
    padding: 0px 0px;
    background-color: #00509E;
    color: #fff;
    margin: 0px;
}

.top-nav a.brand {
    font-size: 20px;
    margin-left: 10px;
    font-weight: 900;
}

.current-time, .current-date {
    font-size: 14px;
    margin: 10px 8px 10px;
    text-align: center;
    cursor: default;
}

.header-label {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.header-label:hover {
    color: #ffffff;
    text-decoration: underline;
}

.header-brand {
    color: #ffffff !important;
    text-decoration: none !important;
    line-height: 30px !important;
    font-weight: 900 !important;
    font-size: 20px !important;
}

.dropdown {
    margin-left: 15px;
}

.removeRightGutter {
    padding-right: 0px;
    margin-right: 0px;
}

.removeLeftGutter {
    padding-left: 0px;
    margin-left: 0px;
}

.dropdown-menu a {
    display: block;
    clear: both;
    padding: 2px;
    right: 0;
}

.rightnavbar {
    display: flex;
    justify-content: flex-end;
}

.table-header {
    background-color: #00509E;
    color: #FFFFFF;
}

.header-fixed {
    width: 100%
}

table thead, table tfoot {
    width: calc(100% - 17px);
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: scroll;
    height: 250px;
    overflow-x: hidden;
}

.cell-clickable {
    cursor: pointer;
}

.cell-nonClickable {
    cursor: default;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    float: left;
    /*white-space: nowrap;*/
    word-break: break-all;
    overflow: hidden;
}

td:empty:after {
    content: "\00a0";
}

.detail-area {
    background-color: #F5F5F5 !important;
    width: 100%;
}

.filter-header {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    height: 34px;
    font-weight: 700;
}


.fluid-height {
    max-width: 100%;
    height: auto;
}

.ErrorMessage {
    color:red;
}

.infobox {
    font-size: 10px;
    font-family: "Helvetica Neue", Arial;
    color: black;
}

hr {
    padding: 0px;
    margin: 0px;
}

.dropdown-item:hover {
    background-color: #EBEBEB;
}

.TableNoData {
    height: 250px;
    border: 1px solid #dee2e6;
    margin-bottom: 0px;
    margin-top: 0px;
}

.CoPilotJumbotron {
    background-color: #F5F5F5;
}

.LogoContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.DownloadCaption {
    margin-top: 25px;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 100px;
    color: #00509e;
    font-family: sans-serif;
    text-decoration: none
}

.dropdown-submenu {
    position: relative;
}

.aspen-icon {
    margin-right: 3px;
}

.custom-button-style {
    margin-left: 5em;
    margin-right: 5em;
    background-color:aqua;
}


/* Media Queries*/
/* Extra Small devices (landscape phones,  less than 576px) */
@media (min-width: 1px) {
    .cell-text {
        font-size: .5em;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .cell-text {
        font-size: .6em;
    }
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .cell-text {
        font-size: .7em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .cell-text {
        font-size: .8em;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .cell-text {
        font-size: .8em;
    }
}

/* End Media Queries*/

/* Loader */

.loader {
    position: absolute;
    top: 0;
    font-size: 40px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 10px 25px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

.loader-message {
    margin-left: 10px;
    font-size: .8em;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* End of Loader */
