|
|
|
@ -1,27 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// $font-family-base: "WorkSans-Regular" !default;
|
|
|
|
// $font-family-base: "WorkSans-Regular" !default;
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
font-family: var(--fontFamilyMediumEN) !important;
|
|
|
|
font-family: var(--fontFamilyMediumEN) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
input, textarea, p ,label,div{
|
|
|
|
|
|
|
|
|
|
|
|
input,
|
|
|
|
|
|
|
|
textarea,
|
|
|
|
|
|
|
|
p,
|
|
|
|
|
|
|
|
label,
|
|
|
|
|
|
|
|
div {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
font-family: var(--fontFamilyLightEN) !important;
|
|
|
|
font-family: var(--fontFamilyLightEN) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
h1, h2,h3, button {
|
|
|
|
|
|
|
|
|
|
|
|
h1,
|
|
|
|
|
|
|
|
h2,
|
|
|
|
|
|
|
|
h3,
|
|
|
|
|
|
|
|
button {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
font-family: var(--fontFamilyMediumEN) !important;
|
|
|
|
font-family: var(--fontFamilyMediumEN) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -39,16 +50,20 @@ ion-label{
|
|
|
|
.tipsPadding {
|
|
|
|
.tipsPadding {
|
|
|
|
padding: 0px 10px;
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.profileDiv {
|
|
|
|
.profileDiv {
|
|
|
|
margin: 5px auto !important;
|
|
|
|
margin: 5px auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.profileDiv-ar {
|
|
|
|
.profileDiv-ar {
|
|
|
|
margin: 16px auto !important;
|
|
|
|
margin: 16px auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.full-modal {
|
|
|
|
.full-modal {
|
|
|
|
--height: 100%;
|
|
|
|
--height: 100%;
|
|
|
|
--width: 100%;
|
|
|
|
--width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.profileImg {
|
|
|
|
.profileImg {
|
|
|
|
width: 160px;
|
|
|
|
width: 160px;
|
|
|
|
height: 160px;
|
|
|
|
height: 160px;
|
|
|
|
@ -60,6 +75,7 @@ ion-label{
|
|
|
|
border-radius: 20% !important;
|
|
|
|
border-radius: 20% !important;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
top: 7px;
|
|
|
|
top: 7px;
|
|
|
|
|
|
|
|
|
|
|
|
// margin:0 auto 40px;
|
|
|
|
// margin:0 auto 40px;
|
|
|
|
img {
|
|
|
|
img {
|
|
|
|
-webkit-border-radius: 50% !important;
|
|
|
|
-webkit-border-radius: 50% !important;
|
|
|
|
@ -68,15 +84,18 @@ ion-label{
|
|
|
|
width: 90px;
|
|
|
|
width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
height: 90px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//box-shadow: 0px 0px 0px 10px #8c8c8c;
|
|
|
|
//box-shadow: 0px 0px 0px 10px #8c8c8c;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.loading-gif {
|
|
|
|
.loading-gif {
|
|
|
|
background: transparent !important;
|
|
|
|
background: transparent !important;
|
|
|
|
width: 100px;
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#custom-progress-loader .container {
|
|
|
|
#custom-progress-loader .container {
|
|
|
|
background: transparent !important;
|
|
|
|
background: transparent !important;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
@ -89,12 +108,15 @@ ion-label{
|
|
|
|
.headerBtn {
|
|
|
|
.headerBtn {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.headerImg {
|
|
|
|
.headerImg {
|
|
|
|
width: 36px;
|
|
|
|
width: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.header-toolbar {
|
|
|
|
.header-toolbar {
|
|
|
|
--background: linear-gradient(45deg, #3ac1f1 0%, #19a163 36%, #19a163 59%, #1a586d 100%);
|
|
|
|
--background: linear-gradient(45deg, #3ac1f1 0%, #19a163 36%, #19a163 59%, #1a586d 100%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btnBack {
|
|
|
|
.btnBack {
|
|
|
|
background: transparent !important;
|
|
|
|
background: transparent !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -105,24 +127,32 @@ ion-label{
|
|
|
|
max-width: 30px;
|
|
|
|
max-width: 30px;
|
|
|
|
width: 30px;
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
img.attachImg {
|
|
|
|
img.attachImg {
|
|
|
|
max-width: 30px;
|
|
|
|
max-width: 30px;
|
|
|
|
width: 30px;
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.attachImgBtn {
|
|
|
|
.attachImgBtn {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.toolbar-title,.toolbar-title-md,.toolbar-title-ios{
|
|
|
|
|
|
|
|
|
|
|
|
.toolbar-title,
|
|
|
|
|
|
|
|
.toolbar-title-md,
|
|
|
|
|
|
|
|
.toolbar-title-ios {
|
|
|
|
color: (--light);
|
|
|
|
color: (--light);
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-header ion-icon.back-button-icon.icon {
|
|
|
|
ion-header ion-icon.back-button-icon.icon {
|
|
|
|
color: (--light);
|
|
|
|
color: (--light);
|
|
|
|
font-size: 25px;
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-header ion-icon.icon.icon-ios.ion-ios-back {
|
|
|
|
ion-header ion-icon.icon.icon-ios.ion-ios-back {
|
|
|
|
font-size: 25px;
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-header ion-icon.icon.icon-md.ion-md-back,
|
|
|
|
ion-header ion-icon.icon.icon-md.ion-md-back,
|
|
|
|
ion-header ion-icon.icon.icon-md.ion-md-search,
|
|
|
|
ion-header ion-icon.icon.icon-md.ion-md-search,
|
|
|
|
ion-header ion-icon.icon.icon-ios.ion-ios-search {
|
|
|
|
ion-header ion-icon.icon.icon-ios.ion-ios-search {
|
|
|
|
@ -136,24 +166,29 @@ button.disable-hover.item-button.button.button-ios.button-clear.button-clear-ios
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
color: (--darkgray);
|
|
|
|
color: (--darkgray);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button.item-button.button.button-md.button-clear.button-clear-md,
|
|
|
|
button.item-button.button.button-md.button-clear.button-clear-md,
|
|
|
|
button.item-button.button.button-ios.button-clear.button-clear-ios {
|
|
|
|
button.item-button.button.button-ios.button-clear.button-clear-ios {
|
|
|
|
background: transparent;
|
|
|
|
background: transparent;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
color: (--darkgray);
|
|
|
|
color: (--darkgray);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-header ion-icon.icon.icon-md.ion-md-close,
|
|
|
|
ion-header ion-icon.icon.icon-md.ion-md-close,
|
|
|
|
ion-header ion-icon.icon.icon-ios.ion-ios-close {
|
|
|
|
ion-header ion-icon.icon.icon-ios.ion-ios-close {
|
|
|
|
color: (--light);
|
|
|
|
color: (--light);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-header ion-icon.icon.icon-md.ion-md-add,
|
|
|
|
ion-header ion-icon.icon.icon-md.ion-md-add,
|
|
|
|
ion-header ion-icon.icon.icon-ios.ion-ios-add {
|
|
|
|
ion-header ion-icon.icon.icon-ios.ion-ios-add {
|
|
|
|
color: (--light);
|
|
|
|
color: (--light);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-icon.icon.icon-md.ion-md-search,
|
|
|
|
ion-icon.icon.icon-md.ion-md-search,
|
|
|
|
ion-icon.icon.icon-ios.ion-ios-search {
|
|
|
|
ion-icon.icon.icon-ios.ion-ios-search {
|
|
|
|
color: (--darkgray);
|
|
|
|
color: (--darkgray);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.toolbar-background {
|
|
|
|
.toolbar-background {
|
|
|
|
background: var(--primary);
|
|
|
|
background: var(--primary);
|
|
|
|
background: -moz-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%, var(--secondary) 59%, var(--customnavy) 100%);
|
|
|
|
background: -moz-linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%, var(--secondary) 59%, var(--customnavy) 100%);
|
|
|
|
@ -161,11 +196,15 @@ ion-header ion-icon.icon.icon-ios.ion-ios-add{
|
|
|
|
background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%, var(--secondary) 59%, var(--customnavy) 100%);
|
|
|
|
background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 36%, var(--secondary) 59%, var(--customnavy) 100%);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='--var(customnavy)', GradientType=1);
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primary)', endColorstr='--var(customnavy)', GradientType=1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/***************button bckground***************/
|
|
|
|
/***************button bckground***************/
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
color: var(--primary);
|
|
|
|
color: var(--primary);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.button,.button-md, button-ios{
|
|
|
|
|
|
|
|
|
|
|
|
.button,
|
|
|
|
|
|
|
|
.button-md,
|
|
|
|
|
|
|
|
button-ios {
|
|
|
|
background: var(--customnavy);
|
|
|
|
background: var(--customnavy);
|
|
|
|
white-space: normal;
|
|
|
|
white-space: normal;
|
|
|
|
// background: $primary;
|
|
|
|
// background: $primary;
|
|
|
|
@ -178,10 +217,12 @@ text-transform: capitalize;
|
|
|
|
// min-width: 200px;
|
|
|
|
// min-width: 200px;
|
|
|
|
min-height: 45px;
|
|
|
|
min-height: 45px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.iconButton {
|
|
|
|
.iconButton {
|
|
|
|
min-width: auto;
|
|
|
|
min-width: auto;
|
|
|
|
min-height: auto;
|
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*********select style************/
|
|
|
|
/*********select style************/
|
|
|
|
ion-item.item.item-block.item-md.item-select.ng-touched,
|
|
|
|
ion-item.item.item-block.item-md.item-select.ng-touched,
|
|
|
|
ion-item.item.item-block.item-ios.item-select.ng-touched,
|
|
|
|
ion-item.item.item-block.item-ios.item-select.ng-touched,
|
|
|
|
@ -196,11 +237,13 @@ ion-item.item.item-block.item-md.item-datetime.ng-touched.input-has-value.item-i
|
|
|
|
ion-item.item.item-block.item-ios.item-datetime.ng-touched.input-has-value.item-input-has-value {
|
|
|
|
ion-item.item.item-block.item-ios.item-datetime.ng-touched.input-has-value.item-input-has-value {
|
|
|
|
border-bottom: 0px;
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/********center element****************/
|
|
|
|
/********center element****************/
|
|
|
|
.centerDiv {
|
|
|
|
.centerDiv {
|
|
|
|
margin: auto;
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
|
|
|
|
// .button,.button-md, button-ios{
|
|
|
|
// .button,.button-md, button-ios{
|
|
|
|
// min-width: 200px;
|
|
|
|
// min-width: 200px;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
@ -209,83 +252,110 @@ ion-item.item.item-block.item-ios.item-datetime.ng-touched.input-has-value.item-
|
|
|
|
min-height: auto;
|
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/***********item icon************/
|
|
|
|
/***********item icon************/
|
|
|
|
.item-icon {
|
|
|
|
.item-icon {
|
|
|
|
width: 25px;
|
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[dir="ltr"] .item-icon {
|
|
|
|
[dir="ltr"] .item-icon {
|
|
|
|
margin: 9px 8px 9px 0;
|
|
|
|
margin: 9px 8px 9px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[dir="rtl"] .item-icon {
|
|
|
|
[dir="rtl"] .item-icon {
|
|
|
|
margin: 6px 0px 9px 9px;
|
|
|
|
margin: 6px 0px 9px 9px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**********text format**********/
|
|
|
|
/**********text format**********/
|
|
|
|
p.text-caps {
|
|
|
|
p.text-caps {
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.boldTxt,p.boldTxt,.boldTxt>label {
|
|
|
|
|
|
|
|
|
|
|
|
.boldTxt,
|
|
|
|
|
|
|
|
p.boldTxt,
|
|
|
|
|
|
|
|
.boldTxt>label {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
font-family: var(--fontFamilyBoldEN) !important;
|
|
|
|
font-family: var(--fontFamilyBoldEN) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.boldTxtNav,p.boldTxtNav,.boldTxtNav>label {
|
|
|
|
|
|
|
|
|
|
|
|
.boldTxtNav,
|
|
|
|
|
|
|
|
p.boldTxtNav,
|
|
|
|
|
|
|
|
.boldTxtNav>label {
|
|
|
|
color: var(--dark) !important;
|
|
|
|
color: var(--dark) !important;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
font-family: var(--fontFamilyBoldEN) !important;
|
|
|
|
font-family: var(--fontFamilyBoldEN) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ion-label.boldTxtNav.label.label-md,ion-label.boldTxtNav.label.label-ios{
|
|
|
|
|
|
|
|
|
|
|
|
ion-label.boldTxtNav.label.label-md,
|
|
|
|
|
|
|
|
ion-label.boldTxtNav.label.label-ios {
|
|
|
|
// font-weight: bold;
|
|
|
|
// font-weight: bold;
|
|
|
|
color: var(--dark);
|
|
|
|
color: var(--dark);
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
font-family: var(--fontFamilySemiBoldEN) !important;
|
|
|
|
font-family: var(--fontFamilySemiBoldEN) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/******* label stacked***********/
|
|
|
|
/******* label stacked***********/
|
|
|
|
.label-md[stacked], .label-ios[stacked] {
|
|
|
|
.label-md[stacked],
|
|
|
|
|
|
|
|
.label-ios[stacked] {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**********input **************/
|
|
|
|
/**********input **************/
|
|
|
|
input.text-input.text-input-md,
|
|
|
|
input.text-input.text-input-md,
|
|
|
|
input.text-input.text-input-ios {
|
|
|
|
input.text-input.text-input-ios {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-datetime.datetime.datetime-md.ng-valid.ng-dirty.ng-touched,
|
|
|
|
ion-datetime.datetime.datetime-md.ng-valid.ng-dirty.ng-touched,
|
|
|
|
ion-datetime.datetime.datetime-ios.ng-valid.ng-dirty.ng-touched {
|
|
|
|
ion-datetime.datetime.datetime-ios.ng-valid.ng-dirty.ng-touched {
|
|
|
|
direction: ltr !important;
|
|
|
|
direction: ltr !important;
|
|
|
|
text-align: left !important;
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**********background************/
|
|
|
|
/**********background************/
|
|
|
|
.gray-bg {
|
|
|
|
.gray-bg {
|
|
|
|
background-color: var(--gray);
|
|
|
|
background-color: var(--gray);
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/***************select and alert ************/
|
|
|
|
/***************select and alert ************/
|
|
|
|
.alert-md .alert-head,.alert-ios .alert-head{
|
|
|
|
.alert-md .alert-head,
|
|
|
|
|
|
|
|
.alert-ios .alert-head {
|
|
|
|
background-color: var(--grayBG);
|
|
|
|
background-color: var(--grayBG);
|
|
|
|
color: var(--light);
|
|
|
|
color: var(--light);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/********profile grid************/
|
|
|
|
/********profile grid************/
|
|
|
|
// .profile-grid{
|
|
|
|
// .profile-grid{
|
|
|
|
// .col{
|
|
|
|
// .col{
|
|
|
|
@ -293,7 +363,9 @@ ion-datetime.datetime.datetime-ios.ng-valid.ng-dirty.ng-touched {
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
/**********card**********/
|
|
|
|
/**********card**********/
|
|
|
|
ion-card ,ion-card-md ,ion-card-ios {
|
|
|
|
ion-card,
|
|
|
|
|
|
|
|
ion-card-md,
|
|
|
|
|
|
|
|
ion-card-ios {
|
|
|
|
box-shadow: black;
|
|
|
|
box-shadow: black;
|
|
|
|
// background-color: #99999938;
|
|
|
|
// background-color: #99999938;
|
|
|
|
-webkit-border-top-left-radius: 10px !important;
|
|
|
|
-webkit-border-top-left-radius: 10px !important;
|
|
|
|
@ -319,15 +391,18 @@ ion-card-header{
|
|
|
|
border-top-left-radius: 10px;
|
|
|
|
border-top-left-radius: 10px;
|
|
|
|
border-top-right-radius: 10px;
|
|
|
|
border-top-right-radius: 10px;
|
|
|
|
background: var(--grayBG);
|
|
|
|
background: var(--grayBG);
|
|
|
|
|
|
|
|
|
|
|
|
.hrTitle {
|
|
|
|
.hrTitle {
|
|
|
|
white-space: normal;
|
|
|
|
white-space: normal;
|
|
|
|
padding: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-top: 12px;
|
|
|
|
width: 85%;
|
|
|
|
width: 85%;
|
|
|
|
min-height: 45px;
|
|
|
|
min-height: 45px;
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: var(--break-big)) {
|
|
|
|
@media screen and (max-width: var(--break-big)) {
|
|
|
|
width: 80%;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width: var(--break-small)) {
|
|
|
|
@media screen and (max-width: var(--break-small)) {
|
|
|
|
width: 74%;
|
|
|
|
width: 74%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -335,12 +410,17 @@ ion-card-header{
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
float: left;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
line-height: 1.2;
|
|
|
|
line-height: 1.2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.button,.button-md, button-ios{
|
|
|
|
|
|
|
|
|
|
|
|
.button,
|
|
|
|
|
|
|
|
.button-md,
|
|
|
|
|
|
|
|
button-ios {
|
|
|
|
background: transparent;
|
|
|
|
background: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
@ -348,15 +428,19 @@ ion-card-header{
|
|
|
|
min-width: auto;
|
|
|
|
min-width: auto;
|
|
|
|
padding: 0px !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
margin: 0px 5px !important;
|
|
|
|
margin: 0px 5px !important;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
float: left;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ion-col.colBold,ion-col.colBold>label{
|
|
|
|
|
|
|
|
|
|
|
|
ion-col.colBold,
|
|
|
|
|
|
|
|
ion-col.colBold>label {
|
|
|
|
// font-weight: bold;
|
|
|
|
// font-weight: bold;
|
|
|
|
color: var(--customnavy);
|
|
|
|
color: var(--customnavy);
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
@ -370,6 +454,7 @@ ion-col.colBold,ion-col.colBold>label{
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
font-size: 15px;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// .boldTxt{
|
|
|
|
// .boldTxt{
|
|
|
|
// font-weight: bold;
|
|
|
|
// font-weight: bold;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
@ -570,9 +655,11 @@ ion-col.colBold,ion-col.colBold>label{
|
|
|
|
padding: 5px 0px;
|
|
|
|
padding: 5px 0px;
|
|
|
|
padding-left: 10px !important;
|
|
|
|
padding-left: 10px !important;
|
|
|
|
margin: 10px auto;
|
|
|
|
margin: 10px auto;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
font-family: var(--fontFamilySemiBoldEN) !important;
|
|
|
|
font-family: var(--fontFamilySemiBoldEN) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
@ -600,9 +687,11 @@ ion-col.colBold,ion-col.colBold>label{
|
|
|
|
padding-left: 10px !important;
|
|
|
|
padding-left: 10px !important;
|
|
|
|
margin: 10px auto;
|
|
|
|
margin: 10px auto;
|
|
|
|
margin-right: 12px !important;
|
|
|
|
margin-right: 12px !important;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
font-family: var(--fontFamilySemiBoldEN) !important;
|
|
|
|
font-family: var(--fontFamilySemiBoldEN) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-family: var(--fontFamilyIOSAR) !important;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
@ -662,6 +751,7 @@ img.flipImg{
|
|
|
|
margin: 10px auto;
|
|
|
|
margin: 10px auto;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.daynamicForm-DateTime {
|
|
|
|
.daynamicForm-DateTime {
|
|
|
|
color: var(--dark);
|
|
|
|
color: var(--dark);
|
|
|
|
font-size: 15px;
|
|
|
|
font-size: 15px;
|
|
|
|
@ -682,6 +772,7 @@ img.flipImg{
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.daynamicForm-DateTime:after {
|
|
|
|
.daynamicForm-DateTime:after {
|
|
|
|
width: 0;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
height: 0;
|
|
|
|
@ -691,17 +782,21 @@ img.flipImg{
|
|
|
|
border-radius: 0px;
|
|
|
|
border-radius: 0px;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 40%;
|
|
|
|
top: 40%;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
right: 5px;
|
|
|
|
right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
left: 5px;
|
|
|
|
left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
content: "";
|
|
|
|
content: "";
|
|
|
|
z-index: 98;
|
|
|
|
z-index: 98;
|
|
|
|
margin-left: 31px;
|
|
|
|
margin-left: 31px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.daynamicForm-Select {
|
|
|
|
.daynamicForm-Select {
|
|
|
|
color: var(--dark);
|
|
|
|
color: var(--dark);
|
|
|
|
font-size: 15px;
|
|
|
|
font-size: 15px;
|
|
|
|
@ -740,6 +835,7 @@ img.flipImg{
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
background-image: linear-gradient(-135deg, #999 50%, transparent 50%), linear-gradient(-45deg, transparent 50%, #999 50%), linear-gradient(to right, #ffffff, #ffffff);
|
|
|
|
background-image: linear-gradient(-135deg, #999 50%, transparent 50%), linear-gradient(-45deg, transparent 50%, #999 50%), linear-gradient(to right, #ffffff, #ffffff);
|
|
|
|
background-position: calc(1em - 10px) calc(100% - 8px), calc(1em - 4px) calc(100% - 8px), 0 100%;
|
|
|
|
background-position: calc(1em - 10px) calc(100% - 8px), calc(1em - 4px) calc(100% - 8px), 0 100%;
|
|
|
|
@ -787,6 +883,7 @@ img.flipImg{
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
background-image: linear-gradient(-135deg, #999 50%, transparent 50%), linear-gradient(-45deg, transparent 50%, #999 50%), linear-gradient(to right, #ffffff, #ffffff);
|
|
|
|
background-image: linear-gradient(-135deg, #999 50%, transparent 50%), linear-gradient(-45deg, transparent 50%, #999 50%), linear-gradient(to right, #ffffff, #ffffff);
|
|
|
|
background-position: calc(1em - 10px) calc(100% - 8px), calc(1em - 4px) calc(100% - 8px), 0 100%;
|
|
|
|
background-position: calc(1em - 10px) calc(100% - 8px), calc(1em - 4px) calc(100% - 8px), 0 100%;
|
|
|
|
@ -806,9 +903,11 @@ img.flipImg{
|
|
|
|
border-top: 6px solid #999;
|
|
|
|
border-top: 6px solid #999;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
top: 40%;
|
|
|
|
top: 40%;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
right: 5px;
|
|
|
|
right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
left: 5px;
|
|
|
|
left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -816,16 +915,22 @@ img.flipImg{
|
|
|
|
z-index: 98;
|
|
|
|
z-index: 98;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.requiredClass::before {
|
|
|
|
.requiredClass::before {
|
|
|
|
content: "* ";
|
|
|
|
content: "* ";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.requiredClassElm {
|
|
|
|
.requiredClassElm {
|
|
|
|
border-bottom: 2px solid var(--danger);
|
|
|
|
border-bottom: 2px solid var(--danger);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
textarea:disabled, input:disabled ,.daynamicForm-Select:disabled, .daynamicForm-DateTime:disabled{
|
|
|
|
textarea:disabled,
|
|
|
|
|
|
|
|
input:disabled,
|
|
|
|
|
|
|
|
.daynamicForm-Select:disabled,
|
|
|
|
|
|
|
|
.daynamicForm-DateTime:disabled {
|
|
|
|
background: rgba(204, 204, 204, 0.11);
|
|
|
|
background: rgba(204, 204, 204, 0.11);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
div.daynamicForm-DateTime.disabled {
|
|
|
|
div.daynamicForm-DateTime.disabled {
|
|
|
|
background: rgba(204, 204, 204, 0.11);
|
|
|
|
background: rgba(204, 204, 204, 0.11);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -837,6 +942,7 @@ div.daynamicForm-DateTime.disabled{
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.imgSize {
|
|
|
|
.imgSize {
|
|
|
|
width: 22px !important;
|
|
|
|
width: 22px !important;
|
|
|
|
height: 22px;
|
|
|
|
height: 22px;
|
|
|
|
@ -844,6 +950,7 @@ height: 22px;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/************footer****************/
|
|
|
|
/************footer****************/
|
|
|
|
ion-footer {
|
|
|
|
ion-footer {
|
|
|
|
padding: 15px 0px;
|
|
|
|
padding: 15px 0px;
|
|
|
|
@ -853,7 +960,9 @@ box-shadow: none !important;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer-md::before,.footer-ios::before{
|
|
|
|
|
|
|
|
|
|
|
|
.footer-md::before,
|
|
|
|
|
|
|
|
.footer-ios::before {
|
|
|
|
background-color: var(--light) !important;
|
|
|
|
background-color: var(--light) !important;
|
|
|
|
background-image: none;
|
|
|
|
background-image: none;
|
|
|
|
border: 0px !important;
|
|
|
|
border: 0px !important;
|
|
|
|
@ -861,6 +970,7 @@ box-shadow: none !important;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*************progress bar****************/
|
|
|
|
/*************progress bar****************/
|
|
|
|
.progcontainer {
|
|
|
|
.progcontainer {
|
|
|
|
margin: auto;
|
|
|
|
margin: auto;
|
|
|
|
@ -868,31 +978,39 @@ box-shadow: none !important;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 100px;
|
|
|
|
min-height: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cusprogressbar {
|
|
|
|
.cusprogressbar {
|
|
|
|
counter-reset: step;
|
|
|
|
counter-reset: step;
|
|
|
|
padding: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cusprogressbar li {
|
|
|
|
.cusprogressbar li {
|
|
|
|
list-style-type: none;
|
|
|
|
list-style-type: none;
|
|
|
|
width: 33.333%;
|
|
|
|
width: 33.333%;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
float: left;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
color: var(--darkgray);
|
|
|
|
color: var(--darkgray);
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
font-family: var(--fontFamilySemiBoldEN);
|
|
|
|
font-family: var(--fontFamilySemiBoldEN);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
font-family: var(--fontFamilyIOSAR);
|
|
|
|
font-family: var(--fontFamilyIOSAR);
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cusprogressbar li:before {
|
|
|
|
.cusprogressbar li:before {
|
|
|
|
width: 40px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
height: 40px;
|
|
|
|
@ -907,6 +1025,7 @@ box-shadow: none !important;
|
|
|
|
margin: 0 auto 10px auto;
|
|
|
|
margin: 0 auto 10px auto;
|
|
|
|
border-radius: 50%;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cusprogressbar li:after {
|
|
|
|
.cusprogressbar li:after {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 2px;
|
|
|
|
height: 2px;
|
|
|
|
@ -914,30 +1033,37 @@ box-shadow: none !important;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
background-color: var(--cusgray);
|
|
|
|
background-color: var(--cusgray);
|
|
|
|
top: 20px;
|
|
|
|
top: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
:root[dir="ltr"] {
|
|
|
|
left: -50%;
|
|
|
|
left: -50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
:root[dir="rtl"] {
|
|
|
|
right: -50%;
|
|
|
|
right: -50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
z-index: -1;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cusprogressbar li:first-child:after {
|
|
|
|
.cusprogressbar li:first-child:after {
|
|
|
|
content: none;
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cusprogressbar li.active {
|
|
|
|
.cusprogressbar li.active {
|
|
|
|
color: var(--custgreen);
|
|
|
|
color: var(--custgreen);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cusprogressbar li.active:before {
|
|
|
|
.cusprogressbar li.active:before {
|
|
|
|
background-color: var(--custgreen);
|
|
|
|
background-color: var(--custgreen);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//.cusprogressbar li.active + li:after {
|
|
|
|
//.cusprogressbar li.active + li:after {
|
|
|
|
// background-color: #55b776;
|
|
|
|
// background-color: #55b776;
|
|
|
|
//color: $custgreen;
|
|
|
|
//color: $custgreen;
|
|
|
|
//}
|
|
|
|
//}
|
|
|
|
/**************badge **********************/
|
|
|
|
/**************badge **********************/
|
|
|
|
.badge-md,.badge-ios {
|
|
|
|
.badge-md,
|
|
|
|
|
|
|
|
.badge-ios {
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #327eff;
|
|
|
|
background-color: #327eff;
|
|
|
|
background: red;
|
|
|
|
background: red;
|
|
|
|
@ -946,18 +1072,21 @@ box-shadow: none !important;
|
|
|
|
min-height: 30px;
|
|
|
|
min-height: 30px;
|
|
|
|
line-height: 2;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**********no data div***********/
|
|
|
|
/**********no data div***********/
|
|
|
|
div.no-dataDiv {
|
|
|
|
div.no-dataDiv {
|
|
|
|
.row {
|
|
|
|
.row {
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
border-color: var(--cusgray);
|
|
|
|
border-color: var(--cusgray);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
h4 {
|
|
|
|
font-size: 140%;
|
|
|
|
font-size: 140%;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
color: #888888;
|
|
|
|
color: #888888;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.empty-data {
|
|
|
|
.empty-data {
|
|
|
|
font-size: 10.2em;
|
|
|
|
font-size: 10.2em;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
@ -966,16 +1095,22 @@ color: #888888;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.toast-md .toast-message,.toast-ios .toast-message {
|
|
|
|
.toast-md .toast-message,
|
|
|
|
|
|
|
|
.toast-ios .toast-message {
|
|
|
|
background-color: var(--secondary);
|
|
|
|
background-color: var(--secondary);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*************picker style*********************/
|
|
|
|
/*************picker style*********************/
|
|
|
|
.picker-md .picker-opt,.picker-ios .picker-opt{
|
|
|
|
.picker-md .picker-opt,
|
|
|
|
|
|
|
|
.picker-ios .picker-opt {
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.picker-md .picker-col,.picker-ios .picker-col {
|
|
|
|
|
|
|
|
|
|
|
|
.picker-md .picker-col,
|
|
|
|
|
|
|
|
.picker-ios .picker-col {
|
|
|
|
padding: 0px 2px !important;
|
|
|
|
padding: 0px 2px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.progress-loading-page {
|
|
|
|
.progress-loading-page {
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
@ -988,6 +1123,7 @@ color: #888888;
|
|
|
|
bottom: 0;
|
|
|
|
bottom: 0;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.progress-loading-page .container {
|
|
|
|
.progress-loading-page .container {
|
|
|
|
background: transparent !important;
|
|
|
|
background: transparent !important;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
@ -997,12 +1133,16 @@ color: #888888;
|
|
|
|
margin: auto;
|
|
|
|
margin: auto;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.progress-loading-page .loading-gif {
|
|
|
|
.progress-loading-page .loading-gif {
|
|
|
|
margin-top: 0.42cm;
|
|
|
|
margin-top: 0.42cm;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.centerDiv .button{width:200px;}
|
|
|
|
|
|
|
|
|
|
|
|
.centerDiv .button {
|
|
|
|
|
|
|
|
width: 200px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.note-modal {
|
|
|
|
.note-modal {
|
|
|
|
// width: 90%;
|
|
|
|
// width: 90%;
|
|
|
|
@ -1091,6 +1231,7 @@ color: #888888;
|
|
|
|
--background: transparent;
|
|
|
|
--background: transparent;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.confirmBtn {
|
|
|
|
.confirmBtn {
|
|
|
|
background: var(--newgreen) !important;
|
|
|
|
background: var(--newgreen) !important;
|
|
|
|
white-space: normal !important;
|
|
|
|
white-space: normal !important;
|
|
|
|
@ -1180,6 +1321,7 @@ border:0px
|
|
|
|
width: 130%;
|
|
|
|
width: 130%;
|
|
|
|
border: 0px;
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.headerTxt {
|
|
|
|
.headerTxt {
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
@ -1189,6 +1331,7 @@ border:0px
|
|
|
|
.login-input {
|
|
|
|
.login-input {
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.item-input-login {
|
|
|
|
.item-input-login {
|
|
|
|
--min-height: 1.0cm !important;
|
|
|
|
--min-height: 1.0cm !important;
|
|
|
|
--border-radius: 12px;
|
|
|
|
--border-radius: 12px;
|
|
|
|
@ -1280,13 +1423,16 @@ border:0px
|
|
|
|
--width: 88% !important;
|
|
|
|
--width: 88% !important;
|
|
|
|
--border-radius: 0.6cm;
|
|
|
|
--border-radius: 0.6cm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.slideFullWidth {
|
|
|
|
.slideFullWidth {
|
|
|
|
margin-left:-15px;
|
|
|
|
margin-left: -10px;
|
|
|
|
margin-right:-15px;
|
|
|
|
margin-right: -1-px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child {
|
|
|
|
.slideFullWidth .swiper-container .swiper-wrapper .swiper-slide:first-child {
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.alert-button-group.sc-ion-alert-md,
|
|
|
|
.alert-button-group.sc-ion-alert-md,
|
|
|
|
.alert-button.sc-ion-alert-ios {
|
|
|
|
.alert-button.sc-ion-alert-ios {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
@ -1306,6 +1452,7 @@ border:0px
|
|
|
|
.alert-button-inner.sc-ion-alert-md {
|
|
|
|
.alert-button-inner.sc-ion-alert-md {
|
|
|
|
justify-content: center !important;
|
|
|
|
justify-content: center !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.replaceRoll-modal {
|
|
|
|
.replaceRoll-modal {
|
|
|
|
|
|
|
|
|
|
|
|
padding: 30% 1% !important;
|
|
|
|
padding: 30% 1% !important;
|
|
|
|
@ -1314,6 +1461,7 @@ border:0px
|
|
|
|
--border-radius: 0.4cm;
|
|
|
|
--border-radius: 0.4cm;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.replaceRoll-modal2 {
|
|
|
|
.replaceRoll-modal2 {
|
|
|
|
|
|
|
|
|
|
|
|
padding: 5% 1% !important;
|
|
|
|
padding: 5% 1% !important;
|
|
|
|
@ -1322,13 +1470,16 @@ border:0px
|
|
|
|
--border-radius: 0.4cm;
|
|
|
|
--border-radius: 0.4cm;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.header-md:after {
|
|
|
|
.header-md:after {
|
|
|
|
height: 0px !important;
|
|
|
|
height: 0px !important;
|
|
|
|
display: none !important;
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.attendance-home .header-toolbar-new {
|
|
|
|
.attendance-home .header-toolbar-new {
|
|
|
|
--background: #094773 !important;
|
|
|
|
--background: #094773 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.header-toolbar-new {
|
|
|
|
.header-toolbar-new {
|
|
|
|
--background: #269DB8;
|
|
|
|
--background: #269DB8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1339,10 +1490,12 @@ border:0px
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.boldP {
|
|
|
|
.boldP {
|
|
|
|
|
|
|
|
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// .select-text{
|
|
|
|
// .select-text{
|
|
|
|
// --margin-left: -10px;
|
|
|
|
// --margin-left: -10px;
|
|
|
|
// margin-left:0;
|
|
|
|
// margin-left:0;
|
|
|
|
@ -1363,7 +1516,10 @@ border:0px
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
.monthview-primary-with-event, .absent, .present, .dayoff {
|
|
|
|
.monthview-primary-with-event,
|
|
|
|
|
|
|
|
.absent,
|
|
|
|
|
|
|
|
.present,
|
|
|
|
|
|
|
|
.dayoff {
|
|
|
|
|
|
|
|
|
|
|
|
background-color: #fff !important;
|
|
|
|
background-color: #fff !important;
|
|
|
|
z-index: 1;
|
|
|
|
z-index: 1;
|
|
|
|
@ -1415,6 +1571,7 @@ border:0px
|
|
|
|
border: none !important;
|
|
|
|
border: none !important;
|
|
|
|
color: #888;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
tbody td {
|
|
|
|
tbody td {
|
|
|
|
border: none !important;
|
|
|
|
border: none !important;
|
|
|
|
line-height: 40px !important;
|
|
|
|
line-height: 40px !important;
|
|
|
|
@ -1432,6 +1589,7 @@ border:0px
|
|
|
|
&.monthview-selected.present,
|
|
|
|
&.monthview-selected.present,
|
|
|
|
&.present {
|
|
|
|
&.present {
|
|
|
|
color: #fff !important;
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
&:before {
|
|
|
|
background-color: #269DB8 !important;
|
|
|
|
background-color: #269DB8 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1440,6 +1598,7 @@ border:0px
|
|
|
|
&.monthview-selected.absent,
|
|
|
|
&.monthview-selected.absent,
|
|
|
|
&.absent {
|
|
|
|
&.absent {
|
|
|
|
color: #fff !important;
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
&:before {
|
|
|
|
background-color: #292F42 !important;
|
|
|
|
background-color: #292F42 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1448,6 +1607,7 @@ border:0px
|
|
|
|
&.monthview-selected.dayoff,
|
|
|
|
&.monthview-selected.dayoff,
|
|
|
|
&.dayoff {
|
|
|
|
&.dayoff {
|
|
|
|
color: #555 !important;
|
|
|
|
color: #555 !important;
|
|
|
|
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
&:before {
|
|
|
|
background-color: #e5e5e5 !important;
|
|
|
|
background-color: #e5e5e5 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1456,6 +1616,7 @@ border:0px
|
|
|
|
&.monthview-selected.scheduleDay,
|
|
|
|
&.monthview-selected.scheduleDay,
|
|
|
|
&.scheduleDay {
|
|
|
|
&.scheduleDay {
|
|
|
|
color: #000 !important;
|
|
|
|
color: #000 !important;
|
|
|
|
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
&:before {
|
|
|
|
background-color: #fff !important;
|
|
|
|
background-color: #fff !important;
|
|
|
|
border: 1px solid #ccc !important;
|
|
|
|
border: 1px solid #ccc !important;
|
|
|
|
@ -1477,6 +1638,7 @@ border:0px
|
|
|
|
.table-bordered {
|
|
|
|
.table-bordered {
|
|
|
|
border: none !important;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// .monthview-primary-with-event::after, .absent::after, .present::after, .dayoff::after {
|
|
|
|
// .monthview-primary-with-event::after, .absent::after, .present::after, .dayoff::after {
|
|
|
|
// content: " ";
|
|
|
|
// content: " ";
|
|
|
|
// width: 80%;
|
|
|
|
// width: 80%;
|
|
|
|
@ -1541,6 +1703,7 @@ table.monthview-datetable th small {
|
|
|
|
.calendar-modal .swiper-container-horizontal>.swiper-pagination-bullets {
|
|
|
|
.calendar-modal .swiper-container-horizontal>.swiper-pagination-bullets {
|
|
|
|
top: auto;
|
|
|
|
top: auto;
|
|
|
|
bottom: -8px;
|
|
|
|
bottom: -8px;
|
|
|
|
|
|
|
|
|
|
|
|
.swiper-pagination-bullet-active {
|
|
|
|
.swiper-pagination-bullet-active {
|
|
|
|
background: #269DB8;
|
|
|
|
background: #269DB8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1561,6 +1724,7 @@ table.monthview-datetable th small {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.business-card-modal-css .modal-wrapper {
|
|
|
|
.business-card-modal-css .modal-wrapper {
|
|
|
|
height: 500px;
|
|
|
|
height: 500px;
|
|
|
|
width: 300px;
|
|
|
|
width: 300px;
|
|
|
|
@ -1573,6 +1737,7 @@ table.monthview-datetable th small {
|
|
|
|
.app-update-modal-css .modal-wrapper {
|
|
|
|
.app-update-modal-css .modal-wrapper {
|
|
|
|
border-radius: 0px !important;
|
|
|
|
border-radius: 0px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.fav-employee-details {
|
|
|
|
.fav-employee-details {
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
@ -1581,26 +1746,32 @@ table.monthview-datetable th small {
|
|
|
|
color: black !important;
|
|
|
|
color: black !important;
|
|
|
|
padding: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.fav-profileImageDiv {
|
|
|
|
.fav-profileImageDiv {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
text-align: start;
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-segment-button {
|
|
|
|
ion-segment-button {
|
|
|
|
--indicator-color: transparent !important;
|
|
|
|
--indicator-color: transparent !important;
|
|
|
|
--indicator-color-checked: transparent !important;
|
|
|
|
--indicator-color-checked: transparent !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#surveyRatingNew ion-button {
|
|
|
|
#surveyRatingNew ion-button {
|
|
|
|
background: #fff !important;
|
|
|
|
background: #fff !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#surveyRatingNew ion-buttons {
|
|
|
|
#surveyRatingNew ion-buttons {
|
|
|
|
border-radius: 12px;
|
|
|
|
border-radius: 12px;
|
|
|
|
background: #fff;
|
|
|
|
background: #fff;
|
|
|
|
width: 75%;
|
|
|
|
width: 75%;
|
|
|
|
margin: auto;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.filter-modal .modal-wrapper {
|
|
|
|
.filter-modal .modal-wrapper {
|
|
|
|
border-radius: 0px !important;
|
|
|
|
border-radius: 0px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.offers-discount-card ion-card-content div {
|
|
|
|
.offers-discount-card ion-card-content div {
|
|
|
|
font-size: 11px !important;
|
|
|
|
font-size: 11px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -1636,17 +1807,40 @@ ion-segment-button {
|
|
|
|
box-shadow: none !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
-webkit-box-shadow: none !important;
|
|
|
|
-webkit-box-shadow: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.select-alert .alert-radio-label {
|
|
|
|
.select-alert .alert-radio-label {
|
|
|
|
|
|
|
|
|
|
|
|
font-size: 12px !important;
|
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.modal-image-viewer-landscape {
|
|
|
|
.modal-image-viewer-landscape {
|
|
|
|
--height: 35% !important;
|
|
|
|
--height: 35% !important;
|
|
|
|
--width: 90% !important;
|
|
|
|
--width: 90% !important;
|
|
|
|
--border-radius: 0.4cm;
|
|
|
|
--border-radius: 0.4cm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.modal-image-viewer-portrait {
|
|
|
|
.modal-image-viewer-portrait {
|
|
|
|
--height: 45% !important;
|
|
|
|
--height: 45% !important;
|
|
|
|
--width: 60% !important;
|
|
|
|
--width: 60% !important;
|
|
|
|
--border-radius: 0.4cm;
|
|
|
|
--border-radius: 0.4cm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.menu-label {
|
|
|
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ion-app[dir="rtl"] {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.slideFullWidth {
|
|
|
|
|
|
|
|
margin-right: 0px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.menu-label {
|
|
|
|
|
|
|
|
margin-right: 10px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.slideFullWidth .swiper-slide {
|
|
|
|
|
|
|
|
margin-right: 10px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|