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 | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 9 | font-family: 'Nunito' !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 10 | color: #1B3E6F !important; |
| 11 | } |
| 12 | *:focus{ |
| 13 | outline: none; |
| 14 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 15 | /*Bootstrap*/ |
| 16 | .custom-control-label::before{ |
| 17 | border: solid 1px #1B3E6F !important; |
| 18 | border-radius: 0 !important; |
| 19 | } |
| 20 | .custom-control-input:checked ~ .custom-control-label::before{ |
| 21 | background: #1B3E6F !important; |
| 22 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 23 | |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 24 | /*Components*/ |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 25 | /* Menu Styles */ |
| 26 | .primary-nav{ |
| 27 | /* left: 0; */ |
| 28 | position: fixed; |
| 29 | z-index: 999; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 30 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 31 | .menu{ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 32 | position: relative; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 33 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 34 | .menu ul{ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 35 | margin: 0; |
| 36 | padding: 0; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 37 | list-style: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 38 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 39 | .open-panel{ |
| 40 | border: none; |
| 41 | background-color:#fff; |
| 42 | padding: 0; |
| 43 | } |
| 44 | .logo-icon{ |
| 45 | background: #fff; |
| 46 | position: relative; |
| 47 | display: block; |
| 48 | text-align: center; |
| 49 | padding: 16px 0; |
| 50 | width: 50px; |
| 51 | height: 60px; |
| 52 | left: 0; |
| 53 | top: 0; |
| 54 | z-index: 1000; |
| 55 | cursor: pointer; |
| 56 | } |
| 57 | .primary-nav .menu li{ |
| 58 | position: relative; |
| 59 | } |
| 60 | .menu .icon{ |
| 61 | position: absolute; |
| 62 | top: 12px; |
| 63 | right: 10px; |
| 64 | pointer-events: none; |
| 65 | width: 30px; |
| 66 | height: 30px; |
| 67 | color: #fff; |
| 68 | text-align: center; |
| 69 | } |
| 70 | .menu .icon .fa{ |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 71 | vertical-align: middle; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 72 | } |
| 73 | .menu, |
| 74 | .menu a, |
| 75 | .menu a:visited{ |
| 76 | color: #fff; |
| 77 | text-decoration: none!important; |
| 78 | position: relative; |
| 79 | } |
| 80 | .menu a{ |
| 81 | display: block; |
| 82 | white-space: nowrap; |
| 83 | padding: 10px 1em; |
| 84 | font-size: 12px; |
| 85 | font-weight: bold; |
| 86 | height: 52px; |
| 87 | line-height: 30px; |
| 88 | } |
| 89 | .menu a:hover{ |
| 90 | color: #fff; |
| 91 | } |
| 92 | .menu-dropdown li .icon{ |
| 93 | padding: 2px 6px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 94 | color: #fff; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 95 | } |
| 96 | .menu-dropdown li.active .icon{ |
| 97 | color: #fff; |
| 98 | background: #265699; |
| 99 | border-radius: 50%; |
| 100 | } |
| 101 | .menu-dropdown li:hover{ |
| 102 | background: #172B4D; |
| 103 | } |
| 104 | .menu label{ |
| 105 | margin-bottom: 0; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 106 | display: block; |
| 107 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 108 | .menu label:hover{ |
| 109 | cursor: pointer; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 110 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 111 | .menu input[type="checkbox"]{ |
| 112 | display: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 113 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 114 | input#menu[type="checkbox"]{ |
| 115 | display: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 116 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 117 | .sub-menu-dropdown{ |
| 118 | display: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 119 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 120 | .new-wrapper{ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 121 | position: absolute; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 122 | left: 50px; |
| 123 | width: calc(100% - 50px); |
| 124 | transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1); |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 125 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 126 | #menu:checked + ul.menu-dropdown{ |
| 127 | left: 0; |
| 128 | -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 129 | animation: all .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 130 | } |
| 131 | .sub-menu-checkbox:checked + ul.sub-menu-dropdown{ |
| 132 | display: block!important; |
| 133 | -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 134 | animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 135 | border-top: solid 2px #1B3E6F; |
| 136 | } |
| 137 | .openNav .new-wrapper{ |
| 138 | position: absolute; |
| 139 | transform: translate3d(200px, 0, 0); |
| 140 | width: calc(100% - 250px); |
| 141 | transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1); |
| 142 | } |
| 143 | .downarrow{ |
| 144 | background: transparent; |
| 145 | position: absolute; |
| 146 | right: 50px; |
| 147 | top: 12px; |
| 148 | color: #fff; |
| 149 | width: 24px; |
| 150 | height: 24px; |
| 151 | text-align: center; |
| 152 | display: block; |
| 153 | } |
| 154 | .downarrow:hover{ |
| 155 | color: #fff; |
| 156 | } |
| 157 | .menu{ |
| 158 | position: absolute; |
| 159 | display: block; |
| 160 | left: -200px; |
| 161 | top: 0; |
| 162 | width: 250px; |
| 163 | height: 100vh; |
| 164 | transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1); |
| 165 | background-color: #1B3E6F; |
| 166 | z-index: 999; |
| 167 | } |
| 168 | .menu-dropdown{ |
| 169 | top: 0; |
| 170 | overflow-y: auto; |
| 171 | } |
| 172 | .overflow-container{ |
| 173 | position: relative; |
| 174 | height: calc(100vh - 60px)!important; |
| 175 | overflow-y: auto; |
| 176 | border-top: 60px solid #fff; |
| 177 | z-index: -1; |
| 178 | display:block; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 179 | } |
| 180 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 181 | .menu .logotype{ |
| 182 | position: absolute !important; |
| 183 | top: 16px; |
| 184 | left: 55px; |
| 185 | display: block; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 186 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 187 | /* .sub-menu-dropdown{ |
| 188 | background-color: #333; |
| 189 | } */ |
| 190 | .menu:hover{ |
| 191 | position: absolute; |
| 192 | left: 0; |
| 193 | top: 0; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 194 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 195 | .openNav .menu:hover{ |
| 196 | position: absolute; |
| 197 | left: -200px; |
| 198 | top: 60px; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 199 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 200 | .openNav .menu{ |
| 201 | top: 60px; |
| 202 | transform: translate3d(200px, 0, 0); |
| 203 | transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1); |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 204 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 205 | @-webkit-keyframes grow{ |
| 206 | 0% { |
| 207 | display: none; |
| 208 | opacity: 0; |
| 209 | } |
| 210 | 50% { |
| 211 | display: block; |
| 212 | opacity: 0.5; |
| 213 | } |
| 214 | 100% { |
| 215 | opacity: 1; |
| 216 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 217 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 218 | @keyframes grow{ |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 219 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 220 | 0% { |
| 221 | display: none; |
| 222 | opacity: 0; |
| 223 | } |
| 224 | 50% { |
| 225 | display: block; |
| 226 | opacity: 0.5; |
| 227 | } |
| 228 | 100% { |
| 229 | opacity: 1 |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 230 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 231 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 232 | /*User Profile*/ |
| 233 | .userProfile .dropdown{ |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 234 | width: 99.5%; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 235 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 236 | .userProfile .dropdown:hover{ |
| 237 | background: #172B4D !important; |
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 | .userProfile .dropdown-text{ |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 240 | background: transparent; |
| 241 | border: 0; |
| 242 | box-shadow: none; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 243 | font-size: 13px; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 244 | line-height: 40px; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 245 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 246 | .import-container-all{ |
| 247 | width: 100%; |
| 248 | } |
| 249 | .import-container{ |
| 250 | width: 100%; |
| 251 | background: #E0E8F2; |
| 252 | padding:30px ; |
| 253 | } |
| 254 | .import-container-input{ |
| 255 | width: 40%; |
| 256 | position: relative; |
| 257 | display: inline-block; |
| 258 | margin-right: 20px; |
| 259 | } |
| 260 | .import-container-input input{ |
| 261 | width: 100%; |
| 262 | height: 40px; |
| 263 | padding: 5px 20px; |
| 264 | border: 0px; |
| 265 | -webkit-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75); |
| 266 | -moz-box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75); |
| 267 | box-shadow: 0px 0px 42px -27px rgba(0,0,0,0.75); |
| 268 | } |
| 269 | .enter-link{ |
| 270 | position: absolute; |
| 271 | right: 18px; |
| 272 | font-size: 23px; |
| 273 | top: 6px; |
| 274 | color: #1273EB; |
| 275 | } |
| 276 | .enter-link:hover{ |
| 277 | text-decoration: none; |
| 278 | } |
| 279 | .import-container-input input::placeholder{ |
| 280 | color: #CFD7E5; |
| 281 | } |
| 282 | .import-container-span{ |
| 283 | font-size: 12px; |
| 284 | } |
| 285 | .accordion .card{ |
| 286 | margin-bottom: 0px !important; |
| 287 | background-color: #FAFAFA !important; |
| 288 | border: 0px; |
| 289 | } |
| 290 | .accordion-delete{ |
| 291 | color: #FF6469; |
| 292 | font-size: 18px; |
| 293 | margin-top: 11px; |
| 294 | } |
| 295 | .accordion-delete:hover{ |
| 296 | text-decoration: none; |
| 297 | } |
| 298 | .card-header{ |
| 299 | background-color: #DEE8F3 !important; |
| 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; |
| 417 | text-transform: uppercase; |
| 418 | border-radius: 2px; |
| 419 | border-width: .5px; |
| 420 | border-style: solid; |
| 421 | background-position: 10px center; |
| 422 | background-repeat: no-repeat; |
| 423 | } |
| 424 | .addPaackage-card a:hover{ |
| 425 | text-decoration: unset; |
| 426 | } |
| 427 | .btn-create-package, |
| 428 | .btn-create-package:hover{ |
| 429 | background-color: #1B3E6F; |
| 430 | border-color: #1B3E6F; |
| 431 | color: #fff; |
| 432 | background-image: url(../src/assets/img/icon-create-white.svg); |
| 433 | } |
| 434 | .btn-import-package, |
| 435 | .btn-import-package:hover{ |
| 436 | color: #1B3E6F; |
| 437 | background-image: url(../src/assets/img/icon-import-blue.svg); |
| 438 | } |
| 439 | /***Actions Menu***/ |
| 440 | .packages-card .dropdown{ |
| 441 | width: auto; |
| 442 | float: right; |
| 443 | } |
| 444 | .packages-card .dropdown-text{ |
| 445 | background: transparent; |
| 446 | border: 0; |
| 447 | box-shadow: none; |
| 448 | text-indent: 0; |
| 449 | line-height: unset; |
| 450 | border-bottom-left-radius: 0; |
| 451 | border-bottom-right-radius: 0; |
| 452 | opacity: .6; |
| 453 | } |
| 454 | .packages-card .dropdown-text::after{ |
| 455 | display: none; |
| 456 | } |
| 457 | .packages-card .dropdown-text img{ |
| 458 | padding: 9px 7px; |
| 459 | } |
| 460 | .packages-card .dropdown-content{ |
| 461 | right: 0; |
| 462 | width: 120px; |
| 463 | padding: 6px 0; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 464 | |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 465 | border: 0; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 466 | border-radius: 50%; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 467 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 468 | /* .userProfile .dropdown-content{ |
| 469 | bottom: 40px !important; |
| 470 | top: unset !important; |
| 471 | width: 100%; |
| 472 | } */ |
| 473 | /**Tab Nav**/ |
| 474 | .nav-tabs{ |
| 475 | border-bottom-color: #ECEDF2 !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 476 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 477 | .nav-link{ |
| 478 | padding: 15px 20px 15px 0 !important; |
| 479 | text-transform: uppercase !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 480 | font-size: 12px; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 481 | font-weight: bold; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 482 | color: #C3CDDB !important; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 483 | border: none !important; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 484 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 485 | .nav-tabs .nav-link:focus, |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 486 | .nav-tabs .nav-link:hover{ |
| 487 | border: 0 !important; |
| 488 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 489 | .nav-tabs .nav-link:hover{ |
| 490 | color: #1B3E6F !important; |
| 491 | } |
| 492 | .nav-tabs .nav-link.active{ |
| 493 | color: #1B3E6F !important; |
| 494 | background: transparent !important; |
| 495 | border: 0 !important; |
| 496 | border-bottom: solid 2px #1B3E6F !important; |
| 497 | } |
| 498 | .nav-tabs .nav-link::before{ |
| 499 | content: "|"; |
| 500 | padding-right: 20px !important; |
| 501 | color: #C3CDDB; |
| 502 | font-weight: normal; |
| 503 | } |
| 504 | .nav-tabs .nav-link:first-child::before{ |
| 505 | content: none; |
| 506 | } |
| 507 | .nav-tabs .nav-link:first-child{ |
| 508 | padding-left: 20px !important; |
| 509 | } |
| 510 | /**Sliding Search Input**/ |
| 511 | .searchBox{ |
| 512 | position: absolute; |
| 513 | top: 0%; |
| 514 | right: 0%; |
| 515 | transform: translate(0%,-0%); |
| 516 | height: 40px; |
| 517 | } |
| 518 | .searchButton{ |
| 519 | float: right; |
| 520 | margin-top: 14px; |
| 521 | padding-left: 0 !important; |
| 522 | padding-right: 24px !important; |
| 523 | width: 60px; |
| 524 | height: 24px; |
| 525 | background: url(../src/assets/img/icon-search.svg) center center no-repeat; |
| 526 | background-size: 28%; |
| 527 | border: 0 !important; |
| 528 | border-right: solid 1px #1B3E6F !important; |
| 529 | display: flex; |
| 530 | justify-content: center; |
| 531 | align-items: center; |
| 532 | transition: 0.4s; |
| 533 | } |
| 534 | .searchBox:hover > .searchInput{ |
| 535 | width: 240px; |
| 536 | border-bottom: solid 1px #C3CDDB; |
| 537 | } |
| 538 | .searchBox:hover > .searchButton{ |
| 539 | color: #1B3E6F; |
| 540 | } |
| 541 | .searchInput{ |
| 542 | border: none; |
| 543 | background: none; |
| 544 | outline: none; |
| 545 | float: left; |
| 546 | padding: 0; |
| 547 | color: #1B3E6F; |
| 548 | font-size: 14px; |
| 549 | transition: 0.4s; |
| 550 | line-height: 40px; |
| 551 | width: 0px; |
| 552 | } |
| 553 | .searchInput::placeholder{ |
| 554 | color: #BABBC3; |
| 555 | } |
| 556 | .searchBox-expanded{ |
| 557 | width: 240px; |
| 558 | border-bottom: solid 1px #C3CDDB; |
| 559 | } |
| 560 | /**Drop Down Menu**/ |
| 561 | .dropdown{ |
| 562 | position: relative; |
| 563 | display: inline-block; |
| 564 | text-align: left; |
| 565 | width: 132px; |
| 566 | z-index: 200; |
| 567 | } |
| 568 | .dropdown-text{ |
| 569 | cursor: pointer; |
| 570 | position: relative; |
| 571 | text-indent: 10px; |
| 572 | line-height: 32px; |
| 573 | background-color: #eee; |
| 574 | border: 1px solid #ccc; |
| 575 | border-radius: 3px; |
| 576 | box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1); |
| 577 | width: 100%; |
| 578 | } |
| 579 | .dropdown-text:after{ |
| 580 | position: absolute; |
| 581 | right: 6px; |
| 582 | top: 15px; |
| 583 | content: ''; |
| 584 | width: 0px; |
| 585 | height: 0px; |
| 586 | border-style: solid; |
| 587 | border-width: 5px 4px 0 4px; |
| 588 | border-color: #555 transparent transparent transparent; |
| 589 | } |
| 590 | .dropdown-toggle{ |
| 591 | font-size: 0; |
| 592 | z-index: 1; |
| 593 | cursor: pointer; |
| 594 | position: absolute; |
| 595 | top: 0; |
| 596 | border: none; |
| 597 | padding: 0; |
| 598 | margin: 0 0 0 1px; |
| 599 | background: transparent; |
| 600 | text-indent: -10px; |
| 601 | height: 34px; |
| 602 | width: 100%; |
| 603 | } |
| 604 | .dropdown-toggle:focus{ |
| 605 | outline: 0; |
| 606 | } |
| 607 | .dropdown-content{ |
| 608 | position: absolute; |
| 609 | top: 32px; |
| 610 | width: 140px; |
| 611 | margin: 0; |
| 612 | padding: 0; |
| 613 | opacity: 0; |
| 614 | visibility:hidden; |
| 615 | -webkit-transition: all .25s ease; |
| 616 | -moz-transition: all .25s ease; |
| 617 | -ms-transition: all .25s ease; |
| 618 | -o-transition: all .25s ease; |
| 619 | transition: all .25s ease; |
| 620 | list-style-type: none; |
| 621 | border-radius: 3px; |
| 622 | text-indent: 10px; |
| 623 | line-height: 32px; |
| 624 | background-color: #eee; |
| 625 | border: 1px solid #ccc; |
| 626 | } |
| 627 | .dropdown-content a{ |
| 628 | display: block; |
| 629 | } |
| 630 | .dropdown-content a:hover{ |
| 631 | background: #e8e8e8; |
| 632 | } |
| 633 | .dropdown-toggle:hover ~ .dropdown-text, |
| 634 | .dropdown-toggle:focus ~ .dropdown-text{ |
| 635 | background-color: #e8e8e8; |
| 636 | } |
| 637 | .dropdown-toggle:focus ~ .dropdown-text{ |
| 638 | box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8); |
| 639 | z-index: 2; |
| 640 | } |
| 641 | .dropdown-toggle:focus ~ .dropdown-text:after{ |
| 642 | border-width: 0 4px 5px 4px; |
| 643 | border-color: transparent transparent #555 transparent; |
| 644 | } |
| 645 | .dropdown-content:hover, |
| 646 | .dropdown-toggle:focus ~ .dropdown-content{ |
| 647 | opacity: 1; |
| 648 | visibility:visible; |
| 649 | top: 42px; |
| 650 | } |
| 651 | /**Card**/ |
| 652 | /* Hover Shadow */ |
| 653 | @keyframes hover { |
| 654 | 50% { |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 655 | transform: translateY(-3px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 656 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 657 | 100% { |
| 658 | transform: translateY(-6px); |
| 659 | } |
| 660 | } |
| 661 | @keyframes card { |
| 662 | 0% { |
| 663 | transform: translateY(6px); |
| 664 | opacity: .3; |
| 665 | } |
| 666 | 50% { |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 667 | transform: translateY(3px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 668 | opacity: .8; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 669 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 670 | 100% { |
| 671 | transform: translateY(6px); |
| 672 | opacity: .3; |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 673 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 674 | } |
| 675 | .card { |
| 676 | /* display: inline-block; |
| 677 | position: relative; |
| 678 | transition-duration: 0.2s; |
| 679 | transition-property: transform; |
| 680 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 681 | transform: translateZ(0); */ |
| 682 | margin-bottom: 25px !important; |
| 683 | box-shadow: 0 0 1px rgba(0, 0, 0, 0); |
| 684 | } |
| 685 | /* .card:before { |
| 686 | pointer-events: none; |
| 687 | position: absolute; |
| 688 | z-index: -1; |
| 689 | content: ''; |
| 690 | top: 100%; |
| 691 | left: 5%; |
| 692 | height: 10px; |
| 693 | width: 90%; |
| 694 | opacity: 0; |
| 695 | background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%); |
| 696 | transition-duration: 0.2s; |
| 697 | transition-property: transform opacity; |
| 698 | } */ |
| 699 | /* .card:hover { |
| 700 | transform: translateY(-3px); |
| 701 | animation-name: hover; |
| 702 | animation-duration: 1s; |
| 703 | animation-delay: 0.2s; |
| 704 | animation-timing-function: linear; |
| 705 | animation-iteration-count: 1; |
| 706 | animation-direction: alternate; |
| 707 | } |
| 708 | .card:hover:before { |
| 709 | opacity: .4; |
| 710 | transform: translateY(3px); |
| 711 | animation-name: card; |
| 712 | animation-duration: 1s; |
| 713 | animation-delay: .2s; |
| 714 | animation-timing-function: linear; |
| 715 | animation-iteration-count: 1; |
| 716 | animation-direction: alternate; |
| 717 | } */ |
| 718 | .card-body{ |
| 719 | padding: 20px !important; |
| 720 | } |
| 721 | |
| 722 | /*Main Container*/ |
| 723 | .main-container{ |
| 724 | padding: 0 !important; |
| 725 | } |
| 726 | /*Page Title*/ |
| 727 | .page-title{ |
| 728 | padding: 21px 30px; |
| 729 | background:#fff; |
| 730 | border-left: solid 1px #FAFAFA; |
| 731 | margin-bottom: 21px; |
| 732 | -webkit-box-shadow: 0 4px 10px 0 #eef0f5; |
| 733 | box-shadow: 0 4px 10px 0 #eef0f5; |
| 734 | position: relative; |
| 735 | z-index: 8; |
| 736 | } |
| 737 | .page-title h2{ |
| 738 | font-size: 16px; |
| 739 | font-weight: bold; |
| 740 | } |
| 741 | .page-title h2 span{ |
| 742 | color: #BABBC3; |
| 743 | font-size: 14px; |
| 744 | } |
| 745 | /*Content*/ |
| 746 | .body-container{ |
| 747 | padding: 0 30px !important; |
| 748 | } |
| 749 | .search-filter-col{ |
| 750 | padding-right: 0 !important; |
| 751 | border-bottom: solid 1px #ECEDF2 !important; |
| 752 | } |
| 753 | /**Packages Filter**/ |
| 754 | .packagesFilter{ |
| 755 | margin-top: 12px; |
| 756 | margin-bottom: 7px; |
| 757 | } |
| 758 | .packagesFilter .dropdown-toggle{ |
| 759 | height: 36px !important; |
| 760 | } |
| 761 | .packagesFilter .dropdown-toggle:focus ~ .dropdown-text::after{ |
| 762 | border-color: transparent transparent #1B3E6F transparent; |
| 763 | } |
| 764 | .packagesFilter .dropdown-text{ |
| 765 | background: transparent; |
| 766 | border: 0; |
| 767 | box-shadow: none; |
| 768 | text-indent: 14px; |
| 769 | line-height: 30px; |
| 770 | font-size: 12px; |
| 771 | } |
| 772 | .packagesFilter .dropdown-text::after{ |
| 773 | right: 12px; |
| 774 | border-color: #1B3E6F transparent transparent transparent; |
| 775 | } |
| 776 | .packagesFilter .dropdown-toggle:hover ~ .dropdown-text, |
| 777 | .packagesFilter .dropdown-toggle:focus ~ .dropdown-text{ |
| 778 | background-color: transparent; |
| 779 | box-shadow: none; |
| 780 | border-radius: 0; |
| 781 | } |
| 782 | .packagesFilter .dropdown-toggle:focus ~ .dropdown-text{ |
| 783 | background: #fff; |
| 784 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 785 | } |
| 786 | .packagesFilter .dropdown-text::after{ |
| 787 | top: 12px; |
| 788 | } |
| 789 | .packagesFilter .dropdown-content{ |
| 790 | padding: 6px 0 15px; |
| 791 | background: #fff; |
| 792 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 793 | border: 0; |
| 794 | border-top-left-radius: 0; |
| 795 | border-top-right-radius: 0; |
| 796 | border-bottom-left-radius: 2px; |
| 797 | border-bottom-right-radius: 2px; |
| 798 | } |
| 799 | .packagesFilter .dropdown-content:hover, |
| 800 | .packagesFilter .dropdown-toggle:focus ~ .dropdown-content{ |
| 801 | top: 30px; |
| 802 | } |
| 803 | .packagesFilter .form-control{ |
| 804 | padding: 12px 9px 12px 38px !important; |
| 805 | border: 0 !important; |
| 806 | border-bottom: solid 1px #D7E7F9 !important; |
| 807 | background: url(../src/assets/img/icon-search.svg) 15px center no-repeat; |
| 808 | background-size: 4%; |
| 809 | border-radius: 0 !important; |
| 810 | color: #1B3E6F; |
| 811 | font-size: 13px; |
| 812 | } |
| 813 | .packagesFilter .form-control::placeholder{ |
| 814 | color: #BABBC3; |
| 815 | } |
| 816 | .packagesFilter .form-control:focus{ |
| 817 | box-shadow: none !important; |
| 818 | border-bottom: solid 1px #1B3E6F !important; |
| 819 | } |
| 820 | .packagesFilter .custom-checkbox{ |
| 821 | margin-left: 8px; |
| 822 | } |
| 823 | .packagesFilter .custom-control-label{ |
| 824 | line-height: 28px !important; |
| 825 | font-size: 13px !important; |
| 826 | text-indent: 6px !important; |
| 827 | } |
| 828 | /**Packages Sort**/ |
| 829 | .sort-packages{ |
| 830 | font-size: 12px; |
| 831 | font-weight: bold; |
| 832 | color: #C3CDDB; |
| 833 | } |
| 834 | .sort-packages .dropdown{ |
| 835 | width: 88px; |
| 836 | } |
| 837 | .sort-packages .dropdown-text{ |
| 838 | background: transparent; |
| 839 | border: 0; |
| 840 | box-shadow: none; |
| 841 | color: #1B3E6F; |
| 842 | } |
| 843 | .sort-packages .dropdown-text::after{ |
| 844 | border-color: #1B3E6F transparent transparent transparent; |
| 845 | } |
| 846 | .sort-packages .dropdown-toggle:focus ~ .dropdown-text::after{ |
| 847 | border-color: transparent transparent #1B3E6F transparent; |
| 848 | } |
| 849 | .sort-packages .dropdown-toggle:hover ~ .dropdown-text, |
| 850 | .sort-packages .dropdown-toggle:focus ~ .dropdown-text{ |
| 851 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 852 | background: #fff; |
| 853 | } |
| 854 | .sort-packages .dropdown-content:hover, |
| 855 | .sort-packages .dropdown-toggle:focus ~ .dropdown-content{ |
| 856 | top: 30px; |
| 857 | } |
| 858 | .sort-packages .dropdown-content{ |
| 859 | width: 88px; |
| 860 | padding: 6px 0; |
| 861 | background: #fff; |
| 862 | border-radius: 2px; |
| 863 | border: 0; |
| 864 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, .15); |
| 865 | } |
| 866 | .sort-packages .dropdown-content a{ |
| 867 | color: #1B3E6F; |
| 868 | font-size: 12px; |
| 869 | } |
| 870 | .sort-packages .dropdown-content a:hover{ |
| 871 | background-color: #F4F9FE; |
| 872 | text-decoration: unset; |
| 873 | } |
| 874 | /**Pagination**/ |
| 875 | .page-item .page-link, |
| 876 | .page-item.disabled .page-link{ |
| 877 | background: transparent !important; |
| 878 | border: 0; |
| 879 | color: #1B3E6F !important; |
| 880 | font-size: 14px; |
| 881 | } |
| 882 | .page-link:hover{ |
| 883 | color: #fff !important; |
| 884 | background-color: #C3CDDB !important; |
| 885 | border-radius: 100%; |
| 886 | } |
| 887 | /**Packages Cards***/ |
| 888 | /***Package Info Card***/ |
| 889 | .packages-card .card{ |
| 890 | margin: 0; |
| 891 | border-radius: 2px; |
| 892 | border: 0; |
| 893 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); |
| 894 | } |
| 895 | .packages-card .card:hover{ |
| 896 | box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .15); |
| 897 | transition: all 0.5s ease; |
| 898 | } |
| 899 | .packages-card .card-title{ |
| 900 | margin-bottom: 0 !important; |
| 901 | font-size: 15px; |
| 902 | font-weight: bold; |
| 903 | } |
| 904 | .packages-card p{ |
| 905 | font-size: 14px; |
| 906 | color: #D0D7E4; |
| 907 | } |
Ahmed Abbas | eea4907 | 2019-11-27 15:04:18 +0200 | [diff] [blame] | 908 | .packages-card .card-body{ |
| 909 | padding-bottom: 0 !important; |
| 910 | } |
| 911 | .packages-card .card-footer .col{ |
| 912 | padding: 0; |
| 913 | text-align: center; |
| 914 | } |
| 915 | .packages-card .card-footer .col:last-child{ |
| 916 | padding-left: 20px; |
| 917 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 918 | /***Add Package Card***/ |
| 919 | .addPaackage-card{ |
| 920 | background: #F4F9FE !important; |
| 921 | border: solid 1px #D7E7F9 !important; |
| 922 | } |
| 923 | .addPaackage-card:hover{ |
| 924 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important; |
| 925 | } |
| 926 | .addPaackage-card img{ |
| 927 | margin-bottom: 33px; |
| 928 | margin-top: 8px; |
| 929 | } |
| 930 | .addPaackage-card a{ |
| 931 | margin: 0 0 14px; |
| 932 | padding: 10px 10px 10px 32px; |
| 933 | font-weight: bold; |
| 934 | font-size: 10px; |
| 935 | text-transform: uppercase; |
| 936 | border-radius: 2px; |
| 937 | border-width: .5px; |
| 938 | border-style: solid; |
| 939 | background-position: 10px center; |
| 940 | background-repeat: no-repeat; |
| 941 | text-align: left; |
| 942 | } |
| 943 | .addPaackage-card a:hover{ |
| 944 | text-decoration: unset; |
| 945 | } |
| 946 | .addPaackage-card .card-footer .col{ |
| 947 | padding: 0; |
| 948 | text-align: right; |
| 949 | } |
| 950 | .addPaackage-card .card-footer .col:last-child{ |
| 951 | text-align: left; |
| 952 | } |
| 953 | .btn-create-package, |
| 954 | .btn-create-package:hover{ |
| 955 | background-color: #1B3E6F; |
| 956 | border-color: #1B3E6F; |
| 957 | color: #fff; |
| 958 | background-image: url(../src/assets/img/icon-create-white.svg); |
| 959 | background-repeat: no-repeat; |
| 960 | } |
| 961 | .btn-import-package, |
| 962 | .btn-import-package:hover{ |
| 963 | color: #1B3E6F; |
| 964 | background-image: url(../src/assets/img/icon-import-blue.svg); |
| 965 | } |
| 966 | /***Actions Menu***/ |
| 967 | .packages-card .dropdown{ |
| 968 | width: auto; |
| 969 | float: right; |
| 970 | } |
| 971 | .packages-card .dropdown-text{ |
| 972 | background: transparent; |
| 973 | border: 0; |
| 974 | box-shadow: none; |
| 975 | text-indent: 0; |
| 976 | line-height: unset; |
| 977 | border-bottom-left-radius: 0; |
| 978 | border-bottom-right-radius: 0; |
| 979 | opacity: .6; |
| 980 | } |
| 981 | .packages-card .dropdown-text::after{ |
| 982 | display: none; |
| 983 | } |
| 984 | .packages-card .dropdown-text img{ |
| 985 | padding: 9px 7px; |
| 986 | } |
| 987 | .packages-card .dropdown-content{ |
| 988 | right: 0; |
| 989 | width: 120px; |
| 990 | padding: 6px 0; |
| 991 | border: 0; |
| 992 | text-indent: 0; |
| 993 | border-radius: 2px; |
| 994 | border-top-left-radius: 0; |
| 995 | border-top-right-radius: 0; |
| 996 | background: #1B3E6F; |
| 997 | } |
| 998 | .packages-card .dropdown-content a{ |
| 999 | padding-left: 45px; |
| 1000 | color: #fff; |
| 1001 | font-size: 13px; |
| 1002 | background-position: 20px center; |
| 1003 | background-size: 10%; |
| 1004 | background-repeat: no-repeat; |
| 1005 | } |
| 1006 | .packages-card .dropdown-content a:hover{ |
| 1007 | background-color: #172B4D; |
| 1008 | text-decoration: unset; |
| 1009 | } |
| 1010 | .packages-card .action-clone a, |
| 1011 | .packages-card .action-clone a:hover{ |
| 1012 | background-image: url(../src/assets/img/icon-clone-sm.svg); |
| 1013 | } |
| 1014 | .packages-card .action-archive a, |
| 1015 | .packages-card .action-archive a:hover{ |
| 1016 | background-image: url(../src/assets/img/icon-archive-sm.svg); |
| 1017 | } |
| 1018 | .packages-card .action-delete a, |
| 1019 | .packages-card .action-delete a:hover{ |
| 1020 | background-image: url(../src/assets/img/icon-delete-sm.svg); |
| 1021 | } |
| 1022 | .packages-card .dropdown-content:hover, |
| 1023 | .packages-card .dropdown-toggle:focus ~ .dropdown-content{ |
| 1024 | top: 24px; |
| 1025 | } |
| 1026 | .packages-card .dropdown-toggle:hover ~ .dropdown-text{ |
| 1027 | background: transparent; |
| 1028 | opacity: 1; |
| 1029 | } |
| 1030 | .packages-card .dropdown-toggle:focus ~ .dropdown-text{ |
| 1031 | opacity: 1; |
| 1032 | background: #1B3E6F; |
| 1033 | box-shadow: none; |
| 1034 | } |
| 1035 | /***Contributers***/ |
| 1036 | ul.package-contributers{ |
| 1037 | /*margin-bottom: 0 !important;*/ |
| 1038 | padding-left: 0 !important; |
| 1039 | } |
| 1040 | .package-contributers li{ |
| 1041 | list-style: none; |
| 1042 | display: inline-block; |
| 1043 | } |
| 1044 | .package-contributers li{ |
| 1045 | margin-left: -5px; |
| 1046 | } |
| 1047 | .package-contributers li:first-child{ |
| 1048 | margin-left: 0; |
| 1049 | } |
| 1050 | .package-contributers li:last-child{ |
| 1051 | margin-left: 9px; |
| 1052 | } |
| 1053 | .package-modifier, |
| 1054 | .package-contributers button{ |
| 1055 | padding: 0 !important; |
| 1056 | border-radius: 100%; |
| 1057 | border: 0 !important; |
| 1058 | /*Hover Effect*/ |
| 1059 | -webkit-transition: box-shadow 0.2s ease; |
| 1060 | -moz-transition: box-shadow 0.2s ease; |
| 1061 | transition: box-shadow 0.2s ease; |
| 1062 | -webkit-backface-visibility: hidden; |
| 1063 | backface-visibility: hidden; |
| 1064 | display: inline-block; |
| 1065 | position: relative; |
| 1066 | } |
| 1067 | .package-modifier:before, |
| 1068 | .package-contributers button:before{ |
| 1069 | -webkit-transition: all 0.2s ease; |
| 1070 | -moz-transition: all 0.2s ease; |
| 1071 | transition: all 0.2s ease; |
| 1072 | border-radius: 50%; |
| 1073 | bottom: 0; |
| 1074 | box-shadow: 0 0 0 2px #fff; |
| 1075 | content: ""; |
| 1076 | left: 0; |
| 1077 | position: absolute; |
| 1078 | right: 0; |
| 1079 | top: 0; |
| 1080 | } |
| 1081 | .package-modifier:hover, |
| 1082 | .package-contributers button:hover{ |
| 1083 | box-shadow: 0 0 0 2px #D7E7F9; |
| 1084 | text-decoration: none; |
| 1085 | } |
| 1086 | .package-modifier:hover:before, |
| 1087 | .package-contributers button:hover:before{ |
| 1088 | -webkit-transform: scale(0.925); |
| 1089 | -moz-transform: scale(0.925); |
| 1090 | -ms-transform: scale(0.925); |
| 1091 | -o-transform: scale(0.925); |
| 1092 | transform: scale(0.925); |
| 1093 | box-shadow: 0 0 0 1px #D7E7F9; |
| 1094 | opacity: 0.5; |
| 1095 | } |
| 1096 | .package-modifier img, |
| 1097 | .package-contributers button img{ |
| 1098 | width: 28px; |
| 1099 | height: 28px; |
| 1100 | object-fit: cover; |
| 1101 | vertical-align: top; |
| 1102 | border-radius: 100%; |
| 1103 | } |
| 1104 | .package-contributers a{ |
| 1105 | font-size: 12px; |
| 1106 | color: #1273EB; |
| 1107 | } |
| 1108 | .package-contributers a:hover{ |
| 1109 | text-decoration: unset; |
| 1110 | } |
| 1111 | /***Package Footer***/ |
| 1112 | .packages-card .card-footer{ |
| 1113 | padding: 0 20px !important; |
| 1114 | background: transparent !important; |
| 1115 | border-top-color: #F7F6F6 !important; |
| 1116 | } |
| 1117 | .packages-card .card-footer .col:first-child{ |
| 1118 | border-right: solid 1px #F7F6F6; |
| 1119 | } |
| 1120 | .packages-card .card-footer .btn{ |
| 1121 | background-color: transparent !important; |
| 1122 | color: #C3CDDB !important; |
| 1123 | border: 0; |
| 1124 | font-size: 13px; |
| 1125 | opacity: .7; |
| 1126 | } |
| 1127 | .packages-card .card-footer .btn:hover{ |
| 1128 | opacity: 1; |
| 1129 | } |
| 1130 | .btn-card-config, |
| 1131 | .btn-card-topology{ |
| 1132 | padding: 15px 0 15px 28px !important; |
| 1133 | background-size: 16%; |
| 1134 | background-position: left center; |
| 1135 | background-repeat: no-repeat; |
| 1136 | } |
| 1137 | .btn-card-config{ |
| 1138 | background-image: url(../src/assets/img/icon-btn-card-config.svg); |
| 1139 | } |
| 1140 | .btn-card-topology{ |
| 1141 | background-image: url(../src/assets/img/icon-btn-card-topology.svg); |
| 1142 | } |
| 1143 | .icon-deployed{ |
| 1144 | margin-right: 5px; |
| 1145 | display: inline; |
| 1146 | background: url(../src/assets/img/icon-deploy.svg) center center no-repeat; |
| 1147 | } |
| 1148 | |
| 1149 | |
| 1150 | |
| 1151 | |
| 1152 | |
| 1153 | |
| 1154 | |
| 1155 | |
| 1156 | |
| 1157 | |
| 1158 | /* Border Fade */ |
| 1159 | .border-fade { |
| 1160 | display: inline-block; |
| 1161 | transition-duration: 0.3s; |
| 1162 | transition-property: box-shadow; |
| 1163 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 1164 | transform: translateZ(0); |
| 1165 | box-shadow: inset 0 0 0 4px #ececec, 0 0 1px rgba(0, 0, 0, 0); |
| 1166 | /* Hack to improve aliasing on mobile/tablet devices */ |
| 1167 | } |
| 1168 | .border-fade:hover { |
| 1169 | box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0); |
| 1170 | /* Hack to improve aliasing on mobile/tablet devices */ |
| 1171 | } |
| 1172 | /*Content*/ |
| 1173 | |
| 1174 | /**Title Action Buttons**/ |
| 1175 | .page-title-actions li{ |
| 1176 | display: inline-block; |
| 1177 | text-align: center; |
| 1178 | } |
| 1179 | .title-action{ |
| 1180 | -webkit-transition: box-shadow 0.2s ease; |
| 1181 | -moz-transition: box-shadow 0.2s ease; |
| 1182 | transition: box-shadow 0.2s ease; |
| 1183 | -webkit-backface-visibility: hidden; |
| 1184 | backface-visibility: hidden; |
| 1185 | border-radius: 50%; |
| 1186 | color: #6a75eb; |
| 1187 | display: inline-block; |
| 1188 | font-size: 0.889em; |
| 1189 | height: 4em; |
| 1190 | margin: 0 1em 1em; |
| 1191 | position: relative; |
| 1192 | text-align: center; |
| 1193 | text-transform: lowercase; |
| 1194 | width: 4em; |
| 1195 | line-height: 4em; |
| 1196 | } |
| 1197 | |
| 1198 | .title-action:before{ |
| 1199 | -webkit-transition: all 0.2s ease; |
| 1200 | -moz-transition: all 0.2s ease; |
| 1201 | transition: all 0.2s ease; |
| 1202 | border-radius: 50%; |
| 1203 | bottom: 0; |
| 1204 | box-shadow: 0 0 0 1px #000; |
| 1205 | content: ""; |
| 1206 | left: 0; |
| 1207 | position: absolute; |
| 1208 | right: 0; |
| 1209 | top: 0; |
| 1210 | } |
| 1211 | .title-action:hover{ |
| 1212 | box-shadow: 0 0 0 7px #07819b; |
| 1213 | text-decoration: none; |
| 1214 | } |
| 1215 | .title-action:hover:before{ |
| 1216 | -webkit-transform: scale(0.925); |
| 1217 | -moz-transform: scale(0.925); |
| 1218 | -ms-transform: scale(0.925); |
| 1219 | -o-transform: scale(0.925); |
| 1220 | transform: scale(0.925); |
| 1221 | box-shadow: 0 0 0 1px #07819b; |
| 1222 | opacity: 0.5; |
| 1223 | } |
| 1224 | |
| 1225 | /*Animation Button*/ |
| 1226 | /**Float**/ |
| 1227 | .float { |
| 1228 | display: inline-block; |
| 1229 | transition-duration: 0.3s; |
| 1230 | transition-property: transform; |
| 1231 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 1232 | transform: translateZ(0); |
| 1233 | box-shadow: 0 0 1px rgba(0, 0, 0, 0); |
| 1234 | } |
| 1235 | .float:hover { |
| 1236 | transform: translateY(-5px); |
| 1237 | } |
| 1238 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1239 | /*TOOLTIP*/ |
| 1240 | /* Base styles for the element that has a tooltip */ |
| 1241 | [data-tooltip], |
| 1242 | .tooltip { |
| 1243 | position: relative; |
| 1244 | cursor: pointer; |
| 1245 | text-align: center; |
| 1246 | } |
| 1247 | |
| 1248 | /* Base styles for the entire tooltip */ |
| 1249 | [data-tooltip]:before, |
| 1250 | [data-tooltip]:after, |
| 1251 | .tooltip:before, |
| 1252 | .tooltip:after { |
| 1253 | position: absolute; |
| 1254 | visibility: hidden; |
| 1255 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; |
| 1256 | filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); |
| 1257 | opacity: 0; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1258 | -webkit-transition: |
| 1259 | opacity 0.2s ease-in-out, |
| 1260 | visibility 0.2s ease-in-out, |
| 1261 | -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); |
| 1262 | -moz-transition: |
| 1263 | opacity 0.2s ease-in-out, |
| 1264 | visibility 0.2s ease-in-out, |
| 1265 | -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24); |
| 1266 | transition: |
| 1267 | opacity 0.2s ease-in-out, |
| 1268 | visibility 0.2s ease-in-out, |
| 1269 | 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] | 1270 | -webkit-transform: translate3d(0, 0, 0); |
| 1271 | -moz-transform: translate3d(0, 0, 0); |
| 1272 | transform: translate3d(0, 0, 0); |
| 1273 | pointer-events: none; |
| 1274 | } |
| 1275 | |
| 1276 | /* Show the entire tooltip on hover and focus */ |
| 1277 | [data-tooltip]:hover:before, |
| 1278 | [data-tooltip]:hover:after, |
| 1279 | [data-tooltip]:focus:before, |
| 1280 | [data-tooltip]:focus:after, |
| 1281 | .tooltip:hover:before, |
| 1282 | .tooltip:hover:after, |
| 1283 | .tooltip:focus:before, |
| 1284 | .tooltip:focus:after { |
| 1285 | visibility: visible; |
| 1286 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
| 1287 | filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 1288 | opacity: 1; |
| 1289 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1290 | |
| 1291 | /* Base styles for the tooltip's directional arrow */ |
| 1292 | .tooltip:before, |
| 1293 | [data-tooltip]:before { |
| 1294 | z-index: 1001; |
| 1295 | border: 6px solid transparent; |
| 1296 | background: transparent; |
| 1297 | content: ""; |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 1298 | } |
| 1299 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1300 | /* Base styles for the tooltip's content area */ |
| 1301 | .tooltip:after, |
| 1302 | [data-tooltip]:after { |
| 1303 | z-index: 1000; |
| 1304 | padding: 8px; |
| 1305 | width: auto; |
| 1306 | background-color: #DEE8F3; |
| 1307 | background-color: rgba(222, 232, 243, 1.0); |
| 1308 | color: #1B3E6F; |
| 1309 | content: attr(data-tooltip); |
| 1310 | font-size: 10px; |
| 1311 | line-height: 1.2; |
| 1312 | border-radius: 2px; |
| 1313 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 1314 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1315 | /* Directions */ |
| 1316 | |
| 1317 | /* Top (default) */ |
| 1318 | [data-tooltip]:before, |
| 1319 | [data-tooltip]:after, |
| 1320 | .tooltip:before, |
| 1321 | .tooltip:after, |
| 1322 | .tooltip-top:before, |
| 1323 | .tooltip-top:after { |
| 1324 | bottom: 100%; |
| 1325 | left: 50%; |
| 1326 | } |
| 1327 | |
| 1328 | [data-tooltip]:before, |
| 1329 | .tooltip:before, |
| 1330 | .tooltip-top:before { |
| 1331 | margin-left: 0; |
| 1332 | margin-bottom: -12px; |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1333 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1334 | border-bottom-color: #DEE8F3; |
| 1335 | border-bottom-color: rgba(222, 232, 243, 1.0); |
| 1336 | } |
| 1337 | |
| 1338 | /* Horizontally align top/bottom tooltips */ |
| 1339 | [data-tooltip]:after, |
| 1340 | .tooltip:after, |
| 1341 | .tooltip-top:after { |
| 1342 | margin-left: -50%; |
| 1343 | } |
| 1344 | |
| 1345 | [data-tooltip]:hover:before, |
| 1346 | [data-tooltip]:hover:after, |
| 1347 | [data-tooltip]:focus:before, |
| 1348 | [data-tooltip]:focus:after, |
| 1349 | .tooltip:hover:before, |
| 1350 | .tooltip:hover:after, |
| 1351 | .tooltip:focus:before, |
| 1352 | .tooltip:focus:after, |
| 1353 | .tooltip-top:hover:before, |
| 1354 | .tooltip-top:hover:after, |
| 1355 | .tooltip-top:focus:before, |
| 1356 | .tooltip-top:focus:after { |
| 1357 | -webkit-transform: translateY(-12px); |
| 1358 | -moz-transform: translateY(-12px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1359 | transform: translateY(-12px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1360 | } |
| 1361 | |
| 1362 | /* Left */ |
| 1363 | .tooltip-left:before, |
| 1364 | .tooltip-left:after { |
| 1365 | right: 100%; |
| 1366 | bottom: 50%; |
| 1367 | left: auto; |
| 1368 | } |
| 1369 | |
| 1370 | .tooltip-left:before { |
| 1371 | margin-left: 0; |
| 1372 | margin-right: -12px; |
| 1373 | margin-bottom: 0; |
| 1374 | border-top-color: transparent; |
| 1375 | border-left-color: #000; |
| 1376 | border-left-color: hsla(0, 0%, 20%, 0.9); |
| 1377 | } |
| 1378 | |
| 1379 | .tooltip-left:hover:before, |
| 1380 | .tooltip-left:hover:after, |
| 1381 | .tooltip-left:focus:before, |
| 1382 | .tooltip-left:focus:after { |
| 1383 | -webkit-transform: translateX(-12px); |
| 1384 | -moz-transform: translateX(-12px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1385 | transform: translateX(-12px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1386 | } |
| 1387 | |
| 1388 | /* Bottom */ |
| 1389 | .tooltip-bottom:before, |
| 1390 | .tooltip-bottom:after { |
| 1391 | top: 100%; |
| 1392 | bottom: auto; |
| 1393 | left: 20%; |
| 1394 | } |
| 1395 | |
| 1396 | .tooltip-bottom:before { |
| 1397 | margin-top: -12px; |
| 1398 | margin-bottom: 0; |
| 1399 | border-top-color: transparent; |
| 1400 | border-bottom-color: #DEE8F3; |
| 1401 | border-bottom-color: rgba(222, 232, 243, 1.0); |
| 1402 | } |
| 1403 | |
| 1404 | .tooltip-bottom:hover:before, |
| 1405 | .tooltip-bottom:hover:after, |
| 1406 | .tooltip-bottom:focus:before, |
| 1407 | .tooltip-bottom:focus:after { |
| 1408 | -webkit-transform: translateY(12px); |
| 1409 | -moz-transform: translateY(12px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1410 | transform: translateY(12px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1411 | } |
| 1412 | |
| 1413 | /* Right */ |
| 1414 | .tooltip-right:before, |
| 1415 | .tooltip-right:after { |
| 1416 | bottom: 50%; |
| 1417 | left: 20%; |
| 1418 | } |
| 1419 | |
| 1420 | .tooltip-right:before { |
| 1421 | margin-bottom: 0; |
| 1422 | margin-left: -12px; |
| 1423 | border-top-color: transparent; |
| 1424 | border-right-color: #000; |
| 1425 | border-right-color: hsla(0, 0%, 20%, 0.9); |
| 1426 | } |
| 1427 | |
| 1428 | .tooltip-right:hover:before, |
| 1429 | .tooltip-right:hover:after, |
| 1430 | .tooltip-right:focus:before, |
| 1431 | .tooltip-right:focus:after { |
| 1432 | -webkit-transform: translateX(12px); |
| 1433 | -moz-transform: translateX(12px); |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1434 | transform: translateX(12px); |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1435 | } |
| 1436 | |
| 1437 | /* Move directional arrows down a bit for left/right tooltips */ |
| 1438 | .tooltip-left:before, |
| 1439 | .tooltip-right:before { |
| 1440 | top: 3px; |
| 1441 | } |
| 1442 | |
| 1443 | /* Vertically center tooltip content for left/right tooltips */ |
| 1444 | .tooltip-left:after, |
| 1445 | .tooltip-right:after { |
| 1446 | margin-left: 0; |
| 1447 | margin-bottom: -16px; |
| 1448 | } |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1449 | .btn{ |
| 1450 | padding-right: 20px !important; |
| 1451 | padding-left: 20px !important; |
| 1452 | border-radius: 15px !important; |
| 1453 | } |
| 1454 | .btn-primary{ |
| 1455 | background-color: #1273EB !important; |
| 1456 | border-color: #1273EB !important; |
| 1457 | } |
| 1458 | .btn-primary:hover { |
| 1459 | background-color: #0069d9 !important; |
| 1460 | border-color: #0062cc !important; |
| 1461 | } |
| 1462 | .btn + .btn{ |
| 1463 | margin-left: 10px; |
| 1464 | } |
| 1465 | .card.creat-card{ |
| 1466 | margin: 0; |
| 1467 | border-radius: 2px; |
| 1468 | border: 0; |
| 1469 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); |
| 1470 | } |
| 1471 | .card.creat-card .single-line{ |
| 1472 | padding: 15px 70px 15px; |
| 1473 | } |
| 1474 | .single-line label{ |
| 1475 | margin-bottom: 0px; |
| 1476 | } |
| 1477 | .label-name{ |
| 1478 | width: 300px; |
| 1479 | display: inline-block; |
| 1480 | margin-bottom: 0px; |
| 1481 | } |
| 1482 | .delete-key{ |
| 1483 | color: #FF6469; |
| 1484 | font-size: 10px; |
| 1485 | background: #FFE6E7; |
| 1486 | border: 1px solid #FFC9CB; |
| 1487 | padding: 3px 10px 2px; |
| 1488 | margin-left: 10px; |
| 1489 | border-radius: 5px; |
| 1490 | } |
| 1491 | .delete-key:hover{ |
| 1492 | color: #C94448; |
| 1493 | background: #FFC9CB; |
| 1494 | border: 1px solid #FF6469; |
| 1495 | text-decoration: none; |
| 1496 | } |
| 1497 | .label-input{ |
| 1498 | width: calc(100% - 300px); |
| 1499 | display: inline-block; |
| 1500 | } |
| 1501 | .form-check-input{ |
| 1502 | margin-left: 0px !important; |
| 1503 | margin-top: 2px !important; |
| 1504 | } |
| 1505 | .form-check-input+span{ |
| 1506 | margin-left: 20px; |
| 1507 | margin-right: 50px; |
| 1508 | } |
| 1509 | .label-input input{ |
| 1510 | margin-bottom: 0px; |
| 1511 | outline: 0px; |
| 1512 | border: 0px; |
| 1513 | font-size: 12px; |
| 1514 | width: 100%; |
| 1515 | } |
| 1516 | .single-line select{ |
| 1517 | margin-bottom: 0px; |
| 1518 | outline: 0px; |
| 1519 | border: 0px; |
| 1520 | background: none; |
| 1521 | background: url(/assets/img/arrow.svg) center right no-repeat; |
| 1522 | background-size: 10spx; |
| 1523 | width: 100%; |
| 1524 | -webkit-appearance: none; |
| 1525 | -moz-appearance: none; |
| 1526 | text-indent: 1px; |
| 1527 | text-overflow: ''; |
Ahmed Abbas | f96340e | 2019-12-27 09:55:08 +0200 | [diff] [blame] | 1528 | |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1529 | } |
| 1530 | .single-line select option:first-child{ |
| 1531 | color: #C3CDDB; |
| 1532 | } |
| 1533 | .single-line input::placeholder{ |
| 1534 | font-size: 14px; |
| 1535 | color: #C3CDDB; |
| 1536 | } |
| 1537 | .single-line .custom-key{ |
| 1538 | background: none; |
| 1539 | border: 0px; |
| 1540 | color:#1273EB ; |
| 1541 | font-size: 15px; |
| 1542 | } |
| 1543 | .single-line .custom-key:focus{ |
| 1544 | outline: none; |
| 1545 | } |
| 1546 | .creat-container{ |
| 1547 | padding:70px 100px 70px 70px; |
| 1548 | position: relative; |
| 1549 | } |
| 1550 | hr { |
| 1551 | margin-top: 0rem !important; |
| 1552 | margin-bottom: 0rem !important; |
| 1553 | border-top: 1px solid #efefef !important; |
| 1554 | } |
| 1555 | .creat-action-container{ |
| 1556 | position: fixed; |
| 1557 | right: 0px; |
| 1558 | top: 160px; |
| 1559 | width: 130px; |
| 1560 | text-align: center; |
| 1561 | } |
| 1562 | .action-button{ |
| 1563 | color: #BABBC3; |
| 1564 | font-size: 10px; |
| 1565 | font-weight: bold; |
| 1566 | display: inline-block; |
| 1567 | margin-bottom: 12px; |
| 1568 | } |
| 1569 | .action-button:hover{ |
| 1570 | text-decoration: none; |
| 1571 | } |
| 1572 | .action-button i{ |
| 1573 | background: #fff; |
| 1574 | box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1); |
| 1575 | width: 40px; |
| 1576 | height: 40px; |
| 1577 | text-align: center; |
| 1578 | line-height: 40px; |
| 1579 | border-radius: 40px; |
| 1580 | color: #1B3E6F; |
| 1581 | font-size: 17px; |
| 1582 | display: inline-block; |
| 1583 | } |
| 1584 | .mode-icon{ |
| 1585 | font-size: 20px; |
| 1586 | } |
| 1587 | .mode-icon.green{ |
| 1588 | color: #5DBDBA; |
| 1589 | } |
| 1590 | .action-button span{ |
| 1591 | width: 100%; |
| 1592 | display: inline-block; |
| 1593 | margin-top: 5px; |
| 1594 | } |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1595 | /* Extra small devices (portrait phones, less than 576px) */ |
| 1596 | @media (max-width: 575.98px) { |
| 1597 | .page-title{ |
| 1598 | padding: 18px; |
| 1599 | } |
| 1600 | } |
| 1601 | |
| 1602 | /* Small devices (landscape phones, 576px and up) */ |
| 1603 | @media (min-width: 576px) and (max-width: 767.98px) { |
| 1604 | |
| 1605 | } |
| 1606 | |
| 1607 | /* Medium devices (tablets, 768px and up) */ |
| 1608 | @media (min-width: 768px) and (max-width: 991.98px) { |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1609 | |
Ahmed Abbas | 6ee4d31 | 2019-11-20 11:32:53 +0200 | [diff] [blame] | 1610 | } |
| 1611 | |
| 1612 | /* Large devices (desktops, 992px and up) */ |
| 1613 | @media (min-width: 992px) and (max-width: 1199.98px) { |
| 1614 | |
| 1615 | } |
| 1616 | |
| 1617 | /* Extra large devices (large desktops, 1200px and up) */ |
| 1618 | @media (min-width: 1200px) { |
| 1619 | |
| 1620 | } |
Shaaban Ebrahim | 6cc77cb | 2019-11-11 10:51:21 +0200 | [diff] [blame] | 1621 | |
shaaban Altanany | ba3756e | 2020-01-07 12:08:44 +0200 | [diff] [blame^] | 1622 | |
| 1623 | |
| 1624 | |
| 1625 | |
| 1626 | |
| 1627 | |
| 1628 | |
| 1629 | |
| 1630 | |
| 1631 | |
| 1632 | |
| 1633 | |
| 1634 | |
| 1635 | |
| 1636 | |
| 1637 | |
| 1638 | |
| 1639 | |
| 1640 | |
| 1641 | |
| 1642 | |