﻿/* these classess are for top navigation menu on incident create page - added by Pooja*/
.text-darkblue {
    color: #0c2340 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
}

.top-navigation .navbar-brand {
    background: #ffffff;
}

.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
    background: #fff;
    color: #e87722 !important;
}

.pageloader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: dimgrey;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
}

.pageloader.hidden {
    display: none;
}

.pageloader img {
    height: 100px;
    width: 100px;
}

.center {
    z-index: -1;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.fileUploader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #dee2e6;
    filter: alpha(opacity=60);
    opacity: 0.9;
    display: none;
}

.centerDiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.progress-clock {
    word-wrap: break-word;
}

.navbar-end-justify {
    justify-content: flex-end;
}

.registeredIcon {
    color: #0c2340;
    font-size: 10px;
}

.footer-container {
    margin-top: 0;
}
