﻿@charset "UTF-8";

.HeaderMin {
    background-image: url(../images/PageBanner.png);
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    /*height: 68px;*/
}

.ORFooter {
    width: col-xl-auto;
    border-top: 1px solid #c3c3c3;
    display: flex;
    flex-wrap: wrap;
    align-content: right;
    position: relative;
    bottom: 0;
    padding: 2px;
    text-align: right;
    height: 25px;
    color: #000000;
}

.copywriter {
    color: #337AB7;
    text-align: right;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.LogoCol {
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
    align-content: center;
    vertical-align: middle;
}

.StatusRight {
    text-align: right;
    padding-right: 20px;
    width: 95%;
}

.navbar {
    font-size: medium;
    text-align: left;
    word-spacing: 100%;
    /*padding: 10px;*/
    background-color: #337AB7;
    display: block;
    /*margin-left: 5px;
    margin-right: 5px;*/
}

.navbar-nav .nav-item {
    color: #ffffff;
}

.navbar-toggler-icon {
    align-content: flex-end;
    text-align: right;
}

.navbar-toggler {
    padding: 5px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item .nav-item.show .nav-link {
    color: #FFFFFF;
    background-color: #337AB7;
}

.body {
    padding: 0px;
    margin: 10px;
    font-size: small;
}


.report-min-height {
    min-height: 1000px;
}

.StatusRight {
    text-align: right;
    padding-right: 10px;
    width: 95%;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-primary {
    border-color: rgb(127,142,151) !important;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: rgb(127,142,151) !important;
        border-color: rgb(127,142,151) !important;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}

.img-logo {
    width: 100%;
}

.img-center-logo {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 400px;
    position: relative;
    z-index: inherit;
}

.heading-panel {
    color: white;
}

.panelHome {
    margin-left: 7%;
}

.btn:not(:disabled):not(.disabled) {
    min-height: 40px;
}

.loaderGif {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: white;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 175px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.fades {
    opacity: 1 !important;
    transition: opacity 0.15s linear;
}

.control-label {
    font-weight: 600;
}

.ReadOnlyText {
    BACKGROUND-COLOR: Yellow !important;
}

@media (min-width: 768px) {
    .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
        font-weight: 600;
        margin-right: 2%;
    }
}

.group-padding-border {
    border: solid 1px grey;
    padding: 10px;
}

.margin-left-15px {
    margin-left: 15px;
}

.display-block {
    display: block;
    font-weight: 500;
}

.PgTableSep {
    font-weight: normal;
    font-size: 5pt;
    width: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    height: 10px;
    /*
	background-color: #4a748a;
	*/
    background-color: #000000;
}

.color-red {
    color: red;
}

.col-sm-1-flex {
    flex: 0 0 1.333333%;
}

.margin-row {
    margin-left: 2%;
    margin-right: 2%;
}

.RightColum_Titles ,.RightColumn_Text,span,table.otable ,label,table.otable td,legend,.BodyText {
    font-size:16px !important;
}

.custom-logo {
    flex-basis: auto;
    width: auto;
}

.custom-links-nav {
    flex: 1 !important;
    max-width: 100%;
    background-color: #337AB7;
}