592 lines
No EOL
10 KiB
CSS
592 lines
No EOL
10 KiB
CSS
/*! jQuery UI - v1.12.0 - 2016-08-30
|
|
* https://jqueryui.com
|
|
* Includes: core.css, datepicker.css, theme.css
|
|
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
|
|
|
/* Layout helpers
|
|
----------------------------------*/
|
|
.ui-helper-hidden {
|
|
display: none;
|
|
}
|
|
|
|
.ui-helper-hidden-accessible {
|
|
border: 0;
|
|
clip: rect(0 0 0 0);
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
width: 1px;
|
|
}
|
|
|
|
.ui-helper-reset {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: 0;
|
|
line-height: 1.3;
|
|
text-decoration: none;
|
|
font-size: 100%;
|
|
list-style: none;
|
|
}
|
|
|
|
.ui-helper-clearfix:before,
|
|
.ui-helper-clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.ui-helper-clearfix:after {
|
|
clear: both;
|
|
}
|
|
|
|
.ui-helper-zfix {
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
opacity: 0;
|
|
}
|
|
|
|
.ui-front {
|
|
z-index: 100;
|
|
}
|
|
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-disabled {
|
|
cursor: default !important;
|
|
pointer-events: none;
|
|
}
|
|
|
|
/* Icons
|
|
----------------------------------*/
|
|
.ui-icon {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-top: -.25em;
|
|
position: relative;
|
|
text-indent: -99999px;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.ui-widget-icon-block {
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
display: block;
|
|
}
|
|
|
|
/* Misc visuals
|
|
----------------------------------*/
|
|
|
|
/* Overlays */
|
|
.ui-widget-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.ui-datepicker {
|
|
width: 17em;
|
|
padding: .2em .2em 0;
|
|
display: none;
|
|
z-index: 1000 !important;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-header {
|
|
position: relative;
|
|
padding: .2em 0;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev,
|
|
.ui-datepicker .ui-datepicker-next {
|
|
position: absolute;
|
|
top: 2px;
|
|
width: 1.8em;
|
|
height: 1.8em;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev-hover,
|
|
.ui-datepicker .ui-datepicker-next-hover {
|
|
top: 1px;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev {
|
|
left: 2px;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-next {
|
|
right: 2px;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev:after {
|
|
content: '\AB';
|
|
font-size: 1.5em;
|
|
display: block;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
top: 50%;
|
|
margin-top: -8px;
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-next:after {
|
|
content: '\BB';
|
|
font-size: 1.5em;
|
|
display: block;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
top: 50%;
|
|
margin-top: -8px;
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev-hover {
|
|
left: 1px;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-next-hover {
|
|
right: 1px;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-prev span,
|
|
.ui-datepicker .ui-datepicker-next span {
|
|
display: block;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
top: 50%;
|
|
margin-top: -8px;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-title {
|
|
margin: 0 2.3em;
|
|
line-height: 1.7em;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
background: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-title select {
|
|
font-size: 1em;
|
|
margin: 1px 0;
|
|
}
|
|
|
|
.ui-datepicker select.ui-datepicker-month,
|
|
.ui-datepicker select.ui-datepicker-year {
|
|
width: 45%;
|
|
}
|
|
|
|
.ui-datepicker table {
|
|
width: 100%;
|
|
/* font-size: .9em; */
|
|
border-collapse: collapse;
|
|
margin: 0 0 .4em;
|
|
}
|
|
|
|
.ui-datepicker th {
|
|
padding: .7em .3em;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
border: 0;
|
|
}
|
|
|
|
.ui-datepicker td {
|
|
border: 0;
|
|
padding: 1px;
|
|
}
|
|
|
|
.ui-datepicker td span,
|
|
.ui-datepicker td a {
|
|
display: block;
|
|
padding: .2em;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-buttonpane {
|
|
background-image: none;
|
|
margin: .7em 0 0 0;
|
|
padding: 0 .2em;
|
|
border-left: 0;
|
|
border-right: 0;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-buttonpane button {
|
|
float: right;
|
|
margin: .5em .2em .4em;
|
|
cursor: pointer;
|
|
padding: .2em .6em .3em .6em;
|
|
width: auto;
|
|
overflow: visible;
|
|
}
|
|
|
|
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
|
float: left;
|
|
}
|
|
|
|
/* with multiple calendars */
|
|
.ui-datepicker.ui-datepicker-multi {
|
|
width: auto;
|
|
}
|
|
|
|
.ui-datepicker-multi .ui-datepicker-group {
|
|
float: left;
|
|
}
|
|
|
|
.ui-datepicker-multi .ui-datepicker-group table {
|
|
width: 95%;
|
|
margin: 0 auto .4em;
|
|
}
|
|
|
|
.ui-datepicker-multi-2 .ui-datepicker-group {
|
|
width: 50%;
|
|
}
|
|
|
|
.ui-datepicker-multi-3 .ui-datepicker-group {
|
|
width: 33.3%;
|
|
}
|
|
|
|
.ui-datepicker-multi-4 .ui-datepicker-group {
|
|
width: 25%;
|
|
}
|
|
|
|
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
|
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
|
border-left-width: 0;
|
|
}
|
|
|
|
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
|
clear: left;
|
|
}
|
|
|
|
.ui-datepicker-row-break {
|
|
clear: both;
|
|
width: 100%;
|
|
font-size: 0;
|
|
}
|
|
|
|
/* RTL support */
|
|
.ui-datepicker-rtl {
|
|
direction: rtl;
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-prev {
|
|
right: 2px;
|
|
left: auto;
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-next {
|
|
left: 2px;
|
|
right: auto;
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
|
right: 1px;
|
|
left: auto;
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
|
left: 1px;
|
|
right: auto;
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
|
clear: right;
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
|
float: left;
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
|
.ui-datepicker-rtl .ui-datepicker-group {
|
|
float: right;
|
|
}
|
|
|
|
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
|
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
|
border-right-width: 0;
|
|
border-left-width: 1px;
|
|
}
|
|
|
|
/* Icons */
|
|
.ui-datepicker .ui-icon {
|
|
display: block;
|
|
text-indent: -99999px;
|
|
overflow: hidden;
|
|
background-repeat: no-repeat;
|
|
left: .5em;
|
|
top: .3em;
|
|
}
|
|
|
|
/* Component containers
|
|
----------------------------------*/
|
|
.ui-widget {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.ui-widget .ui-widget {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.ui-widget input,
|
|
.ui-widget select,
|
|
.ui-widget textarea,
|
|
.ui-widget button {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.ui-widget.ui-widget-content {
|
|
border: 1px solid #c5c5c5;
|
|
}
|
|
|
|
.ui-widget-content {
|
|
border: 1px solid #dddddd;
|
|
background: #ffffff;
|
|
color: #333333;
|
|
}
|
|
|
|
.ui-widget-content a {
|
|
color: #333333;
|
|
}
|
|
|
|
.ui-widget-header {
|
|
color: #fff;
|
|
font-family: "Tahoma", sans-serif;
|
|
font-weight: bold;
|
|
background: #557ea0;
|
|
border-bottom: 1px solid #777;
|
|
padding: 0;
|
|
border-radius: 6px 6px 0 0;
|
|
box-shadow: 0 16px 20px rgba(255, 255, 255, 0.15) inset;
|
|
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
|
|
box-sizing: border-box;
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
.ui-widget-header a {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Interaction states
|
|
----------------------------------*/
|
|
.ui-state-default,
|
|
.ui-widget-content .ui-state-default,
|
|
.ui-widget-header .ui-state-default,
|
|
.ui-button,
|
|
/* We use html here because we need a greater specificity to make sure disabled
|
|
works properly when clicked or hovered */
|
|
html .ui-button.ui-state-disabled:hover,
|
|
html .ui-button.ui-state-disabled:active {
|
|
border: 1px solid transparent;
|
|
border-radius: 3px;
|
|
background: transparent;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.ui-state-default a,
|
|
.ui-state-default a:link,
|
|
.ui-state-default a:visited,
|
|
a.ui-button,
|
|
a:link.ui-button,
|
|
a:visited.ui-button,
|
|
.ui-button {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.ui-state-hover,
|
|
.ui-widget-content .ui-state-hover,
|
|
.ui-widget-header .ui-state-hover,
|
|
.ui-state-focus,
|
|
.ui-widget-content .ui-state-focus,
|
|
.ui-widget-header .ui-state-focus,
|
|
.ui-button:hover,
|
|
.ui-button:focus {
|
|
background: #597b9f;
|
|
border: 1px solid #4a6b8c;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
box-shadow: 0 4px 4px rgba(255, 255, 255, 0.1) inset;
|
|
text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
.ui-state-hover a,
|
|
.ui-state-hover a:hover,
|
|
.ui-state-hover a:link,
|
|
.ui-state-hover a:visited,
|
|
.ui-state-focus a,
|
|
.ui-state-focus a:hover,
|
|
.ui-state-focus a:link,
|
|
.ui-state-focus a:visited,
|
|
a.ui-button:hover,
|
|
a.ui-button:focus {
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.ui-visual-focus {
|
|
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
|
|
}
|
|
|
|
.ui-state-active,
|
|
.ui-widget-content .ui-state-active,
|
|
.ui-widget-header .ui-state-active,
|
|
a.ui-button:active,
|
|
.ui-button:active,
|
|
.ui-button.ui-state-active:hover {
|
|
background: orange;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
border: 1px solid #f49a3a;
|
|
box-shadow: 0 5px 5px rgba(255, 255, 255, 0.2) inset;
|
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
|
|
}
|
|
|
|
.ui-icon-background,
|
|
.ui-state-active .ui-icon-background {
|
|
border: #003eff;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.ui-state-active a,
|
|
.ui-state-active a:link,
|
|
.ui-state-active a:visited {
|
|
/* color: #ffffff; */
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* Interaction Cues
|
|
----------------------------------*/
|
|
.ui-state-highlight,
|
|
.ui-widget-content .ui-state-highlight,
|
|
.ui-widget-header .ui-state-highlight {
|
|
border: 1px solid #dad55e;
|
|
background: #fffa90;
|
|
color: #777620;
|
|
}
|
|
|
|
.ui-state-checked {
|
|
border: 1px solid #dad55e;
|
|
background: #fffa90;
|
|
}
|
|
|
|
.ui-state-highlight a,
|
|
.ui-widget-content .ui-state-highlight a,
|
|
.ui-widget-header .ui-state-highlight a {
|
|
color: #777620;
|
|
}
|
|
|
|
.ui-state-error,
|
|
.ui-widget-content .ui-state-error,
|
|
.ui-widget-header .ui-state-error {
|
|
border: 1px solid #f1a899;
|
|
background: #fddfdf;
|
|
color: #5f3f3f;
|
|
}
|
|
|
|
.ui-state-error a,
|
|
.ui-widget-content .ui-state-error a,
|
|
.ui-widget-header .ui-state-error a {
|
|
color: #5f3f3f;
|
|
}
|
|
|
|
.ui-state-error-text,
|
|
.ui-widget-content .ui-state-error-text,
|
|
.ui-widget-header .ui-state-error-text {
|
|
color: #5f3f3f;
|
|
}
|
|
|
|
.ui-priority-primary,
|
|
.ui-widget-content .ui-priority-primary,
|
|
.ui-widget-header .ui-priority-primary {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ui-priority-secondary,
|
|
.ui-widget-content .ui-priority-secondary,
|
|
.ui-widget-header .ui-priority-secondary {
|
|
opacity: .7;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.ui-state-disabled,
|
|
.ui-widget-content .ui-state-disabled,
|
|
.ui-widget-header .ui-state-disabled {
|
|
opacity: .35;
|
|
background-image: none;
|
|
}
|
|
|
|
/* Icons
|
|
----------------------------------*/
|
|
|
|
/* states and images */
|
|
.ui-icon {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
/* Misc visuals
|
|
----------------------------------*/
|
|
|
|
/* Corner radius */
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-left,
|
|
.ui-corner-tl {
|
|
border-top-left-radius: 3px;
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-top,
|
|
.ui-corner-right,
|
|
.ui-corner-tr {
|
|
border-top-right-radius: 3px;
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-left,
|
|
.ui-corner-bl {
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
|
|
.ui-corner-all,
|
|
.ui-corner-bottom,
|
|
.ui-corner-right,
|
|
.ui-corner-br {
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
|
|
/* Overlays */
|
|
.ui-widget-overlay {
|
|
background: #aaaaaa;
|
|
opacity: .3;
|
|
}
|
|
|
|
.ui-widget-shadow {
|
|
-webkit-box-shadow: 0px 0px 5px #666666;
|
|
box-shadow: 0px 0px 5px #666666;
|
|
} |