/* ------ */
body {
	background-color: #f5f5f5;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
h1 {
	color: dodgerblue;
	font-weight: 100;
}
h3 {
	font-weight: 100;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
h3 span {
	border-bottom: 1px solid;
	letter-spacing: 1.5px;
	padding: 0 5px;
}
.container {
	padding-bottom: 20px;
	padding-top: 40px;
}
.btn {
	border-radius: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.btn:focus {
	outline: none;
}
.btn:focus:active {
	outline: none;
}
.btn-primary {
	background-color: dodgerblue;
	border-color: transparent;
}
.btn-primary:hover {
	background-color: #1371ce;
	border-color: transparent;
}
.btn-danger {
	background-color: crimson;
	border-color: transparent;
}
.btn-danger:hover {
	background-color: #bf0f30;
	border-color: transparent;
}
.btn-xs {
	padding-left: 10px;
	padding-right: 10px;
}
.modal-content {
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.panel {
	margin-bottom: 10px;
}
.form-control {
	border-radius: 17px;
}
.timer {
	margin-bottom: 20px;
}
.timer-data {
	border-bottom: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
}
.timer-digits {
	font-size: 1.7em;
	font-weight: 100;
	margin-bottom: 0;
}
.timer-digits .over {
	color: crimson;
}
.timer-buttons {
	padding-bottom: 10px;
}
.add-timer {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
.web-link {
	display: block;
	margin-top: 5px;
	opacity: .2;
}
.web-link:hover {
	opacity: .15;
}
.input-number {
	display: block;
	font-size: 1.4em;
	font-weight: 100;
}
.input-number.one {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.input-number.two {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.input-number.three {
	border-bottom: 1px solid #ddd;
}
.input-number.four {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.input-number.five {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.input-number.six {
	border-bottom: 1px solid #ddd;
}
.input-number.seven {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.input-number.eight {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.input-number.nine {
	border-bottom: 1px solid #ddd;
}
.input-number.zero {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.input-number:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}
.progress {
	border-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
	height: 4px;
	margin-bottom: 0;
}
.progress .progress-bar-success {
	background-color: crimson;
}

/* COUNDOWN */
/*.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}*/
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	opacity: .5;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	/*font-size: 75%;*/
	text-align: center;
}
.countdown-amount {
    /*font-size: 200%;*/
}
.countdown-period {
    display: block;
}
.countdown-period {
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	width: 100%;
}
/* COUNDOWN */

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.share-container {
	background-color: #202020;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	left: 0;
	padding: 10px 10px 6px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}