styles.css 40 KB

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