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

View File

@@ -0,0 +1,193 @@
.btn2{
background: #FF440A !important;
border-color: #FF440A !important;
color: #fff !important;
font-weight: bold !important;
}
.left_col{
background: url(images/bg.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.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 !important;
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;
}
.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;
}
.modal-content{
width: 60%;
margin: 0 auto;
}
.letter-stream-content table td, th{
text-align: left !important;
padding: 3px 15px!important;
}
.letter-stream-content table tr td label , .letter-stream-content table tr td select{
font-weight: normal !important;
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}
#letter-stream-modal .modal-content{
width: 1030px !important;
}
@media only screen and (max-width: 600px){
.client-files-modal .modal-dialog {
width: 100% !important;
padding: 10px;
margin: 0;
}
.client-files-modal .modal-content{
width: 100% !important;
}
}