Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 1 | html, body{ |
| 2 | height: 100%; |
| 3 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 4 | body{ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 5 | background: #FAFAFA !important; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 6 | /* background-image: linear-gradient(-45deg, #000 10%, #fff 0); |
| 7 | background-size: 6px 6px; */ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 8 | margin: 0; |
shaaban Altanany | c133b83 | 2020-01-09 10:15:28 +0200 | [diff] [blame] | 9 | /* font-family: 'Nunito' !important; */ |
| 10 | font-family: Arial, Helvetica, sans-serif !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 11 | color: #1B3E6F !important; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 12 | font-size: 14px; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 13 | } |
| 14 | *:focus{ |
| 15 | outline: none; |
| 16 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 17 | /*Bootstrap*/ |
| 18 | .custom-control-label::before{ |
| 19 | border: solid 1px #1B3E6F !important; |
| 20 | border-radius: 0 !important; |
| 21 | } |
| 22 | .custom-control-input:checked ~ .custom-control-label::before{ |
| 23 | background: #1B3E6F !important; |
| 24 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 25 | |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 26 | /*Components*/ |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 27 | /* Menu Styles */ |
| 28 | .primary-nav{ |
| 29 | /* left: 0; */ |
| 30 | position: fixed; |
| 31 | z-index: 999; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 32 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 33 | .menu{ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 34 | position: relative; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 35 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 36 | .menu ul{ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 37 | margin: 0; |
| 38 | padding: 0; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 39 | list-style: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 40 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 41 | .open-panel{ |
| 42 | border: none; |
| 43 | background-color:#fff; |
| 44 | padding: 0; |
| 45 | } |
| 46 | .logo-icon{ |
| 47 | background: #fff; |
| 48 | position: relative; |
| 49 | display: block; |
| 50 | text-align: center; |
| 51 | padding: 16px 0; |
| 52 | width: 50px; |
| 53 | height: 60px; |
| 54 | left: 0; |
| 55 | top: 0; |
| 56 | z-index: 1000; |
| 57 | cursor: pointer; |
| 58 | } |
| 59 | .primary-nav .menu li{ |
| 60 | position: relative; |
| 61 | } |
| 62 | .menu .icon{ |
| 63 | position: absolute; |
| 64 | top: 12px; |
| 65 | right: 10px; |
| 66 | pointer-events: none; |
| 67 | width: 30px; |
| 68 | height: 30px; |
| 69 | color: #fff; |
| 70 | text-align: center; |
| 71 | } |
| 72 | .menu .icon .fa{ |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 73 | vertical-align: middle; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 74 | } |
| 75 | .menu, |
| 76 | .menu a, |
| 77 | .menu a:visited{ |
| 78 | color: #fff; |
| 79 | text-decoration: none!important; |
| 80 | position: relative; |
| 81 | } |
| 82 | .menu a{ |
| 83 | display: block; |
| 84 | white-space: nowrap; |
| 85 | padding: 10px 1em; |
| 86 | font-size: 12px; |
| 87 | font-weight: bold; |
| 88 | height: 52px; |
| 89 | line-height: 30px; |
| 90 | } |
| 91 | .menu a:hover{ |
| 92 | color: #fff; |
| 93 | } |
| 94 | .menu-dropdown li .icon{ |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 95 | text-align: center; |
| 96 | font-size: 16px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 97 | color: #fff; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 98 | line-height: 33px; |
| 99 | } |
| 100 | .menu-dropdown a{ |
| 101 | cursor: pointer; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 102 | } |
| 103 | .menu-dropdown li.active .icon{ |
| 104 | color: #fff; |
| 105 | background: #265699; |
| 106 | border-radius: 50%; |
| 107 | } |
| 108 | .menu-dropdown li:hover{ |
| 109 | background: #172B4D; |
| 110 | } |
| 111 | .menu label{ |
| 112 | margin-bottom: 0; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 113 | display: block; |
| 114 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 115 | .menu label:hover{ |
| 116 | cursor: pointer; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 117 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 118 | .menu input[type="checkbox"]{ |
| 119 | display: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 120 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 121 | input#menu[type="checkbox"]{ |
| 122 | display: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 123 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 124 | .sub-menu-dropdown{ |
| 125 | display: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 126 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 127 | .new-wrapper{ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 128 | position: absolute; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 129 | left: 50px; |
| 130 | width: calc(100% - 50px); |
| 131 | transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1); |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 132 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 133 | #menu:checked + ul.menu-dropdown{ |
| 134 | left: 0; |
| 135 | -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 136 | animation: all .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 137 | } |
| 138 | .sub-menu-checkbox:checked + ul.sub-menu-dropdown{ |
| 139 | display: block!important; |
| 140 | -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 141 | animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 142 | border-top: solid 2px #1B3E6F; |
| 143 | } |
| 144 | .openNav .new-wrapper{ |
| 145 | position: absolute; |
| 146 | transform: translate3d(200px, 0, 0); |
| 147 | width: calc(100% - 250px); |
| 148 | transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 149 | } |
| 150 | .downarrow{ |
| 151 | background: transparent; |
| 152 | position: absolute; |
| 153 | right: 50px; |
| 154 | top: 12px; |
| 155 | color: #fff; |
| 156 | width: 24px; |
| 157 | height: 24px; |
| 158 | text-align: center; |
| 159 | display: block; |
| 160 | } |
| 161 | .downarrow:hover{ |
| 162 | color: #fff; |
| 163 | } |
| 164 | .menu{ |
| 165 | position: absolute; |
| 166 | display: block; |
| 167 | left: -200px; |
| 168 | top: 0; |
| 169 | width: 250px; |
| 170 | height: 100vh; |
| 171 | transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1); |
| 172 | background-color: #1B3E6F; |
| 173 | z-index: 999; |
| 174 | } |
| 175 | .menu-dropdown{ |
| 176 | top: 0; |
| 177 | overflow-y: auto; |
| 178 | } |
| 179 | .overflow-container{ |
| 180 | position: relative; |
| 181 | height: calc(100vh - 60px)!important; |
| 182 | overflow-y: auto; |
| 183 | border-top: 60px solid #fff; |
| 184 | z-index: -1; |
| 185 | display:block; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 186 | } |
| 187 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 188 | .menu .logotype{ |
| 189 | position: absolute !important; |
| 190 | top: 16px; |
| 191 | left: 55px; |
| 192 | display: block; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 193 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 194 | /* .sub-menu-dropdown{ |
| 195 | background-color: #333; |
| 196 | } */ |
| 197 | .menu:hover{ |
| 198 | position: absolute; |
| 199 | left: 0; |
| 200 | top: 0; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 201 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 202 | .openNav .menu:hover{ |
| 203 | position: absolute; |
| 204 | left: -200px; |
| 205 | top: 60px; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 206 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 207 | .openNav .menu{ |
| 208 | top: 60px; |
| 209 | transform: translate3d(200px, 0, 0); |
| 210 | transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1); |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 211 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 212 | @-webkit-keyframes grow{ |
| 213 | 0% { |
| 214 | display: none; |
| 215 | opacity: 0; |
| 216 | } |
| 217 | 50% { |
| 218 | display: block; |
| 219 | opacity: 0.5; |
| 220 | } |
| 221 | 100% { |
| 222 | opacity: 1; |
| 223 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 224 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 225 | @keyframes grow{ |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 226 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 227 | 0% { |
| 228 | display: none; |
| 229 | opacity: 0; |
| 230 | } |
| 231 | 50% { |
| 232 | display: block; |
| 233 | opacity: 0.5; |
| 234 | } |
| 235 | 100% { |
| 236 | opacity: 1 |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 237 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 238 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 239 | /*User Profile*/ |
| 240 | .userProfile .dropdown{ |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 241 | width: 99.5%; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 242 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 243 | .userProfile .dropdown:hover{ |
| 244 | background: #172B4D !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 245 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 246 | .userProfile .dropdown-text{ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 247 | background: transparent; |
| 248 | border: 0; |
| 249 | box-shadow: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 250 | font-size: 13px; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 251 | line-height: 40px; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 252 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 253 | .import-container-all{ |
| 254 | width: 100%; |
| 255 | } |
| 256 | .import-container{ |
| 257 | width: 100%; |
| 258 | background: #E0E8F2; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 259 | padding:25px ; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 260 | } |
| 261 | .import-container-input{ |
| 262 | width: 40%; |
| 263 | position: relative; |
| 264 | display: inline-block; |
| 265 | margin-right: 20px; |
| 266 | } |
| 267 | .import-container-input input{ |
| 268 | width: 100%; |
| 269 | height: 40px; |
| 270 | padding: 5px 20px; |
| 271 | border: 0px; |
| 272 | -webkit-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75); |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 273 | -moz-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75); |
| 274 | box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75); |
| 275 | font-size: 13px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 276 | } |
| 277 | .enter-link{ |
| 278 | position: absolute; |
| 279 | right: 18px; |
| 280 | font-size: 23px; |
| 281 | top: 6px; |
| 282 | color: #1273EB; |
| 283 | } |
| 284 | .enter-link:hover{ |
| 285 | text-decoration: none; |
| 286 | } |
| 287 | .import-container-input input::placeholder{ |
| 288 | color: #CFD7E5; |
| 289 | } |
| 290 | .import-container-span{ |
| 291 | font-size: 12px; |
| 292 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 293 | .accordion-delete{ |
| 294 | color: #FF6469; |
| 295 | font-size: 18px; |
| 296 | margin-top: 11px; |
| 297 | } |
| 298 | .accordion-delete:hover{ |
| 299 | text-decoration: none; |
| 300 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 301 | /* .userProfile .dropdown-toggle{ |
| 302 | height: 40px; |
| 303 | } */ |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 304 | .userProfile .dropdown-toggle:hover ~ .dropdown-text, |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 305 | .userProfile .dropdown-toggle:focus ~ .dropdown-text{ |
| 306 | background: transparent !important; |
| 307 | border-radius: 0 !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 308 | box-shadow: none !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 309 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 310 | |
| 311 | .userProfile .dropdown-text::after { |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 312 | right: 14px; |
| 313 | top: 8px; |
| 314 | width: 24px; |
| 315 | height: 24px; |
| 316 | background: url(/assets/img/img-userProfile.png) center center no-repeat; |
| 317 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 318 | .packagesFilter .custom-checkbox{ |
| 319 | margin-left: 8px; |
| 320 | } |
| 321 | .packagesFilter .custom-control-label{ |
| 322 | line-height: 28px !important; |
| 323 | font-size: 14px !important; |
| 324 | text-indent: 6px !important; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 325 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 326 | /**Packages Sort**/ |
| 327 | .sort-packages{ |
| 328 | font-size: 12px; |
| 329 | font-weight: bold; |
| 330 | color: #C3CDDB; |
| 331 | } |
| 332 | .sort-packages .dropdown{ |
| 333 | width: 88px; |
| 334 | } |
| 335 | .sort-packages .dropdown-text{ |
| 336 | background: transparent; |
| 337 | border: 0; |
| 338 | box-shadow: none; |
| 339 | color: #1B3E6F; |
| 340 | } |
| 341 | .sort-packages .dropdown-text::after{ |
| 342 | border-color: #1B3E6F transparent transparent transparent; |
| 343 | } |
| 344 | .sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{ |
| 345 | border-color: transparent transparent #1B3E6F transparent; |
| 346 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 347 | .sort-packages .dropdown-toggle:hover ~ .dropdown-text, |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 348 | .sort-packages .dropdown-toggle:focus ~ .dropdown-text{ |
| 349 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 350 | background: #fff; |
| 351 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 352 | .sort-packages .dropdown-content:hover, |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 353 | .sort-packages .dropdown-toggle:focus ~ .dropdown-content{ |
| 354 | top: 30px; |
| 355 | } |
| 356 | .sort-packages .dropdown-content{ |
| 357 | width: 88px; |
| 358 | padding: 6px 0; |
| 359 | background: #fff; |
| 360 | border-radius: 2px; |
| 361 | border: 0; |
| 362 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 363 | } |
| 364 | .sort-packages .dropdown-content a{ |
| 365 | color: #1B3E6F; |
| 366 | font-size: 12px; |
| 367 | } |
| 368 | .sort-packages .dropdown-content a:hover{ |
| 369 | background-color: #F4F9FE; |
| 370 | text-decoration: unset; |
| 371 | } |
| 372 | /**Pagination**/ |
| 373 | .page-item .page-link, |
| 374 | .page-item.disabled .page-link{ |
| 375 | background: transparent !important; |
| 376 | border: 0; |
| 377 | color: #1B3E6F !important; |
| 378 | font-size: 14px; |
| 379 | } |
| 380 | .page-link:hover{ |
| 381 | color: #fff !important; |
| 382 | background-color: #C3CDDB !important; |
| 383 | border-radius: 100%; |
| 384 | } |
| 385 | /**Packages Cards***/ |
| 386 | /***Package Info Card***/ |
| 387 | .packages-card .card{ |
Ahmed Abbas | eea4907 | 2019-11-27 15:04:18 +0200 | [diff] [blame] | 388 | margin: 0; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 389 | border-radius: 2px; |
| 390 | border: 0; |
| 391 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); |
| 392 | } |
| 393 | .packages-card .card-title{ |
| 394 | margin-bottom: 0 !important; |
| 395 | font-size: 15px; |
| 396 | font-weight: bold; |
| 397 | } |
| 398 | .packages-card p{ |
| 399 | font-size: 14px; |
| 400 | color: #D0D7E4; |
| 401 | } |
| 402 | /***Add Package Card***/ |
| 403 | .addPaackage-card{ |
| 404 | padding: 10px 0; |
| 405 | background: #F4F9FE !important; |
| 406 | border: solid 1px #D7E7F9 !important; |
| 407 | } |
| 408 | .addPaackage-card img{ |
| 409 | margin-bottom: 12px; |
| 410 | margin-top: 8px; |
| 411 | } |
| 412 | .addPaackage-card a{ |
| 413 | margin-bottom: 20px; |
| 414 | padding: 10px 10px 10px 32px; |
| 415 | font-weight: bold; |
| 416 | font-size: 10px; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 417 | border-radius: 2px; |
| 418 | border-width: .5px; |
| 419 | border-style: solid; |
| 420 | background-position: 10px center; |
| 421 | background-repeat: no-repeat; |
| 422 | } |
| 423 | .addPaackage-card a:hover{ |
| 424 | text-decoration: unset; |
| 425 | } |
| 426 | .btn-create-package, |
| 427 | .btn-create-package:hover{ |
| 428 | background-color: #1B3E6F; |
| 429 | border-color: #1B3E6F; |
| 430 | color: #fff; |
| 431 | background-image: url(../src/assets/img/icon-create-white.svg); |
| 432 | } |
| 433 | .btn-import-package, |
| 434 | .btn-import-package:hover{ |
| 435 | color: #1B3E6F; |
| 436 | background-image: url(../src/assets/img/icon-import-blue.svg); |
| 437 | } |
| 438 | /***Actions Menu***/ |
| 439 | .packages-card .dropdown{ |
| 440 | width: auto; |
| 441 | float: right; |
| 442 | } |
| 443 | .packages-card .dropdown-text{ |
| 444 | background: transparent; |
| 445 | border: 0; |
| 446 | box-shadow: none; |
| 447 | text-indent: 0; |
| 448 | line-height: unset; |
| 449 | border-bottom-left-radius: 0; |
| 450 | border-bottom-right-radius: 0; |
| 451 | opacity: .6; |
| 452 | } |
| 453 | .packages-card .dropdown-text::after{ |
| 454 | display: none; |
| 455 | } |
| 456 | .packages-card .dropdown-text img{ |
| 457 | padding: 9px 7px; |
| 458 | } |
| 459 | .packages-card .dropdown-content{ |
| 460 | right: 0; |
| 461 | width: 120px; |
| 462 | padding: 6px 0; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 463 | |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 464 | border: 0; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 465 | border-radius: 50%; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 466 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 467 | /* .userProfile .dropdown-content{ |
| 468 | bottom: 40px !important; |
| 469 | top: unset !important; |
| 470 | width: 100%; |
| 471 | } */ |
| 472 | /**Tab Nav**/ |
| 473 | .nav-tabs{ |
| 474 | border-bottom-color: #ECEDF2 !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 475 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 476 | .nav-link{ |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 477 | padding: 15px 20px 15px 20px !important; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 478 | text-transform: uppercase !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 479 | font-size: 12px; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 480 | font-weight: bold; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 481 | color: #C3CDDB !important; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 482 | border: none !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 483 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 484 | .nav-tabs .nav-link:focus, |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 485 | .nav-tabs .nav-link:hover{ |
| 486 | border: 0 !important; |
| 487 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 488 | .nav-tabs .nav-link:hover{ |
| 489 | color: #1B3E6F !important; |
| 490 | } |
| 491 | .nav-tabs .nav-link.active{ |
| 492 | color: #1B3E6F !important; |
| 493 | background: transparent !important; |
| 494 | border: 0 !important; |
| 495 | border-bottom: solid 2px #1B3E6F !important; |
| 496 | } |
| 497 | .nav-tabs .nav-link::before{ |
| 498 | content: "|"; |
| 499 | padding-right: 20px !important; |
| 500 | color: #C3CDDB; |
| 501 | font-weight: normal; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 502 | position: absolute; |
| 503 | left: 0px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 504 | } |
| 505 | .nav-tabs .nav-link:first-child::before{ |
| 506 | content: none; |
| 507 | } |
| 508 | .nav-tabs .nav-link:first-child{ |
| 509 | padding-left: 20px !important; |
| 510 | } |
| 511 | /**Sliding Search Input**/ |
| 512 | .searchBox{ |
| 513 | position: absolute; |
| 514 | top: 0%; |
| 515 | right: 0%; |
| 516 | transform: translate(0%,-0%); |
| 517 | height: 40px; |
| 518 | } |
| 519 | .searchButton{ |
| 520 | float: right; |
| 521 | margin-top: 14px; |
| 522 | padding-left: 0 !important; |
| 523 | padding-right: 24px !important; |
| 524 | width: 60px; |
| 525 | height: 24px; |
| 526 | background: url(../src/assets/img/icon-search.svg) center center no-repeat; |
| 527 | background-size: 28%; |
| 528 | border: 0 !important; |
| 529 | border-right: solid 1px #1B3E6F !important; |
| 530 | display: flex; |
| 531 | justify-content: center; |
| 532 | align-items: center; |
| 533 | transition: 0.4s; |
| 534 | } |
| 535 | .searchBox:hover > .searchInput{ |
| 536 | width: 240px; |
| 537 | border-bottom: solid 1px #C3CDDB; |
| 538 | } |
| 539 | .searchBox:hover > .searchButton{ |
| 540 | color: #1B3E6F; |
| 541 | } |
| 542 | .searchInput{ |
| 543 | border: none; |
| 544 | background: none; |
| 545 | outline: none; |
| 546 | float: left; |
| 547 | padding: 0; |
| 548 | color: #1B3E6F; |
| 549 | font-size: 14px; |
| 550 | transition: 0.4s; |
| 551 | line-height: 40px; |
| 552 | width: 0px; |
| 553 | } |
| 554 | .searchInput::placeholder{ |
| 555 | color: #BABBC3; |
| 556 | } |
| 557 | .searchBox-expanded{ |
| 558 | width: 240px; |
| 559 | border-bottom: solid 1px #C3CDDB; |
| 560 | } |
| 561 | /**Drop Down Menu**/ |
| 562 | .dropdown{ |
| 563 | position: relative; |
| 564 | display: inline-block; |
| 565 | text-align: left; |
| 566 | width: 132px; |
| 567 | z-index: 200; |
| 568 | } |
| 569 | .dropdown-text{ |
| 570 | cursor: pointer; |
| 571 | position: relative; |
| 572 | text-indent: 10px; |
| 573 | line-height: 32px; |
| 574 | background-color: #eee; |
| 575 | border: 1px solid #ccc; |
| 576 | border-radius: 3px; |
| 577 | box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1); |
| 578 | width: 100%; |
| 579 | } |
| 580 | .dropdown-text:after{ |
| 581 | position: absolute; |
| 582 | right: 6px; |
| 583 | top: 15px; |
| 584 | content: ''; |
| 585 | width: 0px; |
| 586 | height: 0px; |
| 587 | border-style: solid; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 588 | /* border-width: 5px 4px 0 4px; |
| 589 | border-color: #555 transparent transparent transparent; */ |
| 590 | border:0px |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 591 | } |
| 592 | .dropdown-toggle{ |
| 593 | font-size: 0; |
| 594 | z-index: 1; |
| 595 | cursor: pointer; |
| 596 | position: absolute; |
| 597 | top: 0; |
| 598 | border: none; |
| 599 | padding: 0; |
| 600 | margin: 0 0 0 1px; |
| 601 | background: transparent; |
| 602 | text-indent: -10px; |
| 603 | height: 34px; |
| 604 | width: 100%; |
| 605 | } |
| 606 | .dropdown-toggle:focus{ |
| 607 | outline: 0; |
| 608 | } |
| 609 | .dropdown-content{ |
| 610 | position: absolute; |
| 611 | top: 32px; |
| 612 | width: 140px; |
| 613 | margin: 0; |
| 614 | padding: 0; |
| 615 | opacity: 0; |
| 616 | visibility:hidden; |
| 617 | -webkit-transition: all .25s ease; |
| 618 | -moz-transition: all .25s ease; |
| 619 | -ms-transition: all .25s ease; |
| 620 | -o-transition: all .25s ease; |
| 621 | transition: all .25s ease; |
| 622 | list-style-type: none; |
| 623 | border-radius: 3px; |
| 624 | text-indent: 10px; |
| 625 | line-height: 32px; |
| 626 | background-color: #eee; |
| 627 | border: 1px solid #ccc; |
| 628 | } |
| 629 | .dropdown-content a{ |
| 630 | display: block; |
| 631 | } |
| 632 | .dropdown-content a:hover{ |
| 633 | background: #e8e8e8; |
| 634 | } |
| 635 | .dropdown-toggle:hover ~ .dropdown-text, |
| 636 | .dropdown-toggle:focus ~ .dropdown-text{ |
| 637 | background-color: #e8e8e8; |
| 638 | } |
| 639 | .dropdown-toggle:focus ~ .dropdown-text{ |
| 640 | box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8); |
| 641 | z-index: 2; |
| 642 | } |
| 643 | .dropdown-toggle:focus ~ .dropdown-text:after{ |
| 644 | border-width: 0 4px 5px 4px; |
| 645 | border-color: transparent transparent #555 transparent; |
| 646 | } |
| 647 | .dropdown-content:hover, |
| 648 | .dropdown-toggle:focus ~ .dropdown-content{ |
| 649 | opacity: 1; |
| 650 | visibility:visible; |
| 651 | top: 42px; |
| 652 | } |
| 653 | /**Card**/ |
| 654 | /* Hover Shadow */ |
| 655 | @keyframes hover { |
| 656 | 50% { |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 657 | transform: translateY(-3px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 658 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 659 | 100% { |
| 660 | transform: translateY(-6px); |
| 661 | } |
| 662 | } |
| 663 | @keyframes card { |
| 664 | 0% { |
| 665 | transform: translateY(6px); |
| 666 | opacity: .3; |
| 667 | } |
| 668 | 50% { |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 669 | transform: translateY(3px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 670 | opacity: .8; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 671 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 672 | 100% { |
| 673 | transform: translateY(6px); |
| 674 | opacity: .3; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 675 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 676 | } |
| 677 | .card { |
| 678 | /* display: inline-block; |
| 679 | position: relative; |
| 680 | transition-duration: 0.2s; |
| 681 | transition-property: transform; |
| 682 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 683 | transform: translateZ(0); */ |
| 684 | margin-bottom: 25px !important; |
| 685 | box-shadow: 0 0 1px rgba(0, 0, 0, 0); |
| 686 | } |
| 687 | /* .card:before { |
| 688 | pointer-events: none; |
| 689 | position: absolute; |
| 690 | z-index: -1; |
| 691 | content: ''; |
| 692 | top: 100%; |
| 693 | left: 5%; |
| 694 | height: 10px; |
| 695 | width: 90%; |
| 696 | opacity: 0; |
| 697 | background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%); |
| 698 | transition-duration: 0.2s; |
| 699 | transition-property: transform opacity; |
| 700 | } */ |
| 701 | /* .card:hover { |
| 702 | transform: translateY(-3px); |
| 703 | animation-name: hover; |
| 704 | animation-duration: 1s; |
| 705 | animation-delay: 0.2s; |
| 706 | animation-timing-function: linear; |
| 707 | animation-iteration-count: 1; |
| 708 | animation-direction: alternate; |
| 709 | } |
| 710 | .card:hover:before { |
| 711 | opacity: .4; |
| 712 | transform: translateY(3px); |
| 713 | animation-name: card; |
| 714 | animation-duration: 1s; |
| 715 | animation-delay: .2s; |
| 716 | animation-timing-function: linear; |
| 717 | animation-iteration-count: 1; |
| 718 | animation-direction: alternate; |
| 719 | } */ |
| 720 | .card-body{ |
| 721 | padding: 20px !important; |
| 722 | } |
| 723 | |
| 724 | /*Main Container*/ |
| 725 | .main-container{ |
| 726 | padding: 0 !important; |
| 727 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 728 | .header-button-save button{ |
| 729 | border-radius: 50px; |
| 730 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 731 | /*Page Title*/ |
| 732 | .page-title{ |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 733 | padding: 15px 30px 14px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 734 | background:#fff; |
| 735 | border-left: solid 1px #FAFAFA; |
| 736 | margin-bottom: 21px; |
| 737 | -webkit-box-shadow: 0 4px 10px 0 #eef0f5; |
| 738 | box-shadow: 0 4px 10px 0 #eef0f5; |
| 739 | position: relative; |
| 740 | z-index: 8; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 741 | position: fixed; |
| 742 | width: calc(100% - 50px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 743 | } |
| 744 | .page-title h2{ |
| 745 | font-size: 16px; |
| 746 | font-weight: bold; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 747 | padding-top: 3px; |
| 748 | padding-bottom: 2px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 749 | } |
| 750 | .page-title h2 span{ |
| 751 | color: #BABBC3; |
| 752 | font-size: 14px; |
| 753 | } |
| 754 | /*Content*/ |
| 755 | .body-container{ |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 756 | padding: 90px 30px 0 !important; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 757 | } |
| 758 | .search-filter-col{ |
| 759 | padding-right: 0 !important; |
| 760 | border-bottom: solid 1px #ECEDF2 !important; |
| 761 | } |
| 762 | /**Packages Filter**/ |
| 763 | .packagesFilter{ |
| 764 | margin-top: 12px; |
| 765 | margin-bottom: 7px; |
| 766 | } |
| 767 | .packagesFilter .dropdown-toggle{ |
| 768 | height: 36px !important; |
| 769 | } |
| 770 | .packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{ |
| 771 | border-color: transparent transparent #1B3E6F transparent; |
| 772 | } |
| 773 | .packagesFilter .dropdown-text{ |
| 774 | background: transparent; |
| 775 | border: 0; |
| 776 | box-shadow: none; |
| 777 | text-indent: 14px; |
| 778 | line-height: 30px; |
| 779 | font-size: 12px; |
| 780 | } |
| 781 | .packagesFilter .dropdown-text::after{ |
| 782 | right: 12px; |
| 783 | border-color: #1B3E6F transparent transparent transparent; |
| 784 | } |
| 785 | .packagesFilter .dropdown-toggle:hover ~ .dropdown-text, |
| 786 | .packagesFilter .dropdown-toggle:focus ~ .dropdown-text{ |
| 787 | background-color: transparent; |
| 788 | box-shadow: none; |
| 789 | border-radius: 0; |
| 790 | } |
| 791 | .packagesFilter .dropdown-toggle:focus ~ .dropdown-text{ |
| 792 | background: #fff; |
| 793 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 794 | } |
| 795 | .packagesFilter .dropdown-text::after{ |
| 796 | top: 12px; |
| 797 | } |
| 798 | .packagesFilter .dropdown-content{ |
| 799 | padding: 6px 0 15px; |
| 800 | background: #fff; |
| 801 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 802 | border: 0; |
| 803 | border-top-left-radius: 0; |
| 804 | border-top-right-radius: 0; |
| 805 | border-bottom-left-radius: 2px; |
| 806 | border-bottom-right-radius: 2px; |
| 807 | } |
| 808 | .packagesFilter .dropdown-content:hover, |
| 809 | .packagesFilter .dropdown-toggle:focus ~ .dropdown-content{ |
| 810 | top: 30px; |
| 811 | } |
| 812 | .packagesFilter .form-control{ |
| 813 | padding: 12px 9px 12px 38px !important; |
| 814 | border: 0 !important; |
| 815 | border-bottom: solid 1px #D7E7F9 !important; |
| 816 | background: url(../src/assets/img/icon-search.svg) 15px center no-repeat; |
| 817 | background-size: 4%; |
| 818 | border-radius: 0 !important; |
| 819 | color: #1B3E6F; |
| 820 | font-size: 13px; |
| 821 | } |
| 822 | .packagesFilter .form-control::placeholder{ |
| 823 | color: #BABBC3; |
| 824 | } |
| 825 | .packagesFilter .form-control:focus{ |
| 826 | box-shadow: none !important; |
| 827 | border-bottom: solid 1px #1B3E6F !important; |
| 828 | } |
| 829 | .packagesFilter .custom-checkbox{ |
| 830 | margin-left: 8px; |
| 831 | } |
| 832 | .packagesFilter .custom-control-label{ |
| 833 | line-height: 28px !important; |
| 834 | font-size: 13px !important; |
| 835 | text-indent: 6px !important; |
| 836 | } |
| 837 | /**Packages Sort**/ |
| 838 | .sort-packages{ |
| 839 | font-size: 12px; |
| 840 | font-weight: bold; |
| 841 | color: #C3CDDB; |
| 842 | } |
| 843 | .sort-packages .dropdown{ |
| 844 | width: 88px; |
| 845 | } |
| 846 | .sort-packages .dropdown-text{ |
| 847 | background: transparent; |
| 848 | border: 0; |
| 849 | box-shadow: none; |
| 850 | color: #1B3E6F; |
| 851 | } |
| 852 | .sort-packages .dropdown-text::after{ |
| 853 | border-color: #1B3E6F transparent transparent transparent; |
| 854 | } |
| 855 | .sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{ |
| 856 | border-color: transparent transparent #1B3E6F transparent; |
| 857 | } |
| 858 | .sort-packages .dropdown-toggle:hover ~ .dropdown-text, |
| 859 | .sort-packages .dropdown-toggle:focus ~ .dropdown-text{ |
| 860 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 861 | background: #fff; |
| 862 | } |
| 863 | .sort-packages .dropdown-content:hover, |
| 864 | .sort-packages .dropdown-toggle:focus ~ .dropdown-content{ |
| 865 | top: 30px; |
| 866 | } |
| 867 | .sort-packages .dropdown-content{ |
| 868 | width: 88px; |
| 869 | padding: 6px 0; |
| 870 | background: #fff; |
| 871 | border-radius: 2px; |
| 872 | border: 0; |
| 873 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 874 | } |
| 875 | .sort-packages .dropdown-content a{ |
| 876 | color: #1B3E6F; |
| 877 | font-size: 12px; |
| 878 | } |
| 879 | .sort-packages .dropdown-content a:hover{ |
| 880 | background-color: #F4F9FE; |
| 881 | text-decoration: unset; |
| 882 | } |
| 883 | /**Pagination**/ |
| 884 | .page-item .page-link, |
| 885 | .page-item.disabled .page-link{ |
| 886 | background: transparent !important; |
| 887 | border: 0; |
| 888 | color: #1B3E6F !important; |
| 889 | font-size: 14px; |
| 890 | } |
| 891 | .page-link:hover{ |
| 892 | color: #fff !important; |
| 893 | background-color: #C3CDDB !important; |
| 894 | border-radius: 100%; |
| 895 | } |
| 896 | /**Packages Cards***/ |
| 897 | /***Package Info Card***/ |
| 898 | .packages-card .card{ |
| 899 | margin: 0; |
| 900 | border-radius: 2px; |
| 901 | border: 0; |
| 902 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); |
| 903 | } |
| 904 | .packages-card .card:hover{ |
| 905 | box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .15); |
| 906 | transition: all 0.5s ease; |
| 907 | } |
| 908 | .packages-card .card-title{ |
| 909 | margin-bottom: 0 !important; |
| 910 | font-size: 15px; |
| 911 | font-weight: bold; |
| 912 | } |
| 913 | .packages-card p{ |
| 914 | font-size: 14px; |
| 915 | color: #D0D7E4; |
| 916 | } |
Ahmed Abbas | eea4907 | 2019-11-27 15:04:18 +0200 | [diff] [blame] | 917 | .packages-card .card-body{ |
| 918 | padding-bottom: 0 !important; |
| 919 | } |
| 920 | .packages-card .card-footer .col{ |
| 921 | padding: 0; |
| 922 | text-align: center; |
| 923 | } |
| 924 | .packages-card .card-footer .col:last-child{ |
| 925 | padding-left: 20px; |
| 926 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 927 | /***Add Package Card***/ |
| 928 | .addPaackage-card{ |
| 929 | background: #F4F9FE !important; |
| 930 | border: solid 1px #D7E7F9 !important; |
| 931 | } |
| 932 | .addPaackage-card:hover{ |
| 933 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important; |
| 934 | } |
| 935 | .addPaackage-card img{ |
| 936 | margin-bottom: 33px; |
| 937 | margin-top: 8px; |
| 938 | } |
| 939 | .addPaackage-card a{ |
| 940 | margin: 0 0 14px; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 941 | padding: 10px 20px 10px 42px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 942 | font-weight: bold; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 943 | font-size: 13px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 944 | border-radius: 2px; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 945 | border-width: 0px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 946 | border-style: solid; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 947 | background-position: 20px center; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 948 | background-repeat: no-repeat; |
| 949 | text-align: left; |
| 950 | } |
| 951 | .addPaackage-card a:hover{ |
| 952 | text-decoration: unset; |
| 953 | } |
| 954 | .addPaackage-card .card-footer .col{ |
| 955 | padding: 0; |
| 956 | text-align: right; |
| 957 | } |
| 958 | .addPaackage-card .card-footer .col:last-child{ |
| 959 | text-align: left; |
| 960 | } |
| 961 | .btn-create-package, |
| 962 | .btn-create-package:hover{ |
| 963 | background-color: #1B3E6F; |
| 964 | border-color: #1B3E6F; |
| 965 | color: #fff; |
| 966 | background-image: url(../src/assets/img/icon-create-white.svg); |
| 967 | background-repeat: no-repeat; |
| 968 | } |
| 969 | .btn-import-package, |
| 970 | .btn-import-package:hover{ |
| 971 | color: #1B3E6F; |
| 972 | background-image: url(../src/assets/img/icon-import-blue.svg); |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 973 | background-size: 16px; |
| 974 | background-color: #C3CDDB; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 975 | } |
| 976 | /***Actions Menu***/ |
| 977 | .packages-card .dropdown{ |
| 978 | width: auto; |
| 979 | float: right; |
| 980 | } |
| 981 | .packages-card .dropdown-text{ |
| 982 | background: transparent; |
| 983 | border: 0; |
| 984 | box-shadow: none; |
| 985 | text-indent: 0; |
| 986 | line-height: unset; |
| 987 | border-bottom-left-radius: 0; |
| 988 | border-bottom-right-radius: 0; |
| 989 | opacity: .6; |
| 990 | } |
| 991 | .packages-card .dropdown-text::after{ |
| 992 | display: none; |
| 993 | } |
| 994 | .packages-card .dropdown-text img{ |
| 995 | padding: 9px 7px; |
| 996 | } |
| 997 | .packages-card .dropdown-content{ |
| 998 | right: 0; |
| 999 | width: 120px; |
| 1000 | padding: 6px 0; |
| 1001 | border: 0; |
| 1002 | text-indent: 0; |
| 1003 | border-radius: 2px; |
| 1004 | border-top-left-radius: 0; |
| 1005 | border-top-right-radius: 0; |
| 1006 | background: #1B3E6F; |
| 1007 | } |
| 1008 | .packages-card .dropdown-content a{ |
| 1009 | padding-left: 45px; |
| 1010 | color: #fff; |
| 1011 | font-size: 13px; |
| 1012 | background-position: 20px center; |
| 1013 | background-size: 10%; |
| 1014 | background-repeat: no-repeat; |
| 1015 | } |
| 1016 | .packages-card .dropdown-content a:hover{ |
| 1017 | background-color: #172B4D; |
| 1018 | text-decoration: unset; |
| 1019 | } |
| 1020 | .packages-card .action-clone a, |
| 1021 | .packages-card .action-clone a:hover{ |
| 1022 | background-image: url(../src/assets/img/icon-clone-sm.svg); |
| 1023 | } |
| 1024 | .packages-card .action-archive a, |
| 1025 | .packages-card .action-archive a:hover{ |
| 1026 | background-image: url(../src/assets/img/icon-archive-sm.svg); |
| 1027 | } |
| 1028 | .packages-card .action-delete a, |
| 1029 | .packages-card .action-delete a:hover{ |
| 1030 | background-image: url(../src/assets/img/icon-delete-sm.svg); |
| 1031 | } |
| 1032 | .packages-card .dropdown-content:hover, |
| 1033 | .packages-card .dropdown-toggle:focus ~ .dropdown-content{ |
| 1034 | top: 24px; |
| 1035 | } |
| 1036 | .packages-card .dropdown-toggle:hover ~ .dropdown-text{ |
| 1037 | background: transparent; |
| 1038 | opacity: 1; |
| 1039 | } |
| 1040 | .packages-card .dropdown-toggle:focus ~ .dropdown-text{ |
| 1041 | opacity: 1; |
| 1042 | background: #1B3E6F; |
| 1043 | box-shadow: none; |
| 1044 | } |
| 1045 | /***Contributers***/ |
| 1046 | ul.package-contributers{ |
| 1047 | /*margin-bottom: 0 !important;*/ |
| 1048 | padding-left: 0 !important; |
| 1049 | } |
| 1050 | .package-contributers li{ |
| 1051 | list-style: none; |
| 1052 | display: inline-block; |
| 1053 | } |
| 1054 | .package-contributers li{ |
| 1055 | margin-left: -5px; |
| 1056 | } |
| 1057 | .package-contributers li:first-child{ |
| 1058 | margin-left: 0; |
| 1059 | } |
| 1060 | .package-contributers li:last-child{ |
| 1061 | margin-left: 9px; |
| 1062 | } |
| 1063 | .package-modifier, |
| 1064 | .package-contributers button{ |
| 1065 | padding: 0 !important; |
| 1066 | border-radius: 100%; |
| 1067 | border: 0 !important; |
| 1068 | /*Hover Effect*/ |
| 1069 | -webkit-transition: box-shadow 0.2s ease; |
| 1070 | -moz-transition: box-shadow 0.2s ease; |
| 1071 | transition: box-shadow 0.2s ease; |
| 1072 | -webkit-backface-visibility: hidden; |
| 1073 | backface-visibility: hidden; |
| 1074 | display: inline-block; |
| 1075 | position: relative; |
| 1076 | } |
| 1077 | .package-modifier:before, |
| 1078 | .package-contributers button:before{ |
| 1079 | -webkit-transition: all 0.2s ease; |
| 1080 | -moz-transition: all 0.2s ease; |
| 1081 | transition: all 0.2s ease; |
| 1082 | border-radius: 50%; |
| 1083 | bottom: 0; |
| 1084 | box-shadow: 0 0 0 2px #fff; |
| 1085 | content: ""; |
| 1086 | left: 0; |
| 1087 | position: absolute; |
| 1088 | right: 0; |
| 1089 | top: 0; |
| 1090 | } |
| 1091 | .package-modifier:hover, |
| 1092 | .package-contributers button:hover{ |
| 1093 | box-shadow: 0 0 0 2px #D7E7F9; |
| 1094 | text-decoration: none; |
| 1095 | } |
| 1096 | .package-modifier:hover:before, |
| 1097 | .package-contributers button:hover:before{ |
| 1098 | -webkit-transform: scale(0.925); |
| 1099 | -moz-transform: scale(0.925); |
| 1100 | -ms-transform: scale(0.925); |
| 1101 | -o-transform: scale(0.925); |
| 1102 | transform: scale(0.925); |
| 1103 | box-shadow: 0 0 0 1px #D7E7F9; |
| 1104 | opacity: 0.5; |
| 1105 | } |
| 1106 | .package-modifier img, |
| 1107 | .package-contributers button img{ |
| 1108 | width: 28px; |
| 1109 | height: 28px; |
| 1110 | object-fit: cover; |
| 1111 | vertical-align: top; |
| 1112 | border-radius: 100%; |
| 1113 | } |
| 1114 | .package-contributers a{ |
| 1115 | font-size: 12px; |
| 1116 | color: #1273EB; |
| 1117 | } |
| 1118 | .package-contributers a:hover{ |
| 1119 | text-decoration: unset; |
| 1120 | } |
| 1121 | /***Package Footer***/ |
| 1122 | .packages-card .card-footer{ |
| 1123 | padding: 0 20px !important; |
| 1124 | background: transparent !important; |
| 1125 | border-top-color: #F7F6F6 !important; |
| 1126 | } |
| 1127 | .packages-card .card-footer .col:first-child{ |
| 1128 | border-right: solid 1px #F7F6F6; |
| 1129 | } |
| 1130 | .packages-card .card-footer .btn{ |
| 1131 | background-color: transparent !important; |
| 1132 | color: #C3CDDB !important; |
| 1133 | border: 0; |
| 1134 | font-size: 13px; |
| 1135 | opacity: .7; |
| 1136 | } |
| 1137 | .packages-card .card-footer .btn:hover{ |
| 1138 | opacity: 1; |
| 1139 | } |
| 1140 | .btn-card-config, |
| 1141 | .btn-card-topology{ |
| 1142 | padding: 15px 0 15px 28px !important; |
| 1143 | background-size: 16%; |
| 1144 | background-position: left center; |
| 1145 | background-repeat: no-repeat; |
| 1146 | } |
| 1147 | .btn-card-config{ |
| 1148 | background-image: url(../src/assets/img/icon-btn-card-config.svg); |
| 1149 | } |
| 1150 | .btn-card-topology{ |
| 1151 | background-image: url(../src/assets/img/icon-btn-card-topology.svg); |
| 1152 | } |
| 1153 | .icon-deployed{ |
| 1154 | margin-right: 5px; |
| 1155 | display: inline; |
| 1156 | background: url(../src/assets/img/icon-deploy.svg) center center no-repeat; |
| 1157 | } |
| 1158 | |
| 1159 | |
| 1160 | |
| 1161 | |
| 1162 | |
| 1163 | |
| 1164 | |
| 1165 | |
| 1166 | |
| 1167 | |
| 1168 | /* Border Fade */ |
| 1169 | .border-fade { |
| 1170 | display: inline-block; |
| 1171 | transition-duration: 0.3s; |
| 1172 | transition-property: box-shadow; |
| 1173 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 1174 | transform: translateZ(0); |
| 1175 | box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0); |
| 1176 | /* Hack to improve aliasing on mobile/tablet devices */ |
| 1177 | } |
| 1178 | .border-fade:hover { |
| 1179 | box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0); |
| 1180 | /* Hack to improve aliasing on mobile/tablet devices */ |
| 1181 | } |
| 1182 | /*Content*/ |
| 1183 | |
| 1184 | /**Title Action Buttons**/ |
| 1185 | .page-title-actions li{ |
| 1186 | display: inline-block; |
| 1187 | text-align: center; |
| 1188 | } |
| 1189 | .title-action{ |
| 1190 | -webkit-transition: box-shadow 0.2s ease; |
| 1191 | -moz-transition: box-shadow 0.2s ease; |
| 1192 | transition: box-shadow 0.2s ease; |
| 1193 | -webkit-backface-visibility: hidden; |
| 1194 | backface-visibility: hidden; |
| 1195 | border-radius: 50%; |
| 1196 | color: #6a75eb; |
| 1197 | display: inline-block; |
| 1198 | font-size: 0.889em; |
| 1199 | height: 4em; |
| 1200 | margin: 0 1em 1em; |
| 1201 | position: relative; |
| 1202 | text-align: center; |
| 1203 | text-transform: lowercase; |
| 1204 | width: 4em; |
| 1205 | line-height: 4em; |
| 1206 | } |
| 1207 | |
| 1208 | .title-action:before{ |
| 1209 | -webkit-transition: all 0.2s ease; |
| 1210 | -moz-transition: all 0.2s ease; |
| 1211 | transition: all 0.2s ease; |
| 1212 | border-radius: 50%; |
| 1213 | bottom: 0; |
| 1214 | box-shadow: 0 0 0 1px #000; |
| 1215 | content: ""; |
| 1216 | left: 0; |
| 1217 | position: absolute; |
| 1218 | right: 0; |
| 1219 | top: 0; |
| 1220 | } |
| 1221 | .title-action:hover{ |
| 1222 | box-shadow: 0 0 0 7px #07819b; |
| 1223 | text-decoration: none; |
| 1224 | } |
| 1225 | .title-action:hover:before{ |
| 1226 | -webkit-transform: scale(0.925); |
| 1227 | -moz-transform: scale(0.925); |
| 1228 | -ms-transform: scale(0.925); |
| 1229 | -o-transform: scale(0.925); |
| 1230 | transform: scale(0.925); |
| 1231 | box-shadow: 0 0 0 1px #07819b; |
| 1232 | opacity: 0.5; |
| 1233 | } |
| 1234 | |
| 1235 | /*Animation Button*/ |
| 1236 | /**Float**/ |
| 1237 | .float { |
| 1238 | display: inline-block; |
| 1239 | transition-duration: 0.3s; |
| 1240 | transition-property: transform; |
| 1241 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 1242 | transform: translateZ(0); |
| 1243 | box-shadow: 0 0 1px rgba(0, 0, 0, 0); |
| 1244 | } |
| 1245 | .float:hover { |
| 1246 | transform: translateY(-5px); |
| 1247 | } |
| 1248 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1249 | /*TOOLTIP*/ |
| 1250 | /* Base styles for the element that has a tooltip */ |
| 1251 | [data-tooltip], |
| 1252 | .tooltip { |
| 1253 | position: relative; |
| 1254 | cursor: pointer; |
| 1255 | text-align: center; |
| 1256 | } |
| 1257 | |
| 1258 | /* Base styles for the entire tooltip */ |
| 1259 | [data-tooltip]:before, |
| 1260 | [data-tooltip]:after, |
| 1261 | .tooltip:before, |
| 1262 | .tooltip:after { |
| 1263 | position: absolute; |
| 1264 | visibility: hidden; |
| 1265 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; |
| 1266 | filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); |
| 1267 | opacity: 0; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1268 | -webkit-transition: |
| 1269 | opacity 0.2s ease-in-out, |
| 1270 | visibility 0.2s ease-in-out, |
| 1271 | -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); |
| 1272 | -moz-transition: |
| 1273 | opacity 0.2s ease-in-out, |
| 1274 | visibility 0.2s ease-in-out, |
| 1275 | -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); |
| 1276 | transition: |
| 1277 | opacity 0.2s ease-in-out, |
| 1278 | visibility 0.2s ease-in-out, |
| 1279 | transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1280 | -webkit-transform: translate3d(0, 0, 0); |
| 1281 | -moz-transform: translate3d(0, 0, 0); |
| 1282 | transform: translate3d(0, 0, 0); |
| 1283 | pointer-events: none; |
| 1284 | } |
| 1285 | |
| 1286 | /* Show the entire tooltip on hover and focus */ |
| 1287 | [data-tooltip]:hover:before, |
| 1288 | [data-tooltip]:hover:after, |
| 1289 | [data-tooltip]:focus:before, |
| 1290 | [data-tooltip]:focus:after, |
| 1291 | .tooltip:hover:before, |
| 1292 | .tooltip:hover:after, |
| 1293 | .tooltip:focus:before, |
| 1294 | .tooltip:focus:after { |
| 1295 | visibility: visible; |
| 1296 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
| 1297 | filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 1298 | opacity: 1; |
| 1299 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1300 | |
| 1301 | /* Base styles for the tooltip's directional arrow */ |
| 1302 | .tooltip:before, |
| 1303 | [data-tooltip]:before { |
| 1304 | z-index: 1001; |
| 1305 | border: 6px solid transparent; |
| 1306 | background: transparent; |
| 1307 | content: ""; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 1308 | } |
| 1309 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1310 | /* Base styles for the tooltip's content area */ |
| 1311 | .tooltip:after, |
| 1312 | [data-tooltip]:after { |
| 1313 | z-index: 1000; |
| 1314 | padding: 8px; |
| 1315 | width: auto; |
| 1316 | background-color: #DEE8F3; |
| 1317 | background-color: rgba(222, 232, 243, 1.0); |
| 1318 | color: #1B3E6F; |
| 1319 | content: attr(data-tooltip); |
| 1320 | font-size: 10px; |
| 1321 | line-height: 1.2; |
| 1322 | border-radius: 2px; |
| 1323 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 1324 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1325 | /* Directions */ |
| 1326 | |
| 1327 | /* Top (default) */ |
| 1328 | [data-tooltip]:before, |
| 1329 | [data-tooltip]:after, |
| 1330 | .tooltip:before, |
| 1331 | .tooltip:after, |
| 1332 | .tooltip-top:before, |
| 1333 | .tooltip-top:after { |
| 1334 | bottom: 100%; |
| 1335 | left: 50%; |
| 1336 | } |
| 1337 | |
| 1338 | [data-tooltip]:before, |
| 1339 | .tooltip:before, |
| 1340 | .tooltip-top:before { |
| 1341 | margin-left: 0; |
| 1342 | margin-bottom: -12px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1343 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1344 | border-bottom-color: #DEE8F3; |
| 1345 | border-bottom-color: rgba(222, 232, 243, 1.0); |
| 1346 | } |
| 1347 | |
| 1348 | /* Horizontally align top/bottom tooltips */ |
| 1349 | [data-tooltip]:after, |
| 1350 | .tooltip:after, |
| 1351 | .tooltip-top:after { |
| 1352 | margin-left: -50%; |
| 1353 | } |
| 1354 | |
| 1355 | [data-tooltip]:hover:before, |
| 1356 | [data-tooltip]:hover:after, |
| 1357 | [data-tooltip]:focus:before, |
| 1358 | [data-tooltip]:focus:after, |
| 1359 | .tooltip:hover:before, |
| 1360 | .tooltip:hover:after, |
| 1361 | .tooltip:focus:before, |
| 1362 | .tooltip:focus:after, |
| 1363 | .tooltip-top:hover:before, |
| 1364 | .tooltip-top:hover:after, |
| 1365 | .tooltip-top:focus:before, |
| 1366 | .tooltip-top:focus:after { |
| 1367 | -webkit-transform: translateY(-12px); |
| 1368 | -moz-transform: translateY(-12px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1369 | transform: translateY(-12px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1370 | } |
| 1371 | |
| 1372 | /* Left */ |
| 1373 | .tooltip-left:before, |
| 1374 | .tooltip-left:after { |
| 1375 | right: 100%; |
| 1376 | bottom: 50%; |
| 1377 | left: auto; |
| 1378 | } |
| 1379 | |
| 1380 | .tooltip-left:before { |
| 1381 | margin-left: 0; |
| 1382 | margin-right: -12px; |
| 1383 | margin-bottom: 0; |
| 1384 | border-top-color: transparent; |
| 1385 | border-left-color: #000; |
| 1386 | border-left-color: hsla(0, 0%, 20%, 0.9); |
| 1387 | } |
| 1388 | |
| 1389 | .tooltip-left:hover:before, |
| 1390 | .tooltip-left:hover:after, |
| 1391 | .tooltip-left:focus:before, |
| 1392 | .tooltip-left:focus:after { |
| 1393 | -webkit-transform: translateX(-12px); |
| 1394 | -moz-transform: translateX(-12px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1395 | transform: translateX(-12px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1396 | } |
| 1397 | |
| 1398 | /* Bottom */ |
| 1399 | .tooltip-bottom:before, |
| 1400 | .tooltip-bottom:after { |
| 1401 | top: 100%; |
| 1402 | bottom: auto; |
| 1403 | left: 20%; |
| 1404 | } |
| 1405 | |
| 1406 | .tooltip-bottom:before { |
| 1407 | margin-top: -12px; |
| 1408 | margin-bottom: 0; |
| 1409 | border-top-color: transparent; |
| 1410 | border-bottom-color: #DEE8F3; |
| 1411 | border-bottom-color: rgba(222, 232, 243, 1.0); |
| 1412 | } |
| 1413 | |
| 1414 | .tooltip-bottom:hover:before, |
| 1415 | .tooltip-bottom:hover:after, |
| 1416 | .tooltip-bottom:focus:before, |
| 1417 | .tooltip-bottom:focus:after { |
| 1418 | -webkit-transform: translateY(12px); |
| 1419 | -moz-transform: translateY(12px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1420 | transform: translateY(12px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1421 | } |
| 1422 | |
| 1423 | /* Right */ |
| 1424 | .tooltip-right:before, |
| 1425 | .tooltip-right:after { |
| 1426 | bottom: 50%; |
| 1427 | left: 20%; |
| 1428 | } |
| 1429 | |
| 1430 | .tooltip-right:before { |
| 1431 | margin-bottom: 0; |
| 1432 | margin-left: -12px; |
| 1433 | border-top-color: transparent; |
| 1434 | border-right-color: #000; |
| 1435 | border-right-color: hsla(0, 0%, 20%, 0.9); |
| 1436 | } |
| 1437 | |
| 1438 | .tooltip-right:hover:before, |
| 1439 | .tooltip-right:hover:after, |
| 1440 | .tooltip-right:focus:before, |
| 1441 | .tooltip-right:focus:after { |
| 1442 | -webkit-transform: translateX(12px); |
| 1443 | -moz-transform: translateX(12px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1444 | transform: translateX(12px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1445 | } |
| 1446 | |
| 1447 | /* Move directional arrows down a bit for left/right tooltips */ |
| 1448 | .tooltip-left:before, |
| 1449 | .tooltip-right:before { |
| 1450 | top: 3px; |
| 1451 | } |
| 1452 | |
| 1453 | /* Vertically center tooltip content for left/right tooltips */ |
| 1454 | .tooltip-left:after, |
| 1455 | .tooltip-right:after { |
| 1456 | margin-left: 0; |
| 1457 | margin-bottom: -16px; |
| 1458 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1459 | .btn{ |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1460 | padding-right: 20px !important; |
| 1461 | padding-left: 20px !important; |
| 1462 | |
shaaban Altanany | c133b83 | 2020-01-09 10:15:28 +0200 | [diff] [blame] | 1463 | } |
| 1464 | .btn.border-radius{ |
| 1465 | border-radius: 20px !important; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1466 | } |
| 1467 | .btn-primary{ |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1468 | background-color: #1273EB !important; |
| 1469 | border-color: #1273EB !important; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1470 | } |
| 1471 | .btn-primary:hover { |
| 1472 | background-color: #0069d9 !important; |
| 1473 | border-color: #0062cc !important; |
| 1474 | } |
| 1475 | .btn + .btn{ |
| 1476 | margin-left: 10px; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1477 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1478 | .package-view-button button{ |
| 1479 | width: 150px; |
| 1480 | float: right; |
| 1481 | } |
| 1482 | .package-view-button{ |
| 1483 | margin-top: 6px; |
| 1484 | } |
| 1485 | .package-view-button .btn-primary{ |
| 1486 | background-color: #1B3E6F !important; |
| 1487 | border-color: #1B3E6F !important; |
| 1488 | |
| 1489 | /* margin-bottom: 10px; */ |
| 1490 | } |
| 1491 | .package-view-button .btn-outline-secondary{ |
| 1492 | background-color: #fff !important; |
| 1493 | border-color: #D0DFF1 !important; |
| 1494 | color: #1B3E6F !important; |
| 1495 | margin-left: 10px; |
| 1496 | } |
| 1497 | .package-view-title { |
| 1498 | font-size: 11px; |
| 1499 | color: #1B3E6F; |
| 1500 | font-weight: bold; |
| 1501 | margin-bottom: 5px; |
| 1502 | margin-top: 20px; |
| 1503 | } |
| 1504 | .package-view-title+p{ |
| 1505 | font-size: 11px; |
| 1506 | margin-bottom: 0px; |
| 1507 | } |
| 1508 | .package-view-title+ul{ |
| 1509 | margin-bottom: 0px; |
| 1510 | } |
| 1511 | .package-view-button .btn-outline-secondary i{ |
| 1512 | font-size: 18px; |
| 1513 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1514 | .card.creat-card{ |
| 1515 | margin: 0; |
| 1516 | border-radius: 2px; |
| 1517 | border: 0; |
| 1518 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); |
| 1519 | } |
| 1520 | .card.creat-card .single-line{ |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1521 | padding: 15px 25px 15px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1522 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1523 | .card.creat-card .single-line-model{ |
| 1524 | padding: 0px; |
| 1525 | } |
| 1526 | .card.creat-card .editor-container{ |
| 1527 | padding: 25px; |
| 1528 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1529 | .single-line label{ |
| 1530 | margin-bottom: 0px; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1531 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1532 | .single-line-model label{ |
| 1533 | margin-bottom: 0px; |
| 1534 | border-bottom: 1px solid #efefef; |
| 1535 | padding: 15px 25px; |
| 1536 | } |
| 1537 | .single-line-model .label-name{ |
| 1538 | width: 325px; |
| 1539 | } |
| 1540 | .single-line-model .label-input{ |
| 1541 | width: calc(100% - 325px); |
| 1542 | } |
| 1543 | |
| 1544 | .single-line-model input{ |
| 1545 | border-bottom: 1px solid #efefef !important; |
| 1546 | padding: 15px 25px 15px 0px; |
| 1547 | } |
| 1548 | .model-note-container{ |
| 1549 | width: calc(100% - 325px); |
| 1550 | padding: 0px 25px 0px 0px ; |
| 1551 | margin-left: 325px; |
| 1552 | } |
| 1553 | .error-message{ |
| 1554 | font-size:11px ; |
| 1555 | } |
| 1556 | .tages-container{ |
| 1557 | margin-bottom: 25px; |
| 1558 | } |
| 1559 | .tag-notes{ |
| 1560 | font-size: 11px; |
| 1561 | color: #C3CDDB; |
| 1562 | padding: 5px 25px 5px 0px; |
| 1563 | margin-bottom: 5px; |
| 1564 | } |
| 1565 | .single-tage{ |
| 1566 | background: #E0E8F2; |
| 1567 | font-size: 13px; |
| 1568 | color: #1B3E6F; |
| 1569 | border-radius: 50px; |
| 1570 | padding: 5px 10px; |
| 1571 | margin-right:10px; |
| 1572 | margin-bottom: 10px; |
| 1573 | } |
| 1574 | .single-tage a{ |
| 1575 | color: #1B3E6F; |
| 1576 | font-size: 14px; |
| 1577 | } |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1578 | .label-name{ |
| 1579 | width: 300px; |
| 1580 | display: inline-block; |
| 1581 | margin-bottom: 0px; |
| 1582 | font-size: 14px; |
| 1583 | font-weight: bold; |
| 1584 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1585 | .label-name span{ |
| 1586 | color:#FF6469 ; |
| 1587 | } |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1588 | .delete-key{ |
| 1589 | color: #FF6469; |
| 1590 | font-size: 10px; |
| 1591 | background: #FFE6E7; |
| 1592 | border: 1px solid #FFC9CB; |
| 1593 | padding: 3px 10px 2px; |
| 1594 | margin-left: 10px; |
| 1595 | border-radius: 5px; |
| 1596 | } |
| 1597 | .delete-key:hover{ |
| 1598 | color: #C94448; |
| 1599 | background: #FFC9CB; |
| 1600 | border: 1px solid #FF6469; |
| 1601 | text-decoration: none; |
| 1602 | } |
| 1603 | .label-input{ |
| 1604 | width: calc(100% - 300px); |
| 1605 | display: inline-block; |
| 1606 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1607 | .form-check-input{ |
| 1608 | margin-left: 0px !important; |
| 1609 | margin-top: 2px !important; |
| 1610 | } |
| 1611 | .form-check-input+span{ |
| 1612 | margin-left: 20px; |
| 1613 | margin-right: 50px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1614 | font-size: 14px; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1615 | display: flex; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1616 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1617 | .form-check-input+span i{ |
| 1618 | margin-right: 5px; |
| 1619 | margin-left: 5px; |
| 1620 | } |
| 1621 | |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1622 | .label-input input{ |
| 1623 | margin-bottom: 0px; |
| 1624 | outline: 0px; |
| 1625 | border: 0px; |
| 1626 | font-size: 14px; |
| 1627 | width: 100%; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1628 | color: #1B3E6F; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1629 | } |
| 1630 | .label-input input[type=radio]{ |
| 1631 | width: auto; |
| 1632 | |
| 1633 | } |
| 1634 | .label-input input[type=radio]+span{ |
| 1635 | font-size: 12px; |
| 1636 | display: block; |
| 1637 | margin-right: 100px; |
| 1638 | } |
| 1639 | .single-line select{ |
| 1640 | margin-bottom: 0px; |
| 1641 | outline: 0px; |
| 1642 | border: 0px; |
| 1643 | background: none; |
| 1644 | background: url(/assets/img/arrow.svg) center right no-repeat; |
| 1645 | background-size: 10spx; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1646 | width: auto; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1647 | -webkit-appearance: none; |
| 1648 | -moz-appearance: none; |
| 1649 | text-indent: 1px; |
| 1650 | text-overflow: ''; |
| 1651 | font-size: 14px; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1652 | padding-left: 0px; |
| 1653 | color: #1B3E6F; |
| 1654 | padding-right: 20px; |
| 1655 | } |
| 1656 | .single-line select:focus{ |
| 1657 | box-shadow: 0 0 0 0; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1658 | } |
| 1659 | .single-line select option:first-child{ |
| 1660 | color: #C3CDDB; |
| 1661 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1662 | .single-line-model input::placeholder{ |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1663 | font-size: 14px; |
| 1664 | color: #C3CDDB; |
| 1665 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1666 | .single-line-model.error{ |
| 1667 | color:#FF6469; |
| 1668 | } |
| 1669 | .single-line-model.error input{ |
| 1670 | color:#FF6469; |
| 1671 | border-bottom: 1px solid #FF6469 !important; |
| 1672 | } |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1673 | .single-line .custom-key{ |
| 1674 | background: none; |
| 1675 | border: 0px; |
| 1676 | color:#1273EB ; |
| 1677 | font-size: 15px; |
| 1678 | } |
| 1679 | .single-line .custom-key:focus{ |
| 1680 | outline: none; |
| 1681 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1682 | .creat-container{ |
| 1683 | padding:70px 100px 70px 70px; |
| 1684 | position: relative; |
| 1685 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1686 | .single-custom-key{ |
| 1687 | width: 100%; |
| 1688 | } |
| 1689 | .single-line-custom-key{ |
| 1690 | width: 45%; |
| 1691 | display: inline-block; |
| 1692 | } |
| 1693 | .single-line-custom-key-delete{ |
| 1694 | width: 10%; |
| 1695 | display: inline-block; |
| 1696 | border-bottom: 1px solid #efefef; |
| 1697 | padding: 12px; |
| 1698 | } |
| 1699 | .single-line-custom-key label{ |
| 1700 | width: 150px; |
| 1701 | margin-bottom: 0px; |
| 1702 | border-bottom: 1px solid #efefef; |
| 1703 | padding: 15px 25px; |
| 1704 | } |
| 1705 | .single-line-custom-key input{ |
| 1706 | |
| 1707 | border-bottom: 1px solid #efefef !important; |
| 1708 | padding: 15px 25px; |
| 1709 | } |
| 1710 | .single-line-custom-key input::placeholder{ |
| 1711 | font-size: 14px; |
| 1712 | color: #C3CDDB; |
| 1713 | } |
| 1714 | .single-line-custom-key .label-input{ |
| 1715 | width: calc(100% - 150px); |
| 1716 | } |
| 1717 | .single-line-custom-key .label-name span{ |
| 1718 | color: #C3CDDB !important; |
| 1719 | margin-right: 20px; |
| 1720 | } |
| 1721 | .custom-key-delete{ |
| 1722 | background: transparent; |
| 1723 | color: #FF6469; |
| 1724 | outline: 0px; |
| 1725 | border: 0px; |
| 1726 | } |
| 1727 | .custom-key-delete:focus{ |
| 1728 | outline: 0px; |
| 1729 | border: 0px; |
| 1730 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1731 | hr { |
| 1732 | margin-top: 0rem !important; |
| 1733 | margin-bottom: 0rem !important; |
| 1734 | border-top: 1px solid #efefef !important; |
| 1735 | } |
| 1736 | .creat-action-container{ |
| 1737 | position: fixed; |
| 1738 | right: 0px; |
| 1739 | top: 160px; |
| 1740 | width: 130px; |
| 1741 | text-align: center; |
| 1742 | } |
| 1743 | .action-button{ |
| 1744 | color: #BABBC3; |
| 1745 | font-size: 10px; |
| 1746 | font-weight: bold; |
| 1747 | display: inline-block; |
| 1748 | margin-bottom: 12px; |
| 1749 | } |
| 1750 | .action-button:hover{ |
| 1751 | text-decoration: none; |
| 1752 | } |
| 1753 | .action-button i{ |
| 1754 | background: #fff; |
| 1755 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); |
| 1756 | width: 40px; |
| 1757 | height: 40px; |
| 1758 | text-align: center; |
| 1759 | line-height: 40px; |
| 1760 | border-radius: 40px; |
| 1761 | color: #1B3E6F; |
| 1762 | font-size: 17px; |
| 1763 | display: inline-block; |
| 1764 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1765 | .action-button.delete{ |
| 1766 | color: #BABBC3; |
| 1767 | } |
| 1768 | .action-button.delete i{ |
| 1769 | color: #BABBC3; |
| 1770 | } |
| 1771 | .action-button.delete:hover{ |
| 1772 | color: #FF6469; |
| 1773 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1774 | .mode-icon{ |
| 1775 | font-size: 20px; |
| 1776 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 1777 | .action-button span{ |
| 1778 | width: 100%; |
| 1779 | display: inline-block; |
| 1780 | margin-top: 5px; |
| 1781 | } |
shaaban Altanany | c133b83 | 2020-01-09 10:15:28 +0200 | [diff] [blame] | 1782 | .btn-link:hover, .btn-link:focus{ |
| 1783 | text-decoration: none !important; |
| 1784 | } |
| 1785 | .btn-link::before{ |
| 1786 | content: "\f107"; |
| 1787 | font-family:'FontAwesome'; |
| 1788 | position: relative; |
| 1789 | margin-right: 20px; |
| 1790 | } |
| 1791 | .btn-link.collapsed::before{ |
| 1792 | content: "\f105"; |
| 1793 | font-family:'FontAwesome'; |
| 1794 | position: relative; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1795 | margin-right: 25px; |
shaaban Altanany | c133b83 | 2020-01-09 10:15:28 +0200 | [diff] [blame] | 1796 | } |
| 1797 | .btn-link i{ |
| 1798 | margin-right: 10px; |
| 1799 | } |
| 1800 | .ngx-file-drop__content{ |
| 1801 | background: #F4F9FE; |
| 1802 | padding: 20px; |
| 1803 | height: auto !important; |
| 1804 | display: inline-block !important; |
| 1805 | width: 100%; |
| 1806 | } |
| 1807 | .ngx-file-drop__drop-zone{ |
| 1808 | border: 2px dotted #F4F9FE !important; |
| 1809 | border-radius: 0px !important; |
| 1810 | height: auto !important; |
| 1811 | } |
| 1812 | .folder-upload{ |
| 1813 | width: 100%; |
| 1814 | display: inline-block; |
| 1815 | text-align: center; |
| 1816 | } |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1817 | .btn-group-sm>.btn, .btn-sm{ |
| 1818 | font-size: 12px; |
| 1819 | } |
| 1820 | .create-title{ |
| 1821 | font-size: 14px; |
| 1822 | } |
shaaban Altanany | c133b83 | 2020-01-09 10:15:28 +0200 | [diff] [blame] | 1823 | .folder-upload-text{ |
| 1824 | margin-top: 10px; |
| 1825 | width: 100%; |
| 1826 | display: inline-block; |
| 1827 | text-align: center; |
| 1828 | color:#242424 ; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1829 | font-size: 14px; |
shaaban Altanany | c133b83 | 2020-01-09 10:15:28 +0200 | [diff] [blame] | 1830 | } |
| 1831 | .folder-upload-text button{ |
| 1832 | margin-left: 10px; |
| 1833 | font-size: 12px; |
| 1834 | } |
| 1835 | .folder-upload-type{ |
| 1836 | color:#A4B2C6 ; |
| 1837 | font-size: 10px; |
| 1838 | width: 100%; |
| 1839 | display: inline-block; |
| 1840 | text-align: center; |
| 1841 | } |
| 1842 | .upload-table .table thead th{ |
| 1843 | border-top: 0px !important; |
| 1844 | border-bottom: 0px !important; |
| 1845 | } |
| 1846 | .upload-table .table{ |
| 1847 | margin-bottom: 0px !important; |
| 1848 | } |
| 1849 | .nav-tabs .nav-link{ |
| 1850 | position: relative; |
| 1851 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1852 | .nav-tabs .nav-link.tab-done{ |
| 1853 | padding-left: 40px !important; |
| 1854 | } |
shaaban Altanany | c133b83 | 2020-01-09 10:15:28 +0200 | [diff] [blame] | 1855 | .nav-tabs .nav-link.tab-done::after{ |
| 1856 | content: "\f058"; |
| 1857 | position: absolute; |
| 1858 | font-family: 'FontAwesome'; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1859 | left: 17px; |
shaaban Altanany | c133b83 | 2020-01-09 10:15:28 +0200 | [diff] [blame] | 1860 | font-size: 16px; |
| 1861 | top: 11px; |
| 1862 | color: #66BB00; |
| 1863 | } |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1864 | .authentication-container-all{ |
| 1865 | background: #F4F9FE; |
| 1866 | border:1px solid #D0DFF1 ; |
| 1867 | flex: 1; |
| 1868 | width: 100%; |
| 1869 | } |
| 1870 | .authentication-header{ |
| 1871 | width: 100%; |
| 1872 | background: #fff; |
| 1873 | font-size: 12px; |
| 1874 | color: #C3CDDB; |
| 1875 | font-weight: bold; |
| 1876 | padding: 10px 20px ; |
| 1877 | } |
| 1878 | .authentication-search{ |
| 1879 | width: 100%; |
| 1880 | background: #fff; |
| 1881 | font-size: 12px; |
| 1882 | color: #C3CDDB; |
| 1883 | font-weight: bold; |
| 1884 | position: relative; |
| 1885 | } |
| 1886 | .authentication-search::after{ |
| 1887 | content: "\f002"; |
| 1888 | font-family: 'FontAwesome'; |
| 1889 | position: absolute; |
| 1890 | left: 20px; |
| 1891 | top: 11px; |
| 1892 | } |
| 1893 | .authentication-search input{ |
| 1894 | width: 100%; |
| 1895 | background: #fff; |
| 1896 | font-size: 12px; |
| 1897 | color: #C3CDDB; |
| 1898 | font-weight: bold; |
| 1899 | padding: 10px 20px 10px 35px; |
| 1900 | border: 0px; |
| 1901 | border-top: 1px solid #D7E7F9; |
| 1902 | } |
| 1903 | .authentication-search input::placeholder{ |
| 1904 | color: #D0D7E4; |
| 1905 | font-size: 10px; |
| 1906 | font-weight:100; |
| 1907 | } |
| 1908 | .authentication-accordion{ |
| 1909 | width: 100%; |
| 1910 | padding: 20px; |
| 1911 | max-height: 300px; |
| 1912 | overflow: auto; |
| 1913 | } |
| 1914 | .authentication-accordion .card{ |
| 1915 | border-radius: 0px !important; |
| 1916 | margin-bottom: 10px !important; |
| 1917 | } |
| 1918 | .authentication-accordion .card-header{ |
| 1919 | padding: 0px !important; |
| 1920 | background: #fff !important; |
| 1921 | border-radius: 0px !important; |
| 1922 | font-size: 18px; |
| 1923 | font-weight: bold; |
| 1924 | } |
| 1925 | .authentication-accordion .card-header .btn-link{ |
| 1926 | color: #1B3E6F; |
| 1927 | width: 100%; |
| 1928 | text-align: left; |
| 1929 | padding-left: 0px !important; |
| 1930 | font-size: 14px; |
| 1931 | } |
| 1932 | .authentication-accordion .custom-control{ |
| 1933 | display: inline-block; |
| 1934 | } |
| 1935 | .authentication-accordion .btn-link::before{ |
| 1936 | margin-right: 10px; |
| 1937 | } |
| 1938 | .authentication-accordion .btn-link.collapsed::before{ |
| 1939 | margin-right: 14px; |
| 1940 | } |
| 1941 | .template-mapping-accordion{ |
| 1942 | width: 100%; |
| 1943 | } |
| 1944 | .card{ |
| 1945 | border-radius: 2px; |
| 1946 | border: 0; |
| 1947 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); |
| 1948 | border: 0px !important; |
| 1949 | } |
| 1950 | .card-header{ |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1951 | padding: 0px 25px !important; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1952 | background: #F4F9FE !important; |
| 1953 | border-radius: 0px !important; |
| 1954 | border-bottom: 1px solid #ECEDF2 !important; |
| 1955 | } |
| 1956 | .card-body { |
| 1957 | padding: 20px 25px !important; |
| 1958 | font-size: 14px; |
| 1959 | } |
| 1960 | .card-header .btn-link{ |
| 1961 | color: #1B3E6F; |
| 1962 | width: 100%; |
| 1963 | text-align: left; |
| 1964 | padding-left: 0px !important; |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 1965 | font-size:14px; |
shady | b85e6de | 2020-01-22 13:47:41 +0200 | [diff] [blame] | 1966 | } |
| 1967 | .accordion .card{ |
| 1968 | margin-bottom: 0px !important; |
| 1969 | border-top: 1px solid #ECEDF2 !important; |
| 1970 | } |
| 1971 | .template-mapping-accordion .card{ |
| 1972 | margin-bottom: 25px !important; |
| 1973 | } |
| 1974 | .custom-control{ |
| 1975 | display: inline-block; |
| 1976 | } |
| 1977 | .btn-link::before{ |
| 1978 | margin-right: 10px; |
| 1979 | } |
| 1980 | .btn-link.collapsed::before{ |
| 1981 | margin-right: 14px; |
| 1982 | } |
| 1983 | .drap-drop-action{ |
| 1984 | padding: 12px 20px 9px 20px; |
| 1985 | color: #C3CDDB; |
| 1986 | cursor:move; |
| 1987 | font-size: 15px; |
| 1988 | } |
| 1989 | .modal-title { |
| 1990 | font-size: 14px; |
| 1991 | } |
| 1992 | .select-type{ |
| 1993 | background: #F4F9FE; |
| 1994 | border: 1px solid #D7E7F9; |
| 1995 | padding: 10px; |
| 1996 | text-align: center; |
| 1997 | color: #1273EB; |
| 1998 | font-size: 15px; |
| 1999 | width: 100%; |
| 2000 | position: relative; |
| 2001 | } |
| 2002 | .select-type:hover, .select-type.active{ |
| 2003 | background: #1B3E6F; |
| 2004 | border: 1px solid #D7E7F9; |
| 2005 | color: #fff; |
| 2006 | text-decoration: none; |
| 2007 | } |
| 2008 | .select-type-icon{ |
| 2009 | font-size: 35px; |
| 2010 | } |
| 2011 | .select-type::before{ |
| 2012 | content: ''; |
| 2013 | border: 1px solid #1273EB; |
| 2014 | width: 18px; |
| 2015 | height: 18px; |
| 2016 | border-radius: 18px; |
| 2017 | display: inline-block; |
| 2018 | left: 10px; |
| 2019 | position: absolute; |
| 2020 | } |
| 2021 | .select-type:hover::before, .select-type.active::before{ |
| 2022 | border: 1px solid #fff; |
| 2023 | } |
| 2024 | .select-type.active::after{ |
| 2025 | content: ''; |
| 2026 | background: #fff; |
| 2027 | width: 12px; |
| 2028 | height: 12px; |
| 2029 | border-radius: 18px; |
| 2030 | display: inline-block; |
| 2031 | left: 13px; |
| 2032 | position: absolute; |
| 2033 | top: 13px; |
| 2034 | } |
shady | b3c61a6 | 2020-02-16 15:47:33 +0200 | [diff] [blame^] | 2035 | .ace-tomorrow-night-bright .ace_print-margin{ |
| 2036 | background: #eee !important; |
| 2037 | } |
| 2038 | .ace_editor{ |
| 2039 | line-height: 25px; |
| 2040 | border: 1px solid #ECEDF2; |
| 2041 | background-color: #fff; |
| 2042 | color: #1B3E6F; |
| 2043 | } |
| 2044 | .ace-tomorrow-night-bright .ace_gutter{ |
| 2045 | background: #1B3E6F !important; |
| 2046 | border-right: 0px !important; |
| 2047 | color: #fff !important; |
| 2048 | } |
| 2049 | .ace-tomorrow-night-bright .ace_gutter-active-line { |
| 2050 | background-color: #265699; |
| 2051 | } |
| 2052 | .ace-tomorrow-night-bright .ace_cursor{ |
| 2053 | color: #265699; |
| 2054 | } |
| 2055 | .ace-tomorrow-night-bright .ace_marker-layer .ace_active-line { |
| 2056 | background: #eee; |
| 2057 | } |
| 2058 | .breadcrumb-header{ |
| 2059 | padding: 0px; |
| 2060 | margin: 0px; |
| 2061 | } |
| 2062 | .breadcrumb-header li{ |
| 2063 | list-style: none; |
| 2064 | display: inline-block; |
| 2065 | font-size: 12px; |
| 2066 | } |
| 2067 | .breadcrumb-header li::after{ |
| 2068 | content: "/"; |
| 2069 | padding: 0px 10px; |
| 2070 | font-size: 16px; |
| 2071 | color: #C3CDDB; |
| 2072 | } |
| 2073 | .breadcrumb-header li:last-child::after{ |
| 2074 | display: none; |
| 2075 | } |
| 2076 | |
| 2077 | .breadcrumb-header li:last-child{ |
| 2078 | background: #F4F9FE; |
| 2079 | border-radius: 50px; |
| 2080 | color: #C3CDDB; |
| 2081 | padding: 4px 10px; |
| 2082 | } |
| 2083 | .breadcrumb-header li:first-child{ |
| 2084 | font-size: 16px; |
| 2085 | font-weight: bold; |
| 2086 | padding: 0px; |
| 2087 | color: #1B3E6F; |
| 2088 | border-radius: 0px; |
| 2089 | background: transparent; |
| 2090 | padding: 4px 0px 3px; |
| 2091 | } |
| 2092 | .create-template-import{ |
| 2093 | width: 100%; |
| 2094 | margin: 30px 0px 10px ; |
| 2095 | } |
| 2096 | |
| 2097 | .create-template-import a:hover{ |
| 2098 | text-decoration: none; |
| 2099 | } |
| 2100 | .mapping-source-load { |
| 2101 | color: #1B3E6F; |
| 2102 | font-size: 10px; |
| 2103 | font-weight: bold; |
| 2104 | display: inline-table; |
| 2105 | margin-top: 20px; |
| 2106 | margin-bottom: 10px; |
| 2107 | margin:15px 30px 10px; |
| 2108 | } |
| 2109 | .mapping-source-load:hover{ |
| 2110 | text-decoration: none; |
| 2111 | } |
| 2112 | .mapping-source-load i { |
| 2113 | color: #1B3E6F; |
| 2114 | font-size: 36px; |
| 2115 | padding: 10px; |
| 2116 | background: #F4F9FE; |
| 2117 | border-radius: 100px; |
| 2118 | width: 70px; |
| 2119 | height: 70px; |
| 2120 | display: inline-block; |
| 2121 | line-height: 52px; |
| 2122 | margin-bottom: 20px; |
| 2123 | } |
| 2124 | .source-load-note{ |
| 2125 | color:#C3CDDB ; |
| 2126 | font-size: 8px; |
| 2127 | } |
| 2128 | .template-mapping-list{ |
| 2129 | background: #F4F9FE; |
| 2130 | border: 1px solid #E9F3FF; |
| 2131 | padding: 5px 10px; |
| 2132 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); |
| 2133 | width: 100%; |
| 2134 | display: inline-block; |
| 2135 | margin-bottom: 20px; |
| 2136 | color: #1B3E6F; |
| 2137 | } |
| 2138 | .template-mapping-list:hover, .template-mapping-list.active { |
| 2139 | background: #1B3E6F; |
| 2140 | text-decoration: none; |
| 2141 | color: #fff; |
| 2142 | } |
| 2143 | .template-mapping-list span{ |
| 2144 | background: #fff; |
| 2145 | color: #2A81ED; |
| 2146 | font-size: 8px; |
| 2147 | float: right; |
| 2148 | border-radius: 50px; |
| 2149 | padding: 3px 10px; |
| 2150 | margin-top: 1px; |
| 2151 | margin-left: 5px; |
| 2152 | |
| 2153 | } |
| 2154 | .max-height-list{ |
| 2155 | max-height: 232px; |
| 2156 | padding-bottom: 5px !important; |
| 2157 | overflow: auto; |
| 2158 | } |
| 2159 | .create-template-mapping-button{ |
| 2160 | background: #C3CDDB; |
| 2161 | border-radius: 50px; |
| 2162 | font-size: 12px; |
| 2163 | padding: 10px 20px; |
| 2164 | margin-bottom: 20px; |
| 2165 | display: inline-block; |
| 2166 | cursor: pointer; |
| 2167 | } |
| 2168 | .create-template-mapping-button i{ |
| 2169 | margin-right: 5px; |
| 2170 | } |
| 2171 | .view-package-container{ |
| 2172 | padding: 20px; |
| 2173 | } |
| 2174 | .package-type-icon{ |
| 2175 | color: #fff; |
| 2176 | background: #1B3E6F; |
| 2177 | width: 40px; |
| 2178 | height: 40px; |
| 2179 | border-radius: 40px; |
| 2180 | display: inline-block; |
| 2181 | text-align: center; |
| 2182 | line-height: 38px; |
| 2183 | font-size: 20px; |
| 2184 | margin-right: 20px; |
| 2185 | } |
| 2186 | .package-name-container{ |
| 2187 | width: calc(100% - 60px); |
| 2188 | display: inline-block; |
| 2189 | } |
| 2190 | .package-name{ |
| 2191 | font-size: 14px; |
| 2192 | color: #1B3E6F; |
| 2193 | font-weight: bold; |
| 2194 | margin-top: 3px; |
| 2195 | } |
| 2196 | .package-name span{ |
| 2197 | font-size: 10px; |
| 2198 | color: #C3CDDB; |
| 2199 | } |
| 2200 | .package-name i{ |
| 2201 | font-size: 12px; |
| 2202 | color: #C3CDDB; |
| 2203 | margin-left: 5px; |
| 2204 | } |
| 2205 | .package-name.deployed i{ |
| 2206 | color: #66BB00; |
| 2207 | } |
| 2208 | .package-description{ |
| 2209 | color: #D0D7E4; |
| 2210 | font-size: 12px; |
| 2211 | font-weight: normal; |
| 2212 | } |
| 2213 | .template-mapping-action{ |
| 2214 | width: 100%; |
| 2215 | text-align: center; |
| 2216 | margin-bottom: 30px; |
| 2217 | } |
| 2218 | .template-mapping-action button{ |
| 2219 | border-radius: 50px; |
| 2220 | } |
| 2221 | .template-mapping-action .btn-primary{ |
| 2222 | background:#5DBDBA !important ; |
| 2223 | border-color:#5DBDBA !important ; |
| 2224 | color: #fff !important ; |
| 2225 | } |
| 2226 | .template-mapping-action .btn-outline-secondary{ |
| 2227 | background:#fff !important ; |
| 2228 | border-color:#ECEDF2 !important ; |
| 2229 | color: #C3CDDB !important ; |
| 2230 | } |
| 2231 | .table-container{ |
| 2232 | width: 100%; |
| 2233 | } |
| 2234 | /* |
| 2235 | server-side-angular-way.component.css |
| 2236 | */ |
| 2237 | .no-data-available { |
| 2238 | text-align: center; |
| 2239 | } |
| 2240 | |
| 2241 | /* |
| 2242 | src/styles.css (i.e. your global style) |
| 2243 | */ |
| 2244 | .dataTables_empty { |
| 2245 | display: none; |
| 2246 | } |
| 2247 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 2248 | /* Extra small devices (portrait phones, less than 576px) */ |
| 2249 | @media (max-width: 575.98px) { |
| 2250 | .page-title{ |
| 2251 | padding: 18px; |
| 2252 | } |
| 2253 | } |
| 2254 | |
| 2255 | /* Small devices (landscape phones, 576px and up) */ |
| 2256 | @media (min-width: 576px) and (max-width: 767.98px) { |
| 2257 | |
| 2258 | } |
| 2259 | |
| 2260 | /* Medium devices (tablets, 768px and up) */ |
| 2261 | @media (min-width: 768px) and (max-width: 991.98px) { |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 2262 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 2263 | } |
| 2264 | |
| 2265 | /* Large devices (desktops, 992px and up) */ |
| 2266 | @media (min-width: 992px) and (max-width: 1199.98px) { |
| 2267 | |
| 2268 | } |
| 2269 | |
| 2270 | /* Extra large devices (large desktops, 1200px and up) */ |
| 2271 | @media (min-width: 1200px) { |
| 2272 | |
| 2273 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 2274 | |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame] | 2275 | |
| 2276 | |
| 2277 | |
| 2278 | |
| 2279 | |
| 2280 | |
| 2281 | |
| 2282 | |
| 2283 | |
| 2284 | |
| 2285 | |
| 2286 | |
| 2287 | |
| 2288 | |
| 2289 | |
| 2290 | |
| 2291 | |
| 2292 | |
| 2293 | |
| 2294 | |
| 2295 | |