פריט ידע מדיה ויקי:Common.css

פריט ידע מדיה ויקי:Common.css

קפיצה אל: ניווט, חיפוש

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על Ctrl-F5.
@font-face {
    font-family: 'Ping HL';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://static.openfox.io/systems/Ping-HL-Regular.ttf) format('truetype')
}
@font-face {
    font-family: 'Ping HL';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url(https://static.openfox.io/systems/Ping-HL-Medium.ttf) format('truetype')
}
@font-face {
    font-family: 'Ping HL';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url(https://static.openfox.io/systems/Ping-HL-Bold.ttf) format('truetype')
}
:root {
	--breadcrumbs: #D671B5;
	--breadcrumbs-bg: #F3D4E9;
	--red-orange: #F0542A;
	--brand-09: #474647;
	--brand-05: #1E65AD;
	--brand-06: #0A9FCE;
	--brand-07: #7BC243;
	--brand-07-light: var(--bg1-transparent);
	--brand-purple: #722B8F;
	--brand-purple-light: #722B8F20;
	--brand-03: #C12A90;
	--brand-03-light: #C12A9020;
    --fox-purple: #CB4DA2;
    --fox-azure: #33AFD6;
    --fox-azure-light: #33AFD620;
    --fox-magenta: #F6882C;
    --fox-magenta-light: #F6882C20;
    --fox-gray: #575757;
    --fox-gray-light: #FBFBFB;
    --fox-black: #222222;
    --light-color: #fff;
    --fox-body: none;
    --fox-card-radius: 27px;
    --fox-login: url(https://files.cdn.openfox.io/w/skins/Spni/includes/images/fennec-login.jpg);
    --gray-bg: #F4F4F4;
    --light-bg1: rgba(210, 224, 239, 0.60);;
    --light-bg2: #BDE0A1;
    --light-bg3: linear-gradient(0deg, #F3D4E9 0%, #F3D4E9 100%), #FFF;;
    --bg1-transparent: #E5F3D9;
    --bg2-transparent: #7bc243ab;
    --bg3-transparent: #0c9fcd61;
    --bg1-box-shadow: 0px 0px 6.1px 0px rgba(0, 0, 0, 0.10);
    --bg2-box-shadow: var(--bg2-transparent) 0px 4px 13px 1px;
    --bg3-box-shadow: var(--bg3-transparent) 0px 4px 13px 1px;
    --bg1-box-shadow-hover: var(--bg1-transparent) 0px 2px 17px 1px;
    --bg2-box-shadow-hover: var(--bg2-transparent) 0px 2px 17px 1px;
    --bg3-box-shadow-hover: var(--bg3-transparent) 0px 2px 17px 1px;
    --fox-links: var(--fox-purple);
    --redlinks: initial;
    --user-redlinks: var(--fox-magenta);
    --redlinks-cursor: text;
    --redlinks-event: none;
    --redlinks-user-cursor: cell;
    --redlinks-user-event: auto;
    --create-page: "Page does not exist,click to create";
    --navbar-bgcolor: #fff;
    --sidebar-bgcolor: var(--gray-bg);
    --sidebar-title-color: var(--fox-purple);
    --sidebar-title-sec-color: var(--light-bg1);
    --sidebar-active-bgcolor: var(--fox-purple);
    --sidebar-active-title-color: #fff;
    --sidebar-active-sec-title-color: #1389cb;
    --sidebar-border-gcolor: #626daf63;
    --nav-hover: #36a484;
    --navbar-links: var(--brand-09);
    --navbarleft-width: 450px;
    --footer-bg: #0F3256;
    --action-footer-button: var(--fox-purple);
    --footer-share-links: var(--fox-purple);
    --search-bg: var(--fox-azure);
    --button-bg: #fff;
    --button-border: var(--fox-purple);
    --button-color: var(--fox-purple);
    --button-progressive: var(--fox-purple);
    --button-progressive-hover: var(--fox-magenta);
    --button-progressive-light: var(--light-bg1);
    --search-bar-bg: var(--gray-bg);
    --search-bar-lines: #047dc77a;
    --search-bar-active: #047dc7;
    --search-bar-shadow: rgba(0, 0, 0, 0.10);
    --search-bar-boxshadow: 0px 0px 6.1px 0px rgba(0, 0, 0, 0.10);
    --search-result-image: url(https://static.openfox.io/systems/systems-logo.svg);
    --no-resuls-color: #78c043;
    --fox-notifications: red;
    --fox-inputs: var(--brand-09);
    --fox-active-inputs: var(--fox-azure);
    --meta-padding: inherit;
    --meta-background: var(--light-bg1);
    --meta-radius: inherit;
    --meta-shadow: inherit;
    --meta-top: inherit;
    --fox-delimiter: ",\a0\20";
    --hero-height: 44vh;
    --hero-position: center;
    --hero-sm-position: var(--hero-position);
    --hero-sm-height: 40vh;
    --hero-xl-height: 44vh;
    --hero-xl-position: center 70%;
    --content-precentage-width: 75%;
    --modal-bg: var(--bg1-transparent);
    --modal-shadow: var(--bg1-box-shadow);
    --fa-sy-penta: "";
	--fa-sy-sq-empty: "";
	--fa-sy-quarter: "";
	--fa-sy-triangle: "";
	--fa-sy-half-empty: "";
	--fa-pentagon-empty: "";
	--fa-sy-circle: "";
	--fa-sy-sq-stand: "";
	--fa-sy-triangle-stand: "";
	--fa-sy-circle-empty: "";
	--fa-sy-triangle-flip: "";
	--fa-sy-half: "";
	--lead-color: var(--brand-09);
	--text-color: #2B2B2B;
	--prose-width: 800px;
	--border-sidebar: solid 1px #E6E6E6;
}
body {
	    font-family: "Ping HL", Sans-serif;
}
.azure-bg {
	background: var(--fox-azure);
}

.orange-bg {
	background: var(--fox-magenta);
}

.magenta-bg {
	background: var(--fox-purple);
}
.gray-bg {
	background: var(--gray-bg);
}

.rounded {
    border-radius: 7px !important;
}
.bg-light {
    background-color: #D2E0EF !important;
}

.border-left {
    border-right: 2px solid #222222 !important;
}
.mw-body {
    line-height: 170%;
    font-size: 16px;
}
.mw-body p {
	color: var(--text-color);
	line-height: 170%; /* 27.2px */
	letter-spacing: 0.1px;
}

h1#firstHeading.firstHeading.page-header {
	color: #353535;
	font-size: 38px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.76px;
}

h2, h3, h4, h5, h6 {color: var(--text-color);}
h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 30px;
}

figure.mw-halign-left {
    background: #fff;
    border: 1px solid #D4D4D4;
}
figure[typeof~='mw:File'].mw-halign-center, figure[typeof~='mw:File/Frameless'].mw-halign-center {
    max-width: var(--prose-width);
    margin: 0;
    display: flex;
    justify-content: center;
}
.section.border-bottom {
    padding: 50px 0;
}

.section.border-bottom p:last-child, .section.border-bottom h2 {
    padding: 0;
    margin-top: 0;
}
.btn {
	border-radius: 10px;
	padding: 7px 18px;	
}
.btn-primary {
	background: var(--brand-05);
	border: none;
}
.aside p {
	padding: 0;
	margin: 0;
}
.brand-section {
    display: flex;
    flex-direction: row;
    border-bottom: var(--border-sidebar);
    padding-bottom: 24px;
    flex-basis: 116px;
}
.brand-section > a {
    display: flex;
    flex-direction: column;
   	margin-bottom: 20px;
}
.brand-section img, .brands-section img {
	max-width: 100%;
}
/*
#sidebar-right .brand-section > a, .brands-section {
    color: #888;
	font-size: 14px;
	font-weight: 500;
	line-height: 153%;
	letter-spacing: 0.377px;
}
#sidebar-right .brand-section > a {
	line-height: 136%;
    top: -2px;
    position: relative;
    flex-basis: 116px;
}
.brand-section > a b {
	font-size: 18.842px;
	font-style: normal;
	font-weight: 700;
} */
.brands-section, #sidebar-right .aside > ul > li:not(.exclude-from-pager) {
		padding: 24px 0;
	    border-bottom: var(--border-sidebar);
}

.brands-section p {
	max-width: 13.6em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
#sidebar-right > .aside {
    padding: 59px 32px 1em 21px;
}
#sidebar-right {
    background: var(--gray-bg);
}
#sidebar-right a {
	color: var(--brand-09);	
}
#sidebar-right .aside.dynamic-multi-levels h5 {
	color: var(--brand-09);
	font-size: 16px;
	font-weight: 500;
	line-height: 142%; /* 22.72px */
	letter-spacing: 0.16px;
	margin: 0;
}
#sidebar-right aside.dynamic-multi-levels ul li ul li a, #sidebar-right .aside.dynamic-multi-levels ul li ul li a, #menu-fixed aside.dynamic-multi-levels ul li ul li a, #menu-fixed .aside.dynamic-multi-levels ul li ul li a {
	color: var(--brand-09);
	font-size: 15px;
	font-weight: 500;
	line-height: 24px; /* 160% */
}

#sidebar-right aside.dynamic-multi-levels ul li ul, #sidebar-right .aside.dynamic-multi-levels ul li ul, #menu-fixed aside.dynamic-multi-levels ul li ul, #menu-fixed .aside.dynamic-multi-levels ul li ul {
    padding: 16px 0;
    background: none;
}
#sidebar-right .aside.dynamic-multi-levels ul li ul:has(.selflink) {
	display: block;
}
.dynamic-multi-levels > ul > li.listed:nth-of-type(3) {--sidebar-title-color: var(--fox-azure);}
.dynamic-multi-levels > ul > li.listed:nth-of-type(4) {--sidebar-title-color: var(--fox-magenta);}
.dynamic-multi-levels > ul > li.listed:nth-of-type(5) {--sidebar-title-color: var(--brand-purple);}
.dynamic-multi-levels > ul > li.listed:nth-of-type(6) {--sidebar-title-color: var(--fox-gray);}
.dynamic-multi-levels > ul > li.listed:nth-of-type(5) ul li:nth-child(n+4):nth-child(-n+6) {--sidebar-title-color: var(--brand-07);}
.dynamic-multi-levels > ul > li.listed:nth-of-type(5) ul li:nth-child(n+7):nth-child(-n+9) {--sidebar-title-color: var(--fox-azure);}
.dynamic-multi-levels > ul > li.listed:nth-of-type(5) ul li:nth-child(n+10) {--sidebar-title-color: var(--brand-03);}
#sidebar-right .aside.dynamic-multi-levels ul li ul li:not(:has(.selflink)):not(:hover):before,
#menu-fixed .aside.dynamic-multi-levels ul li ul li:not(:has(.selflink)):before {
   color: var(--lead-color);
}

.active + .haslist-toglle-js, .active .haslist-toglle-js, .haslist-toglle-js {
        color: var(--sidebar-title-color) !important;
}

.page-עמוד_ראשי #contentwrapper {
    background-image: url(https://static.openfox.io/systems/home-bg.svg);
    background-size: cover;
    background-position: center;
}

.site-title {
	color: #212529;
	text-align: center;
	font-size: 50px;
	line-height: 130%; /* 65px */
	letter-spacing: 1px;
	margin: 20px auto;
}

.menu-desktop .float-left .nav-new a {
        height: unset;
}
#intro .Fennec-embed-wrp {
    position: static; 
    overflow: hidden;
}
.menu-desktop > div {
	    padding: 15px 46px;
}
.menu-desktop .float-left .nav-new a {
	line-height: 1;
}
.navbar-left {
    display: flex;
}
.menu-desktop .float-left .nav-new a {
    padding-right: 8px;
}
.navbar-left-wrp {margin: 0;}
li.nav-new {
    display: flex;
    align-content: flex-end;
}
.info-row p {margin: 0; padding: 0;}
.navbar-left
.intro-internal p {
	padding: 0 4px 0 0;
	margin: 0;
}
.intro-internal {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.intro-text {
    padding: 53px 53px 53px 0;
}

.intro-text h3 {
	color: var(--heading-color);
	text-align: right;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}
.card {
	box-shadow: 0px 0px 6.1px 0px rgba(0, 0, 0, 0.10);
}

.card-intro {
	padding: 45px 36px;
	flex: 1;
}

.card .border-bottom {
    border-bottom: 1px solid #626262 !important;
}
.card-intro .card-header, .card-intro .card-body {
	background: none;
	padding: 0;
}

.card-h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.2px;
    padding-right: 20px;
}
.card-intro a {
	color: #2B2B2B;
}
.card-intro .card-body {
	padding-top: 32px;
}
.card-intro .card-header {
	padding-bottom: 32px;
}
.form-group input.form-control {
	border-radius: 33.599px;
	border: 1px solid var(--brand-09);
	background: #FFF;
	height: 40px;
	font-size: 16px;
    padding-right: 1.5em;
}
.search-label i {
    top: -5px;
    left: 5px;
    color: #fff;
    background: var(--red-orange);
    width: 26px;
    height: 26px;
    border-radius: 100%;
    padding: 7px;
    font-size: 13px;
}

.chapter-tag {
    border-radius: 1em;
    padding: 4.5px 15px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.36px;
    width: fit-content;
}



/* systems list */
.systems-list li {
	list-style: none;
}
.systems-list li:before {
  font-family: 'Font Awesome Kit' !important;
  display: inline-block;
  width: 1.25em;
  height: 1em;
  margin-left: 20px;
}
.systems-list li:nth-child(1)::before {  content: var(--fa-sy-penta) !important; /* fa-sy-penta */}
.systems-list li:nth-child(2)::before {  content: var(--fa-sy-sq-empty) !important; /* fa-sy-sq-empty */}
.systems-list li:nth-child(3)::before {  content: var(--fa-sy-quarter) !important; /* fa-sy-quarter */}
.systems-list li:nth-child(4)::before {  content: var(--fa-sy-triangle) !important; /* fa-sy-triangle */}
.systems-list li:nth-child(5)::before {  content: var(--fa-sy-half-empty) !important; /* fa-sy-half-empty */}
.systems-list li:nth-child(6)::before {  content: var(--fa-pentagon-empty) !important; /* fa-pentagon-empty */ font-size: 78%;}
.systems-list li:nth-child(7)::before {  content: var(--fa-sy-circle) !important; /* fa-sy-circle */}
.systems-list li:nth-child(8)::before {  content: var(--fa-sy-sq-stand) !important; /* fa-sy-sq-stand */}
.systems-list li:nth-child(9)::before {  content: var(--fa-sy-triangle-stand) !important; /* fa-sy-triangle-stand */}
.systems-list li:nth-child(10)::before {  content: var(--fa-sy-circle-empty) !important; /* fa-sy-circle-empty */}
.systems-list li:nth-child(11)::before {  content: var(--fa-sy-triangle-flip) !important; /* fa-sy-triangle-flip */}
.systems-list li:nth-child(12)::before {  content: var(--fa-sy-half) !important; /* fa-sy-half */}

/* 3 collumns list */
.systems-list.3-cols-list li:nth-child(1)::before {  content: var(--fa-sy-half-empty) !important; /* fa-sy-half-empty */}
.systems-list.3-cols-list li:nth-child(2)::before {  content: var(--fa-pentagon-empty) !important; /* fa-pentagon-empty */}
.systems-list.3-cols-list li:nth-child(3)::before {  content: var(--fa-sy-circle) !important; /* fa-sy-circle */}
.systems-list.3-cols-list li:nth-child(4)::before {  content: var(--fa-sy-sq-stand) !important; /* fa-sy-sq-stand */}
.systems-list.3-cols-list-3 li:nth-child(1)::before {  content: var(--fa-sy-triangle-stand) !important; /* fa-sy-triangle-stand */}
.systems-list.3-cols-list-3 li:nth-child(2)::before {  content: var(--fa-sy-circle-empty) !important; /* fa-sy-circle-empty */}
.systems-list.3-cols-list-3 li:nth-child(3)::before {  content: var(--fa-sy-triangle-flip) !important; /* fa-sy-triangle-flip */}
.systems-list.3-cols-list-4 li:nth-child(4)::before {  content: var(--fa-sy-half) !important; /* fa-sy-half */}
/*4 columns list */
.systems-list.cols-4-list-0 li::before {color: var(--brand-purple);}
.systems-list.cols-4-list li::before {color: var(--brand-07);}
.systems-list.cols-4-list-3 li::before {color: var(--brand-06);}
.systems-list.cols-4-list-4 li::before {color: var(--brand-03);}
.systems-list.cols-4-list li:nth-child(1)::before {  content: var(--fa-sy-triangle) !important; /* fa-sy-triangle */}
.systems-list.cols-4-list li:nth-child(2)::before {  content: var(--fa-sy-half-empty) !important; /* fa-sy-half-empty */}
.systems-list.cols-4-list li:nth-child(3)::before {  content: var(--fa-pentagon-empty) !important; /* fa-pentagon-empty */}
.systems-list.cols-4-list-3 li:nth-child(1)::before {  content: var(--fa-sy-circle) !important; /* fa-sy-circle */}
.systems-list.cols-4-list-3 li:nth-child(2)::before {  content: var(--fa-sy-sq-stand) !important; /* fa-sy-sq-stand */}
.systems-list.cols-4-list-3 li:nth-child(3)::before {  content: var(--fa-sy-triangle-stand) !important; /* fa-sy-triangle-stand */}
.systems-list.cols-4-list-4 li:nth-child(1)::before {  content: var(--fa-sy-circle-empty) !important; /* fa-sy-circle-empty */}
.systems-list.cols-4-list-4 li:nth-child(2)::before {  content: var(--fa-sy-triangle-flip) !important; /* fa-sy-triangle-flip */}
.systems-list.cols-4-list4 li:nth-child(3)::before {  content: var(--fa-sy-half) !important; /* fa-sy-half */}


/* half list */
.half-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.half-list li::before {
    content: "\e110";
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    margin-left: 4px;
    font-weight: bold;
    font-size: 10px;
    top: -2px;
    left: 5px;
    position: relative;
    color: var(--brand-06);
}
.col-md:nth-child(2) .half-list li::before {color: var(--fox-magenta);}
.col-md:nth-child(3) .half-list li::before {color: var(--brand-03);}
#sidebar-right > div.aside:nth-child(4) {display: none;}

/* content */
#bodyContent {margin: 68px 0;}

.mw-parser-output > p,
.mw-parser-output .section p,
.mw-parser-output > ul,
.mw-parser-output > h1,
.mw-parser-output > h2,
.mw-parser-output > h3,
.mw-parser-output > h4,
.mw-parser-output > h6,
.mw-parser-output > .mw-references-wrap,
.mw-parser-output > span,
.mw-parser-output > blockquote {
    max-width: var(--prose-width);
}

#contentSub {
    display: block;
}

#breadcrumbs2 {
	display: flex;
    flex-direction: row;
    align-items: center;
}
/*.cat-כלי #breadcrumbs2 a {--breadcrumbs: ; --breadcrumbs-bg: } */
.cat-דיוק_הבעיה_וגבולותיה #breadcrumbs2 i+a {--breadcrumbs: var(--brand-purple); --breadcrumbs-bg: var(--brand-purple-light);}
.cat-אפיון_המערכת #breadcrumbs2 i+a {--breadcrumbs: var(--brand-07); --breadcrumbs-bg: var(--brand-07-light);}
.cat-צלילת_עומק #breadcrumbs2 i+a {--breadcrumbs: var(--fox-azure); --breadcrumbs-bg: var(--fox-azure-light);}
.cat-השפעה_על_המערכת #breadcrumbs2 i+a {--breadcrumbs: var(--brand-03); --breadcrumbs-bg: var(--brand-03-light);}

.cat-חשיבה_מערכתית #breadcrumbs2 a {--breadcrumbs: var(--fox-azure); --breadcrumbs-bg: var(--fox-azure-light);}
.cat-שינוי_מערכתי #breadcrumbs2 a {--breadcrumbs: var(--fox-magenta); --breadcrumbs-bg: var(--fox-magenta-light);}

#breadcrumbs2 a {
	color: var(--breadcrumbs);
	background: var(--breadcrumbs-bg);
	border-radius: 39px;
	padding: 9px 15px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.32px;
}
.row.item-action-menu {
    padding: 50px 35px;
    background: var(--fox-gray-light);
}

/* הקדמה */

#breadcrumbs2 i {
	width: 22px;
    text-align: center;
    margin: 0 8px;
}

#breadcrumbs2-currentitle, #catlinks, .mw-redirectedfrom {display: none;}
#contentSub, #contentSub2 {
    font-size: inherit;
    line-height: 16px;
    margin: 0 0 20px;
    color: var(--brand-09);
}


.cat-באנר .row.item-action-menu {
    height: 258px;
    display: flex;
    align-content: center;
    background-image: url(https://static.openfox.io/systems/intro-bg.svg);
    background-color: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.cat-באנר.cat-כלי .row.item-action-menu {background-image: url(https://static.openfox.io/systems/tools-bg.svg);}
.cat-באנר.cat-כלי #contentSub {display: none;}
.cat-באנר.cat-כלי h1#firstHeading {max-width: 9em;}
.cat-באנר.cat-כלי {--prose-width: 769px;}
.cat-שער .item-action-menu {display: none !important;}
.cat-שער #bodyContent,  .mw-special-StructuredSearch #bodyContent {margin: 0;}

.card-tools {
    background: var(--gray-bg);
    border: none;
    padding: 27px 19px 31px;
    box-shadow: none;
}
.card-tools a {
	color: var(--brand-09);;
}

.card-tools .card-header {
    background: none;
    flex-direction: column;
    align-content: center;
    gap: 20px;
    padding: 0 0 32px;
    margin-bottom: 32px;
}
.card-tools .card-tools, .card-tools ul,  .card-tools .card-body {
	padding: 0;
}

.card-tools li {
    margin-bottom: 18px;
}

/* search */
.form-input.form-input-wrp-in_kit, .field-wrp-type-checkboxes > span {
    display: none;
}
.main-checkbox-area {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
	:root {
	    --sidebar-height: 80px;
	}
	#contentwrapper {padding: 0;}
	.cat-שער #contentwrapper {
		    -webkit-box-flex: 0;
	        -ms-flex: 0 0 83.333333%;
	        flex: 0 0 83.333333%;
	        max-width: 83.333333%;
	}
	#intro {
		max-height: 340px; /* 196px; */
	}

	.menu-desktop .show-menu-mobile {
    display: none;
	}
	.uber-container {
		  display: flex; /* Use flexbox for layout */
		  flex-direction: column; /* Stack children vertically */
		  justify-content: flex-start; /* Start aligning items from the top */
		  align-items: stretch; /* Stretch items to fill the container width */
		  min-height: calc(100vh - var(--sidebar-height)); /* Minimum height subtracting the header */
		  box-sizing: border-box; /* Include padding and borders in the element's total width and height */
		  overflow-y: auto; /* Allow vertical scrolling */
	}
	.intro-cards-row {
    margin-top: 10px;
    margin-bottom: 10px;
	}
	
	.intro-cards-row .row {
		    justify-content: space-between;
	}
	#intro .Fennec-embed-wrp {
    padding: 0;
    padding: 10px;
	}
	.card-tools {padding-right: 27px;padding-left: 27px;}
}

@media (max-width: 767px) {
	.info-row {order:2;}
	.intro-cards-row {order:1;}
	.navbar-left > ul > li:nth-child(1) > a:nth-child(2) {display: none;}
	.menu-desktop > div {padding: 10px 20px;}
	.navbar-left i {padding: 6px 0;}
	.uber-container {display: flex; flex-direction: column;}
	    #menu-fixed .aside.dynamic-multi-levels ul li ul {padding: 0 10px 0 0 !important;}
        #menu-fixed .aside.dynamic-multi-levels ul > li > ul li:before {right: 5px;}
        #breadcrumbs2 a {line-height: 13px;}
        .site-title {margin: 80px auto 80px;}
	#mw-content-text .all-app-wrp .top-and-results-wrp {
	    width: unset;
	    max-width: unset;
	}
	    .fixed-top .navbar-left {
        width: 100%;
    }
    .navbar-left-wrp {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 21px;
	}
		li.nav-new {
	    display: flex;
	    align-content: flex-end;
	    justify-content: center;
	}
	.menu-desktop .float-left .nav-new a {
    font-size: 18px;
	}
}