243 lines
4.2 KiB
CSS
243 lines
4.2 KiB
CSS
#modalEmplyeeTimeChange {
|
|
max-width: 500px;
|
|
}
|
|
|
|
.sweet-alert {
|
|
font-family: 'IranSans' !important
|
|
}
|
|
|
|
#ConfirmModal {
|
|
width: 100%;
|
|
background: #00000085;
|
|
position: fixed;
|
|
height: 100vh;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 20000;
|
|
}
|
|
|
|
.ConfirmSection {
|
|
max-width: max-content;
|
|
}
|
|
|
|
|
|
.btn-add {
|
|
font-size: 10px;
|
|
font-weight: 500;
|
|
background-color: #84CC16;
|
|
color: #FFFFFF;
|
|
border-radius: 7px;
|
|
width: 30px;
|
|
height: 30px;
|
|
transition: ease-in-out .3s;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
|
|
.btn-add:hover {
|
|
background-color: #5f9213;
|
|
}
|
|
|
|
|
|
.btnPosition {
|
|
outline: 1px solid #138989;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.active {
|
|
outline: 1px solid transparent;
|
|
}
|
|
|
|
.btn-register {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
background-color: #84CC16;
|
|
color: #FFFFFF;
|
|
border-radius: 8px;
|
|
padding: 10px 60px;
|
|
}
|
|
|
|
.btn-register:hover {
|
|
background-color: #5f9213;
|
|
}
|
|
|
|
.btn-cancel2 {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
background-color: #1F2937;
|
|
color: #FFFFFF;
|
|
border-radius: 8px;
|
|
padding: 10px 70px;
|
|
}
|
|
|
|
.btn-cancel2:hover {
|
|
background-color: #121820;
|
|
}
|
|
|
|
.items {
|
|
border: 1px solid #D9D9D9;
|
|
padding: 5px;
|
|
border-radius: 8px;
|
|
margin: 4px 0;
|
|
cursor: pointer;
|
|
transition: all ease-in-out .3s;
|
|
}
|
|
|
|
.items:hover {
|
|
border: 1px solid #148989;
|
|
}
|
|
|
|
.items.checked-item {
|
|
border: 1px solid #148989;
|
|
}
|
|
|
|
.searchItem {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #535353;
|
|
}
|
|
|
|
.btn-edit-subject {
|
|
border: 1px solid transparent;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
padding: 3px 1px;
|
|
color: #009EE2;
|
|
margin: auto 4px auto 1px;
|
|
background-color: rgba(52, 209, 209, 0.20);
|
|
box-shadow: 0;
|
|
transition: ease .2s;
|
|
}
|
|
|
|
.btn-edit-subject:hover {
|
|
background-color: rgba(52, 209, 209, 0.40);
|
|
}
|
|
|
|
.btn-remove-subject {
|
|
border: 1px solid transparent;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
padding: 3px 1px;
|
|
color: #FF5151;
|
|
margin: auto 4px auto 1px;
|
|
background: rgba(209, 50, 50, 0.15);
|
|
transition: ease .2s;
|
|
}
|
|
|
|
.btn-remove-subject:hover {
|
|
background-color: rgba(209, 50, 50, 0.25);
|
|
}
|
|
|
|
.header-title {
|
|
font-size: 17px;
|
|
line-height: 32px;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
text-align: center
|
|
}
|
|
|
|
.header-description {
|
|
font-size: 17px;
|
|
line-height: 24px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
text-align: right
|
|
}
|
|
|
|
|
|
|
|
|
|
.cardModal2 {
|
|
background: #F5F5F5;
|
|
border-radius: 10px;
|
|
width: 100%;
|
|
height: 400px;
|
|
overflow: auto;
|
|
border: 1px solid #E7E7E7;
|
|
padding: 7px;
|
|
}
|
|
|
|
|
|
.cardModal2-content {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.btn-quit {
|
|
background-color: #292D32;
|
|
color: white;
|
|
height: 46px;
|
|
border-radius: 6px;
|
|
transition: 0.15s linear;
|
|
font-size: 17px;
|
|
line-height: 100%;
|
|
font-weight: 500
|
|
}
|
|
|
|
.btn-confirm {
|
|
background-color: #84CC16;
|
|
color: white;
|
|
height: 46px;
|
|
border-radius: 6px;
|
|
transition: 0.15s linear;
|
|
font-size: 17px;
|
|
line-height: 100%;
|
|
font-weight: 500
|
|
}
|
|
|
|
.btn-confirm:hover {
|
|
background-color: #5f9213;
|
|
}
|
|
|
|
.btn-quit:hover {
|
|
background-color: #121820;
|
|
}
|
|
|
|
input.form-control:focus {
|
|
border-color: #C6C6C6;
|
|
box-shadow: none;
|
|
outline: none;
|
|
}
|
|
|
|
|
|
input:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.btn-card {
|
|
color: #0B5959;
|
|
width: 27px;
|
|
height: 27px;
|
|
border-radius: 5px;
|
|
background-color: #57E3E340;
|
|
font-size: 14px;
|
|
line-height: 29px;
|
|
}
|
|
|
|
.cusRemove {
|
|
background-color: #F2B3B3;
|
|
border: 1px solid #F63D3D;
|
|
border-radius: 7px;
|
|
padding: 3px;
|
|
cursor: pointer;
|
|
transition: all ease-in-out 0.3s;
|
|
}
|
|
|
|
.noselect {
|
|
-webkit-touch-callout: none; /* iOS Safari */
|
|
-webkit-user-select: none; /* Safari */
|
|
-khtml-user-select: none; /* Konqueror HTML */
|
|
-moz-user-select: none; /* Firefox */
|
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
user-select: none; /* Non-prefixed version, currently
|
|
supported by Chrome and Opera */
|
|
}
|
|
|
|
.hasPaySlip {
|
|
background-color: #ffe6e6 !important;
|
|
border: 1px solid #ff9999 !important;
|
|
color: #b30000;
|
|
font-weight: bold;
|
|
}
|