123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926 |
- @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: #e4d0b6;
- font-size: 18px;
- text-align: right;
- font-weight: bold;
- }
- .activeLi-w{
- color: #CAB59A;
- font-size: 15px;
- font-weight: 300px;
- }
- .titileLi-w{
- text-align: right;
- margin: 0;
- padding: 0;
- }
- .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;
- }
- .table tbody tr:nth-child(even){
- background-color: #CFCFCF;
- 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: #888;color: #fff}
- /*
- .table{
- border: 2px solid #ecdcc7;
- }
- .table-bordered td, .table-bordered th {
- border: 2px solid #ecdcc7;
- }
- .table thead th {
- border: 2px solid #bda380;
- } */
- .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;
- }
- .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: 30px 0;
- border: 1px solid #888;
- border-top: 5px solid #bda380;
- background: rgba(255, 255, 255, 0.5);
- overflow-x: auto;
- }
- .validateImageMsg{
- position: absolute;
- left:43%;
- bottom:0;
- color: red
- }
- .activeInternalHeader {
- background-color: #d8cdbd !important;
- }
- .activeInternalHeaderHome {
- background-color: #d8cdbd !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;
- }
- .testBody-w p {
- text-align: right;
- font-size: 15px;
- padding: 5px 10px;
- }
- .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;
- }
-
-
- .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(-90deg);
- -moz-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- transform: rotate(-90deg);
- }
- .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(-90deg);
- -moz-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- transform: rotate(-90deg);
- }
-
- .panel-heading[data-toggle="collapse"].collapsed::before {
- /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- .panel-headingEn[data-toggle="collapse"].collapsed::before {
- /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- /* .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;
- } */
- /* .cal-month-view .cal-day-cell {
- height: 50px !important;
- }
- .cal-month-view .cal-day-cell {
- height: 50px !important;
- }
- .cal-month-view .cal-day-cell {
- height: 50px !important;
- }
- .cal-month-view .cal-days .cal-cell-row {
- height: 50px;
- }
-
- .cal-month-view .cal-day-cell {
- 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;
- }
- .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;
- }
- .btn-light {
- width: 3rem !important;
- }
-
- /* Eng Magdy Style */
- .internalHeader-w{
- padding-top: 7px;
- height: 55px !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[_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{
- margin-top: 0px !important;
- background-color: #926f3f2e !important;
- height: 70px !important;
- display: block;
- }
- .pagesHeader-w .navbar{
- height: 70px !important;
- }
- .pagesHeader-w .dropdown .dropbtn{
- 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, .en{
- 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 */
- /* 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;
- }
- }
|