176 lines
3.5 KiB
CSS
176 lines
3.5 KiB
CSS
.checkoutUnofficialModal-width {
|
|
max-width: 540px;
|
|
}
|
|
|
|
.checkoutUnofficialModal .modal-content {
|
|
height: 600px;
|
|
}
|
|
|
|
.errored {
|
|
animation: shake 300ms;
|
|
color: #eb3434 !important;
|
|
background-color: #fef2f2 !important;
|
|
border: 1px solid #eb3434 !important;
|
|
}
|
|
.form-control {
|
|
color: #797979;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.form-control-number {
|
|
border: 1px solid #C6C6C6;
|
|
border-radius: 6px;
|
|
width: 40px;
|
|
}
|
|
|
|
.form-control-currency {
|
|
border: 1px solid #C6C6C6;
|
|
border-radius: 6px;
|
|
width: 120px;
|
|
}
|
|
|
|
.form-control-select {
|
|
border: 1px solid #C6C6C6;
|
|
border-radius: 6px;
|
|
width: 80px;
|
|
}
|
|
|
|
.form1TitleText span {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.spanTextModal {
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #797979;
|
|
text-align: right;
|
|
padding: 9px 12px 4px;
|
|
}
|
|
|
|
.btnCreateNew {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
background-color: #84CC16;
|
|
color: #FFFFFF;
|
|
border-radius: 8px;
|
|
padding: 10px 30px;
|
|
}
|
|
|
|
.btnCreateNew:hover {
|
|
background-color: #5f9213;
|
|
}
|
|
|
|
.btnCreateNew,
|
|
.btn-cancel2 {
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
.isEligiblePersonel {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.orangeStatus {
|
|
background-color: #f4c56d !important;
|
|
}
|
|
|
|
.redStatus {
|
|
background-color: #ec8c8c !important;
|
|
}
|
|
|
|
.greenStatus {
|
|
background-color: #afeec7 !important;
|
|
}
|
|
|
|
#loadTableCheckout {
|
|
height: 270px;
|
|
overflow-y: scroll;
|
|
padding: 0 2px;
|
|
}
|
|
|
|
.checkout-unoff .width1 {
|
|
width: 10% !important;
|
|
}
|
|
|
|
.checkout-unoff .width2 {
|
|
width: 30% !important;
|
|
}
|
|
|
|
.checkout-unoff .width3 {
|
|
width: 20% !important;
|
|
}
|
|
|
|
.checkout-unoff .width4 {
|
|
width: 20% !important;
|
|
}
|
|
|
|
.checkout-unoff .width5 {
|
|
width: 30% !important;
|
|
}
|
|
|
|
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content > span {
|
|
width: 52px;
|
|
}
|
|
/************************ Radio Button Input (Like Checkbox appearance) ************************/
|
|
.form-check-input[type="radio"],
|
|
.form-check-input[type="checkbox"] {
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 6px;
|
|
padding: 8px;
|
|
border: 1px solid #CFD3D4;
|
|
background-color: white;
|
|
background-position: center;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
/*margin-right: 8px;*/
|
|
appearance: none;
|
|
}
|
|
|
|
.form-check-input[type="radio"]:checked,
|
|
.form-check-input[type="checkbox"]:checked {
|
|
background-color: #148989;
|
|
border: 1px solid #ffffff !important;
|
|
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="white" stroke-width="3"%3E%3Cpath stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" /%3E%3C/svg%3E');
|
|
background-size: 75%;
|
|
}
|
|
|
|
.form-check-input[type="radio"]:focus,
|
|
.form-check-input[type="checkbox"]:focus {
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
/* .form-check-input[type="radio"] + label,
|
|
.form-check-input[type="checkbox"] + label {
|
|
color: #83898C;
|
|
}*/
|
|
/*
|
|
.form-check-input[type="radio"]:checked + label,
|
|
.form-check-input[type="checkbox"]:checked + label {
|
|
color: #2B2F32;
|
|
}
|
|
*/
|
|
|
|
/************************ Radio Button Input (Like Checkbox appearance) ************************/
|
|
|
|
@media (max-width: 767px) {
|
|
.Rtable--collapse .Rtable-row {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: 10px 0px 0;
|
|
padding: 0;
|
|
outline: 1px solid #dddddd;
|
|
}
|
|
|
|
#loadTableCheckout {
|
|
height: 270px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1366px) {
|
|
} |