357 lines
5.7 KiB
CSS
357 lines
5.7 KiB
CSS
/* Reset css */
|
|
|
|
|
|
|
|
|
|
|
|
/* Padding - Margin */
|
|
|
|
.p-0 {
|
|
padding: 0px !important;
|
|
}
|
|
.p-t-0 {
|
|
padding-top: 0px !important;
|
|
}
|
|
.p-t-10 {
|
|
padding-top: 10px !important;
|
|
}
|
|
.p-b-10 {
|
|
padding-bottom: 10px !important;
|
|
}
|
|
.m-0 {
|
|
margin: 0px !important;
|
|
}
|
|
.m-r-5 {
|
|
margin-right: 5px;
|
|
}
|
|
.m-r-10 {
|
|
margin-right: 10px;
|
|
}
|
|
.m-r-15 {
|
|
margin-right: 15px !important;
|
|
}
|
|
.m-l-10 {
|
|
margin-left: 10px;
|
|
}
|
|
.m-l-15 {
|
|
margin-left: 15px;
|
|
}
|
|
.m-t-5 {
|
|
margin-top: 5px !important;
|
|
}
|
|
.m-t-0 {
|
|
margin-top: 0px;
|
|
}
|
|
.m-t-10 {
|
|
margin-top: 10px !important;
|
|
}
|
|
.m-t-15 {
|
|
margin-top: 15px !important;
|
|
}
|
|
.m-t-20 {
|
|
margin-top: 20px;
|
|
}
|
|
.m-t-30 {
|
|
margin-top: 30px !important;
|
|
}
|
|
.m-t-40 {
|
|
margin-top: 40px !important;
|
|
}
|
|
.m-b-0 {
|
|
margin-bottom: 0px;
|
|
}
|
|
.m-b-5 {
|
|
margin-bottom: 5px;
|
|
}
|
|
.m-b-10 {
|
|
margin-bottom: 10px !important;
|
|
}
|
|
.m-b-15 {
|
|
margin-bottom: 15px;
|
|
}
|
|
.m-b-30 {
|
|
margin-bottom: 30px;
|
|
}
|
|
/* ---- Width-Sizes ---*/
|
|
|
|
.w-xs {
|
|
min-width: 80px;
|
|
}
|
|
.w-sm {
|
|
min-width: 95px;
|
|
}
|
|
.w-md {
|
|
min-width: 110px;
|
|
}
|
|
.w-lg {
|
|
min-width: 140px;
|
|
}
|
|
/* Extra */
|
|
|
|
.m-h-50 {
|
|
min-height: 50px;
|
|
}
|
|
.l-h-34 {
|
|
line-height: 34px;
|
|
}
|
|
.font-light {
|
|
font-weight: 300;
|
|
}
|
|
.wrapper-md {
|
|
padding: 20px;
|
|
}
|
|
.pull-in {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
.b-0 {
|
|
border: none !important;
|
|
}
|
|
.no-border {
|
|
border: none;
|
|
}
|
|
.bx-shadow {
|
|
-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
|
|
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
|
|
}
|
|
.mx-box {
|
|
max-height: 380px;
|
|
min-height: 380px;
|
|
}
|
|
.thumb-sm {
|
|
height: 32px;
|
|
width: 32px;
|
|
}
|
|
.thumb-md {
|
|
height: 48px;
|
|
width: 48px;
|
|
}
|
|
.thumb-lg {
|
|
height: 88px;
|
|
width: 88px;
|
|
}
|
|
|
|
/* Grid-structure (Used Grid-page only) */
|
|
|
|
.grid-structure .grid-container {
|
|
background-color: #f5f5f5;
|
|
padding: 10px 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* Icon-list (Used Demo Purpose only) */
|
|
|
|
.icon-list div {
|
|
line-height: 40px;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
}
|
|
.icon-list i {
|
|
display: inline-block;
|
|
width: 40px;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
-webkit-transition: font-size .2s;
|
|
transition: font-size .2s;
|
|
-webkit-transition: all 0.2s;
|
|
transition: all 0.2s;
|
|
}
|
|
.ionicon-list i {
|
|
font-size: 16px;
|
|
}
|
|
.ionicon-list .col-md-3:hover i,
|
|
.icon-list .col-md-3:hover i {
|
|
moz-transform: scale(2);
|
|
-webkit-transform: scale(2);
|
|
-o-transform: scale(2);
|
|
transform: scale(2);
|
|
}
|
|
|
|
body {
|
|
background: #ffffff;
|
|
margin: 0;
|
|
-webkit-text-size-adjust: 100%;
|
|
font-family: YekanBold;
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100%;
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.mb-5 {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.mr-2 {
|
|
margin-right: 15px;
|
|
}
|
|
.d-none {
|
|
display: none;
|
|
}
|
|
.sweet-alert {
|
|
font-family: inherit !important;
|
|
box-shadow: inset 0px 0px 3px 5px #f8bb86;
|
|
}
|
|
.sweet-alert h2 {
|
|
font-size: 2rem !important;
|
|
}
|
|
.sweet-overlay {
|
|
backdrop-filter: blur(8px);
|
|
background-color: #f9f9f9d9;
|
|
}
|
|
.td-ellipsis {
|
|
direction: rtl;
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
#MainModal {
|
|
backdrop-filter: blur(8px);
|
|
}
|
|
|
|
.redirectionButtons {
|
|
cursor: pointer;
|
|
background: #dfdfdf;
|
|
box-shadow: 0 0 6px #b9b9b9;
|
|
border: 1px solid #93a5ad;
|
|
font-size: 11px;
|
|
color: #3a5f6e;
|
|
width: 90px;
|
|
height: 40px;
|
|
margin-bottom: 15px;
|
|
border-radius: 25px;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
flex-direction: row-reverse;
|
|
}
|
|
.redirectionButtons.first-btn {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
margin-right: 20px;
|
|
}
|
|
.redirectionButtons.second-btn {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.redirectionButtons:hover, .redirectionButtons:active, .redirectionButtons:focus {
|
|
box-shadow: 0 0 6px #a9a9a9;
|
|
color: #308aad;
|
|
border: 1px solid #7d8c93;
|
|
}
|
|
.redirectionButtons i {
|
|
font-size: 18px;
|
|
}
|
|
.profile-container {
|
|
border: 2px solid #d5d5d5;
|
|
box-shadow: 15px 15px 20px #a1a1a1;
|
|
border-radius: 10px;
|
|
height: 100%;
|
|
width: 60%;
|
|
padding: 30px 20px;
|
|
margin: 20px;
|
|
}
|
|
#employee-panel #datatable thead > tr > th {
|
|
background: #c3c3c3;
|
|
text-align: center;
|
|
color: black;
|
|
padding: 22px 0;
|
|
font-size: 13px;
|
|
border: 1px solid #ffffff;
|
|
}
|
|
|
|
div.dataTables_length, div.dataTables_filter {
|
|
display: none;
|
|
}
|
|
|
|
#employee-panel #datatable thead tr th:nth-child(1) {
|
|
border-top-right-radius: 20px;
|
|
}
|
|
|
|
#employee-panel #datatable thead tr th:last-child {
|
|
border-top-left-radius: 20px;
|
|
}
|
|
|
|
#employee-panel #datatable tbody tr:last-child td:last-child {
|
|
border-bottom-left-radius: 20px;
|
|
}
|
|
|
|
#employee-panel #datatable tbody tr:last-child td:nth-child(1) {
|
|
border-bottom-right-radius: 20px;
|
|
}
|
|
|
|
#employee-panel #datatable {
|
|
border-radius: 20px;
|
|
border-collapse: separate;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
#employee-panel #datatable thead {
|
|
background: #c3c3c3;
|
|
color: black;
|
|
padding: 22px 0;
|
|
font-size: 13px;
|
|
border: 1px solid #ffffff;
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
.redirectionButtons {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.hidden-xs {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.m-rl-5 {
|
|
margin-right: 5px !important;
|
|
margin-left: 5px !important;
|
|
}
|
|
}
|
|
|
|
.bg-white {
|
|
background-color: white;
|
|
}
|
|
|
|
.right {
|
|
float: right !important;
|
|
}
|
|
|
|
.left {
|
|
float: left !important;
|
|
}
|
|
|
|
.flexible-div {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
|
|
.d-flex {
|
|
display: flex;
|
|
}
|
|
|
|
@media (max-width: 992px) {
|
|
.f-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
}
|
|
|
|
.d-block {
|
|
display: block;
|
|
}
|