styles.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  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: #e4d0b6;
  262. font-size: 18px;
  263. text-align: right;
  264. font-weight: bold;
  265. }
  266. .activeLi-w{
  267. color: #CAB59A;
  268. font-size: 15px;
  269. font-weight: 300px;
  270. }
  271. .titileLi-w{
  272. text-align: right;
  273. margin: 0;
  274. padding: 0;
  275. }
  276. .titileLi-w li {
  277. display: inline-block;
  278. }
  279. .searchInput-w {
  280. border: 2px solid #ecdcc7;
  281. }
  282. .selectButton-w{
  283. display: inline-block;
  284. width: 70px;
  285. background-color: #f9f9f9;
  286. color: #bda380;
  287. }
  288. .spanSelect-w{
  289. float: right;
  290. color: #bda380;
  291. font-weight: bold;
  292. }
  293. .headBackground-w{
  294. background-color: #bda380;
  295. color: #fff;
  296. }
  297. .headBackground-w th {
  298. border: 1px solid #fff;
  299. }
  300. .table tbody tr:nth-child(even){
  301. background-color: #CFCFCF;
  302. color: #bda380;
  303. font-weight: bold;
  304. }
  305. .table tbody tr:nth-child(odd){
  306. background-color: #f5f2f2;
  307. color: #bda380;
  308. font-weight: bold;
  309. }
  310. .inputSearchTable-w{
  311. border-radius: 10px;
  312. border: 1px solid #bda380;
  313. margin-top: 13px;
  314. }
  315. .table tbody tr:hover {background-color: #888;color: #fff}
  316. /*
  317. .table{
  318. border: 2px solid #ecdcc7;
  319. }
  320. .table-bordered td, .table-bordered th {
  321. border: 2px solid #ecdcc7;
  322. }
  323. .table thead th {
  324. border: 2px solid #bda380;
  325. } */
  326. .checkAll-w::before {
  327. background-color: #fff;
  328. border: 1px solid #ccc;
  329. border-radius: 5px;
  330. }
  331. .bg-light {
  332. background-color: transparent !important;
  333. }
  334. .activeLink {
  335. color: #fff !important;
  336. background-color: #007A71 !important;
  337. }
  338. .spanReqired-w {
  339. color: red;
  340. }
  341. .defaultHover-w:hover {
  342. background-color: blue;
  343. }
  344. .contentBorder-w {
  345. width: 100%;
  346. min-height: 500px;
  347. padding: 40px 20px;
  348. background-color: rgba(255, 255, 255, 0.5);
  349. border: 1px solid #888;
  350. }
  351. .contentBorder-w {
  352. border-top: 4px solid #bda380;
  353. }
  354. .containerContent-w {
  355. width: 100%;
  356. display: inline-block;
  357. padding: 20px;
  358. min-height: 600px;
  359. margin: 30px 0;
  360. border: 1px solid #888;
  361. border-top: 5px solid #bda380;
  362. background: rgba(255, 255, 255, 0.5);
  363. overflow-x: auto;
  364. }
  365. .validateImageMsg{
  366. position: absolute;
  367. left:43%;
  368. bottom:0;
  369. color: red
  370. }
  371. .activeInternalHeader {
  372. background-color: #d8cdbd !important;
  373. }
  374. .activeInternalHeaderHome {
  375. background-color: #d8cdbd !important;
  376. }
  377. .testGroup-w {
  378. margin: 10px 0;
  379. border: 1px solid #ccc;
  380. background-color: #f5f5f5;
  381. }
  382. .testBody-w {
  383. text-align: right;
  384. background-color: #fff;
  385. border: 1px solid #f7f7f7;
  386. }
  387. .testBodyEn-w {
  388. text-align: left;
  389. background-color: #fff;
  390. border: 1px solid #f7f7f7;
  391. }
  392. .testBody-w p {
  393. text-align: right;
  394. font-size: 15px;
  395. padding: 5px 10px;
  396. }
  397. .testBodyEn-w p {
  398. text-align: left;
  399. font-size: 15px;
  400. padding: 5px 10px;
  401. }
  402. .panel-heading,
  403. .panel-headingEn {
  404. position: relative;
  405. }
  406. .testGroup-w .panel-heading h4 {
  407. font-size: 15px;
  408. padding: 10px;
  409. text-align: right;
  410. cursor: pointer;
  411. }
  412. .testGroupEn-w .panel-headingEn h4 {
  413. font-size: 15px;
  414. padding: 10px;
  415. text-align: left;
  416. cursor: pointer;
  417. }
  418. .panel-heading[data-toggle="collapse"]::before {
  419. font-family: 'Glyphicons Halflings';
  420. content: "→"; /* "play" icon */
  421. position: absolute;
  422. color: #bda380;
  423. font-size: 18px;
  424. line-height: 22px;
  425. left: 20px;
  426. top: calc(50% - 10px);
  427. /* rotate "play" icon from > (right arrow) to down arrow */
  428. -webkit-transform: rotate(-90deg);
  429. -moz-transform: rotate(-90deg);
  430. -ms-transform: rotate(-90deg);
  431. -o-transform: rotate(-90deg);
  432. transform: rotate(-90deg);
  433. }
  434. .panel-headingEn[data-toggle="collapse"]::before {
  435. font-family: 'Glyphicons Halflings';
  436. content: "→"; /* "play" icon */
  437. position: absolute;
  438. color: #bda380;
  439. font-size: 18px;
  440. line-height: 22px;
  441. right: 20px;
  442. top: calc(50% - 10px);
  443. /* rotate "play" icon from > (right arrow) to down arrow */
  444. -webkit-transform: rotate(-90deg);
  445. -moz-transform: rotate(-90deg);
  446. -ms-transform: rotate(-90deg);
  447. -o-transform: rotate(-90deg);
  448. transform: rotate(-90deg);
  449. }
  450. .panel-heading[data-toggle="collapse"].collapsed::before {
  451. /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  452. -webkit-transform: rotate(90deg);
  453. -moz-transform: rotate(90deg);
  454. -ms-transform: rotate(90deg);
  455. -o-transform: rotate(90deg);
  456. transform: rotate(90deg);
  457. }
  458. .panel-headingEn[data-toggle="collapse"].collapsed::before {
  459. /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  460. -webkit-transform: rotate(90deg);
  461. -moz-transform: rotate(90deg);
  462. -ms-transform: rotate(90deg);
  463. -o-transform: rotate(90deg);
  464. transform: rotate(90deg);
  465. }
  466. /* .owl-carousel.owl-loaded {
  467. margin: 10px 0;
  468. } */
  469. /* .owl-theme .owl-nav {
  470. position: absolute !important;
  471. width: 100% !important;
  472. bottom: 0 !important;
  473. } */
  474. /* .owl-carousel .owl-nav button.owl-prev {
  475. width: 50px;
  476. background-color: red;
  477. float: right;
  478. margin-right: 15px;
  479. margin-top: 0;
  480. color: #fff;
  481. }
  482. .owl-carousel .owl-nav button.owl-prev span {
  483. font-size: 30px;
  484. font-weight: bold;
  485. }
  486. .owl-carousel .owl-nav button.owl-next {
  487. width: 50px;
  488. background-color: red;
  489. float: left;
  490. margin-left: 15px;
  491. margin-top: 0;
  492. color: #fff;
  493. }
  494. .owl-carousel .owl-nav button.owl-next span {
  495. font-size: 30px;
  496. font-weight: bold;
  497. } */
  498. /* .cal-month-view .cal-day-cell {
  499. height: 50px !important;
  500. }
  501. .cal-month-view .cal-day-cell {
  502. height: 50px !important;
  503. }
  504. .cal-month-view .cal-day-cell {
  505. height: 50px !important;
  506. }
  507. .cal-month-view .cal-days .cal-cell-row {
  508. height: 50px;
  509. }
  510. .cal-month-view .cal-day-cell {
  511. height: 50px !important;
  512. } */
  513. /* .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu,
  514. .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu.IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-3uCBSbQNVNf2QjqHe1rfb6 {
  515. width: 150px;
  516. } */
  517. .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon {
  518. margin-left: 0 !important;
  519. margin-right: 0 !important;
  520. }
  521. .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon>svg{
  522. margin: 0 10px;
  523. }
  524. .inlineBlock _2tga _49ve {
  525. display: none !important;
  526. }
  527. .custom-select {
  528. width: 141px;
  529. padding: 0 30px !important;
  530. margin: 0 5px;
  531. }
  532. .ngb-dp-month:first-child .ngb-dp-week {
  533. padding-left: 4.25rem;
  534. /* width: 100%; */
  535. }
  536. .ngb-dp-month:last-child .ngb-dp-week {
  537. padding-right: 4.25rem;
  538. }
  539. .ngb-dp-day, .ngb-dp-week-number, .ngb-dp-weekday {
  540. width: 3rem !important;
  541. }
  542. .btn-light {
  543. width: 3rem !important;
  544. }
  545. /* Eng Magdy Style */
  546. .internalHeader-w{
  547. padding-top: 7px;
  548. height: 55px !important;
  549. background-color:#a1a1a15e !important;
  550. }
  551. .routerLinkContainer-w {
  552. background: url('../src/assets/image/background_login.jpg') no-repeat top center !important;
  553. background-size: auto !important;
  554. background-attachment: fixed !important;
  555. }
  556. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]::placeholder{
  557. color: #BDA380;
  558. }
  559. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]:-ms-input-placeholder{
  560. color: #BDA380;
  561. }
  562. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]::-ms-input-placeholder{
  563. color: #BDA380;
  564. }
  565. .internalHeader-w[_ngcontent-c6] .searchBtn[_ngcontent-c6]{
  566. height: 35px !important;
  567. width: 55px !important;
  568. border: 1px solid #BDA380 !important;
  569. margin-right: 10px;
  570. }
  571. .pagesHeader-w{
  572. margin-top: 0px !important;
  573. background-color: #926f3f2e !important;
  574. height: 70px !important;
  575. display: block;
  576. }
  577. .pagesHeader-w .navbar{
  578. height: 70px !important;
  579. }
  580. .pagesHeader-w .dropdown .dropbtn{
  581. margin: 0 4px !important;
  582. }
  583. .pagesHeader-w[_ngcontent-c6] .dropdown[_ngcontent-c6] .dropbtn[_ngcontent-c6]:hover{
  584. background-color: #d8cdbd;
  585. }
  586. .pagesHeader-w[_ngcontent-c6] .parentName-w[_ngcontent-c6]{
  587. margin: 8px 0px !important;
  588. }
  589. .contentPage-w[_ngcontent-c7]{
  590. background: rgba(255, 255, 255, 0.22) !important;
  591. border: 1px solid #eae9e6 !important;
  592. box-shadow: 0px 5px 10px #00000026 !important;
  593. }
  594. .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]{
  595. width: 285px;
  596. height: 35px !important;
  597. border: 1px solid #BDA380 !important;
  598. }
  599. .searchBtn i{
  600. color: #BDA380;
  601. }
  602. .dateW[_ngcontent-c6]{
  603. text-shadow: 0px 0px 0px #fff0 !important;
  604. font-size: 13px !important;
  605. }
  606. .ar, .en{
  607. height: 35px !important;
  608. width: 55px !important;
  609. text-align: center;
  610. background-color: #f1eded !important;
  611. padding-top: 4px !important;
  612. }
  613. .logoHeader-w[_ngcontent-c6]{
  614. background-image: url('../src/assets/image/bottomBackground.jpg') !important;
  615. }
  616. .en[_ngcontent-c6]:hover{
  617. background-color: #c3a58161 !important;
  618. color: #fff !important;
  619. border: 1px solid #bb9262 !important;
  620. }
  621. .contentPage-w[_ngcontent-c7]{
  622. padding: 10px 10px !important;
  623. }
  624. .contentPage-w[_ngcontent-c7]{
  625. width:100% !important;
  626. }
  627. .eventPart-w[_ngcontent-c7] .event[_ngcontent-c7]{
  628. background-color: #eae9e6 !important;
  629. }
  630. .eventPart-w[_ngcontent-c7] .event[_ngcontent-c7] .now[_ngcontent-c7]{
  631. padding: 9px 0 !important;
  632. }
  633. .contentsData-w[_ngcontent-c7] .joinUs-w[_ngcontent-c7] .dataContent[_ngcontent-c7], .contentsData-w[_ngcontent-c7] .joinUsEn-w[_ngcontent-c7] .dataContent[_ngcontent-c7]{
  634. box-shadow: 0px 3px 7px #00000029 !important;
  635. }
  636. .contentsData-w[_ngcontent-c7] .joinUs-w[_ngcontent-c7] .joinHeading-w[_ngcontent-c7], .contentsData-w[_ngcontent-c7] .joinUsEn-w[_ngcontent-c7] .joinHeading-w[_ngcontent-c7]{
  637. box-shadow: 0px 3px 7px #00000029 !important;
  638. }
  639. .sharingEvent-w[_ngcontent-c7] .content[_ngcontent-c7], .sharingEvent-w[_ngcontent-c7] .content[_ngcontent-c7]{
  640. box-shadow: 0px 3px 7px #00000029 !important;
  641. }
  642. .sharingEvent-w[_ngcontent-c7] .congeratolation[_ngcontent-c7], .sharingEvent-w[_ngcontent-c7] .sadDead-w[_ngcontent-c7]{
  643. box-shadow: 0px 3px 7px #00000029 !important;
  644. }
  645. .secondServices-w[_ngcontent-c7] .contentSecondSer-w[_ngcontent-c7] .contentSer[_ngcontent-c7]{
  646. box-shadow: 0px 3px 7px #00000029 !important;
  647. }
  648. .contentsData-w .joinUs-w .dataContent .joinUs-photo,
  649. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo{
  650. height: 130px !important;
  651. overflow: hidden !important;
  652. border: 1px solid #e0e0e0;
  653. }
  654. .contentsData-w .joinUs-w .dataContent .joinUs-photo img,
  655. .contentsData-w .joinUsEn-w .dataContent .joinUs-photo img{
  656. height: auto !important;
  657. margin: 0 !important;
  658. border: 1px solid #ccc0 !important;
  659. }
  660. .sharingEvent-w .content .eventsTab li{
  661. border-radius: 10px !important;
  662. width: 25px !important;
  663. height: 7px !important;
  664. padding: 0px !important;
  665. }
  666. .contentsData-w .joinUs-w .dataContent .eventsTab,
  667. .contentsData-w .joinUsEn-w .dataContent .eventsTab {
  668. width: 100%;
  669. display: flex;
  670. justify-content: center;
  671. text-align: center;
  672. padding-left: 40px;
  673. margin: 10px 0;
  674. }
  675. .contentsData-w .joinUs-w .dataContent .eventsTab li,
  676. .contentsData-w .joinUsEn-w .dataContent .eventsTab li{
  677. border-radius: 10px !important;
  678. width: 25px !important;
  679. height: 7px !important;
  680. padding: 0px !important;
  681. background: #ccc;
  682. margin: 0 5px;
  683. cursor: pointer;
  684. }
  685. /* .actineTab {
  686. background-color: #08726a !important;
  687. color: #fff !important;
  688. } */
  689. .linksSection-w{
  690. margin-top: 10px !important;
  691. }
  692. .footer{
  693. /* height: 170px !important;*/
  694. }
  695. @media screen and (min-width: 1200px) {
  696. .container{
  697. max-width: 1272px !important;
  698. }
  699. }
  700. @media screen and (min-width: 768px) and (max-width: 1200px) {}
  701. @media screen and (min-width: 599px) and (max-width:767px) {}
  702. @media screen and (max-width: 598px) {}
  703. @media screen and (max-width: 480px) {}
  704. /* Eng Magdy Style */
  705. /* Responsive Design */
  706. @media all and (max-width: 240px) {
  707. .toast-container .toast.div {
  708. padding: 8px 8px 8px 50px;
  709. width: 11em;
  710. }
  711. .toast-container .toast-close-button {
  712. right: -0.2em;
  713. top: -0.2em;
  714. }
  715. }
  716. @media all and (min-width: 241px) and (max-width: 480px) {
  717. .toast-container .toast.div {
  718. padding: 8px 8px 8px 50px;
  719. width: 18em;
  720. }
  721. .toast-container .toast-close-button {
  722. right: -0.2em;
  723. top: -0.2em;
  724. }
  725. }
  726. @media all and (min-width: 481px) and (max-width: 768px) {
  727. .toast-container .toast.div {
  728. padding: 15px 15px 15px 50px;
  729. width: 25em;
  730. }
  731. }
  732. .ngx-pagination {
  733. display: flex ;
  734. justify-content: center ;
  735. text-align: center;
  736. margin-top: 10px;
  737. }
  738. .ngx-pagination li{
  739. background-color: #fff;
  740. border: 2px solid #cab599;
  741. margin: 0 5px;
  742. }
  743. .ngx-pagination .current {
  744. background-color: #ccc !important;
  745. border: 2px solid #888;
  746. color: #fff;
  747. }
  748. .editRowPadding-w {
  749. padding-left: 5px !important;
  750. padding-right: 5px !important;
  751. }
  752. .containerPaddingEdit-w {
  753. padding-right: 5px;
  754. }
  755. .carousel-control-prev,
  756. .carousel-control-next {
  757. display: none !important;
  758. }
  759. .rightW {
  760. margin: 20px 10px;
  761. float: right;
  762. }
  763. @media(max-width:767px){
  764. .butttonCreate {
  765. width: 130px;
  766. }
  767. .butttonDelete {
  768. width: 110px;
  769. }
  770. .marginFontAowsome-w {
  771. margin: 0 10px;
  772. }
  773. .headingText-w{
  774. font-size: 14px;
  775. }
  776. .validateImageMsg {
  777. left: 30%;
  778. }
  779. .containerPaddingEdit-w {
  780. padding-right: 15px;
  781. }
  782. .ar,.en {
  783. width: 35px !important;
  784. margin: 4px 5px !important;
  785. }
  786. }
  787. @media(min-width:767px) and (max-width: 991px){
  788. .butttonCreate {
  789. width: 100px;
  790. font-size: 12px;
  791. }
  792. .butttonDelete {
  793. width: 100px;
  794. font-size: 12px;
  795. }
  796. .marginFontAowsome-w {
  797. margin: 0 10px;
  798. }
  799. }