@charset "UTF-8";
html{
	height: 100%;	
	overflow:hidden;
}

body {
  min-width: 550px;
  margin:0;
  padding:0;
  height:100%;
  overflow:hidden;
  background-color:#e3edff;
}
/* jan 15 edit */
body {
	display: flex;
	flex-flow: row wrap;
}
img{
border-width:0px;	
}
#leftCol{
	/* width: 205px; */
	height: auto;
	background-color:#4b6eff;
	/* position:absolute;
	left: 0px;
	top: 0px;
	bottom: 0px; */
	overflow:auto;
	/* z-index:1; */
}
/* jan 15 edit */
#leftCol {
	display: block;
	width: auto;
	max-width: 210px;
	-webkit-transition:max-width, 0.1s linear;
    -moz-transition: max-width, 0.1s linear;
    -ms-transition: max-width, 0.1s linear;
    -o-transition: max-width, 0.1s linear;
    transition: max-width, 0.1s linear;
}
.amount{
	text-align:right;
	white-space: nowrap;
}
.closedNav {
	max-width: 0px !important;
	overflow: hidden !important;
	-webkit-transition:max-width, 0.1s linear;
    -moz-transition: max-width, 0.1s linear;
    -ms-transition: max-width, 0.1s linear;
    -o-transition: max-width, 0.1s linear;
    transition: max-width, 0.1s linear;
}
.ellipsisOverflow{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow:ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
#rightCol{
	width: auto;
	height: 100%;
	background-color:#e3edff;
	/* position:absolute;
	left: 205px;
	top: 0px;
	bottom:0px;
	right:0px; */
	overflow:auto;
	z-index:1;
	padding-left: 36px;
}
/* jan 15 edit */
#rightCol {
	flex: calc(100% - 241px);
	position: relative;
}
#wholeCol{
	width: auto;
	height: auto;
	background-color:#e3edff;
	position:absolute;
	left: 0px;
	top: 0px;
	bottom:0px;
	right:0px;
	overflow:auto;
	z-index:1;
	padding-left: 36px;
}
.titleStrip{
	float:left;
	height: 100px;
	width: 100%;	
}
h1{
	color:#4b6eff;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 36px;
	font-weight:bold;
	display:inline-block;
	margin-right: 30px;
}
tr > td {
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
}
a.menuItem{
	display:block;
	width: 183px;
	height: 50px;
	background-color: #4b9dff;	
	padding-left: 21px;
	line-height:50px;
	cursor: pointer;
	margin-bottom:1px;
	color:#fff;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
a.menuItem:hover{
	background-color:#ff654b;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
a.menuItemActive{
	display:block;
	width: 183px;
	height: 50px;
	background: #ff654b url(/assets/images/menu-arrow.png) right no-repeat;	
	padding-left: 21px;
	line-height:50px;
	cursor: pointer;
	margin-bottom:1px;
	color:#fff;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}
#userCred{
	width: 183px;	
	padding-left: 21px;
	height:56px;
	line-height:56px;
	color:#fff;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
a.logout{
	display:block;
	width: 183px;	
	padding-left: 21px;
	color:#fff;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;	
}
a.logout:hover{
	text-decoration: underline;	
}
.newButton{
	/*width: 98px;*/
	height: 46px;
	line-height:46px;
	color: #fff;
	padding: 0px 20px 0px 45px;
	background: #ff654b url(/assets/images/button-new.png) left no-repeat;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	cursor:pointer;
	display: inline-block;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.newButton:hover {
    background-color: #4b9dff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.toolbarButton{
	float: right;
	width: 110px;
	height: 46px;
	line-height:46px;
	color: #fff;
	padding: 0px 16px 0px 16px;
	margin: 4px 20px 0px 0px;
	background: #ff654b;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	cursor:pointer;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.newButtonExpense{
	float: right;
	width: 30px;
	height: 46px;
	line-height:46px;
	color: #fff;
	padding: 0px 20px 0px 45px;
	margin: 4px 20px 0px 0px;
	background: #ff654b url(/assets/images/button-new.png) left no-repeat;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	cursor:pointer;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.newButtonExpense:hover {
    background-color: #4b9dff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.newButtonComment{
	float: left;
    clear:both;
	width: 70px;
	height: 46px;
	line-height:46px;
	color: #fff;
	padding: 0px 20px 0px 45px;
	margin: 4px 20px 0px 0px;
	background: #ff654b url(/assets/images/button-new.png) left no-repeat;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	cursor:pointer;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.newButtonComment:hover {
    background-color: #4b9dff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.manageTasks{
	height: 46px;
	line-height:46px;
	color: #fff;
	padding: 0px 20px 0px 45px;
	background: #ff654b url(/assets/images/manage-tasks-icon.png) left no-repeat;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	cursor:pointer;
	display: inline-block;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.manageTasks:hover {
    background-color: #4b9dff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
#successBanner{
	width: auto;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background-color: #00e75f;
	line-height:50px;
	text-align:center;
	z-index:2;
	color: #fff;	
}
#successMessage{
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	display:inline-block;
	padding-left: 39px;
	background: transparent url(/assets/images/success-check.png) left no-repeat;	
}
#errorBanner{
	width: auto;
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background-color: #ff654b;
	line-height:50px;
	text-align:center;
	z-index:2;
	color: #fff;	
}
#errorMessage{
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	display:inline-block;
	padding-left: 39px;
	background: transparent url(/assets/images/error-check.png) left no-repeat;	
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
	bottom:0px;
	width: auto;
	height: auto;
	z-index:1001;
	background-color: black;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
.white_content {
	display: none;
	position:fixed;
	left:50%;
	top: 50%;
	width: 450px;
	height: 420px;
	margin: -210px 0px 0px -225px;
	background-color: #fff;
	z-index:1002;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
}
#availability_filter {
	display: none;
	position:absolute;
	left:50%;
	top: 10px;
	width: 750px;
	bottom: 10px;
	margin-left: -375px;
	background-color: #fff;
	z-index:1002;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
}
#availability_frame {
	width: 100%;
    border: 0;
    outline:0;
    margin:0;
    padding:0;
}
.white_content_wide {
	display: none;
	position:absolute;
	left:50%;
	top: 50%;
	width: 860px;
	height: 550px;
	margin: -275px 0px 0px -430px;
	background-color: #fff;
	z-index:1002;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
}
.lbHeader{
	background-color: #4b6eff;
	height: 55px;
	width: 450px;	
}
.lbHeading{
	float:left;
	height: 55px;
	width: 251px;
	line-height: 55px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	padding-left: 23px;
	color: #fff;
}
.lbHeaderWide{
	background-color: #4b6eff;
	height: 55px;
	width: 860px;	
}
.lbHeadingWide{
	float:left;
	height: 55px;
	width: 540px;
	line-height: 55px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	padding-left: 23px;
	color: #fff;
}
.saveButton{
	float:left;
	width: 78px;
	height: 45px;
	line-height: 45px;
	text-align: center;	
	cursor: pointer;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	margin: 5px 5px 0px 0px;
	background-color: #fe654b;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.saveButton:hover{
	background-color: #4b9dff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.cancelButton{
	float:left;
	width: 88px;
	height: 45px;
	line-height: 45px;
	text-align: center;	
	cursor: pointer;
	color: #fff;
	margin: 5px 5px 0px 0px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	font-size: 18px;
	font-weight:bold;
	background-color: #4b9dff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.cancelButton:hover{
	background-color: #fe654b;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
td.lbrow{
	height:39px;
	padding-top: 17px;
	border:0;
	overflow:hidden;	
}
td.lbrowWide{
	height:39px;
	padding-top: 17px;
	border:0;
	overflow:hidden;
	color:#444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	padding-left: 23px;
}
table.lbtable{
	border-collapse:collapse;
	border-spacing:0px;	
	border: 0;
}
.lbfield{
	width:279px;
	height:39px;
	border:0;
	outline:0;
	color:#444;
	background-color: #e3edff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height:39px;
	display: inline-block;
	padding: 0px 0px 0px 15px;
}
.lbfieldSmall{
	width:20px;
	height:27px;
	border:0;
	outline:0;
	color:#444;
	background-color: #e3edff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height:27px;
	display: inline-block;
	padding: 0;
    text-align: center;
}
.lbfieldName{
	width:160px;
	height:27px;
	border:0;
	outline:0;
	color:#444;
	background-color: #e3edff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height:27px;
	display: inline-block;
	padding: 0;
    font-weight: bold;
}
.dayRange{
    width: 100px;
    float:left;
    color:#fff;
    font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-top:13px;
    font-size: 14px;
}
/*.dayRangeSub{
    width: 180px;
    float:left;
    color:#000;
    font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}*/
.lbdatefield{
	width:120px;
	height:39px;
	border:0;
	outline:0;
	color:#444;
	background-color: #e3edff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height:39px;
	display: inline-block;
	padding: 0px 0px 0px 15px;
}
.lbdate{
	cursor:pointer;
	margin: 0px 0px -7px 17px;
}
.lblabel{
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	width:114px;
	height:39px;
	margin: 0px 0px 0px 23px;
	line-height:39px;
	display: inline-block;
}
.wideLabel.lblabel{
	width: 170px;
}
.lblabelSpan{
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	height:39px;
	padding: 0px 0px 0px 23px;
	display: inline-block;
}
.lbstyled-select select {
   background: transparent;
   /*width: 279px;*/
   width: 314px;
   padding: 0px 0px 0px 15px;
   font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
   line-height: 39px;
   border:0;
   border-radius: 0;
   height:39px;
   -webkit-appearance: none;
   color: #444;
   outline:0;
   border: 0;
   margin: 0;
}
.lbstyled-select {
   width: 294px;
   height: 39px;
   overflow: hidden;
   background: url(/assets/images/lbstyled-select.png) no-repeat;
   border: 0;
   cursor:pointer;
   display: inline-block;
   padding:0;
   border:0;
}
.dbpanel{
	float:left;
	width: 450px;	
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	margin: 0px 36px 36px 0px;
}
.dbHeader{
	width: 450px;
	height: 55px;	
	background-color: #4b6eff;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e0e0e0;
}
.dbHeading{
	width: 380px;
	height: 55px;
	line-height: 55px;
	padding-left: 20px;
	display:inline-block;
	color: #fff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;	
}
.dbOptions{
	margin-bottom:-5px;
	cursor:pointer;	
}
.dbCard{
	width: 430px;
	padding: 20px 0px 20px 20px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e0e0e0;
	background-color:#fff;
}
.dbTitle{
	width:385px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #4b6eff;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.dbDetail{
	width: 110px;
	padding: 15px 15px 0px 0px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	color: #444;
	line-height:150%;
	display: inline-block;
}
.dbDetailBold{
	font-size: 18px;
	font-weight:bold;
}
.completeIcon{
	display:inline-block;
	cursor: pointer;
	height: 20px;
	width: 23px;
	background: transparent url(/assets/images/complete-icon.png) no-repeat;
	background-position: 0px -20px;	
}
.completeIcon:hover{
	background-position: 0px 0px;	
}
.dbOptionsMenu{
	position: absolute;
	width: 282px;
	display:none;
	background-color: #4b9dff;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	z-index:5;
}
.dbOptionActive{
	padding: 17px;
	width: 248px;
	line-height:100%;
	color: #fff;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	cursor: pointer;
}
.dbOptionDisabled{
	padding: 17px;
	width: 248px;
	line-height:100%;
	color: #b9d2fa;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
.optPanel{
	float:left;
	width: 327px;	
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	margin: 0px 36px 36px 0px;
}
.titleButton{
	display: inline-block;
	float: none; /*right*/
	padding: 0px 20px;
	margin: 25px;
}
.inlinePanel{
	display:inline-block;
	width: 327px;	
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	margin: 36px 36px 36px 0px;
}
.invoice-status-pastdue{
	background-color: #fcc !important;
	border-bottom-color:#ebb !important;
}
.invoice-status-open{
	background-color: #cfc !important;
	border-bottom-color: #beb !important;
}
.invoice-status-closed{
	background-color: #ddd !important;
	border-bottom-color: #ccc !important;
}
.optHeader{
	width: 327px;
	height: 55px;	
	background-color: #4b6eff;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e0e0e0;
}
.optHeading{
	width: 307px;
	height: 55px;
	line-height: 55px;
	padding-left: 20px;
	display:inline-block;
	color: #fff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;	
}
.payment-row{
	background-color: #eee;
}
.payment-row td{
	font-weight: normal;
	padding: 0px 10px !important;
	height: 24px !important;
}
.project-color-bar{
	border: 1px solid #ccc;
	border-radius: 0px 5px 5px 0px;
	margin-bottom: 5px;
}
.bar-amount{
	height: 32px;
	line-height: 32px;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
}
.inner-bar{
	float:right;
	overflow: hidden;
	background-color: rgba(255,255,255,0.4);
	padding:0px;
}
.projectRevenue{
	width:480px;
	float: left;
	margin-top: 15px;
}
.projectRevDetail{
	float: left;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	width:80px;
	text-align: right;
	height: 32px;
	line-height: 32px;
	margin-top: 15px;
}
.project-income > .bar-amount{
	background-color: #af0;
}
.project-cost > .bar-amount{
	background-color: #fa0;
}
.styledCard{
	height:25px;
	width: 304px;	
	padding: 15px 0px 15px 23px;
	color:#444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e0e0e0;
	background-color: #fff;
}
select.styled{
	border:0;
	outline:0;
	background-color:#fff;
	width:100%;	
}
option.styled{
	height:25px;
	width: 257px;	
	padding: 15px 0px 15px 50px;
	color:#444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e0e0e0;
	background: transparent url(/assets/images/incomplete-icon-option.png) no-repeat left;
	outline:0;
}
option.styled:checked{
	background: transparent url(/assets/images/complete-icon-option.png) no-repeat left;
	outline:0;
}
.styledSelect{
    height:55px;
	min-width: 257px;	
	padding-left: 50px;
	color:#444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e0e0e0;
	background: #fff url(/assets/images/incomplete-icon-option.png) no-repeat left;
	outline:0;
    white-space:nowrap;
    line-height: 55px;
    overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.styledSelectChecked{
    height:55px;
	min-width: 257px;	
	padding-left: 50px;
	color:#fff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e0e0e0;
    background: #4b9dff url(/assets/images/complete-icon-option.png) no-repeat left;
    line-height: 55px;
    white-space:nowrap;
    overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.floatingButton{
	float:left;
	width: 327px;
    margin-bottom: 36px;
}
.widePanel{
	clear:left;
	float:left;
	width: 689px;	
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	margin: 0px 36px 36px 0px;
	background-color: #fff;
}
.wideHeader{
	width: 689px;
	height: 55px;	
	background-color: #4b6eff;
}
.wideHeading{
	float:left;
	width: 300px;
	height: 55px;
	line-height: 55px;
	padding-left: 20px;
	color: #fff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;	
}
.wideHeadingCell{
	float:right;
	width: 100px;
	color: #fff;
	height: 55px;
	line-height: 55px;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.wideCard{
	height: 55px;
	width: 689px;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	border-color: #e0e0e0;
}
.wideWrapper{
	overflow:auto;
	width:689px;
	/*not sure if shading is really possible per mocks without inhibitive overlays*/
	/*box-shadow:  0px 100px 50px -40px #ffffff inset,
        0px -100px 50px -40px #ffffff inset,
        -5px 0px 10px -5px rgba(0,0,0,0.5) inset,
        5px 0px 10px -5px rgba(0,0,0,0.5) inset;*/	
}
.colourCircle{
	float:left;
	height: 18px;
	width: 18px;
	margin: 18px 16px 19px 16px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-size: 2px;
	overflow:hidden;
}
.possibleCircle{
	float:left;
	height: 18px;
	width: 18px;
	margin: 15px 13px 16px 13px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 3px #000 dashed;
	background-color: #fff;
	font-size: 2px;
	overflow:hidden;
}
.rightCell{
	float:right;
}
.boldCell{
	font-weight:bold;
}
.datelistCard{
	position: sticky;
	top: -1px;
	height:32px;
	background-color: #fff;
	--box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
.timebarsCell{
	display:flex;
	flex-direction: column;
}
.timebar{
	height:22px;
	background:transparent url(/assets/images/taskbg.gif) repeat-x;
	background-position: 0px 0px;
}
.timebar.non_billable span{
	font-style: italic;
	color: #444;
}
.timebarDates{
	float:left;
	padding-top:1px;
}
.timebarSection{
	margin: 2px 0px 2px 0px;
	height:20px;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	text-overflow: ellipsis;
	overflow: hidden;
}
.timebarSection.clickable{
	cursor:pointer;
}
.timebarSection > span{
	line-height: 20px;
	padding-left: 8px;
}
.timelineCard{
	width: 100%;
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	border-color: #e0e0e0;
	float:left;
}
.timelinePanel{
	clear:left;
	float:left;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	margin: 0px 36px 36px 0px;
	background-color: #fff;
}
.timelineHeader {
    height: 55px;
    background-color: #4b6eff;
}
.smallCircle{
	float:left;
	height: 18px;
	width: 18px;
	margin: 14px 16px 10px 16px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-size: 2px;
	overflow:hidden;
}
.smallCell{
	font-size: 9px !important;
    line-height: 10px !important;
	padding: 4px 0px;
	height:20px !important;
}
.shortCell{
	width: 50px;
	float:left;	
	height: 45px;
	line-height:45px;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	color: #444;
	text-align: center;
}
.shortName{
	width: 175px;
	float:left;
	height: 45px;
	line-height:45px;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	color: #444;
}
.wideName{
	width: 435px;
	float:left;
	height: 55px;
	line-height:55px;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #444;
}
.wideCell{
	width: 100px;
	float:right;	
	height: 55px;
	line-height:55px;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #444;
}
.dateCell{
	float:left;
	width:98px;
	border-width:0px 1px 0px 1px;
	border-color:#fff;
	border-style:solid;
	height:30px;
	line-height: 30px;
	text-align:center;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	background-color: #4b9dff;
}
#loginBox{
	position: absolute;
	width: 396px;
	height: 346px;
	top: 50%;
	left: 50%;
	margin: -203px 0px 0px -198px;
	background: transparent url(/assets/images/front-logo.png) top no-repeat;
	padding-top: 60px;
	text-align:center;
}
#loginGroup{
	height:274px;
	width:396px;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	margin-bottom: 16px;
}
#loginHeader{
	background-color: #4b6eff;
	width: 396px;
	height: 55px;
	line-height: 55px;	
	color: #fff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 28px;
	font-weight:bold;	
}
#loginDetails{
	background-color: #fff;
	width: 396px;
	height: 219px;
	color: #444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	line-height: 250%;
}
input.submitButton{
	display:inline-block;
	width: 78px;
	height: 45px;
	line-height: 45px;
	text-align: center;	
	cursor: pointer;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	margin: 5px 5px 0px 0px;
	outline:0;
	border:0;
	padding:0;
	background-color: #fe654b;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
input.submitButton:hover{
	background-color: #4b9dff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.tablePanel{
	width: 940px;	
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	margin: 0px 36px 36px 0px;
	background-color: #fff;
	float:left;
	position: relative;
}
.tableHeader{
	width: 940px;
	height: 55px;
	background-color: #4b9dff;
}
.tableHeading{
	height: 55px;
	width: 880px;
	line-height: 55px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #fff;
	padding-left: 20px;
	display: inline-block;
}
.tablestyled-select select {
   background: transparent;
   width: 97px;
   padding: 0px 0px 0px 20px;
   font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
   /*line-height: 39px;*/
   border:0;
   border-radius: 0;
   /*height:39px;*/
   -webkit-appearance: none;
   color: #444;
   outline:0;
   border: 0;
   margin: 0;
}
.tablestyled-select {
   width: 77px;
   height: 39px;
   line-height: 39px;
   overflow: hidden;
   background: url(/assets/images/row-select.png) no-repeat;
   border: 0;
   cursor:pointer;
   float:right;
   padding:0;
   border:0;
   margin: 8px 20px 0px 0px;
}
.rowLabel{
	float:right;
	height: 55px;
	padding:0;
	line-height:55px;	
	margin-right: 10px;
}
a.tableLink{
	color: #444;	
}
a.tableLinkBlue{
	color: #4b6eff;	
}
.projectPanel{
	float: left;
	width: 780px;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	background-color: #fff;	
	clear: left;
	margin-bottom: 10px;
}
.projectHeader{
	width: 780px;
	height: 55px;	
	background-color: #4b6eff;
}
.projectHeaderLight{
	width: 780px;
	height: 55px;
	background-color: #4b9dff;	
}
.projectHeading{
	float:left;
	width: 582px;
	height: 55px;
	line-height:55px;
	padding-left: 20px;	
	color: #fff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
}
.projectHeadingLight{
	float:left;
	width: 522px;
	height: 55px;
	line-height:55px;
	padding-left: 20px;	
	color: #fff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
.projectInfo{
	width: 780px;	
}
.projectInfoLeft{
	float: left;
	width: 357px;
	padding-left: 20px;
}
.projectLeftLabel{
	float:left;
	width: 147px;	
	height: 39px;
	line-height: 39px;
	margin-top: 15px;
	color: #444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
}
.projectLeftValue{
	float: left;
	width: 210px;
	height: 39px;
	margin-top: 15px;	
	color: #444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 39px;
}
.project-left-select select {
   background: transparent;
   width: 230px;
   padding: 0px 0px 0px 15px;
   font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
   line-height: 39px;
   border:0;
   border-radius: 0;
   height:39px;
   -webkit-appearance: none;
   color: #444;
   outline:0;
   border: 0;
   margin: 0;
}
.project-left-select {
   width: 210px;
   height: 39px;
   overflow: hidden;
   background: url(/assets/images/proj-left-select.png) no-repeat;
   border: 0;
   cursor:pointer;
   display: inline-block;
   padding:0;
   border:0;
}
.projectInfoRight{
	float: right;
	width: 322px;	
	padding: 0px 32px 15px 0px;
}
.projectRightLabel{
	float:left;
	width: 180px;	
	height: 39px;
	line-height: 39px;
	margin-top: 15px;
	color: #444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
}
.projectRightValue{
	width: 122px;
	padding-left: 20px;
	float: left;
	height: 39px;
	margin-top: 15px;	
	color: #444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 39px;
}
.projectRightValue.selector{
	width: 200px;
}
.projectInfoRight .projectRightValue{
	width: 182px;
}
#projectForm .project-right-select{
	width: 200px;
	background: url('/assets/images/proj-left-select.png') no-repeat;
}
.projectRightLabel.shortLabel{
	width:100px;
}
.projectRightValueDollar{
	width: 122px;
	padding-left: 20px;
	float: left;
	height: 39px;
	margin-top: 15px;	
	color: #444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 39px;
	background: transparent url(/assets/images/dollar-sign.png) left no-repeat;
}
.project-right-select select {
   background: transparent;
   width: 152px;
   padding: 0px 0px 0px 15px;
   font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
   line-height: 39px;
   border:0;
   border-radius: 0;
   height:39px;
   -webkit-appearance: none;
   color: #444;
   outline:0;
   border: 0;
   margin: 0;
}
.project-right-select {
   width: 280px;
   height: 39px;
   overflow: hidden;
   background: url(/assets/images/proj-right-select.png) no-repeat;
   border: 0;
   cursor:pointer;
   display: inline-block;
   padding:0;
   border:0;
}
.projectCollapse{
	float: right; 
	width: 26px;
	height: 26px;
	cursor: pointer;
	margin: 15px 20px 0px 0px;
	background: transparent url(/assets/images/expand-collapse-icon.png) no-repeat;	
}
.projectExpand{
	float: right; 
	width: 26px;
	height: 26px;
	cursor: pointer;
	margin: 15px 20px 0px 0px;
	background: transparent url(/assets/images/expand-collapse-icon.png) no-repeat;	
	background-position: 0px -26px;
}
.projectCard{
	width: 740px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 15px 20px 15px 20px;	
	color: #444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
.projectCardActive{
	width: 740px;
	height: 86px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 15px 20px 15px 20px;	
	color: #444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
.projectSummary{
	width: 740px;	
	height: 24px;
}
.projectDetail{
	width: 740px;
	margin-top: 15px;
	height: 50px;	
}
.projectCategoryTitle{
	float: left;
	width: 623px;
	height: 24px;
	line-height:24px;
	font-weight:bold;
}
.projectDetails{
	float: left; 
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 1px 20px 0px 0px;
	background: transparent url(/assets/images/show-hide-details.png) no-repeat;	
	background-position: 0px -22px;
}
.projectDetails:hover{
	background-position: 0px 0px;
}
.projectDetailsActive{
	float: left; 
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 1px 20px 0px 0px;
	background: transparent url(/assets/images/show-hide-details.png) no-repeat;
}
.projectOffHold{
	float: left; 
	width: 23px;
	height: 21px;
	cursor: pointer;
	margin: 2px 20px 0px 0px;
	background: transparent url(/assets/images/on-off-hold.png) no-repeat;
}
.projectOffHold:hover{
	background-position: 0px -21px;
}
.projectOnHold{
	float: left; 
	width: 23px;
	height: 21px;
	cursor: pointer;
	margin: 2px 20px 0px 0px;
	background: transparent url(/assets/images/on-off-hold.png) no-repeat;	
	background-position: 0px -21px;
}
.projectIncomplete{
	float: left;
	cursor: pointer;
	height: 20px;
	width: 23px;
	margin-top: 2px;
	background: transparent url(/assets/images/complete-icon.png) no-repeat;
	background-position: 0px -20px;		
}
.projectIncomplete:hover{
	background-position: 0px 0px;
}
.editIcon{
	float: left;
	cursor: pointer;
	height: 24px;
	width: 24px;
	margin: 0px 20px 0px 0px;
	background: transparent url(/assets/images/edit-icon.png) no-repeat;
	background-position: 0px -24px;
}
.editIcon:hover{
	background-position: 0px 0px;
}
.deleteIcon{
	float: left;
	cursor: pointer;
	height: 18px;
	width: 14px;
	margin-top: 3px;
	background: transparent url(/assets/images/delete-icon.png) no-repeat;
	background-position: 0px -18px;
}
.deleteIcon:hover{
	background-position: 0px 0px;
}
.activeIcon{
	float: left;
	cursor: pointer;
	height: 19px;
	width: 18px;
	margin-top: 3px;
	background: transparent url(/assets/images/active.png) no-repeat;
	background-position: 0px 0px;
}
.activeIcon:hover{
	background-position: 0px -19px;
}
.inactiveIcon{
	float: left;
	cursor: pointer;
	height: 19px;
	width: 18px;
	margin-top: 3px;
	background: transparent url(/assets/images/active.png) no-repeat;
	background-position: 0px -19px;
}
.inactiveIcon:hover{
	background-position: 0px 0px;
}
.deleteIconRight{
	float: right;
	cursor: pointer;
	height: 18px;
	width: 14px;
	margin-top: 3px;
	background: transparent url(/assets/images/delete-icon.png) no-repeat;
	background-position: 0px -18px;
    margin:20px 15px 0px 0px;
}
.deleteIconRight:hover{
	background-position: 0px 0px;
}
.deleteIconInline{
	display: inline-block;
	cursor: pointer;
	height: 18px;
	width: 14px;
	background: transparent url(/assets/images/delete-icon.png) no-repeat;
	background-position: 0px -18px;
    margin: 3px 0px 0px 5px;
}
.deleteIconInline:hover{
	background-position: 0px 0px;
}
.projectComplete{
	float: left;
	cursor: pointer;
	height: 20px;
	width: 23px;
	margin-top: 2px;
	background: transparent url(/assets/images/complete-icon.png) no-repeat;	
}
.narrowDetail{
	float: left;
	width: 90px;
	line-height: 120%;	
}
.wideDetail{
	float:left;
	width: 117px;	
	line-height: 120%;
}
.contactDetail{
	float:left;
	width: 148px;	
	line-height: 120%;
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.detailLabel{
	font-weight: normal;
	font-size:14px;	
}
.no{
	display:none;	
}
#sessionSuccess{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 49px;
	background-color: #00e75f;
	font-size: 0px;
	text-align:center;
	z-index: 10;
	line-height: 49px;
	color: #fff;	
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
.wideColumn{
	float:left;
	width: 412px;
	margin-left: 23px;	
	color: #444;
}
.wideRowLabel{
	float:left;
	width: 116px;
	height: 39px;
	line-height: 39px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	margin-top: 17px;
}
.wideRowValue{
	float: left;
	width: 294px;
	height: 39px;
	font-size:0px;	
	margin-top: 17px;
}
.wideRowValueText{
	float: left;
	width: 294px;
	height: 39px;
	line-height:39px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin-top: 17px;
}
.wideRowExtra{
	float: left;
	width: 410px;
	height: 39px;
	line-height:39px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	margin-top: 17px;	
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:28px;
    height:28px;
    vertical-align:middle;
    background:url(/assets/images/check-box.png) top no-repeat;
	background-position: 0px 0px;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
	background-position: 0px -28px;
}
.narrowColumn{
	float:left;
	width: 390px;
	margin-left: 35px;
	color: #444;
	height: 495px;
	overflow: auto;	
}
.narrowLabel{
	float: left;
	width: 368px;
	height: 39px;
	line-height:39px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	margin-top: 17px;
}
.narrowRowValue{
	float: left;
	width: 240px;
	height: 39px;
	font-size:0px;	
	margin-top: 17px;
}
.narrowTextArea{
	display: block;
	float: left;
	width: 338px;
	height: 180px;
	padding: 15px;
	border: 0;
	outline: 0;
	background-color: #e3edff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height:120%;
	color: #444;
}
.fileBox{
	float: left;
	width: 353px;
	height: 42px;	
	line-height: 42px;
	padding-left: 15px;
	margin-bottom:5px;
	color: #fff;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-style:italic;
	background-color:#4b9dff;
}
input[type="file"] + label span{
	float:left;
	width: 116px;
	height: 45px;
	display:block;
	line-height: 45px;
	text-align: center;	
	cursor: pointer;
	color: #fff;
	margin: 5px 5px 0px 0px;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	font-size: 18px;
	font-weight:bold;
	background-color: #4b9dff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
input[type="file"] + label span:hover{
	background-color: #fe654b;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
table.timeSheetReportTable{
	float:left;
	/*width: 914px;*/
	width: 97%;
	/*max-width: 1100px;*/
	clear: left;
	margin: 36px 0px 36px 0px;
	border-collapse:collapse;
	border:0;	
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
}
th.tableHeadCell{
	border: 0;
	background-color: #4b6eff;	
	color: #fff;
	text-align: left;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding: 10px;
}
td.tableBodyCell{
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	border-color: #e0e0e0;
	background-color: #fff;
	color: #444;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-align:left;
	padding: 10px;
}
td.tableSubTotal{
	border: 0;
	background-color: #4b9dff;	
	color: #fff;
	text-align: center;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	height: 55px;
}
td.tableTotal{
	border: 0;
	background-color: #4b6eff;	
	color: #fff;
	text-align: center;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	height: 55px;
}
#widePanel{
	float:left;
	width:873px;
	height:98px;
	box-shadow: 0px 1px 20px 0px rgba(75, 110, 255, 0.4);
	background-color: #fff;
	margin-right:20px;
}
.wpLabel{
	height: 88px;
	width: 58px;
	float:left;
	font-family: 'Source Sans Pro',"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #444;
	margin-left: 24px;
	line-height:98px;
}
.generateExcelBtn {
    width: 200px;
	margin-bottom: 30px;
	opacity: 1;
}

.projectTableBtn {
    position: absolute;
    right: 50%;
    bottom: 0;
    margin-bottom: 5px;
}
.generateExcelBtn.inactive {
	opacity: 0;
}
.inputContainer {
    background-color: #4b6eff;
    height: 56px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}
#autocomplete-input, .autocomplete-field {
    width: 279px;
    height: 28px;
    font-size: 14px;
    padding-left: 8px;
    border: none;
    border-radius: 2px;
}
#nav-display-toggle {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 192px;
	top: 31px;
    width: 22px;
    border: 3px solid #fff;
    height: 22px;
    background-color: #4b9dff;
    border-radius: 100%;
    cursor: pointer;
	z-index: 4;
	opacity: 0.9;
	-webkit-transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s, background-color 200ms linear, left 200ms linear;
    -moz-transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s, background-color 200ms linear, left 200ms linear;
    -o-transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s, background-color 200ms linear, left 200ms linear;
    -ms-transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s, background-color 200ms linear, left 200ms linear;
    transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s, background-color 200ms linear, left 200ms linear;
}
#leftCol:hover + #nav-display-toggle, #nav-display-toggle:hover, #leftCol.closedNav + #nav-display-toggle {
	opacity: 1;
	-webkit-transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s,  left 200ms linear;
    -moz-transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s,  left 200ms linear;
    -o-transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s,  left 200ms linear;
    -ms-transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s,  left 200ms linear;
    transition: opacity 200ms cubic-bezier(0.2, 0, 0, 1) 0s,  left 200ms linear;
}

#nav-display-toggle:hover {
	background-color: #ff654b;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

#arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
	padding: 3px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-webkit-transition: -webkit-transform 300ms ease-in-out;
    -ms-transition: -ms-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out; 
}

#leftCol.closedNav + #nav-display-toggle > #arrow {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
	margin-right: 1px;
	-webkit-transition: -webkit-transform 300ms ease-in-out;
    -ms-transition: -ms-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out; 
}
#leftCol.closedNav + #nav-display-toggle {
	left: 15px;
}

.titleStrip.withSearchBox {
    min-height: 240px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;	
}

.titleStrip.withSearchBox > h1 {
	flex: 100%;
}

.titleStrip.withSearchBox > .inlinePanel {
	margin-top: 0;
}


.optPanel.widePanel{
	width: 450px;
}

.optPanel.widePanel > .optHeader{
	width: 100%;
}

.optPanel.widePanel .optHeading{
	width: 100%;
}

.optPanel2{
	background-color: #4b6eff;
	color:#fff;
}

.optOptions{
	padding: 0px 0px;
    background-color: #4b6eff;
    color: #fff;
    margin-top: -2px;
}