.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.nofocus:focus {
	outline: 0;
}

.time-text {
	font-size: 35px;
	font-weight: bold;
	display: inline;
	float: right;
	margin-right: 40px;
}

.ftr-no-header {
	
}

.ftr-no-header .dialogTop {
	display: none;
}

.horizontal-aligned {
	display: inline;
	float: right;
}

.time-picker-top {
	
	color: #fafafa;
	height: 50px;
	width: 100%;
}

.time-picker-container {
	height: 300px;
	width: 240px;
}

.am-labels-container {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	font-size: 12px;
}

.time-picker-label {
	color: #9e9e9e;
	float: left;
	padding: 4px;
}

.hourIndicatorLine {
	stroke-width: 4;
	stroke: #0c0406;
	stroke-linecap: round;
}


.secondsIndicatorLine {
	stroke-width: 1;
	stroke: grey;
	stroke-linecap: round;
}

.minuteIndicatorLine {
	stroke-width: 2;
	stroke: red;
	stroke-linecap: round;
}

.clock {
	fill: #eeeeee;
}

.clock text {
	font-size: 18px;
	fill: #393333;
}

svg.clock {
	height: 240px;
	width: 240px;
}

.minutesIndicatorLine {
	stroke-width: 1;
	stroke: #b9b3b3;
}

.minutesIndicatorLine.main {
	stroke-width: 2;
	stroke: #aca3a3;
}

.pointerEndCircle {
	fill: #64b5f6;
}

.analog-clock {
	display: inline-block;
}

.digital-clock {
	font-weight: bold;
	font-size: 32px;
	padding-right: 12px;
	padding-left: 12px;
	display: flex;
}

.digital-clock .hours {

}

.digital-clock .clock-divider {
	font-size: 24px;
}
.digital-clock .minutes {

}

.digital-clock .seconds {

}

.hourglass {
	fill: #eeeeee;
}

.hourglass text {
	font-size: 25px;
	fill: #666;
}

text.selected {
	fill: #fafafa;
}


.target {
	cursor: pointer;
}

svg.hourglass {
	height: 240px;
	width: 240px;
}

.right-align-button {
	float: right;
	margin-right: 12px;
	cursor: pointer;
	color: #009688;
	font-size: 15px;
}

.time-picker-container .unselected {
	opacity: 0.8;
	cursor: pointer;
}

.time-picker-container .selected {
	color: #fafafa;
}