blob: 91b1f865280a7e2025b21f0a202c1cd92dd29c88 [file] [log] [blame]
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001html, body{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02002 height: 100%;
3}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02004body{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02005 background: #FAFAFA !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02006 /* background-image: linear-gradient(-45deg, #000 10%, #fff 0);
7 background-size: 6px 6px; */
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02008 margin: 0;
shaaban Altananyc133b832020-01-09 10:15:28 +02009 /* font-family: 'Nunito' !important; */
10 font-family: Arial, Helvetica, sans-serif !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020011 color: #1B3E6F !important;
shadyb85e6de2020-01-22 13:47:41 +020012 font-size: 14px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020013}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020014*:focus{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020015 outline: none;
16}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020017:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020018 transition: 0.3s !important;
19}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020020/*Bootstrap*/
Sarah Abouzainah661d7a52020-09-30 14:53:50 +020021.custom-control-input:checked ~ .custom-control-label::before{
Sarah Abouzainah42185842020-09-28 15:52:12 +020022 border-color: transparent !important;
23}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +020024.btn-outline-danger{
25 background: #fff !important;
26 border: solid 1px #ECEDF2 !important;
27 color: #FF6469 !important;
28}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020029.btn:disabled:hover{
30 cursor: default;
31}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020032.custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020033 border: solid 1px #C3CDDB !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020034 border-radius: 0 !important;
35}
Sarah Abouzainah661d7a52020-09-30 14:53:50 +020036.reuiredInput .custom-control-label::before{
37 width: 18px !important;
38 height: 18px !important;
39 border-radius: 50% !important;
40}
41
42.reuiredInput .custom-control-label::after{
43 content: "_";
44 color: #C4CEDB !important;
45 width: 18px !important;
46 height: 18px !important;
47 line-height: 6px;
48 text-align: center;
49}
50.reuiredInput .custom-control-input:checked ~ .custom-control-label::after{
51 top: 4px !important;
52 left: -24px !important;
53 content: "";
54}
55.reuiredInput .custom-control-input:checked ~ .custom-control-label::before{
56 background: #66BB00 !important;
57}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020058.custom-control-input:checked ~ .custom-control-label::before{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020059 background: #1B3E6F !important;
60}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020061.custom-radio .custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020062 border-radius: 50% !important;
63}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020064.custom-control-label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020065 font-size: 13px;
66 line-height: 24px;
67}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020068.form-check-input + span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020069 display: inline-flex !important;
70}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020071.form-check-input + span i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020072 margin-right: 9px !important;
73}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020074.form-control:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020075 background-color: #F4F9FE !important;
76}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020077.label-input input[type="radio"]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020078 width: 14px !important;
79 height: 14px;
80}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020081.card-header .btn[aria-expanded="true"],
82.card-header .btn[aria-expanded="false"]{
83 padding-left: 25px !important;
84 padding-right: 25px !important;
85 border-radius: 0 !important;
86}
87.card-header .btn[aria-expanded="true"]{
88 background-color:#F4F9FE;
89}
90.card-header .btn[aria-expanded="false"]{
91 background-color:#fff;
92}
93/*NGX-TOASTR*/
94.ngx-toastr{
95 border-radius: 2px !important;
96 color: #1B3E6F !important;
97 font-size: 13px !important;
98 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
99}
100.toast-success{
101 border-left: solid 5px #66BB00 !important;
102 background: url(/assets/img/icon-required-yes.svg) 12px center #fff no-repeat !important;
103}
104.toast-error{
105 border-left: solid 5px #FF6469 !important;
106 background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200107 background-size: 18px !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200108}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200109.toast-info{
110 border-left: solid 5px #1273EB !important;
111 background: url(/assets/img/icon-info-color.svg) 12px center #fff no-repeat !important;
112}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200113/*ICONS*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200114.icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200115 font-size: 3px !important;
116 color: #1B3E6F;
117 vertical-align: middle;
118}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200119/*Components*/
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200120/* Menu Styles */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200121.primary-nav{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200122 /* left: 0; */
123 position: fixed;
124 z-index: 999;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200125}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200126.menu{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200127 position: relative;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200128}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200129.menu ul{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200130 margin: 0;
131 padding: 0;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200132 list-style: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200133}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200134.open-panel{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200135 border: none;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200136 background-color:#fff;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200137 padding: 0;
138}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200139.logo-icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200140 background: #fff;
141 position: relative;
142 display: block;
143 text-align: center;
144 padding: 16px 0;
145 width: 50px;
146 height: 60px;
147 left: 0;
148 top: 0;
149 z-index: 1000;
150 cursor: pointer;
151}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200152.primary-nav .menu li{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200153 position: relative;
154}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200155.menu .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200156 position: absolute;
157 top: 12px;
158 right: 10px;
159 pointer-events: none;
160 width: 30px;
161 height: 30px;
162 color: #fff;
163 text-align: center;
164}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200165.menu .icon .fa{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200166 vertical-align: middle;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200167}
168.menu,
169.menu a,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200170.menu a:visited{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200171 color: #fff;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200172 text-decoration: none!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200173 position: relative;
174}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200175.menu a{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200176 display: block;
177 white-space: nowrap;
178 padding: 10px 1em;
179 font-size: 12px;
180 font-weight: bold;
181 height: 52px;
182 line-height: 30px;
183}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200184.menu a:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200185 color: #fff;
186}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200187.menu-dropdown li .icon{
shadyb3c61a62020-02-16 15:47:33 +0200188 text-align: center;
189 font-size: 16px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200190 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +0200191 line-height: 33px;
192}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200193.menu-dropdown a{
shadyb3c61a62020-02-16 15:47:33 +0200194 cursor: pointer;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200195}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200196.menu-dropdown li.active .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200197 color: #fff;
198 background: #265699;
199 border-radius: 50%;
200}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200201.menu-dropdown li:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200202 background: #172B4D;
203}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200204.menu label{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200205 margin-bottom: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200206 display: block;
207}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200208.menu label:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200209 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200210}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200211.menu input[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200212 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200213}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200214input#menu[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200215 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200216}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200217.sub-menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200218 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200219}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200220.new-wrapper{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200221 position: absolute;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200222 left: 50px;
223 width: calc(100% - 50px);
224 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200225}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200226#menu:checked + ul.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200227 left: 0;
228 -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
229 animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
230}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200231.sub-menu-checkbox:checked + ul.sub-menu-dropdown{
232 display: block!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200233 -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
234 animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
235 border-top: solid 2px #1B3E6F;
236}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200237.openNav .new-wrapper{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200238 position: absolute;
239 transform: translate3d(200px, 0, 0);
240 width: calc(100% - 250px);
241 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
242}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200243.downarrow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200244 background: transparent;
245 position: absolute;
246 right: 50px;
247 top: 12px;
248 color: #fff;
249 width: 24px;
250 height: 24px;
251 text-align: center;
252 display: block;
253}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200254.downarrow:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200255 color: #fff;
256}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200257.menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200258 position: absolute;
259 display: block;
260 left: -200px;
261 top: 0;
262 width: 250px;
263 height: 100vh;
264 transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
265 background-color: #1B3E6F;
266 z-index: 999;
267}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200268.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200269 top: 0;
270 overflow-y: auto;
271}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200272.overflow-container{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200273 position: relative;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200274 height: calc(100vh - 50px)!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200275 overflow-y: auto;
276 border-top: 60px solid #fff;
277 z-index: -1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200278 display:block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200279}
280
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200281.menu .logotype{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200282 position: absolute !important;
283 top: 16px;
284 left: 55px;
285 display: block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200286}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200287/* .sub-menu-dropdown{
288background-color: #333;
289} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200290.menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200291 position: absolute;
292 left: 0;
293 top: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200294}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200295.openNav .menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200296 position: absolute;
297 left: -200px;
298 top: 60px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200299}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200300.openNav .menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200301 top: 60px;
302 transform: translate3d(200px, 0, 0);
303 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200304}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200305@-webkit-keyframes grow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200306 0% {
307 display: none;
308 opacity: 0;
309 }
310 50% {
311 display: block;
312 opacity: 0.5;
313 }
314 100% {
315 opacity: 1;
316 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200317}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200318@keyframes grow{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200319
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200320 0% {
321 display: none;
322 opacity: 0;
323 }
324 50% {
325 display: block;
326 opacity: 0.5;
327 }
328 100% {
329 opacity: 1
shaaban Altananyba3756e2020-01-07 12:08:44 +0200330 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200331}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200332/*User Profile*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200333.userProfile .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200334 width: 99.5%;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200335}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200336.userProfile .dropdown:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200337 background: #172B4D !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200338}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200339.userProfile .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200340 background: transparent;
341 border: 0;
342 box-shadow: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200343 font-size: 13px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200344 line-height: 40px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200345}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200346.import-container-all{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200347 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200348 padding-bottom: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200349}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200350.import-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200351 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200352 background: #E7F1FC;
353 margin-bottom: 20px;
354 padding: 9px 18px;
355 border: solid 1px #EEF4F9;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200356}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200357.import-container-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200358 width: 40%;
359 position: relative;
360 display: inline-block;
361 margin-right: 20px;
362}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200363.import-container-input input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200364 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200365 height: 36px;
366 padding: 5px 40px 5px 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200367 border: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200368 border-radius: 2px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200369 -webkit-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
370 -moz-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
371 box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200372 font-size: 13px;
373 color: #172B4D;
374}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200375.import-container-input input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200376 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18);
377}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200378.import-container-input input::placeholder{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200379 color: #959DA8 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200380}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200381.enter-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200382 position: absolute;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200383 right: 12px;
384 font-size: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200385 top: 6px;
386 color: #1273EB;
387}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200388.enter-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200389 text-decoration: none;
390}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200391.import-container-input input::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200392 color: #CFD7E5;
393}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200394.import-container-span{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200395 font-size: 12px;
396}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200397.import-container-all .accordion .card-header{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200398 padding: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200399 background: #fff !important;
400 border-bottom: 0 !important;
401}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200402.import-container-all .collapse.show{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200403 border-top: solid 1px #ECEDF2;
404}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200405.import-container-all .card-header .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200406 display: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200407 position: absolute;
408 right: 15px;
409 background: #F4F9FE;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200410}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200411.import-container-all .card-header:hover .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200412 display: inline;
413}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200414.accordion-delete{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200415 color: #FF6469;
416 font-size: 18px;
417 margin-top: 11px;
418}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200419.accordion-delete:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200420 text-decoration: none;
421}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200422/* .userProfile .dropdown-toggle{
423height: 40px;
424} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200425.userProfile .dropdown-toggle:hover ~ .dropdown-text,
426.userProfile .dropdown-toggle:focus ~ .dropdown-text{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200427 background: transparent !important;
428 border-radius: 0 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200429 box-shadow: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200430}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200431
432.userProfile .dropdown-text::after {
shaaban Altananyba3756e2020-01-07 12:08:44 +0200433 right: 14px;
434 top: 8px;
435 width: 24px;
436 height: 24px;
437 background: url(/assets/img/img-userProfile.png) center center no-repeat;
438}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200439.packagesFilter .custom-checkbox{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200440 margin-left: 8px;
441}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200442.packagesFilter .custom-control-label{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200443 line-height: 28px !important;
444 font-size: 14px !important;
445 text-indent: 6px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200446}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200447.packagesFilter .reset-filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200448 margin-top: 6px;
449 padding-top: 6px;
450 padding-left: 9px;
451 border-top: solid 1px #ECEDF2;
452 font-size: 13px;
453}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200454.packagesFilter .reset-filter a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200455 background: none !important;
456 text-decoration: none;
457 color: #1B3E6F;
458}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200459.tags-filter-list{
460 max-height: 260px;
461 overflow-y: auto;
462}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200463/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200464.sort-packages{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200465 font-size: 12px;
466 font-weight: bold;
467 color: #C3CDDB;
468}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200469.sort-packages .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200470 width: 88px;
471}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200472.sort-packages .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200473 background: transparent;
474 border: 0;
475 box-shadow: none;
476 color: #1B3E6F;
477}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200478.sort-packages .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200479 right: 18px !important;
480 border: solid !important;
481 border-color: #1B3E6F transparent transparent transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200482}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200483.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200484 top: 12px !important;
485 border-color: transparent transparent #1B3E6F transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200486}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200487.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
488.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200489 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
490 background: #fff;
491}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200492.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200493.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200494 top: 30px;
495}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200496.sort-packages .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200497 width: 88px;
498 padding: 6px 0;
499 background: #fff;
500 border-radius: 2px;
501 border: 0;
502 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
503}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200504.sort-packages .dropdown-content a{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200505 color: #1B3E6F;
506 font-size: 12px;
507}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200508.sort-packages .dropdown-content a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200509 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200510 background-color: #F4F9FE;
511 text-decoration: unset;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200512 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200513}
514/**Pagination**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200515.page-item{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200516 margin: 3px 2px 0;
517}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200518.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200519.page-item.disabled .page-link{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200520 padding: 5px 9px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200521 background: transparent !important;
522 border: 0;
523 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200524 font-size: 13px;
525 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200526}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200527.page-item.active .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200528.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200529 color: #1B3E6F !important;
530 background-color: #fff !important;
531 border-radius: 100% !important;
532 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
533 outline: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200534}
535/**Packages Cards***/
536/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200537.packages-card .card{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200538 width: 100%;
Ahmed Abbaseea49072019-11-27 15:04:18 +0200539 margin: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200540 border-radius: 2px;
541 border: 0;
542 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
543}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200544.packages-card .card:hover .packageName{
545 color: #1273EB !important;
546}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200547.packages-card .card-title{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200548 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200549 font-size: 13px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200550 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200551 color: #1B3E6F;
552}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200553.packages-card .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200554 color: #1B3E6F;
555 font-size: 11px;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200556 vertical-align: bottom;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200557}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200558.packages-card p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200559 font-size: 12px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200560 color: #D0D7E4;
561}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200562.packages-card p.package-desc{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200563 margin-top: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200564 font-size: 13px;
565 text-align: left;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200566 display: -webkit-box;
567 -webkit-line-clamp: 1;
568 -webkit-box-orient: vertical;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200569 overflow: hidden;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200570 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200571}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200572.packages-card p.package-desc:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200573 color: #1B3E6F !important;
574 text-decoration: underline;
575}
576
577.packages-card [data-tooltip]::before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200578.packages-card .tooltip::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200579 border: 0 !important;
580}
581.packages-card .tooltip:after,
582.packages-card [data-tooltip]:after {
583 padding: 9px;
584 font-size: 11px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200585 background: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200586 border: solid 1px #E6EDF5;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200587 box-shadow: 0 0 12 rgba(0,0,0,0.8);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200588 border-radius: 3px;
589}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200590/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200591.addPaackage-card{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200592 padding: 10px 0;
593 background: #F4F9FE !important;
594 border: solid 1px #D7E7F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200595 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200596}
Sarah Abouzainahced91552020-06-04 17:45:57 +0200597.addPaackage-card .card-body img{
598 width: 30%;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +0200599 vertical-align: text-top;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200600}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200601.addPaackage-card a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200602 margin: 0;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200603 padding: 7px 15px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200604 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200605 font-size: 12px;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200606 border-radius: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200607 border-width: 0px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200608 border-style: solid;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200609 background-position: 15px center;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200610 background-repeat: no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200611 text-align: left;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200612}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200613.addPaackage-card a:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200614 text-decoration: unset;
615}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200616.btn-create-package i,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200617.btn-import-package i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200618 margin-right: 9px;
619 font-size: 14px;
620 vertical-align: middle;
621}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200622.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200623.btn-create-package:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200624 background-color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200625 color: #fff;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200626}
627.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200628.btn-import-package:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200629 background: #C3CDDB;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200630 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200631}
632/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200633.packages-card .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200634 width: auto;
635 float: right;
636}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200637.packages-card .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200638 background: transparent;
639 border: 0;
640 box-shadow: none;
641 text-indent: 0;
642 line-height: unset;
643 border-bottom-left-radius: 0;
644 border-bottom-right-radius: 0;
645 opacity: .6;
646}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200647.packages-card .dropdown-text:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200648 opacity: 1;
649}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200650.packages-card .dropdown-text::after{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200651 display: none;
652}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200653.packages-card .dropdown-text img{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200654 padding: 9px 7px;
655}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200656.packages-card .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200657 right: 0;
658 width: 120px;
659 padding: 6px 0;
660 border: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200661 border-radius: 50%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200662}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200663/* .userProfile .dropdown-content{
664 bottom: 40px !important;
665 top: unset !important;
666 width: 100%;
667} */
668/**Tab Nav**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200669.nav-tabs{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200670 border-bottom-color: #ECEDF2 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200671}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200672.nav-link{
shadyb3c61a62020-02-16 15:47:33 +0200673 padding: 15px 20px 15px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200674 text-transform: uppercase !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200675 font-size: 12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200676 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200677 color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200678 border: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200679}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200680.nav-tabs .nav-link:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200681.nav-tabs .nav-link:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200682 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200683 transition: 0.3s;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200684}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200685.nav-tabs .nav-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200686 color: #1B3E6F !important;
687}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200688.nav-tabs .nav-link.active{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200689 color: #1B3E6F !important;
690 background: transparent !important;
691 border: 0 !important;
692 border-bottom: solid 2px #1B3E6F !important;
693}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200694.nav-tabs .nav-link::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200695 content: "|";
696 padding-right: 20px !important;
697 color: #C3CDDB;
698 font-weight: normal;
shadyb3c61a62020-02-16 15:47:33 +0200699 position: absolute;
700 left: 0px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200701}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200702.nav-tabs .nav-link:first-child::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200703 content: none;
704}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200705.nav-tabs .nav-link:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200706 padding-left: 20px !important;
707}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200708.nav-item.nav-link.complete,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200709.nav-item.active.complete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200710 padding: 15px 20px 15px 44px !important;
711 background: url(/assets/img/icon-required-yes.svg) 20px center no-repeat !important;
712}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200713.tabs-no-content{
714 font-size: 13px;
715 font-weight: bold;
716}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200717/**Sliding Search Input**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200718.searchBox{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200719 position: absolute;
720 top: 0%;
721 right: 0%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200722 transform: translate(0%,-0%);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200723 height: 40px;
724}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200725.searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200726 float: right;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200727 margin-top: 18px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200728 padding-left: 0 !important;
729 padding-right: 24px !important;
730 width: 60px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200731 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200732 background: url(../src/assets/img/icon-search.svg) center center no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200733 background-size: 24%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200734 border: 0 !important;
735 border-right: solid 1px #1B3E6F !important;
736 display: flex;
737 justify-content: center;
738 align-items: center;
739 transition: 0.4s;
740}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200741.searchBox:hover > .searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200742 width: 240px;
743 border-bottom: solid 1px #C3CDDB;
744}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200745.searchBox:hover > .searchInput::placeholder{
746 color: #C3CDDB;
747}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200748.searchBox > .searchInput:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200749 border-bottom: solid 1px #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200750 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
751 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
752 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200753}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200754.searchBox:hover > .searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200755 color: #1B3E6F;
756}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200757.searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200758 border: none;
759 background: none;
760 outline: none;
761 float: left;
762 padding: 0;
763 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200764 font-size: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200765 transition: 0.4s;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200766 line-height: 49px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200767 width: 0px;
768}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200769.searchInput::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200770 color: #BABBC3;
771}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200772.searchBox-expanded{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200773 width: 240px;
774 border-bottom: solid 1px #C3CDDB;
775}
776/**Drop Down Menu**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200777.dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200778 position: relative;
779 display: inline-block;
780 text-align: left;
781 width: 132px;
782 z-index: 200;
783}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200784.dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200785 cursor: pointer;
786 position: relative;
787 text-indent: 10px;
788 line-height: 32px;
789 background-color: #eee;
790 border: 1px solid #ccc;
791 border-radius: 3px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200792 box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200793 width: 100%;
794}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200795.dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200796 position: absolute;
797 right: 6px;
798 top: 15px;
799 content: '';
800 width: 0px;
801 height: 0px;
802 border-style: solid;
shadyb3c61a62020-02-16 15:47:33 +0200803 /* border-width: 5px 4px 0 4px;
804 border-color: #555 transparent transparent transparent; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200805 border:0px
shaaban Altananyba3756e2020-01-07 12:08:44 +0200806}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200807.dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200808 font-size: 0;
809 z-index: 1;
810 cursor: pointer;
811 position: absolute;
812 top: 0;
813 border: none;
814 padding: 0;
815 margin: 0 0 0 1px;
816 background: transparent;
817 text-indent: -10px;
818 height: 34px;
819 width: 100%;
820}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200821.dropdown-toggle:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200822 outline: 0;
823}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200824.dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200825 position: absolute;
826 top: 32px;
827 width: 140px;
828 margin: 0;
829 padding: 0;
830 opacity: 0;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200831 visibility:hidden;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200832 -webkit-transition: all .25s ease;
833 -moz-transition: all .25s ease;
834 -ms-transition: all .25s ease;
835 -o-transition: all .25s ease;
836 transition: all .25s ease;
837 list-style-type: none;
838 border-radius: 3px;
839 text-indent: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200840 line-height: 28px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200841 background-color: #eee;
842 border: 1px solid #ccc;
843}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200844.dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200845 display: block;
846}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200847.dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200848 background: #e8e8e8;
849}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200850.dropdown-toggle:hover ~ .dropdown-text,
851.dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200852 background-color: #e8e8e8;
853}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200854.dropdown-toggle:focus ~ .dropdown-text{
855 box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200856 z-index: 2;
857}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200858.dropdown-toggle:focus ~ .dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200859 border-width: 0 4px 5px 4px;
860 border-color: transparent transparent #555 transparent;
861}
862.dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200863.dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200864 opacity: 1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200865 visibility:visible;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200866 top: 42px;
867}
868/**Card**/
869/* Hover Shadow */
870@keyframes hover {
871 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200872 transform: translateY(-3px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200873 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200874 100% {
875 transform: translateY(-6px);
876 }
877}
878@keyframes card {
879 0% {
880 transform: translateY(6px);
881 opacity: .3;
882 }
883 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200884 transform: translateY(3px);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200885 opacity: .8;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200886 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200887 100% {
888 transform: translateY(6px);
889 opacity: .3;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200890 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200891}
892.card {
893 /* display: inline-block;
894 position: relative;
895 transition-duration: 0.2s;
896 transition-property: transform;
897 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
898 transform: translateZ(0); */
899 margin-bottom: 25px !important;
900 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
901}
902/* .card:before {
903 pointer-events: none;
904 position: absolute;
905 z-index: -1;
906 content: '';
907 top: 100%;
908 left: 5%;
909 height: 10px;
910 width: 90%;
911 opacity: 0;
912 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
913 transition-duration: 0.2s;
914 transition-property: transform opacity;
915} */
916/* .card:hover {
917 transform: translateY(-3px);
918 animation-name: hover;
919 animation-duration: 1s;
920 animation-delay: 0.2s;
921 animation-timing-function: linear;
922 animation-iteration-count: 1;
923 animation-direction: alternate;
924}
925.card:hover:before {
926 opacity: .4;
927 transform: translateY(3px);
928 animation-name: card;
929 animation-duration: 1s;
930 animation-delay: .2s;
931 animation-timing-function: linear;
932 animation-iteration-count: 1;
933 animation-direction: alternate;
934} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200935.card-body{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200936 padding: 10px 20px 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200937}
938
939/*Main Container*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200940.main-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200941 padding: 0 !important;
942}
Sarah Abouzainah75680a72020-07-16 17:52:00 +0200943/*Profile & Help Area*/
944.profile-help .navbar{
945 padding: 0 !important;
946}
947.profile-help .dropdown{
948 width: 50px;
949}
950.profile-help .dropdown-text{
951 border: 0;
952 background: transparent;
953 box-shadow: none;
954 font-size: 13px;
955 /* text-indent: -999px; */
956}
957.profile-help .dropdown-text img{
958 width: 33px;
959 height: 33px;
960 border: solid 1px #fff;
961 object-fit: cover;
962 border-radius: 50%;
963}
964.profile-help .dropdown-toggle:hover ~ .dropdown-text{
965 background: #fff;
966}
967.profile-help .dropdown-toggle:hover ~ .dropdown-text img{
968 box-shadow: 0 2px 6px 6px rgba(47, 83, 151, .17);
969}
970.profile-help .dropdown-content{
971 right: 0;
972 top: 47px;
973 padding: 4px 0;
974 background-color: #fff;
975 border: 1px solid #ECEDF2;
976 border-radius: 2px;
977 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12) !important;
978}
979.profile-help .dropdown-content li:hover{
980 background-color: #ECEDF2;
981}
982.profile-help .dropdown-content a{
983 padding: 3px;
984 color: #1B3E6F;
985 font-size: 13px;
986}
987.profile-help .dropdown-content a:hover{
988 text-decoration: none;
989 background-color: transparent;
990}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +0200991.userMenu.dropdown{
992 margin-left: 9px;
993 border-left: solid 1px #ECEDF2;
994}
995.helpMenu.dropdown{
996 width: 32px !important;
997}
998.helpMenu .dropdown-text{
999 text-indent: unset;
1000 text-align: center;
1001}
Sarah Abouzainah89498dc2020-09-27 15:30:27 +02001002.helpMenu li:hover,
1003.helpMenu li:hover i,
1004.helpMenu li:hover p{
1005 cursor: pointer;
1006}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001007.helpMenu li:not(:last-child){
1008 margin-bottom: 9px;
1009}
1010.helpMenu .dropdown-text i{
1011 text-align: center;
1012 font-size: 19px;
1013 color: #C3CDDB;
1014 vertical-align: middle;
1015}
1016.helpMenu:hover .dropdown-text i{
1017 color: #1B3E6F;
1018}
1019.helpMenu .dropdown-content{
1020 padding: 6px;
1021}
1022.helpMenu .dropdown-content a{
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001023 padding: 5px 12px !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001024 text-align: left;
1025 text-indent: 0;
1026 font-size: 14px;
1027 line-height: 22px;
1028}
1029.helpMenu .dropdown-content p{
1030 display: inline;
1031 line-height: 15px;
1032 font-weight: bold;
1033}
1034.helpMenu .dropdown-content p:hover{
1035 cursor: pointer;
1036}
1037.helpMenu .dropdown-content p label{
1038 display: inline;
1039}
1040.helpMenu .dropdown-content p input{
1041 display: none;
1042}
1043.helpMenu .dropdown-content span{
1044 display: inline-block;
1045 padding-left: 18px;
1046 font-size: 13px;
1047 color: #C1CDDD;
1048 font-weight: normal;
1049}
1050.helpMenu .dropdown-toggle:focus ~ .dropdown-text{
1051 background-color: #F4F9FE;
1052 border-radius: 50%;
1053}
1054.helpMenu .dropdown-content{
1055 width: 262px;
1056}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001057.help-btn{
1058 border-right: solid 1px #ECEDF2;
1059}
1060.help-btn .nav-link{
1061 padding: 7px 8px 0 !important;
1062}
1063.help-btn i{
1064 font-size: 19px;
1065 color: #C3CDDB;
1066}
1067.help-btn a:hover i{
1068 color: #1B3E6F;
1069}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001070.header-button-save button{
shadyb3c61a62020-02-16 15:47:33 +02001071 border-radius: 50px;
1072}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001073/*Page Title*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001074.page-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001075 padding: 20px 30px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001076 background:#fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001077 border-left: solid 1px #FAFAFA;
1078 margin-bottom: 21px;
1079 -webkit-box-shadow: 0 4px 10px 0 #eef0f5;
1080 box-shadow: 0 4px 10px 0 #eef0f5;
1081 position: relative;
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001082 z-index: 300;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001083 /* position: fixed;
1084 width: calc(100% - 50px); */
shaaban Altananyba3756e2020-01-07 12:08:44 +02001085}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001086.page-title h2{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001087 font-size: 16px;
1088 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001089 padding-top: 1px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001090}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001091.page-title h2 span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001092 color: #C3CDDB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001093 font-size: 14px;
1094}
1095/*Content*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001096.body-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001097 padding: 0 30px !important;
1098}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001099.body-container > .container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001100 padding: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001101}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001102.search-filter-col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001103 padding-right: 0 !important;
1104 border-bottom: solid 1px #ECEDF2 !important;
1105}
1106/**Packages Filter**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001107.packagesFilter{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001108 margin-top: 12px;
1109 margin-bottom: 7px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001110 z-index: 220 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001111}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001112.packagesFilter .dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001113 height: 36px !important;
1114}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001115.packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001116 border-color: transparent transparent #1B3E6F transparent;
1117}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001118.packagesFilter .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001119 background: transparent;
1120 border: 0;
1121 box-shadow: none;
1122 text-indent: 14px;
1123 line-height: 30px;
1124 font-size: 12px;
1125}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001126.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001127 right: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001128 border: solid !important;
1129 border-width: 5px 4px 0 4px !important;
1130 border-color: #1B3E6F transparent transparent transparent !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001131}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001132.packagesFilter .dropdown-toggle:hover ~ .dropdown-text,
1133.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001134 background-color: transparent;
1135 box-shadow: none;
1136 border-radius: 0;
1137}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001138.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001139 background: #fff;
1140 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1141}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001142.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001143 top: 12px;
1144}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001145.packagesFilter .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001146 padding: 6px 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001147 background: #fff;
1148 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1149 border: 0;
1150 border-top-left-radius: 0;
1151 border-top-right-radius: 0;
1152 border-bottom-left-radius: 2px;
1153 border-bottom-right-radius: 2px;
1154}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001155.packagesFilter .dropdown-content li:hover .custom-checkbox{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001156 cursor: pointer;
1157}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001158.packagesFilter .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001159.packagesFilter .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001160 top: 30px;
1161}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001162.packagesFilter .form-control{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001163 padding: 12px 9px 12px 38px !important;
1164 border: 0 !important;
1165 border-bottom: solid 1px #D7E7F9 !important;
1166 background: url(../src/assets/img/icon-search.svg) 15px center no-repeat;
1167 background-size: 4%;
1168 border-radius: 0 !important;
1169 color: #1B3E6F;
1170 font-size: 13px;
1171}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001172.packagesFilter .form-control::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001173 color: #BABBC3;
1174}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001175.packagesFilter .form-control:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001176 box-shadow: none !important;
1177 border-bottom: solid 1px #1B3E6F !important;
1178}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001179.packagesFilter .custom-checkbox{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001180 margin-left: 8px;
1181}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001182.packagesFilter .custom-control-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001183 left: 10px;
1184}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001185.packagesFilter .custom-control-label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001186 line-height: 28px !important;
1187 font-size: 13px !important;
1188 text-indent: 6px !important;
1189}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001190.fillteredTags{
1191 margin-left: 3px;
1192 padding: 3px 3px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001193 background: #C3CDDB;
1194 color: #1B3E6F;
1195 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001196 border-radius: 4px;
1197}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001198/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001199.sort-packages{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001200 font-size: 12px;
1201 font-weight: bold;
1202 color: #C3CDDB;
1203}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001204.sort-packages .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001205 width: 88px;
1206}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001207.sort-packages .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001208 background: transparent;
1209 border: 0;
1210 box-shadow: none;
1211 color: #1B3E6F;
1212}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001213.sort-packages .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001214 border-color: #1B3E6F transparent transparent transparent;
1215}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001216.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001217 border-color: transparent transparent #1B3E6F transparent;
1218}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001219.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
1220.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001221 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1222 background: #fff;
1223}
1224.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001225.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001226 top: 30px;
1227}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001228.sort-packages .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001229 width: 88px;
1230 padding: 6px 0;
1231 background: #fff;
1232 border-radius: 2px;
1233 border: 0;
1234 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1235}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001236.sort-packages .dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001237 color: #1B3E6F;
1238 font-size: 12px;
1239}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001240.sort-packages .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001241 background-color: #F4F9FE;
1242 text-decoration: unset;
1243}
1244/**Pagination**/
1245.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001246.page-item.disabled .page-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001247 background: transparent !important;
1248 border: 0;
1249 color: #1B3E6F !important;
1250 font-size: 14px;
1251}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001252.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001253 color: #1B3E6F !important;
1254 background-color: #fff !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001255 border-radius: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001256 transition: 0.3s;
1257 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
1258}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001259.page-item.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001260 opacity: .3;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001261}
1262/**Packages Cards***/
1263/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001264.packages-card .card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001265 margin: 0;
1266 border-radius: 2px;
1267 border: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001268 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001269}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001270.packages-card .card:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001271 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001272 transition: all 0.5s ease;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001273 cursor: pointer;
1274}
1275.packages-card .card:hover .card-title,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001276.packages-card .card:hover .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001277 color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001278}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001279.packages-card .card-title{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001280 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001281 font-size: 14px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001282 font-weight: bold;
1283}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001284.packages-card .card-title .packageName{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001285 margin-bottom: 0;
1286 display: inline-block;
1287 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001288 max-width: 64%;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001289 white-space: nowrap;
1290 overflow: hidden;
1291 text-overflow: ellipsis;
1292 font-size: 13px;
1293 vertical-align: bottom;
1294 color: #1B3E6F;
1295}
1296.packages-card .card-title:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001297.packages-card .card-title:hover .packageName{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001298 text-decoration: none;
1299 color: #1273EB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001300}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001301.packages-card .card-body{
Ahmed Abbaseea49072019-11-27 15:04:18 +02001302 padding-bottom: 0 !important;
1303}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001304.packages-card .card-footer .col{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001305 padding-left: 3px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001306 text-align: left;
Ahmed Abbaseea49072019-11-27 15:04:18 +02001307}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001308
shaaban Altananyba3756e2020-01-07 12:08:44 +02001309/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001310.addPaackage-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001311 background: #F4F9FE !important;
1312 border: solid 1px #D7E7F9 !important;
1313}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001314.addPaackage-card:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001315 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
1316}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001317
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001318.addPaackage-card a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001319 text-decoration: unset;
1320}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001321.addPaackage-card .card-footer .col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001322 padding: 0;
1323 text-align: right;
1324}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001325.addPaackage-card .card-footer .col:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001326 text-align: left;
1327}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001328.btn-create-package,
1329.btn-import-package{
Sarah Abouzainahced91552020-06-04 17:45:57 +02001330 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001331}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001332.btn-create-package{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001333 margin-bottom: 6px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001334}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001335.btn-import-package{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02001336 margin-bottom: 15px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001337}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001338.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001339.btn-create-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001340 background-color: #1B3E6F;
1341 border-color: #1B3E6F;
1342 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001343}
1344.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001345.btn-import-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001346 color: #1B3E6F;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001347}
1348/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001349.packages-card .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001350 width: auto;
1351 float: right;
1352}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001353.packages-card .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001354 background: transparent;
1355 border: 0;
1356 box-shadow: none;
1357 text-indent: 0;
1358 line-height: unset;
1359 border-bottom-left-radius: 0;
1360 border-bottom-right-radius: 0;
1361 opacity: .6;
1362}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001363.packages-card .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001364 display: none;
1365}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001366.packages-card .dropdown-text img{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001367 padding: 9px 7px;
1368}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001369.packages-card .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001370 right: 0;
1371 width: 120px;
1372 padding: 6px 0;
1373 border: 0;
1374 text-indent: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001375 border-radius: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001376 border-top-right-radius: 0;
1377 background: #1B3E6F;
1378}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001379.packages-card .dropdown-content a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001380 padding-left: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001381 color: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001382 font-size: 12px;
1383 /* background-position: 14px center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001384 background-size: 10%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001385 background-repeat: no-repeat; */
1386}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001387.packages-card .dropdown-content a i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001388 margin-right: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001389}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001390.packages-card .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001391 background-color: #172B4D;
1392 text-decoration: unset;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001393 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001394}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001395.packages-card .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001396.packages-card .dropdown-toggle:focus ~ .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001397 top: 22px;
1398}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001399.packages-card .dropdown-toggle:focus ~ .dropdown-text .icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001400 color: #D0D7E4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001401}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001402.packages-card .dropdown-toggle:hover ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001403 background: transparent;
1404 opacity: 1;
1405}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001406.packages-card .dropdown-toggle:focus ~ .dropdown-text{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001407 width: 27px;
1408 text-align: center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001409 opacity: 1;
1410 background: #1B3E6F;
1411 box-shadow: none;
1412}
Sarah Abouzainahced91552020-06-04 17:45:57 +02001413
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001414.package-version::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001415 content: "|";
Sarah Abouzainah98600832020-04-22 22:55:39 +02001416 margin-left: 8px;
1417 margin-right: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001418 vertical-align: text-bottom;
1419}
1420
shaaban Altananyba3756e2020-01-07 12:08:44 +02001421/***Contributers***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001422ul.package-contributers{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001423 margin-bottom: 9px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001424 padding-left: 0 !important;
1425}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001426.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001427 list-style: none;
1428 display: inline-block;
1429}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001430.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001431 margin-left: -5px;
1432}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001433.package-contributers li:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001434 margin-left: 0;
1435}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001436.package-contributers li:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001437 margin-left: 9px;
1438}
1439.package-modifier,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001440.package-contributers button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001441 height: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001442 padding: 0 !important;
1443 border-radius: 100%;
1444 border: 0 !important;
1445 /*Hover Effect*/
1446 -webkit-transition: box-shadow 0.2s ease;
1447 -moz-transition: box-shadow 0.2s ease;
1448 transition: box-shadow 0.2s ease;
1449 -webkit-backface-visibility: hidden;
1450 backface-visibility: hidden;
1451 display: inline-block;
1452 position: relative;
1453}
1454.package-modifier:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001455.package-contributers button:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001456 -webkit-transition: all 0.2s ease;
1457 -moz-transition: all 0.2s ease;
1458 transition: all 0.2s ease;
1459 border-radius: 50%;
1460 bottom: 0;
1461 box-shadow: 0 0 0 2px #fff;
1462 content: "";
1463 left: 0;
1464 position: absolute;
1465 right: 0;
1466 top: 0;
1467}
1468.package-modifier:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001469.package-contributers button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001470 box-shadow: 0 0 0 2px #D7E7F9;
1471 text-decoration: none;
1472}
1473.package-modifier:hover:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001474.package-contributers button:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001475 -webkit-transform: scale(0.925);
1476 -moz-transform: scale(0.925);
1477 -ms-transform: scale(0.925);
1478 -o-transform: scale(0.925);
1479 transform: scale(0.925);
1480 box-shadow: 0 0 0 1px #D7E7F9;
1481 opacity: 0.5;
1482}
1483.package-modifier img,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001484.package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001485 width: 20px;
1486 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001487 object-fit: cover;
1488 vertical-align: top;
1489 border-radius: 100%;
1490}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001491.package-contributers a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001492 font-size: 12px;
1493 color: #1273EB;
1494}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001495.package-contributers a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001496 text-decoration: unset;
1497}
1498/***Package Footer***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001499.packages-card .card-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001500 padding: 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001501 background: transparent !important;
1502 border-top-color: #F7F6F6 !important;
1503}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001504.packages-card .card-footer .col{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001505 text-align: center;
1506}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001507.packages-card .card-footer .col:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001508 border-right: solid 1px #F7F6F6;
1509}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001510.packages-card .card-footer .btn{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001511 padding: 10px 0 10px 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001512 background-color: transparent !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001513 color: #1B3E6F !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001514 border: 0;
1515 font-size: 13px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001516 text-align: left;
1517 opacity: .4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001518}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001519.packages-card .card-footer .btn:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001520 opacity: 1;
1521}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001522.packages-card .card-footer i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001523 margin-right: 6px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001524}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001525.icon-deployed-active,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001526.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001527 margin-right: 9px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001528 display: inline;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001529 background-image: url(/assets/img/icon-deploy-active.svg);
1530 background-position: center center;
1531 background-repeat: no-repeat;
1532 vertical-align: baseline;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001533}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001534.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001535 background-image: url(/assets/img/icon-deploy-inactive.svg);
1536}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001537
1538
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001539/*CREATE NEW ACTION MODAL*/
1540.createActionModal .modal-dialog{
1541 max-width: 85%;
1542}
1543.createActionModal .modal-header{
1544 padding-top: 21px !important;
1545 padding-bottom: 0 !important;
1546 border-bottom: 0;
1547}
1548.createActionModal .close{
1549 margin: 0 !important;
1550 padding: 6px 13px 10px !important;
1551 width: auto;
1552 opacity: 1 !important;
1553 border-radius: 100%;
1554}
1555.createActionModal .close:hover{
1556 background-color: #E0E8F2;
1557}
1558.createActionModal .icon-action-close{
1559 font-size: 14px;
1560 font-weight: bold;
1561}
1562.createActionModal .modal-body{
1563 padding-top: 0 !important;
1564 padding-bottom: 10px !important;
1565}
1566.createActionModal .modal-body .carousel-item{
1567 padding-left: 20px;
1568 padding-right: 10px;
1569}
1570@keyframes fadeInScale {
1571 0% {
1572 opacity: 0;
1573 -webkit-transform: scale(0) translateY(50%);
1574 transform: scale(0) translateY(50%);
1575 }
1576 90% {
1577 -webkit-transform: scale(1.05);
1578 transform: scale(1.05);
1579 }
1580 100% {
1581 opacity: 1;
1582 -webkit-transform: scale(1) translateY(0);
1583 transform: scale(1) translateY(0);
1584 }
1585}
1586.card.actionType{
1587 margin-bottom: 25px !important;
1588 padding: 220px 25px 50px;
1589 box-shadow: none;
1590 border-radius: 0;
1591 -webkit-transition: all 0.3s ease-in-out;
1592 transition: all 0.3s ease-in-out;
1593}
1594.card.actionType:hover{
1595 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1596 transition: 0.3s !important;
1597}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001598.createActionModal h3.mainHead{
1599 text-transform: uppercase;
1600 margin-bottom: 6px;
1601 font-size: 14px;
1602 font-weight: bold;
1603 text-align: center;
1604 color: #C1CDDD;
1605}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001606.createActionModal h1{
1607 margin-bottom: 21px;
1608 font-size: 22px;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001609 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001610 text-align: center;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001611}
1612.createActionModal .carousel-inner{
1613 height: 510px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001614}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001615.createActionModal .skip-btn{
1616 float: unset;
1617 width: auto;
1618 color: #1273EB;
1619 font-weight: normal !important;
1620 font-size: 13px;
1621 border: solid 1px #F1F2FA;
1622 border-radius: 2px;
1623}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001624.createActionModal .skip-btn:hover{
1625 background: #1273EB;
1626 color: #fff;
1627 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1628}
1629
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001630.actionType,
1631.actionType:hover{
1632 text-align: center;
1633 line-height: 40px;
1634 background-position: center 40px;
1635 background-repeat: no-repeat;
1636 background-size: 144px 172px;
1637}
1638.actionType h3,
1639.actionType p{
1640 margin: 0;
1641}
1642.actionType h3{
1643 text-transform: uppercase;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001644 font-size: 13px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001645 font-weight: bold;
1646}
1647.actionType p{
1648 font-size: 13px !important;
1649 line-height: 24px;
1650}
1651.actionType .btn,
1652.actionType:hover .btn{
1653 opacity: 0;
1654 position: absolute;
1655 bottom: 0;
1656 left: 30% !important;
1657 margin-bottom: 26px;
1658 width: 100px;
1659 height: 30px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02001660 line-height: 15px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001661 background: #1B3E6F;
1662 color: #fff;
1663 font-size: 12px;
1664 font-weight: bold;
1665 border-radius: 15px !important;
1666 -webkit-transform: translateY(-20%);
1667 transform: translateY(-20%);
1668 -webkit-transition: all 0.3s ease-in-out;
1669 transition: all 0.3s ease-in-out;
1670}
1671.actionType:hover .btn{
1672 opacity: 1;
1673 -webkit-transform: translateY(0);
1674 transform: translateY(0);
1675}
1676.actionType.custom{
1677 background-image: url(/assets/img/icon-action-custom.svg);
1678}
1679.actionType.custom:hover{
1680 cursor: pointer;
1681 background-image: url(/assets/img/icon-action-custom-hover.svg);
1682}
1683.actionType.default{
1684 background-image: url(/assets/img/icon-action-default.svg);
1685}
1686.actionType.default:hover{
1687 cursor: pointer;
1688 background-image: url(/assets/img/icon-action-default-hover.svg);
1689}
1690.actionType.recent{
1691 background-image: url(/assets/img/icon-action-recent.svg);
1692}
1693.actionType.recent:hover{
1694 cursor: pointer;
1695 background-image: url(/assets/img/icon-action-recent-hover.svg);
1696}
1697.actionType.import{
1698 background-image: url(/assets/img/icon-action-import.svg);
1699}
1700.actionType.import:hover{
1701 cursor: pointer;
1702 background-image: url(/assets/img/icon-action-import-hover.svg);
1703}
1704.createActionModal .carousel-indicators{
1705 margin: 0;
1706}
1707.createActionModal .carousel-indicators li{
1708 margin: 0;
1709 padding: 0;
1710 text-indent: 0;
1711 border: 0;
1712}
1713.createActionModal .back{
1714 position: fixed !important;
1715 top: 83px;
1716 width: auto;
1717 padding:0 !important;
1718}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001719
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001720.actionFormWrapper{
1721 width: 60%;
1722 margin: 0 auto;
1723}
1724.createActionModal .form-control.customAction{
1725 width: 55%;
1726 margin: 70px auto;
1727 padding-left: 0;
1728 border-radius: 0;
1729 border: 0;
1730 border-bottom: solid 1px #E0E8F2;
1731 color: #1B3E6F !important;
1732 font-size: 14px;
1733}
1734.createActionModal .form-control:focus{
1735 border-bottom: solid 1px #1B3E6F;
1736 background: transparent !important;
1737 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1738 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1739 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1740 text-shadow: none;
1741}
1742.createActionModal .form-control::placeholder{
1743 color: #C3CDDB;
1744
1745}
1746.createActionModal .submit,
1747.createActionModal .submit:hover{
1748 float: unset;
1749 width: 100px;
1750 height: 30px;
1751 background: #1B3E6F;
1752 color: #fff;
1753 font-size: 12px;
1754 font-weight: bold;
1755 border-radius: 15px !important;
1756}
1757.actionlabel{
1758 margin-right: 2px;
1759 color: #C3CDDB;
1760 font-size: 11px;
1761 font-weight: bold;
1762}
1763.form-control.searchInput,
1764.form-control.searchInput:focus{
1765 float: right;
1766 width: 250px !important;
1767 height: 30px !important;
1768 padding-left: 32px !important;
1769 border: solid 1px #E0E8F2 !important;
1770 border-radius: 2px !important;
1771 background: url(../src/assets/img/icon-search-light.svg) 9px center no-repeat !important;
1772 font-size: 13px !important;
1773 color: #1B3E6F;
1774}
1775.actionsListScroll{
1776 height: 228px;
1777 max-height: 228px;
1778 overflow: auto;
1779}
1780.createActionModal .actionName{
1781 margin-bottom: 15px;
1782 padding: 9px 18px;
1783 box-shadow: 0 2px 6px rgba(47,83,151,0.15);
1784}
1785.createActionModal p.selectedActions{
1786 margin-top: 20px;
1787 margin-bottom: 10px;
1788 color: #8D9FB7;
1789 font-size: 13px;
1790}
1791.createActionModal .sort-packages .dropdown{
1792 width: 60%;
1793}
1794.createActionModal .sort-packages .dropdown-text::after {
1795 right: 6px;
1796}
1797.createActionModal .sort-packages .dropdown-content{
1798 width: 100%;
1799}
1800.createActionModal .folder-upload-text button{
1801 float: unset;
1802}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001803/* Border Fade */
1804.border-fade {
1805 display: inline-block;
1806 transition-duration: 0.3s;
1807 transition-property: box-shadow;
1808 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1809 transform: translateZ(0);
1810 box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
1811 /* Hack to improve aliasing on mobile/tablet devices */
1812}
1813.border-fade:hover {
1814 box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0);
1815 /* Hack to improve aliasing on mobile/tablet devices */
1816}
1817/*Content*/
1818
1819/**Title Action Buttons**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001820.page-title-actions li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001821 display: inline-block;
1822 text-align: center;
1823}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001824.title-action{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001825 -webkit-transition: box-shadow 0.2s ease;
1826 -moz-transition: box-shadow 0.2s ease;
1827 transition: box-shadow 0.2s ease;
1828 -webkit-backface-visibility: hidden;
1829 backface-visibility: hidden;
1830 border-radius: 50%;
1831 color: #6a75eb;
1832 display: inline-block;
1833 font-size: 0.889em;
1834 height: 4em;
1835 margin: 0 1em 1em;
1836 position: relative;
1837 text-align: center;
1838 text-transform: lowercase;
1839 width: 4em;
1840 line-height: 4em;
1841}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001842.title-action:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001843 -webkit-transition: all 0.2s ease;
1844 -moz-transition: all 0.2s ease;
1845 transition: all 0.2s ease;
1846 border-radius: 50%;
1847 bottom: 0;
1848 box-shadow: 0 0 0 1px #000;
1849 content: "";
1850 left: 0;
1851 position: absolute;
1852 right: 0;
1853 top: 0;
1854}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001855.title-action:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001856 box-shadow: 0 0 0 7px #07819b;
1857 text-decoration: none;
1858}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001859.title-action:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001860 -webkit-transform: scale(0.925);
1861 -moz-transform: scale(0.925);
1862 -ms-transform: scale(0.925);
1863 -o-transform: scale(0.925);
1864 transform: scale(0.925);
1865 box-shadow: 0 0 0 1px #07819b;
1866 opacity: 0.5;
1867}
1868
1869/*Animation Button*/
1870/**Float**/
1871.float {
1872 display: inline-block;
1873 transition-duration: 0.3s;
1874 transition-property: transform;
1875 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1876 transform: translateZ(0);
1877 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1878}
1879.float:hover {
1880 transform: translateY(-5px);
1881}
1882
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001883/*TOOLTIP*/
1884/* Base styles for the element that has a tooltip */
1885[data-tooltip],
1886.tooltip {
1887 position: relative;
1888 cursor: pointer;
1889 text-align: center;
1890}
1891
1892/* Base styles for the entire tooltip */
1893[data-tooltip]:before,
1894[data-tooltip]:after,
1895.tooltip:before,
1896.tooltip:after {
1897 position: absolute;
1898 visibility: hidden;
1899 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1900 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
1901 opacity: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001902 -webkit-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001903 opacity 0.2s ease-in-out,
1904 visibility 0.2s ease-in-out,
1905 -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001906 -moz-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001907 opacity 0.2s ease-in-out,
1908 visibility 0.2s ease-in-out,
1909 -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001910 transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001911 opacity 0.2s ease-in-out,
1912 visibility 0.2s ease-in-out,
1913 transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001914 -webkit-transform: translate3d(0, 0, 0);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001915 -moz-transform: translate3d(0, 0, 0);
1916 transform: translate3d(0, 0, 0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001917 pointer-events: none;
1918}
1919
1920/* Show the entire tooltip on hover and focus */
1921[data-tooltip]:hover:before,
1922[data-tooltip]:hover:after,
1923[data-tooltip]:focus:before,
1924[data-tooltip]:focus:after,
1925.tooltip:hover:before,
1926.tooltip:hover:after,
1927.tooltip:focus:before,
1928.tooltip:focus:after {
1929 visibility: visible;
1930 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1931 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001932 opacity: 1;
1933}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001934
1935/* Base styles for the tooltip's directional arrow */
1936.tooltip:before,
1937[data-tooltip]:before {
1938 z-index: 1001;
1939 border: 6px solid transparent;
1940 background: transparent;
1941 content: "";
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001942}
1943
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001944/* Base styles for the tooltip's content area */
1945.tooltip:after,
1946[data-tooltip]:after {
1947 z-index: 1000;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001948 padding: 8px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001949 width: auto;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001950 background-color: #fff !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001951 color: #1B3E6F;
1952 content: attr(data-tooltip);
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001953 font-size: 12px;
Sarah Abouzainah42185842020-09-28 15:52:12 +02001954 font-weight: bold !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001955 line-height: 1.2;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001956 border-radius: 3px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001957}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001958
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001959/* Directions */
1960
1961/* Top (default) */
1962[data-tooltip]:before,
1963[data-tooltip]:after,
1964.tooltip:before,
1965.tooltip:after,
1966.tooltip-top:before,
1967.tooltip-top:after {
1968 bottom: 100%;
1969 left: 50%;
1970}
1971
1972[data-tooltip]:before,
1973.tooltip:before,
1974.tooltip-top:before {
1975 margin-left: 0;
1976 margin-bottom: -12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001977 border-bottom-color: #DEE8F3;
1978 border-bottom-color: rgba(222, 232, 243, 1.0);
1979}
1980
1981/* Horizontally align top/bottom tooltips */
1982[data-tooltip]:after,
1983.tooltip:after,
1984.tooltip-top:after {
1985 margin-left: -50%;
1986}
1987
1988[data-tooltip]:hover:before,
1989[data-tooltip]:hover:after,
1990[data-tooltip]:focus:before,
1991[data-tooltip]:focus:after,
1992.tooltip:hover:before,
1993.tooltip:hover:after,
1994.tooltip:focus:before,
1995.tooltip:focus:after,
1996.tooltip-top:hover:before,
1997.tooltip-top:hover:after,
1998.tooltip-top:focus:before,
1999.tooltip-top:focus:after {
2000 -webkit-transform: translateY(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002001 -moz-transform: translateY(-12px);
2002 transform: translateY(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002003}
2004
2005/* Left */
2006.tooltip-left:before,
2007.tooltip-left:after {
2008 right: 100%;
2009 bottom: 50%;
2010 left: auto;
2011}
2012
2013.tooltip-left:before {
2014 margin-left: 0;
2015 margin-right: -12px;
2016 margin-bottom: 0;
2017 border-top-color: transparent;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002018 border-left-color: #fff;
2019 /* border-left-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002020}
2021
2022.tooltip-left:hover:before,
2023.tooltip-left:hover:after,
2024.tooltip-left:focus:before,
2025.tooltip-left:focus:after {
2026 -webkit-transform: translateX(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002027 -moz-transform: translateX(-12px);
2028 transform: translateX(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002029}
2030
2031/* Bottom */
2032.tooltip-bottom:before,
2033.tooltip-bottom:after {
2034 top: 100%;
2035 bottom: auto;
2036 left: 20%;
2037}
2038
2039.tooltip-bottom:before {
2040 margin-top: -12px;
2041 margin-bottom: 0;
2042 border-top-color: transparent;
2043 border-bottom-color: #DEE8F3;
2044 border-bottom-color: rgba(222, 232, 243, 1.0);
2045}
2046
2047.tooltip-bottom:hover:before,
2048.tooltip-bottom:hover:after,
2049.tooltip-bottom:focus:before,
2050.tooltip-bottom:focus:after {
2051 -webkit-transform: translateY(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002052 -moz-transform: translateY(12px);
2053 transform: translateY(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002054}
2055
2056/* Right */
2057.tooltip-right:before,
2058.tooltip-right:after {
2059 bottom: 50%;
2060 left: 20%;
2061}
2062
2063.tooltip-right:before {
2064 margin-bottom: 0;
2065 margin-left: -12px;
2066 border-top-color: transparent;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002067 border-right-color: #fff;
2068 /* border-right-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002069}
2070
2071.tooltip-right:hover:before,
2072.tooltip-right:hover:after,
2073.tooltip-right:focus:before,
2074.tooltip-right:focus:after {
2075 -webkit-transform: translateX(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002076 -moz-transform: translateX(12px);
2077 transform: translateX(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002078}
2079
2080/* Move directional arrows down a bit for left/right tooltips */
2081.tooltip-left:before,
2082.tooltip-right:before {
2083 top: 3px;
2084}
2085
2086/* Vertically center tooltip content for left/right tooltips */
2087.tooltip-left:after,
2088.tooltip-right:after {
2089 margin-left: 0;
2090 margin-bottom: -16px;
2091}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002092
2093/*TooltipModule - Shady*/
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002094.tooltip.in {
2095 opacity: 1.0 !important;
2096 filter:alpha(opacity=100) !important;
2097}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002098.tooltip:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002099.tooltip:after{
Sarah Abouzainah98600832020-04-22 22:55:39 +02002100 width: 100% !important;
2101}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002102.tooltip .tooltip-inner{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002103 width: auto !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002104 max-width: 280px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002105 text-align: left!important;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002106 /* color:#1B3E6F;
2107 background-color: #fff !important; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002108 color:#1B3E6F;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002109 background-color: #C3CDDB !important;
2110 border: solid 1px #C3CDDB;
Sarah Abouzainah42185842020-09-28 15:52:12 +02002111 border-radius: 1px !important;
2112 /* border-top-left-radius: 0 !important; */
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002113 font-size: 12px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002114 opacity: 1.0 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002115}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002116
Sarah Abouzainah42185842020-09-28 15:52:12 +02002117.bs-tooltip-auto[x-placement^=top] .arrow::before,
2118.bs-tooltip-top .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002119 border-top-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002120}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002121.bs-tooltip-auto[x-placement^=right] .arrow::before,
2122.bs-tooltip-right .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002123 border-right-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002124}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002125.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
2126.bs-tooltip-bottom .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002127 border-bottom-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002128}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002129.bs-tooltip-auto[x-placement^=left] .arrow::before,
2130.bs-tooltip-left .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002131 border-left-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002132}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002133
2134.btn{
2135padding-right: 20px !important;
2136padding-left: 20px !important;
2137
shaaban Altananyc133b832020-01-09 10:15:28 +02002138}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002139.btn.border-radius{
shaaban Altananyc133b832020-01-09 10:15:28 +02002140 border-radius: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002141}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002142.btn-primary{
2143 background-color: #1273EB !important;
2144 border-color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002145}
2146.btn-primary:hover {
2147 background-color: #0069d9 !important;
2148 border-color: #0062cc !important;
2149}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002150.btn + .btn{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002151 margin-left: 10px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002152}
2153.package-view-button button{
2154 width: 150px;
2155 float: right;
2156}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002157.package-view-button{
shadyb3c61a62020-02-16 15:47:33 +02002158 margin-top: 6px;
2159}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002160.package-view-button .btn{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002161 padding: 6px 21px;
2162 border-radius: 18px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002163 font-size: 13px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002164}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002165.package-view-button .btn:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002166 opacity: .9;
2167}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002168.package-view-button .btn-primary{
shadyb3c61a62020-02-16 15:47:33 +02002169 background-color: #1B3E6F !important;
2170 border-color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002171}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002172.package-view-button .btn-enrich,
2173.package-view-button .btn-enrich:focus,
2174.modal-footer .btn-primary.btn-enrich{
2175 background: #EB9A34 !important;
2176 border-color: #EB9A34 !important;
2177 color: #fff;
2178 outline: none !important;
2179}
2180.package-view-button .btn-deploy{
2181 background-color: #1273EB !important;
2182 border-color: #1273EB !important;
2183 color: #fff !important;
2184 /* background-color: #fff !important;
shadyb3c61a62020-02-16 15:47:33 +02002185 border-color: #D0DFF1 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002186 color: #1B3E6F !important; */
shadyb3c61a62020-02-16 15:47:33 +02002187}
2188.package-view-title {
2189 font-size: 11px;
2190 color: #1B3E6F;
2191 font-weight: bold;
2192 margin-bottom: 5px;
2193 margin-top: 20px;
2194}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002195.package-view-title+p{
shadyb3c61a62020-02-16 15:47:33 +02002196 font-size: 11px;
2197 margin-bottom: 0px;
2198}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002199.package-view-title+ul{
shadyb3c61a62020-02-16 15:47:33 +02002200 margin-bottom: 0px;
2201}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002202.package-view-button .btn-outline-secondary i{
shadyb3c61a62020-02-16 15:47:33 +02002203 font-size: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002204 margin-right: 4px;
shadyb3c61a62020-02-16 15:47:33 +02002205}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002206.card.creat-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002207 margin: 0;
2208 border-radius: 2px;
2209 border: 0;
2210 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2211}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002212.card.creat-card .single-line{
shadyb85e6de2020-01-22 13:47:41 +02002213 padding: 15px 25px 15px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002214}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002215.card.creat-card .single-line-model{
shadyb3c61a62020-02-16 15:47:33 +02002216 padding: 0px;
2217}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002218.card.creat-card .editor-container{
shadyb3c61a62020-02-16 15:47:33 +02002219 padding: 25px;
2220}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002221.single-line label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002222 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002223}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002224.single-line-model label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002225 margin-bottom: 0px;
2226 border-bottom: 1px solid #FAFAFA;
2227 padding: 15px 25px;
2228}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002229.single-line-model .label-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002230 width: 325px;
2231}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002232.single-line-model .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002233 width: calc(100% - 325px);
2234}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002235.single-line-model input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002236 border-bottom: 1px solid #FAFAFA !important;
2237 padding: 15px 25px 15px 0px;
2238}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002239.customKeyTitle span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002240 color: #C3CDDB !important;
2241 font-size: 11px;
2242}
2243.single-line-model input:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002244.single-line-custom-key input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002245 border-bottom-color: #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002246 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2247 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2248 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002249}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002250.model-note-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002251 width: calc(100% - 325px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002252 padding: 0px 25px 0px 0px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002253 margin-left: 325px;
2254}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002255.error-message{
2256 font-size:11px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002257 color: #FF6469;
2258}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002259.tages-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002260 margin-bottom: 25px;
2261}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002262.tag-notes{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002263 font-size: 11px;
2264 color: #C3CDDB;
2265 padding: 5px 25px 5px 0px;
2266 margin-bottom: 5px;
2267}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002268 .single-tage{
2269 background: #E0E8F2;
2270 font-size: 13px;
2271 color: #1B3E6F;
2272 border-radius: 50px;
2273 padding: 5px 10px;
2274 margin-right:10px;
2275 margin-bottom: 10px;
2276 }
2277 .single-tage a{
2278 color: #1B3E6F;
2279 font-size: 14px;
2280 }
2281 .label-name{
2282 width: 300px;
2283 display: inline-block;
2284 margin-bottom: 0px;
2285 font-size: 13px;
2286 font-weight: bold;
2287 }
2288 .label-name span{
2289 color:#FF6469 ;
2290 }
2291 .delete-key{
2292 color: #FF6469;
2293 font-size: 10px;
2294 background: #FFE6E7;
2295 border: 1px solid #FFC9CB;
2296 padding: 3px 10px 2px;
2297 margin-left: 10px;
2298 border-radius: 5px;
2299 }
2300 .delete-key:hover{
2301 color: #C94448;
2302 background: #FFC9CB;
2303 border: 1px solid #FF6469;
2304 text-decoration: none;
2305 }
2306 .label-input{
2307 width: calc(100% - 300px);
2308 display: inline-block;
2309 }
2310.form-check-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002311 margin-left: 0px !important;
2312 margin-top: 2px !important;
2313}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002314.form-check-input+span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002315 margin-left: 20px;
2316 margin-right: 50px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002317 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02002318 display: flex;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002319}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002320.form-check-input+span i{
shadyb3c61a62020-02-16 15:47:33 +02002321 margin-right: 5px;
2322 margin-left: 5px;
2323}
2324
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002325.label-input input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002326 margin-bottom: 0px;
2327 outline: 0px;
2328 border: 0px;
2329 font-size: 14px;
2330 width: 100%;
2331 color: #1B3E6F;
2332 transition: all 250ms ease-out;
2333}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002334.label-input input:focus{
2335 border-bottom: solid 1px #1B3E6F;
2336 background: transparent !important;
2337 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2338 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2339 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2340 text-shadow: none;
2341}
2342.label-input input:disabled{
2343 background: #fff;
2344 opacity: .5;
2345}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002346.label-input input[type=radio]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002347 width: auto;
2348}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002349.label-input input[type=radio]+span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002350 font-size: 12px;
2351 display: block;
2352 margin-right: 100px;
2353}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002354.single-line select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002355 margin-bottom: 0px;
2356 padding-left: 10px;
2357 padding-right: 50px;
2358 outline: 0px;
2359 border: solid 1px #EEF4F9;
2360 background: none;
2361 background: url(/assets/img/arrow.svg) 90% center #F4F9FE no-repeat;
2362 background-size: 10px;
2363 width: auto;
2364 -webkit-appearance: none;
2365 -moz-appearance: none;
2366 text-indent: 0;
2367 text-overflow: '';
2368 font-size: 13px;
2369 color: #1B3E6F;
2370}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002371.single-line select:focus{
2372 box-shadow: 0 0 0 0;
2373}
2374.single-line select option:first-child{
2375 color: #C3CDDB;
2376}
2377.single-line-model input::placeholder{
2378 font-size: 14px;
2379 color: #C3CDDB;
2380}
2381.single-line-model.error{
2382 color:#FF6469;
2383}
2384.single-line-model.error input,
2385.label-input input.ng-invalid{
2386 box-shadow: none;
2387 color:#FF6469;
2388 border-bottom: 1px solid #FF6469 !important;
2389}
2390.single-line .custom-key{
2391 background: none;
2392 border: 0px;
2393 color:#1273EB ;
2394 font-size: 15px;
2395}
2396.single-line .custom-key:focus{
2397 outline: none;
2398}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002399.creat-container{
2400 padding:70px 100px 70px 70px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002401 position: relative;
2402}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002403.single-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002404 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002405 margin-bottom: 21px;
shadyb3c61a62020-02-16 15:47:33 +02002406}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002407.single-line-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002408 width: 45%;
2409 display: inline-block;
2410}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002411.single-line-custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002412 width: 10%;
2413 display: inline-block;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002414 border-bottom: 1px solid #FAFAFA;
2415 padding: 13px 12px 14px;
shadyb3c61a62020-02-16 15:47:33 +02002416}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002417.single-line-custom-key label{
shadyb3c61a62020-02-16 15:47:33 +02002418 width: 150px;
2419 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002420 border-bottom: 1px solid #FAFAFA;
shadyb3c61a62020-02-16 15:47:33 +02002421 padding: 15px 25px;
2422}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002423.single-line-custom-key input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002424 border-bottom: 1px solid #FAFAFA !important;
2425 padding: 15px 25px 15px 0;
shadyb3c61a62020-02-16 15:47:33 +02002426}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002427.single-line-custom-key input::placeholder{
shadyb3c61a62020-02-16 15:47:33 +02002428 font-size: 14px;
2429 color: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002430}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002431.single-line-custom-key .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002432 width: calc(100% - 150px);
2433}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002434.single-line-custom-key .label-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002435 color: #C3CDDB !important;
2436 margin-right: 20px;
2437}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002438.custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002439 background: transparent;
2440 color: #FF6469;
2441 outline: 0px;
2442 border: 0px;
2443}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002444.custom-key-delete:focus{
shadyb3c61a62020-02-16 15:47:33 +02002445 outline: 0px;
2446 border: 0px;
2447}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002448hr{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002449 margin-top: 0rem !important;
2450 margin-bottom: 0rem !important;
2451 border-top: 1px solid #efefef !important;
2452}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002453.creat-action-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002454 position: fixed;
2455 right: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002456 top: 104px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002457 width: 130px;
2458 text-align: center;
2459}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002460.action-button{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002461 display: inline-block;
2462 width: 70px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002463 margin-bottom: 12px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002464 color: #BABBC3 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002465 font-size: 10px;
2466 font-weight: bold;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002467 background: transparent;
2468 border: 0;
2469 padding: 0;
2470}
2471.action-button:disabled,
2472.action-button:disabled:hover{
2473 cursor: unset;
2474 opacity: .5 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002475}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002476.action-button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002477 text-decoration: none;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002478 cursor: pointer;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002479}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002480.action-button i{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002481 background: #fff;
2482 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2483 width: 40px;
2484 height: 40px;
2485 text-align: center;
2486 line-height: 40px;
2487 border-radius: 40px;
2488 color: #1B3E6F;
2489 font-size: 17px;
2490 display: inline-block;
2491}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002492.action-button i:hover{
2493 background: #dee2e6;
2494}
2495.action-button i.icon-save-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002496 background: #1273EB;
2497 color: #fff;
2498 font-size: 11px;
2499}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002500.action-button i.icon-discard-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002501 font-size: 11px;
2502 color: #C3CDDB;
2503}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002504/* .action-button.save{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002505 color: #1273EB !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002506}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002507.action-button.save:hover{
2508 opacity: .9;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002509} */
2510
2511
2512.action-button.save{
2513 color: #66BB00 !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002514}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002515/*Flash Glowing button style*/
2516.action-button.save i{
2517background-color: #66BB00;
2518-webkit-animation: glowing 1500ms infinite;
2519-moz-animation: glowing 1500ms infinite;
2520-o-animation: glowing 1500ms infinite;
2521animation: glowing 1500ms infinite;
2522}
2523@-webkit-keyframes glowing {
2524 0% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2525 50% { background-color: #7CD116; -webkit-box-shadow: 0 0 40px #7CD116; }
2526 100% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2527}
2528
2529@-moz-keyframes glowing {
2530 0% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2531 50% { background-color: #7CD116; -moz-box-shadow: 0 0 40px #7CD116; }
2532 100% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2533}
2534
2535@-o-keyframes glowing {
2536 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2537 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2538 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2539}
2540
2541@keyframes glowing {
2542 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2543 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2544 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2545}
2546
2547
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002548/* .action-button.delete i{
shadyb3c61a62020-02-16 15:47:33 +02002549 color: #BABBC3;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002550} */
2551.action-button.delete,
2552.action-button.delete i,
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002553.action-button.delete:hover,
2554.action-button.delete:hover .icon-delete-sm{
2555 color: #FF6469 !important;
shadyb3c61a62020-02-16 15:47:33 +02002556}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002557.mode-icon{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002558 font-size: 20px;
2559}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002560
2561/*MODAL*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002562.modal-dialog{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002563 margin-top: 60px !important;
2564}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002565.modal{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002566 z-index: 11000000 !important;
2567 background: rgba(27, 62, 111, 0.10) !important;
2568}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002569.modal-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002570 border-radius: 2px !important;
2571 border: 0 !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002572 box-shadow: 0 2px 6px rgba(47, 83, 151, .10);;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002573}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002574.modal-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002575 font-size: 14px !important;
2576}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002577.modal-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002578 padding: 1.5rem 1.5rem 1rem !important;
2579}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002580.enrichModal .modal-dialog{
2581 max-width: 60% !important;
2582}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002583.modal-body p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002584 font-size: 14px;
2585}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002586.modal-body p span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002587 color: #FF6469;
2588}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002589.modal-header{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002590 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002591 padding: .7rem 1.5rem !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002592}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002593.modal-footer{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002594 padding-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002595 border-top: 0 !important;
2596}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002597.modal-footer .btn{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002598 padding: 8px 15px;
2599 font-weight: bold;
2600 font-size: 12px;
2601 border: 0 !important;
2602}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002603.modal-footer .btn-primary{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002604 background-color: #1B3E6F !important;
2605}
2606.modal-footer .btn-secondary,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002607.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002608 background-color: transparent;
2609 color: #1273EB;
2610 opacity: .8;
2611}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002612.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002613 opacity: 1;
2614}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002615.modal-footer .btn-secondary:active{
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002616 background-color: #E7F1FC !important;
2617 color: #1B3E6F !important;
2618}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002619.btn-modal-remove-file:hover{
2620 cursor: pointer;
2621}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002622.action-button span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002623 width: 100%;
2624 display: inline-block;
2625 margin-top: 5px;
2626}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002627.creat-action-container hr{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002628 margin: 0 46px;
2629 padding-bottom: 18px;
2630}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002631.btn-link:hover, .btn-link:focus{
shaaban Altananyc133b832020-01-09 10:15:28 +02002632 text-decoration: none !important;
2633}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002634.btn-link::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002635 content: "\f107";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002636 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002637 position: relative;
2638 margin-right: 20px;
2639}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002640.btn-link.collapsed::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002641 content: "\f105";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002642 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002643 position: relative;
shadyb85e6de2020-01-22 13:47:41 +02002644 margin-right: 25px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002645}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002646.btn-link i{
shaaban Altananyc133b832020-01-09 10:15:28 +02002647 margin-right: 10px;
2648}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002649.ngx-file-drop__content{
shaaban Altananyc133b832020-01-09 10:15:28 +02002650 background: #F4F9FE;
2651 padding: 20px;
2652 height: auto !important;
2653 display: inline-block !important;
2654 width: 100%;
2655}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002656.ngx-file-drop__drop-zone{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002657 border: 1px dashed #D7E7F9 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002658 border-radius: 0px !important;
2659 height: auto !important;
2660}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002661.folder-upload{
shaaban Altananyc133b832020-01-09 10:15:28 +02002662 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002663 margin: 15px auto 18px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002664 display: inline-block;
2665 text-align: center;
2666}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002667.btn-group-sm>.btn, .btn-sm{
shadyb85e6de2020-01-22 13:47:41 +02002668 font-size: 12px;
2669}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002670.create-title{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002671 margin-bottom: 0;
shadyb85e6de2020-01-22 13:47:41 +02002672 font-size: 14px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002673 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002674 /* text-transform: uppercase; */
2675 line-height: 32px;
shadyb85e6de2020-01-22 13:47:41 +02002676}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002677.folder-upload-text{
shaaban Altananyc133b832020-01-09 10:15:28 +02002678 margin-top: 10px;
2679 width: 100%;
2680 display: inline-block;
2681 text-align: center;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002682 color:#242424 ;
shadyb85e6de2020-01-22 13:47:41 +02002683 font-size: 14px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002684}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002685.folder-upload-text button{
shaaban Altananyc133b832020-01-09 10:15:28 +02002686 margin-left: 10px;
2687 font-size: 12px;
2688}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002689.folder-upload-type{
2690 color:#A4B2C6 ;
shaaban Altananyc133b832020-01-09 10:15:28 +02002691 font-size: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002692 font-weight: bold;
shaaban Altananyc133b832020-01-09 10:15:28 +02002693 width: 100%;
2694 display: inline-block;
2695 text-align: center;
2696}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002697.upload-table{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002698 margin: 15px 0 0;
2699}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002700.upload-table tr{
2701 border: dashed 1px #D7E7F9;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002702}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002703.upload-table tr th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002704 border-bottom: solid 1px #F4F9FE !important;
2705}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002706.upload-table .table thead th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002707 padding: 6px 9px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002708 border-top: 0px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002709 font-weight: normal;
2710 font-size: 13px;
2711}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002712.upload-table .table thead th:first-child{
2713 width: 24px;
2714 padding-right: 0;
2715}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002716.upload-table tr:last-child th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002717 border-bottom: 0 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002718}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002719.upload-table .table{
shaaban Altananyc133b832020-01-09 10:15:28 +02002720 margin-bottom: 0px !important;
2721}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002722.nav-tabs .nav-link{
shaaban Altananyc133b832020-01-09 10:15:28 +02002723 position: relative;
2724}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002725.nav-tabs .nav-link.tab-done{
shadyb3c61a62020-02-16 15:47:33 +02002726 padding-left: 40px !important;
2727}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002728.nav-tabs .nav-link.tab-done::after{
shaaban Altananyc133b832020-01-09 10:15:28 +02002729 content: "\f058";
2730 position: absolute;
2731 font-family: 'FontAwesome';
shadyb3c61a62020-02-16 15:47:33 +02002732 left: 17px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002733 font-size: 16px;
2734 top: 11px;
2735 color: #66BB00;
2736}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002737.authentication-container-all{
shadyb85e6de2020-01-22 13:47:41 +02002738 background: #F4F9FE;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002739 border:1px solid #D0DFF1 ;
shadyb85e6de2020-01-22 13:47:41 +02002740 flex: 1;
2741 width: 100%;
2742}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002743.authentication-header{
shadyb85e6de2020-01-22 13:47:41 +02002744 width: 100%;
2745 background: #fff;
2746 font-size: 12px;
2747 color: #C3CDDB;
2748 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002749 padding: 10px 20px ;
shadyb85e6de2020-01-22 13:47:41 +02002750}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002751.authentication-search{
shadyb85e6de2020-01-22 13:47:41 +02002752 width: 100%;
2753 background: #fff;
2754 font-size: 12px;
2755 color: #C3CDDB;
2756 font-weight: bold;
2757 position: relative;
2758}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002759.authentication-search::after{
shadyb85e6de2020-01-22 13:47:41 +02002760 content: "\f002";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002761 font-family: 'FontAwesome';
2762 position: absolute;
2763 left: 20px;
2764 top: 11px;
shadyb85e6de2020-01-22 13:47:41 +02002765}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002766.authentication-search input{
shadyb85e6de2020-01-22 13:47:41 +02002767 width: 100%;
2768 background: #fff;
2769 font-size: 12px;
2770 color: #C3CDDB;
2771 font-weight: bold;
2772 padding: 10px 20px 10px 35px;
2773 border: 0px;
2774 border-top: 1px solid #D7E7F9;
2775}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002776.authentication-search input::placeholder{
shadyb85e6de2020-01-22 13:47:41 +02002777 color: #D0D7E4;
2778 font-size: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002779 font-weight:100;
shadyb85e6de2020-01-22 13:47:41 +02002780}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002781.authentication-accordion{
2782 width: 100%;
shadyb85e6de2020-01-22 13:47:41 +02002783 padding: 20px;
2784 max-height: 300px;
2785 overflow: auto;
2786}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002787.authentication-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002788 border-radius: 0px !important;
2789 margin-bottom: 10px !important;
2790}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002791.authentication-accordion .card-header{
shadyb85e6de2020-01-22 13:47:41 +02002792 padding: 0px !important;
2793 background: #fff !important;
2794 border-radius: 0px !important;
2795 font-size: 18px;
2796 font-weight: bold;
2797}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002798.authentication-accordion .card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002799 color: #1B3E6F;
2800 width: 100%;
2801 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002802 padding: 9px 0px !important;
2803 font-size: 13px;
2804 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002805}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002806.authentication-accordion .custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002807 display: inline-block;
2808}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002809.authentication-accordion .btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002810 margin-right: 10px;
2811}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002812.authentication-accordion .btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002813 margin-right: 14px;
2814}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002815.template-mapping-accordion{
shadyb85e6de2020-01-22 13:47:41 +02002816 width: 100%;
2817}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002818.templateNote{
2819 font-size: 12px;
2820 color: #C1CDDD;
2821}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002822.card-header .btn.regularTitle{
2823 padding-left: 0 !important;
2824 padding-right: 0 !important;
2825 color: #1B3E6F;
2826 font-size: 13px;
2827 font-weight: bold;
2828}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002829.template-mapping-accordion .accordian-title{
2830 color: #C3CDDB !important;
2831 font-size: 12px !important;
2832 font-weight: normal !important;
2833}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002834.card{
shadyb85e6de2020-01-22 13:47:41 +02002835 border-radius: 2px;
2836 border: 0;
2837 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2838 border: 0px !important;
2839}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002840.card-header{
shadyb3c61a62020-02-16 15:47:33 +02002841 padding: 0px 25px !important;
shadyb85e6de2020-01-22 13:47:41 +02002842 background: #F4F9FE !important;
2843 border-radius: 0px !important;
2844 border-bottom: 1px solid #ECEDF2 !important;
2845}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002846.template-mapping-accordion .card-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002847 padding: 20px 26px 0 !important;
shadyb85e6de2020-01-22 13:47:41 +02002848 font-size: 14px;
2849}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002850.card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002851 color: #1B3E6F;
2852 width: 100%;
2853 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002854 padding: 9px 0px !important;
2855 font-size: 13px;
2856 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002857}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002858.accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002859 margin-bottom: 0px !important;
2860 border-top: 1px solid #ECEDF2 !important;
2861}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002862.accordion > .card > .card-header{
2863 padding: 0 !important;
2864}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002865.template-mapping-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002866 margin-bottom: 25px !important;
2867}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002868.custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002869 display: inline-block;
2870}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002871.btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002872 margin-right: 10px;
2873}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002874.btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002875 margin-right: 14px;
2876}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002877.drap-drop-action{
shadyb85e6de2020-01-22 13:47:41 +02002878 padding: 12px 20px 9px 20px;
2879 color: #C3CDDB;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002880 cursor:move;
shadyb85e6de2020-01-22 13:47:41 +02002881 font-size: 15px;
2882}
2883.modal-title {
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002884 font-size: 13px;
2885 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002886}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002887.select-type{
shadyb85e6de2020-01-22 13:47:41 +02002888 background: #F4F9FE;
2889 border: 1px solid #D7E7F9;
2890 padding: 10px;
2891 text-align: center;
2892 color: #1273EB;
2893 font-size: 15px;
2894 width: 100%;
2895 position: relative;
2896}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002897.select-type:hover, .select-type.active{
shadyb85e6de2020-01-22 13:47:41 +02002898 background: #1B3E6F;
2899 border: 1px solid #D7E7F9;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002900 color: #fff;
shadyb85e6de2020-01-22 13:47:41 +02002901 text-decoration: none;
2902}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002903.select-type-icon{
shadyb85e6de2020-01-22 13:47:41 +02002904 font-size: 35px;
2905}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002906.select-type::before{
shadyb85e6de2020-01-22 13:47:41 +02002907 content: '';
2908 border: 1px solid #1273EB;
2909 width: 18px;
2910 height: 18px;
2911 border-radius: 18px;
2912 display: inline-block;
2913 left: 10px;
2914 position: absolute;
2915}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002916.select-type:hover::before, .select-type.active::before{
shadyb85e6de2020-01-22 13:47:41 +02002917 border: 1px solid #fff;
2918}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002919.select-type.active::after{
shadyb85e6de2020-01-22 13:47:41 +02002920 content: '';
2921 background: #fff;
2922 width: 12px;
2923 height: 12px;
2924 border-radius: 18px;
2925 display: inline-block;
2926 left: 13px;
2927 position: absolute;
2928 top: 13px;
2929}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002930.ace_scroller{
2931 overflow: auto !important;
2932}
2933.ace_print-margin{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002934 left: 100% !important;
shadyb3c61a62020-02-16 15:47:33 +02002935 background: #eee !important;
2936}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002937.ace_content{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002938 width: 100% !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002939}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002940.ace_editor{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002941 height: 55vh !important;
shadyb3c61a62020-02-16 15:47:33 +02002942 line-height: 25px;
2943 border: 1px solid #ECEDF2;
2944 background-color: #fff;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002945 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002946}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002947.ace_gutter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002948 background: #E0E8F2 !important;
2949 border-right: 0px !important;
2950 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002951}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002952.ace_gutter-active-line{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002953 background-color: #265699 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002954 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +02002955}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002956.ace_cursor{
2957 color: #265699 !important;
shadyb3c61a62020-02-16 15:47:33 +02002958}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002959.ace-tm .ace_marker-layer .ace_active-line{
2960 background: #F4F9FE !important;
shadyb3c61a62020-02-16 15:47:33 +02002961}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002962.breadcrumb-header{
shadyb3c61a62020-02-16 15:47:33 +02002963 padding: 0px;
2964 margin: 0px;
2965}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002966.breadcrumb-header li{
shadyb3c61a62020-02-16 15:47:33 +02002967 list-style: none;
2968 display: inline-block;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002969 font-size: 14px;
shadyb3c61a62020-02-16 15:47:33 +02002970}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002971
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002972.breadcrumb-header li:last-child::after{
shadyb3c61a62020-02-16 15:47:33 +02002973 display: none;
2974}
2975
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002976.breadcrumb-header li:last-child{
2977/* background: #F4F9FE; */
2978border-radius: 50px;
2979color: #C3CDDB;
2980padding: 0 10px 0 0;
shadyb3c61a62020-02-16 15:47:33 +02002981}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002982.breadcrumb-header li:first-child,
2983.breadcrumb-header li:first-child a{
shadyb3c61a62020-02-16 15:47:33 +02002984 font-size: 16px;
2985 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002986 padding: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002987 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002988 border-radius: 0px;
2989 background: transparent;
shadyb3c61a62020-02-16 15:47:33 +02002990}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002991.create-template-import{
shadyb3c61a62020-02-16 15:47:33 +02002992 width: 100%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002993 margin: 30px 0px 10px ;
shadyb3c61a62020-02-16 15:47:33 +02002994}
2995
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002996.create-template-import a:hover{
shadyb3c61a62020-02-16 15:47:33 +02002997 text-decoration: none;
2998}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002999.mapping-source-load{
shadyb3c61a62020-02-16 15:47:33 +02003000 color: #1B3E6F;
3001 font-size: 10px;
3002 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003003 display: inline-block;
3004 vertical-align: top;
shadyb3c61a62020-02-16 15:47:33 +02003005 margin-top: 20px;
3006 margin-bottom: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003007 margin:15px 30px 20px;
shadyb3c61a62020-02-16 15:47:33 +02003008}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003009.mapping-source-load:hover{
shadyb3c61a62020-02-16 15:47:33 +02003010 text-decoration: none;
3011}
3012.mapping-source-load i {
3013 color: #1B3E6F;
3014 font-size: 36px;
3015 padding: 10px;
shadyb3c61a62020-02-16 15:47:33 +02003016 border-radius: 100px;
3017 width: 70px;
3018 height: 70px;
3019 display: inline-block;
3020 line-height: 52px;
3021 margin-bottom: 20px;
3022}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003023.mapping-source-load:hover i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003024 background: #F4F9FE;
3025}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003026.mapping-source-load:hover span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003027 color: #1273EB;
3028}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003029.source-load-note{
3030 color:#C3CDDB ;
shadyb3c61a62020-02-16 15:47:33 +02003031 font-size: 8px;
3032}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003033.mapping-source-load.hover-disable{
3034 opacity: .5;
3035}
3036.mapping-source-load.hover-disable:hover span{
3037 color: #1B3E6F;
3038}
3039.mapping-source-load.hover-disable:hover i{
3040 background: transparent;
3041}
Sarah Abouzainah42185842020-09-28 15:52:12 +02003042.mapping-editBar{
3043 margin-bottom: 1rem;
3044}
3045.mapping-editBar .custom-checkbox,
3046.mapping-editBar .btn{
3047 margin: 0 4px !important;
3048 padding: 9px !important;
3049 width: 36px;
3050 height: 36px;
3051 background: #F4F9FE;
3052 border-radius: 50% !important;
3053 text-align: center;
3054 line-height: 14px;
3055}
3056.mapping-editBar .custom-checkbox{
3057 margin-left: 0 !important;
3058}
3059.mapping-editBar .custom-control-label{
3060 top: -2px;
3061 left: 16px;
3062}
3063.mapping-editBar .btn i{
3064 color: #1B3E6F;
3065 font-size: 18px;
3066 opacity: .5;
3067}
3068.mapping-editBar .custom-checkbox:hover,
3069.mapping-editBar .btn:hover i{
3070 opacity: 1;
3071}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003072.template-mapping-list{
shadyb3c61a62020-02-16 15:47:33 +02003073 background: #F4F9FE;
3074 border: 1px solid #E9F3FF;
3075 padding: 5px 10px;
3076 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3077 width: 100%;
3078 display: inline-block;
3079 margin-bottom: 20px;
3080 color: #1B3E6F;
3081}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003082.template-mapping-list:hover,
3083.template-mapping-list.active {
3084 /* background: #1B3E6F; */
shadyb3c61a62020-02-16 15:47:33 +02003085 text-decoration: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003086 /* color: #fff !important; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003087 border-radius: 4px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003088 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
shadyb3c61a62020-02-16 15:47:33 +02003089}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003090.template-mapping-list p,
3091.template-mapping-list:hover p{
3092 margin-bottom: 0;
3093 width: 60%;
3094 display: inline-block !important;
3095}
3096.template-mapping-list:hover p{
3097 width: 90%;
3098}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003099.template-mapping-list:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003100 opacity: .9;
3101}
3102
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003103.template-mapping-list span{
shadyb3c61a62020-02-16 15:47:33 +02003104 background: #fff;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003105 border: solid 1px #E9F3FF;
shadyb3c61a62020-02-16 15:47:33 +02003106 color: #2A81ED;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003107 font-size: 9px;
shadyb3c61a62020-02-16 15:47:33 +02003108 float: right;
3109 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003110 padding: 3px 10px;
shadyb3c61a62020-02-16 15:47:33 +02003111 margin-left: 5px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003112}
3113.template-mapping-list:hover span{
3114 display: none;
3115}
3116.deleteTemplate{
3117 display: none;
3118 position: absolute;
3119 right: 21px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003120 top: 2px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003121 border: 0;
3122 background: transparent;
3123}
3124.deleteTemplate i{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003125 color: #FF6469 !important;
3126 font-size: 16px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003127}
3128.template-mapping-list:hover .deleteTemplate{
3129 display: inline;
shadyb3c61a62020-02-16 15:47:33 +02003130}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003131.max-height-list{
shadyb3c61a62020-02-16 15:47:33 +02003132 max-height: 232px;
3133 padding-bottom: 5px !important;
3134 overflow: auto;
3135}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003136.create-template-mapping-button{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003137 background: #C3CDDB;
3138 border-radius: 50px;
3139 font-size: 12px;
3140 font-weight: bold;
3141 padding: 10px 20px;
3142 margin-bottom: 20px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003143 display: inline-block;
3144 cursor: pointer;
shadyb3c61a62020-02-16 15:47:33 +02003145}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003146.create-template-mapping-button i{
3147margin-right: 5px;
3148 }
3149.view-package-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003150 padding: 20px 56px;
shadyb3c61a62020-02-16 15:47:33 +02003151}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003152.package-type-icon{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003153 color: #1B3E6F;
3154 background: #C1CDDD;
3155 width: 48px;
3156 height: 48px;
3157 border-radius: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003158 display: inline-block;
3159 text-align: center;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003160 line-height: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003161 font-size: 20px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003162 /* margin-right: 20px; */
shadyb3c61a62020-02-16 15:47:33 +02003163}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003164.defintionsNote{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003165 padding-left: 0;
3166}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003167.defintionsNote li{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003168 line-height: 24px;
3169 list-style: none;
3170 font-size: 13px;
3171}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003172.package-name-container{
shadyb3c61a62020-02-16 15:47:33 +02003173 width: calc(100% - 60px);
3174 display: inline-block;
3175}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003176.package-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003177 font-size: 16px;
3178 color: #1B3E6F;
3179 font-weight: bold;
3180 margin-top: 3px;
shadyb3c61a62020-02-16 15:47:33 +02003181}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003182.package-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003183 font-size: 11px;
shadyb3c61a62020-02-16 15:47:33 +02003184}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003185.package-name i{
shadyb3c61a62020-02-16 15:47:33 +02003186 font-size: 12px;
3187 color: #C3CDDB;
3188 margin-left: 5px;
3189}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003190.deply-status-icon{
Sarah Abouzainah95c95202020-07-05 19:45:40 +02003191 margin-right: 4px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003192 width: 1.6%;
3193 vertical-align: baseline;
shadyb3c61a62020-02-16 15:47:33 +02003194}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003195.package-description{
shadyb3c61a62020-02-16 15:47:33 +02003196 color: #D0D7E4;
3197 font-size: 12px;
3198 font-weight: normal;
3199}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003200.package-auth-info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003201 font-size: 11px;
3202}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003203.package-auth-info p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003204 margin-bottom: 5px;
3205}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003206.package-auth-info div{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003207 padding-left: 25px;
3208 border-right: solid 1px #F4F9FE;
3209}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003210.package-auth-info div:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003211 padding-left: 15px;
3212}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003213.package-auth-info .col-4:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003214 padding-left: 15px;
3215}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003216.package-auth-info div:last-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003217 border-right: 0;
3218}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003219.package-auth-info .package-contributers{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003220 margin-bottom: 0 !important;
3221}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003222.package-auth-info .package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003223 width: 20px;
3224 height: 20px;
3225}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003226.template-mapping-action{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003227 margin-bottom: 20px;
shadyb3c61a62020-02-16 15:47:33 +02003228}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003229.template-mapping-action button{
shadyb3c61a62020-02-16 15:47:33 +02003230 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003231 padding: 4px 20px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003232 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02003233}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003234.template-mapping-action .btn-primary{
Sarah Abouzainah42185842020-09-28 15:52:12 +02003235 background:#66BB00 !important ;
3236 border-color:#66BB00 !important ;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003237 color: #fff !important ;
shadyb3c61a62020-02-16 15:47:33 +02003238}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003239.template-mapping-action .btn-outline-secondary{
3240 background:#fff !important ;
3241 border-color:#ECEDF2 !important ;
3242 color: #C3CDDB !important ;
shadyb3c61a62020-02-16 15:47:33 +02003243}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003244.template-mapping-action .btn-outline-secondary:hover{
3245 color: #1B3E6F !important;
3246}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003247.table-container{
shadyb3c61a62020-02-16 15:47:33 +02003248 width: 100%;
3249}
3250/*
3251 server-side-angular-way.component.css
3252*/
3253.no-data-available {
3254 text-align: center;
3255}
3256
3257/*
3258 src/styles.css (i.e. your global style)
3259*/
3260.dataTables_empty {
3261 display: none;
3262}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003263.dataTables_length,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003264.dataTables_filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003265 margin-bottom: 6px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003266 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003267 font-size: 13px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003268 /* font-weight: bold; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003269}
3270
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003271.dataTables_filter input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003272 color: #1B3E6F;
3273 background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003274 padding: 4px 9px 4px 24px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003275 border: solid 1px #ECEDF2;
3276 border-radius: 4px;
3277}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003278.dataTables_filter input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003279 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3280}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003281.mapping-table th,
3282.mapping-table td{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003283 width: auto !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003284 padding: 7px 20px 7px 0 !important;
3285 border-bottom: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003286 font-size: 13px;
3287}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003288.mapping-table th:first-child,
3289.mapping-table td:first-child{
3290 padding-left: 20px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003291}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003292.mapping-table thead th{
3293 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003294}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003295.mapping-table tbody tr:hover{
3296 background-color: #F4F9FE !important;
3297}
3298.mapping-table th{
3299 padding-top: 10px !important;
3300 padding-bottom: 10px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003301 background: #F4F9FE;
3302}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003303.mapping-table td{
3304 border-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003305}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003306table.dataTable.no-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003307 margin-bottom: 9px;
3308 border-bottom: solid 1px #ECEDF2 !important;
3309}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003310.dataTables_info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003311 padding-top: 12px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003312 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003313 font-size: 13px;
3314 font-weight: bold;
3315}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003316.dataTables_wrapper .dataTables_paginate,
3317.dataTables_wrapper .dataTables_paginate a.paginate_button,
3318.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003319.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003320 margin-bottom: 3px;
3321 color: #1B3E6F !important;
3322 font-size: 13px;
3323 font-weight: bold;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003324 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003325}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003326.dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003327 border: 0;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003328 color: #1B3E6F !important;
3329 background: none !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003330}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003331.dataTables_wrapper .dataTables_paginate a.paginate_button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003332 padding: 0.4em .9em !important;
3333}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003334.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003335 color: #1B3E6F !important;
3336 background: #F4F9FE !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003337 border: solid 1px #EEF4F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003338 border-radius: 100% !important;
3339 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3340 outline: 0;
3341}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003342.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003343 opacity: .6;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003344}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003345.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003346 cursor: default;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003347 background: none !important;
3348 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003349}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003350.mapping-table .form-control,
3351.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003352 padding: 10px 6px;
3353 border-color: #EEF4F9;
3354 font-size: 14px;
3355 line-height: 12px;
3356 color: #1B3E6F;
3357}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003358.mapping-table .form-control{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003359 box-shadow: 0 2px 4px rgba(47,83,151,0.1);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003360}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003361.mapping-table tbody tr:hover .form-control:focus,
3362.mapping-table tbody tr:hover .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003363 background-color: #fff !important;
3364}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003365.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003366 background-color: #F4F9FE;
3367 color: #1B3E6F;
3368}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003369.mapping-table .form-control:disabled{
Sarah Abouzainah98600832020-04-22 22:55:39 +02003370 padding-left: 0;
3371 box-shadow: none;
3372 border: 0;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003373 background: transparent !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003374 color: #1B3E6F;
3375}
AhmedEldeeb50bf566c12020-05-07 16:10:33 +02003376
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003377/* Windows View as 150% */
3378@media (resolution: 150dpi) {
3379 /* @media (-webkit-device-pixel-ratio: 1.5) { */
3380 .body-container > .container{
3381 max-width: 960px !important;
3382 }
3383}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003384/* Extra small devices (portrait phones, less than 576px) */
3385@media (max-width: 575.98px) {
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003386 .page-title{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003387 padding: 18px;
3388 }
3389}
3390
3391/* Small devices (landscape phones, 576px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003392@media (min-width: 576px) and (max-width: 767.98px) {
3393
3394}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003395
3396/* Medium devices (tablets, 768px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003397@media (min-width: 768px) and (max-width: 991.98px) {
3398
3399}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003400
3401/* Large devices (desktops, 992px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003402@media (min-width: 992px) and (max-width: 1199.98px) {
3403
3404}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003405
3406/* Extra large devices (large desktops, 1200px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003407@media (min-width: 1200px) {
3408
3409}
3410
3411
3412
3413
3414
3415
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003416/* Package Wizard panel */
3417.packageWizard.panel-wrap{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003418 position: fixed;
3419 top: 100px;
3420 bottom: 0;
3421 right: 0;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003422 width: 350px;
3423 height: 200px;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003424 transform: translateX(100%);
3425 transition: .3s ease-out;
3426 z-index: 2000;
3427}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003428.packageWizard .panel{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003429 position: absolute;
3430 top: 0;
3431 bottom: 0;
3432 left: 0;
3433 right: 0;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003434 overflow: auto;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003435 padding: 20px;
3436 padding-top: 9px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003437 background: #1B3E6F;
3438 color: #fff;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003439 border-top: solid 6px #1273EB;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003440 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003441 border-radius: 3px !important;
3442 /* border-top-right-radius: 0 !important;
3443 border-bottom-right-radius: 0 !important; */
3444 text-align: center;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003445}
3446
3447/* simulate panel state control --
3448this can also be triggered by a
3449class name added to the body tag.
3450Just using a checkbox sibling here
3451for simplicity
3452*/
3453[type="checkbox"]:checked ~ .panel-wrap {
3454 transform: translateX(0%);
3455}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003456.packageWizard h3{
3457 margin-bottom: 15px;
3458 font-weight: bold !important;
3459 font-size: 16px;
3460}
3461.packageWizard p{
3462 margin-bottom: 12px;
3463 font-size: 14px;
3464}
3465.packageWizard span{
3466 font-size: 13px;
3467 color: #C3CDDB;
3468}
3469.startTour{
3470 margin-top: 15px;
3471 padding: 9px 21px;
3472 font-weight: bold;
3473 font-size: 12px;
3474 border: 0;
3475 border-radius: 18px;
3476 background-color: #1273EB;
3477 color: #fff;
3478}
3479.closeWizard{
3480 margin-top: 12px;
3481 border: 0;
3482 background: none;
3483 font-weight: normal;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003484 color: #E0E8F2;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003485 font-size: 12px;
3486}
3487/*Wizard Content*/
3488.mat-menu-panel{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003489 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003490 border-radius: 3px !important;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003491 border-top: solid 3px #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003492}
3493.mat-menu-panel::after {
3494 content: '';
3495 display: block;
3496 width: 0;
3497 height: 0;
3498 position: absolute;
3499 border-left: 8px solid transparent;
3500 border-right: 8px solid transparent;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003501 border-bottom: 8px solid #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003502 left: 9px;
3503 top: -8px;
3504}
3505.mat-card{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003506 background: #1B3E6F !important;
3507 color: #fff !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003508 font-family: inherit !important;
3509 border-radius: 0 !important;
3510}
3511.mat-card-content,
3512.mat-card-subtitle{
3513 font-size: 13px;
3514}
3515.mat-card-title{
3516 margin-bottom: 9px !important;
3517 font-weight: bold !important;
3518 font-size: 16px !important;
3519}
3520.mat-icon-button[disabled]{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003521 color: rgba(224, 232, 242, .5) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003522}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003523
3524
3525
3526
3527
3528
3529
3530