blob: 56ffbdf8b0e249bc848fef4b6c837412466539e3 [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}
Sarah Abouzainah89498dc2020-09-27 15:30:27 +0200977.helpMenu li:hover,
978.helpMenu li:hover i,
979.helpMenu li:hover p{
980 cursor: pointer;
981}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +0200982.helpMenu li:not(:last-child){
983 margin-bottom: 9px;
984}
985.helpMenu .dropdown-text i{
986 text-align: center;
987 font-size: 19px;
988 color: #C3CDDB;
989 vertical-align: middle;
990}
991.helpMenu:hover .dropdown-text i{
992 color: #1B3E6F;
993}
994.helpMenu .dropdown-content{
995 padding: 6px;
996}
997.helpMenu .dropdown-content a{
998 padding: 0 12px;
999 text-align: left;
1000 text-indent: 0;
1001 font-size: 14px;
1002 line-height: 22px;
1003}
1004.helpMenu .dropdown-content p{
1005 display: inline;
1006 line-height: 15px;
1007 font-weight: bold;
1008}
1009.helpMenu .dropdown-content p:hover{
1010 cursor: pointer;
1011}
1012.helpMenu .dropdown-content p label{
1013 display: inline;
1014}
1015.helpMenu .dropdown-content p input{
1016 display: none;
1017}
1018.helpMenu .dropdown-content span{
1019 display: inline-block;
1020 padding-left: 18px;
1021 font-size: 13px;
1022 color: #C1CDDD;
1023 font-weight: normal;
1024}
1025.helpMenu .dropdown-toggle:focus ~ .dropdown-text{
1026 background-color: #F4F9FE;
1027 border-radius: 50%;
1028}
1029.helpMenu .dropdown-content{
1030 width: 262px;
1031}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001032.help-btn{
1033 border-right: solid 1px #ECEDF2;
1034}
1035.help-btn .nav-link{
1036 padding: 7px 8px 0 !important;
1037}
1038.help-btn i{
1039 font-size: 19px;
1040 color: #C3CDDB;
1041}
1042.help-btn a:hover i{
1043 color: #1B3E6F;
1044}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001045.header-button-save button{
shadyb3c61a62020-02-16 15:47:33 +02001046 border-radius: 50px;
1047}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001048/*Page Title*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001049.page-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001050 padding: 20px 30px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001051 background:#fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001052 border-left: solid 1px #FAFAFA;
1053 margin-bottom: 21px;
1054 -webkit-box-shadow: 0 4px 10px 0 #eef0f5;
1055 box-shadow: 0 4px 10px 0 #eef0f5;
1056 position: relative;
1057 z-index: 8;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001058 /* position: fixed;
1059 width: calc(100% - 50px); */
shaaban Altananyba3756e2020-01-07 12:08:44 +02001060}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001061.page-title h2{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001062 font-size: 16px;
1063 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001064 padding-top: 1px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001065}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001066.page-title h2 span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001067 color: #C3CDDB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001068 font-size: 14px;
1069}
1070/*Content*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001071.body-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001072 padding: 0 30px !important;
1073}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001074.body-container > .container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001075 padding: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001076}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001077.search-filter-col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001078 padding-right: 0 !important;
1079 border-bottom: solid 1px #ECEDF2 !important;
1080}
1081/**Packages Filter**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001082.packagesFilter{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001083 margin-top: 12px;
1084 margin-bottom: 7px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001085 z-index: 220 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001086}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001087.packagesFilter .dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001088 height: 36px !important;
1089}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001090.packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001091 border-color: transparent transparent #1B3E6F transparent;
1092}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001093.packagesFilter .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001094 background: transparent;
1095 border: 0;
1096 box-shadow: none;
1097 text-indent: 14px;
1098 line-height: 30px;
1099 font-size: 12px;
1100}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001101.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001102 right: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001103 border: solid !important;
1104 border-width: 5px 4px 0 4px !important;
1105 border-color: #1B3E6F transparent transparent transparent !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001106}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001107.packagesFilter .dropdown-toggle:hover ~ .dropdown-text,
1108.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001109 background-color: transparent;
1110 box-shadow: none;
1111 border-radius: 0;
1112}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001113.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001114 background: #fff;
1115 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1116}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001117.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001118 top: 12px;
1119}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001120.packagesFilter .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001121 padding: 6px 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001122 background: #fff;
1123 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1124 border: 0;
1125 border-top-left-radius: 0;
1126 border-top-right-radius: 0;
1127 border-bottom-left-radius: 2px;
1128 border-bottom-right-radius: 2px;
1129}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001130.packagesFilter .dropdown-content li:hover .custom-checkbox{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001131 cursor: pointer;
1132}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001133.packagesFilter .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001134.packagesFilter .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001135 top: 30px;
1136}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001137.packagesFilter .form-control{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001138 padding: 12px 9px 12px 38px !important;
1139 border: 0 !important;
1140 border-bottom: solid 1px #D7E7F9 !important;
1141 background: url(../src/assets/img/icon-search.svg) 15px center no-repeat;
1142 background-size: 4%;
1143 border-radius: 0 !important;
1144 color: #1B3E6F;
1145 font-size: 13px;
1146}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001147.packagesFilter .form-control::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001148 color: #BABBC3;
1149}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001150.packagesFilter .form-control:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001151 box-shadow: none !important;
1152 border-bottom: solid 1px #1B3E6F !important;
1153}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001154.packagesFilter .custom-checkbox{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001155 margin-left: 8px;
1156}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001157.packagesFilter .custom-control-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001158 left: 10px;
1159}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001160.packagesFilter .custom-control-label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001161 line-height: 28px !important;
1162 font-size: 13px !important;
1163 text-indent: 6px !important;
1164}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001165.fillteredTags{
1166 margin-left: 3px;
1167 padding: 3px 3px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001168 background: #C3CDDB;
1169 color: #1B3E6F;
1170 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001171 border-radius: 4px;
1172}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001173/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001174.sort-packages{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001175 font-size: 12px;
1176 font-weight: bold;
1177 color: #C3CDDB;
1178}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001179.sort-packages .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001180 width: 88px;
1181}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001182.sort-packages .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001183 background: transparent;
1184 border: 0;
1185 box-shadow: none;
1186 color: #1B3E6F;
1187}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001188.sort-packages .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001189 border-color: #1B3E6F transparent transparent transparent;
1190}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001191.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001192 border-color: transparent transparent #1B3E6F transparent;
1193}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001194.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
1195.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001196 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1197 background: #fff;
1198}
1199.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001200.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001201 top: 30px;
1202}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001203.sort-packages .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001204 width: 88px;
1205 padding: 6px 0;
1206 background: #fff;
1207 border-radius: 2px;
1208 border: 0;
1209 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1210}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001211.sort-packages .dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001212 color: #1B3E6F;
1213 font-size: 12px;
1214}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001215.sort-packages .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001216 background-color: #F4F9FE;
1217 text-decoration: unset;
1218}
1219/**Pagination**/
1220.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001221.page-item.disabled .page-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001222 background: transparent !important;
1223 border: 0;
1224 color: #1B3E6F !important;
1225 font-size: 14px;
1226}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001227.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001228 color: #1B3E6F !important;
1229 background-color: #fff !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001230 border-radius: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001231 transition: 0.3s;
1232 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
1233}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001234.page-item.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001235 opacity: .3;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001236}
1237/**Packages Cards***/
1238/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001239.packages-card .card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001240 margin: 0;
1241 border-radius: 2px;
1242 border: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001243 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001244}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001245.packages-card .card:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001246 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001247 transition: all 0.5s ease;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001248 cursor: pointer;
1249}
1250.packages-card .card:hover .card-title,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001251.packages-card .card:hover .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001252 color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001253}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001254.packages-card .card-title{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001255 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001256 font-size: 14px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001257 font-weight: bold;
1258}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001259.packages-card .card-title .packageName{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001260 margin-bottom: 0;
1261 display: inline-block;
1262 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001263 max-width: 64%;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001264 white-space: nowrap;
1265 overflow: hidden;
1266 text-overflow: ellipsis;
1267 font-size: 13px;
1268 vertical-align: bottom;
1269 color: #1B3E6F;
1270}
1271.packages-card .card-title:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001272.packages-card .card-title:hover .packageName{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001273 text-decoration: none;
1274 color: #1273EB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001275}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001276.packages-card .card-body{
Ahmed Abbaseea49072019-11-27 15:04:18 +02001277 padding-bottom: 0 !important;
1278}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001279.packages-card .card-footer .col{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001280 padding-left: 3px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001281 text-align: left;
Ahmed Abbaseea49072019-11-27 15:04:18 +02001282}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001283
shaaban Altananyba3756e2020-01-07 12:08:44 +02001284/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001285.addPaackage-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001286 background: #F4F9FE !important;
1287 border: solid 1px #D7E7F9 !important;
1288}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001289.addPaackage-card:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001290 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
1291}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001292
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001293.addPaackage-card a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001294 text-decoration: unset;
1295}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001296.addPaackage-card .card-footer .col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001297 padding: 0;
1298 text-align: right;
1299}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001300.addPaackage-card .card-footer .col:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001301 text-align: left;
1302}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001303.btn-create-package,
1304.btn-import-package{
Sarah Abouzainahced91552020-06-04 17:45:57 +02001305 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001306}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001307.btn-create-package{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001308 margin-bottom: 6px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001309}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001310.btn-import-package{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02001311 margin-bottom: 15px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001312}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001313.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001314.btn-create-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001315 background-color: #1B3E6F;
1316 border-color: #1B3E6F;
1317 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001318}
1319.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001320.btn-import-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001321 color: #1B3E6F;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001322}
1323/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001324.packages-card .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001325 width: auto;
1326 float: right;
1327}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001328.packages-card .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001329 background: transparent;
1330 border: 0;
1331 box-shadow: none;
1332 text-indent: 0;
1333 line-height: unset;
1334 border-bottom-left-radius: 0;
1335 border-bottom-right-radius: 0;
1336 opacity: .6;
1337}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001338.packages-card .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001339 display: none;
1340}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001341.packages-card .dropdown-text img{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001342 padding: 9px 7px;
1343}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001344.packages-card .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001345 right: 0;
1346 width: 120px;
1347 padding: 6px 0;
1348 border: 0;
1349 text-indent: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001350 border-radius: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001351 border-top-right-radius: 0;
1352 background: #1B3E6F;
1353}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001354.packages-card .dropdown-content a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001355 padding-left: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001356 color: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001357 font-size: 12px;
1358 /* background-position: 14px center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001359 background-size: 10%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001360 background-repeat: no-repeat; */
1361}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001362.packages-card .dropdown-content a i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001363 margin-right: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001364}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001365.packages-card .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001366 background-color: #172B4D;
1367 text-decoration: unset;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001368 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001369}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001370.packages-card .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001371.packages-card .dropdown-toggle:focus ~ .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001372 top: 22px;
1373}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001374.packages-card .dropdown-toggle:focus ~ .dropdown-text .icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001375 color: #D0D7E4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001376}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001377.packages-card .dropdown-toggle:hover ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001378 background: transparent;
1379 opacity: 1;
1380}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001381.packages-card .dropdown-toggle:focus ~ .dropdown-text{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001382 width: 27px;
1383 text-align: center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001384 opacity: 1;
1385 background: #1B3E6F;
1386 box-shadow: none;
1387}
Sarah Abouzainahced91552020-06-04 17:45:57 +02001388
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001389.package-version::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001390 content: "|";
Sarah Abouzainah98600832020-04-22 22:55:39 +02001391 margin-left: 8px;
1392 margin-right: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001393 vertical-align: text-bottom;
1394}
1395
shaaban Altananyba3756e2020-01-07 12:08:44 +02001396/***Contributers***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001397ul.package-contributers{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001398 margin-bottom: 9px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001399 padding-left: 0 !important;
1400}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001401.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001402 list-style: none;
1403 display: inline-block;
1404}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001405.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001406 margin-left: -5px;
1407}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001408.package-contributers li:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001409 margin-left: 0;
1410}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001411.package-contributers li:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001412 margin-left: 9px;
1413}
1414.package-modifier,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001415.package-contributers button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001416 height: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001417 padding: 0 !important;
1418 border-radius: 100%;
1419 border: 0 !important;
1420 /*Hover Effect*/
1421 -webkit-transition: box-shadow 0.2s ease;
1422 -moz-transition: box-shadow 0.2s ease;
1423 transition: box-shadow 0.2s ease;
1424 -webkit-backface-visibility: hidden;
1425 backface-visibility: hidden;
1426 display: inline-block;
1427 position: relative;
1428}
1429.package-modifier:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001430.package-contributers button:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001431 -webkit-transition: all 0.2s ease;
1432 -moz-transition: all 0.2s ease;
1433 transition: all 0.2s ease;
1434 border-radius: 50%;
1435 bottom: 0;
1436 box-shadow: 0 0 0 2px #fff;
1437 content: "";
1438 left: 0;
1439 position: absolute;
1440 right: 0;
1441 top: 0;
1442}
1443.package-modifier:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001444.package-contributers button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001445 box-shadow: 0 0 0 2px #D7E7F9;
1446 text-decoration: none;
1447}
1448.package-modifier:hover:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001449.package-contributers button:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001450 -webkit-transform: scale(0.925);
1451 -moz-transform: scale(0.925);
1452 -ms-transform: scale(0.925);
1453 -o-transform: scale(0.925);
1454 transform: scale(0.925);
1455 box-shadow: 0 0 0 1px #D7E7F9;
1456 opacity: 0.5;
1457}
1458.package-modifier img,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001459.package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001460 width: 20px;
1461 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001462 object-fit: cover;
1463 vertical-align: top;
1464 border-radius: 100%;
1465}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001466.package-contributers a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001467 font-size: 12px;
1468 color: #1273EB;
1469}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001470.package-contributers a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001471 text-decoration: unset;
1472}
1473/***Package Footer***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001474.packages-card .card-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001475 padding: 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001476 background: transparent !important;
1477 border-top-color: #F7F6F6 !important;
1478}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001479.packages-card .card-footer .col{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001480 text-align: center;
1481}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001482.packages-card .card-footer .col:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001483 border-right: solid 1px #F7F6F6;
1484}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001485.packages-card .card-footer .btn{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001486 padding: 10px 0 10px 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001487 background-color: transparent !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001488 color: #1B3E6F !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001489 border: 0;
1490 font-size: 13px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001491 text-align: left;
1492 opacity: .4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001493}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001494.packages-card .card-footer .btn:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001495 opacity: 1;
1496}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001497.packages-card .card-footer i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001498 margin-right: 6px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001499}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001500.icon-deployed-active,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001501.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001502 margin-right: 9px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001503 display: inline;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001504 background-image: url(/assets/img/icon-deploy-active.svg);
1505 background-position: center center;
1506 background-repeat: no-repeat;
1507 vertical-align: baseline;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001508}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001509.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001510 background-image: url(/assets/img/icon-deploy-inactive.svg);
1511}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001512
1513
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001514/*CREATE NEW ACTION MODAL*/
1515.createActionModal .modal-dialog{
1516 max-width: 85%;
1517}
1518.createActionModal .modal-header{
1519 padding-top: 21px !important;
1520 padding-bottom: 0 !important;
1521 border-bottom: 0;
1522}
1523.createActionModal .close{
1524 margin: 0 !important;
1525 padding: 6px 13px 10px !important;
1526 width: auto;
1527 opacity: 1 !important;
1528 border-radius: 100%;
1529}
1530.createActionModal .close:hover{
1531 background-color: #E0E8F2;
1532}
1533.createActionModal .icon-action-close{
1534 font-size: 14px;
1535 font-weight: bold;
1536}
1537.createActionModal .modal-body{
1538 padding-top: 0 !important;
1539 padding-bottom: 10px !important;
1540}
1541.createActionModal .modal-body .carousel-item{
1542 padding-left: 20px;
1543 padding-right: 10px;
1544}
1545@keyframes fadeInScale {
1546 0% {
1547 opacity: 0;
1548 -webkit-transform: scale(0) translateY(50%);
1549 transform: scale(0) translateY(50%);
1550 }
1551 90% {
1552 -webkit-transform: scale(1.05);
1553 transform: scale(1.05);
1554 }
1555 100% {
1556 opacity: 1;
1557 -webkit-transform: scale(1) translateY(0);
1558 transform: scale(1) translateY(0);
1559 }
1560}
1561.card.actionType{
1562 margin-bottom: 25px !important;
1563 padding: 220px 25px 50px;
1564 box-shadow: none;
1565 border-radius: 0;
1566 -webkit-transition: all 0.3s ease-in-out;
1567 transition: all 0.3s ease-in-out;
1568}
1569.card.actionType:hover{
1570 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1571 transition: 0.3s !important;
1572}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001573.createActionModal h3.mainHead{
1574 text-transform: uppercase;
1575 margin-bottom: 6px;
1576 font-size: 14px;
1577 font-weight: bold;
1578 text-align: center;
1579 color: #C1CDDD;
1580}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001581.createActionModal h1{
1582 margin-bottom: 21px;
1583 font-size: 22px;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001584 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001585 text-align: center;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001586}
1587.createActionModal .carousel-inner{
1588 height: 510px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001589}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001590.createActionModal .skip-btn{
1591 float: unset;
1592 width: auto;
1593 color: #1273EB;
1594 font-weight: normal !important;
1595 font-size: 13px;
1596 border: solid 1px #F1F2FA;
1597 border-radius: 2px;
1598}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001599.createActionModal .skip-btn:hover{
1600 background: #1273EB;
1601 color: #fff;
1602 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1603}
1604
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001605.actionType,
1606.actionType:hover{
1607 text-align: center;
1608 line-height: 40px;
1609 background-position: center 40px;
1610 background-repeat: no-repeat;
1611 background-size: 144px 172px;
1612}
1613.actionType h3,
1614.actionType p{
1615 margin: 0;
1616}
1617.actionType h3{
1618 text-transform: uppercase;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001619 font-size: 13px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001620 font-weight: bold;
1621}
1622.actionType p{
1623 font-size: 13px !important;
1624 line-height: 24px;
1625}
1626.actionType .btn,
1627.actionType:hover .btn{
1628 opacity: 0;
1629 position: absolute;
1630 bottom: 0;
1631 left: 30% !important;
1632 margin-bottom: 26px;
1633 width: 100px;
1634 height: 30px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02001635 line-height: 15px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001636 background: #1B3E6F;
1637 color: #fff;
1638 font-size: 12px;
1639 font-weight: bold;
1640 border-radius: 15px !important;
1641 -webkit-transform: translateY(-20%);
1642 transform: translateY(-20%);
1643 -webkit-transition: all 0.3s ease-in-out;
1644 transition: all 0.3s ease-in-out;
1645}
1646.actionType:hover .btn{
1647 opacity: 1;
1648 -webkit-transform: translateY(0);
1649 transform: translateY(0);
1650}
1651.actionType.custom{
1652 background-image: url(/assets/img/icon-action-custom.svg);
1653}
1654.actionType.custom:hover{
1655 cursor: pointer;
1656 background-image: url(/assets/img/icon-action-custom-hover.svg);
1657}
1658.actionType.default{
1659 background-image: url(/assets/img/icon-action-default.svg);
1660}
1661.actionType.default:hover{
1662 cursor: pointer;
1663 background-image: url(/assets/img/icon-action-default-hover.svg);
1664}
1665.actionType.recent{
1666 background-image: url(/assets/img/icon-action-recent.svg);
1667}
1668.actionType.recent:hover{
1669 cursor: pointer;
1670 background-image: url(/assets/img/icon-action-recent-hover.svg);
1671}
1672.actionType.import{
1673 background-image: url(/assets/img/icon-action-import.svg);
1674}
1675.actionType.import:hover{
1676 cursor: pointer;
1677 background-image: url(/assets/img/icon-action-import-hover.svg);
1678}
1679.createActionModal .carousel-indicators{
1680 margin: 0;
1681}
1682.createActionModal .carousel-indicators li{
1683 margin: 0;
1684 padding: 0;
1685 text-indent: 0;
1686 border: 0;
1687}
1688.createActionModal .back{
1689 position: fixed !important;
1690 top: 83px;
1691 width: auto;
1692 padding:0 !important;
1693}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001694
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001695.actionFormWrapper{
1696 width: 60%;
1697 margin: 0 auto;
1698}
1699.createActionModal .form-control.customAction{
1700 width: 55%;
1701 margin: 70px auto;
1702 padding-left: 0;
1703 border-radius: 0;
1704 border: 0;
1705 border-bottom: solid 1px #E0E8F2;
1706 color: #1B3E6F !important;
1707 font-size: 14px;
1708}
1709.createActionModal .form-control:focus{
1710 border-bottom: solid 1px #1B3E6F;
1711 background: transparent !important;
1712 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1713 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1714 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1715 text-shadow: none;
1716}
1717.createActionModal .form-control::placeholder{
1718 color: #C3CDDB;
1719
1720}
1721.createActionModal .submit,
1722.createActionModal .submit:hover{
1723 float: unset;
1724 width: 100px;
1725 height: 30px;
1726 background: #1B3E6F;
1727 color: #fff;
1728 font-size: 12px;
1729 font-weight: bold;
1730 border-radius: 15px !important;
1731}
1732.actionlabel{
1733 margin-right: 2px;
1734 color: #C3CDDB;
1735 font-size: 11px;
1736 font-weight: bold;
1737}
1738.form-control.searchInput,
1739.form-control.searchInput:focus{
1740 float: right;
1741 width: 250px !important;
1742 height: 30px !important;
1743 padding-left: 32px !important;
1744 border: solid 1px #E0E8F2 !important;
1745 border-radius: 2px !important;
1746 background: url(../src/assets/img/icon-search-light.svg) 9px center no-repeat !important;
1747 font-size: 13px !important;
1748 color: #1B3E6F;
1749}
1750.actionsListScroll{
1751 height: 228px;
1752 max-height: 228px;
1753 overflow: auto;
1754}
1755.createActionModal .actionName{
1756 margin-bottom: 15px;
1757 padding: 9px 18px;
1758 box-shadow: 0 2px 6px rgba(47,83,151,0.15);
1759}
1760.createActionModal p.selectedActions{
1761 margin-top: 20px;
1762 margin-bottom: 10px;
1763 color: #8D9FB7;
1764 font-size: 13px;
1765}
1766.createActionModal .sort-packages .dropdown{
1767 width: 60%;
1768}
1769.createActionModal .sort-packages .dropdown-text::after {
1770 right: 6px;
1771}
1772.createActionModal .sort-packages .dropdown-content{
1773 width: 100%;
1774}
1775.createActionModal .folder-upload-text button{
1776 float: unset;
1777}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001778/* Border Fade */
1779.border-fade {
1780 display: inline-block;
1781 transition-duration: 0.3s;
1782 transition-property: box-shadow;
1783 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1784 transform: translateZ(0);
1785 box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
1786 /* Hack to improve aliasing on mobile/tablet devices */
1787}
1788.border-fade:hover {
1789 box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0);
1790 /* Hack to improve aliasing on mobile/tablet devices */
1791}
1792/*Content*/
1793
1794/**Title Action Buttons**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001795.page-title-actions li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001796 display: inline-block;
1797 text-align: center;
1798}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001799.title-action{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001800 -webkit-transition: box-shadow 0.2s ease;
1801 -moz-transition: box-shadow 0.2s ease;
1802 transition: box-shadow 0.2s ease;
1803 -webkit-backface-visibility: hidden;
1804 backface-visibility: hidden;
1805 border-radius: 50%;
1806 color: #6a75eb;
1807 display: inline-block;
1808 font-size: 0.889em;
1809 height: 4em;
1810 margin: 0 1em 1em;
1811 position: relative;
1812 text-align: center;
1813 text-transform: lowercase;
1814 width: 4em;
1815 line-height: 4em;
1816}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001817.title-action:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001818 -webkit-transition: all 0.2s ease;
1819 -moz-transition: all 0.2s ease;
1820 transition: all 0.2s ease;
1821 border-radius: 50%;
1822 bottom: 0;
1823 box-shadow: 0 0 0 1px #000;
1824 content: "";
1825 left: 0;
1826 position: absolute;
1827 right: 0;
1828 top: 0;
1829}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001830.title-action:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001831 box-shadow: 0 0 0 7px #07819b;
1832 text-decoration: none;
1833}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001834.title-action:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001835 -webkit-transform: scale(0.925);
1836 -moz-transform: scale(0.925);
1837 -ms-transform: scale(0.925);
1838 -o-transform: scale(0.925);
1839 transform: scale(0.925);
1840 box-shadow: 0 0 0 1px #07819b;
1841 opacity: 0.5;
1842}
1843
1844/*Animation Button*/
1845/**Float**/
1846.float {
1847 display: inline-block;
1848 transition-duration: 0.3s;
1849 transition-property: transform;
1850 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1851 transform: translateZ(0);
1852 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1853}
1854.float:hover {
1855 transform: translateY(-5px);
1856}
1857
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001858/*TOOLTIP*/
1859/* Base styles for the element that has a tooltip */
1860[data-tooltip],
1861.tooltip {
1862 position: relative;
1863 cursor: pointer;
1864 text-align: center;
1865}
1866
1867/* Base styles for the entire tooltip */
1868[data-tooltip]:before,
1869[data-tooltip]:after,
1870.tooltip:before,
1871.tooltip:after {
1872 position: absolute;
1873 visibility: hidden;
1874 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1875 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
1876 opacity: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001877 -webkit-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001878 opacity 0.2s ease-in-out,
1879 visibility 0.2s ease-in-out,
1880 -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001881 -moz-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001882 opacity 0.2s ease-in-out,
1883 visibility 0.2s ease-in-out,
1884 -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001885 transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001886 opacity 0.2s ease-in-out,
1887 visibility 0.2s ease-in-out,
1888 transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001889 -webkit-transform: translate3d(0, 0, 0);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001890 -moz-transform: translate3d(0, 0, 0);
1891 transform: translate3d(0, 0, 0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001892 pointer-events: none;
1893}
1894
1895/* Show the entire tooltip on hover and focus */
1896[data-tooltip]:hover:before,
1897[data-tooltip]:hover:after,
1898[data-tooltip]:focus:before,
1899[data-tooltip]:focus:after,
1900.tooltip:hover:before,
1901.tooltip:hover:after,
1902.tooltip:focus:before,
1903.tooltip:focus:after {
1904 visibility: visible;
1905 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1906 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001907 opacity: 1;
1908}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001909
1910/* Base styles for the tooltip's directional arrow */
1911.tooltip:before,
1912[data-tooltip]:before {
1913 z-index: 1001;
1914 border: 6px solid transparent;
1915 background: transparent;
1916 content: "";
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001917}
1918
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001919/* Base styles for the tooltip's content area */
1920.tooltip:after,
1921[data-tooltip]:after {
1922 z-index: 1000;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001923 padding: 8px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001924 width: auto;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001925 background-color: #fff !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001926 color: #1B3E6F;
1927 content: attr(data-tooltip);
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001928 font-size: 12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001929 line-height: 1.2;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001930 border-radius: 3px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001931}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001932
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001933/* Directions */
1934
1935/* Top (default) */
1936[data-tooltip]:before,
1937[data-tooltip]:after,
1938.tooltip:before,
1939.tooltip:after,
1940.tooltip-top:before,
1941.tooltip-top:after {
1942 bottom: 100%;
1943 left: 50%;
1944}
1945
1946[data-tooltip]:before,
1947.tooltip:before,
1948.tooltip-top:before {
1949 margin-left: 0;
1950 margin-bottom: -12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001951 border-bottom-color: #DEE8F3;
1952 border-bottom-color: rgba(222, 232, 243, 1.0);
1953}
1954
1955/* Horizontally align top/bottom tooltips */
1956[data-tooltip]:after,
1957.tooltip:after,
1958.tooltip-top:after {
1959 margin-left: -50%;
1960}
1961
1962[data-tooltip]:hover:before,
1963[data-tooltip]:hover:after,
1964[data-tooltip]:focus:before,
1965[data-tooltip]:focus:after,
1966.tooltip:hover:before,
1967.tooltip:hover:after,
1968.tooltip:focus:before,
1969.tooltip:focus:after,
1970.tooltip-top:hover:before,
1971.tooltip-top:hover:after,
1972.tooltip-top:focus:before,
1973.tooltip-top:focus:after {
1974 -webkit-transform: translateY(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001975 -moz-transform: translateY(-12px);
1976 transform: translateY(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001977}
1978
1979/* Left */
1980.tooltip-left:before,
1981.tooltip-left:after {
1982 right: 100%;
1983 bottom: 50%;
1984 left: auto;
1985}
1986
1987.tooltip-left:before {
1988 margin-left: 0;
1989 margin-right: -12px;
1990 margin-bottom: 0;
1991 border-top-color: transparent;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001992 border-left-color: #fff;
1993 /* border-left-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001994}
1995
1996.tooltip-left:hover:before,
1997.tooltip-left:hover:after,
1998.tooltip-left:focus:before,
1999.tooltip-left:focus:after {
2000 -webkit-transform: translateX(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002001 -moz-transform: translateX(-12px);
2002 transform: translateX(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002003}
2004
2005/* Bottom */
2006.tooltip-bottom:before,
2007.tooltip-bottom:after {
2008 top: 100%;
2009 bottom: auto;
2010 left: 20%;
2011}
2012
2013.tooltip-bottom:before {
2014 margin-top: -12px;
2015 margin-bottom: 0;
2016 border-top-color: transparent;
2017 border-bottom-color: #DEE8F3;
2018 border-bottom-color: rgba(222, 232, 243, 1.0);
2019}
2020
2021.tooltip-bottom:hover:before,
2022.tooltip-bottom:hover:after,
2023.tooltip-bottom:focus:before,
2024.tooltip-bottom:focus:after {
2025 -webkit-transform: translateY(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002026 -moz-transform: translateY(12px);
2027 transform: translateY(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002028}
2029
2030/* Right */
2031.tooltip-right:before,
2032.tooltip-right:after {
2033 bottom: 50%;
2034 left: 20%;
2035}
2036
2037.tooltip-right:before {
2038 margin-bottom: 0;
2039 margin-left: -12px;
2040 border-top-color: transparent;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002041 border-right-color: #fff;
2042 /* border-right-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002043}
2044
2045.tooltip-right:hover:before,
2046.tooltip-right:hover:after,
2047.tooltip-right:focus:before,
2048.tooltip-right:focus:after {
2049 -webkit-transform: translateX(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002050 -moz-transform: translateX(12px);
2051 transform: translateX(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002052}
2053
2054/* Move directional arrows down a bit for left/right tooltips */
2055.tooltip-left:before,
2056.tooltip-right:before {
2057 top: 3px;
2058}
2059
2060/* Vertically center tooltip content for left/right tooltips */
2061.tooltip-left:after,
2062.tooltip-right:after {
2063 margin-left: 0;
2064 margin-bottom: -16px;
2065}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002066
2067/*TooltipModule - Shady*/
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002068.tooltip.in {
2069 opacity: 1.0 !important;
2070 filter:alpha(opacity=100) !important;
2071}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002072.tooltip:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002073.tooltip:after{
Sarah Abouzainah98600832020-04-22 22:55:39 +02002074 width: 100% !important;
2075}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002076.tooltip .tooltip-inner{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002077 width: auto !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002078 max-width: 280px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002079 text-align: left!important;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002080 /* color:#1B3E6F;
2081 background-color: #fff !important; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002082 color:#1B3E6F;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002083 background-color: #C3CDDB !important;
2084 border: solid 1px #C3CDDB;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002085 border-radius: 3px !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002086 border-top-left-radius: 0 !important;
2087 font-size: 12px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002088 opacity: 1.0 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002089}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002090
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002091.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002092 border-top-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002093}
2094.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002095 border-right-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002096}
2097.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002098 border-bottom-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002099}
2100.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002101 border-left-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002102}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002103
2104.btn{
2105padding-right: 20px !important;
2106padding-left: 20px !important;
2107
shaaban Altananyc133b832020-01-09 10:15:28 +02002108}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002109.btn.border-radius{
shaaban Altananyc133b832020-01-09 10:15:28 +02002110 border-radius: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002111}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002112.btn-primary{
2113 background-color: #1273EB !important;
2114 border-color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002115}
2116.btn-primary:hover {
2117 background-color: #0069d9 !important;
2118 border-color: #0062cc !important;
2119}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002120.btn + .btn{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002121 margin-left: 10px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002122}
2123.package-view-button button{
2124 width: 150px;
2125 float: right;
2126}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002127.package-view-button{
shadyb3c61a62020-02-16 15:47:33 +02002128 margin-top: 6px;
2129}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002130.package-view-button .btn{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002131 padding: 6px 21px;
2132 border-radius: 18px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002133 font-size: 13px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002134}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002135.package-view-button .btn:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002136 opacity: .9;
2137}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002138.package-view-button .btn-primary{
shadyb3c61a62020-02-16 15:47:33 +02002139 background-color: #1B3E6F !important;
2140 border-color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002141}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002142.package-view-button .btn-enrich,
2143.package-view-button .btn-enrich:focus,
2144.modal-footer .btn-primary.btn-enrich{
2145 background: #EB9A34 !important;
2146 border-color: #EB9A34 !important;
2147 color: #fff;
2148 outline: none !important;
2149}
2150.package-view-button .btn-deploy{
2151 background-color: #1273EB !important;
2152 border-color: #1273EB !important;
2153 color: #fff !important;
2154 /* background-color: #fff !important;
shadyb3c61a62020-02-16 15:47:33 +02002155 border-color: #D0DFF1 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002156 color: #1B3E6F !important; */
shadyb3c61a62020-02-16 15:47:33 +02002157}
2158.package-view-title {
2159 font-size: 11px;
2160 color: #1B3E6F;
2161 font-weight: bold;
2162 margin-bottom: 5px;
2163 margin-top: 20px;
2164}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002165.package-view-title+p{
shadyb3c61a62020-02-16 15:47:33 +02002166 font-size: 11px;
2167 margin-bottom: 0px;
2168}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002169.package-view-title+ul{
shadyb3c61a62020-02-16 15:47:33 +02002170 margin-bottom: 0px;
2171}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002172.package-view-button .btn-outline-secondary i{
shadyb3c61a62020-02-16 15:47:33 +02002173 font-size: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002174 margin-right: 4px;
shadyb3c61a62020-02-16 15:47:33 +02002175}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002176.card.creat-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002177 margin: 0;
2178 border-radius: 2px;
2179 border: 0;
2180 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2181}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002182.card.creat-card .single-line{
shadyb85e6de2020-01-22 13:47:41 +02002183 padding: 15px 25px 15px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002184}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002185.card.creat-card .single-line-model{
shadyb3c61a62020-02-16 15:47:33 +02002186 padding: 0px;
2187}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002188.card.creat-card .editor-container{
shadyb3c61a62020-02-16 15:47:33 +02002189 padding: 25px;
2190}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002191.single-line label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002192 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002193}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002194.single-line-model label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002195 margin-bottom: 0px;
2196 border-bottom: 1px solid #FAFAFA;
2197 padding: 15px 25px;
2198}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002199.single-line-model .label-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002200 width: 325px;
2201}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002202.single-line-model .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002203 width: calc(100% - 325px);
2204}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002205.single-line-model input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002206 border-bottom: 1px solid #FAFAFA !important;
2207 padding: 15px 25px 15px 0px;
2208}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002209.customKeyTitle span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002210 color: #C3CDDB !important;
2211 font-size: 11px;
2212}
2213.single-line-model input:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002214.single-line-custom-key input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002215 border-bottom-color: #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002216 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2217 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2218 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002219}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002220.model-note-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002221 width: calc(100% - 325px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002222 padding: 0px 25px 0px 0px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002223 margin-left: 325px;
2224}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002225.error-message{
2226 font-size:11px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002227 color: #FF6469;
2228}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002229.tages-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002230 margin-bottom: 25px;
2231}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002232.tag-notes{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002233 font-size: 11px;
2234 color: #C3CDDB;
2235 padding: 5px 25px 5px 0px;
2236 margin-bottom: 5px;
2237}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002238 .single-tage{
2239 background: #E0E8F2;
2240 font-size: 13px;
2241 color: #1B3E6F;
2242 border-radius: 50px;
2243 padding: 5px 10px;
2244 margin-right:10px;
2245 margin-bottom: 10px;
2246 }
2247 .single-tage a{
2248 color: #1B3E6F;
2249 font-size: 14px;
2250 }
2251 .label-name{
2252 width: 300px;
2253 display: inline-block;
2254 margin-bottom: 0px;
2255 font-size: 13px;
2256 font-weight: bold;
2257 }
2258 .label-name span{
2259 color:#FF6469 ;
2260 }
2261 .delete-key{
2262 color: #FF6469;
2263 font-size: 10px;
2264 background: #FFE6E7;
2265 border: 1px solid #FFC9CB;
2266 padding: 3px 10px 2px;
2267 margin-left: 10px;
2268 border-radius: 5px;
2269 }
2270 .delete-key:hover{
2271 color: #C94448;
2272 background: #FFC9CB;
2273 border: 1px solid #FF6469;
2274 text-decoration: none;
2275 }
2276 .label-input{
2277 width: calc(100% - 300px);
2278 display: inline-block;
2279 }
2280.form-check-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002281 margin-left: 0px !important;
2282 margin-top: 2px !important;
2283}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002284.form-check-input+span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002285 margin-left: 20px;
2286 margin-right: 50px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002287 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02002288 display: flex;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002289}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002290.form-check-input+span i{
shadyb3c61a62020-02-16 15:47:33 +02002291 margin-right: 5px;
2292 margin-left: 5px;
2293}
2294
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002295.label-input input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002296 margin-bottom: 0px;
2297 outline: 0px;
2298 border: 0px;
2299 font-size: 14px;
2300 width: 100%;
2301 color: #1B3E6F;
2302 transition: all 250ms ease-out;
2303}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002304.label-input input:focus{
2305 border-bottom: solid 1px #1B3E6F;
2306 background: transparent !important;
2307 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2308 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2309 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2310 text-shadow: none;
2311}
2312.label-input input:disabled{
2313 background: #fff;
2314 opacity: .5;
2315}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002316.label-input input[type=radio]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002317 width: auto;
2318}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002319.label-input input[type=radio]+span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002320 font-size: 12px;
2321 display: block;
2322 margin-right: 100px;
2323}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002324.single-line select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002325 margin-bottom: 0px;
2326 padding-left: 10px;
2327 padding-right: 50px;
2328 outline: 0px;
2329 border: solid 1px #EEF4F9;
2330 background: none;
2331 background: url(/assets/img/arrow.svg) 90% center #F4F9FE no-repeat;
2332 background-size: 10px;
2333 width: auto;
2334 -webkit-appearance: none;
2335 -moz-appearance: none;
2336 text-indent: 0;
2337 text-overflow: '';
2338 font-size: 13px;
2339 color: #1B3E6F;
2340}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002341.single-line select:focus{
2342 box-shadow: 0 0 0 0;
2343}
2344.single-line select option:first-child{
2345 color: #C3CDDB;
2346}
2347.single-line-model input::placeholder{
2348 font-size: 14px;
2349 color: #C3CDDB;
2350}
2351.single-line-model.error{
2352 color:#FF6469;
2353}
2354.single-line-model.error input,
2355.label-input input.ng-invalid{
2356 box-shadow: none;
2357 color:#FF6469;
2358 border-bottom: 1px solid #FF6469 !important;
2359}
2360.single-line .custom-key{
2361 background: none;
2362 border: 0px;
2363 color:#1273EB ;
2364 font-size: 15px;
2365}
2366.single-line .custom-key:focus{
2367 outline: none;
2368}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002369.creat-container{
2370 padding:70px 100px 70px 70px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002371 position: relative;
2372}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002373.single-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002374 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002375 margin-bottom: 21px;
shadyb3c61a62020-02-16 15:47:33 +02002376}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002377.single-line-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002378 width: 45%;
2379 display: inline-block;
2380}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002381.single-line-custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002382 width: 10%;
2383 display: inline-block;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002384 border-bottom: 1px solid #FAFAFA;
2385 padding: 13px 12px 14px;
shadyb3c61a62020-02-16 15:47:33 +02002386}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002387.single-line-custom-key label{
shadyb3c61a62020-02-16 15:47:33 +02002388 width: 150px;
2389 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002390 border-bottom: 1px solid #FAFAFA;
shadyb3c61a62020-02-16 15:47:33 +02002391 padding: 15px 25px;
2392}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002393.single-line-custom-key input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002394 border-bottom: 1px solid #FAFAFA !important;
2395 padding: 15px 25px 15px 0;
shadyb3c61a62020-02-16 15:47:33 +02002396}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002397.single-line-custom-key input::placeholder{
shadyb3c61a62020-02-16 15:47:33 +02002398 font-size: 14px;
2399 color: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002400}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002401.single-line-custom-key .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002402 width: calc(100% - 150px);
2403}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002404.single-line-custom-key .label-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002405 color: #C3CDDB !important;
2406 margin-right: 20px;
2407}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002408.custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002409 background: transparent;
2410 color: #FF6469;
2411 outline: 0px;
2412 border: 0px;
2413}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002414.custom-key-delete:focus{
shadyb3c61a62020-02-16 15:47:33 +02002415 outline: 0px;
2416 border: 0px;
2417}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002418hr{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002419 margin-top: 0rem !important;
2420 margin-bottom: 0rem !important;
2421 border-top: 1px solid #efefef !important;
2422}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002423.creat-action-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002424 position: fixed;
2425 right: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002426 top: 104px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002427 width: 130px;
2428 text-align: center;
2429}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002430.action-button{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002431 display: inline-block;
2432 width: 70px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002433 margin-bottom: 12px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002434 color: #BABBC3 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002435 font-size: 10px;
2436 font-weight: bold;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002437 background: transparent;
2438 border: 0;
2439 padding: 0;
2440}
2441.action-button:disabled,
2442.action-button:disabled:hover{
2443 cursor: unset;
2444 opacity: .5 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002445}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002446.action-button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002447 text-decoration: none;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002448 cursor: pointer;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002449}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002450.action-button i{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002451 background: #fff;
2452 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2453 width: 40px;
2454 height: 40px;
2455 text-align: center;
2456 line-height: 40px;
2457 border-radius: 40px;
2458 color: #1B3E6F;
2459 font-size: 17px;
2460 display: inline-block;
2461}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002462.action-button i:hover{
2463 background: #dee2e6;
2464}
2465.action-button i.icon-save-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002466 background: #1273EB;
2467 color: #fff;
2468 font-size: 11px;
2469}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002470.action-button i.icon-discard-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002471 font-size: 11px;
2472 color: #C3CDDB;
2473}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002474/* .action-button.save{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002475 color: #1273EB !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002476}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002477.action-button.save:hover{
2478 opacity: .9;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002479} */
2480
2481
2482.action-button.save{
2483 color: #66BB00 !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002484}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002485/*Flash Glowing button style*/
2486.action-button.save i{
2487background-color: #66BB00;
2488-webkit-animation: glowing 1500ms infinite;
2489-moz-animation: glowing 1500ms infinite;
2490-o-animation: glowing 1500ms infinite;
2491animation: glowing 1500ms infinite;
2492}
2493@-webkit-keyframes glowing {
2494 0% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2495 50% { background-color: #7CD116; -webkit-box-shadow: 0 0 40px #7CD116; }
2496 100% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2497}
2498
2499@-moz-keyframes glowing {
2500 0% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2501 50% { background-color: #7CD116; -moz-box-shadow: 0 0 40px #7CD116; }
2502 100% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2503}
2504
2505@-o-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@keyframes glowing {
2512 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2513 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2514 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2515}
2516
2517
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002518/* .action-button.delete i{
shadyb3c61a62020-02-16 15:47:33 +02002519 color: #BABBC3;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002520} */
2521.action-button.delete,
2522.action-button.delete i,
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002523.action-button.delete:hover,
2524.action-button.delete:hover .icon-delete-sm{
2525 color: #FF6469 !important;
shadyb3c61a62020-02-16 15:47:33 +02002526}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002527.mode-icon{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002528 font-size: 20px;
2529}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002530
2531/*MODAL*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002532.modal-dialog{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002533 margin-top: 60px !important;
2534}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002535.modal{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002536 z-index: 11000000 !important;
2537 background: rgba(27, 62, 111, 0.10) !important;
2538}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002539.modal-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002540 border-radius: 2px !important;
2541 border: 0 !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002542 box-shadow: 0 2px 6px rgba(47, 83, 151, .10);;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002543}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002544.modal-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002545 font-size: 14px !important;
2546}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002547.modal-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002548 padding: 1.5rem 1.5rem 1rem !important;
2549}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002550.enrichModal .modal-dialog{
2551 max-width: 60% !important;
2552}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002553.modal-body p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002554 font-size: 14px;
2555}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002556.modal-body p span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002557 color: #FF6469;
2558}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002559.modal-header{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002560 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002561 padding: .7rem 1.5rem !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002562}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002563.modal-footer{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002564 padding-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002565 border-top: 0 !important;
2566}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002567.modal-footer .btn{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002568 padding: 8px 15px;
2569 font-weight: bold;
2570 font-size: 12px;
2571 border: 0 !important;
2572}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002573.modal-footer .btn-primary{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002574 background-color: #1B3E6F !important;
2575}
2576.modal-footer .btn-secondary,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002577.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002578 background-color: transparent;
2579 color: #1273EB;
2580 opacity: .8;
2581}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002582.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002583 opacity: 1;
2584}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002585.modal-footer .btn-secondary:active{
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002586 background-color: #E7F1FC !important;
2587 color: #1B3E6F !important;
2588}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002589.btn-modal-remove-file:hover{
2590 cursor: pointer;
2591}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002592.action-button span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002593 width: 100%;
2594 display: inline-block;
2595 margin-top: 5px;
2596}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002597.creat-action-container hr{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002598 margin: 0 46px;
2599 padding-bottom: 18px;
2600}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002601.btn-link:hover, .btn-link:focus{
shaaban Altananyc133b832020-01-09 10:15:28 +02002602 text-decoration: none !important;
2603}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002604.btn-link::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002605 content: "\f107";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002606 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002607 position: relative;
2608 margin-right: 20px;
2609}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002610.btn-link.collapsed::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002611 content: "\f105";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002612 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002613 position: relative;
shadyb85e6de2020-01-22 13:47:41 +02002614 margin-right: 25px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002615}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002616.btn-link i{
shaaban Altananyc133b832020-01-09 10:15:28 +02002617 margin-right: 10px;
2618}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002619.ngx-file-drop__content{
shaaban Altananyc133b832020-01-09 10:15:28 +02002620 background: #F4F9FE;
2621 padding: 20px;
2622 height: auto !important;
2623 display: inline-block !important;
2624 width: 100%;
2625}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002626.ngx-file-drop__drop-zone{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002627 border: 1px dashed #D7E7F9 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002628 border-radius: 0px !important;
2629 height: auto !important;
2630}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002631.folder-upload{
shaaban Altananyc133b832020-01-09 10:15:28 +02002632 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002633 margin: 15px auto 18px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002634 display: inline-block;
2635 text-align: center;
2636}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002637.btn-group-sm>.btn, .btn-sm{
shadyb85e6de2020-01-22 13:47:41 +02002638 font-size: 12px;
2639}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002640.create-title{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002641 margin-bottom: 0;
shadyb85e6de2020-01-22 13:47:41 +02002642 font-size: 14px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002643 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002644 /* text-transform: uppercase; */
2645 line-height: 32px;
shadyb85e6de2020-01-22 13:47:41 +02002646}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002647.folder-upload-text{
shaaban Altananyc133b832020-01-09 10:15:28 +02002648 margin-top: 10px;
2649 width: 100%;
2650 display: inline-block;
2651 text-align: center;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002652 color:#242424 ;
shadyb85e6de2020-01-22 13:47:41 +02002653 font-size: 14px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002654}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002655.folder-upload-text button{
shaaban Altananyc133b832020-01-09 10:15:28 +02002656 margin-left: 10px;
2657 font-size: 12px;
2658}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002659.folder-upload-type{
2660 color:#A4B2C6 ;
shaaban Altananyc133b832020-01-09 10:15:28 +02002661 font-size: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002662 font-weight: bold;
shaaban Altananyc133b832020-01-09 10:15:28 +02002663 width: 100%;
2664 display: inline-block;
2665 text-align: center;
2666}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002667.upload-table{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002668 margin: 15px 0 0;
2669}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002670.upload-table tr{
2671 border: dashed 1px #D7E7F9;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002672}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002673.upload-table tr th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002674 border-bottom: solid 1px #F4F9FE !important;
2675}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002676.upload-table .table thead th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002677 padding: 6px 9px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002678 border-top: 0px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002679 font-weight: normal;
2680 font-size: 13px;
2681}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002682.upload-table .table thead th:first-child{
2683 width: 24px;
2684 padding-right: 0;
2685}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002686.upload-table tr:last-child th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002687 border-bottom: 0 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002688}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002689.upload-table .table{
shaaban Altananyc133b832020-01-09 10:15:28 +02002690 margin-bottom: 0px !important;
2691}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002692.nav-tabs .nav-link{
shaaban Altananyc133b832020-01-09 10:15:28 +02002693 position: relative;
2694}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002695.nav-tabs .nav-link.tab-done{
shadyb3c61a62020-02-16 15:47:33 +02002696 padding-left: 40px !important;
2697}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002698.nav-tabs .nav-link.tab-done::after{
shaaban Altananyc133b832020-01-09 10:15:28 +02002699 content: "\f058";
2700 position: absolute;
2701 font-family: 'FontAwesome';
shadyb3c61a62020-02-16 15:47:33 +02002702 left: 17px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002703 font-size: 16px;
2704 top: 11px;
2705 color: #66BB00;
2706}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002707.authentication-container-all{
shadyb85e6de2020-01-22 13:47:41 +02002708 background: #F4F9FE;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002709 border:1px solid #D0DFF1 ;
shadyb85e6de2020-01-22 13:47:41 +02002710 flex: 1;
2711 width: 100%;
2712}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002713.authentication-header{
shadyb85e6de2020-01-22 13:47:41 +02002714 width: 100%;
2715 background: #fff;
2716 font-size: 12px;
2717 color: #C3CDDB;
2718 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002719 padding: 10px 20px ;
shadyb85e6de2020-01-22 13:47:41 +02002720}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002721.authentication-search{
shadyb85e6de2020-01-22 13:47:41 +02002722 width: 100%;
2723 background: #fff;
2724 font-size: 12px;
2725 color: #C3CDDB;
2726 font-weight: bold;
2727 position: relative;
2728}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002729.authentication-search::after{
shadyb85e6de2020-01-22 13:47:41 +02002730 content: "\f002";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002731 font-family: 'FontAwesome';
2732 position: absolute;
2733 left: 20px;
2734 top: 11px;
shadyb85e6de2020-01-22 13:47:41 +02002735}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002736.authentication-search input{
shadyb85e6de2020-01-22 13:47:41 +02002737 width: 100%;
2738 background: #fff;
2739 font-size: 12px;
2740 color: #C3CDDB;
2741 font-weight: bold;
2742 padding: 10px 20px 10px 35px;
2743 border: 0px;
2744 border-top: 1px solid #D7E7F9;
2745}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002746.authentication-search input::placeholder{
shadyb85e6de2020-01-22 13:47:41 +02002747 color: #D0D7E4;
2748 font-size: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002749 font-weight:100;
shadyb85e6de2020-01-22 13:47:41 +02002750}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002751.authentication-accordion{
2752 width: 100%;
shadyb85e6de2020-01-22 13:47:41 +02002753 padding: 20px;
2754 max-height: 300px;
2755 overflow: auto;
2756}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002757.authentication-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002758 border-radius: 0px !important;
2759 margin-bottom: 10px !important;
2760}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002761.authentication-accordion .card-header{
shadyb85e6de2020-01-22 13:47:41 +02002762 padding: 0px !important;
2763 background: #fff !important;
2764 border-radius: 0px !important;
2765 font-size: 18px;
2766 font-weight: bold;
2767}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002768.authentication-accordion .card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002769 color: #1B3E6F;
2770 width: 100%;
2771 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002772 padding: 9px 0px !important;
2773 font-size: 13px;
2774 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002775}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002776.authentication-accordion .custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002777 display: inline-block;
2778}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002779.authentication-accordion .btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002780 margin-right: 10px;
2781}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002782.authentication-accordion .btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002783 margin-right: 14px;
2784}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002785.template-mapping-accordion{
shadyb85e6de2020-01-22 13:47:41 +02002786 width: 100%;
2787}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002788.templateNote{
2789 font-size: 12px;
2790 color: #C1CDDD;
2791}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002792.card-header .btn.regularTitle{
2793 padding-left: 0 !important;
2794 padding-right: 0 !important;
2795 color: #1B3E6F;
2796 font-size: 13px;
2797 font-weight: bold;
2798}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002799.template-mapping-accordion .accordian-title{
2800 color: #C3CDDB !important;
2801 font-size: 12px !important;
2802 font-weight: normal !important;
2803}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002804.card{
shadyb85e6de2020-01-22 13:47:41 +02002805 border-radius: 2px;
2806 border: 0;
2807 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2808 border: 0px !important;
2809}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002810.card-header{
shadyb3c61a62020-02-16 15:47:33 +02002811 padding: 0px 25px !important;
shadyb85e6de2020-01-22 13:47:41 +02002812 background: #F4F9FE !important;
2813 border-radius: 0px !important;
2814 border-bottom: 1px solid #ECEDF2 !important;
2815}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002816.template-mapping-accordion .card-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002817 padding: 20px 26px 0 !important;
shadyb85e6de2020-01-22 13:47:41 +02002818 font-size: 14px;
2819}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002820.card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002821 color: #1B3E6F;
2822 width: 100%;
2823 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002824 padding: 9px 0px !important;
2825 font-size: 13px;
2826 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002827}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002828.accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002829 margin-bottom: 0px !important;
2830 border-top: 1px solid #ECEDF2 !important;
2831}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002832.accordion > .card > .card-header{
2833 padding: 0 !important;
2834}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002835.template-mapping-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002836 margin-bottom: 25px !important;
2837}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002838.custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002839 display: inline-block;
2840}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002841.btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002842 margin-right: 10px;
2843}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002844.btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002845 margin-right: 14px;
2846}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002847.drap-drop-action{
shadyb85e6de2020-01-22 13:47:41 +02002848 padding: 12px 20px 9px 20px;
2849 color: #C3CDDB;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002850 cursor:move;
shadyb85e6de2020-01-22 13:47:41 +02002851 font-size: 15px;
2852}
2853.modal-title {
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002854 font-size: 13px;
2855 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002856}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002857.select-type{
shadyb85e6de2020-01-22 13:47:41 +02002858 background: #F4F9FE;
2859 border: 1px solid #D7E7F9;
2860 padding: 10px;
2861 text-align: center;
2862 color: #1273EB;
2863 font-size: 15px;
2864 width: 100%;
2865 position: relative;
2866}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002867.select-type:hover, .select-type.active{
shadyb85e6de2020-01-22 13:47:41 +02002868 background: #1B3E6F;
2869 border: 1px solid #D7E7F9;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002870 color: #fff;
shadyb85e6de2020-01-22 13:47:41 +02002871 text-decoration: none;
2872}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002873.select-type-icon{
shadyb85e6de2020-01-22 13:47:41 +02002874 font-size: 35px;
2875}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002876.select-type::before{
shadyb85e6de2020-01-22 13:47:41 +02002877 content: '';
2878 border: 1px solid #1273EB;
2879 width: 18px;
2880 height: 18px;
2881 border-radius: 18px;
2882 display: inline-block;
2883 left: 10px;
2884 position: absolute;
2885}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002886.select-type:hover::before, .select-type.active::before{
shadyb85e6de2020-01-22 13:47:41 +02002887 border: 1px solid #fff;
2888}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002889.select-type.active::after{
shadyb85e6de2020-01-22 13:47:41 +02002890 content: '';
2891 background: #fff;
2892 width: 12px;
2893 height: 12px;
2894 border-radius: 18px;
2895 display: inline-block;
2896 left: 13px;
2897 position: absolute;
2898 top: 13px;
2899}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002900.ace_scroller{
2901 overflow: auto !important;
2902}
2903.ace_print-margin{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002904 left: 100% !important;
shadyb3c61a62020-02-16 15:47:33 +02002905 background: #eee !important;
2906}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002907.ace_content{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002908 width: 100% !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002909}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002910.ace_editor{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002911 height: 55vh !important;
shadyb3c61a62020-02-16 15:47:33 +02002912 line-height: 25px;
2913 border: 1px solid #ECEDF2;
2914 background-color: #fff;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002915 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002916}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002917.ace_gutter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002918 background: #E0E8F2 !important;
2919 border-right: 0px !important;
2920 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002921}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002922.ace_gutter-active-line{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002923 background-color: #265699 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002924 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +02002925}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002926.ace_cursor{
2927 color: #265699 !important;
shadyb3c61a62020-02-16 15:47:33 +02002928}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002929.ace-tm .ace_marker-layer .ace_active-line{
2930 background: #F4F9FE !important;
shadyb3c61a62020-02-16 15:47:33 +02002931}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002932.breadcrumb-header{
shadyb3c61a62020-02-16 15:47:33 +02002933 padding: 0px;
2934 margin: 0px;
2935}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002936.breadcrumb-header li{
shadyb3c61a62020-02-16 15:47:33 +02002937 list-style: none;
2938 display: inline-block;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002939 font-size: 14px;
shadyb3c61a62020-02-16 15:47:33 +02002940}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002941
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002942.breadcrumb-header li:last-child::after{
shadyb3c61a62020-02-16 15:47:33 +02002943 display: none;
2944}
2945
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002946.breadcrumb-header li:last-child{
2947/* background: #F4F9FE; */
2948border-radius: 50px;
2949color: #C3CDDB;
2950padding: 0 10px 0 0;
shadyb3c61a62020-02-16 15:47:33 +02002951}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002952.breadcrumb-header li:first-child,
2953.breadcrumb-header li:first-child a{
shadyb3c61a62020-02-16 15:47:33 +02002954 font-size: 16px;
2955 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002956 padding: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002957 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002958 border-radius: 0px;
2959 background: transparent;
shadyb3c61a62020-02-16 15:47:33 +02002960}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002961.create-template-import{
shadyb3c61a62020-02-16 15:47:33 +02002962 width: 100%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002963 margin: 30px 0px 10px ;
shadyb3c61a62020-02-16 15:47:33 +02002964}
2965
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002966.create-template-import a:hover{
shadyb3c61a62020-02-16 15:47:33 +02002967 text-decoration: none;
2968}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002969.mapping-source-load{
shadyb3c61a62020-02-16 15:47:33 +02002970 color: #1B3E6F;
2971 font-size: 10px;
2972 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002973 display: inline-block;
2974 vertical-align: top;
shadyb3c61a62020-02-16 15:47:33 +02002975 margin-top: 20px;
2976 margin-bottom: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002977 margin:15px 30px 20px;
shadyb3c61a62020-02-16 15:47:33 +02002978}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002979.mapping-source-load:hover{
shadyb3c61a62020-02-16 15:47:33 +02002980 text-decoration: none;
2981}
2982.mapping-source-load i {
2983 color: #1B3E6F;
2984 font-size: 36px;
2985 padding: 10px;
shadyb3c61a62020-02-16 15:47:33 +02002986 border-radius: 100px;
2987 width: 70px;
2988 height: 70px;
2989 display: inline-block;
2990 line-height: 52px;
2991 margin-bottom: 20px;
2992}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002993.mapping-source-load:hover i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002994 background: #F4F9FE;
2995}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002996.mapping-source-load:hover span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002997 color: #1273EB;
2998}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002999.source-load-note{
3000 color:#C3CDDB ;
shadyb3c61a62020-02-16 15:47:33 +02003001 font-size: 8px;
3002}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003003.mapping-source-load.hover-disable{
3004 opacity: .5;
3005}
3006.mapping-source-load.hover-disable:hover span{
3007 color: #1B3E6F;
3008}
3009.mapping-source-load.hover-disable:hover i{
3010 background: transparent;
3011}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003012.template-mapping-list{
shadyb3c61a62020-02-16 15:47:33 +02003013 background: #F4F9FE;
3014 border: 1px solid #E9F3FF;
3015 padding: 5px 10px;
3016 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3017 width: 100%;
3018 display: inline-block;
3019 margin-bottom: 20px;
3020 color: #1B3E6F;
3021}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003022.template-mapping-list:hover,
3023.template-mapping-list.active {
3024 /* background: #1B3E6F; */
shadyb3c61a62020-02-16 15:47:33 +02003025 text-decoration: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003026 /* color: #fff !important; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003027 border-radius: 4px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003028 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
shadyb3c61a62020-02-16 15:47:33 +02003029}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003030.template-mapping-list p,
3031.template-mapping-list:hover p{
3032 margin-bottom: 0;
3033 width: 60%;
3034 display: inline-block !important;
3035}
3036.template-mapping-list:hover p{
3037 width: 90%;
3038}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003039.template-mapping-list:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003040 opacity: .9;
3041}
3042
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003043.template-mapping-list span{
shadyb3c61a62020-02-16 15:47:33 +02003044 background: #fff;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003045 border: solid 1px #E9F3FF;
shadyb3c61a62020-02-16 15:47:33 +02003046 color: #2A81ED;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003047 font-size: 9px;
shadyb3c61a62020-02-16 15:47:33 +02003048 float: right;
3049 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003050 padding: 3px 10px;
shadyb3c61a62020-02-16 15:47:33 +02003051 margin-left: 5px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003052}
3053.template-mapping-list:hover span{
3054 display: none;
3055}
3056.deleteTemplate{
3057 display: none;
3058 position: absolute;
3059 right: 21px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003060 top: 2px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003061 border: 0;
3062 background: transparent;
3063}
3064.deleteTemplate i{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003065 color: #FF6469 !important;
3066 font-size: 16px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003067}
3068.template-mapping-list:hover .deleteTemplate{
3069 display: inline;
shadyb3c61a62020-02-16 15:47:33 +02003070}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003071.max-height-list{
shadyb3c61a62020-02-16 15:47:33 +02003072 max-height: 232px;
3073 padding-bottom: 5px !important;
3074 overflow: auto;
3075}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003076.create-template-mapping-button{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003077 background: #C3CDDB;
3078 border-radius: 50px;
3079 font-size: 12px;
3080 font-weight: bold;
3081 padding: 10px 20px;
3082 margin-bottom: 20px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003083 display: inline-block;
3084 cursor: pointer;
shadyb3c61a62020-02-16 15:47:33 +02003085}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003086.create-template-mapping-button i{
3087margin-right: 5px;
3088 }
3089.view-package-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003090 padding: 20px 56px;
shadyb3c61a62020-02-16 15:47:33 +02003091}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003092.package-type-icon{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003093 color: #1B3E6F;
3094 background: #C1CDDD;
3095 width: 48px;
3096 height: 48px;
3097 border-radius: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003098 display: inline-block;
3099 text-align: center;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003100 line-height: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003101 font-size: 20px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003102 /* margin-right: 20px; */
shadyb3c61a62020-02-16 15:47:33 +02003103}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003104.defintionsNote{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003105 padding-left: 0;
3106}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003107.defintionsNote li{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003108 line-height: 24px;
3109 list-style: none;
3110 font-size: 13px;
3111}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003112.package-name-container{
shadyb3c61a62020-02-16 15:47:33 +02003113 width: calc(100% - 60px);
3114 display: inline-block;
3115}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003116.package-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003117 font-size: 16px;
3118 color: #1B3E6F;
3119 font-weight: bold;
3120 margin-top: 3px;
shadyb3c61a62020-02-16 15:47:33 +02003121}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003122.package-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003123 font-size: 11px;
shadyb3c61a62020-02-16 15:47:33 +02003124}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003125.package-name i{
shadyb3c61a62020-02-16 15:47:33 +02003126 font-size: 12px;
3127 color: #C3CDDB;
3128 margin-left: 5px;
3129}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003130.deply-status-icon{
Sarah Abouzainah95c95202020-07-05 19:45:40 +02003131 margin-right: 4px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003132 width: 1.6%;
3133 vertical-align: baseline;
shadyb3c61a62020-02-16 15:47:33 +02003134}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003135.package-description{
shadyb3c61a62020-02-16 15:47:33 +02003136 color: #D0D7E4;
3137 font-size: 12px;
3138 font-weight: normal;
3139}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003140.package-auth-info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003141 font-size: 11px;
3142}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003143.package-auth-info p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003144 margin-bottom: 5px;
3145}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003146.package-auth-info div{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003147 padding-left: 25px;
3148 border-right: solid 1px #F4F9FE;
3149}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003150.package-auth-info div:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003151 padding-left: 15px;
3152}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003153.package-auth-info .col-4:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003154 padding-left: 15px;
3155}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003156.package-auth-info div:last-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003157 border-right: 0;
3158}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003159.package-auth-info .package-contributers{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003160 margin-bottom: 0 !important;
3161}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003162.package-auth-info .package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003163 width: 20px;
3164 height: 20px;
3165}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003166.template-mapping-action{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003167 margin-bottom: 20px;
shadyb3c61a62020-02-16 15:47:33 +02003168}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003169.template-mapping-action button{
shadyb3c61a62020-02-16 15:47:33 +02003170 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003171 padding: 4px 20px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003172 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02003173}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003174.template-mapping-action .btn-primary{
3175 background:#5DBDBA !important ;
3176 border-color:#5DBDBA !important ;
3177 color: #fff !important ;
shadyb3c61a62020-02-16 15:47:33 +02003178}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003179.template-mapping-action .btn-outline-secondary{
3180 background:#fff !important ;
3181 border-color:#ECEDF2 !important ;
3182 color: #C3CDDB !important ;
shadyb3c61a62020-02-16 15:47:33 +02003183}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003184.template-mapping-action .btn-outline-secondary:hover{
3185 color: #1B3E6F !important;
3186}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003187.table-container{
shadyb3c61a62020-02-16 15:47:33 +02003188 width: 100%;
3189}
3190/*
3191 server-side-angular-way.component.css
3192*/
3193.no-data-available {
3194 text-align: center;
3195}
3196
3197/*
3198 src/styles.css (i.e. your global style)
3199*/
3200.dataTables_empty {
3201 display: none;
3202}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003203.dataTables_length,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003204.dataTables_filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003205 margin-bottom: 6px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003206 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003207 font-size: 13px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003208 /* font-weight: bold; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003209}
3210
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003211.dataTables_filter input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003212 color: #1B3E6F;
3213 background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003214 padding: 4px 9px 4px 24px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003215 border: solid 1px #ECEDF2;
3216 border-radius: 4px;
3217}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003218.dataTables_filter input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003219 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3220}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003221.mapping-table th,
3222.mapping-table td{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003223 width: auto !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003224 padding: 7px 20px 7px 0 !important;
3225 border-bottom: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003226 font-size: 13px;
3227}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003228.mapping-table th:first-child,
3229.mapping-table td:first-child{
3230 padding-left: 20px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003231}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003232.mapping-table thead th{
3233 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003234}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003235.mapping-table tbody tr:hover{
3236 background-color: #F4F9FE !important;
3237}
3238.mapping-table th{
3239 padding-top: 10px !important;
3240 padding-bottom: 10px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003241 background: #F4F9FE;
3242}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003243.mapping-table td{
3244 border-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003245}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003246table.dataTable.no-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003247 margin-bottom: 9px;
3248 border-bottom: solid 1px #ECEDF2 !important;
3249}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003250.dataTables_info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003251 padding-top: 12px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003252 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003253 font-size: 13px;
3254 font-weight: bold;
3255}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003256.dataTables_wrapper .dataTables_paginate,
3257.dataTables_wrapper .dataTables_paginate a.paginate_button,
3258.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003259.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003260 margin-bottom: 3px;
3261 color: #1B3E6F !important;
3262 font-size: 13px;
3263 font-weight: bold;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003264 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003265}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003266.dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003267 border: 0;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003268 color: #1B3E6F !important;
3269 background: none !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003270}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003271.dataTables_wrapper .dataTables_paginate a.paginate_button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003272 padding: 0.4em .9em !important;
3273}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003274.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003275 color: #1B3E6F !important;
3276 background: #F4F9FE !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003277 border: solid 1px #EEF4F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003278 border-radius: 100% !important;
3279 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3280 outline: 0;
3281}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003282.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003283 opacity: .6;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003284}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003285.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003286 cursor: default;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003287 background: none !important;
3288 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003289}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003290.mapping-table .form-control,
3291.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003292 padding: 10px 6px;
3293 border-color: #EEF4F9;
3294 font-size: 14px;
3295 line-height: 12px;
3296 color: #1B3E6F;
3297}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003298.mapping-table .form-control{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003299 box-shadow: 0 2px 4px rgba(47,83,151,0.1);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003300}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003301.mapping-table tbody tr:hover .form-control:focus,
3302.mapping-table tbody tr:hover .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003303 background-color: #fff !important;
3304}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003305.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003306 background-color: #F4F9FE;
3307 color: #1B3E6F;
3308}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003309.mapping-table .form-control:disabled{
Sarah Abouzainah98600832020-04-22 22:55:39 +02003310 padding-left: 0;
3311 box-shadow: none;
3312 border: 0;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003313 background: transparent !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003314 color: #1B3E6F;
3315}
AhmedEldeeb50bf566c12020-05-07 16:10:33 +02003316
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003317/* Windows View as 150% */
3318@media (resolution: 150dpi) {
3319 /* @media (-webkit-device-pixel-ratio: 1.5) { */
3320 .body-container > .container{
3321 max-width: 960px !important;
3322 }
3323}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003324/* Extra small devices (portrait phones, less than 576px) */
3325@media (max-width: 575.98px) {
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003326 .page-title{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003327 padding: 18px;
3328 }
3329}
3330
3331/* Small devices (landscape phones, 576px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003332@media (min-width: 576px) and (max-width: 767.98px) {
3333
3334}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003335
3336/* Medium devices (tablets, 768px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003337@media (min-width: 768px) and (max-width: 991.98px) {
3338
3339}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003340
3341/* Large devices (desktops, 992px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003342@media (min-width: 992px) and (max-width: 1199.98px) {
3343
3344}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003345
3346/* Extra large devices (large desktops, 1200px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003347@media (min-width: 1200px) {
3348
3349}
3350
3351
3352
3353
3354
3355
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003356/* Package Wizard panel */
3357.packageWizard.panel-wrap{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003358 position: fixed;
3359 top: 100px;
3360 bottom: 0;
3361 right: 0;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003362 width: 350px;
3363 height: 200px;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003364 transform: translateX(100%);
3365 transition: .3s ease-out;
3366 z-index: 2000;
3367}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003368.packageWizard .panel{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003369 position: absolute;
3370 top: 0;
3371 bottom: 0;
3372 left: 0;
3373 right: 0;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003374 overflow: auto;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003375 padding: 20px;
3376 padding-top: 9px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003377 background: #1B3E6F;
3378 color: #fff;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003379 border-top: solid 6px #1273EB;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003380 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003381 border-radius: 3px !important;
3382 /* border-top-right-radius: 0 !important;
3383 border-bottom-right-radius: 0 !important; */
3384 text-align: center;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003385}
3386
3387/* simulate panel state control --
3388this can also be triggered by a
3389class name added to the body tag.
3390Just using a checkbox sibling here
3391for simplicity
3392*/
3393[type="checkbox"]:checked ~ .panel-wrap {
3394 transform: translateX(0%);
3395}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003396.packageWizard h3{
3397 margin-bottom: 15px;
3398 font-weight: bold !important;
3399 font-size: 16px;
3400}
3401.packageWizard p{
3402 margin-bottom: 12px;
3403 font-size: 14px;
3404}
3405.packageWizard span{
3406 font-size: 13px;
3407 color: #C3CDDB;
3408}
3409.startTour{
3410 margin-top: 15px;
3411 padding: 9px 21px;
3412 font-weight: bold;
3413 font-size: 12px;
3414 border: 0;
3415 border-radius: 18px;
3416 background-color: #1273EB;
3417 color: #fff;
3418}
3419.closeWizard{
3420 margin-top: 12px;
3421 border: 0;
3422 background: none;
3423 font-weight: normal;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003424 color: #E0E8F2;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003425 font-size: 12px;
3426}
3427/*Wizard Content*/
3428.mat-menu-panel{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003429 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003430 border-radius: 3px !important;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003431 border-top: solid 3px #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003432}
3433.mat-menu-panel::after {
3434 content: '';
3435 display: block;
3436 width: 0;
3437 height: 0;
3438 position: absolute;
3439 border-left: 8px solid transparent;
3440 border-right: 8px solid transparent;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003441 border-bottom: 8px solid #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003442 left: 9px;
3443 top: -8px;
3444}
3445.mat-card{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003446 background: #1B3E6F !important;
3447 color: #fff !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003448 font-family: inherit !important;
3449 border-radius: 0 !important;
3450}
3451.mat-card-content,
3452.mat-card-subtitle{
3453 font-size: 13px;
3454}
3455.mat-card-title{
3456 margin-bottom: 9px !important;
3457 font-weight: bold !important;
3458 font-size: 16px !important;
3459}
3460.mat-icon-button[disabled]{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003461 color: rgba(224, 232, 242, .5) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003462}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003463
3464
3465
3466
3467
3468
3469
3470