<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker{top:0;left:0;padding:16px 16px 20px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker&gt;div{display:none}.datepicker table{width:100%;margin:0}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.datepicker .datepicker-days td,.datepicker .datepicker-days th{width:24px;height:24px;padding:4px;display:inline-block}.datepicker td{margin:2px 0;vertical-align:middle;line-height:24px}.datepicker .dow{font-size:15px;padding-top:16px}.datepicker td.day:hover{background:rgba(0,0,0,.04);cursor:pointer}.datepicker td.new,.datepicker td.old{color:rgba(0,0,0,.5)}.datepicker td.active,.datepicker td.active:hover{border-color:#2b4fb9;color:#fff}.datepicker td span.active.active,.datepicker td span.active.disabled,.datepicker td span.active:active,.datepicker td span.active:hover,.datepicker td span.active[disabled],.datepicker td.active,.datepicker td.active.active,.datepicker td.active.disabled,.datepicker td.active:active,.datepicker td.active:hover,.datepicker td.active:hover.active,.datepicker td.active:hover.disabled,.datepicker td.active:hover:active,.datepicker td.active:hover:hover,.datepicker td.active:hover[disabled],.datepicker td.active[disabled]{background-color:#2b4fb9}.datepicker td span{display:block;width:49px;height:49px;line-height:49px;float:left;margin:2px;cursor:pointer;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px}.datepicker td span:hover{background:#eee}.datepicker td span.active{background-color:#2b4fb9;border-color:#2b4fb9;color:#fff}.datepicker thead tr i{width:24px;height:24px;line-height:24px;background-position:0 0;opacity:.87}.datepicker .prev i::before{content:"chevron_left"}.datepicker .next i:before{content:"chevron_right"}.datepicker td span.old{color:#999}.datepicker th.switch{width:145px;font-size:20px}.datepicker thead tr:first-child th{cursor:pointer;height:24px}.datepicker thead tr:first-child th:hover{background:rgba(0,0,0,.04)}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}</pre></body></html>