|
|
|
@ -1,19 +1,21 @@
|
|
|
|
.colorBG{
|
|
|
|
.colorBG {
|
|
|
|
--background: #f0efef !important;
|
|
|
|
--background: #f0efef !important;
|
|
|
|
background: #f0efef !important;
|
|
|
|
background: #f0efef !important;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footerSearchBtn{
|
|
|
|
|
|
|
|
|
|
|
|
.footerSearchBtn {
|
|
|
|
padding: 50px !important;
|
|
|
|
padding: 50px !important;
|
|
|
|
background: #f0efef !important;
|
|
|
|
background: #f0efef !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.headerRow{
|
|
|
|
.headerRow {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.itemReqList{
|
|
|
|
|
|
|
|
|
|
|
|
.itemReqList {
|
|
|
|
background: #f0efef;
|
|
|
|
background: #f0efef;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
@ -21,30 +23,29 @@
|
|
|
|
// margin-left:9px
|
|
|
|
// margin-left:9px
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.gridItemReq{
|
|
|
|
|
|
|
|
//width:95%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.itemReqContent {
|
|
|
|
.itemReqContent{
|
|
|
|
|
|
|
|
// margin-top: 17px;
|
|
|
|
// margin-top: 17px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border-radius: 7px;
|
|
|
|
border-radius: 7px;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.itemReqDiv{
|
|
|
|
|
|
|
|
padding:10px;
|
|
|
|
.itemReqDiv {
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
// padding-bottom: 10px;
|
|
|
|
// padding-bottom: 10px;
|
|
|
|
// padding-top: 10px;
|
|
|
|
// padding-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.arrowIcon{
|
|
|
|
|
|
|
|
width: 18px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
margin-right: -21px !important;
|
|
|
|
.arrowIcon {
|
|
|
|
margin-left: 10px !important;
|
|
|
|
width: 18px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
margin-right: -21px !important;
|
|
|
|
|
|
|
|
margin-left: 10px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.actionList{
|
|
|
|
|
|
|
|
|
|
|
|
.actionList {
|
|
|
|
// position: fixed;
|
|
|
|
// position: fixed;
|
|
|
|
// bottom: 0px;
|
|
|
|
// bottom: 0px;
|
|
|
|
bottom: -7px;
|
|
|
|
bottom: -7px;
|
|
|
|
@ -52,17 +53,15 @@ margin-left: 10px !important;
|
|
|
|
border-top-left-radius: 7px;
|
|
|
|
border-top-left-radius: 7px;
|
|
|
|
border-top-right-radius: 7px
|
|
|
|
border-top-right-radius: 7px
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cardContent{
|
|
|
|
|
|
|
|
// width:100%;
|
|
|
|
.colItemReq {
|
|
|
|
// margin-top: 33px
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.colItemReq{
|
|
|
|
|
|
|
|
color: var(--darkblue);
|
|
|
|
color: var(--darkblue);
|
|
|
|
font-weight: bold !important;;
|
|
|
|
font-weight: bold !important;
|
|
|
|
font-size: 16px ;
|
|
|
|
;
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
display: contents;
|
|
|
|
display: contents;
|
|
|
|
font-family: var(--ion-font-family,inherit);
|
|
|
|
font-family: var(--ion-font-family, inherit);
|
|
|
|
font-size: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: normal;
|
|
|
|
white-space: normal;
|
|
|
|
@ -70,35 +69,37 @@ margin-left: 10px !important;
|
|
|
|
box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.colItemReqHeader{
|
|
|
|
.colItemReqHeader {
|
|
|
|
text-align: justify;
|
|
|
|
text-align: justify;
|
|
|
|
color: var(--cyanblue);
|
|
|
|
color: var(--cyanblue);
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.labelTotal{
|
|
|
|
|
|
|
|
|
|
|
|
.labelTotal {
|
|
|
|
color: var(--danger);
|
|
|
|
color: var(--danger);
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 17px;
|
|
|
|
font-size: 17px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.labelAction{
|
|
|
|
|
|
|
|
color:var(--customnavy) !important;
|
|
|
|
.labelAction {
|
|
|
|
font-weight:bold;
|
|
|
|
color: var(--customnavy) !important;
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.colItems{
|
|
|
|
|
|
|
|
padding-bottom: 10px
|
|
|
|
.colItems {
|
|
|
|
|
|
|
|
padding-bottom: 10px
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ion-label.labelValue.sc-ion-label-ios-h.sc-ion-label-ios-s.ios.hydrated,
|
|
|
|
ion-label.labelValue.sc-ion-label-ios-h.sc-ion-label-ios-s.ios.hydrated,
|
|
|
|
ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated {
|
|
|
|
{
|
|
|
|
|
|
|
|
white-space: pre-wrap !important;
|
|
|
|
white-space: pre-wrap !important;
|
|
|
|
--color: initial;
|
|
|
|
--color: initial;
|
|
|
|
display: contents;
|
|
|
|
display: contents;
|
|
|
|
color: var(--color);
|
|
|
|
color: var(--color);
|
|
|
|
font-family: var(--ion-font-family,inherit);
|
|
|
|
font-family: var(--ion-font-family, inherit);
|
|
|
|
font-size: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
@ -106,7 +107,7 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
box-sizing: border-box
|
|
|
|
box-sizing: border-box
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.segmentPR{
|
|
|
|
.segmentPR {
|
|
|
|
|
|
|
|
|
|
|
|
// --background-hover: rgba(var(--ion-color-contrast-rgb),0.04);
|
|
|
|
// --background-hover: rgba(var(--ion-color-contrast-rgb),0.04);
|
|
|
|
// --background-activated: var(--danger);
|
|
|
|
// --background-activated: var(--danger);
|
|
|
|
@ -115,9 +116,9 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
--indicator-color-checked: var(--secondary);
|
|
|
|
--indicator-color-checked: var(--secondary);
|
|
|
|
--background: #f0efef;
|
|
|
|
--background: #f0efef;
|
|
|
|
--background-activated: #f0efef;
|
|
|
|
--background-activated: #f0efef;
|
|
|
|
--background-hover:#f0efef;
|
|
|
|
--background-hover: #f0efef;
|
|
|
|
--background-activated:#f0efef;
|
|
|
|
--background-activated: #f0efef;
|
|
|
|
--background-checked:#f0efef;
|
|
|
|
--background-checked: #f0efef;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -153,28 +154,30 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
|
|
|
|
|
|
|
|
.bar-stable {
|
|
|
|
.bar-stable {
|
|
|
|
background-color: var(--cusgray) !important;
|
|
|
|
background-color: var(--cusgray) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tabs{
|
|
|
|
|
|
|
|
|
|
|
|
.tabs {
|
|
|
|
background-color: var(--cusgray) !important;
|
|
|
|
background-color: var(--cusgray) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.icon-size-lg {
|
|
|
|
|
|
|
|
|
|
|
|
.icon-size-lg {
|
|
|
|
font-size: 40px;
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*Timeline*/
|
|
|
|
/*Timeline*/
|
|
|
|
|
|
|
|
|
|
|
|
.pos-absolute-right {
|
|
|
|
.pos-absolute-right {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
right: 8px;
|
|
|
|
right: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.timeline {
|
|
|
|
.timeline {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
margin: 15px 0 0 0;
|
|
|
|
margin: 15px 0 0 0;
|
|
|
|
// border-bottom: solid 1px var(--cusgray);
|
|
|
|
// border-bottom: solid 1px var(--cusgray);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.timeline:before {
|
|
|
|
.timeline:before {
|
|
|
|
|
|
|
|
|
|
|
|
content: '';
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
@ -186,9 +189,9 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
left: 35px;
|
|
|
|
left: 35px;
|
|
|
|
/* margin-left: -10px; */
|
|
|
|
/* margin-left: -10px; */
|
|
|
|
/* z-index: 1; */
|
|
|
|
/* z-index: 1; */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.timeline-en .timeline-thumb {
|
|
|
|
.timeline-en .timeline-thumb {
|
|
|
|
|
|
|
|
|
|
|
|
border-radius: 500px;
|
|
|
|
border-radius: 500px;
|
|
|
|
width: 70px !important;
|
|
|
|
width: 70px !important;
|
|
|
|
@ -203,9 +206,9 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
top: 9px;
|
|
|
|
top: 9px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.timeline-ar .timeline-thumb {
|
|
|
|
.timeline-ar .timeline-thumb {
|
|
|
|
|
|
|
|
|
|
|
|
border-radius: 500px;
|
|
|
|
border-radius: 500px;
|
|
|
|
width: 70px !important;
|
|
|
|
width: 70px !important;
|
|
|
|
@ -220,42 +223,42 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
top: 9px;
|
|
|
|
top: 9px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.timeline .timeline-thumb.timeline-icon {
|
|
|
|
.timeline .timeline-thumb.timeline-icon {
|
|
|
|
height: 67px;
|
|
|
|
height: 67px;
|
|
|
|
// text-align: center;
|
|
|
|
// text-align: center;
|
|
|
|
// color: white;
|
|
|
|
// color: white;
|
|
|
|
// border: 5px solid #CBD0D3;
|
|
|
|
// border: 5px solid #CBD0D3;
|
|
|
|
// transform: scale(0.2);
|
|
|
|
// transform: scale(0.2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.timeline .timeline-item {
|
|
|
|
.timeline .timeline-item {
|
|
|
|
// width: 40px;
|
|
|
|
// width: 40px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.timeline .timeline-stats {
|
|
|
|
.timeline .timeline-stats {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: var(--darkgray);
|
|
|
|
color: var(--darkgray);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.divider-title {
|
|
|
|
.divider-title {
|
|
|
|
background: #e4e4e4;
|
|
|
|
background: #e4e4e4;
|
|
|
|
padding: 5px 15px;
|
|
|
|
padding: 5px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.color-red {
|
|
|
|
.color-red {
|
|
|
|
color: var(--danger) !important;
|
|
|
|
color: var(--danger) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bg-color-dot {
|
|
|
|
.bg-color-dot {
|
|
|
|
|
|
|
|
|
|
|
|
background: var(--gray);
|
|
|
|
background: var(--gray);
|
|
|
|
|
|
|
|
|
|
|
|
@ -268,9 +271,9 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
//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%);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.bg-blue-dot {
|
|
|
|
.bg-blue-dot {
|
|
|
|
|
|
|
|
|
|
|
|
border: var(--blue) solid 1px;
|
|
|
|
border: var(--blue) solid 1px;
|
|
|
|
|
|
|
|
|
|
|
|
@ -278,16 +281,18 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
background-image: url("/assets/imgs/profile.png");
|
|
|
|
background-image: url("/assets/imgs/profile.png");
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bg-orange-dot {
|
|
|
|
|
|
|
|
|
|
|
|
.bg-orange-dot {
|
|
|
|
|
|
|
|
|
|
|
|
border: var(--orange) solid 1px;
|
|
|
|
border: var(--orange) solid 1px;
|
|
|
|
// background: var(--gray);
|
|
|
|
// background: var(--gray);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-image: url("/assets/imgs/profile.png");
|
|
|
|
background-image: url("/assets/imgs/profile.png");
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bg-red-dot {
|
|
|
|
|
|
|
|
|
|
|
|
.bg-red-dot {
|
|
|
|
|
|
|
|
|
|
|
|
border: var(--red) solid 1px;
|
|
|
|
border: var(--red) solid 1px;
|
|
|
|
// background: var(--gray);
|
|
|
|
// background: var(--gray);
|
|
|
|
@ -295,22 +300,23 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
background-image: url("/assets/imgs/profile.png");
|
|
|
|
background-image: url("/assets/imgs/profile.png");
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bg-green-dot {
|
|
|
|
|
|
|
|
|
|
|
|
.bg-green-dot {
|
|
|
|
|
|
|
|
|
|
|
|
border: var(--green) solid 1px;
|
|
|
|
border: var(--green) solid 1px;
|
|
|
|
// background: var(--gray);
|
|
|
|
// background: var(--gray);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-image: url("/assets/imgs/profile.png");
|
|
|
|
background-image: url("/assets/imgs/profile.png");
|
|
|
|
background-size: 100% 100%;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bg-blue-txt {
|
|
|
|
.bg-blue-txt {
|
|
|
|
|
|
|
|
|
|
|
|
color: var(--light) !important;
|
|
|
|
color: var(--light) !important;
|
|
|
|
font-weight:bold;
|
|
|
|
font-weight: bold;
|
|
|
|
background: var( --blue);
|
|
|
|
background: var(--blue);
|
|
|
|
border-radius: 9px;
|
|
|
|
border-radius: 9px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
@ -321,12 +327,13 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
padding: 0px 7px 0px 7px;
|
|
|
|
padding: 0px 7px 0px 7px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bg-orange-txt {
|
|
|
|
|
|
|
|
font-weight:bold;
|
|
|
|
.bg-orange-txt {
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
|
|
color: var(--light) !important;
|
|
|
|
color: var(--light) !important;
|
|
|
|
background: var( --orange);
|
|
|
|
background: var(--orange);
|
|
|
|
border-radius: 9px;
|
|
|
|
border-radius: 9px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
width: 30%;
|
|
|
|
width: 30%;
|
|
|
|
@ -337,11 +344,12 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
display: inline-block !important;
|
|
|
|
display: inline-block !important;
|
|
|
|
padding: 0px 7px 0px 7px;
|
|
|
|
padding: 0px 7px 0px 7px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bg-red-txt {
|
|
|
|
|
|
|
|
font-weight:bold;
|
|
|
|
.bg-red-txt {
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
color: var(--light) !important;
|
|
|
|
color: var(--light) !important;
|
|
|
|
background: var( --red);
|
|
|
|
background: var(--red);
|
|
|
|
border-radius: 9px;
|
|
|
|
border-radius: 9px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
width: 30%;
|
|
|
|
width: 30%;
|
|
|
|
@ -353,11 +361,12 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
padding: 0px 7px 0px 7px;
|
|
|
|
padding: 0px 7px 0px 7px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bg-green-txt {
|
|
|
|
|
|
|
|
font-weight:bold;
|
|
|
|
.bg-green-txt {
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
color: var(--light) !important;
|
|
|
|
color: var(--light) !important;
|
|
|
|
background: var( --green);
|
|
|
|
background: var(--green);
|
|
|
|
border-radius: 9px;
|
|
|
|
border-radius: 9px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
width: 30%;
|
|
|
|
width: 30%;
|
|
|
|
@ -368,19 +377,20 @@ ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated
|
|
|
|
display: inline-block !important;
|
|
|
|
display: inline-block !important;
|
|
|
|
padding: 0px 7px 0px 7px;
|
|
|
|
padding: 0px 7px 0px 7px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.notification-list{
|
|
|
|
.notification-list {
|
|
|
|
ion-item{
|
|
|
|
ion-item {
|
|
|
|
// margin-top: 5px;
|
|
|
|
// margin-top: 5px;
|
|
|
|
// margin-bottom: 5px;
|
|
|
|
// margin-bottom: 5px;
|
|
|
|
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
.item-date{
|
|
|
|
|
|
|
|
|
|
|
|
.item-date {
|
|
|
|
width: 55px;
|
|
|
|
width: 55px;
|
|
|
|
font-size: 14px !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
@ -393,7 +403,9 @@ ion-item{
|
|
|
|
left: 0;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ion-label , [item-end]{
|
|
|
|
|
|
|
|
|
|
|
|
ion-label,
|
|
|
|
|
|
|
|
[item-end] {
|
|
|
|
|
|
|
|
|
|
|
|
white-space: normal;
|
|
|
|
white-space: normal;
|
|
|
|
font-size: 14px !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
@ -406,39 +418,48 @@ ion-item{
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-wrapper {
|
|
|
|
.input-wrapper {
|
|
|
|
--flex:none;
|
|
|
|
--flex: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ion-input ,ion-datetime{
|
|
|
|
|
|
|
|
// border-bottom: #dedede 1px solid;
|
|
|
|
ion-input,
|
|
|
|
|
|
|
|
ion-datetime {
|
|
|
|
|
|
|
|
// border-bottom: #dedede 1px solid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.left {
|
|
|
|
.left {
|
|
|
|
.timeline:before{
|
|
|
|
.timeline:before {
|
|
|
|
left: 66px;
|
|
|
|
left: 66px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.notification-list ion-item{
|
|
|
|
|
|
|
|
|
|
|
|
.notification-list ion-item {
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.timeline-thumb{
|
|
|
|
|
|
|
|
|
|
|
|
.timeline-thumb {
|
|
|
|
left: 37px;
|
|
|
|
left: 37px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
.right {
|
|
|
|
.timeline:before{
|
|
|
|
.timeline:before {
|
|
|
|
right: 62px;
|
|
|
|
right: 62px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.notification-list ion-item{
|
|
|
|
|
|
|
|
|
|
|
|
.notification-list ion-item {
|
|
|
|
padding-right: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.timeline-thumb{
|
|
|
|
|
|
|
|
|
|
|
|
.timeline-thumb {
|
|
|
|
right: 37px;
|
|
|
|
right: 37px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.itemHISBtn{
|
|
|
|
.itemHISBtn {
|
|
|
|
padding: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
color: var(--light);
|
|
|
|
color: var(--light);
|
|
|
|
background: var(--darkgray);
|
|
|
|
background: var(--darkgray);
|
|
|
|
@ -451,7 +472,7 @@ left: 66px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.rowBtn{
|
|
|
|
.rowBtn {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
@ -461,35 +482,37 @@ left: 66px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.rowBorder{
|
|
|
|
.rowBorder {
|
|
|
|
border-bottom: solid 0.02cm var(--grayBG);
|
|
|
|
border-bottom: solid 0.02cm var(--grayBG);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.colBorder{
|
|
|
|
|
|
|
|
|
|
|
|
.colBorder {
|
|
|
|
border-right: solid 0.02cm var(--grayBG);
|
|
|
|
border-right: solid 0.02cm var(--grayBG);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.colBorder-ar{
|
|
|
|
|
|
|
|
|
|
|
|
.colBorder-ar {
|
|
|
|
border-left: solid 0.02cm var(--grayBG);
|
|
|
|
border-left: solid 0.02cm var(--grayBG);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.dateActionHistory{
|
|
|
|
.dateActionHistory {
|
|
|
|
text-align: start;
|
|
|
|
text-align: start;
|
|
|
|
// margin-top: -25px;
|
|
|
|
// margin-top: -25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.actionBtn{
|
|
|
|
.actionBtn {
|
|
|
|
--border-radius: 50% !important;
|
|
|
|
--border-radius: 50% !important;
|
|
|
|
height: 55px;
|
|
|
|
height: 55px;
|
|
|
|
width: 55px;
|
|
|
|
width: 55px;
|
|
|
|
--background: var(--newgreen); // will be dynamic
|
|
|
|
--background: var(--newgreen); // will be dynamic
|
|
|
|
background: transparent;
|
|
|
|
background: transparent;
|
|
|
|
margin:10px;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.itemAttch{
|
|
|
|
.itemAttch {
|
|
|
|
border-radius: 11px;
|
|
|
|
border-radius: 11px;
|
|
|
|
margin: 8px;
|
|
|
|
margin: 8px;
|
|
|
|
--min-height: 60px;
|
|
|
|
--min-height: 60px;
|
|
|
|
@ -498,8 +521,9 @@ left: 66px;
|
|
|
|
|
|
|
|
|
|
|
|
.less {
|
|
|
|
.less {
|
|
|
|
max-height: 54px;
|
|
|
|
max-height: 54px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tipsPadding{
|
|
|
|
|
|
|
|
|
|
|
|
.tipsPadding {
|
|
|
|
padding: 10px 10px;
|
|
|
|
padding: 10px 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
margin: 10px;
|
|
|
|
margin: 10px;
|
|
|
|
@ -509,38 +533,39 @@ left: 66px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: justify;
|
|
|
|
text-align: justify;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.noDataDiv{
|
|
|
|
.noDataDiv {
|
|
|
|
background: #ffffff;
|
|
|
|
background: #ffffff;
|
|
|
|
height: 11%;
|
|
|
|
height: 11%;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-top: 1px;
|
|
|
|
border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
margin: 10px;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.containerNote {
|
|
|
|
.containerNote {
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
height: 30px;
|
|
|
|
height: 30px;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: justify;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.show {
|
|
|
|
.show {
|
|
|
|
overflow: visible;
|
|
|
|
overflow: visible;
|
|
|
|
height: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.showMore{
|
|
|
|
.showMore {
|
|
|
|
padding: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
background: transparent;
|
|
|
|
background: transparent;
|
|
|
|
color: blue;
|
|
|
|
color: blue;
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.succssfullMSG{
|
|
|
|
|
|
|
|
|
|
|
|
.succssfullMSG {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background: var(--newgreen);
|
|
|
|
background: var(--newgreen);
|
|
|
|
@ -550,72 +575,79 @@ left: 66px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding-top: 30px;
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.succssfullIcon{
|
|
|
|
.succssfullIcon {
|
|
|
|
width: 60%;
|
|
|
|
width: 60%;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
height: 36%;
|
|
|
|
height: 36%;
|
|
|
|
padding-top: 100px;
|
|
|
|
padding-top: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.subjectNotification{
|
|
|
|
|
|
|
|
|
|
|
|
.subjectNotification {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tabBar{
|
|
|
|
|
|
|
|
height:70px
|
|
|
|
.tabBar {
|
|
|
|
}
|
|
|
|
height: 70px
|
|
|
|
.empImge{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.empImge {
|
|
|
|
border-radius: 50% !important;
|
|
|
|
border-radius: 50% !important;
|
|
|
|
width: 60px !important;
|
|
|
|
width: 60px !important;
|
|
|
|
height: 60px !important;
|
|
|
|
height: 60px !important;
|
|
|
|
border: #dedede solid 1px;
|
|
|
|
border: #dedede solid 1px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.empImgeRep {
|
|
|
|
|
|
|
|
|
|
|
|
.empImgeRep {
|
|
|
|
border-radius: 50% !important;
|
|
|
|
border-radius: 50% !important;
|
|
|
|
width: 80px;
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
height: 80px;
|
|
|
|
border: #dedede solid 1px;
|
|
|
|
border: #dedede solid 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.empImgeSub{
|
|
|
|
|
|
|
|
|
|
|
|
.empImgeSub {
|
|
|
|
border-radius: 50%;
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 85px;
|
|
|
|
width: 85px;
|
|
|
|
height: 85px;
|
|
|
|
height: 85px;
|
|
|
|
border: #dedede solid 1px;
|
|
|
|
border: #dedede solid 1px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-card{
|
|
|
|
ion-card {
|
|
|
|
color:black !important;
|
|
|
|
color: black !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.line{
|
|
|
|
.line {
|
|
|
|
padding-bottom:87px;
|
|
|
|
padding-bottom: 87px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-segment-button ion-label {
|
|
|
|
ion-segment-button ion-label {
|
|
|
|
max-width: 100px;
|
|
|
|
max-width: 100px;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: black !important;
|
|
|
|
color: black !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.colItems ion-label {
|
|
|
|
.colItems ion-label {
|
|
|
|
color: black !important;
|
|
|
|
color: black !important;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.approvalTitle{
|
|
|
|
|
|
|
|
|
|
|
|
.approvalTitle {
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ion-input .replacmentSearchBar .native-input{
|
|
|
|
|
|
|
|
|
|
|
|
ion-input .replacmentSearchBar .native-input {
|
|
|
|
position: absolute !important;
|
|
|
|
position: absolute !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ion-input .replacmentSearchBar .input-clear-icon{
|
|
|
|
ion-input .replacmentSearchBar .input-clear-icon {
|
|
|
|
display: none !important;
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|