external-page-header.component.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. input,button {
  2. outline: none;
  3. }
  4. .dropdown-menu {
  5. top: 49px !important;
  6. right: -37px !important;
  7. border-radius: 2px !important;
  8. width: 245px;
  9. background-color: #ffffffe0;
  10. box-shadow: 0px 3px 9px #00000030;
  11. border: 1px solid #cec8c8;
  12. }
  13. .dropdown-menu ul li {
  14. text-align: right;
  15. transition: all 0.5s;
  16. }
  17. .dropdown-menu ul li:hover {
  18. background-color: #f5f5f5;
  19. }
  20. .pagesHeader-w .dropdown-menu {
  21. top: 30px;
  22. right: 0 !important;
  23. border-radius: 2px !important;
  24. background: #fff;
  25. box-shadow: 0px 3px 9px #00000030;
  26. border: 1px solid #cec8c8;
  27. }
  28. .pagesHeader-w .dropdown-item {
  29. font-size: 14px !important;
  30. }
  31. .en_ .dropdown-item{
  32. float: left !important;
  33. }
  34. .dropdown-item{
  35. border: 0px solid #00000008 !important;
  36. padding: 4px 0px !important;
  37. font-weight: bold !important;
  38. /* clear: none !important;
  39. float: right; */
  40. margin: 3px 3px;
  41. display: block;
  42. }
  43. .dropdown-item i{
  44. color: #04756d !important;
  45. font-size: 18px !important;
  46. }
  47. .mylistt{
  48. display: block;
  49. border: 1px solid #bdbbbb;
  50. float: right;
  51. width: 45px;
  52. height: 45px;
  53. margin: -12px 0px 0px 6px;
  54. background-color: #f1f1f1;
  55. }
  56. .externalPage-w { /* <— eng mega Edit */
  57. width: 100%;
  58. height: 36px;
  59. background: #0000004d;
  60. /* background: url('../../../assets/image/XMLID_19_.png') no-repeat center center;
  61. background-size: cover; */
  62. }
  63. .externalPage-w .notificationList-w {
  64. width: 100%;
  65. display: inline-block;
  66. text-align: right;
  67. }
  68. .externalPage-w .login {
  69. color: #ffffff;
  70. text-align: right;
  71. padding: 0 40px;
  72. margin: 7px 0;
  73. }
  74. .externalPage-w .login a {
  75. transition: all 0.5s;
  76. cursor: pointer;
  77. }
  78. .externalPage-w .login a:hover {
  79. color: #fff;
  80. font-weight: bold;
  81. }
  82. .externalPage-w .notificationList-w li {
  83. display: inline-block;
  84. margin: 0 10px;
  85. }
  86. .externalPage-w .notificationList-w li span {
  87. color: #a08b70;
  88. font-size: 12px;
  89. cursor: pointer;
  90. transition: all 0.5s;
  91. margin-top: 0px;
  92. display: block;
  93. }
  94. .internalPage-w .externalPage-w .notificationList-w li span:hover i {
  95. color: #08726a;
  96. }
  97. .externalPage-w .notificationList-w .profileData-w .btn-outline-success {
  98. border: none;
  99. }
  100. .externalPage-w .notificationList-w .profileData-w .buttonW:hover {
  101. background-color: transparent;
  102. }
  103. .externalPage-w input[type='text'] {/* <— eng mega Edit */
  104. background-color: #fff;
  105. border: none;
  106. color: #00A99D !important;
  107. padding: 0 5px;
  108. height: 30px;
  109. width: 260px;
  110. margin-top: 3px;
  111. transition: all 0.5s;
  112. border: 1px solid #00A99D !important;
  113. }
  114. .externalPage-w input[type='text']:focus {
  115. border: 2px solid #00a99d;
  116. }
  117. .externalPage-w .searchBtn {/* <— eng mega Edit */
  118. background-color: #fff;
  119. border: none;
  120. height: 30px;
  121. padding: 0 12px;
  122. border: 1px solid #00a99d !important;
  123. margin: 3px 6px;
  124. }
  125. .externalPage-w .searchBtn i{
  126. color: #00a99d;
  127. }
  128. .profileData-w img {
  129. width: 45px;
  130. border: 1px solid #eceaea;
  131. margin: -12px 0px 0px 6px;
  132. height: 37px;
  133. background-color: #fff;
  134. display: block;
  135. float: right;
  136. }
  137. .buttonW {
  138. background-color: transparent;
  139. border: none;
  140. cursor: pointer;
  141. color: #02635c;
  142. outline: none;
  143. text-shadow: 0px 0px 2px #0000002e;
  144. font-weight: bold;
  145. /*margin-right: -25px;*/
  146. font-size: 15px;
  147. margin-top: 4px;
  148. margin-right: -28px;
  149. }
  150. .dateW {
  151. color: #fff;
  152. text-shadow: 0px 0px 2px #000;
  153. font-weight: bold;
  154. display:inline-block;
  155. font-size: 14px;
  156. }
  157. .internalPage-w .externalPage-w .notificationList-w .profileData-w .dropdown-toggle::after {
  158. margin: -1px 10px;
  159. }
  160. .logoHeader-w {
  161. width: 100%;
  162. height: 100px;
  163. display: inline-block;
  164. /*background: url('../../../assets/image/bottomBackground.jpg');*/
  165. background-size: cover;
  166. }
  167. .logoHeader-w .rightLogo-w,
  168. .logoHeader-w .leftLogo-w,
  169. .logoHeader-w .center {
  170. width: 100%;
  171. display: inline-block;
  172. margin-top: 0px;
  173. }
  174. .logoHeader-w .leftLogo-w {
  175. text-align: left;
  176. }
  177. .logoHeader-w .rightLogo-w {
  178. text-align: right;
  179. }
  180. .logoHeader-w .rightLogo-w img {
  181. margin-top: 15px;
  182. margin-right:15px
  183. }
  184. .logoHeader-w .leftLogo-w img {
  185. margin-top: 15px;
  186. margin-left: 20px;
  187. }
  188. .logoHeader-w .center h2 {
  189. font-size: 30px;
  190. color: #bda380;
  191. margin-top: 20px;
  192. }
  193. .logoHeader-w .center p {
  194. font-size: 15px;
  195. font-weight: 600;
  196. font-style: normal;
  197. font-stretch: normal;
  198. letter-spacing: normal;
  199. color: #00a99d;
  200. }
  201. .logoHeader-w .rightLogo-w img {
  202. width: 210px;
  203. }
  204. .pagesHeader-w {
  205. width: 100%;
  206. background: rgba(204, 204, 204, 0.46) !important;
  207. margin-top: -6px;
  208. position: relative;
  209. height: 50px;
  210. }
  211. .pagesHeader-w .dropdown-toggle:empty::after {
  212. position: absolute;
  213. top: 13px;
  214. }
  215. .pagesHeader-w .navbar {
  216. /* overflow: hidden; */
  217. position: relative;
  218. display: flex;
  219. align-items: center;
  220. justify-content: center;
  221. padding: .5rem 1rem;
  222. height: 50px;
  223. }
  224. .pagesHeader-w navbar a {
  225. float: left;
  226. font-size: 16px;
  227. color: white;
  228. text-align: center;
  229. text-decoration: none;
  230. }
  231. .pagesHeader-w .dropdown {
  232. float: left;
  233. /* overflow: hidden; */
  234. }
  235. .pagesHeader-w .dropdown .dropbtn,
  236. .pagesHeader-w .dropdown .dropbtn a {
  237. font-size: 20px;
  238. border: none;
  239. outline: none;
  240. color: #00A99D;
  241. padding: 14px 5px;
  242. background-color: inherit;
  243. font: inherit;
  244. margin: 0;
  245. font-weight: 600;
  246. }
  247. .pagesHeader-w .dropdown .dropbtn {
  248. margin: 0 10px;
  249. }
  250. .pagesHeader-w .navbar a:hover, .dropdown:hover .dropbtn {
  251. }
  252. .pagesHeader-w .dropdown-content {
  253. display: none;
  254. position: absolute;
  255. background-color: #bea380;
  256. border-radius: 10px;
  257. width: 100%;
  258. height: 120px;
  259. left: 0;
  260. top: 55px;
  261. padding: 10px;
  262. box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  263. z-index: 1;
  264. }
  265. .pagesHeader-w .dropdown-content ul li a {
  266. color: #fff;
  267. }
  268. .pagesHeader-w .dropdown-content .header {
  269. padding: 16px;
  270. color: white;
  271. }
  272. .pagesHeader-w .dropdown:hover .dropdown-content {
  273. background: yello;
  274. display: block;
  275. }
  276. /* Create three equal columns that floats next to each other */
  277. .pagesHeader-w .column {
  278. float: left;
  279. width: 50%;
  280. padding: 10px;
  281. background-color: #ccc;
  282. height: 250px;
  283. }
  284. .pagesHeader-w .column a {
  285. float: none;
  286. color: black;
  287. padding: 16px;
  288. text-decoration: none;
  289. display: block;
  290. text-align: left;
  291. }
  292. .pagesHeader-w .column a:hover {
  293. background-color: #ddd;
  294. }
  295. /* Clear floats after the columns */
  296. .pagesHeader-w .row:after {
  297. content: "";
  298. display: table;
  299. clear: both;
  300. }
  301. .pagesHeader-w .iconMenu {
  302. width: 35px;
  303. float: right;
  304. margin: 5px 5px;
  305. }
  306. .pagesHeader-w .parentName-w {
  307. margin: 9px 5px;
  308. display: inline-block;
  309. transition: all 0.5s;
  310. }
  311. .pagesHeader-w .parentName-w:hover {
  312. color: #09d4c5;
  313. }
  314. .navbar {
  315. width: 100%;
  316. padding: 0 !important;
  317. }
  318. .hyperLink {
  319. color: #fff;
  320. text-decoration: none;
  321. }
  322. .ar,.en {
  323. /* margin: 0 10px;
  324. padding: 5px;
  325. color: #03887f;
  326. font-weight: bold;
  327. width: 30px;
  328. height: 30px;
  329. border-radius: 5px;
  330. background-color: #FAFAFA;
  331. cursor: pointer;
  332. transition: all 0.5s; */
  333. /* margin: 2px 10px;
  334. padding: 5px;
  335. padding: 2px 5px;
  336. color: #03887f;
  337. font-weight: bold;
  338. width: 30px;
  339. border: 1px solid #bda380;
  340. height: 30px;
  341. background-color: #FAFAFA;
  342. cursor: pointer;
  343. transition: all 0.5s;
  344. display: inline-block; */
  345. margin: 4px 10px;
  346. padding: 5px;
  347. padding: 0px 3px;
  348. color: #03887f;
  349. font-weight: bold;
  350. width: 25px;
  351. border: 1px solid #bda380;
  352. height: 25px;
  353. background-color: #FAFAFA;
  354. cursor: pointer;
  355. transition: all 0.5s;
  356. display: inline-block;
  357. margin-left: 20px;
  358. }
  359. .ar:hover{
  360. background-color: #03b0b3 !important;
  361. color: #fff !important;
  362. }
  363. .en:hover {
  364. background-color: #03b0b3 !important;
  365. color: #fff !important;
  366. }
  367. /* english estyle */
  368. .menuEnglish{
  369. text-align: left;
  370. }
  371. .achievementsLang-w {
  372. text-align: left;
  373. direction: ltr;
  374. }
  375. .achievementsLang-w li {
  376. text-align: left !important;
  377. }
  378. .activeLanguage {
  379. background-color: #03b0b3 !important;
  380. color: #fff !important;
  381. }
  382. .activeLanguageIcon {
  383. width: 35px;
  384. float: left !important;
  385. margin: 0 5px;
  386. }
  387. .mobileMenu-w {
  388. float: right !important;
  389. background-color: transparent !important;
  390. border: none !important;
  391. border-color: transparent !important;
  392. }
  393. .activeHeaderMenu{
  394. float: left;
  395. }
  396. .activeHomeMenu {
  397. float: left !important;
  398. margin: 0 5px;
  399. background-color: transparent;
  400. border: none;
  401. color: #00a99d;
  402. margin: 0 19px;
  403. font-size: 18px;
  404. font-weight: bold;
  405. }
  406. .homeBtn:hover {
  407. background-color: #d8cdbd !important;
  408. }
  409. .activeexternalPage-w {
  410. background-color: #d8cdbd !important;
  411. }
  412. .dateClass {
  413. text-align: left;
  414. }
  415. .menuHeader-w {
  416. margin: 0 auto;
  417. height: 50px;
  418. }
  419. .menuHeaderEn-w {
  420. margin: 0 auto;
  421. direction: ltr;
  422. height: 50px;
  423. }
  424. .menuHeaderEn-w li a {
  425. font-size: 20px;
  426. border: none;
  427. outline: none;
  428. color: #31aca3; /*#078c82;*/
  429. background-color: inherit;
  430. font: inherit;
  431. margin: 0;
  432. font-weight: 600;
  433. display: inline-block;
  434. margin-top: 5px;
  435. }
  436. .menuHeader-w li a {
  437. font-size: 20px;
  438. border: none;
  439. outline: none;
  440. color: #078c82;
  441. background-color: inherit;
  442. font: inherit;
  443. margin: 0;
  444. font-weight: 600;
  445. display: inline-block;
  446. margin-top: 5px;
  447. }
  448. .menuHeader-w li img,
  449. .menuHeaderEn-w li img{
  450. width: 38px;
  451. margin: 0 10px;
  452. float: right;
  453. margin-top: -5px;
  454. filter: invert(45%);
  455. }
  456. .menuHeaderEn-w li img {
  457. float: left;
  458. margin: 0 12px;
  459. margin-top: -5px;
  460. }
  461. .menuHeaderEn-w li, .menuHeader-w li {
  462. padding: 0px 10px;
  463. transition: all 0.5s;
  464. }
  465. /* .menuHeaderEn-w li:hover {
  466. background-color: #02635c;
  467. color: #fff !important;
  468. } */
  469. .menuHeaderEn-w li:hover a {
  470. color: #00a99d !important;
  471. }
  472. /* .menuHeader-w li:hover {
  473. background-color: #02635c;
  474. color: #fff !important;
  475. } */
  476. .menuHeader-w li:hover a {
  477. color: #00a99d !important;
  478. }
  479. .buttonMobileHeader-w {
  480. margin: 5px;
  481. }
  482. @media(max-width: 767px) {
  483. .tabs .lastTab-w .menuTab-w ul li {
  484. border-left: 0;
  485. }
  486. .internalPage-w .externalPage-w .notificationList-w li {
  487. margin: 0;
  488. }
  489. .dateW {
  490. margin: 20px 0 !important;
  491. display: inline-block !important;
  492. font-size: 10px !important;
  493. }
  494. .externalPage-w .notificationList-w .profileData-w .buttonW {
  495. font-size: 8px;
  496. }
  497. .externalPage-w .searchBtn {
  498. background-color: #fff;
  499. border: none;
  500. height: 30px;
  501. margin-left: 40px;
  502. }
  503. .externalPage-w input[type='text'] {
  504. width: 150px;
  505. }
  506. .externalPage-w .login {
  507. margin-top: 8px;
  508. color: #ffffff;
  509. cursor: pointer;
  510. text-align: right;
  511. padding: 0 9px;
  512. font-size: 13px;
  513. }
  514. .buttonW {
  515. margin-right: -50px;
  516. }
  517. .logoHeader-w .center h2 {
  518. font-size: 15px;
  519. margin: 0;
  520. }
  521. .logoHeader-w .center p {
  522. font-size: 13px;
  523. }
  524. .logoHeader-w .rightLogo-w{
  525. text-align: center;
  526. margin-top: 10px;
  527. }
  528. .logoHeader-w .rightLogo-w img {
  529. width: 144px;
  530. margin: 0;
  531. margin-right: -15px;
  532. }
  533. .pagesHeader-w .navbar {
  534. display: initial;
  535. text-align: initial;
  536. justify-content: initial;
  537. }
  538. .dropDownMobile-w{
  539. left: -140px !important;
  540. text-align: right;
  541. }
  542. .pagesHeader-w .dropdown {
  543. float: right;
  544. }
  545. .btn-outline-primary {
  546. border-color: transparent;
  547. font-size: 30px;
  548. }
  549. .dropdown-toggle::after {
  550. display: none;
  551. }
  552. .en,.ar{
  553. margin-left: 0;
  554. }
  555. .pagesHeader-w .dropdown-menu {
  556. background-color: transparent !important;
  557. box-shadow: none !important;
  558. border: none !important;
  559. }
  560. .menuHeaderEn-w li a {
  561. font-size: 18px;
  562. }
  563. .menuHeaderEn-w li {
  564. border: 1px solid #fff;
  565. }
  566. .menuHeader-w {
  567. direction: ltr;
  568. position: relative;
  569. min-height: 400px;
  570. right: 0;
  571. left: 0;
  572. z-index: 99999999999999999;
  573. background-color: #aee5e1;
  574. display: inline-block;
  575. }
  576. .menuHeader-w li {
  577. border: 1px solid #fff;
  578. }
  579. .menuHeader-w li a {
  580. font-size: 18px;
  581. float: right;
  582. margin: 0 10px;
  583. }
  584. .homeLinkMobile-w {
  585. direction: rtl;
  586. }
  587. .collapse.show {
  588. background-color: #ace3df;
  589. }
  590. }
  591. @media (min-width: 767px) and (max-width: 991px) {
  592. .pagesHeader-w .navbar {
  593. display: initial;
  594. text-align: initial;
  595. justify-content: initial;
  596. }
  597. .mobileMenu-w {
  598. float: right !important;
  599. }
  600. .dropDownMobile-w{
  601. left: -80px !important;
  602. text-align: right;
  603. }
  604. .pagesHeader-w .dropdown {
  605. float: right;
  606. font-size: 12px;
  607. }
  608. .btn-outline-primary {
  609. border-color: transparent;
  610. font-size: 30px;
  611. }
  612. .dropdown-toggle::after {
  613. display: none;
  614. }
  615. .buttonW {
  616. margin-right: 0;
  617. }
  618. }
  619. a.dropdown-item.ng-star-inserted {
  620. width: 100% !important;
  621. }
  622. .pagesHeader-w[_ngcontent-c5] .dropdown-menu[_ngcontent-c5] {
  623. top: 30px !important;
  624. }
  625. @media(min-width: 992px) and (max-width: 1199px) {
  626. }
  627. @media(min-width: 1200px) {
  628. .container{
  629. max-width: 1200px !important;
  630. }
  631. }
  632. ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  633. color: #00a99d !important;
  634. }
  635. ::-moz-placeholder { /* Firefox 19+ */
  636. color: #00a99d !important;
  637. }
  638. :-ms-input-placeholder { /* IE 10+ */
  639. color: #00a99d !important;
  640. }
  641. :-moz-placeholder { /* Firefox 18- */
  642. color: #00a99d !important;
  643. }
  644. .btn:focus {
  645. box-shadow: none;
  646. }