﻿/*cascading style sheet for the ARBL*/
/* body, p, div, ul, li, h1, h2, h3 {  padding: 0; font-family:  Arial Narrow,Verdana, Geneva, sans-serif; } */
body { /*background-color:gray;    
       background: url(../Images/Reydel_gray_back.jpg);*/
       font-size: 14px;

}

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url('font/Myriad Pro Regular.woff2') format('woff2'),
       url('font/Myriad Pro Regular.woff') format('woff'),
       url('font/Myriad Pro Regular.ttf')  format('truetype');
}

body {
    overflow: hidden;
}

td { vertical-align: top;}

/* p, span { text-align:justify; color: #000; font-family: Arial Narrow;  font-size: 10pt; } */

#main_container { margin: 0 auto; width: 100%; 
}

#wrapper_top { margin: 0 auto; width:100%; /*background:url(Images/wrapper_bg_top.jpg);*/ height: 18px; background-repeat:no-repeat; }

#wrapper_bottom { margin: 0 auto; width:100%; /*background:url(Images/wrapper_bg_bottom.jpg);*/ height: 18px; background-repeat:no-repeat; }

#header_container { margin: 0 auto; width: 100%; border-bottom: 1px solid #666; padding-bottom: 2px; /* background: #908F94; */ }

#footer_container { margin: 0 auto; width: 941px; border-top: 1px solid #666; }
#footer_container p { text-align: center; }

.column_left {  width: 18%; padding-left: 8px; }
.column_right { width: 82%; padding-right: 8px; }

#member_welcome_message { float:right; }

#bread_crumb { float: right; }

#bread_crumb a { text-decoration: none; }

#content_container {
    max-width: 1366px;
    border: 1px solid #b2b2b2;
    margin: 0 auto;
    border-top: 0;
    border-bottom: 0;
}

#login_container { /*background:url(images/login_page_bg.jpg);*/ height: 400px; width: 941px; margin-bottom: 8px; }
#login_content { float: right; margin-top: 230px; margin-right: 10px;}
#login_content label{ font-size: 11pt; }
#main_content_area_left { padding: 4px 0 10px 0; }
#main_content_area_right { padding: 5px; }

#login_submit { background:url(Images/login_button_default.jpg); width: 90px; height: 24px; cursor: pointer; border: 0; }
#login_submit:hover{ background:url(Images/login_button_hover.jpg); width: 90px; height: 24px; cursor: pointer; border: 0;  }

/* ASP.Net Menu control CSS*/

#ctl00_mainMenu { float: left; 
				  	display:inherit !important;
	display:inherit !important; 
	*display:inherit !important;

}
.MenuItem
{
	background-color:#707070;
	/*background-image:  url(~/Images/Background3.png);*/
	color:#ffffff;
	font-family:Arial Narrow;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	width:190px;
	border:solid;
	border-color:#9A9A9A;
	border-width:1px;
	padding:2px;
    z-index:auto ;
	display:inherit !important;
	*display:inherit !important;

    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
 	-moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
    -ms-border-radius:5px 5px 5px 5px;
    
    box-shadow: 2px 2px 4px #666;
    z-index:auto;
}
    .MenuItem:hover {
        z-index: auto;
        background-color: #707070;
        /*background-image: url(~/Images/Background3.png);*/
        color: #ffffff;
        font-family: Arial Narrow;
        font-size: 11pt;
        font-weight: bold;
        text-align: left;
        width: 190px;
        border: solid;
        border-color: #9A9A9A;
        border-width: 1px;
        padding: 2px;
        display: inherit !important;
        *display: inherit !important;
        border-radius: 5px 5px 5px 5px; /* shorthand topleft topright bottomright bottomleft */
        -moz-border-radius: 5px 5px 5px 5px; /* shorthand topleft topright bottomright bottomleft */
        -webkit-border-radius: 5px 5px 5px 5px; /* shorthand topleft topright bottomright bottomleft */
        -khtml-border-radius: 5px 5px 5px 5px;
        -ms-border-radius: 5px 5px 5px 5px;
        box-shadow: 2px 2px 4px #666;
    }
span.MenuItem {
	display: block;
	float:left;
    /*background-image:  url(~/Images/Background3.png);*/
    background-repeat:no-repeat;
    background-size:cover;    
	display:inherit !important;
	display:inherit !important; 
	*display:inherit !important;
}
.MenuItem img { float:right; 
	/*background-image:  url(~/Images/navbar-bg.png);*/
    background-repeat:no-repeat;
    background-size:cover;    
    background-repeat:no-repeat;
    background-size:cover;      
	display:inherit !important;
	*display:inherit !important;
}
.DynamicMenuItem
{
	background-color:#B2DFEE; /* #E5DBCF; */ 
	/*background-image:  url(~/Images/navbar-bg.png);*/
    background-repeat:no-repeat;
    background-size:cover;       
	color: #000000; /*  #1C2631; */
	font-family:Arial Narrow;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	width:190px;
	border:solid;
	border-color: maroon;  /* #9A9A9A; */
	border-width:1px;
	padding:2px;
    z-index:auto ;
	display:inherit !important;
	*display:inherit !important;

    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
    -moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
	-ms-border-radius:5px 5px 5px 5px;
    box-shadow: 2px 2px 4px #666;
    z-index:auto;
}
.DynamicMenuItem:hover 
{
	background-color:#B2DFEE; /* #E5DBCF; */ 
	/*background-image:  url(~/Images/navbar-bg.png);*/
    background-repeat:no-repeat;
    background-size:cover;       
	color: #000000; /*  #1C2631; */
	font-family:Arial Narrow;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	width:190px;
	border:solid;
	border-color: maroon;  /* #9A9A9A; */
	border-width:1px;
	padding:2px;
    z-index:auto ;
	display:inherit !important;
	*display:inherit !important;

    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
	-moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
    -ms-border-radius:5px 5px 5px 5px;

    box-shadow: 2px 2px 4px #666;
    z-index:auto;
}
.MenuItemSelected
{
    background-color:#707070;
	text-align:left;
	border:solid;
	border-color:#9A9A9A;
	border-width:1px;
	padding:2px;

	display:inherit !important;
	*display:inherit !important;
	
    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
    -moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
	-ms-border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 4px #666;
    z-index:auto; 
}
.MenuItemHover
{
	background-color:  #CCCC00;
    /*background-image:  url(~/Images/Background6.png);*/
	  
	color: #100ea7;   /* #191919; */
	font-family:Arial Narrow;
	font-size:11pt;
	font-weight:bold;
	width:190px;
	text-align:left;
	border:solid;
	border-color:#9A9A9A;
	border-width:1px;
	padding:2px;
	
	display:inherit !important;
	*display:inherit !important;
	
    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
    -moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
	-ms-border-radius:5px 5px 5px 5px;

	box-shadow: 2px 2px 4px #666;
    z-index:auto;
}

.MenuItemHover:hover 
{
	background-color:  #CCCC00;
    /*background-image:  url(App_Themes/Pace_Theme/Images/Background6.png);*/
	  
	color: #100ea7;   /* #191919; */
	font-family:Arial Narrow;
	font-size:11pt;
	font-weight:bold;
	width:190px;
	text-align:left;
	border:solid;
	border-color:#9A9A9A;
	border-width:1px;
	padding:2px;
	
	display:inherit !important;
	*display:inherit !important;
	
    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
    -moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
	-ms-border-radius:5px 5px 5px 5px;
    box-shadow: 2px 2px 4px #666;
    z-index:auto;
}

/* End of ASP>Net menu control CSS*/
/* End of ASP>Net menu control CSS*/

/*Ajax Validator Callout CSS*/

.validatorCalloutHighlight 
{
    background-color: #fffacd; 
      
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial Narrow;
	font-weight:bold;
	font-size:1.7em;
}

/*End of Ajax Validator callout CSS*/

td.headerbar 
{
	/*background-color:#333333 ; */
	background-image:url(Images/grd_head.png); 
}

/*Ajax Rounded Corner Extender CSS*/

.roundedPanel
{	 
	background-color:#ffffff; /* C2DFFF; */
    padding: 0 10px !important;
    width: calc(100% - 20px) !important;
    
    /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);    
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;;*/
    /*-moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;*/

    /*-moz-box-shadow: inset 0 0 5px 5px #888;
    -webkit-box-shadow: inset 0 0 5px 5px#888;
    box-shadow: inset 0 0 5px 5px #888;*/
}

/*End of Ajax Rounded Corner Extender  CSS E7ECFB*/

/*Contentarea CSS*/

.contentarea {
	padding:2px;
	background:#FFF;
}

/*/*.contentarea p 
{
	padding:5px;
}*/

.contentareaheading {
    padding: 5px 5px 0 5px;
    color: #303030 !important;
    font-weight: bold;
    font-size: 16px;
}

.contentareaheading.MainHeading {
    border-bottom: 1px solid #dedede;
    padding: 5px 0 5px 14px;
    color: #841827 !important;
    background: #f5f5f5;
    font-weight: normal;
    text-transform: uppercase;
}

.contentareabottom {
	height:8px;
   /* background:#FFF url(Images/contentAreabottom.png) no-repeat left bottom;*/	
   background:#FFF none  no-repeat left bottom;
}

/*End of Content Area CSS 5377A9 */

.errorStyle {	
	color:dodgerblue;
	font-family:Arial Narrow;	
	font-size:0.85em;   	
}


/****Regular Expression Vailator CSS****/


.validatorCss
{
	font-family:Arial Narrow;  
	font-size:0.85em;
	float:right;	 
}


/* Text box theme
.input
{
 font-family: verdana, Arial,'sans serif';
 color:Blue;
 background-color:Gray;
}*/

td.main_menu
{
	background: #E0ECF9;
	padding-top: 12px;
	border:#5377A9;
 	border-style:outset;
    border-width:1px;   
}
#ctl00_imgBtnLogout { vertical-align:middle; }

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #D6FFC2;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
/** End of Ajax Masked Edit Related styles  **/


/*Modal Popup extender CSS*/

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#E0ECF9;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: #2E4d7B;
	border-width: 2px;
	
}

.modalBackground {
	background-color:rgba(0,0,0,.7);
	filter:alpha(opacity=70);
}

.modalPopup {
	background-color: white;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    font-size: medium;
    padding: 3px;
    height: 270px;
    overflow-y: scroll;
    border-radius: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left-width: 8px;
}
	


/*End of Modal Popup extender E0ECF9 CSS BFE756  overflow-x: scroll;*/

/*Ajax Auto Complete Extender css*/
.autocompleteplus_completionListElement
{
padding-bottom:0px;
padding-top:0px;

padding-right:0px;
padding-left:0px;

position:absolute;
z-index:6000;

width:250px!important;
visibility : hidden;

margin-left:-1px!important;
margin-top:0px!important;

background-color:#F1F0F0;
color : windowtext;

border : buttonshadow;
border-color:Black;


border-width : 1px;
border-style : solid;

cursor : 'default';
overflow : auto;

height : 250px; text-align : left;
list-style-type :none;
}
/* AutoComplete highlighted item */

.autocompleteplus_highlightedListItem

{

list-style-type:none;

font-family: Arial Narrow;
font-size: 11px;

color: #FF9900;
text-decoration: none;

background-color: #777777; cursor: pointer;
cursor: hand;

padding:0px 0px 0px 3px;
margin: 0px;

text-align: left;

line-height:20px!important;
}

/* AutoComplete item */

.autocompleteplus_listItem
{

line-height:20px!important;
background-color:#F1F0F0;

padding:0px 0px 0px 3px;
margin: 0px;

font-family: Arial Narrow;
font-size: 11px;

color: black;
cursor: default;

text-decoration: none; text-align: left;
}

/*End of Ajax Auto Complete  Extender FFA54F css FFB733  #9ACD32*/

.divisionHeading
{
	color:#FFFFFF;
	background-color:#FF9900;
	font-family:Arial Narrow;
	font-weight:bold;	 
	font-size:0.95em;	
	}
	
.DeclarationHead
{
	color:#FFFFFF;
	background-color:#5D7B9D;
	font-family:Arial Narrow;
	font-weight:bold;	 
	font-size:0.95em;	
	}	
/*End of EDBD3E CSS #FFA500*/

/* Ajax Calendar Extendar */


/*Calendar*/
/*Ajax Calendar Extendar*/
.yui { position: relative; }
.yui .ajax__calendar_container 
{
    background-color:#ffffff;
    border:solid 1px #808080;
    font-family:Arial Narrow;
    cursor:default;
    width:205px;
    font-size:12px;
    text-align:center;
    padding:0px;
    z-index: 1;
}

.yui .ajax__calendar_body 
{
    height:139px;
    width:205px;
    position:relative;
    overflow:hidden;
}

.yui .ajax__calendar_days, .yui .ajax__calendar_months, .yui .ajax__calendar_years 
{
    top:0px; 
    left:0px;
    height:139px;
    width:195px;    
    padding:5px;
    position:absolute;
    text-align:center;
}

.yui .ajax__calendar_days table
{
    border-spacing:0;
    border-collapse:collapse;
    font:100% sans-serif;
    text-align:center;    
}

.yui .ajax__calendar_header 
{
    background: #fff;
    border-bottom: 1px solid #ccc; 
    height:22px;
    width:100%;
    font-size:11pt;
    font-weight:bold;
    text-align:center;
    padding-top:3px;
}

.yui .ajax__calendar_prev 
{
    margin-top:2px;
    margin-left:4px;
    height:15px;
    width:25px;
    cursor:pointer;
    float:left;
    background:url(Images/sprite.png) 0px -450px no-repeat;
}

.yui .ajax__calendar_next 
{
    margin-top:2px;
    margin-right:4px;
    height:15px;
    width:25px;    
    cursor:pointer;
    float:right;
    background:url(Images/sprite.png) 0px -500px no-repeat;
}

.yui .ajax__calendar_title 
{
    cursor:pointer;
    font-weight:bold;
    text-align:center;
}

/*.yui .ajax__calendar_footer 
{
    display:none;    
}*/
.yui .ajax__calendar_today
{
	font-weight:bold; 
	color:#ffffff;
    background-color:#841827; 
    height: 20px;
    padding-top: 6px;
    font-weight: normal;	 
}

.yui .ajax__calendar_dayname 
{
    padding-left:3px;
    padding-right:3px;
    margin-bottom:5px;
    margin-left:2px;
    margin-right:2px;
    text-align:center;
    font-weight:700;
    font-size:10pt;
    color:#000;
    border-bottom:solid 1px #a6a6a6;
}

.yui .ajax__calendar_day, .yui .ajax__calendar_month, .yui .ajax__calendar_year
{
    padding:0px;
    color:#000;
    text-align:center;  
    padding:0pt 2px;
}

.yui .ajax__calendar_hover .ajax__calendar_day, .yui .ajax__calendar_hover .ajax__calendar_month, .yui .ajax__calendar_hover .ajax__calendar_year
{
    color:#ffffff;
    background-color:#841827; 
}

.yui .ajax__calendar_hover .ajax__calendar_title
{
    color:#841827;
    background-color:transparent; 
}

.yui .ajax__calendar_other .ajax__calendar_day, .yui .ajax__calendar_other .ajax__calendar_year,.yui .ajax__calendar_hover .ajax__calendar_today
{
    color:#a6a6a6;   
}

.yui .ajax__calendar_active .ajax__calendar_day
{
    color:#841827;   
    font-weight: bold;
}
.yui .ajax__calendar_active .ajax__calendar_day:hover {
    color: #ffffff !important;
}
/*End of Calendar*/
.alert {
   /*visibility: hidden;*/
  background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	  
   }
	
/*AlertBox*/

/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family: Arial Narrow ;/*18 Arial, Sans-Serif;*/
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#91a7b4 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(Images/YahooSprite.gif);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
}
.HeaderStyle th
{
    padding: 5px;
    color: #16387c;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #91a7b4 1px solid;
}
.PagerStyle a
{
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #91a7b4;
    border-bottom:solid 1px #91a7b4;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    font-weight:bold;
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltrowStyle td, .SelectedRowStyle td, .EditrowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #91a7b4;
}
.RowStyle td
{
    background-color: #f1f5f6;
}
.AltrowStyle td
{
    background-color: #9ab2ca;
	background-image: url(Images/YahooSprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
}
.SelectedRowStyle td
{
    background-color: #fcb814;
	background-image: url(Images/YahooSprite.gif);
    background-position:center;
    background-repeat:repeat-x;
}

/******Password Strength*****/
.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:200px;       
    vertical-align:middle;
}

/*.textmode {

     mso-number-format:\@; 
}*/
 /* Start Accordion Panel  */                       
.accordionContent
 {
    background-color: #ffffff;
    border-color: -moz-use-text-color #841827 #841827;
    border: 1px dashed #841827;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
    width: auto;
}
.accordionHeaderSelected
 {
    background-color: #841827;
    border: 1px solid #841827;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width: auto;
    background-image: url(Images/icon-arrow-down-white.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.accordionHeader
 {
    background-color: #841827;
     /*background :transparent url(/App_Themes/Pace_Theme/Images/images.jpg) top left;
    background-repeat:no-repeat ;
    background-attachment:fixed;    
    background-position: center ;*/
    border: 1px solid #841827;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    width:auto ;	
	background-image: url('Images/icon-arrow-right-white.png');
    background-size :20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.href
{
    color:White;  
    font-weight:bold;
    text-decoration:none;
}

/* End Of Accordion Panel */

.myListBox1 option
{
    border-style:none;
    border-width:0px;
    border: none;
    font-size:11pt;
    font-family:Arial Narrow; 
    background-color:maroon;
    color:red;    
}
.myListBox1 
{
    border-style:none;
    border-width:0px;
    border: none;
    font-size:11pt;
    font-family:Arial Narrow; 
    background-color:maroon;
    color:red;    
}
.DisplayLabel{
    font-size:0.85em;  
    font-family:Arial Narrow;  
    text-decoration: none;
    color:#329bd8 ;                   /* changed text color to white */
    text-transform:capitalize;  
    font-weight: bold;              /* gave the text a bold look */
}

 
.DisplayLabel:hover {
        font-size:0.85em; 
     font-family:Arial Narrow;  
    background-color: transparent;  /* changed the bg-color to transparent */
    color:darkblue ;                 /* set a text color to the same color */
}

/*.aa {
      position: absolute; 
        transform: perspective(600px) rotateY(180deg); 
        background: #0094ff; 
        width: 350px; 
        height: 350px; 
        border-radius: 10px; 
        backface-visibility: hidden; 
        -moz-transition: transform .5s linear 0s; 
        -o-transition: transform .5s linear 0s; 
        -webkit-transition: transform .5s linear 0s; 
        transition: transform .5s linear 0s; 
}*/

    .scrolled
    {
        position: relative;
       /* left: 150px; */ /* i.e. col1 Width + col2 width */
        overflow: scroll ;
        white-space: nowrap;
        min-width: 250px; /* set your real column widths here */
    }

	.label
	{
		font-size:0.85em;  
		font-family:Arial Narrow;  
		text-decoration: none;
		color:#329bd8 ;                   /* changed text color to white */
		text-transform: uppercase;      /* made the text uppercase */
		font-weight: bold;              /* gave the text a bold look */
	}

	.label:hover 
	{
        font-size:0.85em; 
		font-family:Arial Narrow;  
		background-color: transparent;  /* changed the bg-color to transparent */
		color:darkblue ;                 /* set a text color to the same color */
	}


	/* Grid Style For Day Summary */
.GridView-FirstCell
{
	background-color:lightgreen;   
}
.GridView-SecondCell
{
	background-color: lightsteelblue ;  
}
.GridView-ThirdCell
{
	background-color:lightblue;   
}

/*.attendance-table
{
	color:#333333;
	background-color:white;
	border-color:maroon;
	border-width:1px; 
	font-size:0.6em;      
}
.attendance-table tr
{
	background-color:#7C6F57; 
}
.attendance-table td
{

}
.attendance-table tr:nth-child(odd)
{
	background-color:#E3EAEB; 
}
.attendance-table tr:nth-child(even)
{
	background-color:#6a90b4 ;
}*/



/* Checkall and uncheckall images */

.checkall:hover {
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);

-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-o-box-shadow:0px 0px 15px 10px rgba(255, 255, 255, .75);
-moz-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
-ms-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
background-color:whitesmoke;  
}
.checkall {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
transition: all 0.7s ease;
height:20px;
width:20px; 
}

.uncheckall:hover {
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-o-box-shadow:0px 0px 15px 10px rgba(255, 255, 255, .75);
-moz-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
-ms-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
background-color:whitesmoke;
}
.uncheckall {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
transition: all 0.7s ease;
	height:20px;
	width:20px; 
}


.downloads:hover {
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);

-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-o-box-shadow:0px 0px 15px 10px rgba(255, 255, 255, .75);
-moz-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
-ms-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
background-color:whitesmoke;  
}
.downloads {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
transition: all 0.7s ease;
height:35px;
width:35px; 
}

.checkall:hover {
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);

-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-o-box-shadow:0px 0px 15px 10px rgba(255, 255, 255, .75);
-moz-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
-ms-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
background-color:whitesmoke;  
}
.checkall {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
transition: all 0.7s ease;
height:20px;
width:20px; 
}

.scrollToTop:hover {
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-o-box-shadow:0px 0px 15px 10px rgba(255, 255, 255, .75);
-moz-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
-ms-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
background-color:whitesmoke;
}
.scrollToTop {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
transition: all 0.7s ease;
	height:20px;
	width:20px; 
}
.scrollToBottom:hover {
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-o-box-shadow:0px 0px 15px 10px rgba(255, 255, 255, .75);
-moz-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
-ms-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
background-color:whitesmoke;
}
.scrollToBottom {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
transition: all 0.7s ease;
	height:20px;
	width:20px; 
}

         /* Display The control border in color */
        input[type=text],checkbox,radio,password 
        {
            border: 2px solid #ccc  ; 
            border-radius:8px 8px;
            height:24px;   
        }
        textarea
        {
            border: 1px solid #ccc;
            border-radius: 4px !important;
        }
        textarea:focus {
            border: 1px dashed rgba(226,0,15,1.0) !important;
            outline: none !important;
        }
        select
        {
            border: 2px solid #ccc  ; 
            border-radius:8px 8px;
        }
        input[type=text]:focus  ,checkbox:focus  ,radio:focus,password:focus  {
            background-color: #fff; /*  #ccf5fc ; */
            border: 2px solid #a8f;
            border-radius: 8px 8px;
            height:24px;  
        }   
        textarea:focus
        {
            background-color: #fff; /*  #ccf5fc ; */
            border: 2px solid #a8f;
            border-radius: 8px 8px;
        }
        select:focus
        {
            background-color: #fff; /*  #ccf5fc ; */
            border: 2px solid #a8f;
            border-radius: 8px 8px;
        }    
    #modalContainer {
	    position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 10000;
        background-color: rgba(0,0,0,.7);
    }

    #alertBox {
	    position:relative;
	    width: 570px;
        min-height: 100px;
        margin-top: 50px;
        background-repeat: no-repeat;
        background: #fff;
        background-position: 20px 30px;
    }

    #modalContainer > #alertBox {
	   /* position:fixed;  */
	    position:fixed;
        left:200px;  
        top:100px;      
        }

    #alertBox h1 {
	    margin: 0;
        background-color: #841827;
        color: #FFF;
        padding: 8px;
        font-weight: normal;
        font-size: 16px;
    }

    #alertBox p {
	    height: 200px;
        color: #ff0000;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 10px;
        margin-left: 55px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #alertBox #closeBtn {
	    display: block;
        position: relative;
        margin: 5px auto;
        width: 70px;
        text-transform: uppercase;
        text-align: center;
        color: #FFF;
        background-color: #841827;
        text-decoration: none;
        background: #841827;
        font-size: 16px;
        text-indent: 2px;
        border-radius: 4px;
        padding: 6px 12px;
        line-height: 1.5;
        border: 0;
        cursor: pointer;
        margin-bottom: 10px;
    }
    #alertBox #closeBtn:hover {
        background: #b6000f;
    }
    .FixedHeader
{
	position:absolute;
	font-weight:bold;    
}  
	/*.blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.brightness {
    -webkit-filter: brightness(0.30);
    filter: brightness(0.30);
}

.contrast {
    -webkit-filter: contrast(180%);
    filter: contrast(180%);
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.huerotate {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}

.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.opacity {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
}

.saturate {
    -webkit-filter: saturate(7);
    filter: saturate(7);
}

.sepia {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.shadow {
    -webkit-filter: drop-shadow(8px 8px 10px green);
    filter: drop-shadow(8px 8px 10px green);
}*/

	/*  The heading section of your tabs and also the font that appears in your tabs. */
    .ajax__myTab .ajax__tab_header { font-family: Arial Narrow; font-size: 12px;font-weight: bold;color:#000;border-left:solid 1px #666666; border-bottom:thin 1px #666666 }

    /* The outside edges of any non-selected tabs.*/
    .ajax__myTab .ajax__tab_outer { padding-right: 4px; height: 20px; background-color: #fff; margin-right: 1px; border-right: solid 1px #666666; border-top: solid 1px #666666 }

    /*  The inside of the non-selected tabs.*/
    .ajax__myTab .ajax__tab_inner { padding-left: 4px; background-color: #fff; }
    .ajax__myTab .ajax__tab_tab { height: 13px; padding: 4px; margin: 0; }

    /*What the tab (either selected or not) look like when the most is over them. */
    .ajax__myTab .ajax__tab_hover .ajax__tab_outer { background-color:  #c9c9c9}
    .ajax__myTab .ajax__tab_hover .ajax__tab_inner { background-color:  #5bbbd0}
    .ajax__myTab .ajax__tab_hover .ajax__tab_tab { background-color: #c9c9c9; cursor:pointer }

    .ajax__myTab .ajax__tab_active .ajax__tab_outer { background-color:#9ebae8; border-left: solid 1px #999999; }
    .ajax__myTab .ajax__tab_active .ajax__tab_inner { background-color:#9ebae8; }
    .ajax__myTab .ajax__tab_active .ajax__tab_tab {background-color:#9ebae8;cursor:inherit }

    .ajax__myTab .ajax__tab_body {border: 1px solid #666666; padding: 6px; background-color: #fff;
		-webkit-filter: contrast(200%) brightness(150%);  /* Chrome, Safari, Opera */
		filter: contrast(200%) brightness(150%);
    }
    .ajax__myTab .ajax__tab_disabled {color:Gray }


	.modalPopupAttendance
{
	background-color: #E8E8E8;
	border-width: 3px;
	border-style: solid;
	border-color: #2E4d7B;
	font-family: Arial Narrow;
	font-size: medium;
	padding: 3px;
	height: 100%;
	width:100%;
	overflow: auto ;
}


.MenuItem1
{
	background-color:#0e2552;
	/*background-image:  url('Images/Background3.png');*/
          /*background-repeat:no-repeat;
      background-size:cover;*/    
	color:#ffffff;
	font-family:Arial Narrow;
	font-size:11pt;
	/*font-weight:bold;*/
	text-align:left;
	width:190px;
	border:solid;
	border-color:#9A9A9A;
	border-width:1px;
	padding:2px;
    z-index:auto ;
	display:inherit !important;
	*display:inherit !important;

    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
    -moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
	-ms-border-radius:5px 5px 5px 5px;
    
    box-shadow: 2px 2px 4px #666;
    z-index:auto;
}
.MenuItem1:hover 
{
    z-index:auto;
    background-color:#0e2552;
	/*background-image:  url('Images/navbar-bg.png');*/
    color:#ffffff;
	font-family:Arial Narrow;
	font-size:11pt;
	/*font-weight:bold;*/
	text-align:left;
	width:190px;
	border:solid;
	border-color:#9A9A9A;
	border-width:1px;
	padding:2px;

	display:inherit !important;
	*display:inherit !important;

    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
    -moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
	
    box-shadow: 2px 2px 4px #666;
}
span.MenuItem1 {
	display: block;
	float:left;
    /*background-image:  url('Images/Background3.png');*/
    background-repeat:no-repeat;
    background-size:cover;    
	display:inherit !important;
	*display:inherit !important;
}
.MenuItem1 img { float:right; 
    /*background-image:  url('Images/navbar-bg.png');*/
    background-repeat:no-repeat;
    background-size:cover;    
    background-repeat:no-repeat;
    background-size:cover;      
	display:inherit !important;
	display:inherit !important; 
	*display:inherit !important;

}

.DynamicMenuItem1
{
	background-color:#0e2552; /* #E5DBCF; */ 
    /*background-image:  url('Images/navbar-bg.png');*/
    background-repeat:no-repeat;
    background-size:cover;       
	color: #ffffff; /*  #1C2631; */
	font-family:Arial Narrow;
	font-size:11pt;
	/*font-weight:bold;*/
	text-align:left;
	width:190px;
	border:solid;
	border-color: #9A9A9A;  /* #9A9A9A; */
	border-width:1px;
	padding:2px;
    z-index:auto ;
	display:inherit !important;
	*display:inherit !important;
    
    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
    -moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 4px #666;
    z-index:auto;
}

.DynamicMenuItem1:hover 
{
	background-color:#0e2552; /* #E5DBCF; */ 
	/*background-image:  url('Images/navbar-bg.png');*/
    background-repeat:no-repeat;
    background-size:cover;       
	color: #ffffff; /*  #1C2631; */
	font-family:Arial Narrow;
	font-size:11pt;
	/*font-weight:bold;*/
	text-align:left;
	width:190px;
	border:solid;
	border-color: #9A9A9A;  /* #9A9A9A; */
	border-width:1px;
	padding:2px;
    z-index:auto ;
	display:inherit !important;
	*display:inherit !important;
    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
    -moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 4px #666;
    z-index:auto;
}
.MenuItemSelected1
{
	background-color:#707070;
	text-align:left;
	border:solid;
	border-color:#9A9A9A;
	border-width:1px;
	padding:2px;

	display:inherit !important;
	*display:inherit !important;
	
    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
	-moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
    box-shadow: 2px 2px 4px #666;
    z-index:auto; 
}

.MenuItemHover1
{
	background-color:  #3270e8;
    /*background-image:  url('Images/navbar-bg.png');*/
	color: #100ea7;   /* #191919; */
	font-family:Arial Narrow;
	font-size:11pt;
	font-weight:bold;
	width:190px;
	text-align:left;
	border:solid;
	border-color:#9A9A9A;
	border-width:1px;
	padding:2px;
	
	display:inherit !important;
	*display:inherit !important;
	
    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
	-moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
    box-shadow: 2px 2px 4px #666;
    z-index:auto;
}

.MenuItemHover1:hover 
{
	background-color:  #3270e8;
    /*background-image:  url('Images/navbar-bg.png');*/
	  
	color: #100ea7;   /* #191919; */
	font-family:Arial Narrow;
	font-size:11pt;
	font-weight:bold;
	width:190px;
	text-align:left;
	border:solid;
	border-color:#9A9A9A;
	border-width:1px;
	padding:2px;
	
	display:inherit !important;
	*display:inherit !important;
	
    border-radius:5px 5px 5px 5px;                   /* shorthand topleft topright bottomright bottomleft */
    -moz-border-radius:5px 5px 5px 5px;  /* shorthand topleft topright bottomright bottomleft */
    -webkit-border-radius:5px 5px 5px 5px;         /* shorthand topleft topright bottomright bottomleft */
    -khtml-border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 4px #666;
    /*padding-left:5px;*/ 
    z-index:auto;
}

.PreviewIcons:hover {
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);

-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-o-box-shadow:0px 0px 15px 10px rgba(255, 255, 255, .75);
-moz-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
-ms-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
 box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
 background-color:whitesmoke;  

 /*animation-name:rotate;
 animation-duration:1s;
 animation-iteration-count:1;
 animation-timing-function:linear;*/
}
.PreviewIcons {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
transition: all 0.7s ease;
height:70px;
width:70px; 

    /*transition-property: transform;
    transition-duration: 1s;*/
}

/*@keyframes rotate {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}*/


.PreviewInnerIcons:hover {
-webkit-transform:scale(1.2);
-o-transform:scale(1.2);
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);

-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-o-box-shadow:0px 0px 15px 10px rgba(255, 255, 255, .75);
-moz-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
-ms-box-shadow :0px 0px 15px 10px rgba(255, 255, 255, .75);
 box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
 background-color:whitesmoke;  
}
.PreviewInnerIcons {
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
transition: all 0.7s ease;
height:40px;
width:40px; 
}

.Control_Display
{
    height: 160px; width :245px; overflow-y: scroll; background-color: White; border:1px solid #cccccc;
}


.personaldls
{
	font-family : Arial narrow;
	font-size:1.5em;
	font-weight: 600;
	color: #0A2E5A;
}
.personnaldetails
{
	font-family : Arial narrow;
	color: black;
	font-weight:bold;
}

.mainTable 
{
	border-collapse: collapse;
    width: 100%;
    border: 1px solid #841827;
    background: #841827;
}
.mainTable tr:nth-child(even) {
    background: #fff;
    height: 30px;
}

.mainTable tr:nth-child(odd) {
    background: #f5f5f5;
    height: 30px;
}
.mainTable tr:hover {
    background: #e7e7e7;
    /*border-top: 1px dotted #841827;
    border-bottom: 1px dotted #841827;*/
}
.mainTable tr th, .mainTable tr td {
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}
.myFooter { border-top: 1px solid #841827; }
.myFooter td {
    padding-left: 10px;
    text-align: center !important;
    background: #ffffff !important;
    
}

.myFooter .pageRed {
    background-color: #ffffff !important;
}
.myFooter .pageRed table {
    background: transparent !important;
}
.pageFooterTBox {
    background: #fff;
    text-align: center;
    padding-left: 0 !important;
}
p {
    text-align: justify;
    padding-left: 5px;
}

.pL5px { padding-left: 5px; }

.pT10px { padding-top: 10px; }

.pB10px { padding-bottom: 10px; }

.pR10px { padding-right: 10px; }

.pRL10px { padding: 0 10px; }

.h30px { height: 30px; }

.alignRight { text-align: right; }

.posRTN10 {
    position: relative;
    top: -10px;
}

hr.grayLine {
   background-color: #b2b2b2;
    border: none;
    height: 1px;
}

.fieldRight {
    text-align: right;
    padding: 5px 0 0 0;
    white-space: nowrap;
}

.fieldRightPopup {
        text-align: right;
        padding: 5px 2px 0 0;
        white-space: nowrap;
}

th { font-weight: normal; }

.tdCenter td {
    vertical-align: middle;
}

.formBtn {
    background: #841827;
    font-size: 14px;
    color: #fff;
    text-indent: 2px;
    border-radius: 4px;
    padding: 6px 12px;
    line-height: 1.2;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    font-weight: normal !important;
}

.formBtn:hover { background: #b6000f; }

.formBtn-Secondary {
    background: #ffffff;
    font-size: 14px;
    color: #841827;
    text-indent: 2px;
    border-radius: 4px;
    padding: 5px 12px;
    border: 1px solid #841827 !important;
    line-height: 1.2;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    font-weight: normal !important;
}

.formBtn-Secondary:hover { color: #b6000f; }

td.tableEdit {
    display: inline-flex;
    align-items: center;
    border: none;
    height: 24px;
}

.wishes-wrapper {
    display: flex;
    padding: 15px;
    justify-content: flex-start;
}
.wishes-wrapper .sections {
    margin-right: 20px;
}
.home-wrapper {
    display: flex;
    padding: 0px;
}
.home-wrapper .sections { 
    width: 410px;
    min-height: 430px;
    margin-right: 20px;
    border: 1px solid red;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.home-wrapper .sections:first-child {
    width: 480px;
}
.home-wrapper .sections:nth-child(2) {
    width: 340px;
}
.wishes-wrapper .sections.width575px { width: 575px; }
.wishes-wrapper .sections.width708px { width: 708px; margin-right: 0; }
.sections-header {
    width: 100%;
    background: #ffffff;
    height: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
    color: #841827;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #841827;
}
.section-content {
    padding: 5px 15px;
}
.frame-border {
    border: 1px solid #841827;
    min-height: 360px;
    background: #ffffff;
    width: 100%;
}
.section-content.hr-communique {
    height: 120px;
    overflow-y: auto;
    width: calc(100% - 30px);
}
.hr-communique a {
    color: #303030;
    text-decoration: none;
}
.hr-communique ul {
    padding: 0 0 0 15px;
    margin-top: 0;
    margin-bottom: 0;
}
.hr-communique ul li {
    margin-bottom: 3px;
}
.hr-communique a:hover {
    color: #841827;
    text-decoration: underline;
}
.section-content.circular {
    height: 130px;
}
.section-content.thought {
    height: 60px;
}
.birthday-wrapper, .subordinate-wrapper  {
    overflow-y: auto;
    max-height: 400px;
}
.subordinate-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.birthday-list, .subordinate-list {
    padding: 10px 15px 20px 15px;
    display: flex;
}
.subordinate-list {
    width: 390px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: auto;
}

.subordinate-links {
    background: #e9e9e9;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 12px 10px;
    text-align: right;
    border: 1px solid #b2b2b2;
}
.subordinate-links a {
    color: #303030;
}
.subordinate-links a:hover {
    color: #841827;
}
.subordinate-links .seperator {
    margin: 0 3px;
    font-size: 12px;
}
.birthday-photo, .subordinate-photo {
    width: 45px;
    height: 60px;
    border: 1px solid #b2b2b2;
    padding-right: 10px;
}
.subordinate-photo {
    border-bottom: 0;
}
.birthday-details, .subordinate-details {
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 17px;
}
.subordinate-details {
    width: 312px;
    height: 50px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
}

.birthday-details span:first-child, .subordinate-details span:first-child {
    font-weight: bold;
}
.titles.circular, .titles.thought {
    border-top: 1px solid #841827; 
    width: 100%;
    padding-top: 3px;
}
.gallery-images {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 20px;
    justify-content: space-around;
    max-height: 372px;
    overflow: auto;
}
.gallery-images div {
    margin-bottom: 10px;
    opacity: 0.5;
    transition: 0.5s ease;
}
.gallery-images div img {
    border-radius: 5px;
    border: 1px solid #b2b2b2;
}
.gallery-images div:hover {
    opacity: 1;
    transition: 0.5s ease;
}
.birthday-message {
    border: 1px solid #841827;
    position: relative;
    height: 360px;
    background: url(Images/Hbday.png) bottom left no-repeat;
}
.notice-message {
    border: 1px solid #841827;
    position: relative;
    height: 152px;
    background: url(Images/announcement.png) bottom left no-repeat;
    margin-bottom: 20px;
}
.thought-message {
    border: 1px solid #841827;
    position: relative;
    height: 151px;
    background: url(Images/idea.png) bottom left no-repeat;
}
.home-error {
    padding: 10px 0 0 15px;
    display: block;
}
.birthday-wish-scroller {
    position: absolute;
    border: 1px solid #841827;
    padding: 20px;
    width: 375px;
    height: 143px;
    border-top-left-radius: 10px;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 0;
    border-right: 0;
}
.anouncement-scroller {
    position: absolute;
    border: 1px solid #841827;
    padding: 20px;
    width: 550px;
    height: 101px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    top: 10px;
    right: 0;
    background: #ffffff;
    padding-right: 0;
    border-bottom: 0;
    border-right: 0;
    overflow: auto;
}
.thought-scroller {
    position: absolute;
    border: 1px solid #841827;
    padding: 20px;
    width: 550px;
    height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    top: 10px;
    right: 0;
    background: #ffffff;
    padding-right: 0;
    border-bottom: 0;
    border-right: 0;
    overflow: auto;
}
.anouncement-scroller a {
    color: #303030;
    padding-bottom: 10px;
    display: block;
}
.anouncement-scroller a:hover {
    color: #b6000f;
}
.anouncement-scroller span {
    font-weight: normal !important;
}
.titles {
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    color: #841827;
}
input[type='checkbox'] {
    width: 15px;
    height: 15px;
}
input:disabled, select:disabled, textarea:disabled {
    background: #fafafa !important;
}
input[type='checkbox']:hover { cursor: pointer; }
input[type='checkbox']:after {
    width: 13px;
    height: 13px;
    top: 0;
    left: 0px;
    position: relative;
    display: inline-block;
    visibility: visible;
    border: 1px solid #841827;
    transition: 0.5s ease;
    cursor: pointer;
    background: #ffffff;
}

input[type='checkbox']:checked:after 
{
    background-color: #841827;
    content: "✔";
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    justify-content: center;
    color: #fff;
    font-weight: normal;
}
input[type='checkbox'] + label {
    padding-left: 2px;
    position: relative;
    top: -3px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}
.noResize { resize: none !important; }
tr.data-Table {

    height: 30px;
}
.data-Table:last-child {
    border-bottom: 1px solid #841827 !important;
}
tr.data-Table td {
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}
tr.data-Table th {
    padding: 0 10px;
    text-align: center;
}
.calendarStyle {
    width: 275px;
    text-align: left;
}
.calendarStyle table:first-child tr:first-child td {
    height: 20px !important;
}
.calendarStyle table tr td {
    width: 30px !important;
    height: 30px !important;
}
.calendarStyle table tr td:hover {
    background: #f0f0f0;
}
.calendarStyle table tr:first-child td:hover {
    background: transparent;
}
.calendarStyle table:first-child tr:first-child,
.calendarStyle table:first-child tr:nth-child(2) {
    height: 20px !important;
}
.calendarStyle table:first-child tr:nth-child(2) {
    border-bottom: 1px solid #841827 !important;
}
.calendarStyle table:first-child tr:nth-child(2) th {
    font-weight: normal !important;
    color: #303030 !important;
}
.calendarStyle td { vertical-align: middle !important; }
.legendTable tr th,
.legendTable tr td {
    text-align: left;
    padding-left: 10px;
    height: 25px;
    vertical-align: middle;
}
.legendTable tr td {
    height: 20px;
}
.attendanceData {
    margin-bottom: 20px;
    min-width: 448px;
}
.attendanceData tr:first-child td {
    background: #841827 !important;
    height: 25px !important;
    vertical-align: middle;
    font-weight: normal !important;
    border-bottom: 1px solid #ffffff;
}
.attendanceData tr td {
    padding: 0 20px;
    background: #ffffff;
    font-weight: normal;
}
.attendanceData tr th {
    padding: 0 20px;
}
.app-footer {
    height: 25px;
    background: #841827;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.welcome-msg {
    color: #fff;
    padding: 5px 0 5px 20px;
}
.logo-panel {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 20px;
}
.logo-panel div:last-child {
    padding-left: 10px;
    font-size: 20px;
    color: #841827;
    font-weight: normal;
}
.user-pic {
    width: 40px;
    height: 40px;
    border: 1px solid #b5000c;
    border-radius: 5px;
    background: url(Images/user-noimage.png);
    background-repeat: no-repeat;
}
.user-pic img {
    border-radius: 5px;
}
.freezeHeader {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}
.multiple-menus {
    display: flex;
}
.multiple-menus ul {
    min-width: 200px;
    margin-right: 30px !important;
}
.app-footer span { font-size: 18px; }
.content_container .column_left { display: none; }
.ajax__tab_xp .ajax__tab_tab {
    font-size: 14px;
    font-weight: bold;
}