﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 2px 0px 0px 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

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;
}

.ClientLogo
{
	text-align: right;
	padding: 0px 1px 0px 0px;
	width:auto;	
}

/* 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: 99%; /*960px;*/
    
   /* background-color: #fff;*/
   background-color:#3A4F63;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
   margin: 0px;
   
    padding: 0px;
    background: #3A4F63;
    
    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:1px 1px 1px 10px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    background-color: #fff;
}

.paddingTop_2px
{
	padding-top: 2px;
	padding-left: 2px;
}
.paddingTop_10px
{
	padding-top: 10px;
	padding-left: 2px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    /*color: #4e5766;*/
    text-align:center;
    color: White;
    background: #3A4F63;
   /* width:  960px;*/
   width: 99%;
   height:60px;
    padding:1px 1px 1px 1px;
    margin: 0px auto;
    
    line-height: 30px;
    
}

.loginfooter
{
    /*color: #4e5766;*/
    text-align:center;
    color: White;
    background: #3A4F63;
   /* width:  960px;*/
   width: 99%;
   height:55px;
    padding:1px 1px 1px 1px;
    margin: 0px auto;
    
    line-height: 30px;
    
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
   /* background-color:#4b6c9e; */
   background-color: #3A4F63;
   width:100%;
}

div.menu
{
    padding: 4px 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: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0em 0px;
    padding: 0em;
    /*border: 1px solid #ccc;*/
    /*praneeta*/
    border: 0px solid #ccc;
      /*width: 250px;*/
    width: 97%;
}

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;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: inline-block;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 0.9em;
    display: block;
    text-align: right;
    padding: 2px;
    color: White;
    background: #3A4F63;
}

.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;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


div.panel,p.flip
{
	margin:0px;
	padding:5px;
	text-align:center;
	background:#4E5766;
	border:solid 1px #fff;
}
div.panel
{
	height:120px;
	display:none;
}

/*-------------------Login Form-----------------------------*/
.LoginForm
{
    padding:1px 1px 1px 1px;
    margin: 12px 8px 8px 8px;
    
    background-color: #fff;
    text-align:center;
    
}

.LoginHead
{
	font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
	 background-color:#3A4F63;
}

.loginButtons
{
	width:75px;	
}

/*
.button {
   border-top: 1px solid #3e779d;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#3a4f63), to(#3e779d));
   background: -webkit-linear-gradient(top, #3a4f63, #3e779d);
   background: -moz-linear-gradient(top, #3a4f63, #3e779d);
   background: -ms-linear-gradient(top, #3a4f63, #3e779d);
   background: -o-linear-gradient(top, #3a4f63, #3e779d);
   padding: 8px 16px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 12px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #3e779d;
   background: #3e779d;
   color: #ffffff;
   }
.button:active {
   border-top-color: #65a9d7;
   background: #65a9d7;
   }
   
   */
   
   /*Textbox*/
CommonTextDesign.textbox
 {
	background-image:url(~/Images/textbox_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #d1c7ac;
	width: 230px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	/*font-family:tahoma, arial, sans-serif;*/
}


.CommonTextDesign
{
  font-family: "lucida sans unicode", "lucida grande", sans-serif;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: left;
  letter-spacing: -0.1px;
  line-height: 20px;
}

.Login
{
  width:100px;
  font-family: "lucida sans unicode", "lucida grande", sans-serif;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: left;
  letter-spacing: -0.1px;
  line-height: 20px;
}


.button_example
{
 border:1px solid #495267; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
 border-radius: 3px;
 font-family:arial, helvetica, sans-serif; 
 padding: 5px 5px 5px 5px; 
 text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
 font-weight:bold; 
 text-align: center; 
 color: #FFFFFF; 
 background-color: #606c88;
 background-image: linear-gradient(top, #3A4F63, #293845);
 }

.button_example:hover
{
 border:1px solid #363d4c; 
 background-color: #4b546a;
 background-image: linear-gradient(top, #E5F2FE, #CBE6FE);
 
 }
 
 
 .marginRight_5px {
	margin-right:5px !important;
	z-index:999
}
.floatLeft {
	float:left
}

.floatRight {
	float:right 
}

.txtNormal {
	font-weight:normal !important
}
.inlineblock 
{
	/*display: -moz-inline-stack;*/
	display: inline-block;
	zoom: 1;
	/*display: inline;*/
}
.hidden {
	display:none !important
}
.panelbordercolor
{
	border-color : #3A4F63 ;
}
	
.gridviewFooterColor
{
		font-weight: bold;  
		background: #1F252B;
		color :#FFFFFF;
}
.gridviewRowStyle
{
		background :#FFFFFF;
}
.gridviewEditRowStyle
{
		background : #1F252B;
}
.gridviewSelectedRowStyle
{
		font-weight: bold;
		color : #333333;
		background :#D1DDF1;
}
.gridviewPagerStyle
{
		background :#3A4F63;
		color : #FFFFFF;
}
  /*changes by dipali 27-may-2022*/ 

.gridviewHeaderStyle
{
		/*background :#e8e8e8 !important;*/
        background :#e8e8e8;
		font-weight: bold;
		color : #000000;
}
.gridviewAlternatingRowStyle
{
		background :#FFFFFF;
}

 
/* For DCR selection*/
table.calendar 
{
    border-left: 1px solid #999999;
}
tr.calendar-row 
{
}
td.calendar-day
 {
    font-size: 11px;
    /*vishal edited 6 - april - 2021*/

    height:102px;
    /*original height: 90px;*/

    /*vishal edited 6 - april - 2021*/
    /*position: relative;*/
}
* html div.calendar-day 
{
    height: 90px;
}
td.calendar-day:hover 
{
    background: none repeat scroll 0 0 #ECEFF5;
}
td.calendar-day-np 
{
    background: none repeat scroll 0 0 #EEEEEE;
    height: 90px;
}
* html div.calendar-day-np 
{
    height: 90px;
}
td.calendar-day-head 
{
    background: none repeat scroll 0 0 #3A4F63;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 120px;
}
div.day-number 
{
    background: none repeat scroll 0 0 #717171;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    margin: -5px -5px 0 0;
    padding: 5px;
    text-align: center;

    /*vishal edited on 6 april 2021*/
    /*original width: 20px;*/
    width: 30px;
    /*vishal edited on 6 april 2021*/

}
div.day-submitted 
{
    background: none repeat scroll 0 0 #30cc70;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    margin: -5px -5px 0 0;
    padding: 5px;
    text-align: center;
    width: 20px;
}
div.day-leave 
{
    background: none repeat scroll 0 0 #308bcc;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    margin: -5px -5px 0 0;
    padding: 5px;
    text-align: center;
    width: 20px;
}
div.day-Other-than-FW 
{
    background: none repeat scroll 0 0 #30cc70;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    margin: -5px -5px 0 0;
    padding: 5px;
    text-align: center;
    width: 20px;
}
div.day-Last-Working-Day
{
    background: none repeat scroll 0 0 #ceaa45;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    margin: -5px -5px 0 0;
    padding: 5px;
    text-align: center;
    width: 20px;
}
div.day-holiday 
{
    background: none repeat scroll 0 0 #B40000;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    margin: -40px -5px 0 0;
    padding: 5px;
    text-align: center;
    
    /*vishal edited on 6 april 2021*/
    /*original width: 20px;*/
    width: 30px;
    /*vishal edited on 6 april 2021*/
}
td.calendar-day, td.calendar-day-np 
{
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 5px;
    /*vishal edited 6 - april - 2021*/
    width:131px;
    /*original width: 121px;*/
    /*vishal edited 6 - april - 2021*/
}


/* For DCR selection*/

.rnd_container 
{
	background: #cccccc; 
	margin:1px;
	height:99%;
}  
.rnd_top, .rnd_bottom 
{
	display:block; 
	background:#7a7a7a; 
	font-size:1px;
}
.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 
{
	display:block; 
	overflow:hidden;
}
.rnd_b1, .rnd_b2, .rnd_b3 
{
	height:1px;
}
.rnd_b2, .rnd_b3, .rnd_b4 
{
	background:#FFFFFF; 
	border-left:1px solid #7a7a7a; 
	border-right:1px solid #7a7a7a;
}
.rnd_b1 
{
	margin:0 5px; 
	background:#cccccc;
}
.rnd_b2 
{
	margin:0 3px; 
	border-width:0 2px;
}
.rnd_b3 
{
	margin:0 2px;
}
.rnd_b4 
{
	height:2px; 
	margin:0 1px;
}

.rnd_content 
{
	display:block;
	border:0 solid #cccccc;
	border-width:0 1px;
	padding: 4px;
	background:#FFFFFF;
	color:#000000;
	height:95%;
}
.size
{
	width:250px;
	height:125px;
}
 .container
{
	width:95%;
	height:98%;
    /*background-color:#f2f2f2;*/
    border:1px solid #919191;
    padding:5px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    /*text-align: center;*/
}
.icons
{
	width:30px; 
	height:30px; 
	
	
}
.iconsB
{
	width:20px; 
	height:20px; 
	padding:3px;
	
}

ul.facetapi-commerce-search-api-fancy li 
{
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #c0c0c0;
}
ul.facetapi-commerce-search-api-fancy li.last 
{
	margin-right: 0;
}
.commerce-search-api-fancy-attributes-color 
{
	border: 3px solid #FFFFFF;
	color: white;
	display: block;
	height: 30px;
	line-height: 35px;
	padding: 2px;
	text-align: center;
	width: 30px;
	position: relative;
}
.commerce-search-api-fancy-attributes-color span 
{
	position: absolute;
	line-height: normal;
	background: #666666;
	padding: 1px 4px;
	border-radius: 5px;
	top: -6px;
	left: -6px;
	font-size: 80%;
}
.alertNotificationSpan 
{
	
	color: white;
	display: block;
	line-height: 35px;
	padding: 2px;
	text-align: center;
	position: relative;
}
.alertNotificationSpan span 
{
	position: absolute;
	line-height: normal;
	background: #ff0101;
	padding: 1px 4px;
	border-radius: 5px;
	top: -6px;
	
	font-size: 80%;
}
.verticalaccordion>ul {
    margin: 0;
    padding: 0;
    list-style:none;
   	width: 100%;
}

.verticalaccordion>ul>li {
    display:block;
	overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-position:inherit;
	height:40px;
	width: 100%;

    /* Decorative CSS */
    background-color:#f0f0f0;

    /* CSS3 Transition Effect */
    transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;

}

.verticalaccordion>ul>li>h3 {
    display:block;
    margin: 0;
    padding:10px;
    height:19px;

    /* Decorative CSS */
    border-top:#f0f0f0 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #000;
    background: #cccccc;

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #999999, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ffcccccc)";   /* IE 8 */
}




/*vishal change 6 april 2021*/


.verticalaccordion>ul>li>div {
    margin:0;
    /*overflow: auto;*/
    padding:10px;
    /*height:220px;*/
}

.verticalaccordion>ul>li {
	height: 180px !important;
    overflow:auto;
}

/*.verticalaccordion>ul>li:hover {
	height: 235px;
}*/

.verticalaccordion>ul>li>h3 {
    /* Decorative CSS */
    color:#fff;
    background: #000000;

    /* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #454545, #000000); /* FF, Flock */
    background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#000000)); /* Safari, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000); /* IE 5.5 - IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff454545, endColorstr=#ff000000)";   /* IE 8 */
}

.verticalaccordion>ul>li>h3:hover {
    cursor:pointer;
}

/*vishal change 6 april 2021*/





a:link.ALinks
{
	color:White;
}
a:visited.ALinks
{
	color:White;
}
a:hover.ALinks
{
	color:White;
}
a:active.ALinks
{
	color:White;
}
/*Added by DURGESH*/
.marginRight_2px
{
    margin-right: 2px;
}
.spanwidth_90pxInlineblock
{
    width: 90px;
    display: inline-block;
    height: 15px;
}
.divWidth_180px 
{
    width: 180px;
    display: inline-block;
}
.divWidth_80px 
{
    width: 80px;
    display: inline-block;
}
.divWidth_100px 
{
    width: 110px;
    display: inline-block;
}
.divWidth_120px 
{
    width: 120px;
    display: inline-block;
}
.txt150px 
{
    width: 150px;
}
.borderOutset_2px
{
    border: 2px;
    border-style: outset;
}
.txt700px 
{
    width: 700px;
}
.txt80px 
{
    width: 80px;
}
.txt115px 
{
    width: 115px;
}
.txtHeight65px 
{
    height: 65px;
}
.ddl152px 
{
    width: 152px;
}
.ddl80px 
{
    width: 80px;
}
.spanwidth_115pxInlineblock 
{
    width: 115px;
    display: inline-block;
    height: 15px;
}
.spanwidth_100pxInlineblock 
{
    width: 100px;
    display: inline-block;
    height: 15px;
}
.spanwidth_150pxInlineblock 
{
    width: 150px;
    display: inline-block;
    height: 15px;
}
.txt100px 
{
    width: 100px;
}
.txt50px 
{
    width: 50px;
}
.txt115px 
{
    width: 115px;
}
.txt150px 
{
    width: 150px;
}
.imageicon-25px
{
    width: 25px;
    height: 25px;
}
.paddingBottom_2px
{
    padding-bottom: 2px !important;
}
.marginTop_-4px
{
    margin-top: -4px !important;
}
.paddingTop_5px
{
    padding-top: 10px;
    padding-left: 2px;
}
/*, a:visited, a:hover, a:active*/
