blob: df5d5150765a2f20900c7ec8aa1cfdb8f8e85ce9 [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 Abouzainahefcfc482020-05-18 15:38:56 +020021.btn:disabled:hover{
22 cursor: default;
23}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020024.custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020025 border: solid 1px #C3CDDB !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020026 border-radius: 0 !important;
27}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020028.custom-control-input:checked ~ .custom-control-label::before{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020029 background: #1B3E6F !important;
30}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020031.custom-radio .custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020032 border-radius: 50% !important;
33}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020034.custom-control-label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020035 font-size: 13px;
36 line-height: 24px;
37}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020038.form-check-input + span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020039 display: inline-flex !important;
40}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020041.form-check-input + span i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020042 margin-right: 9px !important;
43}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020044.form-control:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020045 background-color: #F4F9FE !important;
46}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020047.label-input input[type="radio"]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020048 width: 14px !important;
49 height: 14px;
50}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020051.card-header .btn[aria-expanded="true"],
52.card-header .btn[aria-expanded="false"]{
53 padding-left: 25px !important;
54 padding-right: 25px !important;
55 border-radius: 0 !important;
56}
57.card-header .btn[aria-expanded="true"]{
58 background-color:#F4F9FE;
59}
60.card-header .btn[aria-expanded="false"]{
61 background-color:#fff;
62}
63/*NGX-TOASTR*/
64.ngx-toastr{
65 border-radius: 2px !important;
66 color: #1B3E6F !important;
67 font-size: 13px !important;
68 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
69}
70.toast-success{
71 border-left: solid 5px #66BB00 !important;
72 background: url(/assets/img/icon-required-yes.svg) 12px center #fff no-repeat !important;
73}
74.toast-error{
75 border-left: solid 5px #FF6469 !important;
76 background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important;
Sarah Abouzainahced91552020-06-04 17:45:57 +020077 background-size: 18px !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020078}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020079/*ICONS*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020080.icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020081 font-size: 3px !important;
82 color: #1B3E6F;
83 vertical-align: middle;
84}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020085/*Components*/
Ahmed Abbas6ee4d312019-11-20 11:32:53 +020086/* Menu Styles */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020087.primary-nav{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +020088 /* left: 0; */
89 position: fixed;
90 z-index: 999;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020091}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020092.menu{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020093 position: relative;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020094}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020095.menu ul{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020096 margin: 0;
97 padding: 0;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +020098 list-style: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020099}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200100.open-panel{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200101 border: none;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200102 background-color:#fff;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200103 padding: 0;
104}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200105.logo-icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200106 background: #fff;
107 position: relative;
108 display: block;
109 text-align: center;
110 padding: 16px 0;
111 width: 50px;
112 height: 60px;
113 left: 0;
114 top: 0;
115 z-index: 1000;
116 cursor: pointer;
117}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200118.primary-nav .menu li{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200119 position: relative;
120}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200121.menu .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200122 position: absolute;
123 top: 12px;
124 right: 10px;
125 pointer-events: none;
126 width: 30px;
127 height: 30px;
128 color: #fff;
129 text-align: center;
130}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200131.menu .icon .fa{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200132 vertical-align: middle;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200133}
134.menu,
135.menu a,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200136.menu a:visited{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200137 color: #fff;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200138 text-decoration: none!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200139 position: relative;
140}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200141.menu a{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200142 display: block;
143 white-space: nowrap;
144 padding: 10px 1em;
145 font-size: 12px;
146 font-weight: bold;
147 height: 52px;
148 line-height: 30px;
149}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200150.menu a:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200151 color: #fff;
152}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200153.menu-dropdown li .icon{
shadyb3c61a62020-02-16 15:47:33 +0200154 text-align: center;
155 font-size: 16px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200156 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +0200157 line-height: 33px;
158}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200159.menu-dropdown a{
shadyb3c61a62020-02-16 15:47:33 +0200160 cursor: pointer;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200161}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200162.menu-dropdown li.active .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200163 color: #fff;
164 background: #265699;
165 border-radius: 50%;
166}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200167.menu-dropdown li:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200168 background: #172B4D;
169}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200170.menu label{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200171 margin-bottom: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200172 display: block;
173}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200174.menu label:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200175 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200176}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200177.menu input[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200178 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200179}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200180input#menu[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200181 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200182}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200183.sub-menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200184 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200185}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200186.new-wrapper{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200187 position: absolute;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200188 left: 50px;
189 width: calc(100% - 50px);
190 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200191}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200192#menu:checked + ul.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200193 left: 0;
194 -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
195 animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
196}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200197.sub-menu-checkbox:checked + ul.sub-menu-dropdown{
198 display: block!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200199 -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
200 animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
201 border-top: solid 2px #1B3E6F;
202}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200203.openNav .new-wrapper{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200204 position: absolute;
205 transform: translate3d(200px, 0, 0);
206 width: calc(100% - 250px);
207 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
208}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200209.downarrow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200210 background: transparent;
211 position: absolute;
212 right: 50px;
213 top: 12px;
214 color: #fff;
215 width: 24px;
216 height: 24px;
217 text-align: center;
218 display: block;
219}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200220.downarrow:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200221 color: #fff;
222}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200223.menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200224 position: absolute;
225 display: block;
226 left: -200px;
227 top: 0;
228 width: 250px;
229 height: 100vh;
230 transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
231 background-color: #1B3E6F;
232 z-index: 999;
233}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200234.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200235 top: 0;
236 overflow-y: auto;
237}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200238.overflow-container{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200239 position: relative;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200240 height: calc(100vh - 50px)!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200241 overflow-y: auto;
242 border-top: 60px solid #fff;
243 z-index: -1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200244 display:block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200245}
246
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200247.menu .logotype{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200248 position: absolute !important;
249 top: 16px;
250 left: 55px;
251 display: block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200252}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200253/* .sub-menu-dropdown{
254background-color: #333;
255} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200256.menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200257 position: absolute;
258 left: 0;
259 top: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200260}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200261.openNav .menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200262 position: absolute;
263 left: -200px;
264 top: 60px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200265}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200266.openNav .menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200267 top: 60px;
268 transform: translate3d(200px, 0, 0);
269 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200270}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200271@-webkit-keyframes grow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200272 0% {
273 display: none;
274 opacity: 0;
275 }
276 50% {
277 display: block;
278 opacity: 0.5;
279 }
280 100% {
281 opacity: 1;
282 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200283}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200284@keyframes grow{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200285
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200286 0% {
287 display: none;
288 opacity: 0;
289 }
290 50% {
291 display: block;
292 opacity: 0.5;
293 }
294 100% {
295 opacity: 1
shaaban Altananyba3756e2020-01-07 12:08:44 +0200296 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200297}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200298/*User Profile*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200299.userProfile .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200300 width: 99.5%;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200301}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200302.userProfile .dropdown:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200303 background: #172B4D !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200304}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200305.userProfile .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200306 background: transparent;
307 border: 0;
308 box-shadow: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200309 font-size: 13px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200310 line-height: 40px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200311}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200312.import-container-all{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200313 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200314 padding-bottom: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200315}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200316.import-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200317 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200318 background: #E7F1FC;
319 margin-bottom: 20px;
320 padding: 9px 18px;
321 border: solid 1px #EEF4F9;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200322}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200323.import-container-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200324 width: 40%;
325 position: relative;
326 display: inline-block;
327 margin-right: 20px;
328}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200329.import-container-input input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200330 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200331 height: 36px;
332 padding: 5px 40px 5px 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200333 border: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200334 border-radius: 2px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200335 -webkit-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
336 -moz-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
337 box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200338 font-size: 13px;
339 color: #172B4D;
340}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200341.import-container-input input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200342 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18);
343}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200344.import-container-input input::placeholder{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200345 color: #959DA8 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200346}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200347.enter-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200348 position: absolute;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200349 right: 12px;
350 font-size: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200351 top: 6px;
352 color: #1273EB;
353}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200354.enter-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200355 text-decoration: none;
356}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200357.import-container-input input::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200358 color: #CFD7E5;
359}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200360.import-container-span{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200361 font-size: 12px;
362}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200363.import-container-all .accordion .card-header{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200364 padding: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200365 background: #fff !important;
366 border-bottom: 0 !important;
367}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200368.import-container-all .collapse.show{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200369 border-top: solid 1px #ECEDF2;
370}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200371.import-container-all .card-header .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200372 display: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200373 position: absolute;
374 right: 15px;
375 background: #F4F9FE;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200376}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200377.import-container-all .card-header:hover .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200378 display: inline;
379}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200380.accordion-delete{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200381 color: #FF6469;
382 font-size: 18px;
383 margin-top: 11px;
384}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200385.accordion-delete:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200386 text-decoration: none;
387}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200388/* .userProfile .dropdown-toggle{
389height: 40px;
390} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200391.userProfile .dropdown-toggle:hover ~ .dropdown-text,
392.userProfile .dropdown-toggle:focus ~ .dropdown-text{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200393 background: transparent !important;
394 border-radius: 0 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200395 box-shadow: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200396}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200397
398.userProfile .dropdown-text::after {
shaaban Altananyba3756e2020-01-07 12:08:44 +0200399 right: 14px;
400 top: 8px;
401 width: 24px;
402 height: 24px;
403 background: url(/assets/img/img-userProfile.png) center center no-repeat;
404}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200405.packagesFilter .custom-checkbox{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200406 margin-left: 8px;
407}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200408.packagesFilter .custom-control-label{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200409 line-height: 28px !important;
410 font-size: 14px !important;
411 text-indent: 6px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200412}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200413.packagesFilter .reset-filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200414 margin-top: 6px;
415 padding-top: 6px;
416 padding-left: 9px;
417 border-top: solid 1px #ECEDF2;
418 font-size: 13px;
419}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200420.packagesFilter .reset-filter a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200421 background: none !important;
422 text-decoration: none;
423 color: #1B3E6F;
424}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200425/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200426.sort-packages{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200427 font-size: 12px;
428 font-weight: bold;
429 color: #C3CDDB;
430}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200431.sort-packages .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200432 width: 88px;
433}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200434.sort-packages .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200435 background: transparent;
436 border: 0;
437 box-shadow: none;
438 color: #1B3E6F;
439}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200440.sort-packages .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200441 right: 18px !important;
442 border: solid !important;
443 border-color: #1B3E6F transparent transparent transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200444}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200445.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200446 top: 12px !important;
447 border-color: transparent transparent #1B3E6F transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200448}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200449.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
450.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200451 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
452 background: #fff;
453}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200454.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200455.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200456 top: 30px;
457}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200458.sort-packages .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200459 width: 88px;
460 padding: 6px 0;
461 background: #fff;
462 border-radius: 2px;
463 border: 0;
464 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
465}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200466.sort-packages .dropdown-content a{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200467 color: #1B3E6F;
468 font-size: 12px;
469}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200470.sort-packages .dropdown-content a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200471 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200472 background-color: #F4F9FE;
473 text-decoration: unset;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200474 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200475}
476/**Pagination**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200477.page-item{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200478 margin: 3px 2px 0;
479}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200480.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200481.page-item.disabled .page-link{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200482 padding: 5px 9px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200483 background: transparent !important;
484 border: 0;
485 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200486 font-size: 13px;
487 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200488}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200489.page-item.active .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200490.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200491 color: #1B3E6F !important;
492 background-color: #fff !important;
493 border-radius: 100% !important;
494 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
495 outline: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200496}
497/**Packages Cards***/
498/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200499.packages-card .card{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200500 width: 100%;
Ahmed Abbaseea49072019-11-27 15:04:18 +0200501 margin: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200502 border-radius: 2px;
503 border: 0;
504 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
505}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200506.packages-card .card:hover .packageName{
507 color: #1273EB !important;
508}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200509.packages-card .card-title{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200510 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200511 font-size: 13px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200512 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200513 color: #1B3E6F;
514}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200515.packages-card .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200516 color: #1B3E6F;
517 font-size: 11px;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200518 vertical-align: bottom;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200519}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200520.packages-card p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200521 font-size: 12px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200522 color: #D0D7E4;
523}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200524.packages-card p.package-desc{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200525 margin-top: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200526 font-size: 13px;
527 text-align: left;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200528 display: -webkit-box;
529 -webkit-line-clamp: 1;
530 -webkit-box-orient: vertical;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200531 overflow: hidden;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200532 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200533}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200534.packages-card p.package-desc:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200535 color: #1B3E6F !important;
536 text-decoration: underline;
537}
538
539.packages-card [data-tooltip]::before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200540.packages-card .tooltip::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200541 border: 0 !important;
542}
543.packages-card .tooltip:after,
544.packages-card [data-tooltip]:after {
545 padding: 9px;
546 font-size: 11px;
547 background: #F4F9FE;
548 border: solid 1px #E6EDF5;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200549 box-shadow: 0 0 12 rgba(0,0,0,0.8);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200550 border-radius: 3px;
551}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200552/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200553.addPaackage-card{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200554 padding: 10px 0;
555 background: #F4F9FE !important;
556 border: solid 1px #D7E7F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200557 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200558}
Sarah Abouzainahced91552020-06-04 17:45:57 +0200559.addPaackage-card .card-body img{
560 width: 30%;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +0200561 vertical-align: text-top;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200562}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200563.addPaackage-card a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200564 margin: 0;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200565 padding: 7px 15px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200566 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200567 font-size: 12px;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200568 border-radius: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200569 border-width: 0px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200570 border-style: solid;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200571 background-position: 15px center;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200572 background-repeat: no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200573 text-align: left;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200574}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200575.addPaackage-card a:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200576 text-decoration: unset;
577}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200578.btn-create-package i,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200579.btn-import-package i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200580 margin-right: 9px;
581 font-size: 14px;
582 vertical-align: middle;
583}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200584.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200585.btn-create-package:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200586 background-color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200587 color: #fff;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200588}
589.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200590.btn-import-package:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200591 background: #C3CDDB;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200592 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200593}
594/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200595.packages-card .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200596 width: auto;
597 float: right;
598}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200599.packages-card .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200600 background: transparent;
601 border: 0;
602 box-shadow: none;
603 text-indent: 0;
604 line-height: unset;
605 border-bottom-left-radius: 0;
606 border-bottom-right-radius: 0;
607 opacity: .6;
608}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200609.packages-card .dropdown-text:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200610 opacity: 1;
611}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200612.packages-card .dropdown-text::after{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200613 display: none;
614}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200615.packages-card .dropdown-text img{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200616 padding: 9px 7px;
617}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200618.packages-card .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200619 right: 0;
620 width: 120px;
621 padding: 6px 0;
622 border: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200623 border-radius: 50%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200624}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200625/* .userProfile .dropdown-content{
626 bottom: 40px !important;
627 top: unset !important;
628 width: 100%;
629} */
630/**Tab Nav**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200631.nav-tabs{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200632 border-bottom-color: #ECEDF2 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200633}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200634.nav-link{
shadyb3c61a62020-02-16 15:47:33 +0200635 padding: 15px 20px 15px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200636 text-transform: uppercase !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200637 font-size: 12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200638 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200639 color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200640 border: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200641}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200642.nav-tabs .nav-link:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200643.nav-tabs .nav-link:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200644 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200645 transition: 0.3s;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200646}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200647.nav-tabs .nav-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200648 color: #1B3E6F !important;
649}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200650.nav-tabs .nav-link.active{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200651 color: #1B3E6F !important;
652 background: transparent !important;
653 border: 0 !important;
654 border-bottom: solid 2px #1B3E6F !important;
655}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200656.nav-tabs .nav-link::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200657 content: "|";
658 padding-right: 20px !important;
659 color: #C3CDDB;
660 font-weight: normal;
shadyb3c61a62020-02-16 15:47:33 +0200661 position: absolute;
662 left: 0px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200663}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200664.nav-tabs .nav-link:first-child::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200665 content: none;
666}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200667.nav-tabs .nav-link:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200668 padding-left: 20px !important;
669}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200670.nav-item.nav-link.complete,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200671.nav-item.active.complete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200672 padding: 15px 20px 15px 44px !important;
673 background: url(/assets/img/icon-required-yes.svg) 20px center no-repeat !important;
674}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200675/**Sliding Search Input**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200676.searchBox{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200677 position: absolute;
678 top: 0%;
679 right: 0%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200680 transform: translate(0%,-0%);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200681 height: 40px;
682}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200683.searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200684 float: right;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200685 margin-top: 18px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200686 padding-left: 0 !important;
687 padding-right: 24px !important;
688 width: 60px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200689 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200690 background: url(../src/assets/img/icon-search.svg) center center no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200691 background-size: 24%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200692 border: 0 !important;
693 border-right: solid 1px #1B3E6F !important;
694 display: flex;
695 justify-content: center;
696 align-items: center;
697 transition: 0.4s;
698}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200699.searchBox:hover > .searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200700 width: 240px;
701 border-bottom: solid 1px #C3CDDB;
702}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200703.searchBox:hover > .searchInput::placeholder{
704 color: #C3CDDB;
705}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200706.searchBox > .searchInput:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200707 border-bottom: solid 1px #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200708 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
709 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
710 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200711}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200712.searchBox:hover > .searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200713 color: #1B3E6F;
714}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200715.searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200716 border: none;
717 background: none;
718 outline: none;
719 float: left;
720 padding: 0;
721 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200722 font-size: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200723 transition: 0.4s;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200724 line-height: 49px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200725 width: 0px;
726}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200727.searchInput::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200728 color: #BABBC3;
729}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200730.searchBox-expanded{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200731 width: 240px;
732 border-bottom: solid 1px #C3CDDB;
733}
734/**Drop Down Menu**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200735.dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200736 position: relative;
737 display: inline-block;
738 text-align: left;
739 width: 132px;
740 z-index: 200;
741}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200742.dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200743 cursor: pointer;
744 position: relative;
745 text-indent: 10px;
746 line-height: 32px;
747 background-color: #eee;
748 border: 1px solid #ccc;
749 border-radius: 3px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200750 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 +0200751 width: 100%;
752}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200753.dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200754 position: absolute;
755 right: 6px;
756 top: 15px;
757 content: '';
758 width: 0px;
759 height: 0px;
760 border-style: solid;
shadyb3c61a62020-02-16 15:47:33 +0200761 /* border-width: 5px 4px 0 4px;
762 border-color: #555 transparent transparent transparent; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200763 border:0px
shaaban Altananyba3756e2020-01-07 12:08:44 +0200764}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200765.dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200766 font-size: 0;
767 z-index: 1;
768 cursor: pointer;
769 position: absolute;
770 top: 0;
771 border: none;
772 padding: 0;
773 margin: 0 0 0 1px;
774 background: transparent;
775 text-indent: -10px;
776 height: 34px;
777 width: 100%;
778}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200779.dropdown-toggle:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200780 outline: 0;
781}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200782.dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200783 position: absolute;
784 top: 32px;
785 width: 140px;
786 margin: 0;
787 padding: 0;
788 opacity: 0;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200789 visibility:hidden;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200790 -webkit-transition: all .25s ease;
791 -moz-transition: all .25s ease;
792 -ms-transition: all .25s ease;
793 -o-transition: all .25s ease;
794 transition: all .25s ease;
795 list-style-type: none;
796 border-radius: 3px;
797 text-indent: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200798 line-height: 28px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200799 background-color: #eee;
800 border: 1px solid #ccc;
801}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200802.dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200803 display: block;
804}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200805.dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200806 background: #e8e8e8;
807}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200808.dropdown-toggle:hover ~ .dropdown-text,
809.dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200810 background-color: #e8e8e8;
811}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200812.dropdown-toggle:focus ~ .dropdown-text{
813 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 +0200814 z-index: 2;
815}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200816.dropdown-toggle:focus ~ .dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200817 border-width: 0 4px 5px 4px;
818 border-color: transparent transparent #555 transparent;
819}
820.dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200821.dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200822 opacity: 1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200823 visibility:visible;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200824 top: 42px;
825}
826/**Card**/
827/* Hover Shadow */
828@keyframes hover {
829 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200830 transform: translateY(-3px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200831 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200832 100% {
833 transform: translateY(-6px);
834 }
835}
836@keyframes card {
837 0% {
838 transform: translateY(6px);
839 opacity: .3;
840 }
841 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200842 transform: translateY(3px);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200843 opacity: .8;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200844 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200845 100% {
846 transform: translateY(6px);
847 opacity: .3;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200848 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200849}
850.card {
851 /* display: inline-block;
852 position: relative;
853 transition-duration: 0.2s;
854 transition-property: transform;
855 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
856 transform: translateZ(0); */
857 margin-bottom: 25px !important;
858 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
859}
860/* .card:before {
861 pointer-events: none;
862 position: absolute;
863 z-index: -1;
864 content: '';
865 top: 100%;
866 left: 5%;
867 height: 10px;
868 width: 90%;
869 opacity: 0;
870 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
871 transition-duration: 0.2s;
872 transition-property: transform opacity;
873} */
874/* .card:hover {
875 transform: translateY(-3px);
876 animation-name: hover;
877 animation-duration: 1s;
878 animation-delay: 0.2s;
879 animation-timing-function: linear;
880 animation-iteration-count: 1;
881 animation-direction: alternate;
882}
883.card:hover:before {
884 opacity: .4;
885 transform: translateY(3px);
886 animation-name: card;
887 animation-duration: 1s;
888 animation-delay: .2s;
889 animation-timing-function: linear;
890 animation-iteration-count: 1;
891 animation-direction: alternate;
892} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200893.card-body{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200894 padding: 10px 20px 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200895}
896
897/*Main Container*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200898.main-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200899 padding: 0 !important;
900}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200901.header-button-save button{
shadyb3c61a62020-02-16 15:47:33 +0200902 border-radius: 50px;
903}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200904/*Page Title*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200905.page-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200906 padding: 20px 30px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200907 background:#fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200908 border-left: solid 1px #FAFAFA;
909 margin-bottom: 21px;
910 -webkit-box-shadow: 0 4px 10px 0 #eef0f5;
911 box-shadow: 0 4px 10px 0 #eef0f5;
912 position: relative;
913 z-index: 8;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200914 /* position: fixed;
915 width: calc(100% - 50px); */
shaaban Altananyba3756e2020-01-07 12:08:44 +0200916}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200917.page-title h2{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200918 font-size: 16px;
919 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200920 padding-top: 1px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200921}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200922.page-title h2 span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200923 color: #C3CDDB;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200924 font-size: 14px;
925}
926/*Content*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200927.body-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200928 padding: 0 30px !important;
929}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200930.body-container > .container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200931 padding: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200932}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200933.search-filter-col{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200934 padding-right: 0 !important;
935 border-bottom: solid 1px #ECEDF2 !important;
936}
937/**Packages Filter**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200938.packagesFilter{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200939 margin-top: 12px;
940 margin-bottom: 7px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200941 z-index: 220 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200942}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200943.packagesFilter .dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200944 height: 36px !important;
945}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200946.packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200947 border-color: transparent transparent #1B3E6F transparent;
948}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200949.packagesFilter .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200950 background: transparent;
951 border: 0;
952 box-shadow: none;
953 text-indent: 14px;
954 line-height: 30px;
955 font-size: 12px;
956}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200957.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200958 right: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200959 border: solid !important;
960 border-width: 5px 4px 0 4px !important;
961 border-color: #1B3E6F transparent transparent transparent !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200962}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200963.packagesFilter .dropdown-toggle:hover ~ .dropdown-text,
964.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200965 background-color: transparent;
966 box-shadow: none;
967 border-radius: 0;
968}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200969.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200970 background: #fff;
971 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
972}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200973.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200974 top: 12px;
975}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200976.packagesFilter .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200977 padding: 6px 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200978 background: #fff;
979 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
980 border: 0;
981 border-top-left-radius: 0;
982 border-top-right-radius: 0;
983 border-bottom-left-radius: 2px;
984 border-bottom-right-radius: 2px;
985}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200986.packagesFilter .dropdown-content li:hover .custom-checkbox{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200987 cursor: pointer;
988}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200989.packagesFilter .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200990.packagesFilter .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200991 top: 30px;
992}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200993.packagesFilter .form-control{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200994 padding: 12px 9px 12px 38px !important;
995 border: 0 !important;
996 border-bottom: solid 1px #D7E7F9 !important;
997 background: url(../src/assets/img/icon-search.svg) 15px center no-repeat;
998 background-size: 4%;
999 border-radius: 0 !important;
1000 color: #1B3E6F;
1001 font-size: 13px;
1002}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001003.packagesFilter .form-control::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001004 color: #BABBC3;
1005}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001006.packagesFilter .form-control:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001007 box-shadow: none !important;
1008 border-bottom: solid 1px #1B3E6F !important;
1009}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001010.packagesFilter .custom-checkbox{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001011 margin-left: 8px;
1012}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001013.packagesFilter .custom-control-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001014 left: 10px;
1015}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001016.packagesFilter .custom-control-label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001017 line-height: 28px !important;
1018 font-size: 13px !important;
1019 text-indent: 6px !important;
1020}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001021.fillteredTags{
1022 margin-left: 3px;
1023 padding: 3px 3px;
1024 background: #1B3E6F;
1025 color: #fff;
1026 border-radius: 4px;
1027}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001028/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001029.sort-packages{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001030 font-size: 12px;
1031 font-weight: bold;
1032 color: #C3CDDB;
1033}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001034.sort-packages .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001035 width: 88px;
1036}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001037.sort-packages .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001038 background: transparent;
1039 border: 0;
1040 box-shadow: none;
1041 color: #1B3E6F;
1042}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001043.sort-packages .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001044 border-color: #1B3E6F transparent transparent transparent;
1045}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001046.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001047 border-color: transparent transparent #1B3E6F transparent;
1048}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001049.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
1050.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001051 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1052 background: #fff;
1053}
1054.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001055.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001056 top: 30px;
1057}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001058.sort-packages .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001059 width: 88px;
1060 padding: 6px 0;
1061 background: #fff;
1062 border-radius: 2px;
1063 border: 0;
1064 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1065}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001066.sort-packages .dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001067 color: #1B3E6F;
1068 font-size: 12px;
1069}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001070.sort-packages .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001071 background-color: #F4F9FE;
1072 text-decoration: unset;
1073}
1074/**Pagination**/
1075.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001076.page-item.disabled .page-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001077 background: transparent !important;
1078 border: 0;
1079 color: #1B3E6F !important;
1080 font-size: 14px;
1081}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001082.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001083 color: #1B3E6F !important;
1084 background-color: #fff !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001085 border-radius: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001086 transition: 0.3s;
1087 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
1088}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001089.page-item.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001090 opacity: .3;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001091}
1092/**Packages Cards***/
1093/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001094.packages-card .card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001095 margin: 0;
1096 border-radius: 2px;
1097 border: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001098 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001099}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001100.packages-card .card:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001101 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001102 transition: all 0.5s ease;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001103 cursor: pointer;
1104}
1105.packages-card .card:hover .card-title,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001106.packages-card .card:hover .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001107 color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001108}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001109.packages-card .card-title{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001110 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001111 font-size: 14px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001112 font-weight: bold;
1113}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001114.packages-card .card-title .packageName{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001115 margin-bottom: 0;
1116 display: inline-block;
1117 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001118 max-width: 64%;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001119 white-space: nowrap;
1120 overflow: hidden;
1121 text-overflow: ellipsis;
1122 font-size: 13px;
1123 vertical-align: bottom;
1124 color: #1B3E6F;
1125}
1126.packages-card .card-title:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001127.packages-card .card-title:hover .packageName{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001128 text-decoration: none;
1129 color: #1273EB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001130}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001131.packages-card .card-body{
Ahmed Abbaseea49072019-11-27 15:04:18 +02001132 padding-bottom: 0 !important;
1133}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001134.packages-card .card-footer .col{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001135 padding-left: 3px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001136 text-align: left;
Ahmed Abbaseea49072019-11-27 15:04:18 +02001137}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001138
shaaban Altananyba3756e2020-01-07 12:08:44 +02001139/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001140.addPaackage-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001141 background: #F4F9FE !important;
1142 border: solid 1px #D7E7F9 !important;
1143}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001144.addPaackage-card:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001145 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
1146}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001147
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001148.addPaackage-card a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001149 text-decoration: unset;
1150}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001151.addPaackage-card .card-footer .col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001152 padding: 0;
1153 text-align: right;
1154}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001155.addPaackage-card .card-footer .col:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001156 text-align: left;
1157}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001158.btn-create-package,
1159.btn-import-package{
Sarah Abouzainahced91552020-06-04 17:45:57 +02001160 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001161}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001162.btn-create-package{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001163 margin-bottom: 6px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001164}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001165.btn-import-package{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02001166 margin-bottom: 15px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001167}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001168.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001169.btn-create-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001170 background-color: #1B3E6F;
1171 border-color: #1B3E6F;
1172 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001173}
1174.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001175.btn-import-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001176 color: #1B3E6F;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001177}
1178/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001179.packages-card .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001180 width: auto;
1181 float: right;
1182}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001183.packages-card .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001184 background: transparent;
1185 border: 0;
1186 box-shadow: none;
1187 text-indent: 0;
1188 line-height: unset;
1189 border-bottom-left-radius: 0;
1190 border-bottom-right-radius: 0;
1191 opacity: .6;
1192}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001193.packages-card .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001194 display: none;
1195}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001196.packages-card .dropdown-text img{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001197 padding: 9px 7px;
1198}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001199.packages-card .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001200 right: 0;
1201 width: 120px;
1202 padding: 6px 0;
1203 border: 0;
1204 text-indent: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001205 border-radius: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001206 border-top-right-radius: 0;
1207 background: #1B3E6F;
1208}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001209.packages-card .dropdown-content a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001210 padding-left: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001211 color: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001212 font-size: 12px;
1213 /* background-position: 14px center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001214 background-size: 10%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001215 background-repeat: no-repeat; */
1216}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001217.packages-card .dropdown-content a i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001218 margin-right: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001219}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001220.packages-card .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001221 background-color: #172B4D;
1222 text-decoration: unset;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001223 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001224}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001225.packages-card .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001226.packages-card .dropdown-toggle:focus ~ .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001227 top: 22px;
1228}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001229.packages-card .dropdown-toggle:focus ~ .dropdown-text .icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001230 color: #D0D7E4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001231}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001232.packages-card .dropdown-toggle:hover ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001233 background: transparent;
1234 opacity: 1;
1235}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001236.packages-card .dropdown-toggle:focus ~ .dropdown-text{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001237 width: 27px;
1238 text-align: center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001239 opacity: 1;
1240 background: #1B3E6F;
1241 box-shadow: none;
1242}
Sarah Abouzainahced91552020-06-04 17:45:57 +02001243
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001244.package-version::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001245 content: "|";
Sarah Abouzainah98600832020-04-22 22:55:39 +02001246 margin-left: 8px;
1247 margin-right: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001248 vertical-align: text-bottom;
1249}
1250
shaaban Altananyba3756e2020-01-07 12:08:44 +02001251/***Contributers***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001252ul.package-contributers{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001253 margin-bottom: 9px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001254 padding-left: 0 !important;
1255}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001256.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001257 list-style: none;
1258 display: inline-block;
1259}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001260.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001261 margin-left: -5px;
1262}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001263.package-contributers li:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001264 margin-left: 0;
1265}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001266.package-contributers li:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001267 margin-left: 9px;
1268}
1269.package-modifier,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001270.package-contributers button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001271 height: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001272 padding: 0 !important;
1273 border-radius: 100%;
1274 border: 0 !important;
1275 /*Hover Effect*/
1276 -webkit-transition: box-shadow 0.2s ease;
1277 -moz-transition: box-shadow 0.2s ease;
1278 transition: box-shadow 0.2s ease;
1279 -webkit-backface-visibility: hidden;
1280 backface-visibility: hidden;
1281 display: inline-block;
1282 position: relative;
1283}
1284.package-modifier:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001285.package-contributers button:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001286 -webkit-transition: all 0.2s ease;
1287 -moz-transition: all 0.2s ease;
1288 transition: all 0.2s ease;
1289 border-radius: 50%;
1290 bottom: 0;
1291 box-shadow: 0 0 0 2px #fff;
1292 content: "";
1293 left: 0;
1294 position: absolute;
1295 right: 0;
1296 top: 0;
1297}
1298.package-modifier:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001299.package-contributers button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001300 box-shadow: 0 0 0 2px #D7E7F9;
1301 text-decoration: none;
1302}
1303.package-modifier:hover:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001304.package-contributers button:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001305 -webkit-transform: scale(0.925);
1306 -moz-transform: scale(0.925);
1307 -ms-transform: scale(0.925);
1308 -o-transform: scale(0.925);
1309 transform: scale(0.925);
1310 box-shadow: 0 0 0 1px #D7E7F9;
1311 opacity: 0.5;
1312}
1313.package-modifier img,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001314.package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001315 width: 20px;
1316 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001317 object-fit: cover;
1318 vertical-align: top;
1319 border-radius: 100%;
1320}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001321.package-contributers a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001322 font-size: 12px;
1323 color: #1273EB;
1324}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001325.package-contributers a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001326 text-decoration: unset;
1327}
1328/***Package Footer***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001329.packages-card .card-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001330 padding: 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001331 background: transparent !important;
1332 border-top-color: #F7F6F6 !important;
1333}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001334.packages-card .card-footer .col{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001335 text-align: center;
1336}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001337.packages-card .card-footer .col:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001338 border-right: solid 1px #F7F6F6;
1339}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001340.packages-card .card-footer .btn{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001341 padding: 10px 0 10px 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001342 background-color: transparent !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001343 color: #1B3E6F !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001344 border: 0;
1345 font-size: 13px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001346 text-align: left;
1347 opacity: .4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001348}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001349.packages-card .card-footer .btn:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001350 opacity: 1;
1351}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001352.packages-card .card-footer i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001353 margin-right: 6px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001354}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001355.icon-deployed-active,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001356.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001357 margin-right: 9px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001358 display: inline;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001359 background-image: url(/assets/img/icon-deploy-active.svg);
1360 background-position: center center;
1361 background-repeat: no-repeat;
1362 vertical-align: baseline;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001363}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001364.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001365 background-image: url(/assets/img/icon-deploy-inactive.svg);
1366}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001367
1368
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001369/*CREATE NEW ACTION MODAL*/
1370.createActionModal .modal-dialog{
1371 max-width: 85%;
1372}
1373.createActionModal .modal-header{
1374 padding-top: 21px !important;
1375 padding-bottom: 0 !important;
1376 border-bottom: 0;
1377}
1378.createActionModal .close{
1379 margin: 0 !important;
1380 padding: 6px 13px 10px !important;
1381 width: auto;
1382 opacity: 1 !important;
1383 border-radius: 100%;
1384}
1385.createActionModal .close:hover{
1386 background-color: #E0E8F2;
1387}
1388.createActionModal .icon-action-close{
1389 font-size: 14px;
1390 font-weight: bold;
1391}
1392.createActionModal .modal-body{
1393 padding-top: 0 !important;
1394 padding-bottom: 10px !important;
1395}
1396.createActionModal .modal-body .carousel-item{
1397 padding-left: 20px;
1398 padding-right: 10px;
1399}
1400@keyframes fadeInScale {
1401 0% {
1402 opacity: 0;
1403 -webkit-transform: scale(0) translateY(50%);
1404 transform: scale(0) translateY(50%);
1405 }
1406 90% {
1407 -webkit-transform: scale(1.05);
1408 transform: scale(1.05);
1409 }
1410 100% {
1411 opacity: 1;
1412 -webkit-transform: scale(1) translateY(0);
1413 transform: scale(1) translateY(0);
1414 }
1415}
1416.card.actionType{
1417 margin-bottom: 25px !important;
1418 padding: 220px 25px 50px;
1419 box-shadow: none;
1420 border-radius: 0;
1421 -webkit-transition: all 0.3s ease-in-out;
1422 transition: all 0.3s ease-in-out;
1423}
1424.card.actionType:hover{
1425 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1426 transition: 0.3s !important;
1427}
1428.createActionModal h1{
1429 margin-bottom: 21px;
1430 font-size: 22px;
1431 text-align: center;
1432 font-weight: normal;
1433}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001434.createActionModal .skip-btn{
1435 float: unset;
1436 width: auto;
1437 color: #1273EB;
1438 font-weight: normal !important;
1439 font-size: 13px;
1440 border: solid 1px #F1F2FA;
1441 border-radius: 2px;
1442}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001443.actionType,
1444.actionType:hover{
1445 text-align: center;
1446 line-height: 40px;
1447 background-position: center 40px;
1448 background-repeat: no-repeat;
1449 background-size: 144px 172px;
1450}
1451.actionType h3,
1452.actionType p{
1453 margin: 0;
1454}
1455.actionType h3{
1456 text-transform: uppercase;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001457 font-size: 13px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001458 font-weight: bold;
1459}
1460.actionType p{
1461 font-size: 13px !important;
1462 line-height: 24px;
1463}
1464.actionType .btn,
1465.actionType:hover .btn{
1466 opacity: 0;
1467 position: absolute;
1468 bottom: 0;
1469 left: 30% !important;
1470 margin-bottom: 26px;
1471 width: 100px;
1472 height: 30px;
1473 background: #1B3E6F;
1474 color: #fff;
1475 font-size: 12px;
1476 font-weight: bold;
1477 border-radius: 15px !important;
1478 -webkit-transform: translateY(-20%);
1479 transform: translateY(-20%);
1480 -webkit-transition: all 0.3s ease-in-out;
1481 transition: all 0.3s ease-in-out;
1482}
1483.actionType:hover .btn{
1484 opacity: 1;
1485 -webkit-transform: translateY(0);
1486 transform: translateY(0);
1487}
1488.actionType.custom{
1489 background-image: url(/assets/img/icon-action-custom.svg);
1490}
1491.actionType.custom:hover{
1492 cursor: pointer;
1493 background-image: url(/assets/img/icon-action-custom-hover.svg);
1494}
1495.actionType.default{
1496 background-image: url(/assets/img/icon-action-default.svg);
1497}
1498.actionType.default:hover{
1499 cursor: pointer;
1500 background-image: url(/assets/img/icon-action-default-hover.svg);
1501}
1502.actionType.recent{
1503 background-image: url(/assets/img/icon-action-recent.svg);
1504}
1505.actionType.recent:hover{
1506 cursor: pointer;
1507 background-image: url(/assets/img/icon-action-recent-hover.svg);
1508}
1509.actionType.import{
1510 background-image: url(/assets/img/icon-action-import.svg);
1511}
1512.actionType.import:hover{
1513 cursor: pointer;
1514 background-image: url(/assets/img/icon-action-import-hover.svg);
1515}
1516.createActionModal .carousel-indicators{
1517 margin: 0;
1518}
1519.createActionModal .carousel-indicators li{
1520 margin: 0;
1521 padding: 0;
1522 text-indent: 0;
1523 border: 0;
1524}
1525.createActionModal .back{
1526 position: fixed !important;
1527 top: 83px;
1528 width: auto;
1529 padding:0 !important;
1530}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001531
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001532.actionFormWrapper{
1533 width: 60%;
1534 margin: 0 auto;
1535}
1536.createActionModal .form-control.customAction{
1537 width: 55%;
1538 margin: 70px auto;
1539 padding-left: 0;
1540 border-radius: 0;
1541 border: 0;
1542 border-bottom: solid 1px #E0E8F2;
1543 color: #1B3E6F !important;
1544 font-size: 14px;
1545}
1546.createActionModal .form-control:focus{
1547 border-bottom: solid 1px #1B3E6F;
1548 background: transparent !important;
1549 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1550 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1551 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1552 text-shadow: none;
1553}
1554.createActionModal .form-control::placeholder{
1555 color: #C3CDDB;
1556
1557}
1558.createActionModal .submit,
1559.createActionModal .submit:hover{
1560 float: unset;
1561 width: 100px;
1562 height: 30px;
1563 background: #1B3E6F;
1564 color: #fff;
1565 font-size: 12px;
1566 font-weight: bold;
1567 border-radius: 15px !important;
1568}
1569.actionlabel{
1570 margin-right: 2px;
1571 color: #C3CDDB;
1572 font-size: 11px;
1573 font-weight: bold;
1574}
1575.form-control.searchInput,
1576.form-control.searchInput:focus{
1577 float: right;
1578 width: 250px !important;
1579 height: 30px !important;
1580 padding-left: 32px !important;
1581 border: solid 1px #E0E8F2 !important;
1582 border-radius: 2px !important;
1583 background: url(../src/assets/img/icon-search-light.svg) 9px center no-repeat !important;
1584 font-size: 13px !important;
1585 color: #1B3E6F;
1586}
1587.actionsListScroll{
1588 height: 228px;
1589 max-height: 228px;
1590 overflow: auto;
1591}
1592.createActionModal .actionName{
1593 margin-bottom: 15px;
1594 padding: 9px 18px;
1595 box-shadow: 0 2px 6px rgba(47,83,151,0.15);
1596}
1597.createActionModal p.selectedActions{
1598 margin-top: 20px;
1599 margin-bottom: 10px;
1600 color: #8D9FB7;
1601 font-size: 13px;
1602}
1603.createActionModal .sort-packages .dropdown{
1604 width: 60%;
1605}
1606.createActionModal .sort-packages .dropdown-text::after {
1607 right: 6px;
1608}
1609.createActionModal .sort-packages .dropdown-content{
1610 width: 100%;
1611}
1612.createActionModal .folder-upload-text button{
1613 float: unset;
1614}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001615/* Border Fade */
1616.border-fade {
1617 display: inline-block;
1618 transition-duration: 0.3s;
1619 transition-property: box-shadow;
1620 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1621 transform: translateZ(0);
1622 box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
1623 /* Hack to improve aliasing on mobile/tablet devices */
1624}
1625.border-fade:hover {
1626 box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0);
1627 /* Hack to improve aliasing on mobile/tablet devices */
1628}
1629/*Content*/
1630
1631/**Title Action Buttons**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001632.page-title-actions li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001633 display: inline-block;
1634 text-align: center;
1635}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001636.title-action{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001637 -webkit-transition: box-shadow 0.2s ease;
1638 -moz-transition: box-shadow 0.2s ease;
1639 transition: box-shadow 0.2s ease;
1640 -webkit-backface-visibility: hidden;
1641 backface-visibility: hidden;
1642 border-radius: 50%;
1643 color: #6a75eb;
1644 display: inline-block;
1645 font-size: 0.889em;
1646 height: 4em;
1647 margin: 0 1em 1em;
1648 position: relative;
1649 text-align: center;
1650 text-transform: lowercase;
1651 width: 4em;
1652 line-height: 4em;
1653}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001654.title-action:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001655 -webkit-transition: all 0.2s ease;
1656 -moz-transition: all 0.2s ease;
1657 transition: all 0.2s ease;
1658 border-radius: 50%;
1659 bottom: 0;
1660 box-shadow: 0 0 0 1px #000;
1661 content: "";
1662 left: 0;
1663 position: absolute;
1664 right: 0;
1665 top: 0;
1666}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001667.title-action:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001668 box-shadow: 0 0 0 7px #07819b;
1669 text-decoration: none;
1670}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001671.title-action:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001672 -webkit-transform: scale(0.925);
1673 -moz-transform: scale(0.925);
1674 -ms-transform: scale(0.925);
1675 -o-transform: scale(0.925);
1676 transform: scale(0.925);
1677 box-shadow: 0 0 0 1px #07819b;
1678 opacity: 0.5;
1679}
1680
1681/*Animation Button*/
1682/**Float**/
1683.float {
1684 display: inline-block;
1685 transition-duration: 0.3s;
1686 transition-property: transform;
1687 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1688 transform: translateZ(0);
1689 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1690}
1691.float:hover {
1692 transform: translateY(-5px);
1693}
1694
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001695/*TOOLTIP*/
1696/* Base styles for the element that has a tooltip */
1697[data-tooltip],
1698.tooltip {
1699 position: relative;
1700 cursor: pointer;
1701 text-align: center;
1702}
1703
1704/* Base styles for the entire tooltip */
1705[data-tooltip]:before,
1706[data-tooltip]:after,
1707.tooltip:before,
1708.tooltip:after {
1709 position: absolute;
1710 visibility: hidden;
1711 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1712 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
1713 opacity: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001714 -webkit-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001715 opacity 0.2s ease-in-out,
1716 visibility 0.2s ease-in-out,
1717 -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001718 -moz-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001719 opacity 0.2s ease-in-out,
1720 visibility 0.2s ease-in-out,
1721 -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001722 transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001723 opacity 0.2s ease-in-out,
1724 visibility 0.2s ease-in-out,
1725 transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001726 -webkit-transform: translate3d(0, 0, 0);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001727 -moz-transform: translate3d(0, 0, 0);
1728 transform: translate3d(0, 0, 0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001729 pointer-events: none;
1730}
1731
1732/* Show the entire tooltip on hover and focus */
1733[data-tooltip]:hover:before,
1734[data-tooltip]:hover:after,
1735[data-tooltip]:focus:before,
1736[data-tooltip]:focus:after,
1737.tooltip:hover:before,
1738.tooltip:hover:after,
1739.tooltip:focus:before,
1740.tooltip:focus:after {
1741 visibility: visible;
1742 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1743 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001744 opacity: 1;
1745}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001746
1747/* Base styles for the tooltip's directional arrow */
1748.tooltip:before,
1749[data-tooltip]:before {
1750 z-index: 1001;
1751 border: 6px solid transparent;
1752 background: transparent;
1753 content: "";
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001754}
1755
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001756/* Base styles for the tooltip's content area */
1757.tooltip:after,
1758[data-tooltip]:after {
1759 z-index: 1000;
1760 padding: 8px;
1761 width: auto;
1762 background-color: #DEE8F3;
1763 background-color: rgba(222, 232, 243, 1.0);
1764 color: #1B3E6F;
1765 content: attr(data-tooltip);
1766 font-size: 10px;
1767 line-height: 1.2;
1768 border-radius: 2px;
1769}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001770
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001771/* Directions */
1772
1773/* Top (default) */
1774[data-tooltip]:before,
1775[data-tooltip]:after,
1776.tooltip:before,
1777.tooltip:after,
1778.tooltip-top:before,
1779.tooltip-top:after {
1780 bottom: 100%;
1781 left: 50%;
1782}
1783
1784[data-tooltip]:before,
1785.tooltip:before,
1786.tooltip-top:before {
1787 margin-left: 0;
1788 margin-bottom: -12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001789
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001790 border-bottom-color: #DEE8F3;
1791 border-bottom-color: rgba(222, 232, 243, 1.0);
1792}
1793
1794/* Horizontally align top/bottom tooltips */
1795[data-tooltip]:after,
1796.tooltip:after,
1797.tooltip-top:after {
1798 margin-left: -50%;
1799}
1800
1801[data-tooltip]:hover:before,
1802[data-tooltip]:hover:after,
1803[data-tooltip]:focus:before,
1804[data-tooltip]:focus:after,
1805.tooltip:hover:before,
1806.tooltip:hover:after,
1807.tooltip:focus:before,
1808.tooltip:focus:after,
1809.tooltip-top:hover:before,
1810.tooltip-top:hover:after,
1811.tooltip-top:focus:before,
1812.tooltip-top:focus:after {
1813 -webkit-transform: translateY(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001814 -moz-transform: translateY(-12px);
1815 transform: translateY(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001816}
1817
1818/* Left */
1819.tooltip-left:before,
1820.tooltip-left:after {
1821 right: 100%;
1822 bottom: 50%;
1823 left: auto;
1824}
1825
1826.tooltip-left:before {
1827 margin-left: 0;
1828 margin-right: -12px;
1829 margin-bottom: 0;
1830 border-top-color: transparent;
1831 border-left-color: #000;
1832 border-left-color: hsla(0, 0%, 20%, 0.9);
1833}
1834
1835.tooltip-left:hover:before,
1836.tooltip-left:hover:after,
1837.tooltip-left:focus:before,
1838.tooltip-left:focus:after {
1839 -webkit-transform: translateX(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001840 -moz-transform: translateX(-12px);
1841 transform: translateX(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001842}
1843
1844/* Bottom */
1845.tooltip-bottom:before,
1846.tooltip-bottom:after {
1847 top: 100%;
1848 bottom: auto;
1849 left: 20%;
1850}
1851
1852.tooltip-bottom:before {
1853 margin-top: -12px;
1854 margin-bottom: 0;
1855 border-top-color: transparent;
1856 border-bottom-color: #DEE8F3;
1857 border-bottom-color: rgba(222, 232, 243, 1.0);
1858}
1859
1860.tooltip-bottom:hover:before,
1861.tooltip-bottom:hover:after,
1862.tooltip-bottom:focus:before,
1863.tooltip-bottom:focus:after {
1864 -webkit-transform: translateY(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001865 -moz-transform: translateY(12px);
1866 transform: translateY(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001867}
1868
1869/* Right */
1870.tooltip-right:before,
1871.tooltip-right:after {
1872 bottom: 50%;
1873 left: 20%;
1874}
1875
1876.tooltip-right:before {
1877 margin-bottom: 0;
1878 margin-left: -12px;
1879 border-top-color: transparent;
1880 border-right-color: #000;
1881 border-right-color: hsla(0, 0%, 20%, 0.9);
1882}
1883
1884.tooltip-right:hover:before,
1885.tooltip-right:hover:after,
1886.tooltip-right:focus:before,
1887.tooltip-right:focus:after {
1888 -webkit-transform: translateX(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001889 -moz-transform: translateX(12px);
1890 transform: translateX(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001891}
1892
1893/* Move directional arrows down a bit for left/right tooltips */
1894.tooltip-left:before,
1895.tooltip-right:before {
1896 top: 3px;
1897}
1898
1899/* Vertically center tooltip content for left/right tooltips */
1900.tooltip-left:after,
1901.tooltip-right:after {
1902 margin-left: 0;
1903 margin-bottom: -16px;
1904}
Sarah Abouzainah98600832020-04-22 22:55:39 +02001905
1906/*TooltipModule - Shady*/
1907.tooltip:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001908.tooltip:after{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001909 width: 100% !important;
1910}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001911.tooltip .tooltip-inner{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001912 max-width: 280px !important;
1913 width: 100% !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001914 text-align: left!important;
1915 color:#1B3E6F;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001916 background-color: #F4F9FE;
1917 border: solid 1px #E6EDF5;
1918 border-radius: 3px !important;
1919 font-size: 11px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001920}
1921.bs-tooltip-bottom .arrow::before{
1922 border-bottom-color: #E6EDF5 !important;
1923}

1924.bs-tooltip-top .arrow::before{
1925 border-top-color: #E6EDF5 !important;
1926}

1927
1928
1929
1930
1931.btn{
1932padding-right: 20px !important;
1933padding-left: 20px !important;
1934
shaaban Altananyc133b832020-01-09 10:15:28 +02001935}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001936.btn.border-radius{
shaaban Altananyc133b832020-01-09 10:15:28 +02001937 border-radius: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001938}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001939.btn-primary{
1940 background-color: #1273EB !important;
1941 border-color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001942}
1943.btn-primary:hover {
1944 background-color: #0069d9 !important;
1945 border-color: #0062cc !important;
1946}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001947.btn + .btn{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001948 margin-left: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001949 }
1950 .package-view-button button{
1951 width: 150px;
1952 float: right;
1953 }
1954.package-view-button{
shadyb3c61a62020-02-16 15:47:33 +02001955 margin-top: 6px;
1956}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001957.package-view-button .btn{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001958 padding: 6px 21px;
1959 border-radius: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001960}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001961.package-view-button .btn:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001962 opacity: .9;
1963}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001964.package-view-button .btn-primary{
shadyb3c61a62020-02-16 15:47:33 +02001965 background-color: #1B3E6F !important;
1966 border-color: #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001967
shadyb3c61a62020-02-16 15:47:33 +02001968 /* margin-bottom: 10px; */
1969}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001970.package-view-button .btn-outline-secondary{
shadyb3c61a62020-02-16 15:47:33 +02001971 background-color: #fff !important;
1972 border-color: #D0DFF1 !important;
1973 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02001974}
1975.package-view-title {
1976 font-size: 11px;
1977 color: #1B3E6F;
1978 font-weight: bold;
1979 margin-bottom: 5px;
1980 margin-top: 20px;
1981}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001982.package-view-title+p{
shadyb3c61a62020-02-16 15:47:33 +02001983 font-size: 11px;
1984 margin-bottom: 0px;
1985}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001986.package-view-title+ul{
shadyb3c61a62020-02-16 15:47:33 +02001987 margin-bottom: 0px;
1988}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001989.package-view-button .btn-outline-secondary i{
shadyb3c61a62020-02-16 15:47:33 +02001990 font-size: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001991 margin-right: 4px;
shadyb3c61a62020-02-16 15:47:33 +02001992}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001993.card.creat-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001994 margin: 0;
1995 border-radius: 2px;
1996 border: 0;
1997 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
1998}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001999.card.creat-card .single-line{
shadyb85e6de2020-01-22 13:47:41 +02002000 padding: 15px 25px 15px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002001}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002002.card.creat-card .single-line-model{
shadyb3c61a62020-02-16 15:47:33 +02002003 padding: 0px;
2004}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002005.card.creat-card .editor-container{
shadyb3c61a62020-02-16 15:47:33 +02002006 padding: 25px;
2007}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002008.single-line label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002009 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002010}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002011.single-line-model label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002012 margin-bottom: 0px;
2013 border-bottom: 1px solid #FAFAFA;
2014 padding: 15px 25px;
2015}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002016.single-line-model .label-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002017 width: 325px;
2018}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002019.single-line-model .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002020 width: calc(100% - 325px);
2021}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002022.single-line-model input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002023 border-bottom: 1px solid #FAFAFA !important;
2024 padding: 15px 25px 15px 0px;
2025}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002026.customKeyTitle span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002027 color: #C3CDDB !important;
2028 font-size: 11px;
2029}
2030.single-line-model input:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002031.single-line-custom-key input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002032 border-bottom-color: #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002033 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2034 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2035 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002036}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002037.model-note-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002038 width: calc(100% - 325px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002039 padding: 0px 25px 0px 0px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002040 margin-left: 325px;
2041}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002042.error-message{
2043 font-size:11px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002044 color: #FF6469;
2045}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002046.tages-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002047 margin-bottom: 25px;
2048}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002049.tag-notes{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002050 font-size: 11px;
2051 color: #C3CDDB;
2052 padding: 5px 25px 5px 0px;
2053 margin-bottom: 5px;
2054}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002055 .single-tage{
2056 background: #E0E8F2;
2057 font-size: 13px;
2058 color: #1B3E6F;
2059 border-radius: 50px;
2060 padding: 5px 10px;
2061 margin-right:10px;
2062 margin-bottom: 10px;
2063 }
2064 .single-tage a{
2065 color: #1B3E6F;
2066 font-size: 14px;
2067 }
2068 .label-name{
2069 width: 300px;
2070 display: inline-block;
2071 margin-bottom: 0px;
2072 font-size: 13px;
2073 font-weight: bold;
2074 }
2075 .label-name span{
2076 color:#FF6469 ;
2077 }
2078 .delete-key{
2079 color: #FF6469;
2080 font-size: 10px;
2081 background: #FFE6E7;
2082 border: 1px solid #FFC9CB;
2083 padding: 3px 10px 2px;
2084 margin-left: 10px;
2085 border-radius: 5px;
2086 }
2087 .delete-key:hover{
2088 color: #C94448;
2089 background: #FFC9CB;
2090 border: 1px solid #FF6469;
2091 text-decoration: none;
2092 }
2093 .label-input{
2094 width: calc(100% - 300px);
2095 display: inline-block;
2096 }
2097.form-check-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002098 margin-left: 0px !important;
2099 margin-top: 2px !important;
2100}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002101.form-check-input+span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002102 margin-left: 20px;
2103 margin-right: 50px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002104 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02002105 display: flex;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002106}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002107.form-check-input+span i{
shadyb3c61a62020-02-16 15:47:33 +02002108 margin-right: 5px;
2109 margin-left: 5px;
2110}
2111
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002112.label-input input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002113 margin-bottom: 0px;
2114 outline: 0px;
2115 border: 0px;
2116 font-size: 14px;
2117 width: 100%;
2118 color: #1B3E6F;
2119 transition: all 250ms ease-out;
2120}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002121.label-input input:focus{
2122 border-bottom: solid 1px #1B3E6F;
2123 background: transparent !important;
2124 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2125 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2126 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2127 text-shadow: none;
2128}
2129.label-input input:disabled{
2130 background: #fff;
2131 opacity: .5;
2132}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002133.label-input input[type=radio]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002134 width: auto;
2135}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002136.label-input input[type=radio]+span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002137 font-size: 12px;
2138 display: block;
2139 margin-right: 100px;
2140}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002141.single-line select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002142 margin-bottom: 0px;
2143 padding-left: 10px;
2144 padding-right: 50px;
2145 outline: 0px;
2146 border: solid 1px #EEF4F9;
2147 background: none;
2148 background: url(/assets/img/arrow.svg) 90% center #F4F9FE no-repeat;
2149 background-size: 10px;
2150 width: auto;
2151 -webkit-appearance: none;
2152 -moz-appearance: none;
2153 text-indent: 0;
2154 text-overflow: '';
2155 font-size: 13px;
2156 color: #1B3E6F;
2157}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002158 .single-line select:focus{
2159 box-shadow: 0 0 0 0;
2160 }
2161 .single-line select option:first-child{
2162 color: #C3CDDB;
2163 }
2164 .single-line-model input::placeholder{
2165 font-size: 14px;
2166 color: #C3CDDB;
2167 }
2168 .single-line-model.error{
2169 color:#FF6469;
2170 }
2171 .single-line-model.error input{
2172 color:#FF6469;
2173 border-bottom: 1px solid #FF6469 !important;
2174 }
2175 .single-line .custom-key{
2176 background: none;
2177 border: 0px;
2178 color:#1273EB ;
2179 font-size: 15px;
2180 }
2181 .single-line .custom-key:focus{
2182 outline: none;
2183 }
2184.creat-container{
2185 padding:70px 100px 70px 70px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002186 position: relative;
2187}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002188.single-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002189 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002190 margin-bottom: 21px;
shadyb3c61a62020-02-16 15:47:33 +02002191}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002192.single-line-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002193 width: 45%;
2194 display: inline-block;
2195}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002196.single-line-custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002197 width: 10%;
2198 display: inline-block;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002199 border-bottom: 1px solid #FAFAFA;
2200 padding: 13px 12px 14px;
shadyb3c61a62020-02-16 15:47:33 +02002201}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002202.single-line-custom-key label{
shadyb3c61a62020-02-16 15:47:33 +02002203 width: 150px;
2204 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002205 border-bottom: 1px solid #FAFAFA;
shadyb3c61a62020-02-16 15:47:33 +02002206 padding: 15px 25px;
2207}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002208.single-line-custom-key input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002209 border-bottom: 1px solid #FAFAFA !important;
2210 padding: 15px 25px 15px 0;
shadyb3c61a62020-02-16 15:47:33 +02002211}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002212.single-line-custom-key input::placeholder{
shadyb3c61a62020-02-16 15:47:33 +02002213 font-size: 14px;
2214 color: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002215}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002216.single-line-custom-key .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002217 width: calc(100% - 150px);
2218}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002219.single-line-custom-key .label-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002220 color: #C3CDDB !important;
2221 margin-right: 20px;
2222}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002223.custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002224 background: transparent;
2225 color: #FF6469;
2226 outline: 0px;
2227 border: 0px;
2228}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002229.custom-key-delete:focus{
shadyb3c61a62020-02-16 15:47:33 +02002230 outline: 0px;
2231 border: 0px;
2232}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002233hr{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002234 margin-top: 0rem !important;
2235 margin-bottom: 0rem !important;
2236 border-top: 1px solid #efefef !important;
2237}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002238.creat-action-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002239 position: fixed;
2240 right: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002241 top: 104px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002242 width: 130px;
2243 text-align: center;
2244}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002245.action-button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002246 margin-bottom: 12px;
2247 padding: 3px 30px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002248 color: #BABBC3 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002249 font-size: 10px;
2250 font-weight: bold;
2251 display: inline-block;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002252}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002253.action-button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002254 text-decoration: none;
2255}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002256.action-button i{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002257 background: #fff;
2258 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2259 width: 40px;
2260 height: 40px;
2261 text-align: center;
2262 line-height: 40px;
2263 border-radius: 40px;
2264 color: #1B3E6F;
2265 font-size: 17px;
2266 display: inline-block;
2267}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002268.action-button i:hover{
2269 background: #dee2e6;
2270}
2271.action-button i.icon-save-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002272 background: #1273EB;
2273 color: #fff;
2274 font-size: 11px;
2275}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002276.action-button i.icon-discard-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002277 font-size: 11px;
2278 color: #C3CDDB;
2279}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002280.action-button.save{
2281 color: #1273EB !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002282}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002283.action-button.save:hover{
2284 opacity: .9;
2285}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002286.action-button.delete i{
shadyb3c61a62020-02-16 15:47:33 +02002287 color: #BABBC3;
2288}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002289.action-button.delete:hover{
shadyb3c61a62020-02-16 15:47:33 +02002290 color: #FF6469;
2291}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002292.mode-icon{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002293 font-size: 20px;
2294}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002295
2296/*MODAL*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002297.modal-dialog{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002298 margin-top: 60px !important;
2299}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002300.modal{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002301 z-index: 11000000 !important;
2302 background: rgba(27, 62, 111, 0.10) !important;
2303}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002304.modal-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002305 border-radius: 2px !important;
2306 border: 0 !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002307 box-shadow: 0 2px 6px rgba(47, 83, 151, .10);;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002308}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002309.modal-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002310 font-size: 14px !important;
2311}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002312.modal-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002313 padding: 1.5rem 1.5rem 1rem !important;
2314}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002315.modal-body p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002316 font-size: 14px;
2317}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002318.modal-body p span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002319 color: #FF6469;
2320}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002321.modal-header{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002322 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002323 padding: .7rem 1.5rem !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002324}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002325.modal-footer{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002326 padding-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002327 border-top: 0 !important;
2328}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002329.modal-footer .btn{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002330 padding: 8px 15px;
2331 font-weight: bold;
2332 font-size: 12px;
2333 border: 0 !important;
2334}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002335.modal-footer .btn-primary{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002336 background-color: #1B3E6F !important;
2337}
2338.modal-footer .btn-secondary,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002339.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002340 background-color: transparent;
2341 color: #1273EB;
2342 opacity: .8;
2343}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002344.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002345 opacity: 1;
2346}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002347.modal-footer .btn-secondary:active{
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002348 background-color: #E7F1FC !important;
2349 color: #1B3E6F !important;
2350}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002351.action-button span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002352 width: 100%;
2353 display: inline-block;
2354 margin-top: 5px;
2355}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002356.creat-action-container hr{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002357 margin: 0 46px;
2358 padding-bottom: 18px;
2359}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002360.btn-link:hover, .btn-link:focus{
shaaban Altananyc133b832020-01-09 10:15:28 +02002361 text-decoration: none !important;
2362}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002363.btn-link::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002364 content: "\f107";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002365 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002366 position: relative;
2367 margin-right: 20px;
2368}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002369.btn-link.collapsed::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002370 content: "\f105";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002371 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002372 position: relative;
shadyb85e6de2020-01-22 13:47:41 +02002373 margin-right: 25px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002374}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002375.btn-link i{
shaaban Altananyc133b832020-01-09 10:15:28 +02002376 margin-right: 10px;
2377}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002378.ngx-file-drop__content{
shaaban Altananyc133b832020-01-09 10:15:28 +02002379 background: #F4F9FE;
2380 padding: 20px;
2381 height: auto !important;
2382 display: inline-block !important;
2383 width: 100%;
2384}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002385.ngx-file-drop__drop-zone{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002386 border: 1px dashed #D7E7F9 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002387 border-radius: 0px !important;
2388 height: auto !important;
2389}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002390.folder-upload{
shaaban Altananyc133b832020-01-09 10:15:28 +02002391 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002392 margin: 15px auto 18px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002393 display: inline-block;
2394 text-align: center;
2395}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002396.btn-group-sm>.btn, .btn-sm{
shadyb85e6de2020-01-22 13:47:41 +02002397 font-size: 12px;
2398}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002399.create-title{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002400 margin-bottom: 0;
shadyb85e6de2020-01-22 13:47:41 +02002401 font-size: 14px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002402 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002403 /* text-transform: uppercase; */
2404 line-height: 32px;
shadyb85e6de2020-01-22 13:47:41 +02002405}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002406.folder-upload-text{
shaaban Altananyc133b832020-01-09 10:15:28 +02002407 margin-top: 10px;
2408 width: 100%;
2409 display: inline-block;
2410 text-align: center;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002411 color:#242424 ;
shadyb85e6de2020-01-22 13:47:41 +02002412 font-size: 14px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002413}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002414.folder-upload-text button{
shaaban Altananyc133b832020-01-09 10:15:28 +02002415 margin-left: 10px;
2416 font-size: 12px;
2417}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002418.folder-upload-type{
2419 color:#A4B2C6 ;
shaaban Altananyc133b832020-01-09 10:15:28 +02002420 font-size: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002421 font-weight: bold;
shaaban Altananyc133b832020-01-09 10:15:28 +02002422 width: 100%;
2423 display: inline-block;
2424 text-align: center;
2425}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002426.upload-table{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002427 margin: 15px 0 0;
2428}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002429.upload-table tr{
2430 border: dashed 1px #D7E7F9;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002431}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002432.upload-table tr th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002433 border-bottom: solid 1px #F4F9FE !important;
2434}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002435.upload-table .table thead th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002436 padding: 6px 9px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002437 border-top: 0px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002438 font-weight: normal;
2439 font-size: 13px;
2440}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002441.upload-table .table thead th:first-child{
2442 width: 24px;
2443 padding-right: 0;
2444}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002445.upload-table tr:last-child th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002446 border-bottom: 0 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002447}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002448.upload-table .table{
shaaban Altananyc133b832020-01-09 10:15:28 +02002449 margin-bottom: 0px !important;
2450}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002451.nav-tabs .nav-link{
shaaban Altananyc133b832020-01-09 10:15:28 +02002452 position: relative;
2453}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002454.nav-tabs .nav-link.tab-done{
shadyb3c61a62020-02-16 15:47:33 +02002455 padding-left: 40px !important;
2456}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002457.nav-tabs .nav-link.tab-done::after{
shaaban Altananyc133b832020-01-09 10:15:28 +02002458 content: "\f058";
2459 position: absolute;
2460 font-family: 'FontAwesome';
shadyb3c61a62020-02-16 15:47:33 +02002461 left: 17px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002462 font-size: 16px;
2463 top: 11px;
2464 color: #66BB00;
2465}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002466.authentication-container-all{
shadyb85e6de2020-01-22 13:47:41 +02002467 background: #F4F9FE;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002468 border:1px solid #D0DFF1 ;
shadyb85e6de2020-01-22 13:47:41 +02002469 flex: 1;
2470 width: 100%;
2471}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002472.authentication-header{
shadyb85e6de2020-01-22 13:47:41 +02002473 width: 100%;
2474 background: #fff;
2475 font-size: 12px;
2476 color: #C3CDDB;
2477 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002478 padding: 10px 20px ;
shadyb85e6de2020-01-22 13:47:41 +02002479}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002480.authentication-search{
shadyb85e6de2020-01-22 13:47:41 +02002481 width: 100%;
2482 background: #fff;
2483 font-size: 12px;
2484 color: #C3CDDB;
2485 font-weight: bold;
2486 position: relative;
2487}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002488.authentication-search::after{
shadyb85e6de2020-01-22 13:47:41 +02002489 content: "\f002";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002490 font-family: 'FontAwesome';
2491 position: absolute;
2492 left: 20px;
2493 top: 11px;
shadyb85e6de2020-01-22 13:47:41 +02002494}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002495.authentication-search input{
shadyb85e6de2020-01-22 13:47:41 +02002496 width: 100%;
2497 background: #fff;
2498 font-size: 12px;
2499 color: #C3CDDB;
2500 font-weight: bold;
2501 padding: 10px 20px 10px 35px;
2502 border: 0px;
2503 border-top: 1px solid #D7E7F9;
2504}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002505.authentication-search input::placeholder{
shadyb85e6de2020-01-22 13:47:41 +02002506 color: #D0D7E4;
2507 font-size: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002508 font-weight:100;
shadyb85e6de2020-01-22 13:47:41 +02002509}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002510.authentication-accordion{
2511 width: 100%;
shadyb85e6de2020-01-22 13:47:41 +02002512 padding: 20px;
2513 max-height: 300px;
2514 overflow: auto;
2515}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002516.authentication-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002517 border-radius: 0px !important;
2518 margin-bottom: 10px !important;
2519}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002520.authentication-accordion .card-header{
shadyb85e6de2020-01-22 13:47:41 +02002521 padding: 0px !important;
2522 background: #fff !important;
2523 border-radius: 0px !important;
2524 font-size: 18px;
2525 font-weight: bold;
2526}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002527.authentication-accordion .card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002528 color: #1B3E6F;
2529 width: 100%;
2530 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002531 padding: 9px 0px !important;
2532 font-size: 13px;
2533 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002534}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002535.authentication-accordion .custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002536 display: inline-block;
2537}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002538.authentication-accordion .btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002539 margin-right: 10px;
2540}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002541.authentication-accordion .btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002542 margin-right: 14px;
2543}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002544.template-mapping-accordion{
shadyb85e6de2020-01-22 13:47:41 +02002545 width: 100%;
2546}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002547.card-header .btn.regularTitle{
2548 padding-left: 0 !important;
2549 padding-right: 0 !important;
2550 color: #1B3E6F;
2551 font-size: 13px;
2552 font-weight: bold;
2553}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002554.template-mapping-accordion .accordian-title{
2555 color: #C3CDDB !important;
2556 font-size: 12px !important;
2557 font-weight: normal !important;
2558}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002559.card{
shadyb85e6de2020-01-22 13:47:41 +02002560 border-radius: 2px;
2561 border: 0;
2562 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2563 border: 0px !important;
2564}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002565.card-header{
shadyb3c61a62020-02-16 15:47:33 +02002566 padding: 0px 25px !important;
shadyb85e6de2020-01-22 13:47:41 +02002567 background: #F4F9FE !important;
2568 border-radius: 0px !important;
2569 border-bottom: 1px solid #ECEDF2 !important;
2570}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002571.template-mapping-accordion .card-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002572 padding: 20px 26px 0 !important;
shadyb85e6de2020-01-22 13:47:41 +02002573 font-size: 14px;
2574}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002575.card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002576 color: #1B3E6F;
2577 width: 100%;
2578 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002579 padding: 9px 0px !important;
2580 font-size: 13px;
2581 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002582}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002583.accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002584 margin-bottom: 0px !important;
2585 border-top: 1px solid #ECEDF2 !important;
2586}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002587.accordion > .card > .card-header{
2588 padding: 0 !important;
2589}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002590.template-mapping-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002591 margin-bottom: 25px !important;
2592}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002593.custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002594 display: inline-block;
2595}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002596.btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002597 margin-right: 10px;
2598}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002599.btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002600 margin-right: 14px;
2601}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002602.drap-drop-action{
shadyb85e6de2020-01-22 13:47:41 +02002603 padding: 12px 20px 9px 20px;
2604 color: #C3CDDB;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002605 cursor:move;
shadyb85e6de2020-01-22 13:47:41 +02002606 font-size: 15px;
2607}
2608.modal-title {
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002609 font-size: 13px;
2610 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002611}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002612.select-type{
shadyb85e6de2020-01-22 13:47:41 +02002613 background: #F4F9FE;
2614 border: 1px solid #D7E7F9;
2615 padding: 10px;
2616 text-align: center;
2617 color: #1273EB;
2618 font-size: 15px;
2619 width: 100%;
2620 position: relative;
2621}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002622.select-type:hover, .select-type.active{
shadyb85e6de2020-01-22 13:47:41 +02002623 background: #1B3E6F;
2624 border: 1px solid #D7E7F9;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002625 color: #fff;
shadyb85e6de2020-01-22 13:47:41 +02002626 text-decoration: none;
2627}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002628.select-type-icon{
shadyb85e6de2020-01-22 13:47:41 +02002629 font-size: 35px;
2630}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002631.select-type::before{
shadyb85e6de2020-01-22 13:47:41 +02002632 content: '';
2633 border: 1px solid #1273EB;
2634 width: 18px;
2635 height: 18px;
2636 border-radius: 18px;
2637 display: inline-block;
2638 left: 10px;
2639 position: absolute;
2640}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002641.select-type:hover::before, .select-type.active::before{
shadyb85e6de2020-01-22 13:47:41 +02002642 border: 1px solid #fff;
2643}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002644.select-type.active::after{
shadyb85e6de2020-01-22 13:47:41 +02002645 content: '';
2646 background: #fff;
2647 width: 12px;
2648 height: 12px;
2649 border-radius: 18px;
2650 display: inline-block;
2651 left: 13px;
2652 position: absolute;
2653 top: 13px;
2654}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002655.ace-tomorrow-night-bright .ace_print-margin{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002656 left: 100% !important;
shadyb3c61a62020-02-16 15:47:33 +02002657 background: #eee !important;
2658}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002659.ace_content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002660 width: 100%;
2661}
2662.ace_line,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002663.ace-eclipse .ace_print-margin{
AhmedEldeeb5008084ee2020-06-21 15:55:36 +02002664 /* background: #fff; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002665}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002666.ace_editor{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002667 height: 55vh !important;
shadyb3c61a62020-02-16 15:47:33 +02002668 line-height: 25px;
2669 border: 1px solid #ECEDF2;
2670 background-color: #fff;
2671 color: #1B3E6F;
2672}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002673.ace-tomorrow-night-bright .ace_gutter,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002674.ace-eclipse .ace_gutter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002675 background: #E0E8F2 !important;
2676 border-right: 0px !important;
2677 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002678}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002679.ace-tomorrow-night-bright .ace_gutter-active-line,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002680.ace-eclipse .ace_gutter-active-line{
shadyb3c61a62020-02-16 15:47:33 +02002681 background-color: #265699;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002682 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +02002683}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002684.ace-tomorrow-night-bright .ace_cursor{
shadyb3c61a62020-02-16 15:47:33 +02002685 color: #265699;
2686}
2687.ace-tomorrow-night-bright .ace_marker-layer .ace_active-line {
2688 background: #eee;
2689}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002690.breadcrumb-header{
shadyb3c61a62020-02-16 15:47:33 +02002691 padding: 0px;
2692 margin: 0px;
2693}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002694.breadcrumb-header li{
shadyb3c61a62020-02-16 15:47:33 +02002695 list-style: none;
2696 display: inline-block;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002697 font-size: 14px;
shadyb3c61a62020-02-16 15:47:33 +02002698}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002699
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002700.breadcrumb-header li:last-child::after{
shadyb3c61a62020-02-16 15:47:33 +02002701 display: none;
2702}
2703
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002704.breadcrumb-header li:last-child{
2705/* background: #F4F9FE; */
2706border-radius: 50px;
2707color: #C3CDDB;
2708padding: 0 10px 0 0;
shadyb3c61a62020-02-16 15:47:33 +02002709}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002710.breadcrumb-header li:first-child,
2711.breadcrumb-header li:first-child a{
shadyb3c61a62020-02-16 15:47:33 +02002712 font-size: 16px;
2713 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002714 padding: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002715 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002716 border-radius: 0px;
2717 background: transparent;
shadyb3c61a62020-02-16 15:47:33 +02002718}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002719.create-template-import{
shadyb3c61a62020-02-16 15:47:33 +02002720 width: 100%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002721 margin: 30px 0px 10px ;
shadyb3c61a62020-02-16 15:47:33 +02002722}
2723
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002724.create-template-import a:hover{
shadyb3c61a62020-02-16 15:47:33 +02002725 text-decoration: none;
2726}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002727.mapping-source-load{
shadyb3c61a62020-02-16 15:47:33 +02002728 color: #1B3E6F;
2729 font-size: 10px;
2730 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002731 display: inline-block;
2732 vertical-align: top;
shadyb3c61a62020-02-16 15:47:33 +02002733 margin-top: 20px;
2734 margin-bottom: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002735 margin:15px 30px 20px;
shadyb3c61a62020-02-16 15:47:33 +02002736}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002737.mapping-source-load:hover{
shadyb3c61a62020-02-16 15:47:33 +02002738 text-decoration: none;
2739}
2740.mapping-source-load i {
2741 color: #1B3E6F;
2742 font-size: 36px;
2743 padding: 10px;
shadyb3c61a62020-02-16 15:47:33 +02002744 border-radius: 100px;
2745 width: 70px;
2746 height: 70px;
2747 display: inline-block;
2748 line-height: 52px;
2749 margin-bottom: 20px;
2750}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002751.mapping-source-load:hover i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002752 background: #F4F9FE;
2753}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002754.mapping-source-load:hover span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002755 color: #1273EB;
2756}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002757.source-load-note{
2758 color:#C3CDDB ;
shadyb3c61a62020-02-16 15:47:33 +02002759 font-size: 8px;
2760}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002761.mapping-source-load.hover-disable{
2762 opacity: .5;
2763}
2764.mapping-source-load.hover-disable:hover span{
2765 color: #1B3E6F;
2766}
2767.mapping-source-load.hover-disable:hover i{
2768 background: transparent;
2769}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002770.template-mapping-list{
shadyb3c61a62020-02-16 15:47:33 +02002771 background: #F4F9FE;
2772 border: 1px solid #E9F3FF;
2773 padding: 5px 10px;
2774 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2775 width: 100%;
2776 display: inline-block;
2777 margin-bottom: 20px;
2778 color: #1B3E6F;
2779}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002780.template-mapping-list:hover,
2781.template-mapping-list.active {
2782 /* background: #1B3E6F; */
shadyb3c61a62020-02-16 15:47:33 +02002783 text-decoration: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002784 /* color: #fff !important; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002785 border-radius: 4px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002786 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
shadyb3c61a62020-02-16 15:47:33 +02002787}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002788.template-mapping-list p,
2789.template-mapping-list:hover p{
2790 margin-bottom: 0;
2791 width: 60%;
2792 display: inline-block !important;
2793}
2794.template-mapping-list:hover p{
2795 width: 90%;
2796}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002797.template-mapping-list:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002798 opacity: .9;
2799}
2800
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002801.template-mapping-list span{
shadyb3c61a62020-02-16 15:47:33 +02002802 background: #fff;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002803 border: solid 1px #E9F3FF;
shadyb3c61a62020-02-16 15:47:33 +02002804 color: #2A81ED;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002805 font-size: 9px;
shadyb3c61a62020-02-16 15:47:33 +02002806 float: right;
2807 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002808 padding: 3px 10px;
shadyb3c61a62020-02-16 15:47:33 +02002809 margin-left: 5px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002810}
2811.template-mapping-list:hover span{
2812 display: none;
2813}
2814.deleteTemplate{
2815 display: none;
2816 position: absolute;
2817 right: 21px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002818 top: 2px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002819 border: 0;
2820 background: transparent;
2821}
2822.deleteTemplate i{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002823 color: #FF6469 !important;
2824 font-size: 16px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002825}
2826.template-mapping-list:hover .deleteTemplate{
2827 display: inline;
shadyb3c61a62020-02-16 15:47:33 +02002828}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002829.max-height-list{
shadyb3c61a62020-02-16 15:47:33 +02002830 max-height: 232px;
2831 padding-bottom: 5px !important;
2832 overflow: auto;
2833}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002834.create-template-mapping-button{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002835 background: #C3CDDB;
2836 border-radius: 50px;
2837 font-size: 12px;
2838 font-weight: bold;
2839 padding: 10px 20px;
2840 margin-bottom: 20px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002841 display: inline-block;
2842 cursor: pointer;
shadyb3c61a62020-02-16 15:47:33 +02002843}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002844.create-template-mapping-button i{
2845margin-right: 5px;
2846 }
2847.view-package-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002848 padding: 20px 56px;
shadyb3c61a62020-02-16 15:47:33 +02002849}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002850.package-type-icon{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002851 color: #1B3E6F;
2852 background: #C1CDDD;
2853 width: 48px;
2854 height: 48px;
2855 border-radius: 48px;
shadyb3c61a62020-02-16 15:47:33 +02002856 display: inline-block;
2857 text-align: center;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002858 line-height: 48px;
shadyb3c61a62020-02-16 15:47:33 +02002859 font-size: 20px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002860 /* margin-right: 20px; */
shadyb3c61a62020-02-16 15:47:33 +02002861}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002862.defintionsNote{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02002863 padding-left: 0;
2864}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002865.defintionsNote li{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02002866 line-height: 24px;
2867 list-style: none;
2868 font-size: 13px;
2869}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002870.package-name-container{
shadyb3c61a62020-02-16 15:47:33 +02002871 width: calc(100% - 60px);
2872 display: inline-block;
2873}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002874.package-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002875 font-size: 16px;
2876 color: #1B3E6F;
2877 font-weight: bold;
2878 margin-top: 3px;
shadyb3c61a62020-02-16 15:47:33 +02002879}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002880.package-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002881 font-size: 11px;
shadyb3c61a62020-02-16 15:47:33 +02002882}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002883.package-name i{
shadyb3c61a62020-02-16 15:47:33 +02002884 font-size: 12px;
2885 color: #C3CDDB;
2886 margin-left: 5px;
2887}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002888.deply-status-icon{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002889 margin-left: 6px;
2890 width: 1.6%;
2891 vertical-align: baseline;
shadyb3c61a62020-02-16 15:47:33 +02002892}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002893.package-description{
shadyb3c61a62020-02-16 15:47:33 +02002894 color: #D0D7E4;
2895 font-size: 12px;
2896 font-weight: normal;
2897}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002898.package-auth-info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002899 font-size: 11px;
2900}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002901.package-auth-info p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002902 margin-bottom: 5px;
2903}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002904.package-auth-info div{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002905 padding-left: 25px;
2906 border-right: solid 1px #F4F9FE;
2907}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002908.package-auth-info div:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002909 padding-left: 15px;
2910}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002911.package-auth-info .col-4:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002912 padding-left: 15px;
2913}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002914.package-auth-info div:last-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002915 border-right: 0;
2916}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002917.package-auth-info .package-contributers{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002918 margin-bottom: 0 !important;
2919}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002920.package-auth-info .package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002921 width: 20px;
2922 height: 20px;
2923}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002924.template-mapping-action{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002925 margin-bottom: 20px;
shadyb3c61a62020-02-16 15:47:33 +02002926}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002927.template-mapping-action button{
shadyb3c61a62020-02-16 15:47:33 +02002928 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002929 padding: 4px 20px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002930 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02002931}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002932.template-mapping-action .btn-primary{
2933 background:#5DBDBA !important ;
2934 border-color:#5DBDBA !important ;
2935 color: #fff !important ;
shadyb3c61a62020-02-16 15:47:33 +02002936}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002937.template-mapping-action .btn-outline-secondary{
2938 background:#fff !important ;
2939 border-color:#ECEDF2 !important ;
2940 color: #C3CDDB !important ;
shadyb3c61a62020-02-16 15:47:33 +02002941}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002942.table-container{
shadyb3c61a62020-02-16 15:47:33 +02002943 width: 100%;
2944}
2945/*
2946 server-side-angular-way.component.css
2947*/
2948.no-data-available {
2949 text-align: center;
2950}
2951
2952/*
2953 src/styles.css (i.e. your global style)
2954*/
2955.dataTables_empty {
2956 display: none;
2957}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002958.dataTables_length,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002959.dataTables_filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002960 margin-bottom: 6px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002961 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002962 font-size: 13px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002963 /* font-weight: bold; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002964}
2965
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002966.dataTables_filter input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002967 color: #1B3E6F;
2968 background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002969 padding: 4px 9px 4px 24px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002970 border: solid 1px #ECEDF2;
2971 border-radius: 4px;
2972}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002973.dataTables_filter input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002974 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2975}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002976.mapping-table th,
2977.mapping-table td{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002978 width: auto !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002979 padding: 7px 20px 7px 0 !important;
2980 border-bottom: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002981 font-size: 13px;
2982}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002983.mapping-table th:first-child,
2984.mapping-table td:first-child{
2985 padding-left: 20px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002986}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002987.mapping-table thead th{
2988 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002989}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002990.mapping-table tbody tr:hover{
2991 background-color: #F4F9FE !important;
2992}
2993.mapping-table th{
2994 padding-top: 10px !important;
2995 padding-bottom: 10px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002996 background: #F4F9FE;
2997}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002998.mapping-table td{
2999 border-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003000}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003001table.dataTable.no-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003002 margin-bottom: 9px;
3003 border-bottom: solid 1px #ECEDF2 !important;
3004}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003005.dataTables_info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003006 padding-top: 12px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003007 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003008 font-size: 13px;
3009 font-weight: bold;
3010}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003011.dataTables_wrapper .dataTables_paginate,
3012.dataTables_wrapper .dataTables_paginate a.paginate_button,
3013.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003014.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003015 margin-bottom: 3px;
3016 color: #1B3E6F !important;
3017 font-size: 13px;
3018 font-weight: bold;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003019 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003020}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003021.dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003022 border: 0;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003023 color: #1B3E6F !important;
3024 background: none !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003025}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003026.dataTables_wrapper .dataTables_paginate a.paginate_button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003027 padding: 0.4em .9em !important;
3028}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003029.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003030 color: #1B3E6F !important;
3031 background: #F4F9FE !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003032 border: solid 1px #EEF4F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003033 border-radius: 100% !important;
3034 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3035 outline: 0;
3036}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003037.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003038 opacity: .6;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003039}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003040.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003041 cursor: default;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003042 background: none !important;
3043 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003044}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003045.mapping-table .form-control,
3046.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003047 padding: 10px 6px;
3048 border-color: #EEF4F9;
3049 font-size: 14px;
3050 line-height: 12px;
3051 color: #1B3E6F;
3052}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003053.mapping-table .form-control{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003054 box-shadow: 0 2px 4px rgba(47,83,151,0.1);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003055}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003056.mapping-table tbody tr:hover .form-control:focus,
3057.mapping-table tbody tr:hover .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003058 background-color: #fff !important;
3059}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003060.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003061 background-color: #F4F9FE;
3062 color: #1B3E6F;
3063}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003064.mapping-table .form-control:disabled{
Sarah Abouzainah98600832020-04-22 22:55:39 +02003065 padding-left: 0;
3066 box-shadow: none;
3067 border: 0;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003068 background: transparent !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003069 color: #1B3E6F;
3070}
AhmedEldeeb50bf566c12020-05-07 16:10:33 +02003071
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003072/* Windows View as 150% */
3073@media (resolution: 150dpi) {
3074 /* @media (-webkit-device-pixel-ratio: 1.5) { */
3075 .body-container > .container{
3076 max-width: 960px !important;
3077 }
3078}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003079/* Extra small devices (portrait phones, less than 576px) */
3080@media (max-width: 575.98px) {
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003081 .page-title{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003082 padding: 18px;
3083 }
3084}
3085
3086/* Small devices (landscape phones, 576px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003087@media (min-width: 576px) and (max-width: 767.98px) {
3088
3089}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003090
3091/* Medium devices (tablets, 768px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003092@media (min-width: 768px) and (max-width: 991.98px) {
3093
3094}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003095
3096/* Large devices (desktops, 992px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003097@media (min-width: 992px) and (max-width: 1199.98px) {
3098
3099}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003100
3101/* Extra large devices (large desktops, 1200px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003102@media (min-width: 1200px) {
3103
3104}
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126