2015-03-31 20:15:22 +02:00
|
|
|
/*!
|
2020-02-29 17:23:20 +01:00
|
|
|
* Datetimepicker for Bootstrap 3
|
|
|
|
* ! version : 4.7.14
|
|
|
|
* https://github.com/Eonasdan/bootstrap-datetimepicker/
|
|
|
|
*/
|
2015-03-31 20:15:22 +02:00
|
|
|
.bootstrap-datetimepicker-widget {
|
2020-02-29 17:23:20 +01:00
|
|
|
list-style: none;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu {
|
2020-02-29 17:23:20 +01:00
|
|
|
margin: 2px 0;
|
|
|
|
padding: 4px;
|
|
|
|
width: 19em;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
2020-02-29 17:23:20 +01:00
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
|
|
|
width: 38em;
|
|
|
|
}
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
2020-02-29 17:23:20 +01:00
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
|
|
|
width: 38em;
|
|
|
|
}
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
2020-02-29 17:23:20 +01:00
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
|
|
|
|
width: 38em;
|
|
|
|
}
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu:before,
|
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu:after {
|
2020-02-29 17:23:20 +01:00
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
|
2020-02-29 17:23:20 +01:00
|
|
|
border-left: 7px solid transparent;
|
|
|
|
border-right: 7px solid transparent;
|
|
|
|
border-bottom: 7px solid #cccccc;
|
|
|
|
border-bottom-color: rgba(0, 0, 0, 0.2);
|
|
|
|
top: -7px;
|
|
|
|
left: 7px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
2020-02-29 17:23:20 +01:00
|
|
|
border-left: 6px solid transparent;
|
|
|
|
border-right: 6px solid transparent;
|
|
|
|
border-bottom: 6px solid white;
|
|
|
|
top: -6px;
|
|
|
|
left: 8px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
|
2020-02-29 17:23:20 +01:00
|
|
|
border-left: 7px solid transparent;
|
|
|
|
border-right: 7px solid transparent;
|
|
|
|
border-top: 7px solid #cccccc;
|
|
|
|
border-top-color: rgba(0, 0, 0, 0.2);
|
|
|
|
bottom: -7px;
|
|
|
|
left: 6px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
2020-02-29 17:23:20 +01:00
|
|
|
border-left: 6px solid transparent;
|
|
|
|
border-right: 6px solid transparent;
|
|
|
|
border-top: 6px solid white;
|
|
|
|
bottom: -6px;
|
|
|
|
left: 7px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
|
2020-02-29 17:23:20 +01:00
|
|
|
left: auto;
|
|
|
|
right: 6px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
|
2020-02-29 17:23:20 +01:00
|
|
|
left: auto;
|
|
|
|
right: 7px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .list-unstyled {
|
2020-02-29 17:23:20 +01:00
|
|
|
margin: 0;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget a[data-action] {
|
2020-02-29 17:23:20 +01:00
|
|
|
padding: 6px 0;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget a[data-action]:active {
|
2020-02-29 17:23:20 +01:00
|
|
|
box-shadow: none;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .timepicker-hour,
|
|
|
|
.bootstrap-datetimepicker-widget .timepicker-minute,
|
|
|
|
.bootstrap-datetimepicker-widget .timepicker-second {
|
2020-02-29 17:23:20 +01:00
|
|
|
width: 54px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin: 0;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget button[data-action] {
|
2020-02-29 17:23:20 +01:00
|
|
|
padding: 6px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Increment Hours";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Increment Minutes";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Decrement Hours";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Decrement Minutes";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Show Hours";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Show Minutes";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Toggle AM/PM";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Clear the picker";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Set the date to today";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .picker-switch {
|
2020-02-29 17:23:20 +01:00
|
|
|
text-align: center;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .picker-switch::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Toggle Date and Time Screens";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .picker-switch td {
|
2020-02-29 17:23:20 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
line-height: inherit;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget .picker-switch td span {
|
2020-02-29 17:23:20 +01:00
|
|
|
line-height: 2.5;
|
|
|
|
height: 2.5em;
|
|
|
|
width: 100%;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table {
|
2020-02-29 17:23:20 +01:00
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td,
|
|
|
|
.bootstrap-datetimepicker-widget table th {
|
2020-02-29 17:23:20 +01:00
|
|
|
text-align: center;
|
|
|
|
border-radius: 4px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table th {
|
2020-02-29 17:23:20 +01:00
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
width: 20px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table th.picker-switch {
|
2020-02-29 17:23:20 +01:00
|
|
|
width: 145px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table th.disabled,
|
|
|
|
.bootstrap-datetimepicker-widget table th.disabled:hover {
|
2020-02-29 17:23:20 +01:00
|
|
|
background: none;
|
|
|
|
color: #777777;
|
|
|
|
cursor: not-allowed;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table th.prev::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Previous Month";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table th.next::after {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
|
|
|
content: "Next Month";
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table thead tr:first-child th {
|
2020-02-29 17:23:20 +01:00
|
|
|
cursor: pointer;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
|
2020-02-29 17:23:20 +01:00
|
|
|
background: #eeeeee;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td {
|
2020-02-29 17:23:20 +01:00
|
|
|
height: 54px;
|
|
|
|
line-height: 54px;
|
|
|
|
width: 54px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td.cw {
|
2020-02-29 17:23:20 +01:00
|
|
|
font-size: .8em;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
color: #777777;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td.day {
|
2020-02-29 17:23:20 +01:00
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
width: 20px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td.day:hover,
|
|
|
|
.bootstrap-datetimepicker-widget table td.hour:hover,
|
|
|
|
.bootstrap-datetimepicker-widget table td.minute:hover,
|
|
|
|
.bootstrap-datetimepicker-widget table td.second:hover {
|
2020-02-29 17:23:20 +01:00
|
|
|
background: #eeeeee;
|
|
|
|
cursor: pointer;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td.old,
|
|
|
|
.bootstrap-datetimepicker-widget table td.new {
|
2020-02-29 17:23:20 +01:00
|
|
|
color: #777777;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td.today {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: relative;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td.today:before {
|
2020-02-29 17:23:20 +01:00
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
border: 0 0 7px 7px solid transparent;
|
|
|
|
border-bottom-color: #337ab7;
|
|
|
|
border-top-color: rgba(0, 0, 0, 0.2);
|
|
|
|
position: absolute;
|
|
|
|
bottom: 4px;
|
|
|
|
right: 4px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td.active,
|
|
|
|
.bootstrap-datetimepicker-widget table td.active:hover {
|
2020-02-29 17:23:20 +01:00
|
|
|
background-color: #337ab7;
|
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td.active.today:before {
|
2020-02-29 17:23:20 +01:00
|
|
|
border-bottom-color: #fff;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td.disabled,
|
|
|
|
.bootstrap-datetimepicker-widget table td.disabled:hover {
|
2020-02-29 17:23:20 +01:00
|
|
|
background: none;
|
|
|
|
color: #777777;
|
|
|
|
cursor: not-allowed;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td span {
|
2020-02-29 17:23:20 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 54px;
|
|
|
|
height: 54px;
|
|
|
|
line-height: 54px;
|
|
|
|
margin: 2px 1.5px;
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 4px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td span:hover {
|
2020-02-29 17:23:20 +01:00
|
|
|
background: #eeeeee;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td span.active {
|
2020-02-29 17:23:20 +01:00
|
|
|
background-color: #337ab7;
|
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td span.old {
|
2020-02-29 17:23:20 +01:00
|
|
|
color: #777777;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget table td span.disabled,
|
|
|
|
.bootstrap-datetimepicker-widget table td span.disabled:hover {
|
2020-02-29 17:23:20 +01:00
|
|
|
background: none;
|
|
|
|
color: #777777;
|
|
|
|
cursor: not-allowed;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
|
2020-02-29 17:23:20 +01:00
|
|
|
height: 27px;
|
|
|
|
line-height: 27px;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.input-group.date .input-group-addon {
|
2020-02-29 17:23:20 +01:00
|
|
|
cursor: pointer;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|
|
|
|
.sr-only {
|
2020-02-29 17:23:20 +01:00
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
border: 0;
|
2015-03-31 20:15:22 +02:00
|
|
|
}
|