/* --------------------------------

Header Adjustment

-------------------------------- */

.reports-header-content {
	/** fixed-content was blocking tabs from being clickable */
	height: 0px;
}

.header-top-section {
	padding:0px;
	margin-top:9px;
}

.reports-header-tabs {
/* 	margin-top:40px; */
	width:100%;
}

.reports-header-tabs .tabs {
	/*width:150px;*/

}

.tabs {
	margin-top: 15px;
}

.tab-right + .day-content {
  display: block;
}

.navbar {
	height: 116px;
}

.navbar-extra {

}

.navbar-extra li {
	display: inline-block;
}

.navbar-extra li #date{
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}

.navbar-extra #date:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.navbar-extra #date.active {
/* 	background-color: #9C28B1; */
	background-color: rgba(255, 255, 255, 0.25);
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: none;
}

.period-picker-button {
	margin-top:3px;
}

.cycle-buttons {
	margin-top:10px;
	vertical-align: center;
}

.cycle-title {
	color:#fff;
}

.cycle-button {
	background:none;
	border:none;
	width:13px;
	margin-right:5px;
	margin-left:5px;
/* 	position:absolute; */

}

.team-picker-reports {
	/*margin-top: -26px !important;*/
	margin-top: -42px !important;

}

/*
.cycle-button-left {
	margin-left:-30px;
}

.cycle-button-right {
	margin-right:-30px;
}
*/

/* --------------------------------

Grouping menu

-------------------------------- */

.dropdown-menu {
	padding: 10px 0px;
}

.dropdown-toggle:active {
	background-color:transparent !important;
	border:none !important;
}

.grouping-menu {
	width: 194px !important;
}
.grouping-menu li {
	color: gray;
}
.grouping-menu .selected {
	color: #1A91FF;
}
.grouping-title {
	padding-left: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dropdown-section {
	padding-left: 0px;
}


/* --------------------------------

Reports Content

-------------------------------- */

.reports-screen .container-fluid {
	padding-left:30px;
	padding-right:30px;
}


.reports-container .day-content {
  position: absolute;
  margin: 0;
}

.reports-content {
	/*width:1100px;*/
	margin-left:30px;
	margin-right:30px;
	padding:0px;
	text-align:left;
/* 	margin-left: 20px auto; */
}

.report-data {
	text-align:center;
}

.daily-overview {
  	padding-top: 40px;
  	padding-bottom: 10px;
  	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 20px;
}

.daily-overview-line {
	border-top: 1px solid #e4e4e4;
	margin: 0 auto;
  	width: 100%;
}

.overall-cell {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.overall-progress-bar {
	margin-top: 8px;
}

.reports-box {
	width: 100%;
	border: 1px solid #ECECEC;
	margin-top: -20px;
	margin-left: 0px;

	background-color: #ffffff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.reports-box .cell-header-bar {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 0px;
}

.panel-body {
	padding: 0;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

.reports-page .panel-title {
	height:auto;
}

.reports-page .cell-header-text {
	font-size: 14px;
  color: #000;
}

.cell {
	margin-left: 0px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.cell .total-column {
	padding-left:10px;
	padding-right:10px;
}

.total-hours {
	font-size: 40px;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 26px;
}

.split-toggle {
	margin-right: 30px;
/* 	height:40px; */
}

.split-toggle-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;

  width: 120px;
  border: 1px solid #E4E4E4;
}

.split-toggle-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;

  width: 120px;
  border: 1px solid #E4E4E4;
}

.reports-datepicker{
	width: 100px;
}

.reports-page .dropdown-menu a {
	display:block;
	color:#000;
	padding-left:17px;
	padding-right: 17px;
	height:100%;
	padding-top: 6px;
	padding-bottom:6px;

}

.reports-page .dropdown-menu a:hover {
	background-color: #f5f5f5;
}

.reports-page a.dropdown-gray-text {
	color: gray !important;
	text-transform: uppercase;
}

.reports-page .dropdown-menu li {
}

.period-dropdown-menu {
	padding:0px;
}

.reports-dropdown-group .reports-dropdown-menu {
	display: block;
	width: 242px;
	padding:0px;
}

.reports-dropdown-group .reports-dropdown-menu li {
	width: inherit;
	margin-top: 10px !important;
	/*padding-left:20px;*/
	/*padding-right: 20px;*/
}

.reports-dropdown-group .reports-dropdown-menu ul {
	width: inherit;
	margin-bottom:18px;
	padding:0px;
}

.reports-dropdown-menu li:hover {
	cursor:pointer;
	color:#1991EC;
}



.reports-dropdown-group .reports-dropdown-menu {
	padding:0px;
}

.cpt-selections {
	float: right;
}

.cpt-selections .btn-group:not(:last-child) {
    margin-right: 30px !important;
}

.dropdown-toggle-cpt {
	height: 38px;
	width: 154px;
	top: -10px;
	padding-left:2px;
	padding-right:2px;
	border: none;
	border-bottom: 1px solid #E4E4E4;
	text-align: left;
	color: #989898;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.dropdown-toggle-cpt:hover, .dropdown-toggle-cpt:active, .dropdown-toggle-cpt:focus {
	border: none;
	border-bottom: 1px solid #E4E4E4;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color:#f3f3f3;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-toggle-cpt:active {
	background-color:#f3f3f3;
}

.dropdown-toggle-cpt:focus {
	background-color:#f3f3f3;
}

.dropdown-toggle-cpt .caret {
	float: right;
	margin-top: 8px;
/* 	color: #000; */
}

.reports-dropdown-menu .selected {
	color:#000;
}

.reports-dropdown-menu .input-group-addon {
	display:inline;
	margin:0px;
}

.reports-dropdown-menu .form-control {
	display:inline;
	width:84px;
}

.reports-dropdown-menu .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color:#FFF;
}

.reports-dropdown-menu .form-control.focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);

}

#group-by-btn {
	margin-left:50px;
}

.download-icon {
	display: inline-block;
	margin-right: 30px;
	width: auto;
	height: 30px;
}

#last-icon {
	margin-right:0px;
}

.share-button-icon {
	width: 14px;
	height: auto;
	margin-top: -4px;
	margin-left: 10px;
}

.share-button {
	margin-right: 30px;
    height: 38px;
}

.reports-filter {
	margin-right: 10px;
}

.report-title-container {
	text-align:left;
}

.report-title {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    color: #4F595E;
    display: inline-block;
}

#total-hours {
	text-align:center;
}

#canvas-holder {
    width: 250px;
    margin-top: 30px;
    margin-left:-50px;
    text-align:left;
}

#chart-area {
	height: 200px !important;
	width: 200px !important;
}

.reports-screen .duration h2, .reports-screen .duration h1 {
	text-align: right;
}

.reports-screen .duration h1, .reports-screen .duration h2 {
	color: #000;
}

/*.reports-screen .cell-subheader .duration h2 {*/
	/*padding-right:10px;*/
/*}*/



.reports-screen .cell-subheader h2 {
	font-weight:600;
	color:#000;
}
.reports-screen .cell-details h2 {
	font-weight: 400;
	color:#000;
}


.mini-timeline {
	/* overflow-x: scroll; */
	overflow-y: visible;
	height: 26px;
	/* background-color: blue; */
	padding-top: 0px;
	/* width: 100%; */
	/* height: 100px; */
	overflow-x: scroll;
	/* overflow-y: visible; */
	/* overflow: visible; */
	position: relative;

}

.mini-timeline-content {
	position: absolute;
	width: 1200px;
	height: 100%;
	background-color: #F3F3F3;
}

.mini-time-entry {
	border-radius:3px;
/* 	margin-top: -8px; */
	height: 25px;
}

.mini-timeline-block-middle {
	width:auto;
	min-width:15px;
	height:100%;
}

.mini-time-entry h2 {
	font-size:9pt;
	margin-top:1px;
	min-width:100%;
	min-height:25px;
	padding-left: 0px;
    padding-right: 0px;
}

.mini-time-entry .tooltip-inner {
	min-width:130px;
	/*display:none;*/
}

#collapse-init {
  height: 48px;
  margin-top: 6px;
  border: 1px solid #E4E4E4;

  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#collapse-init:hover {
	background-color: #fcfcfc;
}

#collapse-init:active {
	background-color: transparent !important;
}



footer {
	height: 100px;
	width: 100%;
}

.reports-activity-visualization-container {
	margin-top: 35px;
	margin-left:0px;
	margin-right:-20px;
/* 	margin-left:-40px; */
/* 	width:115%; */
	padding:0px;
}


/* --------------------------------
Legend
-------------------------------- */

.legend {
	margin-top: 35px;
	margin-left: 2px
}

.legend-block {
	width: auto;
	float: left;
}

.legend-numbers {
	border-radius: 6px;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #ffffff;
	float: left;
}

.legend-text {
	font-size: 14px;
	color: #4F595E;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 5px;
}

.legend-more-text {
	font-size: 14px;
	color: #3e7cb5;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 5px;
	cursor: pointer;
}

.datepicker {
	padding: 12px;
	padding-top: 20px;
}

.datepicker-inline {
	width: 300px;
}

#from-input {
	margin-left: 12px;
}

.report-graphics {
	height:100%;
	width:100%;
}


/* --------------------------------
Mobile - Reports
-------------------------------- */

@media all and (max-width: 1200px)
{

}

@media all and (max-width: 1100px)
{
	.reports-screen .container-fluid {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}

@media all and (max-width: 991px)
{
	.cycle-buttons {
		margin-top:0px;
		margin-bottom: 80px;
	}

	.cycle-title,
	.cycle-button-left,
	.cycle-button-right {
		display: none;
	}

	.cycle-button-left.mobile,
	.cycle-button-right.mobile {
		display: inherit;
	}

	.report-title-container,
	.report-title {
		margin-bottom: 10px;
	}

	#total-hours,
	.report-title {
		text-align: left;
	}

	.cpt-selections {
		float: left;
	}

	.dropdown-toggle-cpt {
		top: 0px;
	}
}

@media all and (max-width: 767px)
{
	.cycle-buttons {
		display: none;
	}
}

@media all and (max-width: 560px)
{

}

@media all and (max-width: 320px )
{

}

#reports-download-instruction {
	margin-top: 50px;
	margin-bottom: -55px;
	font-size: 1.5em;
	text-align: center;
}

.download-only-inline-icon {
	margin-right: 0px !important;
}

.report-cell {
	float: right;
	width: 90px;
}

.report-cell.year {
	width: 60px;
}

.summary-text-cell {
    float: left;
    padding-right: 15px;
	padding-left: 15px;
	word-wrap: break-word;
}


/* --------------------------------

Report Printing

-------------------------------- */

@media print {
	.summary-text-cell {
		padding-right: 4px;
		padding-left: 4px;
	}

	.summary-text-cell.year {
		max-width: 200px;
	}

	.report-cell {
		width: 60px;
	}
}

@page { margin: 0 }
body.letter           { width: 216mm; height: 279mm }
body.letter.landscape { width: 280mm; height: 215mm }

/** For screen preview **/
@media screen {
  body { background: #e0e0e0 }
}

/** Fix for Chrome issue #273306 **/
@media print {
  body.letter.landscape      { width: 280mm }
}