/*!
 * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */

.clockpicker-popover {
	display: none;
    max-width: 228px;
}
.clockpicker-popover.clockpicker-popover-open {
	display: block;
}
.clockpicker-popover-inline {
	display: block;
	position: static;
}
.clockpicker .input-group-addon {
	cursor: pointer;
}
.clockpicker-moving {
	cursor: move;
}
.clockpicker-align-left.popover > .arrow {
	left: 25px;
}
.clockpicker-align-top.popover > .arrow {
	top: 17px;
}
.clockpicker-align-right.popover > .arrow {
	left: auto;
	right: 25px;
}
.clockpicker-align-bottom.popover > .arrow {
	top: auto;
	bottom: 6px;
}
.clockpicker-popover .popover-title {
	background-color: #fff;
	color: #999;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.clockpicker-popover .popover-title span.cursor-pointer {
	cursor: pointer;
}
.clockpicker-popover .popover-title.blank span,
.clockpicker-popover .popover-title span.clockpicker-span-blank {
	display: none;
}
.clockpicker-popover .popover-title.blank span.clockpicker-span-blank {
	display: inline;
}
.clockpicker-popover .popover-content {
	background-color: #f8f8f8;
	padding: 12px;
}
.popover-content:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.clockpicker-plate {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	overflow: visible;
	position: relative;
	/* Disable text selection highlighting. Thanks to Hermanya */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial,
.clockpicker-dial-overlay {
	width: 200px;
	height: 200px;
	position: absolute;
	left: -1px;
	top: -1px;
}
.clockpicker-minutes {
	visibility: hidden;
}
.clockpicker-tick {
	border-radius: 50%;
	color: #666;
	line-height: 26px;
	text-align: center;
	width: 26px;
	height: 26px;
	position: absolute;
	cursor: pointer;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
	background-color: rgb(192, 229, 247);
	background-color: rgba(0, 149, 221, .25);
}
.clockpicker-button {
	background-image: none;
	background-color: #fff;
	border-width: 1px 0 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin: 0;
	padding: 10px 0;
}
.clockpicker-button+.clockpicker-button {
	margin: 0;
}
.clockpicker-button:hover {
	background-image: none;
	background-color: #ebebeb;
}
.clockpicker-button:focus {
	outline: none!important;
}
.clockpicker-dial {
	-webkit-transition: -webkit-transform 350ms, opacity 350ms;
	-webkit-transition: opacity 350ms, -webkit-transform 350ms;
	transition: opacity 350ms, -webkit-transform 350ms;
	transition: transform 350ms, opacity 350ms;
	transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}
.clockpicker-dial-out {
	opacity: 0;
}
.clockpicker-dial-overlay {
	-webkit-transition: opacity 350ms, z-index 350ms;
	transition: opacity 350ms, z-index 350ms;
	background-color: #f8f8f8;
	z-index: -1;
	opacity: 0;
}
.popover-content.clockpicker-am-pm-active .clockpicker-dial-overlay {
	opacity: 0.8;
	z-index: 1;
}
.clockpicker-hours.clockpicker-dial-out {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
	-webkit-transform: scale(.8, .8);
	transform: scale(.8, .8);
}
.clockpicker-canvas {
	-webkit-transition: opacity 175ms;
	transition: opacity 175ms;
}
.clockpicker-canvas-out {
	opacity: 0.25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
	stroke: none;
	fill: rgb(0, 149, 221);
}
.clockpicker-canvas-bg {
	stroke: none;
	fill: rgb(192, 229, 247);
}
.clockpicker-canvas-bg-trans {
	fill: rgba(0, 149, 221, .25);
}
.clockpicker-canvas line {
	stroke: rgb(0, 149, 221);
	stroke-width: 1;
	stroke-linecap: round;
	/*shape-rendering: crispEdges;*/
}
.clockpicker-am-pm-block {
	height: 30px;
	position: relative;
	z-index: 1;
}
.clockpicker-am-pm-block-hidden {
	display: none;
}
.clockpicker-button.am-button,
.clockpicker-button.pm-button {
	margin: 1px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	-webkit-transition: margin 350ms;
	transition: margin 350ms;
}
.clockpicker-button.am-button {
	float: left;
}
.clockpicker-button.pm-button {
	float: right;
}
.popover-content.clockpicker-am-pm-active .clockpicker-button.am-button {
	margin-top: -115px;
	margin-left: 50px;
}
.popover-content.clockpicker-am-pm-active .clockpicker-button.pm-button {
	margin-top: -115px;
	margin-right: 50px;
}


.clockpicker-span-separator, .clockpicker-span-minutes, .clockpicker-span-am-pm {
  display: none;
}

.clockpicker-am-pm-block {
  display: none;
}

.clockpicker-popover .popover-title,
.clockpicker-popover .popover-footer,
{
  display: none;
}
/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-enter-active {
  /*transition-delay: .25s;*/
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.clockpicker-plate {
  -ms-touch-action: none;
      touch-action: none;
}

.clockpicker-container {
  position: fixed;
  top: -200%;
  left: -200%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
}

.clockpicker-container-shown {
  opacity: 1;
}

.clockpicker-container-transitioning {
  top: 0;
  left: 0;
}

.snackbar .btns {
  float: right;
}

/*
.fprice-button {
    padding: 3em;
    text-align: center;
    text-decoration: none !important;

    > i {
        display: block;
        font-size: 11em;

        &.fa-calendar-plus-o:before {
            margin-left: .07em;
        }
    }
    > span {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 500px) {
    .fprice-button {
        padding: 10vw;

        > i {
            font-size: 30vw;
        }

        > span {
            font-size: 10vw;
        }
    }
}*/

