styles.css 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765
  1. @import '~quill/dist/quill.core.css';
  2. @import '~quill/dist/quill.bubble.css';
  3. @import '~quill/dist/quill.snow.css';
  4. @import "../node_modules/angular-calendar/css/angular-calendar.css";
  5. /* @import '~materialize-css/dist/css/materialize.min.css';
  6. /* You can add global styles to this file, and also import other style files */
  7. body {
  8. direction: rtl;
  9. font-family: 'Cairo', sans-serif;
  10. color: #CAB59A;
  11. }
  12. input:-webkit-autofill,
  13. input:-webkit-autofill:hover,
  14. input:-webkit-autofill:focus,
  15. input:-webkit-autofill:active {
  16. -webkit-box-shadow: 0 0 0 30px #fff inset;
  17. }
  18. .contentPage-w{
  19. background: rgba(255, 255, 255, 0.22) !important;
  20. border: 1px solid #eae9e6 !important;
  21. box-shadow: 0px 5px 10px #00000026 !important;
  22. padding: 10px 10px !important;
  23. width: 100% !important;
  24. }
  25. .form-control:focus {
  26. color: #495057;
  27. background-color: #fff;
  28. border-color: #3dcc6d !important;
  29. outline: none;
  30. }
  31. .black-overlay {
  32. position: fixed !important;
  33. }
  34. .noMargin-w {
  35. margin-left: 0;
  36. margin-right: 0;
  37. }
  38. .dropDown-w {
  39. display: inline;
  40. margin: 0 20px;
  41. }
  42. .marginTop-w {
  43. margin: 10px 0;
  44. }
  45. .butttonCreate {
  46. width: 170px;
  47. background-color: #007A71;
  48. color: #fff;
  49. direction: rtl;
  50. text-align: right;
  51. }
  52. .butttonDelete {
  53. width: 170px;
  54. background-color: #E6646E;
  55. color: #fff;
  56. direction: rtl;
  57. text-align: right;
  58. }
  59. .marginFontAowsome-w {
  60. margin: 0 15px;
  61. font-size: 12px;
  62. }
  63. .modal-content {
  64. text-align: right;
  65. }
  66. .modal-content h4 {
  67. font-size: 17px;
  68. }
  69. .modal-header {
  70. display: block;
  71. text-align: right;
  72. }
  73. .modal-header h3 {
  74. font-size: 17px;
  75. }
  76. @media(max-width: 767px){
  77. .hidden-xs {
  78. display: none;
  79. }
  80. }
  81. /* toastr stylee */
  82. /* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
  83. /* position */
  84. .toast-center-center {
  85. top: 50%;
  86. left: 50%;
  87. transform: translate(-50%, -50%);
  88. }
  89. .toast-top-center {
  90. top: 0;
  91. right: 0;
  92. width: 100%;
  93. }
  94. .toast-bottom-center {
  95. bottom: 0;
  96. right: 0;
  97. width: 100%;
  98. }
  99. .toast-top-full-width {
  100. top: 0;
  101. right: 0;
  102. width: 100%;
  103. }
  104. .toast-bottom-full-width {
  105. bottom: 0;
  106. right: 0;
  107. width: 100%;
  108. }
  109. .toast-top-left {
  110. top: 12px;
  111. left: 12px;
  112. }
  113. .toast-top-right {
  114. top: 12px;
  115. right: 12px;
  116. }
  117. .toast-bottom-right {
  118. right: 12px;
  119. bottom: 12px;
  120. }
  121. .toast-bottom-left {
  122. bottom: 12px;
  123. left: 12px;
  124. }
  125. /* toast styles */
  126. .toast-title {
  127. font-weight: bold;
  128. }
  129. .toast-message {
  130. word-wrap: break-word;
  131. }
  132. .toast-message a,
  133. .toast-message label {
  134. color: #FFFFFF;
  135. }
  136. .toast-message a:hover {
  137. color: #CCCCCC;
  138. text-decoration: none;
  139. }
  140. .toast-close-button {
  141. position: relative;
  142. right: -0.3em;
  143. top: -0.3em;
  144. float: right;
  145. font-size: 20px;
  146. font-weight: bold;
  147. color: #FFFFFF;
  148. text-shadow: 0 1px 0 #ffffff;
  149. /* opacity: 0.8; */
  150. }
  151. .toast-close-button:hover,
  152. .toast-close-button:focus {
  153. color: #000000;
  154. text-decoration: none;
  155. cursor: pointer;
  156. opacity: 0.4;
  157. }
  158. /*Additional properties for button version
  159. iOS requires the button element instead of an anchor tag.
  160. If you want the anchor version, it requires `href="#"`.*/
  161. button.toast-close-button {
  162. padding: 0;
  163. cursor: pointer;
  164. background: transparent;
  165. border: 0;
  166. }
  167. .toast-container {
  168. pointer-events: none;
  169. position: fixed;
  170. z-index: 999999;
  171. }
  172. .toast-container * {
  173. box-sizing: border-box;
  174. }
  175. .toast-container .toast {
  176. position: relative;
  177. overflow: hidden;
  178. margin: 0 0 6px;
  179. padding: 15px 15px 15px 50px;
  180. width: 300px;
  181. border-radius: 3px 3px 3px 3px;
  182. background-position: 15px center;
  183. background-repeat: no-repeat;
  184. background-size: 24px;
  185. box-shadow: 0 0 12px #999999;
  186. color: #FFFFFF;
  187. }
  188. .toast-container .toast:hover {
  189. box-shadow: 0 0 12px #000000;
  190. opacity: 1;
  191. cursor: pointer;
  192. }
  193. /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
  194. .toast-info {
  195. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
  196. }
  197. /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
  198. .toast-error {
  199. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
  200. }
  201. /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
  202. .toast-success {
  203. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  204. }
  205. /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
  206. .toast-warning {
  207. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
  208. }
  209. .toast-container.toast-top-center .toast,
  210. .toast-container.toast-bottom-center .toast {
  211. width: 300px;
  212. margin-left: auto;
  213. margin-right: auto;
  214. }
  215. .toast-container.toast-top-full-width .toast,
  216. .toast-container.toast-bottom-full-width .toast {
  217. width: 96%;
  218. margin-left: auto;
  219. margin-right: auto;
  220. }
  221. .toast {
  222. background-color: #030303;
  223. pointer-events: auto;
  224. }
  225. .toast-success {
  226. background-color: #51A351;
  227. }
  228. .toast-error {
  229. background-color: #BD362F;
  230. }
  231. .toast-info {
  232. background-color: #2F96B4;
  233. }
  234. .toast-warning {
  235. background-color: #F89406;
  236. }
  237. .toast-progress {
  238. position: absolute;
  239. left: 0;
  240. bottom: 0;
  241. height: 4px;
  242. background-color: #000000;
  243. opacity: 0.4;
  244. }
  245. .routerLinkContainer-w {
  246. width: 100%;
  247. min-height: 100%;
  248. }
  249. .listData-w {
  250. padding: 40px 0;
  251. }
  252. .selectData-w {
  253. width: 100px;
  254. float: left;
  255. }
  256. .hr{
  257. height: 3px;
  258. background-color: #00a99d;
  259. }
  260. .headingText-w {
  261. color: #927858;
  262. font-size: 15px;
  263. text-align: right;
  264. font-weight: bold;
  265. padding: 0px 7px;
  266. border-right: 1px solid #717171;
  267. }
  268. .activeLi-w{
  269. color: #a7947f;
  270. font-size: 15px;
  271. font-weight: 300px;
  272. }
  273. .titileLi-w{
  274. text-align: right;
  275. margin: 0;
  276. padding: 7px 0px;
  277. background-color: #90909236;
  278. border: 1px solid #7171712b;
  279. /* border-radius: 3px; */
  280. }
  281. .titileLi-w li {
  282. display: inline-block;
  283. }
  284. .searchInput-w {
  285. border: 2px solid #ecdcc7;
  286. }
  287. .selectButton-w{
  288. display: inline-block;
  289. width: 70px;
  290. background-color: #f9f9f9;
  291. color: #bda380;
  292. }
  293. .spanSelect-w{
  294. float: right;
  295. color: #bda380;
  296. font-weight: bold;
  297. }
  298. .headBackground-w{
  299. background-color: #bda380;
  300. color: #fff;
  301. }
  302. .headBackground-w th {
  303. border: 1px solid #fff;
  304. text-align: center;
  305. }
  306. .table tbody tr:nth-child(even){
  307. background-color: #fff;
  308. color: #bda380;
  309. font-weight: bold;
  310. }
  311. .table tbody tr:nth-child(odd){
  312. background-color: #f5f2f2;
  313. color: #bda380;
  314. font-weight: bold;
  315. }
  316. .inputSearchTable-w{
  317. border-radius: 10px;
  318. border: 1px solid #bda380;
  319. margin-top: 13px;
  320. }
  321. .table tbody tr:hover {background-color: #cec8c0;color: #fff}
  322. .table .custom-control-input {
  323. opacity: 1;
  324. z-index: 1;
  325. width: 20px;
  326. height: 20px;
  327. }
  328. .customStyleInput {
  329. opacity: 1;
  330. z-index: 1;
  331. width: 13px;
  332. height: 20px;
  333. position: absolute;
  334. right: 8px;
  335. top: 6px;
  336. }
  337. /*
  338. .table{
  339. border: 2px solid #ecdcc7;
  340. }
  341. .table-bordered td, .table-bordered th {
  342. border: 2px solid #ecdcc7;
  343. }
  344. .table thead th {
  345. border: 2px solid #bda380;
  346. } */
  347. .table td, .table th{
  348. padding: 5px 0px !important;
  349. }
  350. table .btn{
  351. border: 0px solid transparent !important;
  352. padding: 0px 8px !important;
  353. cursor: pointer;
  354. }
  355. .checkAll-w::before {
  356. background-color: #fff;
  357. border: 1px solid #ccc;
  358. border-radius: 5px;
  359. }
  360. .bg-light {
  361. background-color: transparent !important;
  362. }
  363. .activeLink {
  364. color: #fff !important;
  365. background-color: #007A71 !important;
  366. }
  367. .activeExternalLink {
  368. color: #fff !important;
  369. background-color: #007A71 !important;
  370. }
  371. .activeExternalLink a {
  372. color: #fff !important;
  373. }
  374. .spanReqired-w {
  375. color: red;
  376. }
  377. .defaultHover-w:hover {
  378. background-color: blue;
  379. }
  380. .contentBorder-w {
  381. width: 100%;
  382. min-height: 500px;
  383. padding: 40px 20px;
  384. background-color: rgba(255, 255, 255, 0.5);
  385. border: 1px solid #888;
  386. }
  387. .contentBorder-w {
  388. border-top: 4px solid #bda380;
  389. }
  390. .containerContent-w {
  391. width: 100%;
  392. display: inline-block;
  393. padding: 20px;
  394. min-height: 600px;
  395. margin: 10px 0;
  396. border: 1px solid #bdbcbc;
  397. border-top: 5px solid #bda380;
  398. background: rgba(255, 255, 255, 0.17);
  399. overflow-x: auto;
  400. box-shadow: 0px 0px 22px #00000042;
  401. }
  402. .validateImageMsg{
  403. position: absolute;
  404. left:43%;
  405. bottom:0;
  406. color: red
  407. }
  408. .activeInternalHeader {
  409. background-color: #a2835d !important;
  410. }
  411. .activeInternalHeader a{
  412. color: #fff !important;
  413. }
  414. .testGroup-w {
  415. margin: 10px 0;
  416. border: 1px solid #ccc;
  417. background-color: #f5f5f5;
  418. }
  419. .testBody-w {
  420. text-align: right;
  421. background-color: #fff;
  422. border: 1px solid #f7f7f7;
  423. }
  424. .testBodyEn-w {
  425. text-align: left;
  426. background-color: #fff;
  427. border: 1px solid #f7f7f7;
  428. }
  429. .testBodyEn-w p {
  430. text-align: left;
  431. font-size: 15px;
  432. padding: 5px 10px;
  433. }
  434. .panel-heading,
  435. .panel-headingEn {
  436. position: relative;
  437. }
  438. .testGroup-w .panel-heading h4 {
  439. font-size: 15px;
  440. padding: 10px;
  441. text-align: right;
  442. cursor: pointer;
  443. }
  444. .testGroupEn-w .panel-headingEn h4 {
  445. font-size: 15px;
  446. padding: 10px;
  447. text-align: left;
  448. cursor: pointer;
  449. }
  450. .cal-cell-top {
  451. height: 50px !important;
  452. }
  453. /* .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu,
  454. .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu.IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-3uCBSbQNVNf2QjqHe1rfb6 {
  455. width: 150px;
  456. } */
  457. /* .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon {
  458. margin-left: 0 !important;
  459. margin-right: 0 !important;
  460. }
  461. .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon>svg{
  462. margin: 0 10px;
  463. }
  464. .inlineBlock _2tga _49ve {
  465. display: none !important;
  466. } */
  467. .panel-heading[data-toggle="collapse"]::before {
  468. font-family: 'Glyphicons Halflings';
  469. content: "⌃"; /* "play" icon */
  470. position: absolute;
  471. color: #bda380;
  472. font-size: 18px;
  473. line-height: 22px;
  474. left: 20px;
  475. top: calc(50% - 10px);
  476. /* rotate "play" icon from > (right arrow) to down arrow */
  477. -webkit-transform: rotate(180deg);
  478. -moz-transform: rotate(180deg);
  479. -ms-transform: rotate(180deg);
  480. -o-transform: rotate(180deg);
  481. transform: rotate(180deg);
  482. }
  483. .panel-headingEn[data-toggle="collapse"]::before {
  484. font-family: 'Glyphicons Halflings';
  485. content: "⌃"; /* "play" icon */
  486. position: absolute;
  487. color: #bda380;
  488. font-size: 18px;
  489. line-height: 22px;
  490. right: 20px;
  491. top: calc(50% - 10px);
  492. /* rotate "play" icon from > (right arrow) to down arrow */
  493. -webkit-transform: rotate(180deg);
  494. -moz-transform: rotate(180deg);
  495. -ms-transform: rotate(180deg);
  496. -o-transform: rotate(180deg);
  497. transform: rotate(180deg);
  498. }
  499. .panel-heading[data-toggle="collapse"].collapsed::before {
  500. /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  501. -webkit-transform: rotate(0deg);
  502. -moz-transform: rotate(0deg);
  503. -ms-transform: rotate(0deg);
  504. -o-transform: rotate(0deg);
  505. transform: rotate(0deg);
  506. }
  507. .panel-headingEn[data-toggle="collapse"].collapsed::before {
  508. /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  509. -webkit-transform: rotate(0deg);
  510. -moz-transform: rotate(0deg);
  511. -ms-transform: rotate(0deg);
  512. -o-transform: rotate(0deg);
  513. transform: rotate(0deg);
  514. }
  515. .owl-carousel.owl-loaded {
  516. margin: 10px 0;
  517. }
  518. .owl-theme .owl-nav {
  519. position: absolute !important;
  520. width: 100% !important;
  521. bottom: 0 !important;
  522. }
  523. .owl-carousel .owl-nav button.owl-prev {
  524. width: 50px;
  525. background-color: red;
  526. float: right;
  527. margin-right: 15px;
  528. margin-top: 0;
  529. color: #fff;
  530. }
  531. .owl-carousel .owl-nav button.owl-prev span {
  532. font-size: 30px;
  533. font-weight: bold;
  534. }
  535. .owl-carousel .owl-nav button.owl-next {
  536. width: 50px;
  537. background-color: red;
  538. float: left;
  539. margin-left: 15px;
  540. margin-top: 0;
  541. color: #fff;
  542. }
  543. .owl-carousel .owl-nav button.owl-next span {
  544. font-size: 30px;
  545. font-weight: bold;
  546. }
  547. .externalEventContent-w .cal-month-view .cal-days .cal-cell-row {
  548. height: 50px;
  549. }
  550. .externalEventContent-w .cal-month-view .cal-day-cell {
  551. min-height: 50px !important;
  552. border: 1px solid #e1e1e1;
  553. }
  554. .externalEventContent-w .cal-month-view .cal-cell-top {
  555. min-height: 50px !important;
  556. width: 27px;
  557. }
  558. .externalEventContent-w .cal-events {
  559. margin: 0 !important;
  560. }
  561. .externalEventContent-w .cal-day-badge {
  562. margin-top: 0 !important;
  563. margin-left: 0 !important;
  564. }
  565. .externalEventContent-w .cal-day-number {
  566. font-size: 15px !important;
  567. color: #252525;
  568. }
  569. .externalEventContent-w .cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  570. opacity: 0.7 !important;
  571. }
  572. .externalEventContent-w .cal-day-badge {
  573. padding: 2px 5px !important;
  574. font-size: 10px !important;
  575. text-align: initial !important;
  576. float: left !important;
  577. margin: 5px !important;
  578. }
  579. .popUp {
  580. width: 720px;
  581. border: 1px solid #fff;
  582. background-color: #fff;
  583. box-shadow: 0px 2px 5px #252525;
  584. border-radius: 5px;
  585. margin: 0 auto;
  586. text-align: left;
  587. padding: 10px;
  588. position: fixed;
  589. top: 0;
  590. left: 25%;
  591. z-index: 999999999999999999;
  592. }
  593. .eventContent-w h1 {
  594. font-size: 18px;
  595. }
  596. .eventContent-w p {
  597. text-align: center;
  598. font-size: 16px;
  599. }
  600. .eventContent-w button {
  601. position: absolute;
  602. top: 0;
  603. right: 0px;
  604. }
  605. /* .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu,
  606. .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu.IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-3uCBSbQNVNf2QjqHe1rfb6 {
  607. width: 150px;
  608. } */
  609. .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon {
  610. margin-left: 0 !important;
  611. margin-right: 0 !important;
  612. }
  613. .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon>svg{
  614. margin: 0 10px;
  615. }
  616. .inlineBlock _2tga _49ve {
  617. display: none !important;
  618. }
  619. .custom-select {
  620. width: 141px;
  621. padding: 0 30px !important;
  622. margin: 0 5px;
  623. }
  624. .ngb-dp-month:first-child .ngb-dp-week {
  625. padding-left: 4.25rem;
  626. /* width: 100%; */
  627. }
  628. .ngb-dp-month:last-child .ngb-dp-week {
  629. padding-right: 4.25rem;
  630. }
  631. .ngb-dp-day, .ngb-dp-week-number, .ngb-dp-weekday {
  632. width: 3rem !important;
  633. }
  634. .ngb-dp-month {
  635. padding: 0 16px !important;
  636. }
  637. .btn-light {
  638. width: 3rem !important;
  639. }
  640. .form-group {
  641. margin-top: 0 !important;
  642. }
  643. select.form-control:not([size]):not([multiple]) {
  644. height: 35px;
  645. padding: 0 5px;
  646. }
  647. /* Eng Magdy Style */
  648. .internalHeader-w{
  649. padding-top: 7px;
  650. height: 36px !important;
  651. background-color:#a1a1a15e !important;
  652. }
  653. .routerLinkContainer-w {
  654. background: url('../src/assets/image/background_login.jpg') no-repeat top center !important;
  655. background-size: auto !important;
  656. background-attachment: fixed !important;
  657. }
  658. .internalHeader-w input[type='text']::placeholder{
  659. color: #BDA380;
  660. }
  661. .internalHeader-w input[type='text']:-ms-input-placeholder{
  662. color: #BDA380;
  663. }
  664. .internalHeader-w input[type='text']::-ms-input-placeholder{
  665. color: #BDA380;
  666. }
  667. .internalHeader-w .searchBtn{
  668. /* height: 35px !important;
  669. width: 55px !important;
  670. border: 1px solid #BDA380 !important;
  671. margin-right: 10px;*/
  672. }
  673. .pagesHeader-w{
  674. margin-top: 0px !important;
  675. background-color: #926f3f2e !important;
  676. height: 50px !important;
  677. display: block;
  678. }
  679. .pagesHeader-w .navbar{
  680. height: 50px !important;
  681. }
  682. .pagesHeader-w .dropdown .dropbtn{
  683. margin: 0 4px !important;
  684. }
  685. .pagesHeader-w .dropdown .dropbtn:hover{
  686. background-color: #d8cdbd;
  687. }
  688. .pagesHeader-w .parentName-w{
  689. margin: 8px 0px !important;
  690. }
  691. .contentPage-w{
  692. background: rgba(255, 255, 255, 0.22) !important;
  693. border: 1px solid #eae9e6 !important;
  694. box-shadow: 0px 5px 10px #00000026 !important;
  695. }
  696. .internalHeader-w input[type='text']{
  697. width: 285px;
  698. height: 30px !important;
  699. border: 1px solid #BDA380 !important;
  700. }
  701. .searchBtn i{
  702. color: #BDA380;
  703. }
  704. .dateW{
  705. text-shadow: 0px 0px 0px #fff0 !important;
  706. }
  707. .ar, .en{ /* <— eng mega Edit */
  708. height: 30px !important;
  709. width: 46px !important;
  710. text-align: center;
  711. background-color: #f1eded !important;
  712. padding-top: 1px !important;
  713. }
  714. .logoHeader-w{
  715. /*background-image: url('../src/assets/image/bottomBackground.jpg') !important;*/
  716. }
  717. .en:hover{
  718. background-color: #c3a58161 !important;
  719. color: #fff !important;
  720. border: 1px solid #bb9262 !important;
  721. }
  722. .contentPage-w{
  723. padding: 10px 10px !important;
  724. }
  725. .contentPage-w{
  726. width:100% !important;
  727. }
  728. .eventPart-w .event{
  729. background-color: #eae9e6 !important;
  730. }
  731. .eventPart-w .event .now{
  732. padding: 9px 0 !important;
  733. }
  734. .contentsData-w .joinUs-w .dataContent, .contentsData-w .joinUsEn-w .dataContent{
  735. box-shadow: 0px 3px 7px #00000029 !important;
  736. }
  737. .contentsData-w .joinUs-w .joinHeading-w, .contentsData-w .joinUsEn-w .joinHeading-w{
  738. box-shadow: 0px 3px 7px #00000029 !important;
  739. }
  740. .sharingEvent-w .content, .sharingEvent-w .content{
  741. box-shadow: 0px 3px 7px #00000029 !important;
  742. }
  743. .sharingEvent-w .congeratolation, .sharingEvent-w .sadDead-w{
  744. box-shadow: 0px 3px 7px #00000029 !important;
  745. }
  746. .secondServices-w .contentSecondSer-w .contentSer{
  747. box-shadow: 0px 3px 7px #00000029 !important;
  748. }
  749. .contentsData-w .joinUs-w .dataContent .joinUs-photo,
  750. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo{
  751. height: 130px !important;
  752. overflow: hidden !important;
  753. border: 1px solid #e0e0e0;
  754. }
  755. .contentsData-w .joinUs-w .dataContent .joinUs-photo img,
  756. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo img{
  757. height: auto !important;
  758. margin: 0 !important;
  759. border: 1px solid #ccc0 !important;
  760. }
  761. .sharingEvent-w .content .eventsTab li{
  762. border-radius: 10px !important;
  763. width: 25px !important;
  764. height: 7px !important;
  765. padding: 0px !important;
  766. }
  767. .contentsData-w .joinUs-w .dataContent .eventsTab,
  768. .contentsData-w .joinUsEn-w .dataContent .eventsTab {
  769. width: 100%;
  770. display: flex;
  771. justify-content: center;
  772. text-align: center;
  773. padding-left: 40px;
  774. margin: 10px 0;
  775. }
  776. .contentsData-w .joinUs-w .dataContent .eventsTab li,
  777. .contentsData-w .joinUsEn-w .dataContent .eventsTab li{
  778. border-radius: 10px !important;
  779. width: 25px !important;
  780. height: 7px !important;
  781. padding: 0px !important;
  782. background: #ccc;
  783. margin: 0 5px;
  784. cursor: pointer;
  785. }
  786. /* .actineTab {
  787. background-color: #08726a !important;
  788. color: #fff !important;
  789. } */
  790. .linksSection-w{
  791. margin-top: 10px !important;
  792. }
  793. .footer{
  794. /* height: 170px !important;*/
  795. }
  796. .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
  797. color: #fff !important;
  798. background-color: #c0a17b;
  799. border-color: #7b511f;
  800. }
  801. .nothome .testGroup-w{
  802. background-color: #967853 !important;
  803. border: 0px !important;
  804. }
  805. .nothome .testBody-w{
  806. background-color: #efefef ;
  807. }
  808. .nothome .testBody-w:hover{
  809. background-color: #c7c5c5;
  810. }
  811. .nothome .testGroup-w .panel-heading h4{
  812. color: #fff;
  813. }
  814. .nothome .panel-heading[data-toggle="collapse"]::before {
  815. color: #fff;
  816. }
  817. .nothome ul li{
  818. border-bottom: 0px !important;
  819. color: #9a774d !important;
  820. padding: 9px 0px 0px 0px !important;
  821. }
  822. .nothome .testGroupEn-w{
  823. background-color: #967853 !important;
  824. border: 0px !important;
  825. }
  826. .nothome .testBodyEn-w{
  827. background-color: #efefef ;
  828. }
  829. .nothome .testBodyEn-w:hover{
  830. background-color: #c7c5c5;
  831. }
  832. .nothome .testGroupEn-w .panel-headingEn h4{
  833. color: #fff;
  834. }
  835. .nothome .panel-headingEn[data-toggle="collapse"]::before {
  836. color: #fff;
  837. }
  838. .nothome ul li{
  839. border-bottom: 0px !important;
  840. color: #9a774d !important;
  841. padding: 9px 0px 0px 0px !important;
  842. }
  843. .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  844. float: right;
  845. }
  846. .dropdown-menu{
  847. direction: ltr;
  848. }
  849. .btn-link{
  850. color: #8c6a40 !important;
  851. }
  852. .ngb-dp-weekday{
  853. color: #af6204 !important;
  854. background-color: #eceaea;
  855. }
  856. .leftText {
  857. text-align: left;
  858. }
  859. .form-control:disabled {
  860. cursor: not-allowed;
  861. }
  862. .higriButton {
  863. position: absolute;
  864. top: 31px;
  865. left: 16px;
  866. border: none;
  867. cursor: pointer;
  868. background-color: transparent;
  869. }
  870. .hospitalContent-w .card-header {
  871. background-color: #967853 !important;
  872. border: 0px !important;
  873. padding: 0;
  874. cursor: pointer;
  875. }
  876. .hospitalContent-w .card-header h5 button {
  877. cursor: pointer;
  878. }
  879. .hospitalContent-w .card-header h4 {
  880. color: #fff;
  881. font-size: 15px;
  882. }
  883. .hospitalContent-w .card-body {
  884. padding: 0;
  885. }
  886. /* Grow */
  887. .hvr-grow {
  888. display: inline-block;
  889. vertical-align: middle;
  890. transform: translateZ(0);
  891. box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  892. backface-visibility: hidden;
  893. -moz-osx-font-smoothing: grayscale;
  894. transition-duration: 0.3s;
  895. transition-property: transform;
  896. }
  897. .hvr-grow:hover,
  898. .hvr-grow:focus,
  899. .hvr-grow:active {
  900. transform: scale(1.1);
  901. }
  902. .one {
  903. position: absolute;
  904. top: 0;
  905. left: 0;
  906. height: 0;
  907. width: 3px;
  908. background-color: #c39a63;
  909. transition: all 0.5s;
  910. border-radius: 20px;
  911. }
  912. .two {
  913. position: absolute;
  914. bottom: 0;
  915. left: 0;
  916. width: 0;
  917. height: 3px;
  918. background-color: #c39a63;
  919. transition: all 0.5s;
  920. border-radius: 20px;
  921. }
  922. .three {
  923. position: absolute;
  924. bottom: 0;
  925. right: 0;
  926. width: 3px;
  927. height: 0;
  928. background-color: #c39a63;
  929. transition: all 0.5s;
  930. }
  931. .four {
  932. position: absolute;
  933. top: 0;
  934. right: 0;
  935. width: 0;
  936. height: 3px;
  937. background-color: #c39a63;
  938. transition: all 0.5s;
  939. }
  940. .externalPageContentt-w .externalServices-w .animated:hover .one,
  941. .externalPageContentt-w .externalServices-w .animated:hover .three {
  942. height: 100%;
  943. }
  944. .externalPageContentt-w .externalServices-w .animated:hover .two,
  945. .externalPageContentt-w .externalServices-w .animated:hover .four {
  946. width: 100%;
  947. }
  948. .externalEventContent-w .cal-month-view .cal-event {
  949. display: none !important;
  950. }
  951. .cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  952. position: relative !important;
  953. }
  954. /*
  955. .cal-month-view .cal-day-number {
  956. position: absolute !important;
  957. left: 7px !important;
  958. } */
  959. .externalEventContent-w .cal-day-badge {
  960. position: absolute;
  961. }
  962. .cal-month-view .cal-open-day-events {
  963. position: absolute;
  964. width: 85%;
  965. }
  966. .selectStyle-w {
  967. padding: 0 5px;
  968. }
  969. .exernal-menu {
  970. top: 50px !important;
  971. right: 0 !important;
  972. border-radius: 2px !important;
  973. background-color: #fff !important;
  974. box-shadow: 0px 3px 9px #00000030;
  975. border: 1px solid #cec8c8;
  976. }
  977. .check-data-span {
  978. text-align: center;
  979. font-size: 14px;
  980. color: #ccc;
  981. display: block;
  982. }
  983. /* ------black-----*/
  984. @media screen and (min-width: 1200px) {
  985. body{border-top: 1px solid black;}
  986. .container{max-width: 1272px !important;}
  987. .dateW{
  988. font-size: 13px !important;
  989. }
  990. .homeActive {
  991. background-color: #a2835d !important;
  992. color: #fff !important;
  993. }
  994. .homeExternalActive {
  995. background-color: #31aca3 !important;
  996. color: #fff !important;
  997. }
  998. .homeExternalActive a {
  999. color: #fff !important;
  1000. }
  1001. }
  1002. /* ------pink-----*/
  1003. @media screen and (min-width: 992px) and (max-width: 1200px) {
  1004. body{border-top: 1px solid pink;}
  1005. .carousel-caption h4, .paragraphTemplate-w {
  1006. width: 60% !important;
  1007. }
  1008. .lectureService-w .visitingTime-w .achiev .body ul li{
  1009. margin: 0px 19px !important;
  1010. }
  1011. .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
  1012. margin: 0px 19px !important;
  1013. }
  1014. .cslide{
  1015. width: 70px !important;
  1016. height: 70px !important;
  1017. margin: 0px 5px !important;
  1018. }
  1019. .homeActive {
  1020. background-color: #a2835d !important;
  1021. color: #fff !important;
  1022. }
  1023. .homeExternalActive {
  1024. background-color: #007A71 !important;
  1025. color: #fff !important;
  1026. }
  1027. .homeExternalActive a {
  1028. color: #fff !important;
  1029. }
  1030. }
  1031. /* ------yellow-----*/
  1032. @media screen and (min-width: 768px) and (max-width:991px) {
  1033. body{border-top: 1px solid yellow;}
  1034. /*.container{max-width: 100% !important;}*/
  1035. .dateW{font-size: 11px !important;}
  1036. .carousel-caption h4, .paragraphTemplate-w {
  1037. width: 46% !important;
  1038. }
  1039. .allNews{
  1040. width: 94% !important;
  1041. bottom: 90px !important;
  1042. display: block !important;
  1043. }
  1044. .cslide{
  1045. width: 50px !important;
  1046. height: 50px !important;
  1047. margin: 0px 2px !important;
  1048. }
  1049. .slider .extra{
  1050. bottom: 119px !important;
  1051. width: 94% !important;
  1052. display: block !important;
  1053. }
  1054. .lectureService-w .visitingTime-w .achiev .body ul li{
  1055. margin: 0px 10px !important;
  1056. }
  1057. .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
  1058. margin: 0px 10px !important;
  1059. }
  1060. .lectureService-w .visitingTime-w .achiev .body ul li img{
  1061. width: 59px !important;
  1062. }
  1063. .lectureService-w .visitingTime-w .monthRecord-w .body ul li img{
  1064. width: 59px !important;
  1065. }
  1066. .serviceItem-w{
  1067. height: 65px !important;
  1068. border-bottom: 3px solid #00a99d !important;
  1069. margin: 2px 0 !important;
  1070. }
  1071. .servicesContent-w .serviceItem-w img{
  1072. width: 35px !important;
  1073. height: 35px !important;
  1074. float: right !important;
  1075. margin-top: -9px !important;
  1076. }
  1077. .servicesContent-w .serviceItem-w p{
  1078. font-size: 16px !important;
  1079. float: right !important;
  1080. margin-top: -3px !important;
  1081. padding-right: 8px !important;
  1082. }
  1083. .pagesHeader-w .dropdown .dropbtn, .pagesHeader-w .dropdown .dropbtn a{
  1084. font-size: 18px !important;
  1085. padding: 5px 5px !important;
  1086. width: 95%;
  1087. text-align: right;
  1088. }
  1089. .activeInternalHeader-w{
  1090. float: right;
  1091. width: 100% !important;
  1092. margin: 0px 0px 2px 0px;
  1093. text-align: right !important;
  1094. }
  1095. .activeInternalHeader-w a{
  1096. color: #90622b !important;
  1097. padding: 0px 14px 0px 0px !important;
  1098. }
  1099. .activeInternalHeader-w{
  1100. width: 100% !important;
  1101. text-align: right !important;
  1102. height: 47px;
  1103. }
  1104. .homeActive {
  1105. background-color: #a2835d !important;
  1106. color: #fff !important;
  1107. }
  1108. .homeExternalActive {
  1109. background-color: #007A71 !important;
  1110. color: #fff !important;
  1111. }
  1112. .homeExternalActive a {
  1113. color: #fff !important;
  1114. }
  1115. }
  1116. /* ------red-----*/
  1117. @media screen and (max-width: 767px) {
  1118. body{border-top: 1px solid red;}
  1119. /*.container{max-width: 100% !important;}*/
  1120. .allNews{
  1121. width: 94% !important;
  1122. bottom: 90px !important;
  1123. display: block !important;
  1124. }
  1125. .lectureService-w .visitingTime-w .achiev .body ul li{
  1126. margin: 0px 60px !important;
  1127. }
  1128. .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
  1129. margin: 0px 60px !important;
  1130. }
  1131. .cslide{
  1132. width: 80px !important;
  1133. height: 80px !important;
  1134. margin: 0px 25px !important;
  1135. }
  1136. .slider .extra{
  1137. bottom: 119px !important;
  1138. width: 94% !important;
  1139. display: block !important;
  1140. }
  1141. .sliderNews-w .carousel-caption h5{
  1142. width: 45%;
  1143. height: 66px;
  1144. }
  1145. .sliderNews-w .carousel-caption p{
  1146. display: none;
  1147. }
  1148. .pagesHeader-w .dropdown .dropbtn, .pagesHeader-w .dropdown .dropbtn a{
  1149. font-size: 18px !important;
  1150. padding: 5px 5px !important;
  1151. width: 95%;
  1152. text-align: right;
  1153. }
  1154. .activeInternalHeader-w{
  1155. float: right;
  1156. width: 100% !important;
  1157. margin: 0px 0px 2px 0px;
  1158. text-align: right !important;
  1159. }
  1160. .activeInternalHeader-w a{
  1161. color: #90622b !important;
  1162. padding: 0px 14px 0px 0px !important;
  1163. }
  1164. .cal-month-view .cal-day-badge {
  1165. display: none !important;
  1166. }
  1167. .popUp {
  1168. width: 100% !important;
  1169. right: 0 !important;
  1170. left: 0 !important;
  1171. }
  1172. .hospitalContent-w .card-header h4 {
  1173. font-size: 12px;
  1174. }
  1175. }
  1176. /* ------green-----576*/
  1177. @media screen and (max-width: 480px) {
  1178. body{border-top: 1px solid green;}
  1179. /*.container{max-width: 100% !important;}*/
  1180. .allNews{
  1181. width: 94% !important;
  1182. bottom: 90px !important;
  1183. display: block !important;
  1184. }
  1185. .slider .extra{
  1186. bottom: 119px !important;
  1187. width: 94% !important;
  1188. display: block !important;
  1189. }
  1190. .cslide{
  1191. width: 70px !important;
  1192. height: 70px !important;
  1193. margin: 0px 3px !important;
  1194. }
  1195. .lectureService-w .visitingTime-w .achiev .body ul li{
  1196. margin: 0px 17px !important;
  1197. }
  1198. .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
  1199. margin: 0px 17px !important;
  1200. }
  1201. .sliderNews-w .carousel-caption h5{
  1202. display: none;
  1203. }
  1204. .sliderNews-w .carousel-caption p{
  1205. display: none;
  1206. }
  1207. .serviceItem-w{
  1208. height: 40px !important;
  1209. border-bottom: 2px solid #00a99d !important;
  1210. margin: 2px 0 !important;
  1211. }
  1212. .servicesContent-w .serviceItem-w img{
  1213. width: 25px !important;
  1214. height: 25px !important;
  1215. float: right !important;
  1216. margin-top: -12px !important;
  1217. }
  1218. .servicesContent-w .serviceItem-w p{
  1219. font-size: 15px !important;
  1220. float: right !important;
  1221. margin-top: -11px !important;
  1222. padding-right: 8px !important;
  1223. margin-bottom: 14px;
  1224. }
  1225. .pagesHeader-w .dropdown .dropbtn, .pagesHeader-w .dropdown .dropbtn a{
  1226. font-size: 18px !important;
  1227. padding: 5px 5px !important;
  1228. width: 95%;
  1229. text-align: right;
  1230. }
  1231. .activeInternalHeader-w{
  1232. float: right;
  1233. width: 100% !important;
  1234. margin: 0px 0px 2px 0px;
  1235. text-align: right !important;
  1236. }
  1237. .activeInternalHeader-w a{
  1238. color: #90622b !important;
  1239. padding: 0px 14px 0px 0px !important;
  1240. }
  1241. }
  1242. /* Eng Magdy Style */
  1243. /* Responsive Design */
  1244. @media all and (max-width: 240px) {
  1245. .toast-container .toast.div {
  1246. padding: 8px 8px 8px 50px;
  1247. width: 11em;
  1248. }
  1249. .toast-container .toast-close-button {
  1250. right: -0.2em;
  1251. top: -0.2em;
  1252. }
  1253. }
  1254. @media all and (min-width: 241px) and (max-width: 480px) {
  1255. .toast-container .toast.div {
  1256. padding: 8px 8px 8px 50px;
  1257. width: 18em;
  1258. }
  1259. .toast-container .toast-close-button {
  1260. right: -0.2em;
  1261. top: -0.2em;
  1262. }
  1263. }
  1264. @media all and (min-width: 481px) and (max-width: 768px) {
  1265. .toast-container .toast.div {
  1266. padding: 15px 15px 15px 50px;
  1267. width: 25em;
  1268. }
  1269. }
  1270. .ngx-pagination {
  1271. display: flex ;
  1272. justify-content: center ;
  1273. text-align: center;
  1274. margin-top: 10px;
  1275. }
  1276. .ngx-pagination li{
  1277. background-color: #fff;
  1278. border: 2px solid #cab599;
  1279. margin: 0 5px;
  1280. }
  1281. .ngx-pagination .current {
  1282. background-color: #ccc !important;
  1283. border: 2px solid #888;
  1284. color: #fff;
  1285. }
  1286. .editRowPadding-w {
  1287. padding-left: 5px !important;
  1288. padding-right: 5px !important;
  1289. }
  1290. .containerPaddingEdit-w {
  1291. padding-right: 5px;
  1292. }
  1293. .carousel-control-prev,
  1294. .carousel-control-next {
  1295. display: none !important;
  1296. }
  1297. .rightW {
  1298. margin: 20px 10px;
  1299. float: right;
  1300. }
  1301. @media(max-width:767px){
  1302. .butttonCreate {
  1303. width: 130px;
  1304. }
  1305. .butttonDelete {
  1306. width: 110px;
  1307. }
  1308. .marginFontAowsome-w {
  1309. margin: 0 10px;
  1310. }
  1311. .headingText-w{
  1312. font-size: 14px;
  1313. }
  1314. .validateImageMsg {
  1315. left: 30%;
  1316. }
  1317. .containerPaddingEdit-w {
  1318. padding-right: 15px;
  1319. }
  1320. .ar,.en {
  1321. width: 35px !important;
  1322. margin: 4px 5px !important;
  1323. }
  1324. }
  1325. @media(min-width:767px) and (max-width: 991px){
  1326. .butttonCreate {
  1327. width: 100px;
  1328. font-size: 12px;
  1329. }
  1330. .butttonDelete {
  1331. width: 100px;
  1332. font-size: 12px;
  1333. }
  1334. .marginFontAowsome-w {
  1335. margin: 0 10px;
  1336. }
  1337. }
  1338. .externalFooterBackground-w{
  1339. width: 100%;
  1340. background-color: #05c3b4;
  1341. }
  1342. .externalFooterBackground-w .overlayFooter-w {
  1343. background: url('../src/assets/image/externalFooter2.png') no-repeat center center !important;
  1344. background-size: cover;
  1345. position: initial !important;
  1346. }
  1347. .externalFooterBackground-w .overlayFooter-w .linksSection-w ul li {
  1348. border-right: 1px solid #007A71 !important;
  1349. border-left: 1px solid #007A71 !important;
  1350. }
  1351. .externalFooterBackground-w .overlayFooter-w .linksSection-w ul li:first-child {
  1352. border: 0 !important;
  1353. }
  1354. .externalFooterBackground-w .overlayFooter-w .linksSection-w ul li:last-child {
  1355. border: 0 !important;
  1356. }
  1357. .externalFooterBackground-w .overlayFooter-w .rights {
  1358. text-align: center;
  1359. color: #fff;
  1360. font-weight: bold;
  1361. text-shadow: 0 0px 2px #000 !important;
  1362. color: #ddd !important;
  1363. }
  1364. .internalFooterBackGround-w{
  1365. background: url('../src/assets/image/XMLID_19_.png') no-repeat center center !important;
  1366. background-size: cover;
  1367. position: relative;
  1368. bottom: 0;
  1369. }
  1370. .internalFooterBackGround-w .overlayFooter-w {
  1371. position: absolute;
  1372. width: 100%;
  1373. height: 100%;
  1374. top: 0;
  1375. bottom: 0;
  1376. right: 0;
  1377. left: 0;
  1378. background: rgba(179, 151, 117, 0.55);
  1379. }
  1380. /* Eng Magdy Style */
  1381. .carousel-indicators li{
  1382. width: 25px !important;
  1383. height: 4px !important;
  1384. border-radius: 0px !important;
  1385. }
  1386. .internalHeader-w{
  1387. padding-top: 0px;
  1388. height: 36px !important;
  1389. background-color:#0000004d !important;
  1390. }
  1391. .routerLinkContainer-w {
  1392. background: url('../src/assets/image/background_login.jpg') no-repeat top center !important;
  1393. background-size: auto !important;
  1394. background-attachment: fixed !important;
  1395. background-position-y: -131px !important;
  1396. }
  1397. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]::placeholder{
  1398. color: #BDA380;
  1399. }
  1400. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]:-ms-input-placeholder{
  1401. color: #BDA380;
  1402. }
  1403. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]::-ms-input-placeholder{
  1404. color: #BDA380;
  1405. }
  1406. .internalHeader-w[_ngcontent-c6] .searchBtn[_ngcontent-c6]{
  1407. height: 35px !important;
  1408. width: 55px !important;
  1409. border: 1px solid #BDA380 !important;
  1410. margin-right: 10px;
  1411. }
  1412. .pagesHeader-w[_ngcontent-c6]{
  1413. margin-top: 0px !important;
  1414. background-color: #926f3f2e !important;
  1415. height: 70px !important;
  1416. }
  1417. .pagesHeader-w[_ngcontent-c6] .navbar[_ngcontent-c6]{
  1418. height: 70px !important;
  1419. }
  1420. .pagesHeader-w[_ngcontent-c6] .dropdown[_ngcontent-c6] .dropbtn[_ngcontent-c6]{
  1421. margin: 0 4px !important;
  1422. }
  1423. .pagesHeader-w[_ngcontent-c6] .dropdown[_ngcontent-c6] .dropbtn[_ngcontent-c6]:hover{
  1424. background-color: #d8cdbd;
  1425. }
  1426. .pagesHeader-w[_ngcontent-c6] .parentName-w[_ngcontent-c6]{
  1427. margin: 8px 0px !important;
  1428. }
  1429. .contentPage-w[_ngcontent-c7]{
  1430. background: rgba(255, 255, 255, 0.22) !important;
  1431. border: 1px solid #eae9e6 !important;
  1432. box-shadow: 0px 5px 10px #00000026 !important;
  1433. }
  1434. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]{
  1435. width: 285px;
  1436. height: 35px !important;
  1437. border: 1px solid #BDA380 !important;
  1438. }
  1439. .searchBtn i{
  1440. color: #BDA380;
  1441. }
  1442. .dateW[_ngcontent-c6]{
  1443. text-shadow: 0px 0px 0px #fff0 !important;
  1444. font-size: 13px !important;
  1445. }
  1446. .ar[_ngcontent-c6], .en[_ngcontent-c6]{
  1447. height: 35px !important;
  1448. width: 55px !important;
  1449. text-align: center;
  1450. background-color: #f1eded !important;
  1451. padding-top: 4px !important;
  1452. }
  1453. .logoHeader-w[_ngcontent-c6]{
  1454. background-image: url('../src/assets/image/bottomBackground.jpg') !important;
  1455. }
  1456. .en[_ngcontent-c6]:hover{
  1457. background-color: #c3a58161 !important;
  1458. color: #fff !important;
  1459. border: 1px solid #bb9262 !important;
  1460. }
  1461. .contentPage-w[_ngcontent-c7]{
  1462. padding: 10px 10px !important;
  1463. }
  1464. .contentPage-w[_ngcontent-c7]{
  1465. width:100% !important;
  1466. }
  1467. .eventPart-w[_ngcontent-c7] .event[_ngcontent-c7]{
  1468. background-color: #eae9e6 !important;
  1469. }
  1470. .eventPart-w[_ngcontent-c7] .event[_ngcontent-c7] .now[_ngcontent-c7]{
  1471. padding: 9px 0 !important;
  1472. }
  1473. .contentsData-w[_ngcontent-c7] .joinUs-w[_ngcontent-c7] .dataContent[_ngcontent-c7], .contentsData-w[_ngcontent-c7] .joinUsEn-w[_ngcontent-c7] .dataContent[_ngcontent-c7]{
  1474. box-shadow: 0px 3px 7px #00000029 !important;
  1475. }
  1476. .contentsData-w[_ngcontent-c7] .joinUs-w[_ngcontent-c7] .joinHeading-w[_ngcontent-c7], .contentsData-w[_ngcontent-c7] .joinUsEn-w[_ngcontent-c7] .joinHeading-w[_ngcontent-c7]{
  1477. box-shadow: 0px 3px 7px #00000029 !important;
  1478. }
  1479. .sharingEvent-w[_ngcontent-c7] .content[_ngcontent-c7], .sharingEvent-w[_ngcontent-c7] .content[_ngcontent-c7]{
  1480. box-shadow: 0px 3px 7px #00000029 !important;
  1481. }
  1482. .sharingEvent-w[_ngcontent-c7] .congeratolation[_ngcontent-c7], .sharingEvent-w[_ngcontent-c7] .sadDead-w[_ngcontent-c7]{
  1483. box-shadow: 0px 3px 7px #00000029 !important;
  1484. }
  1485. .secondServices-w[_ngcontent-c7] .contentSecondSer-w[_ngcontent-c7] .contentSer[_ngcontent-c7]{
  1486. box-shadow: 0px 3px 7px #00000029 !important;
  1487. }
  1488. .contentsData-w .joinUs-w .dataContent .joinUs-photo,
  1489. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo{
  1490. height: 130px !important;
  1491. overflow: hidden !important;
  1492. border: 1px solid #e0e0e0;
  1493. }
  1494. .contentsData-w .joinUs-w .dataContent .joinUs-photo img,
  1495. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo img{
  1496. height: auto !important;
  1497. margin: 0 !important;
  1498. border: 1px solid #ccc0 !important;
  1499. }
  1500. .sharingEvent-w .content .eventsTab li{
  1501. border-radius: 10px !important;
  1502. width: 25px !important;
  1503. height: 7px !important;
  1504. padding: 0px !important;
  1505. }
  1506. .contentsData-w .joinUs-w .dataContent .eventsTab,
  1507. .contentsData-w .joinUsEn-w .dataContent .eventsTab {
  1508. width: 100%;
  1509. display: flex;
  1510. justify-content: center;
  1511. text-align: center;
  1512. padding-left: 40px;
  1513. margin: 10px 0;
  1514. }
  1515. .contentsData-w .joinUs-w .dataContent .eventsTab li,
  1516. .contentsData-w .joinUsEn-w .dataContent .eventsTab li{
  1517. border-radius: 10px !important;
  1518. width: 25px !important;
  1519. height: 7px !important;
  1520. padding: 0px !important;
  1521. background: #ccc;
  1522. margin: 0 5px;
  1523. cursor: pointer;
  1524. }
  1525. /* .actineTab {
  1526. background-color: #08726a !important;
  1527. color: #fff !important;
  1528. } */
  1529. .linksSection-w{
  1530. margin-top: 10px !important;
  1531. }
  1532. .footer{
  1533. /* height: 170px !important;*/
  1534. }
  1535. @media screen and (min-width: 1200px) {
  1536. .container{
  1537. max-width: 1272px !important;
  1538. }
  1539. }
  1540. @media screen and (min-width: 768px) and (max-width: 1200px) {}
  1541. @media screen and (min-width: 599px) and (max-width:767px) {}
  1542. @media screen and (max-width: 598px) {}
  1543. @media screen and (max-width: 480px) {}
  1544. /* Eng Magdy Style */