2015-07-20 22:41:24 +03:00
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
* Easy!Appointments - Open Source Web Scheduler
|
2015-10-05 01:02:07 +03:00
|
|
|
*
|
2015-07-20 22:41:24 +03:00
|
|
|
* @package EasyAppointments
|
|
|
|
* @author A.Tselegidis <alextselegidis@gmail.com>
|
2020-03-11 12:10:59 +03:00
|
|
|
* @copyright Copyright (c) 2013 - 2020, Alex Tselegidis
|
2015-10-05 01:02:07 +03:00
|
|
|
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
|
2015-07-20 22:41:24 +03:00
|
|
|
* @link http://easyappointments.org
|
|
|
|
* @since v1.0.0
|
|
|
|
* ---------------------------------------------------------------------------- */
|
|
|
|
|
2018-01-02 15:05:10 +03:00
|
|
|
@-moz-document url-prefix() {
|
|
|
|
body .checkbox input[type="checkbox"] {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-18 17:56:12 +03:00
|
|
|
body .custom-qtip {
|
2015-07-27 23:08:51 +03:00
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 10px;
|
|
|
|
box-shadow: 1px 1px 3px #767676;
|
2013-10-18 17:56:12 +03:00
|
|
|
background: #EFFDF6;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #258D53;
|
|
|
|
}
|
|
|
|
|
2016-07-13 23:56:05 +03:00
|
|
|
body .ui-widget {
|
2016-10-06 21:12:30 +03:00
|
|
|
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2016-07-16 21:14:10 +03:00
|
|
|
font-size: 1.1em;
|
2016-07-13 23:56:05 +03:00
|
|
|
}
|
|
|
|
|
2015-10-06 00:30:33 +03:00
|
|
|
body .ui-widget-overlay {
|
|
|
|
background: #000 50% 50% repeat-x;
|
|
|
|
opacity: .5;
|
|
|
|
filter: Alpha(Opacity=50);
|
|
|
|
}
|
|
|
|
|
2013-10-20 19:45:46 +03:00
|
|
|
body .ui-dialog .ui-dialog-titlebar-close {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-draggable .ui-dialog-titlebar {
|
2016-10-06 21:12:30 +03:00
|
|
|
background: #39c678;
|
2013-10-20 19:45:46 +03:00
|
|
|
color: #FFF;
|
2015-07-27 23:57:02 +03:00
|
|
|
font-size: 1.5em;
|
2016-07-13 23:56:05 +03:00
|
|
|
font-weight: lighter;
|
|
|
|
padding: 12px 10px;
|
2015-12-14 00:36:54 +02:00
|
|
|
border: none;
|
2016-07-13 23:56:05 +03:00
|
|
|
border-bottom: 4px solid #c0f1d6;
|
2013-10-20 19:45:46 +03:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-dialog {
|
|
|
|
padding: 0;
|
2013-12-05 23:53:27 +02:00
|
|
|
z-index: 2000;
|
2015-10-06 00:30:33 +03:00
|
|
|
border: none !important;
|
|
|
|
box-shadow: 0 0 10px #333;
|
2013-10-20 19:45:46 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-dialog .ui-dialog-buttonpane {
|
|
|
|
padding: .3em 1em .3em .4em;
|
2015-07-08 01:50:25 +03:00
|
|
|
border: none;
|
2013-10-20 19:45:46 +03:00
|
|
|
}
|
|
|
|
|
2016-07-16 21:14:10 +03:00
|
|
|
body .ui-button .ui-icon,
|
|
|
|
body .ui-button:hover .ui-icon {
|
|
|
|
background-image: url('../ext/jquery-ui/images/ui-icons_222222_256x240.png');
|
|
|
|
}
|
|
|
|
|
2015-11-05 22:18:31 +03:00
|
|
|
body .ui-dialog #error-technical {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
|
2016-07-16 21:14:10 +03:00
|
|
|
body .ui-widget.ui-widget-content {
|
2015-10-06 00:16:50 +03:00
|
|
|
border: 1px solid #3DD481;
|
|
|
|
padding: 0;
|
2015-07-27 23:51:35 +03:00
|
|
|
}
|
|
|
|
|
2017-10-31 14:17:14 +03:00
|
|
|
body #ui-datepicker-div {
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2015-07-27 23:51:35 +03:00
|
|
|
body .ui-datepicker .ui-widget-header {
|
|
|
|
border: none;
|
2015-10-06 00:16:50 +03:00
|
|
|
background: #3DD481;
|
2016-07-16 21:14:10 +03:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker .ui-widget-header .ui-icon {
|
|
|
|
background-image: url("../ext/jquery-ui/images/ui-icons_ffffff_256x240.png")
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker .ui-datepicker-title {
|
|
|
|
color: white;
|
2017-10-31 14:17:14 +03:00
|
|
|
padding: 8px 5px;
|
2015-10-06 00:16:50 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker th {
|
|
|
|
background: #3DD481;
|
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker tbody tr:first-child td {
|
|
|
|
margin-top: 5px;
|
2015-07-27 23:51:35 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker td a,
|
|
|
|
body .ui-datepicker td span {
|
2015-10-06 00:16:50 +03:00
|
|
|
border: none !important;
|
|
|
|
background: none !important;
|
|
|
|
color: #1A865F !important;
|
2015-07-27 23:51:35 +03:00
|
|
|
text-align: center !important;
|
2015-10-06 00:16:50 +03:00
|
|
|
width: 32px;
|
2015-07-27 23:51:35 +03:00
|
|
|
height: 32px;
|
2015-10-06 00:16:50 +03:00
|
|
|
line-height: 2;
|
2015-07-27 23:51:35 +03:00
|
|
|
}
|
|
|
|
|
2015-10-06 00:16:50 +03:00
|
|
|
html body .ui-datepicker td a.ui-state-active {
|
2015-07-27 23:51:35 +03:00
|
|
|
color: #FFF !important;
|
|
|
|
font-weight: bold !important;
|
2015-10-06 00:16:50 +03:00
|
|
|
background: #3DD481 !important;
|
|
|
|
border-radius: 50px;
|
2015-10-06 00:30:33 +03:00
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
line-height: 1.3;
|
|
|
|
margin: 4px;
|
2015-07-27 23:51:35 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker td a.ui-state-highlight {
|
2015-10-06 00:16:50 +03:00
|
|
|
background: #80E3AD !important;
|
|
|
|
border-radius: 67px;
|
|
|
|
color: #FFF !important;
|
2015-10-06 00:30:33 +03:00
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
line-height: 1.3;
|
|
|
|
margin: 4px;
|
|
|
|
|
2015-10-06 00:16:50 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker .ui-datepicker-prev-hover {
|
|
|
|
top: 2px !important;
|
|
|
|
left: 2px !important;
|
2016-07-16 21:14:10 +03:00
|
|
|
background: #80e1ac;
|
|
|
|
border-color: #80e1ac;
|
|
|
|
border-radius: 0;
|
|
|
|
cursor: pointer;
|
2015-10-06 00:16:50 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker .ui-datepicker-next-hover {
|
|
|
|
top: 2px !important;
|
|
|
|
right: 2px !important;
|
2016-07-16 21:14:10 +03:00
|
|
|
background: #80e1ac;
|
|
|
|
border-color: #80e1ac;
|
|
|
|
border-radius: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker .ui-slider-handle {
|
|
|
|
border-radius: none;
|
|
|
|
border-color: #3DD481;
|
|
|
|
background-color: #3DD481;
|
2015-07-27 23:51:35 +03:00
|
|
|
}
|
|
|
|
|
2017-10-31 14:17:14 +03:00
|
|
|
body .ui-priority-primary,
|
|
|
|
body .ui-widget-content .ui-priority-primary,
|
|
|
|
body .ui-widget-header .ui-priority-primary {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-widget input, .ui-widget select,
|
|
|
|
body .ui-widget textarea,
|
|
|
|
body .ui-widget button {
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .ui-datepicker .ui-datepicker-buttonpane button {
|
|
|
|
padding: 6px 16px;
|
|
|
|
}
|
|
|
|
|
2013-10-20 19:45:46 +03:00
|
|
|
.breaks tr:hover td {
|
|
|
|
background: #FFFFC2 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.working-plan td {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-10-31 14:17:14 +03:00
|
|
|
.breaks td {
|
2013-10-20 19:45:46 +03:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2019-11-05 14:41:02 +03:00
|
|
|
li.language {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-12-23 18:55:42 +02:00
|
|
|
li.language:hover {
|
2017-10-31 14:17:14 +03:00
|
|
|
color: #005580;
|
2013-12-23 18:55:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#select-language {
|
2017-10-31 14:17:14 +03:00
|
|
|
cursor: pointer;
|
2015-07-25 13:07:12 +03:00
|
|
|
display: inline-block;
|
|
|
|
padding: 4px 5px;
|
|
|
|
}
|
|
|
|
|
2015-10-06 01:20:55 +03:00
|
|
|
#select-language.active {
|
|
|
|
box-shadow: 0 0 20px #1A865F;
|
|
|
|
}
|
|
|
|
|
2015-07-25 13:07:12 +03:00
|
|
|
#language-list {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0px;
|
2013-12-23 18:55:42 +02:00
|
|
|
}
|
|
|
|
|
2013-06-18 19:06:34 +03:00
|
|
|
/* JQUERY UI DATETIME PICKER ADDON
|
|
|
|
------------------------------------------------------------------------- */
|
2017-10-31 14:17:14 +03:00
|
|
|
|
|
|
|
.ui-timepicker-div .ui-widget-header {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div dl {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div dl dt {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
padding: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div dl dd {
|
|
|
|
margin: 0 10px 10px 40%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div dl dd.ui_tpicker_time {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div dl dd.ui_tpicker_hour,
|
|
|
|
.ui-timepicker-div dl dd.ui_tpicker_minute {
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div td {
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-tpicker-grid-label {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div .ui_tpicker_unit_hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
|
|
|
|
background: none;
|
|
|
|
color: inherit;
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
|
|
|
|
border-bottom-color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-rtl {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-rtl dl {
|
|
|
|
text-align: right;
|
|
|
|
padding: 0 5px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-rtl dl dt {
|
|
|
|
float: right;
|
|
|
|
clear: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-rtl dl dd {
|
|
|
|
margin: 0 40% 10px 10px;
|
|
|
|
}
|
2016-10-24 00:12:19 +03:00
|
|
|
|
|
|
|
/* Shortened version style */
|
2017-10-31 14:17:14 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine {
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
|
2016-10-24 00:12:19 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
|
2017-10-31 14:17:14 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine dt {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
|
|
|
|
display: block;
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine dl {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2016-10-24 00:12:19 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
|
2017-10-31 14:17:14 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-10-24 00:12:19 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
|
2017-10-31 14:17:14 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
|
|
|
|
content: ':';
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2016-10-24 00:12:19 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
|
2017-10-31 14:17:14 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
|
|
|
|
content: '.';
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2016-10-24 00:12:19 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
|
2017-10-31 14:17:14 +03:00
|
|
|
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-11-16 01:35:11 +03:00
|
|
|
|
|
|
|
/* LOADING SPINNER
|
|
|
|
------------------------------------------------------------------------- */
|
|
|
|
|
|
|
|
.is-loading {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-loading:before,
|
|
|
|
.is-loading:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.animation:after {
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
margin: -25px 0 0 -25px;
|
|
|
|
|
|
|
|
border: 5px solid rgba(0, 0, 0, .4);
|
|
|
|
border-radius: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.animation:after {
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
animation: spin 1s infinite linear;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes spin {
|
|
|
|
from {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes spin-reverse {
|
|
|
|
from {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
transform: rotate(-360deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.any-element {
|
|
|
|
width: 60px;
|
|
|
|
height: 60px;
|
|
|
|
position: fixed;
|
|
|
|
left: 50vw;
|
|
|
|
top: 50vh;
|
|
|
|
margin-left: -30px;
|
|
|
|
margin-bottom: -30px;
|
|
|
|
}
|
2018-01-31 20:31:15 +03:00
|
|
|
|
|
|
|
#message_box pre {
|
|
|
|
max-height: 250px;
|
|
|
|
}
|