styles.css 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  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. .higriButton {
  860. position: absolute;
  861. top: 31px;
  862. left: 16px;
  863. border: none;
  864. cursor: pointer;
  865. background-color: transparent;
  866. }
  867. .hospitalContent-w .card-header {
  868. background-color: #967853 !important;
  869. border: 0px !important;
  870. padding: 0;
  871. cursor: pointer;
  872. }
  873. .hospitalContent-w .card-header h5 button {
  874. cursor: pointer;
  875. }
  876. .hospitalContent-w .card-header h4 {
  877. color: #fff;
  878. font-size: 15px;
  879. }
  880. .hospitalContent-w .card-body {
  881. padding: 0;
  882. }
  883. /* Grow */
  884. .hvr-grow {
  885. display: inline-block;
  886. vertical-align: middle;
  887. transform: translateZ(0);
  888. box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  889. backface-visibility: hidden;
  890. -moz-osx-font-smoothing: grayscale;
  891. transition-duration: 0.3s;
  892. transition-property: transform;
  893. }
  894. .hvr-grow:hover,
  895. .hvr-grow:focus,
  896. .hvr-grow:active {
  897. transform: scale(1.1);
  898. }
  899. .one {
  900. position: absolute;
  901. top: 0;
  902. left: 0;
  903. height: 0;
  904. width: 3px;
  905. background-color: #c39a63;
  906. transition: all 0.5s;
  907. border-radius: 20px;
  908. }
  909. .two {
  910. position: absolute;
  911. bottom: 0;
  912. left: 0;
  913. width: 0;
  914. height: 3px;
  915. background-color: #c39a63;
  916. transition: all 0.5s;
  917. border-radius: 20px;
  918. }
  919. .three {
  920. position: absolute;
  921. bottom: 0;
  922. right: 0;
  923. width: 3px;
  924. height: 0;
  925. background-color: #c39a63;
  926. transition: all 0.5s;
  927. }
  928. .four {
  929. position: absolute;
  930. top: 0;
  931. right: 0;
  932. width: 0;
  933. height: 3px;
  934. background-color: #c39a63;
  935. transition: all 0.5s;
  936. }
  937. .externalPageContentt-w .externalServices-w .animated:hover .one,
  938. .externalPageContentt-w .externalServices-w .animated:hover .three {
  939. height: 100%;
  940. }
  941. .externalPageContentt-w .externalServices-w .animated:hover .two,
  942. .externalPageContentt-w .externalServices-w .animated:hover .four {
  943. width: 100%;
  944. }
  945. .externalEventContent-w .cal-month-view .cal-event {
  946. display: none !important;
  947. }
  948. .cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  949. position: relative !important;
  950. }
  951. /*
  952. .cal-month-view .cal-day-number {
  953. position: absolute !important;
  954. left: 7px !important;
  955. } */
  956. .externalEventContent-w .cal-day-badge {
  957. position: absolute;
  958. }
  959. .cal-month-view .cal-open-day-events {
  960. position: absolute;
  961. width: 85%;
  962. }
  963. .selectStyle-w {
  964. padding: 0 5px;
  965. }
  966. /* ------black-----*/
  967. @media screen and (min-width: 1200px) {
  968. body{border-top: 1px solid black;}
  969. .container{max-width: 1272px !important;}
  970. .dateW{
  971. font-size: 13px !important;
  972. }
  973. .homeActive {
  974. background-color: #a2835d !important;
  975. color: #fff !important;
  976. }
  977. .homeExternalActive {
  978. background-color: #31aca3 !important;
  979. color: #fff !important;
  980. }
  981. .homeExternalActive a {
  982. color: #fff !important;
  983. }
  984. }
  985. /* ------pink-----*/
  986. @media screen and (min-width: 992px) and (max-width: 1200px) {
  987. body{border-top: 1px solid pink;}
  988. .carousel-caption h4, .paragraphTemplate-w {
  989. width: 60% !important;
  990. }
  991. .lectureService-w .visitingTime-w .achiev .body ul li{
  992. margin: 0px 19px !important;
  993. }
  994. .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
  995. margin: 0px 19px !important;
  996. }
  997. .cslide{
  998. width: 70px !important;
  999. height: 70px !important;
  1000. margin: 0px 5px !important;
  1001. }
  1002. .homeActive {
  1003. background-color: #a2835d !important;
  1004. color: #fff !important;
  1005. }
  1006. .homeExternalActive {
  1007. background-color: #007A71 !important;
  1008. color: #fff !important;
  1009. }
  1010. .homeExternalActive a {
  1011. color: #fff !important;
  1012. }
  1013. }
  1014. /* ------yellow-----*/
  1015. @media screen and (min-width: 768px) and (max-width:991px) {
  1016. body{border-top: 1px solid yellow;}
  1017. /*.container{max-width: 100% !important;}*/
  1018. .dateW{font-size: 11px !important;}
  1019. .carousel-caption h4, .paragraphTemplate-w {
  1020. width: 46% !important;
  1021. }
  1022. .allNews{
  1023. width: 94% !important;
  1024. bottom: 90px !important;
  1025. display: block !important;
  1026. }
  1027. .cslide{
  1028. width: 50px !important;
  1029. height: 50px !important;
  1030. margin: 0px 2px !important;
  1031. }
  1032. .slider .extra{
  1033. bottom: 119px !important;
  1034. width: 94% !important;
  1035. display: block !important;
  1036. }
  1037. .lectureService-w .visitingTime-w .achiev .body ul li{
  1038. margin: 0px 10px !important;
  1039. }
  1040. .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
  1041. margin: 0px 10px !important;
  1042. }
  1043. .lectureService-w .visitingTime-w .achiev .body ul li img{
  1044. width: 59px !important;
  1045. }
  1046. .lectureService-w .visitingTime-w .monthRecord-w .body ul li img{
  1047. width: 59px !important;
  1048. }
  1049. .serviceItem-w{
  1050. height: 65px !important;
  1051. border-bottom: 3px solid #00a99d !important;
  1052. margin: 2px 0 !important;
  1053. }
  1054. .servicesContent-w .serviceItem-w img{
  1055. width: 35px !important;
  1056. height: 35px !important;
  1057. float: right !important;
  1058. margin-top: -9px !important;
  1059. }
  1060. .servicesContent-w .serviceItem-w p{
  1061. font-size: 16px !important;
  1062. float: right !important;
  1063. margin-top: -3px !important;
  1064. padding-right: 8px !important;
  1065. }
  1066. .pagesHeader-w .dropdown .dropbtn, .pagesHeader-w .dropdown .dropbtn a{
  1067. font-size: 18px !important;
  1068. padding: 5px 5px !important;
  1069. width: 95%;
  1070. text-align: right;
  1071. }
  1072. .activeInternalHeader-w{
  1073. float: right;
  1074. width: 100% !important;
  1075. margin: 0px 0px 2px 0px;
  1076. text-align: right !important;
  1077. }
  1078. .activeInternalHeader-w a{
  1079. color: #90622b !important;
  1080. padding: 0px 14px 0px 0px !important;
  1081. }
  1082. .activeInternalHeader-w{
  1083. width: 100% !important;
  1084. text-align: right !important;
  1085. height: 47px;
  1086. }
  1087. .homeActive {
  1088. background-color: #a2835d !important;
  1089. color: #fff !important;
  1090. }
  1091. .homeExternalActive {
  1092. background-color: #007A71 !important;
  1093. color: #fff !important;
  1094. }
  1095. .homeExternalActive a {
  1096. color: #fff !important;
  1097. }
  1098. }
  1099. /* ------red-----*/
  1100. @media screen and (max-width: 767px) {
  1101. body{border-top: 1px solid red;}
  1102. /*.container{max-width: 100% !important;}*/
  1103. .allNews{
  1104. width: 94% !important;
  1105. bottom: 90px !important;
  1106. display: block !important;
  1107. }
  1108. .lectureService-w .visitingTime-w .achiev .body ul li{
  1109. margin: 0px 60px !important;
  1110. }
  1111. .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
  1112. margin: 0px 60px !important;
  1113. }
  1114. .cslide{
  1115. width: 80px !important;
  1116. height: 80px !important;
  1117. margin: 0px 25px !important;
  1118. }
  1119. .slider .extra{
  1120. bottom: 119px !important;
  1121. width: 94% !important;
  1122. display: block !important;
  1123. }
  1124. .sliderNews-w .carousel-caption h5{
  1125. width: 45%;
  1126. height: 66px;
  1127. }
  1128. .sliderNews-w .carousel-caption p{
  1129. display: none;
  1130. }
  1131. .pagesHeader-w .dropdown .dropbtn, .pagesHeader-w .dropdown .dropbtn a{
  1132. font-size: 18px !important;
  1133. padding: 5px 5px !important;
  1134. width: 95%;
  1135. text-align: right;
  1136. }
  1137. .activeInternalHeader-w{
  1138. float: right;
  1139. width: 100% !important;
  1140. margin: 0px 0px 2px 0px;
  1141. text-align: right !important;
  1142. }
  1143. .activeInternalHeader-w a{
  1144. color: #90622b !important;
  1145. padding: 0px 14px 0px 0px !important;
  1146. }
  1147. .cal-month-view .cal-day-badge {
  1148. display: none !important;
  1149. }
  1150. .popUp {
  1151. width: 100% !important;
  1152. right: 0 !important;
  1153. left: 0 !important;
  1154. }
  1155. .hospitalContent-w .card-header h4 {
  1156. font-size: 12px;
  1157. }
  1158. }
  1159. /* ------green-----576*/
  1160. @media screen and (max-width: 480px) {
  1161. body{border-top: 1px solid green;}
  1162. /*.container{max-width: 100% !important;}*/
  1163. .allNews{
  1164. width: 94% !important;
  1165. bottom: 90px !important;
  1166. display: block !important;
  1167. }
  1168. .slider .extra{
  1169. bottom: 119px !important;
  1170. width: 94% !important;
  1171. display: block !important;
  1172. }
  1173. .cslide{
  1174. width: 70px !important;
  1175. height: 70px !important;
  1176. margin: 0px 3px !important;
  1177. }
  1178. .lectureService-w .visitingTime-w .achiev .body ul li{
  1179. margin: 0px 17px !important;
  1180. }
  1181. .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
  1182. margin: 0px 17px !important;
  1183. }
  1184. .sliderNews-w .carousel-caption h5{
  1185. display: none;
  1186. }
  1187. .sliderNews-w .carousel-caption p{
  1188. display: none;
  1189. }
  1190. .serviceItem-w{
  1191. height: 40px !important;
  1192. border-bottom: 2px solid #00a99d !important;
  1193. margin: 2px 0 !important;
  1194. }
  1195. .servicesContent-w .serviceItem-w img{
  1196. width: 25px !important;
  1197. height: 25px !important;
  1198. float: right !important;
  1199. margin-top: -12px !important;
  1200. }
  1201. .servicesContent-w .serviceItem-w p{
  1202. font-size: 15px !important;
  1203. float: right !important;
  1204. margin-top: -11px !important;
  1205. padding-right: 8px !important;
  1206. margin-bottom: 14px;
  1207. }
  1208. .pagesHeader-w .dropdown .dropbtn, .pagesHeader-w .dropdown .dropbtn a{
  1209. font-size: 18px !important;
  1210. padding: 5px 5px !important;
  1211. width: 95%;
  1212. text-align: right;
  1213. }
  1214. .activeInternalHeader-w{
  1215. float: right;
  1216. width: 100% !important;
  1217. margin: 0px 0px 2px 0px;
  1218. text-align: right !important;
  1219. }
  1220. .activeInternalHeader-w a{
  1221. color: #90622b !important;
  1222. padding: 0px 14px 0px 0px !important;
  1223. }
  1224. }
  1225. /* Eng Magdy Style */
  1226. /* Responsive Design */
  1227. @media all and (max-width: 240px) {
  1228. .toast-container .toast.div {
  1229. padding: 8px 8px 8px 50px;
  1230. width: 11em;
  1231. }
  1232. .toast-container .toast-close-button {
  1233. right: -0.2em;
  1234. top: -0.2em;
  1235. }
  1236. }
  1237. @media all and (min-width: 241px) and (max-width: 480px) {
  1238. .toast-container .toast.div {
  1239. padding: 8px 8px 8px 50px;
  1240. width: 18em;
  1241. }
  1242. .toast-container .toast-close-button {
  1243. right: -0.2em;
  1244. top: -0.2em;
  1245. }
  1246. }
  1247. @media all and (min-width: 481px) and (max-width: 768px) {
  1248. .toast-container .toast.div {
  1249. padding: 15px 15px 15px 50px;
  1250. width: 25em;
  1251. }
  1252. }
  1253. .ngx-pagination {
  1254. display: flex ;
  1255. justify-content: center ;
  1256. text-align: center;
  1257. margin-top: 10px;
  1258. }
  1259. .ngx-pagination li{
  1260. background-color: #fff;
  1261. border: 2px solid #cab599;
  1262. margin: 0 5px;
  1263. }
  1264. .ngx-pagination .current {
  1265. background-color: #ccc !important;
  1266. border: 2px solid #888;
  1267. color: #fff;
  1268. }
  1269. .editRowPadding-w {
  1270. padding-left: 5px !important;
  1271. padding-right: 5px !important;
  1272. }
  1273. .containerPaddingEdit-w {
  1274. padding-right: 5px;
  1275. }
  1276. .carousel-control-prev,
  1277. .carousel-control-next {
  1278. display: none !important;
  1279. }
  1280. .rightW {
  1281. margin: 20px 10px;
  1282. float: right;
  1283. }
  1284. @media(max-width:767px){
  1285. .butttonCreate {
  1286. width: 130px;
  1287. }
  1288. .butttonDelete {
  1289. width: 110px;
  1290. }
  1291. .marginFontAowsome-w {
  1292. margin: 0 10px;
  1293. }
  1294. .headingText-w{
  1295. font-size: 14px;
  1296. }
  1297. .validateImageMsg {
  1298. left: 30%;
  1299. }
  1300. .containerPaddingEdit-w {
  1301. padding-right: 15px;
  1302. }
  1303. .ar,.en {
  1304. width: 35px !important;
  1305. margin: 4px 5px !important;
  1306. }
  1307. }
  1308. @media(min-width:767px) and (max-width: 991px){
  1309. .butttonCreate {
  1310. width: 100px;
  1311. font-size: 12px;
  1312. }
  1313. .butttonDelete {
  1314. width: 100px;
  1315. font-size: 12px;
  1316. }
  1317. .marginFontAowsome-w {
  1318. margin: 0 10px;
  1319. }
  1320. }
  1321. .externalFooterBackground-w{
  1322. width: 100%;
  1323. background-color: #05c3b4;
  1324. }
  1325. .externalFooterBackground-w .overlayFooter-w {
  1326. background: url('../src/assets/image/externalFooter2.png') no-repeat center center !important;
  1327. background-size: cover;
  1328. position: initial !important;
  1329. }
  1330. .externalFooterBackground-w .overlayFooter-w .linksSection-w ul li {
  1331. border-right: 1px solid #007A71 !important;
  1332. border-left: 1px solid #007A71 !important;
  1333. }
  1334. .externalFooterBackground-w .overlayFooter-w .linksSection-w ul li:first-child {
  1335. border: 0 !important;
  1336. }
  1337. .externalFooterBackground-w .overlayFooter-w .linksSection-w ul li:last-child {
  1338. border: 0 !important;
  1339. }
  1340. .externalFooterBackground-w .overlayFooter-w .rights {
  1341. text-align: center;
  1342. color: #fff;
  1343. font-weight: bold;
  1344. text-shadow: 0 0px 2px #000 !important;
  1345. color: #ddd !important;
  1346. }
  1347. .internalFooterBackGround-w{
  1348. background: url('../src/assets/image/XMLID_19_.png') no-repeat center center !important;
  1349. background-size: cover;
  1350. position: relative;
  1351. bottom: 0;
  1352. }
  1353. .internalFooterBackGround-w .overlayFooter-w {
  1354. position: absolute;
  1355. width: 100%;
  1356. height: 100%;
  1357. top: 0;
  1358. bottom: 0;
  1359. right: 0;
  1360. left: 0;
  1361. background: rgba(179, 151, 117, 0.55);
  1362. }
  1363. /* Eng Magdy Style */
  1364. .carousel-indicators li{
  1365. width: 25px !important;
  1366. height: 4px !important;
  1367. border-radius: 0px !important;
  1368. }
  1369. .internalHeader-w{
  1370. padding-top: 0px;
  1371. height: 36px !important;
  1372. background-color:#0000004d !important;
  1373. }
  1374. .routerLinkContainer-w {
  1375. background: url('../src/assets/image/background_login.jpg') no-repeat top center !important;
  1376. background-size: auto !important;
  1377. background-attachment: fixed !important;
  1378. background-position-y: -131px !important;
  1379. }
  1380. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]::placeholder{
  1381. color: #BDA380;
  1382. }
  1383. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]:-ms-input-placeholder{
  1384. color: #BDA380;
  1385. }
  1386. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]::-ms-input-placeholder{
  1387. color: #BDA380;
  1388. }
  1389. .internalHeader-w[_ngcontent-c6] .searchBtn[_ngcontent-c6]{
  1390. height: 35px !important;
  1391. width: 55px !important;
  1392. border: 1px solid #BDA380 !important;
  1393. margin-right: 10px;
  1394. }
  1395. .pagesHeader-w[_ngcontent-c6]{
  1396. margin-top: 0px !important;
  1397. background-color: #926f3f2e !important;
  1398. height: 70px !important;
  1399. }
  1400. .pagesHeader-w[_ngcontent-c6] .navbar[_ngcontent-c6]{
  1401. height: 70px !important;
  1402. }
  1403. .pagesHeader-w[_ngcontent-c6] .dropdown[_ngcontent-c6] .dropbtn[_ngcontent-c6]{
  1404. margin: 0 4px !important;
  1405. }
  1406. .pagesHeader-w[_ngcontent-c6] .dropdown[_ngcontent-c6] .dropbtn[_ngcontent-c6]:hover{
  1407. background-color: #d8cdbd;
  1408. }
  1409. .pagesHeader-w[_ngcontent-c6] .parentName-w[_ngcontent-c6]{
  1410. margin: 8px 0px !important;
  1411. }
  1412. .contentPage-w[_ngcontent-c7]{
  1413. background: rgba(255, 255, 255, 0.22) !important;
  1414. border: 1px solid #eae9e6 !important;
  1415. box-shadow: 0px 5px 10px #00000026 !important;
  1416. }
  1417. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]{
  1418. width: 285px;
  1419. height: 35px !important;
  1420. border: 1px solid #BDA380 !important;
  1421. }
  1422. .searchBtn i{
  1423. color: #BDA380;
  1424. }
  1425. .dateW[_ngcontent-c6]{
  1426. text-shadow: 0px 0px 0px #fff0 !important;
  1427. font-size: 13px !important;
  1428. }
  1429. .ar[_ngcontent-c6], .en[_ngcontent-c6]{
  1430. height: 35px !important;
  1431. width: 55px !important;
  1432. text-align: center;
  1433. background-color: #f1eded !important;
  1434. padding-top: 4px !important;
  1435. }
  1436. .logoHeader-w[_ngcontent-c6]{
  1437. background-image: url('../src/assets/image/bottomBackground.jpg') !important;
  1438. }
  1439. .en[_ngcontent-c6]:hover{
  1440. background-color: #c3a58161 !important;
  1441. color: #fff !important;
  1442. border: 1px solid #bb9262 !important;
  1443. }
  1444. .contentPage-w[_ngcontent-c7]{
  1445. padding: 10px 10px !important;
  1446. }
  1447. .contentPage-w[_ngcontent-c7]{
  1448. width:100% !important;
  1449. }
  1450. .eventPart-w[_ngcontent-c7] .event[_ngcontent-c7]{
  1451. background-color: #eae9e6 !important;
  1452. }
  1453. .eventPart-w[_ngcontent-c7] .event[_ngcontent-c7] .now[_ngcontent-c7]{
  1454. padding: 9px 0 !important;
  1455. }
  1456. .contentsData-w[_ngcontent-c7] .joinUs-w[_ngcontent-c7] .dataContent[_ngcontent-c7], .contentsData-w[_ngcontent-c7] .joinUsEn-w[_ngcontent-c7] .dataContent[_ngcontent-c7]{
  1457. box-shadow: 0px 3px 7px #00000029 !important;
  1458. }
  1459. .contentsData-w[_ngcontent-c7] .joinUs-w[_ngcontent-c7] .joinHeading-w[_ngcontent-c7], .contentsData-w[_ngcontent-c7] .joinUsEn-w[_ngcontent-c7] .joinHeading-w[_ngcontent-c7]{
  1460. box-shadow: 0px 3px 7px #00000029 !important;
  1461. }
  1462. .sharingEvent-w[_ngcontent-c7] .content[_ngcontent-c7], .sharingEvent-w[_ngcontent-c7] .content[_ngcontent-c7]{
  1463. box-shadow: 0px 3px 7px #00000029 !important;
  1464. }
  1465. .sharingEvent-w[_ngcontent-c7] .congeratolation[_ngcontent-c7], .sharingEvent-w[_ngcontent-c7] .sadDead-w[_ngcontent-c7]{
  1466. box-shadow: 0px 3px 7px #00000029 !important;
  1467. }
  1468. .secondServices-w[_ngcontent-c7] .contentSecondSer-w[_ngcontent-c7] .contentSer[_ngcontent-c7]{
  1469. box-shadow: 0px 3px 7px #00000029 !important;
  1470. }
  1471. .contentsData-w .joinUs-w .dataContent .joinUs-photo,
  1472. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo{
  1473. height: 130px !important;
  1474. overflow: hidden !important;
  1475. border: 1px solid #e0e0e0;
  1476. }
  1477. .contentsData-w .joinUs-w .dataContent .joinUs-photo img,
  1478. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo img{
  1479. height: auto !important;
  1480. margin: 0 !important;
  1481. border: 1px solid #ccc0 !important;
  1482. }
  1483. .sharingEvent-w .content .eventsTab li{
  1484. border-radius: 10px !important;
  1485. width: 25px !important;
  1486. height: 7px !important;
  1487. padding: 0px !important;
  1488. }
  1489. .contentsData-w .joinUs-w .dataContent .eventsTab,
  1490. .contentsData-w .joinUsEn-w .dataContent .eventsTab {
  1491. width: 100%;
  1492. display: flex;
  1493. justify-content: center;
  1494. text-align: center;
  1495. padding-left: 40px;
  1496. margin: 10px 0;
  1497. }
  1498. .contentsData-w .joinUs-w .dataContent .eventsTab li,
  1499. .contentsData-w .joinUsEn-w .dataContent .eventsTab li{
  1500. border-radius: 10px !important;
  1501. width: 25px !important;
  1502. height: 7px !important;
  1503. padding: 0px !important;
  1504. background: #ccc;
  1505. margin: 0 5px;
  1506. cursor: pointer;
  1507. }
  1508. /* .actineTab {
  1509. background-color: #08726a !important;
  1510. color: #fff !important;
  1511. } */
  1512. .linksSection-w{
  1513. margin-top: 10px !important;
  1514. }
  1515. .footer{
  1516. /* height: 170px !important;*/
  1517. }
  1518. @media screen and (min-width: 1200px) {
  1519. .container{
  1520. max-width: 1272px !important;
  1521. }
  1522. }
  1523. @media screen and (min-width: 768px) and (max-width: 1200px) {}
  1524. @media screen and (min-width: 599px) and (max-width:767px) {}
  1525. @media screen and (max-width: 598px) {}
  1526. @media screen and (max-width: 480px) {}
  1527. /* Eng Magdy Style */