blob: 5d797203a8e5e99a8ab63ae45823257eb80134e7 [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{
Sarah Abouzainahee01e432020-12-01 20:27:36 +02005 background: #FAFAFA !important; /*FDFDFD*/
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}
Sarah Abouzainah521d6662020-10-20 21:59:14 +020020button:focus{
21 outline: 0 !important;
22}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020023/*Bootstrap*/
Sarah Abouzainah658b6b12020-12-02 11:37:13 +020024.form-control[readonly]{
25 background-color: inherit !important;
26 opacity: .85 !important;
27 font-weight: bold;
28}
Sarah Abouzainah661d7a52020-09-30 14:53:50 +020029.custom-control-input:checked ~ .custom-control-label::before{
Sarah Abouzainah42185842020-09-28 15:52:12 +020030 border-color: transparent !important;
31}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +020032.btn{
33 transition: all .2s ease-out !important;
34}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +020035.btn-outline-danger{
36 background: #fff !important;
37 border: solid 1px #ECEDF2 !important;
38 color: #FF6469 !important;
39}
Sarah Abouzainah6ec780f2020-11-26 14:20:30 +020040.btn-secondary:not(:disabled):not(.disabled).active,
41.btn-secondary:not(:disabled):not(.disabled):active{
42 border-color: transparent !important;
43}
44.btn-secondary:not(:disabled):not(.disabled).active:focus,
45.btn-secondary:not(:disabled):not(.disabled):active:focus{
46 box-shadow: none !important;
47 border-color: transparent !important;
48}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020049.btn:disabled:hover{
50 cursor: default;
51}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +020052.btn.disabled,
53.btn:disabled{
54 opacity: .5 !important;
55}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020056.custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020057 border: solid 1px #C3CDDB !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020058 border-radius: 0 !important;
59}
Sarah Abouzainah661d7a52020-09-30 14:53:50 +020060.reuiredInput .custom-control-label::before{
61 width: 18px !important;
62 height: 18px !important;
63 border-radius: 50% !important;
64}
Sarah Abouzainahee01e432020-12-01 20:27:36 +020065.readonlyTxt{
66 color: #BABBC3;
67 font-size: 11px;
68}
Sarah Abouzainah661d7a52020-09-30 14:53:50 +020069.reuiredInput .custom-control-label::after{
70 content: "_";
71 color: #C4CEDB !important;
72 width: 18px !important;
73 height: 18px !important;
74 line-height: 6px;
75 text-align: center;
76}
77.reuiredInput .custom-control-input:checked ~ .custom-control-label::after{
78 top: 4px !important;
79 left: -24px !important;
80 content: "";
81}
82.reuiredInput .custom-control-input:checked ~ .custom-control-label::before{
83 background: #66BB00 !important;
84}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020085.custom-control-input:checked ~ .custom-control-label::before{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020086 background: #1B3E6F !important;
87}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020088.custom-radio .custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020089 border-radius: 50% !important;
90}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020091.custom-control-label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020092 font-size: 13px;
93 line-height: 24px;
94}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020095.form-check-input + span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020096 display: inline-flex !important;
97}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020098.form-check-input + span i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020099 margin-right: 9px !important;
100}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200101.form-control:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200102 background-color: #F4F9FE !important;
103}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200104.label-input input[type="radio"]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200105 width: 14px !important;
106 height: 14px;
107}
Sarah Abouzainah87f19fd2020-10-13 18:12:04 +0200108.btn[aria-expanded="true"] > .card{
109 overflow: visible;
110}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200111.card-header .btn[aria-expanded="true"],
112.card-header .btn[aria-expanded="false"]{
113 padding-left: 25px !important;
114 padding-right: 25px !important;
115 border-radius: 0 !important;
116}
117.card-header .btn[aria-expanded="true"]{
118 background-color:#F4F9FE;
119}
120.card-header .btn[aria-expanded="false"]{
121 background-color:#fff;
122}
123/*NGX-TOASTR*/
124.ngx-toastr{
125 border-radius: 2px !important;
126 color: #1B3E6F !important;
127 font-size: 13px !important;
128 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
129}
130.toast-success{
131 border-left: solid 5px #66BB00 !important;
132 background: url(/assets/img/icon-required-yes.svg) 12px center #fff no-repeat !important;
133}
134.toast-error{
135 border-left: solid 5px #FF6469 !important;
136 background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200137 background-size: 18px !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200138}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200139.toast-info{
140 border-left: solid 5px #1273EB !important;
141 background: url(/assets/img/icon-info-color.svg) 12px center #fff no-repeat !important;
142}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200143/*ICONS*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200144.icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200145 font-size: 3px !important;
146 color: #1B3E6F;
147 vertical-align: middle;
148}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200149/*Components*/
Sarah Abouzainah981573b2020-12-15 02:15:46 +0200150.copyright{
151 margin-right: 6px;
152 padding: 9px 6px 0px;
153 font-size: 10px;
154 color: #8D96A3;
155 background: #F4F9FE;
156 border-radius: 3px;
157}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200158/* Menu Styles */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200159.primary-nav{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200160 /* left: 0; */
161 position: fixed;
162 z-index: 999;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200163}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200164.menu{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200165 position: relative;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200166}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200167.menu ul{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200168 margin: 0;
169 padding: 0;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200170 list-style: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200171}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200172.open-panel{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200173 border: none;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200174 background-color:#fff;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200175 padding: 0;
176}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200177.logo-icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200178 background: #fff;
179 position: relative;
180 display: block;
181 text-align: center;
182 padding: 16px 0;
183 width: 50px;
184 height: 60px;
185 left: 0;
186 top: 0;
187 z-index: 1000;
188 cursor: pointer;
189}
Sarah Abouzainah981573b2020-12-15 02:15:46 +0200190.app_version{
191 color: #1B3E6F;
192 position: absolute;
193 top: 46px;
194 z-index: 100000;
195 font-size: 8px;
196 left: 14px;
197}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200198.primary-nav .menu li{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200199 position: relative;
200}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200201.menu .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200202 position: absolute;
203 top: 12px;
204 right: 10px;
205 pointer-events: none;
206 width: 30px;
207 height: 30px;
208 color: #fff;
209 text-align: center;
210}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200211.menu .icon .fa{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200212 vertical-align: middle;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200213}
214.menu,
215.menu a,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200216.menu a:visited{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200217 color: #fff;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200218 text-decoration: none!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200219 position: relative;
220}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200221.menu a{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200222 display: block;
223 white-space: nowrap;
224 padding: 10px 1em;
225 font-size: 12px;
226 font-weight: bold;
227 height: 52px;
228 line-height: 30px;
229}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200230.menu a:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200231 color: #fff;
232}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200233.menu-dropdown li .icon{
shadyb3c61a62020-02-16 15:47:33 +0200234 text-align: center;
235 font-size: 16px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200236 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +0200237 line-height: 33px;
238}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200239.menu-dropdown a{
shadyb3c61a62020-02-16 15:47:33 +0200240 cursor: pointer;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200241}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200242.menu-dropdown li.active .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200243 color: #fff;
244 background: #265699;
245 border-radius: 50%;
246}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200247.menu-dropdown li:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200248 background: #172B4D;
249}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200250.menu label{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200251 margin-bottom: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200252 display: block;
253}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200254.menu label:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200255 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200256}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200257.menu input[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200258 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200259}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200260input#menu[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200261 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200262}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200263.sub-menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200264 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200265}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200266.new-wrapper{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200267 position: absolute;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200268 left: 50px;
269 width: calc(100% - 50px);
270 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200271}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200272#menu:checked + ul.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200273 left: 0;
274 -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
275 animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
276}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200277.sub-menu-checkbox:checked + ul.sub-menu-dropdown{
278 display: block!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200279 -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
280 animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
281 border-top: solid 2px #1B3E6F;
282}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200283.openNav .new-wrapper{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200284 position: absolute;
285 transform: translate3d(200px, 0, 0);
286 width: calc(100% - 250px);
287 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
288}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200289.downarrow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200290 background: transparent;
291 position: absolute;
292 right: 50px;
293 top: 12px;
294 color: #fff;
295 width: 24px;
296 height: 24px;
297 text-align: center;
298 display: block;
299}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200300.downarrow:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200301 color: #fff;
302}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200303.menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200304 position: absolute;
305 display: block;
306 left: -200px;
307 top: 0;
308 width: 250px;
309 height: 100vh;
310 transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
311 background-color: #1B3E6F;
312 z-index: 999;
313}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200314.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200315 top: 0;
316 overflow-y: auto;
317}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200318.overflow-container{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200319 position: relative;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200320 height: calc(100vh - 50px)!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200321 overflow-y: auto;
322 border-top: 60px solid #fff;
323 z-index: -1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200324 display:block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200325}
326
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200327.menu .logotype{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200328 position: absolute !important;
329 top: 16px;
330 left: 55px;
331 display: block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200332}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200333/* .sub-menu-dropdown{
334background-color: #333;
335} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200336.menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200337 position: absolute;
338 left: 0;
339 top: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200340}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200341.openNav .menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200342 position: absolute;
343 left: -200px;
344 top: 60px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200345}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200346.openNav .menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200347 top: 60px;
348 transform: translate3d(200px, 0, 0);
349 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200350}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200351@-webkit-keyframes grow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200352 0% {
353 display: none;
354 opacity: 0;
355 }
356 50% {
357 display: block;
358 opacity: 0.5;
359 }
360 100% {
361 opacity: 1;
362 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200363}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200364@keyframes grow{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200365
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200366 0% {
367 display: none;
368 opacity: 0;
369 }
370 50% {
371 display: block;
372 opacity: 0.5;
373 }
374 100% {
375 opacity: 1
shaaban Altananyba3756e2020-01-07 12:08:44 +0200376 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200377}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200378/*User Profile*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200379.userProfile .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200380 width: 99.5%;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200381}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200382.userProfile .dropdown:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200383 background: #172B4D !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200384}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200385.userProfile .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200386 background: transparent;
387 border: 0;
388 box-shadow: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200389 font-size: 13px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200390 line-height: 40px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200391}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200392.import-container-all{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200393 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200394 padding-bottom: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200395}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200396.import-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200397 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200398 background: #E7F1FC;
399 margin-bottom: 20px;
400 padding: 9px 18px;
401 border: solid 1px #EEF4F9;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200402}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200403.import-container-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200404 width: 40%;
405 position: relative;
406 display: inline-block;
407 margin-right: 20px;
408}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200409.import-container-input input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200410 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200411 height: 36px;
412 padding: 5px 40px 5px 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200413 border: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200414 border-radius: 2px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200415 -webkit-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
416 -moz-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
417 box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200418 font-size: 13px;
419 color: #172B4D;
420}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200421.import-container-input input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200422 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18);
423}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200424.import-container-input input::placeholder{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200425 color: #959DA8 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200426}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200427.enter-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200428 position: absolute;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200429 right: 12px;
430 font-size: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200431 top: 6px;
432 color: #1273EB;
433}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200434.enter-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200435 text-decoration: none;
436}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200437.import-container-input input::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200438 color: #CFD7E5;
439}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200440.import-container-span{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200441 font-size: 12px;
442}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200443.import-container-all .accordion .card-header{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200444 padding: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200445 background: #fff !important;
446 border-bottom: 0 !important;
447}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200448.import-container-all .collapse.show{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200449 border-top: solid 1px #ECEDF2;
450}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200451.import-container-all .card-header .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200452 display: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200453 position: absolute;
454 right: 15px;
455 background: #F4F9FE;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200456}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200457.import-container-all .card-header:hover .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200458 display: inline;
459}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200460.accordion-delete{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200461 color: #FF6469;
462 font-size: 18px;
463 margin-top: 11px;
464}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200465.accordion-delete:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200466 text-decoration: none;
467}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200468/* .userProfile .dropdown-toggle{
469height: 40px;
470} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200471.userProfile .dropdown-toggle:hover ~ .dropdown-text,
472.userProfile .dropdown-toggle:focus ~ .dropdown-text{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200473 background: transparent !important;
474 border-radius: 0 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200475 box-shadow: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200476}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200477
478.userProfile .dropdown-text::after {
shaaban Altananyba3756e2020-01-07 12:08:44 +0200479 right: 14px;
480 top: 8px;
481 width: 24px;
482 height: 24px;
483 background: url(/assets/img/img-userProfile.png) center center no-repeat;
484}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200485.packagesFilter .custom-checkbox{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200486 margin-left: 8px;
487}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200488.packagesFilter .custom-control-label{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200489 line-height: 28px !important;
490 font-size: 14px !important;
491 text-indent: 6px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200492}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200493.packagesFilter .reset-filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200494 margin-top: 6px;
495 padding-top: 6px;
496 padding-left: 9px;
497 border-top: solid 1px #ECEDF2;
498 font-size: 13px;
499}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200500.packagesFilter .reset-filter a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200501 background: none !important;
502 text-decoration: none;
503 color: #1B3E6F;
Sarah Abouzainah705d8222020-11-02 15:58:49 +0200504 cursor: pointer;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200505}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200506.tags-filter-list{
507 max-height: 260px;
508 overflow-y: auto;
509}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200510/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200511.sort-packages{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200512 font-size: 12px;
513 font-weight: bold;
514 color: #C3CDDB;
515}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200516.sort-packages .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200517 width: 88px;
518}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200519.sort-packages .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200520 background: transparent;
521 border: 0;
522 box-shadow: none;
523 color: #1B3E6F;
524}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200525.sort-packages .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200526 right: 18px !important;
527 border: solid !important;
528 border-color: #1B3E6F transparent transparent transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200529}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200530.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200531 top: 12px !important;
532 border-color: transparent transparent #1B3E6F transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200533}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200534.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
535.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200536 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
537 background: #fff;
538}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200539.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200540.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200541 top: 30px;
542}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200543.sort-packages .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200544 width: 88px;
545 padding: 6px 0;
546 background: #fff;
547 border-radius: 2px;
548 border: 0;
549 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
550}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200551.sort-packages .dropdown-content a{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200552 color: #1B3E6F;
553 font-size: 12px;
554}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200555.sort-packages .dropdown-content a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200556 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200557 background-color: #F4F9FE;
558 text-decoration: unset;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200559 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200560}
561/**Pagination**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200562.page-item{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200563 margin: 3px 2px 0;
564}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200565.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200566.page-item.disabled .page-link{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200567 padding: 5px 9px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200568 background: transparent !important;
569 border: 0;
570 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200571 font-size: 13px;
572 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200573}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200574.page-item.active .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200575.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200576 color: #1B3E6F !important;
577 background-color: #fff !important;
578 border-radius: 100% !important;
579 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
580 outline: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200581}
582/**Packages Cards***/
583/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200584.packages-card .card{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200585 width: 100%;
Ahmed Abbaseea49072019-11-27 15:04:18 +0200586 margin: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200587 border-radius: 2px;
588 border: 0;
589 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
590}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200591.packages-card .card:hover .packageName{
592 color: #1273EB !important;
593}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200594.packages-card .card-title{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200595 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200596 font-size: 13px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200597 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200598 color: #1B3E6F;
599}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200600.packages-card .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200601 color: #1B3E6F;
602 font-size: 11px;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200603 vertical-align: bottom;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200604}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200605.packages-card p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200606 font-size: 12px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200607 color: #D0D7E4;
608}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200609.packages-card p.package-desc{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200610 margin-top: 6px;
Sarah Abouzainah981573b2020-12-15 02:15:46 +0200611 margin-bottom: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200612 font-size: 13px;
613 text-align: left;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200614 display: -webkit-box;
615 -webkit-line-clamp: 1;
616 -webkit-box-orient: vertical;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200617 overflow: hidden;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200618 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200619}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200620.packages-card p.package-desc:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200621 color: #1B3E6F !important;
622 text-decoration: underline;
623}
Sarah Abouzainah981573b2020-12-15 02:15:46 +0200624.packageTag{
625 margin-bottom: 9px;
626 margin-right: 3px;
627 padding: 3px 7px;
628 font-size: 12px;
629 background: #F4F9FE;
630 border-radius: 12px;
631 color: #2A81ED;
632}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200633.packages-card [data-tooltip]::before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200634.packages-card .tooltip::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200635 border: 0 !important;
636}
637.packages-card .tooltip:after,
638.packages-card [data-tooltip]:after {
639 padding: 9px;
640 font-size: 11px;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +0200641 background: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200642 border: solid 1px #E6EDF5;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200643 box-shadow: 0 0 12 rgba(0,0,0,0.8);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200644 border-radius: 3px;
645}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200646/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200647.addPaackage-card{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200648 padding: 10px 0;
649 background: #F4F9FE !important;
650 border: solid 1px #D7E7F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200651 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200652}
Sarah Abouzainahced91552020-06-04 17:45:57 +0200653.addPaackage-card .card-body img{
Sarah Abouzainah981573b2020-12-15 02:15:46 +0200654 width: 35%;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +0200655 vertical-align: text-top;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200656}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200657.addPaackage-card a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200658 margin: 0;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200659 padding: 7px 15px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200660 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200661 font-size: 12px;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200662 border-radius: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200663 border-width: 0px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200664 border-style: solid;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200665 background-position: 15px center;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200666 background-repeat: no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200667 text-align: left;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200668}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200669.addPaackage-card a:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200670 text-decoration: unset;
671}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200672.btn-create-package i,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200673.btn-import-package i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200674 margin-right: 9px;
675 font-size: 14px;
676 vertical-align: middle;
677}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200678.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200679.btn-create-package:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200680 background-color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200681 color: #fff;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200682}
683.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200684.btn-import-package:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200685 background: #C3CDDB;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200686 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200687}
688/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200689.packages-card .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200690 width: auto;
691 float: right;
692}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200693.packages-card .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200694 background: transparent;
695 border: 0;
696 box-shadow: none;
697 text-indent: 0;
698 line-height: unset;
699 border-bottom-left-radius: 0;
700 border-bottom-right-radius: 0;
701 opacity: .6;
702}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200703.packages-card .dropdown-text:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200704 opacity: 1;
705}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200706.packages-card .dropdown-text::after{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200707 display: none;
708}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200709.packages-card .dropdown-text img{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200710 padding: 9px 7px;
711}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200712.packages-card .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200713 right: 0;
714 width: 120px;
715 padding: 6px 0;
716 border: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200717 border-radius: 50%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200718}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200719/* .userProfile .dropdown-content{
720 bottom: 40px !important;
721 top: unset !important;
722 width: 100%;
723} */
724/**Tab Nav**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200725.nav-tabs{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200726 border-bottom-color: #ECEDF2 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200727}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200728.nav-link{
shadyb3c61a62020-02-16 15:47:33 +0200729 padding: 15px 20px 15px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200730 text-transform: uppercase !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200731 font-size: 12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200732 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200733 color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200734 border: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200735}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200736.nav-tabs .nav-link:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200737.nav-tabs .nav-link:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200738 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200739 transition: 0.3s;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200740}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200741.nav-tabs .nav-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200742 color: #1B3E6F !important;
743}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200744.nav-tabs .nav-link.active{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200745 color: #1B3E6F !important;
746 background: transparent !important;
747 border: 0 !important;
748 border-bottom: solid 2px #1B3E6F !important;
749}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200750.nav-tabs .nav-link::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200751 content: "|";
752 padding-right: 20px !important;
753 color: #C3CDDB;
754 font-weight: normal;
shadyb3c61a62020-02-16 15:47:33 +0200755 position: absolute;
756 left: 0px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200757}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200758.nav-tabs .nav-link:first-child::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200759 content: none;
760}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200761.nav-tabs .nav-link:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200762 padding-left: 20px !important;
763}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200764.nav-item.nav-link.complete,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200765.nav-item.active.complete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200766 padding: 15px 20px 15px 44px !important;
767 background: url(/assets/img/icon-required-yes.svg) 20px center no-repeat !important;
768}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200769.tabs-no-content{
770 font-size: 13px;
771 font-weight: bold;
772}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200773/**Sliding Search Input**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200774.searchBox{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200775 position: absolute;
776 top: 0%;
777 right: 0%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200778 transform: translate(0%,-0%);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200779 height: 40px;
780}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200781.searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200782 float: right;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200783 margin-top: 18px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200784 padding-left: 0 !important;
785 padding-right: 24px !important;
786 width: 60px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200787 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200788 background: url(../src/assets/img/icon-search.svg) center center no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200789 background-size: 24%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200790 border: 0 !important;
791 border-right: solid 1px #1B3E6F !important;
792 display: flex;
793 justify-content: center;
794 align-items: center;
795 transition: 0.4s;
796}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200797.searchBox:hover > .searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200798 width: 240px;
799 border-bottom: solid 1px #C3CDDB;
800}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200801.searchBox:hover > .searchInput::placeholder{
802 color: #C3CDDB;
803}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200804.searchBox > .searchInput:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200805 border-bottom: solid 1px #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200806 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
807 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
808 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200809}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200810.searchBox:hover > .searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200811 color: #1B3E6F;
812}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200813.searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200814 border: none;
815 background: none;
816 outline: none;
817 float: left;
818 padding: 0;
819 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200820 font-size: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200821 transition: 0.4s;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200822 line-height: 49px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200823 width: 0px;
824}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200825.searchInput::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200826 color: #BABBC3;
827}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200828.searchBox-expanded{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200829 width: 240px;
830 border-bottom: solid 1px #C3CDDB;
831}
832/**Drop Down Menu**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200833.dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200834 position: relative;
835 display: inline-block;
836 text-align: left;
837 width: 132px;
838 z-index: 200;
839}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200840.dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200841 cursor: pointer;
842 position: relative;
843 text-indent: 10px;
844 line-height: 32px;
845 background-color: #eee;
846 border: 1px solid #ccc;
847 border-radius: 3px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200848 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 +0200849 width: 100%;
850}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200851.dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200852 position: absolute;
853 right: 6px;
854 top: 15px;
855 content: '';
856 width: 0px;
857 height: 0px;
858 border-style: solid;
shadyb3c61a62020-02-16 15:47:33 +0200859 /* border-width: 5px 4px 0 4px;
860 border-color: #555 transparent transparent transparent; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200861 border:0px
shaaban Altananyba3756e2020-01-07 12:08:44 +0200862}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200863.dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200864 font-size: 0;
865 z-index: 1;
866 cursor: pointer;
867 position: absolute;
868 top: 0;
869 border: none;
870 padding: 0;
871 margin: 0 0 0 1px;
872 background: transparent;
873 text-indent: -10px;
874 height: 34px;
875 width: 100%;
876}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200877.dropdown-toggle:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200878 outline: 0;
879}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200880.dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200881 position: absolute;
882 top: 32px;
Sarah Abouzainah981573b2020-12-15 02:15:46 +0200883 width: 140px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200884 margin: 0;
885 padding: 0;
886 opacity: 0;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200887 visibility:hidden;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200888 -webkit-transition: all .25s ease;
889 -moz-transition: all .25s ease;
890 -ms-transition: all .25s ease;
891 -o-transition: all .25s ease;
892 transition: all .25s ease;
893 list-style-type: none;
894 border-radius: 3px;
895 text-indent: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200896 line-height: 28px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200897 background-color: #eee;
898 border: 1px solid #ccc;
899}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200900.dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200901 display: block;
902}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200903.dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200904 background: #e8e8e8;
905}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200906.dropdown-toggle:hover ~ .dropdown-text,
907.dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200908 background-color: #e8e8e8;
909}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200910.dropdown-toggle:focus ~ .dropdown-text{
911 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 +0200912 z-index: 2;
913}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200914.dropdown-toggle:focus ~ .dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200915 border-width: 0 4px 5px 4px;
916 border-color: transparent transparent #555 transparent;
917}
918.dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200919.dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200920 opacity: 1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200921 visibility:visible;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200922 top: 42px;
923}
924/**Card**/
925/* Hover Shadow */
926@keyframes hover {
927 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200928 transform: translateY(-3px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200929 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200930 100% {
931 transform: translateY(-6px);
932 }
933}
934@keyframes card {
935 0% {
936 transform: translateY(6px);
937 opacity: .3;
938 }
939 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200940 transform: translateY(3px);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200941 opacity: .8;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200942 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200943 100% {
944 transform: translateY(6px);
945 opacity: .3;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200946 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200947}
948.card {
949 /* display: inline-block;
950 position: relative;
951 transition-duration: 0.2s;
952 transition-property: transform;
953 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
954 transform: translateZ(0); */
955 margin-bottom: 25px !important;
956 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
957}
958/* .card:before {
959 pointer-events: none;
960 position: absolute;
961 z-index: -1;
962 content: '';
963 top: 100%;
964 left: 5%;
965 height: 10px;
966 width: 90%;
967 opacity: 0;
968 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
969 transition-duration: 0.2s;
970 transition-property: transform opacity;
971} */
972/* .card:hover {
973 transform: translateY(-3px);
974 animation-name: hover;
975 animation-duration: 1s;
976 animation-delay: 0.2s;
977 animation-timing-function: linear;
978 animation-iteration-count: 1;
979 animation-direction: alternate;
980}
981.card:hover:before {
982 opacity: .4;
983 transform: translateY(3px);
984 animation-name: card;
985 animation-duration: 1s;
986 animation-delay: .2s;
987 animation-timing-function: linear;
988 animation-iteration-count: 1;
989 animation-direction: alternate;
990} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200991.card-body{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200992 padding: 10px 20px 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200993}
994
995/*Main Container*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200996.main-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200997 padding: 0 !important;
998}
Sarah Abouzainah75680a72020-07-16 17:52:00 +0200999/*Profile & Help Area*/
1000.profile-help .navbar{
1001 padding: 0 !important;
1002}
1003.profile-help .dropdown{
1004 width: 50px;
1005}
1006.profile-help .dropdown-text{
1007 border: 0;
1008 background: transparent;
1009 box-shadow: none;
1010 font-size: 13px;
1011 /* text-indent: -999px; */
1012}
1013.profile-help .dropdown-text img{
1014 width: 33px;
1015 height: 33px;
1016 border: solid 1px #fff;
1017 object-fit: cover;
1018 border-radius: 50%;
1019}
1020.profile-help .dropdown-toggle:hover ~ .dropdown-text{
1021 background: #fff;
1022}
1023.profile-help .dropdown-toggle:hover ~ .dropdown-text img{
1024 box-shadow: 0 2px 6px 6px rgba(47, 83, 151, .17);
1025}
1026.profile-help .dropdown-content{
1027 right: 0;
1028 top: 47px;
1029 padding: 4px 0;
1030 background-color: #fff;
1031 border: 1px solid #ECEDF2;
1032 border-radius: 2px;
1033 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12) !important;
1034}
1035.profile-help .dropdown-content li:hover{
1036 background-color: #ECEDF2;
1037}
1038.profile-help .dropdown-content a{
1039 padding: 3px;
1040 color: #1B3E6F;
1041 font-size: 13px;
1042}
1043.profile-help .dropdown-content a:hover{
1044 text-decoration: none;
1045 background-color: transparent;
1046}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001047.userMenu.dropdown{
1048 margin-left: 9px;
1049 border-left: solid 1px #ECEDF2;
1050}
1051.helpMenu.dropdown{
1052 width: 32px !important;
1053}
1054.helpMenu .dropdown-text{
1055 text-indent: unset;
1056 text-align: center;
1057}
Sarah Abouzainah89498dc2020-09-27 15:30:27 +02001058.helpMenu li:hover,
1059.helpMenu li:hover i,
1060.helpMenu li:hover p{
1061 cursor: pointer;
1062}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001063.helpMenu li:not(:last-child){
1064 margin-bottom: 9px;
1065}
1066.helpMenu .dropdown-text i{
1067 text-align: center;
1068 font-size: 19px;
1069 color: #C3CDDB;
1070 vertical-align: middle;
1071}
1072.helpMenu:hover .dropdown-text i{
1073 color: #1B3E6F;
1074}
1075.helpMenu .dropdown-content{
1076 padding: 6px;
1077}
1078.helpMenu .dropdown-content a{
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001079 padding: 5px 12px !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001080 text-align: left;
1081 text-indent: 0;
1082 font-size: 14px;
1083 line-height: 22px;
1084}
1085.helpMenu .dropdown-content p{
1086 display: inline;
1087 line-height: 15px;
1088 font-weight: bold;
1089}
1090.helpMenu .dropdown-content p:hover{
1091 cursor: pointer;
1092}
1093.helpMenu .dropdown-content p label{
1094 display: inline;
1095}
1096.helpMenu .dropdown-content p input{
1097 display: none;
1098}
1099.helpMenu .dropdown-content span{
1100 display: inline-block;
1101 padding-left: 18px;
1102 font-size: 13px;
1103 color: #C1CDDD;
1104 font-weight: normal;
1105}
1106.helpMenu .dropdown-toggle:focus ~ .dropdown-text{
1107 background-color: #F4F9FE;
1108 border-radius: 50%;
1109}
1110.helpMenu .dropdown-content{
1111 width: 262px;
1112}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001113.help-btn{
1114 border-right: solid 1px #ECEDF2;
1115}
1116.help-btn .nav-link{
1117 padding: 7px 8px 0 !important;
1118}
1119.help-btn i{
1120 font-size: 19px;
1121 color: #C3CDDB;
1122}
1123.help-btn a:hover i{
1124 color: #1B3E6F;
1125}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001126.header-button-save button{
shadyb3c61a62020-02-16 15:47:33 +02001127 border-radius: 50px;
1128}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001129/*Page Title*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001130.page-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001131 padding: 20px 30px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001132 background:#fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001133 border-left: solid 1px #FAFAFA;
1134 margin-bottom: 21px;
1135 -webkit-box-shadow: 0 4px 10px 0 #eef0f5;
1136 box-shadow: 0 4px 10px 0 #eef0f5;
1137 position: relative;
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001138 z-index: 300;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001139 /* position: fixed;
1140 width: calc(100% - 50px); */
shaaban Altananyba3756e2020-01-07 12:08:44 +02001141}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001142.page-title h2{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001143 font-size: 16px;
1144 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001145 padding-top: 1px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001146}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001147.page-title h2 span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001148 color: #C3CDDB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001149 font-size: 14px;
1150}
1151/*Content*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001152.body-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001153 padding: 0 30px !important;
1154}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001155.body-container > .container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001156 padding: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001157}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001158.search-filter-col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001159 padding-right: 0 !important;
1160 border-bottom: solid 1px #ECEDF2 !important;
1161}
1162/**Packages Filter**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001163.packagesFilter{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001164 margin-top: 12px;
1165 margin-bottom: 7px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001166 z-index: 220 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001167}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001168.packagesFilter .dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001169 height: 36px !important;
1170}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001171.packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001172 border-color: transparent transparent #1B3E6F transparent;
1173}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001174.packagesFilter .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001175 background: transparent;
1176 border: 0;
1177 box-shadow: none;
1178 text-indent: 14px;
1179 line-height: 30px;
1180 font-size: 12px;
1181}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001182.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001183 right: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001184 border: solid !important;
1185 border-width: 5px 4px 0 4px !important;
1186 border-color: #1B3E6F transparent transparent transparent !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001187}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001188.packagesFilter .dropdown-toggle:hover ~ .dropdown-text,
1189.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001190 background-color: transparent;
1191 box-shadow: none;
1192 border-radius: 0;
1193}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001194.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001195 background: #fff;
1196 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1197}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001198.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001199 top: 12px;
1200}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001201.packagesFilter .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001202 padding: 6px 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001203 background: #fff;
1204 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1205 border: 0;
1206 border-top-left-radius: 0;
1207 border-top-right-radius: 0;
1208 border-bottom-left-radius: 2px;
1209 border-bottom-right-radius: 2px;
1210}
Sarah Abouzainah705d8222020-11-02 15:58:49 +02001211.packagesFilter .dropdown-content ul{
1212 max-height: 200px;
1213 overflow-y: auto;
1214 padding-left: 0;
1215}
1216.packagesFilter .dropdown-content li{
1217 list-style: none;
1218}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001219.packagesFilter .dropdown-content li:hover .custom-checkbox{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001220 cursor: pointer;
1221}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001222.packagesFilter .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001223.packagesFilter .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001224 top: 30px;
1225}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001226.packagesFilter .form-control{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001227 padding: 12px 9px 12px 38px !important;
1228 border: 0 !important;
1229 border-bottom: solid 1px #D7E7F9 !important;
1230 background: url(../src/assets/img/icon-search.svg) 15px center no-repeat;
1231 background-size: 4%;
1232 border-radius: 0 !important;
1233 color: #1B3E6F;
1234 font-size: 13px;
1235}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001236.packagesFilter .form-control::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001237 color: #BABBC3;
1238}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001239.packagesFilter .form-control:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001240 box-shadow: none !important;
1241 border-bottom: solid 1px #1B3E6F !important;
1242}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001243.packagesFilter .custom-checkbox{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001244 margin-left: 8px;
1245}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001246.packagesFilter .custom-control-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001247 left: 10px;
1248}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001249.packagesFilter .custom-control-label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001250 line-height: 28px !important;
1251 font-size: 13px !important;
1252 text-indent: 6px !important;
1253}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001254.fillteredTags{
1255 margin-left: 3px;
1256 padding: 3px 3px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001257 background: #C3CDDB;
1258 color: #1B3E6F;
1259 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001260 border-radius: 4px;
1261}
Sarah Abouzainah981573b2020-12-15 02:15:46 +02001262.fillteredTags:empty{
1263 visibility: hidden;
1264}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001265/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001266.sort-packages{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001267 font-size: 12px;
1268 font-weight: bold;
1269 color: #C3CDDB;
1270}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001271.sort-packages .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001272 width: 88px;
1273}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001274.sort-packages .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001275 background: transparent;
1276 border: 0;
1277 box-shadow: none;
1278 color: #1B3E6F;
1279}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001280.sort-packages .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001281 border-color: #1B3E6F transparent transparent transparent;
1282}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001283.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001284 border-color: transparent transparent #1B3E6F transparent;
1285}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001286.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
1287.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001288 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1289 background: #fff;
1290}
1291.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001292.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001293 top: 30px;
1294}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001295.sort-packages .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001296 width: 88px;
1297 padding: 6px 0;
1298 background: #fff;
1299 border-radius: 2px;
1300 border: 0;
1301 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1302}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001303.sort-packages .dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001304 color: #1B3E6F;
1305 font-size: 12px;
1306}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001307.sort-packages .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001308 background-color: #F4F9FE;
1309 text-decoration: unset;
1310}
1311/**Pagination**/
1312.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001313.page-item.disabled .page-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001314 background: transparent !important;
1315 border: 0;
1316 color: #1B3E6F !important;
1317 font-size: 14px;
1318}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001319.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001320 color: #1B3E6F !important;
1321 background-color: #fff !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001322 border-radius: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001323 transition: 0.3s;
1324 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
1325}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001326.page-item.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001327 opacity: .3;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001328}
1329/**Packages Cards***/
1330/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001331.packages-card .card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001332 margin: 0;
1333 border-radius: 2px;
1334 border: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001335 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001336}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001337.packages-card .card:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001338 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001339 transition: all 0.5s ease;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001340 cursor: pointer;
1341}
1342.packages-card .card:hover .card-title,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001343.packages-card .card:hover .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001344 color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001345}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001346.packages-card .card-title{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001347 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001348 font-size: 14px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001349 font-weight: bold;
1350}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001351.packages-card .card-title .packageName{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001352 margin-bottom: 0;
1353 display: inline-block;
1354 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001355 max-width: 64%;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001356 white-space: nowrap;
1357 overflow: hidden;
1358 text-overflow: ellipsis;
1359 font-size: 13px;
1360 vertical-align: bottom;
1361 color: #1B3E6F;
1362}
1363.packages-card .card-title:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001364.packages-card .card-title:hover .packageName{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001365 text-decoration: none;
1366 color: #1273EB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001367}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001368.packages-card .card-body{
Ahmed Abbaseea49072019-11-27 15:04:18 +02001369 padding-bottom: 0 !important;
1370}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001371.packages-card .card-footer .col{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001372 padding-left: 3px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001373 text-align: left;
Ahmed Abbaseea49072019-11-27 15:04:18 +02001374}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001375
shaaban Altananyba3756e2020-01-07 12:08:44 +02001376/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001377.addPaackage-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001378 background: #F4F9FE !important;
1379 border: solid 1px #D7E7F9 !important;
1380}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001381.addPaackage-card:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001382 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
1383}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001384
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001385.addPaackage-card a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001386 text-decoration: unset;
1387}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001388.addPaackage-card .card-footer .col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001389 padding: 0;
1390 text-align: right;
1391}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001392.addPaackage-card .card-footer .col:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001393 text-align: left;
1394}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001395.btn-create-package,
1396.btn-import-package{
Sarah Abouzainahced91552020-06-04 17:45:57 +02001397 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001398}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001399.btn-create-package{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001400 margin-bottom: 6px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001401}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001402.btn-import-package{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02001403 margin-bottom: 15px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001404}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001405.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001406.btn-create-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001407 background-color: #1B3E6F;
1408 border-color: #1B3E6F;
1409 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001410}
1411.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001412.btn-import-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001413 color: #1B3E6F;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001414}
1415/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001416.packages-card .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001417 width: auto;
1418 float: right;
1419}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001420.packages-card .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001421 background: transparent;
1422 border: 0;
1423 box-shadow: none;
1424 text-indent: 0;
1425 line-height: unset;
1426 border-bottom-left-radius: 0;
1427 border-bottom-right-radius: 0;
1428 opacity: .6;
1429}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001430.packages-card .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001431 display: none;
1432}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001433.packages-card .dropdown-text img{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001434 padding: 9px 7px;
1435}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001436.packages-card .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001437 right: 0;
1438 width: 120px;
1439 padding: 6px 0;
1440 border: 0;
1441 text-indent: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001442 border-radius: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001443 border-top-right-radius: 0;
1444 background: #1B3E6F;
1445}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001446.packages-card .dropdown-content a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001447 padding-left: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001448 color: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001449 font-size: 12px;
1450 /* background-position: 14px center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001451 background-size: 10%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001452 background-repeat: no-repeat; */
1453}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001454.packages-card .dropdown-content a i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001455 margin-right: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001456}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001457.packages-card .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001458 background-color: #172B4D;
1459 text-decoration: unset;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001460 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001461}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001462.packages-card .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001463.packages-card .dropdown-toggle:focus ~ .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001464 top: 22px;
1465}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001466.packages-card .dropdown-toggle:focus ~ .dropdown-text .icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001467 color: #D0D7E4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001468}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001469.packages-card .dropdown-toggle:hover ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001470 background: transparent;
1471 opacity: 1;
1472}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001473.packages-card .dropdown-toggle:focus ~ .dropdown-text{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001474 width: 27px;
1475 text-align: center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001476 opacity: 1;
1477 background: #1B3E6F;
1478 box-shadow: none;
1479}
Sarah Abouzainahced91552020-06-04 17:45:57 +02001480
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001481.package-version::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001482 content: "|";
Sarah Abouzainah98600832020-04-22 22:55:39 +02001483 margin-left: 8px;
1484 margin-right: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001485 vertical-align: text-bottom;
1486}
1487
shaaban Altananyba3756e2020-01-07 12:08:44 +02001488/***Contributers***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001489ul.package-contributers{
Sarah Abouzainah981573b2020-12-15 02:15:46 +02001490 margin-top: 12px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001491 margin-bottom: 9px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001492 padding-left: 0 !important;
1493}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001494.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001495 list-style: none;
1496 display: inline-block;
1497}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001498.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001499 margin-left: -5px;
1500}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001501.package-contributers li:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001502 margin-left: 0;
1503}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001504.package-contributers li:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001505 margin-left: 9px;
1506}
1507.package-modifier,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001508.package-contributers button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001509 height: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001510 padding: 0 !important;
1511 border-radius: 100%;
1512 border: 0 !important;
1513 /*Hover Effect*/
1514 -webkit-transition: box-shadow 0.2s ease;
1515 -moz-transition: box-shadow 0.2s ease;
1516 transition: box-shadow 0.2s ease;
1517 -webkit-backface-visibility: hidden;
1518 backface-visibility: hidden;
1519 display: inline-block;
1520 position: relative;
1521}
1522.package-modifier:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001523.package-contributers button:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001524 -webkit-transition: all 0.2s ease;
1525 -moz-transition: all 0.2s ease;
1526 transition: all 0.2s ease;
1527 border-radius: 50%;
1528 bottom: 0;
1529 box-shadow: 0 0 0 2px #fff;
1530 content: "";
1531 left: 0;
1532 position: absolute;
1533 right: 0;
1534 top: 0;
1535}
1536.package-modifier:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001537.package-contributers button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001538 box-shadow: 0 0 0 2px #D7E7F9;
1539 text-decoration: none;
1540}
1541.package-modifier:hover:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001542.package-contributers button:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001543 -webkit-transform: scale(0.925);
1544 -moz-transform: scale(0.925);
1545 -ms-transform: scale(0.925);
1546 -o-transform: scale(0.925);
1547 transform: scale(0.925);
1548 box-shadow: 0 0 0 1px #D7E7F9;
1549 opacity: 0.5;
1550}
1551.package-modifier img,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001552.package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001553 width: 20px;
1554 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001555 object-fit: cover;
1556 vertical-align: top;
1557 border-radius: 100%;
1558}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001559.package-contributers a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001560 font-size: 12px;
1561 color: #1273EB;
1562}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001563.package-contributers a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001564 text-decoration: unset;
1565}
1566/***Package Footer***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001567.packages-card .card-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001568 padding: 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001569 background: transparent !important;
1570 border-top-color: #F7F6F6 !important;
1571}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001572.packages-card .card-footer .col{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001573 text-align: center;
1574}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001575.packages-card .card-footer .col:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001576 border-right: solid 1px #F7F6F6;
1577}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001578.packages-card .card-footer .btn{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001579 padding: 10px 0 10px 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001580 background-color: transparent !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001581 color: #1B3E6F !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001582 border: 0;
1583 font-size: 13px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001584 text-align: left;
1585 opacity: .4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001586}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001587.packages-card .card-footer .btn:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001588 opacity: 1;
1589}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001590.packages-card .card-footer i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001591 margin-right: 6px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001592}
Sarah Abouzainah98f2cd32020-12-16 02:45:47 +02001593.icon-deployed{
1594 margin-right: 6px;
1595 width: 14px;
1596}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001597.icon-deployed-active,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001598.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001599 margin-right: 9px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001600 display: inline;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001601 background-image: url(/assets/img/icon-deploy-active.svg);
1602 background-position: center center;
1603 background-repeat: no-repeat;
1604 vertical-align: baseline;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001605}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001606.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001607 background-image: url(/assets/img/icon-deploy-inactive.svg);
1608}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001609
1610
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001611/*CREATE NEW ACTION MODAL*/
1612.createActionModal .modal-dialog{
1613 max-width: 85%;
1614}
1615.createActionModal .modal-header{
1616 padding-top: 21px !important;
1617 padding-bottom: 0 !important;
1618 border-bottom: 0;
1619}
1620.createActionModal .close{
1621 margin: 0 !important;
1622 padding: 6px 13px 10px !important;
1623 width: auto;
1624 opacity: 1 !important;
1625 border-radius: 100%;
1626}
1627.createActionModal .close:hover{
1628 background-color: #E0E8F2;
1629}
1630.createActionModal .icon-action-close{
1631 font-size: 14px;
1632 font-weight: bold;
1633}
Sarah Abouzainahee01e432020-12-01 20:27:36 +02001634.icon-action-close::before{
1635 font-size: 13px;
1636}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001637.createActionModal .modal-body{
1638 padding-top: 0 !important;
1639 padding-bottom: 10px !important;
1640}
1641.createActionModal .modal-body .carousel-item{
1642 padding-left: 20px;
1643 padding-right: 10px;
1644}
1645@keyframes fadeInScale {
1646 0% {
1647 opacity: 0;
1648 -webkit-transform: scale(0) translateY(50%);
1649 transform: scale(0) translateY(50%);
1650 }
1651 90% {
1652 -webkit-transform: scale(1.05);
1653 transform: scale(1.05);
1654 }
1655 100% {
1656 opacity: 1;
1657 -webkit-transform: scale(1) translateY(0);
1658 transform: scale(1) translateY(0);
1659 }
1660}
1661.card.actionType{
1662 margin-bottom: 25px !important;
1663 padding: 220px 25px 50px;
1664 box-shadow: none;
1665 border-radius: 0;
1666 -webkit-transition: all 0.3s ease-in-out;
1667 transition: all 0.3s ease-in-out;
1668}
1669.card.actionType:hover{
1670 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1671 transition: 0.3s !important;
1672}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001673.createActionModal h3.mainHead{
1674 text-transform: uppercase;
1675 margin-bottom: 6px;
1676 font-size: 14px;
1677 font-weight: bold;
1678 text-align: center;
1679 color: #C1CDDD;
1680}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001681.createActionModal h1{
1682 margin-bottom: 21px;
1683 font-size: 22px;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001684 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001685 text-align: center;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001686}
1687.createActionModal .carousel-inner{
1688 height: 510px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001689}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001690.createActionModal .skip-btn{
1691 float: unset;
1692 width: auto;
1693 color: #1273EB;
1694 font-weight: normal !important;
1695 font-size: 13px;
1696 border: solid 1px #F1F2FA;
1697 border-radius: 2px;
1698}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001699.createActionModal .skip-btn:hover{
1700 background: #1273EB;
1701 color: #fff;
1702 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1703}
1704
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001705.actionType,
1706.actionType:hover{
1707 text-align: center;
1708 line-height: 40px;
1709 background-position: center 40px;
1710 background-repeat: no-repeat;
1711 background-size: 144px 172px;
1712}
1713.actionType h3,
1714.actionType p{
1715 margin: 0;
1716}
1717.actionType h3{
1718 text-transform: uppercase;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001719 font-size: 13px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001720 font-weight: bold;
1721}
1722.actionType p{
1723 font-size: 13px !important;
1724 line-height: 24px;
1725}
1726.actionType .btn,
1727.actionType:hover .btn{
1728 opacity: 0;
1729 position: absolute;
1730 bottom: 0;
1731 left: 30% !important;
1732 margin-bottom: 26px;
1733 width: 100px;
1734 height: 30px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02001735 line-height: 15px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001736 background: #1B3E6F;
1737 color: #fff;
1738 font-size: 12px;
1739 font-weight: bold;
1740 border-radius: 15px !important;
1741 -webkit-transform: translateY(-20%);
1742 transform: translateY(-20%);
1743 -webkit-transition: all 0.3s ease-in-out;
1744 transition: all 0.3s ease-in-out;
1745}
1746.actionType:hover .btn{
1747 opacity: 1;
1748 -webkit-transform: translateY(0);
1749 transform: translateY(0);
1750}
1751.actionType.custom{
1752 background-image: url(/assets/img/icon-action-custom.svg);
1753}
1754.actionType.custom:hover{
1755 cursor: pointer;
1756 background-image: url(/assets/img/icon-action-custom-hover.svg);
1757}
1758.actionType.default{
1759 background-image: url(/assets/img/icon-action-default.svg);
1760}
1761.actionType.default:hover{
1762 cursor: pointer;
1763 background-image: url(/assets/img/icon-action-default-hover.svg);
1764}
1765.actionType.recent{
1766 background-image: url(/assets/img/icon-action-recent.svg);
1767}
1768.actionType.recent:hover{
1769 cursor: pointer;
1770 background-image: url(/assets/img/icon-action-recent-hover.svg);
1771}
1772.actionType.import{
1773 background-image: url(/assets/img/icon-action-import.svg);
1774}
1775.actionType.import:hover{
1776 cursor: pointer;
1777 background-image: url(/assets/img/icon-action-import-hover.svg);
1778}
1779.createActionModal .carousel-indicators{
1780 margin: 0;
1781}
1782.createActionModal .carousel-indicators li{
1783 margin: 0;
1784 padding: 0;
1785 text-indent: 0;
1786 border: 0;
1787}
1788.createActionModal .back{
1789 position: fixed !important;
1790 top: 83px;
1791 width: auto;
1792 padding:0 !important;
1793}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001794
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001795.actionFormWrapper{
1796 width: 60%;
1797 margin: 0 auto;
1798}
1799.createActionModal .form-control.customAction{
1800 width: 55%;
1801 margin: 70px auto;
1802 padding-left: 0;
1803 border-radius: 0;
1804 border: 0;
1805 border-bottom: solid 1px #E0E8F2;
1806 color: #1B3E6F !important;
1807 font-size: 14px;
1808}
1809.createActionModal .form-control:focus{
1810 border-bottom: solid 1px #1B3E6F;
1811 background: transparent !important;
1812 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1813 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1814 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1815 text-shadow: none;
1816}
1817.createActionModal .form-control::placeholder{
1818 color: #C3CDDB;
1819
1820}
1821.createActionModal .submit,
1822.createActionModal .submit:hover{
1823 float: unset;
1824 width: 100px;
1825 height: 30px;
1826 background: #1B3E6F;
1827 color: #fff;
1828 font-size: 12px;
1829 font-weight: bold;
1830 border-radius: 15px !important;
1831}
1832.actionlabel{
1833 margin-right: 2px;
1834 color: #C3CDDB;
1835 font-size: 11px;
1836 font-weight: bold;
1837}
1838.form-control.searchInput,
1839.form-control.searchInput:focus{
1840 float: right;
1841 width: 250px !important;
1842 height: 30px !important;
1843 padding-left: 32px !important;
1844 border: solid 1px #E0E8F2 !important;
1845 border-radius: 2px !important;
1846 background: url(../src/assets/img/icon-search-light.svg) 9px center no-repeat !important;
1847 font-size: 13px !important;
1848 color: #1B3E6F;
1849}
1850.actionsListScroll{
1851 height: 228px;
1852 max-height: 228px;
1853 overflow: auto;
1854}
1855.createActionModal .actionName{
1856 margin-bottom: 15px;
1857 padding: 9px 18px;
1858 box-shadow: 0 2px 6px rgba(47,83,151,0.15);
1859}
1860.createActionModal p.selectedActions{
1861 margin-top: 20px;
1862 margin-bottom: 10px;
1863 color: #8D9FB7;
1864 font-size: 13px;
1865}
1866.createActionModal .sort-packages .dropdown{
1867 width: 60%;
1868}
1869.createActionModal .sort-packages .dropdown-text::after {
1870 right: 6px;
1871}
1872.createActionModal .sort-packages .dropdown-content{
1873 width: 100%;
1874}
1875.createActionModal .folder-upload-text button{
1876 float: unset;
1877}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001878/* Border Fade */
1879.border-fade {
1880 display: inline-block;
1881 transition-duration: 0.3s;
1882 transition-property: box-shadow;
1883 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1884 transform: translateZ(0);
1885 box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
1886 /* Hack to improve aliasing on mobile/tablet devices */
1887}
1888.border-fade:hover {
1889 box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0);
1890 /* Hack to improve aliasing on mobile/tablet devices */
1891}
1892/*Content*/
1893
1894/**Title Action Buttons**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001895.page-title-actions li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001896 display: inline-block;
1897 text-align: center;
1898}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001899.title-action{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001900 -webkit-transition: box-shadow 0.2s ease;
1901 -moz-transition: box-shadow 0.2s ease;
1902 transition: box-shadow 0.2s ease;
1903 -webkit-backface-visibility: hidden;
1904 backface-visibility: hidden;
1905 border-radius: 50%;
1906 color: #6a75eb;
1907 display: inline-block;
1908 font-size: 0.889em;
1909 height: 4em;
1910 margin: 0 1em 1em;
1911 position: relative;
1912 text-align: center;
1913 text-transform: lowercase;
1914 width: 4em;
1915 line-height: 4em;
1916}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001917.title-action:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001918 -webkit-transition: all 0.2s ease;
1919 -moz-transition: all 0.2s ease;
1920 transition: all 0.2s ease;
1921 border-radius: 50%;
1922 bottom: 0;
1923 box-shadow: 0 0 0 1px #000;
1924 content: "";
1925 left: 0;
1926 position: absolute;
1927 right: 0;
1928 top: 0;
1929}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001930.title-action:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001931 box-shadow: 0 0 0 7px #07819b;
1932 text-decoration: none;
1933}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001934.title-action:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001935 -webkit-transform: scale(0.925);
1936 -moz-transform: scale(0.925);
1937 -ms-transform: scale(0.925);
1938 -o-transform: scale(0.925);
1939 transform: scale(0.925);
1940 box-shadow: 0 0 0 1px #07819b;
1941 opacity: 0.5;
1942}
1943
1944/*Animation Button*/
1945/**Float**/
1946.float {
1947 display: inline-block;
1948 transition-duration: 0.3s;
1949 transition-property: transform;
1950 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1951 transform: translateZ(0);
1952 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1953}
1954.float:hover {
1955 transform: translateY(-5px);
1956}
1957
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001958/*TOOLTIP*/
1959/* Base styles for the element that has a tooltip */
1960[data-tooltip],
1961.tooltip {
1962 position: relative;
1963 cursor: pointer;
1964 text-align: center;
1965}
1966
1967/* Base styles for the entire tooltip */
1968[data-tooltip]:before,
1969[data-tooltip]:after,
1970.tooltip:before,
1971.tooltip:after {
1972 position: absolute;
1973 visibility: hidden;
1974 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1975 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
1976 opacity: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001977 -webkit-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001978 opacity 0.2s ease-in-out,
1979 visibility 0.2s ease-in-out,
1980 -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001981 -moz-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001982 opacity 0.2s ease-in-out,
1983 visibility 0.2s ease-in-out,
1984 -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001985 transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001986 opacity 0.2s ease-in-out,
1987 visibility 0.2s ease-in-out,
1988 transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001989 -webkit-transform: translate3d(0, 0, 0);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001990 -moz-transform: translate3d(0, 0, 0);
1991 transform: translate3d(0, 0, 0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001992 pointer-events: none;
1993}
1994
1995/* Show the entire tooltip on hover and focus */
1996[data-tooltip]:hover:before,
1997[data-tooltip]:hover:after,
1998[data-tooltip]:focus:before,
1999[data-tooltip]:focus:after,
2000.tooltip:hover:before,
2001.tooltip:hover:after,
2002.tooltip:focus:before,
2003.tooltip:focus:after {
2004 visibility: visible;
2005 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
2006 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02002007 opacity: 1;
2008}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002009
2010/* Base styles for the tooltip's directional arrow */
2011.tooltip:before,
2012[data-tooltip]:before {
2013 z-index: 1001;
2014 border: 6px solid transparent;
2015 background: transparent;
2016 content: "";
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02002017}
2018
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002019/* Base styles for the tooltip's content area */
2020.tooltip:after,
2021[data-tooltip]:after {
2022 z-index: 1000;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002023 padding: 8px 20px !important;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002024 width: max-content;
2025 background-color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002026 color: #1B3E6F;
2027 content: attr(data-tooltip);
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002028 font-size: 12px;
Sarah Abouzainah42185842020-09-28 15:52:12 +02002029 font-weight: bold !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002030 line-height: 1.2;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002031 border-radius: 3px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002032}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02002033
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002034/* Directions */
2035
2036/* Top (default) */
2037[data-tooltip]:before,
2038[data-tooltip]:after,
2039.tooltip:before,
2040.tooltip:after,
2041.tooltip-top:before,
2042.tooltip-top:after {
2043 bottom: 100%;
2044 left: 50%;
2045}
2046
2047[data-tooltip]:before,
2048.tooltip:before,
2049.tooltip-top:before {
2050 margin-left: 0;
2051 margin-bottom: -12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002052 border-bottom-color: #DEE8F3;
2053 border-bottom-color: rgba(222, 232, 243, 1.0);
2054}
2055
2056/* Horizontally align top/bottom tooltips */
2057[data-tooltip]:after,
2058.tooltip:after,
2059.tooltip-top:after {
2060 margin-left: -50%;
2061}
2062
2063[data-tooltip]:hover:before,
2064[data-tooltip]:hover:after,
2065[data-tooltip]:focus:before,
2066[data-tooltip]:focus:after,
2067.tooltip:hover:before,
2068.tooltip:hover:after,
2069.tooltip:focus:before,
2070.tooltip:focus:after,
2071.tooltip-top:hover:before,
2072.tooltip-top:hover:after,
2073.tooltip-top:focus:before,
2074.tooltip-top:focus:after {
2075 -webkit-transform: translateY(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002076 -moz-transform: translateY(-12px);
2077 transform: translateY(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002078}
2079
2080/* Left */
2081.tooltip-left:before,
2082.tooltip-left:after {
2083 right: 100%;
2084 bottom: 50%;
2085 left: auto;
2086}
2087
2088.tooltip-left:before {
2089 margin-left: 0;
2090 margin-right: -12px;
2091 margin-bottom: 0;
2092 border-top-color: transparent;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002093 border-left-color: #C3CDDB;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002094 /* border-left-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002095}
2096
2097.tooltip-left:hover:before,
2098.tooltip-left:hover:after,
2099.tooltip-left:focus:before,
2100.tooltip-left:focus:after {
2101 -webkit-transform: translateX(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002102 -moz-transform: translateX(-12px);
2103 transform: translateX(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002104}
2105
2106/* Bottom */
2107.tooltip-bottom:before,
2108.tooltip-bottom:after {
2109 top: 100%;
2110 bottom: auto;
2111 left: 20%;
2112}
2113
2114.tooltip-bottom:before {
2115 margin-top: -12px;
2116 margin-bottom: 0;
2117 border-top-color: transparent;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002118 border-bottom-color: #C3CDDB;
2119 border-bottom-color: rgba(195, 205, 219, 1.0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002120}
2121
2122.tooltip-bottom:hover:before,
2123.tooltip-bottom:hover:after,
2124.tooltip-bottom:focus:before,
2125.tooltip-bottom:focus:after {
2126 -webkit-transform: translateY(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002127 -moz-transform: translateY(12px);
2128 transform: translateY(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002129}
2130
2131/* Right */
2132.tooltip-right:before,
2133.tooltip-right:after {
2134 bottom: 50%;
2135 left: 20%;
2136}
2137
2138.tooltip-right:before {
2139 margin-bottom: 0;
2140 margin-left: -12px;
2141 border-top-color: transparent;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002142 border-right-color: #C3CDDB;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002143 /* border-right-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002144}
2145
2146.tooltip-right:hover:before,
2147.tooltip-right:hover:after,
2148.tooltip-right:focus:before,
2149.tooltip-right:focus:after {
2150 -webkit-transform: translateX(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002151 -moz-transform: translateX(12px);
2152 transform: translateX(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002153}
2154
2155/* Move directional arrows down a bit for left/right tooltips */
2156.tooltip-left:before,
2157.tooltip-right:before {
2158 top: 3px;
2159}
2160
2161/* Vertically center tooltip content for left/right tooltips */
2162.tooltip-left:after,
2163.tooltip-right:after {
2164 margin-left: 0;
2165 margin-bottom: -16px;
2166}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002167
2168/*TooltipModule - Shady*/
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002169.tooltip.in {
2170 opacity: 1.0 !important;
2171 filter:alpha(opacity=100) !important;
2172}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002173.tooltip:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002174.tooltip:after{
Sarah Abouzainah98600832020-04-22 22:55:39 +02002175 width: 100% !important;
2176}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002177.tooltip .tooltip-inner{
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002178 width: max-content !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002179 text-align: left!important;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002180 /* color:#1B3E6F;
2181 background-color: #fff !important; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002182 color:#1B3E6F;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002183 background-color: #C3CDDB !important;
2184 border: solid 1px #C3CDDB;
Sarah Abouzainah42185842020-09-28 15:52:12 +02002185 border-radius: 1px !important;
2186 /* border-top-left-radius: 0 !important; */
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002187 font-size: 12px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002188 opacity: 1.0 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002189}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002190
Sarah Abouzainah42185842020-09-28 15:52:12 +02002191.bs-tooltip-auto[x-placement^=top] .arrow::before,
2192.bs-tooltip-top .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002193 border-top-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002194}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002195.bs-tooltip-auto[x-placement^=right] .arrow::before,
2196.bs-tooltip-right .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002197 border-right-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002198}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002199.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
2200.bs-tooltip-bottom .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002201 border-bottom-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002202}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002203.bs-tooltip-auto[x-placement^=left] .arrow::before,
2204.bs-tooltip-left .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002205 border-left-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002206}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002207
2208.btn{
2209padding-right: 20px !important;
2210padding-left: 20px !important;
2211
shaaban Altananyc133b832020-01-09 10:15:28 +02002212}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002213.btn.border-radius{
shaaban Altananyc133b832020-01-09 10:15:28 +02002214 border-radius: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002215}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002216.btn-primary{
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002217 background-color: #1273EB !important;
2218 border-color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002219}
2220.btn-primary:hover {
2221 background-color: #0069d9 !important;
2222 border-color: #0062cc !important;
2223}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002224.btn + .btn{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002225 margin-left: 10px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002226}
2227.package-view-button button{
2228 width: 150px;
2229 float: right;
2230}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002231.package-view-button{
shadyb3c61a62020-02-16 15:47:33 +02002232 margin-top: 6px;
2233}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002234.package-view-button .btn{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002235 padding: 6px 21px;
2236 border-radius: 18px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002237 font-size: 13px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002238}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002239.package-view-button .btn:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002240 opacity: .9;
2241}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002242.package-view-button .btn-primary{
shadyb3c61a62020-02-16 15:47:33 +02002243 background-color: #1B3E6F !important;
2244 border-color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002245}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002246.package-view-button .btn-enrich,
2247.package-view-button .btn-enrich:focus,
2248.modal-footer .btn-primary.btn-enrich{
2249 background: #EB9A34 !important;
2250 border-color: #EB9A34 !important;
2251 color: #fff;
2252 outline: none !important;
2253}
2254.package-view-button .btn-deploy{
2255 background-color: #1273EB !important;
2256 border-color: #1273EB !important;
2257 color: #fff !important;
2258 /* background-color: #fff !important;
shadyb3c61a62020-02-16 15:47:33 +02002259 border-color: #D0DFF1 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002260 color: #1B3E6F !important; */
shadyb3c61a62020-02-16 15:47:33 +02002261}
2262.package-view-title {
2263 font-size: 11px;
2264 color: #1B3E6F;
2265 font-weight: bold;
2266 margin-bottom: 5px;
2267 margin-top: 20px;
2268}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002269.package-view-title+p{
shadyb3c61a62020-02-16 15:47:33 +02002270 font-size: 11px;
2271 margin-bottom: 0px;
2272}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002273.package-view-title+ul{
shadyb3c61a62020-02-16 15:47:33 +02002274 margin-bottom: 0px;
2275}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002276.package-view-button .btn-outline-secondary i{
shadyb3c61a62020-02-16 15:47:33 +02002277 font-size: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002278 margin-right: 4px;
shadyb3c61a62020-02-16 15:47:33 +02002279}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002280.card.creat-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002281 margin: 0;
2282 border-radius: 2px;
2283 border: 0;
2284 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2285}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002286.card.creat-card .single-line{
shadyb85e6de2020-01-22 13:47:41 +02002287 padding: 15px 25px 15px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002288}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002289.card.creat-card .single-line-model{
shadyb3c61a62020-02-16 15:47:33 +02002290 padding: 0px;
2291}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002292.card.creat-card .editor-container{
shadyb3c61a62020-02-16 15:47:33 +02002293 padding: 25px;
2294}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002295.single-line label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002296 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002297}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002298.single-line-model label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002299 margin-bottom: 0px;
2300 border-bottom: 1px solid #FAFAFA;
2301 padding: 15px 25px;
2302}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002303.single-line-model .label-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002304 width: 325px;
2305}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002306.single-line-model .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002307 width: calc(100% - 325px);
2308}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002309.single-line-model input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002310 border-bottom: 1px solid #FAFAFA !important;
2311 padding: 15px 25px 15px 0px;
2312}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002313.customKeyTitle span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002314 color: #C3CDDB !important;
2315 font-size: 11px;
2316}
2317.single-line-model input:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002318.single-line-custom-key input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002319 border-bottom-color: #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002320 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2321 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2322 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002323}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002324.model-note-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002325 width: calc(100% - 325px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002326 padding: 0px 25px 0px 0px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002327 margin-left: 325px;
2328}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002329.error-message{
2330 font-size:11px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002331 color: #FF6469;
2332}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002333.tages-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002334 margin-bottom: 25px;
2335}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002336.tag-notes{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002337 font-size: 11px;
2338 color: #C3CDDB;
2339 padding: 5px 25px 5px 0px;
2340 margin-bottom: 5px;
2341}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002342 .single-tage{
2343 background: #E0E8F2;
2344 font-size: 13px;
2345 color: #1B3E6F;
2346 border-radius: 50px;
2347 padding: 5px 10px;
2348 margin-right:10px;
2349 margin-bottom: 10px;
2350 }
2351 .single-tage a{
2352 color: #1B3E6F;
2353 font-size: 14px;
2354 }
2355 .label-name{
2356 width: 300px;
2357 display: inline-block;
2358 margin-bottom: 0px;
2359 font-size: 13px;
2360 font-weight: bold;
2361 }
2362 .label-name span{
2363 color:#FF6469 ;
2364 }
2365 .delete-key{
2366 color: #FF6469;
2367 font-size: 10px;
2368 background: #FFE6E7;
2369 border: 1px solid #FFC9CB;
2370 padding: 3px 10px 2px;
2371 margin-left: 10px;
2372 border-radius: 5px;
2373 }
2374 .delete-key:hover{
2375 color: #C94448;
2376 background: #FFC9CB;
2377 border: 1px solid #FF6469;
2378 text-decoration: none;
2379 }
2380 .label-input{
2381 width: calc(100% - 300px);
2382 display: inline-block;
2383 }
2384.form-check-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002385 margin-left: 0px !important;
2386 margin-top: 2px !important;
2387}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002388.form-check-input+span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002389 margin-left: 20px;
2390 margin-right: 50px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002391 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02002392 display: flex;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002393}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002394.form-check-input+span i{
shadyb3c61a62020-02-16 15:47:33 +02002395 margin-right: 5px;
2396 margin-left: 5px;
2397}
2398
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002399.label-input input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002400 margin-bottom: 0px;
2401 outline: 0px;
2402 border: 0px;
2403 font-size: 14px;
2404 width: 100%;
2405 color: #1B3E6F;
2406 transition: all 250ms ease-out;
2407}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002408.label-input input:focus{
2409 border-bottom: solid 1px #1B3E6F;
2410 background: transparent !important;
2411 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2412 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2413 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2414 text-shadow: none;
2415}
2416.label-input input:disabled{
2417 background: #fff;
2418 opacity: .5;
2419}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002420.label-input input[type=radio]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002421 width: auto;
2422}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002423.label-input input[type=radio]+span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002424 font-size: 12px;
2425 display: block;
2426 margin-right: 100px;
2427}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002428.single-line select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002429 margin-bottom: 0px;
2430 padding-left: 10px;
2431 padding-right: 50px;
2432 outline: 0px;
2433 border: solid 1px #EEF4F9;
2434 background: none;
2435 background: url(/assets/img/arrow.svg) 90% center #F4F9FE no-repeat;
2436 background-size: 10px;
2437 width: auto;
2438 -webkit-appearance: none;
2439 -moz-appearance: none;
2440 text-indent: 0;
2441 text-overflow: '';
2442 font-size: 13px;
2443 color: #1B3E6F;
2444}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002445.single-line select:focus{
2446 box-shadow: 0 0 0 0;
2447}
2448.single-line select option:first-child{
2449 color: #C3CDDB;
2450}
2451.single-line-model input::placeholder{
2452 font-size: 14px;
2453 color: #C3CDDB;
2454}
2455.single-line-model.error{
2456 color:#FF6469;
2457}
2458.single-line-model.error input,
2459.label-input input.ng-invalid{
2460 box-shadow: none;
2461 color:#FF6469;
2462 border-bottom: 1px solid #FF6469 !important;
2463}
2464.single-line .custom-key{
2465 background: none;
2466 border: 0px;
2467 color:#1273EB ;
2468 font-size: 15px;
2469}
2470.single-line .custom-key:focus{
2471 outline: none;
2472}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002473.creat-container{
2474 padding:70px 100px 70px 70px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002475 position: relative;
2476}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002477.single-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002478 width: 100%;
2479}
Sarah Abouzainah658b6b12020-12-02 11:37:13 +02002480.single-custom-key:last-child{
2481 margin-bottom: 20px;
2482}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002483.single-line-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002484 width: 45%;
2485 display: inline-block;
2486}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002487.single-line-custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002488 width: 10%;
2489 display: inline-block;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002490 border-bottom: 1px solid #FAFAFA;
2491 padding: 13px 12px 14px;
shadyb3c61a62020-02-16 15:47:33 +02002492}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002493.single-line-custom-key label{
shadyb3c61a62020-02-16 15:47:33 +02002494 width: 150px;
2495 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002496 border-bottom: 1px solid #FAFAFA;
shadyb3c61a62020-02-16 15:47:33 +02002497 padding: 15px 25px;
2498}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002499.single-line-custom-key input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002500 border-bottom: 1px solid #FAFAFA !important;
2501 padding: 15px 25px 15px 0;
shadyb3c61a62020-02-16 15:47:33 +02002502}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002503.single-line-custom-key input::placeholder{
shadyb3c61a62020-02-16 15:47:33 +02002504 font-size: 14px;
2505 color: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002506}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002507.single-line-custom-key .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002508 width: calc(100% - 150px);
2509}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002510.single-line-custom-key .label-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002511 color: #C3CDDB !important;
2512 margin-right: 20px;
2513}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002514.custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002515 background: transparent;
2516 color: #FF6469;
2517 outline: 0px;
2518 border: 0px;
2519}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002520.custom-key-delete:focus{
shadyb3c61a62020-02-16 15:47:33 +02002521 outline: 0px;
2522 border: 0px;
2523}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002524hr{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002525 margin-top: 0rem !important;
2526 margin-bottom: 0rem !important;
2527 border-top: 1px solid #efefef !important;
2528}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002529.creat-action-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002530 position: fixed;
2531 right: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002532 top: 104px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002533 width: 130px;
2534 text-align: center;
2535}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002536.action-button{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002537 display: inline-block;
2538 width: 70px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002539 margin-bottom: 12px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002540 color: #BABBC3 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002541 font-size: 10px;
2542 font-weight: bold;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002543 background: transparent;
2544 border: 0;
2545 padding: 0;
2546}
2547.action-button:disabled,
2548.action-button:disabled:hover{
2549 cursor: unset;
2550 opacity: .5 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002551}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002552.action-button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002553 text-decoration: none;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002554 cursor: pointer;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002555}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002556.action-button i{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002557 background: #fff;
2558 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2559 width: 40px;
2560 height: 40px;
2561 text-align: center;
2562 line-height: 40px;
2563 border-radius: 40px;
2564 color: #1B3E6F;
2565 font-size: 17px;
2566 display: inline-block;
2567}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002568.action-button i:hover{
2569 background: #dee2e6;
2570}
2571.action-button i.icon-save-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002572 background: #1273EB;
2573 color: #fff;
2574 font-size: 11px;
2575}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002576.action-button i.icon-discard-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002577 font-size: 11px;
Sarah Abouzainah658b6b12020-12-02 11:37:13 +02002578 color: #BABBC3;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002579}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002580/* .action-button.save{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002581 color: #1273EB !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002582}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002583.action-button.save:hover{
2584 opacity: .9;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002585} */
Sarah Abouzainahee01e432020-12-01 20:27:36 +02002586.action-button.save:disabled{
2587 color: #C3CDDB !important;
2588}
2589.action-button.save:disabled i{
2590 background-color: #C3CDDB;
2591 animation: none;
2592}
2593.action-button.save:disabled i::before{
2594 color: #fff;
2595}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002596.action-button.save{
2597 color: #66BB00 !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002598}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002599/*Flash Glowing button style*/
2600.action-button.save i{
2601background-color: #66BB00;
2602-webkit-animation: glowing 1500ms infinite;
2603-moz-animation: glowing 1500ms infinite;
2604-o-animation: glowing 1500ms infinite;
2605animation: glowing 1500ms infinite;
2606}
2607@-webkit-keyframes glowing {
2608 0% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2609 50% { background-color: #7CD116; -webkit-box-shadow: 0 0 40px #7CD116; }
2610 100% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2611}
2612
2613@-moz-keyframes glowing {
2614 0% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2615 50% { background-color: #7CD116; -moz-box-shadow: 0 0 40px #7CD116; }
2616 100% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2617}
2618
2619@-o-keyframes glowing {
2620 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2621 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2622 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2623}
2624
2625@keyframes glowing {
2626 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2627 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2628 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2629}
2630
2631
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002632/* .action-button.delete i{
shadyb3c61a62020-02-16 15:47:33 +02002633 color: #BABBC3;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002634} */
2635.action-button.delete,
2636.action-button.delete i,
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002637.action-button.delete:hover,
2638.action-button.delete:hover .icon-delete-sm{
2639 color: #FF6469 !important;
shadyb3c61a62020-02-16 15:47:33 +02002640}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002641.mode-icon{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002642 font-size: 20px;
2643}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002644
2645/*MODAL*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002646.modal-dialog{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002647 margin-top: 60px !important;
2648}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002649.modal{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002650 z-index: 11000000 !important;
2651 background: rgba(27, 62, 111, 0.10) !important;
2652}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002653.modal-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002654 border-radius: 2px !important;
2655 border: 0 !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002656 box-shadow: 0 2px 6px rgba(47, 83, 151, .10);;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002657}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002658.modal-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002659 font-size: 14px !important;
2660}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002661.modal-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002662 padding: 1.5rem 1.5rem 1rem !important;
2663}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002664.enrichModal .modal-dialog{
2665 max-width: 60% !important;
2666}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002667.modal-body p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002668 font-size: 14px;
2669}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002670.modal-body p span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002671 color: #FF6469;
2672}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002673.modal-header{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002674 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002675 padding: .7rem 1.5rem !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002676}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002677.modal-footer{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002678 padding-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002679 border-top: 0 !important;
2680}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002681.modal-footer .btn{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002682 padding: 8px 15px;
2683 font-weight: bold;
2684 font-size: 12px;
2685 border: 0 !important;
2686}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002687.modal-footer .btn-primary{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002688 background-color: #1B3E6F !important;
2689}
2690.modal-footer .btn-secondary,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002691.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002692 background-color: transparent;
2693 color: #1273EB;
2694 opacity: .8;
2695}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002696.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002697 opacity: 1;
2698}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002699.modal-footer .btn-secondary:active{
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002700 background-color: #E7F1FC !important;
2701 color: #1B3E6F !important;
2702}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002703.btn-modal-remove-file:hover{
2704 cursor: pointer;
2705}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002706.action-button span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002707 width: 100%;
2708 display: inline-block;
2709 margin-top: 5px;
2710}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002711.creat-action-container hr{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002712 margin: 0 46px;
2713 padding-bottom: 18px;
2714}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002715.btn-link:hover, .btn-link:focus{
shaaban Altananyc133b832020-01-09 10:15:28 +02002716 text-decoration: none !important;
2717}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002718.btn-link::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002719 content: "\f107";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002720 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002721 position: relative;
2722 margin-right: 20px;
2723}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002724.btn-link.collapsed::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002725 content: "\f105";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002726 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002727 position: relative;
shadyb85e6de2020-01-22 13:47:41 +02002728 margin-right: 25px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002729}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002730.btn-link i{
shaaban Altananyc133b832020-01-09 10:15:28 +02002731 margin-right: 10px;
2732}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002733.ngx-file-drop__content{
shaaban Altananyc133b832020-01-09 10:15:28 +02002734 background: #F4F9FE;
2735 padding: 20px;
2736 height: auto !important;
2737 display: inline-block !important;
2738 width: 100%;
2739}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002740.ngx-file-drop__drop-zone{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002741 border: 1px dashed #D7E7F9 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002742 border-radius: 0px !important;
2743 height: auto !important;
2744}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002745.folder-upload{
shaaban Altananyc133b832020-01-09 10:15:28 +02002746 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002747 margin: 15px auto 18px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002748 display: inline-block;
2749 text-align: center;
2750}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002751.btn-group-sm>.btn, .btn-sm{
shadyb85e6de2020-01-22 13:47:41 +02002752 font-size: 12px;
2753}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002754.create-title{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002755 margin-bottom: 0;
shadyb85e6de2020-01-22 13:47:41 +02002756 font-size: 14px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002757 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002758 /* text-transform: uppercase; */
2759 line-height: 32px;
shadyb85e6de2020-01-22 13:47:41 +02002760}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002761.folder-upload-text{
shaaban Altananyc133b832020-01-09 10:15:28 +02002762 margin-top: 10px;
2763 width: 100%;
2764 display: inline-block;
2765 text-align: center;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002766 color:#242424 ;
shadyb85e6de2020-01-22 13:47:41 +02002767 font-size: 14px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002768}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002769.folder-upload-text button{
shaaban Altananyc133b832020-01-09 10:15:28 +02002770 margin-left: 10px;
2771 font-size: 12px;
2772}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002773.folder-upload-type{
2774 color:#A4B2C6 ;
shaaban Altananyc133b832020-01-09 10:15:28 +02002775 font-size: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002776 font-weight: bold;
shaaban Altananyc133b832020-01-09 10:15:28 +02002777 width: 100%;
2778 display: inline-block;
2779 text-align: center;
2780}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002781.upload-table{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002782 margin: 15px 0 0;
2783}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002784.upload-table tr{
2785 border: dashed 1px #D7E7F9;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002786}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002787.upload-table tr th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002788 border-bottom: solid 1px #F4F9FE !important;
2789}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002790.upload-table .table thead th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002791 padding: 6px 9px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002792 border-top: 0px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002793 font-weight: normal;
2794 font-size: 13px;
2795}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002796.upload-table .table thead th:first-child{
2797 width: 24px;
2798 padding-right: 0;
2799}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002800.upload-table tr:last-child th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002801 border-bottom: 0 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002802}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002803.upload-table .table{
shaaban Altananyc133b832020-01-09 10:15:28 +02002804 margin-bottom: 0px !important;
2805}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002806.nav-tabs .nav-link{
shaaban Altananyc133b832020-01-09 10:15:28 +02002807 position: relative;
2808}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002809.nav-tabs .nav-link.tab-done{
shadyb3c61a62020-02-16 15:47:33 +02002810 padding-left: 40px !important;
2811}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002812.nav-tabs .nav-link.tab-done::after{
shaaban Altananyc133b832020-01-09 10:15:28 +02002813 content: "\f058";
2814 position: absolute;
2815 font-family: 'FontAwesome';
shadyb3c61a62020-02-16 15:47:33 +02002816 left: 17px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002817 font-size: 16px;
2818 top: 11px;
2819 color: #66BB00;
2820}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002821.authentication-container-all{
shadyb85e6de2020-01-22 13:47:41 +02002822 background: #F4F9FE;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002823 border:1px solid #D0DFF1 ;
shadyb85e6de2020-01-22 13:47:41 +02002824 flex: 1;
2825 width: 100%;
2826}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002827.authentication-header{
shadyb85e6de2020-01-22 13:47:41 +02002828 width: 100%;
2829 background: #fff;
2830 font-size: 12px;
2831 color: #C3CDDB;
2832 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002833 padding: 10px 20px ;
shadyb85e6de2020-01-22 13:47:41 +02002834}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002835.authentication-search{
shadyb85e6de2020-01-22 13:47:41 +02002836 width: 100%;
2837 background: #fff;
2838 font-size: 12px;
2839 color: #C3CDDB;
2840 font-weight: bold;
2841 position: relative;
2842}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002843.authentication-search::after{
shadyb85e6de2020-01-22 13:47:41 +02002844 content: "\f002";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002845 font-family: 'FontAwesome';
2846 position: absolute;
2847 left: 20px;
2848 top: 11px;
shadyb85e6de2020-01-22 13:47:41 +02002849}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002850.authentication-search input{
shadyb85e6de2020-01-22 13:47:41 +02002851 width: 100%;
2852 background: #fff;
2853 font-size: 12px;
2854 color: #C3CDDB;
2855 font-weight: bold;
2856 padding: 10px 20px 10px 35px;
2857 border: 0px;
2858 border-top: 1px solid #D7E7F9;
2859}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002860.authentication-search input::placeholder{
shadyb85e6de2020-01-22 13:47:41 +02002861 color: #D0D7E4;
2862 font-size: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002863 font-weight:100;
shadyb85e6de2020-01-22 13:47:41 +02002864}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002865.authentication-accordion{
2866 width: 100%;
shadyb85e6de2020-01-22 13:47:41 +02002867 padding: 20px;
2868 max-height: 300px;
2869 overflow: auto;
2870}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002871.authentication-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002872 border-radius: 0px !important;
2873 margin-bottom: 10px !important;
2874}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002875.authentication-accordion .card-header{
shadyb85e6de2020-01-22 13:47:41 +02002876 padding: 0px !important;
2877 background: #fff !important;
2878 border-radius: 0px !important;
2879 font-size: 18px;
2880 font-weight: bold;
2881}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002882.authentication-accordion .card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002883 color: #1B3E6F;
2884 width: 100%;
2885 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002886 padding: 9px 0px !important;
2887 font-size: 13px;
2888 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002889}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002890.authentication-accordion .custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002891 display: inline-block;
2892}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002893.authentication-accordion .btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002894 margin-right: 10px;
2895}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002896.authentication-accordion .btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002897 margin-right: 14px;
2898}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002899.template-mapping-accordion{
shadyb85e6de2020-01-22 13:47:41 +02002900 width: 100%;
2901}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002902.templateNote{
2903 font-size: 12px;
2904 color: #C1CDDD;
2905}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002906.card-header .btn.regularTitle{
2907 padding-left: 0 !important;
2908 padding-right: 0 !important;
2909 color: #1B3E6F;
2910 font-size: 13px;
2911 font-weight: bold;
2912}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002913.template-mapping-accordion .accordian-title{
2914 color: #C3CDDB !important;
2915 font-size: 12px !important;
2916 font-weight: normal !important;
2917}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002918.card{
shadyb85e6de2020-01-22 13:47:41 +02002919 border-radius: 2px;
2920 border: 0;
2921 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2922 border: 0px !important;
2923}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002924.card-header{
shadyb3c61a62020-02-16 15:47:33 +02002925 padding: 0px 25px !important;
shadyb85e6de2020-01-22 13:47:41 +02002926 background: #F4F9FE !important;
2927 border-radius: 0px !important;
2928 border-bottom: 1px solid #ECEDF2 !important;
2929}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002930.template-mapping-accordion .card-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002931 padding: 20px 26px 0 !important;
shadyb85e6de2020-01-22 13:47:41 +02002932 font-size: 14px;
2933}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002934.card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002935 color: #1B3E6F;
2936 width: 100%;
2937 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002938 padding: 9px 0px !important;
2939 font-size: 13px;
2940 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002941}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002942.accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002943 margin-bottom: 0px !important;
2944 border-top: 1px solid #ECEDF2 !important;
2945}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002946.accordion > .card > .card-header{
2947 padding: 0 !important;
2948}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002949.template-mapping-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002950 margin-bottom: 25px !important;
2951}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002952.custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002953 display: inline-block;
2954}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002955.btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002956 margin-right: 10px;
2957}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002958.btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002959 margin-right: 14px;
2960}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002961.drap-drop-action{
shadyb85e6de2020-01-22 13:47:41 +02002962 padding: 12px 20px 9px 20px;
2963 color: #C3CDDB;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002964 cursor:move;
shadyb85e6de2020-01-22 13:47:41 +02002965 font-size: 15px;
2966}
2967.modal-title {
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002968 font-size: 13px;
2969 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002970}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002971.select-type{
shadyb85e6de2020-01-22 13:47:41 +02002972 background: #F4F9FE;
2973 border: 1px solid #D7E7F9;
2974 padding: 10px;
2975 text-align: center;
2976 color: #1273EB;
2977 font-size: 15px;
2978 width: 100%;
2979 position: relative;
2980}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002981.select-type:hover, .select-type.active{
shadyb85e6de2020-01-22 13:47:41 +02002982 background: #1B3E6F;
2983 border: 1px solid #D7E7F9;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002984 color: #fff;
shadyb85e6de2020-01-22 13:47:41 +02002985 text-decoration: none;
2986}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002987.select-type-icon{
shadyb85e6de2020-01-22 13:47:41 +02002988 font-size: 35px;
2989}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002990.select-type::before{
shadyb85e6de2020-01-22 13:47:41 +02002991 content: '';
2992 border: 1px solid #1273EB;
2993 width: 18px;
2994 height: 18px;
2995 border-radius: 18px;
2996 display: inline-block;
2997 left: 10px;
2998 position: absolute;
2999}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003000.select-type:hover::before, .select-type.active::before{
shadyb85e6de2020-01-22 13:47:41 +02003001 border: 1px solid #fff;
3002}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003003.select-type.active::after{
shadyb85e6de2020-01-22 13:47:41 +02003004 content: '';
3005 background: #fff;
3006 width: 12px;
3007 height: 12px;
3008 border-radius: 18px;
3009 display: inline-block;
3010 left: 13px;
3011 position: absolute;
3012 top: 13px;
3013}
Ahmedeldeeb501d9cc252020-10-27 18:16:58 +02003014/* -------- ace editor style -------- */
3015.editor-container{
3016 height: 55vh !important;
3017 overflow: scroll;
3018}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02003019.ace_print-margin{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003020 left: 100% !important;
shadyb3c61a62020-02-16 15:47:33 +02003021 background: #eee !important;
3022}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003023.ace_content{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003024 width: 100% !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003025}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003026.ace_editor{
Ahmedeldeeb501d9cc252020-10-27 18:16:58 +02003027 /* height: 55vh !important; */
shadyb3c61a62020-02-16 15:47:33 +02003028 line-height: 25px;
3029 border: 1px solid #ECEDF2;
3030 background-color: #fff;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003031 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02003032}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003033.ace_gutter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003034 background: #E0E8F2 !important;
3035 border-right: 0px !important;
3036 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02003037}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02003038.ace_gutter-active-line{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003039 background-color: #265699 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003040 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +02003041}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003042.ace_cursor{
3043 color: #265699 !important;
shadyb3c61a62020-02-16 15:47:33 +02003044}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003045.ace-tm .ace_marker-layer .ace_active-line{
3046 background: #F4F9FE !important;
shadyb3c61a62020-02-16 15:47:33 +02003047}
Sarah Abouzainah01d15fc2020-11-08 17:05:20 +02003048.ace_dark .ace_fold-widget,
3049.ace_dark .ace_fold-widget.ace_closed{
3050 background-position: center center !important;
3051 background-size: 7px;
3052 background-repeat: no-repeat !important;
3053}
3054.ace_dark .ace_fold-widget{
3055 background-image: url(/assets/img/icon-codeOpen.svg) !important;
3056}
3057.ace_dark .ace_fold-widget.ace_closed{
3058 background-image: url(/assets/img/icon-codeClosed.svg) !important;
3059 background-size: 4px;
3060}
Ahmedeldeeb501d9cc252020-10-27 18:16:58 +02003061/* -------- end of ace editor style -------- */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003062.breadcrumb-header{
shadyb3c61a62020-02-16 15:47:33 +02003063 padding: 0px;
3064 margin: 0px;
3065}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003066.breadcrumb-header li{
shadyb3c61a62020-02-16 15:47:33 +02003067 list-style: none;
3068 display: inline-block;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003069 font-size: 14px;
shadyb3c61a62020-02-16 15:47:33 +02003070}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003071
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003072.breadcrumb-header li:last-child::after{
shadyb3c61a62020-02-16 15:47:33 +02003073 display: none;
3074}
3075
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003076.breadcrumb-header li:last-child{
3077/* background: #F4F9FE; */
3078border-radius: 50px;
3079color: #C3CDDB;
3080padding: 0 10px 0 0;
shadyb3c61a62020-02-16 15:47:33 +02003081}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003082.breadcrumb-header li:first-child,
3083.breadcrumb-header li:first-child a{
shadyb3c61a62020-02-16 15:47:33 +02003084 font-size: 16px;
3085 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003086 padding: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003087 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02003088 border-radius: 0px;
3089 background: transparent;
shadyb3c61a62020-02-16 15:47:33 +02003090}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003091.create-template-import{
shadyb3c61a62020-02-16 15:47:33 +02003092 width: 100%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003093 margin: 30px 0px 10px ;
shadyb3c61a62020-02-16 15:47:33 +02003094}
3095
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003096.create-template-import a:hover{
shadyb3c61a62020-02-16 15:47:33 +02003097 text-decoration: none;
3098}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003099.mapping-source-load{
shadyb3c61a62020-02-16 15:47:33 +02003100 color: #1B3E6F;
3101 font-size: 10px;
3102 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003103 display: inline-block;
3104 vertical-align: top;
shadyb3c61a62020-02-16 15:47:33 +02003105 margin-top: 20px;
3106 margin-bottom: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003107 margin:15px 30px 20px;
shadyb3c61a62020-02-16 15:47:33 +02003108}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003109.mapping-source-load:hover{
shadyb3c61a62020-02-16 15:47:33 +02003110 text-decoration: none;
3111}
3112.mapping-source-load i {
3113 color: #1B3E6F;
3114 font-size: 36px;
3115 padding: 10px;
shadyb3c61a62020-02-16 15:47:33 +02003116 border-radius: 100px;
3117 width: 70px;
3118 height: 70px;
3119 display: inline-block;
3120 line-height: 52px;
3121 margin-bottom: 20px;
3122}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003123.mapping-source-load:hover i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003124 background: #F4F9FE;
3125}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003126.mapping-source-load:hover span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003127 color: #1273EB;
3128}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003129.source-load-note{
3130 color:#C3CDDB ;
shadyb3c61a62020-02-16 15:47:33 +02003131 font-size: 8px;
3132}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003133.mapping-source-load.hover-disable{
3134 opacity: .5;
3135}
3136.mapping-source-load.hover-disable:hover span{
3137 color: #1B3E6F;
3138}
3139.mapping-source-load.hover-disable:hover i{
3140 background: transparent;
3141}
Sarah Abouzainah42185842020-09-28 15:52:12 +02003142.mapping-editBar{
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003143 margin-top: 6px;
3144}
3145.mapping-editBar .selectedAttributes{
3146 margin-left: 6px;
3147 line-height: 35px;
3148 font-size: 10px;
3149 font-weight: bold;
3150}
3151.selectedAttributes .totalAtt{
3152 color: #C4CEDB;
Sarah Abouzainah42185842020-09-28 15:52:12 +02003153}
3154.mapping-editBar .custom-checkbox,
3155.mapping-editBar .btn{
3156 margin: 0 4px !important;
3157 padding: 9px !important;
3158 width: 36px;
3159 height: 36px;
3160 background: #F4F9FE;
3161 border-radius: 50% !important;
3162 text-align: center;
3163 line-height: 14px;
3164}
3165.mapping-editBar .custom-checkbox{
3166 margin-left: 0 !important;
3167}
3168.mapping-editBar .custom-control-label{
3169 top: -2px;
3170 left: 16px;
3171}
3172.mapping-editBar .btn i{
3173 color: #1B3E6F;
3174 font-size: 18px;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003175 /* opacity: .5; */
Sarah Abouzainah42185842020-09-28 15:52:12 +02003176}
3177.mapping-editBar .custom-checkbox:hover,
3178.mapping-editBar .btn:hover i{
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003179 opacity: .8;
Sarah Abouzainah42185842020-09-28 15:52:12 +02003180}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003181.template-mapping-list{
shadyb3c61a62020-02-16 15:47:33 +02003182 background: #F4F9FE;
3183 border: 1px solid #E9F3FF;
3184 padding: 5px 10px;
3185 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3186 width: 100%;
3187 display: inline-block;
3188 margin-bottom: 20px;
3189 color: #1B3E6F;
3190}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003191.template-mapping-list:hover,
3192.template-mapping-list.active {
Sarah Abouzainahf08c5e92020-10-05 15:18:41 +02003193 cursor: pointer;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003194 /* background: #1B3E6F; */
shadyb3c61a62020-02-16 15:47:33 +02003195 text-decoration: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003196 /* color: #fff !important; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003197 border-radius: 4px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003198 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
shadyb3c61a62020-02-16 15:47:33 +02003199}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003200.template-mapping-list p,
3201.template-mapping-list:hover p{
3202 margin-bottom: 0;
3203 width: 60%;
3204 display: inline-block !important;
3205}
3206.template-mapping-list:hover p{
3207 width: 90%;
3208}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003209.template-mapping-list:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003210 opacity: .9;
3211}
3212
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003213.template-mapping-list span{
shadyb3c61a62020-02-16 15:47:33 +02003214 background: #fff;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003215 border: solid 1px #E9F3FF;
shadyb3c61a62020-02-16 15:47:33 +02003216 color: #2A81ED;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003217 font-size: 9px;
shadyb3c61a62020-02-16 15:47:33 +02003218 float: right;
3219 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003220 padding: 3px 10px;
shadyb3c61a62020-02-16 15:47:33 +02003221 margin-left: 5px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003222}
3223.template-mapping-list:hover span{
3224 display: none;
3225}
3226.deleteTemplate{
3227 display: none;
3228 position: absolute;
3229 right: 21px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003230 top: 2px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003231 border: 0;
3232 background: transparent;
3233}
3234.deleteTemplate i{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003235 color: #FF6469 !important;
3236 font-size: 16px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003237}
3238.template-mapping-list:hover .deleteTemplate{
3239 display: inline;
shadyb3c61a62020-02-16 15:47:33 +02003240}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003241.max-height-list{
shadyb3c61a62020-02-16 15:47:33 +02003242 max-height: 232px;
3243 padding-bottom: 5px !important;
3244 overflow: auto;
3245}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003246.create-template-mapping-button{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003247 background: #C3CDDB;
3248 border-radius: 50px;
3249 font-size: 12px;
3250 font-weight: bold;
3251 padding: 10px 20px;
3252 margin-bottom: 20px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003253 display: inline-block;
3254 cursor: pointer;
shadyb3c61a62020-02-16 15:47:33 +02003255}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003256.create-template-mapping-button i{
3257margin-right: 5px;
3258 }
3259.view-package-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003260 padding: 20px 56px;
shadyb3c61a62020-02-16 15:47:33 +02003261}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003262.package-type-icon{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003263 color: #1B3E6F;
3264 background: #C1CDDD;
3265 width: 48px;
3266 height: 48px;
3267 border-radius: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003268 display: inline-block;
3269 text-align: center;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003270 line-height: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003271 font-size: 20px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003272 /* margin-right: 20px; */
shadyb3c61a62020-02-16 15:47:33 +02003273}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003274.defintionsNote{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003275 padding-left: 0;
3276}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003277.defintionsNote li{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003278 line-height: 24px;
3279 list-style: none;
3280 font-size: 13px;
3281}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003282.package-name-container{
shadyb3c61a62020-02-16 15:47:33 +02003283 width: calc(100% - 60px);
3284 display: inline-block;
3285}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003286.package-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003287 font-size: 16px;
3288 color: #1B3E6F;
3289 font-weight: bold;
3290 margin-top: 3px;
shadyb3c61a62020-02-16 15:47:33 +02003291}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003292.package-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003293 font-size: 11px;
shadyb3c61a62020-02-16 15:47:33 +02003294}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003295.package-name i{
shadyb3c61a62020-02-16 15:47:33 +02003296 font-size: 12px;
3297 color: #C3CDDB;
3298 margin-left: 5px;
3299}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003300.deply-status-icon{
Sarah Abouzainah95c95202020-07-05 19:45:40 +02003301 margin-right: 4px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003302 width: 1.6%;
3303 vertical-align: baseline;
shadyb3c61a62020-02-16 15:47:33 +02003304}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003305.package-description{
shadyb3c61a62020-02-16 15:47:33 +02003306 color: #D0D7E4;
3307 font-size: 12px;
3308 font-weight: normal;
3309}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003310.package-auth-info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003311 font-size: 11px;
3312}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003313.package-auth-info p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003314 margin-bottom: 5px;
3315}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003316.package-auth-info div{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003317 padding-left: 25px;
3318 border-right: solid 1px #F4F9FE;
3319}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003320.package-auth-info div:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003321 padding-left: 15px;
3322}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003323.package-auth-info .col-4:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003324 padding-left: 15px;
3325}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003326.package-auth-info div:last-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003327 border-right: 0;
3328}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003329.package-auth-info .package-contributers{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003330 margin-bottom: 0 !important;
3331}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003332.package-auth-info .package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003333 width: 20px;
3334 height: 20px;
3335}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003336.template-mapping-action{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003337 margin-bottom: 20px;
shadyb3c61a62020-02-16 15:47:33 +02003338}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003339.template-mapping-action button{
shadyb3c61a62020-02-16 15:47:33 +02003340 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003341 padding: 4px 20px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003342 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02003343}
Sarah Abouzainahee01e432020-12-01 20:27:36 +02003344.template-mapping-action .btn-primary:disabled{
3345 background:#C3CDDB !important ;
3346 border-color:#C3CDDB !important ;
3347 color: #fff !important ;
3348}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003349.template-mapping-action .btn-primary{
Sarah Abouzainah42185842020-09-28 15:52:12 +02003350 background:#66BB00 !important ;
3351 border-color:#66BB00 !important ;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003352 color: #fff !important ;
shadyb3c61a62020-02-16 15:47:33 +02003353}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003354.template-mapping-action .btn-outline-secondary{
3355 background:#fff !important ;
3356 border-color:#ECEDF2 !important ;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003357 color: #1B3E6F !important ;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003358}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003359.table-container{
shadyb3c61a62020-02-16 15:47:33 +02003360 width: 100%;
3361}
3362/*
3363 server-side-angular-way.component.css
3364*/
3365.no-data-available {
3366 text-align: center;
3367}
3368
3369/*
3370 src/styles.css (i.e. your global style)
3371*/
3372.dataTables_empty {
3373 display: none;
3374}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003375.dataTables_length,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003376.dataTables_filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003377 margin-bottom: 6px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003378 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003379 font-size: 13px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003380 /* font-weight: bold; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003381}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003382/*Mat Table*/
3383.mat-elevation-z8{
3384 box-shadow: none !important;
3385}
3386.mat-table,
3387.mat-paginator{
3388 background: #fff !important;
3389 color: #1B3E6F !important;
3390}
3391.mat-table{
3392 border-top: solid 1px #ECEDF2;
3393}
3394.mat-paginator{
3395 /* display: inline-block; */
3396 width: 36%;
3397 float: right;
3398}
3399.mat-input-element{
3400 font-size: 13px !important;
3401 line-height: 20px !important;
3402}
3403tr.mat-header-row{
3404 background: #f4f9fe;
3405 border-bottom: 1px solid #ecedf2;
3406}
3407.mat-sort-header-button{
3408 text-align: left;
3409}
3410.mat-cell, .mat-footer-cell{
3411 color: #1B3E6F !important;
3412}
3413.mat-form-field-appearance-legacy .mat-form-field-wrapper{
3414 padding-bottom: 0;
3415}
Sarah Abouzainahee01e432020-12-01 20:27:36 +02003416.mat-paginator-page-size-select{
3417 margin-top: 12px;
3418}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003419.mat-paginator-page-size-select .mat-form-field-wrapper{
3420 padding-bottom: 14px;
3421}
Sarah Abouzainahee01e432020-12-01 20:27:36 +02003422.mat-paginator-range-label{
3423 margin-right: 8px;
3424}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003425.mat-form-field-infix,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003426.dataTables_filter input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003427 color: #1B3E6F;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003428 padding: 4px 9px !important;
3429 border: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003430 border-radius: 4px;
3431}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003432.mat-focused .mat-form-field-infix{
3433 border-bottom: 0 !important;
3434}
3435.tableFilter{
Sarah Abouzainahee01e432020-12-01 20:27:36 +02003436 margin-top: 12px;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003437}
3438.tableFilter .mat-form-field-wrapper{
Sarah Abouzainahee01e432020-12-01 20:27:36 +02003439 padding-bottom: 0 !important;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003440}
3441.tableFilter .mat-form-field-infix{
3442 background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
3443 padding-left: 24px !important;
3444}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003445.dataTables_filter input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003446 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3447}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003448.mapping-table th,
3449.mapping-table td{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003450 width: auto !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003451 padding: 7px 20px 7px 0 !important;
3452 border-bottom: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003453 font-size: 13px;
3454}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003455.mapping-table th:first-child,
3456.mapping-table td:first-child{
3457 padding-left: 20px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003458}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003459.mapping-table thead th{
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003460 padding: 4px 20px 4px 0 !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003461 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003462 color: #1B3E6F;
3463 font-weight: bold;
3464 font-size: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003465}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003466.mapping-table tbody tr:hover{
3467 background-color: #F4F9FE !important;
3468}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003469.mat-form-field-label{
3470 color: #1B3E6F !important;
3471 font-size: 13px !important;
3472 padding-left: 26px;
3473 line-height: 20px !important;
3474}
3475.mat-select-value,
3476.mat-select-arrow{
3477 color: #1B3E6F !important;
3478}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003479.mapping-table th{
3480 padding-top: 10px !important;
3481 padding-bottom: 10px !important;
Ahmedeldeeb50427d1422020-10-18 16:12:27 +02003482 /* background: #F4F9FE; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003483}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003484.mapping-table td{
3485 border-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003486}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003487table.dataTable.no-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003488 margin-bottom: 9px;
3489 border-bottom: solid 1px #ECEDF2 !important;
3490}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003491.mat-paginator-container{
3492 padding-right: 0;
3493}
Sarah Abouzainahee01e432020-12-01 20:27:36 +02003494.mappingSelectedAtt{
3495 padding-left: 3px;
3496 line-height: 35px;
3497 font-size: 10px;
3498}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003499.dataTables_info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003500 padding-top: 12px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003501 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003502 font-size: 13px;
3503 font-weight: bold;
3504}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003505.dataTables_wrapper .dataTables_paginate,
3506.dataTables_wrapper .dataTables_paginate a.paginate_button,
3507.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003508.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003509 margin-bottom: 3px;
3510 color: #1B3E6F !important;
3511 font-size: 13px;
3512 font-weight: bold;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003513 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003514}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003515.dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003516 border: 0;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003517 color: #1B3E6F !important;
3518 background: none !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003519}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003520.dataTables_wrapper .dataTables_paginate a.paginate_button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003521 padding: 0.4em .9em !important;
3522}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003523.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003524 color: #1B3E6F !important;
3525 background: #F4F9FE !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003526 border: solid 1px #EEF4F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003527 border-radius: 100% !important;
3528 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3529 outline: 0;
3530}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003531.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003532 opacity: .6;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003533}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003534.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003535 cursor: default;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003536 background: none !important;
3537 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003538}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003539.mapping-table .form-control,
3540.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003541 padding: 10px 6px;
3542 border-color: #EEF4F9;
3543 font-size: 14px;
3544 line-height: 12px;
3545 color: #1B3E6F;
3546}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003547.mapping-table .form-control{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003548 box-shadow: 0 2px 4px rgba(47,83,151,0.1);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003549}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003550.mapping-table tbody tr:hover .form-control:focus,
3551.mapping-table tbody tr:hover .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003552 background-color: #fff !important;
3553}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003554.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003555 background-color: #F4F9FE;
3556 color: #1B3E6F;
3557}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003558.mapping-table .form-control:disabled{
Sarah Abouzainah98600832020-04-22 22:55:39 +02003559 padding-left: 0;
3560 box-shadow: none;
3561 border: 0;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003562 background: transparent !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003563 color: #1B3E6F;
3564}
AhmedEldeeb50bf566c12020-05-07 16:10:33 +02003565
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003566/* Windows View as 150% */
3567@media (resolution: 150dpi) {
3568 /* @media (-webkit-device-pixel-ratio: 1.5) { */
3569 .body-container > .container{
3570 max-width: 960px !important;
3571 }
3572}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003573/* Extra small devices (portrait phones, less than 576px) */
3574@media (max-width: 575.98px) {
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003575 .page-title{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003576 padding: 18px;
3577 }
3578}
3579
3580/* Small devices (landscape phones, 576px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003581@media (min-width: 576px) and (max-width: 767.98px) {
3582
3583}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003584
3585/* Medium devices (tablets, 768px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003586@media (min-width: 768px) and (max-width: 991.98px) {
3587
3588}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003589
3590/* Large devices (desktops, 992px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003591@media (min-width: 992px) and (max-width: 1199.98px) {
3592
3593}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003594
3595/* Extra large devices (large desktops, 1200px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003596@media (min-width: 1200px) {
3597
3598}
3599
3600
3601
3602
3603
3604
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003605/* Package Wizard panel */
3606.packageWizard.panel-wrap{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003607 position: fixed;
3608 top: 100px;
3609 bottom: 0;
3610 right: 0;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003611 width: 350px;
3612 height: 200px;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003613 transform: translateX(100%);
3614 transition: .3s ease-out;
3615 z-index: 2000;
3616}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003617.packageWizard .panel{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003618 position: absolute;
3619 top: 0;
3620 bottom: 0;
3621 left: 0;
3622 right: 0;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003623 overflow: auto;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003624 padding: 20px;
3625 padding-top: 9px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003626 background: #1B3E6F;
3627 color: #fff;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003628 border-top: solid 6px #1273EB;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003629 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003630 border-radius: 3px !important;
3631 /* border-top-right-radius: 0 !important;
3632 border-bottom-right-radius: 0 !important; */
3633 text-align: center;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003634}
3635
3636/* simulate panel state control --
3637this can also be triggered by a
3638class name added to the body tag.
3639Just using a checkbox sibling here
3640for simplicity
3641*/
3642[type="checkbox"]:checked ~ .panel-wrap {
3643 transform: translateX(0%);
3644}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003645.packageWizard h3{
3646 margin-bottom: 15px;
3647 font-weight: bold !important;
3648 font-size: 16px;
3649}
3650.packageWizard p{
3651 margin-bottom: 12px;
3652 font-size: 14px;
3653}
3654.packageWizard span{
3655 font-size: 13px;
3656 color: #C3CDDB;
3657}
3658.startTour{
3659 margin-top: 15px;
3660 padding: 9px 21px;
3661 font-weight: bold;
3662 font-size: 12px;
3663 border: 0;
3664 border-radius: 18px;
3665 background-color: #1273EB;
3666 color: #fff;
3667}
3668.closeWizard{
3669 margin-top: 12px;
3670 border: 0;
3671 background: none;
3672 font-weight: normal;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003673 color: #E0E8F2;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003674 font-size: 12px;
3675}
3676/*Wizard Content*/
3677.mat-menu-panel{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003678 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003679 border-radius: 3px !important;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003680 border-top: solid 3px #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003681}
3682.mat-menu-panel::after {
3683 content: '';
3684 display: block;
3685 width: 0;
3686 height: 0;
3687 position: absolute;
3688 border-left: 8px solid transparent;
3689 border-right: 8px solid transparent;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003690 border-bottom: 8px solid #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003691 left: 9px;
3692 top: -8px;
3693}
3694.mat-card{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003695 background: #1B3E6F !important;
3696 color: #fff !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003697 font-family: inherit !important;
3698 border-radius: 0 !important;
3699}
3700.mat-card-content,
3701.mat-card-subtitle{
3702 font-size: 13px;
3703}
3704.mat-card-title{
3705 margin-bottom: 9px !important;
3706 font-weight: bold !important;
3707 font-size: 16px !important;
3708}
3709.mat-icon-button[disabled]{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003710 color: rgba(224, 232, 242, .5) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003711}