You are here

time_picker.css in Time Field Picker 8.5

.btn,
.btn-large,
.btn-small,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
[disabled].btn-small,
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #dfdfdf !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default;
}

.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
[disabled].btn-small:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #dfdfdf !important;
  color: #9f9f9f !important;
}

.btn,
.btn-large,
.btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating:hover {
  background-color: #26a69a;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

.btn-floating.btn-large i {
  line-height: 56px;
}

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

.btn-floating.btn-small i {
  line-height: 32.4px;
}

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.fixed-action-btn.active ul {
  visibility: visible;
}

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
}

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

.fixed-action-btn.toolbar.active>a i {
  opacity: 0;
}

.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.btn-flat:focus,
.btn-flat:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-flat:focus {
  background-color: rgba(0,0,0,0.1);
}

.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b2b2 !important;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

.btn-large i {
  font-size: 1.6rem;
}

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

.btn-small i {
  font-size: 1.2rem;
}

.btn-block {
  display: block;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: rgba(0,0,0,0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}

.dropdown-content li:focus {
  outline: none;
  background-color: #dadada;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li>a,
.dropdown-content li>span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li>span>label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li>a>i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

.input-field.col .dropdown-content [type="checkbox"]+label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
  transform: none;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255,255,255,0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244,67,54,0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255,235,59,0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255,152,0,0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156,39,176,0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76,175,80,0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0,150,136,0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0,0,0,0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: .5rem 0 1rem 0;
}

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}

.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0,0,0,0.05);
}

.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.collapsible.popout>li {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout>li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  margin: 16px 0;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0,0,0,0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

.chip>img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.chips.focus {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover {
  cursor: text;
}

.chips .input {
  background: none;
  border: 0;
  color: rgba(0,0,0,0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

.chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}

.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

.materialboxed:hover:not(.active) {
  opacity: .8;
}

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

.range-field {
  position: relative;
}

.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

.timepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.text-primary {
  color: #fff;
}

.timepicker-digital-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
  font: -moz-workspace;
}

.timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
  margin-top: 10px;
}

.timepicker-span-hours {
  margin-right: 3px;
}

.timepicker-span-minutes {
  margin-left: 3px;
}

.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
  margin-top: 1.2rem;
}

.timepicker-analog-display {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
  -ms-flex: 2.5 auto;
  flex: 2.5 auto;
}

.timepicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.timepicker-minutes {
  visibility: hidden;
}

.timepicker-tick {
  border-radius: 50%;
  color: rgba(0,0,0,0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38,166,154,0.25);
}

.timepicker-dial {
  -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;
}

.timepicker-dial-out {
  opacity: 0;
}

.timepicker-dial-out.timepicker-hours {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.timepicker-dial-out.timepicker-minutes {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.timepicker-canvas {
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}

.timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

.timepicker-canvas-out {
  opacity: 0.25;
}

.timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

.timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timepicker-clear {
  color: #f44336;
}

.timepicker-close {
  color: #26a69a;
}

.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

@media only screen and (min-width: 601px) {
  .timepicker-modal {
    max-width: 600px;
  }

  .timepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .timepicker-text-container {
    top: 32%;
  }

  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 3.2rem;
  }
}

.timepicker-modal {
  top: 15% !important;
}

.theme_iris_blue .timepicker-close {
  color: #00bcd4;
}

.theme_iris_blue .timepicker-canvas-bg {
  fill: #00bcd4;
}

.theme_iris_blue .timepicker-canvas-bearing {
  fill: #00bcd4;
}

.theme_iris_blue .timepicker-canvas line {
  stroke: #00bcd4;
}

.theme_iris_blue .timepicker-digital-display {
  background-color: #00bcd4;
}

.theme_sky_blue .timepicker-close {
  color: #0366d6;
}

.theme_sky_blue .timepicker-canvas-bg {
  fill: #0366d6;
}

.theme_sky_blue .timepicker-canvas-bearing {
  fill: #0366d6;
}

.theme_sky_blue .timepicker-canvas line {
  stroke: #0366d6;
}

.theme_sky_blue .timepicker-digital-display {
  background-color: #0366d6;
}

.theme_parrot_green .timepicker-close {
  color: #8bc34a;
}

.theme_parrot_green .timepicker-canvas-bg {
  fill: #8bc34a;
}

.theme_parrot_green .timepicker-canvas-bearing {
  fill: #8bc34a;
}

.theme_parrot_green .timepicker-canvas line {
  stroke: #8bc34a;
}

.theme_parrot_green .timepicker-digital-display {
  background-color: #8bc34a;
}

.theme_dark_gray .timepicker-close {
  color: #212121;
}

.theme_dark_gray .timepicker-canvas-bg {
  fill: #212121;
}

.theme_dark_gray .timepicker-canvas-bearing {
  fill: #212121;
}

.theme_dark_gray .timepicker-canvas line {
  stroke: #212121;
}

.theme_dark_gray .timepicker-digital-display {
  background-color: #212121;
}

File

css/time_picker.css
View source
  1. .btn,
  2. .btn-large,
  3. .btn-small,
  4. .btn-flat {
  5. border: none;
  6. border-radius: 2px;
  7. display: inline-block;
  8. height: 36px;
  9. line-height: 36px;
  10. padding: 0 16px;
  11. text-transform: uppercase;
  12. vertical-align: middle;
  13. -webkit-tap-highlight-color: transparent;
  14. }
  15. .btn.disabled,
  16. .disabled.btn-large,
  17. .disabled.btn-small,
  18. .btn-floating.disabled,
  19. .btn-large.disabled,
  20. .btn-small.disabled,
  21. .btn-flat.disabled,
  22. .btn:disabled,
  23. .btn-large:disabled,
  24. .btn-small:disabled,
  25. .btn-floating:disabled,
  26. .btn-large:disabled,
  27. .btn-small:disabled,
  28. .btn-flat:disabled,
  29. .btn[disabled],
  30. [disabled].btn-large,
  31. [disabled].btn-small,
  32. .btn-floating[disabled],
  33. .btn-large[disabled],
  34. .btn-small[disabled],
  35. .btn-flat[disabled] {
  36. pointer-events: none;
  37. background-color: #dfdfdf !important;
  38. -webkit-box-shadow: none;
  39. box-shadow: none;
  40. color: #9f9f9f !important;
  41. cursor: default;
  42. }
  43. .btn.disabled:hover,
  44. .disabled.btn-large:hover,
  45. .disabled.btn-small:hover,
  46. .btn-floating.disabled:hover,
  47. .btn-large.disabled:hover,
  48. .btn-small.disabled:hover,
  49. .btn-flat.disabled:hover,
  50. .btn:disabled:hover,
  51. .btn-large:disabled:hover,
  52. .btn-small:disabled:hover,
  53. .btn-floating:disabled:hover,
  54. .btn-large:disabled:hover,
  55. .btn-small:disabled:hover,
  56. .btn-flat:disabled:hover,
  57. .btn[disabled]:hover,
  58. [disabled].btn-large:hover,
  59. [disabled].btn-small:hover,
  60. .btn-floating[disabled]:hover,
  61. .btn-large[disabled]:hover,
  62. .btn-small[disabled]:hover,
  63. .btn-flat[disabled]:hover {
  64. background-color: #dfdfdf !important;
  65. color: #9f9f9f !important;
  66. }
  67. .btn,
  68. .btn-large,
  69. .btn-small,
  70. .btn-floating,
  71. .btn-large,
  72. .btn-small,
  73. .btn-flat {
  74. font-size: 14px;
  75. outline: 0;
  76. }
  77. .btn i,
  78. .btn-large i,
  79. .btn-small i,
  80. .btn-floating i,
  81. .btn-large i,
  82. .btn-small i,
  83. .btn-flat i {
  84. font-size: 1.3rem;
  85. line-height: inherit;
  86. }
  87. .btn:focus,
  88. .btn-large:focus,
  89. .btn-small:focus,
  90. .btn-floating:focus {
  91. background-color: #1d7d74;
  92. }
  93. .btn,
  94. .btn-large,
  95. .btn-small {
  96. text-decoration: none;
  97. color: #fff;
  98. background-color: #26a69a;
  99. text-align: center;
  100. letter-spacing: .5px;
  101. -webkit-transition: background-color .2s ease-out;
  102. transition: background-color .2s ease-out;
  103. cursor: pointer;
  104. }
  105. .btn:hover,
  106. .btn-large:hover,
  107. .btn-small:hover {
  108. background-color: #2bbbad;
  109. }
  110. .btn-floating {
  111. display: inline-block;
  112. color: #fff;
  113. position: relative;
  114. overflow: hidden;
  115. z-index: 1;
  116. width: 40px;
  117. height: 40px;
  118. line-height: 40px;
  119. padding: 0;
  120. background-color: #26a69a;
  121. border-radius: 50%;
  122. -webkit-transition: background-color .3s;
  123. transition: background-color .3s;
  124. cursor: pointer;
  125. vertical-align: middle;
  126. }
  127. .btn-floating:hover {
  128. background-color: #26a69a;
  129. }
  130. .btn-floating:before {
  131. border-radius: 0;
  132. }
  133. .btn-floating.btn-large {
  134. width: 56px;
  135. height: 56px;
  136. padding: 0;
  137. }
  138. .btn-floating.btn-large.halfway-fab {
  139. bottom: -28px;
  140. }
  141. .btn-floating.btn-large i {
  142. line-height: 56px;
  143. }
  144. .btn-floating.btn-small {
  145. width: 32.4px;
  146. height: 32.4px;
  147. }
  148. .btn-floating.btn-small.halfway-fab {
  149. bottom: -16.2px;
  150. }
  151. .btn-floating.btn-small i {
  152. line-height: 32.4px;
  153. }
  154. .btn-floating.halfway-fab {
  155. position: absolute;
  156. right: 24px;
  157. bottom: -20px;
  158. }
  159. .btn-floating.halfway-fab.left {
  160. right: auto;
  161. left: 24px;
  162. }
  163. .btn-floating i {
  164. width: inherit;
  165. display: inline-block;
  166. text-align: center;
  167. color: #fff;
  168. font-size: 1.6rem;
  169. line-height: 40px;
  170. }
  171. button.btn-floating {
  172. border: none;
  173. }
  174. .fixed-action-btn {
  175. position: fixed;
  176. right: 23px;
  177. bottom: 23px;
  178. padding-top: 15px;
  179. margin-bottom: 0;
  180. z-index: 997;
  181. }
  182. .fixed-action-btn.active ul {
  183. visibility: visible;
  184. }
  185. .fixed-action-btn.direction-left,
  186. .fixed-action-btn.direction-right {
  187. padding: 0 0 0 15px;
  188. }
  189. .fixed-action-btn.direction-left ul,
  190. .fixed-action-btn.direction-right ul {
  191. text-align: right;
  192. right: 64px;
  193. top: 50%;
  194. -webkit-transform: translateY(-50%);
  195. transform: translateY(-50%);
  196. height: 100%;
  197. left: auto;
  198. width: 500px;
  199. }
  200. .fixed-action-btn.direction-left ul li,
  201. .fixed-action-btn.direction-right ul li {
  202. display: inline-block;
  203. margin: 7.5px 15px 0 0;
  204. }
  205. .fixed-action-btn.direction-right {
  206. padding: 0 15px 0 0;
  207. }
  208. .fixed-action-btn.direction-right ul {
  209. text-align: left;
  210. direction: rtl;
  211. left: 64px;
  212. right: auto;
  213. }
  214. .fixed-action-btn.direction-right ul li {
  215. margin: 7.5px 0 0 15px;
  216. }
  217. .fixed-action-btn.direction-bottom {
  218. padding: 0 0 15px 0;
  219. }
  220. .fixed-action-btn.direction-bottom ul {
  221. top: 64px;
  222. bottom: auto;
  223. display: -webkit-box;
  224. display: -webkit-flex;
  225. display: -ms-flexbox;
  226. display: flex;
  227. -webkit-box-orient: vertical;
  228. -webkit-box-direction: reverse;
  229. -webkit-flex-direction: column-reverse;
  230. -ms-flex-direction: column-reverse;
  231. flex-direction: column-reverse;
  232. }
  233. .fixed-action-btn.direction-bottom ul li {
  234. margin: 15px 0 0 0;
  235. }
  236. .fixed-action-btn.toolbar {
  237. padding: 0;
  238. height: 56px;
  239. }
  240. .fixed-action-btn.toolbar.active>a i {
  241. opacity: 0;
  242. }
  243. .fixed-action-btn.toolbar ul {
  244. display: -webkit-box;
  245. display: -webkit-flex;
  246. display: -ms-flexbox;
  247. display: flex;
  248. top: 0;
  249. bottom: 0;
  250. z-index: 1;
  251. }
  252. .fixed-action-btn.toolbar ul li {
  253. -webkit-box-flex: 1;
  254. -webkit-flex: 1;
  255. -ms-flex: 1;
  256. flex: 1;
  257. display: inline-block;
  258. margin: 0;
  259. height: 100%;
  260. -webkit-transition: none;
  261. transition: none;
  262. }
  263. .fixed-action-btn.toolbar ul li a {
  264. display: block;
  265. overflow: hidden;
  266. position: relative;
  267. width: 100%;
  268. height: 100%;
  269. background-color: transparent;
  270. -webkit-box-shadow: none;
  271. box-shadow: none;
  272. color: #fff;
  273. line-height: 56px;
  274. z-index: 1;
  275. }
  276. .fixed-action-btn.toolbar ul li a i {
  277. line-height: inherit;
  278. }
  279. .fixed-action-btn ul {
  280. left: 0;
  281. right: 0;
  282. text-align: center;
  283. position: absolute;
  284. bottom: 64px;
  285. margin: 0;
  286. visibility: hidden;
  287. }
  288. .fixed-action-btn ul li {
  289. margin-bottom: 15px;
  290. }
  291. .fixed-action-btn ul a.btn-floating {
  292. opacity: 0;
  293. }
  294. .fixed-action-btn .fab-backdrop {
  295. position: absolute;
  296. top: 0;
  297. left: 0;
  298. z-index: -1;
  299. width: 40px;
  300. height: 40px;
  301. background-color: #26a69a;
  302. border-radius: 50%;
  303. -webkit-transform: scale(0);
  304. transform: scale(0);
  305. }
  306. .btn-flat {
  307. -webkit-box-shadow: none;
  308. box-shadow: none;
  309. background-color: transparent;
  310. color: #343434;
  311. cursor: pointer;
  312. -webkit-transition: background-color .2s;
  313. transition: background-color .2s;
  314. }
  315. .btn-flat:focus,
  316. .btn-flat:hover {
  317. -webkit-box-shadow: none;
  318. box-shadow: none;
  319. }
  320. .btn-flat:focus {
  321. background-color: rgba(0,0,0,0.1);
  322. }
  323. .btn-flat.disabled {
  324. background-color: transparent !important;
  325. color: #b3b2b2 !important;
  326. cursor: default;
  327. }
  328. .btn-large {
  329. height: 54px;
  330. line-height: 54px;
  331. font-size: 15px;
  332. padding: 0 28px;
  333. }
  334. .btn-large i {
  335. font-size: 1.6rem;
  336. }
  337. .btn-small {
  338. height: 32.4px;
  339. line-height: 32.4px;
  340. font-size: 13px;
  341. }
  342. .btn-small i {
  343. font-size: 1.2rem;
  344. }
  345. .btn-block {
  346. display: block;
  347. }
  348. .dropdown-content {
  349. background-color: #fff;
  350. margin: 0;
  351. display: none;
  352. min-width: 100px;
  353. overflow-y: auto;
  354. opacity: 0;
  355. position: absolute;
  356. left: 0;
  357. top: 0;
  358. z-index: 9999;
  359. -webkit-transform-origin: 0 0;
  360. transform-origin: 0 0;
  361. }
  362. .dropdown-content:focus {
  363. outline: 0;
  364. }
  365. .dropdown-content li {
  366. clear: both;
  367. color: rgba(0,0,0,0.87);
  368. cursor: pointer;
  369. min-height: 50px;
  370. line-height: 1.5rem;
  371. width: 100%;
  372. text-align: left;
  373. }
  374. .dropdown-content li:hover,
  375. .dropdown-content li.active {
  376. background-color: #eee;
  377. }
  378. .dropdown-content li:focus {
  379. outline: none;
  380. background-color: #dadada;
  381. }
  382. .dropdown-content li.divider {
  383. min-height: 0;
  384. height: 1px;
  385. }
  386. .dropdown-content li>a,
  387. .dropdown-content li>span {
  388. font-size: 16px;
  389. color: #26a69a;
  390. display: block;
  391. line-height: 22px;
  392. padding: 14px 16px;
  393. }
  394. .dropdown-content li>span>label {
  395. top: 1px;
  396. left: 0;
  397. height: 18px;
  398. }
  399. .dropdown-content li>a>i {
  400. height: inherit;
  401. line-height: inherit;
  402. float: left;
  403. margin: 0 24px 0 0;
  404. width: 24px;
  405. }
  406. .input-field.col .dropdown-content [type="checkbox"]+label {
  407. top: 1px;
  408. left: 0;
  409. height: 18px;
  410. -webkit-transform: none;
  411. transform: none;
  412. }
  413. /*!
  414. * Waves v0.6.0
  415. * http://fian.my.id/Waves
  416. *
  417. * Copyright 2014 Alfiana E. Sibuea and other contributors
  418. * Released under the MIT license
  419. * https://github.com/fians/Waves/blob/master/LICENSE
  420. */.waves-effect {
  421. position: relative;
  422. cursor: pointer;
  423. display: inline-block;
  424. overflow: hidden;
  425. -webkit-user-select: none;
  426. -moz-user-select: none;
  427. -ms-user-select: none;
  428. user-select: none;
  429. -webkit-tap-highlight-color: transparent;
  430. vertical-align: middle;
  431. z-index: 1;
  432. -webkit-transition: .3s ease-out;
  433. transition: .3s ease-out;
  434. }
  435. .waves-effect .waves-ripple {
  436. position: absolute;
  437. border-radius: 50%;
  438. width: 20px;
  439. height: 20px;
  440. margin-top: -10px;
  441. margin-left: -10px;
  442. opacity: 0;
  443. background: rgba(0,0,0,0.2);
  444. -webkit-transition: all 0.7s ease-out;
  445. transition: all 0.7s ease-out;
  446. -webkit-transition-property: opacity, -webkit-transform;
  447. transition-property: opacity, -webkit-transform;
  448. transition-property: transform, opacity;
  449. transition-property: transform, opacity, -webkit-transform;
  450. -webkit-transform: scale(0);
  451. transform: scale(0);
  452. pointer-events: none;
  453. }
  454. .waves-effect.waves-light .waves-ripple {
  455. background-color: rgba(255,255,255,0.45);
  456. }
  457. .waves-effect.waves-red .waves-ripple {
  458. background-color: rgba(244,67,54,0.7);
  459. }
  460. .waves-effect.waves-yellow .waves-ripple {
  461. background-color: rgba(255,235,59,0.7);
  462. }
  463. .waves-effect.waves-orange .waves-ripple {
  464. background-color: rgba(255,152,0,0.7);
  465. }
  466. .waves-effect.waves-purple .waves-ripple {
  467. background-color: rgba(156,39,176,0.7);
  468. }
  469. .waves-effect.waves-green .waves-ripple {
  470. background-color: rgba(76,175,80,0.7);
  471. }
  472. .waves-effect.waves-teal .waves-ripple {
  473. background-color: rgba(0,150,136,0.7);
  474. }
  475. .waves-effect input[type="button"],
  476. .waves-effect input[type="reset"],
  477. .waves-effect input[type="submit"] {
  478. border: 0;
  479. font-style: normal;
  480. font-size: inherit;
  481. text-transform: inherit;
  482. background: none;
  483. }
  484. .waves-effect img {
  485. position: relative;
  486. z-index: -1;
  487. }
  488. .waves-notransition {
  489. -webkit-transition: none !important;
  490. transition: none !important;
  491. }
  492. .waves-circle {
  493. -webkit-transform: translateZ(0);
  494. transform: translateZ(0);
  495. -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  496. }
  497. .waves-input-wrapper {
  498. border-radius: 0.2em;
  499. vertical-align: bottom;
  500. }
  501. .waves-input-wrapper .waves-button-input {
  502. position: relative;
  503. top: 0;
  504. left: 0;
  505. z-index: 1;
  506. }
  507. .waves-circle {
  508. text-align: center;
  509. width: 2.5em;
  510. height: 2.5em;
  511. line-height: 2.5em;
  512. border-radius: 50%;
  513. -webkit-mask-image: none;
  514. }
  515. .waves-block {
  516. display: block;
  517. }
  518. .waves-effect .waves-ripple {
  519. z-index: -1;
  520. }
  521. .modal {
  522. display: none;
  523. position: fixed;
  524. left: 0;
  525. right: 0;
  526. background-color: #fafafa;
  527. padding: 0;
  528. max-height: 70%;
  529. width: 55%;
  530. margin: auto;
  531. overflow-y: auto;
  532. border-radius: 2px;
  533. will-change: top, opacity;
  534. }
  535. @media only screen and (max-width: 992px) {
  536. .modal {
  537. width: 80%;
  538. }
  539. }
  540. .modal h1,
  541. .modal h2,
  542. .modal h3,
  543. .modal h4 {
  544. margin-top: 0;
  545. }
  546. .modal .modal-content {
  547. padding: 24px;
  548. }
  549. .modal .modal-close {
  550. cursor: pointer;
  551. }
  552. .modal .modal-footer {
  553. border-radius: 0 0 2px 2px;
  554. background-color: #fafafa;
  555. padding: 4px 6px;
  556. height: 56px;
  557. width: 100%;
  558. text-align: right;
  559. }
  560. .modal .modal-footer .btn,
  561. .modal .modal-footer .btn-large,
  562. .modal .modal-footer .btn-small,
  563. .modal .modal-footer .btn-flat {
  564. margin: 6px 0;
  565. }
  566. .modal-overlay {
  567. position: fixed;
  568. z-index: 999;
  569. top: -25%;
  570. left: 0;
  571. bottom: 0;
  572. right: 0;
  573. height: 125%;
  574. width: 100%;
  575. background: #000;
  576. display: none;
  577. will-change: opacity;
  578. }
  579. .modal.modal-fixed-footer {
  580. padding: 0;
  581. height: 70%;
  582. }
  583. .modal.modal-fixed-footer .modal-content {
  584. position: absolute;
  585. height: calc(100% - 56px);
  586. max-height: 100%;
  587. width: 100%;
  588. overflow-y: auto;
  589. }
  590. .modal.modal-fixed-footer .modal-footer {
  591. border-top: 1px solid rgba(0,0,0,0.1);
  592. position: absolute;
  593. bottom: 0;
  594. }
  595. .modal.bottom-sheet {
  596. top: auto;
  597. bottom: -100%;
  598. margin: 0;
  599. width: 100%;
  600. max-height: 45%;
  601. border-radius: 0;
  602. will-change: bottom, opacity;
  603. }
  604. .collapsible {
  605. border-top: 1px solid #ddd;
  606. border-right: 1px solid #ddd;
  607. border-left: 1px solid #ddd;
  608. margin: .5rem 0 1rem 0;
  609. }
  610. .collapsible-header {
  611. display: -webkit-box;
  612. display: -webkit-flex;
  613. display: -ms-flexbox;
  614. display: flex;
  615. cursor: pointer;
  616. -webkit-tap-highlight-color: transparent;
  617. line-height: 1.5;
  618. padding: 1rem;
  619. background-color: #fff;
  620. border-bottom: 1px solid #ddd;
  621. }
  622. .collapsible-header i {
  623. width: 2rem;
  624. font-size: 1.6rem;
  625. display: inline-block;
  626. text-align: center;
  627. margin-right: 1rem;
  628. }
  629. .collapsible-body {
  630. display: none;
  631. border-bottom: 1px solid #ddd;
  632. -webkit-box-sizing: border-box;
  633. box-sizing: border-box;
  634. padding: 2rem;
  635. }
  636. .sidenav .collapsible,
  637. .sidenav.fixed .collapsible {
  638. border: none;
  639. -webkit-box-shadow: none;
  640. box-shadow: none;
  641. }
  642. .sidenav .collapsible li,
  643. .sidenav.fixed .collapsible li {
  644. padding: 0;
  645. }
  646. .sidenav .collapsible-header,
  647. .sidenav.fixed .collapsible-header {
  648. background-color: transparent;
  649. border: none;
  650. line-height: inherit;
  651. height: inherit;
  652. padding: 0 16px;
  653. }
  654. .sidenav .collapsible-header:hover,
  655. .sidenav.fixed .collapsible-header:hover {
  656. background-color: rgba(0,0,0,0.05);
  657. }
  658. .sidenav .collapsible-header i,
  659. .sidenav.fixed .collapsible-header i {
  660. line-height: inherit;
  661. }
  662. .sidenav .collapsible-body,
  663. .sidenav.fixed .collapsible-body {
  664. border: 0;
  665. background-color: #fff;
  666. }
  667. .sidenav .collapsible-body li a,
  668. .sidenav.fixed .collapsible-body li a {
  669. padding: 0 23.5px 0 31px;
  670. }
  671. .collapsible.popout {
  672. border: none;
  673. -webkit-box-shadow: none;
  674. box-shadow: none;
  675. }
  676. .collapsible.popout>li {
  677. -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  678. box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  679. margin: 0 24px;
  680. -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  681. transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  682. }
  683. .collapsible.popout>li.active {
  684. -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  685. box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  686. margin: 16px 0;
  687. }
  688. .chip {
  689. display: inline-block;
  690. height: 32px;
  691. font-size: 13px;
  692. font-weight: 500;
  693. color: rgba(0,0,0,0.6);
  694. line-height: 32px;
  695. padding: 0 12px;
  696. border-radius: 16px;
  697. background-color: #e4e4e4;
  698. margin-bottom: 5px;
  699. margin-right: 5px;
  700. }
  701. .chip:focus {
  702. outline: none;
  703. background-color: #26a69a;
  704. color: #fff;
  705. }
  706. .chip>img {
  707. float: left;
  708. margin: 0 8px 0 -12px;
  709. height: 32px;
  710. width: 32px;
  711. border-radius: 50%;
  712. }
  713. .chip .close {
  714. cursor: pointer;
  715. float: right;
  716. font-size: 16px;
  717. line-height: 32px;
  718. padding-left: 8px;
  719. }
  720. .chips {
  721. border: none;
  722. border-bottom: 1px solid #9e9e9e;
  723. -webkit-box-shadow: none;
  724. box-shadow: none;
  725. margin: 0 0 8px 0;
  726. min-height: 45px;
  727. outline: none;
  728. -webkit-transition: all .3s;
  729. transition: all .3s;
  730. }
  731. .chips.focus {
  732. border-bottom: 1px solid #26a69a;
  733. -webkit-box-shadow: 0 1px 0 0 #26a69a;
  734. box-shadow: 0 1px 0 0 #26a69a;
  735. }
  736. .chips:hover {
  737. cursor: text;
  738. }
  739. .chips .input {
  740. background: none;
  741. border: 0;
  742. color: rgba(0,0,0,0.6);
  743. display: inline-block;
  744. font-size: 16px;
  745. height: 3rem;
  746. line-height: 32px;
  747. outline: 0;
  748. margin: 0;
  749. padding: 0 !important;
  750. width: 120px !important;
  751. }
  752. .chips .input:focus {
  753. border: 0 !important;
  754. -webkit-box-shadow: none !important;
  755. box-shadow: none !important;
  756. }
  757. .chips .autocomplete-content {
  758. margin-top: 0;
  759. margin-bottom: 0;
  760. }
  761. .prefix ~ .chips {
  762. margin-left: 3rem;
  763. width: 92%;
  764. width: calc(100% - 3rem);
  765. }
  766. .chips:empty ~ label {
  767. font-size: 0.8rem;
  768. -webkit-transform: translateY(-140%);
  769. transform: translateY(-140%);
  770. }
  771. .materialboxed {
  772. display: block;
  773. cursor: -webkit-zoom-in;
  774. cursor: zoom-in;
  775. position: relative;
  776. -webkit-transition: opacity .4s;
  777. transition: opacity .4s;
  778. -webkit-backface-visibility: hidden;
  779. }
  780. .materialboxed:hover:not(.active) {
  781. opacity: .8;
  782. }
  783. .materialboxed.active {
  784. cursor: -webkit-zoom-out;
  785. cursor: zoom-out;
  786. }
  787. #materialbox-overlay {
  788. position: fixed;
  789. top: 0;
  790. right: 0;
  791. bottom: 0;
  792. left: 0;
  793. background-color: #292929;
  794. z-index: 1000;
  795. will-change: opacity;
  796. }
  797. .materialbox-caption {
  798. position: fixed;
  799. display: none;
  800. color: #fff;
  801. line-height: 50px;
  802. bottom: 0;
  803. left: 0;
  804. width: 100%;
  805. text-align: center;
  806. padding: 0% 15%;
  807. height: 50px;
  808. z-index: 1000;
  809. -webkit-font-smoothing: antialiased;
  810. }
  811. .range-field {
  812. position: relative;
  813. }
  814. .timepicker-modal {
  815. max-width: 325px;
  816. max-height: none;
  817. }
  818. .timepicker-container.modal-content {
  819. display: -webkit-box;
  820. display: -webkit-flex;
  821. display: -ms-flexbox;
  822. display: flex;
  823. -webkit-box-orient: vertical;
  824. -webkit-box-direction: normal;
  825. -webkit-flex-direction: column;
  826. -ms-flex-direction: column;
  827. flex-direction: column;
  828. padding: 0;
  829. }
  830. .text-primary {
  831. color: #fff;
  832. }
  833. .timepicker-digital-display {
  834. -webkit-box-flex: 1;
  835. -webkit-flex: 1 auto;
  836. -ms-flex: 1 auto;
  837. flex: 1 auto;
  838. background-color: #26a69a;
  839. padding: 10px;
  840. font-weight: 300;
  841. font: -moz-workspace;
  842. }
  843. .timepicker-text-container {
  844. font-size: 4rem;
  845. font-weight: bold;
  846. text-align: center;
  847. color: rgba(255,255,255,0.6);
  848. font-weight: 400;
  849. position: relative;
  850. -webkit-user-select: none;
  851. -moz-user-select: none;
  852. -ms-user-select: none;
  853. user-select: none;
  854. }
  855. .timepicker-span-hours,
  856. .timepicker-span-minutes,
  857. .timepicker-span-am-pm div {
  858. cursor: pointer;
  859. margin-top: 10px;
  860. }
  861. .timepicker-span-hours {
  862. margin-right: 3px;
  863. }
  864. .timepicker-span-minutes {
  865. margin-left: 3px;
  866. }
  867. .timepicker-display-am-pm {
  868. font-size: 1.3rem;
  869. position: absolute;
  870. right: 1rem;
  871. bottom: 1rem;
  872. font-weight: 400;
  873. margin-top: 1.2rem;
  874. }
  875. .timepicker-analog-display {
  876. -webkit-box-flex: 2.5;
  877. -webkit-flex: 2.5 auto;
  878. -ms-flex: 2.5 auto;
  879. flex: 2.5 auto;
  880. }
  881. .timepicker-plate {
  882. background-color: #eee;
  883. border-radius: 50%;
  884. width: 270px;
  885. height: 270px;
  886. overflow: visible;
  887. position: relative;
  888. margin: auto;
  889. margin-top: 25px;
  890. margin-bottom: 5px;
  891. -webkit-user-select: none;
  892. -moz-user-select: none;
  893. -ms-user-select: none;
  894. user-select: none;
  895. }
  896. .timepicker-canvas,
  897. .timepicker-dial {
  898. position: absolute;
  899. left: 0;
  900. right: 0;
  901. top: 0;
  902. bottom: 0;
  903. }
  904. .timepicker-minutes {
  905. visibility: hidden;
  906. }
  907. .timepicker-tick {
  908. border-radius: 50%;
  909. color: rgba(0,0,0,0.87);
  910. line-height: 40px;
  911. text-align: center;
  912. width: 40px;
  913. height: 40px;
  914. position: absolute;
  915. cursor: pointer;
  916. font-size: 15px;
  917. }
  918. .timepicker-tick.active,
  919. .timepicker-tick:hover {
  920. background-color: rgba(38,166,154,0.25);
  921. }
  922. .timepicker-dial {
  923. -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  924. transition: opacity 350ms, -webkit-transform 350ms;
  925. transition: transform 350ms, opacity 350ms;
  926. transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
  927. }
  928. .timepicker-dial-out {
  929. opacity: 0;
  930. }
  931. .timepicker-dial-out.timepicker-hours {
  932. -webkit-transform: scale(1.1, 1.1);
  933. transform: scale(1.1, 1.1);
  934. }
  935. .timepicker-dial-out.timepicker-minutes {
  936. -webkit-transform: scale(0.8, 0.8);
  937. transform: scale(0.8, 0.8);
  938. }
  939. .timepicker-canvas {
  940. -webkit-transition: opacity 175ms;
  941. transition: opacity 175ms;
  942. }
  943. .timepicker-canvas line {
  944. stroke: #26a69a;
  945. stroke-width: 4;
  946. stroke-linecap: round;
  947. }
  948. .timepicker-canvas-out {
  949. opacity: 0.25;
  950. }
  951. .timepicker-canvas-bearing {
  952. stroke: none;
  953. fill: #26a69a;
  954. }
  955. .timepicker-canvas-bg {
  956. stroke: none;
  957. fill: #26a69a;
  958. }
  959. .timepicker-footer {
  960. margin: 0 auto;
  961. padding: 5px 1rem;
  962. display: -webkit-box;
  963. display: -webkit-flex;
  964. display: -ms-flexbox;
  965. display: flex;
  966. -webkit-box-pack: justify;
  967. -webkit-justify-content: space-between;
  968. -ms-flex-pack: justify;
  969. justify-content: space-between;
  970. }
  971. .timepicker-clear {
  972. color: #f44336;
  973. }
  974. .timepicker-close {
  975. color: #26a69a;
  976. }
  977. .timepicker-clear,
  978. .timepicker-close {
  979. padding: 0 20px;
  980. }
  981. @media only screen and (min-width: 601px) {
  982. .timepicker-modal {
  983. max-width: 600px;
  984. }
  985. .timepicker-container.modal-content {
  986. -webkit-box-orient: horizontal;
  987. -webkit-box-direction: normal;
  988. -webkit-flex-direction: row;
  989. -ms-flex-direction: row;
  990. flex-direction: row;
  991. }
  992. .timepicker-text-container {
  993. top: 32%;
  994. }
  995. .timepicker-display-am-pm {
  996. position: relative;
  997. right: auto;
  998. bottom: auto;
  999. text-align: center;
  1000. margin-top: 3.2rem;
  1001. }
  1002. }
  1003. .timepicker-modal {
  1004. top: 15% !important;
  1005. }
  1006. .theme_iris_blue .timepicker-close {
  1007. color: #00bcd4;
  1008. }
  1009. .theme_iris_blue .timepicker-canvas-bg {
  1010. fill: #00bcd4;
  1011. }
  1012. .theme_iris_blue .timepicker-canvas-bearing {
  1013. fill: #00bcd4;
  1014. }
  1015. .theme_iris_blue .timepicker-canvas line {
  1016. stroke: #00bcd4;
  1017. }
  1018. .theme_iris_blue .timepicker-digital-display {
  1019. background-color: #00bcd4;
  1020. }
  1021. .theme_sky_blue .timepicker-close {
  1022. color: #0366d6;
  1023. }
  1024. .theme_sky_blue .timepicker-canvas-bg {
  1025. fill: #0366d6;
  1026. }
  1027. .theme_sky_blue .timepicker-canvas-bearing {
  1028. fill: #0366d6;
  1029. }
  1030. .theme_sky_blue .timepicker-canvas line {
  1031. stroke: #0366d6;
  1032. }
  1033. .theme_sky_blue .timepicker-digital-display {
  1034. background-color: #0366d6;
  1035. }
  1036. .theme_parrot_green .timepicker-close {
  1037. color: #8bc34a;
  1038. }
  1039. .theme_parrot_green .timepicker-canvas-bg {
  1040. fill: #8bc34a;
  1041. }
  1042. .theme_parrot_green .timepicker-canvas-bearing {
  1043. fill: #8bc34a;
  1044. }
  1045. .theme_parrot_green .timepicker-canvas line {
  1046. stroke: #8bc34a;
  1047. }
  1048. .theme_parrot_green .timepicker-digital-display {
  1049. background-color: #8bc34a;
  1050. }
  1051. .theme_dark_gray .timepicker-close {
  1052. color: #212121;
  1053. }
  1054. .theme_dark_gray .timepicker-canvas-bg {
  1055. fill: #212121;
  1056. }
  1057. .theme_dark_gray .timepicker-canvas-bearing {
  1058. fill: #212121;
  1059. }
  1060. .theme_dark_gray .timepicker-canvas line {
  1061. stroke: #212121;
  1062. }
  1063. .theme_dark_gray .timepicker-digital-display {
  1064. background-color: #212121;
  1065. }