MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Joachim Camerarius (1500-1574)
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(347 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('/index.php?title=MediaWiki:CustomNavbar.css&action=raw&ctype=text/css');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url('/index.php?title=MediaWiki:CustomDrilldown.css&action=raw&ctype=text/css');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('/index.php?title=MediaWiki:LandingPage.css&action=raw&ctype=text/css');
@import url('https://fonts.googleapis.com/css?family=Montserrat');= Forschungsliteratur (alphabetisch) =
@import url('/index.php?title=MediaWiki:CustomListWidget.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:Einfuehrung.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomCommentStream.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomAnimations.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomButtons.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomWikiTable.css&action=raw&ctype=text/css');


#footer-places-about { display: none; }
/***** Global *****/
 
/**** Font ****/
#sfForm .select2-container-multi .select2-choices {
/* Font Start */
        min-height: 60px;
body {
}
  font-size: 100% !important;
 
  font-family: Noto Sans, sans-serif;
/* Tests */
  line-height: 1.6;
.testPage{
  font-size: 170%
font-family: 'Roboto', sans-serif;
}
}


.pseudoheading2 {
@font-face {
    font-weight: bold;
font-family: 'Noto Sans';
    font-size: 150%;
src: url('/images/5/54/Noto-sans-v27-latin-regular.woff2') format('woff2')
}
}


.pseudoheading3 {
@font-face {
    font-weight: bold;
font-family: Montserrat;
    font-size: 125%;
src: url('/images/f/f1/Montserrat-v25-latin-regular.woff2') format('woff2')
}
}


 
@font-face {
/**************************************************/
font-family: 'Open Sans';
/************* Change media breakpoint ************/
src: url('/images/f/f4/Open-sans-v34-latin-regular.woff2') format('woff2')
/**************************************************/
 
@media (max-width: 1279px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
}
 
/* Font End */
/**************************************************/
/*** Footer ***/
/*************** Font and spacing *****************/
/* Footer Start */
/**************************************************/
#footer {
body{
  padding-bottom: 1rem !important;
line-height: 1.6;
font-size: 170%;
}
}


/**************************************************/
#footer .container-fluid .row {
/*************** Title fade in *******************/
  justify-content: center;
/**************************************************/
 
#fadein {
    display:inline-block; color: white;
    margin-top: 0px;
    text-align: left;
    -webkit-animation: text-blur-out 1.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) alternate-reverse both;
        animation: text-blur-out 1.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) alternate-reverse both;
}
}


@-webkit-keyframes text-blur-out {
#siteSub, #contentSub {
   0% {
   display: none !important;
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}
}
@keyframes text-blur-out {
/* Footer End */
  0% {
a {
    -webkit-filter: blur(0.01);
color: #337ab7;
            filter: blur(0.01);
  }
  100% {
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}
}


@keyframes fadein {
.label-container,
    from {
ul:empty {
        opacity:0;
visibility: hidden
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
}


 
/** Hidden elements **/
 
#drilldown-categories-tabs-wrapper,
/**************************************************/
#footer-places-about,
/************ Drilldown custom style **************/
#mw-searchoptions,
/**************************************************/
#pt-mytalk,
 
.collapsedDesc,
/* Hide category header (temporary fix! should be fixed using hook) */
.hide,
#drilldown-categories-tabs-wrapper{
.mw-category-generated,
    display: none;
.mw-createacct-benefits-container,
.mw-search-createlink,
.mw-search-profile-tabs,
.private,
.timeline-wrapper,
.tweeki-username,
table.drilldownInfo>tbody>tr>th>span {
display: none
}
}


div.drilldown-filter{
.mw-numlink {
    border-radius: 2px;
display: inline
    padding: 5px;
    margin: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
}


 
#drilldown-switch i,
div.drilldown-filter:hover{
#return-to-top i {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
font-family: FontAwesome !important
}
}


 
#sfForm .select2-container-multi .select2-choices {
div.drilldown-filter:nth-of-type(odd) {
min-height: 60px
    background: rgba(192,192,192,0.25);
}
}


 
.pseudoheading2 {
/**************************************************/
font-weight: 700;
/******** Structured List custom style ************/
font-size: 150%
/**************************************************/
 
.structuredList h1 {
    background:rgba(153, 187, 255, 0.5);
}
}


.structuredList h2 {
.pseudoheading3 {
    background:rgba(153, 187, 255, 0.25);
font-weight: 700;
font-size: 125%
}
}


/**************************************************/
.collapsibleDesc:hover {
/******************** hover list ******************/
cursor: pointer;
/**************************************************/
text-decoration: underline
 
.hoverList ul > li {
    transition: opacity 0.2s ease-in-out;
}
}


.hoverList ul > li:hover {
.card-0,
    background: rgba(192,192,192,0.25);
.card-1,
.drilldown-results .mw-spcontent h3 {
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
transition: .3s cubic-bezier(.25, .8, .25, 1)
}
}


 
.cs-comments:hover,
/**************************************************/
.card-1:hover,
/************ Sticky table headers ****************/
.card-4,
/**************************************************/
div.drilldown-filter:hover {
 
box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
.sticky-table {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 10px;
}
}


/**************************************************/
.card-2 {
/********** Allow full width element **************/
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
/**************************************************/
 
.full-width {
    width: 100vw;
    margin-top: 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
 
}
}


 
.yearly-list-header {
/**************************************************/
background-color: rgba(153, 187, 255, .6);
/************ Customize Jumbotron *****************/
padding-bottom: 10px;
/**************************************************/
padding-top: 10px
 
.jumbotron {
      /* background-color:#006B99; */
      margin-top: 0;
      padding-top: 15%;
      padding-bottom: 15%;
      background-image:url("https://i.imgur.com/8O36OdH.jpg");
      background-size: cover;
}
}


.jumbotronScroll a {
.structuredList h1 {
  position: absolute;
background: rgba(153, 187, 255, .5)
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1, sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.jumbotronScroll a:hover {
  opacity: .5;
}
#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb01 2s infinite;
  animation: sdb01 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb01 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb01 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
}


/****************************************************/
.structuredList h2 {
/** Hide information only needed for data editing **/
background: rgba(153, 187, 255, .25)
/**************************************************/
 
.private {
    display: none;
}
}


.hide {
.hoverList ul>li {
    display: none;
transition: opacity .2s ease-in-out
}
}


/****************************************************/
.hoverList .card-1 {
/**** Override default bootstrap navbar sytling ****/
  margin-bottom: 1rem;
/***************************************************/
 
.navbar {
    background-color:#006B99;
    color:#ffffff;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    background-image: none;
    border: none;
}
}


.navbar .navbar-nav > li > a {
.sticky-table {
    color:#fff;
position: -webkit-sticky;
}
position: -moz-sticky;
 
position: -ms-sticky;
.navbar .navbar-nav > .active > a {
position: -o-sticky;
    color: #000000;
position: sticky;
    background-color:transparent;
top: 10px
}
 
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #D3D3D3;
    color: #000000;
}
}


.navbar .navbar-toggle {
.grid-divider>[class*=col-] {
    background-color:#D3D3D3;
position: static
}
.navbar .icon-bar {
    background-color:#006B99;
}
}


/* for dropdowns only */
.grid-divider>[class*=col-]:nth-child(n+2):before {
.navbar .navbar-nav .dropdown-menu  {
  background-color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu>li>a  {
  color: #000000;
}
.navbar .navbar-nav .dropdown-menu>li.active>a  {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown-menu>li>a:hover,.navbar .navbar-nav .dropdown-menu>li>a:focus  {
  color: #000000;
}
 
.navbar .navbar-nav .dropdown-menu>li>a:hover,.navbar .navbar-nav .dropdown-menu>li.dropdown.open>a:focus  {
  cbackground-color: #b91773;
}
 
.navbar a.navbar-brand {
    font-weight:600;
    color:#ffffff;
    padding-right: 1em;
    padding-left: 1em;
    display: inline;
    text-shadow: none;
    font-size: 125%;
    font-family: 'Montserrat', sans-serif;
}
 
.navbar .navbar-brand:hover {
    font-weight: bold;
    color:#ffffff;
}
 
 
/******************************/
/* Animate Stats on main page */
/******************************/
 
.stats {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
 
.stats .fa {
  color: #063d79;
  font-size: 40px;
}
 
 
/**** end count stats ****/
 
 
 
/********************************/
/* Disable output of categories */
/********************************/
 
.mw-category-generated {
  display: none;
}
 
 
/*************************************/
/* Styling SemanticDrilldown Buttons */
/************************************/
 
 
/* Global Button Styles */
a.drilldown-btn-test:link, a.drilldown-btn-test:visited {
position: relative;
display: block;
margin: 30px auto 0;
padding: 14px 15px;
color: #000000;
font-size:14px;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
letter-spacing: .08em;
border-radius: 0;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
a.drilldown-btn-test:link:after, a.drilldown-btn-test:visited:after {
content: "";
content: "";
border-left: 1px solid #ddd;
position: absolute;
position: absolute;
height: 0%;
top: 0;
left: 50%;
bottom: 0
top: 50%;
width: 150%;
z-index: -1;
-webkit-transition: all 0.75s ease 0s;
-moz-transition: all 0.75s ease 0s;
-o-transition: all 0.75s ease 0s;
transition: all 0.75s ease 0s;
}
a.drilldown-btn-test:link:hover, a.drilldown-btn-test:visited:hover {
color: #FFF;
text-shadow: none;
}
a.drilldown-btn-test:link:hover:after, a.drilldown-btn-test:visited:hover:after {
height: 450%;
}
a.drilldown-btn-test:link, a.drilldown-btn-test:visited {
position: relative;
display: block;
margin: 30px auto 0;
padding: 14px 15px;
color: #000000;
font-size:14px;
border-radius: 0;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
letter-spacing: .08em;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
 
/* Victoria Buttons */
 
a.drilldown-btn-test.victoria-two {
border: 2px solid #006B99;
}
a.drilldown-btn-test.victoria-two:after {
background: #006B99;
-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
 
/* Thar Buttons */
 
a.drilldown-btn-test.thar-three {
color: #000;
cursor: pointer;
display: block;
position: relative;
border: 2px solid #006B99;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}
a.drilldown-btn-test.thar-three:hover {
color: #fff !important;
background-color: transparent;
text-shadow: nthree;
}
a.drilldown-btn-test.thar-three:hover:before {
left: 0%;
right: auto;
width: 100%;
}
a.drilldown-btn-test.thar-three:before {
display: block;
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 0px;
z-index: -1;
content: '';
color: #fff !important;
background: #006B99;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
0s;
}
 
/***************************************************************/
/********************** Grid Divider **************************/
/**************************************************************/
 
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .col-padding {
        padding: 0 15px;
    }
}
 
 
/***************************************************************/
/******************** Card material design *********************/
/**************************************************************/
 
.card {
  background: #fff;
  border-radius: 2px;
  margin: 1rem;
  padding: 5px;
}
 
.card-0 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
 
.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
 
.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
}


.card-2 {
.col-padding {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
padding: 0 15px
}
}


.card-3 {
.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}
 
.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
}


.card-5 {
.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}
}


.card .heading {
.card .heading {
  position: relative;
position: relative;
  height: 80px;
height: 80px;
  color: #fffff;
color: #fffff
}
}


.card .heading h1 {
.card .heading h1 {
  position: absolute;
position: absolute;
  bottom: 16px;
bottom: 16px;
  left: 16px;
left: 16px;
  font-size: 24px;
font-size: 24px
}
}


/******************************/
.desc-card {
/**** Test loading screen ****/
background-color: rgba(216, 218, 220, .3)
/*****************************/
}


#page {
.label-container {
    display: none;
position: fixed;
bottom: 48px;
right: 105px;
display: table
}
}
#loading {
 
    display: block;
.label-arrow,
    position: absolute;
.label-text {
    top: 0;
display: table-cell;
    left: 0;
vertical-align: middle
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-position: center;
}
}
.spinner {
  width: 100px;
  height: 100px;


  position: relative;
.label-text {
  margin: 250px auto;
color: #fff;
background: rgba(51, 51, 51, .5);
padding: 10px;
border-radius: 3px
}
}


.double-bounce1, .double-bounce2 {
.label-arrow {
  width: 100%;
color: #333;
  height: 100%;
opacity: .5
  border-radius: 50%;
  background-color: #006B99;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
 
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
}


.double-bounce2 {
.tab-pane {
  -webkit-animation-delay: -1.0s;
padding-left: 10px;
  animation-delay: -1.0s;
padding-right: 10px;
padding-bottom: 10px
}
}


@-webkit-keyframes sk-bounce {
.alert-small {
  0%, 100% { -webkit-transform: scale(0.0) }
width: 50%;
  50% { -webkit-transform: scale(1.0) }
margin: 0 auto
}
}


@keyframes sk-bounce {
.maps-map {
  0%, 100% {
margin-bottom: 20px
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {  
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
}


 
.timeline-wrapper h2 {
/*******************************************/
text-align: center !important
/*********** Feedback button **************/
/******************************************/
 
.feedback {
  background-color : #006B99;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da;
  opacity: 0.5;
}
}


.feedback:hover {
.timelineInnerWrapper {
  opacity: 1;
margin-top: 20px;
  color: white;
margin-bottom: 20px
}
}


#bottombutton {
.cardTitle {
  position: fixed;
background-color: #d3d3d3;
  top: 150px;
text-align: center;
  left: 0;
font-weight: 700;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px
}
}

Aktuelle Version vom 5. Dezember 2024, 16:35 Uhr

@import url('/index.php?title=MediaWiki:CustomNavbar.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomDrilldown.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:LandingPage.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomListWidget.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:Einfuehrung.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomCommentStream.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomAnimations.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomButtons.css&action=raw&ctype=text/css');
@import url('/index.php?title=MediaWiki:CustomWikiTable.css&action=raw&ctype=text/css');

/***** Global *****/
/**** Font ****/
/* Font Start */
body {
  font-size: 100% !important;
  font-family: Noto Sans, sans-serif;
  line-height: 1.6;
  font-size: 170%
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/images/5/54/Noto-sans-v27-latin-regular.woff2') format('woff2')
}

@font-face {
	font-family: Montserrat;
	src: url('/images/f/f1/Montserrat-v25-latin-regular.woff2') format('woff2')
}

@font-face {
	font-family: 'Open Sans';
	src: url('/images/f/f4/Open-sans-v34-latin-regular.woff2') format('woff2')
}
/* Font End */
/*** Footer ***/
/* Footer Start */
#footer {
  padding-bottom: 1rem !important;
}

#footer .container-fluid .row {
  justify-content: center;
}

#siteSub, #contentSub {
  display: none !important;
}
/* Footer End */
a {
	color: #337ab7;
}

.label-container,
ul:empty {
	visibility: hidden
}

/** Hidden elements **/
#drilldown-categories-tabs-wrapper,
#footer-places-about,
#mw-searchoptions,
#pt-mytalk,
.collapsedDesc,
.hide,
.mw-category-generated,
.mw-createacct-benefits-container,
.mw-search-createlink,
.mw-search-profile-tabs,
.private,
.timeline-wrapper,
.tweeki-username,
table.drilldownInfo>tbody>tr>th>span {
	display: none
}

.mw-numlink {
	display: inline
}

#drilldown-switch i,
#return-to-top i {
	font-family: FontAwesome !important
}

#sfForm .select2-container-multi .select2-choices {
	min-height: 60px
}

.pseudoheading2 {
	font-weight: 700;
	font-size: 150%
}

.pseudoheading3 {
	font-weight: 700;
	font-size: 125%
}

.collapsibleDesc:hover {
	cursor: pointer;
	text-decoration: underline
}

.card-0,
.card-1,
.drilldown-results .mw-spcontent h3 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: .3s cubic-bezier(.25, .8, .25, 1)
}

.cs-comments:hover,
.card-1:hover,
.card-4,
div.drilldown-filter:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.yearly-list-header {
	background-color: rgba(153, 187, 255, .6);
	padding-bottom: 10px;
	padding-top: 10px
}

.structuredList h1 {
	background: rgba(153, 187, 255, .5)
}

.structuredList h2 {
	background: rgba(153, 187, 255, .25)
}

.hoverList ul>li {
	transition: opacity .2s ease-in-out
}

.hoverList .card-1 {
  margin-bottom: 1rem;
}

.sticky-table {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 10px
}

.grid-divider>[class*=col-] {
	position: static
}

.grid-divider>[class*=col-]:nth-child(n+2):before {
	content: "";
	border-left: 1px solid #ddd;
	position: absolute;
	top: 0;
	bottom: 0
}

.col-padding {
	padding: 0 15px
}

.card-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.card-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.card .heading {
	position: relative;
	height: 80px;
	color: #fffff
}

.card .heading h1 {
	position: absolute;
	bottom: 16px;
	left: 16px;
	font-size: 24px
}

.desc-card {
	background-color: rgba(216, 218, 220, .3)
}

.label-container {
	position: fixed;
	bottom: 48px;
	right: 105px;
	display: table
}

.label-arrow,
.label-text {
	display: table-cell;
	vertical-align: middle
}

.label-text {
	color: #fff;
	background: rgba(51, 51, 51, .5);
	padding: 10px;
	border-radius: 3px
}

.label-arrow {
	color: #333;
	opacity: .5
}

.tab-pane {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px
}

.alert-small {
	width: 50%;
	margin: 0 auto
}

.maps-map {
	margin-bottom: 20px
}

.timeline-wrapper h2 {
	text-align: center !important
}

.timelineInnerWrapper {
	margin-top: 20px;
	margin-bottom: 20px
}

.cardTitle {
	background-color: #d3d3d3;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px
}