Files
2024-07-05 21:36:15 +03:30

376 lines
8.1 KiB
CSS

.select2-container {
width: 100% !important;
}
.thh0 {
width: 8px !important;
}
.thh {
width: 40px !important;
}
.thh2 {
width: 130px !important;
}
.thhNastionalId {
width: 30px !important;
}
.inpt {
width: 100%;
border: 1px solid #c7c7c7;
}
.searchpanel {
background-color: #747272;
}
select {
cursor: pointer;
}
.rad {
border-radius: 8px !important;
padding: 2px 5px 0px 5px;
}
#employee-panel #datatable thead .sorting:after, #datatable thead .sorting_asc:after, #datatable thead .sorting_desc:after {
display: none;
}
#employee-panel .main-dataTable thead > tr > th {
padding-left: 0px !important;
padding-right: 0px !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 15px;
padding-left: 15px;
}
.custom-select label {
position: absolute;
right: 5px;
top: -22px;
font-size: 13px;
color: #383838;
border-radius: 4px;
padding: 0 4px;
}
#myWrapper .content-page > .content .main-content {
margin-right: 0 !important;
top: 2rem;
}
.employeePanel {
box-shadow: 0px -20px 0px 0px #fbb306, 0px 0px 3px 2px #a7a7a7;
}
.employeePanel:has(#datatable) {
box-shadow: 0px -5px 0px 0px #fbb306, 0px 0px 3px 2px #a7a7a7;
}
.form-group {
padding: 15px 7px;
border: 1px solid #e3e3e3;
box-shadow: 0px 0px 4px 0px #a7a7a7;
background: #e5e5e5;
border-radius: 7px;
margin: 0;
margin-bottom: 15px !important;
width: 100% !important;
}
.form-group.dadmehr-select-search {
margin-top: 15px !important;
margin-bottom: 0 !important;
}
.form-control {
border: 0;
box-shadow: 1px 3px 3px #c9c9c9;
border-radius: 7px;
padding: 7px;
width: 100% !important;
color: grey;
}
.employeePanel {
border-radius: 24px !important;
background-color: #ededed;
}
.employeePanel .panel-heading {
background-color: #4782a3 !important;
border-top-right-radius: 15px !important;
border-top-left-radius: 15px !important;
}
.employeePanel .panel-heading .panel-title {
display: inline;
color: #e9e9e9;
}
.panel-legend {
text-align: center;
border-bottom: 0;
background: #fbb306;
width: 100%;
margin-bottom: 0;
padding: 5px 15px;
border-radius: 24px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
font-size: 18px;
color: #ffffff;
}
.panel-legend span {
background: #f9f9f9;
color: grey;
padding: 3px 15px;
border-radius: 14px;
}
.panel-items {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.searchPanelBtn.searchEmployee {
background-color: #209c12;
border: 0;
margin-left: -3px;
transition: all 0.5s;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
margin-left: -3px;
}
.searchPanelBtn.allEmployeeSearch {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
background-color: #545353;
border: 0;
margin-left: -3px;
transition: all 0.5s;
}
.searchPanelBtn.searchEmployee:hover,
.searchPanelBtn.searchEmployee:active {
background-color: #28891d;
box-shadow: 0px 0px 5px #035203;
border: 0;
}
.searchPanelBtn.allEmployeeSearch:hover,
.searchPanelBtn.allEmployeeSearch:active {
background-color: #403f3f;
box-shadow: 0px 0px 5px #121212;
border: 0;
}
.searchEmployee {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
.allEmployeeSearch {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.searchEmployeePanel i {
padding-left: 3px;
font-size: 14px;
}
#employee-panel #datatable tbody tr td {
font-size: 1.2rem;
color: #444444;
vertical-align: middle;
}
.btn-table {
border-radius: 8px;
padding: 4px 8px 3px 8px;
font-size: 22px;
}
.operationBtns {
display: flex;
align-items: center;
justify-content: center;
}
.more-buttons {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.newEmployer {
border-radius: 40px;
box-shadow: 1px 1px 4px 0px #585858;
height: 7rem;
width: 25rem;
min-width: 195px;
background: #4da221;
font-size: 18px;
transition: all 0.3s;
margin: auto;
color: #f3f3f3;
}
.newEmployer p {
display: flex;
align-items: center;
}
.newEmployer i {
background: #366a00;
color: #ffffff;
width: 30px;
height: 30px;
font-size: 20px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin: 0 5px;
}
.newEmployer:hover {
background: #1dc906;
box-shadow: 1px 1px 8px #504e4e;
}
.operationBtns a {
background-color: #ffffff;
border: 1px solid #e3e3e3;
border-radius: 50% !important;
box-shadow: inset 0px 0px 7px 1px #d7d7d7;
/*box-shadow: inset -7px -5px 6px 2px #d5d5d5;*/
font-size: 23px;
width: 4.8rem;
height: 4.2rem;
}
.operationBtns a:hover, .operationBtns a:focus ,.operationBtns a:active, .operationBtns a:visited {
box-shadow: 4px 5px 6px 3px #d5d5d5;
background-color: #ffffff;
border: 1px solid #e3e3e3;
}
.tooltipfull-container {
cursor: pointer;
position: relative;
display: inline-block;
}
.fulltext {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 130px;
}
.tooltipfull {
opacity: 0;
z-index: 9999999999;
color: #ffffff;
display: block;
font-size: 12px;
padding: 5px 10px;
border-radius: 15px;
text-align: center;
background: #1e88b3;
border: 1px solid #1e88b3;
box-shadow: 0 0 3px rgba(0,0,0,0.5);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
position: absolute;
right: -2px;
bottom: 20px;
white-space: nowrap;
}
.tooltipfull-container:hover .tooltipfull, a:hover .tooltipfull,
.tooltipfull-container:focus .tooltipfull, a:focus .tooltipfull {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tooltipfull:before, .tooltipfull:after {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 10px solid #1e88b3;
position: absolute;
bottom: -10px;
left: 50%;
}
.operationBtns a i {
padding: 4px;
}
.operationBtns a i.fa-info-circle {
color: #26731c;
}
.operationBtns a i.cont-signout {
color: #ec7b79;
}
.operationBtns a i.ins-signout {
color: #52a1e2;
}
.operationBtns a i.fa-edit {
color: #f38e34;
}
.operationBtns a i.fa-trash {
color: #f23a36;
}
@media(max-width: 1515px) {
.btn-table {
font-size: 15px;
}
}
@media(max-width: 1300px) {
#employee-panel .code-th {
max-width: 45px;
}
#employee-panel .insurance-th {
max-width: 40px;
}
.newEmployer {
font-size: 1.5rem;
}
}
@media(max-width: 1070px) {
.operationBtns a {
width: 4.2rem;
height: 3.5rem;
}
.operationBtns a i {
padding: 2px;
}
}
@media(max-width: 990px) {
#employee-panel .code-th {
max-width: 75px;
}
#employee-panel .insurance-th {
max-width: 60px;
}
.form-group.dadmehr-select-search {
margin-top: 25px !important;
}
}
@media (min-width: 992px) {
.more-buttons {
border-left: 2px solid #ddd;
}
.custom-select label {
font-size: 11px;
}
}
@media (max-width: 600px) {
.newEmployer {
width: 30%;
font-size: 1.3rem;
}
.panel-legend {
font-size: 12px;
}
.searchPanelBtn.searchEmployee, .allEmployeeSearch {
font-size: 12px;
}
.content-page > .content .main-content > .container-box {
padding: 20px 5px;
}
}
@media(max-width: 500px) {
.operationBtns a {
width: 3.5rem;
height: 3.2rem;
font-size: 19px;
margin: 0 2px;
}
}