﻿/* DEFAULTS
----------------------------------------------------------*/
body   
{
    background: #e7e8e8;
    font-size: 11px;
    font-family: Verdana, Helvetica, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/


h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 18px 12px;
    border-top: 0px solid #e5e7eb;
    margin: -11px auto;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #4b5563;
}
    .footer a {
        
        text-decoration: none;
        font-weight: 500;
    }

        .footer a:hover {
            text-decoration: underline;
        }
        
.footer .aspNetMenu,
.footer .aspNetMenu a {
    font-size: 13px;
    font-weight: 500;
    color: #17194A;
}

.footer .aspNetMenu a:hover {
    text-decoration: underline;
}


/* TAB MENU   
----------------------------------------------------------*/
div.hideSkiplink {
    background-color: #D1131A;
    width: 100%;
    height: 20px;
    color: #ffffff;
}

div.menu
{
    padding: 0px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #D1131A;
    border: 1px #D1131A solid;
    color: #ffffff;
    display: block;
    line-height: 20px;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #a61643;
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #D1131A;
    color: #ffffff;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}
fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


label {
    display: inline-block;
    margin-bottom: 6px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #374151; /* soft dark gray */
}


input,
select,
textarea,.ddlClass {
    /* Layout */
   
    padding: 6px 10px;
    margin: 1px;
    /* Typography */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-transform: uppercase; /* keep if business rule requires */
    /* Appearance */
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
    /* Behavior */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* Reset */
    outline: none;
}


    select.ddlClass {
        height: 36px !important;
    }
    select {
        height: 36px !important;
    }
   


input.textEntry 
{
    font-size: 11px;
    width: 320px;
    border: 1px solid #ccc;
}

    input.passwordEntry {
        /* Layout */
        width: 100%;
        max-width: 320px;
        padding: 6px 10px;
        margin: 1px 0;
        /* Typography */
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-transform: none;
        /* Appearance */
        background-color: #ffffff;
        border: 1px solid #ced4da;
        border-radius: 6px;
        /* Behavior */
        outline: none;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    input:focus,
    select:focus,
    input.passwordEntry:focus,
    textarea:focus {
        border-color: #17194A;
        box-shadow: 0 0 0 0.0rem rgba(23, 25, 74, 0.25);
        outline: none;
    }
div .accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 11px;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}
.padr15 { padding-right:15px;}
.padt50  
{
    padding-top:50px;
    }
.greycolor  
{
    color:#666666;
    }
.txt1
{
    text-align:left;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:12px;
    }
#wrap 
{
    width:790px; 
    background-color:#fff; 
    border:#c8c8c8 1px solid;
    }    
.floatl { float:left;}
.pad7 { padding:7px}
.td_board {	border-bottom: 1px solid #1273bc; border-left: 1px solid #1273bc; border-right: 1px solid #1273bc;}
.td_box {border-bottom: 1px solid #1273bc; border-left: 1px solid #1273bc; border-right: 1px solid #1273bc; border-top: 1px solid #1273bc;}
.td_top_bg {background-image:url(../images/middle_top_bg.gif); background-repeat:repeat-x; border: 1px solid #1273bc; font-weight:bold; padding-left:10px; font-size:12px;color:White;}
.td_board_bottom {	border-bottom: 1px solid #1273bc;}

.top_bg {
	background-image:url(../images/top_bg.gif);
	background-repeat:repeat-x;
	height:105;
}

.top_redline {
    width: 0%;
    height: 0px;
    background-color: #17194A;
}

.menu_bg {
    background-color: #17194A;
    height: 25px;
    border-left: thin #31147B solid;
    padding-left: 0px;
}

.text {
	color:#000000;
	font-size: 11px;
	padding-left:15px;
	padding-right:5px;
	text-align:justify;
	line-height: 20px;

}
.lblStatusBlue {
	color:#034af3;
	font-size: 20px;
	font-weight:bold;
}

.lblStatusRed {
	color:#b11010;
	font-size: 20px !important;
	font-weight:bold;
}
.lblred {
	color:#b11010;
	font-size: 11px;
	font-weight:bold;
}
.fsLegend {
	color:#b11010;
	font-size: 12px;
	font-weight:bold;
}
.lbllegend {
	color:#b11010;
	font-size: 9px;
	font-weight:bold;
}
.lblError {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-image: url('../images/error.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 21px auto;
}
.lblblue {
	color:#034af3;
	font-size: 11px;
    font-weight:bold;
}
.red_text {
	color:#b11010;
	font-size: 11px;
	font-weight:bold;

}
.text1 {
	color:#000000;
	font-size: 11px;
	text-align:left;
	line-height: 15px;

}
.heading_line {
	border-top:2px solid #0450C7;
}
.spot_display_td {
	background-color:#f9f9f9;
	border:1px #FF9900 solid;
	padding:10px;
}

.grey_bodyTable {
	width:95%;
	margin-top:10px;
}

.grey_body_lefttd {
	background-image:url(../images/body_txt_leftcorner.gif);
	background-repeat:no-repeat;
	height:261px;
	width:13px;
}

.grey_body_midtd {
    /* Layout */
    padding: 1px;
    vertical-align: top;
    min-height: 261px;
    /* Typography */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #1f2937;
    /* Background (flat, no image) */
    background-color: #fff;
    /* Optional subtle border */
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    /* Text */
    text-align: justify;
}


.grey_body_righttd {
    width: 12px;
    min-height: 261px;
    /* Flat background (no image) */
    background-color: #f9fafb;
    /* Subtle separator */
    border-left: 1px solid #e5e7eb;
}

/*.hdr_headtd {
	background-image:url(../images/grey_tb_midbg.gif);
	height:26px;
	background-repeat:repeat-x;
	border-top:1px #dad9d0 solid;
	border-left:1px #dad9d0 solid;
	border-right: 1px #ffffff solid;
	border-bottom:1px #dad9d0 solid;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
	height:25px;
}*/
.hdr_headtd {
    /* Layout */
    height: 38px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    /* Typography */
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #ffffff;
    /* Modern Gradient Background */
    background: linear-gradient(135deg, #17194A 0%, #23257A 50%, #3b3fbf 100%);
    /* Borders & Radius */
    border-radius:8px 8px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    /* Depth */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.hdr_valuetd {
	background-color:#f4f4f4;
	height:20px;
	border-left:1px #dad9d0 solid;
	border-right: 1px #ffffff solid;
	border-bottom:1px #dad9d0 solid;
	padding-left:15px;
	padding-right:15px;
	color:#000000;
}

.hdr_valuetd1 {
	background-color:#ffffff;
	height:20px;
	border-left:1px #dad9d0 solid;
	border-right: 1px #ffffff solid;
	border-bottom:1px #dad9d0 solid;
	padding-left:15px;
	padding-right:15px;
	color:#000000;
}

.grey_display_td {
	background-color:#f9f9f9;
	border:1px #c8c8c8 solid;
	padding:1px;
}

.grey_mainTable {
    width: 100%;
    margin-top: 12px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px 10px 0 0;
    overflow: hidden; 

    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 4px 12px rgba(23, 25, 74, 0.12);
}



.grey_main_lefttd {
    background-image: url(../images/grey_tb_leftcorner.gif);
    background-repeat: no-repeat;
    height: 25px;
    width: 8px;
}

.grey_main_midtd {
	background-image:url(../images/grey_tb_midbg.gif);
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
	height:25px;
}

.grey_main_righttd {
	background-image:url(../images/grey_tb_rightcorner.gif);
	background-repeat:no-repeat;
	height:25px;
	width:24px;
}

.redTD {
	width:150px;
 	background-color:#b10000;
	font-size:13px;
 	height:20px;
 	color:#FFFFFF;
 	font-weight:bold;
 	text-align:center;
	vertical-align:middle;
}
/*.clsoutside {
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}*/

.clsoutside {
    border: 1px solid #d1d5db; /* gray border */
    border-radius; /* rounded corners */
}

.clstabletop 
{
	background-color:#31147B; /* UPPILI	*/
	height:18px;
	background-repeat:repeat-x;
	border-top:1px #dad9d0 solid;
	border-left:1px #dad9d0 solid;
	border-right: 1px #ffffff solid;
	border-bottom:1px #dad9d0 solid;
	color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
}
.clsborder 
{
	padding-right:3px;
	padding-left:3px;
}
.tdgridheading 
{
	background-color:#31147B; /* UPPILI	*/
	height:24px;
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
}
.comp 
{
	text-align:left;
	font-size:11px;
	font-family:Verdana;
	vertical-align:middle;
}
.clsth 
{
/*height:24px;*/
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
FONT-FAMILY: tahoma, verdana, Arial, 'Times New Roman';
text-align: center;
}
.clsthinput
{
/*height:24px;*/
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
FONT-FAMILY: tahoma, verdana, Arial, 'Times New Roman';
padding-left:4px;
float:none;
}
.clsthdisabled {
    border: 1px solid #000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: tahoma, verdana, Arial, 'Times New Roman';
    background-color: #F9F9F9;
    color: Gray;
    padding: 5px;
    float: none;
    min-width: 50px;
}
.clstd {
    height: 24px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: tahoma, verdana, Arial, 'Times New Roman';
    padding-right: 4px;
    text-align: right;
    min-width: 150px;
}
.clstdleft 
{
height:24px;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
FONT-FAMILY: tahoma, verdana, Arial, 'Times New Roman';
padding-left:4px;
text-align: left;
}
.clstdinput
{
height:24px;
FONT-WEIGHT: bold;
FONT-SIZE: 11px;
FONT-FAMILY: tahoma, verdana, Arial, 'Times New Roman';
padding-left:4px;
text-align: left;
margin-left: 40px;
}
input.clsInputBox
{
height:24px;
FONT-WEIGHT: normal;
font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
border: 1px solid #666666;
padding-left:4px;
text-align: left;
text-transform:none;
}
textarea.clsInputMulti
{
height:24px;
FONT-WEIGHT: normal;
font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
border: 1px solid #666666;
padding-left:4px;
text-align: left;
text-transform:none;
}
.helpMsg {
    color: Red;
    font-size: 2.25vmin;
	font-weight:bold;
    float: left;
}
.clsCheckBox input[type=checkbox]
{
display: block;
width: 1.3em;
height: 1.3em;
border: 0.08125em solid rgb(192,192,192);
border-radius: 0.325em;
}
.clsCheckList input
{
display: block;
width: 1.3em;
height: 1.3em;
border: 0.08125em solid rgb(192,192,192);
border-radius: 0.325em;
margin-right: 0.5em;
vertical-align: middle;
}
.clsCheckList label
{
line-height: 1.4em;
margin-right: 1.5em;
}
a:link.toplink {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
}

a:visited.toplink {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	font-size:11px;
}
a:hover.toplink {
	color: #f58345;
	font-weight:bold;
	font-size:11px;	
}
a:link.whitelink {
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

a:visited.whitelink {
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a:hover.whitelink {
	color: #deff00;
	font-size:11px;	
	font-weight:bold;
}
logo 
{
    font:14px;
    font-family:Teen Light
}    
.HandleCSS 
{
    width:100%;
    height:100%;
}    
.MyTabStyle .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    font-size: 14px;
    font-weight:bold;
    display: block;

}
.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
    border:solid 1px #d7d7d7;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
    background-color:#9c3;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
    color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner
{
    color: #000;
    border-color: #333;
}
.MyTabStyle .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #ffffff;
}

.NewTabStyle .ajax__tab_header
{
    /*font-family: Calibri, Candara, Cambria;
    font-size: 12px;*/
    font: bold 11px Verdana;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #542592;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #5D7B9D;
    margin:0;
    text-align: left;
}
.NewTabStyle .ajax__tab_header .ajax__tab_tab {
    border-color: #5D7B9D; /*color: #FFFFFF;*/
    padding: 2px 10px 2px 10px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px; /*background-color: #d7d7d7;*/
    background-color: #d7d7d7;
    margin-right: 0px;
    margin-bottom: 0;
    height: 15px;
    text-align: left;
    outline: 0;
}
.NewTabStyle .ajax__tab_hover .ajax__tab_tab {
    /*background-color: #5D7B9D;*/ /*background-color: #31147B;*/
    background-color: #9c3; /*color: #FFFFFF;*/
}
.NewTabStyle .ajax__tab_active .ajax__tab_tab
{
    /*color: #000;*/
    background-color: #FFFFFF;
}
.NewTabStyle .ajax__tab_header .ajax__tab_active 
{
    background-color: #FFFFFF;
}
.NewTabStyle .ajax__tab_body
{
    font-family: Calibri, Candara, Cambria;
    font-size: 12pt;
    background-color: #fff;
    border: solid 1px #5D7B9D;
    border-top:0;
    padding:3px;
}

.modalBackground
 {
    background-color:Gray; 
    opacity: 0.5; 
    filter:Alpha(opacity=50); 
 }
 .modalPopup
 {
    background-color: white;
    padding:2px 2px 2px 2px;
    text-align:center;
    vertical-align:middle;
    min-width:300px;
    border: medium solid #31147B;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
 }
.button {
    /* Layout */
    width:125px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 18px;
    margin: 4px;
    /* Typography */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    /* Appearance */
    background: linear-gradient(135deg, #17194A, #23257A);
    border: 1px solid #17194A;
    border-radius: 8px;
    /* Effects */
    box-shadow: 0 4px 10px rgba(23, 25, 74, 0.25);
    cursor: pointer;
    text-decoration: none;
    /* Interaction */
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.05s ease-in-out;
}
    .button:hover {
        background: linear-gradient(135deg, #131542, #1f2180);
        box-shadow: 0 6px 14px rgba(23, 25, 74, 0.35);
        transform: translateY(-1px);
    }


button:active {
    transform: translateY(1px);
    box-shadow: 0 3px 6px rgba(23, 25, 74, 0.35);
}

    .button:focus-visible {
        outline: none;
        box-shadow: 0 0 0 0.25rem rgba(23, 25, 74, 0.35);
    }


.buttonth {
    /* Layout */
    width: 125px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 18px;
    margin: 4px;
    /* Typography */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    /* Appearance */
    background: linear-gradient(135deg, #17194A, #23257A);
    border: 1px solid #17194A;
    border-radius: 8px;
    /* Effects */
    box-shadow: 0 4px 10px rgba(23, 25, 74, 0.25);
    cursor: pointer;
    text-decoration: none;
    /* Interaction */
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.05s ease-in-out;
}

    .buttonth:hover {
        background: linear-gradient(135deg, #131542, #1f2180);
        box-shadow: 0 6px 14px rgba(23, 25, 74, 0.35);
        transform: translateY(-1px);
    }
    .buttonth:active {
        transform: translateY(1px);
        box-shadow: 0 3px 6px rgba(23, 25, 74, 0.35);
    }

.disabledbutton {
border: 1px solid #000203;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #E1E3E1), color-stop(0.9, #868A88) );
background: -moz-linear-gradient( center top, #E1E3E1 10%, #868A88 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E3E1', endColorstr='#868A88');
background-color: #E1E3E1;
-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
-webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
box-shadow: inset 0px 1px  2px 0px #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: 0px 0px 0px #050505;
font-weight: 600;
margin: 1px 2px;
padding: 1px 2px;
color: #1C1C1C;
letter-spacing: 1px;
font-family: Verdana, 'Arial', sans-serif;
font-size: 11px;
text-transform: none;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
height:23px;
filter: alpha(opacity=70);
opacity: 0.7;
-moz-opacity: 0.7;
}

.lnkbutton {
border: 1px solid #000203;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #E1E3E1), color-stop(0.9, #868A88) );
background: -moz-linear-gradient( center top, #E1E3E1 10%, #868A88 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E3E1', endColorstr='#868A88');
background-color: #E1E3E1;
-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
-webkit-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
box-shadow: inset 0px 1px 2px 0px #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: 0px 0px 0px #050505;
font-weight: 600;
margin: 1px 2px;
padding: 2px 10px 4px 10px;
color: #1C1C1C;
letter-spacing: 1px;
font-family: Verdana, 'Arial' , sans-serif;
font-size: 11px;
text-transform: none;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
.lnkbutton:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #868A88), color-stop(0.9, #E1E3E1) );
background: -moz-linear-gradient( center top, #868A88 10%, #E1E3E1 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#868A88', endColorstr='#E1E3E1');
background-color: #868A88;
}
.lnkbutton:active {
position: relative;
top: -2px;
left: 0px;
}
.lnkbuttondisabled {
border: 1px solid #000203;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #E1E3E1), color-stop(0.9, #868A88) );
background: -moz-linear-gradient( center top, #E1E3E1 10%, #868A88 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E3E1', endColorstr='#868A88');
background-color: #E1E3E1;
-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
-webkit-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
box-shadow: inset 0px 1px 2px 0px #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: 0px 0px 0px #050505;
font-weight: 600;
margin: 1px 2px;
padding: 2px 10px 4px 10px;
color: #1C1C1C;
letter-spacing: 1px;
font-family: Verdana, 'Arial' , sans-serif;
font-size: 11px;
text-transform: none;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
filter: alpha(opacity=70);
opacity: 0.7;
-moz-opacity: 0.7;
}

.PROCESSED {
    background-color: #008000;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.UNPROCESSED {
    background-color: #D1131A;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}
.wminputm {
    background-color: #DDDDDD;
    color: Gray;
}
.inputm
{
    font-family: Calibri, Candara, Cambria;
    font-size: 12px;
    font-weight: bold;
    width: 157px;
    border: 1.2px solid #5D7B9D;
    padding-left: 3px;
    padding-right: 3px;
}
.w_inputm
{
    font-family: Calibri, Candara, Cambria;
    font-size: 12px;
    font-weight: bold;
    width: 157px;
    border: 1.2px solid #5D7B9D;
    background-color: #F9F9F9;
    color: Gray;
    padding-left: 3px;
    padding-right: 3px;
}
.btnXdisabled {
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #D1131A;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding: 2px 20px 4px 20px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.5;
}
.btnX {
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #D1131A;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding: 2px 20px 4px 20px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.btnX:hover {
    background-color: #C0C0C0;
    color: #FF0000;
}
.btnLinkDisabled {
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #DDDDDD;
    color: #31147B;
    text-align: center;
    vertical-align: middle;
    padding: 2px 0px 4px 0px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    opacity: 0.5;
}
.btnLink {
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #DDDDDD;
    color: #31147B;
    text-align: center;
    vertical-align: middle;
    padding: 2px 0px 4px 0px;
    text-decoration: none;
    display: block;
    font-weight: bold;
}
.btnLink:hover {
    background-color: #31147B;
    color: #FFFFFF;
}
.ModalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}
.updateboxm
{
    overflow:auto;
    height: 325px;
    width:750px;
    background-color: #FFFFFF;
    border: medium solid #5D7B9D; 
}
.confirmbox {
    padding: 10px;
    margin: 10px;
    overflow: auto; 
    background-color: #FFFFFF;
    border: medium solid #31147B;
    min-height: 100px;
    min-width: 240px;
    max-width: 700px;
}
.confirmboxhd
{
    background-color: #31147B;
    color: #FFFFFF;
}
.formbox {
    padding: 10px;
    margin: 10px;
    overflow: auto; 
    background-color: #FFFFFF;
    border: medium solid #31147B;
    height: 365px;
    width: 600px;
}
.formboxhd
{
    background-color: #31147B;
    color: #FFFFFF;
}
.formbox_dt {
    padding: 10px;
    margin: 10px;
    overflow: auto; 
    background-color: #FFFFFF;
    border: medium solid #31147B;
    height: 365px;
    width: 780px;
}
.formboxhd_dt
{
    background-color: #31147B;
    color: #FFFFFF;
}
.main_header {
    padding: 30px 0px 5px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

/*==================================================================================================================
    Main Content Autocomplete Dropdown Box 
==================================================================================================================*/
.autocomplete_completionListElement {
    border: 1px solid #ADADAD;
    padding: 0px;
    margin: 2px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
    background-color: #EEEEEE;
    color: #000000;
    -moz-box-shadow: 3px 3px 4px #077E85;
    -webkit-box-shadow: 3px 3px 4px #077E85;
    box-shadow: 3px 3px 4px #077E85;
    vertical-align: middle;
    line-height: 1em;
    height: 50px;
    overflow: auto;
    overflow-x: hidden;
}

.autocomplete_highlightedListItem {
    background-color: #CECECE;
    padding: 3px;
    margin: 0 .75em 0 0;
    width: 97%;
}

.autocomplete_listItem {
    padding: 3px;
    margin: 0 .75em 0 0;
    width: 100%;
}

.tickerWrapper {
    position: absolute;
    width: 700px;
    height: 14px;
    background-color: #f9f9f9;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #1f2937;
    padding: 6px 10px 2px 34px; /* left space for arrow */
    overflow: hidden;
    white-space: nowrap;
    background-image: url('../images/tickerArrow.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px 100%;
    border: 1px solid #17194A;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(23, 25, 74, 0.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 2px 2px 4px #505050;
    -webkit-box-shadow: 2px 2px 4px #505050;
  
}


.innerWrapper {
    position: absolute;
    left: 10;
    bottom:10px;
    top: 0;
    padding-left: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.ticker {
    will-change: transform;
}

/* Awareness Banner   
----------------------------------------------------------*/
.mySlides {
    display: none ;
}

/*img {
    vertical-align: middle;  
}*/

.slideshow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    height: 300px;
    margin: 24px auto;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}



.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgba(23, 25, 74, 0.75); /* brand colour */
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.1s ease;
}


.prev {
    left: 12px;
}

.next {
    right: 12px;
}



    .prev:hover,
    .next:hover {
        background-color: #17194A;
        box-shadow: 0 4px 12px rgba(23, 25, 74, 0.4);
    }

.dot {
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background-color: #d1d5db;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease, transform 0.2s ease;
}



    .dot:hover {
        background-color: #9ca3af;
    }

    .dot.active {
        background-color: #17194A;
        transform: scale(1.1);
    }
.fade {
    animation-name: fade;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
}

@keyframes fade {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
/* main page scroll bar (left)
----------------------------------------------------------*/
.Maincontainer {
    margin: 10px;    
    overflow-y: scroll; /* Vertical scroll */
}

.Subcontent {
    height: 365px;
}
.buttonWrapper {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size:11px;
    
}

.toggle-btn {
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    border: 1px solid #d1131a;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 4px 4px 4px;    
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
    
}

    .toggle-btn:hover {
        background: linear-gradient(to bottom, #f9dede 0%, #f5bcbc 100%);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    }


#fontControls {
    font-size: 11px; /* Prevent inherited font size */
    white-space: nowrap;
    position: fixed; /* Lock position on screen */
    top: 10px;
    right: 10px;
    z-index: 9999;
    background-color: white;
    padding: 5px;
}

/*#fontControls img {
    vertical-align: middle;
}*/



/* =========================================
   MODERN WEB SCROLLBAR
   ========================================= */

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #17194A #f1f1f1;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient( to bottom, #2a2d8f 0%, #17194A 100% );
    border-radius: 6px;
    border: 2px solid #f1f1f1;
}

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient( to bottom, #3a3ed1 0%, #1a1d6b 100% );
    }







/*Font increase and decrease*/

.font-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.font-btn {
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 0;
    transition: background-color 0.15s ease-in-out;
}

    .font-btn:hover {
        background-color: rgba(23, 25, 74, 0.1);
    }

    .font-btn:focus-visible {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(23, 25, 74, 0.35);
    }

    .font-btn img {
        width: 18px;
        height: 18px;
    }
/*--css for theme icon--*/
.theme-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Base button */
.theme-btn {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    padding: 0;
    cursor: pointer;
    background-clip: padding-box;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* Hover & focus */
.theme-btn:hover {
    transform: scale(1.1);
}

.theme-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(23, 25, 74, 0.35);
}

/* Active (selected) theme */
.theme-btn.active {
    border-color: #17194A;
    box-shadow: 0 0 0 2px rgba(23, 25, 74, 0.4);
}

/* Theme colors */
.theme-default {
    background-color: #ffffff !important;
}

.theme-dark {
    background-color: #121212 !important;
}

.theme-light {
    background-color: #f9fafb !important;
}

.theme-yellow {
    background-color: #ffd800 !important;
}

.theme-blue {
    background-color: #e6f0ff !important;
}

.theme-orange {
    background-color: #ffe5b4 !important;
}

/*Ifsc Logo*/
.text-logo {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 22px !important;
    font-weight: 900;
    margin-right:20px;
    letter-spacing: 1.8px;
    color: #0f172a; /* deep professional navy */
    line-height: 1.1;
}

    .text-logo span {
        font-weight: 700;
        color: #1d4ed8; /* trusted blue */
    }

    .text-logo small {
        display: block;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.6px;
        color: #64748b;
        margin-top: 2px;
    }


/*--Main Index Coontent*/
/* Page container */
.content-wrapper {
    background: #f8f9fb;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
}

/* Main card */
.content-card {
    background: #ffffff;
    max-width: 900px;
    width: 100%;
    padding: 40px 45px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.75;
    color: #2c2c2c;
}

    /* Paragraphs */
    .content-card p {
        margin-bottom: 18px;
        font-size: 15.5px;
    }

/* Highlighted intro paragraph */
.highlight-text {
    background: #fff5f5;
    border-left: 4px solid #c62828;
    padding: 14px 18px;
    border-radius: 6px;
    font-weight: 500;
}

/* Emphasis paragraph */
.emphasis {
    font-weight: 600;
}

/* Red highlight (existing class preserved) */
.red_text {
    color: #c62828;
    font-weight: 600;
}

/* Section heading */
.section-title {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 8px;
}

/* Values paragraph */
.values {
    background: #f9fafb;
    padding: 16px;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .content-card {
        padding: 28px 25px;
    }
}