123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749 |
- @import '~quill/dist/quill.core.css';
- @import '~quill/dist/quill.bubble.css';
- @import '~quill/dist/quill.snow.css';
- @import "../node_modules/angular-calendar/css/angular-calendar.css";
- /* @import '~materialize-css/dist/css/materialize.min.css';
- /* You can add global styles to this file, and also import other style files */
- body {
- direction: rtl;
- font-family: 'Cairo', sans-serif;
- color: #CAB59A;
- }
- input:-webkit-autofill,
- input:-webkit-autofill:hover,
- input:-webkit-autofill:focus,
- input:-webkit-autofill:active {
- -webkit-box-shadow: 0 0 0 30px #fff inset;
- }
- .contentPage-w{
- background: rgba(255, 255, 255, 0.22) !important;
- border: 1px solid #eae9e6 !important;
- box-shadow: 0px 5px 10px #00000026 !important;
- padding: 10px 10px !important;
- width: 100% !important;
- }
- .form-control:focus {
- color: #495057;
- background-color: #fff;
- border-color: #3dcc6d !important;
- outline: none;
- }
- .black-overlay {
- position: fixed !important;
- }
- .noMargin-w {
- margin-left: 0;
- margin-right: 0;
- }
- .dropDown-w {
- display: inline;
- margin: 0 20px;
- }
- .marginTop-w {
- margin: 10px 0;
- }
- .butttonCreate {
- width: 170px;
- background-color: #007A71;
- color: #fff;
- direction: rtl;
- text-align: right;
- }
- .butttonDelete {
- width: 170px;
- background-color: #E6646E;
- color: #fff;
- direction: rtl;
- text-align: right;
- }
- .marginFontAowsome-w {
- margin: 0 15px;
- font-size: 12px;
- }
- .modal-content {
- text-align: right;
- }
- .modal-content h4 {
- font-size: 17px;
- }
- .modal-header {
- display: block;
- text-align: right;
- }
- .modal-header h3 {
- font-size: 17px;
- }
- @media(max-width: 767px){
- .hidden-xs {
- display: none;
- }
- }
- /* toastr stylee */
- /* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
- /* position */
- .toast-center-center {
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .toast-top-center {
- top: 0;
- right: 0;
- width: 100%;
- }
- .toast-bottom-center {
- bottom: 0;
- right: 0;
- width: 100%;
- }
- .toast-top-full-width {
- top: 0;
- right: 0;
- width: 100%;
- }
- .toast-bottom-full-width {
- bottom: 0;
- right: 0;
- width: 100%;
- }
- .toast-top-left {
- top: 12px;
- left: 12px;
- }
- .toast-top-right {
- top: 12px;
- right: 12px;
- }
- .toast-bottom-right {
- right: 12px;
- bottom: 12px;
- }
- .toast-bottom-left {
- bottom: 12px;
- left: 12px;
- }
- /* toast styles */
- .toast-title {
- font-weight: bold;
- }
- .toast-message {
- word-wrap: break-word;
- }
- .toast-message a,
- .toast-message label {
- color: #FFFFFF;
- }
- .toast-message a:hover {
- color: #CCCCCC;
- text-decoration: none;
- }
- .toast-close-button {
- position: relative;
- right: -0.3em;
- top: -0.3em;
- float: right;
- font-size: 20px;
- font-weight: bold;
- color: #FFFFFF;
- text-shadow: 0 1px 0 #ffffff;
- /* opacity: 0.8; */
- }
- .toast-close-button:hover,
- .toast-close-button:focus {
- color: #000000;
- text-decoration: none;
- cursor: pointer;
- opacity: 0.4;
- }
- /*Additional properties for button version
- iOS requires the button element instead of an anchor tag.
- If you want the anchor version, it requires `href="#"`.*/
- button.toast-close-button {
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
- }
- .toast-container {
- pointer-events: none;
- position: fixed;
- z-index: 999999;
- }
- .toast-container * {
- box-sizing: border-box;
- }
- .toast-container .toast {
- position: relative;
- overflow: hidden;
- margin: 0 0 6px;
- padding: 15px 15px 15px 50px;
- width: 300px;
- border-radius: 3px 3px 3px 3px;
- background-position: 15px center;
- background-repeat: no-repeat;
- background-size: 24px;
- box-shadow: 0 0 12px #999999;
- color: #FFFFFF;
- }
- .toast-container .toast:hover {
- box-shadow: 0 0 12px #000000;
- opacity: 1;
- cursor: pointer;
- }
- /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
- .toast-info {
- 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");
- }
- /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
- .toast-error {
- 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");
- }
- /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
- .toast-success {
- 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");
- }
- /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
- .toast-warning {
- 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");
- }
- .toast-container.toast-top-center .toast,
- .toast-container.toast-bottom-center .toast {
- width: 300px;
- margin-left: auto;
- margin-right: auto;
- }
- .toast-container.toast-top-full-width .toast,
- .toast-container.toast-bottom-full-width .toast {
- width: 96%;
- margin-left: auto;
- margin-right: auto;
- }
- .toast {
- background-color: #030303;
- pointer-events: auto;
- }
- .toast-success {
- background-color: #51A351;
- }
- .toast-error {
- background-color: #BD362F;
- }
- .toast-info {
- background-color: #2F96B4;
- }
- .toast-warning {
- background-color: #F89406;
- }
- .toast-progress {
- position: absolute;
- left: 0;
- bottom: 0;
- height: 4px;
- background-color: #000000;
- opacity: 0.4;
- }
- .routerLinkContainer-w {
- width: 100%;
- min-height: 100%;
- }
- .listData-w {
- padding: 40px 0;
- }
- .selectData-w {
- width: 100px;
- float: left;
- }
- .hr{
- height: 3px;
- background-color: #00a99d;
- }
- .headingText-w {
- color: #927858;
- font-size: 15px;
- text-align: right;
- font-weight: bold;
- padding: 0px 7px;
- border-right: 1px solid #717171;
- }
- .activeLi-w{
- color: #a7947f;
- font-size: 15px;
- font-weight: 300px;
- }
- .titileLi-w{
- text-align: right;
- margin: 0;
- padding: 7px 0px;
- background-color: #90909236;
- border: 1px solid #7171712b;
- /* border-radius: 3px; */
- }
- .titileLi-w li {
- display: inline-block;
- }
- .searchInput-w {
- border: 2px solid #ecdcc7;
- }
- .selectButton-w{
- display: inline-block;
- width: 70px;
- background-color: #f9f9f9;
- color: #bda380;
- }
- .spanSelect-w{
- float: right;
- color: #bda380;
- font-weight: bold;
- }
- .headBackground-w{
- background-color: #bda380;
- color: #fff;
- }
- .headBackground-w th {
- border: 1px solid #fff;
- text-align: center;
- }
- .table tbody tr:nth-child(even){
- background-color: #fff;
- color: #bda380;
- font-weight: bold;
- }
- .table tbody tr:nth-child(odd){
- background-color: #f5f2f2;
- color: #bda380;
- font-weight: bold;
- }
- .inputSearchTable-w{
- border-radius: 10px;
- border: 1px solid #bda380;
- margin-top: 13px;
- }
- .table tbody tr:hover {background-color: #cec8c0;color: #fff}
- .table .custom-control-input {
- opacity: 1;
- z-index: 1;
- width: 20px;
- height: 20px;
- }
- .customStyleInput {
- opacity: 1;
- z-index: 1;
- width: 13px;
- height: 20px;
- position: absolute;
- right: 8px;
- top: 6px;
- }
- /*
- .table{
- border: 2px solid #ecdcc7;
- }
- .table-bordered td, .table-bordered th {
- border: 2px solid #ecdcc7;
- }
- .table thead th {
- border: 2px solid #bda380;
- } */
- .table td, .table th{
- padding: 5px 0px !important;
- }
- table .btn{
- border: 0px solid transparent !important;
- padding: 0px 8px !important;
- cursor: pointer;
- }
- .checkAll-w::before {
- background-color: #fff;
- border: 1px solid #ccc;
- border-radius: 5px;
- }
- .bg-light {
- background-color: transparent !important;
- }
- .activeLink {
- color: #fff !important;
- background-color: #007A71 !important;
- }
- .activeExternalLink {
- color: #fff !important;
- background-color: #007A71 !important;
- }
- .activeExternalLink a {
- color: #fff !important;
- }
- .spanReqired-w {
- color: red;
- }
- .defaultHover-w:hover {
- background-color: blue;
- }
- .contentBorder-w {
- width: 100%;
- min-height: 500px;
- padding: 40px 20px;
- background-color: rgba(255, 255, 255, 0.5);
- border: 1px solid #888;
- }
- .contentBorder-w {
- border-top: 4px solid #bda380;
- }
- .containerContent-w {
- width: 100%;
- display: inline-block;
- padding: 20px;
- min-height: 600px;
- margin: 10px 0;
- border: 1px solid #bdbcbc;
- border-top: 5px solid #bda380;
- background: rgba(255, 255, 255, 0.17);
- overflow-x: auto;
- box-shadow: 0px 0px 22px #00000042;
- }
- .validateImageMsg{
- position: absolute;
- left:43%;
- bottom:0;
- color: red
- }
- .activeInternalHeader {
- background-color: #a2835d !important;
- }
- .activeInternalHeader a{
- color: #fff !important;
- }
- .testGroup-w {
- margin: 10px 0;
- border: 1px solid #ccc;
- background-color: #f5f5f5;
- }
- .testBody-w {
- text-align: right;
- background-color: #fff;
- border: 1px solid #f7f7f7;
- }
- .testBodyEn-w {
- text-align: left;
- background-color: #fff;
- border: 1px solid #f7f7f7;
- }
-
- .testBodyEn-w p {
- text-align: left;
- font-size: 15px;
- padding: 5px 10px;
- }
- .panel-heading,
- .panel-headingEn {
- position: relative;
- }
- .testGroup-w .panel-heading h4 {
- font-size: 15px;
- padding: 10px;
- text-align: right;
- cursor: pointer;
- }
- .testGroupEn-w .panel-headingEn h4 {
- font-size: 15px;
- padding: 10px;
- text-align: left;
- cursor: pointer;
- }
- .cal-cell-top {
- height: 50px !important;
- }
- /* .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu,
- .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu.IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-3uCBSbQNVNf2QjqHe1rfb6 {
- width: 150px;
- } */
- /* .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon {
- margin-left: 0 !important;
- margin-right: 0 !important;
- }
- .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon>svg{
- margin: 0 10px;
- }
- .inlineBlock _2tga _49ve {
- display: none !important;
- } */
-
- .panel-heading[data-toggle="collapse"]::before {
- font-family: 'Glyphicons Halflings';
- content: "⌃"; /* "play" icon */
- position: absolute;
- color: #bda380;
- font-size: 18px;
- line-height: 22px;
- left: 20px;
- top: calc(50% - 10px);
-
- /* rotate "play" icon from > (right arrow) to down arrow */
- -webkit-transform: rotate(180deg);
- -moz-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- transform: rotate(180deg);
- }
- .panel-headingEn[data-toggle="collapse"]::before {
- font-family: 'Glyphicons Halflings';
- content: "⌃"; /* "play" icon */
- position: absolute;
- color: #bda380;
- font-size: 18px;
- line-height: 22px;
- right: 20px;
- top: calc(50% - 10px);
-
- /* rotate "play" icon from > (right arrow) to down arrow */
- -webkit-transform: rotate(180deg);
- -moz-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- transform: rotate(180deg);
- }
-
- .panel-heading[data-toggle="collapse"].collapsed::before {
- /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
- -webkit-transform: rotate(0deg);
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -o-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- .panel-headingEn[data-toggle="collapse"].collapsed::before {
- /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
- -webkit-transform: rotate(0deg);
- -moz-transform: rotate(0deg);
- -ms-transform: rotate(0deg);
- -o-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- .owl-carousel.owl-loaded {
- margin: 10px 0;
- }
- .owl-theme .owl-nav {
- position: absolute !important;
- width: 100% !important;
- bottom: 0 !important;
- }
- .owl-carousel .owl-nav button.owl-prev {
- width: 50px;
- background-color: red;
- float: right;
- margin-right: 15px;
- margin-top: 0;
- color: #fff;
- }
- .owl-carousel .owl-nav button.owl-prev span {
- font-size: 30px;
- font-weight: bold;
- }
- .owl-carousel .owl-nav button.owl-next {
- width: 50px;
- background-color: red;
- float: left;
- margin-left: 15px;
- margin-top: 0;
- color: #fff;
- }
- .owl-carousel .owl-nav button.owl-next span {
- font-size: 30px;
- font-weight: bold;
- }
- .externalEventContent-w .cal-month-view .cal-days .cal-cell-row {
- height: 50px;
- }
-
- .externalEventContent-w .cal-month-view .cal-day-cell {
- min-height: 50px !important;
- border: 1px solid #e1e1e1;
- }
- .externalEventContent-w .cal-month-view .cal-cell-top {
- min-height: 50px !important;
- width: 27px;
- }
- .externalEventContent-w .cal-events {
- margin: 0 !important;
- }
- .externalEventContent-w .cal-day-badge {
- margin-top: 0 !important;
- margin-left: 0 !important;
- }
- .externalEventContent-w .cal-day-number {
- font-size: 15px !important;
- color: #252525;
- }
- .externalEventContent-w .cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
- opacity: 0.7 !important;
- }
- .externalEventContent-w .cal-day-badge {
- padding: 2px 5px !important;
- font-size: 10px !important;
- text-align: initial !important;
- float: left !important;
- margin: 5px !important;
- }
- .popUp {
- width: 720px;
- border: 1px solid #fff;
- background-color: #fff;
- box-shadow: 0px 2px 5px #252525;
- border-radius: 5px;
- margin: 0 auto;
- text-align: left;
- padding: 10px;
- position: fixed;
- top: 0;
- left: 25%;
- z-index: 999999999999999999;
- }
- .eventContent-w h1 {
- font-size: 18px;
- }
- .eventContent-w p {
- text-align: center;
- font-size: 16px;
- }
- .eventContent-w button {
- position: absolute;
- top: 0;
- right: 0px;
- }
- /* .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu,
- .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu.IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-3uCBSbQNVNf2QjqHe1rfb6 {
- width: 150px;
- } */
- .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon {
- margin-left: 0 !important;
- margin-right: 0 !important;
- }
- .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu>xdoor-icon>svg{
- margin: 0 10px;
- }
- .inlineBlock _2tga _49ve {
- display: none !important;
- }
- .custom-select {
- width: 141px;
- padding: 0 30px !important;
- margin: 0 5px;
- }
- .ngb-dp-month:first-child .ngb-dp-week {
- padding-left: 4.25rem;
- /* width: 100%; */
- }
- .ngb-dp-month:last-child .ngb-dp-week {
- padding-right: 4.25rem;
- }
- .ngb-dp-day, .ngb-dp-week-number, .ngb-dp-weekday {
- width: 3rem !important;
- }
- .ngb-dp-month {
- padding: 0 16px !important;
- }
- .btn-light {
- width: 3rem !important;
- }
-
- .form-group {
- margin-top: 0 !important;
- }
- select.form-control:not([size]):not([multiple]) {
- height: 35px;
- padding: 0 5px;
- }
- /* Eng Magdy Style */
- .internalHeader-w{
- padding-top: 7px;
- height: 36px !important;
- background-color:#a1a1a15e !important;
- }
- .routerLinkContainer-w {
- background: url('../src/assets/image/background_login.jpg') no-repeat top center !important;
- background-size: auto !important;
- background-attachment: fixed !important;
- }
- .internalHeader-w input[type='text']::placeholder{
- color: #BDA380;
- }
- .internalHeader-w input[type='text']:-ms-input-placeholder{
- color: #BDA380;
- }
- .internalHeader-w input[type='text']::-ms-input-placeholder{
- color: #BDA380;
- }
- .internalHeader-w .searchBtn{
- /* height: 35px !important;
- width: 55px !important;
- border: 1px solid #BDA380 !important;
- margin-right: 10px;*/
- }
- .pagesHeader-w{
- margin-top: 0px !important;
- background-color: #926f3f2e !important;
- height: 50px !important;
- display: block;
- }
- .pagesHeader-w .navbar{
- height: 50px !important;
- }
- .pagesHeader-w .dropdown .dropbtn{
- margin: 0 4px !important;
- }
- .pagesHeader-w .dropdown .dropbtn:hover{
- background-color: #d8cdbd;
- }
- .pagesHeader-w .parentName-w{
- margin: 8px 0px !important;
- }
- .contentPage-w{
- background: rgba(255, 255, 255, 0.22) !important;
- border: 1px solid #eae9e6 !important;
- box-shadow: 0px 5px 10px #00000026 !important;
- }
- .internalHeader-w input[type='text']{
- width: 285px;
- height: 30px !important;
- border: 1px solid #BDA380 !important;
- }
- .searchBtn i{
- color: #BDA380;
- }
- .dateW{
- text-shadow: 0px 0px 0px #fff0 !important;
- }
- .ar, .en{ /* <— eng mega Edit */
- height: 30px !important;
- width: 46px !important;
- text-align: center;
- background-color: #f1eded !important;
- padding-top: 1px !important;
- }
- .logoHeader-w{
- /*background-image: url('../src/assets/image/bottomBackground.jpg') !important;*/
- }
- .en:hover{
- background-color: #c3a58161 !important;
- color: #fff !important;
- border: 1px solid #bb9262 !important;
- }
- .contentPage-w{
- padding: 10px 10px !important;
- }
- .contentPage-w{
- width:100% !important;
- }
- .eventPart-w .event{
- background-color: #eae9e6 !important;
- }
- .eventPart-w .event .now{
- padding: 9px 0 !important;
- }
- .contentsData-w .joinUs-w .dataContent, .contentsData-w .joinUsEn-w .dataContent{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .contentsData-w .joinUs-w .joinHeading-w, .contentsData-w .joinUsEn-w .joinHeading-w{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .sharingEvent-w .content, .sharingEvent-w .content{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .sharingEvent-w .congeratolation, .sharingEvent-w .sadDead-w{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .secondServices-w .contentSecondSer-w .contentSer{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .contentsData-w .joinUs-w .dataContent .joinUs-photo,
- .contentsData-w .joinUsEn-w .dataContent .joinUs-photo{
- height: 130px !important;
- overflow: hidden !important;
- border: 1px solid #e0e0e0;
- }
- .contentsData-w .joinUs-w .dataContent .joinUs-photo img,
- .contentsData-w .joinUsEn-w .dataContent .joinUs-photo img{
- height: auto !important;
- margin: 0 !important;
- border: 1px solid #ccc0 !important;
- }
- .sharingEvent-w .content .eventsTab li{
- border-radius: 10px !important;
- width: 25px !important;
- height: 7px !important;
- padding: 0px !important;
- }
- .contentsData-w .joinUs-w .dataContent .eventsTab,
- .contentsData-w .joinUsEn-w .dataContent .eventsTab {
- width: 100%;
- display: flex;
- justify-content: center;
- text-align: center;
- padding-left: 40px;
- margin: 10px 0;
- }
- .contentsData-w .joinUs-w .dataContent .eventsTab li,
- .contentsData-w .joinUsEn-w .dataContent .eventsTab li{
- border-radius: 10px !important;
- width: 25px !important;
- height: 7px !important;
- padding: 0px !important;
- background: #ccc;
- margin: 0 5px;
- cursor: pointer;
- }
- /* .actineTab {
- background-color: #08726a !important;
- color: #fff !important;
- } */
- .linksSection-w{
- margin-top: 10px !important;
- }
- .footer{
- /* height: 170px !important;*/
- }
- .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
- color: #fff !important;
- background-color: #c0a17b;
- border-color: #7b511f;
- }
- .nothome .testGroup-w{
- background-color: #967853 !important;
- border: 0px !important;
- }
- .nothome .testBody-w{
- background-color: #efefef ;
- }
- .nothome .testBody-w:hover{
- background-color: #c7c5c5;
- }
- .nothome .testGroup-w .panel-heading h4{
- color: #fff;
- }
- .nothome .panel-heading[data-toggle="collapse"]::before {
- color: #fff;
- }
- .nothome ul li{
- border-bottom: 0px !important;
- color: #9a774d !important;
- padding: 9px 0px 0px 0px !important;
- }
- .nothome .testGroupEn-w{
- background-color: #967853 !important;
- border: 0px !important;
- }
- .nothome .testBodyEn-w{
- background-color: #efefef ;
- }
- .nothome .testBodyEn-w:hover{
- background-color: #c7c5c5;
- }
- .nothome .testGroupEn-w .panel-headingEn h4{
- color: #fff;
- }
- .nothome .panel-headingEn[data-toggle="collapse"]::before {
- color: #fff;
- }
- .nothome ul li{
- border-bottom: 0px !important;
- color: #9a774d !important;
- padding: 9px 0px 0px 0px !important;
- }
- .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{
- float: right;
- }
- .dropdown-menu{
- direction: ltr;
- }
- .btn-link{
- color: #8c6a40 !important;
- }
- .ngb-dp-weekday{
- color: #af6204 !important;
- background-color: #eceaea;
- }
- .leftText {
- text-align: left;
- }
- .form-control:disabled {
- cursor: not-allowed;
- }
- .higriButton {
- position: absolute;
- top: 31px;
- left: 16px;
- border: none;
- cursor: pointer;
- background-color: transparent;
- }
- .hospitalContent-w .card-header {
- background-color: #967853 !important;
- border: 0px !important;
- padding: 0;
- cursor: pointer;
- }
- .hospitalContent-w .card-header h5 button {
- cursor: pointer;
- }
- .hospitalContent-w .card-header h4 {
- color: #fff;
- font-size: 15px;
- }
- .hospitalContent-w .card-body {
- padding: 0;
- }
- /* Grow */
- .hvr-grow {
- display: inline-block;
- vertical-align: middle;
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- transition-duration: 0.3s;
- transition-property: transform;
- }
- .hvr-grow:hover,
- .hvr-grow:focus,
- .hvr-grow:active {
- transform: scale(1.1);
- }
- .one {
- position: absolute;
- top: 0;
- left: 0;
- height: 0;
- width: 3px;
- background-color: #c39a63;
- transition: all 0.5s;
- border-radius: 20px;
- }
- .two {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 0;
- height: 3px;
- background-color: #c39a63;
- transition: all 0.5s;
- border-radius: 20px;
- }
- .three {
- position: absolute;
- bottom: 0;
- right: 0;
- width: 3px;
- height: 0;
- background-color: #c39a63;
- transition: all 0.5s;
- }
- .four {
- position: absolute;
- top: 0;
- right: 0;
- width: 0;
- height: 3px;
- background-color: #c39a63;
- transition: all 0.5s;
- }
- .externalPageContentt-w .externalServices-w .animated:hover .one,
- .externalPageContentt-w .externalServices-w .animated:hover .three {
- height: 100%;
- }
- .externalPageContentt-w .externalServices-w .animated:hover .two,
- .externalPageContentt-w .externalServices-w .animated:hover .four {
- width: 100%;
- }
- .externalEventContent-w .cal-month-view .cal-event {
- display: none !important;
- }
- .cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
- position: relative !important;
- }
- /*
- .cal-month-view .cal-day-number {
- position: absolute !important;
- left: 7px !important;
- } */
- .externalEventContent-w .cal-day-badge {
- position: absolute;
- }
- .cal-month-view .cal-open-day-events {
- position: absolute;
- width: 85%;
- }
- .selectStyle-w {
- padding: 0 5px;
- }
- /* ------black-----*/
- @media screen and (min-width: 1200px) {
- body{border-top: 1px solid black;}
- .container{max-width: 1272px !important;}
- .dateW{
- font-size: 13px !important;
- }
-
- .homeActive {
- background-color: #a2835d !important;
- color: #fff !important;
- }
- .homeExternalActive {
- background-color: #31aca3 !important;
- color: #fff !important;
- }
- .homeExternalActive a {
- color: #fff !important;
- }
- }
- /* ------pink-----*/
- @media screen and (min-width: 992px) and (max-width: 1200px) {
- body{border-top: 1px solid pink;}
- .carousel-caption h4, .paragraphTemplate-w {
- width: 60% !important;
- }
- .lectureService-w .visitingTime-w .achiev .body ul li{
- margin: 0px 19px !important;
- }
- .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
- margin: 0px 19px !important;
- }
- .cslide{
- width: 70px !important;
- height: 70px !important;
- margin: 0px 5px !important;
- }
- .homeActive {
- background-color: #a2835d !important;
- color: #fff !important;
- }
- .homeExternalActive {
- background-color: #007A71 !important;
- color: #fff !important;
- }
- .homeExternalActive a {
- color: #fff !important;
- }
-
- }
- /* ------yellow-----*/
- @media screen and (min-width: 768px) and (max-width:991px) {
- body{border-top: 1px solid yellow;}
- /*.container{max-width: 100% !important;}*/
- .dateW{font-size: 11px !important;}
- .carousel-caption h4, .paragraphTemplate-w {
- width: 46% !important;
- }
- .allNews{
- width: 94% !important;
- bottom: 90px !important;
- display: block !important;
- }
- .cslide{
- width: 50px !important;
- height: 50px !important;
- margin: 0px 2px !important;
- }
- .slider .extra{
- bottom: 119px !important;
- width: 94% !important;
- display: block !important;
- }
- .lectureService-w .visitingTime-w .achiev .body ul li{
- margin: 0px 10px !important;
- }
- .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
- margin: 0px 10px !important;
- }
- .lectureService-w .visitingTime-w .achiev .body ul li img{
- width: 59px !important;
- }
- .lectureService-w .visitingTime-w .monthRecord-w .body ul li img{
- width: 59px !important;
- }
- .serviceItem-w{
- height: 65px !important;
- border-bottom: 3px solid #00a99d !important;
- margin: 2px 0 !important;
- }
- .servicesContent-w .serviceItem-w img{
- width: 35px !important;
- height: 35px !important;
- float: right !important;
- margin-top: -9px !important;
- }
- .servicesContent-w .serviceItem-w p{
- font-size: 16px !important;
- float: right !important;
- margin-top: -3px !important;
- padding-right: 8px !important;
- }
- .pagesHeader-w .dropdown .dropbtn, .pagesHeader-w .dropdown .dropbtn a{
- font-size: 18px !important;
- padding: 5px 5px !important;
- width: 95%;
- text-align: right;
- }
- .activeInternalHeader-w{
- float: right;
- width: 100% !important;
- margin: 0px 0px 2px 0px;
- text-align: right !important;
- }
- .activeInternalHeader-w a{
- color: #90622b !important;
- padding: 0px 14px 0px 0px !important;
- }
- .activeInternalHeader-w{
- width: 100% !important;
- text-align: right !important;
- height: 47px;
- }
- .homeActive {
- background-color: #a2835d !important;
- color: #fff !important;
- }
- .homeExternalActive {
- background-color: #007A71 !important;
- color: #fff !important;
- }
- .homeExternalActive a {
- color: #fff !important;
- }
-
-
- }
- /* ------red-----*/
- @media screen and (max-width: 767px) {
- body{border-top: 1px solid red;}
- /*.container{max-width: 100% !important;}*/
- .allNews{
- width: 94% !important;
- bottom: 90px !important;
- display: block !important;
- }
- .lectureService-w .visitingTime-w .achiev .body ul li{
- margin: 0px 60px !important;
- }
- .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
- margin: 0px 60px !important;
- }
- .cslide{
- width: 80px !important;
- height: 80px !important;
- margin: 0px 25px !important;
- }
- .slider .extra{
- bottom: 119px !important;
- width: 94% !important;
- display: block !important;
- }
- .sliderNews-w .carousel-caption h5{
- width: 45%;
- height: 66px;
- }
- .sliderNews-w .carousel-caption p{
- display: none;
- }
- .pagesHeader-w .dropdown .dropbtn, .pagesHeader-w .dropdown .dropbtn a{
- font-size: 18px !important;
- padding: 5px 5px !important;
- width: 95%;
- text-align: right;
- }
- .activeInternalHeader-w{
- float: right;
- width: 100% !important;
- margin: 0px 0px 2px 0px;
- text-align: right !important;
- }
- .activeInternalHeader-w a{
- color: #90622b !important;
- padding: 0px 14px 0px 0px !important;
- }
- .cal-month-view .cal-day-badge {
- display: none !important;
- }
- .popUp {
- width: 100% !important;
- right: 0 !important;
- left: 0 !important;
- }
- .hospitalContent-w .card-header h4 {
- font-size: 12px;
- }
- }
- /* ------green-----576*/
- @media screen and (max-width: 480px) {
- body{border-top: 1px solid green;}
- /*.container{max-width: 100% !important;}*/
- .allNews{
- width: 94% !important;
- bottom: 90px !important;
- display: block !important;
- }
- .slider .extra{
- bottom: 119px !important;
- width: 94% !important;
- display: block !important;
- }
- .cslide{
- width: 70px !important;
- height: 70px !important;
- margin: 0px 3px !important;
- }
- .lectureService-w .visitingTime-w .achiev .body ul li{
- margin: 0px 17px !important;
- }
- .lectureService-w .visitingTime-w .monthRecord-w .body ul li{
- margin: 0px 17px !important;
- }
- .sliderNews-w .carousel-caption h5{
- display: none;
- }
- .sliderNews-w .carousel-caption p{
- display: none;
- }
- .serviceItem-w{
- height: 40px !important;
- border-bottom: 2px solid #00a99d !important;
- margin: 2px 0 !important;
- }
- .servicesContent-w .serviceItem-w img{
- width: 25px !important;
- height: 25px !important;
- float: right !important;
- margin-top: -12px !important;
- }
- .servicesContent-w .serviceItem-w p{
- font-size: 15px !important;
- float: right !important;
- margin-top: -11px !important;
- padding-right: 8px !important;
- margin-bottom: 14px;
- }
- .pagesHeader-w .dropdown .dropbtn, .pagesHeader-w .dropdown .dropbtn a{
- font-size: 18px !important;
- padding: 5px 5px !important;
- width: 95%;
- text-align: right;
- }
- .activeInternalHeader-w{
- float: right;
- width: 100% !important;
- margin: 0px 0px 2px 0px;
- text-align: right !important;
- }
- .activeInternalHeader-w a{
- color: #90622b !important;
- padding: 0px 14px 0px 0px !important;
- }
- }
- /* Eng Magdy Style */
- /* Responsive Design */
- @media all and (max-width: 240px) {
- .toast-container .toast.div {
- padding: 8px 8px 8px 50px;
- width: 11em;
- }
- .toast-container .toast-close-button {
- right: -0.2em;
- top: -0.2em;
- }
- }
- @media all and (min-width: 241px) and (max-width: 480px) {
- .toast-container .toast.div {
- padding: 8px 8px 8px 50px;
- width: 18em;
- }
- .toast-container .toast-close-button {
- right: -0.2em;
- top: -0.2em;
- }
- }
- @media all and (min-width: 481px) and (max-width: 768px) {
- .toast-container .toast.div {
- padding: 15px 15px 15px 50px;
- width: 25em;
- }
- }
-
-
-
-
- .ngx-pagination {
- display: flex ;
- justify-content: center ;
- text-align: center;
- margin-top: 10px;
- }
-
-
- .ngx-pagination li{
- background-color: #fff;
- border: 2px solid #cab599;
- margin: 0 5px;
- }
-
- .ngx-pagination .current {
- background-color: #ccc !important;
- border: 2px solid #888;
- color: #fff;
- }
-
- .editRowPadding-w {
- padding-left: 5px !important;
- padding-right: 5px !important;
- }
- .containerPaddingEdit-w {
- padding-right: 5px;
- }
- .carousel-control-prev,
- .carousel-control-next {
- display: none !important;
- }
-
- .rightW {
- margin: 20px 10px;
- float: right;
- }
-
-
-
- @media(max-width:767px){
- .butttonCreate {
- width: 130px;
- }
-
- .butttonDelete {
- width: 110px;
- }
- .marginFontAowsome-w {
- margin: 0 10px;
- }
- .headingText-w{
- font-size: 14px;
- }
-
- .validateImageMsg {
- left: 30%;
- }
- .containerPaddingEdit-w {
- padding-right: 15px;
- }
- .ar,.en {
- width: 35px !important;
- margin: 4px 5px !important;
- }
- }
-
- @media(min-width:767px) and (max-width: 991px){
- .butttonCreate {
- width: 100px;
- font-size: 12px;
- }
-
- .butttonDelete {
- width: 100px;
- font-size: 12px;
- }
-
- .marginFontAowsome-w {
- margin: 0 10px;
- }
- }
- .externalFooterBackground-w{
- width: 100%;
- background-color: #05c3b4;
- }
- .externalFooterBackground-w .overlayFooter-w {
- background: url('../src/assets/image/externalFooter2.png') no-repeat center center !important;
- background-size: cover;
- position: initial !important;
- }
- .externalFooterBackground-w .overlayFooter-w .linksSection-w ul li {
- border-right: 1px solid #007A71 !important;
- border-left: 1px solid #007A71 !important;
- }
- .externalFooterBackground-w .overlayFooter-w .linksSection-w ul li:first-child {
- border: 0 !important;
- }
- .externalFooterBackground-w .overlayFooter-w .linksSection-w ul li:last-child {
- border: 0 !important;
- }
- .externalFooterBackground-w .overlayFooter-w .rights {
- text-align: center;
- color: #fff;
- font-weight: bold;
- text-shadow: 0 0px 2px #000 !important;
- color: #ddd !important;
- }
- .internalFooterBackGround-w{
- background: url('../src/assets/image/XMLID_19_.png') no-repeat center center !important;
- background-size: cover;
- position: relative;
- bottom: 0;
- }
- .internalFooterBackGround-w .overlayFooter-w {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- bottom: 0;
- right: 0;
- left: 0;
- background: rgba(179, 151, 117, 0.55);
- }
- /* Eng Magdy Style */
- .carousel-indicators li{
- width: 25px !important;
- height: 4px !important;
- border-radius: 0px !important;
- }
- .internalHeader-w{
- padding-top: 0px;
- height: 36px !important;
- background-color:#0000004d !important;
- }
- .routerLinkContainer-w {
- background: url('../src/assets/image/background_login.jpg') no-repeat top center !important;
- background-size: auto !important;
- background-attachment: fixed !important;
- background-position-y: -131px !important;
- }
- .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]::placeholder{
- color: #BDA380;
- }
- .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]:-ms-input-placeholder{
- color: #BDA380;
- }
- .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]::-ms-input-placeholder{
- color: #BDA380;
- }
- .internalHeader-w[_ngcontent-c6] .searchBtn[_ngcontent-c6]{
- height: 35px !important;
- width: 55px !important;
- border: 1px solid #BDA380 !important;
- margin-right: 10px;
- }
- .pagesHeader-w[_ngcontent-c6]{
- margin-top: 0px !important;
- background-color: #926f3f2e !important;
- height: 70px !important;
- }
- .pagesHeader-w[_ngcontent-c6] .navbar[_ngcontent-c6]{
- height: 70px !important;
- }
- .pagesHeader-w[_ngcontent-c6] .dropdown[_ngcontent-c6] .dropbtn[_ngcontent-c6]{
- margin: 0 4px !important;
- }
- .pagesHeader-w[_ngcontent-c6] .dropdown[_ngcontent-c6] .dropbtn[_ngcontent-c6]:hover{
- background-color: #d8cdbd;
- }
- .pagesHeader-w[_ngcontent-c6] .parentName-w[_ngcontent-c6]{
- margin: 8px 0px !important;
- }
- .contentPage-w[_ngcontent-c7]{
- background: rgba(255, 255, 255, 0.22) !important;
- border: 1px solid #eae9e6 !important;
- box-shadow: 0px 5px 10px #00000026 !important;
- }
- .internalHeader-w[_ngcontent-c6] input[type='text'][_ngcontent-c6]{
- width: 285px;
- height: 35px !important;
- border: 1px solid #BDA380 !important;
- }
- .searchBtn i{
- color: #BDA380;
- }
- .dateW[_ngcontent-c6]{
- text-shadow: 0px 0px 0px #fff0 !important;
- font-size: 13px !important;
- }
- .ar[_ngcontent-c6], .en[_ngcontent-c6]{
- height: 35px !important;
- width: 55px !important;
- text-align: center;
- background-color: #f1eded !important;
- padding-top: 4px !important;
- }
- .logoHeader-w[_ngcontent-c6]{
- background-image: url('../src/assets/image/bottomBackground.jpg') !important;
- }
- .en[_ngcontent-c6]:hover{
- background-color: #c3a58161 !important;
- color: #fff !important;
- border: 1px solid #bb9262 !important;
- }
- .contentPage-w[_ngcontent-c7]{
- padding: 10px 10px !important;
- }
- .contentPage-w[_ngcontent-c7]{
- width:100% !important;
- }
- .eventPart-w[_ngcontent-c7] .event[_ngcontent-c7]{
- background-color: #eae9e6 !important;
- }
- .eventPart-w[_ngcontent-c7] .event[_ngcontent-c7] .now[_ngcontent-c7]{
- padding: 9px 0 !important;
- }
- .contentsData-w[_ngcontent-c7] .joinUs-w[_ngcontent-c7] .dataContent[_ngcontent-c7], .contentsData-w[_ngcontent-c7] .joinUsEn-w[_ngcontent-c7] .dataContent[_ngcontent-c7]{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .contentsData-w[_ngcontent-c7] .joinUs-w[_ngcontent-c7] .joinHeading-w[_ngcontent-c7], .contentsData-w[_ngcontent-c7] .joinUsEn-w[_ngcontent-c7] .joinHeading-w[_ngcontent-c7]{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .sharingEvent-w[_ngcontent-c7] .content[_ngcontent-c7], .sharingEvent-w[_ngcontent-c7] .content[_ngcontent-c7]{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .sharingEvent-w[_ngcontent-c7] .congeratolation[_ngcontent-c7], .sharingEvent-w[_ngcontent-c7] .sadDead-w[_ngcontent-c7]{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .secondServices-w[_ngcontent-c7] .contentSecondSer-w[_ngcontent-c7] .contentSer[_ngcontent-c7]{
- box-shadow: 0px 3px 7px #00000029 !important;
- }
- .contentsData-w .joinUs-w .dataContent .joinUs-photo,
- .contentsData-w .joinUsEn-w .dataContent .joinUs-photo{
- height: 130px !important;
- overflow: hidden !important;
- border: 1px solid #e0e0e0;
- }
- .contentsData-w .joinUs-w .dataContent .joinUs-photo img,
- .contentsData-w .joinUsEn-w .dataContent .joinUs-photo img{
- height: auto !important;
- margin: 0 !important;
- border: 1px solid #ccc0 !important;
- }
- .sharingEvent-w .content .eventsTab li{
- border-radius: 10px !important;
- width: 25px !important;
- height: 7px !important;
- padding: 0px !important;
- }
- .contentsData-w .joinUs-w .dataContent .eventsTab,
- .contentsData-w .joinUsEn-w .dataContent .eventsTab {
- width: 100%;
- display: flex;
- justify-content: center;
- text-align: center;
- padding-left: 40px;
- margin: 10px 0;
- }
- .contentsData-w .joinUs-w .dataContent .eventsTab li,
- .contentsData-w .joinUsEn-w .dataContent .eventsTab li{
- border-radius: 10px !important;
- width: 25px !important;
- height: 7px !important;
- padding: 0px !important;
- background: #ccc;
- margin: 0 5px;
- cursor: pointer;
- }
- /* .actineTab {
- background-color: #08726a !important;
- color: #fff !important;
- } */
- .linksSection-w{
- margin-top: 10px !important;
- }
- .footer{
- /* height: 170px !important;*/
- }
- @media screen and (min-width: 1200px) {
- .container{
- max-width: 1272px !important;
- }
- }
- @media screen and (min-width: 768px) and (max-width: 1200px) {}
- @media screen and (min-width: 599px) and (max-width:767px) {}
- @media screen and (max-width: 598px) {}
- @media screen and (max-width: 480px) {}
- /* Eng Magdy Style */
-
|