Files
Backend-Api/ServiceHost/wwwroot/AssetsAdminNew/RollCall/css/Group.css

459 lines
7.9 KiB
CSS

/* ----------------------------------------------------------------- table RollCall group 1 list */
.table-rollcall-group1 .width1 {
width: 8% !important;
}
.table-rollcall-group1 .width2 {
width: 20% !important;
}
.table-rollcall-group1 .width3 {
width: 25% !important;
}
.table-rollcall-group1 .width4 {
width: 25% !important;
}
.table-rollcall-group1 .width5 {
width: 27% !important;
}
.table-rollcall-group2 .width1 {
width: 8% !important;
}
.table-rollcall-group2 .width2 {
width: 20% !important;
}
.table-rollcall-group2 .width3 {
width: 32% !important;
}
.table-rollcall-group2 .width4 {
width: 25% !important;
}
.table-rollcall-group2 .width5 {
width: 20% !important;
}
.infoGroupBox {
background-color: #ffffff;
justify-content: space-between;
display: flex;
align-items: center;
padding: 12px 16px;
border-radius: 10px;
}
.infoGroup1 {
font-size: 13px;
font-weight: 500;
color: #696969;
}
.infoGroup2 {
font-size: 13px;
font-weight: 500;
color: #65A30D;
}
.infoGroup3 {
font-size: 13px;
font-weight: 500;
color: #EF4444;
}
#loadAccountItems {
height: 620px;
background-color: #ffffff;
border-radius: 10px;
padding: 1px 6px;
outline: 2px solid #55D1D1;
}
.loadAccountItems .Rtable-cell--content {
color: #716969;
font-size: 13px;
}
.row-index1 {
background: #B5EDED;
color: #8C8C8C;
width: 35px;
height: 35px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
}
.row-index2 {
background: #A7EAEA;
color: #716969;
width: 36px;
height: 36px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
.title-group1 {
font-size: 15px;
font-weight: 600;
margin: 0;
color: #696969;
}
.title-group2 {
font-size: 15px;
font-weight: 600;
margin: 0;
color: #716969;
}
.time-set-title {
font-size: 14px;
}
.group-task-section .card-group .title {
width: 120px;
}
.group-task-section .card-group .title h3 {
font-size: 20px;
font-weight: 800;
}
.btn-delete1 {
background-color: #F9BABA;
border: 1px solid #F63D3D;
color: #ffffff;
width: 30px;
height: 30px;
border-radius: 5px;
padding: 3px 1px;
margin: auto 1px auto 0;
transition: ease .2s;
}
.btn-delete1:hover {
background-color: #e3adad
}
.btn-delete2 {
border: 1px solid transparent;
width: 30px;
height: 30px;
border-radius: 5px;
padding: 3px 1px;
color: #FF5151;
margin: auto 1px auto 0;
background: rgba(209, 50, 50, 0.15);
transition: ease .2s;
}
.btn-delete2:hover {
background: rgba(209, 50, 50, 0.25);
}
.group-task-section .card-group p {
font-size: 16px;
}
.group-task-section .list-personnel {
grid-column: span 8 / span 7;
}
.btnPosition {
background-color: #E5FCFC;
outline: 1px solid #CAD4D4;
cursor: pointer;
margin: 0 0 6px 0;
transition: ease .3s;
height: 105px;
}
.btn-group-operations {
width: 110px !important;
}
.btnPosition:hover {
background-color: #FFFFFF;
outline: 1px solid #55D1D1;
}
.btnPosition.active {
background-color: #FFFFFF;
outline: 2px solid #55D1D1;
}
.btn-add {
background-color: #84CC16;
color: #ffffff;
padding: 6px 12px;
font-size: 12px;
font-weight: 500;
border-radius: 5px;
margin: 0 4px;
}
.btn-add:hover {
background-color: #629b0c;
}
.btn-register {
font-size: 14px;
font-weight: 500;
background-color: #84CC16;
color: #FFFFFF;
border-radius: 8px;
padding: 10px 70px;
}
.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;
}
.form-control {
color: #797979;
border: 1px solid #DADADA;
border-radius: 7px;
background-color: #F6F6F6;
font-size: 13px;
font-weight: 500;
}
.btnCreateNew {
}
.btnCreateNew {
font-size: 14px;
font-weight: 500;
background-color: #84CC16;
color: #FFFFFF;
border-radius: 8px;
padding: 10px 70px;
}
.btnCreateNew:hover {
background-color: #5f9213;
}
.operation-div .operations-btns {
background-color: #FFFFFF;
}
button.btn-setting {
border: 1px solid transparent;
width: 30px;
height: 30px;
border-radius: 5px;
padding: 3px 1px;
color: #64748b;
margin: auto 0 auto 1px;
background-color: #fff;
background-color: rgba(100, 116, 139, 0.20);
box-shadow: 0;
transition: ease .2s;
}
button.btn-setting:hover {
color: #ffffff;
background-color: rgba(100, 116, 139, 0.40);
}
button.btn-add {
border: 1px solid transparent;
width: 30px;
height: 30px;
border-radius: 5px;
padding: 3px 1px;
color: #84cc16;
margin: auto 0 auto 1px;
background-color: #ffffff;
background-color: rgba(132, 204, 22, 0.20);
box-shadow: none;
transition: ease .2s;
}
button.btn-add:hover {
color: #ffffff;
background-color: rgba(132, 204, 22, 0.40);
}
button.btn-edit:hover {
color: #009EE2;
}
@media(max-width: 1366px) {
#loadAccountItems {
height: 310px;
}
.title-group1,
.title-group2 {
font-size: 15px;
color: #353232;
}
.row-index1 {
width: 30px;
height: 30px;
font-size: 17px;
}
.row-index2 {
width: 28px;
height: 28px;
font-size: 15px;
}
.btn-register, .btn-cancel2 {
font-size: 12px;
padding: 10px 30px;
}
.btn-add {
padding: 6px 12px;
font-size: 10px;
}
.title-group {
font-size: 13px;
}
.title-group h4 {
font-size: 18px;
}
.table-rollcall-group1 .width3 {
width: 38% !important;
}
.btn-group-operations {
width: 100px !important;
}
}
@media (max-width:768px) {
.table-rollcall-group1 .width2 {
width: 15% !important;
}
.table-rollcall-group1 .width2 {
width: 50% !important;
}
.table-rollcall-group1 .width5 {
width: 35% !important;
}
.btnPosition {
background-color: #FFFFFF;
outline: 0;
box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.1);
}
.btnPosition.active {
outline: 0;
}
.Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading,
.Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
color: #716969;
font-size: 12px;
font-weight: 500;
text-align: right;
}
.widthMobile1 {
width: 15% !important;
}
.widthMobile2 {
width: 45% !important;
}
.widthMobile3 {
width: 40% !important;
}
.Rtable .Rtable-row {
margin: 10px 0px 0;
}
.Rtable .Rtable-row .Rtable-cell.column-heading {
margin: 0;
}
/* .Rtable .Rtable-row .Rtable-cell {
width: auto !important;
flex-grow: 0;
}*/
.Rtable--collapse .Rtable-row {
outline: none;
}
.btn-register, .btn-cancel2 {
padding: auto;
width: 100%;
}
.btn-register, .btn-cancel2 {
font-size: 12px;
padding: 10px 30px;
}
#loadAccountItems {
height: auto;
}
.btn-add {
padding: 6px 7px;
}
.infoGroupBox {
display: block;
}
}