<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	background-color:#ffffff;
	margin:0;
	padding:0;
	border-top:3px solid #f69d3d;
}

/*Links*/
a:link, a:active, a:visited{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #3b3b3b;
	text-decoration: none;
	text-transform: none;
}

a:hover{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000 ;
	text-decoration: none;
	text-transform: none;
}
img
{
	border:none;
}
#main
{
	width:100%;
	height:auto;
	position:relative;
	min-width:960px;
}

/*** Header ***/
#header{
	width:100%;
	height:110px;
}
.header-inner{
	width:960px;
	height:95px;
	margin:0 auto;
}
.logo
{
	width:auto;
	height:90px;
	float:left;
	padding:10px 0;

}
.logo-text
{
	font-family: Arial;
	font-size:22px;
	font-weight:normal;
	color: #df642b ;
	float:left;
	padding:32px 0 0 16px;
}

/*** Menu ***/
#menu{
	width:100%;
	/*width:960px;*/	
	height:48px;
	background:#f69d3d;
	margin:0 auto;
}
.menu-inner{
	width:960px;
	height:48px;
	margin:0 auto;
}
.menu-link ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.menu-link ul li
{
	float:left;
	/*padding:10px 30px;*/
	padding:2px 0px;

}
.menu-link ul li a
{
	font-family: Arial;
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
}
.menu-link ul li a:hover
{
	color:#720303;
}
.menu-last
{
	background:none !important;
}
.date-time {
	text-align:right;
	font-size:14px;
	color:#585858;
	padding: 10px 0;
}
.date-time span {
    padding-left: 20px;
}
#subheading {
	background-color:#fafafa;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display:table;
	padding:10px;
    float: left;
    height: auto;
    padding: 16px 0;
    position: relative;
    width: 100%;
}
.main-title {
	float:left;
	/*font-size:30px; */
	font-size:20px;
	color: #000000 ;
	font-weight:lighter;
}
.main-table tr td 
{
	line-height :23px;
}
.user-area { min-width:80px; width:250px; float:right; text-align:right;padding-top:10px; /*padding-top:24px;*/}
.user-image {float:left; margin-right:10px; border:1px solid #ccc; background:#FFF; padding:3px;}
.user-profile {float:left; text-align:left; font-size:13px; color:#585858;}
.user-name {/*font-size:17px;*/ font-size:12px;  color:#0078d0;}
.user-profile &gt; a {font-size:16px; color:#0078d0;}

/* Sub Menu and Sub Title Css */
.page-sub-menu{
	background-color:#DF642B;
}
.page-sub-menu a{
	color:#FFF;
	background-color:#DF642B;
	text-decoration:none;
	font-size:14px;
	padding:5px 0 5px 5px;
	display:block;
}
.page-sub-menu a:hover{
	background-color:#cc5017;
	color:#720303;
}
.page-sub-title {
    color: #DF642B;
    font-size: 20px;
    margin: 10px 0 0;
}

/*** Content ***/

#content{
	width:100%; 
	/*width:960px; */
	margin: 0 auto;
	height:auto;
	background-color:#FFFFFF;
	padding:10px 0;
	position:relative;
	float:left;
}
.content-inner{
	width:960px;
	height:auto;
	margin:0 auto;
	
}
.welcome-content
{
	min-height:380px !important;
}
.welcome-title
{
	width:960px;
	background-image:url(../images/welcome-border.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	color: #000000 ;
	font-size:20px;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
}
#footer {
	text-align:center;
	font-size:14px;
	border-top:1px solid #f69d3d;
	margin-top:30px;
}
#footer a {
	font-size:14px;
	color: #000000 ;
}
#footer a:hover {
	color: #000000 ;
}
.footer-section {
    color: #000;
    font-size: 14px;
    background-color: #f7f7f7;
    text-align: center;
    border-top: 5px solid #f69d3d;
}

    .footer-section a, .footer-section a:hover {
        color: #000;
    }



/* Login CSS*/

.main-login-box{
	border: 1px solid #CCCCCC;
    width: 50%;
	margin: 20px auto 0;
    padding: 0 0 10px;
}
.login-title{
	background-color: #2586c3;
    color: #FFFFFF;
    font-size: 20px !important;
    font-weight: normal;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}
.login-mandatory-field{
	color: #FF0000;
    float: right;
    font-size: 13px;
    margin: 10px 5px 0 0;
}
.login-star{
	color: #FF0000;
    float: none;
    font-size: 13px;
	margin: 0;
}
.log-in-email-password{
	color: #444444;
    font-size: 14px !important;
    font-weight: normal;
    padding: 0 7px 0 0;
    text-align: right;
    vertical-align: middle;
    width: 30%;
}
.login-textbox{
    border-radius:4px;
	border: 1px solid #B9B9B9;
    margin: 5px 0;
    padding: 5px 5px 5px 5px;
	color:#686868;
}
.page-button{
     border-radius:4px;
    background-color: #CC6602 !important;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    font-family: Arial !important;
    font-size: 14px !important;
    padding: 5px 12px !important;
    text-transform: uppercase !important;
}
.page-button:hover {
    background-color: #CC6602 !important;
}
.login-textbox:hover
{
    border-color: #f69d3d !important;
}
.main-login-box a {
    float: left;
    font-size: 14px !important;
    margin: 0 0 0 10px;
}
.main-login-box a:hover{
	color:#1172AF;
}
/* End Login CSS */


body {
    font-family: Arial;
}

.PageHeaderTitle {
    color: White;
    font-size: 20px !important;
    font-weight: bold;
    text-align: center;
    background-color: #0072C6;
}

.fieldset {
    border: solid 1px grey;
}

h2 {
     color: #14335c;
    text-decoration: none;
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
}

.MessageFormat {
    text-align: left;
   color: #000000 ;
    font-weight: bold;
    font-size: 14px;
}

.LeftLabelTextFormat {
    font-weight: bold;
    text-align: left;
    color: #000000 ;
    font-size: 12px !important;   
    vertical-align: middle;
}

.LeftLabelTextFormatMultiline
{
	font-weight: bold;
    color: #000000 ;
    font-size: 12px !important;
    text-align: left;
    vertical-align: top;

}

.AlertMessageFormat {
    font-weight: bold;
    text-align: left;
    color: #000000 ;
        font-size: 14px;
}

.NoDataFoundMessageFormat {
    font-weight: bold;
    color: #000000 ;
    font-size: 14px;
    text-align:center !important;
}

.MandatoryFields {
    color: #FF0000;
    vertical-align:top;
}

.HeadingLableText {
    color: #0072C6;
    font-size: 13px !important;
    text-align: left;
    font-weight: bold;
}

.ControlsAlignment {
    vertical-align: middle;
    text-align: left;
    color: #000000 ;
    font-size: 12px !important;
    
  }

.ControlsAlignmentMultiline	
{
	vertical-align: top;
    text-align: justify ;
    font-size: 12px !important;
    color: #000000 ;
  
}
.ControlsAlignmentMultilineForComments
{
	vertical-align: top;
    text-align: left;
    font-size: 12px !important;
    color: #000000 ;
    text-align: justify !important; 
    word-wrap: break-word;
	line-height :23px !important; 

}
.RightLabelTextFormat {
    font-weight: bold;
  /*  text-align: left !important;*/
    color: #000000 ;
    font-size: 12px !important;
    text-align: left ;
    vertical-align: middle;
}

.RightLabelTextFormatMultiline
{
	font-weight: bold;
  /*  text-align: left !important;*/
   color: #000000 ;
       font-size: 12px !important;
    text-align: left;
    vertical-align: top;

}
/* Top Navigation CSS*/

.page-label{
	border: 1px solid #CCCCCC;
	background-color:#f8f8f8;
	color: #000000 ;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
	padding:0 5px 10px 0;
}


/* Gridview CSS*/

.GridLeftItems
{
	
	 text-align: left !important;
}
.grid-view-main {
    border: 1px solid #CCCCCC;
    background-color: #f8f8f8;
    margin: 0 0 0 0;
    color: #585858;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    width:100%;
    border-collapse: collapse;      
}

.grid-view-title {
    background-color: #f69d3d;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    /*font-weight: bold;  */
    line-height: 20px;
}

    .grid-view-title th {
        border-right: 1px solid #94B6D7 !important;
        padding: 5px;
        text-align: center;
    }

.grid-view-main th {
    border-bottom: 1px solid #CBDAE8;
    border-right: 1px solid #CBDAE8;
    padding: 10px 5px;
}

    .grid-view-main th a {
       color: #3c3c3c;         
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
    }

.grid-view-main tr td 
{
	padding: 5px;
	 height:33px !important;
	  line-height:20px !important;
	  text-align: center ;
	  border:1px solid #CCCCCC;
}

.ExtraLine
{
	height:30px ;
}
.grid-view-main tr td a
{
	 color: #0078D0 !important;
	 font-size: 12px !important;
}

.grid-view-main-bold
{
	font-weight:bold;
}

.grid-view-main-green
{
	color:green;
}

.grid-view-main-red
{
	color:red;
}


.hyper-link a
{
	 color: #0078D0 !important;
	 font-size: 13px !important;

}
.hyper-link a:hover
{
     text-decoration:underline;
	 color: #0078D0 !important;
	 font-size: 13px !important;
}

.grid-view-main tr td a:hover
{
 font-size: 12px !important;
text-decoration:underline;
}

.grid-view-main tr:hover td {
     background: #fbe2ba;
    color: #3b3b3b;
}
.Numericalaction
{	
	 text-align:center !important;
}
.GridviewText
{	
	 text-align:left !important;
}

.grid-view-title tr:hover td {
    background: none;
}
/* END CSS*/

 .main-table {
   /* border: 1px solid #CCCCCC; */
    margin: 20px auto 0;
    width: 100%;
}
  /*.main-table tr td {
   border: 1px solid #CCCCCC; 
   line-height: 20px;
    }*/

/* Top Navigation CSS*/

/* Non text menu */

.s4-tn{

padding:0px;
margin:0px;
background-color:#df642b ;
color:navy;
/*width:100%; */
width:100%;
height:45px;

} 

.s4-tn ul.static{

white-space:nowrap;

} 

/* Top Menu */

.s4-tn li.static &gt; .menu-item{

/* [ReplaceColor(themeColor:"Dark2")] */ color:#ffffff !important;


border:1px solid transparent;
padding:8px 10px;
display:inline-block;
height:48px;
vertical-align:middle;
background-color:#df642b;
font-size:18px;

} 

/* Border around the menu sub items */

.s4-tn ul.dynamic{

color:#FFF;
background-color:#DF642B;
text-decoration:none;
font-size:14px;
padding:10px 0 5px 5px;
display:block;
width:auto !important;
max-width:400px !important;
list-style:none !important;

}

/* Actual Menu Item */

.s4-tn li.dynamic &gt; .menu-item{

display:block;
padding:4px 10px;
white-space:nowrap;
font-weight:normal;
background-color:#DF642B!important;
color:#fff !important;
width:auto;
color:navy;
font-size:14px;
list-style:none !important;

} 

/* Menu Item Hover Over */

.s4-tn li.dynamic &gt; a:hover{
background-color:#cc5017 !important;
color:#ffc1a4!important;
font-size:14px;


} 
/* Hover over top menu */
.s4-tn li.static &gt; a:hover

{
font-family:Calibri, Arial, Verdana;
font-size:18px;
font-weight:normal;
color:#ffc1a4!important;

}

/* hide arrows for top level items with flyouts */

.menu-horizontal a.dynamic-children span.additional-background,
.menu-horizontal span.dynamic-children span.additional-background{

    padding-right:0px;
    background-image:none;

}

.ms-webpartPage-root
{
	border-spacing:0px !important;
}

.ms-core-brandingText
{
	display:none;
}
.ms-cui-topBar2
{
	display:none;
}
.left-spacer
{
	height:65px;
	float:left;
}

 .ms-navedit-editLinksText{
  display: none;
 }
 
 .ms-core-listMenu-horizontalBox li.static &gt; a{
display: none !important;
margin:0px;
}
.ms-core-listMenu-horizontalBox li.static &gt; ul a{
display: block !important;
margin:0px;
}

.static
{
	/*margin-left:0px !important;
	padding-left:10px !important; */
}

input[type="password"],  input[type="file"], select,  .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
height:25px !important;
}

input[type="text"],textarea {
  
height:20px !important;
	}
input[type="submit"]
{
	margin-left:0px !important;
}

.multiline-textbox{
	height:80px !important;
	
}
.multiline-textbox-TR
{
	height:50px !important;	
}
.table-center
{
	text-align:center !important;
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background
{
	padding-right:10px !important;
}

.ms-core-listMenu-horizontalBox li.static &gt; .ms-core-listMenu-item {
margin-right:0px;
}

body {
overflow: auto !important;
}
/* fix the width of the workspace, centre it and turn off its scrollbar. Also add a default padding to the top to cope with the ribbon in its standard form */
body #s4-workspace {
margin: 0 auto;
overflow: visible;
}
/* fix the position of the ribbon, float it above the content and allow it to grow when it's height changes */
body #s4-ribbonrow {
position: fixed;
left: 0;
top: 0;
z-index: 10;
overflow-y: visible;
}


/* Dorpdown Css */

.ui-dialog {
        z-index: 99999 !important;
    }

    .ui-autocomplete {
        max-height: 200px;
        overflow-y: auto; /* prevent horizontal scrollbar */
        overflow-x: hidden;
        width: 320px;
    }

    .custom-combobox {
        position: relative;
        display: inline-block;
    }

    .custom-combobox-toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -1px;
        padding: 0; /* support: IE7 */
    }

    .custom-combobox-input {
        margin: 0;
        padding: 0.2em;
        width: 288px;
        height: 1.4em;
    }
    .ActivityNotAllow
    {
	text-align:center;
	font-size:25px;
	font-weight:bold;
	color:#000000;
	font-family:Arial;
	/* padding-top:80px !important; */
	padding-top:20px !important;
	
}

.ActivityNotAllow_ppr
    {
	text-align:center;
	font-size:25px;
	font-weight:bold;
	color:#000000;
	font-family:Arial;
}

.align-left
{
	text-align:left;
}

.align-right
{
	text-align:right;
}
.align-center
{
	text-align:center;
}

.hyperlink-guidelines

{
	color:#f69d3d !important;
	
}

.hyperlink-guidelines a:hover

{
	color:#f69d3d !important;	
}

.hyperlink-common

{
	color:#f69d3d !important;
	
}

.hyperlink-common a:hover

{
	color:#f69d3d !important;	
}

.text-bold
{
	font-weight:bold;
}

.text-italic
{
	font-style: italic;
	}

.text-bolditalic
{
	font-style: italic;
	font-weight:bold;
}
.text-justify
{
	text-align: justify ; 
    word-wrap: break-word;	
}

 .Multiline-textbox-discussion {
   height: 100px !important;
        max-width: 500px;
        min-width: 500px;
    }
    
    .Multiline-textbox-comments {
   height: 82px !important;
        max-width: 700px;
        min-width: 700px;
    }
.Singleline-textbox-comments {   
        max-width: 700px;
        min-width: 700px;
    }

.table-Boder-all 
{
border: 1px solid black;
width: 100%;
}

.table-Boder-all tr 
{
border: 1px solid black;
}

.table-Boder-all tr td 
{
border: 1px solid black;
font-weight: bold;
text-align: center;
}

#overlay{ position: fixed; z-index: 99; top: 0px; left: 0px; background-color: #f8f8f8; width: 100%; height: 100%; filter: Alpha(Opacity=90); opacity: 0.9; -moz-opacity: 0.9; }
/*
#theprogress { background-color: #fff; border: 1px solid #ccc; padding: 10px; width: 140px; height: 100px; line-height: 55px; text-align: center; filter: Alpha(Opacity=100); opacity: 1; -moz-opacity: 1;}
*/
#modalprogress { position: absolute; top: 40%; left: 50%; margin: -11px 0 0 -100px; color: #000; font-size: 14px; }</pre></body></html>