﻿/* MASTER PAGE STYLES */
/* NEW STYLE START */



@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
.banner_bg {
    height: 55px;
    border-bottom: solid 1px #326d7b;
    border-top: solid 1px #3a9bbc;
    margin: 32px 0 0 0;
    background-color: #3fa5be;
    /* chrome */
    background-image: linear-gradient( #48c4e4, #3fa5be);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(#48c4e4, #3fa5be);
    /* IE10 */
    background-image: -ms-linear-gradient(#48c4e4, #3fa5be);
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(#48c4e4, #3fa5be);

}

.src_txt {
    border-radius: 5px;
    border: solid 2px #2f8fa5;
    background-color: #F0F0F0;
    height: 28px;
    width: 265px;
    background-position: right center;
    background-repeat: no-repeat;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    padding-right: 20px;
    padding-left: 5px;
}

.logo_bg {
    height: 66px;
    width: 143px;
    background-image: url(Images/master/RAS_logo.png);
    background-position: center !important;
    background-repeat: no-repeat;
    float: left;
    margin: -13px 0 0 30px;
}

.FP_logobg
{
	height:64px;
	width:170px;
	background-image:url(Images/master/FP_logo.png);	
	background-position:center !important;
	background-repeat:no-repeat;
	float:right;
	margin:-10px 30px 0 0;
}

.wel_userbg 
{
	width:600px;
	float:right;
	margin:-20px 40px 0 0;
	font-size:12px;
}

.wel_txt
{
	font-size:11px;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	color:#333333;
}

.wel_txt:hover
{
	color:#707070;
}

.wel_sep
{
	padding:0 3px 0 3px;
}

.scr_div
{
	float:right;
	margin:13px 30px 0 0;
}



/* NEW STYLE END */



/*----------------------------------------------------------------------------------------*/
/*------------------------------ Menu Style Starts Here ----------------------------------*/
/*----------------------------------------------------------------------------------------*/

.menu_bg {
    height: 35px;
    background-color: #EEDB2E;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.75);
    /*	background-color:#EEDB2E;
	background-image: linear-gradient( #ffea54, #EEDB2E);
	background-image: -moz-linear-gradient(#ffea54, #EEDB2E);
	background-image: -ms-linear-gradient(#ffea54, #EEDB2E);
	background-image: -webkit-linear-gradient(#ffea54, #EEDB2E);
	border-bottom:solid 1px #5f6365;
	border-top:solid 1px #a2b9c1;*/
}

.StaticMenu {
    height: 35px;
    background-color: #EEDB2E;
    background-image: linear-gradient( #EEDB2E, #EEDB2E);
    background-image: -moz-linear-gradient(#EEDB2E, #EEDB2E);
    background-image: -ms-linear-gradient(#EEDB2E, #EEDB2E);
    background-image: -webkit-linear-gradient(#EEDB2E, #EEDB2E);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #4f3703;
    font-size: 14px;
    padding: 0 5px !important;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    display: block;
    line-height: 35px;
}


.StaticMenuItem a:Link, .StaticMenuItem a:Visited {
    color: #4f3703;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 19px 5px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}

.StaticMenuItem A:Hover
{
	color:#FFFFFF;
/*	background-color:#75aa00;
	background-image: linear-gradient( #9bdb1f, #75aa00);
	background-image: -moz-linear-gradient(#9bdb1f, #75aa00);
	background-image: -ms-linear-gradient(#9bdb1f, #75aa00);
	background-image: -webkit-linear-gradient(#9bdb1f, #75aa00);*/
/*border: 3px solid red;*/
	font-size: 14px;
	font-weight: normal; 
	text-decoration: none;
	padding:7px 19px 5px; 
	text-align: center;

}


/*.DynamicMenu {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin-left: 0px;
    background-color: #EEDB2E;
    background-image: linear-gradient( #ffea54, #EEDB2E);
    background-image: -moz-linear-gradient(#ffea54, #EEDB2E);
    background-image: -ms-linear-gradient(#ffea54, #EEDB2E);
    background-image: -webkit-linear-gradient(#ffea54, #EEDB2E);
    font-weight: normal;
    display: inline-table;
    text-decoration: none;
}
.DynamicMenuItem, .DynamicMenuItem A:Link, .DynamicMenuItem A:Visited {
    padding: 2px 5px 6px 5px;
    background-color: #EEDB2E;
    text-align: left;
    display: inline-block;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #4f3703;
    font-weight: normal;
    width: 150px;
}*/

    .DynamicMenuItem A:hover {
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        /* background-color: #75aa00; */
        /* background-image: linear-gradient( #9bdb1f, #75aa00); */
        /* background-image: -moz-linear-gradient(#9bdb1f, #75aa00); */
        /* background-image: -ms-linear-gradient(#9bdb1f, #75aa00); */
        /* background-image: -webkit-linear-gradient(#9bdb1f, #75aa00); */
        /*background-color: red;*/
        text-decoration: none;
        font-weight: normal;
        padding: 2px 5px 6px 5px;
        display: inline-block;
    }

/*----------------------------------------------------------------------------------------*/
/*------------------------------ Menu Style Close Here -----------------------------------*/
/*----------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/*------------------------------ SITE MAP PATH STYLES START -----------------------------*/
/*---------------------------------------------------------------------------------------*/
.currentNodeStyle
{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	color:#cc00cc;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-size: 11px;
	line-height: 21px;
	padding-left: 3px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none;
}

.nodeStyle
{
	color: #666666; 
	font-size: 11px;
	line-height: 21px;
	padding-left: 3px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none;
}

.pathSeparatorStyle
{
	/* background-color:yellow;                     margin:10px;        border:Solid 1px black;*/
}

.rootNodeStyle
{

	font-size: 8pt;
	text-decoration: none;
	color: white;
}

.siteMapPath
{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	color:#333333;
	font-size:11px;
	font-style:normal;
	font-weight:normal;	
	font-size: 9px;
	line-height: 21px;
	padding-left: 3px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none;
}

.siteMapPath A:visited
{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	color:#333333;
	font-size:11px;
	font-style:normal;
	font-weight:normal;	
	font-size: 11px;
	line-height: 21px;
	padding-left: 3px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none;
}

.siteMapPath A:Link
{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	color:#333333;
	font-size:11px;
	font-style:normal;
	font-weight:normal;	
	font-size: 11px;
	line-height: 21px;
	padding-left: 3px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none;
}

.siteMapPath A:hover
{
	text-decoration:underline;
	color:#cc00cc;
	cursor:pointer;
	font-size: 11px;	
	line-height: 21px;
	padding-left: 3px;
	padding-right: 5px;
	text-align: center;
	
}

/*---------------------------------------------------------------------------------------*/
/*------------------------- END OF SITEMAPPATH STYLES -----------------------------------*/
/*---------------------------------------------------------------------------------------*/

.footer {
    background-color: #3fa7c0;
    height: 28px;
    color: #0c3d49;
    font-size: 12px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0px;
}

.quickSearchTextBox {
    border: #c3d3fd 1px solid;
    font-size: 8pt;
    font-family: Segoe UI, Tahoma;
    width: 120px;
    height: 13px;
    padding-top: 3px;
    padding-left: 2px;
    color: #588421;
    border: Solid 1px #015697;
    background-repeat: no-repeat;
}

.userDetailsLabel
{
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	color: #013943 !important;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding: 0;
	margin: 0;
}

.userDetailsB
{
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	color: #013943 !important;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding: 0;
	margin: 0;
	text-decoration: none !important;
	font-weight: bold !important;
}

.userDetails
{
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333 !important;
	text-decoration: none !important;
	font-weight: normal;
	text-align: center;
}

.userDetails a
{
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

.userDetails:hover
{
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.userDetails a:active
{
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #0b5798;
	text-decoration: none;
	text-align: center;
}

.gridLink /* Dec 06 2011 NRR*/
{
	/*color: #373737 !important;*/
}
.gridLink a /* Dec 06 2011 NRR*/
{
	color: #373737 !important;
	text-decoration: underline;
	font-weight: normal;
}

.WebContainer
{
	width: 100%;
	height: auto;
}

.masterBody
{
	margin: 0px;
	padding: 0px; 
}

#layoutdesign
{
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: top;
}

.outertable
{
	width: 990px;
	height: 100%;
	border-top: none;
}

.innerdiv
{
	width: 100%;
	height: 100%;
	overflow: visible;
}

.innertable
{
	width: 100%;
	background-color: #FFFFFF;
}

.contentPlaceHolder
{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1px; 
	overflow: auto;
}

.rightbg
{
	text-align: right;
	background-image: url(Images/master/right_banner.gif);
	background-repeat: repeat;
	height: 70px;
}


.statusbar
{
	background-color: #005497;
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-left: 10px;
	text-decoration: none;
	color: #86bce8;
	height: 22px;
	border-bottom: 1px solid #0F5E9D;
	border-top: 1px solid #0F5E9D;
	border-left: none;
	border-right: none;
	line-height: 20px;
}



.statusLine
{
	background-color: #e9e9e9;
}

.siteNavigation:A
{
	text-decoration: overline;
	font-family: Segoe UI, Tahoma;
	color: Gray;
	font-size: 8pt;
}



.user_txt
{
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	color: #013943 !important;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding: 0;
	margin: 0;
}

.loginbg
{
	background-image: url(images/login/login_bg.jpg);
	background-repeat: no-repeat;
}

.success1
{
	background-color: #f4ffe6;
	border: solid 1px #75d500;
	font: normal 8pt Segoe UI, Tahoma;
	padding: 3px 3px 2px 3px;
	vertical-align: middle;
	width: 100%;
}

.warning1
{
	background-color: #FEEFB3;
	border: solid 1px #9F6000;
	font: normal 8pt Segoe UI, Tahoma;
	padding: 0px 3px 1px 3px;
	vertical-align: middle;
	width: 100%;
}

.info, .success, .warning, .error, .validation
{
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info
{
	color: #00529B;
	background-color: #BDE5F8;
}

.success
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(images/master/success.png);
}

.warning
{
	display: none;
	color: #9F6000;
	background-color: #FEEFB3;
}

.error
{
	display: none;
	color: #D8000C;
	background-color: #FFBABA;
}


.breadcrumbs
{
	font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
	padding-left: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 21px;
}

.breadcrumbsactive
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	padding-right: 5px;
	padding-left: 3px;
	text-decoration: none;
	text-align: center;
	line-height: 21px;
}

.searchbg
{
	background-repeat: no-repeat;
}

.searchTextBox
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	border: none;
	padding-left: 2px;
	width: 90px;
	
}

.headerbg
{
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 990px;
}
.menubg
{
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
}

.menu
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #373737;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 3px 5px;
	text-align: center;
	line-height: 21px;
}

.menu a
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #373737;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 3px 5px;
	text-align: center;
	line-height: 21px;
}

.menu a:hover
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #ffffff;
	background-color: #0b5798;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 3px 5px;
	text-align: center;
	line-height: 21px;
}

.menu a:active
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #ffffff;
	background-color: #0b5798;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 3px 5px;
	text-align: center;
	line-height: 21px;
}

.menuBackground1
{
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	color: #ffffff;
}

.topbanner_cont
{
	height: 81px;
	background-color: #FFFFFF;
}

.logo_01
{
	float: left;
	background-image: url(images/master/Logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 81px;
	width: 15%;
}

.top_bannerBG
{
	float: left;
	background-image: url(images/master/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 81px;
	width: 75%;
}

.fp_logo
{
	float: left;
	background-image: url(images/master/FP_Logo.jpg);
	background-repeat: no-repeat; 
	height: 81px;
	width: 10%;
}

.br_ul
{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0; 
	color: #676767;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.br_ul li
{
	float: left;
	display: block;
	margin-left: 1px; 
	padding: 2px 3px 2px 3px;
}

.br_ul li:hover
{
	text-decoration: underline;
	color: #b7b7b7;
	cursor: pointer;
}


