internal-page-header.component.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. input,button {
  2. outline: none;
  3. }
  4. .internalHeader-w {
  5. width: 100%;
  6. height: 35px;
  7. background-color: #e3dfdf;
  8. /* background: url('../../../assets/image/XMLID_19_.png') no-repeat center center;
  9. background-size: cover; */
  10. }
  11. .internalHeader-w .notificationList-w {
  12. width: 100%;
  13. display: inline-block;
  14. text-align: right;
  15. }
  16. .internalHeader-w .login {
  17. color: #00a99d;
  18. cursor: pointer;
  19. text-align: right;
  20. padding: 0 40px;
  21. }
  22. .internalHeader-w .notificationList-w li {
  23. display: inline-block;
  24. margin: 0 10px;
  25. }
  26. .internalHeader-w .notificationList-w li span {
  27. color: #00a99d;
  28. font-size: 25px;
  29. cursor: pointer;
  30. transition: all 0.5s;
  31. margin-top: 5px;
  32. display: block;
  33. }
  34. .internalPage-w .internalHeader-w .notificationList-w li span:hover i {
  35. color: #08726a;
  36. }
  37. .internalHeader-w .notificationList-w .profileData-w .btn-outline-success {
  38. border: none;
  39. }
  40. .internalHeader-w .notificationList-w .profileData-w .buttonW:hover {
  41. background-color: transparent;
  42. }
  43. .internalHeader-w input[type='text'] {
  44. background-color: #fff;
  45. border: none;
  46. color: #ccc;
  47. padding: 0 5px;
  48. height: 30px;
  49. }
  50. .internalHeader-w .searchBtn {
  51. background-color: #fff;
  52. border: none;
  53. height: 30px;
  54. }
  55. .profileData-w img {
  56. width: 35px;
  57. border: 1px solid #252525;
  58. margin: 0 5px;
  59. }
  60. .buttonW {
  61. background-color: transparent;
  62. border: none;
  63. cursor: pointer;
  64. color: #fff;
  65. outline: none;
  66. text-shadow: 0px 0px 2px #000;
  67. font-weight: bold;
  68. margin-right: -25px;
  69. }
  70. .dateW {
  71. color: #fff;
  72. text-shadow: 0px 0px 2px #000;
  73. font-weight: bold;
  74. display:inline-block
  75. }
  76. .internalPage-w .internalHeader-w .notificationList-w .profileData-w .dropdown-toggle::after {
  77. margin: -1px 10px;
  78. }
  79. .logoHeader-w {
  80. width: 100%;
  81. height: 160px;
  82. display: inline-block;
  83. background: url('../../../assets/image/bottomBackground.jpg');
  84. background-size: cover;
  85. }
  86. .logoHeader-w .rightLogo-w,
  87. .logoHeader-w .leftLogo-w,
  88. .logoHeader-w .center {
  89. width: 100%;
  90. display: inline-block;
  91. margin-top: 20px;
  92. }
  93. .logoHeader-w .rightLogo-w {
  94. text-align: right;
  95. }
  96. .logoHeader-w .rightLogo-w img {
  97. margin-top: 15px;
  98. margin-right:15px
  99. }
  100. .logoHeader-w .leftLogo-w img {
  101. margin-top: 15px;
  102. }
  103. .logoHeader-w .center h2 {
  104. font-size: 30px;
  105. color: #bda380;
  106. margin-top: 20px;
  107. }
  108. .logoHeader-w .center p {
  109. font-size: 15px;
  110. font-weight: 600;
  111. font-style: normal;
  112. font-stretch: normal;
  113. letter-spacing: normal;
  114. color: #00a99d;
  115. }
  116. .logoHeader-w .rightLogo-w img {
  117. width: 210px;
  118. }
  119. .pagesHeader-w {
  120. width: 100%;
  121. background-color: #E3DBD0;
  122. margin-top: -6px;
  123. position: relative;
  124. }
  125. .pagesHeader-w .dropdown-toggle:empty::after {
  126. position: absolute;
  127. top: 13px;
  128. }
  129. .pagesHeader-w .navbar {
  130. /* overflow: hidden; */
  131. position: relative;
  132. display: flex;
  133. align-items: center;
  134. justify-content: center;
  135. padding: .5rem 1rem;
  136. }
  137. .pagesHeader-w navbar a {
  138. float: left;
  139. font-size: 16px;
  140. color: white;
  141. text-align: center;
  142. text-decoration: none;
  143. }
  144. .pagesHeader-w .dropdown {
  145. float: left;
  146. /* overflow: hidden; */
  147. }
  148. .pagesHeader-w .dropdown .dropbtn,
  149. .pagesHeader-w .dropdown .dropbtn a {
  150. font-size: 20px;
  151. border: none;
  152. outline: none;
  153. color: #00A99D;
  154. padding: 14px 5px;
  155. background-color: inherit;
  156. font: inherit;
  157. margin: 0;
  158. font-weight: bold;
  159. }
  160. .pagesHeader-w .dropdown .dropbtn {
  161. margin: 0 10px;
  162. }
  163. .pagesHeader-w .navbar a:hover, .dropdown:hover .dropbtn {
  164. }
  165. .pagesHeader-w .dropdown-content {
  166. display: none;
  167. position: absolute;
  168. background-color: #bea380;
  169. border-radius: 10px;
  170. width: 100%;
  171. height: 120px;
  172. left: 0;
  173. top: 55px;
  174. padding: 10px;
  175. box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  176. z-index: 1;
  177. }
  178. .pagesHeader-w .dropdown-content ul li a {
  179. color: #fff;
  180. }
  181. .pagesHeader-w .dropdown-content .header {
  182. padding: 16px;
  183. color: white;
  184. }
  185. .pagesHeader-w .dropdown:hover .dropdown-content {
  186. background: yello;
  187. display: block;
  188. }
  189. /* Create three equal columns that floats next to each other */
  190. .pagesHeader-w .column {
  191. float: left;
  192. width: 50%;
  193. padding: 10px;
  194. background-color: #ccc;
  195. height: 250px;
  196. }
  197. .pagesHeader-w .column a {
  198. float: none;
  199. color: black;
  200. padding: 16px;
  201. text-decoration: none;
  202. display: block;
  203. text-align: left;
  204. }
  205. .pagesHeader-w .column a:hover {
  206. background-color: #ddd;
  207. }
  208. /* Clear floats after the columns */
  209. .pagesHeader-w .row:after {
  210. content: "";
  211. display: table;
  212. clear: both;
  213. }
  214. .pagesHeader-w .iconMenu {
  215. width: 35px;
  216. float: right;
  217. margin: 5px 5px;
  218. }
  219. .pagesHeader-w .parentName-w {
  220. margin: 9px 5px;
  221. display: inline-block;
  222. }
  223. .navbar {
  224. width: 100%;
  225. padding: 0 !important;
  226. }
  227. .hyperLink {
  228. color: #fff;
  229. text-decoration: none;
  230. }
  231. .ar,.en {
  232. /* margin: 0 10px;
  233. padding: 5px;
  234. color: #03887f;
  235. font-weight: bold;
  236. width: 30px;
  237. height: 30px;
  238. border-radius: 5px;
  239. background-color: #FAFAFA;
  240. cursor: pointer;
  241. transition: all 0.5s; */
  242. margin: 2px 10px;
  243. padding: 5px;
  244. padding: 2px 5px;
  245. color: #03887f;
  246. font-weight: bold;
  247. width: 30px;
  248. border: 1px solid #bda380;
  249. height: 30px;
  250. /* border-radius: 5px; */
  251. background-color: #FAFAFA;
  252. cursor: pointer;
  253. transition: all 0.5s;
  254. display: inline-block;
  255. }
  256. .ar:hover{
  257. background-color: #03b0b3 !important;
  258. color: #fff !important;
  259. }
  260. .en:hover {
  261. background-color: #03b0b3 !important;
  262. color: #fff !important;
  263. }
  264. /* english estyle */
  265. .menuEnglish{
  266. text-align: left;
  267. }
  268. .achievementsLang-w {
  269. text-align: left;
  270. direction: ltr;
  271. }
  272. .achievementsLang-w li {
  273. text-align: left !important;
  274. }
  275. .activeLanguage {
  276. background-color: #03b0b3 !important;
  277. color: #fff !important;
  278. }
  279. .activeLanguageIcon {
  280. width: 40px;
  281. height: 40px;
  282. float: left !important;
  283. margin: 0 5px;
  284. }
  285. .mobileMenu-w {
  286. float: right !important;
  287. background-color: transparent !important;
  288. border: none !important;
  289. border-color: transparent !important;
  290. }
  291. .activeHeaderMenu{
  292. float: left;
  293. }
  294. .activeHomeMenu {
  295. float: left !important;
  296. margin: 0 5px;
  297. background-color: transparent;
  298. border: none;
  299. color: #00a99d;
  300. margin: 0 19px;
  301. font-size: 18px;
  302. font-weight: bold;
  303. }
  304. @media(max-width: 767px) {
  305. .tabs .lastTab-w .menuTab-w ul li {
  306. border-left: 0;
  307. }
  308. .internalPage-w .internalHeader-w .notificationList-w li {
  309. margin: 0;
  310. }
  311. .dateW {
  312. margin: 20px 0 !important;
  313. display: inline-block !important;
  314. font-size: 10px !important;
  315. }
  316. .internalHeader-w .notificationList-w .profileData-w .buttonW {
  317. font-size: 8px;
  318. }
  319. .internalHeader-w .searchBtn {
  320. background-color: #fff;
  321. border: none;
  322. height: 30px;
  323. margin-left: 40px;
  324. }
  325. .internalHeader-w input[type='text'] {
  326. width: 150px;
  327. }
  328. .internalHeader-w .login {
  329. margin-top: 6px;
  330. color: #00a99d;
  331. cursor: pointer;
  332. text-align: right;
  333. padding: 0 20px;
  334. font-size: 13px;
  335. }
  336. .buttonW {
  337. margin-right: -40px;
  338. }
  339. .logoHeader-w .center h2 {
  340. font-size: 15px;
  341. margin: 0;
  342. }
  343. .logoHeader-w .center p {
  344. font-size: 13px;
  345. }
  346. .logoHeader-w .rightLogo-w{
  347. text-align: center;
  348. margin-top: 10px;
  349. }
  350. .logoHeader-w .rightLogo-w img {
  351. width: 200px;
  352. margin: 0;
  353. margin-right: -15px;
  354. }
  355. .pagesHeader-w .navbar {
  356. display: initial;
  357. text-align: initial;
  358. justify-content: initial;
  359. }
  360. .dropDownMobile-w{
  361. left: -140px !important;
  362. text-align: right;
  363. }
  364. .pagesHeader-w .dropdown {
  365. float: right;
  366. }
  367. .btn-outline-primary {
  368. border-color: transparent;
  369. font-size: 30px;
  370. }
  371. .dropdown-toggle::after {
  372. display: none;
  373. }
  374. }
  375. @media (min-width: 767px) and (max-width: 991px) {
  376. .pagesHeader-w .navbar {
  377. display: initial;
  378. text-align: initial;
  379. justify-content: initial;
  380. }
  381. .mobileMenu-w {
  382. float: right !important;
  383. }
  384. .dropDownMobile-w{
  385. left: -80px !important;
  386. text-align: right;
  387. }
  388. .pagesHeader-w .dropdown {
  389. float: right;
  390. font-size: 12px;
  391. }
  392. .btn-outline-primary {
  393. border-color: transparent;
  394. font-size: 30px;
  395. }
  396. .dropdown-toggle::after {
  397. display: none;
  398. }
  399. }