468 lines
9.0 KiB
CSS
468 lines
9.0 KiB
CSS
/*----------------------------------------------------------- group table */
|
|
|
|
/*.personal-grid-row:nth-child(n+1) .Rtable-row {
|
|
border: 1px solid #eee !important;
|
|
}*/
|
|
|
|
.table-list .Rtable-row:nth-child(2n) {
|
|
border-radius: 10px;
|
|
background-color: #ECFFFF;
|
|
transition: all .3s ease;
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
.table-list .Rtable-row:nth-child(4n+2) {
|
|
border-radius: 10px;
|
|
background-color: #DDF4F4;
|
|
transition: all .3s ease;
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
.loanListModal-width {
|
|
max-width: 460px;
|
|
}
|
|
|
|
.loanListModal-width .modal-content {
|
|
/*height: 430px;*/
|
|
}
|
|
|
|
|
|
.Rtable .Rtable-row .Rtable-cell.column-heading {
|
|
padding: 0.2em 0;
|
|
}
|
|
|
|
.Rtable-row .btn-details {
|
|
background-color: #D3F8F8;
|
|
color: #4DA9D1;
|
|
border-radius: 7px;
|
|
border: 0 !important;
|
|
padding: 6px 8px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.leaveDiv {
|
|
padding: 10px;
|
|
margin: 6px;
|
|
background-color: #ffffff;
|
|
color: #000;
|
|
border-radius: 5px;
|
|
font-size: 11px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
|
|
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content > span {
|
|
border-radius: 5px;
|
|
background: rgba(87, 227, 227, 0.25);
|
|
width: 45px;
|
|
height: 32px;
|
|
display: inline-block;
|
|
padding: 6px;
|
|
}
|
|
|
|
|
|
.form-check-input[type="radio"], .form-check-input[type="checkbox"] {
|
|
padding: 8px;
|
|
}
|
|
|
|
.table-contracts .Rtable .Rtable-row .column-heading > span input {
|
|
margin: 0 0 0 5px;
|
|
}
|
|
|
|
.form-check-input[type="radio"], .form-check-input[type="checkbox"] {
|
|
border-radius: 4px;
|
|
border: 0 !important;
|
|
outline: 1px solid #1dc9a0;
|
|
margin: 2px 0;
|
|
}
|
|
|
|
.table-contracts .form-check-input {
|
|
padding: 8px !important;
|
|
border: 0 !important;
|
|
outline: 1px solid #1dc9a0;
|
|
}
|
|
|
|
.btn-search {
|
|
background: #84CC16;
|
|
width: 100%;
|
|
height: 36px;
|
|
}
|
|
|
|
|
|
.tm-selection-rad:checked + .btn, :not(.tm-selection-rad) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
|
|
color: #ffffff;
|
|
background: linear-gradient(94deg, #2EBEBE 1.59%, #1E9D9D 47.86%, #0B7878 101.16%);
|
|
border: none;
|
|
}
|
|
|
|
|
|
.tm-rad, .tm-selection-rad {
|
|
position: absolute;
|
|
clip: rect(0, 0, 0, 0);
|
|
pointer-events: none;
|
|
}
|
|
|
|
.search-box .radio-btn {
|
|
color: #717171;
|
|
padding: 0;
|
|
border-radius: 8px;
|
|
border: 1px solid #DADADA;
|
|
background-color: white;
|
|
outline: none;
|
|
width: 100%;
|
|
height: 36px;
|
|
font-size: 13px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-items: center;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.select2-container .select2-selection--single, #start-date, #end-date {
|
|
height: 36px;
|
|
}
|
|
|
|
.personnel-selector-navFilter {
|
|
width: 15%;
|
|
}
|
|
|
|
.start-date-navbarFilter {
|
|
width: 12%;
|
|
}
|
|
|
|
.end-date-navbarFilter {
|
|
width: 12%;
|
|
}
|
|
|
|
.list-navbarFilter {
|
|
width: 7%;
|
|
}
|
|
|
|
.group-navbarFilter {
|
|
width: 7%;
|
|
}
|
|
|
|
.search-navbarFilter {
|
|
width: 10%;
|
|
}
|
|
|
|
.clearSearch-navbarFilter {
|
|
width: 10%;
|
|
}
|
|
|
|
.personnel-selector-navFilter,
|
|
.start-date-navbarFilter,
|
|
.end-date-navbarFilter,
|
|
.list-navbarFilter,
|
|
.group-navbarFilter,
|
|
.search-navbarFilter,
|
|
.clearSearch-navbarFilter {
|
|
height: 36px;
|
|
}
|
|
|
|
.errored {
|
|
animation: shake 300ms;
|
|
color: #eb3434 !important;
|
|
background-color: #fef2f2 !important;
|
|
border: 1px solid #eb3434 !important;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
.goToTop {
|
|
position: fixed;
|
|
bottom: -10px;
|
|
margin-right: 100px;
|
|
z-index: 100;
|
|
color: #fff;
|
|
background-color: #25acacd6;
|
|
display: none;
|
|
}
|
|
|
|
.goToTop:hover {
|
|
color: #fff;
|
|
background-color: #2ca4a4;
|
|
}
|
|
|
|
.sweet-alert button {
|
|
font-family: 'IRANYekanX';
|
|
}
|
|
|
|
.width1 {
|
|
width: 5% !important;
|
|
}
|
|
|
|
.widthNumberCustom span {
|
|
width: 50px !important;
|
|
padding: 9px !important;
|
|
}
|
|
|
|
.width2 {
|
|
width: 15% !important;
|
|
}
|
|
|
|
.width3 {
|
|
width: 25% !important;
|
|
}
|
|
|
|
.width4 {
|
|
width: 15% !important;
|
|
}
|
|
|
|
.width5 {
|
|
width: 15% !important;
|
|
}
|
|
|
|
.width6 {
|
|
width: 15% !important;
|
|
}
|
|
|
|
.width7 {
|
|
width: 10% !important;
|
|
text-align: center;
|
|
}
|
|
|
|
.width8 {
|
|
width: 10% !important;
|
|
text-align: end;
|
|
}
|
|
|
|
.withdraw {
|
|
background-color: rgb(177 195 195) !important;
|
|
}
|
|
|
|
.operations-btns span {
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
color: #0B5959;
|
|
}
|
|
|
|
.btn-create {
|
|
background-color: #84CC16;
|
|
border-radius: 7px;
|
|
color: #ffffff;
|
|
padding: 3px 12px;
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.btn-operation-more {
|
|
background: #C7F8F8;
|
|
border: 1px solid #0B5959;
|
|
border-radius: 7px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
color: #0B5959;
|
|
text-align: right;
|
|
font-size: 11px;
|
|
padding: 3px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.btn-operation-more:hover {
|
|
background: #ACD2D2;
|
|
}
|
|
|
|
.btn-delete-all {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
background-color: #FFCECE;
|
|
border-radius: 7px;
|
|
color: #BF3737;
|
|
padding: 3px 7px;
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
transition: all ease-in .3s;
|
|
}
|
|
|
|
.btn-delete-all:hover {
|
|
background-color: #f3afaf;
|
|
}
|
|
|
|
|
|
.btn-detail {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: rgba(93, 209, 52, 0.3);
|
|
/*border: 0.5px solid #FFFFFF;*/
|
|
border-radius: 7px;
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
padding: 3px 7px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
white-space: nowrap;
|
|
transition: all ease-in .3s;
|
|
|
|
}
|
|
|
|
.btn-detail:hover {
|
|
background: rgba(93, 209, 52, 0.4);
|
|
}
|
|
|
|
|
|
|
|
.select-all {
|
|
border-radius: 7px;
|
|
padding: 6px 8px;
|
|
background-color: #3AD1D1;
|
|
}
|
|
|
|
.select-all input:checked[type="checkbox"] + label {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.select-all label {
|
|
color: #ffffff!important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/************************ Radio Button Input (Like Checkbox appearance) ************************/
|
|
.form-check-input[type="radio"],
|
|
.form-check-input[type="checkbox"] {
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 4px;
|
|
padding: 8px;
|
|
border: 1px solid #CFD3D4;
|
|
background-color: white;
|
|
background-position: center;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
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;
|
|
}
|
|
|
|
|
|
/************************ Radio Button Input (Like Checkbox appearance) ************************/
|
|
|
|
/************************* row grid *************************/
|
|
|
|
|
|
#rewardEmployeesList .personal-grid-row:nth-of-type(odd) .Rtable-row {
|
|
background: #ECFFFF !important;
|
|
border: 1px solid #E9E9E9 !important;
|
|
}
|
|
|
|
#rewardEmployeesList .personal-grid-row:nth-of-type(even) .Rtable-row {
|
|
background: #DDF4F4 !important;
|
|
border: 1px solid #E9E9E9 !important;
|
|
}
|
|
|
|
/************************* row grid *************************/
|
|
|
|
|
|
@media (max-width: 1366px) {
|
|
.loanListModal-width {
|
|
max-width: 390px;
|
|
}
|
|
|
|
.loanListModal-width .modal-content {
|
|
/*height: 580px;*/
|
|
}
|
|
|
|
.Rtable .Rtable-row .Rtable-cell {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.Rtable .Rtable-row .Rtable-cell .Rtable-cell--content {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.btn-uploadingPD {
|
|
font-size: 10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.goToTop {
|
|
position: fixed;
|
|
bottom: 54px;
|
|
margin-right: 39%;
|
|
z-index: 100;
|
|
color: #fff;
|
|
background-color: #25acac70;
|
|
}
|
|
|
|
.wrapper {
|
|
margin: 0 0 60px 0;
|
|
}
|
|
|
|
input[name="foo"] {
|
|
display: none !important;
|
|
}
|
|
|
|
/*
|
|
.Rtable .Rtable-row:nth-child(even), .table-workshop .Rtable .Rtable-row:nth-child(4n+2), .table-personals .Rtable .Rtable-row:nth-child(4n+2) {
|
|
border-radius: 10px;
|
|
background-color: #ECFFFF;
|
|
transition: all .3s ease;
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
.Rtable .Rtable-row:nth-child(odd), .table-workshop .Rtable .Rtable-row:nth-child(4n+4), .table-personals .Rtable .Rtable-row:nth-child(4n+4) {
|
|
border-radius: 10px;
|
|
background-color: #ECFFFF;
|
|
transition: all .3s ease;
|
|
border: 1px solid #eee;
|
|
}
|
|
*/
|
|
.Rtable--collapse .Rtable-row {
|
|
outline: none;
|
|
border: 1px solid #D2D2D2;
|
|
}
|
|
|
|
.Rtable .Rtable-row .Rtable-cell {
|
|
padding: 0;
|
|
}
|
|
|
|
.width1 {
|
|
width: 18% !important;
|
|
}
|
|
|
|
.width2 {
|
|
width: 50% !important;
|
|
}
|
|
|
|
.width8 {
|
|
width: 30% !important;
|
|
justify-content: end;
|
|
display: flex;
|
|
}
|
|
|
|
button.btn-print, button.btn-edit, button.btn-delete, btn-detail {
|
|
width: 32%;
|
|
}
|
|
|
|
button.btn-print, button.btn-edit span, button.btn-delete span, btn-detail span {
|
|
display: unset;
|
|
}
|
|
}
|