237 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			237 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
/* Color*/
 | 
						|
/* @import 'components/color-classes';*/
 | 
						|
/* Variables;*/
 | 
						|
/* Reset*/
 | 
						|
/* @import 'components/normalize';*/
 | 
						|
/* PHP Form Builder custom css */
 | 
						|
/* Validation Sass Placeholders */
 | 
						|
/* extracted from forms/_input-fields.scss */
 | 
						|
/* Custom styles for Bootstrap 4 compatibility */
 | 
						|
.timepicker-modal {
 | 
						|
  bottom: auto; }
 | 
						|
 | 
						|
.timepicker-container {
 | 
						|
  border: none; }
 | 
						|
 | 
						|
.btn-flat.timepicker-close {
 | 
						|
  height: 36px;
 | 
						|
  line-height: 36px;
 | 
						|
  text-transform: uppercase;
 | 
						|
  cursor: pointer;
 | 
						|
  border: none !important;
 | 
						|
  -webkit-box-shadow: none !important;
 | 
						|
          box-shadow: none !important;
 | 
						|
  background-color: transparent; }
 | 
						|
  .btn-flat.timepicker-close:hover, .btn-flat.timepicker-close:focus {
 | 
						|
    outline: 0;
 | 
						|
    background-color: rgba(0, 0, 0, 0.1); }
 | 
						|
 | 
						|
/* components*/
 | 
						|
/* @import 'components/global';*/
 | 
						|
/* @import 'components/badges';*/
 | 
						|
/* @import 'components/icons-material-design';*/
 | 
						|
/* @import 'components/grid';*/
 | 
						|
/* @import 'components/navbar';*/
 | 
						|
/* @import 'components/typography';*/
 | 
						|
/* @import 'components/transitions';*/
 | 
						|
/* @import 'components/cards';*/
 | 
						|
/* @import 'components/toast';*/
 | 
						|
/* @import 'components/tabs';*/
 | 
						|
/* @import 'components/tooltip';*/
 | 
						|
/* @import "components/buttons";*/
 | 
						|
/* @import 'components/dropdown';*/
 | 
						|
/* @import 'components/waves';*/
 | 
						|
/* @import 'components/modal';*/
 | 
						|
/* @import 'components/collapsible';*/
 | 
						|
/* @import 'components/chips';*/
 | 
						|
/* @import 'components/materialbox';*/
 | 
						|
/* @import 'components/forms/select';*/
 | 
						|
/* @import 'components/table_of_contents';*/
 | 
						|
/* @import 'components/sidenav';*/
 | 
						|
/* @import 'components/preloader';*/
 | 
						|
/* @import 'components/slider';*/
 | 
						|
/* @import 'components/carousel';*/
 | 
						|
/* @import 'components/tapTarget';*/
 | 
						|
/* @import 'components/pulse';*/
 | 
						|
/* @import 'components/datepicker'; */
 | 
						|
/* Timepicker Containers */
 | 
						|
.timepicker-modal {
 | 
						|
  max-width: 325px;
 | 
						|
  max-height: none; }
 | 
						|
 | 
						|
.timepicker-container.modal-content {
 | 
						|
  display: -webkit-box;
 | 
						|
  display: -ms-flexbox;
 | 
						|
  display: flex;
 | 
						|
  -webkit-box-orient: vertical;
 | 
						|
  -webkit-box-direction: normal;
 | 
						|
      -ms-flex-direction: column;
 | 
						|
          flex-direction: column;
 | 
						|
  padding: 0; }
 | 
						|
 | 
						|
.text-primary {
 | 
						|
  color: white; }
 | 
						|
 | 
						|
/* Clock Digital Display */
 | 
						|
.timepicker-digital-display {
 | 
						|
  -webkit-box-flex: 1;
 | 
						|
      -ms-flex: 1 auto;
 | 
						|
          flex: 1 auto;
 | 
						|
  background-color: #26a69a;
 | 
						|
  padding: 10px;
 | 
						|
  font-weight: 300; }
 | 
						|
 | 
						|
.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; }
 | 
						|
 | 
						|
.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; }
 | 
						|
 | 
						|
/* Analog Clock Display */
 | 
						|
.timepicker-analog-display {
 | 
						|
  -webkit-box-flex: 2.5;
 | 
						|
      -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;
 | 
						|
  -o-transition: transform 350ms, opacity 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);
 | 
						|
        -ms-transform: scale(1.1, 1.1);
 | 
						|
            transform: scale(1.1, 1.1); }
 | 
						|
  .timepicker-dial-out.timepicker-minutes {
 | 
						|
    -webkit-transform: scale(0.8, 0.8);
 | 
						|
        -ms-transform: scale(0.8, 0.8);
 | 
						|
            transform: scale(0.8, 0.8); }
 | 
						|
 | 
						|
.timepicker-canvas {
 | 
						|
  -webkit-transition: opacity 175ms;
 | 
						|
  -o-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; }
 | 
						|
 | 
						|
/* Footer */
 | 
						|
.timepicker-footer {
 | 
						|
  margin: 0 auto;
 | 
						|
  padding: 5px 1rem;
 | 
						|
  display: -webkit-box;
 | 
						|
  display: -ms-flexbox;
 | 
						|
  display: flex;
 | 
						|
  -webkit-box-pack: justify;
 | 
						|
      -ms-flex-pack: justify;
 | 
						|
          justify-content: space-between; }
 | 
						|
 | 
						|
.timepicker-clear {
 | 
						|
  color: #F44336; }
 | 
						|
 | 
						|
.timepicker-close {
 | 
						|
  color: #26a69a; }
 | 
						|
 | 
						|
.timepicker-clear,
 | 
						|
.timepicker-close {
 | 
						|
  padding: 0 20px; }
 | 
						|
 | 
						|
/* Media Queries */
 | 
						|
@media only screen and (min-width: 601px) {
 | 
						|
  .timepicker-modal {
 | 
						|
    max-width: 600px; }
 | 
						|
  .timepicker-container.modal-content {
 | 
						|
    -webkit-box-orient: horizontal;
 | 
						|
    -webkit-box-direction: normal;
 | 
						|
        -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: 1.2rem; } }
 |