Add Deploy status icon and fix Script form design
[ccsdk/cds.git] / cds-ui / designer-client / src / styles.css
index 1996baa..5d79720 100644 (file)
@@ -2,7 +2,7 @@ html, body{
   height: 100%;
 }
 body{
-  background: #FAFAFA !important;
+  background: #FAFAFA !important; /*FDFDFD*/
   /* background-image: linear-gradient(-45deg, #000 10%, #fff 0);
   background-size: 6px 6px; */
   margin: 0;
@@ -17,11 +17,71 @@ body{
 :hover{
   transition: 0.3s !important;
 }
+button:focus{
+  outline: 0 !important;
+}
 /*Bootstrap*/
+.form-control[readonly]{
+  background-color: inherit !important;
+  opacity: .85 !important;
+  font-weight: bold;
+}
+.custom-control-input:checked ~ .custom-control-label::before{
+  border-color: transparent !important;
+}
+.btn{
+  transition: all .2s ease-out !important;
+}
+.btn-outline-danger{
+  background: #fff !important;
+  border: solid 1px #ECEDF2 !important;
+  color: #FF6469 !important;
+}
+.btn-secondary:not(:disabled):not(.disabled).active, 
+.btn-secondary:not(:disabled):not(.disabled):active{
+  border-color: transparent !important;
+}
+.btn-secondary:not(:disabled):not(.disabled).active:focus, 
+.btn-secondary:not(:disabled):not(.disabled):active:focus{
+  box-shadow: none !important;
+  border-color: transparent !important;
+}
+.btn:disabled:hover{
+  cursor: default;
+}
+.btn.disabled, 
+.btn:disabled{
+  opacity: .5 !important;
+}
 .custom-control-label::before{
   border: solid 1px #C3CDDB !important;
   border-radius: 0 !important;
 }
+.reuiredInput .custom-control-label::before{
+  width: 18px !important;
+  height: 18px !important;
+  border-radius: 50% !important;
+}
+.readonlyTxt{
+  color: #BABBC3; 
+  font-size: 11px;
+}
+.reuiredInput .custom-control-label::after{
+  content: "_";
+  color: #C4CEDB !important;
+  width: 18px !important;
+  height: 18px !important;
+  line-height: 6px;
+  text-align: center;
+}
+.reuiredInput .custom-control-input:checked ~ .custom-control-label::after{
+  top: 4px !important;
+  left: -24px !important; 
+  content: "";
+}
+.reuiredInput .custom-control-input:checked ~ .custom-control-label::before{
+  background: #66BB00 !important;
+}
 .custom-control-input:checked ~ .custom-control-label::before{
   background: #1B3E6F !important;
 }
@@ -45,6 +105,41 @@ body{
   width: 14px !important;
   height: 14px;
 }
+.btn[aria-expanded="true"] > .card{
+  overflow: visible;
+}
+.card-header .btn[aria-expanded="true"],
+.card-header .btn[aria-expanded="false"]{
+  padding-left: 25px !important;
+  padding-right: 25px !important;
+  border-radius: 0 !important;
+}
+.card-header .btn[aria-expanded="true"]{
+  background-color:#F4F9FE;
+}
+.card-header .btn[aria-expanded="false"]{
+  background-color:#fff;
+}
+/*NGX-TOASTR*/
+.ngx-toastr{
+  border-radius: 2px !important;
+  color: #1B3E6F !important;
+  font-size: 13px !important;
+  box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
+}
+.toast-success{
+  border-left: solid 5px #66BB00 !important;
+  background: url(/assets/img/icon-required-yes.svg) 12px center #fff no-repeat !important;
+}
+.toast-error{
+  border-left: solid 5px #FF6469 !important;
+  background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important;
+  background-size: 18px !important;
+}
+.toast-info{
+  border-left: solid 5px #1273EB !important;
+  background: url(/assets/img/icon-info-color.svg) 12px center #fff no-repeat !important;
+}
 /*ICONS*/
 .icon-menuDots{
   font-size: 3px !important;
@@ -52,6 +147,14 @@ body{
   vertical-align: middle;
 }
 /*Components*/
+.copyright{
+  margin-right: 6px;
+  padding: 9px 6px 0px;
+  font-size: 10px;
+  color: #8D96A3;
+  background: #F4F9FE;
+  border-radius: 3px;
+}
 /* Menu Styles */
 .primary-nav{
   /* left: 0; */
@@ -84,6 +187,14 @@ body{
   z-index: 1000;
   cursor: pointer;
 }
+.app_version{
+  color: #1B3E6F;
+  position: absolute;
+  top: 46px;
+  z-index: 100000;
+  font-size: 8px;
+  left: 14px;
+}
 .primary-nav .menu li{
   position: relative;
 }
@@ -330,6 +441,7 @@ background-color: #333;
   font-size: 12px;
 }
 .import-container-all .accordion .card-header{
+  padding: 0 !important;
   background: #fff !important;
   border-bottom: 0 !important;
 }
@@ -338,6 +450,9 @@ background-color: #333;
 }
 .import-container-all .card-header .accordion-delete{
   display: none;
+  position: absolute;
+  right: 15px;
+  background: #F4F9FE;
 }
 .import-container-all .card-header:hover .accordion-delete{
   display: inline;
@@ -386,6 +501,11 @@ height: 40px;
   background: none !important;
   text-decoration: none;
   color: #1B3E6F;
+  cursor: pointer;
+}
+.tags-filter-list{
+  max-height: 260px;
+  overflow-y: auto; 
 }
 /**Packages Sort**/
 .sort-packages{
@@ -468,6 +588,9 @@ height: 40px;
   border: 0;
   box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
 }
+.packages-card .card:hover .packageName{
+  color: #1273EB !important;
+}
 .packages-card .card-title{
   margin-bottom: 0 !important;
   font-size: 13px;
@@ -484,18 +607,29 @@ height: 40px;
   color: #D0D7E4;
 }
 .packages-card p.package-desc{
+  margin-top: 6px;
+  margin-bottom: 6px;
   font-size: 13px;
   text-align: left;
   display: -webkit-box;  
   -webkit-line-clamp: 1; 
   -webkit-box-orient: vertical;   
   overflow: hidden;
+  color: #1B3E6F;
 }
 .packages-card p.package-desc:hover{
   color: #1B3E6F !important;
   text-decoration: underline;
 }
-
+.packageTag{
+  margin-bottom: 9px;
+  margin-right: 3px;
+  padding: 3px 7px;
+  font-size: 12px;
+  background: #F4F9FE;
+  border-radius: 12px;
+  color: #2A81ED;
+}
 .packages-card [data-tooltip]::before,
 .packages-card .tooltip::before{
   border: 0 !important;
@@ -504,7 +638,7 @@ height: 40px;
 .packages-card [data-tooltip]:after {
   padding: 9px;
   font-size: 11px;
-  background: #F4F9FE;
+  background: #C3CDDB;
   border: solid 1px #E6EDF5;
   box-shadow: 0 0 12 rgba(0,0,0,0.8);
   border-radius: 3px;
@@ -516,12 +650,16 @@ height: 40px;
   border: solid 1px #D7E7F9 !important;
   box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
 }
+.addPaackage-card .card-body img{
+  width: 35%;
+  vertical-align: text-top;
+}
 .addPaackage-card a{
   margin: 0;
-  padding: 8px 15px;
+  padding: 7px 15px;
   font-weight: bold;
   font-size: 12px;
-  border-radius: 2px;
+  border-radius: 18px;
   border-width: 0px;
   border-style: solid;
   background-position: 15px center;
@@ -628,6 +766,10 @@ height: 40px;
   padding: 15px 20px 15px 44px !important;
   background: url(/assets/img/icon-required-yes.svg) 20px center no-repeat !important;
 }
+.tabs-no-content{
+  font-size: 13px;
+  font-weight: bold;
+}
 /**Sliding Search Input**/
 .searchBox{
   position: absolute;
@@ -656,6 +798,9 @@ height: 40px;
   width: 240px;
   border-bottom: solid 1px #C3CDDB;
 }
+.searchBox:hover > .searchInput::placeholder{
+  color: #C3CDDB;
+}
 .searchBox > .searchInput:focus{
   border-bottom: solid 1px #1B3E6F !important;
   -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
@@ -844,13 +989,140 @@ height: 40px;
   animation-direction: alternate;
 } */
 .card-body{
-  padding: 20px !important;
+  padding: 10px 20px 20px !important;
 }
 
 /*Main Container*/
 .main-container{
   padding: 0 !important;
 }
+/*Profile & Help Area*/
+.profile-help .navbar{
+  padding: 0 !important;
+}
+.profile-help .dropdown{
+  width: 50px;
+}
+.profile-help .dropdown-text{
+  border: 0;
+  background: transparent;
+  box-shadow: none;
+  font-size: 13px;
+  /* text-indent: -999px; */
+}
+.profile-help .dropdown-text img{
+  width: 33px;
+  height: 33px;
+  border: solid 1px #fff;
+  object-fit: cover;
+  border-radius: 50%;
+}
+.profile-help .dropdown-toggle:hover ~ .dropdown-text{
+  background: #fff;
+}
+.profile-help .dropdown-toggle:hover ~ .dropdown-text img{
+  box-shadow: 0 2px 6px 6px rgba(47, 83, 151, .17);
+}
+.profile-help .dropdown-content{
+  right: 0;
+  top: 47px;
+  padding: 4px 0;
+  background-color: #fff;
+  border: 1px solid #ECEDF2;
+  border-radius: 2px;
+  box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12) !important;
+}
+.profile-help .dropdown-content li:hover{
+  background-color: #ECEDF2;
+}
+.profile-help .dropdown-content a{
+  padding: 3px;
+  color: #1B3E6F;
+  font-size: 13px;
+}
+.profile-help .dropdown-content a:hover{
+  text-decoration: none;
+  background-color: transparent;
+}
+.userMenu.dropdown{
+  margin-left: 9px;
+  border-left: solid 1px #ECEDF2;
+}
+.helpMenu.dropdown{
+  width: 32px !important;
+}
+.helpMenu .dropdown-text{
+  text-indent: unset;
+  text-align: center;
+}
+.helpMenu li:hover,
+.helpMenu li:hover i,
+.helpMenu li:hover p{
+  cursor: pointer;
+}
+.helpMenu li:not(:last-child){
+  margin-bottom: 9px;
+}
+.helpMenu .dropdown-text i{
+  text-align: center;
+  font-size: 19px;
+  color: #C3CDDB;
+  vertical-align: middle;
+}
+.helpMenu:hover .dropdown-text i{
+  color: #1B3E6F;
+}
+.helpMenu .dropdown-content{
+  padding: 6px;
+}
+.helpMenu .dropdown-content a{
+  padding: 5px 12px !important;
+  text-align: left;
+  text-indent: 0;
+  font-size: 14px;
+  line-height: 22px;
+}
+.helpMenu .dropdown-content p{
+  display: inline;
+  line-height: 15px;
+  font-weight: bold;
+}
+.helpMenu .dropdown-content p:hover{
+  cursor: pointer;
+}
+.helpMenu .dropdown-content p label{
+  display: inline;
+}
+.helpMenu .dropdown-content p input{
+  display: none;
+}
+.helpMenu .dropdown-content span{
+  display: inline-block;
+  padding-left: 18px;
+  font-size: 13px;
+  color: #C1CDDD;
+  font-weight: normal;
+}
+.helpMenu .dropdown-toggle:focus ~ .dropdown-text{
+  background-color: #F4F9FE;
+  border-radius: 50%;
+}
+.helpMenu .dropdown-content{
+  width: 262px;
+}
+.help-btn{
+  border-right: solid 1px #ECEDF2;
+}
+.help-btn .nav-link{
+  padding: 7px 8px 0 !important;
+}
+.help-btn i{
+  font-size: 19px;
+  color: #C3CDDB;
+}
+.help-btn a:hover i{
+  color: #1B3E6F;
+}
 .header-button-save button{
   border-radius: 50px;
 }
@@ -863,7 +1135,7 @@ height: 40px;
   -webkit-box-shadow: 0 4px 10px 0 #eef0f5;
   box-shadow: 0 4px 10px 0 #eef0f5;
   position: relative;
-  z-index: 8;
+  z-index: 300;
   /* position: fixed;
   width: calc(100% - 50px); */
 }
@@ -936,6 +1208,14 @@ height: 40px;
   border-bottom-left-radius: 2px;
   border-bottom-right-radius: 2px;
 }
+.packagesFilter .dropdown-content ul{
+  max-height: 200px;
+  overflow-y: auto;
+  padding-left: 0;
+}
+.packagesFilter .dropdown-content li{
+  list-style: none;
+}
 .packagesFilter .dropdown-content li:hover .custom-checkbox{
   cursor: pointer;
 }
@@ -971,6 +1251,17 @@ height: 40px;
   font-size: 13px !important;
   text-indent: 6px !important;
 }
+.fillteredTags{
+  margin-left: 3px;
+  padding: 3px 3px;
+  background: #C3CDDB;
+  color: #1B3E6F;
+  font-weight: bold;
+  border-radius: 4px;
+}
+.fillteredTags:empty{
+  visibility: hidden;
+}
 /**Packages Sort**/
 .sort-packages{
   font-size: 12px;
@@ -1061,7 +1352,7 @@ height: 40px;
   margin-bottom: 0;
   display: inline-block;
   width: auto;
-  max-width: 76%;
+  max-width: 64%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -1078,6 +1369,7 @@ height: 40px;
   padding-bottom: 0 !important;
 }
 .packages-card .card-footer .col{
+  padding-left: 3px !important;
   text-align: left;
 }
 
@@ -1100,11 +1392,15 @@ height: 40px;
 .addPaackage-card .card-footer .col:last-child{
   text-align: left;
 }
+.btn-create-package,
+.btn-import-package{
+  width: auto;
+}
 .btn-create-package{
-  margin-bottom: 9px !important;
+  margin-bottom: 6px !important;
 }
 .btn-import-package{
-  margin-bottom: 4px !important;
+  margin-bottom: 15px !important;
 }
 .btn-create-package,
 .btn-create-package:hover{
@@ -1161,6 +1457,7 @@ height: 40px;
 .packages-card .dropdown-content a:hover{
   background-color: #172B4D;
   text-decoration: unset;
+  color: #fff;
 }
 .packages-card .dropdown-content:hover,
 .packages-card .dropdown-toggle:focus ~ .dropdown-content{
@@ -1180,9 +1477,7 @@ height: 40px;
   background: #1B3E6F;
   box-shadow: none;
 }
-.package-version{
-  color: #C3CDDB !important;
-}
+
 .package-version::before{
   content: "|";
   margin-left: 8px;
@@ -1192,7 +1487,8 @@ height: 40px;
 
 /***Contributers***/
 ul.package-contributers{
-  /*margin-bottom: 0 !important;*/
+  margin-top: 12px;
+  margin-bottom: 9px !important;
   padding-left: 0 !important;
 }
 .package-contributers li{
@@ -1294,6 +1590,10 @@ ul.package-contributers{
 .packages-card .card-footer i{
   margin-right: 6px;
 }
+.icon-deployed{
+  margin-right: 6px;
+  width: 14px;
+}
 .icon-deployed-active,
 .icon-deploy-inactive{
   margin-right: 9px;
@@ -1331,6 +1631,9 @@ ul.package-contributers{
   font-size: 14px;
   font-weight: bold;
 }
+.icon-action-close::before{
+  font-size: 13px;
+}
 .createActionModal .modal-body{
   padding-top: 0 !important;
   padding-bottom: 10px !important;
@@ -1367,12 +1670,38 @@ ul.package-contributers{
   box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
   transition: 0.3s !important;
 }
+.createActionModal h3.mainHead{
+  text-transform: uppercase;
+  margin-bottom: 6px;
+  font-size: 14px;
+  font-weight: bold;
+  text-align: center;
+  color: #C1CDDD;
+}
 .createActionModal h1{
   margin-bottom: 21px;
   font-size: 22px;
+  font-weight: bold;
   text-align: center;
-  font-weight: normal;
 }
+.createActionModal .carousel-inner{
+  height: 510px;
+}
+.createActionModal .skip-btn{
+  float: unset;
+  width: auto;
+  color: #1273EB;
+  font-weight: normal !important;
+  font-size: 13px;
+  border: solid 1px #F1F2FA;
+  border-radius: 2px;
+}
+.createActionModal .skip-btn:hover{
+  background: #1273EB;
+  color: #fff;
+  box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
+}
+
 .actionType,
 .actionType:hover{
   text-align: center;
@@ -1387,7 +1716,7 @@ ul.package-contributers{
 }
 .actionType h3{
   text-transform: uppercase;
-  font-size: 14px;
+  font-size: 13px;
   font-weight: bold;
 }
 .actionType p{
@@ -1403,6 +1732,7 @@ ul.package-contributers{
   margin-bottom: 26px;
   width: 100px;
   height: 30px;
+  line-height: 15px;
   background: #1B3E6F;
   color: #fff;
   font-size: 12px;
@@ -1690,15 +2020,15 @@ ul.package-contributers{
 .tooltip:after,
 [data-tooltip]:after {
   z-index: 1000;
-  padding: 8px;
-  width: auto;
-  background-color: #DEE8F3;
-  background-color: rgba(222, 232, 243, 1.0);
+  padding: 8px 20px !important;
+  width: max-content;
+  background-color: #C3CDDB !important;
   color: #1B3E6F;
   content: attr(data-tooltip);
-  font-size: 10px;
+  font-size: 12px;
+  font-weight: bold !important;
   line-height: 1.2;
-  border-radius: 2px;
+  border-radius: 3px;
 }
 
 /* Directions */
@@ -1719,7 +2049,6 @@ ul.package-contributers{
 .tooltip-top:before {
   margin-left: 0;
   margin-bottom: -12px;
-
   border-bottom-color: #DEE8F3;
   border-bottom-color: rgba(222, 232, 243, 1.0);
 }
@@ -1761,8 +2090,8 @@ ul.package-contributers{
   margin-right: -12px;
   margin-bottom: 0;
   border-top-color: transparent;
-  border-left-color: #000;
-  border-left-color: hsla(0, 0%, 20%, 0.9);
+  border-left-color: #C3CDDB;
+  /* border-left-color: hsla(0, 0%, 20%, 0.9); */
 }
 
 .tooltip-left:hover:before,
@@ -1786,8 +2115,8 @@ ul.package-contributers{
   margin-top: -12px;
   margin-bottom: 0;
   border-top-color: transparent;
-  border-bottom-color: #DEE8F3;
-  border-bottom-color: rgba(222, 232, 243, 1.0);
+  border-bottom-color: #C3CDDB;
+  border-bottom-color: rgba(195, 205, 219, 1.0);
 }
 
 .tooltip-bottom:hover:before,
@@ -1810,8 +2139,8 @@ ul.package-contributers{
   margin-bottom: 0;
   margin-left: -12px;
   border-top-color: transparent;
-  border-right-color: #000;
-  border-right-color: hsla(0, 0%, 20%, 0.9);
+  border-right-color: #C3CDDB;
+  /* border-right-color: hsla(0, 0%, 20%, 0.9); */
 }
 
 .tooltip-right:hover:before,
@@ -1837,29 +2166,44 @@ ul.package-contributers{
 }
 
 /*TooltipModule - Shady*/
+.tooltip.in {
+  opacity: 1.0 !important;
+  filter:alpha(opacity=100) !important;
+}
 .tooltip:before,
 .tooltip:after{
   width: 100% !important;
 }
 .tooltip .tooltip-inner{
-  max-width: 280px !important;
-  width: 100% !important;
+  width: max-content !important;
   text-align: left!important;
+  /* color:#1B3E6F;
+  background-color: #fff !important; */
   color:#1B3E6F;
-  background-color: #F4F9FE;
-  border: solid 1px #E6EDF5;
-  border-radius: 3px !important;
-  font-size: 11px;
-}  
-.bs-tooltip-bottom .arrow::before{
-  border-bottom-color:  #E6EDF5  !important;
-}
 
-.bs-tooltip-top .arrow::before{
-  border-top-color:  #E6EDF5  !important;
-}

-       
-
+  background-color: #C3CDDB !important;
+  border: solid 1px #C3CDDB;
+  border-radius: 1px !important;
+  /* border-top-left-radius: 0 !important; */
+  font-size: 12px;
+  opacity: 1.0 !important;
+} 
 
+.bs-tooltip-auto[x-placement^=top] .arrow::before, 
+.bs-tooltip-top .arrow::before {
+  border-top-color: #C3CDDB !important;
+}
+.bs-tooltip-auto[x-placement^=right] .arrow::before, 
+.bs-tooltip-right .arrow::before {
+  border-right-color: #C3CDDB !important;
+}
+.bs-tooltip-auto[x-placement^=bottom] .arrow::before, 
+.bs-tooltip-bottom .arrow::before {
+  border-bottom-color: #C3CDDB !important;
+}
+.bs-tooltip-auto[x-placement^=left] .arrow::before, 
+.bs-tooltip-left .arrow::before {
+  border-left-color: #C3CDDB !important;
+}
 
 .btn{
 padding-right: 20px !important;
@@ -1870,8 +2214,8 @@ padding-left: 20px !important;
   border-radius: 20px !important;
 }
 .btn-primary{
-    background-color: #1273EB !important;
-    border-color: #1273EB !important;
+  background-color: #1273EB !important;
+  border-color: #1273EB !important;
 }
 .btn-primary:hover {
   background-color: #0069d9 !important;
@@ -1879,18 +2223,18 @@ padding-left: 20px !important;
 }
 .btn + .btn{
   margin-left: 10px;
-  }
-  .package-view-button button{
-    width: 150px; 
-    float: right;
-  }
+}
+.package-view-button button{
+  width: 150px; 
+  float: right;
+}
 .package-view-button{
   margin-top: 6px;
 }
 .package-view-button .btn{
-  padding: 6px 12px;
-  border-radius: 2px;
-  font-weight: bold;
+  padding: 6px 21px;
+  border-radius: 18px;
+  font-size: 13px !important;
 }
 .package-view-button .btn:hover{
   opacity: .9;
@@ -1898,13 +2242,22 @@ padding-left: 20px !important;
 .package-view-button .btn-primary{
   background-color: #1B3E6F !important;
   border-color: #1B3E6F !important;
-  /* margin-bottom: 10px; */
 }
-.package-view-button .btn-outline-secondary{
-  background-color: #fff !important;
+.package-view-button .btn-enrich,
+.package-view-button .btn-enrich:focus,
+.modal-footer .btn-primary.btn-enrich{
+  background: #EB9A34 !important;
+  border-color: #EB9A34 !important;
+  color: #fff;
+  outline: none !important;
+}
+.package-view-button .btn-deploy{
+  background-color: #1273EB !important;
+  border-color: #1273EB !important;
+  color: #fff !important;
+  /* background-color: #fff !important;
   border-color: #D0DFF1 !important;
-  color: #1B3E6F !important;
+  color: #1B3E6F !important; */
 }
 .package-view-title {
   font-size: 11px;
@@ -2052,6 +2405,18 @@ padding-left: 20px !important;
   color: #1B3E6F;
   transition: all 250ms ease-out;
 }
+.label-input input:focus{
+  border-bottom: solid 1px #1B3E6F;
+  background: transparent !important;
+  -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
+  -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
+  box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
+  text-shadow: none;
+}
+.label-input input:disabled{
+  background: #fff;
+  opacity: .5;
+}
 .label-input input[type=radio]{
   width: auto;
 }
@@ -2077,39 +2442,43 @@ padding-left: 20px !important;
   font-size: 13px;
   color: #1B3E6F;
 }
-      .single-line select:focus{
-        box-shadow: 0 0 0 0;
-      }
-      .single-line select option:first-child{
-        color: #C3CDDB;
-      }
-    .single-line-model input::placeholder{
-      font-size: 14px;
-      color: #C3CDDB;
-      }
-      .single-line-model.error{
-        color:#FF6469;
-      }
-      .single-line-model.error input{
-        color:#FF6469;
-        border-bottom: 1px solid #FF6469 !important;
-      }
-  .single-line .custom-key{
-    background: none;
-    border: 0px;
-    color:#1273EB ;
-    font-size: 15px;
-  }
-  .single-line .custom-key:focus{
-    outline: none;
-  }
+.single-line select:focus{
+  box-shadow: 0 0 0 0;
+}
+.single-line select option:first-child{
+  color: #C3CDDB;
+}
+.single-line-model input::placeholder{
+  font-size: 14px;
+  color: #C3CDDB;
+}
+.single-line-model.error{
+  color:#FF6469;
+}
+.single-line-model.error input,
+.label-input input.ng-invalid{
+  box-shadow: none;
+  color:#FF6469;
+  border-bottom: 1px solid #FF6469 !important;
+}
+.single-line .custom-key{
+  background: none;
+  border: 0px;
+  color:#1273EB ;
+  font-size: 15px;
+}
+.single-line .custom-key:focus{
+  outline: none;
+}
 .creat-container{
   padding:70px 100px 70px 70px;
   position: relative;
 }
 .single-custom-key{
   width: 100%;
-  margin-bottom: 21px;
+}
+.single-custom-key:last-child{
+  margin-bottom: 20px;
 }
 .single-line-custom-key{
   width: 45%;
@@ -2165,15 +2534,24 @@ hr{
   text-align: center;
 }
 .action-button{
+  display: inline-block;
+  width: 70px;
   margin-bottom: 12px;
-  padding: 3px 30px;
   color: #BABBC3 !important;
   font-size: 10px;
   font-weight: bold;
-  display: inline-block;
+  background: transparent;
+  border: 0;
+  padding: 0;
+}
+.action-button:disabled,
+.action-button:disabled:hover{
+  cursor: unset;
+  opacity: .5 !important;
 }
 .action-button:hover{
   text-decoration: none;
+  cursor: pointer;
 }
 .action-button i{
   background: #fff;
@@ -2197,16 +2575,68 @@ hr{
 }
 .action-button i.icon-discard-sm{
   font-size: 11px;
-  color: #C3CDDB;
+  color: #BABBC3;
 }
-.action-button.save{
+/* .action-button.save{
   color: #1273EB !important;
 }
-.action-button.delete i{
-  color: #BABBC3;
+.action-button.save:hover{
+  opacity: .9;
+} */
+.action-button.save:disabled{
+  color: #C3CDDB !important;
 }
-.action-button.delete:hover{
-  color: #FF6469;
+.action-button.save:disabled i{
+  background-color: #C3CDDB;
+  animation: none;
+}
+.action-button.save:disabled i::before{
+  color: #fff;
+}
+.action-button.save{
+  color: #66BB00 !important;
+}
+/*Flash Glowing button style*/
+.action-button.save i{
+background-color: #66BB00;
+-webkit-animation: glowing 1500ms infinite;
+-moz-animation: glowing 1500ms infinite;
+-o-animation: glowing 1500ms infinite;
+animation: glowing 1500ms infinite;
+}
+@-webkit-keyframes glowing {
+  0% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
+  50% { background-color: #7CD116; -webkit-box-shadow: 0 0 40px #7CD116; }
+  100% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
+}
+
+@-moz-keyframes glowing {
+  0% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
+  50% { background-color: #7CD116; -moz-box-shadow: 0 0 40px #7CD116; }
+  100% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
+}
+
+@-o-keyframes glowing {
+  0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
+  50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
+  100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
+}
+
+@keyframes glowing {
+  0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
+  50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
+  100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
+}
+
+
+/* .action-button.delete i{
+  color: #BABBC3;
+} */
+.action-button.delete,
+.action-button.delete i,
+.action-button.delete:hover,
+.action-button.delete:hover .icon-delete-sm{
+  color: #FF6469 !important;
 }
 .mode-icon{
   font-size: 20px;
@@ -2231,6 +2661,9 @@ hr{
 .modal-body{
   padding: 1.5rem 1.5rem 1rem !important;
 }
+.enrichModal .modal-dialog{
+  max-width: 60% !important;
+}
 .modal-body p{
   font-size: 14px;
 }
@@ -2242,6 +2675,7 @@ hr{
   padding: .7rem 1.5rem !important;
 }
 .modal-footer{
+  padding-top: 0 !important;
   border-top: 0 !important;
 }
 .modal-footer .btn{
@@ -2266,6 +2700,9 @@ hr{
   background-color: #E7F1FC !important;
   color: #1B3E6F !important;
 }
+.btn-modal-remove-file:hover{
+  cursor: pointer;
+}
 .action-button span{
   width: 100%;
   display: inline-block;
@@ -2315,9 +2752,11 @@ hr{
   font-size: 12px;
 }
 .create-title{
-  margin-bottom: 15px;
+  margin-bottom: 0;
   font-size: 14px;
   font-weight: bold;
+  /* text-transform: uppercase; */
+  line-height: 32px;
 }
 .folder-upload-text{
   margin-top: 10px;
@@ -2354,6 +2793,10 @@ hr{
   font-weight: normal;
   font-size: 13px;
 }
+.upload-table .table thead th:first-child{
+  width: 24px;
+  padding-right: 0;
+}
 .upload-table tr:last-child th{
   border-bottom: 0 !important;
 }
@@ -2456,6 +2899,22 @@ hr{
 .template-mapping-accordion{
   width: 100%;
 }
+.templateNote{
+  font-size: 12px;
+  color: #C1CDDD;
+}
+.card-header .btn.regularTitle{
+  padding-left: 0 !important;
+  padding-right: 0 !important;
+  color: #1B3E6F;
+  font-size: 13px;
+  font-weight: bold;
+}
+.template-mapping-accordion .accordian-title{
+  color: #C3CDDB !important;
+  font-size: 12px !important;
+  font-weight: normal !important;
+}
 .card{
   border-radius: 2px;
   border: 0;
@@ -2484,6 +2943,9 @@ hr{
   margin-bottom: 0px !important;
   border-top: 1px solid #ECEDF2 !important;
 }
+.accordion > .card > .card-header{
+  padding: 0 !important;
+}
 .template-mapping-accordion .card{
   margin-bottom: 25px !important;
 }
@@ -2549,41 +3011,54 @@ hr{
   position: absolute;
   top: 13px;
 }
-.ace-tomorrow-night-bright .ace_print-margin{
+/* -------- ace editor style -------- */
+.editor-container{
+  height: 55vh !important;
+  overflow: scroll;
+}
+.ace_print-margin{
   left: 100% !important;
   background: #eee !important;
 }
 .ace_content{
-  width: 100%;
-}
-.ace_line,
-.ace-eclipse .ace_print-margin{
-  background: #fff;
+  width: 100% !important;
 }
 .ace_editor{
-  height: 55vh !important;
+  /* height: 55vh !important; */
   line-height: 25px;
   border: 1px solid #ECEDF2;
   background-color: #fff;
-  color: #1B3E6F;
+  color: #1B3E6F !important;
 }
-.ace-tomorrow-night-bright .ace_gutter,
-.ace-eclipse .ace_gutter{
+.ace_gutter{
   background: #E0E8F2 !important;
   border-right: 0px !important;
   color: #1B3E6F !important;
 }
-.ace-tomorrow-night-bright .ace_gutter-active-line,
-.ace-eclipse .ace_gutter-active-line{
-  background-color: #265699;
+.ace_gutter-active-line{
+  background-color: #265699 !important;
   color: #fff;
 }
-.ace-tomorrow-night-bright .ace_cursor{
-  color: #265699;
+.ace_cursor{
+  color: #265699 !important;
+}
+.ace-tm .ace_marker-layer .ace_active-line{
+  background: #F4F9FE !important;
+}
+.ace_dark .ace_fold-widget,
+.ace_dark .ace_fold-widget.ace_closed{
+  background-position: center center !important;
+  background-size: 7px;
+  background-repeat: no-repeat !important;
 }
-.ace-tomorrow-night-bright .ace_marker-layer .ace_active-line {
-  background: #eee;
+.ace_dark .ace_fold-widget{
+  background-image: url(/assets/img/icon-codeOpen.svg) !important;
 }
+.ace_dark .ace_fold-widget.ace_closed{
+  background-image: url(/assets/img/icon-codeClosed.svg) !important;
+  background-size: 4px;
+}
+/* -------- end of ace editor style -------- */
 .breadcrumb-header{
   padding: 0px;
   margin: 0px;
@@ -2591,7 +3066,7 @@ hr{
 .breadcrumb-header li{
   list-style: none;
   display: inline-block;
-  font-size: 12px;
+  font-size: 14px;
 }
 
 .breadcrumb-header li:last-child::after{
@@ -2625,7 +3100,8 @@ padding: 0 10px 0 0;
   color: #1B3E6F;
   font-size: 10px;
   font-weight: bold;
-  display: inline-table;
+  display: inline-block;
+  vertical-align: top;
   margin-top: 20px;
   margin-bottom: 10px;
   margin:15px 30px 20px;
@@ -2654,6 +3130,54 @@ padding: 0 10px 0 0;
   color:#C3CDDB ;
   font-size: 8px;
 }
+.mapping-source-load.hover-disable{
+  opacity: .5;
+}
+.mapping-source-load.hover-disable:hover span{
+  color: #1B3E6F;
+}
+.mapping-source-load.hover-disable:hover i{
+  background: transparent;
+}
+.mapping-editBar{
+  margin-top: 6px;
+}
+.mapping-editBar .selectedAttributes{
+  margin-left: 6px;
+  line-height: 35px;
+  font-size: 10px;
+  font-weight: bold;
+}
+.selectedAttributes .totalAtt{
+  color: #C4CEDB;
+}
+.mapping-editBar .custom-checkbox,
+.mapping-editBar .btn{
+  margin: 0 4px !important;
+  padding: 9px !important;
+  width: 36px;
+  height: 36px;
+  background: #F4F9FE;
+  border-radius: 50% !important;
+  text-align: center;
+  line-height: 14px;
+}
+.mapping-editBar .custom-checkbox{
+  margin-left: 0 !important;
+}
+.mapping-editBar .custom-control-label{
+  top: -2px;
+  left: 16px;
+}
+.mapping-editBar .btn i{
+  color: #1B3E6F;
+  font-size: 18px;
+  /* opacity: .5; */
+}
+.mapping-editBar .custom-checkbox:hover,
+.mapping-editBar .btn:hover i{
+  opacity: .8;
+}
 .template-mapping-list{
   background: #F4F9FE;
   border: 1px solid #E9F3FF;
@@ -2664,12 +3188,23 @@ padding: 0 10px 0 0;
   margin-bottom: 20px;
   color: #1B3E6F;
 }
-.template-mapping-list:hover, .template-mapping-list.active {
-  background: #1B3E6F; 
+.template-mapping-list:hover, 
+.template-mapping-list.active {
+  cursor: pointer;
+  /* background: #1B3E6F;  */
   text-decoration: none;
-  color: #fff !important;
+  /* color: #fff !important; */
   border-radius: 4px;
-  
+  box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
+}
+.template-mapping-list p,
+.template-mapping-list:hover p{
+  margin-bottom: 0;
+  width: 60%;
+  display: inline-block !important;
+}
+.template-mapping-list:hover p{
+  width: 90%;
 }
 .template-mapping-list:hover{
   opacity: .9;
@@ -2677,13 +3212,31 @@ padding: 0 10px 0 0;
 
 .template-mapping-list span{
   background: #fff;
+  border: solid 1px #E9F3FF;
   color: #2A81ED;
-  font-size: 8px;
+  font-size: 9px;
   float: right;
   border-radius: 50px;
-  padding: 4px 10px;
+  padding: 3px 10px;
   margin-left: 5px;
-
+}
+.template-mapping-list:hover span{
+  display: none;
+}
+.deleteTemplate{
+  display: none;
+  position: absolute;
+  right: 21px;
+  top: 2px;
+  border: 0;
+  background: transparent;
+}
+.deleteTemplate i{
+  color: #FF6469 !important;
+  font-size: 16px;
+}
+.template-mapping-list:hover .deleteTemplate{
+  display: inline;
 }
 .max-height-list{
   max-height: 232px;
@@ -2691,11 +3244,12 @@ padding: 0 10px 0 0;
   overflow: auto;
 }
 .create-template-mapping-button{
-background: #C3CDDB;
-border-radius: 50px;
-font-size: 12px;
-padding: 10px 20px;
-margin-bottom: 20px;
+  background: #C3CDDB;
+  border-radius: 50px;
+  font-size: 12px;
+  font-weight: bold;
+  padding: 10px 20px;
+  margin-bottom: 20px;
     display: inline-block;
     cursor: pointer;
 }
@@ -2744,7 +3298,7 @@ margin-right: 5px;
   margin-left: 5px;
 }
 .deply-status-icon{
-  margin-left: 6px;
+  margin-right: 4px;
   width: 1.6%;
   vertical-align: baseline;
 }
@@ -2780,24 +3334,27 @@ margin-right: 5px;
   height: 20px;
 }
 .template-mapping-action{
-  width: 100%;
-  text-align: center;
-  margin-bottom: 30px;
+  margin-bottom: 20px;
 }
 .template-mapping-action button{
   border-radius: 50px;
-  padding: 6px 20px;
-  font-size: 14px;
+  padding: 4px 20px;
+  font-size: 13px;
+}
+.template-mapping-action .btn-primary:disabled{
+  background:#C3CDDB !important ;
+  border-color:#C3CDDB !important ;
+  color: #fff !important ;
 }
 .template-mapping-action .btn-primary{
-  background:#5DBDBA !important ;
-  border-color:#5DBDBA !important ;
+  background:#66BB00 !important ;
+  border-color:#66BB00 !important ;
   color: #fff !important ;
 }
 .template-mapping-action .btn-outline-secondary{
   background:#fff !important ;
   border-color:#ECEDF2 !important ;
-  color: #C3CDDB !important ;
+  color: #1B3E6F !important ;
 }
 .table-container{
   width: 100%;
@@ -2820,45 +3377,125 @@ margin-right: 5px;
   margin-bottom: 6px;
   color: #1B3E6F !important;
   font-size: 13px;
-  font-weight: bold;
+  /* font-weight: bold; */
 }
-
+/*Mat Table*/
+.mat-elevation-z8{
+  box-shadow: none !important;
+}
+.mat-table,
+.mat-paginator{
+  background: #fff !important;
+  color: #1B3E6F !important;
+}
+.mat-table{
+  border-top: solid 1px #ECEDF2;
+}
+.mat-paginator{
+  /* display: inline-block; */
+  width: 36%;
+  float: right;
+}
+.mat-input-element{
+  font-size: 13px !important;
+  line-height: 20px !important;
+}
+tr.mat-header-row{
+  background: #f4f9fe;
+  border-bottom: 1px solid #ecedf2;
+}
+.mat-sort-header-button{
+  text-align: left;
+}
+.mat-cell, .mat-footer-cell{
+  color: #1B3E6F !important;
+}
+.mat-form-field-appearance-legacy .mat-form-field-wrapper{
+  padding-bottom: 0;
+}
+.mat-paginator-page-size-select{
+  margin-top: 12px;
+}
+.mat-paginator-page-size-select .mat-form-field-wrapper{
+  padding-bottom: 14px;
+}
+.mat-paginator-range-label{
+  margin-right: 8px;
+}
+.mat-form-field-infix,
 .dataTables_filter input{
   color: #1B3E6F;
-  background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
-  padding: 4px 9px 4px 24px;
-  border: solid 1px #ECEDF2;
+  padding: 4px 9px !important;
+  border: solid 1px #ECEDF2 !important;
   border-radius: 4px;
 }
+.mat-focused .mat-form-field-infix{
+  border-bottom: 0 !important;
+}
+.tableFilter{
+  margin-top: 12px;
+}
+.tableFilter .mat-form-field-wrapper{
+  padding-bottom: 0 !important;
+}
+.tableFilter .mat-form-field-infix{
+  background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
+  padding-left: 24px !important;
+}
 .dataTables_filter input:focus{
   box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
 }
-#mapping-table th,
-#mapping-table td{
+.mapping-table th,
+.mapping-table td{
   width: auto !important;
-  padding: 7px 20px 7px 0;
-  border-bottom: solid 1px #ECEDF2;
+  padding: 7px 20px 7px 0 !important;
+  border-bottom: solid 1px #ECEDF2 !important;
   font-size: 13px;
 }
-#mapping-table th:first-child,
-#mapping-table td:first-child{
-  padding-left: 20px;
+.mapping-table th:first-child,
+.mapping-table td:first-child{
+  padding-left: 20px !important;
 }
-#mapping-table tbody tr:hover{
-  background-color: #F4F9FE;
+.mapping-table thead th{
+  padding: 4px 20px 4px 0 !important;
+  border-bottom-color: #ECEDF2 !important;
+  color: #1B3E6F;
+  font-weight: bold;
+  font-size: 12px;
 }
-#mapping-table th{
-  padding-top: 10px;
-  padding-bottom: 10px;
-  background: #F4F9FE;
+.mapping-table tbody tr:hover{
+  background-color: #F4F9FE !important;
+}
+.mat-form-field-label{
+  color: #1B3E6F !important;
+  font-size: 13px !important;
+  padding-left: 26px;
+  line-height: 20px !important;
+}
+.mat-select-value,
+.mat-select-arrow{
+  color: #1B3E6F !important;
+}
+.mapping-table th{
+  padding-top: 10px !important;
+  padding-bottom: 10px !important;
+  /* background: #F4F9FE; */
 }
-#mapping-table td{
-  border-top: 0;
+.mapping-table td{
+  border-top: 0 !important;
 }
 table.dataTable.no-footer{
   margin-bottom: 9px;
   border-bottom: solid 1px #ECEDF2 !important;
 }
+.mat-paginator-container{
+  padding-right: 0;
+}
+.mappingSelectedAtt{
+  padding-left: 3px;
+  line-height: 35px;
+  font-size: 10px;
+}
 .dataTables_info{
   padding-top: 12px;
   color: #1B3E6F !important;
@@ -2899,30 +3536,30 @@ table.dataTable.no-footer{
   background: none !important;
   border: 0 !important;
 }
-#mapping-table .form-control,
-#mapping-table .custom-select{
+.mapping-table .form-control,
+.mapping-table .custom-select{
   padding: 10px 6px;
   border-color: #EEF4F9;
   font-size: 14px;
   line-height: 12px;
   color: #1B3E6F;
 }
-#mapping-table .form-control{
+.mapping-table .form-control{
   box-shadow: 0 2px 4px rgba(47,83,151,0.1);
 }
-#mapping-table tbody tr:hover .form-control:focus,
-#mapping-table tbody tr:hover .custom-select{
+.mapping-table tbody tr:hover .form-control:focus,
+.mapping-table tbody tr:hover .custom-select{
   background-color: #fff !important;
 }
-#mapping-table .custom-select{
+.mapping-table .custom-select{
   background-color: #F4F9FE;
   color: #1B3E6F;
 }
-#mapping-table .form-control:disabled{
+.mapping-table .form-control:disabled{
   padding-left: 0;
   box-shadow: none;
   border: 0;
-  background: transparent;
+  background: transparent !important;
   color: #1B3E6F;
 }
 
@@ -2965,19 +3602,110 @@ table.dataTable.no-footer{
 
 
 
+/* Package Wizard panel */
+.packageWizard.panel-wrap{
+  position: fixed;
+  top: 100px;
+  bottom: 0;
+  right: 0;
+  width: 350px;
+  height: 200px;
+  transform: translateX(100%);
+  transition: .3s ease-out;
+  z-index: 2000;
+}
+.packageWizard .panel{
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  left: 0;
+  right: 0;
+  overflow: auto;
+  padding: 20px;
+  padding-top: 9px;
+  background: #1B3E6F;
+  color: #fff;
+  border-top: solid 6px #1273EB;
+  box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
+  border-radius: 3px !important;
+  /* border-top-right-radius: 0 !important;
+  border-bottom-right-radius: 0 !important; */
+  text-align: center;
+}
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+/* simulate panel state control --
+this can also be triggered by a 
+class name added to the body tag. 
+Just using a checkbox sibling here
+for simplicity
+*/ 
+[type="checkbox"]:checked ~ .panel-wrap {
+  transform: translateX(0%);
+}
+.packageWizard h3{
+  margin-bottom: 15px;
+  font-weight: bold !important;
+  font-size: 16px;
+}
+.packageWizard p{
+  margin-bottom: 12px;
+  font-size: 14px;
+}
+.packageWizard span{
+  font-size: 13px;
+  color: #C3CDDB;
+}
+.startTour{
+  margin-top: 15px;
+  padding: 9px 21px;
+  font-weight: bold;
+  font-size: 12px;
+  border: 0;
+  border-radius: 18px;
+  background-color: #1273EB;
+  color: #fff;
+}
+.closeWizard{
+  margin-top: 12px;
+  border: 0;
+  background: none;
+  font-weight: normal;
+  color: #E0E8F2;
+  font-size: 12px;
+}
+/*Wizard Content*/
+.mat-menu-panel{
+  box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
+  border-radius: 3px !important;
+  border-top: solid 3px #1273EB;
+}
+.mat-menu-panel::after {
+  content: '';
+  display: block;
+  width: 0;
+  height: 0;
+  position: absolute;
+  border-left: 8px solid transparent;
+  border-right: 8px solid transparent;
+  border-bottom: 8px solid #1273EB;
+  left: 9px;
+  top: -8px;
+}
+.mat-card{
+  background: #1B3E6F !important;
+  color: #fff !important;
+  font-family: inherit !important;
+  border-radius: 0 !important;
+}
+.mat-card-content, 
+.mat-card-subtitle{
+  font-size: 13px;
+}
+.mat-card-title{
+  margin-bottom: 9px !important;
+  font-weight: bold !important;
+  font-size: 16px !important;
+}
+.mat-icon-button[disabled]{
+  color: rgba(224, 232, 242, .5) !important;
+}