inital commit

This commit is contained in:
2026-06-19 20:08:01 +06:00
commit 8a5abeeae4
13128 changed files with 3192007 additions and 0 deletions

409
webroot/css/velocity.css Normal file
View File

@@ -0,0 +1,409 @@
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Sep 2, 2020, 11:50:08 AM
Author : CHTL
*/
.df-loader {
display: none;
top: 26px;
position: absolute;
z-index: 1000;
height: 35px;
right: -40px;
}
.content {
position: relative !important;
}
.client-status img {
display: none;
position: absolute;
top: 8px;
right: -6px;
height: 18px;
}
.letter-stream-content .checkbox {
padding-top: 0 !important;
}
.letter-stream-content .form-control {
height: 27px;
padding: 3px 10px;
}
.dataTable thead .sorting_desc:after {
content: '' !important;
}
#date-time-picker .datepicker .table-condensed td,
.datepicker .table-condensed th {
padding: 5px 8px !important;
}
.datepicker {
position: relative;
z-index: 10000 !important;
}
.select2-container {
width: 100% !important;
}
.select2-container--open .select2-dropdown--above {
border-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-radius: 0;
}
.select2-container--default .select2-selection--single {
height: 35px;
border-radius: 0;
}
.select2-selection--single .select2-selection__arrow:after {
content: '' !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after {
content: '' !important;
}
.select2-search--dropdown:after {
content: '' !important;
}
.dload label {
font-weight: bold;
}
.not-allowed {
cursor: not-allowed;
}
#before-saving-modal .modal-dialog {
width: 670px;
}
.dataTable thead .sorting:before,
.dataTable thead .sorting:after,
.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTables_filter > label:after {
content: '';
margin: 0;
padding: 0;
}
.ka-main-content {
text-align: left !important;
}
swal-overlay {
overflow-y: auto !important;
}
.swal-button--defeat {
color: #fff !important;
background-color: #ff4545 !important;
}
.swal-button--cancel {
color: #fff !important;
background-color: #5dbd72 !important;
}
.swal-button {
background-color: #5dbd72;
color: #fff;
}
.swal-title:first-child {
margin-top: 0;
}
.swal-title {
margin: 0px;
font-size: 16px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
margin-bottom: 28px;
background: #3c8dbc;
color: #f7f7f7;
border-radius: 5px 5px 0 0;
}
.acc-issues-div {
margin-top: -15px;
}
li.select2-selection__choice {
background-color: #3c8dbc !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: black;
}
.select2-container--default .select2-selection--multiple {
border: 1px solid #d2d6de;
border-radius: 0;
}
.select2-container .select2-search--inline .select2-search__field {
margin-left: 5px;
}
.acc-other-type {
border-top: none;
border-left: none;
border-right: none;
width: 105px;
height: 20px;
padding: 0;
padding-left: 5px;
}
.dest-checkbox {
}
.dest-checkbox ul,
.att-checkbox ul {
margin: 0;
padding: 0;
}
.dest-checkbox ul li,
.att-checkbox ul li {
float: left;
padding: 10px;
}
.modal-dialog {
width: 1000px;
}
@media only screen and (max-width: 600px) {
.modal-dialog {
width: 100%;
}
}
.velocity-user-hide {
display: none !important;
}
#dropbox-authorize-modal .modal-dialog {
width: 600px !important;
margin: 30px auto !important;
}
#before-saving-modal .modal-header, #dropbox-authorize-modal .modal-header {
min-height: 44px !important;
background: #3c8dbc;
color: white;
}
#before-saving-modal .modal-header .modal-title {
color: white;
line-height: 125%;
padding-right: 50px;
padding-bottom: 10px;
}
.letter-stream-content {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
.modal-dialog {
width: auto !important;
}
.letter-stream-content {
overflow-x: auto;
}
}
.padding_left_0 {
padding-left: 0 !important;
}
.dataTables_length {
margin-left: 0
}
.dropdown-x {
/* position: absolute; */
/* top: 50%; */
/* transform: translateY(-50%); */
width: 100%;
margin-right: 31px;
z-index: 99;
}
.dropdown-x dd,
.dropdown-x dt {
margin: 0px;
padding: 0px;
}
.dropdown-x ul {
margin: -1px 0 0 0;
}
.dropdown-x dd {
position: relative;
width: 100%;
z-index: 999 !important;
}
.dropdown-x a,
.dropdown-x a:visited {
color: #333;
text-decoration: none;
outline: none;
font-size: 12px;
}
.dropdown-x dt a {
background-color: #fff;
display: block;
padding: 6px;
min-height: 34px;
overflow: hidden;
width: 100%;
border: 1px solid #d2d6de;
}
.hida {
cursor: pointer;
display: inline-block;
padding: 0 3px 2px 0;
background: #3c8dbc;
color: #fff;
margin-left: 2px;
margin-bottom: 2px;
border-radius: 4px;
padding: 0 5px;
font-weight: normal;
font-size: 14px;
}
.dropdown-x dd ul {
background-color: #fff;
border: 0;
color: #333;
display: none;
left: 0px;
padding: 2px 15px 2px 5px;
position: absolute;
top: 2px;
width: 100%;
list-style: none;
max-height: 300px;
height: auto;
overflow-y: auto;
border: 1px solid black;
overflow-x: hidden;
}
.dropdown-x span.value {
display: none;
}
.dropdown-x dd ul li a {
padding: 5px;
display: block;
}
.dropdown-x dd ul li a:hover {
background-color: #fff;
}
dl {
margin-bottom: 0;
}
.choose-dest {
font-size: 14px;
font-weight: normal;
color: #a9a9a9;
}
.multiSel {
margin-bottom: 0;
}
.view-img img {
width: auto;
margin: 0 auto;
display: block;
padding: 15px;
height: 100px;
}
.disable-elem {
background-color: #eee !important;
opacity: 1;
cursor: not-allowed;
pointer-events: none;
}
.disable-elem-download {
background-color: #eee !important;
opacity: 1;
cursor: not-allowed;
pointer-events: none;
}
img#client-file-load {
position: absolute;
z-index: 99999999;
left: 50%;
width: 120px;
top: 20rem;
margin-left: -60px;
display: none;
}
.rebuttal-class {
margin-top: 120px;
text-align: right;
width: 100%;
}
.rebuttal-class1 {
margin-top: 112px;
}
.rebuttal-class3 {
margin-top: 100px;
text-align: right;
width: 100%;
}
.rebuttal-class4 {
margin-top: 100px;
}
.client-status img {
display: none;
position: absolute;
top: 8px;
right: -6px;
height: 18px;
}
.affiliate-hide {
display: none;
}