235 lines
5.1 KiB
CSS
235 lines
5.1 KiB
CSS
.errored {
|
|
animation: shake 300ms;
|
|
color: #eb3434 !important;
|
|
background-color: #fef2f2 !important;
|
|
border: 1px solid #eb3434 !important;
|
|
}
|
|
|
|
.modal-dialog, .modal-content {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-moz-transform: translate(-50%, -50%) !important;
|
|
-webkit-transform: translate(-50%, -50%) !important;
|
|
-o-transform: translate(-50%, -50%) !important;
|
|
transform: translate(-50%, -50%) !important;
|
|
height: 500px;
|
|
width: 510px;
|
|
margin: 0;
|
|
}
|
|
|
|
.groupSettingModall-width {
|
|
max-width: 540px;
|
|
}
|
|
|
|
.timeWorkTitle {
|
|
color: #5C5C5C;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
margin: auto 0 auto 6px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.groupBox {
|
|
background-color: #F5F5F5;
|
|
border-radius: 10px;
|
|
border: 1px solid #E7E7E7;
|
|
padding: 6px;
|
|
margin: 6px 3px;
|
|
}
|
|
|
|
.groupBox .form-control {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.groupBox .form-control::placeholder {
|
|
color: #bfbfbf;
|
|
opacity: 1; /* Firefox */
|
|
}
|
|
|
|
.groupBox .form-control::-ms-input-placeholder { /* Edge 12-18 */
|
|
color: #bfbfbf;
|
|
}
|
|
|
|
.btnAddTimeWork {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #84CC16;
|
|
border-radius: 5px;
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
padding: 4px 8px;
|
|
}
|
|
|
|
.btnRemoveTimeWork {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #F87171;
|
|
border-radius: 7px;
|
|
padding: 3px;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.ShowMessage {
|
|
position: absolute;
|
|
background: #dfdfdf;
|
|
width: 100%;
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
|
|
.btn-workTimeOption-container {
|
|
display: flex;
|
|
}
|
|
|
|
.radio-workTimeOption {
|
|
display: none;
|
|
}
|
|
|
|
.radio-label-workTimeOption {
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
color: #0F8080;
|
|
background-color: #DDF4F4;
|
|
text-align: center;
|
|
padding: 8px 16px;
|
|
border-radius: 9px;
|
|
margin: auto 5px;
|
|
transition: all 0.3s ease-in-out;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.radio-label-workTimeOption:hover {
|
|
color: #FFFFFF;
|
|
background-color: #1c7474;
|
|
border-color: #23A8A8;
|
|
}
|
|
|
|
.radio-workTimeOption:checked + .radio-label-workTimeOption {
|
|
color: #FFFFFF;
|
|
background: linear-gradient(93.83deg, #2EBEBE 1.59%, #1E9D9D 47.86%, #0B7878 101.16%);
|
|
}
|
|
|
|
.show-disorganized {
|
|
height: 81px;
|
|
background: #F2FEFF;
|
|
border: 1px solid #B0EBF0;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|
|
|
|
.show-disorganized p {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
color: #1B929C;
|
|
}
|
|
|
|
#computeTime span,
|
|
.lableCheckBreakTime,
|
|
.labelExtraOption {
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
margin: 0 10px;
|
|
color: #101010;
|
|
text-align: right;
|
|
}
|
|
|
|
.breack-time {
|
|
border: 1px solid #ddd;
|
|
padding: 8px 0;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.extraOptionBorder {
|
|
border: 1px solid #ddd;
|
|
padding: 8px 0;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
/************************ Radio Button Input () ************************/
|
|
.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=checkbox]:indeterminate {
|
|
background-color: #148989;
|
|
border-color: #ffffff;
|
|
--bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e);
|
|
}
|
|
|
|
.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: 992px) {
|
|
.modal-dialog, .modal-content {
|
|
/*height: 622px;*/
|
|
height: 600px;
|
|
width: 100%;
|
|
}
|
|
|
|
.radio-label-workTimeOption {
|
|
font-size: 10px;
|
|
padding: 8px 8px;
|
|
font-weight: 800;
|
|
}
|
|
|
|
#computeTime span,
|
|
.lableCheckBreakTime,
|
|
.labelExtraOption {
|
|
font-size: 11px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.container, .container-sm {
|
|
max-width: none;
|
|
}
|
|
} |