Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 186: Line 186:
border-radius: 3px;
border-radius: 3px;
box-shadow: 0 0 30px 0 rgb(12, 14, 20);
box-shadow: 0 0 30px 0 rgb(12, 14, 20);
}
.mw-mmv-title-para {
overflow: visible;
}
}
.mw-mmv-title-para span {
.mw-mmv-title-para span {
font-size: var(--font-size-xx-large);
font-size: var(--font-size-xx-large);
overflow: visible !important;
color: #e8effc;
}
}
.mw-mmv-title-contain .mw-mmv-stripe-button {
.mw-mmv-title-contain .mw-mmv-stripe-button {
Line 230: Line 235:
background-color: #8087AA;
background-color: #8087AA;
box-shadow: inset 0px 0px 1px 0px #a7aed2;
box-shadow: inset 0px 0px 1px 0px #a7aed2;
}
.mw-mmv-wrapper .mw-mmv-download-dialog,                     
.mw-mmv-wrapper .mw-mmv-download-button,
.mw-mmv-wrapper .mw-mmv-reuse-dialog,
.mw-mmv-wrapper .mw-mmv-reuse-button {
display: none !important;
}
.mw-mmv-wrapper .mw-mmv-above-fold {
transition: none !important;
}
.mw-mmv-wrapper .mw-mmv-post-image.mw-mmv-untruncated {
box-shadow: 0 0 30px 0 rgb(12,14,20);
margin-top: 52px;
}
.mw-mmv-wrapper .mw-mmv-untruncated .mw-mmv-above-fold {
padding-bottom: revert;
margin-bottom: revert;
border-bottom: revert;
height: revert;
}
.mw-mmv-wrapper .mw-mmv-untruncated .mw-mmv-image-metadata-links-column {
text-align: right;
}
.mw-mmv-wrapper .mw-mmv-filename-li,
.mw-mmv-wrapper .mw-mmv-datetime-li,
.mw-mmv-wrapper .mw-mmv-datetime-li,
.mw-mmv-wrapper .mw-mmv-location-li {
display: none;
}
}
/* cookie jar thumb grid */
/* cookie jar thumb grid */

Latest revision as of 20:11, 28 January 2026

/* basic table styling */
.wikitable th {
	color: #fff;
	background-color: #3F4562;
	font-weight: 500;
}
/* stable/preview tabs */
ul.version-tabs {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	transform: translateY(-100%);
	display: none;
	justify-content: flex-start;
	list-style: none;
	overflow: hidden;
}
ul.version-tabs li {
	cursor: pointer;
	background: #eee;
	margin: 0;
	padding: 0 2rem;
	display: flex;
	align-items: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
ul.version-tabs li.active {
	background-color: #fafafa;
	font-weight: 500;
}
ul.version-tabs li:not(.active) {
	box-shadow: inset 1px -1px 3px 0px rgba(33, 36, 51, 0.5);
	opacity: 0.9;
}
ul.version-tabs li:hover {
	opacity: 1;
}
ul.version-tabs li a {
  text-decoration: none !important;
}
ul.version-tabs li.tabs-hint {
	background: none;
	color: #aaa;
	padding: 0 0 7px;
	cursor: default;
	margin-left: auto;
	font-size: .9rem;
	opacity: 1;
	margin-right: 85px;
}
ul.version-tabs li.tabs-hint i {
	transform: scale(1.2);
	margin: 1px 8px 0 0;
	color: #8087aa;
}
ul.version-tabs li.tabs-hint::after {
	display: block;
	position: absolute;
	content: '';
	bottom: -22px;
	right: 2px;
	background: url('/resources/assets/awesomo.png');
	width: 75px;
	height: 61px;
	background-size: contain;
}
.citizen-body.has_version-tabs {
	position: relative;
	margin-top: 38px;
	border-top-left-radius: 0;
}
.citizen-body.has_version-tabs ul.version-tabs {
	display: flex;
}
@media (max-width:950px) {
	ul.version-tabs li.tabs-hint span {
		display: none;
	}
}
@media (max-width:620px) {
	ul.version-tabs li.tabs-hint {
		display: none;
	}
}
/* / stable/preview tabs */
/* infobox */
.infobox {
	float: right;
	clear: right;
	margin: 0.2rem 0 1.2rem 1.2rem;
	background: #3F4454;
	width: 100%;
	max-width: 225px;
	font-size: 0.8rem;
	line-height: 1.15rem;
	border-radius: 5px;
	border: 1px solid #788098;
	color: #fff;
}
.infobox.location {
	max-width: 300px;
}
.infobox .infobox-bg {
	background: linear-gradient(135deg,#151721 0%,#3f4562 100%);
}
.infobox .infobox-title {
	padding: 0.65rem 0 0.25rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
}
.infobox .infobox-title span {
	padding: 0.2rem 0 0;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 400;
	color: #ccc;
	display: block;
}
.infobox .infobox-image {
	text-align: center;
	margin: 0.75rem 0.5rem 0;
}
.infobox.location .infobox-image {
	padding-bottom: 0.5rem;
}
.infobox .infobox-image img {
	width: 100% !important;
	height: auto !important;
	max-height: 280px !important;
	object-fit: contain;
}
.infobox.item .infobox-image img {
	max-height: 125px !important;
}
.infobox .infobox-subheader {
	background: #26293B;
	border-top: 1px solid #788098;
	border-bottom: 1px solid #788098;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 0.9rem;
	padding: 0.3rem 0;
}
.infobox .infobox-table {
	width: 100%;
	margin: 0 0 0.1rem 0.2rem;
}
.infobox .infobox-table th {
	font-weight: 500;
	text-align: left;
	color: #fff;
	width: 80px;
	vertical-align: text-top;
}
.infobox a:hover span {
	color: #a7aed2 !important;
	text-decoration: none !important;
}
/* make multimediaviewer less obnoxious */
body.mw-mmv-lightbox-open > :not(.mw-notification-area-overlay) {
	display: revert !important;
}
body.mw-mmv-lightbox-open {
	background-color: revert !important;
	overflow: hidden !important;
	touch-action: none;
	overscroll-behavior: none;
}
.mw-mmv-overlay {
	background-color: rgba(6, 10, 12, 0.65) !important;
}
.mw-mmv-post-image {
	background: rgba(39, 43, 62, 0.98) !important;
	box-shadow: 0 0 30px 0 rgb(12, 14, 20);
	border-color: #51597e !important;
	border-radius: 0 !important;
}
.mw-mmv-image img {
	border-radius: 3px;
	box-shadow: 0 0 30px 0 rgb(12, 14, 20);
}
.mw-mmv-title-para {
	overflow: visible;
}
.mw-mmv-title-para span {
	font-size: var(--font-size-xx-large);
	overflow: visible !important;
	color: #e8effc;
}
.mw-mmv-title-contain .mw-mmv-stripe-button {
	color: #ccc !important;
	background: #3E4461 !important;
	box-shadow: none !important;
}
.mw-mmv-title-contain .mw-mmv-stripe-button .cdx-button__icon {
	background-color: #8087AA !important;
}
.mw-mmv-title-contain .mw-mmv-stripe-button:hover {
	color: #fff !important;
	background: #3E4461 !important;
}
.mw-mmv-title-contain .mw-mmv-stripe-button:hover .cdx-button__icon {
	background-color: #a7aed2 !important;
}
.mw-mmv-image-links li.mw-mmv-license-li::before {
	background-color: #8087AA !important;
}
.mw-mmv-image-metadata a {
	color: #aaa;
}
.mw-mmv-image-metadata a:hover {
	color: #fff;
}
.mw-mmv-wrapper .cdx-button.mw-mmv-button.mw-mmv-button .mw-mmv-icon {
	opacity: 1;
	background-color: #8087AA;
}
.mw-mmv-wrapper .cdx-button.mw-mmv-button.mw-mmv-button:hover .mw-mmv-icon {
	background-color: #a7aed2;
}
.mw-mmv-progress .mw-mmv-progress-percent {
	background: #51597e;
}
.mw-mmv-overlay .cdx-progress-bar {
	margin: auto;
}
.mw-mmv-overlay .cdx-progress-bar:not(.cdx-progress-bar--disabled) .cdx-progress-bar__bar {
	background-color: #8087AA;
	box-shadow: inset 0px 0px 1px 0px #a7aed2;
}
.mw-mmv-wrapper .mw-mmv-download-dialog,                       
.mw-mmv-wrapper .mw-mmv-download-button,
.mw-mmv-wrapper .mw-mmv-reuse-dialog,
.mw-mmv-wrapper .mw-mmv-reuse-button {
	display: none !important;
}
.mw-mmv-wrapper .mw-mmv-above-fold {
	transition: none !important;
}
.mw-mmv-wrapper .mw-mmv-post-image.mw-mmv-untruncated {
	box-shadow: 0 0 30px 0 rgb(12,14,20);
	margin-top: 52px;
}
.mw-mmv-wrapper .mw-mmv-untruncated .mw-mmv-above-fold {
	padding-bottom: revert;
	margin-bottom: revert;
	border-bottom: revert;
	height: revert;
}
.mw-mmv-wrapper .mw-mmv-untruncated .mw-mmv-image-metadata-links-column {
	text-align: right;
}
.mw-mmv-wrapper .mw-mmv-filename-li,
.mw-mmv-wrapper .mw-mmv-datetime-li,
.mw-mmv-wrapper .mw-mmv-datetime-li,
.mw-mmv-wrapper .mw-mmv-location-li {
	display: none;
}
/* cookie jar thumb grid */
.cookiejar_thumbs {
	background-color: #0B0E17;
}
.cookiejar_thumbs ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	padding: 12px;
}
.cookiejar_thumbs a img {
	transition: transform .15s ease-in-out;
}
.cookiejar_thumbs a img:hover {
	transform: scale(1.1);
}
/* give gallery some hover transition */
li.gallerybox div.thumb img {
	transition: transform .15s ease-in-out;
}
li.gallerybox div.thumb:hover img {
	transform: scale(1.15);
}
/* spoiler box */
.spoiler-box {
	overflow: auto;
	border: 1px solid #a7aed2;
	border-radius: 5px;
	position: relative;
}
.spoiler-box.spoiler-dark {
	border-color: #788098;
}
.spoiler-box .spoiler-head {
	padding: 0.25em 0.5em;
	pointer-events: none;
	display: flex;
	gap: .25rem;
	font-weight: 500;
	cursor: pointer;
	background: #f6f6f6;
	border-bottom: 1px solid transparent;
}
.spoiler-box.spoiler-dark .spoiler-head {
	background: #3f4562;
	color: #fff;
}
.spoiler-box .spoiler-head span:first-child {
	margin-lefT: .25rem;
}
.spoiler-box .spoiler-head span[typeof="mw:File"] {
	display: block;
	margin-top: -2px;
}
.spoiler-box .spoiler-head span[typeof="mw:File"] img {
	min-height: 26px !important;
	height: auto !important;
	width: auto !important;
	object-fit: contain !important;
}
.spoiler-box .mw-collapsible-toggle {
	width: 100%;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.25em 0.5em;
	color: #a7aed2;
}
.spoiler-box .mw-collapsible-toggle span {
	color: #01000f;
}
.spoiler-box.spoiler-dark .mw-collapsible-toggle span {
	color: #eee;
}
.spoiler-box .mw-collapsible-toggle:hover + .spoiler-head {
	background: #dde5f2;
}
.spoiler-box.spoiler-dark .mw-collapsible-toggle:hover + .spoiler-head {
	background: #26293B;
}
.spoiler-box .mw-collapsible-toggle:hover span {
	text-decoration: underline;
	color: #000;
}
.spoiler-box.spoiler-dark .mw-collapsible-toggle:hover span {
	color: #fff;
}
.spoiler-box .mw-collapsible-content {
	border-top: 1px solid #a7aed2;
	background: #f6f6f6;
	padding: 0.5rem 1rem;
}
.spoiler-box.spoiler-dark .mw-collapsible-content {
	border-color: #788098;
}
/* grid system for items */
.grid-container {
    width: 100%;
    margin: 10px -10px -10px 0;
    overflow: auto;
}
.grid-item {
    float: left;
    margin: 0 10px 10px 0;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
/* spoiler tag */
.spoiler {
    filter: blur(5px);
    transition: filter .15s ease-in-out;
    display: inline-block;
    position: relative;
}
.spoiler:hover {
    filter: none;
}
/* gallery */
li.gallerybox div.thumb {
	border: 1px solid #a7aed2;
	background: #f6f6f6;
}
li.gallerybox div.thumb:hover {
	background: #dde5f2;
}
/* blockquote */
blockquote {
	position: relative;
	padding-left: 3.25rem;
	margin-left: 1rem;
	margin-top: 1rem !important;
}
blockquote:before {
	font-family: Georgia, serif;
	content: "“";
	position: absolute;
	top: 1rem;
	left: 0;
	font-size: 5em;
	color: #33384f;
	font-weight: 700;
	font-style: normal;
}
blockquote p {
	margin: 0;
	margin-block: 0;
}
blockquote cite {
	margin-top: 0.25rem;
	opacity: 0.5;
}
/* alerts */
.alert {
    position: relative;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 8px 10px 8px 45px;
    margin: 8px 0 10px 0;
    line-height: 20px;
}
.alert i {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    box-shadow: inset 0 0 15px rgba(114, 28, 36, 0.05);
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    box-shadow: inset 0 0 15px rgba(12, 84, 96, 0.05);
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    box-shadow: inset 0 0 15px rgba(133, 100, 4, 0.05);
}
/* clade css */
table.clade {
    border-spacing:0;
    margin:0;
    font-size:100%;
    line-height:100%;
    border-collapse:separate;
    width:auto;
}
table.clade table.clade {
    width:100%;
}
table.clade td.clade-label {  /* the cell with the label */
    width:0.7em; /* was only used for first leaf but shouldn't matter for others */
    padding:0 0.2em;
    vertical-align:bottom;
    text-align:center;
    border-left: 1px solid;   /* don't set default colour, helps with green on black monotype skin  */
    border-bottom: 1px solid;
}
table.clade td.clade-label.first {
	border-left: none;
	border-right: none;
}
table.clade td.clade-label.reverse {
	border-left: none;
	border-right: 1px solid;
}
table.clade td.clade-slabel {  /* the cell with the sublabel; only use if there is a label */
    padding:0 0.2em;
    vertical-align:top;
    text-align:center;
    border-left: 1px solid;
}
table.clade td.clade-slabel.last  {
	border-left: none;
	border-right: none;
}
table.clade td.clade-slabel.reverse {
	border-left: none;
	border-right: 1px solid;
}
table.clade td.clade-bar {  /* the cell with the bar label or group label */
    vertical-align:middle;
    text-align:left;
    padding:0 0.5em;
}
table.clade td.clade-bar.reverse {
    text-align:right;
}
table.clade td.clade-leaf {  /* the cell with the leaf content (rowspan=2) */
    border:0;
    padding:0;
    text-align:left;
}
table.clade td.clade-leafR {  /* the cell with the leaf content (rowspan=2) */
    border:0;
    padding:0;
    text-align:right;
}
table.clade td.clade-leaf.reverse {  /* the cell with the leaf content (rowspan=2) */
    text-align:right;
}

/* bootstrap grid*/
.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col,.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-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-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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col,.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{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col,.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{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col,.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{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.container,.container-fluid,.container-fluid:after,.container-fluid:before,.container:after,.container:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container *,.container *:after,.container *:before,.container-fluid *,.container-fluid *:after,.container-fluid *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.container-fluid {
    padding: 0;
    margin-bottom: -20px;
}