article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.tictacPopup {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url('../img/w85.png');
  font-weight: normal;
}
.tictacPopup .windowPopup {
  position: absolute;
  width: 600px;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 8px 13px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 8px 13px rgba(0,0,0,0.3);
  box-shadow: 0 8px 13px rgba(0,0,0,0.3);
}
.tictacPopup .windowPopup .cancelPopup {
  color: #000;
  font-size: 11px;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 14px;
  height: 18px;
  font-size: 21px;
  text-align: right;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.tictacPopup .windowPopup .cancelPopup:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.tictacPopup .windowPopup .windowTitlePopup {
  margin: 20px 0 0 0;
  padding: 0 20px 20px 20px;
  font-size: 24px;
  color: #AFAFAF;
}
.tictacPopup .windowPopup .messageBoxPopup {
  padding: 0 20px 30px 20px;
  color: #3E3E3E;
  font-size: 15px;
}
.tictacPopup .windowPopup .messageBoxPopup .loadingModeWrapper {
  padding: 0 20px;
  text-align: center;
}
.tictacPopup .windowPopup .messageBoxPopup .loadingModeWrapper .loadingModeLoader {
  height: 32px;
  background: url('../img/anim-32.gif');
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.tictacPopup .windowPopup .messageBoxPopup .loadingModeWrapper p {
  margin-bottom: 27px;
}
.tictacPopup .windowPopup .popupButtons {
  background-color: #F6F6F6;
  padding: 20px 0 20px 20px;
  text-align: right;
  border-top: 1px solid #E6E6E6;
}
#tictacTooltip {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  font-size: 11px;
  max-width: 250px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
#tictacTooltip #tooltipArrow {
  position: absolute;
  background-color: #0062cc;
  height: 7px;
  width: 7px;
  display: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  z-index: 1;
}
#tictacTooltip p {
  padding: 6px 11px;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
  background-color: #0062cc;
  font-weight: normal;
}
body {
  padding: 0;
  width: 100%;
  height: 100%;
  color: #3E3E3E;
  font-family: 'Lato', sans-serif !important;
  font-weight: lighter !important;
  letter-spacing: 0 !important;
}
#header {
  height: 55px;
  color: #ff9800;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
#header #logo {
  position: absolute;
  top: 4px;
  left: 20px;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0;
}
#header #logo span {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: -1px;
}
#header #logo:hover {
  text-decoration: none;
}
#header #disconnectButton {
  color: #7e8aa2;
  position: absolute;
  right: 24px;
  top: 16px;
  font-weight: normal;
}
#header #loginButton {
  color: #007AFF;
  position: absolute;
  right: 24px;
  top: 16px;
  font-weight: normal;
}
#header #registerButton {
  color: #7e8aa2;
  position: absolute;
  right: 84px;
  top: 16px;
  font-weight: normal;
}
#taskListWrapper {
  width: 50%;
  position: absolute;
  height: 100%;
  overflow-y: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#taskListWrapper #newTaskWrapper {
  display: none;
  margin: 0 0 0 50px;
  padding: 6px;
  position: relative;
  background-color: #5caaff;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#taskListWrapper #newTaskWrapper #newTaskInput {
  background-color: #5caaff;
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 15px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#taskListWrapper #newTaskWrapper #newTaskInput:focus {
  border: 1px dotted #FFFFFF;
}
#taskListWrapper #newTaskWrapper .loader16 {
  width: 16px;
  height: 16px;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: 17px;
  right: 18px;
  display: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-animation: radium 1s linear infinite;
  -moz-animation: radium 1s linear infinite;
  animation: radium 1s linear infinite;
}
#taskListWrapper #searchTaskWrapper {
  display: none;
  margin: 0 0 0 50px;
  padding: 6px;
  position: relative;
  background-color: #7e8aa2;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#taskListWrapper #searchTaskWrapper #searchTaskInput {
  background-color: #7e8aa2;
  border: 1px dotted rgba(255,255,255,0.5);
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 15px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#taskListWrapper #searchTaskWrapper #searchTaskInput:focus {
  border: 1px dotted #FFFFFF;
}
#taskListWrapper #searchTaskWrapper .loader16 {
  width: 16px;
  height: 16px;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: 17px;
  right: 18px;
  display: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-animation: radium 1s linear infinite;
  -moz-animation: radium 1s linear infinite;
  animation: radium 1s linear infinite;
}
#taskListWrapper #createFirstTask {
  cursor: pointer;
  height: 51px;
  line-height: 36px;
  text-align: center;
  background-color: #007AFF;
  color: #FFFFFF;
}
#taskListWrapper #createFirstTask span {
  font-size: 25px;
  vertical-align: -3px;
  margin-right: 10px;
}
#taskListWrapper #actions {
  height: 100%;
  width: 50px;
  position: absolute;
  border-right: 1px solid #EEEEEE;
  position: fixed;
  background-color: #fafbfc;
}
#taskListWrapper #actions a {
  border-bottom: 1px solid #EEEEEE;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  font-size: 25px;
  color: #7e8aa2;
  text-decoration: none;
}
#taskListWrapper #actions a:hover {
  text-decoration: none;
  color: #4e586c;
}
#taskListWrapper #actions a:active {
  text-decoration: none;
}
#taskListWrapper #actions a:focus {
  text-decoration: none;
}
#taskListWrapper ul {
  list-style: none;
  list-style-type: none;
  margin: 0 0 0 50px;
  padding: 0;
  color: #7e8aa2;
  font-size: 18px;
  font-weight: normal;
}
#taskListWrapper ul li {
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
  padding: 8px 0 8px 20px;
  position: relative;
  min-height: 44px;
}
#taskListWrapper ul li .taskName {
  display: block;
  overflow: hidden;
  width: 403px;
}
#taskListWrapper ul li .actions {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  height: 44px;
  font-size: 0;
}
#taskListWrapper ul li .actions i {
  padding-left: 5px;
  cursor: pointer;
  height: 100%;
  font-size: 26px;
  padding-top: 9px;
  padding-bottom: 9px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#taskListWrapper ul li .actions i:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#taskListWrapper ul li .actions i.startTask {
  border-left: 1px solid #EEEEEE;
  padding-left: 17px;
  padding-right: 17px;
  margin-left: 15px !important;
  background-color: #007AFF;
  color: #FFFFFF;
}
#taskListWrapper ul li .actions i.stopTask {
  border-left: 1px solid #EEEEEE;
  padding-left: 13px;
  padding-right: 13px;
  margin-left: 15px !important;
  background-color: #007AFF;
  color: #FFFFFF;
}
#taskListWrapper ul li.detailed {
  background-color: #FCFCFC;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}
#taskListWrapper ul li:hover {
  background-color: #fafbfc;
}
#taskListWrapper ul li:hover .actions {
  display: block;
}
#taskListWrapper ul li:hover .actions i {
  margin-left: 5px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
#taskListWrapper ul li:hover .actions i:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#taskListWrapper ul li:hover .actions i.stopTask {
  display: none;
}
#taskListWrapper ul li .timesList {
  font-size: 13px;
  margin: 8px 20px 0 0;
}
#taskListWrapper ul li .timesList li {
  border-bottom: 1px dotted #CCC;
  padding: 4px 0 4px 14px;
  font-size: 11px;
  min-height: 25px;
}
#taskListWrapper ul li .timesList li table {
  width: 100%;
}
#taskListWrapper ul li .timesList li .deleteTime {
  margin: 0 12px 0 4px;
  cursor: pointer;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#taskListWrapper ul li .timesList li .deleteTime:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#taskListWrapper ul li .timesList li .comment {
  display: inline-block;
  margin-left: 10px;
}
#taskListWrapper ul li .timesList li .date {
  float: right;
}
#taskListWrapper ul li .timesList li:hover {
  background-color: transparent;
}
#taskListWrapper ul li .timesList li:last-child {
  border-bottom: none;
}
#taskListWrapper ul li .timesList li.total {
  text-align: left;
  font-size: 20px;
}
#taskListWrapper ul li .timesList li.total .totalIcon {
  margin-right: 5px;
}
#taskListWrapper ul li.selected {
  background-color: #007AFF;
  color: #FFFFFF;
}
#taskListWrapper ul li.selected .actions i {
  height: 98% !important;
}
#taskListWrapper ul li.selected .actions i.startTask {
  padding-bottom: 9px;
}
#taskListWrapper ul li.selected .actions i.stopTask {
  padding-bottom: 8px;
}
#taskListWrapper ul li.selected .timesList {
  color: #FFFFFF;
}
#taskListWrapper ul li.selected .timesList li {
  border-bottom: 1px dotted #b5fdda;
}
#taskListWrapper ul li.selected .timesList li:hover {
  background-color: #007AFF;
}
#taskListWrapper ul li.selected .timesList li:last-child {
  border-bottom: none;
}
.emptyLi {
  background-color: #ffeacc !important;
}
#TIM_Comment {
  width: 100%;
  height: 100px;
}
#chronoWrapper {
  width: 50%;
  position: absolute;
  height: 100%;
  left: 50%;
  border-left: 1px solid #EEEEEE;
  background-color: #FFFFFF;
  color: #FFF;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#chronoWrapper #chronoControllers {
  height: 100%;
  width: 50px;
  position: absolute;
  border-left: 1px solid #EEEEEE;
  position: fixed;
  right: 0;
  background-color: #fafbfc;
}
#chronoWrapper #chronoControllers a {
  border-bottom: 1px solid #EEEEEE;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  font-size: 25px;
  color: #7e8aa2;
  text-decoration: none;
}
#chronoWrapper #chronoControllers a:hover {
  text-decoration: none;
  color: #4e586c;
}
#chronoWrapper #chronoControllers a:active {
  text-decoration: none;
}
#chronoWrapper #chronoControllers a:focus {
  text-decoration: none;
}
#chronoWrapper #chronoControllers #stop {
  display: none;
}
#chronoWrapper #chronoControllers #start {
  display: none;
}
#chronoWrapper #chronoControllers #pause {
  display: none;
}
#chronoWrapper #chrono {
  color: #007AFF;
  font-size: 130px;
  height: 96px;
  line-height: 87px;
  position: absolute;
  text-align: center;
  top: 50%;
  padding-right: 50px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
@-moz-keyframes ballClockLeft {
  from {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(45deg);
  }
  50% {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-moz-keyframes ballClockRight {
  from {
    -moz-transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(-45deg);
  }
  50% {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
#ballsClockWrapper {
  width: 800px;
  margin: 0 auto;
  height: 300px;
}
#ballsClockWrapper #ballsClock {
  float: left;
  width: 180px;
  margin: 100px auto;
  height: 130px;
}
#ballsClockWrapper #ballsClock .aBallWrapper {
  width: 30px;
  height: 320px;
  padding-top: 160px;
  position: relative;
  top: -160px;
  float: left;
}
#ballsClockWrapper #ballsClock .aBallWrapper .aLine {
  width: 1px;
  background: #007AFF;
  height: 130px;
  margin: 0 auto;
}
#ballsClockWrapper #ballsClock .aBallWrapper .aBall {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #007AFF;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 25px;
}
#ballsClockWrapper #chapo {
  float: left;
  margin-top: 60px;
  width: 520px;
  margin-left: 100px;
}
#ballsClockWrapper #chapo h1 {
  font-size: 80px;
  margin: 0;
  color: #007AFF;
}
#ballsClockWrapper #chapo h2 {
  font-size: 35px;
  margin: 5px 0 10px 0;
}
#ballsClockWrapper #chapo p {
  font-size: 15px;
}
  