blob: 1506be07de566cffeb4f529c1a79b5908e976391 [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 Abouzainah6ec780f2020-11-26 14:20:30 +020035.btn-secondary:not(:disabled):not(.disabled).active,
36.btn-secondary:not(:disabled):not(.disabled):active{
37 border-color: transparent !important;
38}
39.btn-secondary:not(:disabled):not(.disabled).active:focus,
40.btn-secondary:not(:disabled):not(.disabled):active:focus{
41 box-shadow: none !important;
42 border-color: transparent !important;
43}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020044.btn:disabled:hover{
45 cursor: default;
46}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +020047.btn.disabled,
48.btn:disabled{
49 opacity: .5 !important;
50}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020051.custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020052 border: solid 1px #C3CDDB !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020053 border-radius: 0 !important;
54}
Sarah Abouzainah661d7a52020-09-30 14:53:50 +020055.reuiredInput .custom-control-label::before{
56 width: 18px !important;
57 height: 18px !important;
58 border-radius: 50% !important;
59}
60
61.reuiredInput .custom-control-label::after{
62 content: "_";
63 color: #C4CEDB !important;
64 width: 18px !important;
65 height: 18px !important;
66 line-height: 6px;
67 text-align: center;
68}
69.reuiredInput .custom-control-input:checked ~ .custom-control-label::after{
70 top: 4px !important;
71 left: -24px !important;
72 content: "";
73}
74.reuiredInput .custom-control-input:checked ~ .custom-control-label::before{
75 background: #66BB00 !important;
76}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020077.custom-control-input:checked ~ .custom-control-label::before{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020078 background: #1B3E6F !important;
79}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020080.custom-radio .custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020081 border-radius: 50% !important;
82}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020083.custom-control-label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020084 font-size: 13px;
85 line-height: 24px;
86}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020087.form-check-input + span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020088 display: inline-flex !important;
89}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020090.form-check-input + span i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020091 margin-right: 9px !important;
92}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020093.form-control:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020094 background-color: #F4F9FE !important;
95}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020096.label-input input[type="radio"]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020097 width: 14px !important;
98 height: 14px;
99}
Sarah Abouzainah87f19fd2020-10-13 18:12:04 +0200100.btn[aria-expanded="true"] > .card{
101 overflow: visible;
102}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200103.card-header .btn[aria-expanded="true"],
104.card-header .btn[aria-expanded="false"]{
105 padding-left: 25px !important;
106 padding-right: 25px !important;
107 border-radius: 0 !important;
108}
109.card-header .btn[aria-expanded="true"]{
110 background-color:#F4F9FE;
111}
112.card-header .btn[aria-expanded="false"]{
113 background-color:#fff;
114}
115/*NGX-TOASTR*/
116.ngx-toastr{
117 border-radius: 2px !important;
118 color: #1B3E6F !important;
119 font-size: 13px !important;
120 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
121}
122.toast-success{
123 border-left: solid 5px #66BB00 !important;
124 background: url(/assets/img/icon-required-yes.svg) 12px center #fff no-repeat !important;
125}
126.toast-error{
127 border-left: solid 5px #FF6469 !important;
128 background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200129 background-size: 18px !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200130}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200131.toast-info{
132 border-left: solid 5px #1273EB !important;
133 background: url(/assets/img/icon-info-color.svg) 12px center #fff no-repeat !important;
134}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200135/*ICONS*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200136.icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200137 font-size: 3px !important;
138 color: #1B3E6F;
139 vertical-align: middle;
140}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200141/*Components*/
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200142/* Menu Styles */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200143.primary-nav{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200144 /* left: 0; */
145 position: fixed;
146 z-index: 999;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200147}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200148.menu{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200149 position: relative;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200150}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200151.menu ul{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200152 margin: 0;
153 padding: 0;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200154 list-style: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200155}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200156.open-panel{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200157 border: none;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200158 background-color:#fff;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200159 padding: 0;
160}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200161.logo-icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200162 background: #fff;
163 position: relative;
164 display: block;
165 text-align: center;
166 padding: 16px 0;
167 width: 50px;
168 height: 60px;
169 left: 0;
170 top: 0;
171 z-index: 1000;
172 cursor: pointer;
173}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200174.primary-nav .menu li{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200175 position: relative;
176}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200177.menu .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200178 position: absolute;
179 top: 12px;
180 right: 10px;
181 pointer-events: none;
182 width: 30px;
183 height: 30px;
184 color: #fff;
185 text-align: center;
186}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200187.menu .icon .fa{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200188 vertical-align: middle;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200189}
190.menu,
191.menu a,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200192.menu a:visited{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200193 color: #fff;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200194 text-decoration: none!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200195 position: relative;
196}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200197.menu a{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200198 display: block;
199 white-space: nowrap;
200 padding: 10px 1em;
201 font-size: 12px;
202 font-weight: bold;
203 height: 52px;
204 line-height: 30px;
205}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200206.menu a:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200207 color: #fff;
208}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200209.menu-dropdown li .icon{
shadyb3c61a62020-02-16 15:47:33 +0200210 text-align: center;
211 font-size: 16px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200212 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +0200213 line-height: 33px;
214}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200215.menu-dropdown a{
shadyb3c61a62020-02-16 15:47:33 +0200216 cursor: pointer;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200217}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200218.menu-dropdown li.active .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200219 color: #fff;
220 background: #265699;
221 border-radius: 50%;
222}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200223.menu-dropdown li:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200224 background: #172B4D;
225}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200226.menu label{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200227 margin-bottom: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200228 display: block;
229}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200230.menu label:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200231 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200232}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200233.menu input[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200234 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200235}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200236input#menu[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200237 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200238}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200239.sub-menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200240 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200241}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200242.new-wrapper{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200243 position: absolute;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200244 left: 50px;
245 width: calc(100% - 50px);
246 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200247}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200248#menu:checked + ul.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200249 left: 0;
250 -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
251 animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
252}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200253.sub-menu-checkbox:checked + ul.sub-menu-dropdown{
254 display: block!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200255 -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
256 animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
257 border-top: solid 2px #1B3E6F;
258}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200259.openNav .new-wrapper{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200260 position: absolute;
261 transform: translate3d(200px, 0, 0);
262 width: calc(100% - 250px);
263 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
264}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200265.downarrow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200266 background: transparent;
267 position: absolute;
268 right: 50px;
269 top: 12px;
270 color: #fff;
271 width: 24px;
272 height: 24px;
273 text-align: center;
274 display: block;
275}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200276.downarrow:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200277 color: #fff;
278}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200279.menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200280 position: absolute;
281 display: block;
282 left: -200px;
283 top: 0;
284 width: 250px;
285 height: 100vh;
286 transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
287 background-color: #1B3E6F;
288 z-index: 999;
289}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200290.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200291 top: 0;
292 overflow-y: auto;
293}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200294.overflow-container{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200295 position: relative;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200296 height: calc(100vh - 50px)!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200297 overflow-y: auto;
298 border-top: 60px solid #fff;
299 z-index: -1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200300 display:block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200301}
302
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200303.menu .logotype{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200304 position: absolute !important;
305 top: 16px;
306 left: 55px;
307 display: block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200308}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200309/* .sub-menu-dropdown{
310background-color: #333;
311} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200312.menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200313 position: absolute;
314 left: 0;
315 top: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200316}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200317.openNav .menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200318 position: absolute;
319 left: -200px;
320 top: 60px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200321}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200322.openNav .menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200323 top: 60px;
324 transform: translate3d(200px, 0, 0);
325 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200326}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200327@-webkit-keyframes grow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200328 0% {
329 display: none;
330 opacity: 0;
331 }
332 50% {
333 display: block;
334 opacity: 0.5;
335 }
336 100% {
337 opacity: 1;
338 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200339}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200340@keyframes grow{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200341
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200342 0% {
343 display: none;
344 opacity: 0;
345 }
346 50% {
347 display: block;
348 opacity: 0.5;
349 }
350 100% {
351 opacity: 1
shaaban Altananyba3756e2020-01-07 12:08:44 +0200352 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200353}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200354/*User Profile*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200355.userProfile .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200356 width: 99.5%;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200357}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200358.userProfile .dropdown:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200359 background: #172B4D !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200360}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200361.userProfile .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200362 background: transparent;
363 border: 0;
364 box-shadow: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200365 font-size: 13px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200366 line-height: 40px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200367}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200368.import-container-all{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200369 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200370 padding-bottom: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200371}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200372.import-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200373 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200374 background: #E7F1FC;
375 margin-bottom: 20px;
376 padding: 9px 18px;
377 border: solid 1px #EEF4F9;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200378}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200379.import-container-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200380 width: 40%;
381 position: relative;
382 display: inline-block;
383 margin-right: 20px;
384}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200385.import-container-input input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200386 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200387 height: 36px;
388 padding: 5px 40px 5px 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200389 border: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200390 border-radius: 2px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200391 -webkit-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
392 -moz-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
393 box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200394 font-size: 13px;
395 color: #172B4D;
396}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200397.import-container-input input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200398 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18);
399}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200400.import-container-input input::placeholder{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200401 color: #959DA8 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200402}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200403.enter-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200404 position: absolute;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200405 right: 12px;
406 font-size: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200407 top: 6px;
408 color: #1273EB;
409}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200410.enter-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200411 text-decoration: none;
412}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200413.import-container-input input::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200414 color: #CFD7E5;
415}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200416.import-container-span{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200417 font-size: 12px;
418}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200419.import-container-all .accordion .card-header{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200420 padding: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200421 background: #fff !important;
422 border-bottom: 0 !important;
423}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200424.import-container-all .collapse.show{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200425 border-top: solid 1px #ECEDF2;
426}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200427.import-container-all .card-header .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200428 display: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200429 position: absolute;
430 right: 15px;
431 background: #F4F9FE;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200432}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200433.import-container-all .card-header:hover .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200434 display: inline;
435}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200436.accordion-delete{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200437 color: #FF6469;
438 font-size: 18px;
439 margin-top: 11px;
440}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200441.accordion-delete:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200442 text-decoration: none;
443}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200444/* .userProfile .dropdown-toggle{
445height: 40px;
446} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200447.userProfile .dropdown-toggle:hover ~ .dropdown-text,
448.userProfile .dropdown-toggle:focus ~ .dropdown-text{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200449 background: transparent !important;
450 border-radius: 0 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200451 box-shadow: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200452}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200453
454.userProfile .dropdown-text::after {
shaaban Altananyba3756e2020-01-07 12:08:44 +0200455 right: 14px;
456 top: 8px;
457 width: 24px;
458 height: 24px;
459 background: url(/assets/img/img-userProfile.png) center center no-repeat;
460}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200461.packagesFilter .custom-checkbox{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200462 margin-left: 8px;
463}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200464.packagesFilter .custom-control-label{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200465 line-height: 28px !important;
466 font-size: 14px !important;
467 text-indent: 6px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200468}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200469.packagesFilter .reset-filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200470 margin-top: 6px;
471 padding-top: 6px;
472 padding-left: 9px;
473 border-top: solid 1px #ECEDF2;
474 font-size: 13px;
475}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200476.packagesFilter .reset-filter a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200477 background: none !important;
478 text-decoration: none;
479 color: #1B3E6F;
Sarah Abouzainah705d8222020-11-02 15:58:49 +0200480 cursor: pointer;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200481}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200482.tags-filter-list{
483 max-height: 260px;
484 overflow-y: auto;
485}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200486/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200487.sort-packages{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200488 font-size: 12px;
489 font-weight: bold;
490 color: #C3CDDB;
491}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200492.sort-packages .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200493 width: 88px;
494}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200495.sort-packages .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200496 background: transparent;
497 border: 0;
498 box-shadow: none;
499 color: #1B3E6F;
500}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200501.sort-packages .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200502 right: 18px !important;
503 border: solid !important;
504 border-color: #1B3E6F transparent transparent transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200505}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200506.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200507 top: 12px !important;
508 border-color: transparent transparent #1B3E6F transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200509}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200510.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
511.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200512 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
513 background: #fff;
514}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200515.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200516.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200517 top: 30px;
518}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200519.sort-packages .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200520 width: 88px;
521 padding: 6px 0;
522 background: #fff;
523 border-radius: 2px;
524 border: 0;
525 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
526}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200527.sort-packages .dropdown-content a{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200528 color: #1B3E6F;
529 font-size: 12px;
530}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200531.sort-packages .dropdown-content a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200532 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200533 background-color: #F4F9FE;
534 text-decoration: unset;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200535 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200536}
537/**Pagination**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200538.page-item{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200539 margin: 3px 2px 0;
540}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200541.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200542.page-item.disabled .page-link{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200543 padding: 5px 9px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200544 background: transparent !important;
545 border: 0;
546 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200547 font-size: 13px;
548 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200549}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200550.page-item.active .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200551.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200552 color: #1B3E6F !important;
553 background-color: #fff !important;
554 border-radius: 100% !important;
555 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
556 outline: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200557}
558/**Packages Cards***/
559/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200560.packages-card .card{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200561 width: 100%;
Ahmed Abbaseea49072019-11-27 15:04:18 +0200562 margin: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200563 border-radius: 2px;
564 border: 0;
565 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
566}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200567.packages-card .card:hover .packageName{
568 color: #1273EB !important;
569}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200570.packages-card .card-title{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200571 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200572 font-size: 13px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200573 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200574 color: #1B3E6F;
575}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200576.packages-card .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200577 color: #1B3E6F;
578 font-size: 11px;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200579 vertical-align: bottom;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200580}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200581.packages-card p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200582 font-size: 12px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200583 color: #D0D7E4;
584}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200585.packages-card p.package-desc{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200586 margin-top: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200587 font-size: 13px;
588 text-align: left;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200589 display: -webkit-box;
590 -webkit-line-clamp: 1;
591 -webkit-box-orient: vertical;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200592 overflow: hidden;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200593 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200594}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200595.packages-card p.package-desc:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200596 color: #1B3E6F !important;
597 text-decoration: underline;
598}
599
600.packages-card [data-tooltip]::before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200601.packages-card .tooltip::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200602 border: 0 !important;
603}
604.packages-card .tooltip:after,
605.packages-card [data-tooltip]:after {
606 padding: 9px;
607 font-size: 11px;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +0200608 background: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200609 border: solid 1px #E6EDF5;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200610 box-shadow: 0 0 12 rgba(0,0,0,0.8);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200611 border-radius: 3px;
612}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200613/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200614.addPaackage-card{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200615 padding: 10px 0;
616 background: #F4F9FE !important;
617 border: solid 1px #D7E7F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200618 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200619}
Sarah Abouzainahced91552020-06-04 17:45:57 +0200620.addPaackage-card .card-body img{
621 width: 30%;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +0200622 vertical-align: text-top;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200623}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200624.addPaackage-card a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200625 margin: 0;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200626 padding: 7px 15px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200627 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200628 font-size: 12px;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200629 border-radius: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200630 border-width: 0px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200631 border-style: solid;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200632 background-position: 15px center;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200633 background-repeat: no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200634 text-align: left;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200635}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200636.addPaackage-card a:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200637 text-decoration: unset;
638}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200639.btn-create-package i,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200640.btn-import-package i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200641 margin-right: 9px;
642 font-size: 14px;
643 vertical-align: middle;
644}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200645.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200646.btn-create-package:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200647 background-color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200648 color: #fff;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200649}
650.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200651.btn-import-package:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200652 background: #C3CDDB;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200653 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200654}
655/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200656.packages-card .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200657 width: auto;
658 float: right;
659}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200660.packages-card .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200661 background: transparent;
662 border: 0;
663 box-shadow: none;
664 text-indent: 0;
665 line-height: unset;
666 border-bottom-left-radius: 0;
667 border-bottom-right-radius: 0;
668 opacity: .6;
669}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200670.packages-card .dropdown-text:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200671 opacity: 1;
672}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200673.packages-card .dropdown-text::after{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200674 display: none;
675}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200676.packages-card .dropdown-text img{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200677 padding: 9px 7px;
678}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200679.packages-card .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200680 right: 0;
681 width: 120px;
682 padding: 6px 0;
683 border: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200684 border-radius: 50%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200685}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200686/* .userProfile .dropdown-content{
687 bottom: 40px !important;
688 top: unset !important;
689 width: 100%;
690} */
691/**Tab Nav**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200692.nav-tabs{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200693 border-bottom-color: #ECEDF2 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200694}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200695.nav-link{
shadyb3c61a62020-02-16 15:47:33 +0200696 padding: 15px 20px 15px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200697 text-transform: uppercase !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200698 font-size: 12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200699 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200700 color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200701 border: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200702}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200703.nav-tabs .nav-link:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200704.nav-tabs .nav-link:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200705 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200706 transition: 0.3s;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200707}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200708.nav-tabs .nav-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200709 color: #1B3E6F !important;
710}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200711.nav-tabs .nav-link.active{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200712 color: #1B3E6F !important;
713 background: transparent !important;
714 border: 0 !important;
715 border-bottom: solid 2px #1B3E6F !important;
716}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200717.nav-tabs .nav-link::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200718 content: "|";
719 padding-right: 20px !important;
720 color: #C3CDDB;
721 font-weight: normal;
shadyb3c61a62020-02-16 15:47:33 +0200722 position: absolute;
723 left: 0px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200724}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200725.nav-tabs .nav-link:first-child::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200726 content: none;
727}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200728.nav-tabs .nav-link:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200729 padding-left: 20px !important;
730}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200731.nav-item.nav-link.complete,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200732.nav-item.active.complete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200733 padding: 15px 20px 15px 44px !important;
734 background: url(/assets/img/icon-required-yes.svg) 20px center no-repeat !important;
735}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200736.tabs-no-content{
737 font-size: 13px;
738 font-weight: bold;
739}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200740/**Sliding Search Input**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200741.searchBox{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200742 position: absolute;
743 top: 0%;
744 right: 0%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200745 transform: translate(0%,-0%);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200746 height: 40px;
747}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200748.searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200749 float: right;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200750 margin-top: 18px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200751 padding-left: 0 !important;
752 padding-right: 24px !important;
753 width: 60px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200754 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200755 background: url(../src/assets/img/icon-search.svg) center center no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200756 background-size: 24%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200757 border: 0 !important;
758 border-right: solid 1px #1B3E6F !important;
759 display: flex;
760 justify-content: center;
761 align-items: center;
762 transition: 0.4s;
763}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200764.searchBox:hover > .searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200765 width: 240px;
766 border-bottom: solid 1px #C3CDDB;
767}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200768.searchBox:hover > .searchInput::placeholder{
769 color: #C3CDDB;
770}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200771.searchBox > .searchInput:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200772 border-bottom: solid 1px #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200773 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
774 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
775 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200776}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200777.searchBox:hover > .searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200778 color: #1B3E6F;
779}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200780.searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200781 border: none;
782 background: none;
783 outline: none;
784 float: left;
785 padding: 0;
786 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200787 font-size: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200788 transition: 0.4s;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200789 line-height: 49px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200790 width: 0px;
791}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200792.searchInput::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200793 color: #BABBC3;
794}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200795.searchBox-expanded{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200796 width: 240px;
797 border-bottom: solid 1px #C3CDDB;
798}
799/**Drop Down Menu**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200800.dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200801 position: relative;
802 display: inline-block;
803 text-align: left;
804 width: 132px;
805 z-index: 200;
806}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200807.dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200808 cursor: pointer;
809 position: relative;
810 text-indent: 10px;
811 line-height: 32px;
812 background-color: #eee;
813 border: 1px solid #ccc;
814 border-radius: 3px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200815 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 +0200816 width: 100%;
817}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200818.dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200819 position: absolute;
820 right: 6px;
821 top: 15px;
822 content: '';
823 width: 0px;
824 height: 0px;
825 border-style: solid;
shadyb3c61a62020-02-16 15:47:33 +0200826 /* border-width: 5px 4px 0 4px;
827 border-color: #555 transparent transparent transparent; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200828 border:0px
shaaban Altananyba3756e2020-01-07 12:08:44 +0200829}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200830.dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200831 font-size: 0;
832 z-index: 1;
833 cursor: pointer;
834 position: absolute;
835 top: 0;
836 border: none;
837 padding: 0;
838 margin: 0 0 0 1px;
839 background: transparent;
840 text-indent: -10px;
841 height: 34px;
842 width: 100%;
843}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200844.dropdown-toggle:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200845 outline: 0;
846}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200847.dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200848 position: absolute;
849 top: 32px;
850 width: 140px;
851 margin: 0;
852 padding: 0;
853 opacity: 0;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200854 visibility:hidden;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200855 -webkit-transition: all .25s ease;
856 -moz-transition: all .25s ease;
857 -ms-transition: all .25s ease;
858 -o-transition: all .25s ease;
859 transition: all .25s ease;
860 list-style-type: none;
861 border-radius: 3px;
862 text-indent: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200863 line-height: 28px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200864 background-color: #eee;
865 border: 1px solid #ccc;
866}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200867.dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200868 display: block;
869}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200870.dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200871 background: #e8e8e8;
872}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200873.dropdown-toggle:hover ~ .dropdown-text,
874.dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200875 background-color: #e8e8e8;
876}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200877.dropdown-toggle:focus ~ .dropdown-text{
878 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 +0200879 z-index: 2;
880}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200881.dropdown-toggle:focus ~ .dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200882 border-width: 0 4px 5px 4px;
883 border-color: transparent transparent #555 transparent;
884}
885.dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200886.dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200887 opacity: 1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200888 visibility:visible;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200889 top: 42px;
890}
891/**Card**/
892/* Hover Shadow */
893@keyframes hover {
894 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200895 transform: translateY(-3px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200896 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200897 100% {
898 transform: translateY(-6px);
899 }
900}
901@keyframes card {
902 0% {
903 transform: translateY(6px);
904 opacity: .3;
905 }
906 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200907 transform: translateY(3px);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200908 opacity: .8;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200909 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200910 100% {
911 transform: translateY(6px);
912 opacity: .3;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200913 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200914}
915.card {
916 /* display: inline-block;
917 position: relative;
918 transition-duration: 0.2s;
919 transition-property: transform;
920 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
921 transform: translateZ(0); */
922 margin-bottom: 25px !important;
923 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
924}
925/* .card:before {
926 pointer-events: none;
927 position: absolute;
928 z-index: -1;
929 content: '';
930 top: 100%;
931 left: 5%;
932 height: 10px;
933 width: 90%;
934 opacity: 0;
935 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
936 transition-duration: 0.2s;
937 transition-property: transform opacity;
938} */
939/* .card:hover {
940 transform: translateY(-3px);
941 animation-name: hover;
942 animation-duration: 1s;
943 animation-delay: 0.2s;
944 animation-timing-function: linear;
945 animation-iteration-count: 1;
946 animation-direction: alternate;
947}
948.card:hover:before {
949 opacity: .4;
950 transform: translateY(3px);
951 animation-name: card;
952 animation-duration: 1s;
953 animation-delay: .2s;
954 animation-timing-function: linear;
955 animation-iteration-count: 1;
956 animation-direction: alternate;
957} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200958.card-body{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200959 padding: 10px 20px 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200960}
961
962/*Main Container*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200963.main-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200964 padding: 0 !important;
965}
Sarah Abouzainah75680a72020-07-16 17:52:00 +0200966/*Profile & Help Area*/
967.profile-help .navbar{
968 padding: 0 !important;
969}
970.profile-help .dropdown{
971 width: 50px;
972}
973.profile-help .dropdown-text{
974 border: 0;
975 background: transparent;
976 box-shadow: none;
977 font-size: 13px;
978 /* text-indent: -999px; */
979}
980.profile-help .dropdown-text img{
981 width: 33px;
982 height: 33px;
983 border: solid 1px #fff;
984 object-fit: cover;
985 border-radius: 50%;
986}
987.profile-help .dropdown-toggle:hover ~ .dropdown-text{
988 background: #fff;
989}
990.profile-help .dropdown-toggle:hover ~ .dropdown-text img{
991 box-shadow: 0 2px 6px 6px rgba(47, 83, 151, .17);
992}
993.profile-help .dropdown-content{
994 right: 0;
995 top: 47px;
996 padding: 4px 0;
997 background-color: #fff;
998 border: 1px solid #ECEDF2;
999 border-radius: 2px;
1000 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12) !important;
1001}
1002.profile-help .dropdown-content li:hover{
1003 background-color: #ECEDF2;
1004}
1005.profile-help .dropdown-content a{
1006 padding: 3px;
1007 color: #1B3E6F;
1008 font-size: 13px;
1009}
1010.profile-help .dropdown-content a:hover{
1011 text-decoration: none;
1012 background-color: transparent;
1013}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001014.userMenu.dropdown{
1015 margin-left: 9px;
1016 border-left: solid 1px #ECEDF2;
1017}
1018.helpMenu.dropdown{
1019 width: 32px !important;
1020}
1021.helpMenu .dropdown-text{
1022 text-indent: unset;
1023 text-align: center;
1024}
Sarah Abouzainah89498dc2020-09-27 15:30:27 +02001025.helpMenu li:hover,
1026.helpMenu li:hover i,
1027.helpMenu li:hover p{
1028 cursor: pointer;
1029}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001030.helpMenu li:not(:last-child){
1031 margin-bottom: 9px;
1032}
1033.helpMenu .dropdown-text i{
1034 text-align: center;
1035 font-size: 19px;
1036 color: #C3CDDB;
1037 vertical-align: middle;
1038}
1039.helpMenu:hover .dropdown-text i{
1040 color: #1B3E6F;
1041}
1042.helpMenu .dropdown-content{
1043 padding: 6px;
1044}
1045.helpMenu .dropdown-content a{
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001046 padding: 5px 12px !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001047 text-align: left;
1048 text-indent: 0;
1049 font-size: 14px;
1050 line-height: 22px;
1051}
1052.helpMenu .dropdown-content p{
1053 display: inline;
1054 line-height: 15px;
1055 font-weight: bold;
1056}
1057.helpMenu .dropdown-content p:hover{
1058 cursor: pointer;
1059}
1060.helpMenu .dropdown-content p label{
1061 display: inline;
1062}
1063.helpMenu .dropdown-content p input{
1064 display: none;
1065}
1066.helpMenu .dropdown-content span{
1067 display: inline-block;
1068 padding-left: 18px;
1069 font-size: 13px;
1070 color: #C1CDDD;
1071 font-weight: normal;
1072}
1073.helpMenu .dropdown-toggle:focus ~ .dropdown-text{
1074 background-color: #F4F9FE;
1075 border-radius: 50%;
1076}
1077.helpMenu .dropdown-content{
1078 width: 262px;
1079}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001080.help-btn{
1081 border-right: solid 1px #ECEDF2;
1082}
1083.help-btn .nav-link{
1084 padding: 7px 8px 0 !important;
1085}
1086.help-btn i{
1087 font-size: 19px;
1088 color: #C3CDDB;
1089}
1090.help-btn a:hover i{
1091 color: #1B3E6F;
1092}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001093.header-button-save button{
shadyb3c61a62020-02-16 15:47:33 +02001094 border-radius: 50px;
1095}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001096/*Page Title*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001097.page-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001098 padding: 20px 30px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001099 background:#fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001100 border-left: solid 1px #FAFAFA;
1101 margin-bottom: 21px;
1102 -webkit-box-shadow: 0 4px 10px 0 #eef0f5;
1103 box-shadow: 0 4px 10px 0 #eef0f5;
1104 position: relative;
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001105 z-index: 300;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001106 /* position: fixed;
1107 width: calc(100% - 50px); */
shaaban Altananyba3756e2020-01-07 12:08:44 +02001108}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001109.page-title h2{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001110 font-size: 16px;
1111 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001112 padding-top: 1px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001113}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001114.page-title h2 span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001115 color: #C3CDDB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001116 font-size: 14px;
1117}
1118/*Content*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001119.body-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001120 padding: 0 30px !important;
1121}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001122.body-container > .container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001123 padding: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001124}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001125.search-filter-col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001126 padding-right: 0 !important;
1127 border-bottom: solid 1px #ECEDF2 !important;
1128}
1129/**Packages Filter**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001130.packagesFilter{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001131 margin-top: 12px;
1132 margin-bottom: 7px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001133 z-index: 220 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001134}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001135.packagesFilter .dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001136 height: 36px !important;
1137}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001138.packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001139 border-color: transparent transparent #1B3E6F transparent;
1140}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001141.packagesFilter .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001142 background: transparent;
1143 border: 0;
1144 box-shadow: none;
1145 text-indent: 14px;
1146 line-height: 30px;
1147 font-size: 12px;
1148}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001149.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001150 right: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001151 border: solid !important;
1152 border-width: 5px 4px 0 4px !important;
1153 border-color: #1B3E6F transparent transparent transparent !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001154}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001155.packagesFilter .dropdown-toggle:hover ~ .dropdown-text,
1156.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001157 background-color: transparent;
1158 box-shadow: none;
1159 border-radius: 0;
1160}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001161.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001162 background: #fff;
1163 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1164}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001165.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001166 top: 12px;
1167}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001168.packagesFilter .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001169 padding: 6px 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001170 background: #fff;
1171 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1172 border: 0;
1173 border-top-left-radius: 0;
1174 border-top-right-radius: 0;
1175 border-bottom-left-radius: 2px;
1176 border-bottom-right-radius: 2px;
1177}
Sarah Abouzainah705d8222020-11-02 15:58:49 +02001178.packagesFilter .dropdown-content ul{
1179 max-height: 200px;
1180 overflow-y: auto;
1181 padding-left: 0;
1182}
1183.packagesFilter .dropdown-content li{
1184 list-style: none;
1185}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001186.packagesFilter .dropdown-content li:hover .custom-checkbox{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001187 cursor: pointer;
1188}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001189.packagesFilter .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001190.packagesFilter .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001191 top: 30px;
1192}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001193.packagesFilter .form-control{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001194 padding: 12px 9px 12px 38px !important;
1195 border: 0 !important;
1196 border-bottom: solid 1px #D7E7F9 !important;
1197 background: url(../src/assets/img/icon-search.svg) 15px center no-repeat;
1198 background-size: 4%;
1199 border-radius: 0 !important;
1200 color: #1B3E6F;
1201 font-size: 13px;
1202}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001203.packagesFilter .form-control::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001204 color: #BABBC3;
1205}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001206.packagesFilter .form-control:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001207 box-shadow: none !important;
1208 border-bottom: solid 1px #1B3E6F !important;
1209}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001210.packagesFilter .custom-checkbox{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001211 margin-left: 8px;
1212}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001213.packagesFilter .custom-control-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001214 left: 10px;
1215}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001216.packagesFilter .custom-control-label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001217 line-height: 28px !important;
1218 font-size: 13px !important;
1219 text-indent: 6px !important;
1220}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001221.fillteredTags{
1222 margin-left: 3px;
1223 padding: 3px 3px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001224 background: #C3CDDB;
1225 color: #1B3E6F;
1226 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001227 border-radius: 4px;
1228}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001229/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001230.sort-packages{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001231 font-size: 12px;
1232 font-weight: bold;
1233 color: #C3CDDB;
1234}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001235.sort-packages .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001236 width: 88px;
1237}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001238.sort-packages .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001239 background: transparent;
1240 border: 0;
1241 box-shadow: none;
1242 color: #1B3E6F;
1243}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001244.sort-packages .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001245 border-color: #1B3E6F transparent transparent transparent;
1246}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001247.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001248 border-color: transparent transparent #1B3E6F transparent;
1249}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001250.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
1251.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001252 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1253 background: #fff;
1254}
1255.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001256.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001257 top: 30px;
1258}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001259.sort-packages .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001260 width: 88px;
1261 padding: 6px 0;
1262 background: #fff;
1263 border-radius: 2px;
1264 border: 0;
1265 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1266}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001267.sort-packages .dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001268 color: #1B3E6F;
1269 font-size: 12px;
1270}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001271.sort-packages .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001272 background-color: #F4F9FE;
1273 text-decoration: unset;
1274}
1275/**Pagination**/
1276.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001277.page-item.disabled .page-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001278 background: transparent !important;
1279 border: 0;
1280 color: #1B3E6F !important;
1281 font-size: 14px;
1282}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001283.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001284 color: #1B3E6F !important;
1285 background-color: #fff !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001286 border-radius: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001287 transition: 0.3s;
1288 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
1289}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001290.page-item.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001291 opacity: .3;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001292}
1293/**Packages Cards***/
1294/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001295.packages-card .card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001296 margin: 0;
1297 border-radius: 2px;
1298 border: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001299 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001300}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001301.packages-card .card:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001302 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001303 transition: all 0.5s ease;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001304 cursor: pointer;
1305}
1306.packages-card .card:hover .card-title,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001307.packages-card .card:hover .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001308 color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001309}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001310.packages-card .card-title{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001311 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001312 font-size: 14px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001313 font-weight: bold;
1314}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001315.packages-card .card-title .packageName{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001316 margin-bottom: 0;
1317 display: inline-block;
1318 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001319 max-width: 64%;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001320 white-space: nowrap;
1321 overflow: hidden;
1322 text-overflow: ellipsis;
1323 font-size: 13px;
1324 vertical-align: bottom;
1325 color: #1B3E6F;
1326}
1327.packages-card .card-title:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001328.packages-card .card-title:hover .packageName{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001329 text-decoration: none;
1330 color: #1273EB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001331}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001332.packages-card .card-body{
Ahmed Abbaseea49072019-11-27 15:04:18 +02001333 padding-bottom: 0 !important;
1334}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001335.packages-card .card-footer .col{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001336 padding-left: 3px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001337 text-align: left;
Ahmed Abbaseea49072019-11-27 15:04:18 +02001338}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001339
shaaban Altananyba3756e2020-01-07 12:08:44 +02001340/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001341.addPaackage-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001342 background: #F4F9FE !important;
1343 border: solid 1px #D7E7F9 !important;
1344}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001345.addPaackage-card:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001346 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
1347}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001348
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001349.addPaackage-card a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001350 text-decoration: unset;
1351}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001352.addPaackage-card .card-footer .col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001353 padding: 0;
1354 text-align: right;
1355}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001356.addPaackage-card .card-footer .col:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001357 text-align: left;
1358}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001359.btn-create-package,
1360.btn-import-package{
Sarah Abouzainahced91552020-06-04 17:45:57 +02001361 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001362}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001363.btn-create-package{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001364 margin-bottom: 6px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001365}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001366.btn-import-package{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02001367 margin-bottom: 15px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001368}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001369.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001370.btn-create-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001371 background-color: #1B3E6F;
1372 border-color: #1B3E6F;
1373 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001374}
1375.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001376.btn-import-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001377 color: #1B3E6F;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001378}
1379/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001380.packages-card .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001381 width: auto;
1382 float: right;
1383}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001384.packages-card .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001385 background: transparent;
1386 border: 0;
1387 box-shadow: none;
1388 text-indent: 0;
1389 line-height: unset;
1390 border-bottom-left-radius: 0;
1391 border-bottom-right-radius: 0;
1392 opacity: .6;
1393}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001394.packages-card .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001395 display: none;
1396}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001397.packages-card .dropdown-text img{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001398 padding: 9px 7px;
1399}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001400.packages-card .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001401 right: 0;
1402 width: 120px;
1403 padding: 6px 0;
1404 border: 0;
1405 text-indent: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001406 border-radius: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001407 border-top-right-radius: 0;
1408 background: #1B3E6F;
1409}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001410.packages-card .dropdown-content a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001411 padding-left: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001412 color: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001413 font-size: 12px;
1414 /* background-position: 14px center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001415 background-size: 10%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001416 background-repeat: no-repeat; */
1417}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001418.packages-card .dropdown-content a i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001419 margin-right: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001420}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001421.packages-card .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001422 background-color: #172B4D;
1423 text-decoration: unset;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001424 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001425}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001426.packages-card .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001427.packages-card .dropdown-toggle:focus ~ .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001428 top: 22px;
1429}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001430.packages-card .dropdown-toggle:focus ~ .dropdown-text .icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001431 color: #D0D7E4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001432}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001433.packages-card .dropdown-toggle:hover ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001434 background: transparent;
1435 opacity: 1;
1436}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001437.packages-card .dropdown-toggle:focus ~ .dropdown-text{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001438 width: 27px;
1439 text-align: center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001440 opacity: 1;
1441 background: #1B3E6F;
1442 box-shadow: none;
1443}
Sarah Abouzainahced91552020-06-04 17:45:57 +02001444
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001445.package-version::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001446 content: "|";
Sarah Abouzainah98600832020-04-22 22:55:39 +02001447 margin-left: 8px;
1448 margin-right: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001449 vertical-align: text-bottom;
1450}
1451
shaaban Altananyba3756e2020-01-07 12:08:44 +02001452/***Contributers***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001453ul.package-contributers{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001454 margin-bottom: 9px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001455 padding-left: 0 !important;
1456}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001457.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001458 list-style: none;
1459 display: inline-block;
1460}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001461.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001462 margin-left: -5px;
1463}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001464.package-contributers li:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001465 margin-left: 0;
1466}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001467.package-contributers li:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001468 margin-left: 9px;
1469}
1470.package-modifier,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001471.package-contributers button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001472 height: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001473 padding: 0 !important;
1474 border-radius: 100%;
1475 border: 0 !important;
1476 /*Hover Effect*/
1477 -webkit-transition: box-shadow 0.2s ease;
1478 -moz-transition: box-shadow 0.2s ease;
1479 transition: box-shadow 0.2s ease;
1480 -webkit-backface-visibility: hidden;
1481 backface-visibility: hidden;
1482 display: inline-block;
1483 position: relative;
1484}
1485.package-modifier:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001486.package-contributers button:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001487 -webkit-transition: all 0.2s ease;
1488 -moz-transition: all 0.2s ease;
1489 transition: all 0.2s ease;
1490 border-radius: 50%;
1491 bottom: 0;
1492 box-shadow: 0 0 0 2px #fff;
1493 content: "";
1494 left: 0;
1495 position: absolute;
1496 right: 0;
1497 top: 0;
1498}
1499.package-modifier:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001500.package-contributers button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001501 box-shadow: 0 0 0 2px #D7E7F9;
1502 text-decoration: none;
1503}
1504.package-modifier:hover:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001505.package-contributers button:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001506 -webkit-transform: scale(0.925);
1507 -moz-transform: scale(0.925);
1508 -ms-transform: scale(0.925);
1509 -o-transform: scale(0.925);
1510 transform: scale(0.925);
1511 box-shadow: 0 0 0 1px #D7E7F9;
1512 opacity: 0.5;
1513}
1514.package-modifier img,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001515.package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001516 width: 20px;
1517 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001518 object-fit: cover;
1519 vertical-align: top;
1520 border-radius: 100%;
1521}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001522.package-contributers a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001523 font-size: 12px;
1524 color: #1273EB;
1525}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001526.package-contributers a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001527 text-decoration: unset;
1528}
1529/***Package Footer***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001530.packages-card .card-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001531 padding: 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001532 background: transparent !important;
1533 border-top-color: #F7F6F6 !important;
1534}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001535.packages-card .card-footer .col{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001536 text-align: center;
1537}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001538.packages-card .card-footer .col:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001539 border-right: solid 1px #F7F6F6;
1540}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001541.packages-card .card-footer .btn{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001542 padding: 10px 0 10px 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001543 background-color: transparent !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001544 color: #1B3E6F !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001545 border: 0;
1546 font-size: 13px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001547 text-align: left;
1548 opacity: .4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001549}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001550.packages-card .card-footer .btn:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001551 opacity: 1;
1552}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001553.packages-card .card-footer i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001554 margin-right: 6px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001555}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001556.icon-deployed-active,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001557.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001558 margin-right: 9px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001559 display: inline;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001560 background-image: url(/assets/img/icon-deploy-active.svg);
1561 background-position: center center;
1562 background-repeat: no-repeat;
1563 vertical-align: baseline;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001564}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001565.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001566 background-image: url(/assets/img/icon-deploy-inactive.svg);
1567}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001568
1569
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001570/*CREATE NEW ACTION MODAL*/
1571.createActionModal .modal-dialog{
1572 max-width: 85%;
1573}
1574.createActionModal .modal-header{
1575 padding-top: 21px !important;
1576 padding-bottom: 0 !important;
1577 border-bottom: 0;
1578}
1579.createActionModal .close{
1580 margin: 0 !important;
1581 padding: 6px 13px 10px !important;
1582 width: auto;
1583 opacity: 1 !important;
1584 border-radius: 100%;
1585}
1586.createActionModal .close:hover{
1587 background-color: #E0E8F2;
1588}
1589.createActionModal .icon-action-close{
1590 font-size: 14px;
1591 font-weight: bold;
1592}
1593.createActionModal .modal-body{
1594 padding-top: 0 !important;
1595 padding-bottom: 10px !important;
1596}
1597.createActionModal .modal-body .carousel-item{
1598 padding-left: 20px;
1599 padding-right: 10px;
1600}
1601@keyframes fadeInScale {
1602 0% {
1603 opacity: 0;
1604 -webkit-transform: scale(0) translateY(50%);
1605 transform: scale(0) translateY(50%);
1606 }
1607 90% {
1608 -webkit-transform: scale(1.05);
1609 transform: scale(1.05);
1610 }
1611 100% {
1612 opacity: 1;
1613 -webkit-transform: scale(1) translateY(0);
1614 transform: scale(1) translateY(0);
1615 }
1616}
1617.card.actionType{
1618 margin-bottom: 25px !important;
1619 padding: 220px 25px 50px;
1620 box-shadow: none;
1621 border-radius: 0;
1622 -webkit-transition: all 0.3s ease-in-out;
1623 transition: all 0.3s ease-in-out;
1624}
1625.card.actionType:hover{
1626 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1627 transition: 0.3s !important;
1628}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001629.createActionModal h3.mainHead{
1630 text-transform: uppercase;
1631 margin-bottom: 6px;
1632 font-size: 14px;
1633 font-weight: bold;
1634 text-align: center;
1635 color: #C1CDDD;
1636}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001637.createActionModal h1{
1638 margin-bottom: 21px;
1639 font-size: 22px;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001640 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001641 text-align: center;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001642}
1643.createActionModal .carousel-inner{
1644 height: 510px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001645}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001646.createActionModal .skip-btn{
1647 float: unset;
1648 width: auto;
1649 color: #1273EB;
1650 font-weight: normal !important;
1651 font-size: 13px;
1652 border: solid 1px #F1F2FA;
1653 border-radius: 2px;
1654}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001655.createActionModal .skip-btn:hover{
1656 background: #1273EB;
1657 color: #fff;
1658 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1659}
1660
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001661.actionType,
1662.actionType:hover{
1663 text-align: center;
1664 line-height: 40px;
1665 background-position: center 40px;
1666 background-repeat: no-repeat;
1667 background-size: 144px 172px;
1668}
1669.actionType h3,
1670.actionType p{
1671 margin: 0;
1672}
1673.actionType h3{
1674 text-transform: uppercase;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001675 font-size: 13px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001676 font-weight: bold;
1677}
1678.actionType p{
1679 font-size: 13px !important;
1680 line-height: 24px;
1681}
1682.actionType .btn,
1683.actionType:hover .btn{
1684 opacity: 0;
1685 position: absolute;
1686 bottom: 0;
1687 left: 30% !important;
1688 margin-bottom: 26px;
1689 width: 100px;
1690 height: 30px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02001691 line-height: 15px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001692 background: #1B3E6F;
1693 color: #fff;
1694 font-size: 12px;
1695 font-weight: bold;
1696 border-radius: 15px !important;
1697 -webkit-transform: translateY(-20%);
1698 transform: translateY(-20%);
1699 -webkit-transition: all 0.3s ease-in-out;
1700 transition: all 0.3s ease-in-out;
1701}
1702.actionType:hover .btn{
1703 opacity: 1;
1704 -webkit-transform: translateY(0);
1705 transform: translateY(0);
1706}
1707.actionType.custom{
1708 background-image: url(/assets/img/icon-action-custom.svg);
1709}
1710.actionType.custom:hover{
1711 cursor: pointer;
1712 background-image: url(/assets/img/icon-action-custom-hover.svg);
1713}
1714.actionType.default{
1715 background-image: url(/assets/img/icon-action-default.svg);
1716}
1717.actionType.default:hover{
1718 cursor: pointer;
1719 background-image: url(/assets/img/icon-action-default-hover.svg);
1720}
1721.actionType.recent{
1722 background-image: url(/assets/img/icon-action-recent.svg);
1723}
1724.actionType.recent:hover{
1725 cursor: pointer;
1726 background-image: url(/assets/img/icon-action-recent-hover.svg);
1727}
1728.actionType.import{
1729 background-image: url(/assets/img/icon-action-import.svg);
1730}
1731.actionType.import:hover{
1732 cursor: pointer;
1733 background-image: url(/assets/img/icon-action-import-hover.svg);
1734}
1735.createActionModal .carousel-indicators{
1736 margin: 0;
1737}
1738.createActionModal .carousel-indicators li{
1739 margin: 0;
1740 padding: 0;
1741 text-indent: 0;
1742 border: 0;
1743}
1744.createActionModal .back{
1745 position: fixed !important;
1746 top: 83px;
1747 width: auto;
1748 padding:0 !important;
1749}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001750
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001751.actionFormWrapper{
1752 width: 60%;
1753 margin: 0 auto;
1754}
1755.createActionModal .form-control.customAction{
1756 width: 55%;
1757 margin: 70px auto;
1758 padding-left: 0;
1759 border-radius: 0;
1760 border: 0;
1761 border-bottom: solid 1px #E0E8F2;
1762 color: #1B3E6F !important;
1763 font-size: 14px;
1764}
1765.createActionModal .form-control:focus{
1766 border-bottom: solid 1px #1B3E6F;
1767 background: transparent !important;
1768 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1769 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1770 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1771 text-shadow: none;
1772}
1773.createActionModal .form-control::placeholder{
1774 color: #C3CDDB;
1775
1776}
1777.createActionModal .submit,
1778.createActionModal .submit:hover{
1779 float: unset;
1780 width: 100px;
1781 height: 30px;
1782 background: #1B3E6F;
1783 color: #fff;
1784 font-size: 12px;
1785 font-weight: bold;
1786 border-radius: 15px !important;
1787}
1788.actionlabel{
1789 margin-right: 2px;
1790 color: #C3CDDB;
1791 font-size: 11px;
1792 font-weight: bold;
1793}
1794.form-control.searchInput,
1795.form-control.searchInput:focus{
1796 float: right;
1797 width: 250px !important;
1798 height: 30px !important;
1799 padding-left: 32px !important;
1800 border: solid 1px #E0E8F2 !important;
1801 border-radius: 2px !important;
1802 background: url(../src/assets/img/icon-search-light.svg) 9px center no-repeat !important;
1803 font-size: 13px !important;
1804 color: #1B3E6F;
1805}
1806.actionsListScroll{
1807 height: 228px;
1808 max-height: 228px;
1809 overflow: auto;
1810}
1811.createActionModal .actionName{
1812 margin-bottom: 15px;
1813 padding: 9px 18px;
1814 box-shadow: 0 2px 6px rgba(47,83,151,0.15);
1815}
1816.createActionModal p.selectedActions{
1817 margin-top: 20px;
1818 margin-bottom: 10px;
1819 color: #8D9FB7;
1820 font-size: 13px;
1821}
1822.createActionModal .sort-packages .dropdown{
1823 width: 60%;
1824}
1825.createActionModal .sort-packages .dropdown-text::after {
1826 right: 6px;
1827}
1828.createActionModal .sort-packages .dropdown-content{
1829 width: 100%;
1830}
1831.createActionModal .folder-upload-text button{
1832 float: unset;
1833}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001834/* Border Fade */
1835.border-fade {
1836 display: inline-block;
1837 transition-duration: 0.3s;
1838 transition-property: box-shadow;
1839 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1840 transform: translateZ(0);
1841 box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
1842 /* Hack to improve aliasing on mobile/tablet devices */
1843}
1844.border-fade:hover {
1845 box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0);
1846 /* Hack to improve aliasing on mobile/tablet devices */
1847}
1848/*Content*/
1849
1850/**Title Action Buttons**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001851.page-title-actions li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001852 display: inline-block;
1853 text-align: center;
1854}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001855.title-action{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001856 -webkit-transition: box-shadow 0.2s ease;
1857 -moz-transition: box-shadow 0.2s ease;
1858 transition: box-shadow 0.2s ease;
1859 -webkit-backface-visibility: hidden;
1860 backface-visibility: hidden;
1861 border-radius: 50%;
1862 color: #6a75eb;
1863 display: inline-block;
1864 font-size: 0.889em;
1865 height: 4em;
1866 margin: 0 1em 1em;
1867 position: relative;
1868 text-align: center;
1869 text-transform: lowercase;
1870 width: 4em;
1871 line-height: 4em;
1872}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001873.title-action:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001874 -webkit-transition: all 0.2s ease;
1875 -moz-transition: all 0.2s ease;
1876 transition: all 0.2s ease;
1877 border-radius: 50%;
1878 bottom: 0;
1879 box-shadow: 0 0 0 1px #000;
1880 content: "";
1881 left: 0;
1882 position: absolute;
1883 right: 0;
1884 top: 0;
1885}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001886.title-action:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001887 box-shadow: 0 0 0 7px #07819b;
1888 text-decoration: none;
1889}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001890.title-action:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001891 -webkit-transform: scale(0.925);
1892 -moz-transform: scale(0.925);
1893 -ms-transform: scale(0.925);
1894 -o-transform: scale(0.925);
1895 transform: scale(0.925);
1896 box-shadow: 0 0 0 1px #07819b;
1897 opacity: 0.5;
1898}
1899
1900/*Animation Button*/
1901/**Float**/
1902.float {
1903 display: inline-block;
1904 transition-duration: 0.3s;
1905 transition-property: transform;
1906 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1907 transform: translateZ(0);
1908 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1909}
1910.float:hover {
1911 transform: translateY(-5px);
1912}
1913
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001914/*TOOLTIP*/
1915/* Base styles for the element that has a tooltip */
1916[data-tooltip],
1917.tooltip {
1918 position: relative;
1919 cursor: pointer;
1920 text-align: center;
1921}
1922
1923/* Base styles for the entire tooltip */
1924[data-tooltip]:before,
1925[data-tooltip]:after,
1926.tooltip:before,
1927.tooltip:after {
1928 position: absolute;
1929 visibility: hidden;
1930 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1931 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
1932 opacity: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001933 -webkit-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001934 opacity 0.2s ease-in-out,
1935 visibility 0.2s ease-in-out,
1936 -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001937 -moz-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001938 opacity 0.2s ease-in-out,
1939 visibility 0.2s ease-in-out,
1940 -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001941 transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001942 opacity 0.2s ease-in-out,
1943 visibility 0.2s ease-in-out,
1944 transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001945 -webkit-transform: translate3d(0, 0, 0);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001946 -moz-transform: translate3d(0, 0, 0);
1947 transform: translate3d(0, 0, 0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001948 pointer-events: none;
1949}
1950
1951/* Show the entire tooltip on hover and focus */
1952[data-tooltip]:hover:before,
1953[data-tooltip]:hover:after,
1954[data-tooltip]:focus:before,
1955[data-tooltip]:focus:after,
1956.tooltip:hover:before,
1957.tooltip:hover:after,
1958.tooltip:focus:before,
1959.tooltip:focus:after {
1960 visibility: visible;
1961 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1962 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001963 opacity: 1;
1964}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001965
1966/* Base styles for the tooltip's directional arrow */
1967.tooltip:before,
1968[data-tooltip]:before {
1969 z-index: 1001;
1970 border: 6px solid transparent;
1971 background: transparent;
1972 content: "";
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001973}
1974
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001975/* Base styles for the tooltip's content area */
1976.tooltip:after,
1977[data-tooltip]:after {
1978 z-index: 1000;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001979 padding: 8px 20px !important;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02001980 width: max-content;
1981 background-color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001982 color: #1B3E6F;
1983 content: attr(data-tooltip);
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001984 font-size: 12px;
Sarah Abouzainah42185842020-09-28 15:52:12 +02001985 font-weight: bold !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001986 line-height: 1.2;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001987 border-radius: 3px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001988}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001989
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001990/* Directions */
1991
1992/* Top (default) */
1993[data-tooltip]:before,
1994[data-tooltip]:after,
1995.tooltip:before,
1996.tooltip:after,
1997.tooltip-top:before,
1998.tooltip-top:after {
1999 bottom: 100%;
2000 left: 50%;
2001}
2002
2003[data-tooltip]:before,
2004.tooltip:before,
2005.tooltip-top:before {
2006 margin-left: 0;
2007 margin-bottom: -12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002008 border-bottom-color: #DEE8F3;
2009 border-bottom-color: rgba(222, 232, 243, 1.0);
2010}
2011
2012/* Horizontally align top/bottom tooltips */
2013[data-tooltip]:after,
2014.tooltip:after,
2015.tooltip-top:after {
2016 margin-left: -50%;
2017}
2018
2019[data-tooltip]:hover:before,
2020[data-tooltip]:hover:after,
2021[data-tooltip]:focus:before,
2022[data-tooltip]:focus:after,
2023.tooltip:hover:before,
2024.tooltip:hover:after,
2025.tooltip:focus:before,
2026.tooltip:focus:after,
2027.tooltip-top:hover:before,
2028.tooltip-top:hover:after,
2029.tooltip-top:focus:before,
2030.tooltip-top:focus:after {
2031 -webkit-transform: translateY(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002032 -moz-transform: translateY(-12px);
2033 transform: translateY(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002034}
2035
2036/* Left */
2037.tooltip-left:before,
2038.tooltip-left:after {
2039 right: 100%;
2040 bottom: 50%;
2041 left: auto;
2042}
2043
2044.tooltip-left:before {
2045 margin-left: 0;
2046 margin-right: -12px;
2047 margin-bottom: 0;
2048 border-top-color: transparent;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002049 border-left-color: #C3CDDB;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002050 /* border-left-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002051}
2052
2053.tooltip-left:hover:before,
2054.tooltip-left:hover:after,
2055.tooltip-left:focus:before,
2056.tooltip-left:focus:after {
2057 -webkit-transform: translateX(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002058 -moz-transform: translateX(-12px);
2059 transform: translateX(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002060}
2061
2062/* Bottom */
2063.tooltip-bottom:before,
2064.tooltip-bottom:after {
2065 top: 100%;
2066 bottom: auto;
2067 left: 20%;
2068}
2069
2070.tooltip-bottom:before {
2071 margin-top: -12px;
2072 margin-bottom: 0;
2073 border-top-color: transparent;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002074 border-bottom-color: #C3CDDB;
2075 border-bottom-color: rgba(195, 205, 219, 1.0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002076}
2077
2078.tooltip-bottom:hover:before,
2079.tooltip-bottom:hover:after,
2080.tooltip-bottom:focus:before,
2081.tooltip-bottom:focus:after {
2082 -webkit-transform: translateY(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002083 -moz-transform: translateY(12px);
2084 transform: translateY(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002085}
2086
2087/* Right */
2088.tooltip-right:before,
2089.tooltip-right:after {
2090 bottom: 50%;
2091 left: 20%;
2092}
2093
2094.tooltip-right:before {
2095 margin-bottom: 0;
2096 margin-left: -12px;
2097 border-top-color: transparent;
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002098 border-right-color: #C3CDDB;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002099 /* border-right-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002100}
2101
2102.tooltip-right:hover:before,
2103.tooltip-right:hover:after,
2104.tooltip-right:focus:before,
2105.tooltip-right:focus:after {
2106 -webkit-transform: translateX(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002107 -moz-transform: translateX(12px);
2108 transform: translateX(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002109}
2110
2111/* Move directional arrows down a bit for left/right tooltips */
2112.tooltip-left:before,
2113.tooltip-right:before {
2114 top: 3px;
2115}
2116
2117/* Vertically center tooltip content for left/right tooltips */
2118.tooltip-left:after,
2119.tooltip-right:after {
2120 margin-left: 0;
2121 margin-bottom: -16px;
2122}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002123
2124/*TooltipModule - Shady*/
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002125.tooltip.in {
2126 opacity: 1.0 !important;
2127 filter:alpha(opacity=100) !important;
2128}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002129.tooltip:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002130.tooltip:after{
Sarah Abouzainah98600832020-04-22 22:55:39 +02002131 width: 100% !important;
2132}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002133.tooltip .tooltip-inner{
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002134 width: max-content !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002135 text-align: left!important;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002136 /* color:#1B3E6F;
2137 background-color: #fff !important; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002138 color:#1B3E6F;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002139 background-color: #C3CDDB !important;
2140 border: solid 1px #C3CDDB;
Sarah Abouzainah42185842020-09-28 15:52:12 +02002141 border-radius: 1px !important;
2142 /* border-top-left-radius: 0 !important; */
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002143 font-size: 12px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002144 opacity: 1.0 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002145}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002146
Sarah Abouzainah42185842020-09-28 15:52:12 +02002147.bs-tooltip-auto[x-placement^=top] .arrow::before,
2148.bs-tooltip-top .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002149 border-top-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002150}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002151.bs-tooltip-auto[x-placement^=right] .arrow::before,
2152.bs-tooltip-right .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002153 border-right-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002154}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002155.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
2156.bs-tooltip-bottom .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002157 border-bottom-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002158}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002159.bs-tooltip-auto[x-placement^=left] .arrow::before,
2160.bs-tooltip-left .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002161 border-left-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002162}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002163
2164.btn{
2165padding-right: 20px !important;
2166padding-left: 20px !important;
2167
shaaban Altananyc133b832020-01-09 10:15:28 +02002168}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002169.btn.border-radius{
shaaban Altananyc133b832020-01-09 10:15:28 +02002170 border-radius: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002171}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002172.btn-primary{
Sarah Abouzainah8210cf72020-10-11 22:18:29 +02002173 background-color: #1273EB !important;
2174 border-color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002175}
2176.btn-primary:hover {
2177 background-color: #0069d9 !important;
2178 border-color: #0062cc !important;
2179}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002180.btn + .btn{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002181 margin-left: 10px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002182}
2183.package-view-button button{
2184 width: 150px;
2185 float: right;
2186}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002187.package-view-button{
shadyb3c61a62020-02-16 15:47:33 +02002188 margin-top: 6px;
2189}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002190.package-view-button .btn{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002191 padding: 6px 21px;
2192 border-radius: 18px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002193 font-size: 13px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002194}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002195.package-view-button .btn:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002196 opacity: .9;
2197}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002198.package-view-button .btn-primary{
shadyb3c61a62020-02-16 15:47:33 +02002199 background-color: #1B3E6F !important;
2200 border-color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002201}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002202.package-view-button .btn-enrich,
2203.package-view-button .btn-enrich:focus,
2204.modal-footer .btn-primary.btn-enrich{
2205 background: #EB9A34 !important;
2206 border-color: #EB9A34 !important;
2207 color: #fff;
2208 outline: none !important;
2209}
2210.package-view-button .btn-deploy{
2211 background-color: #1273EB !important;
2212 border-color: #1273EB !important;
2213 color: #fff !important;
2214 /* background-color: #fff !important;
shadyb3c61a62020-02-16 15:47:33 +02002215 border-color: #D0DFF1 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002216 color: #1B3E6F !important; */
shadyb3c61a62020-02-16 15:47:33 +02002217}
2218.package-view-title {
2219 font-size: 11px;
2220 color: #1B3E6F;
2221 font-weight: bold;
2222 margin-bottom: 5px;
2223 margin-top: 20px;
2224}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002225.package-view-title+p{
shadyb3c61a62020-02-16 15:47:33 +02002226 font-size: 11px;
2227 margin-bottom: 0px;
2228}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002229.package-view-title+ul{
shadyb3c61a62020-02-16 15:47:33 +02002230 margin-bottom: 0px;
2231}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002232.package-view-button .btn-outline-secondary i{
shadyb3c61a62020-02-16 15:47:33 +02002233 font-size: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002234 margin-right: 4px;
shadyb3c61a62020-02-16 15:47:33 +02002235}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002236.card.creat-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002237 margin: 0;
2238 border-radius: 2px;
2239 border: 0;
2240 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2241}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002242.card.creat-card .single-line{
shadyb85e6de2020-01-22 13:47:41 +02002243 padding: 15px 25px 15px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002244}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002245.card.creat-card .single-line-model{
shadyb3c61a62020-02-16 15:47:33 +02002246 padding: 0px;
2247}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002248.card.creat-card .editor-container{
shadyb3c61a62020-02-16 15:47:33 +02002249 padding: 25px;
2250}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002251.single-line label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002252 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002253}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002254.single-line-model label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002255 margin-bottom: 0px;
2256 border-bottom: 1px solid #FAFAFA;
2257 padding: 15px 25px;
2258}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002259.single-line-model .label-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002260 width: 325px;
2261}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002262.single-line-model .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002263 width: calc(100% - 325px);
2264}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002265.single-line-model input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002266 border-bottom: 1px solid #FAFAFA !important;
2267 padding: 15px 25px 15px 0px;
2268}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002269.customKeyTitle span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002270 color: #C3CDDB !important;
2271 font-size: 11px;
2272}
2273.single-line-model input:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002274.single-line-custom-key input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002275 border-bottom-color: #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002276 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2277 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2278 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002279}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002280.model-note-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002281 width: calc(100% - 325px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002282 padding: 0px 25px 0px 0px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002283 margin-left: 325px;
2284}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002285.error-message{
2286 font-size:11px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002287 color: #FF6469;
2288}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002289.tages-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002290 margin-bottom: 25px;
2291}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002292.tag-notes{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002293 font-size: 11px;
2294 color: #C3CDDB;
2295 padding: 5px 25px 5px 0px;
2296 margin-bottom: 5px;
2297}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002298 .single-tage{
2299 background: #E0E8F2;
2300 font-size: 13px;
2301 color: #1B3E6F;
2302 border-radius: 50px;
2303 padding: 5px 10px;
2304 margin-right:10px;
2305 margin-bottom: 10px;
2306 }
2307 .single-tage a{
2308 color: #1B3E6F;
2309 font-size: 14px;
2310 }
2311 .label-name{
2312 width: 300px;
2313 display: inline-block;
2314 margin-bottom: 0px;
2315 font-size: 13px;
2316 font-weight: bold;
2317 }
2318 .label-name span{
2319 color:#FF6469 ;
2320 }
2321 .delete-key{
2322 color: #FF6469;
2323 font-size: 10px;
2324 background: #FFE6E7;
2325 border: 1px solid #FFC9CB;
2326 padding: 3px 10px 2px;
2327 margin-left: 10px;
2328 border-radius: 5px;
2329 }
2330 .delete-key:hover{
2331 color: #C94448;
2332 background: #FFC9CB;
2333 border: 1px solid #FF6469;
2334 text-decoration: none;
2335 }
2336 .label-input{
2337 width: calc(100% - 300px);
2338 display: inline-block;
2339 }
2340.form-check-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002341 margin-left: 0px !important;
2342 margin-top: 2px !important;
2343}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002344.form-check-input+span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002345 margin-left: 20px;
2346 margin-right: 50px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002347 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02002348 display: flex;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002349}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002350.form-check-input+span i{
shadyb3c61a62020-02-16 15:47:33 +02002351 margin-right: 5px;
2352 margin-left: 5px;
2353}
2354
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002355.label-input input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002356 margin-bottom: 0px;
2357 outline: 0px;
2358 border: 0px;
2359 font-size: 14px;
2360 width: 100%;
2361 color: #1B3E6F;
2362 transition: all 250ms ease-out;
2363}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002364.label-input input:focus{
2365 border-bottom: solid 1px #1B3E6F;
2366 background: transparent !important;
2367 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2368 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2369 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2370 text-shadow: none;
2371}
2372.label-input input:disabled{
2373 background: #fff;
2374 opacity: .5;
2375}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002376.label-input input[type=radio]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002377 width: auto;
2378}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002379.label-input input[type=radio]+span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002380 font-size: 12px;
2381 display: block;
2382 margin-right: 100px;
2383}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002384.single-line select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002385 margin-bottom: 0px;
2386 padding-left: 10px;
2387 padding-right: 50px;
2388 outline: 0px;
2389 border: solid 1px #EEF4F9;
2390 background: none;
2391 background: url(/assets/img/arrow.svg) 90% center #F4F9FE no-repeat;
2392 background-size: 10px;
2393 width: auto;
2394 -webkit-appearance: none;
2395 -moz-appearance: none;
2396 text-indent: 0;
2397 text-overflow: '';
2398 font-size: 13px;
2399 color: #1B3E6F;
2400}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002401.single-line select:focus{
2402 box-shadow: 0 0 0 0;
2403}
2404.single-line select option:first-child{
2405 color: #C3CDDB;
2406}
2407.single-line-model input::placeholder{
2408 font-size: 14px;
2409 color: #C3CDDB;
2410}
2411.single-line-model.error{
2412 color:#FF6469;
2413}
2414.single-line-model.error input,
2415.label-input input.ng-invalid{
2416 box-shadow: none;
2417 color:#FF6469;
2418 border-bottom: 1px solid #FF6469 !important;
2419}
2420.single-line .custom-key{
2421 background: none;
2422 border: 0px;
2423 color:#1273EB ;
2424 font-size: 15px;
2425}
2426.single-line .custom-key:focus{
2427 outline: none;
2428}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002429.creat-container{
2430 padding:70px 100px 70px 70px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002431 position: relative;
2432}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002433.single-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002434 width: 100%;
2435}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002436.single-line-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002437 width: 45%;
2438 display: inline-block;
2439}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002440.single-line-custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002441 width: 10%;
2442 display: inline-block;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002443 border-bottom: 1px solid #FAFAFA;
2444 padding: 13px 12px 14px;
shadyb3c61a62020-02-16 15:47:33 +02002445}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002446.single-line-custom-key label{
shadyb3c61a62020-02-16 15:47:33 +02002447 width: 150px;
2448 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002449 border-bottom: 1px solid #FAFAFA;
shadyb3c61a62020-02-16 15:47:33 +02002450 padding: 15px 25px;
2451}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002452.single-line-custom-key input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002453 border-bottom: 1px solid #FAFAFA !important;
2454 padding: 15px 25px 15px 0;
shadyb3c61a62020-02-16 15:47:33 +02002455}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002456.single-line-custom-key input::placeholder{
shadyb3c61a62020-02-16 15:47:33 +02002457 font-size: 14px;
2458 color: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002459}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002460.single-line-custom-key .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002461 width: calc(100% - 150px);
2462}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002463.single-line-custom-key .label-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002464 color: #C3CDDB !important;
2465 margin-right: 20px;
2466}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002467.custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002468 background: transparent;
2469 color: #FF6469;
2470 outline: 0px;
2471 border: 0px;
2472}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002473.custom-key-delete:focus{
shadyb3c61a62020-02-16 15:47:33 +02002474 outline: 0px;
2475 border: 0px;
2476}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002477hr{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002478 margin-top: 0rem !important;
2479 margin-bottom: 0rem !important;
2480 border-top: 1px solid #efefef !important;
2481}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002482.creat-action-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002483 position: fixed;
2484 right: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002485 top: 104px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002486 width: 130px;
2487 text-align: center;
2488}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002489.action-button{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002490 display: inline-block;
2491 width: 70px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002492 margin-bottom: 12px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002493 color: #BABBC3 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002494 font-size: 10px;
2495 font-weight: bold;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002496 background: transparent;
2497 border: 0;
2498 padding: 0;
2499}
2500.action-button:disabled,
2501.action-button:disabled:hover{
2502 cursor: unset;
2503 opacity: .5 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002504}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002505.action-button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002506 text-decoration: none;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002507 cursor: pointer;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002508}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002509.action-button i{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002510 background: #fff;
2511 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2512 width: 40px;
2513 height: 40px;
2514 text-align: center;
2515 line-height: 40px;
2516 border-radius: 40px;
2517 color: #1B3E6F;
2518 font-size: 17px;
2519 display: inline-block;
2520}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002521.action-button i:hover{
2522 background: #dee2e6;
2523}
2524.action-button i.icon-save-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002525 background: #1273EB;
2526 color: #fff;
2527 font-size: 11px;
2528}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002529.action-button i.icon-discard-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002530 font-size: 11px;
2531 color: #C3CDDB;
2532}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002533/* .action-button.save{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002534 color: #1273EB !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002535}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002536.action-button.save:hover{
2537 opacity: .9;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002538} */
2539
2540
2541.action-button.save{
2542 color: #66BB00 !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002543}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002544/*Flash Glowing button style*/
2545.action-button.save i{
2546background-color: #66BB00;
2547-webkit-animation: glowing 1500ms infinite;
2548-moz-animation: glowing 1500ms infinite;
2549-o-animation: glowing 1500ms infinite;
2550animation: glowing 1500ms infinite;
2551}
2552@-webkit-keyframes glowing {
2553 0% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2554 50% { background-color: #7CD116; -webkit-box-shadow: 0 0 40px #7CD116; }
2555 100% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2556}
2557
2558@-moz-keyframes glowing {
2559 0% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2560 50% { background-color: #7CD116; -moz-box-shadow: 0 0 40px #7CD116; }
2561 100% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2562}
2563
2564@-o-keyframes glowing {
2565 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2566 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2567 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2568}
2569
2570@keyframes glowing {
2571 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2572 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2573 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2574}
2575
2576
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002577/* .action-button.delete i{
shadyb3c61a62020-02-16 15:47:33 +02002578 color: #BABBC3;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002579} */
2580.action-button.delete,
2581.action-button.delete i,
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002582.action-button.delete:hover,
2583.action-button.delete:hover .icon-delete-sm{
2584 color: #FF6469 !important;
shadyb3c61a62020-02-16 15:47:33 +02002585}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002586.mode-icon{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002587 font-size: 20px;
2588}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002589
2590/*MODAL*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002591.modal-dialog{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002592 margin-top: 60px !important;
2593}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002594.modal{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002595 z-index: 11000000 !important;
2596 background: rgba(27, 62, 111, 0.10) !important;
2597}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002598.modal-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002599 border-radius: 2px !important;
2600 border: 0 !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002601 box-shadow: 0 2px 6px rgba(47, 83, 151, .10);;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002602}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002603.modal-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002604 font-size: 14px !important;
2605}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002606.modal-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002607 padding: 1.5rem 1.5rem 1rem !important;
2608}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002609.enrichModal .modal-dialog{
2610 max-width: 60% !important;
2611}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002612.modal-body p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002613 font-size: 14px;
2614}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002615.modal-body p span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002616 color: #FF6469;
2617}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002618.modal-header{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002619 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002620 padding: .7rem 1.5rem !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002621}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002622.modal-footer{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002623 padding-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002624 border-top: 0 !important;
2625}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002626.modal-footer .btn{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002627 padding: 8px 15px;
2628 font-weight: bold;
2629 font-size: 12px;
2630 border: 0 !important;
2631}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002632.modal-footer .btn-primary{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002633 background-color: #1B3E6F !important;
2634}
2635.modal-footer .btn-secondary,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002636.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002637 background-color: transparent;
2638 color: #1273EB;
2639 opacity: .8;
2640}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002641.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002642 opacity: 1;
2643}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002644.modal-footer .btn-secondary:active{
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002645 background-color: #E7F1FC !important;
2646 color: #1B3E6F !important;
2647}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002648.btn-modal-remove-file:hover{
2649 cursor: pointer;
2650}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002651.action-button span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002652 width: 100%;
2653 display: inline-block;
2654 margin-top: 5px;
2655}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002656.creat-action-container hr{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002657 margin: 0 46px;
2658 padding-bottom: 18px;
2659}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002660.btn-link:hover, .btn-link:focus{
shaaban Altananyc133b832020-01-09 10:15:28 +02002661 text-decoration: none !important;
2662}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002663.btn-link::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002664 content: "\f107";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002665 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002666 position: relative;
2667 margin-right: 20px;
2668}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002669.btn-link.collapsed::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002670 content: "\f105";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002671 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002672 position: relative;
shadyb85e6de2020-01-22 13:47:41 +02002673 margin-right: 25px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002674}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002675.btn-link i{
shaaban Altananyc133b832020-01-09 10:15:28 +02002676 margin-right: 10px;
2677}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002678.ngx-file-drop__content{
shaaban Altananyc133b832020-01-09 10:15:28 +02002679 background: #F4F9FE;
2680 padding: 20px;
2681 height: auto !important;
2682 display: inline-block !important;
2683 width: 100%;
2684}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002685.ngx-file-drop__drop-zone{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002686 border: 1px dashed #D7E7F9 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002687 border-radius: 0px !important;
2688 height: auto !important;
2689}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002690.folder-upload{
shaaban Altananyc133b832020-01-09 10:15:28 +02002691 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002692 margin: 15px auto 18px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002693 display: inline-block;
2694 text-align: center;
2695}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002696.btn-group-sm>.btn, .btn-sm{
shadyb85e6de2020-01-22 13:47:41 +02002697 font-size: 12px;
2698}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002699.create-title{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002700 margin-bottom: 0;
shadyb85e6de2020-01-22 13:47:41 +02002701 font-size: 14px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002702 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002703 /* text-transform: uppercase; */
2704 line-height: 32px;
shadyb85e6de2020-01-22 13:47:41 +02002705}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002706.folder-upload-text{
shaaban Altananyc133b832020-01-09 10:15:28 +02002707 margin-top: 10px;
2708 width: 100%;
2709 display: inline-block;
2710 text-align: center;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002711 color:#242424 ;
shadyb85e6de2020-01-22 13:47:41 +02002712 font-size: 14px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002713}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002714.folder-upload-text button{
shaaban Altananyc133b832020-01-09 10:15:28 +02002715 margin-left: 10px;
2716 font-size: 12px;
2717}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002718.folder-upload-type{
2719 color:#A4B2C6 ;
shaaban Altananyc133b832020-01-09 10:15:28 +02002720 font-size: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002721 font-weight: bold;
shaaban Altananyc133b832020-01-09 10:15:28 +02002722 width: 100%;
2723 display: inline-block;
2724 text-align: center;
2725}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002726.upload-table{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002727 margin: 15px 0 0;
2728}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002729.upload-table tr{
2730 border: dashed 1px #D7E7F9;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002731}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002732.upload-table tr th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002733 border-bottom: solid 1px #F4F9FE !important;
2734}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002735.upload-table .table thead th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002736 padding: 6px 9px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002737 border-top: 0px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002738 font-weight: normal;
2739 font-size: 13px;
2740}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002741.upload-table .table thead th:first-child{
2742 width: 24px;
2743 padding-right: 0;
2744}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002745.upload-table tr:last-child th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002746 border-bottom: 0 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002747}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002748.upload-table .table{
shaaban Altananyc133b832020-01-09 10:15:28 +02002749 margin-bottom: 0px !important;
2750}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002751.nav-tabs .nav-link{
shaaban Altananyc133b832020-01-09 10:15:28 +02002752 position: relative;
2753}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002754.nav-tabs .nav-link.tab-done{
shadyb3c61a62020-02-16 15:47:33 +02002755 padding-left: 40px !important;
2756}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002757.nav-tabs .nav-link.tab-done::after{
shaaban Altananyc133b832020-01-09 10:15:28 +02002758 content: "\f058";
2759 position: absolute;
2760 font-family: 'FontAwesome';
shadyb3c61a62020-02-16 15:47:33 +02002761 left: 17px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002762 font-size: 16px;
2763 top: 11px;
2764 color: #66BB00;
2765}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002766.authentication-container-all{
shadyb85e6de2020-01-22 13:47:41 +02002767 background: #F4F9FE;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002768 border:1px solid #D0DFF1 ;
shadyb85e6de2020-01-22 13:47:41 +02002769 flex: 1;
2770 width: 100%;
2771}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002772.authentication-header{
shadyb85e6de2020-01-22 13:47:41 +02002773 width: 100%;
2774 background: #fff;
2775 font-size: 12px;
2776 color: #C3CDDB;
2777 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002778 padding: 10px 20px ;
shadyb85e6de2020-01-22 13:47:41 +02002779}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002780.authentication-search{
shadyb85e6de2020-01-22 13:47:41 +02002781 width: 100%;
2782 background: #fff;
2783 font-size: 12px;
2784 color: #C3CDDB;
2785 font-weight: bold;
2786 position: relative;
2787}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002788.authentication-search::after{
shadyb85e6de2020-01-22 13:47:41 +02002789 content: "\f002";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002790 font-family: 'FontAwesome';
2791 position: absolute;
2792 left: 20px;
2793 top: 11px;
shadyb85e6de2020-01-22 13:47:41 +02002794}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002795.authentication-search input{
shadyb85e6de2020-01-22 13:47:41 +02002796 width: 100%;
2797 background: #fff;
2798 font-size: 12px;
2799 color: #C3CDDB;
2800 font-weight: bold;
2801 padding: 10px 20px 10px 35px;
2802 border: 0px;
2803 border-top: 1px solid #D7E7F9;
2804}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002805.authentication-search input::placeholder{
shadyb85e6de2020-01-22 13:47:41 +02002806 color: #D0D7E4;
2807 font-size: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002808 font-weight:100;
shadyb85e6de2020-01-22 13:47:41 +02002809}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002810.authentication-accordion{
2811 width: 100%;
shadyb85e6de2020-01-22 13:47:41 +02002812 padding: 20px;
2813 max-height: 300px;
2814 overflow: auto;
2815}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002816.authentication-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002817 border-radius: 0px !important;
2818 margin-bottom: 10px !important;
2819}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002820.authentication-accordion .card-header{
shadyb85e6de2020-01-22 13:47:41 +02002821 padding: 0px !important;
2822 background: #fff !important;
2823 border-radius: 0px !important;
2824 font-size: 18px;
2825 font-weight: bold;
2826}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002827.authentication-accordion .card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002828 color: #1B3E6F;
2829 width: 100%;
2830 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002831 padding: 9px 0px !important;
2832 font-size: 13px;
2833 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002834}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002835.authentication-accordion .custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002836 display: inline-block;
2837}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002838.authentication-accordion .btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002839 margin-right: 10px;
2840}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002841.authentication-accordion .btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002842 margin-right: 14px;
2843}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002844.template-mapping-accordion{
shadyb85e6de2020-01-22 13:47:41 +02002845 width: 100%;
2846}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002847.templateNote{
2848 font-size: 12px;
2849 color: #C1CDDD;
2850}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002851.card-header .btn.regularTitle{
2852 padding-left: 0 !important;
2853 padding-right: 0 !important;
2854 color: #1B3E6F;
2855 font-size: 13px;
2856 font-weight: bold;
2857}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002858.template-mapping-accordion .accordian-title{
2859 color: #C3CDDB !important;
2860 font-size: 12px !important;
2861 font-weight: normal !important;
2862}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002863.card{
shadyb85e6de2020-01-22 13:47:41 +02002864 border-radius: 2px;
2865 border: 0;
2866 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2867 border: 0px !important;
2868}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002869.card-header{
shadyb3c61a62020-02-16 15:47:33 +02002870 padding: 0px 25px !important;
shadyb85e6de2020-01-22 13:47:41 +02002871 background: #F4F9FE !important;
2872 border-radius: 0px !important;
2873 border-bottom: 1px solid #ECEDF2 !important;
2874}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002875.template-mapping-accordion .card-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002876 padding: 20px 26px 0 !important;
shadyb85e6de2020-01-22 13:47:41 +02002877 font-size: 14px;
2878}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002879.card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002880 color: #1B3E6F;
2881 width: 100%;
2882 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002883 padding: 9px 0px !important;
2884 font-size: 13px;
2885 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002886}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002887.accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002888 margin-bottom: 0px !important;
2889 border-top: 1px solid #ECEDF2 !important;
2890}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002891.accordion > .card > .card-header{
2892 padding: 0 !important;
2893}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002894.template-mapping-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002895 margin-bottom: 25px !important;
2896}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002897.custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002898 display: inline-block;
2899}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002900.btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002901 margin-right: 10px;
2902}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002903.btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002904 margin-right: 14px;
2905}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002906.drap-drop-action{
shadyb85e6de2020-01-22 13:47:41 +02002907 padding: 12px 20px 9px 20px;
2908 color: #C3CDDB;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002909 cursor:move;
shadyb85e6de2020-01-22 13:47:41 +02002910 font-size: 15px;
2911}
2912.modal-title {
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002913 font-size: 13px;
2914 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002915}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002916.select-type{
shadyb85e6de2020-01-22 13:47:41 +02002917 background: #F4F9FE;
2918 border: 1px solid #D7E7F9;
2919 padding: 10px;
2920 text-align: center;
2921 color: #1273EB;
2922 font-size: 15px;
2923 width: 100%;
2924 position: relative;
2925}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002926.select-type:hover, .select-type.active{
shadyb85e6de2020-01-22 13:47:41 +02002927 background: #1B3E6F;
2928 border: 1px solid #D7E7F9;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002929 color: #fff;
shadyb85e6de2020-01-22 13:47:41 +02002930 text-decoration: none;
2931}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002932.select-type-icon{
shadyb85e6de2020-01-22 13:47:41 +02002933 font-size: 35px;
2934}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002935.select-type::before{
shadyb85e6de2020-01-22 13:47:41 +02002936 content: '';
2937 border: 1px solid #1273EB;
2938 width: 18px;
2939 height: 18px;
2940 border-radius: 18px;
2941 display: inline-block;
2942 left: 10px;
2943 position: absolute;
2944}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002945.select-type:hover::before, .select-type.active::before{
shadyb85e6de2020-01-22 13:47:41 +02002946 border: 1px solid #fff;
2947}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002948.select-type.active::after{
shadyb85e6de2020-01-22 13:47:41 +02002949 content: '';
2950 background: #fff;
2951 width: 12px;
2952 height: 12px;
2953 border-radius: 18px;
2954 display: inline-block;
2955 left: 13px;
2956 position: absolute;
2957 top: 13px;
2958}
Ahmedeldeeb501d9cc252020-10-27 18:16:58 +02002959/* -------- ace editor style -------- */
2960.editor-container{
2961 height: 55vh !important;
2962 overflow: scroll;
2963}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002964.ace_print-margin{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002965 left: 100% !important;
shadyb3c61a62020-02-16 15:47:33 +02002966 background: #eee !important;
2967}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002968.ace_content{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002969 width: 100% !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002970}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002971.ace_editor{
Ahmedeldeeb501d9cc252020-10-27 18:16:58 +02002972 /* height: 55vh !important; */
shadyb3c61a62020-02-16 15:47:33 +02002973 line-height: 25px;
2974 border: 1px solid #ECEDF2;
2975 background-color: #fff;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002976 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002977}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002978.ace_gutter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002979 background: #E0E8F2 !important;
2980 border-right: 0px !important;
2981 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002982}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002983.ace_gutter-active-line{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002984 background-color: #265699 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002985 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +02002986}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002987.ace_cursor{
2988 color: #265699 !important;
shadyb3c61a62020-02-16 15:47:33 +02002989}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002990.ace-tm .ace_marker-layer .ace_active-line{
2991 background: #F4F9FE !important;
shadyb3c61a62020-02-16 15:47:33 +02002992}
Sarah Abouzainah01d15fc2020-11-08 17:05:20 +02002993.ace_dark .ace_fold-widget,
2994.ace_dark .ace_fold-widget.ace_closed{
2995 background-position: center center !important;
2996 background-size: 7px;
2997 background-repeat: no-repeat !important;
2998}
2999.ace_dark .ace_fold-widget{
3000 background-image: url(/assets/img/icon-codeOpen.svg) !important;
3001}
3002.ace_dark .ace_fold-widget.ace_closed{
3003 background-image: url(/assets/img/icon-codeClosed.svg) !important;
3004 background-size: 4px;
3005}
Ahmedeldeeb501d9cc252020-10-27 18:16:58 +02003006/* -------- end of ace editor style -------- */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003007.breadcrumb-header{
shadyb3c61a62020-02-16 15:47:33 +02003008 padding: 0px;
3009 margin: 0px;
3010}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003011.breadcrumb-header li{
shadyb3c61a62020-02-16 15:47:33 +02003012 list-style: none;
3013 display: inline-block;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003014 font-size: 14px;
shadyb3c61a62020-02-16 15:47:33 +02003015}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003016
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003017.breadcrumb-header li:last-child::after{
shadyb3c61a62020-02-16 15:47:33 +02003018 display: none;
3019}
3020
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003021.breadcrumb-header li:last-child{
3022/* background: #F4F9FE; */
3023border-radius: 50px;
3024color: #C3CDDB;
3025padding: 0 10px 0 0;
shadyb3c61a62020-02-16 15:47:33 +02003026}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003027.breadcrumb-header li:first-child,
3028.breadcrumb-header li:first-child a{
shadyb3c61a62020-02-16 15:47:33 +02003029 font-size: 16px;
3030 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003031 padding: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003032 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02003033 border-radius: 0px;
3034 background: transparent;
shadyb3c61a62020-02-16 15:47:33 +02003035}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003036.create-template-import{
shadyb3c61a62020-02-16 15:47:33 +02003037 width: 100%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003038 margin: 30px 0px 10px ;
shadyb3c61a62020-02-16 15:47:33 +02003039}
3040
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003041.create-template-import a:hover{
shadyb3c61a62020-02-16 15:47:33 +02003042 text-decoration: none;
3043}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003044.mapping-source-load{
shadyb3c61a62020-02-16 15:47:33 +02003045 color: #1B3E6F;
3046 font-size: 10px;
3047 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003048 display: inline-block;
3049 vertical-align: top;
shadyb3c61a62020-02-16 15:47:33 +02003050 margin-top: 20px;
3051 margin-bottom: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003052 margin:15px 30px 20px;
shadyb3c61a62020-02-16 15:47:33 +02003053}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003054.mapping-source-load:hover{
shadyb3c61a62020-02-16 15:47:33 +02003055 text-decoration: none;
3056}
3057.mapping-source-load i {
3058 color: #1B3E6F;
3059 font-size: 36px;
3060 padding: 10px;
shadyb3c61a62020-02-16 15:47:33 +02003061 border-radius: 100px;
3062 width: 70px;
3063 height: 70px;
3064 display: inline-block;
3065 line-height: 52px;
3066 margin-bottom: 20px;
3067}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003068.mapping-source-load:hover i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003069 background: #F4F9FE;
3070}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003071.mapping-source-load:hover span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003072 color: #1273EB;
3073}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003074.source-load-note{
3075 color:#C3CDDB ;
shadyb3c61a62020-02-16 15:47:33 +02003076 font-size: 8px;
3077}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003078.mapping-source-load.hover-disable{
3079 opacity: .5;
3080}
3081.mapping-source-load.hover-disable:hover span{
3082 color: #1B3E6F;
3083}
3084.mapping-source-load.hover-disable:hover i{
3085 background: transparent;
3086}
Sarah Abouzainah42185842020-09-28 15:52:12 +02003087.mapping-editBar{
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003088 margin-top: 6px;
3089}
3090.mapping-editBar .selectedAttributes{
3091 margin-left: 6px;
3092 line-height: 35px;
3093 font-size: 10px;
3094 font-weight: bold;
3095}
3096.selectedAttributes .totalAtt{
3097 color: #C4CEDB;
Sarah Abouzainah42185842020-09-28 15:52:12 +02003098}
3099.mapping-editBar .custom-checkbox,
3100.mapping-editBar .btn{
3101 margin: 0 4px !important;
3102 padding: 9px !important;
3103 width: 36px;
3104 height: 36px;
3105 background: #F4F9FE;
3106 border-radius: 50% !important;
3107 text-align: center;
3108 line-height: 14px;
3109}
3110.mapping-editBar .custom-checkbox{
3111 margin-left: 0 !important;
3112}
3113.mapping-editBar .custom-control-label{
3114 top: -2px;
3115 left: 16px;
3116}
3117.mapping-editBar .btn i{
3118 color: #1B3E6F;
3119 font-size: 18px;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003120 /* opacity: .5; */
Sarah Abouzainah42185842020-09-28 15:52:12 +02003121}
3122.mapping-editBar .custom-checkbox:hover,
3123.mapping-editBar .btn:hover i{
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003124 opacity: .8;
Sarah Abouzainah42185842020-09-28 15:52:12 +02003125}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003126.template-mapping-list{
shadyb3c61a62020-02-16 15:47:33 +02003127 background: #F4F9FE;
3128 border: 1px solid #E9F3FF;
3129 padding: 5px 10px;
3130 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3131 width: 100%;
3132 display: inline-block;
3133 margin-bottom: 20px;
3134 color: #1B3E6F;
3135}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003136.template-mapping-list:hover,
3137.template-mapping-list.active {
Sarah Abouzainahf08c5e92020-10-05 15:18:41 +02003138 cursor: pointer;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003139 /* background: #1B3E6F; */
shadyb3c61a62020-02-16 15:47:33 +02003140 text-decoration: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003141 /* color: #fff !important; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003142 border-radius: 4px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003143 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
shadyb3c61a62020-02-16 15:47:33 +02003144}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003145.template-mapping-list p,
3146.template-mapping-list:hover p{
3147 margin-bottom: 0;
3148 width: 60%;
3149 display: inline-block !important;
3150}
3151.template-mapping-list:hover p{
3152 width: 90%;
3153}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003154.template-mapping-list:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003155 opacity: .9;
3156}
3157
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003158.template-mapping-list span{
shadyb3c61a62020-02-16 15:47:33 +02003159 background: #fff;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003160 border: solid 1px #E9F3FF;
shadyb3c61a62020-02-16 15:47:33 +02003161 color: #2A81ED;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003162 font-size: 9px;
shadyb3c61a62020-02-16 15:47:33 +02003163 float: right;
3164 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003165 padding: 3px 10px;
shadyb3c61a62020-02-16 15:47:33 +02003166 margin-left: 5px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003167}
3168.template-mapping-list:hover span{
3169 display: none;
3170}
3171.deleteTemplate{
3172 display: none;
3173 position: absolute;
3174 right: 21px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003175 top: 2px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003176 border: 0;
3177 background: transparent;
3178}
3179.deleteTemplate i{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003180 color: #FF6469 !important;
3181 font-size: 16px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003182}
3183.template-mapping-list:hover .deleteTemplate{
3184 display: inline;
shadyb3c61a62020-02-16 15:47:33 +02003185}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003186.max-height-list{
shadyb3c61a62020-02-16 15:47:33 +02003187 max-height: 232px;
3188 padding-bottom: 5px !important;
3189 overflow: auto;
3190}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003191.create-template-mapping-button{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003192 background: #C3CDDB;
3193 border-radius: 50px;
3194 font-size: 12px;
3195 font-weight: bold;
3196 padding: 10px 20px;
3197 margin-bottom: 20px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003198 display: inline-block;
3199 cursor: pointer;
shadyb3c61a62020-02-16 15:47:33 +02003200}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003201.create-template-mapping-button i{
3202margin-right: 5px;
3203 }
3204.view-package-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003205 padding: 20px 56px;
shadyb3c61a62020-02-16 15:47:33 +02003206}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003207.package-type-icon{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003208 color: #1B3E6F;
3209 background: #C1CDDD;
3210 width: 48px;
3211 height: 48px;
3212 border-radius: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003213 display: inline-block;
3214 text-align: center;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003215 line-height: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003216 font-size: 20px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003217 /* margin-right: 20px; */
shadyb3c61a62020-02-16 15:47:33 +02003218}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003219.defintionsNote{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003220 padding-left: 0;
3221}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003222.defintionsNote li{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003223 line-height: 24px;
3224 list-style: none;
3225 font-size: 13px;
3226}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003227.package-name-container{
shadyb3c61a62020-02-16 15:47:33 +02003228 width: calc(100% - 60px);
3229 display: inline-block;
3230}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003231.package-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003232 font-size: 16px;
3233 color: #1B3E6F;
3234 font-weight: bold;
3235 margin-top: 3px;
shadyb3c61a62020-02-16 15:47:33 +02003236}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003237.package-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003238 font-size: 11px;
shadyb3c61a62020-02-16 15:47:33 +02003239}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003240.package-name i{
shadyb3c61a62020-02-16 15:47:33 +02003241 font-size: 12px;
3242 color: #C3CDDB;
3243 margin-left: 5px;
3244}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003245.deply-status-icon{
Sarah Abouzainah95c95202020-07-05 19:45:40 +02003246 margin-right: 4px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003247 width: 1.6%;
3248 vertical-align: baseline;
shadyb3c61a62020-02-16 15:47:33 +02003249}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003250.package-description{
shadyb3c61a62020-02-16 15:47:33 +02003251 color: #D0D7E4;
3252 font-size: 12px;
3253 font-weight: normal;
3254}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003255.package-auth-info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003256 font-size: 11px;
3257}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003258.package-auth-info p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003259 margin-bottom: 5px;
3260}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003261.package-auth-info div{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003262 padding-left: 25px;
3263 border-right: solid 1px #F4F9FE;
3264}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003265.package-auth-info div:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003266 padding-left: 15px;
3267}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003268.package-auth-info .col-4:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003269 padding-left: 15px;
3270}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003271.package-auth-info div:last-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003272 border-right: 0;
3273}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003274.package-auth-info .package-contributers{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003275 margin-bottom: 0 !important;
3276}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003277.package-auth-info .package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003278 width: 20px;
3279 height: 20px;
3280}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003281.template-mapping-action{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003282 margin-bottom: 20px;
shadyb3c61a62020-02-16 15:47:33 +02003283}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003284.template-mapping-action button{
shadyb3c61a62020-02-16 15:47:33 +02003285 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003286 padding: 4px 20px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003287 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02003288}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003289.template-mapping-action .btn-primary{
Sarah Abouzainah42185842020-09-28 15:52:12 +02003290 background:#66BB00 !important ;
3291 border-color:#66BB00 !important ;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003292 color: #fff !important ;
shadyb3c61a62020-02-16 15:47:33 +02003293}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003294.template-mapping-action .btn-outline-secondary{
3295 background:#fff !important ;
3296 border-color:#ECEDF2 !important ;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003297 color: #1B3E6F !important ;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003298}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003299.table-container{
shadyb3c61a62020-02-16 15:47:33 +02003300 width: 100%;
3301}
3302/*
3303 server-side-angular-way.component.css
3304*/
3305.no-data-available {
3306 text-align: center;
3307}
3308
3309/*
3310 src/styles.css (i.e. your global style)
3311*/
3312.dataTables_empty {
3313 display: none;
3314}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003315.dataTables_length,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003316.dataTables_filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003317 margin-bottom: 6px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003318 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003319 font-size: 13px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003320 /* font-weight: bold; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003321}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003322/*Mat Table*/
3323.mat-elevation-z8{
3324 box-shadow: none !important;
3325}
3326.mat-table,
3327.mat-paginator{
3328 background: #fff !important;
3329 color: #1B3E6F !important;
3330}
3331.mat-table{
3332 border-top: solid 1px #ECEDF2;
3333}
3334.mat-paginator{
3335 /* display: inline-block; */
3336 width: 36%;
3337 float: right;
3338}
3339.mat-input-element{
3340 font-size: 13px !important;
3341 line-height: 20px !important;
3342}
3343tr.mat-header-row{
3344 background: #f4f9fe;
3345 border-bottom: 1px solid #ecedf2;
3346}
3347.mat-sort-header-button{
3348 text-align: left;
3349}
3350.mat-cell, .mat-footer-cell{
3351 color: #1B3E6F !important;
3352}
3353.mat-form-field-appearance-legacy .mat-form-field-wrapper{
3354 padding-bottom: 0;
3355}
3356.mat-paginator-page-size-select .mat-form-field-wrapper{
3357 padding-bottom: 14px;
3358}
3359.mat-form-field-infix,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003360.dataTables_filter input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003361 color: #1B3E6F;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003362 padding: 4px 9px !important;
3363 border: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003364 border-radius: 4px;
3365}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003366.mat-focused .mat-form-field-infix{
3367 border-bottom: 0 !important;
3368}
3369.tableFilter{
3370 margin-top: 9px;
3371}
3372.tableFilter .mat-form-field-wrapper{
3373 padding-bottom: 0;
3374}
3375.tableFilter .mat-form-field-infix{
3376 background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
3377 padding-left: 24px !important;
3378}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003379.dataTables_filter input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003380 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3381}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003382.mapping-table th,
3383.mapping-table td{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003384 width: auto !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003385 padding: 7px 20px 7px 0 !important;
3386 border-bottom: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003387 font-size: 13px;
3388}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003389.mapping-table th:first-child,
3390.mapping-table td:first-child{
3391 padding-left: 20px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003392}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003393.mapping-table thead th{
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003394 padding: 4px 20px 4px 0 !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003395 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003396 color: #1B3E6F;
3397 font-weight: bold;
3398 font-size: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003399}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003400.mapping-table tbody tr:hover{
3401 background-color: #F4F9FE !important;
3402}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003403.mat-form-field-label{
3404 color: #1B3E6F !important;
3405 font-size: 13px !important;
3406 padding-left: 26px;
3407 line-height: 20px !important;
3408}
3409.mat-select-value,
3410.mat-select-arrow{
3411 color: #1B3E6F !important;
3412}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003413.mapping-table th{
3414 padding-top: 10px !important;
3415 padding-bottom: 10px !important;
Ahmedeldeeb50427d1422020-10-18 16:12:27 +02003416 /* background: #F4F9FE; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003417}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003418.mapping-table td{
3419 border-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003420}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003421table.dataTable.no-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003422 margin-bottom: 9px;
3423 border-bottom: solid 1px #ECEDF2 !important;
3424}
Sarah Abouzainahb72d6312020-10-19 13:26:45 +02003425.mat-paginator-container{
3426 padding-right: 0;
3427}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003428.dataTables_info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003429 padding-top: 12px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003430 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003431 font-size: 13px;
3432 font-weight: bold;
3433}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003434.dataTables_wrapper .dataTables_paginate,
3435.dataTables_wrapper .dataTables_paginate a.paginate_button,
3436.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003437.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003438 margin-bottom: 3px;
3439 color: #1B3E6F !important;
3440 font-size: 13px;
3441 font-weight: bold;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003442 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003443}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003444.dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003445 border: 0;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003446 color: #1B3E6F !important;
3447 background: none !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003448}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003449.dataTables_wrapper .dataTables_paginate a.paginate_button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003450 padding: 0.4em .9em !important;
3451}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003452.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003453 color: #1B3E6F !important;
3454 background: #F4F9FE !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003455 border: solid 1px #EEF4F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003456 border-radius: 100% !important;
3457 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3458 outline: 0;
3459}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003460.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003461 opacity: .6;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003462}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003463.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003464 cursor: default;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003465 background: none !important;
3466 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003467}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003468.mapping-table .form-control,
3469.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003470 padding: 10px 6px;
3471 border-color: #EEF4F9;
3472 font-size: 14px;
3473 line-height: 12px;
3474 color: #1B3E6F;
3475}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003476.mapping-table .form-control{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003477 box-shadow: 0 2px 4px rgba(47,83,151,0.1);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003478}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003479.mapping-table tbody tr:hover .form-control:focus,
3480.mapping-table tbody tr:hover .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003481 background-color: #fff !important;
3482}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003483.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003484 background-color: #F4F9FE;
3485 color: #1B3E6F;
3486}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003487.mapping-table .form-control:disabled{
Sarah Abouzainah98600832020-04-22 22:55:39 +02003488 padding-left: 0;
3489 box-shadow: none;
3490 border: 0;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003491 background: transparent !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003492 color: #1B3E6F;
3493}
AhmedEldeeb50bf566c12020-05-07 16:10:33 +02003494
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003495/* Windows View as 150% */
3496@media (resolution: 150dpi) {
3497 /* @media (-webkit-device-pixel-ratio: 1.5) { */
3498 .body-container > .container{
3499 max-width: 960px !important;
3500 }
3501}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003502/* Extra small devices (portrait phones, less than 576px) */
3503@media (max-width: 575.98px) {
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003504 .page-title{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003505 padding: 18px;
3506 }
3507}
3508
3509/* Small devices (landscape phones, 576px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003510@media (min-width: 576px) and (max-width: 767.98px) {
3511
3512}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003513
3514/* Medium devices (tablets, 768px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003515@media (min-width: 768px) and (max-width: 991.98px) {
3516
3517}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003518
3519/* Large devices (desktops, 992px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003520@media (min-width: 992px) and (max-width: 1199.98px) {
3521
3522}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003523
3524/* Extra large devices (large desktops, 1200px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003525@media (min-width: 1200px) {
3526
3527}
3528
3529
3530
3531
3532
3533
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003534/* Package Wizard panel */
3535.packageWizard.panel-wrap{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003536 position: fixed;
3537 top: 100px;
3538 bottom: 0;
3539 right: 0;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003540 width: 350px;
3541 height: 200px;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003542 transform: translateX(100%);
3543 transition: .3s ease-out;
3544 z-index: 2000;
3545}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003546.packageWizard .panel{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003547 position: absolute;
3548 top: 0;
3549 bottom: 0;
3550 left: 0;
3551 right: 0;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003552 overflow: auto;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003553 padding: 20px;
3554 padding-top: 9px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003555 background: #1B3E6F;
3556 color: #fff;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003557 border-top: solid 6px #1273EB;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003558 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003559 border-radius: 3px !important;
3560 /* border-top-right-radius: 0 !important;
3561 border-bottom-right-radius: 0 !important; */
3562 text-align: center;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003563}
3564
3565/* simulate panel state control --
3566this can also be triggered by a
3567class name added to the body tag.
3568Just using a checkbox sibling here
3569for simplicity
3570*/
3571[type="checkbox"]:checked ~ .panel-wrap {
3572 transform: translateX(0%);
3573}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003574.packageWizard h3{
3575 margin-bottom: 15px;
3576 font-weight: bold !important;
3577 font-size: 16px;
3578}
3579.packageWizard p{
3580 margin-bottom: 12px;
3581 font-size: 14px;
3582}
3583.packageWizard span{
3584 font-size: 13px;
3585 color: #C3CDDB;
3586}
3587.startTour{
3588 margin-top: 15px;
3589 padding: 9px 21px;
3590 font-weight: bold;
3591 font-size: 12px;
3592 border: 0;
3593 border-radius: 18px;
3594 background-color: #1273EB;
3595 color: #fff;
3596}
3597.closeWizard{
3598 margin-top: 12px;
3599 border: 0;
3600 background: none;
3601 font-weight: normal;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003602 color: #E0E8F2;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003603 font-size: 12px;
3604}
3605/*Wizard Content*/
3606.mat-menu-panel{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003607 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003608 border-radius: 3px !important;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003609 border-top: solid 3px #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003610}
3611.mat-menu-panel::after {
3612 content: '';
3613 display: block;
3614 width: 0;
3615 height: 0;
3616 position: absolute;
3617 border-left: 8px solid transparent;
3618 border-right: 8px solid transparent;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003619 border-bottom: 8px solid #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003620 left: 9px;
3621 top: -8px;
3622}
3623.mat-card{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003624 background: #1B3E6F !important;
3625 color: #fff !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003626 font-family: inherit !important;
3627 border-radius: 0 !important;
3628}
3629.mat-card-content,
3630.mat-card-subtitle{
3631 font-size: 13px;
3632}
3633.mat-card-title{
3634 margin-bottom: 9px !important;
3635 font-weight: bold !important;
3636 font-size: 16px !important;
3637}
3638.mat-icon-button[disabled]{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003639 color: rgba(224, 232, 242, .5) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003640}