/*
  webreports.css

  Special css for the webreport (shared report)
*/

.webreports .navbar {
	left: 0 !important;
	width: 100% !important;
}

.webreports .fixed-width-container {
    height: 70px;
    position: relative;
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.webreports .hours-logo {
	margin-top: 4px;
	margin-bottom: 0px;
	width: 70px;
	height: auto;
}

.webreports .reports-content {
	/*text-align: center;*/
}

.webreports .daily-overview {
	padding-top: 30px;
}

.webreports .download-icon {
	margin-left: 0px;
	margin-right: 0px;
	height: 40px;
    margin-top:-20px;
}

.webreports-download-icons {
	margin-left: 0px;
    text-align: center;
}

.webreports #csv {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.csv-button-text {
    color: #76A344;
    font-weight: bold;
    margin-top: 7px;
    display: block;
    text-align: center;
}


.webreports .reports-box {
	margin-bottom: 40px;
}



/* Top share links section */
.webreports .shareUrl {
	float: left;
    width: 550px;
    background-color: #c3e2f9;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
    margin-top: -1px;
    padding: 12px;
    color: #000;
    text-align: left;
}

.webreports #copyUrl {
  float:left;
  width:70px;
  background-color:#1362AB;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: -1px;
  padding: 12px;
  color:#fff;
}

#shareUrlMessage {
  float:left;
  color:#fff;
    margin-top: 12px;
  margin-left:10px;
}

#hideHoursAds {
  float:right;
  color:#fff;
  margin-top:11px;
}

#hideCheckbox {
  float:left;
  border:1px solid #ffffff;
  height:20px;
  width: 20px;
  border-radius: 3px;
}

#hideText {
  float:left;
  margin-left:5px;
}

#unShareReport {
	float:left;
	margin-left: 20px;
	border: 1px solid #ffffff;
	background-color: transparent;
	border-radius: 6px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:-5px;
  
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#unShareReport:hover {
	background-color: rgba(255, 255, 255, 0.25);
	border: 1px solid #ffffff;
}

/* Center report title section */
#webReportHeader {
  width:100%;
  height:100px;
  border-bottom:1px solid #efefef;
  background-color:#fcfcfc;
  padding-left:0px;
  padding-top:10px;
}

.webReportCenter {
	width: 1100px;
	margin: 0 auto;
}

.webReportPerson {
  font-size:1.4em;
}

#person-with-team {
	padding-top: 12px;
    text-align: left;
}

.no-team {
    margin-top:13px;
}

#person-no-team {
	padding-top: 26px;
}

.no-right-padding {
    padding-right:0px;
}

.no-left-padding {
    padding-left:0px;
}

.webReportTeam {
  float:left;
  font-size:.7em;
  color:#919191;
  margin-top:3px;
}

#webReportLogo {
  margin-right:60px;
  margin-top:15px;
}

#webReportRight {
  float:right;
}

.webReportPerson.dateRange {
  margin-right:0px;
  margin-top: 12px;
}

/* footer section */
.report-footer {
    text-align:center;
}

#webReportCollectTime {
	padding: 10px;
	border: 1px solid #efefef;
	background-color: transparent;
	width: 45%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 6px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#webReportCollectTime:hover {
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #efefef;
}

#webReportCollectTime > img {
  width:30px;
  height:30px;
  margin-right:15px;
  margin-left:5px;
}

#webReportYourTeam {
  font-size:.9em;
  color:#888;
  margin-top:8px;
  margin-bottom:50px;
}
