body {
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11px;
	background-color: #FFF;
}

.clear {
	clear: both;
}
form {
	height:auto;
	padding: 0;
	margin: 0;
}
@font-face {
	font-family: SourceSansPro;
	src: url(../fonts/SourceSansPro.otf);
}
.refresh:hover { opacity: 0.4; filter: alpha(opacity=40); /* For IE8 and earlier */}

/**********************COMMEN - START**********************/
.Green { background-color:#ddf0c1 !important;}
.Orange { background-color:#FFE7D4 !important;}
.Purple { background-color:#F3E7FB !important;}
.Bold {font-weight:bold;}

.BoxHeading { font-size:14px; font-weight:bold; background-color:#E7E5E5; padding: 5px;}
.BoxHeading img { vertical-align:middle;}
.BoxFilter {
	width: auto;
	margin: 0;
	padding: 0;
	float:right;
}
.BoxFilter img{border:0;}

.NoData
{
	 margin-top:20px;
	 font-weight:bold;
	 text-shadow: 2px 2px #ff0000;
	 background-image:url('../../../cdn/images/common/NoData.png');
	 background-repeat:no-repeat;
	 background-position:center center;
	 width:100%;
	 height:50px;
}





.ddl
{
	/**display: block;**/
	border: solid 1px #ccc;
	width: 226px;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana;
}
.ddl:hover
{
	border: solid 1px #A7A7A7;
}
.BtnStyle7
 {
	background:url(../Images/BtnStyle/btnstyle7_bg.png) 0 0 repeat-x; 
	padding:3px 12px 3px; 
	color:#303030; 
	font-weight:bold; 
	cursor:pointer; 
	border:1px solid #c3c3c3; 
	font-size:12px; 
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
}
.BtnStyle7:hover
{
	background:url(../Images/BtnStyle/btnstyle7_bg.png) 0 -27px repeat-x;
}
/**********************COMMEN - END**********************/


/**********************HEADER - START**********************/
/**#divTopHead { width: 100%; height: 102px; background-repeat:repeat-x; background-image: url(../images/dashboard/top_bg.png)}**/
#divTopHead { width: 100%; height: 102px; background-repeat:repeat-x;}

#hrTop { margin: 0; padding: 0; height: 07px; background-color: #3785c7; width: 100%;}
.divTopLeft { width: 30%; float:left; padding: 09px;  }
.divLogoCaption { width: 50%; color:#999; font-weight:bold; margin-left: 05px; padding: 0;}
.divTopRight { width: auto; float:right; margin: 0; padding-right: 10px; }
.divProfilePic { width: 45px; height: 52px; margin-top: 20px;margin-right:2px; border: 1px solid #666; border-radius: 05px; padding: 01px 0px 01px 0px; float:left; }
.divProflieName {min-width:100px; width: auto; float:left; margin-top: 25px; margin-left: 05px;}
.lnkLogout { color:red !important;
				font-size:12px;}
.lnkLogout:visited{ color:red !important;}

.teamdash_icon { width: 45%; float:left; padding: 0px; text-align:right; margin: 0;}
/**********************HEADER - END**********************/

/**********************PROFILE - START*****************/
.tooltip {
    text-decoration:none;
    position:relative;
	cursor:pointer; cursor:hand;
}
.web_dialog_overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .0;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
  	display: none;
	z-index:999;
}

.profile_dialog
{
	border: 1px solid #666;
    padding: 0px;
    height: auto;
	z-index:9999;
	left:-170px;
	background-color:#eaedee;
	top:54px;
	width: 300px;
	box-shadow: 2px 2px 3px #888888;
	-moz-box-shadow: 2px 2px 3px #888888;
	-webkit-box-shadow: 2px 2px 3px #888888;
	position:absolute;
	display:none;
	cursor: default;
}
.profile_container { padding: 1%;}
.profile_title { height: 20px; background-color:#333; font-size:18px; font-weight:bold; color:#FFF; padding: 05px;}
.profile_close { float:right; z-index:999999;cursor:pointer;}
.profile_img { text-align:center;  padding: 5px 0px;}
.profile_img img { border: 1px solid #000;}
.profile_content { padding: 03px; color:#000; margin: 01px 01px 01px 03px; font-size:11px; width:95%; font-family:verdana;}
.profile_left { float:left; width:52%; font-weight:bold; padding: 3px 0px 0px 3px;}
.profile_right { float:right; width:46%; padding: 3px 0px;}
.profile_clear { clear:both;}
.profile_editimg { text-decoration:none; color: #069;}
.profile_editimg:hover { text-decoration:underline; color:#069; cursor:pointer; cursor: hand; }
.normal { font-weight:normal; text-align:center;}
.profile_saveimg { width: 16px; height:16px; background: url(../images/save.png) no-repeat; border: none; margin-top: 02px;}
.profile_editbox { background-color:#CCC; padding: 04px; display:none;}
/**********************PROFILE - START*****************/



/**********************MAIN MENU - START*****************/
.divTopMenuBar {
	width: 100%;
	margin: 0 auto;
	height: 34px;
	margin-top: 1px;
	background-color:#1772C9;
	float:left;
}
.divFinYear{
	float: right;
	margin-right: 20px;
	height: auto;
	padding-top: 05px;
	width: auto;
}
.divFinYear select {
	width: 180px;
	height: 24px;
	background-color: #f4f8fe;
	border: 1px solid #3d7dca;
	border-radius: 5px;
	color: #3d7dca;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
#nav {
	width: 75%;
	font-family: "Open Sans",sans-serif;
	float: left;
	
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
	list-style-type: none;
	
}
#nav li a {
	color: #fff;
	display: block;
	text-decoration:none !important;
}
#nav li a:active {
	background-color: #c00 !important;
}

.navarrow:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #fff;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */
#nav > ul {
	height:34px; /* 60 */
	background-color: #1772c9;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
#nav > ul > li {
	width: 20%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	font-size: 1.2em; /* 24 */
	line-height: 35px; /* 60 (24) */
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: 1px solid #CCC;
	text-decoration: none;
}
#nav > ul > li:hover > a,  #nav > ul:not( :hover ) > li.active > a {
	background-color: #3c8bda;
}
/* second level */
#nav li ul 
{
	padding: 0;
	background-color: #3c8bda;
	display: none;
	position: absolute;
	top: 100%;
	z-index:9999;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
}
#nav li ul a {
	font-size: 1.2em; /* 20 */
	border-top: 1px solid #CCC;
	padding: 0.75em; /* 15 (20) */
	text-decoration: none;
}
#nav li ul li a:hover,  #nav li ul:not( :hover ) li.active a {
	background-color: #1772c9;
}
/**********************MAIN MENU - END*****************/


/**********************MY PERFORMANCE - START*****************/
.divMyPerformance { width: 100%;}
#divGraphContainer {
	width: 75%;
	margin: 0 auto;
	padding: 0;
	float:left;
}
.divPerform {
	width: 100%;
	height: 78px;
	}
.divPerformInner {
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	color: #FFF;
	font-weight:bold;
	height: 78px;
}
.divPerformCaption {
	font-family: SourceSansPro;
	font-size: 24px;
	color: #000;
	margin-top: 25px;
	margin-right: 05px;
	float: left;
}
.divPerformPeriod {
	float: left;
	width: 200px;
	margin: 25px 20px 0 10px;
	height: auto;
}
.divPerformPeriod select {
	width: 180px;
	height: 30px;
	background-color: #a8ce5c;
	border: 2px solid #a8ce5c;
	border-radius: 5px;
	color: #333e0c;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
.GraphLegend { float:right; margin: 25px 05px 0px 0px; }
#divGraph {
	width: 100%;
	height:227px;
	margin: 0 auto;
	padding: 0;
	padding-left: 5px;
	float:left;
	margin-right: 05px;
	/**background-color:#09C;**/
	/**background-image:url(../images/dashboard/graph.png);**/
	background-size: cover;
}
#divPerformSummary {
	width: 20%;
	margin: 2% 2% 0px auto;
	float:right;
	
}
.divPerformBox {
	width: 100%;
	height: auto;
	float: left;
	border: 01px solid #a29b9b;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-top: 15px;
	padding: 10px;
	border-radius: 05px;	
}
.divPerformCol1 {
	width: 70%;
	float: left;
	margin-top: 05px;
	background-color: transparent;
	padding: 03px;
	border-radius: 03px;
	
	
}
.divPerformCol2 {
	width: 20%;
	float: right;
	margin-right: 03px;
	text-align: right;
	margin-top: 05px;
	background-color: transparent;
	padding: 03px;
	border-radius: 03px;

}
.divPerformBottom{ width:70%; height: auto;
	margin: 0 auto;}
#hrPerformBottom {
	width: 98% !important;
	margin: 0 auto;
	width: 100%;
	padding: 0px !important;
	border-color: #F2F2F2;
	opacity: 0.5;
}

/**********************MY PERFORMANCE - END*****************/

/**********************IMPORTTANT LINKS*****************/

.implinks { width: 94%; height: 123px; border: 1px solid #dee4ed; background: #F8F8F8; border-radius: 05px; margin: 1.5% ; padding: 1%;}
.implinks h2 {margin: 0; padding: 0 0 2px 0; font-size: 16px; font-weight: normal; border-bottom: 1px solid #999;} 
.implinks p {width: 100%; font-size: 14px; line-height: 1.5; color: #666;}
.implinkbox {overflow:auto; width: 100%; height: 91px;}

.implinks ul {margin: 0; padding: 0 1%;}
    .implinks ul li {
        list-style: url(../images/dashboard/arrow-16.gif);
        padding: 05px 0;
        margin: 0 1%;
    }
.implinks ul li a { font-size: 12px; text-decoration:none; color:blue;}
.implinks ul li a:hover {text-decoration: underline;color: blue;}
.implinks ul li a:visited {color: blue;}


/**********************LEFT*****************/
#divLeft {
	width: 70%;
	margin: 0 auto;
	float:left
}
.divPending {
	width: 95%;
	height: auto;
	border: 1px solid #d5d3d3;
	float: left;
	margin-left: 01%;
	padding-bottom: 01%;
	border-radius:05px;
}
#divPendingTitle {
	background-color: #e7e5e5;
	padding: 05px;
	height: 25px;
	padding-left: 10px;

	
}
#divPendingTitle img { vertical-align:middle;}

.divPending_Box {
	width: 31%;
	height : 110px;
	float: left;
	background-color: #fff;
	border: 01px solid #CCC;
	color: #000;
	margin: 1% 0 0 1%;
	overflow:auto;
}
#divPending_BoxInner { 
	background-color: #fbedbf;
	padding: 05px;
	height: 15px;
	padding-left: 10px;
}
#divPending_BoxInner1 { 
	background-color: #e7dffb;
	padding: 05px;
	height: 15px;
	padding-left: 10px;
}
#divPending_BoxInner2 { 
	background-color: #ffdbe8;
	padding: 05px;
	height: 15px;
	padding-left: 10px;
	border: 1px solid #ffdbe8 !important;
}
.divPending_BoxColType1 {
	width: 35%;
	float: left;
	padding: 01px;
	margin: 02px;
	color: #000;
	background-color:#F2F2F2;
}
.divPending_BoxColType2 {
	width: 35%;
	float: left;
	padding: 01px;
	margin: 02px;
	color: #000;
	background-color:#F2F2F2;
}

.divPending_BoxColType3 {
	width: 20%;
	float: left;
	padding: 01px;
	margin: 02px;
	color: #000;
	background-color:#F2F2F2;
}

.divNewsUpdates{
	width: 47%;
	height: 300px;
	border: 1px solid #dee4ed;
	background-color: #fff;
	float: left;
	margin-left: 01%;
	margin-right: 01%;
	margin-top: 10px;
	border-radius: 05px;
	

}
#divUpdates_Title {
	background-color: #e2f7d6;
	padding: 05px;
	height: 25px;
	padding-left: 10px;
}
#divUpdates_Title img { vertical-align:middle;}
#divNews_Title {
	background-color: #fcd6d6;
	padding: 05px;
	height: 25px;
	padding-left: 10px;
	
}
#divNews_Title img { vertical-align:middle;}

.tblUpdates { width: 100%; padding: 05px; }
.trUpdates_Head {  background-color:#d2f2fd; text-align:center;}
.trUpdates_Col { background-color:#f1f9fc; text-align:left; word-wrap:break-word;}

.tblUpdates td { width: auto; height: 25px; font-size:12px; color:#000; padding: 04px; overflow:hidden;}

.divNews { width: 95%; height: 300px; margin: 0; padding: 5px;  text-align:justify!important; color: #666;}
.newsdate { padding: 05px 0px 05px 0px; color: #09F; font-weight:bold; float: left;}
.newsicon { padding: 05px 0px 05px 0px; color: #09F; float: right;}
/**********************LEFT - END*****************/

/**********************RIGTH - START*****************/
#divRight{ width: 30%; float:right;}	
.divRightBox {
	width: 47%;
	height: 140px;
	float: left;
	background-color: transparent;
	border: 01px solid;
	color: #000;
	font-weight: normal;
	margin-left: 01%;
	margin-right: 01%;
	padding-bottom: 01%;
	border-radius: 05px;
}
.divRightBox_Col1 {
	width: 73%;
	float: left !important;
	padding: 02px;
	margin: 01%;
	color: #000;
	background-color:#f2f2f2
}
.divRightBox_Col2 {
	width: 20%;
	float: right;
	padding: 02px;
	margin: 01%;
	color: #000;
	background-color:#f2f2f2;
	text-align:right;
}
.divRightBox_Col3 {
	width: 20%;
	float: right;
	padding: 02px;
	margin: 01%;
	color: #000;
	background-color:#f2f2f2;
	text-align:right;
}

#divLeaveBal {
	border-color: #f4c5d4;
}
#divLeaveBal_Title {
	background-color: #fadbe5;
	padding: 05px;
	height: 20px;
	
}
#divPlanned {
	border-color: #e4dcf9;
	min-height:120px;
}
#divPlanned_Title {
	padding: 0px;!important;
	background-color: #e9e4f5;
	padding: 05px;
	height: 20px;
}
.divPlanned_Col1 {
	width: 30%;
	float: left !important;
	padding: 02px;
	margin: 01%;
	color: #000;
	background-color:#f2f2f2
}
.divPlanned_Col2 {
	width: 40%;
	float: left !important;
	padding: 02px;
	margin: 01%;
	color: #000;
	background-color:#f2f2f2
}
.divPlanned_Col3 {
	width: 19%;
	float: right !important;
	padding: 02px;
	margin: 01%;
	color: #000;
	background-color:#f2f2f2;
	text-align:right;
}

#divRoster {
	border-color: #fddbc2;
	margin-top: 10px;
}
#divRoster_Title {
	padding: 0px;!important;
	background-color: #ffe5d2;
	padding: 05px;
	height: 20px;
	font-size:14px;
}

#divBDay 
{
	display: table;
	width: 95%;
	height: auto;
	border: 1px solid #e1f0fe;
	float: left;
	margin-top: 10px;
	margin-left: 05px;
	border-radius: 05px;
	padding-bottom: 05px;
	
}
#divBDay_Title {
	background-color: #e1f0fe;
	padding: 05px;
	height: 25px;
	padding-left: 10px;
	
}
#divBDay_Title img { vertical-align:middle;}
.divBDay_Row
{
	display: table-row;
}
.divBDay_Col1 {  display: table-cell;width: 38%; float:left;  margin: 02px; padding: 03px; background-color:#F2F2F2;}
.divBDay_Col2 {  display: table-cell;width: 23%; float:left;  margin: 02px; padding: 03px; background-color:#F2F2F2; }
.divBDay_Col3 {  display: table-cell;width: 28%; float:left; margin: 02px; padding: 03px; text-align:right; background-color:#F2F2F2;}


.bday_container { margin: 02px;}
.bdayicon { float:left; width: auto; padding: 02px;}
.bdaydetails { float:left; width: 80%; padding: 02px;}
.bday_date { font-size:11px; color:#06F; padding: 02px; float:left;}
.type {font-size:11px; color:#090; padding: 02px; float:left; margin-left: 15%}
.bday_wishes{padding: 0px; text-align:right; float:right;}
.bday_wishes img{border:0;}
.bday_name { font-size:11px; color:#ED4050; padding: 02px; float:left}
.work_year {font-size:11px; color: #939; font-weight:bold; padding: 05px !important; float:right; background-color:#e2e4e6; border-radius: 05px;}
.bday_green { color:#090; font-weight:bold;}
.bday_dept {font-size:11px; color: #039; padding: 02px; float:left}
.bday_brance {font-size:11px; color: #966; padding: 02px; float:right}
.work_year {font-size:11px; color: #939; padding: 02px; float:right}


/**********************RIGTH - END*****************/

/**********************COPYRIGHT*****************/
.divFooter { background: url(../images/dashboard/footerbkg.png) repeat-x;}
.FooterContent { width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 7px 0 3px;
}
/**********************COPYRIGHT*****************/


/*******************/

.req { float:left; width: 39%; height: 70px; margin-left: 05%; margin-right: 5%; background-color: transparent; margin-top: 5%; margin-bottom: 5%}
.req_box { width: 98%; height: 98%; background-color: transparent;  padding: 02px; font-size: 56px; text-align:center; color:#ffffff; text-decoration:none; display:block; border-radius: 10px;}
.req_box:hover { width: 98%; height: 98%; background-color: transparent  ; padding: 02px; font-size: 56px; text-align:center; color:#ffffff; -webkit-box-shadow: 0px 1px 3px #666666; -moz-box-shadow: 0px 1px 3px #666666; box-shadow: 1px 1px 2px #666666; text-decoration:none; display:block; border-radius: 10px;}
.req_title { font-size:12px; padding: 0px; text-align:center; float:left; text-align:center; width: 98%; }
#req_leaves{ background-color: #dd9827}
#req_Att{ background-color: #608239}
#req_tour{ background-color: #971e5c}
#req_other{ background-color: #065c7e}

.rucontainer { width: 98%; height: auto; height:auto; padding: 05px;}
.ruleft { border-right: thick solid #CCC; width: 5%; min-height: 100px; float:left; position:relative;}
.ruright { border: 1px solid #CCC; width: 88%; min-height: 100px; float:right; position:relative;}
.ruarrow { position:absolute; width: 20px; height: 20px; top: 27%; left:-09px;}
.ruapp_disapp { position:absolute; width: 27px; height: 26px; top: 10%; right:-15px;}
.ruright_date { width: 55%; color:#69AA46; float:left; padding-left: 10px; font-size:11px; font-weight:bold;}
.ruright_date img { vertical-align:middle;}
.rutype { width: 35%; color:#900 ; float:right; padding: 02px; font-size:11px; font-weight:bold; text-align:right;}
.ruright_name { width: 99%; color:#09F; padding: 0px 0px 05px 10px; font-size:11px; margin-left: 01%; font-weight:normal;}

.rudisc { width: 95%; text-align:justify; padding: 0px 5px 5px 10px;}
.ruright_by { width: 50%; color:#F60; font-size:11px; font-weight:normal; text-align:right; float:right; padding: 03px}
.ruright_by img { vertical-align:middle;}


/*******************Ipad*******************/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
/*******************Ipad*******************/
 divTopHead {
        height: auto;
    }

    .divTopLeft {
        width: 50%;
        height: auto;
        text-align: left;
        background-color: transparent;
        padding-top: 20px;
    }

    .divLogoCaption {
        width: auto;
    }


    .divTopRight {
        float: none;
        margin-top: 10px;
    }
    /*Make dropdown links appear inline*/
    #mnuMain ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
        /*Make all menu links full width*/
        ul li, li a {
            width: 100%;
            height: auto;
        }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
        padding: 10;
    }
    #divGraphContainer {
        width: auto;
    }
    #divGraph {
        background-size: 300px 90px;
        margin: 0 auto;
        height: 90px;
        width: 300px;
        display:none;
    }
    #divPerformSummary {
        width: auto;
        float: none;
    }
    #divLeft {
        width: 100%;
        float: none;
    }
    .leave_ind, img {
        display: inline;
    }
    .divPending_Box {
        width: auto;
        float: none;
    }
    #divRight {
        width: auto;
        float: none;
    }
    .GraphLegend {

        margin: 0;
       margin-top: 10px;
    }

        .GraphLegend img {
            width: 100% \9;
            max-width: 82%;
            height: auto;

        }
    .divPerformCaption {
        font-size: 16px;
            margin: 0;

    }
    .divPerformPeriod{ 
        margin:0;
        margin-left: 05px;
    }
    .divPerformInner{
        margin-top:10px;
    }
}
/*******************Iphone*******************/
@media only screen and (max-width: 767px) {
    /*******************Iphone*******************/
    .divTopHead {
        height: auto;
    }

    .divTopLeft {
        width: 50%;
        height: auto;
        text-align: left;
        background-color: transparent;
        padding-top: 20px;
    }

    .divLogoCaption {
        width: auto;
    }


    .divTopRight {
        float: none;
        margin-top: 10px;
    }
    /*Make dropdown links appear inline*/
    #mnuMain ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
        /*Make all menu links full width*/
        ul li, li a {
            width: 100%;
            height: auto;
        }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
        padding: 10;
    }

    #divGraphContainer {
        width: auto;
    }


    #divGraph {
        background-size: 300px 90px;
        margin: 0 auto;
        height: 90px;
        width: 300px;
        display: none;
    }

    #divPerformSummary {
        width: auto;
        float: none;
    }

    #divLeft {
        width: 100%;
        float: none;
    }

    .leave_ind, img {
        display: inline;
    }

    .divPending_Box {
        width: auto;
        float: none;
    }

    #divRight {
        width: auto;
        float: none;
    }

    .GraphLegend {
        margin: 0;
        margin-top: 10px;
    }

        .GraphLegend img {
            width: 100% \9;
            max-width: 82%;
            height: auto;
        }

    .divPerformCaption {
        font-size: 16px;
        margin: 0;
    }

    .divPerformPeriod {
        margin: 0;
        margin-left: 05px;
    }

    .divPerformInner {
        margin-top: 10px;
    }


    /*******************iphone portrait*******************/
    /*iphone portrait*/
    /*******************Iphone*******************/

    @media only screen and (max-width: 479px) {

        .divTopHead {
            height: auto;
        }

        .divTopLeft {
            width: 50%;
            height: auto;
            text-align: left;
            background-color: transparent;
            padding-top: 20px;
        }

        .divLogoCaption {
            width: auto;
        }


        .divTopRight {
            float: none;
            margin-top: 10px;
        }
        /*Make dropdown links appear inline*/
        /*ul {
        position: static;
        display: none;
    }*/
        /*Create vertical spacing*/
        /*li {
        margin-bottom: 1px;
    }*/
        /*Make all menu links full width*/
        /*ul li, li a {
            width: 100%;
            height: auto;
        }*/
        /*Display 'show menu' link*/
        /*.show-menu #mnuMain {
        display: block;
        padding: 10;
    }*/

        #divGraphContainer {
            width: auto;
        }


        #divGraph {
            background-size: 300px 90px;
            margin: 0 auto;
            height: 90px;
            width: 300px;
            display: none;
        }

        #divPerformSummary {
            width: auto;
            float: none;
        }

        #divLeft {
            width: 100%;
            float: none;
        }

        .leave_ind, img {
            display: inline;
        }

        .divPending_Box {
            width: auto;
            float: none;
        }

        #divRight {
            width: auto;
            float: none;
        }

        .GraphLegend {
            margin: 0;
            margin-top: 10px;
        }

            .GraphLegend img {
                width: 100% \9;
                max-width: 82%;
                height: auto;
            }

        .divPerformCaption {
            font-size: 16px;
            margin: 0;
        }

        .divPerformPeriod {
            margin: 0;
            margin-left: 05px;
        }

        .divPerformInner {
            margin-top: 10px;
        }
    }
}
	
			
			
.WebPunch {
    display: block;
    width: 85px;
    float: right;
    height: 52px;
    position: relative;
    margin: 20px 8px 0 0;
}

    .WebPunch > a {
        display: block;
        text-align: center;
        width: 90%;
        height: 50px;
        background: #00b050;
        color: #FFF;
        font-size: 13px;
        padding: 7px 10px;
        box-sizing: border-box;
        border-radius: 5px;
        margin: 2px auto;
        text-decoration: none;
        font-weight: 100;
        line-height: 18px;
        box-shadow: inset -1px -1px 5px #007b38;
        letter-spacing: 1.1px;
        border: 1px solid #FFF;
    }

        .WebPunch > a:hover {
            background: #4CAF50;
            box-shadow: inset -1px -1px 5px #009688;
            border: 1px solid #8BC34A;
        }


    .WebPunch .WebPunchPopOut {
        background: #FFF;
        position: absolute;
        z-index: 999999999999;
        width: 300px;
        right: -64px;
        border: 1px solid #333;
        -moz-box-shadow: 2px 2px 3px #888888;
        -webkit-box-shadow: 2px 2px 3px #888888;
        box-shadow: 2px 2px 3px #888888;
        border-radius: 3px;
        cursor: default;
        display: none;
    }

        .WebPunch .WebPunchPopOut .title {
            background: #333;
            color: #FFF;
            font-size: 14px;
            padding: 8px 13px;
        }

            .WebPunch .WebPunchPopOut .title .CloseBtn {
                cursor: pointer;
                float: right;
            }

            .main-data:after,
            .WebPunch .WebPunchPopOut .title:after {
                content: "";
                display: block;
                clear: both;
            }

.main-data {
    display: block;
    padding: 15px 15px 25px;
}

.fieldset {
    padding: 0 0 10px;
    line-height: 18px;
}

    .fieldset .label {
        text-transform: uppercase;
        color: #828282;
    }

    .fieldset .input {
        background: #F5F5F5;
        border-radius: 2px;
        margin: 2px 0 0;
    }

        .fieldset .input label,
        .fieldset .input span {
            padding: 12px;
            display: block;
        }

        .fieldset .input textarea {
            padding: 12px;
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #DDD;
            border-radius: 3px;
            background: #F9F9F9;
        }

            .fieldset .input textarea:focus {
                outline: none;
                border: 1px solid #AAA;
            }

    .fieldset.timestamp {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        padding: 0;
        border: 1px solid #DDD;
        width: 129px;
        margin: 2px auto 15px;
        border-radius: 3px;
    }

        .fieldset.timestamp span {
            padding: 10px 10px;
            width: 43px;
            display: inline-block;
            border-right: 1px solid #EEE;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0 -3px;
        }

            .fieldset.timestamp span:first-child {
                background: #EEE;
            }

            .fieldset.timestamp span:nth-child(2) {
                background: #F5F5F5;
            }

            .fieldset.timestamp span:last-child {
                border: 0;
                background: #FAFAFA;
            }

    .fieldset.btn-group {
        text-align: center;
        padding: 10px 0 0;
    }

        .fieldset.btn-group .btn {
            color: #FFF;
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            text-align: center;
            border-radius: 0 50px 50px 0;
            background: #00c55a;
            margin: 0 -2px 0;
            width: 25%;
            vertical-align: middle;
            padding: 0 0 1px;
        }

            .fieldset.btn-group .btn img {
                height: 36px;
            }

        .fieldset.btn-group .SelectPunch {
            border-radius: 50px 0 0 50px;
            background: #00b050;
            width: 72%;
            padding: 9.5px 6%;
            vertical-align: middle;
            display: inline-block;
            border: 0;
            height: 37px;
            color: #FFF;
            margin: 0 -2px 0 0;
        }

            .fieldset.btn-group .SelectPunch:focus {
                outline: none;
            }

            .fieldset.btn-group .SelectPunch option {
                padding: 6px 8px;
                line-height: 30px;
                height: 30px;
            }

			
			
			
		




