initial commit
This commit is contained in:
302
webroot/css/rtg_popup.css
Normal file
302
webroot/css/rtg_popup.css
Normal file
@@ -0,0 +1,302 @@
|
||||
/*
|
||||
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 : Jul 29, 2020, 7:59:27 PM
|
||||
Author : CHTL
|
||||
*/
|
||||
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.inquries-modal-area input{
|
||||
/* height:177px;*/
|
||||
}
|
||||
.inquries-modal-area textarea{
|
||||
height:177px;
|
||||
}
|
||||
|
||||
.latepays-modal-area input{
|
||||
/* height:177px;*/
|
||||
}
|
||||
.latepays-modal-area textarea{
|
||||
height:177px;
|
||||
}
|
||||
|
||||
.negative-modal-area input{
|
||||
/* height:177px;*/
|
||||
}
|
||||
.negative-modal-area textarea{
|
||||
height:177px;
|
||||
}
|
||||
|
||||
.public-record-modal-area input{
|
||||
/* height:177px;*/
|
||||
}
|
||||
.public-record-modal-area textarea{
|
||||
height:177px;
|
||||
}
|
||||
|
||||
/*for rtg letterstream/fax popup*/
|
||||
|
||||
#rtg-before-saving-modal .modal-dialog {
|
||||
width: 670px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px){
|
||||
#rtg-before-saving-modal{
|
||||
padding: 0 !important;
|
||||
}
|
||||
#rtg-before-saving-modal .modal-dialog {
|
||||
width:100%;
|
||||
margin:0;
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#rtg-before-saving-modal .modal-header {
|
||||
min-height: 44px !important;
|
||||
background: #3c8dbc;
|
||||
}
|
||||
|
||||
#rtg-before-saving-modal .modal-header .modal-title {
|
||||
color: white;
|
||||
line-height: 125%;
|
||||
padding-right: 50px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#rtg-before-saving-modal .radio label{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.download-area{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.duplex-hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.padding_left_0{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.rtg-automation-checkbox{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.padding_left_0 label{
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#rtg-letter-stream-modal .modal-dialog {
|
||||
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.rtg-date-time-picker .bootstrap-datetimepicker-widget {
|
||||
width: 315px !important;
|
||||
}
|
||||
|
||||
.date-time-picker .bootstrap-datetimepicker-widget {
|
||||
width: 315px !important;
|
||||
}
|
||||
.dataTable{
|
||||
font-size: 14px;
|
||||
}
|
||||
@media (min-width: 768px){
|
||||
#rtg-letter-stream-modal .modal-dialog {
|
||||
width: 1000px;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
#rtg-formModal .modal-dialog{
|
||||
width: 1000px;
|
||||
margin: 30px auto;
|
||||
}
|
||||
|
||||
.letter-stream-content.table-responsive{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.letter-stream-content table{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user