blob: 8b576db2ec77e03950f5b8bdd88b39b32c507b2f [file] [log] [blame]
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001html, body{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02002 height: 100%;
3}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02004body{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02005 background: #FAFAFA !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02006 /* background-image: linear-gradient(-45deg, #000 10%, #fff 0);
7 background-size: 6px 6px; */
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02008 margin: 0;
shaaban Altananyc133b832020-01-09 10:15:28 +02009 /* font-family: 'Nunito' !important; */
10 font-family: Arial, Helvetica, sans-serif !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020011 color: #1B3E6F !important;
shadyb85e6de2020-01-22 13:47:41 +020012 font-size: 14px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020013}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020014*:focus{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020015 outline: none;
16}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020017:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020018 transition: 0.3s !important;
19}
Sarah Abouzainah521d6662020-10-20 21:59:14 +020020button:focus{
21 outline: 0 !important;
22}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020023/*Bootstrap*/
Sarah Abouzainah661d7a52020-09-30 14:53:50 +020024.custom-control-input:checked ~ .custom-control-label::before{
Sarah Abouzainah42185842020-09-28 15:52:12 +020025 border-color: transparent !important;
26}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +020027.btn{
28 transition: all .2s ease-out !important;
29}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +020030.btn-outline-danger{
31 background: #fff !important;
32 border: solid 1px #ECEDF2 !important;
33 color: #FF6469 !important;
34}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020035.btn:disabled:hover{
36 cursor: default;
37}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +020038.btn.disabled,
39.btn:disabled{
40 opacity: .5 !important;
41}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020042.custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020043 border: solid 1px #C3CDDB !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020044 border-radius: 0 !important;
45}
Sarah Abouzainah661d7a52020-09-30 14:53:50 +020046.reuiredInput .custom-control-label::before{
47 width: 18px !important;
48 height: 18px !important;
49 border-radius: 50% !important;
50}
51
52.reuiredInput .custom-control-label::after{
53 content: "_";
54 color: #C4CEDB !important;
55 width: 18px !important;
56 height: 18px !important;
57 line-height: 6px;
58 text-align: center;
59}
60.reuiredInput .custom-control-input:checked ~ .custom-control-label::after{
61 top: 4px !important;
62 left: -24px !important;
63 content: "";
64}
65.reuiredInput .custom-control-input:checked ~ .custom-control-label::before{
66 background: #66BB00 !important;
67}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020068.custom-control-input:checked ~ .custom-control-label::before{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020069 background: #1B3E6F !important;
70}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020071.custom-radio .custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020072 border-radius: 50% !important;
73}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020074.custom-control-label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020075 font-size: 13px;
76 line-height: 24px;
77}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020078.form-check-input + span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020079 display: inline-flex !important;
80}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020081.form-check-input + span i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020082 margin-right: 9px !important;
83}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020084.form-control:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020085 background-color: #F4F9FE !important;
86}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020087.label-input input[type="radio"]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020088 width: 14px !important;
89 height: 14px;
90}
Sarah Abouzainah87f19fd2020-10-13 18:12:04 +020091.btn[aria-expanded="true"] > .card{
92 overflow: visible;
93}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020094.card-header .btn[aria-expanded="true"],
95.card-header .btn[aria-expanded="false"]{
96 padding-left: 25px !important;
97 padding-right: 25px !important;
98 border-radius: 0 !important;
99}
100.card-header .btn[aria-expanded="true"]{
101 background-color:#F4F9FE;
102}
103.card-header .btn[aria-expanded="false"]{
104 background-color:#fff;
105}
106/*NGX-TOASTR*/
107.ngx-toastr{
108 border-radius: 2px !important;
109 color: #1B3E6F !important;
110 font-size: 13px !important;
111 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
112}
113.toast-success{
114 border-left: solid 5px #66BB00 !important;
115 background: url(/assets/img/icon-required-yes.svg) 12px center #fff no-repeat !important;
116}
117.toast-error{
118 border-left: solid 5px #FF6469 !important;
119 background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200120 background-size: 18px !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200121}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200122.toast-info{
123 border-left: solid 5px #1273EB !important;
124 background: url(/assets/img/icon-info-color.svg) 12px center #fff no-repeat !important;
125}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200126/*ICONS*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200127.icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200128 font-size: 3px !important;
129 color: #1B3E6F;
130 vertical-align: middle;
131}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200132/*Components*/
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200133/* Menu Styles */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200134.primary-nav{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200135 /* left: 0; */
136 position: fixed;
137 z-index: 999;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200138}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200139.menu{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200140 position: relative;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200141}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200142.menu ul{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200143 margin: 0;
144 padding: 0;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200145 list-style: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200146}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200147.open-panel{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200148 border: none;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200149 background-color:#fff;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200150 padding: 0;
151}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200152.logo-icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200153 background: #fff;
154 position: relative;
155 display: block;
156 text-align: center;
157 padding: 16px 0;
158 width: 50px;
159 height: 60px;
160 left: 0;
161 top: 0;
162 z-index: 1000;
163 cursor: pointer;
164}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200165.primary-nav .menu li{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200166 position: relative;
167}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200168.menu .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200169 position: absolute;
170 top: 12px;
171 right: 10px;
172 pointer-events: none;
173 width: 30px;
174 height: 30px;
175 color: #fff;
176 text-align: center;
177}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200178.menu .icon .fa{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200179 vertical-align: middle;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200180}
181.menu,
182.menu a,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200183.menu a:visited{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200184 color: #fff;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200185 text-decoration: none!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200186 position: relative;
187}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200188.menu a{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200189 display: block;
190 white-space: nowrap;
191 padding: 10px 1em;
192 font-size: 12px;
193 font-weight: bold;
194 height: 52px;
195 line-height: 30px;
196}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200197.menu a:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200198 color: #fff;
199}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200200.menu-dropdown li .icon{
shadyb3c61a62020-02-16 15:47:33 +0200201 text-align: center;
202 font-size: 16px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200203 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +0200204 line-height: 33px;
205}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200206.menu-dropdown a{
shadyb3c61a62020-02-16 15:47:33 +0200207 cursor: pointer;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200208}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200209.menu-dropdown li.active .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200210 color: #fff;
211 background: #265699;
212 border-radius: 50%;
213}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200214.menu-dropdown li:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200215 background: #172B4D;
216}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200217.menu label{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200218 margin-bottom: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200219 display: block;
220}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200221.menu label:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200222 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200223}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200224.menu input[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200225 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200226}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200227input#menu[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200228 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200229}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200230.sub-menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200231 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200232}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200233.new-wrapper{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200234 position: absolute;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200235 left: 50px;
236 width: calc(100% - 50px);
237 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200238}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200239#menu:checked + ul.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200240 left: 0;
241 -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
242 animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
243}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200244.sub-menu-checkbox:checked + ul.sub-menu-dropdown{
245 display: block!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200246 -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
247 animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
248 border-top: solid 2px #1B3E6F;
249}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200250.openNav .new-wrapper{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200251 position: absolute;
252 transform: translate3d(200px, 0, 0);
253 width: calc(100% - 250px);
254 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
255}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200256.downarrow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200257 background: transparent;
258 position: absolute;
259 right: 50px;
260 top: 12px;
261 color: #fff;
262 width: 24px;
263 height: 24px;
264 text-align: center;
265 display: block;
266}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200267.downarrow:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200268 color: #fff;
269}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200270.menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200271 position: absolute;
272 display: block;
273 left: -200px;
274 top: 0;
275 width: 250px;
276 height: 100vh;
277 transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
278 background-color: #1B3E6F;
279 z-index: 999;
280}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200281.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200282 top: 0;
283 overflow-y: auto;
284}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200285.overflow-container{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200286 position: relative;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200287 height: calc(100vh - 50px)!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200288 overflow-y: auto;
289 border-top: 60px solid #fff;
290 z-index: -1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200291 display:block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200292}
293
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200294.menu .logotype{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200295 position: absolute !important;
296 top: 16px;
297 left: 55px;
298 display: block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200299}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200300/* .sub-menu-dropdown{
301background-color: #333;
302} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200303.menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200304 position: absolute;
305 left: 0;
306 top: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200307}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200308.openNav .menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200309 position: absolute;
310 left: -200px;
311 top: 60px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200312}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200313.openNav .menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200314 top: 60px;
315 transform: translate3d(200px, 0, 0);
316 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200317}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200318@-webkit-keyframes grow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200319 0% {
320 display: none;
321 opacity: 0;
322 }
323 50% {
324 display: block;
325 opacity: 0.5;
326 }
327 100% {
328 opacity: 1;
329 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200330}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200331@keyframes grow{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200332
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200333 0% {
334 display: none;
335 opacity: 0;
336 }
337 50% {
338 display: block;
339 opacity: 0.5;
340 }
341 100% {
342 opacity: 1
shaaban Altananyba3756e2020-01-07 12:08:44 +0200343 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200344}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200345/*User Profile*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200346.userProfile .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200347 width: 99.5%;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200348}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200349.userProfile .dropdown:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200350 background: #172B4D !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200351}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200352.userProfile .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200353 background: transparent;
354 border: 0;
355 box-shadow: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200356 font-size: 13px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200357 line-height: 40px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200358}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200359.import-container-all{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200360 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200361 padding-bottom: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200362}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200363.import-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200364 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200365 background: #E7F1FC;
366 margin-bottom: 20px;
367 padding: 9px 18px;
368 border: solid 1px #EEF4F9;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200369}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200370.import-container-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200371 width: 40%;
372 position: relative;
373 display: inline-block;
374 margin-right: 20px;
375}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200376.import-container-input input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200377 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200378 height: 36px;
379 padding: 5px 40px 5px 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200380 border: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200381 border-radius: 2px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200382 -webkit-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
383 -moz-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
384 box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200385 font-size: 13px;
386 color: #172B4D;
387}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200388.import-container-input input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200389 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18);
390}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200391.import-container-input input::placeholder{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200392 color: #959DA8 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200393}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200394.enter-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200395 position: absolute;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200396 right: 12px;
397 font-size: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200398 top: 6px;
399 color: #1273EB;
400}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200401.enter-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200402 text-decoration: none;
403}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200404.import-container-input input::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200405 color: #CFD7E5;
406}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200407.import-container-span{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200408 font-size: 12px;
409}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200410.import-container-all .accordion .card-header{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200411 padding: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200412 background: #fff !important;
413 border-bottom: 0 !important;
414}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200415.import-container-all .collapse.show{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200416 border-top: solid 1px #ECEDF2;
417}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200418.import-container-all .card-header .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200419 display: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200420 position: absolute;
421 right: 15px;
422 background: #F4F9FE;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200423}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200424.import-container-all .card-header:hover .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200425 display: inline;
426}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200427.accordion-delete{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200428 color: #FF6469;
429 font-size: 18px;
430 margin-top: 11px;
431}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200432.accordion-delete:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200433 text-decoration: none;
434}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200435/* .userProfile .dropdown-toggle{
436height: 40px;
437} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200438.userProfile .dropdown-toggle:hover ~ .dropdown-text,
439.userProfile .dropdown-toggle:focus ~ .dropdown-text{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200440 background: transparent !important;
441 border-radius: 0 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200442 box-shadow: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200443}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200444
445.userProfile .dropdown-text::after {
shaaban Altananyba3756e2020-01-07 12:08:44 +0200446 right: 14px;
447 top: 8px;
448 width: 24px;
449 height: 24px;
450 background: url(/assets/img/img-userProfile.png) center center no-repeat;
451}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200452.packagesFilter .custom-checkbox{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200453 margin-left: 8px;
454}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200455.packagesFilter .custom-control-label{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200456 line-height: 28px !important;
457 font-size: 14px !important;
458 text-indent: 6px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200459}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200460.packagesFilter .reset-filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200461 margin-top: 6px;
462 padding-top: 6px;
463 padding-left: 9px;
464 border-top: solid 1px #ECEDF2;
465 font-size: 13px;
466}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200467.packagesFilter .reset-filter a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200468 background: none !important;
469 text-decoration: none;
470 color: #1B3E6F;
471}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200472.tags-filter-list{
473 max-height: 260px;
474 overflow-y: auto;
475}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200476/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200477.sort-packages{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200478 font-size: 12px;
479 font-weight: bold;
480 color: #C3CDDB;
481}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200482.sort-packages .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200483 width: 88px;
484}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200485.sort-packages .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200486 background: transparent;
487 border: 0;
488 box-shadow: none;
489 color: #1B3E6F;
490}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200491.sort-packages .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200492 right: 18px !important;
493 border: solid !important;
494 border-color: #1B3E6F transparent transparent transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200495}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200496.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200497 top: 12px !important;
498 border-color: transparent transparent #1B3E6F transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200499}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200500.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
501.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200502 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
503 background: #fff;
504}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200505.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200506.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200507 top: 30px;
508}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200509.sort-packages .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200510 width: 88px;
511 padding: 6px 0;
512 background: #fff;
513 border-radius: 2px;
514 border: 0;
515 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
516}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200517.sort-packages .dropdown-content a{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200518 color: #1B3E6F;
519 font-size: 12px;
520}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200521.sort-packages .dropdown-content a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200522 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200523 background-color: #F4F9FE;
524 text-decoration: unset;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200525 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200526}
527/**Pagination**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200528.page-item{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200529 margin: 3px 2px 0;
530}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200531.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200532.page-item.disabled .page-link{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200533 padding: 5px 9px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200534 background: transparent !important;
535 border: 0;
536 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200537 font-size: 13px;
538 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200539}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200540.page-item.active .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200541.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200542 color: #1B3E6F !important;
543 background-color: #fff !important;
544 border-radius: 100% !important;
545 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
546 outline: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200547}
548/**Packages Cards***/
549/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200550.packages-card .card{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200551 width: 100%;
Ahmed Abbaseea49072019-11-27 15:04:18 +0200552 margin: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200553 border-radius: 2px;
554 border: 0;
555 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
556}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200557.packages-card .card:hover .packageName{
558 color: #1273EB !important;
559}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200560.packages-card .card-title{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200561 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200562 font-size: 13px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200563 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200564 color: #1B3E6F;
565}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200566.packages-card .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200567 color: #1B3E6F;
568 font-size: 11px;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200569 vertical-align: bottom;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200570}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200571.packages-card p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200572 font-size: 12px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200573 color: #D0D7E4;
574}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200575.packages-card p.package-desc{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200576 margin-top: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200577 font-size: 13px;
578 text-align: left;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200579 display: -webkit-box;
580 -webkit-line-clamp: 1;
581 -webkit-box-orient: vertical;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200582 overflow: hidden;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200583 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200584}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200585.packages-card p.package-desc:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200586 color: #1B3E6F !important;
587 text-decoration: underline;
588}
589
590.packages-card [data-tooltip]::before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200591.packages-card .tooltip::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200592 border: 0 !important;
593}
594.packages-card .tooltip:after,
595.packages-card [data-tooltip]:after {
596 padding: 9px;
597 font-size: 11px;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +0200598 background: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200599 border: solid 1px #E6EDF5;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200600 box-shadow: 0 0 12 rgba(0,0,0,0.8);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200601 border-radius: 3px;
602}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200603/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200604.addPaackage-card{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200605 padding: 10px 0;
606 background: #F4F9FE !important;
607 border: solid 1px #D7E7F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200608 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200609}
Sarah Abouzainahced91552020-06-04 17:45:57 +0200610.addPaackage-card .card-body img{
611 width: 30%;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +0200612 vertical-align: text-top;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200613}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200614.addPaackage-card a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200615 margin: 0;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200616 padding: 7px 15px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200617 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200618 font-size: 12px;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200619 border-radius: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200620 border-width: 0px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200621 border-style: solid;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200622 background-position: 15px center;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200623 background-repeat: no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200624 text-align: left;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200625}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200626.addPaackage-card a:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200627 text-decoration: unset;
628}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200629.btn-create-package i,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200630.btn-import-package i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200631 margin-right: 9px;
632 font-size: 14px;
633 vertical-align: middle;
634}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200635.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200636.btn-create-package:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200637 background-color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200638 color: #fff;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200639}
640.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200641.btn-import-package:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200642 background: #C3CDDB;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200643 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200644}
645/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200646.packages-card .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200647 width: auto;
648 float: right;
649}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200650.packages-card .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200651 background: transparent;
652 border: 0;
653 box-shadow: none;
654 text-indent: 0;
655 line-height: unset;
656 border-bottom-left-radius: 0;
657 border-bottom-right-radius: 0;
658 opacity: .6;
659}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200660.packages-card .dropdown-text:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200661 opacity: 1;
662}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200663.packages-card .dropdown-text::after{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200664 display: none;
665}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200666.packages-card .dropdown-text img{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200667 padding: 9px 7px;
668}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200669.packages-card .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200670 right: 0;
671 width: 120px;
672 padding: 6px 0;
673 border: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200674 border-radius: 50%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200675}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200676/* .userProfile .dropdown-content{
677 bottom: 40px !important;
678 top: unset !important;
679 width: 100%;
680} */
681/**Tab Nav**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200682.nav-tabs{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200683 border-bottom-color: #ECEDF2 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200684}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200685.nav-link{
shadyb3c61a62020-02-16 15:47:33 +0200686 padding: 15px 20px 15px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200687 text-transform: uppercase !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200688 font-size: 12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200689 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200690 color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200691 border: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200692}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200693.nav-tabs .nav-link:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200694.nav-tabs .nav-link:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200695 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200696 transition: 0.3s;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200697}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200698.nav-tabs .nav-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200699 color: #1B3E6F !important;
700}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200701.nav-tabs .nav-link.active{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200702 color: #1B3E6F !important;
703 background: transparent !important;
704 border: 0 !important;
705 border-bottom: solid 2px #1B3E6F !important;
706}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200707.nav-tabs .nav-link::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200708 content: "|";
709 padding-right: 20px !important;
710 color: #C3CDDB;
711 font-weight: normal;
shadyb3c61a62020-02-16 15:47:33 +0200712 position: absolute;
713 left: 0px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200714}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200715.nav-tabs .nav-link:first-child::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200716 content: none;
717}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200718.nav-tabs .nav-link:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200719 padding-left: 20px !important;
720}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200721.nav-item.nav-link.complete,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200722.nav-item.active.complete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200723 padding: 15px 20px 15px 44px !important;
724 background: url(/assets/img/icon-required-yes.svg) 20px center no-repeat !important;
725}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200726.tabs-no-content{
727 font-size: 13px;
728 font-weight: bold;
729}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200730/**Sliding Search Input**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200731.searchBox{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200732 position: absolute;
733 top: 0%;
734 right: 0%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200735 transform: translate(0%,-0%);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200736 height: 40px;
737}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200738.searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200739 float: right;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200740 margin-top: 18px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200741 padding-left: 0 !important;
742 padding-right: 24px !important;
743 width: 60px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200744 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200745 background: url(../src/assets/img/icon-search.svg) center center no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200746 background-size: 24%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200747 border: 0 !important;
748 border-right: solid 1px #1B3E6F !important;
749 display: flex;
750 justify-content: center;
751 align-items: center;
752 transition: 0.4s;
753}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200754.searchBox:hover > .searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200755 width: 240px;
756 border-bottom: solid 1px #C3CDDB;
757}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200758.searchBox:hover > .searchInput::placeholder{
759 color: #C3CDDB;
760}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200761.searchBox > .searchInput:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200762 border-bottom: solid 1px #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200763 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
764 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
765 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200766}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200767.searchBox:hover > .searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200768 color: #1B3E6F;
769}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200770.searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200771 border: none;
772 background: none;
773 outline: none;
774 float: left;
775 padding: 0;
776 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200777 font-size: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200778 transition: 0.4s;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200779 line-height: 49px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200780 width: 0px;
781}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200782.searchInput::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200783 color: #BABBC3;
784}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200785.searchBox-expanded{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200786 width: 240px;
787 border-bottom: solid 1px #C3CDDB;
788}
789/**Drop Down Menu**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200790.dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200791 position: relative;
792 display: inline-block;
793 text-align: left;
794 width: 132px;
795 z-index: 200;
796}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200797.dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200798 cursor: pointer;
799 position: relative;
800 text-indent: 10px;
801 line-height: 32px;
802 background-color: #eee;
803 border: 1px solid #ccc;
804 border-radius: 3px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200805 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 +0200806 width: 100%;
807}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200808.dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200809 position: absolute;
810 right: 6px;
811 top: 15px;
812 content: '';
813 width: 0px;
814 height: 0px;
815 border-style: solid;
shadyb3c61a62020-02-16 15:47:33 +0200816 /* border-width: 5px 4px 0 4px;
817 border-color: #555 transparent transparent transparent; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200818 border:0px
shaaban Altananyba3756e2020-01-07 12:08:44 +0200819}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200820.dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200821 font-size: 0;
822 z-index: 1;
823 cursor: pointer;
824 position: absolute;
825 top: 0;
826 border: none;
827 padding: 0;
828 margin: 0 0 0 1px;
829 background: transparent;
830 text-indent: -10px;
831 height: 34px;
832 width: 100%;
833}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200834.dropdown-toggle:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200835 outline: 0;
836}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200837.dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200838 position: absolute;
839 top: 32px;
840 width: 140px;
841 margin: 0;
842 padding: 0;
843 opacity: 0;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200844 visibility:hidden;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200845 -webkit-transition: all .25s ease;
846 -moz-transition: all .25s ease;
847 -ms-transition: all .25s ease;
848 -o-transition: all .25s ease;
849 transition: all .25s ease;
850 list-style-type: none;
851 border-radius: 3px;
852 text-indent: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200853 line-height: 28px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200854 background-color: #eee;
855 border: 1px solid #ccc;
856}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200857.dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200858 display: block;
859}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200860.dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200861 background: #e8e8e8;
862}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200863.dropdown-toggle:hover ~ .dropdown-text,
864.dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200865 background-color: #e8e8e8;
866}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200867.dropdown-toggle:focus ~ .dropdown-text{
868 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 +0200869 z-index: 2;
870}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200871.dropdown-toggle:focus ~ .dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200872 border-width: 0 4px 5px 4px;
873 border-color: transparent transparent #555 transparent;
874}
875.dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200876.dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200877 opacity: 1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200878 visibility:visible;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200879 top: 42px;
880}
881/**Card**/
882/* Hover Shadow */
883@keyframes hover {
884 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200885 transform: translateY(-3px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200886 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200887 100% {
888 transform: translateY(-6px);
889 }
890}
891@keyframes card {
892 0% {
893 transform: translateY(6px);
894 opacity: .3;
895 }
896 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200897 transform: translateY(3px);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200898 opacity: .8;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200899 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200900 100% {
901 transform: translateY(6px);
902 opacity: .3;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200903 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200904}
905.card {
906 /* display: inline-block;
907 position: relative;
908 transition-duration: 0.2s;
909 transition-property: transform;
910 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
911 transform: translateZ(0); */
912 margin-bottom: 25px !important;
913 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
914}
915/* .card:before {
916 pointer-events: none;
917 position: absolute;
918 z-index: -1;
919 content: '';
920 top: 100%;
921 left: 5%;
922 height: 10px;
923 width: 90%;
924 opacity: 0;
925 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
926 transition-duration: 0.2s;
927 transition-property: transform opacity;
928} */
929/* .card:hover {
930 transform: translateY(-3px);
931 animation-name: hover;
932 animation-duration: 1s;
933 animation-delay: 0.2s;
934 animation-timing-function: linear;
935 animation-iteration-count: 1;
936 animation-direction: alternate;
937}
938.card:hover:before {
939 opacity: .4;
940 transform: translateY(3px);
941 animation-name: card;
942 animation-duration: 1s;
943 animation-delay: .2s;
944 animation-timing-function: linear;
945 animation-iteration-count: 1;
946 animation-direction: alternate;
947} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200948.card-body{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200949 padding: 10px 20px 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200950}
951
952/*Main Container*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200953.main-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200954 padding: 0 !important;
955}
Sarah Abouzainah75680a72020-07-16 17:52:00 +0200956/*Profile & Help Area*/
957.profile-help .navbar{
958 padding: 0 !important;
959}
960.profile-help .dropdown{
961 width: 50px;
962}
963.profile-help .dropdown-text{
964 border: 0;
965 background: transparent;
966 box-shadow: none;
967 font-size: 13px;
968 /* text-indent: -999px; */
969}
970.profile-help .dropdown-text img{
971 width: 33px;
972 height: 33px;
973 border: solid 1px #fff;
974 object-fit: cover;
975 border-radius: 50%;
976}
977.profile-help .dropdown-toggle:hover ~ .dropdown-text{
978 background: #fff;
979}
980.profile-help .dropdown-toggle:hover ~ .dropdown-text img{
981 box-shadow: 0 2px 6px 6px rgba(47, 83, 151, .17);
982}
983.profile-help .dropdown-content{
984 right: 0;
985 top: 47px;
986 padding: 4px 0;
987 background-color: #fff;
988 border: 1px solid #ECEDF2;
989 border-radius: 2px;
990 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12) !important;
991}
992.profile-help .dropdown-content li:hover{
993 background-color: #ECEDF2;
994}
995.profile-help .dropdown-content a{
996 padding: 3px;
997 color: #1B3E6F;
998 font-size: 13px;
999}
1000.profile-help .dropdown-content a:hover{
1001 text-decoration: none;
1002 background-color: transparent;
1003}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001004.userMenu.dropdown{
1005 margin-left: 9px;
1006 border-left: solid 1px #ECEDF2;
1007}
1008.helpMenu.dropdown{
1009 width: 32px !important;
1010}
1011.helpMenu .dropdown-text{
1012 text-indent: unset;
1013 text-align: center;
1014}
Sarah Abouzainah89498dc2020-09-27 15:30:27 +02001015.helpMenu li:hover,
1016.helpMenu li:hover i,
1017.helpMenu li:hover p{
1018 cursor: pointer;
1019}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001020.helpMenu li:not(:last-child){
1021 margin-bottom: 9px;
1022}
1023.helpMenu .dropdown-text i{
1024 text-align: center;
1025 font-size: 19px;
1026 color: #C3CDDB;
1027 vertical-align: middle;
1028}
1029.helpMenu:hover .dropdown-text i{
1030 color: #1B3E6F;
1031}
1032.helpMenu .dropdown-content{
1033 padding: 6px;
1034}
1035.helpMenu .dropdown-content a{
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001036 padding: 5px 12px !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001037 text-align: left;
1038 text-indent: 0;
1039 font-size: 14px;
1040 line-height: 22px;
1041}
1042.helpMenu .dropdown-content p{
1043 display: inline;
1044 line-height: 15px;
1045 font-weight: bold;
1046}
1047.helpMenu .dropdown-content p:hover{
1048 cursor: pointer;
1049}
1050.helpMenu .dropdown-content p label{
1051 display: inline;
1052}
1053.helpMenu .dropdown-content p input{
1054 display: none;
1055}
1056.helpMenu .dropdown-content span{
1057 display: inline-block;
1058 padding-left: 18px;
1059 font-size: 13px;
1060 color: #C1CDDD;
1061 font-weight: normal;
1062}
1063.helpMenu .dropdown-toggle:focus ~ .dropdown-text{
1064 background-color: #F4F9FE;
1065 border-radius: 50%;
1066}
1067.helpMenu .dropdown-content{
1068 width: 262px;
1069}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001070.help-btn{
1071 border-right: solid 1px #ECEDF2;
1072}
1073.help-btn .nav-link{
1074 padding: 7px 8px 0 !important;
1075}
1076.help-btn i{
1077 font-size: 19px;
1078 color: #C3CDDB;
1079}
1080.help-btn a:hover i{
1081 color: #1B3E6F;
1082}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001083.header-button-save button{
shadyb3c61a62020-02-16 15:47:33 +02001084 border-radius: 50px;
1085}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001086/*Page Title*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001087.page-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001088 padding: 20px 30px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001089 background:#fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001090 border-left: solid 1px #FAFAFA;
1091 margin-bottom: 21px;
1092 -webkit-box-shadow: 0 4px 10px 0 #eef0f5;
1093 box-shadow: 0 4px 10px 0 #eef0f5;
1094 position: relative;
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001095 z-index: 300;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001096 /* position: fixed;
1097 width: calc(100% - 50px); */
shaaban Altananyba3756e2020-01-07 12:08:44 +02001098}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001099.page-title h2{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001100 font-size: 16px;
1101 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001102 padding-top: 1px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001103}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001104.page-title h2 span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001105 color: #C3CDDB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001106 font-size: 14px;
1107}
1108/*Content*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001109.body-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001110 padding: 0 30px !important;
1111}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001112.body-container > .container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001113 padding: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001114}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001115.search-filter-col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001116 padding-right: 0 !important;
1117 border-bottom: solid 1px #ECEDF2 !important;
1118}
1119/**Packages Filter**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001120.packagesFilter{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001121 margin-top: 12px;
1122 margin-bottom: 7px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001123 z-index: 220 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001124}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001125.packagesFilter .dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001126 height: 36px !important;
1127}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001128.packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001129 border-color: transparent transparent #1B3E6F transparent;
1130}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001131.packagesFilter .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001132 background: transparent;
1133 border: 0;
1134 box-shadow: none;
1135 text-indent: 14px;
1136 line-height: 30px;
1137 font-size: 12px;
1138}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001139.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001140 right: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001141 border: solid !important;
1142 border-width: 5px 4px 0 4px !important;
1143 border-color: #1B3E6F transparent transparent transparent !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001144}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001145.packagesFilter .dropdown-toggle:hover ~ .dropdown-text,
1146.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001147 background-color: transparent;
1148 box-shadow: none;
1149 border-radius: 0;
1150}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001151.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001152 background: #fff;
1153 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1154}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001155.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001156 top: 12px;
1157}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001158.packagesFilter .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001159 padding: 6px 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001160 background: #fff;
1161 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1162 border: 0;
1163 border-top-left-radius: 0;
1164 border-top-right-radius: 0;
1165 border-bottom-left-radius: 2px;
1166 border-bottom-right-radius: 2px;
1167}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001168.packagesFilter .dropdown-content li:hover .custom-checkbox{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001169 cursor: pointer;
1170}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001171.packagesFilter .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001172.packagesFilter .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001173 top: 30px;
1174}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001175.packagesFilter .form-control{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001176 padding: 12px 9px 12px 38px !important;
1177 border: 0 !important;
1178 border-bottom: solid 1px #D7E7F9 !important;
1179 background: url(../src/assets/img/icon-search.svg) 15px center no-repeat;
1180 background-size: 4%;
1181 border-radius: 0 !important;
1182 color: #1B3E6F;
1183 font-size: 13px;
1184}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001185.packagesFilter .form-control::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001186 color: #BABBC3;
1187}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001188.packagesFilter .form-control:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001189 box-shadow: none !important;
1190 border-bottom: solid 1px #1B3E6F !important;
1191}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001192.packagesFilter .custom-checkbox{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001193 margin-left: 8px;
1194}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001195.packagesFilter .custom-control-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001196 left: 10px;
1197}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001198.packagesFilter .custom-control-label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001199 line-height: 28px !important;
1200 font-size: 13px !important;
1201 text-indent: 6px !important;
1202}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001203.fillteredTags{
1204 margin-left: 3px;
1205 padding: 3px 3px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001206 background: #C3CDDB;
1207 color: #1B3E6F;
1208 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001209 border-radius: 4px;
1210}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001211/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001212.sort-packages{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001213 font-size: 12px;
1214 font-weight: bold;
1215 color: #C3CDDB;
1216}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001217.sort-packages .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001218 width: 88px;
1219}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001220.sort-packages .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001221 background: transparent;
1222 border: 0;
1223 box-shadow: none;
1224 color: #1B3E6F;
1225}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001226.sort-packages .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001227 border-color: #1B3E6F transparent transparent transparent;
1228}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001229.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001230 border-color: transparent transparent #1B3E6F transparent;
1231}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001232.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
1233.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001234 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1235 background: #fff;
1236}
1237.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001238.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001239 top: 30px;
1240}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001241.sort-packages .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001242 width: 88px;
1243 padding: 6px 0;
1244 background: #fff;
1245 border-radius: 2px;
1246 border: 0;
1247 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1248}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001249.sort-packages .dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001250 color: #1B3E6F;
1251 font-size: 12px;
1252}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001253.sort-packages .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001254 background-color: #F4F9FE;
1255 text-decoration: unset;
1256}
1257/**Pagination**/
1258.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001259.page-item.disabled .page-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001260 background: transparent !important;
1261 border: 0;
1262 color: #1B3E6F !important;
1263 font-size: 14px;
1264}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001265.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001266 color: #1B3E6F !important;
1267 background-color: #fff !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001268 border-radius: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001269 transition: 0.3s;
1270 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
1271}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001272.page-item.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001273 opacity: .3;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001274}
1275/**Packages Cards***/
1276/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001277.packages-card .card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001278 margin: 0;
1279 border-radius: 2px;
1280 border: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001281 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001282}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001283.packages-card .card:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001284 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001285 transition: all 0.5s ease;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001286 cursor: pointer;
1287}
1288.packages-card .card:hover .card-title,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001289.packages-card .card:hover .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001290 color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001291}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001292.packages-card .card-title{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001293 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001294 font-size: 14px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001295 font-weight: bold;
1296}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001297.packages-card .card-title .packageName{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001298 margin-bottom: 0;
1299 display: inline-block;
1300 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001301 max-width: 64%;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001302 white-space: nowrap;
1303 overflow: hidden;
1304 text-overflow: ellipsis;
1305 font-size: 13px;
1306 vertical-align: bottom;
1307 color: #1B3E6F;
1308}
1309.packages-card .card-title:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001310.packages-card .card-title:hover .packageName{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001311 text-decoration: none;
1312 color: #1273EB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001313}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001314.packages-card .card-body{
Ahmed Abbaseea49072019-11-27 15:04:18 +02001315 padding-bottom: 0 !important;
1316}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001317.packages-card .card-footer .col{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001318 padding-left: 3px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001319 text-align: left;
Ahmed Abbaseea49072019-11-27 15:04:18 +02001320}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001321
shaaban Altananyba3756e2020-01-07 12:08:44 +02001322/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001323.addPaackage-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001324 background: #F4F9FE !important;
1325 border: solid 1px #D7E7F9 !important;
1326}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001327.addPaackage-card:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001328 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
1329}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001330
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001331.addPaackage-card a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001332 text-decoration: unset;
1333}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001334.addPaackage-card .card-footer .col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001335 padding: 0;
1336 text-align: right;
1337}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001338.addPaackage-card .card-footer .col:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001339 text-align: left;
1340}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001341.btn-create-package,
1342.btn-import-package{
Sarah Abouzainahced91552020-06-04 17:45:57 +02001343 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001344}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001345.btn-create-package{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001346 margin-bottom: 6px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001347}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001348.btn-import-package{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02001349 margin-bottom: 15px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001350}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001351.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001352.btn-create-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001353 background-color: #1B3E6F;
1354 border-color: #1B3E6F;
1355 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001356}
1357.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001358.btn-import-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001359 color: #1B3E6F;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001360}
1361/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001362.packages-card .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001363 width: auto;
1364 float: right;
1365}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001366.packages-card .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001367 background: transparent;
1368 border: 0;
1369 box-shadow: none;
1370 text-indent: 0;
1371 line-height: unset;
1372 border-bottom-left-radius: 0;
1373 border-bottom-right-radius: 0;
1374 opacity: .6;
1375}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001376.packages-card .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001377 display: none;
1378}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001379.packages-card .dropdown-text img{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001380 padding: 9px 7px;
1381}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001382.packages-card .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001383 right: 0;
1384 width: 120px;
1385 padding: 6px 0;
1386 border: 0;
1387 text-indent: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001388 border-radius: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001389 border-top-right-radius: 0;
1390 background: #1B3E6F;
1391}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001392.packages-card .dropdown-content a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001393 padding-left: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001394 color: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001395 font-size: 12px;
1396 /* background-position: 14px center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001397 background-size: 10%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001398 background-repeat: no-repeat; */
1399}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001400.packages-card .dropdown-content a i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001401 margin-right: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001402}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001403.packages-card .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001404 background-color: #172B4D;
1405 text-decoration: unset;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001406 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001407}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001408.packages-card .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001409.packages-card .dropdown-toggle:focus ~ .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001410 top: 22px;
1411}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001412.packages-card .dropdown-toggle:focus ~ .dropdown-text .icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001413 color: #D0D7E4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001414}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001415.packages-card .dropdown-toggle:hover ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001416 background: transparent;
1417 opacity: 1;
1418}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001419.packages-card .dropdown-toggle:focus ~ .dropdown-text{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001420 width: 27px;
1421 text-align: center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001422 opacity: 1;
1423 background: #1B3E6F;
1424 box-shadow: none;
1425}
Sarah Abouzainahced91552020-06-04 17:45:57 +02001426
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001427.package-version::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001428 content: "|";
Sarah Abouzainah98600832020-04-22 22:55:39 +02001429 margin-left: 8px;
1430 margin-right: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001431 vertical-align: text-bottom;
1432}
1433
shaaban Altananyba3756e2020-01-07 12:08:44 +02001434/***Contributers***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001435ul.package-contributers{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001436 margin-bottom: 9px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001437 padding-left: 0 !important;
1438}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001439.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001440 list-style: none;
1441 display: inline-block;
1442}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001443.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001444 margin-left: -5px;
1445}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001446.package-contributers li:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001447 margin-left: 0;
1448}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001449.package-contributers li:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001450 margin-left: 9px;
1451}
1452.package-modifier,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001453.package-contributers button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001454 height: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001455 padding: 0 !important;
1456 border-radius: 100%;
1457 border: 0 !important;
1458 /*Hover Effect*/
1459 -webkit-transition: box-shadow 0.2s ease;
1460 -moz-transition: box-shadow 0.2s ease;
1461 transition: box-shadow 0.2s ease;
1462 -webkit-backface-visibility: hidden;
1463 backface-visibility: hidden;
1464 display: inline-block;
1465 position: relative;
1466}
1467.package-modifier:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001468.package-contributers button:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001469 -webkit-transition: all 0.2s ease;
1470 -moz-transition: all 0.2s ease;
1471 transition: all 0.2s ease;
1472 border-radius: 50%;
1473 bottom: 0;
1474 box-shadow: 0 0 0 2px #fff;
1475 content: "";
1476 left: 0;
1477 position: absolute;
1478 right: 0;
1479 top: 0;
1480}
1481.package-modifier:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001482.package-contributers button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001483 box-shadow: 0 0 0 2px #D7E7F9;
1484 text-decoration: none;
1485}
1486.package-modifier:hover:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001487.package-contributers button:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001488 -webkit-transform: scale(0.925);
1489 -moz-transform: scale(0.925);
1490 -ms-transform: scale(0.925);
1491 -o-transform: scale(0.925);
1492 transform: scale(0.925);
1493 box-shadow: 0 0 0 1px #D7E7F9;
1494 opacity: 0.5;
1495}
1496.package-modifier img,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001497.package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001498 width: 20px;
1499 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001500 object-fit: cover;
1501 vertical-align: top;
1502 border-radius: 100%;
1503}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001504.package-contributers a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001505 font-size: 12px;
1506 color: #1273EB;
1507}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001508.package-contributers a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001509 text-decoration: unset;
1510}
1511/***Package Footer***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001512.packages-card .card-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001513 padding: 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001514 background: transparent !important;
1515 border-top-color: #F7F6F6 !important;
1516}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001517.packages-card .card-footer .col{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001518 text-align: center;
1519}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001520.packages-card .card-footer .col:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001521 border-right: solid 1px #F7F6F6;
1522}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001523.packages-card .card-footer .btn{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001524 padding: 10px 0 10px 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001525 background-color: transparent !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001526 color: #1B3E6F !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001527 border: 0;
1528 font-size: 13px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001529 text-align: left;
1530 opacity: .4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001531}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001532.packages-card .card-footer .btn:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001533 opacity: 1;
1534}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001535.packages-card .card-footer i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001536 margin-right: 6px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001537}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001538.icon-deployed-active,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001539.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001540 margin-right: 9px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001541 display: inline;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001542 background-image: url(/assets/img/icon-deploy-active.svg);
1543 background-position: center center;
1544 background-repeat: no-repeat;
1545 vertical-align: baseline;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001546}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001547.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001548 background-image: url(/assets/img/icon-deploy-inactive.svg);
1549}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001550
1551
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001552/*CREATE NEW ACTION MODAL*/
1553.createActionModal .modal-dialog{
1554 max-width: 85%;
1555}
1556.createActionModal .modal-header{
1557 padding-top: 21px !important;
1558 padding-bottom: 0 !important;
1559 border-bottom: 0;
1560}
1561.createActionModal .close{
1562 margin: 0 !important;
1563 padding: 6px 13px 10px !important;
1564 width: auto;
1565 opacity: 1 !important;
1566 border-radius: 100%;
1567}
1568.createActionModal .close:hover{
1569 background-color: #E0E8F2;
1570}
1571.createActionModal .icon-action-close{
1572 font-size: 14px;
1573 font-weight: bold;
1574}
1575.createActionModal .modal-body{
1576 padding-top: 0 !important;
1577 padding-bottom: 10px !important;
1578}
1579.createActionModal .modal-body .carousel-item{
1580 padding-left: 20px;
1581 padding-right: 10px;
1582}
1583@keyframes fadeInScale {
1584 0% {
1585 opacity: 0;
1586 -webkit-transform: scale(0) translateY(50%);
1587 transform: scale(0) translateY(50%);
1588 }
1589 90% {
1590 -webkit-transform: scale(1.05);
1591 transform: scale(1.05);
1592 }
1593 100% {
1594 opacity: 1;
1595 -webkit-transform: scale(1) translateY(0);
1596 transform: scale(1) translateY(0);
1597 }
1598}
1599.card.actionType{
1600 margin-bottom: 25px !important;
1601 padding: 220px 25px 50px;
1602 box-shadow: none;
1603 border-radius: 0;
1604 -webkit-transition: all 0.3s ease-in-out;
1605 transition: all 0.3s ease-in-out;
1606}
1607.card.actionType:hover{
1608 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1609 transition: 0.3s !important;
1610}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001611.createActionModal h3.mainHead{
1612 text-transform: uppercase;
1613 margin-bottom: 6px;
1614 font-size: 14px;
1615 font-weight: bold;
1616 text-align: center;
1617 color: #C1CDDD;
1618}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001619.createActionModal h1{
1620 margin-bottom: 21px;
1621 font-size: 22px;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001622 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001623 text-align: center;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001624}
1625.createActionModal .carousel-inner{
1626 height: 510px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001627}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001628.createActionModal .skip-btn{
1629 float: unset;
1630 width: auto;
1631 color: #1273EB;
1632 font-weight: normal !important;
1633 font-size: 13px;
1634 border: solid 1px #F1F2FA;
1635 border-radius: 2px;
1636}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001637.createActionModal .skip-btn:hover{
1638 background: #1273EB;
1639 color: #fff;
1640 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1641}
1642
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001643.actionType,
1644.actionType:hover{
1645 text-align: center;
1646 line-height: 40px;
1647 background-position: center 40px;
1648 background-repeat: no-repeat;
1649 background-size: 144px 172px;
1650}
1651.actionType h3,
1652.actionType p{
1653 margin: 0;
1654}
1655.actionType h3{
1656 text-transform: uppercase;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001657 font-size: 13px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001658 font-weight: bold;
1659}
1660.actionType p{
1661 font-size: 13px !important;
1662 line-height: 24px;
1663}
1664.actionType .btn,
1665.actionType:hover .btn{
1666 opacity: 0;
1667 position: absolute;
1668 bottom: 0;
1669 left: 30% !important;
1670 margin-bottom: 26px;
1671 width: 100px;
1672 height: 30px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02001673 line-height: 15px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001674 background: #1B3E6F;
1675 color: #fff;
1676 font-size: 12px;
1677 font-weight: bold;
1678 border-radius: 15px !important;
1679 -webkit-transform: translateY(-20%);
1680 transform: translateY(-20%);
1681 -webkit-transition: all 0.3s ease-in-out;
1682 transition: all 0.3s ease-in-out;
1683}
1684.actionType:hover .btn{
1685 opacity: 1;
1686 -webkit-transform: translateY(0);
1687 transform: translateY(0);
1688}
1689.actionType.custom{
1690 background-image: url(/assets/img/icon-action-custom.svg);
1691}
1692.actionType.custom:hover{
1693 cursor: pointer;
1694 background-image: url(/assets/img/icon-action-custom-hover.svg);
1695}
1696.actionType.default{
1697 background-image: url(/assets/img/icon-action-default.svg);
1698}
1699.actionType.default:hover{
1700 cursor: pointer;
1701 background-image: url(/assets/img/icon-action-default-hover.svg);
1702}
1703.actionType.recent{
1704 background-image: url(/assets/img/icon-action-recent.svg);
1705}
1706.actionType.recent:hover{
1707 cursor: pointer;
1708 background-image: url(/assets/img/icon-action-recent-hover.svg);
1709}
1710.actionType.import{
1711 background-image: url(/assets/img/icon-action-import.svg);
1712}
1713.actionType.import:hover{
1714 cursor: pointer;
1715 background-image: url(/assets/img/icon-action-import-hover.svg);
1716}
1717.createActionModal .carousel-indicators{
1718 margin: 0;
1719}
1720.createActionModal .carousel-indicators li{
1721 margin: 0;
1722 padding: 0;
1723 text-indent: 0;
1724 border: 0;
1725}
1726.createActionModal .back{
1727 position: fixed !important;
1728 top: 83px;
1729 width: auto;
1730 padding:0 !important;
1731}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001732
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001733.actionFormWrapper{
1734 width: 60%;
1735 margin: 0 auto;
1736}
1737.createActionModal .form-control.customAction{
1738 width: 55%;
1739 margin: 70px auto;
1740 padding-left: 0;
1741 border-radius: 0;
1742 border: 0;
1743 border-bottom: solid 1px #E0E8F2;
1744 color: #1B3E6F !important;
1745 font-size: 14px;
1746}
1747.createActionModal .form-control:focus{
1748 border-bottom: solid 1px #1B3E6F;
1749 background: transparent !important;
1750 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1751 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1752 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1753 text-shadow: none;
1754}
1755.createActionModal .form-control::placeholder{
1756 color: #C3CDDB;
1757
1758}
1759.createActionModal .submit,
1760.createActionModal .submit:hover{
1761 float: unset;
1762 width: 100px;
1763 height: 30px;
1764 background: #1B3E6F;
1765 color: #fff;
1766 font-size: 12px;
1767 font-weight: bold;
1768 border-radius: 15px !important;
1769}
1770.actionlabel{
1771 margin-right: 2px;
1772 color: #C3CDDB;
1773 font-size: 11px;
1774 font-weight: bold;
1775}
1776.form-control.searchInput,
1777.form-control.searchInput:focus{
1778 float: right;
1779 width: 250px !important;
1780 height: 30px !important;
1781 padding-left: 32px !important;
1782 border: solid 1px #E0E8F2 !important;
1783 border-radius: 2px !important;
1784 background: url(../src/assets/img/icon-search-light.svg) 9px center no-repeat !important;
1785 font-size: 13px !important;
1786 color: #1B3E6F;
1787}
1788.actionsListScroll{
1789 height: 228px;
1790 max-height: 228px;
1791 overflow: auto;
1792}
1793.createActionModal .actionName{
1794 margin-bottom: 15px;
1795 padding: 9px 18px;
1796 box-shadow: 0 2px 6px rgba(47,83,151,0.15);
1797}
1798.createActionModal p.selectedActions{
1799 margin-top: 20px;
1800 margin-bottom: 10px;
1801 color: #8D9FB7;
1802 font-size: 13px;
1803}
1804.createActionModal .sort-packages .dropdown{
1805 width: 60%;
1806}
1807.createActionModal .sort-packages .dropdown-text::after {
1808 right: 6px;
1809}
1810.createActionModal .sort-packages .dropdown-content{
1811 width: 100%;
1812}
1813.createActionModal .folder-upload-text button{
1814 float: unset;
1815}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001816/* Border Fade */
1817.border-fade {
1818 display: inline-block;
1819 transition-duration: 0.3s;
1820 transition-property: box-shadow;
1821 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1822 transform: translateZ(0);
1823 box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
1824 /* Hack to improve aliasing on mobile/tablet devices */
1825}
1826.border-fade:hover {
1827 box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0);
1828 /* Hack to improve aliasing on mobile/tablet devices */
1829}
1830/*Content*/
1831
1832/**Title Action Buttons**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001833.page-title-actions li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001834 display: inline-block;
1835 text-align: center;
1836}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001837.title-action{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001838 -webkit-transition: box-shadow 0.2s ease;
1839 -moz-transition: box-shadow 0.2s ease;
1840 transition: box-shadow 0.2s ease;
1841 -webkit-backface-visibility: hidden;
1842 backface-visibility: hidden;
1843 border-radius: 50%;
1844 color: #6a75eb;
1845 display: inline-block;
1846 font-size: 0.889em;
1847 height: 4em;
1848 margin: 0 1em 1em;
1849 position: relative;
1850 text-align: center;
1851 text-transform: lowercase;
1852 width: 4em;
1853 line-height: 4em;
1854}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001855.title-action:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001856 -webkit-transition: all 0.2s ease;
1857 -moz-transition: all 0.2s ease;
1858 transition: all 0.2s ease;
1859 border-radius: 50%;
1860 bottom: 0;
1861 box-shadow: 0 0 0 1px #000;
1862 content: "";
1863 left: 0;
1864 position: absolute;
1865 right: 0;
1866 top: 0;
1867}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001868.title-action:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001869 box-shadow: 0 0 0 7px #07819b;
1870 text-decoration: none;
1871}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001872.title-action:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001873 -webkit-transform: scale(0.925);
1874 -moz-transform: scale(0.925);
1875 -ms-transform: scale(0.925);
1876 -o-transform: scale(0.925);
1877 transform: scale(0.925);
1878 box-shadow: 0 0 0 1px #07819b;
1879 opacity: 0.5;
1880}
1881
1882/*Animation Button*/
1883/**Float**/
1884.float {
1885 display: inline-block;
1886 transition-duration: 0.3s;
1887 transition-property: transform;
1888 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1889 transform: translateZ(0);
1890 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1891}
1892.float:hover {
1893 transform: translateY(-5px);
1894}
1895
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001896/*TOOLTIP*/
1897/* Base styles for the element that has a tooltip */
1898[data-tooltip],
1899.tooltip {
1900 position: relative;
1901 cursor: pointer;
1902 text-align: center;
1903}
1904
1905/* Base styles for the entire tooltip */
1906[data-tooltip]:before,
1907[data-tooltip]:after,
1908.tooltip:before,
1909.tooltip:after {
1910 position: absolute;
1911 visibility: hidden;
1912 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1913 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
1914 opacity: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001915 -webkit-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001916 opacity 0.2s ease-in-out,
1917 visibility 0.2s ease-in-out,
1918 -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001919 -moz-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001920 opacity 0.2s ease-in-out,
1921 visibility 0.2s ease-in-out,
1922 -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001923 transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001924 opacity 0.2s ease-in-out,
1925 visibility 0.2s ease-in-out,
1926 transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001927 -webkit-transform: translate3d(0, 0, 0);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001928 -moz-transform: translate3d(0, 0, 0);
1929 transform: translate3d(0, 0, 0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001930 pointer-events: none;
1931}
1932
1933/* Show the entire tooltip on hover and focus */
1934[data-tooltip]:hover:before,
1935[data-tooltip]:hover:after,
1936[data-tooltip]:focus:before,
1937[data-tooltip]:focus:after,
1938.tooltip:hover:before,
1939.tooltip:hover:after,
1940.tooltip:focus:before,
1941.tooltip:focus:after {
1942 visibility: visible;
1943 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1944 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001945 opacity: 1;
1946}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001947
1948/* Base styles for the tooltip's directional arrow */
1949.tooltip:before,
1950[data-tooltip]:before {
1951 z-index: 1001;
1952 border: 6px solid transparent;
1953 background: transparent;
1954 content: "";
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001955}
1956
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001957/* Base styles for the tooltip's content area */
1958.tooltip:after,
1959[data-tooltip]:after {
1960 z-index: 1000;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001961 padding: 8px 20px !important;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02001962 width: max-content;
1963 background-color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001964 color: #1B3E6F;
1965 content: attr(data-tooltip);
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001966 font-size: 12px;
Sarah Abouzainah42185842020-09-28 15:52:12 +02001967 font-weight: bold !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001968 line-height: 1.2;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001969 border-radius: 3px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001970}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001971
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001972/* Directions */
1973
1974/* Top (default) */
1975[data-tooltip]:before,
1976[data-tooltip]:after,
1977.tooltip:before,
1978.tooltip:after,
1979.tooltip-top:before,
1980.tooltip-top:after {
1981 bottom: 100%;
1982 left: 50%;
1983}
1984
1985[data-tooltip]:before,
1986.tooltip:before,
1987.tooltip-top:before {
1988 margin-left: 0;
1989 margin-bottom: -12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001990 border-bottom-color: #DEE8F3;
1991 border-bottom-color: rgba(222, 232, 243, 1.0);
1992}
1993
1994/* Horizontally align top/bottom tooltips */
1995[data-tooltip]:after,
1996.tooltip:after,
1997.tooltip-top:after {
1998 margin-left: -50%;
1999}
2000
2001[data-tooltip]:hover:before,
2002[data-tooltip]:hover:after,
2003[data-tooltip]:focus:before,
2004[data-tooltip]:focus:after,
2005.tooltip:hover:before,
2006.tooltip:hover:after,
2007.tooltip:focus:before,
2008.tooltip:focus:after,
2009.tooltip-top:hover:before,
2010.tooltip-top:hover:after,
2011.tooltip-top:focus:before,
2012.tooltip-top:focus:after {
2013 -webkit-transform: translateY(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002014 -moz-transform: translateY(-12px);
2015 transform: translateY(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002016}
2017
2018/* Left */
2019.tooltip-left:before,
2020.tooltip-left:after {
2021 right: 100%;
2022 bottom: 50%;
2023 left: auto;
2024}
2025
2026.tooltip-left:before {
2027 margin-left: 0;
2028 margin-right: -12px;
2029 margin-bottom: 0;
2030 border-top-color: transparent;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002031 border-left-color: #C3CDDB;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002032 /* border-left-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002033}
2034
2035.tooltip-left:hover:before,
2036.tooltip-left:hover:after,
2037.tooltip-left:focus:before,
2038.tooltip-left:focus:after {
2039 -webkit-transform: translateX(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002040 -moz-transform: translateX(-12px);
2041 transform: translateX(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002042}
2043
2044/* Bottom */
2045.tooltip-bottom:before,
2046.tooltip-bottom:after {
2047 top: 100%;
2048 bottom: auto;
2049 left: 20%;
2050}
2051
2052.tooltip-bottom:before {
2053 margin-top: -12px;
2054 margin-bottom: 0;
2055 border-top-color: transparent;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002056 border-bottom-color: #C3CDDB;
2057 border-bottom-color: rgba(195, 205, 219, 1.0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002058}
2059
2060.tooltip-bottom:hover:before,
2061.tooltip-bottom:hover:after,
2062.tooltip-bottom:focus:before,
2063.tooltip-bottom:focus:after {
2064 -webkit-transform: translateY(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002065 -moz-transform: translateY(12px);
2066 transform: translateY(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002067}
2068
2069/* Right */
2070.tooltip-right:before,
2071.tooltip-right:after {
2072 bottom: 50%;
2073 left: 20%;
2074}
2075
2076.tooltip-right:before {
2077 margin-bottom: 0;
2078 margin-left: -12px;
2079 border-top-color: transparent;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002080 border-right-color: #C3CDDB;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002081 /* border-right-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002082}
2083
2084.tooltip-right:hover:before,
2085.tooltip-right:hover:after,
2086.tooltip-right:focus:before,
2087.tooltip-right:focus:after {
2088 -webkit-transform: translateX(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002089 -moz-transform: translateX(12px);
2090 transform: translateX(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002091}
2092
2093/* Move directional arrows down a bit for left/right tooltips */
2094.tooltip-left:before,
2095.tooltip-right:before {
2096 top: 3px;
2097}
2098
2099/* Vertically center tooltip content for left/right tooltips */
2100.tooltip-left:after,
2101.tooltip-right:after {
2102 margin-left: 0;
2103 margin-bottom: -16px;
2104}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002105
2106/*TooltipModule - Shady*/
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002107.tooltip.in {
2108 opacity: 1.0 !important;
2109 filter:alpha(opacity=100) !important;
2110}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002111.tooltip:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002112.tooltip:after{
Sarah Abouzainah98600832020-04-22 22:55:39 +02002113 width: 100% !important;
2114}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002115.tooltip .tooltip-inner{
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002116 width: max-content !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002117 text-align: left!important;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002118 /* color:#1B3E6F;
2119 background-color: #fff !important; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002120 color:#1B3E6F;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002121 background-color: #C3CDDB !important;
2122 border: solid 1px #C3CDDB;
Sarah Abouzainah42185842020-09-28 15:52:12 +02002123 border-radius: 1px !important;
2124 /* border-top-left-radius: 0 !important; */
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002125 font-size: 12px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002126 opacity: 1.0 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002127}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002128
Sarah Abouzainah42185842020-09-28 15:52:12 +02002129.bs-tooltip-auto[x-placement^=top] .arrow::before,
2130.bs-tooltip-top .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002131 border-top-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002132}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002133.bs-tooltip-auto[x-placement^=right] .arrow::before,
2134.bs-tooltip-right .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002135 border-right-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002136}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002137.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
2138.bs-tooltip-bottom .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002139 border-bottom-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002140}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002141.bs-tooltip-auto[x-placement^=left] .arrow::before,
2142.bs-tooltip-left .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002143 border-left-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002144}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002145
2146.btn{
2147padding-right: 20px !important;
2148padding-left: 20px !important;
2149
shaaban Altananyc133b832020-01-09 10:15:28 +02002150}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002151.btn.border-radius{
shaaban Altananyc133b832020-01-09 10:15:28 +02002152 border-radius: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002153}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002154.btn-primary{
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002155 background-color: #1273EB !important;
2156 border-color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002157}
2158.btn-primary:hover {
2159 background-color: #0069d9 !important;
2160 border-color: #0062cc !important;
2161}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002162.btn + .btn{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002163 margin-left: 10px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002164}
2165.package-view-button button{
2166 width: 150px;
2167 float: right;
2168}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002169.package-view-button{
shadyb3c61a62020-02-16 15:47:33 +02002170 margin-top: 6px;
2171}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002172.package-view-button .btn{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002173 padding: 6px 21px;
2174 border-radius: 18px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002175 font-size: 13px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002176}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002177.package-view-button .btn:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002178 opacity: .9;
2179}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002180.package-view-button .btn-primary{
shadyb3c61a62020-02-16 15:47:33 +02002181 background-color: #1B3E6F !important;
2182 border-color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002183}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002184.package-view-button .btn-enrich,
2185.package-view-button .btn-enrich:focus,
2186.modal-footer .btn-primary.btn-enrich{
2187 background: #EB9A34 !important;
2188 border-color: #EB9A34 !important;
2189 color: #fff;
2190 outline: none !important;
2191}
2192.package-view-button .btn-deploy{
2193 background-color: #1273EB !important;
2194 border-color: #1273EB !important;
2195 color: #fff !important;
2196 /* background-color: #fff !important;
shadyb3c61a62020-02-16 15:47:33 +02002197 border-color: #D0DFF1 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002198 color: #1B3E6F !important; */
shadyb3c61a62020-02-16 15:47:33 +02002199}
2200.package-view-title {
2201 font-size: 11px;
2202 color: #1B3E6F;
2203 font-weight: bold;
2204 margin-bottom: 5px;
2205 margin-top: 20px;
2206}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002207.package-view-title+p{
shadyb3c61a62020-02-16 15:47:33 +02002208 font-size: 11px;
2209 margin-bottom: 0px;
2210}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002211.package-view-title+ul{
shadyb3c61a62020-02-16 15:47:33 +02002212 margin-bottom: 0px;
2213}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002214.package-view-button .btn-outline-secondary i{
shadyb3c61a62020-02-16 15:47:33 +02002215 font-size: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002216 margin-right: 4px;
shadyb3c61a62020-02-16 15:47:33 +02002217}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002218.card.creat-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002219 margin: 0;
2220 border-radius: 2px;
2221 border: 0;
2222 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2223}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002224.card.creat-card .single-line{
shadyb85e6de2020-01-22 13:47:41 +02002225 padding: 15px 25px 15px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002226}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002227.card.creat-card .single-line-model{
shadyb3c61a62020-02-16 15:47:33 +02002228 padding: 0px;
2229}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002230.card.creat-card .editor-container{
shadyb3c61a62020-02-16 15:47:33 +02002231 padding: 25px;
2232}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002233.single-line label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002234 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002235}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002236.single-line-model label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002237 margin-bottom: 0px;
2238 border-bottom: 1px solid #FAFAFA;
2239 padding: 15px 25px;
2240}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002241.single-line-model .label-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002242 width: 325px;
2243}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002244.single-line-model .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002245 width: calc(100% - 325px);
2246}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002247.single-line-model input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002248 border-bottom: 1px solid #FAFAFA !important;
2249 padding: 15px 25px 15px 0px;
2250}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002251.customKeyTitle span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002252 color: #C3CDDB !important;
2253 font-size: 11px;
2254}
2255.single-line-model input:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002256.single-line-custom-key input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002257 border-bottom-color: #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002258 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2259 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2260 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002261}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002262.model-note-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002263 width: calc(100% - 325px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002264 padding: 0px 25px 0px 0px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002265 margin-left: 325px;
2266}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002267.error-message{
2268 font-size:11px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002269 color: #FF6469;
2270}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002271.tages-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002272 margin-bottom: 25px;
2273}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002274.tag-notes{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002275 font-size: 11px;
2276 color: #C3CDDB;
2277 padding: 5px 25px 5px 0px;
2278 margin-bottom: 5px;
2279}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002280 .single-tage{
2281 background: #E0E8F2;
2282 font-size: 13px;
2283 color: #1B3E6F;
2284 border-radius: 50px;
2285 padding: 5px 10px;
2286 margin-right:10px;
2287 margin-bottom: 10px;
2288 }
2289 .single-tage a{
2290 color: #1B3E6F;
2291 font-size: 14px;
2292 }
2293 .label-name{
2294 width: 300px;
2295 display: inline-block;
2296 margin-bottom: 0px;
2297 font-size: 13px;
2298 font-weight: bold;
2299 }
2300 .label-name span{
2301 color:#FF6469 ;
2302 }
2303 .delete-key{
2304 color: #FF6469;
2305 font-size: 10px;
2306 background: #FFE6E7;
2307 border: 1px solid #FFC9CB;
2308 padding: 3px 10px 2px;
2309 margin-left: 10px;
2310 border-radius: 5px;
2311 }
2312 .delete-key:hover{
2313 color: #C94448;
2314 background: #FFC9CB;
2315 border: 1px solid #FF6469;
2316 text-decoration: none;
2317 }
2318 .label-input{
2319 width: calc(100% - 300px);
2320 display: inline-block;
2321 }
2322.form-check-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002323 margin-left: 0px !important;
2324 margin-top: 2px !important;
2325}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002326.form-check-input+span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002327 margin-left: 20px;
2328 margin-right: 50px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002329 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02002330 display: flex;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002331}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002332.form-check-input+span i{
shadyb3c61a62020-02-16 15:47:33 +02002333 margin-right: 5px;
2334 margin-left: 5px;
2335}
2336
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002337.label-input input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002338 margin-bottom: 0px;
2339 outline: 0px;
2340 border: 0px;
2341 font-size: 14px;
2342 width: 100%;
2343 color: #1B3E6F;
2344 transition: all 250ms ease-out;
2345}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002346.label-input input:focus{
2347 border-bottom: solid 1px #1B3E6F;
2348 background: transparent !important;
2349 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2350 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2351 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2352 text-shadow: none;
2353}
2354.label-input input:disabled{
2355 background: #fff;
2356 opacity: .5;
2357}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002358.label-input input[type=radio]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002359 width: auto;
2360}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002361.label-input input[type=radio]+span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002362 font-size: 12px;
2363 display: block;
2364 margin-right: 100px;
2365}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002366.single-line select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002367 margin-bottom: 0px;
2368 padding-left: 10px;
2369 padding-right: 50px;
2370 outline: 0px;
2371 border: solid 1px #EEF4F9;
2372 background: none;
2373 background: url(/assets/img/arrow.svg) 90% center #F4F9FE no-repeat;
2374 background-size: 10px;
2375 width: auto;
2376 -webkit-appearance: none;
2377 -moz-appearance: none;
2378 text-indent: 0;
2379 text-overflow: '';
2380 font-size: 13px;
2381 color: #1B3E6F;
2382}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002383.single-line select:focus{
2384 box-shadow: 0 0 0 0;
2385}
2386.single-line select option:first-child{
2387 color: #C3CDDB;
2388}
2389.single-line-model input::placeholder{
2390 font-size: 14px;
2391 color: #C3CDDB;
2392}
2393.single-line-model.error{
2394 color:#FF6469;
2395}
2396.single-line-model.error input,
2397.label-input input.ng-invalid{
2398 box-shadow: none;
2399 color:#FF6469;
2400 border-bottom: 1px solid #FF6469 !important;
2401}
2402.single-line .custom-key{
2403 background: none;
2404 border: 0px;
2405 color:#1273EB ;
2406 font-size: 15px;
2407}
2408.single-line .custom-key:focus{
2409 outline: none;
2410}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002411.creat-container{
2412 padding:70px 100px 70px 70px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002413 position: relative;
2414}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002415.single-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002416 width: 100%;
2417}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002418.single-line-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002419 width: 45%;
2420 display: inline-block;
2421}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002422.single-line-custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002423 width: 10%;
2424 display: inline-block;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002425 border-bottom: 1px solid #FAFAFA;
2426 padding: 13px 12px 14px;
shadyb3c61a62020-02-16 15:47:33 +02002427}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002428.single-line-custom-key label{
shadyb3c61a62020-02-16 15:47:33 +02002429 width: 150px;
2430 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002431 border-bottom: 1px solid #FAFAFA;
shadyb3c61a62020-02-16 15:47:33 +02002432 padding: 15px 25px;
2433}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002434.single-line-custom-key input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002435 border-bottom: 1px solid #FAFAFA !important;
2436 padding: 15px 25px 15px 0;
shadyb3c61a62020-02-16 15:47:33 +02002437}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002438.single-line-custom-key input::placeholder{
shadyb3c61a62020-02-16 15:47:33 +02002439 font-size: 14px;
2440 color: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002441}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002442.single-line-custom-key .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002443 width: calc(100% - 150px);
2444}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002445.single-line-custom-key .label-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002446 color: #C3CDDB !important;
2447 margin-right: 20px;
2448}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002449.custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002450 background: transparent;
2451 color: #FF6469;
2452 outline: 0px;
2453 border: 0px;
2454}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002455.custom-key-delete:focus{
shadyb3c61a62020-02-16 15:47:33 +02002456 outline: 0px;
2457 border: 0px;
2458}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002459hr{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002460 margin-top: 0rem !important;
2461 margin-bottom: 0rem !important;
2462 border-top: 1px solid #efefef !important;
2463}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002464.creat-action-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002465 position: fixed;
2466 right: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002467 top: 104px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002468 width: 130px;
2469 text-align: center;
2470}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002471.action-button{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002472 display: inline-block;
2473 width: 70px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002474 margin-bottom: 12px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002475 color: #BABBC3 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002476 font-size: 10px;
2477 font-weight: bold;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002478 background: transparent;
2479 border: 0;
2480 padding: 0;
2481}
2482.action-button:disabled,
2483.action-button:disabled:hover{
2484 cursor: unset;
2485 opacity: .5 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002486}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002487.action-button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002488 text-decoration: none;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002489 cursor: pointer;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002490}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002491.action-button i{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002492 background: #fff;
2493 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2494 width: 40px;
2495 height: 40px;
2496 text-align: center;
2497 line-height: 40px;
2498 border-radius: 40px;
2499 color: #1B3E6F;
2500 font-size: 17px;
2501 display: inline-block;
2502}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002503.action-button i:hover{
2504 background: #dee2e6;
2505}
2506.action-button i.icon-save-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002507 background: #1273EB;
2508 color: #fff;
2509 font-size: 11px;
2510}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002511.action-button i.icon-discard-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002512 font-size: 11px;
2513 color: #C3CDDB;
2514}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002515/* .action-button.save{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002516 color: #1273EB !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002517}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002518.action-button.save:hover{
2519 opacity: .9;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002520} */
2521
2522
2523.action-button.save{
2524 color: #66BB00 !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002525}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002526/*Flash Glowing button style*/
2527.action-button.save i{
2528background-color: #66BB00;
2529-webkit-animation: glowing 1500ms infinite;
2530-moz-animation: glowing 1500ms infinite;
2531-o-animation: glowing 1500ms infinite;
2532animation: glowing 1500ms infinite;
2533}
2534@-webkit-keyframes glowing {
2535 0% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2536 50% { background-color: #7CD116; -webkit-box-shadow: 0 0 40px #7CD116; }
2537 100% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2538}
2539
2540@-moz-keyframes glowing {
2541 0% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2542 50% { background-color: #7CD116; -moz-box-shadow: 0 0 40px #7CD116; }
2543 100% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2544}
2545
2546@-o-keyframes glowing {
2547 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2548 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2549 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2550}
2551
2552@keyframes glowing {
2553 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2554 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2555 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2556}
2557
2558
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002559/* .action-button.delete i{
shadyb3c61a62020-02-16 15:47:33 +02002560 color: #BABBC3;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002561} */
2562.action-button.delete,
2563.action-button.delete i,
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002564.action-button.delete:hover,
2565.action-button.delete:hover .icon-delete-sm{
2566 color: #FF6469 !important;
shadyb3c61a62020-02-16 15:47:33 +02002567}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002568.mode-icon{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002569 font-size: 20px;
2570}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002571
2572/*MODAL*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002573.modal-dialog{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002574 margin-top: 60px !important;
2575}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002576.modal{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002577 z-index: 11000000 !important;
2578 background: rgba(27, 62, 111, 0.10) !important;
2579}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002580.modal-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002581 border-radius: 2px !important;
2582 border: 0 !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002583 box-shadow: 0 2px 6px rgba(47, 83, 151, .10);;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002584}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002585.modal-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002586 font-size: 14px !important;
2587}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002588.modal-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002589 padding: 1.5rem 1.5rem 1rem !important;
2590}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002591.enrichModal .modal-dialog{
2592 max-width: 60% !important;
2593}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002594.modal-body p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002595 font-size: 14px;
2596}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002597.modal-body p span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002598 color: #FF6469;
2599}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002600.modal-header{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002601 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002602 padding: .7rem 1.5rem !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002603}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002604.modal-footer{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002605 padding-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002606 border-top: 0 !important;
2607}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002608.modal-footer .btn{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002609 padding: 8px 15px;
2610 font-weight: bold;
2611 font-size: 12px;
2612 border: 0 !important;
2613}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002614.modal-footer .btn-primary{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002615 background-color: #1B3E6F !important;
2616}
2617.modal-footer .btn-secondary,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002618.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002619 background-color: transparent;
2620 color: #1273EB;
2621 opacity: .8;
2622}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002623.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002624 opacity: 1;
2625}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002626.modal-footer .btn-secondary:active{
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002627 background-color: #E7F1FC !important;
2628 color: #1B3E6F !important;
2629}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002630.btn-modal-remove-file:hover{
2631 cursor: pointer;
2632}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002633.action-button span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002634 width: 100%;
2635 display: inline-block;
2636 margin-top: 5px;
2637}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002638.creat-action-container hr{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002639 margin: 0 46px;
2640 padding-bottom: 18px;
2641}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002642.btn-link:hover, .btn-link:focus{
shaaban Altananyc133b832020-01-09 10:15:28 +02002643 text-decoration: none !important;
2644}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002645.btn-link::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002646 content: "\f107";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002647 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002648 position: relative;
2649 margin-right: 20px;
2650}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002651.btn-link.collapsed::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002652 content: "\f105";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002653 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002654 position: relative;
shadyb85e6de2020-01-22 13:47:41 +02002655 margin-right: 25px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002656}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002657.btn-link i{
shaaban Altananyc133b832020-01-09 10:15:28 +02002658 margin-right: 10px;
2659}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002660.ngx-file-drop__content{
shaaban Altananyc133b832020-01-09 10:15:28 +02002661 background: #F4F9FE;
2662 padding: 20px;
2663 height: auto !important;
2664 display: inline-block !important;
2665 width: 100%;
2666}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002667.ngx-file-drop__drop-zone{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002668 border: 1px dashed #D7E7F9 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002669 border-radius: 0px !important;
2670 height: auto !important;
2671}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002672.folder-upload{
shaaban Altananyc133b832020-01-09 10:15:28 +02002673 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002674 margin: 15px auto 18px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002675 display: inline-block;
2676 text-align: center;
2677}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002678.btn-group-sm>.btn, .btn-sm{
shadyb85e6de2020-01-22 13:47:41 +02002679 font-size: 12px;
2680}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002681.create-title{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002682 margin-bottom: 0;
shadyb85e6de2020-01-22 13:47:41 +02002683 font-size: 14px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002684 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002685 /* text-transform: uppercase; */
2686 line-height: 32px;
shadyb85e6de2020-01-22 13:47:41 +02002687}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002688.folder-upload-text{
shaaban Altananyc133b832020-01-09 10:15:28 +02002689 margin-top: 10px;
2690 width: 100%;
2691 display: inline-block;
2692 text-align: center;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002693 color:#242424 ;
shadyb85e6de2020-01-22 13:47:41 +02002694 font-size: 14px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002695}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002696.folder-upload-text button{
shaaban Altananyc133b832020-01-09 10:15:28 +02002697 margin-left: 10px;
2698 font-size: 12px;
2699}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002700.folder-upload-type{
2701 color:#A4B2C6 ;
shaaban Altananyc133b832020-01-09 10:15:28 +02002702 font-size: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002703 font-weight: bold;
shaaban Altananyc133b832020-01-09 10:15:28 +02002704 width: 100%;
2705 display: inline-block;
2706 text-align: center;
2707}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002708.upload-table{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002709 margin: 15px 0 0;
2710}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002711.upload-table tr{
2712 border: dashed 1px #D7E7F9;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002713}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002714.upload-table tr th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002715 border-bottom: solid 1px #F4F9FE !important;
2716}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002717.upload-table .table thead th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002718 padding: 6px 9px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002719 border-top: 0px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002720 font-weight: normal;
2721 font-size: 13px;
2722}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002723.upload-table .table thead th:first-child{
2724 width: 24px;
2725 padding-right: 0;
2726}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002727.upload-table tr:last-child th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002728 border-bottom: 0 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002729}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002730.upload-table .table{
shaaban Altananyc133b832020-01-09 10:15:28 +02002731 margin-bottom: 0px !important;
2732}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002733.nav-tabs .nav-link{
shaaban Altananyc133b832020-01-09 10:15:28 +02002734 position: relative;
2735}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002736.nav-tabs .nav-link.tab-done{
shadyb3c61a62020-02-16 15:47:33 +02002737 padding-left: 40px !important;
2738}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002739.nav-tabs .nav-link.tab-done::after{
shaaban Altananyc133b832020-01-09 10:15:28 +02002740 content: "\f058";
2741 position: absolute;
2742 font-family: 'FontAwesome';
shadyb3c61a62020-02-16 15:47:33 +02002743 left: 17px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002744 font-size: 16px;
2745 top: 11px;
2746 color: #66BB00;
2747}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002748.authentication-container-all{
shadyb85e6de2020-01-22 13:47:41 +02002749 background: #F4F9FE;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002750 border:1px solid #D0DFF1 ;
shadyb85e6de2020-01-22 13:47:41 +02002751 flex: 1;
2752 width: 100%;
2753}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002754.authentication-header{
shadyb85e6de2020-01-22 13:47:41 +02002755 width: 100%;
2756 background: #fff;
2757 font-size: 12px;
2758 color: #C3CDDB;
2759 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002760 padding: 10px 20px ;
shadyb85e6de2020-01-22 13:47:41 +02002761}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002762.authentication-search{
shadyb85e6de2020-01-22 13:47:41 +02002763 width: 100%;
2764 background: #fff;
2765 font-size: 12px;
2766 color: #C3CDDB;
2767 font-weight: bold;
2768 position: relative;
2769}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002770.authentication-search::after{
shadyb85e6de2020-01-22 13:47:41 +02002771 content: "\f002";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002772 font-family: 'FontAwesome';
2773 position: absolute;
2774 left: 20px;
2775 top: 11px;
shadyb85e6de2020-01-22 13:47:41 +02002776}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002777.authentication-search input{
shadyb85e6de2020-01-22 13:47:41 +02002778 width: 100%;
2779 background: #fff;
2780 font-size: 12px;
2781 color: #C3CDDB;
2782 font-weight: bold;
2783 padding: 10px 20px 10px 35px;
2784 border: 0px;
2785 border-top: 1px solid #D7E7F9;
2786}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002787.authentication-search input::placeholder{
shadyb85e6de2020-01-22 13:47:41 +02002788 color: #D0D7E4;
2789 font-size: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002790 font-weight:100;
shadyb85e6de2020-01-22 13:47:41 +02002791}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002792.authentication-accordion{
2793 width: 100%;
shadyb85e6de2020-01-22 13:47:41 +02002794 padding: 20px;
2795 max-height: 300px;
2796 overflow: auto;
2797}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002798.authentication-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002799 border-radius: 0px !important;
2800 margin-bottom: 10px !important;
2801}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002802.authentication-accordion .card-header{
shadyb85e6de2020-01-22 13:47:41 +02002803 padding: 0px !important;
2804 background: #fff !important;
2805 border-radius: 0px !important;
2806 font-size: 18px;
2807 font-weight: bold;
2808}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002809.authentication-accordion .card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002810 color: #1B3E6F;
2811 width: 100%;
2812 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002813 padding: 9px 0px !important;
2814 font-size: 13px;
2815 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002816}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002817.authentication-accordion .custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002818 display: inline-block;
2819}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002820.authentication-accordion .btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002821 margin-right: 10px;
2822}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002823.authentication-accordion .btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002824 margin-right: 14px;
2825}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002826.template-mapping-accordion{
shadyb85e6de2020-01-22 13:47:41 +02002827 width: 100%;
2828}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002829.templateNote{
2830 font-size: 12px;
2831 color: #C1CDDD;
2832}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002833.card-header .btn.regularTitle{
2834 padding-left: 0 !important;
2835 padding-right: 0 !important;
2836 color: #1B3E6F;
2837 font-size: 13px;
2838 font-weight: bold;
2839}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002840.template-mapping-accordion .accordian-title{
2841 color: #C3CDDB !important;
2842 font-size: 12px !important;
2843 font-weight: normal !important;
2844}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002845.card{
shadyb85e6de2020-01-22 13:47:41 +02002846 border-radius: 2px;
2847 border: 0;
2848 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2849 border: 0px !important;
2850}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002851.card-header{
shadyb3c61a62020-02-16 15:47:33 +02002852 padding: 0px 25px !important;
shadyb85e6de2020-01-22 13:47:41 +02002853 background: #F4F9FE !important;
2854 border-radius: 0px !important;
2855 border-bottom: 1px solid #ECEDF2 !important;
2856}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002857.template-mapping-accordion .card-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002858 padding: 20px 26px 0 !important;
shadyb85e6de2020-01-22 13:47:41 +02002859 font-size: 14px;
2860}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002861.card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002862 color: #1B3E6F;
2863 width: 100%;
2864 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002865 padding: 9px 0px !important;
2866 font-size: 13px;
2867 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002868}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002869.accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002870 margin-bottom: 0px !important;
2871 border-top: 1px solid #ECEDF2 !important;
2872}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002873.accordion > .card > .card-header{
2874 padding: 0 !important;
2875}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002876.template-mapping-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002877 margin-bottom: 25px !important;
2878}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002879.custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002880 display: inline-block;
2881}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002882.btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002883 margin-right: 10px;
2884}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002885.btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002886 margin-right: 14px;
2887}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002888.drap-drop-action{
shadyb85e6de2020-01-22 13:47:41 +02002889 padding: 12px 20px 9px 20px;
2890 color: #C3CDDB;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002891 cursor:move;
shadyb85e6de2020-01-22 13:47:41 +02002892 font-size: 15px;
2893}
2894.modal-title {
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002895 font-size: 13px;
2896 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002897}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002898.select-type{
shadyb85e6de2020-01-22 13:47:41 +02002899 background: #F4F9FE;
2900 border: 1px solid #D7E7F9;
2901 padding: 10px;
2902 text-align: center;
2903 color: #1273EB;
2904 font-size: 15px;
2905 width: 100%;
2906 position: relative;
2907}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002908.select-type:hover, .select-type.active{
shadyb85e6de2020-01-22 13:47:41 +02002909 background: #1B3E6F;
2910 border: 1px solid #D7E7F9;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002911 color: #fff;
shadyb85e6de2020-01-22 13:47:41 +02002912 text-decoration: none;
2913}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002914.select-type-icon{
shadyb85e6de2020-01-22 13:47:41 +02002915 font-size: 35px;
2916}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002917.select-type::before{
shadyb85e6de2020-01-22 13:47:41 +02002918 content: '';
2919 border: 1px solid #1273EB;
2920 width: 18px;
2921 height: 18px;
2922 border-radius: 18px;
2923 display: inline-block;
2924 left: 10px;
2925 position: absolute;
2926}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002927.select-type:hover::before, .select-type.active::before{
shadyb85e6de2020-01-22 13:47:41 +02002928 border: 1px solid #fff;
2929}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002930.select-type.active::after{
shadyb85e6de2020-01-22 13:47:41 +02002931 content: '';
2932 background: #fff;
2933 width: 12px;
2934 height: 12px;
2935 border-radius: 18px;
2936 display: inline-block;
2937 left: 13px;
2938 position: absolute;
2939 top: 13px;
2940}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002941.ace_print-margin{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002942 left: 100% !important;
shadyb3c61a62020-02-16 15:47:33 +02002943 background: #eee !important;
2944}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002945.ace_content{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002946 width: 100% !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002947}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002948.ace_editor{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002949 height: 55vh !important;
shadyb3c61a62020-02-16 15:47:33 +02002950 line-height: 25px;
2951 border: 1px solid #ECEDF2;
2952 background-color: #fff;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002953 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002954}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002955.ace_gutter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002956 background: #E0E8F2 !important;
2957 border-right: 0px !important;
2958 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002959}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002960.ace_gutter-active-line{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002961 background-color: #265699 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002962 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +02002963}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002964.ace_cursor{
2965 color: #265699 !important;
shadyb3c61a62020-02-16 15:47:33 +02002966}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002967.ace-tm .ace_marker-layer .ace_active-line{
2968 background: #F4F9FE !important;
shadyb3c61a62020-02-16 15:47:33 +02002969}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002970.breadcrumb-header{
shadyb3c61a62020-02-16 15:47:33 +02002971 padding: 0px;
2972 margin: 0px;
2973}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002974.breadcrumb-header li{
shadyb3c61a62020-02-16 15:47:33 +02002975 list-style: none;
2976 display: inline-block;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002977 font-size: 14px;
shadyb3c61a62020-02-16 15:47:33 +02002978}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002979
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002980.breadcrumb-header li:last-child::after{
shadyb3c61a62020-02-16 15:47:33 +02002981 display: none;
2982}
2983
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002984.breadcrumb-header li:last-child{
2985/* background: #F4F9FE; */
2986border-radius: 50px;
2987color: #C3CDDB;
2988padding: 0 10px 0 0;
shadyb3c61a62020-02-16 15:47:33 +02002989}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002990.breadcrumb-header li:first-child,
2991.breadcrumb-header li:first-child a{
shadyb3c61a62020-02-16 15:47:33 +02002992 font-size: 16px;
2993 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002994 padding: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002995 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002996 border-radius: 0px;
2997 background: transparent;
shadyb3c61a62020-02-16 15:47:33 +02002998}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002999.create-template-import{
shadyb3c61a62020-02-16 15:47:33 +02003000 width: 100%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003001 margin: 30px 0px 10px ;
shadyb3c61a62020-02-16 15:47:33 +02003002}
3003
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003004.create-template-import a:hover{
shadyb3c61a62020-02-16 15:47:33 +02003005 text-decoration: none;
3006}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003007.mapping-source-load{
shadyb3c61a62020-02-16 15:47:33 +02003008 color: #1B3E6F;
3009 font-size: 10px;
3010 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003011 display: inline-block;
3012 vertical-align: top;
shadyb3c61a62020-02-16 15:47:33 +02003013 margin-top: 20px;
3014 margin-bottom: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003015 margin:15px 30px 20px;
shadyb3c61a62020-02-16 15:47:33 +02003016}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003017.mapping-source-load:hover{
shadyb3c61a62020-02-16 15:47:33 +02003018 text-decoration: none;
3019}
3020.mapping-source-load i {
3021 color: #1B3E6F;
3022 font-size: 36px;
3023 padding: 10px;
shadyb3c61a62020-02-16 15:47:33 +02003024 border-radius: 100px;
3025 width: 70px;
3026 height: 70px;
3027 display: inline-block;
3028 line-height: 52px;
3029 margin-bottom: 20px;
3030}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003031.mapping-source-load:hover i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003032 background: #F4F9FE;
3033}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003034.mapping-source-load:hover span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003035 color: #1273EB;
3036}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003037.source-load-note{
3038 color:#C3CDDB ;
shadyb3c61a62020-02-16 15:47:33 +02003039 font-size: 8px;
3040}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003041.mapping-source-load.hover-disable{
3042 opacity: .5;
3043}
3044.mapping-source-load.hover-disable:hover span{
3045 color: #1B3E6F;
3046}
3047.mapping-source-load.hover-disable:hover i{
3048 background: transparent;
3049}
Sarah Abouzainah42185842020-09-28 15:52:12 +02003050.mapping-editBar{
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003051 margin-top: 6px;
3052}
3053.mapping-editBar .selectedAttributes{
3054 margin-left: 6px;
3055 line-height: 35px;
3056 font-size: 10px;
3057 font-weight: bold;
3058}
3059.selectedAttributes .totalAtt{
3060 color: #C4CEDB;
Sarah Abouzainah42185842020-09-28 15:52:12 +02003061}
3062.mapping-editBar .custom-checkbox,
3063.mapping-editBar .btn{
3064 margin: 0 4px !important;
3065 padding: 9px !important;
3066 width: 36px;
3067 height: 36px;
3068 background: #F4F9FE;
3069 border-radius: 50% !important;
3070 text-align: center;
3071 line-height: 14px;
3072}
3073.mapping-editBar .custom-checkbox{
3074 margin-left: 0 !important;
3075}
3076.mapping-editBar .custom-control-label{
3077 top: -2px;
3078 left: 16px;
3079}
3080.mapping-editBar .btn i{
3081 color: #1B3E6F;
3082 font-size: 18px;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003083 /* opacity: .5; */
Sarah Abouzainah42185842020-09-28 15:52:12 +02003084}
3085.mapping-editBar .custom-checkbox:hover,
3086.mapping-editBar .btn:hover i{
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003087 opacity: .8;
Sarah Abouzainah42185842020-09-28 15:52:12 +02003088}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003089.template-mapping-list{
shadyb3c61a62020-02-16 15:47:33 +02003090 background: #F4F9FE;
3091 border: 1px solid #E9F3FF;
3092 padding: 5px 10px;
3093 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3094 width: 100%;
3095 display: inline-block;
3096 margin-bottom: 20px;
3097 color: #1B3E6F;
3098}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003099.template-mapping-list:hover,
3100.template-mapping-list.active {
Sarah Abouzainahf08c5e92020-10-05 15:18:41 +02003101 cursor: pointer;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003102 /* background: #1B3E6F; */
shadyb3c61a62020-02-16 15:47:33 +02003103 text-decoration: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003104 /* color: #fff !important; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003105 border-radius: 4px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003106 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
shadyb3c61a62020-02-16 15:47:33 +02003107}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003108.template-mapping-list p,
3109.template-mapping-list:hover p{
3110 margin-bottom: 0;
3111 width: 60%;
3112 display: inline-block !important;
3113}
3114.template-mapping-list:hover p{
3115 width: 90%;
3116}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003117.template-mapping-list:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003118 opacity: .9;
3119}
3120
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003121.template-mapping-list span{
shadyb3c61a62020-02-16 15:47:33 +02003122 background: #fff;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003123 border: solid 1px #E9F3FF;
shadyb3c61a62020-02-16 15:47:33 +02003124 color: #2A81ED;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003125 font-size: 9px;
shadyb3c61a62020-02-16 15:47:33 +02003126 float: right;
3127 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003128 padding: 3px 10px;
shadyb3c61a62020-02-16 15:47:33 +02003129 margin-left: 5px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003130}
3131.template-mapping-list:hover span{
3132 display: none;
3133}
3134.deleteTemplate{
3135 display: none;
3136 position: absolute;
3137 right: 21px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003138 top: 2px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003139 border: 0;
3140 background: transparent;
3141}
3142.deleteTemplate i{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003143 color: #FF6469 !important;
3144 font-size: 16px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003145}
3146.template-mapping-list:hover .deleteTemplate{
3147 display: inline;
shadyb3c61a62020-02-16 15:47:33 +02003148}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003149.max-height-list{
shadyb3c61a62020-02-16 15:47:33 +02003150 max-height: 232px;
3151 padding-bottom: 5px !important;
3152 overflow: auto;
3153}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003154.create-template-mapping-button{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003155 background: #C3CDDB;
3156 border-radius: 50px;
3157 font-size: 12px;
3158 font-weight: bold;
3159 padding: 10px 20px;
3160 margin-bottom: 20px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003161 display: inline-block;
3162 cursor: pointer;
shadyb3c61a62020-02-16 15:47:33 +02003163}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003164.create-template-mapping-button i{
3165margin-right: 5px;
3166 }
3167.view-package-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003168 padding: 20px 56px;
shadyb3c61a62020-02-16 15:47:33 +02003169}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003170.package-type-icon{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003171 color: #1B3E6F;
3172 background: #C1CDDD;
3173 width: 48px;
3174 height: 48px;
3175 border-radius: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003176 display: inline-block;
3177 text-align: center;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003178 line-height: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003179 font-size: 20px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003180 /* margin-right: 20px; */
shadyb3c61a62020-02-16 15:47:33 +02003181}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003182.defintionsNote{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003183 padding-left: 0;
3184}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003185.defintionsNote li{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003186 line-height: 24px;
3187 list-style: none;
3188 font-size: 13px;
3189}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003190.package-name-container{
shadyb3c61a62020-02-16 15:47:33 +02003191 width: calc(100% - 60px);
3192 display: inline-block;
3193}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003194.package-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003195 font-size: 16px;
3196 color: #1B3E6F;
3197 font-weight: bold;
3198 margin-top: 3px;
shadyb3c61a62020-02-16 15:47:33 +02003199}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003200.package-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003201 font-size: 11px;
shadyb3c61a62020-02-16 15:47:33 +02003202}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003203.package-name i{
shadyb3c61a62020-02-16 15:47:33 +02003204 font-size: 12px;
3205 color: #C3CDDB;
3206 margin-left: 5px;
3207}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003208.deply-status-icon{
Sarah Abouzainah95c95202020-07-05 19:45:40 +02003209 margin-right: 4px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003210 width: 1.6%;
3211 vertical-align: baseline;
shadyb3c61a62020-02-16 15:47:33 +02003212}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003213.package-description{
shadyb3c61a62020-02-16 15:47:33 +02003214 color: #D0D7E4;
3215 font-size: 12px;
3216 font-weight: normal;
3217}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003218.package-auth-info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003219 font-size: 11px;
3220}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003221.package-auth-info p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003222 margin-bottom: 5px;
3223}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003224.package-auth-info div{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003225 padding-left: 25px;
3226 border-right: solid 1px #F4F9FE;
3227}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003228.package-auth-info div:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003229 padding-left: 15px;
3230}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003231.package-auth-info .col-4:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003232 padding-left: 15px;
3233}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003234.package-auth-info div:last-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003235 border-right: 0;
3236}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003237.package-auth-info .package-contributers{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003238 margin-bottom: 0 !important;
3239}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003240.package-auth-info .package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003241 width: 20px;
3242 height: 20px;
3243}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003244.template-mapping-action{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003245 margin-bottom: 20px;
shadyb3c61a62020-02-16 15:47:33 +02003246}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003247.template-mapping-action button{
shadyb3c61a62020-02-16 15:47:33 +02003248 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003249 padding: 4px 20px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003250 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02003251}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003252.template-mapping-action .btn-primary{
Sarah Abouzainah42185842020-09-28 15:52:12 +02003253 background:#66BB00 !important ;
3254 border-color:#66BB00 !important ;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003255 color: #fff !important ;
shadyb3c61a62020-02-16 15:47:33 +02003256}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003257.template-mapping-action .btn-outline-secondary{
3258 background:#fff !important ;
3259 border-color:#ECEDF2 !important ;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003260 color: #1B3E6F !important ;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003261}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003262.table-container{
shadyb3c61a62020-02-16 15:47:33 +02003263 width: 100%;
3264}
3265/*
3266 server-side-angular-way.component.css
3267*/
3268.no-data-available {
3269 text-align: center;
3270}
3271
3272/*
3273 src/styles.css (i.e. your global style)
3274*/
3275.dataTables_empty {
3276 display: none;
3277}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003278.dataTables_length,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003279.dataTables_filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003280 margin-bottom: 6px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003281 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003282 font-size: 13px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003283 /* font-weight: bold; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003284}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003285/*Mat Table*/
3286.mat-elevation-z8{
3287 box-shadow: none !important;
3288}
3289.mat-table,
3290.mat-paginator{
3291 background: #fff !important;
3292 color: #1B3E6F !important;
3293}
3294.mat-table{
3295 border-top: solid 1px #ECEDF2;
3296}
3297.mat-paginator{
3298 /* display: inline-block; */
3299 width: 36%;
3300 float: right;
3301}
3302.mat-input-element{
3303 font-size: 13px !important;
3304 line-height: 20px !important;
3305}
3306tr.mat-header-row{
3307 background: #f4f9fe;
3308 border-bottom: 1px solid #ecedf2;
3309}
3310.mat-sort-header-button{
3311 text-align: left;
3312}
3313.mat-cell, .mat-footer-cell{
3314 color: #1B3E6F !important;
3315}
3316.mat-form-field-appearance-legacy .mat-form-field-wrapper{
3317 padding-bottom: 0;
3318}
3319.mat-paginator-page-size-select .mat-form-field-wrapper{
3320 padding-bottom: 14px;
3321}
3322.mat-form-field-infix,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003323.dataTables_filter input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003324 color: #1B3E6F;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003325 padding: 4px 9px !important;
3326 border: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003327 border-radius: 4px;
3328}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003329.mat-focused .mat-form-field-infix{
3330 border-bottom: 0 !important;
3331}
3332.tableFilter{
3333 margin-top: 9px;
3334}
3335.tableFilter .mat-form-field-wrapper{
3336 padding-bottom: 0;
3337}
3338.tableFilter .mat-form-field-infix{
3339 background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
3340 padding-left: 24px !important;
3341}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003342.dataTables_filter input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003343 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3344}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003345.mapping-table th,
3346.mapping-table td{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003347 width: auto !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003348 padding: 7px 20px 7px 0 !important;
3349 border-bottom: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003350 font-size: 13px;
3351}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003352.mapping-table th:first-child,
3353.mapping-table td:first-child{
3354 padding-left: 20px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003355}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003356.mapping-table thead th{
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003357 padding: 4px 20px 4px 0 !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003358 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003359 color: #1B3E6F;
3360 font-weight: bold;
3361 font-size: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003362}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003363.mapping-table tbody tr:hover{
3364 background-color: #F4F9FE !important;
3365}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003366.mat-form-field-label{
3367 color: #1B3E6F !important;
3368 font-size: 13px !important;
3369 padding-left: 26px;
3370 line-height: 20px !important;
3371}
3372.mat-select-value,
3373.mat-select-arrow{
3374 color: #1B3E6F !important;
3375}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003376.mapping-table th{
3377 padding-top: 10px !important;
3378 padding-bottom: 10px !important;
Ahmedeldeeb50427d1422020-10-18 16:12:27 +02003379 /* background: #F4F9FE; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003380}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003381.mapping-table td{
3382 border-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003383}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003384table.dataTable.no-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003385 margin-bottom: 9px;
3386 border-bottom: solid 1px #ECEDF2 !important;
3387}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003388.mat-paginator-container{
3389 padding-right: 0;
3390}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003391.dataTables_info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003392 padding-top: 12px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003393 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003394 font-size: 13px;
3395 font-weight: bold;
3396}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003397.dataTables_wrapper .dataTables_paginate,
3398.dataTables_wrapper .dataTables_paginate a.paginate_button,
3399.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003400.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003401 margin-bottom: 3px;
3402 color: #1B3E6F !important;
3403 font-size: 13px;
3404 font-weight: bold;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003405 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003406}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003407.dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003408 border: 0;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003409 color: #1B3E6F !important;
3410 background: none !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003411}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003412.dataTables_wrapper .dataTables_paginate a.paginate_button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003413 padding: 0.4em .9em !important;
3414}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003415.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003416 color: #1B3E6F !important;
3417 background: #F4F9FE !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003418 border: solid 1px #EEF4F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003419 border-radius: 100% !important;
3420 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3421 outline: 0;
3422}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003423.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003424 opacity: .6;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003425}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003426.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003427 cursor: default;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003428 background: none !important;
3429 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003430}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003431.mapping-table .form-control,
3432.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003433 padding: 10px 6px;
3434 border-color: #EEF4F9;
3435 font-size: 14px;
3436 line-height: 12px;
3437 color: #1B3E6F;
3438}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003439.mapping-table .form-control{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003440 box-shadow: 0 2px 4px rgba(47,83,151,0.1);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003441}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003442.mapping-table tbody tr:hover .form-control:focus,
3443.mapping-table tbody tr:hover .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003444 background-color: #fff !important;
3445}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003446.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003447 background-color: #F4F9FE;
3448 color: #1B3E6F;
3449}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003450.mapping-table .form-control:disabled{
Sarah Abouzainah98600832020-04-22 22:55:39 +02003451 padding-left: 0;
3452 box-shadow: none;
3453 border: 0;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003454 background: transparent !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003455 color: #1B3E6F;
3456}
AhmedEldeeb50bf566c12020-05-07 16:10:33 +02003457
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003458/* Windows View as 150% */
3459@media (resolution: 150dpi) {
3460 /* @media (-webkit-device-pixel-ratio: 1.5) { */
3461 .body-container > .container{
3462 max-width: 960px !important;
3463 }
3464}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003465/* Extra small devices (portrait phones, less than 576px) */
3466@media (max-width: 575.98px) {
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003467 .page-title{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003468 padding: 18px;
3469 }
3470}
3471
3472/* Small devices (landscape phones, 576px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003473@media (min-width: 576px) and (max-width: 767.98px) {
3474
3475}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003476
3477/* Medium devices (tablets, 768px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003478@media (min-width: 768px) and (max-width: 991.98px) {
3479
3480}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003481
3482/* Large devices (desktops, 992px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003483@media (min-width: 992px) and (max-width: 1199.98px) {
3484
3485}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003486
3487/* Extra large devices (large desktops, 1200px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003488@media (min-width: 1200px) {
3489
3490}
3491
3492
3493
3494
3495
3496
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003497/* Package Wizard panel */
3498.packageWizard.panel-wrap{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003499 position: fixed;
3500 top: 100px;
3501 bottom: 0;
3502 right: 0;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003503 width: 350px;
3504 height: 200px;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003505 transform: translateX(100%);
3506 transition: .3s ease-out;
3507 z-index: 2000;
3508}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003509.packageWizard .panel{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003510 position: absolute;
3511 top: 0;
3512 bottom: 0;
3513 left: 0;
3514 right: 0;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003515 overflow: auto;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003516 padding: 20px;
3517 padding-top: 9px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003518 background: #1B3E6F;
3519 color: #fff;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003520 border-top: solid 6px #1273EB;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003521 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003522 border-radius: 3px !important;
3523 /* border-top-right-radius: 0 !important;
3524 border-bottom-right-radius: 0 !important; */
3525 text-align: center;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003526}
3527
3528/* simulate panel state control --
3529this can also be triggered by a
3530class name added to the body tag.
3531Just using a checkbox sibling here
3532for simplicity
3533*/
3534[type="checkbox"]:checked ~ .panel-wrap {
3535 transform: translateX(0%);
3536}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003537.packageWizard h3{
3538 margin-bottom: 15px;
3539 font-weight: bold !important;
3540 font-size: 16px;
3541}
3542.packageWizard p{
3543 margin-bottom: 12px;
3544 font-size: 14px;
3545}
3546.packageWizard span{
3547 font-size: 13px;
3548 color: #C3CDDB;
3549}
3550.startTour{
3551 margin-top: 15px;
3552 padding: 9px 21px;
3553 font-weight: bold;
3554 font-size: 12px;
3555 border: 0;
3556 border-radius: 18px;
3557 background-color: #1273EB;
3558 color: #fff;
3559}
3560.closeWizard{
3561 margin-top: 12px;
3562 border: 0;
3563 background: none;
3564 font-weight: normal;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003565 color: #E0E8F2;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003566 font-size: 12px;
3567}
3568/*Wizard Content*/
3569.mat-menu-panel{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003570 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003571 border-radius: 3px !important;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003572 border-top: solid 3px #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003573}
3574.mat-menu-panel::after {
3575 content: '';
3576 display: block;
3577 width: 0;
3578 height: 0;
3579 position: absolute;
3580 border-left: 8px solid transparent;
3581 border-right: 8px solid transparent;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003582 border-bottom: 8px solid #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003583 left: 9px;
3584 top: -8px;
3585}
3586.mat-card{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003587 background: #1B3E6F !important;
3588 color: #fff !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003589 font-family: inherit !important;
3590 border-radius: 0 !important;
3591}
3592.mat-card-content,
3593.mat-card-subtitle{
3594 font-size: 13px;
3595}
3596.mat-card-title{
3597 margin-bottom: 9px !important;
3598 font-weight: bold !important;
3599 font-size: 16px !important;
3600}
3601.mat-icon-button[disabled]{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003602 color: rgba(224, 232, 242, .5) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003603}