123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332 |
- /*! jQuery UI - v1.11.4 - 2016-06-01
- * http://jqueryui.com
- * Includes: core.css, autocomplete.css, menu.css, theme.css
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
- * 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-clearfix {
- min-height: 0; /* support: IE7 */
- }
- .ui-helper-zfix {
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- position: absolute;
- opacity: 0;
- filter:Alpha(Opacity=0); /* support: IE8 */
- }
- .ui-front {
- z-index: 100;
- }
- /* Interaction Cues
- ----------------------------------*/
- .ui-state-disabled {
- cursor: default !important;
- }
- /* Icons
- ----------------------------------*/
- /* states and images */
- .ui-icon {
- display: block;
- text-indent: -99999px;
- overflow: hidden;
- background-repeat: no-repeat;
- }
- /* Misc visuals
- ----------------------------------*/
- /* Overlays */
- .ui-widget-overlay {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .ui-autocomplete {
- position: absolute;
- top: 0;
- left: 0;
- cursor: default;
- }
- .ui-menu {
- list-style: none;
- padding: 0;
- margin: 0;
- display: block;
- outline: none;
- }
- .ui-menu .ui-menu {
- position: absolute;
- }
- .ui-menu .ui-menu-item {
- position: relative;
- margin: 0;
- padding: 3px 1em 3px .4em;
- cursor: pointer;
- min-height: 0; /* support: IE7 */
- /* support: IE10, see #8844 */
- list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
- }
- .ui-menu .ui-menu-divider {
- margin: 5px 0;
- height: 0;
- font-size: 0;
- line-height: 0;
- border-width: 1px 0 0 0;
- }
- .ui-menu .ui-state-focus,
- .ui-menu .ui-state-active {
- margin: -1px;
- }
- /* icon support */
- .ui-menu-icons {
- position: relative;
- }
- .ui-menu-icons .ui-menu-item {
- padding-left: 2em;
- }
- /* left-aligned */
- .ui-menu .ui-icon {
- position: absolute;
- top: 0;
- bottom: 0;
- left: .2em;
- margin: auto 0;
- }
- /* right-aligned */
- .ui-menu .ui-menu-icon {
- left: auto;
- right: 0;
- }
- /* 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-content {
- border: 1px solid #dddddd;
- background: #ffffff;
- color: #333333;
- }
- .ui-widget-content a {
- color: #333333;
- }
- .ui-widget-header {
- border: 1px solid #dddddd;
- background: #e9e9e9;
- color: #333333;
- font-weight: bold;
- }
- .ui-widget-header a {
- color: #333333;
- }
- /* Interaction states
- ----------------------------------*/
- .ui-state-default,
- .ui-widget-content .ui-state-default,
- .ui-widget-header .ui-state-default {
- border: 1px solid #c5c5c5;
- background: #f6f6f6;
- font-weight: normal;
- color: #454545;
- }
- .ui-state-default a,
- .ui-state-default a:link,
- .ui-state-default a:visited {
- color: #454545;
- 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 {
- border: 1px solid #cccccc;
- background: #ededed;
- font-weight: normal;
- color: #2b2b2b;
- }
- .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 {
- color: #2b2b2b;
- text-decoration: none;
- }
- .ui-state-active,
- .ui-widget-content .ui-state-active,
- .ui-widget-header .ui-state-active {
- border: 1px solid #003eff;
- background: #007fff;
- font-weight: normal;
- 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-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;
- filter:Alpha(Opacity=70); /* support: IE8 */
- font-weight: normal;
- }
- .ui-state-disabled,
- .ui-widget-content .ui-state-disabled,
- .ui-widget-header .ui-state-disabled {
- opacity: .35;
- filter:Alpha(Opacity=35); /* support: IE8 */
- background-image: none;
- }
- .ui-state-disabled .ui-icon {
- filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
- }
- /* 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;
- filter: Alpha(Opacity=30); /* support: IE8 */
- }
- .ui-widget-shadow {
- margin: 0px 0 0 0px;
- padding: 5px;
- background: #666666;
- opacity: .3;
- filter: Alpha(Opacity=30); /* support: IE8 */
- border-radius: 8px;
- }
|