phcthemes_admin_panel_pack 5.0.0 → 5.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/smarty/core.js +28154 -0
- data/app/assets/javascripts/smarty/core.min.js +2 -0
- data/app/assets/javascripts/smarty/core.sow_builder.js +84 -0
- data/app/assets/javascripts/smarty/core.sow_builder.min.js +1 -0
- data/app/assets/javascripts/smarty/phcthemes_admin_panel_pack_smarty.js +3 -0
- data/app/assets/javascripts/smarty/vendor.chartjs.js +20776 -0
- data/app/assets/javascripts/smarty/vendor.chartjs.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.cocoen.js +1 -0
- data/app/assets/javascripts/smarty/vendor.cocoen.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.colorpicker.js +3 -0
- data/app/assets/javascripts/smarty/vendor.colorpicker.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.datatables.js +42928 -0
- data/app/assets/javascripts/smarty/vendor.datatables.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.datepicker.js +2039 -0
- data/app/assets/javascripts/smarty/vendor.datepicker.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.daterangepicker.js +1578 -0
- data/app/assets/javascripts/smarty/vendor.daterangepicker.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.easypie.js +364 -0
- data/app/assets/javascripts/smarty/vendor.easypie.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.fancybox.js +5632 -0
- data/app/assets/javascripts/smarty/vendor.fancybox.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.flickity.js +4597 -0
- data/app/assets/javascripts/smarty/vendor.flickity.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.flot.js +11921 -0
- data/app/assets/javascripts/smarty/vendor.flot.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.fullcalendar.js +14597 -0
- data/app/assets/javascripts/smarty/vendor.fullcalendar.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.leaflet.js +6 -0
- data/app/assets/javascripts/smarty/vendor.leaflet.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.markdowneditor.js +7 -0
- data/app/assets/javascripts/smarty/vendor.markdowneditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.mediumeditor.js +7893 -0
- data/app/assets/javascripts/smarty/vendor.mediumeditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.pdfmake.js +79493 -0
- data/app/assets/javascripts/smarty/vendor.pdfmake.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.photoswipe.js +4595 -0
- data/app/assets/javascripts/smarty/vendor.photoswipe.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.prismjs.js +7219 -0
- data/app/assets/javascripts/smarty/vendor.prismjs.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.quilleditor.js +11562 -0
- data/app/assets/javascripts/smarty/vendor.quilleditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.sparkline.js +3068 -0
- data/app/assets/javascripts/smarty/vendor.sparkline.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.summernoteeditor.js +10235 -0
- data/app/assets/javascripts/smarty/vendor.summernoteeditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.swiper.js +9899 -0
- data/app/assets/javascripts/smarty/vendor.swiper.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor_bundle.js +30514 -0
- data/app/assets/javascripts/smarty/vendor_bundle.min.js +2 -0
- data/app/assets/stylesheets/smarty/default/phcthemes_admin_panel_pack_smarty.scss +7 -0
- data/app/assets/stylesheets/smarty/theme/css/core.css +20170 -0
- data/app/assets/stylesheets/smarty/theme/css/core.min.css +2 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css +55 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.chartjs.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.cocoen.css +59 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.cocoen.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.colorpicker.css +1196 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.colorpicker.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datatables.css +1258 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datatables.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datepicker.css +173 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datepicker.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.daterangepicker.css +545 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.daterangepicker.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fancybox.css +927 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fancybox.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flickity.css +263 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flickity.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flot.css +17 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flot.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fullcalendar.css +1685 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fullcalendar.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.leaflet.css +653 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.leaflet.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.markdowneditor.css +7 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.markdowneditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.mediumeditor.css +308 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.mediumeditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.photoswipe.css +436 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.photoswipe.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.prismjs.css +364 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.prismjs.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.quilleditor.css +953 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.quilleditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.summernoteeditor.css +710 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.summernoteeditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.swiper.css +762 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.swiper.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor_bundle.css +168 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor_bundle.min.css +2 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.eot +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.svg +250 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.ttf +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.woff +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.woff2 +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.eot +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.hash +1 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.ttf +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.woff +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.woff2 +0 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/2co.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/amazon.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/amazon_pay_logo.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/american_express.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/apple_pay.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/bitcoin.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/dinners_club.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/discover.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/ebay.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/jcb.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/mastercard.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/paypal.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/paypal_logo.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/shopify.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/skrill.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/switch.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/visa.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/western_union.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/flags.png +0 -0
- data/app/assets/stylesheets/smarty/theme/images/logo/logo_dark.svg +2 -0
- data/app/assets/stylesheets/smarty/theme/images/logo/logo_light.svg +2 -0
- data/app/assets/stylesheets/smarty/theme/images/logo/logo_sm.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/manifest/icon_192x192.png +0 -0
- data/app/assets/stylesheets/smarty/theme/images/manifest/icon_512x512.png +0 -0
- data/app/assets/stylesheets/smarty/theme/images/manifest/manifest.json +20 -0
- data/app/assets/stylesheets/smarty/theme/images/masks/shape-line-lense.svg +1 -0
- data/lib/phcthemes_admin_panel_pack/version.rb +1 -1
- metadata +128 -2
@@ -0,0 +1 @@
|
|
1
|
+
@charset "UTF-8";.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc-popover{box-shadow:0 2px 6px rgba(0,0,0,.15);position:absolute}.fc-popover .fc-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:2px 4px}.fc-rtl .fc-popover .fc-header{flex-direction:row-reverse}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer;font-size:1.1em;opacity:.65}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{border-width:1px 0;height:0;margin:0;padding:0 0 2px}.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-mirror-skeleton{left:0;position:absolute;right:0;top:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{border-collapse:collapse;border-spacing:0;box-sizing:border-box;font-size:1em;table-layout:fixed;width:100%}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]{cursor:pointer}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-bottom:0 hidden transparent;border-left:0 hidden transparent;border-right:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{padding-bottom:2px;position:relative;z-index:4}.fc-row .fc-mirror-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-mirror-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-mirror-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-mirror-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{border:1px solid #3788d8;border-radius:3px;display:block;font-size:.85em;line-height:1.4;position:relative}.fc-event,.fc-event-dot{background-color:#3788d8}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-event.fc-draggable,.fc-event[href]{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{display:none;position:absolute;z-index:4}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:9999}.fc-event.fc-selected{box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:9999!important}.fc-event.fc-selected:after{background:#000;bottom:-1px;content:"";left:-1px;opacity:.25;position:absolute;right:-1px;top:-1px;z-index:1}.fc-event.fc-dragging.fc-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event.fc-dragging:not(.fc-selected){opacity:.75}.fc-h-event.fc-selected:before{bottom:-10px;content:"";left:0;position:absolute;right:0;top:-10px;z-index:3}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{border-bottom-left-radius:0;border-left-width:0;border-top-left-radius:0;margin-left:0;padding-left:1px}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0;margin-right:0;padding-right:1px}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{bottom:-1px;top:-1px;width:7px}.fc-h-event.fc-selected .fc-resizer{background:#fff;border:1px solid;border-color:inherit;border-radius:4px;height:6px;margin-top:-4px;top:50%;width:6px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-mirror-skeleton tr:first-child>td>.fc-day-grid-event{margin-top:0}.fc-day-grid-event .fc-content{overflow:hidden;white-space:nowrap}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{cursor:pointer;font-size:.85em;margin:1px 3px;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{width:220px;z-index:2}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{border:0 solid red;position:absolute}.fc-unselectable{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}@font-face{font-family:fcicons;font-style:normal;font-weight:400;src:url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype")}.fc-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:fcicons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.fc-icon-chevron-left:before{content:""}.fc-icon-chevron-right:before{content:""}.fc-icon-chevrons-left:before{content:""}.fc-icon-chevrons-right:before{content:""}.fc-icon-minus-square:before{content:""}.fc-icon-plus-square:before{content:""}.fc-icon-x:before{content:""}.fc-icon{display:inline-block;height:1em;text-align:center;width:1em}.fc-button{border-radius:0;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible;text-transform:none}.fc-button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.fc-button{-webkit-appearance:button}.fc-button:not(:disabled){cursor:pointer}.fc-button::-moz-focus-inner{border-style:none;padding:0}.fc-button{background-color:transparent;border:1px solid transparent;border-radius:.25em;color:#212529;display:inline-block;font-size:1em;font-weight:400;line-height:1.5;padding:.4em .65em;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fc-button:hover{color:#212529;text-decoration:none}.fc-button:focus{box-shadow:0 0 0 .2rem rgba(44,62,80,.25);outline:0}.fc-button:disabled{opacity:.65}.fc-button-primary{background-color:#2c3e50;border-color:#2c3e50;color:#fff}.fc-button-primary:hover{background-color:#1e2b37;border-color:#1a252f;color:#fff}.fc-button-primary:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button-primary:disabled{background-color:#2c3e50;border-color:#2c3e50;color:#fff}.fc-button-primary:not(:disabled).fc-button-active,.fc-button-primary:not(:disabled):active{background-color:#1a252f;border-color:#151e27;color:#fff}.fc-button-primary:not(:disabled).fc-button-active:focus,.fc-button-primary:not(:disabled):active:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button .fc-icon{font-size:1.5em;vertical-align:middle}.fc-button-group{display:inline-flex;position:relative;vertical-align:middle}.fc-button-group>.fc-button{flex:1 1 auto;position:relative}.fc-button-group>.fc-button.fc-button-active,.fc-button-group>.fc-button:active,.fc-button-group>.fc-button:focus,.fc-button-group>.fc-button:hover{z-index:1}.fc-button-group>.fc-button:not(:first-child){margin-left:-1px}.fc-button-group>.fc-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fc-button-group>.fc-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.fc-unthemed .fc-popover{border-style:solid;border-width:1px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.fc-toolbar{align-items:center;display:flex;justify-content:space-between}.fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-toolbar h2{font-size:1.75em;margin:0}.fc-view-container{position:relative}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}@media print{.fc{max-width:100%!important}.fc-event{background:#fff!important;color:#000!important;page-break-inside:avoid}.fc-event .fc-resizer{display:none}.fc-row,.fc hr,.fc tbody,.fc td,.fc th,.fc thead{background:#fff!important;border-color:#ccc!important}.fc-bg,.fc-bgevent-container,.fc-bgevent-skeleton,.fc-business-container,.fc-highlight-container,.fc-highlight-skeleton,.fc-mirror-container,.fc-mirror-skeleton{display:none}.fc tbody .fc-row{height:auto!important;min-height:0!important}.fc tbody .fc-row .fc-content-skeleton{padding-bottom:0!important;position:static}.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{padding-bottom:1em}.fc tbody .fc-row .fc-content-skeleton table{height:1em}.fc-more,.fc-more-cell{display:none!important}.fc tr.fc-limited{display:table-row!important}.fc td.fc-limited{display:table-cell!important}.fc-popover{display:none}.fc-time-grid{min-height:0!important}.fc-timeGrid-view .fc-axis{display:none}.fc-slats,.fc-time-grid hr{display:none!important}.fc-time-grid .fc-content-skeleton{position:static}.fc-time-grid .fc-content-skeleton table{height:4em}.fc-time-grid .fc-event-container{margin:0!important}.fc-time-grid .fc-event{margin:3px 2px!important;position:static!important}.fc-time-grid .fc-event.fc-not-end{border-bottom-width:1px!important}.fc-time-grid .fc-event.fc-not-end:after{content:"..."}.fc-time-grid .fc-event.fc-not-start{border-top-width:1px!important}.fc-time-grid .fc-event.fc-not-start:before{content:"..."}.fc-time-grid .fc-event .fc-time{white-space:normal!important}.fc-time-grid .fc-event .fc-time span{display:none}.fc-time-grid .fc-event .fc-time:after{content:attr(data-full)}.fc-day-grid-container,.fc-scroller,.fc-time-grid-container{height:auto!important;overflow:visible!important}.fc-row{border:0!important;margin:0!important}.fc-button-group,.fc button{display:none}}.fc-dayGridDay-view .fc-content-skeleton,.fc-dayGridWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-dayGrid-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{left:0;position:absolute;right:0;top:0}.fc-day-top.fc-other-month{opacity:.3}.fc-dayGrid-view .fc-day-number,.fc-dayGrid-view .fc-week-number{padding:2px}.fc-dayGrid-view th.fc-day-number,.fc-dayGrid-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number{border-radius:0 0 3px 0;float:left}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number{border-radius:0 0 0 3px;float:right}.fc-dayGrid-view .fc-day-top .fc-week-number{background-color:#f2f2f2;color:grey;min-width:1.5em;text-align:center}.fc-dayGrid-view td.fc-week-number{text-align:center}.fc-dayGrid-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-timeGrid-view .fc-day-grid{position:relative;z-index:2}.fc-timeGrid-view .fc-day-grid .fc-row{min-height:3em}.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{padding:0 4px;vertical-align:middle;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{left:0;position:absolute;right:0;top:0;z-index:3}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-mirror-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{border-bottom:0;height:1.5em}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{left:0;position:absolute;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-time-grid-event{margin-bottom:1px}.fc-time-grid-event-inset{box-shadow:0 0 0 1px #fff}.fc-time-grid-event.fc-not-start{border-top-left-radius:0;border-top-right-radius:0;border-top-width:0;padding-top:1px}.fc-time-grid-event.fc-not-end{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-width:0;padding-bottom:1px}.fc-time-grid-event .fc-content{max-height:100%;overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:" - "}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{bottom:0;cursor:s-resize;font-family:monospace;font-size:11px;height:8px;left:0;line-height:8px;overflow:hidden;right:0;text-align:center}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{background:#fff;border:1px solid;border-color:inherit;border-radius:5px;bottom:-5px;height:8px;left:50%;margin-left:-5px;width:8px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 0 5px 6px;left:0}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 6px 5px 0;right:0}.fc.fc-bootstrap a{text-decoration:none}.fc.fc-bootstrap a[data-goto]:hover{text-decoration:underline}.fc-bootstrap hr.fc-divider{border-color:inherit}.fc-bootstrap .fc-today.alert{border-radius:0}.fc-bootstrap a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap .fc-popover.card{position:absolute}.fc-bootstrap .fc-popover .card-body{padding:0}.fc-bootstrap .fc-time-grid .fc-slats table{background:0 0}.fc-event-dot{border-radius:5px;display:inline-block;height:10px;width:10px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-style:solid;border-width:1px}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{color:inherit;text-decoration:none}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{bottom:0;left:0;position:absolute;right:0;top:0}.fc-list-empty-wrap1{display:table;height:100%;width:100%}.fc-list-empty{display:table-cell;text-align:center;vertical-align:middle}.fc-unthemed .fc-list-empty{background-color:#eee}.fc-bootstrap .fc-dayGrid-view .fc-day-number,.fc-bootstrap .fc-dayGrid-view .fc-week-number{background:rgba(249,251,253,.9);border-radius:50rem;font-size:14px;height:26px;line-height:26px;margin:6px;text-align:center;width:26px}.fc-bootstrap .fc-dayGrid-view .fc-today .fc-day-number,.fc-bootstrap .fc-dayGrid-view .fc-today .fc-week-number{background:hsla(0,0%,100%,.5)}.fc-bootstrap .table-bordered td,.fc-bootstrap .table-bordered th{background:#fff;border-color:#d9e2ef}.fc-bootstrap .table-bordered th.fc-day-header>span{color:#506690;display:block;font-size:1rem;font-weight:500;padding:6px 0}.fc-bootstrap .fc-day-grid-event .fc-content,.fc-bootstrap .fc-time-grid-event .fc-content{font-size:13px;overflow:hidden;padding:.3rem .3rem .3rem 2rem;text-overflow:ellipsis;white-space:nowrap}.fc-bootstrap .fc-popover .fc-header .fc-close{font-size:1em;padding:0 6px}.fc-bootstrap .fc-popover .fc-header{background:#f9fbfd;font-size:15px;padding:6px 4px}.fc-bootstrap .fc-day-grid-event .fc-content:before,.fc-bootstrap .fc-time-grid-event .fc-content:before{background:#f9fbfd;border-radius:50%;content:"";display:inline-block;height:8px;left:.66rem;position:absolute;top:10px;width:8px}.fc-bootstrap .bg-primary-soft .fc-content:before,.fc-bootstrap .bg-primary .fc-content:before{background:#9994f3!important}.fc-bootstrap .bg-secondary-soft .fc-content:before,.fc-bootstrap .bg-secondary .fc-content:before{background:#939ba2!important}.fc-bootstrap .bg-success-soft .fc-content:before,.fc-bootstrap .bg-success .fc-content:before{background:#95d661!important}.fc-bootstrap .bg-info-soft .fc-content:before,.fc-bootstrap .bg-info .fc-content:before{background:#bbf3fb!important}.fc-bootstrap .bg-warning-soft .fc-content:before,.fc-bootstrap .bg-warning .fc-content:before{background:#fdedc0!important}.fc-bootstrap .bg-danger-soft .fc-content:before,.fc-bootstrap .bg-danger .fc-content:before{background:#fa97a1!important}.fc-bootstrap .bg-light-soft .fc-content:before,.fc-bootstrap .bg-light .fc-content:before{background:#fff!important}.fc-bootstrap .bg-dark-soft .fc-content:before,.fc-bootstrap .bg-dark .fc-content:before{background:#545454!important}.fc-bootstrap .fc-time-grid-event .fc-time{padding-top:3px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){font-size:14px}.fc-bootstrap .fc-smarty-gcal .fc-content:before{border-radius:0!important}
|
@@ -0,0 +1,653 @@
|
|
1
|
+
/*$modal-backdrop-bg: #131f43 !default;*/
|
2
|
+
/**
|
3
|
+
|
4
|
+
Import official leaflet map css
|
5
|
+
|
6
|
+
**/
|
7
|
+
/* required styles */
|
8
|
+
.leaflet-pane,
|
9
|
+
.leaflet-tile,
|
10
|
+
.leaflet-marker-icon,
|
11
|
+
.leaflet-marker-shadow,
|
12
|
+
.leaflet-tile-container,
|
13
|
+
.leaflet-pane > svg,
|
14
|
+
.leaflet-pane > canvas,
|
15
|
+
.leaflet-zoom-box,
|
16
|
+
.leaflet-image-layer,
|
17
|
+
.leaflet-layer {
|
18
|
+
position: absolute;
|
19
|
+
left: 0;
|
20
|
+
top: 0; }
|
21
|
+
|
22
|
+
.leaflet-container {
|
23
|
+
overflow: hidden; }
|
24
|
+
|
25
|
+
.leaflet-tile,
|
26
|
+
.leaflet-marker-icon,
|
27
|
+
.leaflet-marker-shadow {
|
28
|
+
-webkit-user-select: none;
|
29
|
+
-moz-user-select: none;
|
30
|
+
-ms-user-select: none;
|
31
|
+
user-select: none;
|
32
|
+
-webkit-user-drag: none; }
|
33
|
+
|
34
|
+
/* Prevents IE11 from highlighting tiles in blue */
|
35
|
+
.leaflet-tile::-moz-selection {
|
36
|
+
background: transparent; }
|
37
|
+
.leaflet-tile::selection {
|
38
|
+
background: transparent; }
|
39
|
+
|
40
|
+
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
|
41
|
+
.leaflet-safari .leaflet-tile {
|
42
|
+
image-rendering: -webkit-optimize-contrast; }
|
43
|
+
|
44
|
+
/* hack that prevents hw layers "stretching" when loading new tiles */
|
45
|
+
.leaflet-safari .leaflet-tile-container {
|
46
|
+
width: 1600px;
|
47
|
+
height: 1600px;
|
48
|
+
-webkit-transform-origin: 0 0; }
|
49
|
+
|
50
|
+
.leaflet-marker-icon,
|
51
|
+
.leaflet-marker-shadow {
|
52
|
+
display: block; }
|
53
|
+
|
54
|
+
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
|
55
|
+
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
|
56
|
+
.leaflet-container .leaflet-overlay-pane svg,
|
57
|
+
.leaflet-container .leaflet-marker-pane img,
|
58
|
+
.leaflet-container .leaflet-shadow-pane img,
|
59
|
+
.leaflet-container .leaflet-tile-pane img,
|
60
|
+
.leaflet-container img.leaflet-image-layer,
|
61
|
+
.leaflet-container .leaflet-tile {
|
62
|
+
max-width: none !important;
|
63
|
+
max-height: none !important; }
|
64
|
+
|
65
|
+
.leaflet-container.leaflet-touch-zoom {
|
66
|
+
touch-action: pan-x pan-y; }
|
67
|
+
|
68
|
+
.leaflet-container.leaflet-touch-drag {
|
69
|
+
/* Fallback for FF which doesn't support pinch-zoom */
|
70
|
+
touch-action: none;
|
71
|
+
touch-action: pinch-zoom; }
|
72
|
+
|
73
|
+
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
|
74
|
+
touch-action: none; }
|
75
|
+
|
76
|
+
.leaflet-container {
|
77
|
+
-webkit-tap-highlight-color: transparent; }
|
78
|
+
|
79
|
+
.leaflet-container a {
|
80
|
+
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }
|
81
|
+
|
82
|
+
.leaflet-tile {
|
83
|
+
filter: inherit;
|
84
|
+
visibility: hidden; }
|
85
|
+
|
86
|
+
.leaflet-tile-loaded {
|
87
|
+
visibility: inherit; }
|
88
|
+
|
89
|
+
.leaflet-zoom-box {
|
90
|
+
width: 0;
|
91
|
+
height: 0;
|
92
|
+
box-sizing: border-box;
|
93
|
+
z-index: 800; }
|
94
|
+
|
95
|
+
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
|
96
|
+
.leaflet-overlay-pane svg {
|
97
|
+
-moz-user-select: none; }
|
98
|
+
|
99
|
+
.leaflet-pane {
|
100
|
+
z-index: 400; }
|
101
|
+
|
102
|
+
.leaflet-tile-pane {
|
103
|
+
z-index: 200; }
|
104
|
+
|
105
|
+
.leaflet-overlay-pane {
|
106
|
+
z-index: 400; }
|
107
|
+
|
108
|
+
.leaflet-shadow-pane {
|
109
|
+
z-index: 500; }
|
110
|
+
|
111
|
+
.leaflet-marker-pane {
|
112
|
+
z-index: 600; }
|
113
|
+
|
114
|
+
.leaflet-tooltip-pane {
|
115
|
+
z-index: 650; }
|
116
|
+
|
117
|
+
.leaflet-popup-pane {
|
118
|
+
z-index: 700; }
|
119
|
+
|
120
|
+
.leaflet-map-pane canvas {
|
121
|
+
z-index: 100; }
|
122
|
+
|
123
|
+
.leaflet-map-pane svg {
|
124
|
+
z-index: 200; }
|
125
|
+
|
126
|
+
.leaflet-vml-shape {
|
127
|
+
width: 1px;
|
128
|
+
height: 1px; }
|
129
|
+
|
130
|
+
.lvml {
|
131
|
+
behavior: url(#default#VML);
|
132
|
+
display: inline-block;
|
133
|
+
position: absolute; }
|
134
|
+
|
135
|
+
/* control positioning */
|
136
|
+
.leaflet-control {
|
137
|
+
position: relative;
|
138
|
+
z-index: 800;
|
139
|
+
pointer-events: visiblePainted;
|
140
|
+
/* IE 9-10 doesn't have auto */
|
141
|
+
pointer-events: auto; }
|
142
|
+
|
143
|
+
.leaflet-top,
|
144
|
+
.leaflet-bottom {
|
145
|
+
position: absolute;
|
146
|
+
z-index: 1000;
|
147
|
+
pointer-events: none; }
|
148
|
+
|
149
|
+
.leaflet-top {
|
150
|
+
top: 0; }
|
151
|
+
|
152
|
+
.leaflet-right {
|
153
|
+
right: 0; }
|
154
|
+
|
155
|
+
.leaflet-bottom {
|
156
|
+
bottom: 0; }
|
157
|
+
|
158
|
+
.leaflet-left {
|
159
|
+
left: 0; }
|
160
|
+
|
161
|
+
.leaflet-control {
|
162
|
+
float: left;
|
163
|
+
clear: both; }
|
164
|
+
|
165
|
+
.leaflet-right .leaflet-control {
|
166
|
+
float: right; }
|
167
|
+
|
168
|
+
.leaflet-top .leaflet-control {
|
169
|
+
margin-top: 10px; }
|
170
|
+
|
171
|
+
.leaflet-bottom .leaflet-control {
|
172
|
+
margin-bottom: 10px; }
|
173
|
+
|
174
|
+
.leaflet-left .leaflet-control {
|
175
|
+
margin-left: 10px; }
|
176
|
+
|
177
|
+
.leaflet-right .leaflet-control {
|
178
|
+
margin-right: 10px; }
|
179
|
+
|
180
|
+
/* zoom and fade animations */
|
181
|
+
.leaflet-fade-anim .leaflet-tile {
|
182
|
+
will-change: opacity; }
|
183
|
+
|
184
|
+
.leaflet-fade-anim .leaflet-popup {
|
185
|
+
opacity: 0;
|
186
|
+
transition: opacity 0.2s linear; }
|
187
|
+
|
188
|
+
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
|
189
|
+
opacity: 1; }
|
190
|
+
|
191
|
+
.leaflet-zoom-animated {
|
192
|
+
transform-origin: 0 0; }
|
193
|
+
|
194
|
+
.leaflet-zoom-anim .leaflet-zoom-animated {
|
195
|
+
will-change: transform; }
|
196
|
+
|
197
|
+
.leaflet-zoom-anim .leaflet-zoom-animated {
|
198
|
+
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }
|
199
|
+
|
200
|
+
.leaflet-zoom-anim .leaflet-tile,
|
201
|
+
.leaflet-pan-anim .leaflet-tile {
|
202
|
+
transition: none; }
|
203
|
+
|
204
|
+
.leaflet-zoom-anim .leaflet-zoom-hide {
|
205
|
+
visibility: hidden; }
|
206
|
+
|
207
|
+
/* cursors */
|
208
|
+
.leaflet-interactive {
|
209
|
+
cursor: pointer; }
|
210
|
+
|
211
|
+
.leaflet-grab {
|
212
|
+
cursor: -webkit-grab;
|
213
|
+
cursor: grab; }
|
214
|
+
|
215
|
+
.leaflet-crosshair,
|
216
|
+
.leaflet-crosshair .leaflet-interactive {
|
217
|
+
cursor: crosshair; }
|
218
|
+
|
219
|
+
.leaflet-popup-pane,
|
220
|
+
.leaflet-control {
|
221
|
+
cursor: auto; }
|
222
|
+
|
223
|
+
.leaflet-dragging .leaflet-grab,
|
224
|
+
.leaflet-dragging .leaflet-grab .leaflet-interactive,
|
225
|
+
.leaflet-dragging .leaflet-marker-draggable {
|
226
|
+
cursor: move;
|
227
|
+
cursor: -webkit-grabbing;
|
228
|
+
cursor: grabbing; }
|
229
|
+
|
230
|
+
/* marker & overlays interactivity */
|
231
|
+
.leaflet-marker-icon,
|
232
|
+
.leaflet-marker-shadow,
|
233
|
+
.leaflet-image-layer,
|
234
|
+
.leaflet-pane > svg path,
|
235
|
+
.leaflet-tile-container {
|
236
|
+
pointer-events: none; }
|
237
|
+
|
238
|
+
.leaflet-marker-icon.leaflet-interactive,
|
239
|
+
.leaflet-image-layer.leaflet-interactive,
|
240
|
+
.leaflet-pane > svg path.leaflet-interactive,
|
241
|
+
svg.leaflet-image-layer.leaflet-interactive path {
|
242
|
+
pointer-events: visiblePainted;
|
243
|
+
/* IE 9-10 doesn't have auto */
|
244
|
+
pointer-events: auto; }
|
245
|
+
|
246
|
+
/* visual tweaks */
|
247
|
+
.leaflet-container {
|
248
|
+
background: #ddd;
|
249
|
+
outline: 0; }
|
250
|
+
|
251
|
+
.leaflet-container a {
|
252
|
+
color: #0078A8; }
|
253
|
+
|
254
|
+
.leaflet-container a.leaflet-active {
|
255
|
+
outline: 2px solid orange; }
|
256
|
+
|
257
|
+
.leaflet-zoom-box {
|
258
|
+
border: 2px dotted #38f;
|
259
|
+
background: rgba(255, 255, 255, 0.5); }
|
260
|
+
|
261
|
+
/* general typography */
|
262
|
+
.leaflet-container {
|
263
|
+
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }
|
264
|
+
|
265
|
+
/* general toolbar styles */
|
266
|
+
.leaflet-bar {
|
267
|
+
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
|
268
|
+
border-radius: 4px; }
|
269
|
+
|
270
|
+
.leaflet-bar a,
|
271
|
+
.leaflet-bar a:hover {
|
272
|
+
background-color: #fff;
|
273
|
+
border-bottom: 1px solid #ccc;
|
274
|
+
width: 26px;
|
275
|
+
height: 26px;
|
276
|
+
line-height: 26px;
|
277
|
+
display: block;
|
278
|
+
text-align: center;
|
279
|
+
text-decoration: none;
|
280
|
+
color: black; }
|
281
|
+
|
282
|
+
.leaflet-bar a,
|
283
|
+
.leaflet-control-layers-toggle {
|
284
|
+
background-position: 50% 50%;
|
285
|
+
background-repeat: no-repeat;
|
286
|
+
display: block; }
|
287
|
+
|
288
|
+
.leaflet-bar a:hover {
|
289
|
+
background-color: #f4f4f4; }
|
290
|
+
|
291
|
+
.leaflet-bar a:first-child {
|
292
|
+
border-top-left-radius: 4px;
|
293
|
+
border-top-right-radius: 4px; }
|
294
|
+
|
295
|
+
.leaflet-bar a:last-child {
|
296
|
+
border-bottom-left-radius: 4px;
|
297
|
+
border-bottom-right-radius: 4px;
|
298
|
+
border-bottom: none; }
|
299
|
+
|
300
|
+
.leaflet-bar a.leaflet-disabled {
|
301
|
+
cursor: default;
|
302
|
+
background-color: #f4f4f4;
|
303
|
+
color: #bbb; }
|
304
|
+
|
305
|
+
.leaflet-touch .leaflet-bar a {
|
306
|
+
width: 30px;
|
307
|
+
height: 30px;
|
308
|
+
line-height: 30px; }
|
309
|
+
|
310
|
+
.leaflet-touch .leaflet-bar a:first-child {
|
311
|
+
border-top-left-radius: 2px;
|
312
|
+
border-top-right-radius: 2px; }
|
313
|
+
|
314
|
+
.leaflet-touch .leaflet-bar a:last-child {
|
315
|
+
border-bottom-left-radius: 2px;
|
316
|
+
border-bottom-right-radius: 2px; }
|
317
|
+
|
318
|
+
/* zoom control */
|
319
|
+
.leaflet-control-zoom-in,
|
320
|
+
.leaflet-control-zoom-out {
|
321
|
+
font: bold 18px 'Lucida Console', Monaco, monospace;
|
322
|
+
text-indent: 1px; }
|
323
|
+
|
324
|
+
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
|
325
|
+
font-size: 22px; }
|
326
|
+
|
327
|
+
/* layers control */
|
328
|
+
.leaflet-control-layers {
|
329
|
+
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
|
330
|
+
background: #fff;
|
331
|
+
border-radius: 5px; }
|
332
|
+
|
333
|
+
.leaflet-control-layers-toggle {
|
334
|
+
background-image: url(images/layers.png);
|
335
|
+
width: 36px;
|
336
|
+
height: 36px; }
|
337
|
+
|
338
|
+
.leaflet-retina .leaflet-control-layers-toggle {
|
339
|
+
background-image: url(images/layers-2x.png);
|
340
|
+
background-size: 26px 26px; }
|
341
|
+
|
342
|
+
.leaflet-touch .leaflet-control-layers-toggle {
|
343
|
+
width: 44px;
|
344
|
+
height: 44px; }
|
345
|
+
|
346
|
+
.leaflet-control-layers .leaflet-control-layers-list,
|
347
|
+
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
|
348
|
+
display: none; }
|
349
|
+
|
350
|
+
.leaflet-control-layers-expanded .leaflet-control-layers-list {
|
351
|
+
display: block;
|
352
|
+
position: relative; }
|
353
|
+
|
354
|
+
.leaflet-control-layers-expanded {
|
355
|
+
padding: 6px 10px 6px 6px;
|
356
|
+
color: #333;
|
357
|
+
background: #fff; }
|
358
|
+
|
359
|
+
.leaflet-control-layers-scrollbar {
|
360
|
+
overflow-y: scroll;
|
361
|
+
overflow-x: hidden;
|
362
|
+
padding-right: 5px; }
|
363
|
+
|
364
|
+
.leaflet-control-layers-selector {
|
365
|
+
margin-top: 2px;
|
366
|
+
position: relative;
|
367
|
+
top: 1px; }
|
368
|
+
|
369
|
+
.leaflet-control-layers label {
|
370
|
+
display: block; }
|
371
|
+
|
372
|
+
.leaflet-control-layers-separator {
|
373
|
+
height: 0;
|
374
|
+
border-top: 1px solid #ddd;
|
375
|
+
margin: 5px -10px 5px -6px; }
|
376
|
+
|
377
|
+
/* Default icon URLs */
|
378
|
+
.leaflet-default-icon-path {
|
379
|
+
background-image: url(images/marker-icon.png); }
|
380
|
+
|
381
|
+
/* attribution and scale controls */
|
382
|
+
.leaflet-container .leaflet-control-attribution {
|
383
|
+
background: #fff;
|
384
|
+
background: rgba(255, 255, 255, 0.7);
|
385
|
+
margin: 0; }
|
386
|
+
|
387
|
+
.leaflet-control-attribution,
|
388
|
+
.leaflet-control-scale-line {
|
389
|
+
padding: 0 5px;
|
390
|
+
color: #333; }
|
391
|
+
|
392
|
+
.leaflet-control-attribution a {
|
393
|
+
text-decoration: none; }
|
394
|
+
|
395
|
+
.leaflet-control-attribution a:hover {
|
396
|
+
text-decoration: underline; }
|
397
|
+
|
398
|
+
.leaflet-container .leaflet-control-attribution,
|
399
|
+
.leaflet-container .leaflet-control-scale {
|
400
|
+
font-size: 11px; }
|
401
|
+
|
402
|
+
.leaflet-left .leaflet-control-scale {
|
403
|
+
margin-left: 5px; }
|
404
|
+
|
405
|
+
.leaflet-bottom .leaflet-control-scale {
|
406
|
+
margin-bottom: 5px; }
|
407
|
+
|
408
|
+
.leaflet-control-scale-line {
|
409
|
+
border: 2px solid #777;
|
410
|
+
border-top: none;
|
411
|
+
line-height: 1.1;
|
412
|
+
padding: 2px 5px 1px;
|
413
|
+
font-size: 11px;
|
414
|
+
white-space: nowrap;
|
415
|
+
overflow: hidden;
|
416
|
+
box-sizing: border-box;
|
417
|
+
background: #fff;
|
418
|
+
background: rgba(255, 255, 255, 0.5); }
|
419
|
+
|
420
|
+
.leaflet-control-scale-line:not(:first-child) {
|
421
|
+
border-top: 2px solid #777;
|
422
|
+
border-bottom: none;
|
423
|
+
margin-top: -2px; }
|
424
|
+
|
425
|
+
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
|
426
|
+
border-bottom: 2px solid #777; }
|
427
|
+
|
428
|
+
.leaflet-touch .leaflet-control-attribution,
|
429
|
+
.leaflet-touch .leaflet-control-layers,
|
430
|
+
.leaflet-touch .leaflet-bar {
|
431
|
+
box-shadow: none; }
|
432
|
+
|
433
|
+
.leaflet-touch .leaflet-control-layers,
|
434
|
+
.leaflet-touch .leaflet-bar {
|
435
|
+
border: 2px solid rgba(0, 0, 0, 0.2);
|
436
|
+
background-clip: padding-box; }
|
437
|
+
|
438
|
+
/* popup */
|
439
|
+
.leaflet-popup {
|
440
|
+
position: absolute;
|
441
|
+
text-align: center;
|
442
|
+
margin-bottom: 20px; }
|
443
|
+
|
444
|
+
.leaflet-popup-content-wrapper {
|
445
|
+
padding: 1px;
|
446
|
+
text-align: left;
|
447
|
+
border-radius: 12px; }
|
448
|
+
|
449
|
+
.leaflet-popup-content {
|
450
|
+
margin: 13px 19px;
|
451
|
+
line-height: 1.4; }
|
452
|
+
|
453
|
+
.leaflet-popup-content p {
|
454
|
+
margin: 18px 0; }
|
455
|
+
|
456
|
+
.leaflet-popup-tip-container {
|
457
|
+
width: 40px;
|
458
|
+
height: 20px;
|
459
|
+
position: absolute;
|
460
|
+
left: 50%;
|
461
|
+
margin-left: -20px;
|
462
|
+
overflow: hidden;
|
463
|
+
pointer-events: none; }
|
464
|
+
|
465
|
+
.leaflet-popup-tip {
|
466
|
+
width: 17px;
|
467
|
+
height: 17px;
|
468
|
+
padding: 1px;
|
469
|
+
margin: -10px auto 0;
|
470
|
+
transform: rotate(45deg); }
|
471
|
+
|
472
|
+
.leaflet-popup-content-wrapper,
|
473
|
+
.leaflet-popup-tip {
|
474
|
+
background: white;
|
475
|
+
color: #333;
|
476
|
+
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }
|
477
|
+
|
478
|
+
.leaflet-container a.leaflet-popup-close-button {
|
479
|
+
position: absolute;
|
480
|
+
top: 0;
|
481
|
+
right: 0;
|
482
|
+
padding: 4px 4px 0 0;
|
483
|
+
border: none;
|
484
|
+
text-align: center;
|
485
|
+
width: 18px;
|
486
|
+
height: 14px;
|
487
|
+
font: 16px/14px Tahoma, Verdana, sans-serif;
|
488
|
+
color: #c3c3c3;
|
489
|
+
text-decoration: none;
|
490
|
+
font-weight: bold;
|
491
|
+
background: transparent; }
|
492
|
+
|
493
|
+
.leaflet-container a.leaflet-popup-close-button:hover {
|
494
|
+
color: #999; }
|
495
|
+
|
496
|
+
.leaflet-popup-scrolled {
|
497
|
+
overflow: auto;
|
498
|
+
border-bottom: 1px solid #ddd;
|
499
|
+
border-top: 1px solid #ddd; }
|
500
|
+
|
501
|
+
.leaflet-oldie .leaflet-popup-content-wrapper {
|
502
|
+
-ms-zoom: 1; }
|
503
|
+
|
504
|
+
.leaflet-oldie .leaflet-popup-tip {
|
505
|
+
width: 24px;
|
506
|
+
margin: 0 auto;
|
507
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
|
508
|
+
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }
|
509
|
+
|
510
|
+
.leaflet-oldie .leaflet-popup-tip-container {
|
511
|
+
margin-top: -1px; }
|
512
|
+
|
513
|
+
.leaflet-oldie .leaflet-control-zoom,
|
514
|
+
.leaflet-oldie .leaflet-control-layers,
|
515
|
+
.leaflet-oldie .leaflet-popup-content-wrapper,
|
516
|
+
.leaflet-oldie .leaflet-popup-tip {
|
517
|
+
border: 1px solid #999; }
|
518
|
+
|
519
|
+
/* div icon */
|
520
|
+
.leaflet-div-icon {
|
521
|
+
background: #fff;
|
522
|
+
border: 1px solid #666; }
|
523
|
+
|
524
|
+
/* Tooltip */
|
525
|
+
/* Base styles for the element that has a tooltip */
|
526
|
+
.leaflet-tooltip {
|
527
|
+
position: absolute;
|
528
|
+
padding: 6px;
|
529
|
+
background-color: #fff;
|
530
|
+
border: 1px solid #fff;
|
531
|
+
border-radius: 3px;
|
532
|
+
color: #222;
|
533
|
+
white-space: nowrap;
|
534
|
+
-webkit-user-select: none;
|
535
|
+
-moz-user-select: none;
|
536
|
+
-ms-user-select: none;
|
537
|
+
user-select: none;
|
538
|
+
pointer-events: none;
|
539
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
|
540
|
+
|
541
|
+
.leaflet-tooltip.leaflet-clickable {
|
542
|
+
cursor: pointer;
|
543
|
+
pointer-events: auto; }
|
544
|
+
|
545
|
+
.leaflet-tooltip-top:before,
|
546
|
+
.leaflet-tooltip-bottom:before,
|
547
|
+
.leaflet-tooltip-left:before,
|
548
|
+
.leaflet-tooltip-right:before {
|
549
|
+
position: absolute;
|
550
|
+
pointer-events: none;
|
551
|
+
border: 6px solid transparent;
|
552
|
+
background: transparent;
|
553
|
+
content: ""; }
|
554
|
+
|
555
|
+
/* Directions */
|
556
|
+
.leaflet-tooltip-bottom {
|
557
|
+
margin-top: 6px; }
|
558
|
+
|
559
|
+
.leaflet-tooltip-top {
|
560
|
+
margin-top: -6px; }
|
561
|
+
|
562
|
+
.leaflet-tooltip-bottom:before,
|
563
|
+
.leaflet-tooltip-top:before {
|
564
|
+
left: 50%;
|
565
|
+
margin-left: -6px; }
|
566
|
+
|
567
|
+
.leaflet-tooltip-top:before {
|
568
|
+
bottom: 0;
|
569
|
+
margin-bottom: -12px;
|
570
|
+
border-top-color: #fff; }
|
571
|
+
|
572
|
+
.leaflet-tooltip-bottom:before {
|
573
|
+
top: 0;
|
574
|
+
margin-top: -12px;
|
575
|
+
margin-left: -6px;
|
576
|
+
border-bottom-color: #fff; }
|
577
|
+
|
578
|
+
.leaflet-tooltip-left {
|
579
|
+
margin-left: -6px; }
|
580
|
+
|
581
|
+
.leaflet-tooltip-right {
|
582
|
+
margin-left: 6px; }
|
583
|
+
|
584
|
+
.leaflet-tooltip-left:before,
|
585
|
+
.leaflet-tooltip-right:before {
|
586
|
+
top: 50%;
|
587
|
+
margin-top: -6px; }
|
588
|
+
|
589
|
+
.leaflet-tooltip-left:before {
|
590
|
+
right: 0;
|
591
|
+
margin-right: -12px;
|
592
|
+
border-left-color: #fff; }
|
593
|
+
|
594
|
+
.leaflet-tooltip-right:before {
|
595
|
+
left: 0;
|
596
|
+
margin-left: -12px;
|
597
|
+
border-right-color: #fff; }
|
598
|
+
|
599
|
+
/**
|
600
|
+
|
601
|
+
Styling
|
602
|
+
|
603
|
+
**/
|
604
|
+
.map-leaflet {
|
605
|
+
z-index: 1; }
|
606
|
+
|
607
|
+
/* buttons container */
|
608
|
+
.leaflet-touch .leaflet-bar,
|
609
|
+
.leaflet-touch .leaflet-control-layers {
|
610
|
+
-ms-box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
|
611
|
+
-o-box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
|
612
|
+
box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
|
613
|
+
background-clip: padding-box;
|
614
|
+
border: 0; }
|
615
|
+
|
616
|
+
/* buttons */
|
617
|
+
.leaflet-touch .leaflet-bar a:first-child {
|
618
|
+
border-top-left-radius: 0.35rem;
|
619
|
+
border-top-right-radius: 0.35rem; }
|
620
|
+
|
621
|
+
.leaflet-touch .leaflet-bar a:last-child {
|
622
|
+
border-bottom-left-radius: 0.35rem;
|
623
|
+
border-bottom-right-radius: 0.35rem; }
|
624
|
+
|
625
|
+
.leaflet-touch .leaflet-bar a {
|
626
|
+
width: 36px;
|
627
|
+
height: 36px;
|
628
|
+
line-height: 33px; }
|
629
|
+
|
630
|
+
.leaflet-touch .leaflet-bar a:hover {
|
631
|
+
background-color: #f9fbfd; }
|
632
|
+
|
633
|
+
/* icon color */
|
634
|
+
.leaflet-touch .leaflet-control-zoom-in,
|
635
|
+
.leaflet-touch .leaflet-control-zoom-out {
|
636
|
+
font-size: 22px; }
|
637
|
+
|
638
|
+
/* popover */
|
639
|
+
.leaflet-popup-content-wrapper {
|
640
|
+
border-radius: 0.35rem;
|
641
|
+
-ms-box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
|
642
|
+
-o-box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
|
643
|
+
box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15); }
|
644
|
+
|
645
|
+
.leaflet-popup-content {
|
646
|
+
margin: 20px 15px; }
|
647
|
+
|
648
|
+
/* grayscale */
|
649
|
+
.map-grayscale .leaflet-tile-pane {
|
650
|
+
-moz-filter: grayscale(100%);
|
651
|
+
-ms-filter: grayscale(100%);
|
652
|
+
-o-filter: grayscale(100%);
|
653
|
+
filter: grayscale(100%); }
|