@charset "utf-8";
 
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=PT+Serif);
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HTML5 Events Display
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
display: block;
}
audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ELEMENTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html {
}
body {
	font-family: Droid Sans;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	background-color: #fff;
}
img {
	border:none;
}
h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-family:Droid Sans;
}
h1 { 
	font-size:32px;
	color:#000;  
	line-height: 36px;
	margin:10px 0 25px 0;
}
h2 { 
	font-size:28px;
	font-weight:normal;
	line-height: 32px;
	margin:10px 0 20px 0;
}
h3 {
	font-size:24px; 
	line-height: 24px;
	margin:0 0 22px 0;
	font-weight:400 !important; 
}
p + h3{
	padding: 10px 0 0 0;
}
h4 {
	font-size:20px; 
	color:#000;
	line-height: 20px;
	margin:0 0 10px 0; 
}
h5{
	font-size:15px;
}
a, a:link { 
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#034ea2;
}
p {
	margin:0px 0px 10px 0px;
	color:#000;
	font-family: Droid Sans;
	font-size:15px;
	line-height: 20px;
}
.clear-fix {
	clear:both;
	display:table;
}
ul, li{
	margin:0;
	padding:0;
}
input[type="text"],input[type="password"],input[type="email"]{
 width:40%;
 font-family: Droid Sans;
 height:30px;
 padding-left:5px;
 margin:10px 10px 10px 0;
 background: #FFF;
 border: 1px solid #000;
}
textarea{
 width:40%;
 font-size:15px !important;
 padding-left:5px;
 margin:10px 10px 0 0;
 font-family: Droid Sans;
 background: #FFF;
 border: 1px solid #000;
}
input[type="submit"],input[type="button"],input[type="reset"]{
color: #fff;
font-size: 15px;
padding: 7px 10px;
background-color:#0066cc;
font-family: Droid Sans;
border: 1px solid #0066cc;
cursor: pointer;
}
#question{
 width:10%;
 height:30px;
 padding-left:5px;
 margin:10px 10px 10px 0;
 font-family: Droid Sans;
 background: #FFF;
 border: 1px solid #000;
}
p.timesheet-link{margin:10px 0;
}
.msg_box{
	border:1px solid #000;
	width:710px;
	padding:10px;
	margin-bottom:10px;
}
.msg_box img{
	float:right;
	padding-top:3px;
	cursor:pointer;
}
/**************** Header Wrapper***********************/
#wrap{
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 100; 
}
.header_container{
	width:100%;
	position: relative; 
}
.header_container  .header_wrap{
	background:url(../images/header-bg.png) repeat-x bottom center #fff;
} 
.header .logo{
	float:left;
	width: 410px; 
	padding:12px 0;
}
.logo img{
	width:100%;
	height:auto;
}
.header{
	margin:0 auto;
	width:1200px;
}
.header .contact-info .login{
	padding: 3px;
	color: #0066cc;
	margin-left: 580px;
	width: 60px;
	border: 1px solid #0066cc;
}
.header .contact-info .login a{
	color: #0066cc;
}
.header .contact-info{
	text-align:right;
	float:right;
	width:650px;
}
.header .contact-info .log-info .welcome{
	float: left;
	text-align: right;
	margin-top: 18px;
	width: 550px;
}
.header .contact-info{  
	padding:18px 0 0 0;
} 
.header .social_icons{  
	padding:0 0 12px 0;
}
.contact-info p{
	font-family: 'PT Serif', serif;
}
.contact-info p.welcome a{
	color:#9ec0e5;
}

/**************** Navigation Styles Start ***********************/


.header_container .navigation{
	width:1200px;
	background:url(../images/menu-bg.png) repeat !important;
	float:none;
	max-width: 1200px;
	margin: 0 auto;
}
.tinynav{ 
	display: none;
}
.navigation ul{
	list-style:none;
}
.navigation ul li{
	float:left;
	cursor:pointer;
	padding:12px 36px;
	position: relative;
}
ul li a:hover{
	color:#9ec0e5;
}
.navigation li a{
	font-family: 'PT Serif', serif;
	color:#fff;
	font-size: 15px;
}
.navigation li a:hover{
	text-decoration:none;
}
.submenu{
	display:none;
}
.submenu li a {
	color:#fff;
}
.navigation ul li:hover>.submenu {
	display:block;
	position:absolute;
	z-index:99999999999;
	padding-top: 12px;
	margin-top: 5px;
	left: 34px;
	background:url(../images/dropdown-bg.png) no-repeat top left;
}
.submenu li {
	background:none !important;
	background-color:#0066cc !important;
	width:200px;
	float:none !important;
	margin:0 !important;
	padding:5px 10px !important;
}
.submenu li a{
	font-size: 13px;
}
/**************** Fixed wrapper Styles Start ***********************/
.fixed{ 
	position:fixed;
	z-index:9999;
	top: 0;
}
.fixed .contact-info { 
	float: right; 
	width: 870px;
	padding:0px 0 0 0;
}
.fixed .contact-info .login{
	margin-top:25px;
}
.fixed .contact-info .contact{
	margin-top:20px;
}
.fixed .logo{ 
	width: 280px;  
	padding:10px 0;
}
.fixed+.wrapper{ 
	padding:147px 0 0 0;
}
.fixed .navigation ul li { 
	padding: 10px 20px; 
}
.fixed{ 
}
.fixed .login{
	float: left;
	margin-left: 520px !important;
	margin-top:5px;
}
.fixed .log-info .welcome{;
	margin-top: 18px;
	width: 790px !important;
}
.fixed .log-info .profile-pic{
	float: right;
	width: 66px;
}
.fixed .log-info .profile-pic img, .fixed .log-info .profile_pic img{
height: 50px;
padding-top:10px;}
/**************** Home wrapper Styles Start***********************/
.wrapper{
	margin:0 auto;
	width:1200px;
}
.wrapper .flexslider{
	float:left;
	width:540px;
	margin:7% 0 0 0;
	background:url(../images/slider-bg.png) repeat center center;
}
.flexslider .flex_caption{
	width:92%;
	padding:4%;
}
.flex_caption h1,.flex_caption p,.flex_caption a{
	color:#fff;
	font-size:18px;
	line-height:25px;
}
.flex_caption a:hover{
	color:#3399cc;
}
.flex_caption a:hover{
	color:#0066cc;
}
.flex_caption .more-link{
	padding-top:20px;
}
.flex_caption .more-link a:hover{
	color:#fff !important;
}
.flex_caption a:hover{
	font-size:18px;
	line-height:25px;
}
.flex_caption h1{
	font-family: 'PT Serif', serif;
	font-size:48px;
	line-height:50px;
}
.flex-control-nav {
	padding-bottom: 10px !important;
}
.wrapper .content_wrapper{
	float:right;
	width:540px;
	margin:9% 0;
}
.content_wrapper .content_portion{
	background:url(../images/blue-bg.png) repeat center center;
	padding:3%;
	width:94%;
	margin-bottom:3%;
}
.content_wrapper .content_portion h2{
	margin: 10px 0 10px 0 !important;
	color:#fff;
	font-family: 'PT Serif', serif;
} 
.content_portion p{
	color:#fff;
}

/************* inside wrapper styles starts **************/

.inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
}
.inside_wrapper .side_bar{
	width:355px;
	padding-right:40px;
	float:left;
}
.inside_wrapper .white-bg-text b{
	padding:20px;
	color:#3cda52;
	border:1px solid #000;
}
.side_bar h3{
	color:#3399cc;
	font-size:30px;
	font-weight:normal !important;
}
.side_bar p{
	line-height:20px;
	color:#000;
}
.side_bar img{
	padding-bottom:30px;
}
.side_bar .activity{
padding: 20px;
border: 1px solid #000;
}
.inside_wrapper .main_content{
	width:730px;
	float:right;
	min-height:750px;
}
.inside_wrapper .main_content p,.inside_wrapper .side_bar p{
	text-align:justify;
}
.main_content h1{
	color:#0066cc;
}
.main_content h3{
	color:#3399cc;
}
.main_content h4{
	font-size:24px;
}
.main_content ul{
	margin:0 0 5px 20px;
}
.main_content .tips,.main_content .responce,.main_content .on_demand,.main_content .small-business{
	padding:20px 0;
}
.main_content .tips .content{
	float:left;
	width:400px;
	margin-top:25px;
}
.main_content .responce .content{
	float:right;
	width:400px;
	margin-top:25px;
}
.main_content .small-business .content{
	float:left;
	width:400px;
	margin-top:25px;
}
.main_content .on_demand .content{
	float:right;
	width:400px;
	margin-top:25px;
}
.content h4{
	margin-bottom:10px;
	line-height:28px;
}
.main_content .tips .content_img{
	float:right;
	width:320px;
}
.main_content .responce .content_img{
	float:left;
	width:320px;
	text-align:center;
}
.main_content .small-business .content_img{
	float:right;
	width:320px;
	text-align:center;
}
.main_content .on_demand .content_img{
	float:left;
	width:320px;
	text-align:center;
}
.main_content .job_openings{
	border-bottom:1px dotted #0066cc;
	padding:10px;
	margin-bottom:15px;
	clear:both;
	display:table;
}
.main_content .client-h{
	padding-top:30px;
	color:#0066cc;
}
.main_content .clients{
	margin: 25px 0;
	float: left;
	padding: 0 30px;
}
.clients .client-logo{
	float:left;
	width:120px;
}
.clients .client_desc{
	float:left;
	width:580px;
}
.main_content .openings{
	padding-top:20px;
}
.main_content .job_openings .job_info{
	float:left;
	width:570px;
	padding-right:30px;
}
.main_content .job_openings .job_title{
	font-size:20px;
	color:#3399cc;
}
.main_content .job_openings .apply_but{
	float:left;
	width:100px;
	text-align:center;
}
/************* Login inside wrapper styles starts **************/

.login_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
}
.login_inside_wrapper .side_bar{
	width:355px;
	padding-right:40px;
	float:left;
}
.login_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-size:30px;
	font-weight:normal !important;
}
.login_inside_wrapper .side_bar p{
	line-height:20px;
	text-align:justify;
}
.login_inside_wrapper .side_bar img{
	padding-bottom:30px;
}
.login_inside_wrapper .main_content{
	width:730px;
	float:right;
}
/************* Forgot passsword inside wrapper styles starts **************/

.forgot_pswd_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
}
.forgot_pswd_inside_wrapper .side_bar{
	width:355px;
	padding-right:40px;
	float:left;
}
.forgot_pswd_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-size:30px;
	font-weight:normal !important;
}
.forgot_pswd_inside_wrapper .side_bar p{
	line-height:20px;
	text-align:justify;
}
.forgot_pswd_inside_wrapper .side_bar img{
	padding-bottom:30px;
}
.forgot_pswd_inside_wrapper .main_content{
	width:730px;
	float:right;
}
/************* Registration inside wrapper styles starts **************/

.register_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
}
.register_inside_wrapper .side_bar{
	width:355px;
	padding-right:40px;
	float:left;
}
.register_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-size:30px;
	font-weight:normal !important;
}
.register_inside_wrapper .side_bar p{
	line-height:20px;
	text-align:justify;
}
.register_inside_wrapper .side_bar img{
	padding-bottom:30px;
}
.register_inside_wrapper .main_content{
	width:730px;
	float:right;
}
/*************Change password inside wrapper styles starts **************/

.change_pswd_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
}
.change_pswd_inside_wrapper .side_bar{
	width:355px;
	padding-right:40px;
	float:left;
}
.change_pswd_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-size:30px;
	font-weight:normal !important;
}
.change_pswd_inside_wrapper .side_bar p{
	line-height:20px;
	text-align:justify;
}
.change_pswd_inside_wrapper .side_bar img{
	padding-bottom:30px;
}
.change_pswd_inside_wrapper .main_content{
	width:730px;
	float:right;
}
.change_pswd_inside_wrapper .main_content .field_item label{
	float: left;
width: 200px;
padding-top: 35px;
}
/*************resource pages menu styles styles starts **************/
.header_container .welcome_box,.header_container .welcome_box1{
	width: 1200px;
margin: 0 auto;
background: url(../images/white-bg.png) repeat;
}
.header_container .welcome_box .navigation1{
	width: 750px;
	padding: 0 390px 0 0;
	/*left: 105px;
	position: absolute;*/
	margin-left:30px;
	z-index: 99;
	height: 31px;
	background-color: #0066cc !important;
}
.header_container .welcome_box .navigation1 ul{
	list-style:none;
}
.header_container .welcome_box .navigation1 ul li{
	padding:5px 30px;
	float:left;
}
.header_container .welcome_box .navigation1 ul li a{
	font-size:13px;
	color:#fff;
}
.main_content .timesheet_table .row {
padding: 5px 10px;
}
.row {
padding: 5px 10px;
}
.yellow {
background: #fff !important;
}
/*************admin pages menu styles styles starts **************/
.header_container .welcome_box1 .navigation1{
width: 1140px;
padding: 0 0px 0 0;
	margin-left:30px;
z-index: 999;
height: 31px;
background-color: #0066cc !important;
}
.header_container .welcome_box1 .navigation1 ul{
	list-style:none;
}
.header_container .welcome_box1 .navigation1 ul li{
	padding:5px 25px;
	float:left;
}
.header_container  .welcome_box1 .navigation1 ul li a{
	font-size:13px;
	color:#fff;
}
/*************Apply leave inside wrapper styles starts **************/
.apply_leave_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.apply_leave_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.apply_leave_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}
.apply_leave_inside_wrapper .side_bar img{
	padding-bottom:30px;
}
.apply_leave_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.apply_leave_inside_wrapper .main_content .welcome_box{
	position:absolute;
	top: 60px;
	width: 390px;
	right: 150px;
}
.apply_leave_inside_wrapper .main_content .welcome_box .timesheet_type .arrow{
	display:block;
	width: 350px;
	padding:0 40px 0 0;
	text-align:right;
	height: 20px; 
	float:right;
	position:relative;
	background: url(../images/dropbutton.png) center right no-repeat;
}
.apply_leave_inside_wrapper .welcome_box .timesheet_type .arrow ul{
	display:none;
}
.apply_leave_inside_wrapper .welcome_box .timesheet_type .arrow ul li{
	font-size:14px;
}
.apply_leave_inside_wrapper .welcome_box .timesheet_type .arrow:hover ul{
	display: block;
	position:absolute;
	top:5px;
	list-style:none;
	right:0px;
	text-align:left !important;
	z-index:999;
	margin:15px 0 0 0;
	background:#0066cc;
}
.arrow ul li a{
	color:#fff;
}
.timesheet_type .arrow ul li{
	padding: 4px 10px;
	text-align:left !important;
	width: 105px;
}
apply_leave_inside_wrapper .main_content .welcome_box .timesheet_type>option{
	padding:10px 0 0 0;
}
.apply_leave_inside_wrapper  .field_item {
	padding-bottom:0px !important;
}
.field_item label{
	float:left;
	width:200px;
	padding-top:15px;
}
.field_item1{
	padding-bottom:7px;
}
.field_item .lsub{
	margin:10px 0 0 200px;
}
.apply_leave_inside_wrapper .input[type="text"]{
	width: 40%;
	font-family: Droid Sans;
	height: 30px;
	padding-left: 5px;
	margin: 10px 10px 10px 0;
	background: #FFF;
	border: 1px solid #000;
}
/*************Edit join date inside wrapper styles starts **************/
.joindate_edit_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.joindate_edit_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.joindate_edit_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}
.joindate_edit_inside_wrapper .side_bar img{
	padding-bottom:30px;
}
.joindate_edit_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.joindate_edit_inside_wrapper .main_content .resource_timesheet{
	border:1px solid #000;
	padding:10px;
}
.joindate_edit_inside_wrapper .main_content .resource_timesheet .img_wrap img{
	float:left;
	padding-right:10px;
}
.resource_timesheet h4 {
margin: 0 0 10px 0;
font-size: 24px!important;
}
.resource_timesheet .desig {
font-size: 16px;
line-height:40px;
}
/*************leave list inside wrapper styles starts **************/
.leavelist_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.leavelist_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.leavelist_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}
.leavelist_inside_wrapper .side_bar img{
	padding-bottom:30px;
}
.leavelist_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.leavelist_inside_wrapper .main_content .nav-bar{
border: 1px solid #000;
margin-top:20px;
background: #e3e5e7;
}
.leavelist_inside_wrapper .main_content .nav-left{
	width: 200px;
float: left;
padding: 10px 10px 10px 10px;
text-align:center;
}
.leavelist_inside_wrapper .main_content .nav-right{
	width: 480px;
float: left;
padding: 6px 10px 6px 10px;
}
.leavelist_inside_wrapper .timesheet_table .column_title{
	background-color:#595d60;
	padding:5px 10px;
	color:#fff;
}
.leavelist_inside_wrapper .main_content .timesheet_table .item_small {
display: inline-table;
width: 75px;
}
.leavelist_inside_wrapper .main_content .timesheet_table .column_title {
background: #595d60;
padding:5px;
}
.leavelist_inside_wrapper .main_content .timesheet_table .item_wide {
display: inline-table;
width: 118px;
}
.leavelist_inside_wrapper a,.datasheet_inside_wrapper  p{
	color:#000;
}
.leavelist_inside_wrapper .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.leavelist_inside_wrapper .profile_desc{
	padding-top:10px;
}
#act_resource_search input[type="text"], #search input[type="text"] {
border: none !important;
width: 200px;
margin: 0 0 0 10px;
background: #fff;
border:1px solid #000 !important;
}
#act_resource_search input[type="submit"] {
	padding: 7px 25px;
}
#act_resource_search {
margin: 0 0 20px 0;
}
/*************leave view inside wrapper styles starts **************/
.leaveview_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
	clear:both;
	display:table;
}
.leaveview_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.leaveview_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}
.leaveview_inside_wrapper .side_bar img{
	padding-bottom:30px;
}
.leaveview_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.leaveview_inside_wrapper .main_content .admin_container.blue {
	border:1px solid #000;
	padding:10px;
}
.admin_container.blue .profile_img {
width: 85px;
height: 115px;
float: left;
}
.admin_container.blue .resource_desc {
width: 400px;
float: left;
}
.admin_container.blue .left_side {
float: left;
width: 435px;
}
.admin_container.blue .left_side .feild_item{
	padding-top:10px;
}
.leaveview_inside_wrapper .admin_container.blue label{
width: 130px;
float: left;
margin-top:20px;
}
.admin_container.blue input{
width: 280px;
border: 1px solid #888782;
float: left;
padding: 8px 5px;
margin-bottom: 10px;
}
.admin_container.blue input{
width: 280px;
border: 1px solid #888782;
float: left;
padding: 8px 5px;
margin-bottom: 10px;
}
.admin_container.blue input[type="submit"],.admin_container.blue input[type="reset"]{
	width:70px;
	float:none;
}
.admin_container.blue textarea{
	width:65%;
	border: 1px solid #888782;
}
.admin_container.blue select{
appearance: none;
-webkit-appearance: none;
padding: 8px 5px;
background:url(../images/dropbutton.png) 260px 10px no-repeat #fff;
width: 290px;
margin-top:20px;
border: 1px solid #888782;
}
.resource_timesheet select {
appearance: none;
-webkit-appearance: none;
padding: 8px 5px;
background:url(../images/dropbutton.png) 280px 10px no-repeat #fff;
width: 290px;
margin-top:20px;
border: 1px solid #888782;
}
.admin_container.blue .action_items{
font-size: 12px;
clear: both;
margin: 0 0 0 130px;
}
.side_bar .featured .profile_title a{
	font-weight:bold;
}
/*************Datasheet inside wrapper styles starts **************/
.datasheet_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.datasheet_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.datasheet_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}
.featured {
	padding: 15px;
	margin-bottom: 20px;
	background: #595d60;
}
.featured a,.featured  p,.featured  h2{
	color:#fff;
}
.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.datasheet_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.datasheet_inside_wrapper .main_content .nav-bar{
border: 1px solid #000;
margin-top:20px;
background: #e3e5e7;
}
.datasheet_inside_wrapper .main_content .nav-left{
	width: 200px;
float: left;
padding: 10px 10px 10px 10px;
text-align:center;
}
.datasheet_inside_wrapper .main_content .nav-right{
	width: 480px;
float: left;
padding: 6px 10px 6px 10px;
}
.datasheet_inside_wrapper .main_content .welcome_box{
	position:absolute;
	top: 60px;
	width: 390px;
	right: 150px;
}
.datasheet_inside_wrapper .main_content .welcome_box .timesheet_type .arrow{
	display:block;
	width: 350px;
	padding:0 40px 0 0;
	text-align:right;
	height: 20px; 
	float:right;
	position:relative;
	background: url(../images/dropbutton.png) center right no-repeat;
}
.datasheet_inside_wrapper .welcome_box .timesheet_type .arrow ul{
	display:none;
}
.datasheet_inside_wrapper .welcome_box .timesheet_type .arrow ul li{
	font-size:14px;
}
.datasheet_inside_wrapper .welcome_box .timesheet_type .arrow:hover ul{
	display: block;
	position:absolute;
	top:5px;
	list-style:none;
	right:0px;
	text-align:left !important;
	z-index:999;
	margin:15px 0 0 0;
	background:#0066cc;
}
.datasheet_inside_wrapper .timesheet_table .column_title{
	background-color:#595d60;
	padding:5px 10px;
	color:#fff;
}
.profile_box{
	padding: 10px;
border: 1px solid #000;
margin-bottom: 20px;
background:#fff;
}
.datasheet_inside_wrapper .timesheet_table .item_wide {
display: inline-table;
width: 120px;
}
.datasheet_inside_wrapper .timesheet_table .item_wide-visa {
display: inline-table;
width: 150px;
}
.datasheet_inside_wrapper .timesheet_table .item_small {
display: inline-table;
width: 75px;
}
.arrow ul li a{
	color:#fff;
}
.timesheet_type .arrow ul li{
	padding: 4px 10px;
	text-align:left !important;
	width: 105px;
}
datasheet_inside_wrapper .main_content .welcome_box .timesheet_type>option{
	padding:10px 0 0 0;
}
.field_item {
	padding-bottom:10px;
}
.field_item label{
	float:left;
	width:200px;
	padding-top:15px;
}
.visa_border,.h-line
{
	border-top:1px solid #000;
}
.datasheet_inside_wrapper .timesheet-link{
	margin:10px 0;
	padding:3px 5px;
	text-align:right;
	background: #e3e5e7;
	border:1px solid #000;
}
.datasheet_inside_wrapper a,.datasheet_inside_wrapper  p{
	color:#000;
}
.datasheet_inside_wrapper .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.datasheet_inside_wrapper .profile_desc{
	padding-top:10px;
}
/*************Manage leaves Styles inside wrapper styles starts **************/
.manage_leaves_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.manage_leaves_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.manage_leaves_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}
manage_leaves_inside_wrapper h1{
	margin-bottom:0px;
}
.featured a,.featured  p{
	color:#fff;
}
.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.manage_leaves_inside_wrapper .main_content{
	width:730px;
	float:left;
	min-height:750px;
}
.manage_leaves_inside_wrapper .timesheet_table .column_title{
	background-color:#595d60;
	padding:5px 10px;
	color:#fff;
}
.manage_leaves_inside_wrapper .timesheet_table .item_wide {
display: inline-table;
width: 120px;
}
.manage_leaves_inside_wrapper .timesheet_table .item_small {
display: inline-table;
width: 75px;
}
.manage_leaves_inside_wrapper .main_content .nav-bar{
border: 1px solid #000;
margin-top:20px;
background: #e3e5e7;
}
.manage_leaves_inside_wrapper .main_content .nav-left{
	width: 200px;
float: left;
padding: 10px 10px 10px 10px;
text-align:center;
}
.manage_leaves_inside_wrapper .main_content .nav-right{
	width: 480px;
float: left;
padding: 6px 10px 6px 10px;
}
.arrow ul li a{
	color:#fff;
}
.timesheet_type .arrow ul li{
	padding: 4px 10px;
	text-align:left !important;
	width: 105px;
}
manage_leaves_inside_wrapper .main_content .welcome_box .timesheet_type>option{
	padding:10px 0 0 0;
}
.field_item {
	padding-bottom:10px;
}
.field_item label{
	float:left;
	width:200px;
	padding-top:15px;
}

/*************profile inside wrapper styles starts **************/

.profile_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.profile_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.profile_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}


.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.profile_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.profile_inside_wrapper .resource_profile{
	width:700px;
	padding:15px;
	border:1px solid #000;
}
.profile_inside_wrapper .current_profile {
float: right;
width: 200px;
}
.profile_inside_wrapper .edit_profile {
float: left;
width: 450px;
}
.profile_inside_wrapper .field_item p{
	margin: 0 0 0 145px;
	font-size: 12px;
	line-height: 15px;
}
.profile_inside_wrapper .field_item {
	padding-bottom:15px;
}
.profile_inside_wrapper input[type="text"], .profile_inside_wrapper input[type="password"], .profile_inside_wrapper input[type="email"] {
	width: 60%;
	font-family: Droid Sans;
	height: 30px;
	padding-left: 5px;
	margin:0 !important;
	background: #FFF;
	border: 1px solid #000;
}
.profile_inside_wrapper input[type="submit"]{
	margin-left:140px;
}
.profile_inside_wrapper .field_item label{
	float:left;
	width:140px;
	padding-top:0px !important;
}
.profile_inside_wrapper .featured .field_item label{
	color:#fff;
}
.profile_inside_wrapper textarea {
width: 60%;
font-size: 18px;
padding-left: 5px;
margin: 10px 10px 0 0;
font-family: Droid Sans;
background: #FFF;
border: 1px solid #000;
}

.profile_inside_wrapper .side_bar input[type="password"]{
	width: 90%;
}
.profile_inside_wrapper .side_bar input[type="submit"] {
margin-left:0 !important;
}

/************timesheet view Styles inside wrapper styles starts **************/
.timesheet_view_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.timesheet_view_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.timesheet_view_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}

.timesheet_view_inside_wrapper .tot_hours{
	float:right;
	font-size:20px;
}
.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.timesheet_view_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.timesheet_view_inside_wrapper .main_content .resource_timesheet {
width: 700px;
padding: 20px;
}
.timesheet_view_inside_wrapper .main_content p.notimesheet{
	border:1px solid #000;
	padding:5px;
	font-weight:bold;
	text-align:center;
	background:#e3e5e7;
}
.timesheet_view_inside_wrapper .main_content .resource_timesheet select {
width: 312px !important;
background:url(../images/dropbutton.png) 280px 10px no-repeat #fff;
padding: 8px 5px;
margin-bottom: 10px;
border: 1px solid #888782;
}
.timesheet_view_inside_wrapper .main_content .resource_timesheet .field_item {
clear: both;
}
.timesheet_view_inside_wrapper .main_content .timesheet_tablet .column_titlet {
background: #595d60;
padding:5px;
color:#fff;
}
.timesheet_view_inside_wrapper .main_content .timesheet_tablet .item_smalltt {
display: inline-table;
width: 75px;
}
.timesheet_view_inside_wrapper .main_content .timesheet_tablet .item_smallt {
display: inline-table;
width: 100px;
}
.timesheet_view_inside_wrapper .main_content .timesheet_tablet .item_widet {
display: inline-table;
width: 180px;
}
.timesheet_view_inside_wrapper .main_content .timesheet_tablet .item_widett {
display: inline-table;
width: 220px;
}
.timesheet_view_inside_wrapper .main_content .timesheet_tablet .item_widett select {
width: 170px !important;
margin-bottom: 1px;
background: url(../images/dropbutton.png) 140px 10px no-repeat #fff;
border: 1px solid #888782;
}
.timesheet_view_inside_wrapper .main_content .timesheet_tablet .item_widet textarea {
width:170px;
margin-bottom: -13px;
height: 30px;
border: 1px solid #888782;
}
.timesheet_view_inside_wrapper .timesheet_table .column_title{
	background-color:#B7BCBE;
	padding:5px 10px;
}
.timesheet_view_inside_wrapper .timesheet_table .item_wide {
display: inline-table;
width: 120px;
}
.timesheet_view_inside_wrapper .timesheet_table .item_small {
display: inline-table;
width: 75px;
}
.timesheet_view_inside_wrapper .action_items{
	margin-left:175px;
}
.field_item {
	padding-bottom:10px;
}
.field_item label{
	float:left;
	width:200px;
	padding-top:15px;
}


/************timesheet view all Styles inside wrapper styles starts **************/
.timesheet_all_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.timesheet_all_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.timesheet_all_inside_wrapper .timesheet-link{
	padding: 2px 5px;
border: 1px solid;
margin-top:10px;
background: #e3e5e7;
text-align:center;
}
.no-rows{
	padding: 2px 5px;
	border: 1px solid;
	margin-top:10px;
	background: #e3e5e7;
	text-align:center;
}
	
.timesheet_all_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}
.timesheet_all_inside_wrapper .main_content .nav-bar{
border: 1px solid #000;
margin-top:20px;
background: #e3e5e7;
}
.timesheet_all_inside_wrapper .main_content .nav-left{
	width: 200px;
float: left;
padding: 10px 10px 10px 10px;
text-align:center;
}
.timesheet_all_inside_wrapper .main_content .nav-right{
	width: 480px;
float: left;
padding: 6px 10px 6px 10px;
}

.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.timesheet_all_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.timesheet_all_inside_wrapper .main_content .timesheet_tablet .column_titlet {
background: #74726d;
padding:5px;
}
.timesheet_all_inside_wrapper .main_content .timesheet_tablet .item_smalltt {
display: inline-table;
width: 75px;
}
.timesheet_all_inside_wrapper .main_content .timesheet_tablet .item_smallt {
display: inline-table;
width: 100px;
}
.timesheet_all_inside_wrapper .main_content .timesheet_tablet .item_widet {
display: inline-table;
width: 180px;
}
.timesheet_all_inside_wrapper .main_content .timesheet_tablet .item_widet select {
width: 170px !important;
margin-bottom: 1px;
background: url(../images/dropbutton.png) 140px 10px no-repeat #fff;
border: 1px solid #888782;
}
.timesheet_all_inside_wrapper .main_content .timesheet_tablet .item_widet textarea {
width: auto;
margin-bottom: -13px;
height: 30px;
border: 1px solid #888782;
}
.timesheet_all_inside_wrapper .timesheet_table .column_title{
	background-color:#595d60;
	padding:5px 10px;
}
.timesheet_all_inside_wrapper .timesheet_table .item_wide {
display: inline-table;
width: 120px;
}
.timesheet_all_inside_wrapper .timesheet_table .item_small {
display: inline-table;
width: 75px;
}
.field_item {
	padding-bottom:10px;
}
.field_item label{
	float:left;
	width:200px;
	padding-top:15px;
}
.leavelist_inside_wrapper .welcome_box1{
	position:absolute;
	top:75px;
	right:440px;
}
.timesheet_all_inside_wrapper .welcome_box1{
	position:absolute;
	top:75px;
	right:440px;
}
.welcome_box1 select{
	width: 170px;
background: url(../images/dropbutton.png) 140px 10px no-repeat #fff;
padding: 5px;
-webkit-appearance: none;
}
.leavelist_inside_wrapper .side_bar .profile_box img{
	float:left;
	padding: 0 20px 0px 0;
}
.timesheet_all_inside_wrapper .side_bar .profile_box img{
	float:left;
	padding: 0 20px 0px 0;
}
/************timesheet edit Styles inside wrapper styles starts **************/
.timesheet_edit_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.timesheet_edit_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.timesheet_edit_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}

.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.timesheet_edit_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.timesheet_edit_inside_wrapper .main_content .resource_timesheet {
width: 700px;
padding: 20px;
}
.timesheet_edit_inside_wrapper .main_content .resource_timesheet select {
width: 288px !important;
background:url(../images/dropbutton.png) 255px 10px no-repeat #fff;
padding: 8px 5px;
margin-bottom: 10px;
border: 1px solid #000;
}
.timesheet_edit_inside_wrapper .main_content .resource_timesheet .field_item {
clear: both;
}
.timesheet_edit_inside_wrapper .main_content .timesheet_tablet .column_titlet {
background: #74726d;
padding:5px;
}
.timesheet_edit_inside_wrapper .main_content .timesheet_tablet .item_smalltt {
display: inline-table;
width: 75px;
}
.timesheet_edit_inside_wrapper .main_content .timesheet_tablet .item_smallt {
display: inline-table;
width: 100px;
}
.timesheet_edit_inside_wrapper .main_content .timesheet_tablet .item_widet {
display: inline-table;
width: 180px;
}
.timesheet_edit_inside_wrapper .main_content .timesheet_tablet .item_widet select {
width: 170px !important;
margin-bottom: 1px;
background: url(../images/dropbutton.png) 140px 10px no-repeat #fff;
border: 1px solid #888782;
}
.timesheet_edit_inside_wrapper .main_content .timesheet_tablet .item_widet textarea {
width: auto;
margin-bottom: -13px;
height: 30px;
border: 1px solid #888782;
}
.timesheet_edit_inside_wrapper .timesheet_table .column_title{
	background-color:#B7BCBE;
	padding:5px 10px;
}
.timesheet_edit_inside_wrapper .timesheet_table .item_wide {
display: inline-table;
width: 120px;
}
.timesheet_edit_inside_wrapper .timesheet_table .item_small {
display: inline-table;
width: 75px;
}
.timesheet_edit_inside_wrapper .action_items{
	margin-left:200px;
}
.field_item {
	padding-bottom:10px;
}
.field_item label{
	float:left;
	width:200px;
	padding-top:15px;
}

/************Project edit Styles inside wrapper styles starts **************/
.project_edit_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.project_edit_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.project_edit_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}

.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.project_edit_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.project_edit_inside_wrapper .admin_container{
	border:1px solid #000;
	padding:10px;
}
.project_edit_inside_wrapper .admin_container .action_items {
font-size: 12px;
clear: both;
margin: 0 0 0 200px !important;
}
.project_edit_inside_wrapper .admin_container select{
padding: 8px 5px;
-webkit-appearance: none;
width: 293px;
margin-bottom: 10px;
border: 1px solid #000;
background:url(../images/dropbutton.png) 260px 10px no-repeat #fff;
}
 .resource_timesheet select {
padding: 8px 5px;
-webkit-appearance: none;
width: 293px;
margin-bottom: 10px;
border: 1px solid #000;
background:url(../images/dropbutton.png) 260px 10px no-repeat #fff;
}
.field_item {
	padding-bottom:10px;
}
.field_item label{
	float:left;
	width:200px;
	padding-top:15px;
}

.sidebar .profile_box {
display: block;
margin: 0 0 10px 0;
}
.project_edit_inside_wrapper .profile_box img {
float: left;
padding: 0 20px 0px 0;
}
/************Admin Project list  Styles inside wrapper styles starts **************/
.project_list_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.project_list_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.project_list_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}

.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.project_list_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.project_list_inside_wrapper .project_list .odd{
margin: 0 20px 30px 0 !important;
}
.project_list_inside_wrapper .project_list a {
float: right;
text-align: right;
color: #4b639f !important;
}
 .project_list_inside_wrapper .project_list .project_item{
padding: 15px;
width: 320px;
border: 1px solid #4b639f;
margin: 0 0px 30px 0;
float: left;
}
.project_list_inside_wrapper .profile_desc {
padding-top: 10px;
}
.project_list_inside_wrapper .profile_box img {
float: left;
padding: 0 20px 0px 0;
}
.project_item a.create_btn{
	float: right;
background: #0066cc !important;
padding: 10px;
color: #fff;
}
a.create_btn{
	float: right;
background: #0066cc !important;
padding: 10px;
margin:0px 10px;
color: #fff;
}
.datasheet_inside_wrapper  span.item_wideproj {
display: inline-table;
width: 204px;
}
.datasheet_inside_wrapper  span.item_smallproj {
display: inline-table;
width: 120px;
}
/************Admin Resources list  Styles inside wrapper styles starts **************/
.welcome_txt.arrow {
	position: absolute;
	top: 55px;
	right: 440px;
}
.resource_list_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.resource_list_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.resource_list_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}

.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.resource_list_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.resource_list_inside_wrapper .resource_list .odd{
margin: 0 20px 30px 0 !important;
}
.resource_list_inside_wrapper .resource_list a {
float: right;
text-align: right;
color: #4b639f !important;
}
 .resource_list_inside_wrapper .resource_list .resource_item{
padding: 15px;
width: 320px;
border: 1px solid #4b639f;
margin: 0 0px 30px 0;
float: left;
}
.resource_item .img_wrap {
float: left;
min-height: 210px;
padding: 0 15px 0 0;
}
.resource_item .edit {
display: block;
float: left;
width: 35px;
height: 37px;
background: url(../images/edit_icon.png) center right no-repeat;
}
.resource_list_inside_wrapper .search_box {
float: right;
}
/************Admin Resources Search  Styles inside wrapper styles starts **************/
.re_search_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.re_search_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.re_search_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}

.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.re_search_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.re_search_inside_wrapper .resource_list .odd{
margin: 0 20px 30px 0 !important;
}
.re_search_inside_wrapper .resource_list a {
float: right;
text-align: right;
color: #4b639f !important;
}
 .re_search_inside_wrapper .resource_list .resource_item{
padding: 15px;
width: 320px;
border: 1px solid #4b639f;
margin: 0 0px 30px 0;
float: left;
}
.resource_item .img_wrap {
float: left;
min-height: 210px;
padding: 0 15px 0 0;
}
.re_search_inside_wrapper .search_box {
float: right;
}
/************Admin Resources View  Styles inside wrapper styles starts **************/
.resource_view_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.resource_view_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.resource_view_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}
.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.resource_view_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.resource_view_inside_wrapper .admin_container .profile_img {
width: 85px;
height: 115px;
float: left;
}
.resource_view_inside_wrapper .admin_container.blue input[type="button"]{
width: 36px;
float: right;
padding:2px 2px;
}
.admin_container .resource_desc {
width: 400px;
float: left;
}
 .admin_container .resource_desc h3 {
margin: 0 0 10px 0;
font-size:24px !important;
}
.admin_container .left_side h4 {
margin: 0 0 10px 0;
font-size:17px !important;
}
 .admin_container .resource_desc .desig {
font-size: 14px;
}
 .admin_container .resource_desc .desigr {
font-size: 16px;
}
.resource_desc .desigr .resource {
display: inline-table;
width: 160px;
padding: 0px 0px 5px 0px;
}
.admin_container .resource_desc .desigr .resourc {
display: inline-table;
width: 150px;
padding: 0px 0px 5px 0px;
}
.admin_container .left_side {
float: left;
width: 435px;
}
.admin_container .aside {
padding: 0 0 0 20px;
float: right;
width: 240px;
}
.blue .aside .resource_box {
border: 1px solid #000;
list-style:none;margin: 0px 0 10px 0;
list-style: none;
padding: 10px 5px;
min-height: 150px;
}
.blue .aside .resource_box  li a{
	display: inline-block;
	width: 15px;
	height: 12px;
	background: url(../images/cross.png) center bottom no-repeat;
}
.resource_view_inside_wrapper .admin_container.blue{
	border:1px solid #000;
	padding:10px;
}
.resource_view_inside_wrapper .admin_container select{
padding: 8px 5px;
width: 228px;
background:url(../images/dropbutton.png) 195px 10px no-repeat #fff;
margin-bottom: 10px;
border: 1px solid #888782;
}
.left_side  .field_item label {
float: left;
width: 178px;
padding-top: 15px;
}
.resource_view_inside_wrapper .admin_container .action_items {
font-size: 12px;
clear: both;
margin: 0 0 0 180px;
}
/************Admin timesheet view Styles inside wrapper styles starts **************/
.A_timesheetview_inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.A_timesheetview_inside_wrapper .side_bar{
	width:355px;
	float:right;
}
.A_timesheetview_inside_wrapper .side_bar h3{
	color:#3399cc;
	font-weight:normal !important;
}
.featured  p{
	color:#fff;
}
.featured a{
	color:#80A1C2;
}
 .featured .profile_title  a{
	color:#fff;
}
.featured .profile_box img{
	float:left;
	padding:0 20px 0px 0;
}
.featured .profile_desc{
	padding-top:10px;
}
.featured .profile_box .text_right{
	float:right;
}
.A_timesheetview_inside_wrapper .main_content{
	width:730px;
	float:left;
}
.A_timesheetview_inside_wrapper .main_content .resource_timesheet select {
width: 312px !important;
background:url(../images/dropbutton.png) 280px 10px no-repeat #fff;
padding: 8px 5px;
margin-bottom: 10px;
border: 1px solid #888782;
}
.A_timesheetview_inside_wrapper .admin_container {
width: 700px;
border: 1px solid #888782;
padding: 20px;
}
.A_timesheetview_inside_wrapper .admin_container .aside {
padding: 0 0 0 20px;
float: right;
width: 240px;
}
.A_timesheetview_inside_wrapper .admin_container .aside .resource_box {
margin: 0px 0 10px 0;
list-style: none;
padding: 10px 5px;
min-height: 150px;
border: 1px solid #888782;
}
.A_timesheetview_inside_wrapper .admin_container .left_side {
float: left;
width: 435px;
}
.A_timesheetview_inside_wrapper .admin_container .profile_img {
width: 85px;
height: 115px;
float: left;
}
.A_timesheetview_inside_wrapper .admin_container .left_side .resource_desc {
width: 325px;
float: left;
}
.A_timesheetview_inside_wrapper .admin_container .left_side .label{
width: 120px;
float: left;
}
.A_timesheetview_inside_wrapper .admin_container .left_side .field_item label {
float: left;
width: 120px;
padding-top: 15px;
}
.A_timesheetview_inside_wrapper .admin_container .desc {
width: 300px;
float: left;
margin-bottom: 10px;
}
.A_timesheetview_inside_wrapper .admin_container select {
padding: 8px 5px;
width: 250px;
webkit-appearance: menulist;
margin-bottom: 10px;
background:url(../images/dropbutton.png) 280px 10px no-repeat #fff;
border: 1px solid #888782;
}
.main_content1 .timesheet_table1 .item_wide1 {
display: inline-table;
width: 90px;
}
.timesheet_table1 .column_title1 .item_small1,.timesheet_table1 .column_title1 .item_wide1{
color:#fff;
}
.main_content1 .timesheet_table1 .item_small1 {
display: inline-table;
text-align:center;
width: 75px;
}
.main_content1 .timesheet_table1 .column_title1 {
background:#595d60;
padding: 5px 10px;
}
.timesheet_view_inside_wrapper .featured .profile_title a,.timesheet_view_inside_wrapper .featured p,
.timesheet_all_inside_wrapper .featured .profile_title a,.timesheet_all_inside_wrapper .featured p,
.timesheet_edit_inside_wrapper .featured .profile_title a,.timesheet_edit_inside_wrapper .featured p,
.datasheet_inside_wrapper .featured .profile_title a,.datasheet_inside_wrapper .featured p,
.manage_leaves_inside_wrapper .featured .profile_title a,.manage_leaves_inside_wrapper .featured p,
.apply_leave_inside_wrapper .featured .profile_title a,.apply_leave_inside_wrapper .featured p,
.project_list_inside_wrapper .featured .profile_title a,.project_list_inside_wrapper .featured p,
.resource_list_inside_wrapper .featured .profile_title a,.resource_list_inside_wrapper .featured p,
.resource_view_inside_wrapper .featured .profile_title a,.resource_view_inside_wrapper .featured p,
.joindate_edit_inside_wrapper .featured .profile_title a,.joindate_edit_inside_wrapper .featured p,
.A_timesheetview_inside_wrapper .featured .profile_title a,.A_timesheetview_inside_wrapper .featured p,
.project_edit_inside_wrapper .featured .profile_title a,.project_edit_inside_wrapper .featured p,
.leavelist_inside_wrapper .featured .profile_title a,.leavelist_inside_wrapper .featured p,
.re_search_inside_wrapper .featured .profile_title a,.re_search_inside_wrapper .featured p{
color: #000;
}
.profile_box img {
float: left;
padding: 0 20px 0px 0;
}
.leavelist_inside_wrapper input.save_btn{
	width:75px;
}
/**************** Upload resume  Styles Start ***********************/
.app-label {
float: left;
width: 26%;
height: 47px;
padding-top: 16px;
}
.app-input {
width: 74%;
float: right;
margin-bottom: 10px;
}
.app-input input{
	width:71%;
}
.app-input input[type="submit"]{
	width:75px;
}
.app-input p{
	padding-top:10px;
	margin-bottom:0px;
}
input[type="file"] {padding: 7px;
background: #fff;
border: 1px solid #000 !important;
width: 70%;
}
.app-input textarea {
width: 71%;
line-height: 18px;
font-size: 20px;
font-family: Droid Sans;
}


/**************** Contact form Styles Start ***********************/
.contact-us-inside_wrapper{
	width:1140px;
	padding:40px 30px;
	margin:0 auto;
	background:url(../images/white-bg.png) repeat;
	position:relative;
}
.contact-us-inside_wrapper .side_bar{
	width:550px;
	float:left;
	padding-right:40px;
}
.contact-us-inside_wrapper .main_content{
	width:550px;
	float:left;
}
.contact-form .label{
	float: left;
width: 26%;
padding-top: 15px;
}
.side_bar .contact_details{
	padding-bottom:20px;
}
.contact-form .input{
width: 100%;
}
.contact-form{
	padding-bottom:20px;
}
.contact-form input[type="text"]{
width: 60%;
}
.contact-form .action_buttons{
	margin-left:143px;
	margin-top:10px;
}
.contact-form textarea {
width: 328px;
line-height: 18px;
font-size: 20px;
font-family: Droid Sans;
}
.error{
	color:#F00;
}
#formulario{
	border:1px solid #000;
	padding:20px;
	margin:5% 0;
}
#formulario p.success{
	color:#3cda52;
}
/**************** footer Styles Start ***********************/
.footer_wrap{
	width:100%;
	z-index:99999;
	bottom:0px;
}
.footer_wrap .footer_container{
	margin:0 auto;
	width: 1140px;
	padding: 10px 30px;
	background:url(../images/menu-bg.png) repeat;
}
.footer_wrap .footer_container .copyright{ 
	float:left;
	padding: 15px 0 0 0px;
	color:#fff;
	margin-bottom:15px;
} 
.copyright .right{
	padding-bottom:5px;
}
.footer_wrap .footer_container .social-links{
	width: 200px;
float: left;
padding: 40px 10px 10px 230px;
}
.footer_wrap .footer_container .social-links img{
	padding-left:15px;
}
.footer_wrap .footer_container .signup-form{
	float: right;
	width: 317px;
	padding-top:15px;
} 
.signup-form label{
	display: inline-block;
	color: #fff;
	font-family: Droid Sans;
	font-size: 15px;
	padding: 1%;
} 
form{
	margin:0;
}
.signup-form  input[type="email"]{
	width:100%;
	max-width: 210px;
	padding: 5px 10px;
	display: inline-block;
	outline: none;
	font-family: Droid Sans;
	font-size: 15px;
	appearance:none;
	-webkit-appearance:none;
	border:none;
}
.signup-form  input[type="submit"]{
	outline:none;
	width:48px;
	height:40px;
	padding: 15px 10px;
	margin: 10px 10px 0px 10px;
	appearance:none;
	-webkit-appearance:none;
	border:none;
	display: inline-block;
	background:url(../images/nl-arrow.jpg) center center no-repeat; 
} 
.backround {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	display:block;
}