123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786 |
- input,button {
- outline: none;
- }
- .dropdown-menu {
- top: 49px !important;
- right: -37px !important;
- border-radius: 2px !important;
- width: 245px;
- background-color: #ffffffe0;
- box-shadow: 0px 3px 9px #00000030;
- border: 1px solid #cec8c8;
- }
- .dropdown-menu ul li {
- text-align: right;
- transition: all 0.5s;
- }
- .dropdown-menu ul li:hover {
- background-color: #f5f5f5;
- }
- .pagesHeader-w .dropdown-menu {
- top: 30px;
- right: 0 !important;
- border-radius: 2px !important;
- background: #fff;
- box-shadow: 0px 3px 9px #00000030;
- border: 1px solid #cec8c8;
- }
- .pagesHeader-w .dropdown-item {
- font-size: 14px !important;
- }
- .en_ .dropdown-item{
- float: left !important;
- }
- .dropdown-item{
- border: 0px solid #00000008 !important;
- padding: 4px 0px !important;
- font-weight: bold !important;
- /* clear: none !important;
- float: right; */
- margin: 3px 3px;
- display: block;
- }
- .dropdown-item i{
- color: #04756d !important;
- font-size: 18px !important;
- }
- .mylistt{
- display: block;
- border: 1px solid #bdbbbb;
- float: right;
- width: 45px;
- height: 45px;
- margin: -12px 0px 0px 6px;
- background-color: #f1f1f1;
- }
- .externalPage-w { /* <— eng mega Edit */
- width: 100%;
- height: 36px;
- background: #0000004d;
- /* background: url('../../../assets/image/XMLID_19_.png') no-repeat center center;
- background-size: cover; */
- }
- .externalPage-w .notificationList-w {
- width: 100%;
- display: inline-block;
- text-align: right;
- }
- .externalPage-w .login {
- color: #ffffff;
- text-align: right;
- padding: 0 40px;
- margin: 7px 0;
- }
- .externalPage-w .login a {
- transition: all 0.5s;
- cursor: pointer;
- }
- .externalPage-w .login a:hover {
- color: #fff;
- font-weight: bold;
- }
- .externalPage-w .notificationList-w li {
- display: inline-block;
- margin: 0 10px;
- }
- .externalPage-w .notificationList-w li span {
- color: #a08b70;
- font-size: 12px;
- cursor: pointer;
- transition: all 0.5s;
- margin-top: 0px;
- display: block;
- }
- .internalPage-w .externalPage-w .notificationList-w li span:hover i {
- color: #08726a;
- }
- .externalPage-w .notificationList-w .profileData-w .btn-outline-success {
- border: none;
- }
- .externalPage-w .notificationList-w .profileData-w .buttonW:hover {
- background-color: transparent;
- }
- .externalPage-w input[type='text'] {/* <— eng mega Edit */
- background-color: #fff;
- border: none;
- color: #00A99D !important;
- padding: 0 5px;
- height: 30px;
- width: 260px;
- margin-top: 3px;
- transition: all 0.5s;
- border: 1px solid #00A99D !important;
- }
- .externalPage-w input[type='text']:focus {
- border: 2px solid #00a99d;
- }
- .externalPage-w .searchBtn {/* <— eng mega Edit */
- background-color: #fff;
- border: none;
- height: 30px;
- padding: 0 12px;
- border: 1px solid #00a99d !important;
- margin: 3px 6px;
- }
- .externalPage-w .searchBtn i{
- color: #00a99d;
- }
- .profileData-w img {
- width: 45px;
- border: 1px solid #eceaea;
- margin: -12px 0px 0px 6px;
- height: 37px;
- background-color: #fff;
- display: block;
- float: right;
- }
- .buttonW {
- background-color: transparent;
- border: none;
- cursor: pointer;
- color: #02635c;
- outline: none;
- text-shadow: 0px 0px 2px #0000002e;
- font-weight: bold;
- /*margin-right: -25px;*/
- font-size: 15px;
- margin-top: 4px;
- margin-right: -28px;
- }
- .dateW {
- color: #fff;
- text-shadow: 0px 0px 2px #000;
- font-weight: bold;
- display:inline-block;
- font-size: 14px;
- }
- .internalPage-w .externalPage-w .notificationList-w .profileData-w .dropdown-toggle::after {
- margin: -1px 10px;
- }
- .logoHeader-w {
- width: 100%;
- height: 100px;
- display: inline-block;
- /*background: url('../../../assets/image/bottomBackground.jpg');*/
- background-size: cover;
- }
- .logoHeader-w .rightLogo-w,
- .logoHeader-w .leftLogo-w,
- .logoHeader-w .center {
- width: 100%;
- display: inline-block;
- margin-top: 0px;
- }
- .logoHeader-w .leftLogo-w {
- text-align: left;
- }
- .logoHeader-w .rightLogo-w {
- text-align: right;
- }
- .logoHeader-w .rightLogo-w img {
- margin-top: 15px;
- margin-right:15px
- }
- .logoHeader-w .leftLogo-w img {
- margin-top: 15px;
- margin-left: 20px;
- }
- .logoHeader-w .center h2 {
- font-size: 30px;
- color: #bda380;
- margin-top: 20px;
- }
- .logoHeader-w .center p {
- font-size: 15px;
- font-weight: 600;
- font-style: normal;
- font-stretch: normal;
- letter-spacing: normal;
- color: #00a99d;
- }
- .logoHeader-w .rightLogo-w img {
- width: 210px;
- }
- .pagesHeader-w {
- width: 100%;
- background: rgba(204, 204, 204, 0.46) !important;
- margin-top: -6px;
- position: relative;
- height: 50px;
- }
- .pagesHeader-w .dropdown-toggle:empty::after {
- position: absolute;
- top: 13px;
- }
- .pagesHeader-w .navbar {
- /* overflow: hidden; */
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- padding: .5rem 1rem;
- height: 50px;
- }
- .pagesHeader-w navbar a {
- float: left;
- font-size: 16px;
- color: white;
- text-align: center;
- text-decoration: none;
- }
- .pagesHeader-w .dropdown {
- float: left;
- /* overflow: hidden; */
- }
- .pagesHeader-w .dropdown .dropbtn,
- .pagesHeader-w .dropdown .dropbtn a {
- font-size: 20px;
- border: none;
- outline: none;
- color: #00A99D;
- padding: 14px 5px;
- background-color: inherit;
- font: inherit;
- margin: 0;
- font-weight: 600;
- }
- .pagesHeader-w .dropdown .dropbtn {
- margin: 0 10px;
- }
- .pagesHeader-w .navbar a:hover, .dropdown:hover .dropbtn {
- }
- .pagesHeader-w .dropdown-content {
- display: none;
- position: absolute;
- background-color: #bea380;
- border-radius: 10px;
- width: 100%;
- height: 120px;
- left: 0;
- top: 55px;
- padding: 10px;
- box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
- z-index: 1;
- }
- .pagesHeader-w .dropdown-content ul li a {
- color: #fff;
- }
- .pagesHeader-w .dropdown-content .header {
- padding: 16px;
- color: white;
- }
- .pagesHeader-w .dropdown:hover .dropdown-content {
- background: yello;
- display: block;
- }
- /* Create three equal columns that floats next to each other */
- .pagesHeader-w .column {
- float: left;
- width: 50%;
- padding: 10px;
- background-color: #ccc;
- height: 250px;
- }
- .pagesHeader-w .column a {
- float: none;
- color: black;
- padding: 16px;
- text-decoration: none;
- display: block;
- text-align: left;
- }
- .pagesHeader-w .column a:hover {
- background-color: #ddd;
- }
- /* Clear floats after the columns */
- .pagesHeader-w .row:after {
- content: "";
- display: table;
- clear: both;
- }
- .pagesHeader-w .iconMenu {
- width: 35px;
- float: right;
- margin: 5px 5px;
- }
- .pagesHeader-w .parentName-w {
- margin: 9px 5px;
- display: inline-block;
- transition: all 0.5s;
- }
- .pagesHeader-w .parentName-w:hover {
- color: #09d4c5;
- }
- .navbar {
- width: 100%;
- padding: 0 !important;
- }
- .hyperLink {
- color: #fff;
- text-decoration: none;
- }
- .ar,.en {
- /* margin: 0 10px;
- padding: 5px;
- color: #03887f;
- font-weight: bold;
- width: 30px;
- height: 30px;
- border-radius: 5px;
- background-color: #FAFAFA;
- cursor: pointer;
- transition: all 0.5s; */
- /* margin: 2px 10px;
- padding: 5px;
- padding: 2px 5px;
- color: #03887f;
- font-weight: bold;
- width: 30px;
- border: 1px solid #bda380;
- height: 30px;
- background-color: #FAFAFA;
- cursor: pointer;
- transition: all 0.5s;
- display: inline-block; */
- margin: 4px 10px;
- padding: 5px;
- padding: 0px 3px;
- color: #03887f;
- font-weight: bold;
- width: 25px;
- border: 1px solid #bda380;
- height: 25px;
- background-color: #FAFAFA;
- cursor: pointer;
- transition: all 0.5s;
- display: inline-block;
- margin-left: 20px;
- }
- .ar:hover{
- background-color: #03b0b3 !important;
- color: #fff !important;
- }
- .en:hover {
- background-color: #03b0b3 !important;
- color: #fff !important;
- }
- /* english estyle */
- .menuEnglish{
- text-align: left;
- }
- .achievementsLang-w {
- text-align: left;
- direction: ltr;
- }
- .achievementsLang-w li {
- text-align: left !important;
- }
- .activeLanguage {
- background-color: #03b0b3 !important;
- color: #fff !important;
- }
- .activeLanguageIcon {
- width: 35px;
- float: left !important;
- margin: 0 5px;
- }
- .mobileMenu-w {
- float: right !important;
- background-color: transparent !important;
- border: none !important;
- border-color: transparent !important;
-
- }
- .activeHeaderMenu{
- float: left;
- }
- .activeHomeMenu {
- float: left !important;
- margin: 0 5px;
- background-color: transparent;
- border: none;
- color: #00a99d;
- margin: 0 19px;
- font-size: 18px;
- font-weight: bold;
- }
- .homeBtn:hover {
- background-color: #d8cdbd !important;
- }
- .activeexternalPage-w {
- background-color: #d8cdbd !important;
- }
- .dateClass {
- text-align: left;
- }
- .menuHeader-w {
- margin: 0 auto;
- height: 50px;
- }
- .menuHeaderEn-w {
- margin: 0 auto;
- direction: ltr;
- height: 50px;
- }
- .menuHeaderEn-w li a {
- font-size: 20px;
- border: none;
- outline: none;
- color: #31aca3; /*#078c82;*/
- background-color: inherit;
- font: inherit;
- margin: 0;
- font-weight: 600;
- display: inline-block;
- margin-top: 5px;
- }
- .menuHeader-w li a {
- font-size: 20px;
- border: none;
- outline: none;
- color: #078c82;
- background-color: inherit;
- font: inherit;
- margin: 0;
- font-weight: 600;
- display: inline-block;
- margin-top: 5px;
- }
- .menuHeader-w li img,
- .menuHeaderEn-w li img{
- width: 38px;
- margin: 0 10px;
- float: right;
- margin-top: -5px;
- filter: invert(45%);
- }
- .menuHeaderEn-w li img {
- float: left;
- margin: 0 12px;
- margin-top: -5px;
- }
- .menuHeaderEn-w li, .menuHeader-w li {
- padding: 0px 10px;
- transition: all 0.5s;
- }
- /* .menuHeaderEn-w li:hover {
- background-color: #02635c;
- color: #fff !important;
- } */
- .menuHeaderEn-w li:hover a {
- color: #00a99d !important;
- }
- /* .menuHeader-w li:hover {
- background-color: #02635c;
- color: #fff !important;
- } */
- .menuHeader-w li:hover a {
- color: #00a99d !important;
- }
- .buttonMobileHeader-w {
- margin: 5px;
- }
- @media(max-width: 767px) {
- .tabs .lastTab-w .menuTab-w ul li {
- border-left: 0;
- }
- .internalPage-w .externalPage-w .notificationList-w li {
- margin: 0;
- }
- .dateW {
- margin: 20px 0 !important;
- display: inline-block !important;
- font-size: 10px !important;
- }
- .externalPage-w .notificationList-w .profileData-w .buttonW {
- font-size: 8px;
- }
-
-
- .externalPage-w .searchBtn {
- background-color: #fff;
- border: none;
- height: 30px;
- margin-left: 40px;
- }
- .externalPage-w input[type='text'] {
- width: 150px;
- }
- .externalPage-w .login {
- margin-top: 8px;
- color: #ffffff;
- cursor: pointer;
- text-align: right;
- padding: 0 9px;
- font-size: 13px;
- }
- .buttonW {
- margin-right: -50px;
- }
- .logoHeader-w .center h2 {
- font-size: 15px;
- margin: 0;
- }
-
- .logoHeader-w .center p {
- font-size: 13px;
- }
- .logoHeader-w .rightLogo-w{
- text-align: center;
- margin-top: 10px;
- }
- .logoHeader-w .rightLogo-w img {
- width: 144px;
- margin: 0;
- margin-right: -15px;
- }
- .pagesHeader-w .navbar {
- display: initial;
- text-align: initial;
- justify-content: initial;
- }
- .dropDownMobile-w{
- left: -140px !important;
- text-align: right;
- }
- .pagesHeader-w .dropdown {
- float: right;
- }
- .btn-outline-primary {
- border-color: transparent;
- font-size: 30px;
- }
- .dropdown-toggle::after {
- display: none;
- }
- .en,.ar{
- margin-left: 0;
- }
- .pagesHeader-w .dropdown-menu {
- background-color: transparent !important;
- box-shadow: none !important;
- border: none !important;
- }
-
- .menuHeaderEn-w li a {
- font-size: 18px;
- }
- .menuHeaderEn-w li {
- border: 1px solid #fff;
- }
- .menuHeader-w {
- direction: ltr;
- position: relative;
- min-height: 400px;
- right: 0;
- left: 0;
- z-index: 99999999999999999;
- background-color: #aee5e1;
- display: inline-block;
- }
- .menuHeader-w li {
- border: 1px solid #fff;
- }
- .menuHeader-w li a {
- font-size: 18px;
- float: right;
- margin: 0 10px;
- }
- .homeLinkMobile-w {
- direction: rtl;
- }
-
- .collapse.show {
- background-color: #ace3df;
- }
- }
- @media (min-width: 767px) and (max-width: 991px) {
-
- .pagesHeader-w .navbar {
- display: initial;
- text-align: initial;
- justify-content: initial;
- }
- .mobileMenu-w {
- float: right !important;
- }
- .dropDownMobile-w{
- left: -80px !important;
- text-align: right;
- }
- .pagesHeader-w .dropdown {
- float: right;
- font-size: 12px;
- }
- .btn-outline-primary {
- border-color: transparent;
- font-size: 30px;
- }
- .dropdown-toggle::after {
- display: none;
- }
- .buttonW {
- margin-right: 0;
- }
-
- }
- a.dropdown-item.ng-star-inserted {
- width: 100% !important;
- }
- .pagesHeader-w[_ngcontent-c5] .dropdown-menu[_ngcontent-c5] {
- top: 30px !important;
-
- }
- @media(min-width: 992px) and (max-width: 1199px) {
- }
- @media(min-width: 1200px) {
- .container{
- max-width: 1200px !important;
- }
- }
- ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
- color: #00a99d !important;
- }
- ::-moz-placeholder { /* Firefox 19+ */
- color: #00a99d !important;
- }
- :-ms-input-placeholder { /* IE 10+ */
- color: #00a99d !important;
- }
- :-moz-placeholder { /* Firefox 18- */
- color: #00a99d !important;
- }
- .btn:focus {
- box-shadow: none;
- }
|