2019-01-24 11:10:49 +01:00
|
|
|
@import url(calendar.css);
|
|
|
|
|
|
|
|
/* --- JQUERY-UI --- */
|
2019-06-03 11:55:56 +02:00
|
|
|
|
|
|
|
.ui-dialog .ui-corner-all .ui-widget {
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2019-01-24 11:10:49 +01:00
|
|
|
.ui-dialog .ui-dialog-titlebar {
|
2022-11-10 15:06:39 +01:00
|
|
|
background-color: transparent;
|
2019-06-03 11:55:56 +02:00
|
|
|
border-radius: 0;
|
|
|
|
margin: 0;
|
2019-06-04 22:16:58 +02:00
|
|
|
display: inherit;
|
2022-11-10 15:06:39 +01:00
|
|
|
text-align: left;
|
2019-06-28 12:28:13 +02:00
|
|
|
padding: 0.4em 33px 0.4em 12px;
|
2019-06-04 22:16:58 +02:00
|
|
|
height: 30px;
|
|
|
|
position: relative;
|
2019-06-14 13:48:35 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/*center ui dialog center*/
|
|
|
|
.ui-button-text-only .ui-button-text {
|
2019-02-07 08:59:45 +01:00
|
|
|
font-size: 9pt;
|
2021-11-04 16:28:15 +01:00
|
|
|
color: #82b92e;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2019-02-07 08:59:45 +01:00
|
|
|
.ui-datepicker .ui-datepicker-title *,
|
|
|
|
.ui-datepicker th * {
|
|
|
|
color: white;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2019-02-07 08:59:45 +01:00
|
|
|
.ui-datepicker .ui-datepicker-title select,
|
|
|
|
.ui-datepicker .ui-datepicker-title option {
|
2019-05-30 18:21:13 +02:00
|
|
|
color: #111;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-title {
|
2022-11-10 15:06:39 +01:00
|
|
|
color: rgb(51, 51, 51);
|
2019-05-30 18:21:13 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2019-02-07 08:59:45 +01:00
|
|
|
position: relative;
|
2021-06-10 10:19:11 +02:00
|
|
|
font-size: 11pt;
|
2022-11-10 15:06:39 +01:00
|
|
|
top: 2px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2023-07-06 13:15:45 +02:00
|
|
|
|
|
|
|
.ui-dialog .ui-dialog-titlebar-minimize {
|
2019-05-30 18:21:13 +02:00
|
|
|
position: absolute;
|
2023-07-06 13:15:45 +02:00
|
|
|
right: 1.5em;
|
|
|
|
width: 21px;
|
|
|
|
margin: 0px 0 0 0;
|
|
|
|
padding: 1px;
|
|
|
|
height: 20px;
|
|
|
|
bottom: 30%;
|
2023-07-21 13:32:12 +02:00
|
|
|
top: 2em;
|
2023-07-06 13:15:45 +02:00
|
|
|
background-color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-dialog .ui-dialog-titlebar-minimize:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-dialog .ui-dialog-titlebar-disengage {
|
2023-07-21 13:32:12 +02:00
|
|
|
position: relative;
|
2023-07-06 13:15:45 +02:00
|
|
|
right: 1.5em;
|
2019-05-30 18:21:13 +02:00
|
|
|
width: 21px;
|
|
|
|
margin: 0px 0 0 0;
|
|
|
|
padding: 1px;
|
|
|
|
height: 20px;
|
|
|
|
bottom: 30%;
|
2023-07-06 13:15:45 +02:00
|
|
|
background-color: #fff !important;
|
|
|
|
-ms-transform: scale(1.2);
|
|
|
|
-webkit-transform: scale(1.2);
|
|
|
|
transform: scale(1.2);
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2023-07-06 13:15:45 +02:00
|
|
|
|
|
|
|
.ui-dialog .ui-dialog-titlebar-disengage:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2019-01-24 11:10:49 +01:00
|
|
|
.ui-dialog .ui-dialog-content {
|
2019-05-30 18:21:13 +02:00
|
|
|
position: relative;
|
2019-02-07 08:59:45 +01:00
|
|
|
border: 0;
|
2019-05-30 18:21:13 +02:00
|
|
|
padding: 0.5em 1em;
|
|
|
|
background: none;
|
|
|
|
overflow: auto;
|
2019-02-07 08:59:45 +01:00
|
|
|
margin-bottom: 1em;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane {
|
2019-02-07 08:59:45 +01:00
|
|
|
text-align: left;
|
|
|
|
border-width: 1px 0 0 0;
|
|
|
|
background-image: none;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
padding: 0.3em 1em 0.5em 0.4em;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
2019-02-07 08:59:45 +01:00
|
|
|
float: right;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-buttonpane button {
|
2022-11-15 16:02:40 +01:00
|
|
|
margin: 0.5em 0 0.5em 1em;
|
2019-05-13 17:55:41 +02:00
|
|
|
cursor: pointer;
|
|
|
|
background: white;
|
|
|
|
background-color: white;
|
2021-11-04 16:28:15 +01:00
|
|
|
border: 1px solid #82b92e;
|
2019-05-13 17:55:41 +02:00
|
|
|
height: 30px;
|
|
|
|
width: 90px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2023-08-24 09:36:15 +02:00
|
|
|
|
|
|
|
.ui-datepicker-prev {
|
|
|
|
margin-top: 5px;
|
|
|
|
background: url(../../../images/arrow_left_green.png) no-repeat 0 0 !important;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2023-08-24 09:36:15 +02:00
|
|
|
|
|
|
|
.ui-datepicker-next {
|
|
|
|
margin-top: 5px;
|
|
|
|
background: url(../../../images/arrow_right_green.png) no-repeat 0 0 !important;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2023-08-24 09:36:15 +02:00
|
|
|
|
2019-01-24 11:10:49 +01:00
|
|
|
.ui-widget-content {
|
2019-06-11 12:58:18 +02:00
|
|
|
background: #fff;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-state-default,
|
|
|
|
.ui-widget-content .ui-state-default,
|
|
|
|
.ui-widget-header .ui-state-default {
|
2019-05-30 18:21:13 +02:00
|
|
|
border-bottom: 0;
|
2022-11-10 15:06:39 +01:00
|
|
|
background: transparent;
|
2019-05-30 18:21:13 +02:00
|
|
|
font-weight: normal;
|
|
|
|
color: #555555;
|
2023-07-05 14:38:59 +02:00
|
|
|
border-radius: 50%;
|
|
|
|
text-align: center;
|
|
|
|
border: 2px solid #ccc;
|
|
|
|
}
|
|
|
|
.ui-datepicker td,
|
|
|
|
a.ui-state-default,
|
|
|
|
.ui-datepicker td a {
|
|
|
|
width: 30px !important;
|
|
|
|
height: 30px !important;
|
|
|
|
}
|
|
|
|
a.ui-state-default:hover {
|
|
|
|
background-color: #82b92e;
|
|
|
|
}
|
|
|
|
a.ui-state-default > span {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
a.ui-state-default > span:hover {
|
|
|
|
font-weight: bold !important;
|
|
|
|
}
|
|
|
|
.ui-datepicker-current-day > a {
|
|
|
|
background-color: #82b92e !important;
|
|
|
|
font-weight: bold !important;
|
|
|
|
border: 2px solid #000 !important;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-corner-all,
|
|
|
|
.ui-corner-top,
|
|
|
|
.ui-corner-left,
|
|
|
|
.ui-corner-tl {
|
2019-05-30 18:21:13 +02:00
|
|
|
border-top-left-radius: 0;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-corner-all,
|
|
|
|
.ui-corner-top,
|
|
|
|
.ui-corner-right,
|
|
|
|
.ui-corner-tr {
|
2019-05-30 18:21:13 +02:00
|
|
|
border-top-right-radius: 0;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-corner-all,
|
|
|
|
.ui-corner-bottom,
|
|
|
|
.ui-corner-left,
|
|
|
|
.ui-corner-bl {
|
2019-05-30 18:21:13 +02:00
|
|
|
border-bottom-left-radius: 0;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-corner-all,
|
|
|
|
.ui-corner-bottom,
|
|
|
|
.ui-corner-right,
|
|
|
|
.ui-corner-br {
|
2019-05-30 18:21:13 +02:00
|
|
|
border-bottom-right-radius: 0;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
#ui-datepicker-div {
|
2019-02-07 08:59:45 +01:00
|
|
|
border-color: #b1b1b1;
|
|
|
|
background: #ffffff;
|
2023-07-05 14:38:59 +02:00
|
|
|
border-radius: 15px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
2023-08-24 09:36:15 +02:00
|
|
|
width: 350px !important;
|
2023-07-05 14:38:59 +02:00
|
|
|
border: 2px solid var(--primary-color);
|
|
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-header {
|
|
|
|
position: relative;
|
|
|
|
padding: 0.2em 0;
|
|
|
|
border-radius: 15px 15px 0px 0px;
|
|
|
|
}
|
|
|
|
.ui-datepicker-title,
|
|
|
|
.ui-datepicker-month,
|
|
|
|
.ui-datepicker-year {
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
.ui-datepicker-month,
|
|
|
|
.ui-datepicker-year {
|
2023-08-24 09:36:15 +02:00
|
|
|
width: 100px !important;
|
2023-07-05 14:38:59 +02:00
|
|
|
}
|
|
|
|
.ui-datepicker-month {
|
|
|
|
margin-left: -10px !important;
|
|
|
|
margin-right: 25px !important;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-widget-header {
|
2023-07-05 14:38:59 +02:00
|
|
|
background: white;
|
2019-05-30 18:21:13 +02:00
|
|
|
color: #ffffff;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-datepicker-calendar th {
|
2023-07-05 14:38:59 +02:00
|
|
|
background-color: #fff;
|
|
|
|
padding-left: 15px;
|
|
|
|
text-align: initial;
|
|
|
|
}
|
|
|
|
.ui-datepicker-calendar th span {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
.ui-widget-header {
|
2023-09-12 12:42:40 +02:00
|
|
|
height: fit-content !important;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-dialog .ui-widget-header {
|
2023-02-09 16:13:30 +01:00
|
|
|
margin: 3px 3px 0px 3px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui_tpicker_hour,
|
|
|
|
.ui_tpicker_minute,
|
|
|
|
.ui_tpicker_second,
|
|
|
|
.ui-slider-handle {
|
2019-05-30 18:21:13 +02:00
|
|
|
border: 1px solid #aaaaaa;
|
2023-02-22 10:33:45 +01:00
|
|
|
background-color: #dadada !important;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-timepicker-div dd {
|
2019-02-07 08:59:45 +01:00
|
|
|
margin: 0px 15px 0px 15px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-timepicker-div .ui-datepicker-title {
|
2023-07-05 14:38:59 +02:00
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.ui-timepicker-div dl {
|
|
|
|
margin-top: 0px !important;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-datepicker-buttonpane button {
|
2019-05-30 18:21:13 +02:00
|
|
|
border-color: #b1b1b1;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-datepicker-buttonpane .ui-datepicker-current {
|
2019-05-30 18:21:13 +02:00
|
|
|
margin-left: 0.2em;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-dialog .ui-widget-content {
|
2019-05-30 18:21:13 +02:00
|
|
|
border: 0px;
|
2022-11-10 15:06:39 +01:00
|
|
|
border-radius: 16px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-dialog {
|
2022-11-10 15:06:39 +01:00
|
|
|
border-top-left-radius: 16px !important;
|
|
|
|
border-top-right-radius: 16px !important;
|
|
|
|
border-bottom-left-radius: 16px !important;
|
|
|
|
border-bottom-right-radius: 16px !important;
|
2022-11-15 08:05:04 +01:00
|
|
|
box-shadow: 0 10px 6px 0 rgb(0 0 0 / 13%);
|
|
|
|
border: 1px solid #e5e9ed;
|
2019-05-30 18:21:13 +02:00
|
|
|
padding: 0;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
.ui-dialog-titlebar {
|
2019-02-07 08:59:45 +01:00
|
|
|
border: 0px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2019-06-17 17:02:33 +02:00
|
|
|
|
|
|
|
.ui-state-focus .ui-icon,
|
|
|
|
.ui-button:hover .ui-icon,
|
|
|
|
.ui-button:focus .ui-icon {
|
|
|
|
background: none;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2019-06-17 17:02:33 +02:00
|
|
|
.ui-dialog-titlebar.ui-icon-closethick:hover,
|
2019-01-24 11:10:49 +01:00
|
|
|
.ui-dialog-titlebar .ui-icon-closethick {
|
2019-06-17 17:02:33 +02:00
|
|
|
background: none;
|
2019-06-04 22:16:58 +02:00
|
|
|
}
|
2019-06-17 17:02:33 +02:00
|
|
|
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close,
|
|
|
|
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:hover {
|
2022-11-10 15:06:39 +01:00
|
|
|
background-color: rgb(51, 51, 51);
|
2023-02-20 17:49:02 +01:00
|
|
|
mask: url(../../../images/close@svg.svg) no-repeat right / contain;
|
|
|
|
-webkit-mask: url(../../../images/close@svg.svg) no-repeat right / contain;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2019-06-17 17:02:33 +02:00
|
|
|
|
2019-01-24 11:10:49 +01:00
|
|
|
.ui-dialog-title {
|
2019-02-07 08:59:45 +01:00
|
|
|
color: #ffffff;
|
|
|
|
font-size: 9pt;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 08:59:45 +01:00
|
|
|
a.ui-button:active,
|
|
|
|
.ui-button:active,
|
2019-01-24 11:10:49 +01:00
|
|
|
.ui-button.ui-state-active:hover,
|
|
|
|
.ui-state-focus .ui-widget-content,
|
|
|
|
.ui-state-focus .ui-widget-header,
|
2019-02-07 08:59:45 +01:00
|
|
|
.ui-state-focus .ui-button:hover,
|
|
|
|
.ui-button:focus {
|
2019-05-30 18:21:13 +02:00
|
|
|
background: transparent;
|
|
|
|
border: none;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 08:59:45 +01:00
|
|
|
.ui-state-active,
|
|
|
|
.ui-widget-content .ui-state-active,
|
|
|
|
.ui-widget-header .ui-state-active {
|
2019-05-30 18:21:13 +02:00
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
border-bottom: 0;
|
2019-06-11 12:58:18 +02:00
|
|
|
background: #ffffff;
|
2019-05-30 18:21:13 +02:00
|
|
|
font-weight: normal;
|
|
|
|
color: #212121;
|
2019-02-07 08:59:45 +01:00
|
|
|
}
|
|
|
|
.ui-state-active a,
|
|
|
|
.ui-state-active a:link,
|
|
|
|
.ui-state-active a:visited {
|
2019-05-30 18:21:13 +02:00
|
|
|
color: #212121;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 08:59:45 +01:00
|
|
|
ul.ui-front {
|
2019-05-30 18:21:13 +02:00
|
|
|
z-index: 1000000;
|
|
|
|
padding-right: 0px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 08:59:45 +01:00
|
|
|
ul.ui-front li {
|
2019-05-30 18:21:13 +02:00
|
|
|
padding: 3px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 08:59:45 +01:00
|
|
|
ul.ui-front li:hover {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #e1e3e1;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 08:59:45 +01:00
|
|
|
ul.ui-front li a.ui-menu-item-wrapper {
|
2019-05-30 18:21:13 +02:00
|
|
|
background: transparent;
|
|
|
|
border: none;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 08:59:45 +01:00
|
|
|
ul.ui-front li a.ui-menu-item-wrapper span {
|
2019-05-30 18:21:13 +02:00
|
|
|
padding-left: 5px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 08:59:45 +01:00
|
|
|
ul.ui-front li a.ui-menu-item-wrapper:hover {
|
2019-05-30 18:21:13 +02:00
|
|
|
text-decoration: none;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 08:59:45 +01:00
|
|
|
input[type="submit"].ui-button-dialog {
|
2019-05-30 18:21:13 +02:00
|
|
|
margin: 0.5em 1em 0.5em 0;
|
|
|
|
cursor: pointer;
|
|
|
|
background: white;
|
|
|
|
background-color: white;
|
2021-11-04 16:28:15 +01:00
|
|
|
color: #82b92e;
|
2019-05-30 18:21:13 +02:00
|
|
|
text-align: center;
|
2021-11-04 16:28:15 +01:00
|
|
|
border: 1px solid #82b92e;
|
2019-05-30 18:21:13 +02:00
|
|
|
height: 30px;
|
|
|
|
width: 90px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2023-07-05 14:38:59 +02:00
|
|
|
|
|
|
|
.ui-priority-primary,
|
|
|
|
.ui-priority-secondary {
|
|
|
|
background-color: #fff !important;
|
|
|
|
color: var(--primary-color) !important;
|
|
|
|
border: 2px solid var(--primary-color) !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div > dl dt,
|
|
|
|
.ui-timepicker-div > dl dd {
|
|
|
|
font-weight: bold !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-timepicker-div > dl dt,
|
|
|
|
.ui_tpicker_time {
|
|
|
|
margin-left: 10px !important;
|
|
|
|
}
|