﻿
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
}

.Banner {
    padding-right: 0px;
    padding-left: 0px;
    /*background-image: url(Images/revenue_image.jpg);*/ /*Bsk new*/
    background-image: url(Images/revenue_image.jpg);
    /*background-image: url('../Content/Images/revenue_image.jpg');*/ /*Bsk new*/
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-color: #4376c5;
    height: 108px; /*Bsk new*/
    text-align: center; /*Bsk new*/
}

.bannertext {
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: #4376c5;
    padding-top: 2px;
    padding-bottom: 2px;
}

.left_menu {
    background-color: #E7F3F7;
    margin: 0px, 0px, 0px, 0px;
    color: Black;
}


.Navigation td {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.NavigationLeaf {
    text-align: left;
    /*width: 200px;*/
    width: 100%;
    background-color: #E7F3F7;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: white;
    font-weight: lighter;
}

.Navigation a {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: black;
    line-height: 20px;
    text-decoration: none;
    display: block;
    padding-left: 20px;
    font-weight: bolder;
    font-size: 12pt;
}

    .Navigation a:hover {
        color: black;
        background-color: #E2E2E0;
    }

.NavigationSelected a {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: #033668;
    line-height: 20px;
    text-decoration: none;
    display: block;
    padding: 8px 6px 10px 10px;
}

.NavigationRoot a {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: black;
    line-height: 20px;
    text-decoration: none;
    display: block;
    /*padding: 8px 6px 10px 10px;*/
}

.NavigationSelected {
    width: 100%;
    background-color: #E7F3F7;
}

.NavigationRoot {
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    width: 100%;
    background-color: #E7F3F7;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: white;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    font-weight: bolder;
    line-height: 20px;
    font-size: 12pt;
}

.navBack {
    background-color: #5c743d;
}

.required::after {
    content: '*';
    /*color: red;*/
    /* margin-left: 5px;*/ /* Add some spacing between the label text and the asterisk */
}

#imageLogContainer {
    /* Define styles for the container div*/
    /* width: 300px;
        padding: 20px;
    */
    padding-top: 20px;
    height: 200px;
    overflow: auto; /* Enable scrolling if content exceeds container size */
    /* border: 1px solid #ccc;*/
}

    #imageLogContainer img {
        /* Define styles for the image inside the container */
        max-width: 100%; /* Ensure image doesn't exceed container width */
        height: auto; /* Maintain aspect ratio */
        display: block; /* Ensure proper spacing around the image */
        margin: 0 auto; /* Center the image horizontally */
    }

.custom-dropdown {
    appearance: none; /* Modern browsers */
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none; /* Firefox */
    background: url('data:image/svg+xml;charset=UTF8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"%3E%3Cpath d="M8 12l8 8 8-8H8z" fill="%23000" /%3E%3C/svg%3E') no-repeat right 0.75rem center/16px 16px;
    padding-right: 2.5rem; /* Space for the arrow */
    border: 1px solid #ccc; /* Example border */
    border-radius: 4px; /* Example border radius */
}

.custom-checkbox .custom-control-input {
    width: 1.5rem; /* Width of the checkbox input */
    height: 1.5rem; /* Height of the checkbox input */
    margin-top: 0.1rem; /* Adjust margin to align checkbox correctly */
    /*border-color: black;
    margin-left: 0.1px;*/
}

.custom-checkbox .custom-Regcontrol-input {
    width: 1.5rem; /* Width of the checkbox input */
    height: 1.5rem; /* Height of the checkbox input */
    margin-top: 0.1rem; /* Adjust margin to align checkbox correctly */
    border-color: black;
}
.custom-border {
    border: 1px solid #6c757d; /* Using a Bootstrap-like medium gray color */
}

.af-alidation-summary-errors {
    color: #da0000;
    margin-left: 0.7rem;
}
.required-field::after {
    content: "* ";
    color: red;
    font-weight: bold;
}

.PresenterInfo
{
    display: none;
}
