218 lines
3.6 KiB
CSS
218 lines
3.6 KiB
CSS
|
|
|
|
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: 90%;
|
|
}
|
|
|
|
|
|
|
|
.client-files-modal .modal-dialog {
|
|
width: 100%;
|
|
}
|
|
@media only screen and (max-width: 600px) {
|
|
.modal-dialog {
|
|
width: 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 {
|
|
|
|
float: left;
|
|
}
|
|
|
|
.dropdown-x dd ul {
|
|
|
|
text-align: left;
|
|
}
|
|
|
|
.modal-footer {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.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;
|
|
float: left;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
img#client-file-load {
|
|
position: absolute;
|
|
z-index: 99999999;
|
|
left: 50%;
|
|
width:120px;
|
|
top: 20rem;
|
|
margin-left: -60px;
|
|
display: none;
|
|
}
|
|
|
|
#credit-analaysis .modal-dialog{
|
|
width:79% !important;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#credit-analyzer .modal-dialog{
|
|
width:79% !important;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#credit-analyzer2 .modal-dialog{
|
|
width:79% !important;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
#credit-analaysis .modal-dialog{
|
|
width: 100% !important;
|
|
margin: 0;
|
|
padding: 10px;
|
|
}
|
|
|
|
#credit-analyzer .modal-dialog{
|
|
width: 100% !important;
|
|
margin: 0;
|
|
padding: 10px;
|
|
}
|
|
|
|
#credit-analyzer2 .modal-dialog{
|
|
width: 100% !important;
|
|
margin: 0;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|