@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Roboto-Cn';
    src: url('../Resources/fonts/RobotoCondensed-Regular-webfont.eot'),
		 url('../Resources/fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Resources/fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-LtCn';
    src: url('../Resources/fonts/RobotoCondensed-Light-webfont.eot'),
		 url('../Resources/fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Resources/fonts/RobotoCondensed-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-BdCn';
    src: url('../Resources/fonts/RobotoCondensed-Bold-webfont.eot'),
		 url('../Resources/fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Resources/fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*Fonts*/


.fontBlue{
	color:#3498db;
}

.fontOrange{
	color:#e67e22;
}

.fontRed{
	color:#e74c3c;
}

.fontGreen{
	color:#009946;
}

.bold{
	font-weight:bold;
}

.tright{
	text-align:right;
}

.tleft{
	text-align:left;
}

.font12{
	font-size:14px;
	min-height:18px;
}
.fontPurple{
	color:#8e44ad;
}

.fontNewGreen{
	color:#2f8d92;
}

.font20{
	font-size:20px;
	line-height:0px;
}

.bold{
	font-weight:bold;
}

.tright{
	text-align:right;
}

.tleft{
	text-align:left;
}

.label{
	font-size:13px;
	color:#6c6c6c;
	margin-right:5px;
}

.statusApproved{
	font-size:13px;
	font-weight:bold;
	color:#009946;
}

.statusRejected{
	font-size:13px;
	font-weight:bold;
	color:#e74c3c;
}

.statusPending{
	font-size:13px;
	font-weight:bold;
	color:#e67e22;
}

/* End of Fonts */

.displayBlock{
	display:inline-block;
	vertical-align:top;
}

/* Timesheet 1st Grid  */

.days{
	height:20px;
	width:101px;
	font-family:'Roboto-BdCn';
	font-size:20px;
	text-align:center;
}

.month{
	height:20px;
	width:101px;
	font-size:14px;
	font-family:'Roboto-Cn';
	text-align:center;
	margin-top:5px;
}

.icnone{
	height:8px;
	width:8px;
}

.icfont_green{
	background: url(images/ic_status_green.png) no-repeat center;
	height:8px;
	width:8px;
	margin:5px 0px 0px 5px;
}

.icfont_red{
	background: url(images/ic_status_red.png) no-repeat center;
	height:8px;
	width:8px;
	margin:5px 0px 0px 5px;
}

.icfont_orange{
	background: url(images/ic_status_orange.png) no-repeat center;
	height:8px;
	width:8px;
	margin:5px 0px 0px 5px;
}

.timesheet{
	width:101px;
	height:66px;
	background:#ffffff;
	border:#ffffff 2px solid;
	color:#566473;
	/*margin:10px 5px 20px 5px;*/
	border-radius:2px;
}


/* Technology selected column */

.x-item-selected.timesheet {
	width:101px;
	height:66px;
	background:#ffffff;
	border:orange 2px solid;
	color:#566473;
}


.timesheetSel{
	width:180px;
	height:98px;
	background:#ffffff;
	border:#ff9966 3px solid;
	color:#566473;
	margin:5px;
}


.icfont_date_rej{
	background:url(images/ic_status_red.png) no-repeat center left;
	height:34px;
	font-size:24px;
	margin:6px;
	font-family:'Roboto-BdCn';
	text-align:center;
}
.date{
	font-size:24px;
	margin:6px;
	font-family:'Roboto-BdCn';
	text-align:center;
}
.icfont_date_appr{
	background:url(images/ic_status_green.png) no-repeat center left;
	height:34px;
	font-size:24px;
	margin:6px;
	font-family:'Roboto-BdCn';
	text-align:center;
}

.icfont_date_pend{
	background:url(images/ic_status_orange.png) no-repeat center left;
	height:34px;
	font-size:24px;
	margin:6px;
	font-family:'Roboto-BdCn';
	text-align:center;
}

.year{
	height:20px;
	margin:6px;
	font-size:18px;
	font-family:'Roboto-Cn';
	text-align:right;
}	

.tsRow1{
	font-size:13px;
	line-height:20px;
	/*min-height:72px;*/
}

.tsCol1{
	width:160px;
}

.tsCol2{
	width:120px;
}

.tsCol3{
	width:60px;
}

.timeSummary{
	font-size:14px;
	height:48px;
	width:200px;
	margin-left:70px;
	margin-top:15px;

}

.timeSum1{
	font-size:24px;
	font-weight:bold;
	color:#009946;
	margin-right:5px;
}

.timeSum2{
	font-size:24px;
	font-weight:bold;
	color:#566473;
	margin-right:5px;
}

.timeSum3{
	vertical-align:bottom;
	height:25px;
}

.ic_none{
	height:24px;
	width:20px;
}

.icfont_approved{
	background:url(images/ic_status_green.png) no-repeat center;
	height:24px;
	width:20px;
}

.icfont_rejected{
	background:url(images/ic_status_red.png) no-repeat center;
	height:24px;
	width:20px;
}

.icfont_pending{
	background:url(images/ic_status_orange.png) no-repeat center;
	height:24px;
	width:20px;
}

.icfont_approved_legend{
	background:url(images/ic_status_green.png) no-repeat center left;
	height:24px;
	font-size:13px;
	padding-left:14px;
	margin:5px;
	line-height:24px;
}

.icfont_rejected_legend{
	background:url(images/ic_status_red.png) no-repeat center left;
	height:24px;
	font-size:13px;
	padding-left:14px;
	margin:5px;
	line-height:24px;
}

.icfont_pending_legend{
	background:url(images/ic_status_orange.png) no-repeat center left;
	height:24px;
	font-size:13px;
	padding-left:14px;
	margin:5px;
	line-height:24px;
}

.icfont_toapprove_legend{
	background:transparent url(images/approve_legend.png)  no-repeat center left;
	height:24px;
	font-size:13px;
	padding-left:20px;
	margin:5px;
	line-height:24px;
	}
	
.icfont_toreject_legend{
	background:transparent url(images/reject_legend.png)  no-repeat center left;
	height:24px;
	font-size:13px;
	padding-left:20px;
	margin:5px;
	line-height:24px;
	}


.statusBar{
	width:1002px;
	padding:10px;
	font-size:13px;
	border:1px solid #d4eef6;
	margin:10px 10px 10px 10px;
}

.sum1{
	font-size:14px;
	width:190px;
	text-align:center;
	color:#009946;
}/*
div#span_dspme_hdr{
background: url(images/me_on.png) 50% no-repeat; 
 text-indent: 100%
}
td#span_lnkmyteam_hdr
{
background: url(images/myteam_off.png) 50% no-repeat; 
 text-indent: 100%
}*/



.icfont_Approve{
background:transparent url(images/ic_approve.png) 50% no-repeat;
	width:100%;
	height:24px;
	}
	
.icfont_Approve_dis{
background:transparent url(images/ic_approve_dis.png) 50% no-repeat;
	width:100%;
	height:24px;
	}

.icfont_Exception{
background:transparent url(images/ic_exception.png) 50% no-repeat;
	width:100%;
	height:24px;
	}
	
.icfont_Reject{
background:transparent url(images/ic_reject.png) 50% no-repeat;
	width:100%;
	height:24px;
	}	
.icfont_Reject_dis{
background:transparent url(images/ic_reject_dis.png) 50% no-repeat;
	width:100%;
	height:24px;
	}

.x-field-icfont_left{
	background: url(images/ic_left.png)  ! important;
	height:16px;
	width:16px;
	cursor:pointer;
	color: transparent !important;
}

.x-field-icfont_right{
	background: url(images/ic_right.png) no-repeat;
	height:16px;
	width:16px;
	cursor:pointer;
	color: transparent !important;
}
	