Files
Backend-Api/ServiceHost/wwwroot/AssetsClient/pages/CustomizeCheckout/css/ModalCheckoutTemporaryCreate.css
2025-01-04 20:11:47 +03:30

154 lines
3.1 KiB
CSS

.checkoutTempModal .modal-content {
height: 700px;
}
.errored {
animation: shake 300ms;
color: #eb3434 !important;
background-color: #fef2f2 !important;
border: 1px solid #eb3434 !important;
}
.date-text {
background-color: #eee;
padding: 4px 10px;
text-align: center;
border: 1px solid #ddd;
border-radius: 6px;
color: #717171;
}
.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: 400px;
overflow-y: scroll;
padding: 0 2px;
}
.checkout-temp .width1 {
width: 10% !important;
}
.checkout-temp .width2 {
width: 30% !important;
}
.checkout-temp .width3 {
width: 20% !important;
}
.checkout-temp .width4 {
width: 20% !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: 360px;
}
}
@media (max-width: 1366px) {
}