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

Header Adjustment

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

.timer-tabs {
	text-align: center;
	float: none;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.timer-tabs .tabs {
	margin-top: 20px;
	width: 14%;
}

.timer-navbar {
	width: 91% !important;
}

.tabs .tab-total-time {
	color: #fff;
}

.tab-empty .tab-total-time {
/* 	background-color:rgba(255, 255, 255, 0.15); */
	color: rgba(255, 255, 255, 0.5);
}

.tab-disabled {
	opacity:.5;
	cursor: default;
}

.tab-disabled:hover {
	background: rgba(255, 255, 255, 0.25);
}

.navbar {
	height: 116px;
}

.navbar-extra {

}

.new-timer-cell .dropdown-menu {
	position: absolute;
	margin-left: 0px;
	margin-top: 61px;
}
.timer-task-container .dropdown-menu {
	margin-top:61px;
}

.client-field .dropdown-menu {
	margin-top:96px;
}
.dropdown-menu{
    z-index: 99999;
}

#add-timeline-container .dropdown-menu {
	margin-left: 0px;
}

.add-timer-icon {
	width: 20px;
	height: auto;

	margin-top: -4px;
    margin-right: 10px;
}

.navbar-extra li {
	margin-top: 24px;
	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: 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;
}



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

Timers Font

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

.add-timer-text {
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
  	font-size: 20px;
  	font-color: #4F595E;
  	padding-top: 17px;
}

.client-text {
  	font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #4F595E;
    padding-top: 9px;
}

.project-text {
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
  	font-size: 20px;
  	font-color: #4F595E;
  	padding-top: 4px;
}

.task-text {
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
  	font-size: 20px;
  	font-color: #4F595E;
  	padding-top: 4px;
}

.timeline-block-text {
	color: #ffffff;
	font-size: 13px;
	margin-top: 2px;
	line-height: 18px;
}

.delete-text {
	text-decoration: underline;
	color: #E5897C;
}

.delete-text:hover {
	color: #ae665e;
}

.delete-all-text {
	margin-top: 4px;
	color: #E5897C;
}

.delete-all-text:hover {
	color: #ae665e;
}

.cpt-detail-text {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
  	font-size: 14px;
  	padding-bottom: 6px;
}


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

Timers Content

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

.congrats-list {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: .9em;
}

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

.timers-box {
	width: 90%;
	margin-top: 20px;
	margin-left: 50px;
	padding-bottom: 91px;
	background-color: #ffffff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.timeline-cell {
	width:100%;
	height: 40px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
	margin-top:20px;
	background-color: #F3F3F3;
}



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

.timeline-block-middle:hover {
	cursor: pointer;
}
.timeEntry.dragging .timeline-block-middle:hover {
	cursor: ew-resize;
}

#add-timeline-container {
	display: block;
    z-index: 10001;
    position: absolute;
    margin-top: 67px;
/*     pointer-events:none; */
}

#add-timeline-container:hover {
	z-index:1002;
}

#add-timeline-block {
/* 	position:absolute; */
	width:100px;
	margin-left:0px;
/* 	z-index:0; */
	background-color:rgba(0, 0, 0, 0.1);
	color:#777777;
	font-weight:bold;

/* 	pointer-events:none; */
}

#add-timeline-container .dropdown-menu {
	position:relative;
	margin-top: 23px;
	pointer-events:auto;
}

button#add-timeline-block {
	border:none;
	display:block;
	padding:0px;
/* 	pointer-events:auto; */
}

#add-timeline-block:hover {
/* 	cursor:pointer; */
	border:none;
	box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.1);

}

.timeline {
  width:100%;
  position:relative;
  overflow-x:auto;
  overflow-y:hidden;
  overflow:visible;
  padding-bottom:20px;
  background-color:#fff;
  z-index: 1000;


}


.dates {
  display:inline-block;
  height:60px;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.dates li {
  display:inline-block;
  width: 244px;
  padding:0px;
  margin: 0px 2px;
  position: relative;
  height: 40px;

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.dates li a {
	width:100%;
	height:60px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}


#timelineContainer::-webkit-scrollbar {
    display: none;
}

.mini-timeline::-webkit-scrollbar {
    display: none;
}

.timers-container {
	padding-left: 0px;
}


.timer-cell {
	border-bottom: 1px solid #ECECEC;
	width: 100%;
	padding: 14px;
	display: inline-block;
	margin-bottom: -5px;
/* 	background-color:rgba(255, 255, 255, 0.4); */
}

.timer-cell-collapsed:hover {
	cursor:pointer;
}

.new-timer-cell:hover {
	cursor:default;
}

.cpt-open .timer-cell:hover {
	cursor:default;
}

.cpt-open .panel {
	box-shadow: none !important;
}

.panel .timer-cell {
	border: none;
    padding: 0px;
}

.gray-timer-cell {
	background-color: #FBFBFB;
}

.timer-cpt-container {
	margin-left:10px;
}

.timer-circle {
	width: 60px;
	height: 60px;
	padding-right: 20px;

	position: relative;
	z-index: 999;

	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
}


.not-running {
	background-color: rgb(188,200,214);
}

.not-running:hover {
	background-color:rgb(163, 178, 195);
}

.not-running:active {
	background-color:rgb(134, 158, 187);
/*
	width:70px;
	height:70px;
*/
/* 	animation: timer-click 1s ease; */
}

/*
@-webkit-keyframes timer-click {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
*/
@keyframes timer-click {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }
}


.timer-circle-icon {
	width: 14px;
    height: auto;
	margin-top: 14px;
	margin-left: 14px;
}

.timer-circle-bar {
	width: 100px;
	height: 40px;

	z-index: -1000;
	margin-top: 10px;
	margin-right:-13px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.timer-circle-bar-text {
	color: #ffffff;
	padding-top: 11px;
	text-align: center;
	font-size: 16px;
}

.timer-block {
	width: 60px;
	height: 60px;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	cursor: pointer;
}

.timer-block-text {
	color: #ffffff;
	padding-top: 21px;
	text-align: center;
	font-size: 16px;
}

.timer-cell {
	line-height: normal;
	min-width: 640px;
}

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

Timeline

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

#timelineContainerWrapper {
	height:100px;
	overflow-y:visible;
}

#timelineContainer {

	margin-top:0px;
	width:100%;
/* 	height:100px; */
	overflow-x:scroll;
/* 	overflow-y:visible; */
/* 	overflow:visible; */
	position:relative;
	background-color:#fff;
	z-index: 1000;
}

#timeline-space-replacement {
	display:none;
	height:100px;
	position:relative;
}

.timeline {
	padding-top:27px;
	margin-top:0px;
	width:2400px;
	height:98px;

	border-bottom: 1px #ECECEC solid;
}

.timeEntries {
	position:absolute;
	margin-top:40px;

	background-color:#F3F3F3;
	width:100%;
	height:23px;
	width:2400px;
	/*overflow:hidden;*/
}

.hour {
	position:absolute;
	color:#bbbbbb;
	font-size:8pt;
	margin-left:-7px;
}

.ticks {
	position:absolute;
	width:2400px;
}

#current-time-marker {
	position:absolute;
}

.marker-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7px;
}

.marker-container--current-time {
    height: 71px;
}

.marker {
    background: #000;
    width: 1px;
    height: 100%;
    position: relative;
}

.marker::before,
.marker::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}

.marker--top::before {
    top: 0;
    left: -3px;
    border-left: 3px solid transparent;
    border-top: 3px solid #000;
}

.marker--top::after {
    top: 0;
    right: -3px;
    border-right: 3px solid transparent;
    border-top: 3px solid #000;
}

.tick {
	background-color:#EDEDED;
	width:1px;
	height:25px;
	margin-left:100px;
	margin-top:0px;
}

.timeEntry {
	position:absolute;
	padding-top:2px;
	height:23px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index:30000;
	overflow:hidden;
}



.timeEntry:hover {
/* 	cursor: pointer; */
	box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.43);
}

.small-entry {
	padding-left:0px;
	padding-right:0px;
}

.disabled-entry {
	pointer-events: none;
	opacity:0.5;
	animation: pulse .7s linear infinite;
}

.timeEntry h2 {
	padding-left:0px;
	padding-right:0px;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.timer-pulse {
	animation: timer-pulse 1s ease infinite;
	-webkit-animation: timer-pulse 1s ease infinite;
}

@-webkit-keyframes timer-pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes timer-pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
    0% {
     transform: scale(1, 1);
     opacity:0.6;
    }

    50% {
     transform: scale(1.03, 1.03);
     opacity:0.9;
    }

    100% {
    transform: scale(1, 1);
    opacity:0.6;
    }
}

.timer-egg {
	background-image: url("/images/timer-egg-1.png"), url("/images/timer-egg-2.png"), url("/images/timer-egg-3.png"), url("/images/timer-egg-4.png"), url("/images/timer-egg-5.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: left 0px top 0px, left 1500px top 0px, left 3000px top 0px, left 4500px top 0px, left 6000px top 0px;
	background-size: 600px, 600px, 600px, 600px, 600px;
	height: 800px;
	width: 8000px;
	z-index: 1;
	position: absolute;
	margin-left: 2500px;
	margin-top: -100px;
}







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

Timers Animations

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


/* Bounce animations generated with Bounce.js. Edit at http://goo.gl/XnECSF */

.bounce-in {
  -webkit-animation: animation1 950ms linear both;
  animation: animation1 950ms linear both;
}

@-webkit-keyframes animation1 {
  0% { -webkit-transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 45, 0, 0, 1); transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 45, 0, 0, 1); }
  4.1% { -webkit-transform: matrix3d(0.685, 0, 0, 0, 0, 0.685, 0, 0, 0, 0, 1, 0, 25.27, 0, 0, 1); transform: matrix3d(0.685, 0, 0, 0, 0, 0.685, 0, 0, 0, 0, 1, 0, 25.27, 0, 0, 1); }
  8.11% { -webkit-transform: matrix3d(0.921, 0, 0, 0, 0, 0.921, 0, 0, 0, 0, 1, 0, 8.587, 0, 0, 1); transform: matrix3d(0.921, 0, 0, 0, 0, 0.921, 0, 0, 0, 0, 1, 0, 8.587, 0, 0, 1); }
  12.11% { -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, -4.373, 0, 0, 1); transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, -4.373, 0, 0, 1); }
  16.12% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.23% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.34% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.56% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes animation1 {
  0% { -webkit-transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 45, 0, 0, 1); transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 45, 0, 0, 1); }
  4.1% { -webkit-transform: matrix3d(0.685, 0, 0, 0, 0, 0.685, 0, 0, 0, 0, 1, 0, 25.27, 0, 0, 1); transform: matrix3d(0.685, 0, 0, 0, 0, 0.685, 0, 0, 0, 0, 1, 0, 25.27, 0, 0, 1); }
  8.11% { -webkit-transform: matrix3d(0.921, 0, 0, 0, 0, 0.921, 0, 0, 0, 0, 1, 0, 8.587, 0, 0, 1); transform: matrix3d(0.921, 0, 0, 0, 0, 0.921, 0, 0, 0, 0, 1, 0, 8.587, 0, 0, 1); }
  12.11% { -webkit-transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, -4.373, 0, 0, 1); transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, -4.373, 0, 0, 1); }
  16.12% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.23% { -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.34% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.56% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}





.bounce-out {
  -webkit-animation: animation2 1500ms linear both;
  animation: animation2 1500ms linear both;
}

@-webkit-keyframes animation2 {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11, 0, 0, 1); }
  4.1% { -webkit-transform: matrix3d(0.565, 0, 0, 0, 0, 0.565, 0, 0, 0, 0, 1, 0, 42.336, 0, 0, 1); transform: matrix3d(0.565, 0, 0, 0, 0, 0.565, 0, 0, 0, 0, 1, 0, 42.336, 0, 0, 1); }
  8.11% { -webkit-transform: matrix3d(0.329, 0, 0, 0, 0, 0.329, 0, 0, 0, 0, 1, 0, 59.304, 0, 0, 1); transform: matrix3d(0.329, 0, 0, 0, 0, 0.329, 0, 0, 0, 0, 1, 0, 59.304, 0, 0, 1); }
  12.11% { -webkit-transform: matrix3d(0.236, 0, 0, 0, 0, 0.236, 0, 0, 0, 0, 1, 0, 65.995, 0, 0, 1); transform: matrix3d(0.236, 0, 0, 0, 0, 0.236, 0, 0, 0, 0, 1, 0, 65.995, 0, 0, 1); }
  16.12% { -webkit-transform: matrix3d(0.217, 0, 0, 0, 0, 0.217, 0, 0, 0, 0, 1, 0, 67.341, 0, 0, 1); transform: matrix3d(0.217, 0, 0, 0, 0, 0.217, 0, 0, 0, 0, 1, 0, 67.341, 0, 0, 1); }
  27.23% { -webkit-transform: matrix3d(0.244, 0, 0, 0, 0, 0.244, 0, 0, 0, 0, 1, 0, 65.423, 0, 0, 1); transform: matrix3d(0.244, 0, 0, 0, 0, 0.244, 0, 0, 0, 0, 1, 0, 65.423, 0, 0, 1); }
  38.34% { -webkit-transform: matrix3d(0.251, 0, 0, 0, 0, 0.251, 0, 0, 0, 0, 1, 0, 64.944, 0, 0, 1); transform: matrix3d(0.251, 0, 0, 0, 0, 0.251, 0, 0, 0, 0, 1, 0, 64.944, 0, 0, 1); }
  60.56% { -webkit-transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65.001, 0, 0, 1); transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65.001, 0, 0, 1); }
  82.78% { -webkit-transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65, 0, 0, 1); transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65, 0, 0, 1); transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65, 0, 0, 1); }
}

@keyframes animation2 {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11, 0, 0, 1); }
  4.1% { -webkit-transform: matrix3d(0.565, 0, 0, 0, 0, 0.565, 0, 0, 0, 0, 1, 0, 42.336, 0, 0, 1); transform: matrix3d(0.565, 0, 0, 0, 0, 0.565, 0, 0, 0, 0, 1, 0, 42.336, 0, 0, 1); }
  8.11% { -webkit-transform: matrix3d(0.329, 0, 0, 0, 0, 0.329, 0, 0, 0, 0, 1, 0, 59.304, 0, 0, 1); transform: matrix3d(0.329, 0, 0, 0, 0, 0.329, 0, 0, 0, 0, 1, 0, 59.304, 0, 0, 1); }
  12.11% { -webkit-transform: matrix3d(0.236, 0, 0, 0, 0, 0.236, 0, 0, 0, 0, 1, 0, 65.995, 0, 0, 1); transform: matrix3d(0.236, 0, 0, 0, 0, 0.236, 0, 0, 0, 0, 1, 0, 65.995, 0, 0, 1); }
  16.12% { -webkit-transform: matrix3d(0.217, 0, 0, 0, 0, 0.217, 0, 0, 0, 0, 1, 0, 67.341, 0, 0, 1); transform: matrix3d(0.217, 0, 0, 0, 0, 0.217, 0, 0, 0, 0, 1, 0, 67.341, 0, 0, 1); }
  27.23% { -webkit-transform: matrix3d(0.244, 0, 0, 0, 0, 0.244, 0, 0, 0, 0, 1, 0, 65.423, 0, 0, 1); transform: matrix3d(0.244, 0, 0, 0, 0, 0.244, 0, 0, 0, 0, 1, 0, 65.423, 0, 0, 1); }
  38.34% { -webkit-transform: matrix3d(0.251, 0, 0, 0, 0, 0.251, 0, 0, 0, 0, 1, 0, 64.944, 0, 0, 1); transform: matrix3d(0.251, 0, 0, 0, 0, 0.251, 0, 0, 0, 0, 1, 0, 64.944, 0, 0, 1); }
  60.56% { -webkit-transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65.001, 0, 0, 1); transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65.001, 0, 0, 1); }
  82.78% { -webkit-transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65, 0, 0, 1); transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65, 0, 0, 1); transform: matrix3d(0.25, 0, 0, 0, 0, 0.25, 0, 0, 0, 0, 1, 0, 65, 0, 0, 1); }
}








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

Timers Unique Buttons

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

.add-timer-button {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 16px;
  	color: #4F595E;
  	float: left;
  	border: 1px solid #E4E4E4;
  	background-color: #ffffff;
	padding: 10px 30px;
	margin-top: -10px;
	margin-bottom: 20px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.add-timer-button:hover {
	background-color: #F7F7F7;
}

.new-timer-cell {
	background-color: #FAFAFA
}

.new-timer-cell .timer-block {
	background-color:#ededed;
}

/*.new-timer-cell input {*/
	/*border-color:#f1f1f1;*/
	/*border:none;*/
	/*font-size:18px;*/
	/*box-shadow: none;*/
	/*height:60px;*/
/*}*/

/*.new-timer-cell input:focus {*/
	/*border:none;*/
	/*box-shadow: none;*/
	/*outline: 0;*/
/*}*/

/*.new-timer-cell .cancel-button {*/
    /*margin-top: 12px;*/
    /*margin-left: -35px;*/
    /*display: block;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: 500;*/
    /*font-size: 14px;*/
    /*color: #4F595E;*/
    /*padding: 10px;*/
    /*width: 70px;*/
    /*border: 1px solid #E4E4E4;*/
    /*border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*-webkit-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;*/
/*}*/

/*.new-timer-cell .cancel-button:hover {*/
	/*background-color: #F7F7F7;*/
    /*border: 1px solid #E4E4E4;*/
/*}*/

.timer-cp-centered {
	margin-top:13px;
}

.cpt-button {
	float: right;
    border: 1px solid;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #ffffff;
	padding: 10px;
	padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    margin-left:10px;
}

.new-timer-cell .cpt-button {
	margin-top:21px;
}


.button-text {
	color: #4F595E;
}

.archive-button {
	color:#A9A9A9;
}

.archive-icon {
	width:17px;
	margin-right:10px;
}

.cpt-button:hover {
	background-color: #F7F7F7;
}

.timer-task-container {
	float:left;
	margin-left:30px;
}

.timer-project-container {
	float:left;
	margin-left:10px;
}

.timer-cpt {
	border:1px solid;
	background-color: #ffffff;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	margin-top:5px;
	padding:10px;
	padding-left: 20px;
    padding-right: 20px;
}

.timer-cpt .client-text {
	padding-top: 0px;
}

.timer-cell .duration {
	max-width:60px;
}

.timer-cell .start-end-times {
	max-width:165px;
}

.timer-cell .notes {
	width: 68%;
	text-align:left;
}

.timer-cell .cell {
	padding-bottom: 9px;
}

.timer-cell .note-text {
	width:100%;
	background-color:transparent;
	border:none;
	height:23px;
	resize: none;
	margin-top:-3px;
}

.timer-delete-link {
	float: right;
    margin-right: 31px;
    width: 44px;
    text-align: right;
    padding: 0;
}

.time-picker {
	position:absolute;
	margin-top: -22px;
	background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width:79px;
    min-width:100px;
    padding:1px;
}


.start-time-picker {
    margin-left: -19px;
    width: 0 !important;
}

.duration-time-picker {
    margin-left: -18px;
    width: 0 !important;
		min-width: 85px;
		text-align:center;
}

.end-time-picker {
	margin-left: 1px;
}

.add-time-entry {
	text-align:left;
}
.add-time-entry a,
.add-time-entry .btn-clear {
	margin-left:12px;
}

.non-timeline-entry a, .start-end-times a {
	font-weight:normal;
	border-bottom:1px dotted rgba(0, 0, 0, 0.16);
}

/* Was trying to fix the weird flash transition when the mouse leaves the start / end time arrows */
.glyphicon:hover {
	-moz-transition-opacity: none;
	-webkit-transition-opacity: none;
	-o-transition-opacity: none;
	transition-opacity: none;
	transition: 0s ease-in-out left;
}

.time-picker .form-control {
	border:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	height:20px;
	width:25px !important;
	padding:0;
	cursor: default !important;
}

.time-picker .btn {
	padding:0;
	border:none;
	font-size:9px;
}

.time-picker .btn-default {
	font-size:14px
}

.cell-add-time-button {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 13px;
  	color: #6C8ECD;
  	border: 1px solid #6C8ECD;
  	background-color: #ffffff;
	padding: 4px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.cell-add-time-button:hover {
	background-color: rgba(108, 141, 204, 0.15);
}

.cell-timer-done-button {
	font-family: 'Open Sans', sans-serif;
 	font-weight: 500;
 	font-size: 16px;
 	color: #6C8ECD;
 	border: 1px solid #6C8ECD;
 	background-color: #ffffff;
 	padding: 8px 20px;
 	margin-top: 10px;
 	border-radius: 4px;
 	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
}

.cell-timer-done-button:hover {
	background-color: rgba(108, 141, 204, 0.15);
}

.cpt-detail-button {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 16px;
  	background-color: #ffffff;
	padding: 5px 20px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.cpt-detail-button:hover {
	background-color: #efefef;
}

.cpt-detail-button span {
	padding-left: 10px;
}

.task-input, .project-input {
	border: 1px solid #ececec;
	-webkit-border-radius: 5px;
	height: 40px;
	padding-left:10px;
	padding-right:1-px;
	margin-top:5px;
	background-color:#ffffff;
	float: left;
}

.project-input {
	width:320px;
}

.cpt-detail-input {
	width: 90%;
}

.cpt-open {
	background-color: #FAFAFA;
}

.archive-icon {

}

.archive-text {
	font-size:12pt;
	color: #bfbfbf;
}

#archive-icon {
	padding-top: 8px;
	padding-bottom: 6px;
}

.cpt-note-entry-input {
	border: none;
	background-color: #FBFBFB;
	box-shadow: none;

 	font-size: 15px;
 	color: #7A7F83;

 	height: 19px;

 	margin-top: -3px;
 	padding: 0px;
}

.cpt-note-entry-input::-webkit-input-placeholder {
   color: #C5C5C5;
}

.cpt-note-entry-input:-moz-placeholder { /* Firefox 18- */
   color: #C5C5C5;
}

.cpt-note-entry-input::-moz-placeholder {  /* Firefox 19+ */
   color: #C5C5C5;
}

.cpt-note-entry-input:-ms-input-placeholder {
   color: #C5C5C5;
}

.timer-mobile-date-picker,
.timer-mobile-dropdown {
	display: none;
}

.timer-mobile-preferences-icon {
	visibility: hidden;
}

.show-row {
	margin-top:-10px;
	height:80px;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover {
    color: #000000;
}

.timer-mobile-logout {
	display: none;
}



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

Mobile - Timers

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

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

}

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

}

@media all and (max-width: 991px)
{
	.collapse {
		display: block !important;
	}

	.sidebar {
		display: none;
	}

	.navbar {
		left: 0px;
	}

	.tabs {
		display: none;
	}

	.timer-cell {
		margin-bottom: 0px;
		min-width: 100%;
	}

	.timer-cell .notes {
    	width: 100%;
    	margin: 0 auto;
    	text-align: center;
	}

	.timer-cell .note-text {
    	width: 100%;
    	margin: 0 auto;
    	text-align: center;
    	margin-top: 20px;
		margin-bottom: 10px;
	}

	.timers-box {
		width: 100%;
		margin-left: 0px !important;
	}

	.timer-block {
		float: left;
		margin-right: 20px;
		margin-left: -15px
	}

	.timer-circle {
		margin-top: -50px;
		margin-right: -20px;
	}

	.timer-circle .clicked {
		opacity:.7;
	}

	.timer-circle-bar {
		margin-top: -40px;
	}

	.container-fluid {
		background-color: #1A91FF;
	}

	.navbar-header {
		background-color: #1A91FF;
		height: 80px;
		width: 100%;
	}

	.new-timer-cell .cancel-button {
	    margin-top: -50px;
	    margin-right: -20px;
	    float: right;
	}

	.new-timer-cell input {
		width: 60%;
		font-size: 16px;
	}

	.cpt-button {
		float: right;
		position: relative;
		width: 33.33333%;
		display: inline-block;
		margin-top: 26px;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	.archive-button {
		float: left;
	}

	.timer-project-container {
		width: 80%;
		margin-left: 80px;
		float: none;
	}

	.timer-task-container {
	    margin-left: 80px;
	    width: 80%;
	    float: left;
	}

	.task-input {
		width: 100%;
	}

	.show-row {
		width: 100% !important;
	}

	.timer-cell .duration {
		margin-bottom: 10px;
		max-width: none;
	}

	.timer-cell .start-end-times {
    	max-width: none;
    	margin-top: 20px;
	}

	.timer-delete-link {
	    float: none;
	    margin: 0 auto;
	    text-align: center;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}

	.timer-mobile-date-picker {
		display: inline-block;
		margin: 0 auto;
		margin-left: -20px;
		margin-top: 20px;

		background-color: transparent;
		color: #ffffff;
		border: none;
		font-size: 26px;
	}

	.timer-mobile-date-picker-date {
		margin: 0 10px;
	}

	.date-picker {
		display: inline-block;
	}

	.timer-mobile-dropdown {
		display: inline-block;
		margin: 0 auto;
		margin-left: -20px;
		margin-top: 13px;

		background-color: transparent;
		color: #ffffff;
		border: none;
		font-size: 26px;
	}

	.timer-mobile-dropdown:hover {
		background-color: transparent;
		color: #ffffff;
		border: none;
		font-size: 26px;
	}

	.timer-mobile-preferences-icon {
		display: inline-block;
		visibility: visible;
		float: right;
		margin-top: 26px;
		margin-right: 0px;
		height: 30px;
		width: auto;
	}

	.timer-mobile-logout {
	    margin-top: 28px;
		margin-left: 20px;
	    font-size: 18px;
	    color: #ffffff;
	    float: left;
	    display: block;
	}



	 #add-timeline-container .dropdown-menu   {
		margin-top: 23px !important;
		float:left;
		background-color:#fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
}

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

}

@media all and (max-width: 560px)
{
	.add-timer-button {
		padding: 10px 20px;
	}

	.button-row {
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media all and (max-width: 425px)
{
	.timer-mobile-logout {
    	font-size: 16px;
	}

	.timer-mobile-date-picker {
    	margin-left: -6px;
		margin-top: 17px;
	}

	.timer-mobile-date-picker-date {
    	font-size: 20px;
	}
	.timer-mobile-preferences-icon {
   		height: 26px;
	}

	.cpt-button img {
		display: none;
	}

	.add-timer-button {
		padding: 6px 10px;
	}
}

@media all and (max-width: 350px)
{
	.timer-mobile-logout {
    	font-size: 14px;
	}

	.timer-mobile-date-picker-date {
    	font-size: 18px;
		margin: 0;
	}
	.timer-mobile-preferences-icon {
   		height: 24px;
	}

	.add-timer-icon {
		display: none;
	}
}



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

}

/* Add new timer dialog */
.add-timer-body {
	overflow: scroll;
}

.new-timer-close {
	color: #fff;
	font-weight: bold;
	font-size: 35px;
}

.new-timer-text {
	font-family: 'Open Sans', sans-serif;
  font-weight: normal;
	font-size: 18px;
	color: #000;
	margin-left: 20px;
	margin-bottom: 40px;
}

.new-timer-button-left {
	float:clear;
	text-align:center;
	margin-bottom: 20px;
}

.add-timer-space1 {
	margin-bottom: 100px;
}

.add-timer-space2 {
	margin-bottom: 50px;
}

.add-timer-space3 {
	margin-bottom: 30px;
}

.new-timer-button {
	font-size: 18px;
}

.add-timer-list {
	margin-bottom: 8px;
}

.unselected {
	color: #4F595E;
	border: 1px solid #E4E4E4;
}

.selected {
	color: #1A91FF;
	border: 1px solid #1A91FF;
}

.selected.focus,
.selected:focus,
.selected:hover {
	background-color: transparent;
	color: #1A91FF;
	border: 1px solid #1A91FF;
}

.addtimer-save-button {
	background-color: transparent;
	border: 1px solid #1A91FF;
	color: #1A91FF;
}

.add-timer-loading {
	width: 50px;
	height: 50px;
	top: -240px !important;
}

.selectable-project, .selectable-client {
	margin-right: 5px;
	margin-bottom: 5px;
}

.add-timer-center-text {
	text-align:center;
	float:left;
	margin-left: 20px;
	margin-top: 9px;
}

.add-timer-edited-name {
	font-style: italic;
}

.add-timer-line {
	clear: both;
	height: 1px;
	width:100%;
	background-color: #e5e5e5;
	position: relative;
	top: -8px;
}

.add-timer-project-input {
	width: 330px !important;
	float: left;
}

.add-timer-color {
	width: 60px;
	float: right !important;
	margin-top: 15px;
}

.add-timer-color .color-picker-button {
	width: 60px;
}


.add-timer-button-project-color {
 	height: 20px;
	width: 20px;
	float: right;
	margin-left: 7px;
	border-radius: 4px;
 }

.client-task-line {
	top: +9px;
	margin-bottom: 10px;
}

/*form styles*/
#msform, #msform-edit {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	height: 400px;
}
#msform fieldset, #msform-edit fieldset {
	background: white;
	border: 0 none;
	padding: 20px 30px;

	width: 80%;
	margin: 0 10%;

	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type), #msform-edit fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea, #msform-edit input, #msform-edit textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button, #msform-edit .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus, #msform-edit .action-button:hover, #msform-edit .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 20px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 15px;
	color: #666;
	margin-bottom: 20px;
}

.edit-timer-footer-info {
	clear: both;
	float: left;
}

.edit-timer-footer-block {
	margin-top: 10px;
	margin-left: -15px;
}

.edit-timer-footer-block .timer-block {
	width: 50px;
	height: 50px;
	margin-top: 6px;
}

.edit-timer-footer-project {
	margin-left: 14px;
	width: 90%;
}

.edit-timer-color .dropdown {
	margin-left: 145px;
	margin-top: 30px;
}

.edit-timer-color .color-picker-button {
	padding-top: 10px;
}

.edit-timer-footer {
	padding-top: 10px;
}

.edit-timer-line {
	clear: both;
	height: 1px;
	width:100%;
	background-color: #e5e5e5;
	position: relative;
	top: +8px;
	margin-bottom: 10px;
}

.add-team-timer-task-name {
	font-size: 12px;
	text-align: left !important;
}

.add-team-horz-spacer {
	margin-left: 5px;
}

.add-timer-member-checkbox {
	height: 12px !important;
	width: 12px !important;
	position: relative;
	top: -1px;
}

.add-timer-member-list {
	text-align: left;
}

.add-timer-info {
	text-align: center;
}

.add-timer-separation-div {
	border: 1px solid #b5d7f6;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left: 80px;
	margin-right: 80px;
}

.add-timer-separation-title {
	top: -16px;
	position: relative !important;
	background-color: #fff;
	font-weight: bold;
}

.quickaddproject {
	margin-top: -8px;
	border-color: #9ecfff;
	border-radius: 25px;
	margin-right: 5px;
}

.quickaddimage {
	height: 18px;
	width: 18px;
	cursor: pointer;
	margin-left: 10px;
	float: left;
}
