blob: 2d7e23094b97b160d2dd63e5d39fa1afb0cc8584 [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 Abouzainah42185842020-09-28 15:52:12 +020021.custom-control-input:checked ~ .custom-control-label::before {
22 border-color: transparent !important;
23}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +020024.btn-outline-danger{
25 background: #fff !important;
26 border: solid 1px #ECEDF2 !important;
27 color: #FF6469 !important;
28}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020029.btn:disabled:hover{
30 cursor: default;
31}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020032.custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020033 border: solid 1px #C3CDDB !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020034 border-radius: 0 !important;
35}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020036.custom-control-input:checked ~ .custom-control-label::before{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020037 background: #1B3E6F !important;
38}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020039.custom-radio .custom-control-label::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020040 border-radius: 50% !important;
41}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020042.custom-control-label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020043 font-size: 13px;
44 line-height: 24px;
45}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020046.form-check-input + span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020047 display: inline-flex !important;
48}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020049.form-check-input + span i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020050 margin-right: 9px !important;
51}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020052.form-control:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020053 background-color: #F4F9FE !important;
54}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020055.label-input input[type="radio"]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020056 width: 14px !important;
57 height: 14px;
58}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020059.card-header .btn[aria-expanded="true"],
60.card-header .btn[aria-expanded="false"]{
61 padding-left: 25px !important;
62 padding-right: 25px !important;
63 border-radius: 0 !important;
64}
65.card-header .btn[aria-expanded="true"]{
66 background-color:#F4F9FE;
67}
68.card-header .btn[aria-expanded="false"]{
69 background-color:#fff;
70}
71/*NGX-TOASTR*/
72.ngx-toastr{
73 border-radius: 2px !important;
74 color: #1B3E6F !important;
75 font-size: 13px !important;
76 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
77}
78.toast-success{
79 border-left: solid 5px #66BB00 !important;
80 background: url(/assets/img/icon-required-yes.svg) 12px center #fff no-repeat !important;
81}
82.toast-error{
83 border-left: solid 5px #FF6469 !important;
84 background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important;
Sarah Abouzainahced91552020-06-04 17:45:57 +020085 background-size: 18px !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +020086}
Sarah Abouzainah95c95202020-07-05 19:45:40 +020087.toast-info{
88 border-left: solid 5px #1273EB !important;
89 background: url(/assets/img/icon-info-color.svg) 12px center #fff no-repeat !important;
90}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020091/*ICONS*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020092.icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +020093 font-size: 3px !important;
94 color: #1B3E6F;
95 vertical-align: middle;
96}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +020097/*Components*/
Ahmed Abbas6ee4d312019-11-20 11:32:53 +020098/* Menu Styles */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +020099.primary-nav{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200100 /* left: 0; */
101 position: fixed;
102 z-index: 999;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200103}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200104.menu{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200105 position: relative;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200106}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200107.menu ul{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200108 margin: 0;
109 padding: 0;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200110 list-style: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200111}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200112.open-panel{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200113 border: none;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200114 background-color:#fff;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200115 padding: 0;
116}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200117.logo-icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200118 background: #fff;
119 position: relative;
120 display: block;
121 text-align: center;
122 padding: 16px 0;
123 width: 50px;
124 height: 60px;
125 left: 0;
126 top: 0;
127 z-index: 1000;
128 cursor: pointer;
129}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200130.primary-nav .menu li{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200131 position: relative;
132}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200133.menu .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200134 position: absolute;
135 top: 12px;
136 right: 10px;
137 pointer-events: none;
138 width: 30px;
139 height: 30px;
140 color: #fff;
141 text-align: center;
142}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200143.menu .icon .fa{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200144 vertical-align: middle;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200145}
146.menu,
147.menu a,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200148.menu a:visited{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200149 color: #fff;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200150 text-decoration: none!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200151 position: relative;
152}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200153.menu a{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200154 display: block;
155 white-space: nowrap;
156 padding: 10px 1em;
157 font-size: 12px;
158 font-weight: bold;
159 height: 52px;
160 line-height: 30px;
161}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200162.menu a:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200163 color: #fff;
164}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200165.menu-dropdown li .icon{
shadyb3c61a62020-02-16 15:47:33 +0200166 text-align: center;
167 font-size: 16px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200168 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +0200169 line-height: 33px;
170}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200171.menu-dropdown a{
shadyb3c61a62020-02-16 15:47:33 +0200172 cursor: pointer;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200173}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200174.menu-dropdown li.active .icon{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200175 color: #fff;
176 background: #265699;
177 border-radius: 50%;
178}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200179.menu-dropdown li:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200180 background: #172B4D;
181}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200182.menu label{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200183 margin-bottom: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200184 display: block;
185}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200186.menu label:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200187 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200188}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200189.menu input[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200190 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200191}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200192input#menu[type="checkbox"]{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200193 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200194}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200195.sub-menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200196 display: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200197}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200198.new-wrapper{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200199 position: absolute;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200200 left: 50px;
201 width: calc(100% - 50px);
202 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200203}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200204#menu:checked + ul.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200205 left: 0;
206 -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
207 animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
208}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200209.sub-menu-checkbox:checked + ul.sub-menu-dropdown{
210 display: block!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200211 -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
212 animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
213 border-top: solid 2px #1B3E6F;
214}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200215.openNav .new-wrapper{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200216 position: absolute;
217 transform: translate3d(200px, 0, 0);
218 width: calc(100% - 250px);
219 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
220}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200221.downarrow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200222 background: transparent;
223 position: absolute;
224 right: 50px;
225 top: 12px;
226 color: #fff;
227 width: 24px;
228 height: 24px;
229 text-align: center;
230 display: block;
231}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200232.downarrow:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200233 color: #fff;
234}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200235.menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200236 position: absolute;
237 display: block;
238 left: -200px;
239 top: 0;
240 width: 250px;
241 height: 100vh;
242 transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
243 background-color: #1B3E6F;
244 z-index: 999;
245}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200246.menu-dropdown{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200247 top: 0;
248 overflow-y: auto;
249}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200250.overflow-container{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200251 position: relative;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200252 height: calc(100vh - 50px)!important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200253 overflow-y: auto;
254 border-top: 60px solid #fff;
255 z-index: -1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200256 display:block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200257}
258
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200259.menu .logotype{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200260 position: absolute !important;
261 top: 16px;
262 left: 55px;
263 display: block;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200264}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200265/* .sub-menu-dropdown{
266background-color: #333;
267} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200268.menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200269 position: absolute;
270 left: 0;
271 top: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200272}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200273.openNav .menu:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200274 position: absolute;
275 left: -200px;
276 top: 60px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200277}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200278.openNav .menu{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200279 top: 60px;
280 transform: translate3d(200px, 0, 0);
281 transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200282}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200283@-webkit-keyframes grow{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200284 0% {
285 display: none;
286 opacity: 0;
287 }
288 50% {
289 display: block;
290 opacity: 0.5;
291 }
292 100% {
293 opacity: 1;
294 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200295}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200296@keyframes grow{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200297
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200298 0% {
299 display: none;
300 opacity: 0;
301 }
302 50% {
303 display: block;
304 opacity: 0.5;
305 }
306 100% {
307 opacity: 1
shaaban Altananyba3756e2020-01-07 12:08:44 +0200308 }
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200309}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200310/*User Profile*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200311.userProfile .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200312 width: 99.5%;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200313}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200314.userProfile .dropdown:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200315 background: #172B4D !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200316}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200317.userProfile .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200318 background: transparent;
319 border: 0;
320 box-shadow: none;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200321 font-size: 13px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200322 line-height: 40px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200323}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200324.import-container-all{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200325 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200326 padding-bottom: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200327}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200328.import-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200329 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200330 background: #E7F1FC;
331 margin-bottom: 20px;
332 padding: 9px 18px;
333 border: solid 1px #EEF4F9;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200334}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200335.import-container-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200336 width: 40%;
337 position: relative;
338 display: inline-block;
339 margin-right: 20px;
340}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200341.import-container-input input{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200342 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200343 height: 36px;
344 padding: 5px 40px 5px 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200345 border: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200346 border-radius: 2px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200347 -webkit-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
348 -moz-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
349 box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200350 font-size: 13px;
351 color: #172B4D;
352}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200353.import-container-input input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200354 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18);
355}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200356.import-container-input input::placeholder{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200357 color: #959DA8 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200358}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200359.enter-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200360 position: absolute;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200361 right: 12px;
362 font-size: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200363 top: 6px;
364 color: #1273EB;
365}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200366.enter-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200367 text-decoration: none;
368}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200369.import-container-input input::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200370 color: #CFD7E5;
371}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200372.import-container-span{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200373 font-size: 12px;
374}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200375.import-container-all .accordion .card-header{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200376 padding: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200377 background: #fff !important;
378 border-bottom: 0 !important;
379}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200380.import-container-all .collapse.show{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200381 border-top: solid 1px #ECEDF2;
382}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200383.import-container-all .card-header .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200384 display: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200385 position: absolute;
386 right: 15px;
387 background: #F4F9FE;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200388}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200389.import-container-all .card-header:hover .accordion-delete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200390 display: inline;
391}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200392.accordion-delete{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200393 color: #FF6469;
394 font-size: 18px;
395 margin-top: 11px;
396}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200397.accordion-delete:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200398 text-decoration: none;
399}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200400/* .userProfile .dropdown-toggle{
401height: 40px;
402} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200403.userProfile .dropdown-toggle:hover ~ .dropdown-text,
404.userProfile .dropdown-toggle:focus ~ .dropdown-text{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200405 background: transparent !important;
406 border-radius: 0 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200407 box-shadow: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200408}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200409
410.userProfile .dropdown-text::after {
shaaban Altananyba3756e2020-01-07 12:08:44 +0200411 right: 14px;
412 top: 8px;
413 width: 24px;
414 height: 24px;
415 background: url(/assets/img/img-userProfile.png) center center no-repeat;
416}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200417.packagesFilter .custom-checkbox{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200418 margin-left: 8px;
419}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200420.packagesFilter .custom-control-label{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200421 line-height: 28px !important;
422 font-size: 14px !important;
423 text-indent: 6px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200424}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200425.packagesFilter .reset-filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200426 margin-top: 6px;
427 padding-top: 6px;
428 padding-left: 9px;
429 border-top: solid 1px #ECEDF2;
430 font-size: 13px;
431}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200432.packagesFilter .reset-filter a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200433 background: none !important;
434 text-decoration: none;
435 color: #1B3E6F;
436}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200437.tags-filter-list{
438 max-height: 260px;
439 overflow-y: auto;
440}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200441/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200442.sort-packages{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200443 font-size: 12px;
444 font-weight: bold;
445 color: #C3CDDB;
446}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200447.sort-packages .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200448 width: 88px;
449}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200450.sort-packages .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200451 background: transparent;
452 border: 0;
453 box-shadow: none;
454 color: #1B3E6F;
455}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200456.sort-packages .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200457 right: 18px !important;
458 border: solid !important;
459 border-color: #1B3E6F transparent transparent transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200460}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200461.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200462 top: 12px !important;
463 border-color: transparent transparent #1B3E6F transparent !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200464}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200465.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
466.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200467 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
468 background: #fff;
469}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200470.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200471.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200472 top: 30px;
473}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200474.sort-packages .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200475 width: 88px;
476 padding: 6px 0;
477 background: #fff;
478 border-radius: 2px;
479 border: 0;
480 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
481}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200482.sort-packages .dropdown-content a{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200483 color: #1B3E6F;
484 font-size: 12px;
485}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200486.sort-packages .dropdown-content a:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200487 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200488 background-color: #F4F9FE;
489 text-decoration: unset;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200490 cursor: pointer;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200491}
492/**Pagination**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200493.page-item{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200494 margin: 3px 2px 0;
495}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200496.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200497.page-item.disabled .page-link{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200498 padding: 5px 9px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200499 background: transparent !important;
500 border: 0;
501 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200502 font-size: 13px;
503 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200504}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200505.page-item.active .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200506.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200507 color: #1B3E6F !important;
508 background-color: #fff !important;
509 border-radius: 100% !important;
510 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
511 outline: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200512}
513/**Packages Cards***/
514/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200515.packages-card .card{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200516 width: 100%;
Ahmed Abbaseea49072019-11-27 15:04:18 +0200517 margin: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200518 border-radius: 2px;
519 border: 0;
520 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
521}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200522.packages-card .card:hover .packageName{
523 color: #1273EB !important;
524}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200525.packages-card .card-title{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200526 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200527 font-size: 13px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200528 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200529 color: #1B3E6F;
530}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200531.packages-card .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200532 color: #1B3E6F;
533 font-size: 11px;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200534 vertical-align: bottom;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200535}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200536.packages-card p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200537 font-size: 12px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200538 color: #D0D7E4;
539}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200540.packages-card p.package-desc{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200541 margin-top: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200542 font-size: 13px;
543 text-align: left;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200544 display: -webkit-box;
545 -webkit-line-clamp: 1;
546 -webkit-box-orient: vertical;
Sarah Abouzainah98600832020-04-22 22:55:39 +0200547 overflow: hidden;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200548 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200549}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200550.packages-card p.package-desc:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200551 color: #1B3E6F !important;
552 text-decoration: underline;
553}
554
555.packages-card [data-tooltip]::before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200556.packages-card .tooltip::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200557 border: 0 !important;
558}
559.packages-card .tooltip:after,
560.packages-card [data-tooltip]:after {
561 padding: 9px;
562 font-size: 11px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200563 background: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200564 border: solid 1px #E6EDF5;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200565 box-shadow: 0 0 12 rgba(0,0,0,0.8);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200566 border-radius: 3px;
567}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200568/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200569.addPaackage-card{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200570 padding: 10px 0;
571 background: #F4F9FE !important;
572 border: solid 1px #D7E7F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200573 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200574}
Sarah Abouzainahced91552020-06-04 17:45:57 +0200575.addPaackage-card .card-body img{
576 width: 30%;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +0200577 vertical-align: text-top;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200578}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200579.addPaackage-card a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200580 margin: 0;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200581 padding: 7px 15px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200582 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200583 font-size: 12px;
Sarah Abouzainahced91552020-06-04 17:45:57 +0200584 border-radius: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200585 border-width: 0px;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200586 border-style: solid;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200587 background-position: 15px center;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200588 background-repeat: no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200589 text-align: left;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200590}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200591.addPaackage-card a:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200592 text-decoration: unset;
593}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200594.btn-create-package i,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200595.btn-import-package i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200596 margin-right: 9px;
597 font-size: 14px;
598 vertical-align: middle;
599}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200600.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200601.btn-create-package:hover{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200602 background-color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200603 color: #fff;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200604}
605.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200606.btn-import-package:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200607 background: #C3CDDB;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200608 color: #1B3E6F;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200609}
610/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200611.packages-card .dropdown{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200612 width: auto;
613 float: right;
614}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200615.packages-card .dropdown-text{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200616 background: transparent;
617 border: 0;
618 box-shadow: none;
619 text-indent: 0;
620 line-height: unset;
621 border-bottom-left-radius: 0;
622 border-bottom-right-radius: 0;
623 opacity: .6;
624}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200625.packages-card .dropdown-text:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200626 opacity: 1;
627}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200628.packages-card .dropdown-text::after{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200629 display: none;
630}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200631.packages-card .dropdown-text img{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200632 padding: 9px 7px;
633}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200634.packages-card .dropdown-content{
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200635 right: 0;
636 width: 120px;
637 padding: 6px 0;
638 border: 0;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200639 border-radius: 50%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200640}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200641/* .userProfile .dropdown-content{
642 bottom: 40px !important;
643 top: unset !important;
644 width: 100%;
645} */
646/**Tab Nav**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200647.nav-tabs{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200648 border-bottom-color: #ECEDF2 !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200649}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200650.nav-link{
shadyb3c61a62020-02-16 15:47:33 +0200651 padding: 15px 20px 15px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200652 text-transform: uppercase !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200653 font-size: 12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200654 font-weight: bold;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200655 color: #C3CDDB !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200656 border: none !important;
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +0200657}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200658.nav-tabs .nav-link:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200659.nav-tabs .nav-link:hover{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200660 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200661 transition: 0.3s;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200662}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200663.nav-tabs .nav-link:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200664 color: #1B3E6F !important;
665}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200666.nav-tabs .nav-link.active{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200667 color: #1B3E6F !important;
668 background: transparent !important;
669 border: 0 !important;
670 border-bottom: solid 2px #1B3E6F !important;
671}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200672.nav-tabs .nav-link::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200673 content: "|";
674 padding-right: 20px !important;
675 color: #C3CDDB;
676 font-weight: normal;
shadyb3c61a62020-02-16 15:47:33 +0200677 position: absolute;
678 left: 0px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200679}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200680.nav-tabs .nav-link:first-child::before{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200681 content: none;
682}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200683.nav-tabs .nav-link:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200684 padding-left: 20px !important;
685}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200686.nav-item.nav-link.complete,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200687.nav-item.active.complete{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200688 padding: 15px 20px 15px 44px !important;
689 background: url(/assets/img/icon-required-yes.svg) 20px center no-repeat !important;
690}
Sarah Abouzainah95c95202020-07-05 19:45:40 +0200691.tabs-no-content{
692 font-size: 13px;
693 font-weight: bold;
694}
shaaban Altananyba3756e2020-01-07 12:08:44 +0200695/**Sliding Search Input**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200696.searchBox{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200697 position: absolute;
698 top: 0%;
699 right: 0%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200700 transform: translate(0%,-0%);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200701 height: 40px;
702}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200703.searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200704 float: right;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200705 margin-top: 18px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200706 padding-left: 0 !important;
707 padding-right: 24px !important;
708 width: 60px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200709 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200710 background: url(../src/assets/img/icon-search.svg) center center no-repeat;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200711 background-size: 24%;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200712 border: 0 !important;
713 border-right: solid 1px #1B3E6F !important;
714 display: flex;
715 justify-content: center;
716 align-items: center;
717 transition: 0.4s;
718}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200719.searchBox:hover > .searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200720 width: 240px;
721 border-bottom: solid 1px #C3CDDB;
722}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200723.searchBox:hover > .searchInput::placeholder{
724 color: #C3CDDB;
725}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200726.searchBox > .searchInput:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200727 border-bottom: solid 1px #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200728 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
729 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
730 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200731}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200732.searchBox:hover > .searchButton{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200733 color: #1B3E6F;
734}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200735.searchInput{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200736 border: none;
737 background: none;
738 outline: none;
739 float: left;
740 padding: 0;
741 color: #1B3E6F;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200742 font-size: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200743 transition: 0.4s;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200744 line-height: 49px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200745 width: 0px;
746}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200747.searchInput::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200748 color: #BABBC3;
749}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200750.searchBox-expanded{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200751 width: 240px;
752 border-bottom: solid 1px #C3CDDB;
753}
754/**Drop Down Menu**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200755.dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200756 position: relative;
757 display: inline-block;
758 text-align: left;
759 width: 132px;
760 z-index: 200;
761}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200762.dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200763 cursor: pointer;
764 position: relative;
765 text-indent: 10px;
766 line-height: 32px;
767 background-color: #eee;
768 border: 1px solid #ccc;
769 border-radius: 3px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200770 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 +0200771 width: 100%;
772}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200773.dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200774 position: absolute;
775 right: 6px;
776 top: 15px;
777 content: '';
778 width: 0px;
779 height: 0px;
780 border-style: solid;
shadyb3c61a62020-02-16 15:47:33 +0200781 /* border-width: 5px 4px 0 4px;
782 border-color: #555 transparent transparent transparent; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200783 border:0px
shaaban Altananyba3756e2020-01-07 12:08:44 +0200784}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200785.dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200786 font-size: 0;
787 z-index: 1;
788 cursor: pointer;
789 position: absolute;
790 top: 0;
791 border: none;
792 padding: 0;
793 margin: 0 0 0 1px;
794 background: transparent;
795 text-indent: -10px;
796 height: 34px;
797 width: 100%;
798}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200799.dropdown-toggle:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200800 outline: 0;
801}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200802.dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200803 position: absolute;
804 top: 32px;
805 width: 140px;
806 margin: 0;
807 padding: 0;
808 opacity: 0;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200809 visibility:hidden;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200810 -webkit-transition: all .25s ease;
811 -moz-transition: all .25s ease;
812 -ms-transition: all .25s ease;
813 -o-transition: all .25s ease;
814 transition: all .25s ease;
815 list-style-type: none;
816 border-radius: 3px;
817 text-indent: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +0200818 line-height: 28px;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200819 background-color: #eee;
820 border: 1px solid #ccc;
821}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200822.dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200823 display: block;
824}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200825.dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200826 background: #e8e8e8;
827}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200828.dropdown-toggle:hover ~ .dropdown-text,
829.dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200830 background-color: #e8e8e8;
831}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200832.dropdown-toggle:focus ~ .dropdown-text{
833 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 +0200834 z-index: 2;
835}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200836.dropdown-toggle:focus ~ .dropdown-text:after{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200837 border-width: 0 4px 5px 4px;
838 border-color: transparent transparent #555 transparent;
839}
840.dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200841.dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200842 opacity: 1;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200843 visibility:visible;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200844 top: 42px;
845}
846/**Card**/
847/* Hover Shadow */
848@keyframes hover {
849 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200850 transform: translateY(-3px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200851 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200852 100% {
853 transform: translateY(-6px);
854 }
855}
856@keyframes card {
857 0% {
858 transform: translateY(6px);
859 opacity: .3;
860 }
861 50% {
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200862 transform: translateY(3px);
shaaban Altananyba3756e2020-01-07 12:08:44 +0200863 opacity: .8;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200864 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200865 100% {
866 transform: translateY(6px);
867 opacity: .3;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +0200868 }
shaaban Altananyba3756e2020-01-07 12:08:44 +0200869}
870.card {
871 /* display: inline-block;
872 position: relative;
873 transition-duration: 0.2s;
874 transition-property: transform;
875 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
876 transform: translateZ(0); */
877 margin-bottom: 25px !important;
878 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
879}
880/* .card:before {
881 pointer-events: none;
882 position: absolute;
883 z-index: -1;
884 content: '';
885 top: 100%;
886 left: 5%;
887 height: 10px;
888 width: 90%;
889 opacity: 0;
890 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
891 transition-duration: 0.2s;
892 transition-property: transform opacity;
893} */
894/* .card:hover {
895 transform: translateY(-3px);
896 animation-name: hover;
897 animation-duration: 1s;
898 animation-delay: 0.2s;
899 animation-timing-function: linear;
900 animation-iteration-count: 1;
901 animation-direction: alternate;
902}
903.card:hover:before {
904 opacity: .4;
905 transform: translateY(3px);
906 animation-name: card;
907 animation-duration: 1s;
908 animation-delay: .2s;
909 animation-timing-function: linear;
910 animation-iteration-count: 1;
911 animation-direction: alternate;
912} */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200913.card-body{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +0200914 padding: 10px 20px 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +0200915}
916
917/*Main Container*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +0200918.main-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +0200919 padding: 0 !important;
920}
Sarah Abouzainah75680a72020-07-16 17:52:00 +0200921/*Profile & Help Area*/
922.profile-help .navbar{
923 padding: 0 !important;
924}
925.profile-help .dropdown{
926 width: 50px;
927}
928.profile-help .dropdown-text{
929 border: 0;
930 background: transparent;
931 box-shadow: none;
932 font-size: 13px;
933 /* text-indent: -999px; */
934}
935.profile-help .dropdown-text img{
936 width: 33px;
937 height: 33px;
938 border: solid 1px #fff;
939 object-fit: cover;
940 border-radius: 50%;
941}
942.profile-help .dropdown-toggle:hover ~ .dropdown-text{
943 background: #fff;
944}
945.profile-help .dropdown-toggle:hover ~ .dropdown-text img{
946 box-shadow: 0 2px 6px 6px rgba(47, 83, 151, .17);
947}
948.profile-help .dropdown-content{
949 right: 0;
950 top: 47px;
951 padding: 4px 0;
952 background-color: #fff;
953 border: 1px solid #ECEDF2;
954 border-radius: 2px;
955 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12) !important;
956}
957.profile-help .dropdown-content li:hover{
958 background-color: #ECEDF2;
959}
960.profile-help .dropdown-content a{
961 padding: 3px;
962 color: #1B3E6F;
963 font-size: 13px;
964}
965.profile-help .dropdown-content a:hover{
966 text-decoration: none;
967 background-color: transparent;
968}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +0200969.userMenu.dropdown{
970 margin-left: 9px;
971 border-left: solid 1px #ECEDF2;
972}
973.helpMenu.dropdown{
974 width: 32px !important;
975}
976.helpMenu .dropdown-text{
977 text-indent: unset;
978 text-align: center;
979}
Sarah Abouzainah89498dc2020-09-27 15:30:27 +0200980.helpMenu li:hover,
981.helpMenu li:hover i,
982.helpMenu li:hover p{
983 cursor: pointer;
984}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +0200985.helpMenu li:not(:last-child){
986 margin-bottom: 9px;
987}
988.helpMenu .dropdown-text i{
989 text-align: center;
990 font-size: 19px;
991 color: #C3CDDB;
992 vertical-align: middle;
993}
994.helpMenu:hover .dropdown-text i{
995 color: #1B3E6F;
996}
997.helpMenu .dropdown-content{
998 padding: 6px;
999}
1000.helpMenu .dropdown-content a{
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001001 padding: 5px 12px !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02001002 text-align: left;
1003 text-indent: 0;
1004 font-size: 14px;
1005 line-height: 22px;
1006}
1007.helpMenu .dropdown-content p{
1008 display: inline;
1009 line-height: 15px;
1010 font-weight: bold;
1011}
1012.helpMenu .dropdown-content p:hover{
1013 cursor: pointer;
1014}
1015.helpMenu .dropdown-content p label{
1016 display: inline;
1017}
1018.helpMenu .dropdown-content p input{
1019 display: none;
1020}
1021.helpMenu .dropdown-content span{
1022 display: inline-block;
1023 padding-left: 18px;
1024 font-size: 13px;
1025 color: #C1CDDD;
1026 font-weight: normal;
1027}
1028.helpMenu .dropdown-toggle:focus ~ .dropdown-text{
1029 background-color: #F4F9FE;
1030 border-radius: 50%;
1031}
1032.helpMenu .dropdown-content{
1033 width: 262px;
1034}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001035.help-btn{
1036 border-right: solid 1px #ECEDF2;
1037}
1038.help-btn .nav-link{
1039 padding: 7px 8px 0 !important;
1040}
1041.help-btn i{
1042 font-size: 19px;
1043 color: #C3CDDB;
1044}
1045.help-btn a:hover i{
1046 color: #1B3E6F;
1047}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001048.header-button-save button{
shadyb3c61a62020-02-16 15:47:33 +02001049 border-radius: 50px;
1050}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001051/*Page Title*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001052.page-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001053 padding: 20px 30px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001054 background:#fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001055 border-left: solid 1px #FAFAFA;
1056 margin-bottom: 21px;
1057 -webkit-box-shadow: 0 4px 10px 0 #eef0f5;
1058 box-shadow: 0 4px 10px 0 #eef0f5;
1059 position: relative;
Sarah Abouzainahac3b1df2020-09-27 21:09:10 +02001060 z-index: 300;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001061 /* position: fixed;
1062 width: calc(100% - 50px); */
shaaban Altananyba3756e2020-01-07 12:08:44 +02001063}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001064.page-title h2{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001065 font-size: 16px;
1066 font-weight: bold;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001067 padding-top: 1px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001068}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001069.page-title h2 span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001070 color: #C3CDDB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001071 font-size: 14px;
1072}
1073/*Content*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001074.body-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001075 padding: 0 30px !important;
1076}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001077.body-container > .container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001078 padding: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001079}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001080.search-filter-col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001081 padding-right: 0 !important;
1082 border-bottom: solid 1px #ECEDF2 !important;
1083}
1084/**Packages Filter**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001085.packagesFilter{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001086 margin-top: 12px;
1087 margin-bottom: 7px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001088 z-index: 220 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001089}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001090.packagesFilter .dropdown-toggle{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001091 height: 36px !important;
1092}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001093.packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001094 border-color: transparent transparent #1B3E6F transparent;
1095}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001096.packagesFilter .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001097 background: transparent;
1098 border: 0;
1099 box-shadow: none;
1100 text-indent: 14px;
1101 line-height: 30px;
1102 font-size: 12px;
1103}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001104.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001105 right: 12px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001106 border: solid !important;
1107 border-width: 5px 4px 0 4px !important;
1108 border-color: #1B3E6F transparent transparent transparent !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001109}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001110.packagesFilter .dropdown-toggle:hover ~ .dropdown-text,
1111.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001112 background-color: transparent;
1113 box-shadow: none;
1114 border-radius: 0;
1115}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001116.packagesFilter .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001117 background: #fff;
1118 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1119}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001120.packagesFilter .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001121 top: 12px;
1122}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001123.packagesFilter .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001124 padding: 6px 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001125 background: #fff;
1126 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1127 border: 0;
1128 border-top-left-radius: 0;
1129 border-top-right-radius: 0;
1130 border-bottom-left-radius: 2px;
1131 border-bottom-right-radius: 2px;
1132}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001133.packagesFilter .dropdown-content li:hover .custom-checkbox{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001134 cursor: pointer;
1135}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001136.packagesFilter .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001137.packagesFilter .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001138 top: 30px;
1139}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001140.packagesFilter .form-control{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001141 padding: 12px 9px 12px 38px !important;
1142 border: 0 !important;
1143 border-bottom: solid 1px #D7E7F9 !important;
1144 background: url(../src/assets/img/icon-search.svg) 15px center no-repeat;
1145 background-size: 4%;
1146 border-radius: 0 !important;
1147 color: #1B3E6F;
1148 font-size: 13px;
1149}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001150.packagesFilter .form-control::placeholder{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001151 color: #BABBC3;
1152}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001153.packagesFilter .form-control:focus{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001154 box-shadow: none !important;
1155 border-bottom: solid 1px #1B3E6F !important;
1156}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001157.packagesFilter .custom-checkbox{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001158 margin-left: 8px;
1159}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001160.packagesFilter .custom-control-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001161 left: 10px;
1162}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001163.packagesFilter .custom-control-label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001164 line-height: 28px !important;
1165 font-size: 13px !important;
1166 text-indent: 6px !important;
1167}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001168.fillteredTags{
1169 margin-left: 3px;
1170 padding: 3px 3px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001171 background: #C3CDDB;
1172 color: #1B3E6F;
1173 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001174 border-radius: 4px;
1175}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001176/**Packages Sort**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001177.sort-packages{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001178 font-size: 12px;
1179 font-weight: bold;
1180 color: #C3CDDB;
1181}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001182.sort-packages .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001183 width: 88px;
1184}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001185.sort-packages .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001186 background: transparent;
1187 border: 0;
1188 box-shadow: none;
1189 color: #1B3E6F;
1190}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001191.sort-packages .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001192 border-color: #1B3E6F transparent transparent transparent;
1193}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001194.sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001195 border-color: transparent transparent #1B3E6F transparent;
1196}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001197.sort-packages .dropdown-toggle:hover ~ .dropdown-text,
1198.sort-packages .dropdown-toggle:focus ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001199 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1200 background: #fff;
1201}
1202.sort-packages .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001203.sort-packages .dropdown-toggle:focus ~ .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001204 top: 30px;
1205}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001206.sort-packages .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001207 width: 88px;
1208 padding: 6px 0;
1209 background: #fff;
1210 border-radius: 2px;
1211 border: 0;
1212 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15);
1213}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001214.sort-packages .dropdown-content a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001215 color: #1B3E6F;
1216 font-size: 12px;
1217}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001218.sort-packages .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001219 background-color: #F4F9FE;
1220 text-decoration: unset;
1221}
1222/**Pagination**/
1223.page-item .page-link,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001224.page-item.disabled .page-link{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001225 background: transparent !important;
1226 border: 0;
1227 color: #1B3E6F !important;
1228 font-size: 14px;
1229}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001230.page-link:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001231 color: #1B3E6F !important;
1232 background-color: #fff !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001233 border-radius: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001234 transition: 0.3s;
1235 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
1236}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001237.page-item.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001238 opacity: .3;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001239}
1240/**Packages Cards***/
1241/***Package Info Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001242.packages-card .card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001243 margin: 0;
1244 border-radius: 2px;
1245 border: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001246 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.12);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001247}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001248.packages-card .card:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001249 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001250 transition: all 0.5s ease;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001251 cursor: pointer;
1252}
1253.packages-card .card:hover .card-title,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001254.packages-card .card:hover .card-title span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001255 color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001256}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001257.packages-card .card-title{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001258 margin-bottom: 0 !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001259 font-size: 14px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001260 font-weight: bold;
1261}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001262.packages-card .card-title .packageName{
Sarah Abouzainah98600832020-04-22 22:55:39 +02001263 margin-bottom: 0;
1264 display: inline-block;
1265 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001266 max-width: 64%;
Sarah Abouzainah98600832020-04-22 22:55:39 +02001267 white-space: nowrap;
1268 overflow: hidden;
1269 text-overflow: ellipsis;
1270 font-size: 13px;
1271 vertical-align: bottom;
1272 color: #1B3E6F;
1273}
1274.packages-card .card-title:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001275.packages-card .card-title:hover .packageName{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001276 text-decoration: none;
1277 color: #1273EB;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001278}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001279.packages-card .card-body{
Ahmed Abbaseea49072019-11-27 15:04:18 +02001280 padding-bottom: 0 !important;
1281}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001282.packages-card .card-footer .col{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001283 padding-left: 3px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001284 text-align: left;
Ahmed Abbaseea49072019-11-27 15:04:18 +02001285}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001286
shaaban Altananyba3756e2020-01-07 12:08:44 +02001287/***Add Package Card***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001288.addPaackage-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001289 background: #F4F9FE !important;
1290 border: solid 1px #D7E7F9 !important;
1291}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001292.addPaackage-card:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001293 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
1294}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001295
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001296.addPaackage-card a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001297 text-decoration: unset;
1298}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001299.addPaackage-card .card-footer .col{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001300 padding: 0;
1301 text-align: right;
1302}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001303.addPaackage-card .card-footer .col:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001304 text-align: left;
1305}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001306.btn-create-package,
1307.btn-import-package{
Sarah Abouzainahced91552020-06-04 17:45:57 +02001308 width: auto;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001309}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001310.btn-create-package{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001311 margin-bottom: 6px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001312}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001313.btn-import-package{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02001314 margin-bottom: 15px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001315}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001316.btn-create-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001317.btn-create-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001318 background-color: #1B3E6F;
1319 border-color: #1B3E6F;
1320 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001321}
1322.btn-import-package,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001323.btn-import-package:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001324 color: #1B3E6F;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001325}
1326/***Actions Menu***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001327.packages-card .dropdown{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001328 width: auto;
1329 float: right;
1330}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001331.packages-card .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001332 background: transparent;
1333 border: 0;
1334 box-shadow: none;
1335 text-indent: 0;
1336 line-height: unset;
1337 border-bottom-left-radius: 0;
1338 border-bottom-right-radius: 0;
1339 opacity: .6;
1340}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001341.packages-card .dropdown-text::after{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001342 display: none;
1343}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001344.packages-card .dropdown-text img{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001345 padding: 9px 7px;
1346}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001347.packages-card .dropdown-content{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001348 right: 0;
1349 width: 120px;
1350 padding: 6px 0;
1351 border: 0;
1352 text-indent: 0;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001353 border-radius: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001354 border-top-right-radius: 0;
1355 background: #1B3E6F;
1356}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001357.packages-card .dropdown-content a{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001358 padding-left: 12px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001359 color: #fff;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001360 font-size: 12px;
1361 /* background-position: 14px center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001362 background-size: 10%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001363 background-repeat: no-repeat; */
1364}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001365.packages-card .dropdown-content a i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001366 margin-right: 4px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001367}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001368.packages-card .dropdown-content a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001369 background-color: #172B4D;
1370 text-decoration: unset;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001371 color: #fff;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001372}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001373.packages-card .dropdown-content:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001374.packages-card .dropdown-toggle:focus ~ .dropdown-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001375 top: 22px;
1376}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001377.packages-card .dropdown-toggle:focus ~ .dropdown-text .icon-menuDots{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001378 color: #D0D7E4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001379}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001380.packages-card .dropdown-toggle:hover ~ .dropdown-text{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001381 background: transparent;
1382 opacity: 1;
1383}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001384.packages-card .dropdown-toggle:focus ~ .dropdown-text{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001385 width: 27px;
1386 text-align: center;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001387 opacity: 1;
1388 background: #1B3E6F;
1389 box-shadow: none;
1390}
Sarah Abouzainahced91552020-06-04 17:45:57 +02001391
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001392.package-version::before{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001393 content: "|";
Sarah Abouzainah98600832020-04-22 22:55:39 +02001394 margin-left: 8px;
1395 margin-right: 6px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001396 vertical-align: text-bottom;
1397}
1398
shaaban Altananyba3756e2020-01-07 12:08:44 +02001399/***Contributers***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001400ul.package-contributers{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001401 margin-bottom: 9px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001402 padding-left: 0 !important;
1403}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001404.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001405 list-style: none;
1406 display: inline-block;
1407}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001408.package-contributers li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001409 margin-left: -5px;
1410}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001411.package-contributers li:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001412 margin-left: 0;
1413}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001414.package-contributers li:last-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001415 margin-left: 9px;
1416}
1417.package-modifier,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001418.package-contributers button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001419 height: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001420 padding: 0 !important;
1421 border-radius: 100%;
1422 border: 0 !important;
1423 /*Hover Effect*/
1424 -webkit-transition: box-shadow 0.2s ease;
1425 -moz-transition: box-shadow 0.2s ease;
1426 transition: box-shadow 0.2s ease;
1427 -webkit-backface-visibility: hidden;
1428 backface-visibility: hidden;
1429 display: inline-block;
1430 position: relative;
1431}
1432.package-modifier:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001433.package-contributers button:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001434 -webkit-transition: all 0.2s ease;
1435 -moz-transition: all 0.2s ease;
1436 transition: all 0.2s ease;
1437 border-radius: 50%;
1438 bottom: 0;
1439 box-shadow: 0 0 0 2px #fff;
1440 content: "";
1441 left: 0;
1442 position: absolute;
1443 right: 0;
1444 top: 0;
1445}
1446.package-modifier:hover,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001447.package-contributers button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001448 box-shadow: 0 0 0 2px #D7E7F9;
1449 text-decoration: none;
1450}
1451.package-modifier:hover:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001452.package-contributers button:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001453 -webkit-transform: scale(0.925);
1454 -moz-transform: scale(0.925);
1455 -ms-transform: scale(0.925);
1456 -o-transform: scale(0.925);
1457 transform: scale(0.925);
1458 box-shadow: 0 0 0 1px #D7E7F9;
1459 opacity: 0.5;
1460}
1461.package-modifier img,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001462.package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001463 width: 20px;
1464 height: 20px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001465 object-fit: cover;
1466 vertical-align: top;
1467 border-radius: 100%;
1468}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001469.package-contributers a{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001470 font-size: 12px;
1471 color: #1273EB;
1472}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001473.package-contributers a:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001474 text-decoration: unset;
1475}
1476/***Package Footer***/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001477.packages-card .card-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001478 padding: 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001479 background: transparent !important;
1480 border-top-color: #F7F6F6 !important;
1481}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001482.packages-card .card-footer .col{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001483 text-align: center;
1484}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001485.packages-card .card-footer .col:first-child{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001486 border-right: solid 1px #F7F6F6;
1487}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001488.packages-card .card-footer .btn{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02001489 padding: 10px 0 10px 0 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001490 background-color: transparent !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001491 color: #1B3E6F !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001492 border: 0;
1493 font-size: 13px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001494 text-align: left;
1495 opacity: .4;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001496}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001497.packages-card .card-footer .btn:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001498 opacity: 1;
1499}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001500.packages-card .card-footer i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001501 margin-right: 6px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001502}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001503.icon-deployed-active,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001504.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001505 margin-right: 9px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001506 display: inline;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001507 background-image: url(/assets/img/icon-deploy-active.svg);
1508 background-position: center center;
1509 background-repeat: no-repeat;
1510 vertical-align: baseline;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001511}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001512.icon-deploy-inactive{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02001513 background-image: url(/assets/img/icon-deploy-inactive.svg);
1514}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001515
1516
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001517/*CREATE NEW ACTION MODAL*/
1518.createActionModal .modal-dialog{
1519 max-width: 85%;
1520}
1521.createActionModal .modal-header{
1522 padding-top: 21px !important;
1523 padding-bottom: 0 !important;
1524 border-bottom: 0;
1525}
1526.createActionModal .close{
1527 margin: 0 !important;
1528 padding: 6px 13px 10px !important;
1529 width: auto;
1530 opacity: 1 !important;
1531 border-radius: 100%;
1532}
1533.createActionModal .close:hover{
1534 background-color: #E0E8F2;
1535}
1536.createActionModal .icon-action-close{
1537 font-size: 14px;
1538 font-weight: bold;
1539}
1540.createActionModal .modal-body{
1541 padding-top: 0 !important;
1542 padding-bottom: 10px !important;
1543}
1544.createActionModal .modal-body .carousel-item{
1545 padding-left: 20px;
1546 padding-right: 10px;
1547}
1548@keyframes fadeInScale {
1549 0% {
1550 opacity: 0;
1551 -webkit-transform: scale(0) translateY(50%);
1552 transform: scale(0) translateY(50%);
1553 }
1554 90% {
1555 -webkit-transform: scale(1.05);
1556 transform: scale(1.05);
1557 }
1558 100% {
1559 opacity: 1;
1560 -webkit-transform: scale(1) translateY(0);
1561 transform: scale(1) translateY(0);
1562 }
1563}
1564.card.actionType{
1565 margin-bottom: 25px !important;
1566 padding: 220px 25px 50px;
1567 box-shadow: none;
1568 border-radius: 0;
1569 -webkit-transition: all 0.3s ease-in-out;
1570 transition: all 0.3s ease-in-out;
1571}
1572.card.actionType:hover{
1573 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1574 transition: 0.3s !important;
1575}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001576.createActionModal h3.mainHead{
1577 text-transform: uppercase;
1578 margin-bottom: 6px;
1579 font-size: 14px;
1580 font-weight: bold;
1581 text-align: center;
1582 color: #C1CDDD;
1583}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001584.createActionModal h1{
1585 margin-bottom: 21px;
1586 font-size: 22px;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001587 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001588 text-align: center;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001589}
1590.createActionModal .carousel-inner{
1591 height: 510px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001592}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001593.createActionModal .skip-btn{
1594 float: unset;
1595 width: auto;
1596 color: #1273EB;
1597 font-weight: normal !important;
1598 font-size: 13px;
1599 border: solid 1px #F1F2FA;
1600 border-radius: 2px;
1601}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02001602.createActionModal .skip-btn:hover{
1603 background: #1273EB;
1604 color: #fff;
1605 box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
1606}
1607
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001608.actionType,
1609.actionType:hover{
1610 text-align: center;
1611 line-height: 40px;
1612 background-position: center 40px;
1613 background-repeat: no-repeat;
1614 background-size: 144px 172px;
1615}
1616.actionType h3,
1617.actionType p{
1618 margin: 0;
1619}
1620.actionType h3{
1621 text-transform: uppercase;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02001622 font-size: 13px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001623 font-weight: bold;
1624}
1625.actionType p{
1626 font-size: 13px !important;
1627 line-height: 24px;
1628}
1629.actionType .btn,
1630.actionType:hover .btn{
1631 opacity: 0;
1632 position: absolute;
1633 bottom: 0;
1634 left: 30% !important;
1635 margin-bottom: 26px;
1636 width: 100px;
1637 height: 30px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02001638 line-height: 15px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001639 background: #1B3E6F;
1640 color: #fff;
1641 font-size: 12px;
1642 font-weight: bold;
1643 border-radius: 15px !important;
1644 -webkit-transform: translateY(-20%);
1645 transform: translateY(-20%);
1646 -webkit-transition: all 0.3s ease-in-out;
1647 transition: all 0.3s ease-in-out;
1648}
1649.actionType:hover .btn{
1650 opacity: 1;
1651 -webkit-transform: translateY(0);
1652 transform: translateY(0);
1653}
1654.actionType.custom{
1655 background-image: url(/assets/img/icon-action-custom.svg);
1656}
1657.actionType.custom:hover{
1658 cursor: pointer;
1659 background-image: url(/assets/img/icon-action-custom-hover.svg);
1660}
1661.actionType.default{
1662 background-image: url(/assets/img/icon-action-default.svg);
1663}
1664.actionType.default:hover{
1665 cursor: pointer;
1666 background-image: url(/assets/img/icon-action-default-hover.svg);
1667}
1668.actionType.recent{
1669 background-image: url(/assets/img/icon-action-recent.svg);
1670}
1671.actionType.recent:hover{
1672 cursor: pointer;
1673 background-image: url(/assets/img/icon-action-recent-hover.svg);
1674}
1675.actionType.import{
1676 background-image: url(/assets/img/icon-action-import.svg);
1677}
1678.actionType.import:hover{
1679 cursor: pointer;
1680 background-image: url(/assets/img/icon-action-import-hover.svg);
1681}
1682.createActionModal .carousel-indicators{
1683 margin: 0;
1684}
1685.createActionModal .carousel-indicators li{
1686 margin: 0;
1687 padding: 0;
1688 text-indent: 0;
1689 border: 0;
1690}
1691.createActionModal .back{
1692 position: fixed !important;
1693 top: 83px;
1694 width: auto;
1695 padding:0 !important;
1696}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001697
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001698.actionFormWrapper{
1699 width: 60%;
1700 margin: 0 auto;
1701}
1702.createActionModal .form-control.customAction{
1703 width: 55%;
1704 margin: 70px auto;
1705 padding-left: 0;
1706 border-radius: 0;
1707 border: 0;
1708 border-bottom: solid 1px #E0E8F2;
1709 color: #1B3E6F !important;
1710 font-size: 14px;
1711}
1712.createActionModal .form-control:focus{
1713 border-bottom: solid 1px #1B3E6F;
1714 background: transparent !important;
1715 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1716 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1717 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
1718 text-shadow: none;
1719}
1720.createActionModal .form-control::placeholder{
1721 color: #C3CDDB;
1722
1723}
1724.createActionModal .submit,
1725.createActionModal .submit:hover{
1726 float: unset;
1727 width: 100px;
1728 height: 30px;
1729 background: #1B3E6F;
1730 color: #fff;
1731 font-size: 12px;
1732 font-weight: bold;
1733 border-radius: 15px !important;
1734}
1735.actionlabel{
1736 margin-right: 2px;
1737 color: #C3CDDB;
1738 font-size: 11px;
1739 font-weight: bold;
1740}
1741.form-control.searchInput,
1742.form-control.searchInput:focus{
1743 float: right;
1744 width: 250px !important;
1745 height: 30px !important;
1746 padding-left: 32px !important;
1747 border: solid 1px #E0E8F2 !important;
1748 border-radius: 2px !important;
1749 background: url(../src/assets/img/icon-search-light.svg) 9px center no-repeat !important;
1750 font-size: 13px !important;
1751 color: #1B3E6F;
1752}
1753.actionsListScroll{
1754 height: 228px;
1755 max-height: 228px;
1756 overflow: auto;
1757}
1758.createActionModal .actionName{
1759 margin-bottom: 15px;
1760 padding: 9px 18px;
1761 box-shadow: 0 2px 6px rgba(47,83,151,0.15);
1762}
1763.createActionModal p.selectedActions{
1764 margin-top: 20px;
1765 margin-bottom: 10px;
1766 color: #8D9FB7;
1767 font-size: 13px;
1768}
1769.createActionModal .sort-packages .dropdown{
1770 width: 60%;
1771}
1772.createActionModal .sort-packages .dropdown-text::after {
1773 right: 6px;
1774}
1775.createActionModal .sort-packages .dropdown-content{
1776 width: 100%;
1777}
1778.createActionModal .folder-upload-text button{
1779 float: unset;
1780}
shaaban Altananyba3756e2020-01-07 12:08:44 +02001781/* Border Fade */
1782.border-fade {
1783 display: inline-block;
1784 transition-duration: 0.3s;
1785 transition-property: box-shadow;
1786 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1787 transform: translateZ(0);
1788 box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0);
1789 /* Hack to improve aliasing on mobile/tablet devices */
1790}
1791.border-fade:hover {
1792 box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0);
1793 /* Hack to improve aliasing on mobile/tablet devices */
1794}
1795/*Content*/
1796
1797/**Title Action Buttons**/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001798.page-title-actions li{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001799 display: inline-block;
1800 text-align: center;
1801}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001802.title-action{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001803 -webkit-transition: box-shadow 0.2s ease;
1804 -moz-transition: box-shadow 0.2s ease;
1805 transition: box-shadow 0.2s ease;
1806 -webkit-backface-visibility: hidden;
1807 backface-visibility: hidden;
1808 border-radius: 50%;
1809 color: #6a75eb;
1810 display: inline-block;
1811 font-size: 0.889em;
1812 height: 4em;
1813 margin: 0 1em 1em;
1814 position: relative;
1815 text-align: center;
1816 text-transform: lowercase;
1817 width: 4em;
1818 line-height: 4em;
1819}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001820.title-action:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001821 -webkit-transition: all 0.2s ease;
1822 -moz-transition: all 0.2s ease;
1823 transition: all 0.2s ease;
1824 border-radius: 50%;
1825 bottom: 0;
1826 box-shadow: 0 0 0 1px #000;
1827 content: "";
1828 left: 0;
1829 position: absolute;
1830 right: 0;
1831 top: 0;
1832}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001833.title-action:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001834 box-shadow: 0 0 0 7px #07819b;
1835 text-decoration: none;
1836}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001837.title-action:hover:before{
shaaban Altananyba3756e2020-01-07 12:08:44 +02001838 -webkit-transform: scale(0.925);
1839 -moz-transform: scale(0.925);
1840 -ms-transform: scale(0.925);
1841 -o-transform: scale(0.925);
1842 transform: scale(0.925);
1843 box-shadow: 0 0 0 1px #07819b;
1844 opacity: 0.5;
1845}
1846
1847/*Animation Button*/
1848/**Float**/
1849.float {
1850 display: inline-block;
1851 transition-duration: 0.3s;
1852 transition-property: transform;
1853 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1854 transform: translateZ(0);
1855 box-shadow: 0 0 1px rgba(0, 0, 0, 0);
1856}
1857.float:hover {
1858 transform: translateY(-5px);
1859}
1860
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001861/*TOOLTIP*/
1862/* Base styles for the element that has a tooltip */
1863[data-tooltip],
1864.tooltip {
1865 position: relative;
1866 cursor: pointer;
1867 text-align: center;
1868}
1869
1870/* Base styles for the entire tooltip */
1871[data-tooltip]:before,
1872[data-tooltip]:after,
1873.tooltip:before,
1874.tooltip:after {
1875 position: absolute;
1876 visibility: hidden;
1877 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1878 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
1879 opacity: 0;
shaaban Altananyba3756e2020-01-07 12:08:44 +02001880 -webkit-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001881 opacity 0.2s ease-in-out,
1882 visibility 0.2s ease-in-out,
1883 -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001884 -moz-transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001885 opacity 0.2s ease-in-out,
1886 visibility 0.2s ease-in-out,
1887 -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
shaaban Altananyba3756e2020-01-07 12:08:44 +02001888 transition:
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001889 opacity 0.2s ease-in-out,
1890 visibility 0.2s ease-in-out,
1891 transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001892 -webkit-transform: translate3d(0, 0, 0);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001893 -moz-transform: translate3d(0, 0, 0);
1894 transform: translate3d(0, 0, 0);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001895 pointer-events: none;
1896}
1897
1898/* Show the entire tooltip on hover and focus */
1899[data-tooltip]:hover:before,
1900[data-tooltip]:hover:after,
1901[data-tooltip]:focus:before,
1902[data-tooltip]:focus:after,
1903.tooltip:hover:before,
1904.tooltip:hover:after,
1905.tooltip:focus:before,
1906.tooltip:focus:after {
1907 visibility: visible;
1908 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
1909 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001910 opacity: 1;
1911}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001912
1913/* Base styles for the tooltip's directional arrow */
1914.tooltip:before,
1915[data-tooltip]:before {
1916 z-index: 1001;
1917 border: 6px solid transparent;
1918 background: transparent;
1919 content: "";
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001920}
1921
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001922/* Base styles for the tooltip's content area */
1923.tooltip:after,
1924[data-tooltip]:after {
1925 z-index: 1000;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001926 padding: 8px 20px !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001927 width: auto;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001928 background-color: #fff !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001929 color: #1B3E6F;
1930 content: attr(data-tooltip);
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001931 font-size: 12px;
Sarah Abouzainah42185842020-09-28 15:52:12 +02001932 font-weight: bold !important;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001933 line-height: 1.2;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02001934 border-radius: 3px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001935}
Shaaban Ebrahim6cc77cb2019-11-11 10:51:21 +02001936
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001937/* Directions */
1938
1939/* Top (default) */
1940[data-tooltip]:before,
1941[data-tooltip]:after,
1942.tooltip:before,
1943.tooltip:after,
1944.tooltip-top:before,
1945.tooltip-top:after {
1946 bottom: 100%;
1947 left: 50%;
1948}
1949
1950[data-tooltip]:before,
1951.tooltip:before,
1952.tooltip-top:before {
1953 margin-left: 0;
1954 margin-bottom: -12px;
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001955 border-bottom-color: #DEE8F3;
1956 border-bottom-color: rgba(222, 232, 243, 1.0);
1957}
1958
1959/* Horizontally align top/bottom tooltips */
1960[data-tooltip]:after,
1961.tooltip:after,
1962.tooltip-top:after {
1963 margin-left: -50%;
1964}
1965
1966[data-tooltip]:hover:before,
1967[data-tooltip]:hover:after,
1968[data-tooltip]:focus:before,
1969[data-tooltip]:focus:after,
1970.tooltip:hover:before,
1971.tooltip:hover:after,
1972.tooltip:focus:before,
1973.tooltip:focus:after,
1974.tooltip-top:hover:before,
1975.tooltip-top:hover:after,
1976.tooltip-top:focus:before,
1977.tooltip-top:focus:after {
1978 -webkit-transform: translateY(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02001979 -moz-transform: translateY(-12px);
1980 transform: translateY(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001981}
1982
1983/* Left */
1984.tooltip-left:before,
1985.tooltip-left:after {
1986 right: 100%;
1987 bottom: 50%;
1988 left: auto;
1989}
1990
1991.tooltip-left:before {
1992 margin-left: 0;
1993 margin-right: -12px;
1994 margin-bottom: 0;
1995 border-top-color: transparent;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02001996 border-left-color: #fff;
1997 /* border-left-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02001998}
1999
2000.tooltip-left:hover:before,
2001.tooltip-left:hover:after,
2002.tooltip-left:focus:before,
2003.tooltip-left:focus:after {
2004 -webkit-transform: translateX(-12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002005 -moz-transform: translateX(-12px);
2006 transform: translateX(-12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002007}
2008
2009/* Bottom */
2010.tooltip-bottom:before,
2011.tooltip-bottom:after {
2012 top: 100%;
2013 bottom: auto;
2014 left: 20%;
2015}
2016
2017.tooltip-bottom:before {
2018 margin-top: -12px;
2019 margin-bottom: 0;
2020 border-top-color: transparent;
2021 border-bottom-color: #DEE8F3;
2022 border-bottom-color: rgba(222, 232, 243, 1.0);
2023}
2024
2025.tooltip-bottom:hover:before,
2026.tooltip-bottom:hover:after,
2027.tooltip-bottom:focus:before,
2028.tooltip-bottom:focus:after {
2029 -webkit-transform: translateY(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002030 -moz-transform: translateY(12px);
2031 transform: translateY(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002032}
2033
2034/* Right */
2035.tooltip-right:before,
2036.tooltip-right:after {
2037 bottom: 50%;
2038 left: 20%;
2039}
2040
2041.tooltip-right:before {
2042 margin-bottom: 0;
2043 margin-left: -12px;
2044 border-top-color: transparent;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002045 border-right-color: #fff;
2046 /* border-right-color: hsla(0, 0%, 20%, 0.9); */
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002047}
2048
2049.tooltip-right:hover:before,
2050.tooltip-right:hover:after,
2051.tooltip-right:focus:before,
2052.tooltip-right:focus:after {
2053 -webkit-transform: translateX(12px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002054 -moz-transform: translateX(12px);
2055 transform: translateX(12px);
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02002056}
2057
2058/* Move directional arrows down a bit for left/right tooltips */
2059.tooltip-left:before,
2060.tooltip-right:before {
2061 top: 3px;
2062}
2063
2064/* Vertically center tooltip content for left/right tooltips */
2065.tooltip-left:after,
2066.tooltip-right:after {
2067 margin-left: 0;
2068 margin-bottom: -16px;
2069}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002070
2071/*TooltipModule - Shady*/
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002072.tooltip.in {
2073 opacity: 1.0 !important;
2074 filter:alpha(opacity=100) !important;
2075}
Sarah Abouzainah98600832020-04-22 22:55:39 +02002076.tooltip:before,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002077.tooltip:after{
Sarah Abouzainah98600832020-04-22 22:55:39 +02002078 width: 100% !important;
2079}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002080.tooltip .tooltip-inner{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002081 width: auto !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002082 max-width: 280px !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002083 text-align: left!important;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002084 /* color:#1B3E6F;
2085 background-color: #fff !important; */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002086 color:#1B3E6F;
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002087 background-color: #C3CDDB !important;
2088 border: solid 1px #C3CDDB;
Sarah Abouzainah42185842020-09-28 15:52:12 +02002089 border-radius: 1px !important;
2090 /* border-top-left-radius: 0 !important; */
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002091 font-size: 12px;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002092 opacity: 1.0 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002093}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002094
Sarah Abouzainah42185842020-09-28 15:52:12 +02002095.bs-tooltip-auto[x-placement^=top] .arrow::before,
2096.bs-tooltip-top .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002097 border-top-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002098}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002099.bs-tooltip-auto[x-placement^=right] .arrow::before,
2100.bs-tooltip-right .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002101 border-right-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002102}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002103.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
2104.bs-tooltip-bottom .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002105 border-bottom-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002106}
Sarah Abouzainah42185842020-09-28 15:52:12 +02002107.bs-tooltip-auto[x-placement^=left] .arrow::before,
2108.bs-tooltip-left .arrow::before {
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002109 border-left-color: #C3CDDB !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002110}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002111
2112.btn{
2113padding-right: 20px !important;
2114padding-left: 20px !important;
2115
shaaban Altananyc133b832020-01-09 10:15:28 +02002116}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002117.btn.border-radius{
shaaban Altananyc133b832020-01-09 10:15:28 +02002118 border-radius: 20px !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002119}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002120.btn-primary{
2121 background-color: #1273EB !important;
2122 border-color: #1273EB !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002123}
2124.btn-primary:hover {
2125 background-color: #0069d9 !important;
2126 border-color: #0062cc !important;
2127}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002128.btn + .btn{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002129 margin-left: 10px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002130}
2131.package-view-button button{
2132 width: 150px;
2133 float: right;
2134}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002135.package-view-button{
shadyb3c61a62020-02-16 15:47:33 +02002136 margin-top: 6px;
2137}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002138.package-view-button .btn{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002139 padding: 6px 21px;
2140 border-radius: 18px;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002141 font-size: 13px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002142}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002143.package-view-button .btn:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002144 opacity: .9;
2145}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002146.package-view-button .btn-primary{
shadyb3c61a62020-02-16 15:47:33 +02002147 background-color: #1B3E6F !important;
2148 border-color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002149}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002150.package-view-button .btn-enrich,
2151.package-view-button .btn-enrich:focus,
2152.modal-footer .btn-primary.btn-enrich{
2153 background: #EB9A34 !important;
2154 border-color: #EB9A34 !important;
2155 color: #fff;
2156 outline: none !important;
2157}
2158.package-view-button .btn-deploy{
2159 background-color: #1273EB !important;
2160 border-color: #1273EB !important;
2161 color: #fff !important;
2162 /* background-color: #fff !important;
shadyb3c61a62020-02-16 15:47:33 +02002163 border-color: #D0DFF1 !important;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002164 color: #1B3E6F !important; */
shadyb3c61a62020-02-16 15:47:33 +02002165}
2166.package-view-title {
2167 font-size: 11px;
2168 color: #1B3E6F;
2169 font-weight: bold;
2170 margin-bottom: 5px;
2171 margin-top: 20px;
2172}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002173.package-view-title+p{
shadyb3c61a62020-02-16 15:47:33 +02002174 font-size: 11px;
2175 margin-bottom: 0px;
2176}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002177.package-view-title+ul{
shadyb3c61a62020-02-16 15:47:33 +02002178 margin-bottom: 0px;
2179}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002180.package-view-button .btn-outline-secondary i{
shadyb3c61a62020-02-16 15:47:33 +02002181 font-size: 18px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002182 margin-right: 4px;
shadyb3c61a62020-02-16 15:47:33 +02002183}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002184.card.creat-card{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002185 margin: 0;
2186 border-radius: 2px;
2187 border: 0;
2188 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2189}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002190.card.creat-card .single-line{
shadyb85e6de2020-01-22 13:47:41 +02002191 padding: 15px 25px 15px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002192}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002193.card.creat-card .single-line-model{
shadyb3c61a62020-02-16 15:47:33 +02002194 padding: 0px;
2195}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002196.card.creat-card .editor-container{
shadyb3c61a62020-02-16 15:47:33 +02002197 padding: 25px;
2198}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002199.single-line label{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002200 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002201}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002202.single-line-model label{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002203 margin-bottom: 0px;
2204 border-bottom: 1px solid #FAFAFA;
2205 padding: 15px 25px;
2206}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002207.single-line-model .label-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002208 width: 325px;
2209}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002210.single-line-model .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002211 width: calc(100% - 325px);
2212}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002213.single-line-model input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002214 border-bottom: 1px solid #FAFAFA !important;
2215 padding: 15px 25px 15px 0px;
2216}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002217.customKeyTitle span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002218 color: #C3CDDB !important;
2219 font-size: 11px;
2220}
2221.single-line-model input:focus,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002222.single-line-custom-key input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002223 border-bottom-color: #1B3E6F !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002224 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2225 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
2226 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002227}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002228.model-note-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002229 width: calc(100% - 325px);
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002230 padding: 0px 25px 0px 0px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002231 margin-left: 325px;
2232}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002233.error-message{
2234 font-size:11px ;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002235 color: #FF6469;
2236}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002237.tages-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002238 margin-bottom: 25px;
2239}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002240.tag-notes{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002241 font-size: 11px;
2242 color: #C3CDDB;
2243 padding: 5px 25px 5px 0px;
2244 margin-bottom: 5px;
2245}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002246 .single-tage{
2247 background: #E0E8F2;
2248 font-size: 13px;
2249 color: #1B3E6F;
2250 border-radius: 50px;
2251 padding: 5px 10px;
2252 margin-right:10px;
2253 margin-bottom: 10px;
2254 }
2255 .single-tage a{
2256 color: #1B3E6F;
2257 font-size: 14px;
2258 }
2259 .label-name{
2260 width: 300px;
2261 display: inline-block;
2262 margin-bottom: 0px;
2263 font-size: 13px;
2264 font-weight: bold;
2265 }
2266 .label-name span{
2267 color:#FF6469 ;
2268 }
2269 .delete-key{
2270 color: #FF6469;
2271 font-size: 10px;
2272 background: #FFE6E7;
2273 border: 1px solid #FFC9CB;
2274 padding: 3px 10px 2px;
2275 margin-left: 10px;
2276 border-radius: 5px;
2277 }
2278 .delete-key:hover{
2279 color: #C94448;
2280 background: #FFC9CB;
2281 border: 1px solid #FF6469;
2282 text-decoration: none;
2283 }
2284 .label-input{
2285 width: calc(100% - 300px);
2286 display: inline-block;
2287 }
2288.form-check-input{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002289 margin-left: 0px !important;
2290 margin-top: 2px !important;
2291}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002292.form-check-input+span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002293 margin-left: 20px;
2294 margin-right: 50px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002295 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02002296 display: flex;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002297}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002298.form-check-input+span i{
shadyb3c61a62020-02-16 15:47:33 +02002299 margin-right: 5px;
2300 margin-left: 5px;
2301}
2302
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002303.label-input input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002304 margin-bottom: 0px;
2305 outline: 0px;
2306 border: 0px;
2307 font-size: 14px;
2308 width: 100%;
2309 color: #1B3E6F;
2310 transition: all 250ms ease-out;
2311}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002312.label-input input:focus{
2313 border-bottom: solid 1px #1B3E6F;
2314 background: transparent !important;
2315 -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2316 -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2317 box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
2318 text-shadow: none;
2319}
2320.label-input input:disabled{
2321 background: #fff;
2322 opacity: .5;
2323}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002324.label-input input[type=radio]{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002325 width: auto;
2326}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002327.label-input input[type=radio]+span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002328 font-size: 12px;
2329 display: block;
2330 margin-right: 100px;
2331}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002332.single-line select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002333 margin-bottom: 0px;
2334 padding-left: 10px;
2335 padding-right: 50px;
2336 outline: 0px;
2337 border: solid 1px #EEF4F9;
2338 background: none;
2339 background: url(/assets/img/arrow.svg) 90% center #F4F9FE no-repeat;
2340 background-size: 10px;
2341 width: auto;
2342 -webkit-appearance: none;
2343 -moz-appearance: none;
2344 text-indent: 0;
2345 text-overflow: '';
2346 font-size: 13px;
2347 color: #1B3E6F;
2348}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002349.single-line select:focus{
2350 box-shadow: 0 0 0 0;
2351}
2352.single-line select option:first-child{
2353 color: #C3CDDB;
2354}
2355.single-line-model input::placeholder{
2356 font-size: 14px;
2357 color: #C3CDDB;
2358}
2359.single-line-model.error{
2360 color:#FF6469;
2361}
2362.single-line-model.error input,
2363.label-input input.ng-invalid{
2364 box-shadow: none;
2365 color:#FF6469;
2366 border-bottom: 1px solid #FF6469 !important;
2367}
2368.single-line .custom-key{
2369 background: none;
2370 border: 0px;
2371 color:#1273EB ;
2372 font-size: 15px;
2373}
2374.single-line .custom-key:focus{
2375 outline: none;
2376}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002377.creat-container{
2378 padding:70px 100px 70px 70px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002379 position: relative;
2380}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002381.single-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002382 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002383 margin-bottom: 21px;
shadyb3c61a62020-02-16 15:47:33 +02002384}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002385.single-line-custom-key{
shadyb3c61a62020-02-16 15:47:33 +02002386 width: 45%;
2387 display: inline-block;
2388}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002389.single-line-custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002390 width: 10%;
2391 display: inline-block;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002392 border-bottom: 1px solid #FAFAFA;
2393 padding: 13px 12px 14px;
shadyb3c61a62020-02-16 15:47:33 +02002394}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002395.single-line-custom-key label{
shadyb3c61a62020-02-16 15:47:33 +02002396 width: 150px;
2397 margin-bottom: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002398 border-bottom: 1px solid #FAFAFA;
shadyb3c61a62020-02-16 15:47:33 +02002399 padding: 15px 25px;
2400}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002401.single-line-custom-key input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002402 border-bottom: 1px solid #FAFAFA !important;
2403 padding: 15px 25px 15px 0;
shadyb3c61a62020-02-16 15:47:33 +02002404}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002405.single-line-custom-key input::placeholder{
shadyb3c61a62020-02-16 15:47:33 +02002406 font-size: 14px;
2407 color: #C3CDDB;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002408}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002409.single-line-custom-key .label-input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002410 width: calc(100% - 150px);
2411}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002412.single-line-custom-key .label-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002413 color: #C3CDDB !important;
2414 margin-right: 20px;
2415}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002416.custom-key-delete{
shadyb3c61a62020-02-16 15:47:33 +02002417 background: transparent;
2418 color: #FF6469;
2419 outline: 0px;
2420 border: 0px;
2421}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002422.custom-key-delete:focus{
shadyb3c61a62020-02-16 15:47:33 +02002423 outline: 0px;
2424 border: 0px;
2425}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002426hr{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002427 margin-top: 0rem !important;
2428 margin-bottom: 0rem !important;
2429 border-top: 1px solid #efefef !important;
2430}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002431.creat-action-container{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002432 position: fixed;
2433 right: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002434 top: 104px;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002435 width: 130px;
2436 text-align: center;
2437}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002438.action-button{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002439 display: inline-block;
2440 width: 70px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002441 margin-bottom: 12px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002442 color: #BABBC3 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002443 font-size: 10px;
2444 font-weight: bold;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002445 background: transparent;
2446 border: 0;
2447 padding: 0;
2448}
2449.action-button:disabled,
2450.action-button:disabled:hover{
2451 cursor: unset;
2452 opacity: .5 !important;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002453}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002454.action-button:hover{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002455 text-decoration: none;
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002456 cursor: pointer;
shaaban Altananyba3756e2020-01-07 12:08:44 +02002457}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002458.action-button i{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002459 background: #fff;
2460 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2461 width: 40px;
2462 height: 40px;
2463 text-align: center;
2464 line-height: 40px;
2465 border-radius: 40px;
2466 color: #1B3E6F;
2467 font-size: 17px;
2468 display: inline-block;
2469}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002470.action-button i:hover{
2471 background: #dee2e6;
2472}
2473.action-button i.icon-save-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002474 background: #1273EB;
2475 color: #fff;
2476 font-size: 11px;
2477}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002478.action-button i.icon-discard-sm{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002479 font-size: 11px;
2480 color: #C3CDDB;
2481}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002482/* .action-button.save{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002483 color: #1273EB !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02002484}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002485.action-button.save:hover{
2486 opacity: .9;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002487} */
2488
2489
2490.action-button.save{
2491 color: #66BB00 !important;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002492}
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02002493/*Flash Glowing button style*/
2494.action-button.save i{
2495background-color: #66BB00;
2496-webkit-animation: glowing 1500ms infinite;
2497-moz-animation: glowing 1500ms infinite;
2498-o-animation: glowing 1500ms infinite;
2499animation: glowing 1500ms infinite;
2500}
2501@-webkit-keyframes glowing {
2502 0% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2503 50% { background-color: #7CD116; -webkit-box-shadow: 0 0 40px #7CD116; }
2504 100% { background-color: #66BB00; -webkit-box-shadow: 0 0 3px #66BB00; }
2505}
2506
2507@-moz-keyframes glowing {
2508 0% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2509 50% { background-color: #7CD116; -moz-box-shadow: 0 0 40px #7CD116; }
2510 100% { background-color: #66BB00; -moz-box-shadow: 0 0 3px #66BB00; }
2511}
2512
2513@-o-keyframes glowing {
2514 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2515 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2516 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2517}
2518
2519@keyframes glowing {
2520 0% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2521 50% { background-color: #7CD116; box-shadow: 0 0 40px #7CD116; }
2522 100% { background-color: #66BB00; box-shadow: 0 0 3px #66BB00; }
2523}
2524
2525
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002526/* .action-button.delete i{
shadyb3c61a62020-02-16 15:47:33 +02002527 color: #BABBC3;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02002528} */
2529.action-button.delete,
2530.action-button.delete i,
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002531.action-button.delete:hover,
2532.action-button.delete:hover .icon-delete-sm{
2533 color: #FF6469 !important;
shadyb3c61a62020-02-16 15:47:33 +02002534}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002535.mode-icon{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002536 font-size: 20px;
2537}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002538
2539/*MODAL*/
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002540.modal-dialog{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002541 margin-top: 60px !important;
2542}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002543.modal{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002544 z-index: 11000000 !important;
2545 background: rgba(27, 62, 111, 0.10) !important;
2546}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002547.modal-content{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002548 border-radius: 2px !important;
2549 border: 0 !important;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002550 box-shadow: 0 2px 6px rgba(47, 83, 151, .10);;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002551}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002552.modal-title{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002553 font-size: 14px !important;
2554}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002555.modal-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002556 padding: 1.5rem 1.5rem 1rem !important;
2557}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002558.enrichModal .modal-dialog{
2559 max-width: 60% !important;
2560}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002561.modal-body p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002562 font-size: 14px;
2563}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002564.modal-body p span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002565 color: #FF6469;
2566}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002567.modal-header{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002568 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002569 padding: .7rem 1.5rem !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002570}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002571.modal-footer{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002572 padding-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002573 border-top: 0 !important;
2574}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002575.modal-footer .btn{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002576 padding: 8px 15px;
2577 font-weight: bold;
2578 font-size: 12px;
2579 border: 0 !important;
2580}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002581.modal-footer .btn-primary{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002582 background-color: #1B3E6F !important;
2583}
2584.modal-footer .btn-secondary,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002585.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002586 background-color: transparent;
2587 color: #1273EB;
2588 opacity: .8;
2589}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002590.modal-footer .btn-secondary:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002591 opacity: 1;
2592}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002593.modal-footer .btn-secondary:active{
Sarah Abouzainah95d1cdf2020-04-27 23:15:46 +02002594 background-color: #E7F1FC !important;
2595 color: #1B3E6F !important;
2596}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002597.btn-modal-remove-file:hover{
2598 cursor: pointer;
2599}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002600.action-button span{
shaaban Altananyba3756e2020-01-07 12:08:44 +02002601 width: 100%;
2602 display: inline-block;
2603 margin-top: 5px;
2604}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002605.creat-action-container hr{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002606 margin: 0 46px;
2607 padding-bottom: 18px;
2608}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002609.btn-link:hover, .btn-link:focus{
shaaban Altananyc133b832020-01-09 10:15:28 +02002610 text-decoration: none !important;
2611}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002612.btn-link::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002613 content: "\f107";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002614 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002615 position: relative;
2616 margin-right: 20px;
2617}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002618.btn-link.collapsed::before{
shaaban Altananyc133b832020-01-09 10:15:28 +02002619 content: "\f105";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002620 font-family:'FontAwesome';
shaaban Altananyc133b832020-01-09 10:15:28 +02002621 position: relative;
shadyb85e6de2020-01-22 13:47:41 +02002622 margin-right: 25px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002623}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002624.btn-link i{
shaaban Altananyc133b832020-01-09 10:15:28 +02002625 margin-right: 10px;
2626}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002627.ngx-file-drop__content{
shaaban Altananyc133b832020-01-09 10:15:28 +02002628 background: #F4F9FE;
2629 padding: 20px;
2630 height: auto !important;
2631 display: inline-block !important;
2632 width: 100%;
2633}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002634.ngx-file-drop__drop-zone{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002635 border: 1px dashed #D7E7F9 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002636 border-radius: 0px !important;
2637 height: auto !important;
2638}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002639.folder-upload{
shaaban Altananyc133b832020-01-09 10:15:28 +02002640 width: 100%;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002641 margin: 15px auto 18px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002642 display: inline-block;
2643 text-align: center;
2644}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002645.btn-group-sm>.btn, .btn-sm{
shadyb85e6de2020-01-22 13:47:41 +02002646 font-size: 12px;
2647}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002648.create-title{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002649 margin-bottom: 0;
shadyb85e6de2020-01-22 13:47:41 +02002650 font-size: 14px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002651 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002652 /* text-transform: uppercase; */
2653 line-height: 32px;
shadyb85e6de2020-01-22 13:47:41 +02002654}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002655.folder-upload-text{
shaaban Altananyc133b832020-01-09 10:15:28 +02002656 margin-top: 10px;
2657 width: 100%;
2658 display: inline-block;
2659 text-align: center;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002660 color:#242424 ;
shadyb85e6de2020-01-22 13:47:41 +02002661 font-size: 14px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002662}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002663.folder-upload-text button{
shaaban Altananyc133b832020-01-09 10:15:28 +02002664 margin-left: 10px;
2665 font-size: 12px;
2666}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002667.folder-upload-type{
2668 color:#A4B2C6 ;
shaaban Altananyc133b832020-01-09 10:15:28 +02002669 font-size: 10px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002670 font-weight: bold;
shaaban Altananyc133b832020-01-09 10:15:28 +02002671 width: 100%;
2672 display: inline-block;
2673 text-align: center;
2674}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002675.upload-table{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002676 margin: 15px 0 0;
2677}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002678.upload-table tr{
2679 border: dashed 1px #D7E7F9;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002680}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002681.upload-table tr th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002682 border-bottom: solid 1px #F4F9FE !important;
2683}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002684.upload-table .table thead th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002685 padding: 6px 9px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002686 border-top: 0px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002687 font-weight: normal;
2688 font-size: 13px;
2689}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002690.upload-table .table thead th:first-child{
2691 width: 24px;
2692 padding-right: 0;
2693}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002694.upload-table tr:last-child th{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002695 border-bottom: 0 !important;
shaaban Altananyc133b832020-01-09 10:15:28 +02002696}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002697.upload-table .table{
shaaban Altananyc133b832020-01-09 10:15:28 +02002698 margin-bottom: 0px !important;
2699}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002700.nav-tabs .nav-link{
shaaban Altananyc133b832020-01-09 10:15:28 +02002701 position: relative;
2702}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002703.nav-tabs .nav-link.tab-done{
shadyb3c61a62020-02-16 15:47:33 +02002704 padding-left: 40px !important;
2705}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002706.nav-tabs .nav-link.tab-done::after{
shaaban Altananyc133b832020-01-09 10:15:28 +02002707 content: "\f058";
2708 position: absolute;
2709 font-family: 'FontAwesome';
shadyb3c61a62020-02-16 15:47:33 +02002710 left: 17px;
shaaban Altananyc133b832020-01-09 10:15:28 +02002711 font-size: 16px;
2712 top: 11px;
2713 color: #66BB00;
2714}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002715.authentication-container-all{
shadyb85e6de2020-01-22 13:47:41 +02002716 background: #F4F9FE;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002717 border:1px solid #D0DFF1 ;
shadyb85e6de2020-01-22 13:47:41 +02002718 flex: 1;
2719 width: 100%;
2720}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002721.authentication-header{
shadyb85e6de2020-01-22 13:47:41 +02002722 width: 100%;
2723 background: #fff;
2724 font-size: 12px;
2725 color: #C3CDDB;
2726 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002727 padding: 10px 20px ;
shadyb85e6de2020-01-22 13:47:41 +02002728}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002729.authentication-search{
shadyb85e6de2020-01-22 13:47:41 +02002730 width: 100%;
2731 background: #fff;
2732 font-size: 12px;
2733 color: #C3CDDB;
2734 font-weight: bold;
2735 position: relative;
2736}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002737.authentication-search::after{
shadyb85e6de2020-01-22 13:47:41 +02002738 content: "\f002";
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002739 font-family: 'FontAwesome';
2740 position: absolute;
2741 left: 20px;
2742 top: 11px;
shadyb85e6de2020-01-22 13:47:41 +02002743}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002744.authentication-search input{
shadyb85e6de2020-01-22 13:47:41 +02002745 width: 100%;
2746 background: #fff;
2747 font-size: 12px;
2748 color: #C3CDDB;
2749 font-weight: bold;
2750 padding: 10px 20px 10px 35px;
2751 border: 0px;
2752 border-top: 1px solid #D7E7F9;
2753}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002754.authentication-search input::placeholder{
shadyb85e6de2020-01-22 13:47:41 +02002755 color: #D0D7E4;
2756 font-size: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002757 font-weight:100;
shadyb85e6de2020-01-22 13:47:41 +02002758}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002759.authentication-accordion{
2760 width: 100%;
shadyb85e6de2020-01-22 13:47:41 +02002761 padding: 20px;
2762 max-height: 300px;
2763 overflow: auto;
2764}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002765.authentication-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002766 border-radius: 0px !important;
2767 margin-bottom: 10px !important;
2768}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002769.authentication-accordion .card-header{
shadyb85e6de2020-01-22 13:47:41 +02002770 padding: 0px !important;
2771 background: #fff !important;
2772 border-radius: 0px !important;
2773 font-size: 18px;
2774 font-weight: bold;
2775}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002776.authentication-accordion .card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002777 color: #1B3E6F;
2778 width: 100%;
2779 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002780 padding: 9px 0px !important;
2781 font-size: 13px;
2782 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002783}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002784.authentication-accordion .custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002785 display: inline-block;
2786}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002787.authentication-accordion .btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002788 margin-right: 10px;
2789}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002790.authentication-accordion .btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002791 margin-right: 14px;
2792}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002793.template-mapping-accordion{
shadyb85e6de2020-01-22 13:47:41 +02002794 width: 100%;
2795}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002796.templateNote{
2797 font-size: 12px;
2798 color: #C1CDDD;
2799}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002800.card-header .btn.regularTitle{
2801 padding-left: 0 !important;
2802 padding-right: 0 !important;
2803 color: #1B3E6F;
2804 font-size: 13px;
2805 font-weight: bold;
2806}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002807.template-mapping-accordion .accordian-title{
2808 color: #C3CDDB !important;
2809 font-size: 12px !important;
2810 font-weight: normal !important;
2811}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002812.card{
shadyb85e6de2020-01-22 13:47:41 +02002813 border-radius: 2px;
2814 border: 0;
2815 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
2816 border: 0px !important;
2817}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002818.card-header{
shadyb3c61a62020-02-16 15:47:33 +02002819 padding: 0px 25px !important;
shadyb85e6de2020-01-22 13:47:41 +02002820 background: #F4F9FE !important;
2821 border-radius: 0px !important;
2822 border-bottom: 1px solid #ECEDF2 !important;
2823}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002824.template-mapping-accordion .card-body{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002825 padding: 20px 26px 0 !important;
shadyb85e6de2020-01-22 13:47:41 +02002826 font-size: 14px;
2827}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002828.card-header .btn-link{
shadyb85e6de2020-01-22 13:47:41 +02002829 color: #1B3E6F;
2830 width: 100%;
2831 text-align: left;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002832 padding: 9px 0px !important;
2833 font-size: 13px;
2834 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002835}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002836.accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002837 margin-bottom: 0px !important;
2838 border-top: 1px solid #ECEDF2 !important;
2839}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002840.accordion > .card > .card-header{
2841 padding: 0 !important;
2842}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002843.template-mapping-accordion .card{
shadyb85e6de2020-01-22 13:47:41 +02002844 margin-bottom: 25px !important;
2845}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002846.custom-control{
shadyb85e6de2020-01-22 13:47:41 +02002847 display: inline-block;
2848}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002849.btn-link::before{
shadyb85e6de2020-01-22 13:47:41 +02002850 margin-right: 10px;
2851}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002852.btn-link.collapsed::before{
shadyb85e6de2020-01-22 13:47:41 +02002853 margin-right: 14px;
2854}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002855.drap-drop-action{
shadyb85e6de2020-01-22 13:47:41 +02002856 padding: 12px 20px 9px 20px;
2857 color: #C3CDDB;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002858 cursor:move;
shadyb85e6de2020-01-22 13:47:41 +02002859 font-size: 15px;
2860}
2861.modal-title {
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002862 font-size: 13px;
2863 font-weight: bold;
shadyb85e6de2020-01-22 13:47:41 +02002864}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002865.select-type{
shadyb85e6de2020-01-22 13:47:41 +02002866 background: #F4F9FE;
2867 border: 1px solid #D7E7F9;
2868 padding: 10px;
2869 text-align: center;
2870 color: #1273EB;
2871 font-size: 15px;
2872 width: 100%;
2873 position: relative;
2874}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002875.select-type:hover, .select-type.active{
shadyb85e6de2020-01-22 13:47:41 +02002876 background: #1B3E6F;
2877 border: 1px solid #D7E7F9;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002878 color: #fff;
shadyb85e6de2020-01-22 13:47:41 +02002879 text-decoration: none;
2880}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002881.select-type-icon{
shadyb85e6de2020-01-22 13:47:41 +02002882 font-size: 35px;
2883}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002884.select-type::before{
shadyb85e6de2020-01-22 13:47:41 +02002885 content: '';
2886 border: 1px solid #1273EB;
2887 width: 18px;
2888 height: 18px;
2889 border-radius: 18px;
2890 display: inline-block;
2891 left: 10px;
2892 position: absolute;
2893}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002894.select-type:hover::before, .select-type.active::before{
shadyb85e6de2020-01-22 13:47:41 +02002895 border: 1px solid #fff;
2896}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002897.select-type.active::after{
shadyb85e6de2020-01-22 13:47:41 +02002898 content: '';
2899 background: #fff;
2900 width: 12px;
2901 height: 12px;
2902 border-radius: 18px;
2903 display: inline-block;
2904 left: 13px;
2905 position: absolute;
2906 top: 13px;
2907}
Sarah Abouzainah95c95202020-07-05 19:45:40 +02002908.ace_scroller{
2909 overflow: auto !important;
2910}
2911.ace_print-margin{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002912 left: 100% !important;
shadyb3c61a62020-02-16 15:47:33 +02002913 background: #eee !important;
2914}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002915.ace_content{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002916 width: 100% !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002917}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002918.ace_editor{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002919 height: 55vh !important;
shadyb3c61a62020-02-16 15:47:33 +02002920 line-height: 25px;
2921 border: 1px solid #ECEDF2;
2922 background-color: #fff;
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002923 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002924}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002925.ace_gutter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002926 background: #E0E8F2 !important;
2927 border-right: 0px !important;
2928 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002929}
Sarah Abouzainah75680a72020-07-16 17:52:00 +02002930.ace_gutter-active-line{
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002931 background-color: #265699 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002932 color: #fff;
shadyb3c61a62020-02-16 15:47:33 +02002933}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002934.ace_cursor{
2935 color: #265699 !important;
shadyb3c61a62020-02-16 15:47:33 +02002936}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02002937.ace-tm .ace_marker-layer .ace_active-line{
2938 background: #F4F9FE !important;
shadyb3c61a62020-02-16 15:47:33 +02002939}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002940.breadcrumb-header{
shadyb3c61a62020-02-16 15:47:33 +02002941 padding: 0px;
2942 margin: 0px;
2943}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002944.breadcrumb-header li{
shadyb3c61a62020-02-16 15:47:33 +02002945 list-style: none;
2946 display: inline-block;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02002947 font-size: 14px;
shadyb3c61a62020-02-16 15:47:33 +02002948}
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002949
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002950.breadcrumb-header li:last-child::after{
shadyb3c61a62020-02-16 15:47:33 +02002951 display: none;
2952}
2953
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002954.breadcrumb-header li:last-child{
2955/* background: #F4F9FE; */
2956border-radius: 50px;
2957color: #C3CDDB;
2958padding: 0 10px 0 0;
shadyb3c61a62020-02-16 15:47:33 +02002959}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002960.breadcrumb-header li:first-child,
2961.breadcrumb-header li:first-child a{
shadyb3c61a62020-02-16 15:47:33 +02002962 font-size: 16px;
2963 font-weight: bold;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002964 padding: 0px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02002965 color: #1B3E6F !important;
shadyb3c61a62020-02-16 15:47:33 +02002966 border-radius: 0px;
2967 background: transparent;
shadyb3c61a62020-02-16 15:47:33 +02002968}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002969.create-template-import{
shadyb3c61a62020-02-16 15:47:33 +02002970 width: 100%;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002971 margin: 30px 0px 10px ;
shadyb3c61a62020-02-16 15:47:33 +02002972}
2973
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002974.create-template-import a:hover{
shadyb3c61a62020-02-16 15:47:33 +02002975 text-decoration: none;
2976}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002977.mapping-source-load{
shadyb3c61a62020-02-16 15:47:33 +02002978 color: #1B3E6F;
2979 font-size: 10px;
2980 font-weight: bold;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02002981 display: inline-block;
2982 vertical-align: top;
shadyb3c61a62020-02-16 15:47:33 +02002983 margin-top: 20px;
2984 margin-bottom: 10px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002985 margin:15px 30px 20px;
shadyb3c61a62020-02-16 15:47:33 +02002986}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02002987.mapping-source-load:hover{
shadyb3c61a62020-02-16 15:47:33 +02002988 text-decoration: none;
2989}
2990.mapping-source-load i {
2991 color: #1B3E6F;
2992 font-size: 36px;
2993 padding: 10px;
shadyb3c61a62020-02-16 15:47:33 +02002994 border-radius: 100px;
2995 width: 70px;
2996 height: 70px;
2997 display: inline-block;
2998 line-height: 52px;
2999 margin-bottom: 20px;
3000}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003001.mapping-source-load:hover i{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003002 background: #F4F9FE;
3003}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003004.mapping-source-load:hover span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003005 color: #1273EB;
3006}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003007.source-load-note{
3008 color:#C3CDDB ;
shadyb3c61a62020-02-16 15:47:33 +02003009 font-size: 8px;
3010}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003011.mapping-source-load.hover-disable{
3012 opacity: .5;
3013}
3014.mapping-source-load.hover-disable:hover span{
3015 color: #1B3E6F;
3016}
3017.mapping-source-load.hover-disable:hover i{
3018 background: transparent;
3019}
Sarah Abouzainah42185842020-09-28 15:52:12 +02003020.mapping-editBar{
3021 margin-bottom: 1rem;
3022}
3023.mapping-editBar .custom-checkbox,
3024.mapping-editBar .btn{
3025 margin: 0 4px !important;
3026 padding: 9px !important;
3027 width: 36px;
3028 height: 36px;
3029 background: #F4F9FE;
3030 border-radius: 50% !important;
3031 text-align: center;
3032 line-height: 14px;
3033}
3034.mapping-editBar .custom-checkbox{
3035 margin-left: 0 !important;
3036}
3037.mapping-editBar .custom-control-label{
3038 top: -2px;
3039 left: 16px;
3040}
3041.mapping-editBar .btn i{
3042 color: #1B3E6F;
3043 font-size: 18px;
3044 opacity: .5;
3045}
3046.mapping-editBar .custom-checkbox:hover,
3047.mapping-editBar .btn:hover i{
3048 opacity: 1;
3049}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003050.template-mapping-list{
shadyb3c61a62020-02-16 15:47:33 +02003051 background: #F4F9FE;
3052 border: 1px solid #E9F3FF;
3053 padding: 5px 10px;
3054 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3055 width: 100%;
3056 display: inline-block;
3057 margin-bottom: 20px;
3058 color: #1B3E6F;
3059}
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003060.template-mapping-list:hover,
3061.template-mapping-list.active {
3062 /* background: #1B3E6F; */
shadyb3c61a62020-02-16 15:47:33 +02003063 text-decoration: none;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003064 /* color: #fff !important; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003065 border-radius: 4px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003066 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
shadyb3c61a62020-02-16 15:47:33 +02003067}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003068.template-mapping-list p,
3069.template-mapping-list:hover p{
3070 margin-bottom: 0;
3071 width: 60%;
3072 display: inline-block !important;
3073}
3074.template-mapping-list:hover p{
3075 width: 90%;
3076}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003077.template-mapping-list:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003078 opacity: .9;
3079}
3080
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003081.template-mapping-list span{
shadyb3c61a62020-02-16 15:47:33 +02003082 background: #fff;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003083 border: solid 1px #E9F3FF;
shadyb3c61a62020-02-16 15:47:33 +02003084 color: #2A81ED;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003085 font-size: 9px;
shadyb3c61a62020-02-16 15:47:33 +02003086 float: right;
3087 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003088 padding: 3px 10px;
shadyb3c61a62020-02-16 15:47:33 +02003089 margin-left: 5px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003090}
3091.template-mapping-list:hover span{
3092 display: none;
3093}
3094.deleteTemplate{
3095 display: none;
3096 position: absolute;
3097 right: 21px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003098 top: 2px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003099 border: 0;
3100 background: transparent;
3101}
3102.deleteTemplate i{
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003103 color: #FF6469 !important;
3104 font-size: 16px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003105}
3106.template-mapping-list:hover .deleteTemplate{
3107 display: inline;
shadyb3c61a62020-02-16 15:47:33 +02003108}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003109.max-height-list{
shadyb3c61a62020-02-16 15:47:33 +02003110 max-height: 232px;
3111 padding-bottom: 5px !important;
3112 overflow: auto;
3113}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003114.create-template-mapping-button{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003115 background: #C3CDDB;
3116 border-radius: 50px;
3117 font-size: 12px;
3118 font-weight: bold;
3119 padding: 10px 20px;
3120 margin-bottom: 20px;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003121 display: inline-block;
3122 cursor: pointer;
shadyb3c61a62020-02-16 15:47:33 +02003123}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003124.create-template-mapping-button i{
3125margin-right: 5px;
3126 }
3127.view-package-container{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003128 padding: 20px 56px;
shadyb3c61a62020-02-16 15:47:33 +02003129}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003130.package-type-icon{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003131 color: #1B3E6F;
3132 background: #C1CDDD;
3133 width: 48px;
3134 height: 48px;
3135 border-radius: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003136 display: inline-block;
3137 text-align: center;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003138 line-height: 48px;
shadyb3c61a62020-02-16 15:47:33 +02003139 font-size: 20px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003140 /* margin-right: 20px; */
shadyb3c61a62020-02-16 15:47:33 +02003141}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003142.defintionsNote{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003143 padding-left: 0;
3144}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003145.defintionsNote li{
Sarah Abouzainah3ce18432020-04-13 16:08:31 +02003146 line-height: 24px;
3147 list-style: none;
3148 font-size: 13px;
3149}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003150.package-name-container{
shadyb3c61a62020-02-16 15:47:33 +02003151 width: calc(100% - 60px);
3152 display: inline-block;
3153}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003154.package-name{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003155 font-size: 16px;
3156 color: #1B3E6F;
3157 font-weight: bold;
3158 margin-top: 3px;
shadyb3c61a62020-02-16 15:47:33 +02003159}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003160.package-name span{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003161 font-size: 11px;
shadyb3c61a62020-02-16 15:47:33 +02003162}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003163.package-name i{
shadyb3c61a62020-02-16 15:47:33 +02003164 font-size: 12px;
3165 color: #C3CDDB;
3166 margin-left: 5px;
3167}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003168.deply-status-icon{
Sarah Abouzainah95c95202020-07-05 19:45:40 +02003169 margin-right: 4px;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003170 width: 1.6%;
3171 vertical-align: baseline;
shadyb3c61a62020-02-16 15:47:33 +02003172}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003173.package-description{
shadyb3c61a62020-02-16 15:47:33 +02003174 color: #D0D7E4;
3175 font-size: 12px;
3176 font-weight: normal;
3177}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003178.package-auth-info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003179 font-size: 11px;
3180}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003181.package-auth-info p{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003182 margin-bottom: 5px;
3183}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003184.package-auth-info div{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003185 padding-left: 25px;
3186 border-right: solid 1px #F4F9FE;
3187}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003188.package-auth-info div:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003189 padding-left: 15px;
3190}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003191.package-auth-info .col-4:first-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003192 padding-left: 15px;
3193}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003194.package-auth-info div:last-child{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003195 border-right: 0;
3196}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003197.package-auth-info .package-contributers{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003198 margin-bottom: 0 !important;
3199}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003200.package-auth-info .package-contributers button img{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003201 width: 20px;
3202 height: 20px;
3203}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003204.template-mapping-action{
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003205 margin-bottom: 20px;
shadyb3c61a62020-02-16 15:47:33 +02003206}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003207.template-mapping-action button{
shadyb3c61a62020-02-16 15:47:33 +02003208 border-radius: 50px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003209 padding: 4px 20px;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003210 font-size: 13px;
shadyb3c61a62020-02-16 15:47:33 +02003211}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003212.template-mapping-action .btn-primary{
Sarah Abouzainah42185842020-09-28 15:52:12 +02003213 background:#66BB00 !important ;
3214 border-color:#66BB00 !important ;
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003215 color: #fff !important ;
shadyb3c61a62020-02-16 15:47:33 +02003216}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003217.template-mapping-action .btn-outline-secondary{
3218 background:#fff !important ;
3219 border-color:#ECEDF2 !important ;
3220 color: #C3CDDB !important ;
shadyb3c61a62020-02-16 15:47:33 +02003221}
Sarah Abouzainah56ce1442020-07-10 03:07:45 +02003222.template-mapping-action .btn-outline-secondary:hover{
3223 color: #1B3E6F !important;
3224}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003225.table-container{
shadyb3c61a62020-02-16 15:47:33 +02003226 width: 100%;
3227}
3228/*
3229 server-side-angular-way.component.css
3230*/
3231.no-data-available {
3232 text-align: center;
3233}
3234
3235/*
3236 src/styles.css (i.e. your global style)
3237*/
3238.dataTables_empty {
3239 display: none;
3240}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003241.dataTables_length,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003242.dataTables_filter{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003243 margin-bottom: 6px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003244 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003245 font-size: 13px;
Sarah Abouzainahefcfc482020-05-18 15:38:56 +02003246 /* font-weight: bold; */
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003247}
3248
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003249.dataTables_filter input{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003250 color: #1B3E6F;
3251 background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003252 padding: 4px 9px 4px 24px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003253 border: solid 1px #ECEDF2;
3254 border-radius: 4px;
3255}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003256.dataTables_filter input:focus{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003257 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3258}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003259.mapping-table th,
3260.mapping-table td{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003261 width: auto !important;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003262 padding: 7px 20px 7px 0 !important;
3263 border-bottom: solid 1px #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003264 font-size: 13px;
3265}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003266.mapping-table th:first-child,
3267.mapping-table td:first-child{
3268 padding-left: 20px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003269}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003270.mapping-table thead th{
3271 border-bottom-color: #ECEDF2 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003272}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003273.mapping-table tbody tr:hover{
3274 background-color: #F4F9FE !important;
3275}
3276.mapping-table th{
3277 padding-top: 10px !important;
3278 padding-bottom: 10px !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003279 background: #F4F9FE;
3280}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003281.mapping-table td{
3282 border-top: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003283}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003284table.dataTable.no-footer{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003285 margin-bottom: 9px;
3286 border-bottom: solid 1px #ECEDF2 !important;
3287}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003288.dataTables_info{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003289 padding-top: 12px;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003290 color: #1B3E6F !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003291 font-size: 13px;
3292 font-weight: bold;
3293}
Sarah Abouzainah98600832020-04-22 22:55:39 +02003294.dataTables_wrapper .dataTables_paginate,
3295.dataTables_wrapper .dataTables_paginate a.paginate_button,
3296.dataTables_wrapper .dataTables_paginate a.paginate_button.current,
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003297.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003298 margin-bottom: 3px;
3299 color: #1B3E6F !important;
3300 font-size: 13px;
3301 font-weight: bold;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003302 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003303}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003304.dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003305 border: 0;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003306 color: #1B3E6F !important;
3307 background: none !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003308}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003309.dataTables_wrapper .dataTables_paginate a.paginate_button{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003310 padding: 0.4em .9em !important;
3311}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003312.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003313 color: #1B3E6F !important;
3314 background: #F4F9FE !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003315 border: solid 1px #EEF4F9 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003316 border-radius: 100% !important;
3317 box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
3318 outline: 0;
3319}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003320.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003321 opacity: .6;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003322}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003323.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003324 cursor: default;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003325 background: none !important;
3326 border: 0 !important;
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003327}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003328.mapping-table .form-control,
3329.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003330 padding: 10px 6px;
3331 border-color: #EEF4F9;
3332 font-size: 14px;
3333 line-height: 12px;
3334 color: #1B3E6F;
3335}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003336.mapping-table .form-control{
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003337 box-shadow: 0 2px 4px rgba(47,83,151,0.1);
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003338}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003339.mapping-table tbody tr:hover .form-control:focus,
3340.mapping-table tbody tr:hover .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003341 background-color: #fff !important;
3342}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003343.mapping-table .custom-select{
Sarah Abouzainahc8e345b2020-04-10 14:54:02 +02003344 background-color: #F4F9FE;
3345 color: #1B3E6F;
3346}
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003347.mapping-table .form-control:disabled{
Sarah Abouzainah98600832020-04-22 22:55:39 +02003348 padding-left: 0;
3349 box-shadow: none;
3350 border: 0;
Sarah Abouzainahd2ca2612020-06-22 01:42:15 +02003351 background: transparent !important;
Sarah Abouzainah98600832020-04-22 22:55:39 +02003352 color: #1B3E6F;
3353}
AhmedEldeeb50bf566c12020-05-07 16:10:33 +02003354
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003355/* Windows View as 150% */
3356@media (resolution: 150dpi) {
3357 /* @media (-webkit-device-pixel-ratio: 1.5) { */
3358 .body-container > .container{
3359 max-width: 960px !important;
3360 }
3361}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003362/* Extra small devices (portrait phones, less than 576px) */
3363@media (max-width: 575.98px) {
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003364 .page-title{
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003365 padding: 18px;
3366 }
3367}
3368
3369/* Small devices (landscape phones, 576px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003370@media (min-width: 576px) and (max-width: 767.98px) {
3371
3372}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003373
3374/* Medium devices (tablets, 768px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003375@media (min-width: 768px) and (max-width: 991.98px) {
3376
3377}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003378
3379/* Large devices (desktops, 992px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003380@media (min-width: 992px) and (max-width: 1199.98px) {
3381
3382}
Ahmed Abbas6ee4d312019-11-20 11:32:53 +02003383
3384/* Extra large devices (large desktops, 1200px and up) */
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003385@media (min-width: 1200px) {
3386
3387}
3388
3389
3390
3391
3392
3393
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003394/* Package Wizard panel */
3395.packageWizard.panel-wrap{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003396 position: fixed;
3397 top: 100px;
3398 bottom: 0;
3399 right: 0;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003400 width: 350px;
3401 height: 200px;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003402 transform: translateX(100%);
3403 transition: .3s ease-out;
3404 z-index: 2000;
3405}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003406.packageWizard .panel{
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003407 position: absolute;
3408 top: 0;
3409 bottom: 0;
3410 left: 0;
3411 right: 0;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003412 overflow: auto;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003413 padding: 20px;
3414 padding-top: 9px;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003415 background: #1B3E6F;
3416 color: #fff;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003417 border-top: solid 6px #1273EB;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003418 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003419 border-radius: 3px !important;
3420 /* border-top-right-radius: 0 !important;
3421 border-bottom-right-radius: 0 !important; */
3422 text-align: center;
Sarah Abouzainah65a445a2020-08-27 21:38:23 +02003423}
3424
3425/* simulate panel state control --
3426this can also be triggered by a
3427class name added to the body tag.
3428Just using a checkbox sibling here
3429for simplicity
3430*/
3431[type="checkbox"]:checked ~ .panel-wrap {
3432 transform: translateX(0%);
3433}
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003434.packageWizard h3{
3435 margin-bottom: 15px;
3436 font-weight: bold !important;
3437 font-size: 16px;
3438}
3439.packageWizard p{
3440 margin-bottom: 12px;
3441 font-size: 14px;
3442}
3443.packageWizard span{
3444 font-size: 13px;
3445 color: #C3CDDB;
3446}
3447.startTour{
3448 margin-top: 15px;
3449 padding: 9px 21px;
3450 font-weight: bold;
3451 font-size: 12px;
3452 border: 0;
3453 border-radius: 18px;
3454 background-color: #1273EB;
3455 color: #fff;
3456}
3457.closeWizard{
3458 margin-top: 12px;
3459 border: 0;
3460 background: none;
3461 font-weight: normal;
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003462 color: #E0E8F2;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003463 font-size: 12px;
3464}
3465/*Wizard Content*/
3466.mat-menu-panel{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003467 box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003468 border-radius: 3px !important;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003469 border-top: solid 3px #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003470}
3471.mat-menu-panel::after {
3472 content: '';
3473 display: block;
3474 width: 0;
3475 height: 0;
3476 position: absolute;
3477 border-left: 8px solid transparent;
3478 border-right: 8px solid transparent;
Sarah Abouzainah33b6dbc2020-09-21 12:34:15 +02003479 border-bottom: 8px solid #1273EB;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003480 left: 9px;
3481 top: -8px;
3482}
3483.mat-card{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003484 background: #1B3E6F !important;
3485 color: #fff !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003486 font-family: inherit !important;
3487 border-radius: 0 !important;
3488}
3489.mat-card-content,
3490.mat-card-subtitle{
3491 font-size: 13px;
3492}
3493.mat-card-title{
3494 margin-bottom: 9px !important;
3495 font-weight: bold !important;
3496 font-size: 16px !important;
3497}
3498.mat-icon-button[disabled]{
Sarah Abouzainah28e656f2020-09-09 17:02:34 +02003499 color: rgba(224, 232, 242, .5) !important;
Sarah Abouzainah663e41d2020-09-06 21:02:08 +02003500}
Sarah Abouzainah1eedc492020-05-05 22:19:12 +02003501
3502
3503
3504
3505
3506
3507
3508