blob: 1464cc29570840f269b72dfd2b827c1ec3322097 [file] [log] [blame]
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001html, body{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02002 height: 100%;
3}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02004body{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02005 background: #FAFAFA !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02006 /* background-image: linear-gradient(-45deg, #000 10%, #fff 0);
7 background-size: 6px 6px; */
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02008 margin: 0;
shaaban Altananyc133b832020-01-09 10:15:28 +02009 /* font-family: 'Nunito' !important; */
10 font-family: Arial, Helvetica, sans-serif !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020011 color: #1B3E6F !important;
shadyb85e6de2020-01-22 13:47:41 +020012 font-size: 14px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020013}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020014*:focus{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020015 outline: none;
16}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020017:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020018 transition: 0.3s !important;
19}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020020/*Bootstrap*/
Sarah Abouzainah56ce1442020-07-10 03:07:45 +020021.btn-outline-danger{
22 background: #fff !important;
23 border: solid 1px #ECEDF2 !important;
24 color: #FF6469 !important;
25}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020026.btn:disabled:hover{
27 cursor: default;
28}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020029.custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020030 border: solid 1px #C3CDDB !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020031 border-radius: 0 !important;
32}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020033.custom-control-input:checked ~ .custom-control-label::before{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020034 background: #1B3E6F !important;
35}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020036.custom-radio .custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020037 border-radius: 50% !important;
38}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020039.custom-control-label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020040 font-size: 13px;
41 line-height: 24px;
42}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020043.form-check-input + span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020044 display: inline-flex !important;
45}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020046.form-check-input + span i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020047 margin-right: 9px !important;
48}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020049.form-control:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020050 background-color: #F4F9FE !important;
51}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020052.label-input input[type="radio"]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020053 width: 14px !important;
54 height: 14px;
55}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020056.card-header .btn[aria-expanded="true"],
57.card-header .btn[aria-expanded="false"]{
58 padding-left: 25px !important;
59 padding-right: 25px !important;
60 border-radius: 0 !important;
61}
62.card-header .btn[aria-expanded="true"]{
63 background-color:#F4F9FE;
64}
65.card-header .btn[aria-expanded="false"]{
66 background-color:#fff;
67}
68/*NGX-TOASTR*/
69.ngx-toastr{
70 border-radius: 2px !important;
71 color: #1B3E6F !important;
72 font-size: 13px !important;
73 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
74}
75.toast-success{
76 border-left: solid 5px #66BB00 !important;
77 background: url(/assets/img/icon-required-yes.svg) 12px center #fff no-repeat !important;
78}
79.toast-error{
80 border-left: solid 5px #FF6469 !important;
81 background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important;
Sarah Abouzainahced91552020-06-04 17:45:57 +020082 background-size: 18px !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020083}
Sarah Abouzainah95c95202020-07-05 19:45:40 +020084.toast-info{
85 border-left: solid 5px #1273EB !important;
86 background: url(/assets/img/icon-info-color.svg) 12px center #fff no-repeat !important;
87}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020088/*ICONS*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020089.icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020090 font-size: 3px !important;
91 color: #1B3E6F;
92 vertical-align: middle;
93}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020094/*Components*/
Ahmed Abbas6ee4d312019-11-20 11:32:53 +020095/* Menu Styles */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020096.primary-nav{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +020097 /* left: 0; */
98 position: fixed;
99 z-index: 999;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200100}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200101.menu{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200102 position: relative;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200103}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200104.menu ul{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200105 margin: 0;
106 padding: 0;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200107 list-style: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200108}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200109.open-panel{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200110 border: none;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200111 background-color:#fff;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200112 padding: 0;
113}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200114.logo-icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200115 background: #fff;
116 position: relative;
117 display: block;
118 text-align: center;
119 padding: 16px 0;
120 width: 50px;
121 height: 60px;
122 left: 0;
123 top: 0;
124 z-index: 1000;
125 cursor: pointer;
126}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200127.primary-nav .menu li{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200128 position: relative;
129}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200130.menu .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200131 position: absolute;
132 top: 12px;
133 right: 10px;
134 pointer-events: none;
135 width: 30px;
136 height: 30px;
137 color: #fff;
138 text-align: center;
139}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200140.menu .icon .fa{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200141 vertical-align: middle;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200142}
143.menu,
144.menu a,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200145.menu a:visited{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200146 color: #fff;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200147 text-decoration: none!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200148 position: relative;
149}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200150.menu a{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200151 display: block;
152 white-space: nowrap;
153 padding: 10px 1em;
154 font-size: 12px;
155 font-weight: bold;
156 height: 52px;
157 line-height: 30px;
158}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200159.menu a:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200160 color: #fff;
161}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200162.menu-dropdown li .icon{
shadyb3c61a62020-02-16 15:47:33 +0200163 text-align: center;
164 font-size: 16px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200165 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +0200166 line-height: 33px;
167}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200168.menu-dropdown a{
shadyb3c61a62020-02-16 15:47:33 +0200169 cursor: pointer;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200170}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200171.menu-dropdown li.active .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200172 color: #fff;
173 background: #265699;
174 border-radius: 50%;
175}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200176.menu-dropdown li:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200177 background: #172B4D;
178}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200179.menu label{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200180 margin-bottom: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200181 display: block;
182}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200183.menu label:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200184 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200185}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200186.menu input[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200187 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200188}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200189input#menu[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200190 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200191}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200192.sub-menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200193 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200194}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200195.new-wrapper{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200196 position: absolute;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200197 left: 50px;
198 width: calc(100% - 50px);
199 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200200}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200201#menu:checked + ul.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200202 left: 0;
203 -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
204 animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
205}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200206.sub-menu-checkbox:checked + ul.sub-menu-dropdown{
207 display: block!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200208 -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
209 animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
210 border-top: solid 2px #1B3E6F;
211}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200212.openNav .new-wrapper{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200213 position: absolute;
214 transform: translate3d(200px, 0, 0);
215 width: calc(100% - 250px);
216 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
217}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200218.downarrow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200219 background: transparent;
220 position: absolute;
221 right: 50px;
222 top: 12px;
223 color: #fff;
224 width: 24px;
225 height: 24px;
226 text-align: center;
227 display: block;
228}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200229.downarrow:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200230 color: #fff;
231}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200232.menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200233 position: absolute;
234 display: block;
235 left: -200px;
236 top: 0;
237 width: 250px;
238 height: 100vh;
239 transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
240 background-color: #1B3E6F;
241 z-index: 999;
242}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200243.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200244 top: 0;
245 overflow-y: auto;
246}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200247.overflow-container{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200248 position: relative;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200249 height: calc(100vh - 50px)!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200250 overflow-y: auto;
251 border-top: 60px solid #fff;
252 z-index: -1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200253 display:block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200254}
255
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200256.menu .logotype{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200257 position: absolute !important;
258 top: 16px;
259 left: 55px;
260 display: block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200261}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200262/* .sub-menu-dropdown{
263background-color: #333;
264} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200265.menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200266 position: absolute;
267 left: 0;
268 top: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200269}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200270.openNav .menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200271 position: absolute;
272 left: -200px;
273 top: 60px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200274}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200275.openNav .menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200276 top: 60px;
277 transform: translate3d(200px, 0, 0);
278 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200279}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200280@-webkit-keyframes grow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200281 0% {
282 display: none;
283 opacity: 0;
284 }
285 50% {
286 display: block;
287 opacity: 0.5;
288 }
289 100% {
290 opacity: 1;
291 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200292}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200293@keyframes grow{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200294
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200295 0% {
296 display: none;
297 opacity: 0;
298 }
299 50% {
300 display: block;
301 opacity: 0.5;
302 }
303 100% {
304 opacity: 1
shaaban Altananyba3756e2020-01-07 12:08:44 +0200305 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200306}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200307/*User Profile*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200308.userProfile .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200309 width: 99.5%;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200310}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200311.userProfile .dropdown:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200312 background: #172B4D !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200313}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200314.userProfile .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200315 background: transparent;
316 border: 0;
317 box-shadow: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200318 font-size: 13px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200319 line-height: 40px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200320}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200321.import-container-all{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200322 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200323 padding-bottom: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200324}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200325.import-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200326 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200327 background: #E7F1FC;
328 margin-bottom: 20px;
329 padding: 9px 18px;
330 border: solid 1px #EEF4F9;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200331}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200332.import-container-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200333 width: 40%;
334 position: relative;
335 display: inline-block;
336 margin-right: 20px;
337}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200338.import-container-input input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200339 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200340 height: 36px;
341 padding: 5px 40px 5px 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200342 border: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200343 border-radius: 2px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200344 -webkit-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
345 -moz-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
346 box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200347 font-size: 13px;
348 color: #172B4D;
349}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200350.import-container-input input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200351 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18);
352}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200353.import-container-input input::placeholder{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200354 color: #959DA8 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200355}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200356.enter-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200357 position: absolute;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200358 right: 12px;
359 font-size: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200360 top: 6px;
361 color: #1273EB;
362}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200363.enter-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200364 text-decoration: none;
365}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200366.import-container-input input::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200367 color: #CFD7E5;
368}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200369.import-container-span{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200370 font-size: 12px;
371}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200372.import-container-all .accordion .card-header{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200373 padding: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200374 background: #fff !important;
375 border-bottom: 0 !important;
376}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200377.import-container-all .collapse.show{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200378 border-top: solid 1px #ECEDF2;
379}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200380.import-container-all .card-header .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200381 display: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200382 position: absolute;
383 right: 15px;
384 background: #F4F9FE;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200385}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200386.import-container-all .card-header:hover .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200387 display: inline;
388}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200389.accordion-delete{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200390 color: #FF6469;
391 font-size: 18px;
392 margin-top: 11px;
393}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200394.accordion-delete:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200395 text-decoration: none;
396}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200397/* .userProfile .dropdown-toggle{
398height: 40px;
399} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200400.userProfile .dropdown-toggle:hover ~ .dropdown-text,
401.userProfile .dropdown-toggle:focus ~ .dropdown-text{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200402 background: transparent !important;
403 border-radius: 0 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200404 box-shadow: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200405}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200406
407.userProfile .dropdown-text::after {
shaaban Altananyba3756e2020-01-07 12:08:44 +0200408 right: 14px;
409 top: 8px;
410 width: 24px;
411 height: 24px;
412 background: url(/assets/img/img-userProfile.png) center center no-repeat;
413}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200414.packagesFilter .custom-checkbox{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200415 margin-left: 8px;
416}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200417.packagesFilter .custom-control-label{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200418 line-height: 28px !important;
419 font-size: 14px !important;
420 text-indent: 6px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200421}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200422.packagesFilter .reset-filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200423 margin-top: 6px;
424 padding-top: 6px;
425 padding-left: 9px;
426 border-top: solid 1px #ECEDF2;
427 font-size: 13px;
428}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200429.packagesFilter .reset-filter a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200430 background: none !important;
431 text-decoration: none;
432 color: #1B3E6F;
433}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200434.tags-filter-list{
435 max-height: 260px;
436 overflow-y: auto;
437}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200438/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200439.sort-packages{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200440 font-size: 12px;
441 font-weight: bold;
442 color: #C3CDDB;
443}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200444.sort-packages .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200445 width: 88px;
446}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200447.sort-packages .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200448 background: transparent;
449 border: 0;
450 box-shadow: none;
451 color: #1B3E6F;
452}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200453.sort-packages .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200454 right: 18px !important;
455 border: solid !important;
456 border-color: #1B3E6F transparent transparent transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200457}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200458.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200459 top: 12px !important;
460 border-color: transparent transparent #1B3E6F transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200461}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200462.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
463.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200464 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
465 background: #fff;
466}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200467.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200468.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200469 top: 30px;
470}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200471.sort-packages .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200472 width: 88px;
473 padding: 6px 0;
474 background: #fff;
475 border-radius: 2px;
476 border: 0;
477 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
478}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200479.sort-packages .dropdown-content a{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200480 color: #1B3E6F;
481 font-size: 12px;
482}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200483.sort-packages .dropdown-content a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200484 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200485 background-color: #F4F9FE;
486 text-decoration: unset;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200487 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200488}
489/**Pagination**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200490.page-item{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200491 margin: 3px 2px 0;
492}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200493.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200494.page-item.disabled .page-link{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200495 padding: 5px 9px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200496 background: transparent !important;
497 border: 0;
498 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200499 font-size: 13px;
500 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200501}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200502.page-item.active .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200503.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200504 color: #1B3E6F !important;
505 background-color: #fff !important;
506 border-radius: 100% !important;
507 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
508 outline: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200509}
510/**Packages Cards***/
511/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200512.packages-card .card{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200513 width: 100%;
Ahmed Abbaseea49072019-11-27 15:04:18 +0200514 margin: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200515 border-radius: 2px;
516 border: 0;
517 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
518}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200519.packages-card .card:hover .packageName{
520 color: #1273EB !important;
521}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200522.packages-card .card-title{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200523 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200524 font-size: 13px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200525 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200526 color: #1B3E6F;
527}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200528.packages-card .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200529 color: #1B3E6F;
530 font-size: 11px;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200531 vertical-align: bottom;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200532}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200533.packages-card p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200534 font-size: 12px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200535 color: #D0D7E4;
536}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200537.packages-card p.package-desc{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200538 margin-top: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200539 font-size: 13px;
540 text-align: left;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200541 display: -webkit-box;
542 -webkit-line-clamp: 1;
543 -webkit-box-orient: vertical;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200544 overflow: hidden;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200545 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200546}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200547.packages-card p.package-desc:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200548 color: #1B3E6F !important;
549 text-decoration: underline;
550}
551
552.packages-card [data-tooltip]::before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200553.packages-card .tooltip::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200554 border: 0 !important;
555}
556.packages-card .tooltip:after,
557.packages-card [data-tooltip]:after {
558 padding: 9px;
559 font-size: 11px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200560 background: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200561 border: solid 1px #E6EDF5;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200562 box-shadow: 0 0 12 rgba(0,0,0,0.8);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200563 border-radius: 3px;
564}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200565/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200566.addPaackage-card{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200567 padding: 10px 0;
568 background: #F4F9FE !important;
569 border: solid 1px #D7E7F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200570 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200571}
Sarah Abouzainahced91552020-06-04 17:45:57 +0200572.addPaackage-card .card-body img{
573 width: 30%;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +0200574 vertical-align: text-top;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200575}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200576.addPaackage-card a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200577 margin: 0;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200578 padding: 7px 15px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200579 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200580 font-size: 12px;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200581 border-radius: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200582 border-width: 0px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200583 border-style: solid;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200584 background-position: 15px center;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200585 background-repeat: no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200586 text-align: left;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200587}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200588.addPaackage-card a:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200589 text-decoration: unset;
590}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200591.btn-create-package i,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200592.btn-import-package i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200593 margin-right: 9px;
594 font-size: 14px;
595 vertical-align: middle;
596}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200597.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200598.btn-create-package:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200599 background-color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200600 color: #fff;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200601}
602.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200603.btn-import-package:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200604 background: #C3CDDB;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200605 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200606}
607/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200608.packages-card .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200609 width: auto;
610 float: right;
611}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200612.packages-card .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200613 background: transparent;
614 border: 0;
615 box-shadow: none;
616 text-indent: 0;
617 line-height: unset;
618 border-bottom-left-radius: 0;
619 border-bottom-right-radius: 0;
620 opacity: .6;
621}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200622.packages-card .dropdown-text:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200623 opacity: 1;
624}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200625.packages-card .dropdown-text::after{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200626 display: none;
627}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200628.packages-card .dropdown-text img{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200629 padding: 9px 7px;
630}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200631.packages-card .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200632 right: 0;
633 width: 120px;
634 padding: 6px 0;
635 border: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200636 border-radius: 50%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200637}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200638/* .userProfile .dropdown-content{
639 bottom: 40px !important;
640 top: unset !important;
641 width: 100%;
642} */
643/**Tab Nav**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200644.nav-tabs{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200645 border-bottom-color: #ECEDF2 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200646}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200647.nav-link{
shadyb3c61a62020-02-16 15:47:33 +0200648 padding: 15px 20px 15px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200649 text-transform: uppercase !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200650 font-size: 12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200651 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200652 color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200653 border: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200654}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200655.nav-tabs .nav-link:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200656.nav-tabs .nav-link:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200657 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200658 transition: 0.3s;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200659}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200660.nav-tabs .nav-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200661 color: #1B3E6F !important;
662}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200663.nav-tabs .nav-link.active{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200664 color: #1B3E6F !important;
665 background: transparent !important;
666 border: 0 !important;
667 border-bottom: solid 2px #1B3E6F !important;
668}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200669.nav-tabs .nav-link::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200670 content: "|";
671 padding-right: 20px !important;
672 color: #C3CDDB;
673 font-weight: normal;
shadyb3c61a62020-02-16 15:47:33 +0200674 position: absolute;
675 left: 0px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200676}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200677.nav-tabs .nav-link:first-child::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200678 content: none;
679}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200680.nav-tabs .nav-link:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200681 padding-left: 20px !important;
682}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200683.nav-item.nav-link.complete,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200684.nav-item.active.complete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200685 padding: 15px 20px 15px 44px !important;
686 background: url(/assets/img/icon-required-yes.svg) 20px center no-repeat !important;
687}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200688.tabs-no-content{
689 font-size: 13px;
690 font-weight: bold;
691}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200692/**Sliding Search Input**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200693.searchBox{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200694 position: absolute;
695 top: 0%;
696 right: 0%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200697 transform: translate(0%,-0%);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200698 height: 40px;
699}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200700.searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200701 float: right;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200702 margin-top: 18px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200703 padding-left: 0 !important;
704 padding-right: 24px !important;
705 width: 60px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200706 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200707 background: url(../src/assets/img/icon-search.svg) center center no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200708 background-size: 24%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200709 border: 0 !important;
710 border-right: solid 1px #1B3E6F !important;
711 display: flex;
712 justify-content: center;
713 align-items: center;
714 transition: 0.4s;
715}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200716.searchBox:hover > .searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200717 width: 240px;
718 border-bottom: solid 1px #C3CDDB;
719}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200720.searchBox:hover > .searchInput::placeholder{
721 color: #C3CDDB;
722}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200723.searchBox > .searchInput:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200724 border-bottom: solid 1px #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200725 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
726 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
727 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200728}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200729.searchBox:hover > .searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200730 color: #1B3E6F;
731}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200732.searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200733 border: none;
734 background: none;
735 outline: none;
736 float: left;
737 padding: 0;
738 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200739 font-size: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200740 transition: 0.4s;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200741 line-height: 49px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200742 width: 0px;
743}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200744.searchInput::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200745 color: #BABBC3;
746}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200747.searchBox-expanded{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200748 width: 240px;
749 border-bottom: solid 1px #C3CDDB;
750}
751/**Drop Down Menu**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200752.dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200753 position: relative;
754 display: inline-block;
755 text-align: left;
756 width: 132px;
757 z-index: 200;
758}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200759.dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200760 cursor: pointer;
761 position: relative;
762 text-indent: 10px;
763 line-height: 32px;
764 background-color: #eee;
765 border: 1px solid #ccc;
766 border-radius: 3px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200767 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 +0200768 width: 100%;
769}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200770.dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200771 position: absolute;
772 right: 6px;
773 top: 15px;
774 content: '';
775 width: 0px;
776 height: 0px;
777 border-style: solid;
shadyb3c61a62020-02-16 15:47:33 +0200778 /* border-width: 5px 4px 0 4px;
779 border-color: #555 transparent transparent transparent; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200780 border:0px
shaaban Altananyba3756e2020-01-07 12:08:44 +0200781}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200782.dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200783 font-size: 0;
784 z-index: 1;
785 cursor: pointer;
786 position: absolute;
787 top: 0;
788 border: none;
789 padding: 0;
790 margin: 0 0 0 1px;
791 background: transparent;
792 text-indent: -10px;
793 height: 34px;
794 width: 100%;
795}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200796.dropdown-toggle:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200797 outline: 0;
798}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200799.dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200800 position: absolute;
801 top: 32px;
802 width: 140px;
803 margin: 0;
804 padding: 0;
805 opacity: 0;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200806 visibility:hidden;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200807 -webkit-transition: all .25s ease;
808 -moz-transition: all .25s ease;
809 -ms-transition: all .25s ease;
810 -o-transition: all .25s ease;
811 transition: all .25s ease;
812 list-style-type: none;
813 border-radius: 3px;
814 text-indent: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200815 line-height: 28px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200816 background-color: #eee;
817 border: 1px solid #ccc;
818}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200819.dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200820 display: block;
821}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200822.dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200823 background: #e8e8e8;
824}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200825.dropdown-toggle:hover ~ .dropdown-text,
826.dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200827 background-color: #e8e8e8;
828}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200829.dropdown-toggle:focus ~ .dropdown-text{
830 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 +0200831 z-index: 2;
832}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200833.dropdown-toggle:focus ~ .dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200834 border-width: 0 4px 5px 4px;
835 border-color: transparent transparent #555 transparent;
836}
837.dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200838.dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200839 opacity: 1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200840 visibility:visible;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200841 top: 42px;
842}
843/**Card**/
844/* Hover Shadow */
845@keyframes hover {
846 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200847 transform: translateY(-3px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200848 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200849 100% {
850 transform: translateY(-6px);
851 }
852}
853@keyframes card {
854 0% {
855 transform: translateY(6px);
856 opacity: .3;
857 }
858 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200859 transform: translateY(3px);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200860 opacity: .8;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200861 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200862 100% {
863 transform: translateY(6px);
864 opacity: .3;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200865 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200866}
867.card {
868 /* display: inline-block;
869 position: relative;
870 transition-duration: 0.2s;
871 transition-property: transform;
872 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
873 transform: translateZ(0); */
874 margin-bottom: 25px !important;
875 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
876}
877/* .card:before {
878 pointer-events: none;
879 position: absolute;
880 z-index: -1;
881 content: '';
882 top: 100%;
883 left: 5%;
884 height: 10px;
885 width: 90%;
886 opacity: 0;
887 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
888 transition-duration: 0.2s;
889 transition-property: transform opacity;
890} */
891/* .card:hover {
892 transform: translateY(-3px);
893 animation-name: hover;
894 animation-duration: 1s;
895 animation-delay: 0.2s;
896 animation-timing-function: linear;
897 animation-iteration-count: 1;
898 animation-direction: alternate;
899}
900.card:hover:before {
901 opacity: .4;
902 transform: translateY(3px);
903 animation-name: card;
904 animation-duration: 1s;
905 animation-delay: .2s;
906 animation-timing-function: linear;
907 animation-iteration-count: 1;
908 animation-direction: alternate;
909} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200910.card-body{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200911 padding: 10px 20px 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200912}
913
914/*Main Container*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200915.main-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200916 padding: 0 !important;
917}
Sarah Abouzainah75680a72020-07-16 17:52:00 +0200918/*Profile & Help Area*/
919.profile-help .navbar{
920 padding: 0 !important;
921}
922.profile-help .dropdown{
923 width: 50px;
924}
925.profile-help .dropdown-text{
926 border: 0;
927 background: transparent;
928 box-shadow: none;
929 font-size: 13px;
930 /* text-indent: -999px; */
931}
932.profile-help .dropdown-text img{
933 width: 33px;
934 height: 33px;
935 border: solid 1px #fff;
936 object-fit: cover;
937 border-radius: 50%;
938}
939.profile-help .dropdown-toggle:hover ~ .dropdown-text{
940 background: #fff;
941}
942.profile-help .dropdown-toggle:hover ~ .dropdown-text img{
943 box-shadow: 0 2px 6px 6px rgba(47, 83, 151, .17);
944}
945.profile-help .dropdown-content{
946 right: 0;
947 top: 47px;
948 padding: 4px 0;
949 background-color: #fff;
950 border: 1px solid #ECEDF2;
951 border-radius: 2px;
952 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12) !important;
953}
954.profile-help .dropdown-content li:hover{
955 background-color: #ECEDF2;
956}
957.profile-help .dropdown-content a{
958 padding: 3px;
959 color: #1B3E6F;
960 font-size: 13px;
961}
962.profile-help .dropdown-content a:hover{
963 text-decoration: none;
964 background-color: transparent;
965}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +0200966.userMenu.dropdown{
967 margin-left: 9px;
968 border-left: solid 1px #ECEDF2;
969}
970.helpMenu.dropdown{
971 width: 32px !important;
972}
973.helpMenu .dropdown-text{
974 text-indent: unset;
975 text-align: center;
976}
977.helpMenu li:not(:last-child){
978 margin-bottom: 9px;
979}
980.helpMenu .dropdown-text i{
981 text-align: center;
982 font-size: 19px;
983 color: #C3CDDB;
984 vertical-align: middle;
985}
986.helpMenu:hover .dropdown-text i{
987 color: #1B3E6F;
988}
989.helpMenu .dropdown-content{
990 padding: 6px;
991}
992.helpMenu .dropdown-content a{
993 padding: 0 12px;
994 text-align: left;
995 text-indent: 0;
996 font-size: 14px;
997 line-height: 22px;
998}
999.helpMenu .dropdown-content p{
1000 display: inline;
1001 line-height: 15px;
1002 font-weight: bold;
1003}
1004.helpMenu .dropdown-content p:hover{
1005 cursor: pointer;
1006}
1007.helpMenu .dropdown-content p label{
1008 display: inline;
1009}
1010.helpMenu .dropdown-content p input{
1011 display: none;
1012}
1013.helpMenu .dropdown-content span{
1014 display: inline-block;
1015 padding-left: 18px;
1016 font-size: 13px;
1017 color: #C1CDDD;
1018 font-weight: normal;
1019}
1020.helpMenu .dropdown-toggle:focus ~ .dropdown-text{
1021 background-color: #F4F9FE;
1022 border-radius: 50%;
1023}
1024.helpMenu .dropdown-content{
1025 width: 262px;
1026}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001027.help-btn{
1028 border-right: solid 1px #ECEDF2;
1029}
1030.help-btn .nav-link{
1031 padding: 7px 8px 0 !important;
1032}
1033.help-btn i{
1034 font-size: 19px;
1035 color: #C3CDDB;
1036}
1037.help-btn a:hover i{
1038 color: #1B3E6F;
1039}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001040.header-button-save button{
shadyb3c61a62020-02-16 15:47:33 +02001041 border-radius: 50px;
1042}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001043/*Page Title*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001044.page-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001045 padding: 20px 30px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001046 background:#fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001047 border-left: solid 1px #FAFAFA;
1048 margin-bottom: 21px;
1049 -webkit-box-shadow: 0 4px 10px 0 #eef0f5;
1050 box-shadow: 0 4px 10px 0 #eef0f5;
1051 position: relative;
1052 z-index: 8;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001053 /* position: fixed;
1054 width: calc(100% - 50px); */
shaaban Altananyba3756e2020-01-07 12:08:44 +02001055}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001056.page-title h2{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001057 font-size: 16px;
1058 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001059 padding-top: 1px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001060}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001061.page-title h2 span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001062 color: #C3CDDB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001063 font-size: 14px;
1064}
1065/*Content*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001066.body-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001067 padding: 0 30px !important;
1068}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001069.body-container > .container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001070 padding: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001071}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001072.search-filter-col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001073 padding-right: 0 !important;
1074 border-bottom: solid 1px #ECEDF2 !important;
1075}
1076/**Packages Filter**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001077.packagesFilter{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001078 margin-top: 12px;
1079 margin-bottom: 7px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001080 z-index: 220 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001081}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001082.packagesFilter .dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001083 height: 36px !important;
1084}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001085.packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001086 border-color: transparent transparent #1B3E6F transparent;
1087}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001088.packagesFilter .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001089 background: transparent;
1090 border: 0;
1091 box-shadow: none;
1092 text-indent: 14px;
1093 line-height: 30px;
1094 font-size: 12px;
1095}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001096.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001097 right: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001098 border: solid !important;
1099 border-width: 5px 4px 0 4px !important;
1100 border-color: #1B3E6F transparent transparent transparent !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001101}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001102.packagesFilter .dropdown-toggle:hover ~ .dropdown-text,
1103.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001104 background-color: transparent;
1105 box-shadow: none;
1106 border-radius: 0;
1107}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001108.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001109 background: #fff;
1110 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1111}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001112.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001113 top: 12px;
1114}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001115.packagesFilter .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001116 padding: 6px 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001117 background: #fff;
1118 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1119 border: 0;
1120 border-top-left-radius: 0;
1121 border-top-right-radius: 0;
1122 border-bottom-left-radius: 2px;
1123 border-bottom-right-radius: 2px;
1124}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001125.packagesFilter .dropdown-content li:hover .custom-checkbox{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001126 cursor: pointer;
1127}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001128.packagesFilter .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001129.packagesFilter .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001130 top: 30px;
1131}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001132.packagesFilter .form-control{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001133 padding: 12px 9px 12px 38px !important;
1134 border: 0 !important;
1135 border-bottom: solid 1px #D7E7F9 !important;
1136 background: url(../src/assets/img/icon-search.svg) 15px center no-repeat;
1137 background-size: 4%;
1138 border-radius: 0 !important;
1139 color: #1B3E6F;
1140 font-size: 13px;
1141}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001142.packagesFilter .form-control::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001143 color: #BABBC3;
1144}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001145.packagesFilter .form-control:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001146 box-shadow: none !important;
1147 border-bottom: solid 1px #1B3E6F !important;
1148}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001149.packagesFilter .custom-checkbox{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001150 margin-left: 8px;
1151}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001152.packagesFilter .custom-control-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001153 left: 10px;
1154}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001155.packagesFilter .custom-control-label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001156 line-height: 28px !important;
1157 font-size: 13px !important;
1158 text-indent: 6px !important;
1159}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001160.fillteredTags{
1161 margin-left: 3px;
1162 padding: 3px 3px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001163 background: #C3CDDB;
1164 color: #1B3E6F;
1165 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001166 border-radius: 4px;
1167}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001168/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001169.sort-packages{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001170 font-size: 12px;
1171 font-weight: bold;
1172 color: #C3CDDB;
1173}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001174.sort-packages .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001175 width: 88px;
1176}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001177.sort-packages .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001178 background: transparent;
1179 border: 0;
1180 box-shadow: none;
1181 color: #1B3E6F;
1182}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001183.sort-packages .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001184 border-color: #1B3E6F transparent transparent transparent;
1185}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001186.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001187 border-color: transparent transparent #1B3E6F transparent;
1188}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001189.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
1190.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001191 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1192 background: #fff;
1193}
1194.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001195.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001196 top: 30px;
1197}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001198.sort-packages .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001199 width: 88px;
1200 padding: 6px 0;
1201 background: #fff;
1202 border-radius: 2px;
1203 border: 0;
1204 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1205}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001206.sort-packages .dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001207 color: #1B3E6F;
1208 font-size: 12px;
1209}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001210.sort-packages .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001211 background-color: #F4F9FE;
1212 text-decoration: unset;
1213}
1214/**Pagination**/
1215.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001216.page-item.disabled .page-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001217 background: transparent !important;
1218 border: 0;
1219 color: #1B3E6F !important;
1220 font-size: 14px;
1221}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001222.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001223 color: #1B3E6F !important;
1224 background-color: #fff !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001225 border-radius: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001226 transition: 0.3s;
1227 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
1228}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001229.page-item.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001230 opacity: .3;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001231}
1232/**Packages Cards***/
1233/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001234.packages-card .card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001235 margin: 0;
1236 border-radius: 2px;
1237 border: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001238 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001239}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001240.packages-card .card:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001241 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001242 transition: all 0.5s ease;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001243 cursor: pointer;
1244}
1245.packages-card .card:hover .card-title,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001246.packages-card .card:hover .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001247 color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001248}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001249.packages-card .card-title{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001250 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001251 font-size: 14px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001252 font-weight: bold;
1253}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001254.packages-card .card-title .packageName{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001255 margin-bottom: 0;
1256 display: inline-block;
1257 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001258 max-width: 64%;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001259 white-space: nowrap;
1260 overflow: hidden;
1261 text-overflow: ellipsis;
1262 font-size: 13px;
1263 vertical-align: bottom;
1264 color: #1B3E6F;
1265}
1266.packages-card .card-title:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001267.packages-card .card-title:hover .packageName{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001268 text-decoration: none;
1269 color: #1273EB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001270}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001271.packages-card .card-body{
Ahmed Abbaseea49072019-11-27 15:04:18 +02001272 padding-bottom: 0 !important;
1273}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001274.packages-card .card-footer .col{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001275 padding-left: 3px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001276 text-align: left;
Ahmed Abbaseea49072019-11-27 15:04:18 +02001277}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001278
shaaban Altananyba3756e2020-01-07 12:08:44 +02001279/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001280.addPaackage-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001281 background: #F4F9FE !important;
1282 border: solid 1px #D7E7F9 !important;
1283}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001284.addPaackage-card:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001285 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
1286}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001287
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001288.addPaackage-card a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001289 text-decoration: unset;
1290}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001291.addPaackage-card .card-footer .col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001292 padding: 0;
1293 text-align: right;
1294}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001295.addPaackage-card .card-footer .col:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001296 text-align: left;
1297}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001298.btn-create-package,
1299.btn-import-package{
Sarah Abouzainahced91552020-06-04 17:45:57 +02001300 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001301}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001302.btn-create-package{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001303 margin-bottom: 6px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001304}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001305.btn-import-package{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02001306 margin-bottom: 15px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001307}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001308.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001309.btn-create-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001310 background-color: #1B3E6F;
1311 border-color: #1B3E6F;
1312 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001313}
1314.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001315.btn-import-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001316 color: #1B3E6F;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001317}
1318/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001319.packages-card .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001320 width: auto;
1321 float: right;
1322}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001323.packages-card .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001324 background: transparent;
1325 border: 0;
1326 box-shadow: none;
1327 text-indent: 0;
1328 line-height: unset;
1329 border-bottom-left-radius: 0;
1330 border-bottom-right-radius: 0;
1331 opacity: .6;
1332}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001333.packages-card .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001334 display: none;
1335}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001336.packages-card .dropdown-text img{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001337 padding: 9px 7px;
1338}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001339.packages-card .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001340 right: 0;
1341 width: 120px;
1342 padding: 6px 0;
1343 border: 0;
1344 text-indent: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001345 border-radius: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001346 border-top-right-radius: 0;
1347 background: #1B3E6F;
1348}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001349.packages-card .dropdown-content a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001350 padding-left: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001351 color: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001352 font-size: 12px;
1353 /* background-position: 14px center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001354 background-size: 10%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001355 background-repeat: no-repeat; */
1356}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001357.packages-card .dropdown-content a i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001358 margin-right: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001359}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001360.packages-card .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001361 background-color: #172B4D;
1362 text-decoration: unset;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001363 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001364}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001365.packages-card .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001366.packages-card .dropdown-toggle:focus ~ .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001367 top: 22px;
1368}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001369.packages-card .dropdown-toggle:focus ~ .dropdown-text .icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001370 color: #D0D7E4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001371}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001372.packages-card .dropdown-toggle:hover ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001373 background: transparent;
1374 opacity: 1;
1375}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001376.packages-card .dropdown-toggle:focus ~ .dropdown-text{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001377 width: 27px;
1378 text-align: center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001379 opacity: 1;
1380 background: #1B3E6F;
1381 box-shadow: none;
1382}
Sarah Abouzainahced91552020-06-04 17:45:57 +02001383
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001384.package-version::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001385 content: "|";
Sarah Abouzainah98600832020-04-22 22:55:39 +02001386 margin-left: 8px;
1387 margin-right: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001388 vertical-align: text-bottom;
1389}
1390
shaaban Altananyba3756e2020-01-07 12:08:44 +02001391/***Contributers***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001392ul.package-contributers{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001393 margin-bottom: 9px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001394 padding-left: 0 !important;
1395}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001396.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001397 list-style: none;
1398 display: inline-block;
1399}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001400.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001401 margin-left: -5px;
1402}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001403.package-contributers li:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001404 margin-left: 0;
1405}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001406.package-contributers li:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001407 margin-left: 9px;
1408}
1409.package-modifier,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001410.package-contributers button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001411 height: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001412 padding: 0 !important;
1413 border-radius: 100%;
1414 border: 0 !important;
1415 /*Hover Effect*/
1416 -webkit-transition: box-shadow 0.2s ease;
1417 -moz-transition: box-shadow 0.2s ease;
1418 transition: box-shadow 0.2s ease;
1419 -webkit-backface-visibility: hidden;
1420 backface-visibility: hidden;
1421 display: inline-block;
1422 position: relative;
1423}
1424.package-modifier:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001425.package-contributers button:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001426 -webkit-transition: all 0.2s ease;
1427 -moz-transition: all 0.2s ease;
1428 transition: all 0.2s ease;
1429 border-radius: 50%;
1430 bottom: 0;
1431 box-shadow: 0 0 0 2px #fff;
1432 content: "";
1433 left: 0;
1434 position: absolute;
1435 right: 0;
1436 top: 0;
1437}
1438.package-modifier:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001439.package-contributers button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001440 box-shadow: 0 0 0 2px #D7E7F9;
1441 text-decoration: none;
1442}
1443.package-modifier:hover:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001444.package-contributers button:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001445 -webkit-transform: scale(0.925);
1446 -moz-transform: scale(0.925);
1447 -ms-transform: scale(0.925);
1448 -o-transform: scale(0.925);
1449 transform: scale(0.925);
1450 box-shadow: 0 0 0 1px #D7E7F9;
1451 opacity: 0.5;
1452}
1453.package-modifier img,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001454.package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001455 width: 20px;
1456 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001457 object-fit: cover;
1458 vertical-align: top;
1459 border-radius: 100%;
1460}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001461.package-contributers a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001462 font-size: 12px;
1463 color: #1273EB;
1464}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001465.package-contributers a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001466 text-decoration: unset;
1467}
1468/***Package Footer***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001469.packages-card .card-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001470 padding: 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001471 background: transparent !important;
1472 border-top-color: #F7F6F6 !important;
1473}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001474.packages-card .card-footer .col{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001475 text-align: center;
1476}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001477.packages-card .card-footer .col:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001478 border-right: solid 1px #F7F6F6;
1479}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001480.packages-card .card-footer .btn{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001481 padding: 10px 0 10px 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001482 background-color: transparent !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001483 color: #1B3E6F !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001484 border: 0;
1485 font-size: 13px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001486 text-align: left;
1487 opacity: .4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001488}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001489.packages-card .card-footer .btn:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001490 opacity: 1;
1491}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001492.packages-card .card-footer i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001493 margin-right: 6px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001494}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001495.icon-deployed-active,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001496.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001497 margin-right: 9px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001498 display: inline;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001499 background-image: url(/assets/img/icon-deploy-active.svg);
1500 background-position: center center;
1501 background-repeat: no-repeat;
1502 vertical-align: baseline;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001503}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001504.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001505 background-image: url(/assets/img/icon-deploy-inactive.svg);
1506}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001507
1508
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001509/*CREATE NEW ACTION MODAL*/
1510.createActionModal .modal-dialog{
1511 max-width: 85%;
1512}
1513.createActionModal .modal-header{
1514 padding-top: 21px !important;
1515 padding-bottom: 0 !important;
1516 border-bottom: 0;
1517}
1518.createActionModal .close{
1519 margin: 0 !important;
1520 padding: 6px 13px 10px !important;
1521 width: auto;
1522 opacity: 1 !important;
1523 border-radius: 100%;
1524}
1525.createActionModal .close:hover{
1526 background-color: #E0E8F2;
1527}
1528.createActionModal .icon-action-close{
1529 font-size: 14px;
1530 font-weight: bold;
1531}
1532.createActionModal .modal-body{
1533 padding-top: 0 !important;
1534 padding-bottom: 10px !important;
1535}
1536.createActionModal .modal-body .carousel-item{
1537 padding-left: 20px;
1538 padding-right: 10px;
1539}
1540@keyframes fadeInScale {
1541 0% {
1542 opacity: 0;
1543 -webkit-transform: scale(0) translateY(50%);
1544 transform: scale(0) translateY(50%);
1545 }
1546 90% {
1547 -webkit-transform: scale(1.05);
1548 transform: scale(1.05);
1549 }
1550 100% {
1551 opacity: 1;
1552 -webkit-transform: scale(1) translateY(0);
1553 transform: scale(1) translateY(0);
1554 }
1555}
1556.card.actionType{
1557 margin-bottom: 25px !important;
1558 padding: 220px 25px 50px;
1559 box-shadow: none;
1560 border-radius: 0;
1561 -webkit-transition: all 0.3s ease-in-out;
1562 transition: all 0.3s ease-in-out;
1563}
1564.card.actionType:hover{
1565 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1566 transition: 0.3s !important;
1567}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001568.createActionModal h3.mainHead{
1569 text-transform: uppercase;
1570 margin-bottom: 6px;
1571 font-size: 14px;
1572 font-weight: bold;
1573 text-align: center;
1574 color: #C1CDDD;
1575}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001576.createActionModal h1{
1577 margin-bottom: 21px;
1578 font-size: 22px;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001579 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001580 text-align: center;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001581}
1582.createActionModal .carousel-inner{
1583 height: 510px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001584}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001585.createActionModal .skip-btn{
1586 float: unset;
1587 width: auto;
1588 color: #1273EB;
1589 font-weight: normal !important;
1590 font-size: 13px;
1591 border: solid 1px #F1F2FA;
1592 border-radius: 2px;
1593}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001594.createActionModal .skip-btn:hover{
1595 background: #1273EB;
1596 color: #fff;
1597 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1598}
1599
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001600.actionType,
1601.actionType:hover{
1602 text-align: center;
1603 line-height: 40px;
1604 background-position: center 40px;
1605 background-repeat: no-repeat;
1606 background-size: 144px 172px;
1607}
1608.actionType h3,
1609.actionType p{
1610 margin: 0;
1611}
1612.actionType h3{
1613 text-transform: uppercase;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001614 font-size: 13px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001615 font-weight: bold;
1616}
1617.actionType p{
1618 font-size: 13px !important;
1619 line-height: 24px;
1620}
1621.actionType .btn,
1622.actionType:hover .btn{
1623 opacity: 0;
1624 position: absolute;
1625 bottom: 0;
1626 left: 30% !important;
1627 margin-bottom: 26px;
1628 width: 100px;
1629 height: 30px;
1630 background: #1B3E6F;
1631 color: #fff;
1632 font-size: 12px;
1633 font-weight: bold;
1634 border-radius: 15px !important;
1635 -webkit-transform: translateY(-20%);
1636 transform: translateY(-20%);
1637 -webkit-transition: all 0.3s ease-in-out;
1638 transition: all 0.3s ease-in-out;
1639}
1640.actionType:hover .btn{
1641 opacity: 1;
1642 -webkit-transform: translateY(0);
1643 transform: translateY(0);
1644}
1645.actionType.custom{
1646 background-image: url(/assets/img/icon-action-custom.svg);
1647}
1648.actionType.custom:hover{
1649 cursor: pointer;
1650 background-image: url(/assets/img/icon-action-custom-hover.svg);
1651}
1652.actionType.default{
1653 background-image: url(/assets/img/icon-action-default.svg);
1654}
1655.actionType.default:hover{
1656 cursor: pointer;
1657 background-image: url(/assets/img/icon-action-default-hover.svg);
1658}
1659.actionType.recent{
1660 background-image: url(/assets/img/icon-action-recent.svg);
1661}
1662.actionType.recent:hover{
1663 cursor: pointer;
1664 background-image: url(/assets/img/icon-action-recent-hover.svg);
1665}
1666.actionType.import{
1667 background-image: url(/assets/img/icon-action-import.svg);
1668}
1669.actionType.import:hover{
1670 cursor: pointer;
1671 background-image: url(/assets/img/icon-action-import-hover.svg);
1672}
1673.createActionModal .carousel-indicators{
1674 margin: 0;
1675}
1676.createActionModal .carousel-indicators li{
1677 margin: 0;
1678 padding: 0;
1679 text-indent: 0;
1680 border: 0;
1681}
1682.createActionModal .back{
1683 position: fixed !important;
1684 top: 83px;
1685 width: auto;
1686 padding:0 !important;
1687}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001688
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001689.actionFormWrapper{
1690 width: 60%;
1691 margin: 0 auto;
1692}
1693.createActionModal .form-control.customAction{
1694 width: 55%;
1695 margin: 70px auto;
1696 padding-left: 0;
1697 border-radius: 0;
1698 border: 0;
1699 border-bottom: solid 1px #E0E8F2;
1700 color: #1B3E6F !important;
1701 font-size: 14px;
1702}
1703.createActionModal .form-control:focus{
1704 border-bottom: solid 1px #1B3E6F;
1705 background: transparent !important;
1706 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1707 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1708 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1709 text-shadow: none;
1710}
1711.createActionModal .form-control::placeholder{
1712 color: #C3CDDB;
1713
1714}
1715.createActionModal .submit,
1716.createActionModal .submit:hover{
1717 float: unset;
1718 width: 100px;
1719 height: 30px;
1720 background: #1B3E6F;
1721 color: #fff;
1722 font-size: 12px;
1723 font-weight: bold;
1724 border-radius: 15px !important;
1725}
1726.actionlabel{
1727 margin-right: 2px;
1728 color: #C3CDDB;
1729 font-size: 11px;
1730 font-weight: bold;
1731}
1732.form-control.searchInput,
1733.form-control.searchInput:focus{
1734 float: right;
1735 width: 250px !important;
1736 height: 30px !important;
1737 padding-left: 32px !important;
1738 border: solid 1px #E0E8F2 !important;
1739 border-radius: 2px !important;
1740 background: url(../src/assets/img/icon-search-light.svg) 9px center no-repeat !important;
1741 font-size: 13px !important;
1742 color: #1B3E6F;
1743}
1744.actionsListScroll{
1745 height: 228px;
1746 max-height: 228px;
1747 overflow: auto;
1748}
1749.createActionModal .actionName{
1750 margin-bottom: 15px;
1751 padding: 9px 18px;
1752 box-shadow: 0 2px 6px rgba(47,83,151,0.15);
1753}
1754.createActionModal p.selectedActions{
1755 margin-top: 20px;
1756 margin-bottom: 10px;
1757 color: #8D9FB7;
1758 font-size: 13px;
1759}
1760.createActionModal .sort-packages .dropdown{
1761 width: 60%;
1762}
1763.createActionModal .sort-packages .dropdown-text::after {
1764 right: 6px;
1765}
1766.createActionModal .sort-packages .dropdown-content{
1767 width: 100%;
1768}
1769.createActionModal .folder-upload-text button{
1770 float: unset;
1771}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001772/* Border Fade */
1773.border-fade {
1774 display: inline-block;
1775 transition-duration: 0.3s;
1776 transition-property: box-shadow;
1777 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1778 transform: translateZ(0);
1779 box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
1780 /* Hack to improve aliasing on mobile/tablet devices */
1781}
1782.border-fade:hover {
1783 box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0);
1784 /* Hack to improve aliasing on mobile/tablet devices */
1785}
1786/*Content*/
1787
1788/**Title Action Buttons**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001789.page-title-actions li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001790 display: inline-block;
1791 text-align: center;
1792}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001793.title-action{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001794 -webkit-transition: box-shadow 0.2s ease;
1795 -moz-transition: box-shadow 0.2s ease;
1796 transition: box-shadow 0.2s ease;
1797 -webkit-backface-visibility: hidden;
1798 backface-visibility: hidden;
1799 border-radius: 50%;
1800 color: #6a75eb;
1801 display: inline-block;
1802 font-size: 0.889em;
1803 height: 4em;
1804 margin: 0 1em 1em;
1805 position: relative;
1806 text-align: center;
1807 text-transform: lowercase;
1808 width: 4em;
1809 line-height: 4em;
1810}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001811.title-action:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001812 -webkit-transition: all 0.2s ease;
1813 -moz-transition: all 0.2s ease;
1814 transition: all 0.2s ease;
1815 border-radius: 50%;
1816 bottom: 0;
1817 box-shadow: 0 0 0 1px #000;
1818 content: "";
1819 left: 0;
1820 position: absolute;
1821 right: 0;
1822 top: 0;
1823}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001824.title-action:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001825 box-shadow: 0 0 0 7px #07819b;
1826 text-decoration: none;
1827}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001828.title-action:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001829 -webkit-transform: scale(0.925);
1830 -moz-transform: scale(0.925);
1831 -ms-transform: scale(0.925);
1832 -o-transform: scale(0.925);
1833 transform: scale(0.925);
1834 box-shadow: 0 0 0 1px #07819b;
1835 opacity: 0.5;
1836}
1837
1838/*Animation Button*/
1839/**Float**/
1840.float {
1841 display: inline-block;
1842 transition-duration: 0.3s;
1843 transition-property: transform;
1844 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1845 transform: translateZ(0);
1846 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1847}
1848.float:hover {
1849 transform: translateY(-5px);
1850}
1851
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001852/*TOOLTIP*/
1853/* Base styles for the element that has a tooltip */
1854[data-tooltip],
1855.tooltip {
1856 position: relative;
1857 cursor: pointer;
1858 text-align: center;
1859}
1860
1861/* Base styles for the entire tooltip */
1862[data-tooltip]:before,
1863[data-tooltip]:after,
1864.tooltip:before,
1865.tooltip:after {
1866 position: absolute;
1867 visibility: hidden;
1868 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1869 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
1870 opacity: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001871 -webkit-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001872 opacity 0.2s ease-in-out,
1873 visibility 0.2s ease-in-out,
1874 -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001875 -moz-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001876 opacity 0.2s ease-in-out,
1877 visibility 0.2s ease-in-out,
1878 -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001879 transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001880 opacity 0.2s ease-in-out,
1881 visibility 0.2s ease-in-out,
1882 transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001883 -webkit-transform: translate3d(0, 0, 0);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001884 -moz-transform: translate3d(0, 0, 0);
1885 transform: translate3d(0, 0, 0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001886 pointer-events: none;
1887}
1888
1889/* Show the entire tooltip on hover and focus */
1890[data-tooltip]:hover:before,
1891[data-tooltip]:hover:after,
1892[data-tooltip]:focus:before,
1893[data-tooltip]:focus:after,
1894.tooltip:hover:before,
1895.tooltip:hover:after,
1896.tooltip:focus:before,
1897.tooltip:focus:after {
1898 visibility: visible;
1899 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1900 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001901 opacity: 1;
1902}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001903
1904/* Base styles for the tooltip's directional arrow */
1905.tooltip:before,
1906[data-tooltip]:before {
1907 z-index: 1001;
1908 border: 6px solid transparent;
1909 background: transparent;
1910 content: "";
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001911}
1912
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001913/* Base styles for the tooltip's content area */
1914.tooltip:after,
1915[data-tooltip]:after {
1916 z-index: 1000;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001917 padding: 8px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001918 width: auto;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001919 background-color: #fff !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001920 color: #1B3E6F;
1921 content: attr(data-tooltip);
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001922 font-size: 12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001923 line-height: 1.2;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001924 border-radius: 3px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001925}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001926
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001927/* Directions */
1928
1929/* Top (default) */
1930[data-tooltip]:before,
1931[data-tooltip]:after,
1932.tooltip:before,
1933.tooltip:after,
1934.tooltip-top:before,
1935.tooltip-top:after {
1936 bottom: 100%;
1937 left: 50%;
1938}
1939
1940[data-tooltip]:before,
1941.tooltip:before,
1942.tooltip-top:before {
1943 margin-left: 0;
1944 margin-bottom: -12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001945 border-bottom-color: #DEE8F3;
1946 border-bottom-color: rgba(222, 232, 243, 1.0);
1947}
1948
1949/* Horizontally align top/bottom tooltips */
1950[data-tooltip]:after,
1951.tooltip:after,
1952.tooltip-top:after {
1953 margin-left: -50%;
1954}
1955
1956[data-tooltip]:hover:before,
1957[data-tooltip]:hover:after,
1958[data-tooltip]:focus:before,
1959[data-tooltip]:focus:after,
1960.tooltip:hover:before,
1961.tooltip:hover:after,
1962.tooltip:focus:before,
1963.tooltip:focus:after,
1964.tooltip-top:hover:before,
1965.tooltip-top:hover:after,
1966.tooltip-top:focus:before,
1967.tooltip-top:focus:after {
1968 -webkit-transform: translateY(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001969 -moz-transform: translateY(-12px);
1970 transform: translateY(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001971}
1972
1973/* Left */
1974.tooltip-left:before,
1975.tooltip-left:after {
1976 right: 100%;
1977 bottom: 50%;
1978 left: auto;
1979}
1980
1981.tooltip-left:before {
1982 margin-left: 0;
1983 margin-right: -12px;
1984 margin-bottom: 0;
1985 border-top-color: transparent;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001986 border-left-color: #fff;
1987 /* border-left-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001988}
1989
1990.tooltip-left:hover:before,
1991.tooltip-left:hover:after,
1992.tooltip-left:focus:before,
1993.tooltip-left:focus:after {
1994 -webkit-transform: translateX(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001995 -moz-transform: translateX(-12px);
1996 transform: translateX(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001997}
1998
1999/* Bottom */
2000.tooltip-bottom:before,
2001.tooltip-bottom:after {
2002 top: 100%;
2003 bottom: auto;
2004 left: 20%;
2005}
2006
2007.tooltip-bottom:before {
2008 margin-top: -12px;
2009 margin-bottom: 0;
2010 border-top-color: transparent;
2011 border-bottom-color: #DEE8F3;
2012 border-bottom-color: rgba(222, 232, 243, 1.0);
2013}
2014
2015.tooltip-bottom:hover:before,
2016.tooltip-bottom:hover:after,
2017.tooltip-bottom:focus:before,
2018.tooltip-bottom:focus:after {
2019 -webkit-transform: translateY(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002020 -moz-transform: translateY(12px);
2021 transform: translateY(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002022}
2023
2024/* Right */
2025.tooltip-right:before,
2026.tooltip-right:after {
2027 bottom: 50%;
2028 left: 20%;
2029}
2030
2031.tooltip-right:before {
2032 margin-bottom: 0;
2033 margin-left: -12px;
2034 border-top-color: transparent;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002035 border-right-color: #fff;
2036 /* border-right-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002037}
2038
2039.tooltip-right:hover:before,
2040.tooltip-right:hover:after,
2041.tooltip-right:focus:before,
2042.tooltip-right:focus:after {
2043 -webkit-transform: translateX(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002044 -moz-transform: translateX(12px);
2045 transform: translateX(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002046}
2047
2048/* Move directional arrows down a bit for left/right tooltips */
2049.tooltip-left:before,
2050.tooltip-right:before {
2051 top: 3px;
2052}
2053
2054/* Vertically center tooltip content for left/right tooltips */
2055.tooltip-left:after,
2056.tooltip-right:after {
2057 margin-left: 0;
2058 margin-bottom: -16px;
2059}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002060
2061/*TooltipModule - Shady*/
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002062.tooltip.in {
2063 opacity: 1.0 !important;
2064 filter:alpha(opacity=100) !important;
2065}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002066.tooltip:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002067.tooltip:after{
Sarah Abouzainah98600832020-04-22 22:55:39 +02002068 width: 100% !important;
2069}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002070.tooltip .tooltip-inner{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002071 width: auto !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002072 max-width: 280px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002073 text-align: left!important;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002074 /* color:#1B3E6F;
2075 background-color: #fff !important; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002076 color:#1B3E6F;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002077 background-color: #C3CDDB !important;
2078 border: solid 1px #C3CDDB;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002079 border-radius: 3px !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002080 border-top-left-radius: 0 !important;
2081 font-size: 12px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002082 opacity: 1.0 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002083}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002084
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002085.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002086 border-top-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002087}
2088.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002089 border-right-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002090}
2091.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002092 border-bottom-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002093}
2094.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002095 border-left-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002096}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002097
2098.btn{
2099padding-right: 20px !important;
2100padding-left: 20px !important;
2101
shaaban Altananyc133b832020-01-09 10:15:28 +02002102}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002103.btn.border-radius{
shaaban Altananyc133b832020-01-09 10:15:28 +02002104 border-radius: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002105}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002106.btn-primary{
2107 background-color: #1273EB !important;
2108 border-color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002109}
2110.btn-primary:hover {
2111 background-color: #0069d9 !important;
2112 border-color: #0062cc !important;
2113}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002114.btn + .btn{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002115 margin-left: 10px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002116}
2117.package-view-button button{
2118 width: 150px;
2119 float: right;
2120}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002121.package-view-button{
shadyb3c61a62020-02-16 15:47:33 +02002122 margin-top: 6px;
2123}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002124.package-view-button .btn{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002125 padding: 6px 21px;
2126 border-radius: 18px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002127 font-size: 13px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002128}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002129.package-view-button .btn:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002130 opacity: .9;
2131}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002132.package-view-button .btn-primary{
shadyb3c61a62020-02-16 15:47:33 +02002133 background-color: #1B3E6F !important;
2134 border-color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002135}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002136.package-view-button .btn-enrich,
2137.package-view-button .btn-enrich:focus,
2138.modal-footer .btn-primary.btn-enrich{
2139 background: #EB9A34 !important;
2140 border-color: #EB9A34 !important;
2141 color: #fff;
2142 outline: none !important;
2143}
2144.package-view-button .btn-deploy{
2145 background-color: #1273EB !important;
2146 border-color: #1273EB !important;
2147 color: #fff !important;
2148 /* background-color: #fff !important;
shadyb3c61a62020-02-16 15:47:33 +02002149 border-color: #D0DFF1 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002150 color: #1B3E6F !important; */
shadyb3c61a62020-02-16 15:47:33 +02002151}
2152.package-view-title {
2153 font-size: 11px;
2154 color: #1B3E6F;
2155 font-weight: bold;
2156 margin-bottom: 5px;
2157 margin-top: 20px;
2158}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002159.package-view-title+p{
shadyb3c61a62020-02-16 15:47:33 +02002160 font-size: 11px;
2161 margin-bottom: 0px;
2162}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002163.package-view-title+ul{
shadyb3c61a62020-02-16 15:47:33 +02002164 margin-bottom: 0px;
2165}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002166.package-view-button .btn-outline-secondary i{
shadyb3c61a62020-02-16 15:47:33 +02002167 font-size: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002168 margin-right: 4px;
shadyb3c61a62020-02-16 15:47:33 +02002169}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002170.card.creat-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002171 margin: 0;
2172 border-radius: 2px;
2173 border: 0;
2174 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2175}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002176.card.creat-card .single-line{
shadyb85e6de2020-01-22 13:47:41 +02002177 padding: 15px 25px 15px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002178}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002179.card.creat-card .single-line-model{
shadyb3c61a62020-02-16 15:47:33 +02002180 padding: 0px;
2181}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002182.card.creat-card .editor-container{
shadyb3c61a62020-02-16 15:47:33 +02002183 padding: 25px;
2184}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002185.single-line label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002186 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002187}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002188.single-line-model label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002189 margin-bottom: 0px;
2190 border-bottom: 1px solid #FAFAFA;
2191 padding: 15px 25px;
2192}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002193.single-line-model .label-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002194 width: 325px;
2195}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002196.single-line-model .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002197 width: calc(100% - 325px);
2198}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002199.single-line-model input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002200 border-bottom: 1px solid #FAFAFA !important;
2201 padding: 15px 25px 15px 0px;
2202}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002203.customKeyTitle span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002204 color: #C3CDDB !important;
2205 font-size: 11px;
2206}
2207.single-line-model input:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002208.single-line-custom-key input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002209 border-bottom-color: #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002210 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2211 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2212 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002213}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002214.model-note-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002215 width: calc(100% - 325px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002216 padding: 0px 25px 0px 0px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002217 margin-left: 325px;
2218}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002219.error-message{
2220 font-size:11px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002221 color: #FF6469;
2222}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002223.tages-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002224 margin-bottom: 25px;
2225}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002226.tag-notes{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002227 font-size: 11px;
2228 color: #C3CDDB;
2229 padding: 5px 25px 5px 0px;
2230 margin-bottom: 5px;
2231}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002232 .single-tage{
2233 background: #E0E8F2;
2234 font-size: 13px;
2235 color: #1B3E6F;
2236 border-radius: 50px;
2237 padding: 5px 10px;
2238 margin-right:10px;
2239 margin-bottom: 10px;
2240 }
2241 .single-tage a{
2242 color: #1B3E6F;
2243 font-size: 14px;
2244 }
2245 .label-name{
2246 width: 300px;
2247 display: inline-block;
2248 margin-bottom: 0px;
2249 font-size: 13px;
2250 font-weight: bold;
2251 }
2252 .label-name span{
2253 color:#FF6469 ;
2254 }
2255 .delete-key{
2256 color: #FF6469;
2257 font-size: 10px;
2258 background: #FFE6E7;
2259 border: 1px solid #FFC9CB;
2260 padding: 3px 10px 2px;
2261 margin-left: 10px;
2262 border-radius: 5px;
2263 }
2264 .delete-key:hover{
2265 color: #C94448;
2266 background: #FFC9CB;
2267 border: 1px solid #FF6469;
2268 text-decoration: none;
2269 }
2270 .label-input{
2271 width: calc(100% - 300px);
2272 display: inline-block;
2273 }
2274.form-check-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002275 margin-left: 0px !important;
2276 margin-top: 2px !important;
2277}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002278.form-check-input+span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002279 margin-left: 20px;
2280 margin-right: 50px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002281 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02002282 display: flex;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002283}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002284.form-check-input+span i{
shadyb3c61a62020-02-16 15:47:33 +02002285 margin-right: 5px;
2286 margin-left: 5px;
2287}
2288
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002289.label-input input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002290 margin-bottom: 0px;
2291 outline: 0px;
2292 border: 0px;
2293 font-size: 14px;
2294 width: 100%;
2295 color: #1B3E6F;
2296 transition: all 250ms ease-out;
2297}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002298.label-input input:focus{
2299 border-bottom: solid 1px #1B3E6F;
2300 background: transparent !important;
2301 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2302 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2303 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2304 text-shadow: none;
2305}
2306.label-input input:disabled{
2307 background: #fff;
2308 opacity: .5;
2309}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002310.label-input input[type=radio]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002311 width: auto;
2312}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002313.label-input input[type=radio]+span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002314 font-size: 12px;
2315 display: block;
2316 margin-right: 100px;
2317}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002318.single-line select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002319 margin-bottom: 0px;
2320 padding-left: 10px;
2321 padding-right: 50px;
2322 outline: 0px;
2323 border: solid 1px #EEF4F9;
2324 background: none;
2325 background: url(/assets/img/arrow.svg) 90% center #F4F9FE no-repeat;
2326 background-size: 10px;
2327 width: auto;
2328 -webkit-appearance: none;
2329 -moz-appearance: none;
2330 text-indent: 0;
2331 text-overflow: '';
2332 font-size: 13px;
2333 color: #1B3E6F;
2334}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002335.single-line select:focus{
2336 box-shadow: 0 0 0 0;
2337}
2338.single-line select option:first-child{
2339 color: #C3CDDB;
2340}
2341.single-line-model input::placeholder{
2342 font-size: 14px;
2343 color: #C3CDDB;
2344}
2345.single-line-model.error{
2346 color:#FF6469;
2347}
2348.single-line-model.error input,
2349.label-input input.ng-invalid{
2350 box-shadow: none;
2351 color:#FF6469;
2352 border-bottom: 1px solid #FF6469 !important;
2353}
2354.single-line .custom-key{
2355 background: none;
2356 border: 0px;
2357 color:#1273EB ;
2358 font-size: 15px;
2359}
2360.single-line .custom-key:focus{
2361 outline: none;
2362}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002363.creat-container{
2364 padding:70px 100px 70px 70px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002365 position: relative;
2366}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002367.single-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002368 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002369 margin-bottom: 21px;
shadyb3c61a62020-02-16 15:47:33 +02002370}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002371.single-line-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002372 width: 45%;
2373 display: inline-block;
2374}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002375.single-line-custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002376 width: 10%;
2377 display: inline-block;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002378 border-bottom: 1px solid #FAFAFA;
2379 padding: 13px 12px 14px;
shadyb3c61a62020-02-16 15:47:33 +02002380}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002381.single-line-custom-key label{
shadyb3c61a62020-02-16 15:47:33 +02002382 width: 150px;
2383 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002384 border-bottom: 1px solid #FAFAFA;
shadyb3c61a62020-02-16 15:47:33 +02002385 padding: 15px 25px;
2386}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002387.single-line-custom-key input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002388 border-bottom: 1px solid #FAFAFA !important;
2389 padding: 15px 25px 15px 0;
shadyb3c61a62020-02-16 15:47:33 +02002390}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002391.single-line-custom-key input::placeholder{
shadyb3c61a62020-02-16 15:47:33 +02002392 font-size: 14px;
2393 color: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002394}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002395.single-line-custom-key .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002396 width: calc(100% - 150px);
2397}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002398.single-line-custom-key .label-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002399 color: #C3CDDB !important;
2400 margin-right: 20px;
2401}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002402.custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002403 background: transparent;
2404 color: #FF6469;
2405 outline: 0px;
2406 border: 0px;
2407}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002408.custom-key-delete:focus{
shadyb3c61a62020-02-16 15:47:33 +02002409 outline: 0px;
2410 border: 0px;
2411}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002412hr{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002413 margin-top: 0rem !important;
2414 margin-bottom: 0rem !important;
2415 border-top: 1px solid #efefef !important;
2416}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002417.creat-action-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002418 position: fixed;
2419 right: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002420 top: 104px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002421 width: 130px;
2422 text-align: center;
2423}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002424.action-button{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002425 display: inline-block;
2426 width: 70px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002427 margin-bottom: 12px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002428 color: #BABBC3 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002429 font-size: 10px;
2430 font-weight: bold;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002431 background: transparent;
2432 border: 0;
2433 padding: 0;
2434}
2435.action-button:disabled,
2436.action-button:disabled:hover{
2437 cursor: unset;
2438 opacity: .5 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002439}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002440.action-button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002441 text-decoration: none;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002442 cursor: pointer;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002443}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002444.action-button i{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002445 background: #fff;
2446 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2447 width: 40px;
2448 height: 40px;
2449 text-align: center;
2450 line-height: 40px;
2451 border-radius: 40px;
2452 color: #1B3E6F;
2453 font-size: 17px;
2454 display: inline-block;
2455}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002456.action-button i:hover{
2457 background: #dee2e6;
2458}
2459.action-button i.icon-save-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002460 background: #1273EB;
2461 color: #fff;
2462 font-size: 11px;
2463}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002464.action-button i.icon-discard-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002465 font-size: 11px;
2466 color: #C3CDDB;
2467}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002468/* .action-button.save{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002469 color: #1273EB !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002470}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002471.action-button.save:hover{
2472 opacity: .9;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002473} */
2474
2475
2476.action-button.save{
2477 color: #66BB00 !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002478}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002479/*Flash Glowing button style*/
2480.action-button.save i{
2481background-color: #66BB00;
2482-webkit-animation: glowing 1500ms infinite;
2483-moz-animation: glowing 1500ms infinite;
2484-o-animation: glowing 1500ms infinite;
2485animation: glowing 1500ms infinite;
2486}
2487@-webkit-keyframes glowing {
2488 0% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2489 50% { background-color: #7CD116; -webkit-box-shadow: 0 0 40px #7CD116; }
2490 100% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2491}
2492
2493@-moz-keyframes glowing {
2494 0% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2495 50% { background-color: #7CD116; -moz-box-shadow: 0 0 40px #7CD116; }
2496 100% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2497}
2498
2499@-o-keyframes glowing {
2500 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2501 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2502 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2503}
2504
2505@keyframes glowing {
2506 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2507 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2508 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2509}
2510
2511
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002512.action-button.delete i{
shadyb3c61a62020-02-16 15:47:33 +02002513 color: #BABBC3;
2514}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002515.action-button.delete:hover,
2516.action-button.delete:hover .icon-delete-sm{
2517 color: #FF6469 !important;
shadyb3c61a62020-02-16 15:47:33 +02002518}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002519.mode-icon{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002520 font-size: 20px;
2521}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002522
2523/*MODAL*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002524.modal-dialog{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002525 margin-top: 60px !important;
2526}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002527.modal{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002528 z-index: 11000000 !important;
2529 background: rgba(27, 62, 111, 0.10) !important;
2530}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002531.modal-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002532 border-radius: 2px !important;
2533 border: 0 !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002534 box-shadow: 0 2px 6px rgba(47, 83, 151, .10);;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002535}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002536.modal-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002537 font-size: 14px !important;
2538}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002539.modal-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002540 padding: 1.5rem 1.5rem 1rem !important;
2541}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002542.enrichModal .modal-dialog{
2543 max-width: 60% !important;
2544}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002545.modal-body p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002546 font-size: 14px;
2547}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002548.modal-body p span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002549 color: #FF6469;
2550}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002551.modal-header{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002552 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002553 padding: .7rem 1.5rem !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002554}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002555.modal-footer{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002556 padding-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002557 border-top: 0 !important;
2558}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002559.modal-footer .btn{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002560 padding: 8px 15px;
2561 font-weight: bold;
2562 font-size: 12px;
2563 border: 0 !important;
2564}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002565.modal-footer .btn-primary{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002566 background-color: #1B3E6F !important;
2567}
2568.modal-footer .btn-secondary,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002569.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002570 background-color: transparent;
2571 color: #1273EB;
2572 opacity: .8;
2573}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002574.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002575 opacity: 1;
2576}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002577.modal-footer .btn-secondary:active{
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002578 background-color: #E7F1FC !important;
2579 color: #1B3E6F !important;
2580}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002581.btn-modal-remove-file:hover{
2582 cursor: pointer;
2583}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002584.action-button span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002585 width: 100%;
2586 display: inline-block;
2587 margin-top: 5px;
2588}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002589.creat-action-container hr{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002590 margin: 0 46px;
2591 padding-bottom: 18px;
2592}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002593.btn-link:hover, .btn-link:focus{
shaaban Altananyc133b832020-01-09 10:15:28 +02002594 text-decoration: none !important;
2595}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002596.btn-link::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002597 content: "\f107";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002598 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002599 position: relative;
2600 margin-right: 20px;
2601}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002602.btn-link.collapsed::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002603 content: "\f105";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002604 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002605 position: relative;
shadyb85e6de2020-01-22 13:47:41 +02002606 margin-right: 25px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002607}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002608.btn-link i{
shaaban Altananyc133b832020-01-09 10:15:28 +02002609 margin-right: 10px;
2610}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002611.ngx-file-drop__content{
shaaban Altananyc133b832020-01-09 10:15:28 +02002612 background: #F4F9FE;
2613 padding: 20px;
2614 height: auto !important;
2615 display: inline-block !important;
2616 width: 100%;
2617}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002618.ngx-file-drop__drop-zone{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002619 border: 1px dashed #D7E7F9 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002620 border-radius: 0px !important;
2621 height: auto !important;
2622}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002623.folder-upload{
shaaban Altananyc133b832020-01-09 10:15:28 +02002624 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002625 margin: 15px auto 18px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002626 display: inline-block;
2627 text-align: center;
2628}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002629.btn-group-sm>.btn, .btn-sm{
shadyb85e6de2020-01-22 13:47:41 +02002630 font-size: 12px;
2631}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002632.create-title{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002633 margin-bottom: 0;
shadyb85e6de2020-01-22 13:47:41 +02002634 font-size: 14px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002635 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002636 /* text-transform: uppercase; */
2637 line-height: 32px;
shadyb85e6de2020-01-22 13:47:41 +02002638}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002639.folder-upload-text{
shaaban Altananyc133b832020-01-09 10:15:28 +02002640 margin-top: 10px;
2641 width: 100%;
2642 display: inline-block;
2643 text-align: center;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002644 color:#242424 ;
shadyb85e6de2020-01-22 13:47:41 +02002645 font-size: 14px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002646}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002647.folder-upload-text button{
shaaban Altananyc133b832020-01-09 10:15:28 +02002648 margin-left: 10px;
2649 font-size: 12px;
2650}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002651.folder-upload-type{
2652 color:#A4B2C6 ;
shaaban Altananyc133b832020-01-09 10:15:28 +02002653 font-size: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002654 font-weight: bold;
shaaban Altananyc133b832020-01-09 10:15:28 +02002655 width: 100%;
2656 display: inline-block;
2657 text-align: center;
2658}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002659.upload-table{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002660 margin: 15px 0 0;
2661}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002662.upload-table tr{
2663 border: dashed 1px #D7E7F9;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002664}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002665.upload-table tr th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002666 border-bottom: solid 1px #F4F9FE !important;
2667}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002668.upload-table .table thead th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002669 padding: 6px 9px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002670 border-top: 0px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002671 font-weight: normal;
2672 font-size: 13px;
2673}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002674.upload-table .table thead th:first-child{
2675 width: 24px;
2676 padding-right: 0;
2677}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002678.upload-table tr:last-child th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002679 border-bottom: 0 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002680}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002681.upload-table .table{
shaaban Altananyc133b832020-01-09 10:15:28 +02002682 margin-bottom: 0px !important;
2683}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002684.nav-tabs .nav-link{
shaaban Altananyc133b832020-01-09 10:15:28 +02002685 position: relative;
2686}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002687.nav-tabs .nav-link.tab-done{
shadyb3c61a62020-02-16 15:47:33 +02002688 padding-left: 40px !important;
2689}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002690.nav-tabs .nav-link.tab-done::after{
shaaban Altananyc133b832020-01-09 10:15:28 +02002691 content: "\f058";
2692 position: absolute;
2693 font-family: 'FontAwesome';
shadyb3c61a62020-02-16 15:47:33 +02002694 left: 17px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002695 font-size: 16px;
2696 top: 11px;
2697 color: #66BB00;
2698}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002699.authentication-container-all{
shadyb85e6de2020-01-22 13:47:41 +02002700 background: #F4F9FE;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002701 border:1px solid #D0DFF1 ;
shadyb85e6de2020-01-22 13:47:41 +02002702 flex: 1;
2703 width: 100%;
2704}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002705.authentication-header{
shadyb85e6de2020-01-22 13:47:41 +02002706 width: 100%;
2707 background: #fff;
2708 font-size: 12px;
2709 color: #C3CDDB;
2710 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002711 padding: 10px 20px ;
shadyb85e6de2020-01-22 13:47:41 +02002712}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002713.authentication-search{
shadyb85e6de2020-01-22 13:47:41 +02002714 width: 100%;
2715 background: #fff;
2716 font-size: 12px;
2717 color: #C3CDDB;
2718 font-weight: bold;
2719 position: relative;
2720}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002721.authentication-search::after{
shadyb85e6de2020-01-22 13:47:41 +02002722 content: "\f002";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002723 font-family: 'FontAwesome';
2724 position: absolute;
2725 left: 20px;
2726 top: 11px;
shadyb85e6de2020-01-22 13:47:41 +02002727}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002728.authentication-search input{
shadyb85e6de2020-01-22 13:47:41 +02002729 width: 100%;
2730 background: #fff;
2731 font-size: 12px;
2732 color: #C3CDDB;
2733 font-weight: bold;
2734 padding: 10px 20px 10px 35px;
2735 border: 0px;
2736 border-top: 1px solid #D7E7F9;
2737}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002738.authentication-search input::placeholder{
shadyb85e6de2020-01-22 13:47:41 +02002739 color: #D0D7E4;
2740 font-size: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002741 font-weight:100;
shadyb85e6de2020-01-22 13:47:41 +02002742}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002743.authentication-accordion{
2744 width: 100%;
shadyb85e6de2020-01-22 13:47:41 +02002745 padding: 20px;
2746 max-height: 300px;
2747 overflow: auto;
2748}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002749.authentication-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002750 border-radius: 0px !important;
2751 margin-bottom: 10px !important;
2752}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002753.authentication-accordion .card-header{
shadyb85e6de2020-01-22 13:47:41 +02002754 padding: 0px !important;
2755 background: #fff !important;
2756 border-radius: 0px !important;
2757 font-size: 18px;
2758 font-weight: bold;
2759}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002760.authentication-accordion .card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002761 color: #1B3E6F;
2762 width: 100%;
2763 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002764 padding: 9px 0px !important;
2765 font-size: 13px;
2766 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002767}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002768.authentication-accordion .custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002769 display: inline-block;
2770}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002771.authentication-accordion .btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002772 margin-right: 10px;
2773}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002774.authentication-accordion .btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002775 margin-right: 14px;
2776}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002777.template-mapping-accordion{
shadyb85e6de2020-01-22 13:47:41 +02002778 width: 100%;
2779}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002780.templateNote{
2781 font-size: 12px;
2782 color: #C1CDDD;
2783}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002784.card-header .btn.regularTitle{
2785 padding-left: 0 !important;
2786 padding-right: 0 !important;
2787 color: #1B3E6F;
2788 font-size: 13px;
2789 font-weight: bold;
2790}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002791.template-mapping-accordion .accordian-title{
2792 color: #C3CDDB !important;
2793 font-size: 12px !important;
2794 font-weight: normal !important;
2795}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002796.card{
shadyb85e6de2020-01-22 13:47:41 +02002797 border-radius: 2px;
2798 border: 0;
2799 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2800 border: 0px !important;
2801}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002802.card-header{
shadyb3c61a62020-02-16 15:47:33 +02002803 padding: 0px 25px !important;
shadyb85e6de2020-01-22 13:47:41 +02002804 background: #F4F9FE !important;
2805 border-radius: 0px !important;
2806 border-bottom: 1px solid #ECEDF2 !important;
2807}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002808.template-mapping-accordion .card-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002809 padding: 20px 26px 0 !important;
shadyb85e6de2020-01-22 13:47:41 +02002810 font-size: 14px;
2811}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002812.card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002813 color: #1B3E6F;
2814 width: 100%;
2815 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002816 padding: 9px 0px !important;
2817 font-size: 13px;
2818 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002819}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002820.accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002821 margin-bottom: 0px !important;
2822 border-top: 1px solid #ECEDF2 !important;
2823}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002824.accordion > .card > .card-header{
2825 padding: 0 !important;
2826}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002827.template-mapping-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002828 margin-bottom: 25px !important;
2829}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002830.custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002831 display: inline-block;
2832}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002833.btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002834 margin-right: 10px;
2835}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002836.btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002837 margin-right: 14px;
2838}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002839.drap-drop-action{
shadyb85e6de2020-01-22 13:47:41 +02002840 padding: 12px 20px 9px 20px;
2841 color: #C3CDDB;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002842 cursor:move;
shadyb85e6de2020-01-22 13:47:41 +02002843 font-size: 15px;
2844}
2845.modal-title {
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002846 font-size: 13px;
2847 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002848}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002849.select-type{
shadyb85e6de2020-01-22 13:47:41 +02002850 background: #F4F9FE;
2851 border: 1px solid #D7E7F9;
2852 padding: 10px;
2853 text-align: center;
2854 color: #1273EB;
2855 font-size: 15px;
2856 width: 100%;
2857 position: relative;
2858}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002859.select-type:hover, .select-type.active{
shadyb85e6de2020-01-22 13:47:41 +02002860 background: #1B3E6F;
2861 border: 1px solid #D7E7F9;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002862 color: #fff;
shadyb85e6de2020-01-22 13:47:41 +02002863 text-decoration: none;
2864}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002865.select-type-icon{
shadyb85e6de2020-01-22 13:47:41 +02002866 font-size: 35px;
2867}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002868.select-type::before{
shadyb85e6de2020-01-22 13:47:41 +02002869 content: '';
2870 border: 1px solid #1273EB;
2871 width: 18px;
2872 height: 18px;
2873 border-radius: 18px;
2874 display: inline-block;
2875 left: 10px;
2876 position: absolute;
2877}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002878.select-type:hover::before, .select-type.active::before{
shadyb85e6de2020-01-22 13:47:41 +02002879 border: 1px solid #fff;
2880}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002881.select-type.active::after{
shadyb85e6de2020-01-22 13:47:41 +02002882 content: '';
2883 background: #fff;
2884 width: 12px;
2885 height: 12px;
2886 border-radius: 18px;
2887 display: inline-block;
2888 left: 13px;
2889 position: absolute;
2890 top: 13px;
2891}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002892.ace_scroller{
2893 overflow: auto !important;
2894}
2895.ace_print-margin{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002896 left: 100% !important;
shadyb3c61a62020-02-16 15:47:33 +02002897 background: #eee !important;
2898}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002899.ace_content{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002900 width: 100% !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002901}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002902.ace_editor{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002903 height: 55vh !important;
shadyb3c61a62020-02-16 15:47:33 +02002904 line-height: 25px;
2905 border: 1px solid #ECEDF2;
2906 background-color: #fff;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002907 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002908}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002909.ace_gutter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002910 background: #E0E8F2 !important;
2911 border-right: 0px !important;
2912 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002913}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002914.ace_gutter-active-line{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002915 background-color: #265699 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002916 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +02002917}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002918.ace_cursor{
2919 color: #265699 !important;
shadyb3c61a62020-02-16 15:47:33 +02002920}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002921.ace-tm .ace_marker-layer .ace_active-line{
2922 background: #F4F9FE !important;
shadyb3c61a62020-02-16 15:47:33 +02002923}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002924.breadcrumb-header{
shadyb3c61a62020-02-16 15:47:33 +02002925 padding: 0px;
2926 margin: 0px;
2927}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002928.breadcrumb-header li{
shadyb3c61a62020-02-16 15:47:33 +02002929 list-style: none;
2930 display: inline-block;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002931 font-size: 14px;
shadyb3c61a62020-02-16 15:47:33 +02002932}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002933
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002934.breadcrumb-header li:last-child::after{
shadyb3c61a62020-02-16 15:47:33 +02002935 display: none;
2936}
2937
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002938.breadcrumb-header li:last-child{
2939/* background: #F4F9FE; */
2940border-radius: 50px;
2941color: #C3CDDB;
2942padding: 0 10px 0 0;
shadyb3c61a62020-02-16 15:47:33 +02002943}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002944.breadcrumb-header li:first-child,
2945.breadcrumb-header li:first-child a{
shadyb3c61a62020-02-16 15:47:33 +02002946 font-size: 16px;
2947 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002948 padding: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002949 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002950 border-radius: 0px;
2951 background: transparent;
shadyb3c61a62020-02-16 15:47:33 +02002952}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002953.create-template-import{
shadyb3c61a62020-02-16 15:47:33 +02002954 width: 100%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002955 margin: 30px 0px 10px ;
shadyb3c61a62020-02-16 15:47:33 +02002956}
2957
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002958.create-template-import a:hover{
shadyb3c61a62020-02-16 15:47:33 +02002959 text-decoration: none;
2960}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002961.mapping-source-load{
shadyb3c61a62020-02-16 15:47:33 +02002962 color: #1B3E6F;
2963 font-size: 10px;
2964 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002965 display: inline-block;
2966 vertical-align: top;
shadyb3c61a62020-02-16 15:47:33 +02002967 margin-top: 20px;
2968 margin-bottom: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002969 margin:15px 30px 20px;
shadyb3c61a62020-02-16 15:47:33 +02002970}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002971.mapping-source-load:hover{
shadyb3c61a62020-02-16 15:47:33 +02002972 text-decoration: none;
2973}
2974.mapping-source-load i {
2975 color: #1B3E6F;
2976 font-size: 36px;
2977 padding: 10px;
shadyb3c61a62020-02-16 15:47:33 +02002978 border-radius: 100px;
2979 width: 70px;
2980 height: 70px;
2981 display: inline-block;
2982 line-height: 52px;
2983 margin-bottom: 20px;
2984}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002985.mapping-source-load:hover i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002986 background: #F4F9FE;
2987}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002988.mapping-source-load:hover span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002989 color: #1273EB;
2990}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002991.source-load-note{
2992 color:#C3CDDB ;
shadyb3c61a62020-02-16 15:47:33 +02002993 font-size: 8px;
2994}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002995.mapping-source-load.hover-disable{
2996 opacity: .5;
2997}
2998.mapping-source-load.hover-disable:hover span{
2999 color: #1B3E6F;
3000}
3001.mapping-source-load.hover-disable:hover i{
3002 background: transparent;
3003}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003004.template-mapping-list{
shadyb3c61a62020-02-16 15:47:33 +02003005 background: #F4F9FE;
3006 border: 1px solid #E9F3FF;
3007 padding: 5px 10px;
3008 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3009 width: 100%;
3010 display: inline-block;
3011 margin-bottom: 20px;
3012 color: #1B3E6F;
3013}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003014.template-mapping-list:hover,
3015.template-mapping-list.active {
3016 /* background: #1B3E6F; */
shadyb3c61a62020-02-16 15:47:33 +02003017 text-decoration: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003018 /* color: #fff !important; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003019 border-radius: 4px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003020 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
shadyb3c61a62020-02-16 15:47:33 +02003021}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003022.template-mapping-list p,
3023.template-mapping-list:hover p{
3024 margin-bottom: 0;
3025 width: 60%;
3026 display: inline-block !important;
3027}
3028.template-mapping-list:hover p{
3029 width: 90%;
3030}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003031.template-mapping-list:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003032 opacity: .9;
3033}
3034
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003035.template-mapping-list span{
shadyb3c61a62020-02-16 15:47:33 +02003036 background: #fff;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003037 border: solid 1px #E9F3FF;
shadyb3c61a62020-02-16 15:47:33 +02003038 color: #2A81ED;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003039 font-size: 9px;
shadyb3c61a62020-02-16 15:47:33 +02003040 float: right;
3041 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003042 padding: 3px 10px;
shadyb3c61a62020-02-16 15:47:33 +02003043 margin-left: 5px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003044}
3045.template-mapping-list:hover span{
3046 display: none;
3047}
3048.deleteTemplate{
3049 display: none;
3050 position: absolute;
3051 right: 21px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003052 top: 2px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003053 border: 0;
3054 background: transparent;
3055}
3056.deleteTemplate i{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003057 color: #FF6469 !important;
3058 font-size: 16px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003059}
3060.template-mapping-list:hover .deleteTemplate{
3061 display: inline;
shadyb3c61a62020-02-16 15:47:33 +02003062}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003063.max-height-list{
shadyb3c61a62020-02-16 15:47:33 +02003064 max-height: 232px;
3065 padding-bottom: 5px !important;
3066 overflow: auto;
3067}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003068.create-template-mapping-button{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003069 background: #C3CDDB;
3070 border-radius: 50px;
3071 font-size: 12px;
3072 font-weight: bold;
3073 padding: 10px 20px;
3074 margin-bottom: 20px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003075 display: inline-block;
3076 cursor: pointer;
shadyb3c61a62020-02-16 15:47:33 +02003077}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003078.create-template-mapping-button i{
3079margin-right: 5px;
3080 }
3081.view-package-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003082 padding: 20px 56px;
shadyb3c61a62020-02-16 15:47:33 +02003083}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003084.package-type-icon{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003085 color: #1B3E6F;
3086 background: #C1CDDD;
3087 width: 48px;
3088 height: 48px;
3089 border-radius: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003090 display: inline-block;
3091 text-align: center;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003092 line-height: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003093 font-size: 20px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003094 /* margin-right: 20px; */
shadyb3c61a62020-02-16 15:47:33 +02003095}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003096.defintionsNote{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003097 padding-left: 0;
3098}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003099.defintionsNote li{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003100 line-height: 24px;
3101 list-style: none;
3102 font-size: 13px;
3103}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003104.package-name-container{
shadyb3c61a62020-02-16 15:47:33 +02003105 width: calc(100% - 60px);
3106 display: inline-block;
3107}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003108.package-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003109 font-size: 16px;
3110 color: #1B3E6F;
3111 font-weight: bold;
3112 margin-top: 3px;
shadyb3c61a62020-02-16 15:47:33 +02003113}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003114.package-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003115 font-size: 11px;
shadyb3c61a62020-02-16 15:47:33 +02003116}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003117.package-name i{
shadyb3c61a62020-02-16 15:47:33 +02003118 font-size: 12px;
3119 color: #C3CDDB;
3120 margin-left: 5px;
3121}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003122.deply-status-icon{
Sarah Abouzainah95c95202020-07-05 19:45:40 +02003123 margin-right: 4px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003124 width: 1.6%;
3125 vertical-align: baseline;
shadyb3c61a62020-02-16 15:47:33 +02003126}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003127.package-description{
shadyb3c61a62020-02-16 15:47:33 +02003128 color: #D0D7E4;
3129 font-size: 12px;
3130 font-weight: normal;
3131}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003132.package-auth-info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003133 font-size: 11px;
3134}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003135.package-auth-info p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003136 margin-bottom: 5px;
3137}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003138.package-auth-info div{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003139 padding-left: 25px;
3140 border-right: solid 1px #F4F9FE;
3141}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003142.package-auth-info div:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003143 padding-left: 15px;
3144}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003145.package-auth-info .col-4:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003146 padding-left: 15px;
3147}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003148.package-auth-info div:last-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003149 border-right: 0;
3150}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003151.package-auth-info .package-contributers{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003152 margin-bottom: 0 !important;
3153}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003154.package-auth-info .package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003155 width: 20px;
3156 height: 20px;
3157}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003158.template-mapping-action{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003159 margin-bottom: 20px;
shadyb3c61a62020-02-16 15:47:33 +02003160}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003161.template-mapping-action button{
shadyb3c61a62020-02-16 15:47:33 +02003162 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003163 padding: 4px 20px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003164 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02003165}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003166.template-mapping-action .btn-primary{
3167 background:#5DBDBA !important ;
3168 border-color:#5DBDBA !important ;
3169 color: #fff !important ;
shadyb3c61a62020-02-16 15:47:33 +02003170}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003171.template-mapping-action .btn-outline-secondary{
3172 background:#fff !important ;
3173 border-color:#ECEDF2 !important ;
3174 color: #C3CDDB !important ;
shadyb3c61a62020-02-16 15:47:33 +02003175}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003176.template-mapping-action .btn-outline-secondary:hover{
3177 color: #1B3E6F !important;
3178}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003179.table-container{
shadyb3c61a62020-02-16 15:47:33 +02003180 width: 100%;
3181}
3182/*
3183 server-side-angular-way.component.css
3184*/
3185.no-data-available {
3186 text-align: center;
3187}
3188
3189/*
3190 src/styles.css (i.e. your global style)
3191*/
3192.dataTables_empty {
3193 display: none;
3194}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003195.dataTables_length,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003196.dataTables_filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003197 margin-bottom: 6px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003198 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003199 font-size: 13px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003200 /* font-weight: bold; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003201}
3202
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003203.dataTables_filter input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003204 color: #1B3E6F;
3205 background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003206 padding: 4px 9px 4px 24px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003207 border: solid 1px #ECEDF2;
3208 border-radius: 4px;
3209}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003210.dataTables_filter input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003211 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3212}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003213.mapping-table th,
3214.mapping-table td{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003215 width: auto !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003216 padding: 7px 20px 7px 0 !important;
3217 border-bottom: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003218 font-size: 13px;
3219}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003220.mapping-table th:first-child,
3221.mapping-table td:first-child{
3222 padding-left: 20px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003223}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003224.mapping-table thead th{
3225 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003226}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003227.mapping-table tbody tr:hover{
3228 background-color: #F4F9FE !important;
3229}
3230.mapping-table th{
3231 padding-top: 10px !important;
3232 padding-bottom: 10px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003233 background: #F4F9FE;
3234}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003235.mapping-table td{
3236 border-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003237}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003238table.dataTable.no-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003239 margin-bottom: 9px;
3240 border-bottom: solid 1px #ECEDF2 !important;
3241}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003242.dataTables_info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003243 padding-top: 12px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003244 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003245 font-size: 13px;
3246 font-weight: bold;
3247}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003248.dataTables_wrapper .dataTables_paginate,
3249.dataTables_wrapper .dataTables_paginate a.paginate_button,
3250.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003251.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003252 margin-bottom: 3px;
3253 color: #1B3E6F !important;
3254 font-size: 13px;
3255 font-weight: bold;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003256 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003257}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003258.dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003259 border: 0;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003260 color: #1B3E6F !important;
3261 background: none !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003262}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003263.dataTables_wrapper .dataTables_paginate a.paginate_button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003264 padding: 0.4em .9em !important;
3265}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003266.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003267 color: #1B3E6F !important;
3268 background: #F4F9FE !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003269 border: solid 1px #EEF4F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003270 border-radius: 100% !important;
3271 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3272 outline: 0;
3273}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003274.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003275 opacity: .6;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003276}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003277.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003278 cursor: default;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003279 background: none !important;
3280 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003281}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003282.mapping-table .form-control,
3283.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003284 padding: 10px 6px;
3285 border-color: #EEF4F9;
3286 font-size: 14px;
3287 line-height: 12px;
3288 color: #1B3E6F;
3289}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003290.mapping-table .form-control{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003291 box-shadow: 0 2px 4px rgba(47,83,151,0.1);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003292}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003293.mapping-table tbody tr:hover .form-control:focus,
3294.mapping-table tbody tr:hover .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003295 background-color: #fff !important;
3296}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003297.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003298 background-color: #F4F9FE;
3299 color: #1B3E6F;
3300}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003301.mapping-table .form-control:disabled{
Sarah Abouzainah98600832020-04-22 22:55:39 +02003302 padding-left: 0;
3303 box-shadow: none;
3304 border: 0;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003305 background: transparent !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003306 color: #1B3E6F;
3307}
AhmedEldeeb50bf566c12020-05-07 16:10:33 +02003308
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003309/* Windows View as 150% */
3310@media (resolution: 150dpi) {
3311 /* @media (-webkit-device-pixel-ratio: 1.5) { */
3312 .body-container > .container{
3313 max-width: 960px !important;
3314 }
3315}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003316/* Extra small devices (portrait phones, less than 576px) */
3317@media (max-width: 575.98px) {
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003318 .page-title{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003319 padding: 18px;
3320 }
3321}
3322
3323/* Small devices (landscape phones, 576px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003324@media (min-width: 576px) and (max-width: 767.98px) {
3325
3326}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003327
3328/* Medium devices (tablets, 768px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003329@media (min-width: 768px) and (max-width: 991.98px) {
3330
3331}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003332
3333/* Large devices (desktops, 992px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003334@media (min-width: 992px) and (max-width: 1199.98px) {
3335
3336}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003337
3338/* Extra large devices (large desktops, 1200px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003339@media (min-width: 1200px) {
3340
3341}
3342
3343
3344
3345
3346
3347
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003348/* Package Wizard panel */
3349.packageWizard.panel-wrap{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003350 position: fixed;
3351 top: 100px;
3352 bottom: 0;
3353 right: 0;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003354 width: 350px;
3355 height: 200px;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003356 transform: translateX(100%);
3357 transition: .3s ease-out;
3358 z-index: 2000;
3359}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003360.packageWizard .panel{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003361 position: absolute;
3362 top: 0;
3363 bottom: 0;
3364 left: 0;
3365 right: 0;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003366 overflow: auto;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003367 padding: 20px;
3368 padding-top: 9px;
3369 background: #fff;
3370 color: #1B3E6F;
3371 border-top: solid 6px #1273EB;
3372 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
3373 border-radius: 3px !important;
3374 /* border-top-right-radius: 0 !important;
3375 border-bottom-right-radius: 0 !important; */
3376 text-align: center;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003377}
3378
3379/* simulate panel state control --
3380this can also be triggered by a
3381class name added to the body tag.
3382Just using a checkbox sibling here
3383for simplicity
3384*/
3385[type="checkbox"]:checked ~ .panel-wrap {
3386 transform: translateX(0%);
3387}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003388.packageWizard h3{
3389 margin-bottom: 15px;
3390 font-weight: bold !important;
3391 font-size: 16px;
3392}
3393.packageWizard p{
3394 margin-bottom: 12px;
3395 font-size: 14px;
3396}
3397.packageWizard span{
3398 font-size: 13px;
3399 color: #C3CDDB;
3400}
3401.startTour{
3402 margin-top: 15px;
3403 padding: 9px 21px;
3404 font-weight: bold;
3405 font-size: 12px;
3406 border: 0;
3407 border-radius: 18px;
3408 background-color: #1273EB;
3409 color: #fff;
3410}
3411.closeWizard{
3412 margin-top: 12px;
3413 border: 0;
3414 background: none;
3415 font-weight: normal;
3416 color: #1273EB;
3417 font-size: 12px;
3418}
3419/*Wizard Content*/
3420.mat-menu-panel{
3421 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
3422 border-radius: 3px !important;
3423 border-bottom: solid 3px #1273EB;
3424}
3425.mat-menu-panel::after {
3426 content: '';
3427 display: block;
3428 width: 0;
3429 height: 0;
3430 position: absolute;
3431 border-left: 8px solid transparent;
3432 border-right: 8px solid transparent;
3433 border-bottom: 8px solid #fff;
3434 left: 9px;
3435 top: -8px;
3436}
3437.mat-card{
3438 background: #fff !important;
3439 color: #1B3E6F !important;
3440 font-family: inherit !important;
3441 border-radius: 0 !important;
3442}
3443.mat-card-content,
3444.mat-card-subtitle{
3445 font-size: 13px;
3446}
3447.mat-card-title{
3448 margin-bottom: 9px !important;
3449 font-weight: bold !important;
3450 font-size: 16px !important;
3451}
3452.mat-icon-button[disabled]{
3453 color: rgba(27, 62, 111, .5) !important;
3454}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003455
3456
3457
3458
3459
3460
3461
3462