/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Black.otf')  format('opentype'),
         url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Heavy.otf')  format('opentype'),
         url('../fonts/AvenirLTStd-Heavy.woff') format('woff'), url('../fonts/AvenirLTStd-Heavy.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Medium.otf')  format('opentype'),
         url('../fonts/AvenirLTStd-Medium.woff') format('woff'), url('../fonts/AvenirLTStd-Medium.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Roman.otf')  format('opentype'),
         url('../fonts/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/AvenirLTStd-Roman.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/*
@font-face {
  font-family: 'DINCondensed-Bold';
  src: url('../fonts/DINCondensed-Bold/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINCondensed-Bold/DINCondensed-Bold.woff') format('woff'), url('../fonts/DINCondensed-Bold/DINCondensed-Bold.ttf')  format('truetype'), url('../fonts/DINCondensed-Bold/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  background-color: #FAFAFA;
  overflow-x: hidden;
  letter-spacing: 1px;
  color: #333;
  font-size: 14px; }

body {
  overflow-y: scroll; }

.header {
  background-color: #222;
  color: #FFF;
  padding: 10px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box; }

.header .client-logo {
  float: left;
  font-weight: bold; }

.header .client-app-status {
  float: left;
  font-size: 12px;
  line-height: 14px; }

.header .client-app-admin {
  float: right; }

.mainSection {
  clear: both;
  margin-top: 20px; }

#contentView {
  padding: 15px; }

.subSection {
  float: left;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background-color: #222;
  color: #FEFEFE;
  padding: 15px;
  margin-top: 20px;
  font-size: 12px;
  border-radius: 5px;
  position: relative; }

.subSection .subSection-title {
  text-transform: uppercase;
  position: relative;
  cursor: pointer; }

.subSection .subsection-date {
  position: absolute;
  right: 15px;
  top: -3px;
  opacity: 0.5; }

.subSection input[id^="from-dateFilter-section"] {
  cursor: pointer; }

.subSection.opened {
  display: block; }

.subSection.opened .module-container {
  display: block; }

.subSection.opened .subSection-title:after {
  position: absolute;
  content: "";
  height: 1px;
  left: 0px;
  right: 15px;
  bottom: -10px;
  background-color: #6b6b6b; }

.subSection .module-container {
  float: left;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  /*
		&:after {
			content: "";
			height: 100%;
			width: 1px;
			background-color: #6b6b6b;
			position: absolute;
			top: 50%;
			height: 150px;
		}
*/ }

.subSection .module-container:nth-child(2) {
  border: none; }

.subSection .module-container.floatright {
  float: right; }

.subSection .module-container[data-moduletype="pie24h"] {
  margin-top: 55px; }

.subSection .module-container[data-moduletype="pie24h"] .dayTotal {
  text-transform: uppercase;
  position: relative;
  left: 50%;
  margin-left: -400px;
  top: -10px; }

.subSection .module-container[data-moduletype="pie24h"] .dayTotal label {
  color: #6b6b6b; }

.subSection .module-container[data-moduletype="currenttask"], .subSection#currentTask {
  float: left;
  min-width: 500px; }

.subSection .module-container[data-moduletype="currenttask"] .label-col-left, .subSection#currentTask .label-col-left {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  width: 25%;
  font-size: 10px;
  color: #6b6b6b;
  vertical-align: bottom;
  text-align: right;
  margin-right: 10px;
  clear: both; }

.subSection .module-container[data-moduletype="currenttask"] .titleTask, .subSection#currentTask .titleTask {
  text-transform: uppercase;
  font-size: 22px; }

.subSection .module-container[data-moduletype="currenttask"] .timeSession, .subSection#currentTask .timeSession {
  color: #72cd21;
  text-transform: uppercase;
  font-size: 18px; }

.subSection .module-container[data-moduletype="currenttask"] .info-time, .subSection#currentTask .info-time {
  opacity: 0.6; }

.subSection .module-container[data-moduletype="lasttasks"], .subSection#lastTasks {
  width: 100%; }

.subSection .module-container[data-moduletype="lasttasks"] .lasttasks-title, .subSection#lastTasks .lasttasks-title {
  color: #FEFEFE;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px; }

.subSection .module-container[data-moduletype="lasttasks"] .lasttasks-item, .subSection#lastTasks .lasttasks-item {
  height: 30px;
  line-height: 30px;
  color: #6b6b6b;
  font-size: 12px;
  background-color: #282828;
  border-bottom: 2px solid #222;
  padding-left: 10px;
  box-sizing: border-box; }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.bar {
  fill: orange; }

.solidArc:hover {
  fill: orangered; }

.solidArc {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.x.axis path {
  display: none; }

.aster-score {
  line-height: 1;
  font-size: 25px; }

.tip {
  position: absolute;
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  top: -40px;
  left: 150px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px; }

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center; }

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0; }

.solidArc {
  opacity: 1; }

.aster-score {
  opacity: 1;
  fill: #FFF; }

#pieContainer,
#pieContainer_rel,
#pie24HContainer {
  position: relative;
  float: left;
  padding: 50px; }

.task-item {
  cursor: pointer; }

.legend-item {
  cursor: pointer;
  pointer-events: bounding-box; }

svg.legendOvered .task-item {
  opacity: 0.3; }

svg.legendOvered .task-item.overed {
  opacity: 1; }

svg.legendOvered .legend-item {
  opacity: 0.3; }

svg.legendOvered .legend-item.overed {
  opacity: 1; }

.d3-tip {
  pointer-events: none !important;
  font-size: 11px;
  font-family: inherit;
  font-weight: inherit; }

input {
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.3);
  padding: 3px;
  width: 68px;
  text-align: right; }

#lastTasks.subSection .lasttasks-title {
  margin-bottom: 0px; }

#lastTasks.subSection.deployed .lasttasks-title {
  margin-bottom: 10px; }

#lastTasks.subSection.deployed .lasttasks-list {
  display: block; }

@media only screen and (max-width: 400px) {
  .subSection .module-container {
    width: 100% !important;
    min-width: initial !important; }
  .titleTask {
    font-size: 13px !important;
    margin-bottom: 15px !important;
    display: inline-block !important; }
  .info-time {
    margin-bottom: 15px !important;
    display: inline-block !important; }
  .label-col-left {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px; } }
