external-page-header.component.css 14 KB

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