@font-face {
	font-family: Metropolis;
	src: local(Metropolis),    /* use locally available Metropolis */
		 url(Metropolis-Regular.woff); /* otherwise, download it */
}

@font-face {
	font-family: Metropolis;
	src: url(Metropolis-Bold.woff);
	font-weight: bold;
}

body {
    font-family: Metropolis;
    color: #000000;
    font-size: 0.95em;
	background-image: url("tk_bg.png");
	background-repeat: no-repeat;
	background-color: black;
}

input[type=text]{
	width: 100px;
}
input[type=password]{
	width: 100px;
}

input[type=text].login-input{
	width: 449px;
	height: 42px;
}
input[type=password].login-input{
	width: 449px;
	height: 42px;
}

.submit-login {
	font-size: 20px;
	text-align: center;
	width: 100%;
	height: 48px;
	background: #007FFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border: 2px solid #007FFF;
	color: #FFFFFF;
	font-family: Metropolis;
}

.submit-login:active {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	color: #007FFF;
}

.title-text{
	color: white;
	font-size: 44px;
	font-weight: bold;
}

.timesheet-user-notice{
	font-size: 28px;
}

.timesheet-user-name{
	font-size: 30px;
	font-weight: bold;
}

.timesheet-row {
	font-size: 8pt;
	text-align: left;
	width: 100%;
}

.timesheet-table {
	width: 100%;
	line-height: 2.6em;
}

.timesheet-note {
	position: relative;
	display: inline-block;
	color: grey;
	line-height: 1.8em;
	border: 1px dotted grey;
	width: 400px;
}

.timesheet-note .timesheet-note-text {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	/*right: 128%;*/
}

.collapsed {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.timesheet-clock-cell {
	/*width: 100px;*/
	line-height: 1.8em;
	font-size: 8pt;
}

.timesheet-hours-cell {
	/*width: 40px;*/
	font-size: 8pt;
}

.timesheet-hours {
	float: right;
	font-size: 8pt;
}

.tmesheet-daily-total {
	text-align: right;
	width: 400px;
}

.timesheet-divider-day {
	background-color: #007FFF;
	color:white;
	font-weight: bold;
	text-align: left;
	font-size: 12pt;
}

.timesheet-divider-month {
	background-color: white;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	line-height: 1.8em;

}

.timesheet-divider-year {
	background-color: #007FFF;
	color:white;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	line-height: 1.8em;
}

.alert {
	color: red;
	font-size: 20px;
}

.info-msg{
	color: red;
    font-size: 20px;
    font-weight: bold;
    background-color: blanchedalmond;
}

.table {
    background: #ffffff;
    border-spacing: initial;
    margin: 15px auto;
    word-break: break-word;
    table-layout: auto;
    color: #333;
    padding: 15px;
	width: 500px;
	box-shadow: 2px 11px 36px #00000014;
	border-radius: 8px;
}

.error-message {
    padding: 7px 10px;
    background: #fff1f2;
    border: #ffd5da 1px solid;
    color: #d6001c;
    border-radius: 4px;
}

.error-info {
    color: #FF0000;
    margin-left: 10px;
}

.submit-button {
	font-size: 20px;
	text-align: center;
	width: 122px;
	height: 33px;
	background: #007FFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border: 2px solid #007FFF;
	color: #FFFFFF;
	border-radius: 6px;
	font-family: Metropolis;
}

.submit-button:active {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	color: #007FFF;
}

.small-button-blue {
	font-size: 14px;
	text-align: center;
	width: 60px;
	height: 20px;
	background: #007FFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border: 2px solid #007FFF;
	color: #FFFFFF;
	border-radius: 6px;
	font-family: Metropolis;
}

.small-button-blue:active {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	color: #007FFF;
}

.small-button-white {
	font-size: 14px;
	text-align: center;
	width: 60px;
	height: 20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border: 2px solid #007FFF;
	color: #007FFF;
	border-radius: 6px;
	font-family: Metropolis;
}

.small-button-white:active {
	background: #007FFF 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.big-button-blue {
	font-size: 28px;
	text-align: center;
	width: 222px;
	height: 63px;
	background: #007FFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border: 2px solid #007FFF;
	color: #FFFFFF;
	border-radius: 6px;
	font-family: Metropolis;
}

.big-button-blue:active {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	color: #007FFF;
}

.big-button-white {
	font-size: 28px;
	text-align: center;
	width: 222px;
	height: 63px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border: 2px solid #007FFF;
	color: #007FFF;
	border-radius: 6px;
	font-family: Metropolis;
}

.big-button-white:active {
	background: #007FFF 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.button-blue {
	text-align: center;
	font-size: 22px;
	background: #007FFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border: 2px solid #007FFF;
	color: #FFFFFF;
	border-radius: 6px;
	font-family: Metropolis;
}

.button-blue:active {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	color: #007FFF;
}

.button-white {
	text-align: center;
	font-size: 22px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border: 2px solid #007FFF;
	color: #007FFF;
	border-radius: 6px;
	font-family: Metropolis;
}

.button-white:active {
	background: #007FFF 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.lastclock-hr {
	border: 1px solid #BABABA;
	width: 457px;
}

.login-label{
	font-size: 24px;
	font-family: Metropolis;
	line-height: 1.8em;
}

#login-div{
	text-align: left;
	width: 457px;
}

#clock-button{
	width: 457px;
	height: 71px;
	background: #007FFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border-radius: 6px;
	text-align: center;
	font-size: 34px;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-family: Metropolis;
}

#clock-button:active {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	color: #007FFF;
}

#timesheet-div {
	background-color: #FFFFFF;
	border: 2px solid #007FFF;
	border-radius: 6px;
	width: 457px;
}

#timesheet-controls{
	color: #FFFFFF;
}

#timesheet-submit {
	width: 457px;
	height: 71px;
	background: #007FFF 0% 0% no-repeat padding-box;
	box-shadow: 6px 7px 12px #00000029;
	border-radius: 6px;
	text-align: center;
	font-size: 34px;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-family: Metropolis;
}
#timesheet-submit:active {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	color: #007FFF;
}

#timesheet-explanation-text
{
	line-height: 1em;
}

#welcome-text{
	font-size: 30px;
}

#welcome-name{
	font-weight: bold;
}

#clock-container {
	position: relative;
	margin: auto;
	height: 22vw;
	/*to make the height and width responsive*/
	width: 22vw;
	background: url(clock.svg) no-repeat;
	/*setting our background image*/
	background-size: 100%;
}

#note-table {
	width: 457px;
}

#note-label {
	text-align: left;
	font-size: 24px;
}

#wfh-label {
	text-align: center;
	font-size: 24px;
}

#note-textarea {
	width: 457px;
	height: 75px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #BABABA;
	border-radius: 6px;
}

#lastclock-span {
	font-style: italic;
	font-size: 22px;
}

table, td, tr {
	border-collapse: collapse;
	padding-right: 8px;
	padding-left: 8px;
}

#hour,
#minute,
#second {
	position: absolute;
	background: white;
	border-radius: 10px;
	transform-origin: bottom;
}

#hour {
	width: 1.8%;
	height: 25%;
	top: 25%;
	left: 48.85%;
	opacity: 0.8;
}

#minute {
	width: 1.6%;
	height: 30%;
	top: 19%;
	left: 48.9%;
	opacity: 0.8;
}

#second {
	width: 1%;
	height: 40%;
	top: 9%;
	left: 49.25%;
	opacity: 0.8;
}
