| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_apps/leo/ui/lib/dp/dist/ |
Upload File : |
/*!
* Datepicker v0.1.0
* https://github.com/fengyuanchen/datepicker
*
* Copyright 2014 Fengyuan Chen
* Released under the MIT license
*/
.datepicker-container {
font-size: 12px;
font-family: arial, helvetica, sans-serif;
line-height: 30px;
float: left;
position: absolute;
z-index: 201312
}
.datepicker-arrow, .datepicker-arrow:after {
border: 5px solid transparent;
display: block;
height: 0;
width: 0
}
.datepicker-arrow {
border-bottom-color: #9cf;
margin: 0 10px;
position: relative
}
.datepicker-arrow:after {
border-bottom-color: #fff;
content: " ";
left: -5px;
position: absolute;
top: -4px
}
.datepicker-content {
border: 1px solid #ccc;
border-top-color: #9cf;
box-shadow: 0 0 3px #ccc;
width: 210px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
.datepicker-next, .datepicker-prev {
font-size: 18px
}
.datepicker-content ul:after, .datepicker-content ul:before {
content: "";
display: table
}
.datepicker-content ul:after {
clear: both
}
.datepicker-content ul {
margin: 0;
padding: 0;
width: 102%
}
.datepicker-content li {
background-color: #fff;
cursor: pointer;
float: left;
height: 30px;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
width: 30px
}
.datepicker-content .col-1 {
width: 30px
}
.datepicker-content .col-2 {
width: 60px
}
.datepicker-content .col-3 {
width: 90px
}
.datepicker-content .col-4 {
width: 120px
}
.datepicker-content .col-5 {
width: 150px
}
.datepicker-content .col-6 {
width: 180px
}
.datepicker-content .col-7 {
width: 210px
}
.datepicker-content li:hover {
background-color: #eee
}
.datepicker-content .selected, .datepicker-content .selected:hover {
color: #36f
}
.datepicker-content .disabled, .datepicker-content .disabled:hover {
color: #ccc
}
.datepicker-months li, .datepicker-years li {
height: 52.5px;
line-height: 52.5px;
width: 52.5px
}
.datepicker-week li, .datepicker-week li:hover {
background-color: #fff;
cursor: default
}
.datepicker-container .selected {
border-radius: 2px;
background-color: #2196f3;
border-color: transparent;
color: #fff;
}
.datepicker-content .selected:hover {
border-radius: 2px;
background-color: #1976D2;
border-color: transparent;
color: #fff;
}