Files
crm.clientright.ru/libraries/jquery/jquery-ui/third-party/jQuery-UI-Date-Range-Picker/css/ui.daterangepicker.css
Fedor ac7467f0b4 Major CRM updates: AI Assistant, Court Status API, S3 integration improvements, and extensive file storage system
- Added comprehensive AI Assistant system (aiassist/ directory):
  * Vector search and embedding capabilities
  * Typebot proxy integration
  * Elastic search functionality
  * Message classification and chat history
  * MCP proxy for external integrations

- Implemented Court Status API (GetCourtStatus.php):
  * Real-time court document status checking
  * Integration with external court systems
  * Comprehensive error handling and logging

- Enhanced S3 integration:
  * Improved file backup system with metadata
  * Batch processing capabilities
  * Enhanced error logging and recovery
  * Copy operations with URL fixing

- Added Telegram contact creation API
- Improved error logging across all modules
- Enhanced callback system for AI responses
- Extensive backup file storage with timestamps
- Updated documentation and README files

- File storage improvements:
  * Thousands of backup files with proper metadata
  * Fix operations for broken file references
  * Project-specific backup and recovery systems
  * Comprehensive file integrity checking

Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
2025-10-16 11:17:21 +03:00

147 lines
3.8 KiB
CSS

/*styles for jquery ui daterangepicker plugin */
.ui-daterangepickercontain {
position: absolute;
z-index: 999;
}
.ui-daterangepickercontain .ui-daterangepicker {
float: left;
padding: 5px !important;
width: auto;
display: inline;
background-image: none !important;
clear: left;
}
.ui-daterangepicker ul, .ui-daterangepicker .ranges, .ui-daterangepicker .range-start, .ui-daterangepicker .range-end {
float: left;
padding: 0;
margin: 0;
}
.ui-daterangepicker .ranges {
width: auto;
position: relative;
padding: 5px 5px 40px 0;
margin-left: 10px;
}
.ui-daterangepicker .range-start, .ui-daterangepicker .range-end {
margin-left: 5px;
}
.ui-daterangepicker button.btnDone {
clear:both;
cursor:pointer;
position:absolute;
bottom:0;
right:0;
cursor: pointer;
display: inline-block;
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
padding: 5px 14px 6px;
margin: 5px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear background-image;
-moz-transition: 0.1s linear background-image;
-ms-transition: 0.1s linear background-image;
-o-transition: 0.1s linear background-image;
transition: 0.1s linear background-image;
overflow: visible;
}
.ui-daterangepicker ul {
width: 17.6em;
background: none;
border: 0;
}
.ui-daterangepicker li {
list-style: none;
padding: 1px;
cursor: pointer;
margin: 1px 0;
}
.ui-daterangepicker .ui-widget-header{
border:1px solid #ccc;
}
.ui-daterangepicker .ui-state-hover{
background:#0064CD;
color:#fff;
}
.ui-daterangepicker .ui-state-hover a{
color:#fff;
}
.ui-daterangepicker .ui-widget{
padding-right:4px;
}
.ui-daterangepicker li.preset_0 {
margin-top: 1.5em !important;
}
.ui-daterangepicker .ui-widget-content a {
text-decoration: none !important;
font-weight:normal;
}
.ui-daterangepicker li a {
font-weight: normal;
margin: .3em .5em;
display: block;
}
.ui-daterangepicker li span {
float: right;
margin: .3em .2em;
}
.ui-daterangepicker .title-start, .ui-daterangepicker .title-end {
display: block;
margin: 0 0 .2em;
font-size: 1em;
padding: 0 4px 2px;
}
.ui-daterangepicker .ui-datepicker-inline {
font-size: 1em;
}
.ui-daterangepicker-arrows {
padding: 2px;
width: 204px;
position: relative;
}
.ui-daterangepicker-arrows input.ui-rangepicker-input {
width: 158px;
margin: 0 2px 0 20px;
padding: 2px;
height: 1.1em;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev, .ui-daterangepicker-arrows .ui-daterangepicker-next {
position: absolute;
top: 2px;
padding: 1px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev {
left: 2px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-next {
right: 2px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev:hover,
.ui-daterangepicker-arrows .ui-daterangepicker-next:hover,
.ui-daterangepicker-arrows .ui-daterangepicker-prev:focus,
.ui-daterangepicker-arrows .ui-daterangepicker-next:focus {
padding: 0;
}