#timetracker_div {
	display: none;
	background-color: #F2F9FF;
	overflow-x: hidden;
}
#timetracker_div::-webkit-scrollbar {
	display: none;
}

#timetracker-inner-container {
	/* width: 100%; */
	margin-top: 10px;
	/* overflow-x: hidden; */
}

#timer-container {
	/* width: 100%; */
	height: 60px;
	background-color: white;
	box-shadow: 1px 1px 3px grey;
	border-radius: 3px;
	margin-bottom: 25px;
}

#timer-stopgo-button {
	width: 100px;
	height: 50px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 50px;
	border-radius: 5px;
	text-align: center;
	color: white;
	box-shadow: inset 1px 1px 2px white, 1px 1px 1px grey, -1px -1px 1px grey, 1px -1px 1px grey, -1px 1px 1px grey;
	font-size: 120%;
	font-weight: bold;
}

#timer-ticket {
	float: left;
	background-color: #337AB7;
	width: 80px;
	height: 28px;
	margin-top: 16px;
	margin-left: 5px;
	color: rgba(200, 200, 200, 1);
	line-height: 28px;
	box-shadow: 2px 2px 5px rgba(50, 50, 50, .5);
	padding-left: 5px;
	border-radius: 3px;
	
}

#timer-ticket-farmname {
	width: 150px;
	float: left;
	height: 22px;
	margin-top: 19px;
	line-height: 22px;
	margin-left: 5px;
	overflow: hidden;
}
#timer-ticket-farmname:before {
	content: attr(data-farmname);
}

#timer-ticket-number {
	display: inline;
	color: white;
}
#timer-ticket-number:before {
	content: attr(data-ticketid);
}

#timer-counter {
	float: right;
	height: 22px;
	line-height: 22px;
	width: 80px;
	margin-right: 10px;
	padding-left: 5px;
	color: grey;
}

.tt-big-window {
	width: 80%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 3px 3px 7px rgba(50, 50, 50, .5);
	border-radius: 5px;
	background-color: white;
	display: none;
	margin-bottom: 25px;
	overflow-x: hidden;
 }

 #timetracker-calendar-container {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
 }

 #timetracker-calendar-closebutton {
 	margin: 5px;
 }

#timetracker-calendar-deletebutton {
	margin: 5px;
	float: right;
}

.tt-calendar-wrapper {
	width: 200px;
	margin-right: 50px;
}

#tt-editentry-preview {
	width: 300px;
	margin-top: 50px;
}
.tt-epreview-label {
	width: 300px;
	padding: 5px;
	margin-top: 10px;
	font-weight: bold;
	color: grey;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.tt-epreview-content {
	display: inline;
	width: 220px;
	float: right;
	font-weight: normal;
	color: black;
}
.tt-dataset-content:before {
	content: attr(data-content);
}

.tt-subdiv-before:before {
	content: attr(data-content);
}

.tt-ticket-container {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 110%;
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	transition: background-color 0.5s ease, color 0.5s ease;
	overflow: hidden;

}
#tt-close-ticketlist-button {
	width: 100px;
	margin: 5px;
}
.tt-ticket-container:hover {
	background-color: #60AAEB;
	color: white;
}
.tt-ticket-subdiv {
	float: left;
	overflow: hidden;
}
.tt-ticket-subdiv:before {
	content: attr(data-content);
}
.tt-ticket-subdiv-narrow {
	width: 50px;
}
.tt-ticket-subdiv-medium {
	width: 150px;
}
.tt-ticket-subdiv-wide {
	width: 170px;
}

#timetracker-entry-container {
	/* width: 100%; */
	/* overflow-x: hidden; */
}

.tt-entry-container {
	/* width: 100%; */
	height: 40px;
	background-color: white;
	margin-top: 8px;
	box-shadow: 1px 1px 3px grey;
	border-radius: 3px;
	line-height: 40px;
	padding-left: 5px;
	transition: background-color 0.5s ease, color 0.5s ease;
}
.tt-entry-container:hover {
	background-color: #60AAEB;
	color: white;
}

.tt-entry-ticket {
	background-color: #337AB7;
	color: white;
	height: 38px;
	line-height: 38px;
	width:  100px;
	float: left;
	margin-top: 1px;
	padding-left: 5px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.tt-entry-ticket-number {
	display: inline;
	width: 45px;
	float: right;
}

.tt-time-entry-dayflag {
	margin-top: 8px;
}

@media screen and (max-width: 720px) {
	.tt-time-entry-note {
		display: none;
	}
}
@media screen and (min-width: 720px) {
	.tt-time-entry-note {
		width: 200px;
	}
}

@media screen and (min-width: 1030px) {
	.tt-time-entry-note {
		width: 500px;
	}
}

#timer-note {
	margin-top: 10px;
}

.tt-time-entry-note {
	height: 40px;
	float: left;
	line-height: 40px;
	margin-left: 5px;
	overflow: hidden;
}
.tt-time-entry-farm {
	height: 40px;
	width: 110px;
	float: left;
	line-height: 40px;
	margin-left: 5px;
	overflow: hidden;		
}
.tt-time-entry-farm2 {
	display: none;
}

.tt-time-entry-time {
	float: right;
	height: 40px;
	width: 200px;
	line-height: 40px;
}
.tt-time-entry-time2 {
	float: right;
	height: 40px;
	width: 150px;
}

.tt-time-entry-elapsed {

	float: left;
	margin-left: 5px;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	overflow: hidden;
}
.tt-time-entry-elapsed2 {
	float: left;
	height: 16px;
	line-height: 16px;
	margin-left: 5px;
	overflow: hidden;
	margin-top: 2px;
}

.tt-time-entry-dates {
	display: inline;
	float: right;
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	margin-right: 5px;
}
.tt-time-entry-dates2 {
	float: left;
	margin-left: 5px;
	height: 16px;
	line-height: 16px;
	margin-top: 5px;
}

.tt-no-scroll {
	overflow: hidden;
}

.btn-red {
	background-color: red;
}
.btn-green {
	background-color: #54D758;
}

.tt-bold {
	font-weight: bold;
}
.tt-font-grey {
	color: rgba(200, 200, 200, 1);
}
.tt-text-center {
	text-align: center;
}
.tt-earmark {
	border-top-right-radius: 20px;
}
.tt-header {
	font-size: 120%;
	font-weight: bold;
}
.bc-FFFFF0 {
	background-color: #FFFFF0;
}
