Created
March 2, 2021 06:54
-
-
Save terakilobyte/60e4014ad9e5aba59e198ddeb4bf88d3 to your computer and use it in GitHub Desktop.
css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hr, | |
input[type=search] { | |
box-sizing: content-box | |
} | |
pre, | |
textarea { | |
overflow: auto | |
} | |
pre, | |
pre code { | |
white-space: pre-wrap | |
} | |
pre code, | |
table { | |
background-color: transparent | |
} | |
.auth-table td .line-block, | |
.field-list p, | |
.sequence-block .section>h4, | |
div.sidebar .button-code-block, | |
fieldset, | |
figure { | |
margin: 0 | |
} | |
.btn, | |
.code-button { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none | |
} | |
.carousel, | |
.collapsing, | |
.dropdown, | |
.fa-ul>li, | |
.fa4-ul>li, | |
.glyphicon, | |
.input-group-btn>.btn, | |
.modal-body, | |
sub, | |
sup { | |
position: relative | |
} | |
.btn, | |
.btn-group, | |
.btn-group-vertical, | |
.caret, | |
.checkbox, | |
.checkbox-inline, | |
.form-control, | |
.radio, | |
.radio-inline { | |
vertical-align: middle | |
} | |
.dropdown-menu, | |
.modal-content, | |
.popover { | |
background-clip: padding-box | |
} | |
[class*=icon-], | |
button, | |
select { | |
text-transform: none | |
} | |
.charts-icon, | |
.fa4 { | |
text-rendering: auto | |
} | |
.tooltip, | |
dt:hover>a.headerlink, | |
h1:hover>a.headerlink, | |
h2:hover>a.headerlink, | |
h3:hover>a.headerlink, | |
h4:hover>a.headerlink, | |
h5:hover>a.headerlink, | |
h6:hover>a.headerlink { | |
visibility: visible | |
} | |
.list-inline>li, | |
th { | |
padding-right: 5px | |
} | |
.nav-panel, | |
.nav-panel *, | |
html { | |
-webkit-tap-highlight-color: transparent | |
} | |
.sequence-block, | |
table.highlighttable { | |
table-layout: fixed | |
} | |
.apiref-resource__path, | |
pre { | |
word-break: break-all | |
} | |
.deluge li, | |
.fa-ul, | |
.fa4-ul, | |
.footer ul, | |
.nav-panel ul li { | |
list-style-type: none | |
} | |
*, | |
.card, | |
.content, | |
.expand-icon.docs-expand-arrow, | |
.nav-panel, | |
.nav-panel *, | |
.version-sidebar, | |
:after, | |
:before { | |
box-sizing: border-box | |
} | |
table, | |
table.docutils, | |
table.no-outer-border { | |
border-collapse: collapse | |
} | |
@font-face { | |
font-family: 'Source Code Pro'; | |
font-style: normal; | |
font-weight: 300; | |
src: url(https://fonts.gstatic.com/s/sourcecodepro/v13/HI_XiYsKILxRpg3hIP6sJ7fM7PqtlsnDs-cv.ttf) format('truetype') | |
} | |
@font-face { | |
font-family: 'Source Code Pro'; | |
font-style: normal; | |
font-weight: 500; | |
src: url(https://fonts.gstatic.com/s/sourcecodepro/v13/HI_XiYsKILxRpg3hIP6sJ7fM7PqtzsjDs-cv.ttf) format('truetype') | |
} | |
@font-face { | |
font-family: 'Source Code Pro'; | |
font-style: normal; | |
font-weight: 700; | |
src: url(https://fonts.gstatic.com/s/sourcecodepro/v13/HI_XiYsKILxRpg3hIP6sJ7fM7Pqths7Ds-cv.ttf) format('truetype') | |
} | |
/*! | |
* Bootstrap v3.0.0 | |
* | |
* Copyright 2013 Twitter, Inc | |
* Licensed under the Apache License v2.0 | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Designed and built with all the love in the world by @mdo and @fat. | |
*/ | |
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ | |
.accordion__content, | |
.carousel-inner>.active, | |
.carousel-inner>.next, | |
.carousel-inner>.prev, | |
.collapse.in, | |
.media-object, | |
.open>.dropdown-menu, | |
.pill-content>.active, | |
.tab-active, | |
.tab-content>.active, | |
article, | |
aside, | |
details, | |
figcaption, | |
figure, | |
footer, | |
header, | |
hgroup, | |
input[type=file], | |
main, | |
nav, | |
section, | |
summary { | |
display: block | |
} | |
.breadcrumb>li, | |
audio, | |
canvas, | |
video { | |
display: inline-block | |
} | |
audio:not([controls]) { | |
display: none; | |
height: 0 | |
} | |
.img-thumbnail, | |
select[multiple], | |
select[size], | |
textarea.form-control, | |
textarea.input-group-lg>.form-control, | |
textarea.input-group-lg>.input-group-addon, | |
textarea.input-group-lg>.input-group-btn>.btn, | |
textarea.input-group-sm>.form-control, | |
textarea.input-group-sm>.input-group-addon, | |
textarea.input-group-sm>.input-group-btn>.btn, | |
textarea.input-lg, | |
textarea.input-sm { | |
height: auto | |
} | |
.badge:empty, | |
.bootstrap-label:empty, | |
.collapse, | |
.deluge-body:empty, | |
.pill-content>.pill-pane, | |
.tab, | |
.tab-content>.tab-pane, | |
[data-toggle=buttons]>.btn>input[type=checkbox], | |
[data-toggle=buttons]>.btn>input[type=radio], | |
[hidden], | |
div.related h3, | |
div.sidebar .button-row { | |
display: none | |
} | |
html { | |
font-family: sans-serif; | |
-webkit-text-size-adjust: 100%; | |
-ms-text-size-adjust: 100% | |
} | |
.btn-group .dropdown-toggle:active, | |
.btn-group-vertical>.btn:focus, | |
.btn-group.open .dropdown-toggle, | |
.btn-group>.btn:focus, | |
.dropdown-toggle:focus, | |
.nav-panel button, | |
.nav-panel input, | |
.open>a, | |
a:active, | |
a:hover { | |
outline: 0 | |
} | |
h1 { | |
margin: .67em 0 | |
} | |
.alert .alert-link, | |
b, | |
div.admonition dt, | |
dt, | |
p.sidebar-title, | |
strong, | |
ul.keywordmatches li.goodmatch a, | |
ul.search li a { | |
font-weight: 700 | |
} | |
.versionmodified, | |
dfn, | |
div.deprecated>p>span, | |
div.versionadded>p>span, | |
div.versionchanged>p>span, | |
h1 .guilabel, | |
h2 .guilabel, | |
h3 .guilabel, | |
h4 .guilabel, | |
h5 .guilabel, | |
h6 .guilabel { | |
font-style: italic | |
} | |
.glyphicon, | |
a>em, | |
address, | |
cite { | |
font-style: normal | |
} | |
mark { | |
background: #ff0; | |
color: #000 | |
} | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: monospace, serif; | |
font-size: 1em | |
} | |
q { | |
quotes: "\201C" "\201D" "\2018" "\2019" | |
} | |
sub, | |
sup { | |
font-size: 75%; | |
line-height: 0; | |
vertical-align: baseline | |
} | |
table.indextable td, | |
textarea { | |
vertical-align: top | |
} | |
sup { | |
top: -.5em | |
} | |
sub { | |
bottom: -.25em | |
} | |
.card-large .card-image, | |
.modal-open, | |
body.no-scroll, | |
svg:not(:root) { | |
overflow: hidden | |
} | |
h1, | |
h2, | |
h3, | |
hr { | |
margin-top: 20px | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
ol, | |
ul { | |
margin-bottom: 10px | |
} | |
button, | |
input, | |
select, | |
textarea { | |
font-family: inherit; | |
font-size: 100%; | |
margin: 0 | |
} | |
.lead, | |
hr { | |
margin-bottom: 20px | |
} | |
button, | |
input { | |
line-height: normal | |
} | |
.img-thumbnail, | |
body { | |
line-height: 1.428571429 | |
} | |
button, | |
html input[type=button], | |
input[type=reset], | |
input[type=submit] { | |
-webkit-appearance: button; | |
cursor: pointer | |
} | |
button[disabled], | |
html input[disabled] { | |
cursor: default | |
} | |
input[type=checkbox], | |
input[type=radio] { | |
box-sizing: border-box; | |
padding: 0 | |
} | |
input[type=search] { | |
-webkit-appearance: textfield; | |
box-sizing: border-box | |
} | |
input[type=search]::-webkit-search-cancel-button, | |
input[type=search]::-webkit-search-decoration { | |
-webkit-appearance: none | |
} | |
button::-moz-focus-inner, | |
input::-moz-focus-inner { | |
border: 0; | |
padding: 0 | |
} | |
table { | |
border-spacing: 0; | |
max-width: 100% | |
} | |
@media print { | |
blockquote, | |
img, | |
pre, | |
tr { | |
page-break-inside: avoid | |
} | |
* { | |
text-shadow: none!important; | |
color: #000!important; | |
background: 0 0!important; | |
box-shadow: none!important | |
} | |
a, | |
a:visited { | |
text-decoration: underline | |
} | |
abbr[title]:after { | |
content: " (" attr(title) ")" | |
} | |
.ir a:after { | |
content: "" | |
} | |
blockquote, | |
pre { | |
border: 1px solid #999 | |
} | |
thead { | |
display: table-header-group | |
} | |
img { | |
max-width: 100%!important | |
} | |
@page { | |
margin: 2cm .5cm | |
} | |
h2, | |
h3, | |
p { | |
orphans: 3; | |
widows: 3 | |
} | |
h2, | |
h3 { | |
page-break-after: avoid | |
} | |
.table td, | |
.table th { | |
background-color: #fff!important | |
} | |
.btn>.caret, | |
.dropup>.btn>.caret { | |
border-top-color: #000!important | |
} | |
.bootstrap-label { | |
border: 1px solid #000 | |
} | |
.table { | |
border-collapse: collapse!important | |
} | |
.table-bordered td, | |
.table-bordered th { | |
border: 1px solid #ddd!important | |
} | |
} | |
.btn-default, | |
.form-control, | |
.img-thumbnail, | |
.table .table, | |
body, | |
div.highlight, | |
div.topic { | |
background-color: #fff | |
} | |
html { | |
font-size: 62.5%; | |
overflow-x: hidden | |
} | |
body { | |
font-size: 14px | |
} | |
.table-hover>tbody>tr:hover>td, | |
.table-hover>tbody>tr:hover>th, | |
.table>tbody>tr.active>td, | |
.table>tbody>tr.active>th, | |
.table>tbody>tr>td.active, | |
.table>tbody>tr>th.active, | |
.table>tfoot>tr.active>td, | |
.table>tfoot>tr.active>th, | |
.table>tfoot>tr>td.active, | |
.table>tfoot>tr>th.active, | |
.table>thead>tr.active>td, | |
.table>thead>tr.active>th, | |
.table>thead>tr>td.active, | |
.table>thead>tr>th.active, | |
div.highlight-powershell pre, | |
pre { | |
background-color: #f5f5f5 | |
} | |
button, | |
input, | |
select, | |
textarea { | |
font-family: inherit; | |
font-size: inherit; | |
line-height: inherit | |
} | |
.btn-danger.active, | |
.btn-danger:active, | |
.btn-default.active, | |
.btn-default:active, | |
.btn-info.active, | |
.btn-info:active, | |
.btn-primary.active, | |
.btn-primary:active, | |
.btn-success.active, | |
.btn-success:active, | |
.btn-warning.active, | |
.btn-warning:active, | |
.open .dropdown-toggle.btn-danger, | |
.open .dropdown-toggle.btn-default, | |
.open .dropdown-toggle.btn-info, | |
.open .dropdown-toggle.btn-primary, | |
.open .dropdown-toggle.btn-success, | |
.open .dropdown-toggle.btn-warning, | |
.sphinxsidebarwrapper .toctree-l1 li.current.selected-item>a>.expand-icon.docs-expand-arrow, | |
.sphinxsidebarwrapper .toctree-l1 li>a>.expand-icon.docs-expand-arrow, | |
button, | |
input, | |
select[multiple], | |
textarea { | |
background-image: none | |
} | |
a:focus, | |
a:hover { | |
color: #2a6496; | |
text-decoration: underline | |
} | |
.btn:focus, | |
a:focus, | |
input[type=checkbox]:focus, | |
input[type=file]:focus, | |
input[type=radio]:focus { | |
outline: #333 dotted thin; | |
outline: -webkit-focus-ring-color auto 5px; | |
outline-offset: -2px | |
} | |
.img-responsive { | |
display: block; | |
max-width: 100%; | |
height: auto | |
} | |
.img-thumbnail, | |
.list-inline>li, | |
label { | |
display: inline-block | |
} | |
.container .jumbotron, | |
.img-rounded { | |
border-radius: 6px | |
} | |
.img-thumbnail { | |
padding: 4px; | |
border: 1px solid #ddd; | |
border-radius: 4px; | |
transition: .2s ease-in-out; | |
max-width: 100% | |
} | |
.checkbox, | |
.form-control, | |
.radio, | |
address, | |
legend, | |
pre { | |
display: block | |
} | |
.img-circle { | |
border-radius: 50% | |
} | |
hr { | |
height: 0; | |
border-top: 1px solid #eee | |
} | |
p { | |
margin: 0 0 10px | |
} | |
.lead { | |
font-size: 16.099999999999998px; | |
font-weight: 200; | |
line-height: 1.4 | |
} | |
small { | |
font-size: 85% | |
} | |
.text-muted { | |
color: #999 | |
} | |
.text-primary { | |
color: #428bca | |
} | |
.has-warning .control-label, | |
.has-warning .help-block, | |
.text-warning { | |
color: #c09853 | |
} | |
.has-error .control-label, | |
.has-error .help-block, | |
.text-danger { | |
color: #b94a48 | |
} | |
.has-success .control-label, | |
.has-success .help-block, | |
.text-success { | |
color: #468847 | |
} | |
.text-info { | |
color: #3a87ad | |
} | |
#btnv .btn-arrow-right, | |
#btnv .btn-prev-text, | |
.align-left, | |
.text-left, | |
div.body td { | |
text-align: left | |
} | |
#btnv .btn-arrow-left, | |
#btnv .btn-next-text, | |
#closeNav, | |
.align-right, | |
.modal-footer, | |
.text-right, | |
blockquote.pull-right p, | |
blockquote.pull-right small { | |
text-align: right | |
} | |
.align-center, | |
.btn, | |
.footer .copyright, | |
.nav-justified>li>a, | |
.text-center, | |
div.body div.math p, | |
table.compatibility td, | |
table.compatibility-large td { | |
text-align: center | |
} | |
.h1, | |
.h2, | |
.h3, | |
.h4, | |
.h5, | |
.h6, | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6 { | |
font-family: Akzidenz, "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-weight: 500; | |
line-height: 1.1 | |
} | |
.h1 small, | |
.h2 small, | |
.h3 small, | |
.h4 small, | |
.h5 small, | |
.h6 small, | |
h1 small, | |
h2 small, | |
h3 small, | |
h4 small, | |
h5 small, | |
h6 small { | |
font-weight: 400; | |
line-height: 1; | |
color: #999 | |
} | |
h4, | |
h5, | |
h6 { | |
margin-top: 10px | |
} | |
.h1, | |
h1 { | |
font-size: 36px | |
} | |
.h2, | |
h2 { | |
font-size: 30px | |
} | |
.h1 small, | |
.h3, | |
div.body h2, | |
h1 small, | |
h3 { | |
font-size: 24px | |
} | |
.h2 small, | |
.h4, | |
h2 small, | |
h4 { | |
font-size: 18px | |
} | |
.h3 small, | |
.h4 small, | |
.h5, | |
.nav-panel .btn, | |
.nav-panel .btn-fill, | |
.nav-panel .btn-hollow, | |
.nav-panel .input, | |
h3 small, | |
h4 small, | |
h5 { | |
font-size: 14px | |
} | |
.h6, | |
h6 { | |
font-size: 12px | |
} | |
.page-header { | |
padding-bottom: 9px; | |
margin: 40px 0 20px; | |
border-bottom: 1px solid #eee | |
} | |
ol, | |
ul { | |
margin-top: 0 | |
} | |
.admonition>p.last, | |
.alert>p, | |
.alert>ul, | |
.auth-table td p.first, | |
.auth-table td p.last, | |
.panel>.list-group, | |
.panel>.table, | |
blockquote p:last-child, | |
div.admonition dl, | |
div.body li>p.first, | |
li div.line-block, | |
ol ol, | |
ol ul, | |
ul ol, | |
ul ul { | |
margin-bottom: 0 | |
} | |
.table, | |
address, | |
legend, | |
pre.prettyprint { | |
margin-bottom: 20px | |
} | |
.list-inline, | |
.list-unstyled, | |
.media-list { | |
padding-left: 0; | |
list-style: none | |
} | |
.list-inline>li { | |
padding-left: 5px | |
} | |
dd, | |
dt { | |
line-height: 1.428571429 | |
} | |
abbr.initialism { | |
font-size: 90%; | |
text-transform: uppercase | |
} | |
blockquote { | |
padding: 10px 20px; | |
margin: 0 0 20px; | |
border-left: 5px solid #eee | |
} | |
blockquote p { | |
font-size: 17.5px; | |
font-weight: 300; | |
line-height: 1.25 | |
} | |
.form-control, | |
address, | |
blockquote small, | |
pre { | |
line-height: 1.428571429 | |
} | |
blockquote small { | |
display: block; | |
color: #999 | |
} | |
blockquote small:before { | |
content: '\2014 \00A0' | |
} | |
blockquote.pull-right { | |
padding-right: 15px; | |
padding-left: 0; | |
border-right: 5px solid #eee; | |
border-left: 0 | |
} | |
blockquote.pull-right small:before { | |
content: '' | |
} | |
blockquote.pull-right small:after { | |
content: '\00A0 \2014' | |
} | |
blockquote:after, | |
blockquote:before, | |
q:after, | |
q:before { | |
content: "" | |
} | |
pre { | |
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | |
font-size: 13px; | |
word-wrap: break-word; | |
border: 1px solid #ccc; | |
border-radius: 4px; | |
overflow-y: hidden; | |
padding: 24px 12px; | |
color: #222; | |
margin: 24px 0 | |
} | |
pre code { | |
padding: 0; | |
font-size: inherit; | |
color: inherit; | |
border: 0 | |
} | |
.pre-scrollable { | |
max-height: 340px; | |
overflow-y: scroll | |
} | |
.container { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: 15px; | |
padding-right: 15px | |
} | |
.btn-group-vertical>.btn-group:after, | |
.btn-group-vertical>.btn-group:before, | |
.btn-toolbar:after, | |
.btn-toolbar:before, | |
.clearfix:after, | |
.clearfix:before, | |
.container:after, | |
.container:before, | |
.form-horizontal .form-group:after, | |
.form-horizontal .form-group:before, | |
.modal-footer:after, | |
.modal-footer:before, | |
.nav:after, | |
.nav:before, | |
.pager:after, | |
.pager:before, | |
.panel-body:after, | |
.panel-body:before, | |
.row:after, | |
.row:before, | |
.tabbable:after, | |
.tabbable:before { | |
content: " "; | |
display: table | |
} | |
.btn-group-vertical>.btn-group:after, | |
.btn-toolbar:after, | |
.clearfix:after, | |
.container:after, | |
.form-horizontal .form-group:after, | |
.modal-footer:after, | |
.nav:after, | |
.pager:after, | |
.panel-body:after, | |
.row:after, | |
.tabbable:after, | |
div.clearer { | |
clear: both | |
} | |
.form-horizontal .form-group, | |
.row { | |
margin-left: -15px; | |
margin-right: -15px | |
} | |
.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 | |
} | |
.btn-group>.btn-group, | |
.btn-toolbar .btn-group, | |
.col-xs-1, | |
.col-xs-10, | |
.col-xs-11, | |
.col-xs-2, | |
.col-xs-3, | |
.col-xs-4, | |
.col-xs-5, | |
.col-xs-6, | |
.col-xs-7, | |
.col-xs-8, | |
.col-xs-9, | |
.fa-pull-left, | |
.fa4-pull-left, | |
.nav-pills>li, | |
.pager .previous>a, | |
.pager .previous>span { | |
float: left | |
} | |
.col-xs-1 { | |
width: 8.333333333333332% | |
} | |
.col-xs-2 { | |
width: 16.666666666666664% | |
} | |
.col-xs-3 { | |
width: 25% | |
} | |
.col-xs-4 { | |
width: 33.33333333333333% | |
} | |
.col-xs-5 { | |
width: 41.66666666666667% | |
} | |
.col-xs-6 { | |
width: 50% | |
} | |
.col-xs-7 { | |
width: 58.333333333333336% | |
} | |
.col-xs-8 { | |
width: 66.66666666666666% | |
} | |
.col-xs-9 { | |
width: 75% | |
} | |
.col-xs-10 { | |
width: 83.33333333333334% | |
} | |
.col-xs-11 { | |
width: 91.66666666666666% | |
} | |
.action-buttons .btn-group, | |
.action-buttons .btn-group>button, | |
.col-xs-12, | |
.deluge input, | |
.figure img, | |
.nav-justified, | |
.nav-panel .nav-cta__a, | |
.nav-panel .nav-cta__header, | |
.nav-panel .nav-panel-bottom, | |
.version-sidebar>.dropdown-menu, | |
div.related, | |
input[type=button].btn-block, | |
input[type=reset].btn-block, | |
input[type=submit].btn-block, | |
table.indextable { | |
width: 100% | |
} | |
@media (min-width:768px) { | |
.lead { | |
font-size: 21px | |
} | |
.container { | |
max-width: 750px | |
} | |
.col-sm-1, | |
.col-sm-10, | |
.col-sm-11, | |
.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-1 { | |
width: 8.333333333333332% | |
} | |
.col-sm-2 { | |
width: 16.666666666666664% | |
} | |
.col-sm-3 { | |
width: 25% | |
} | |
.col-sm-4 { | |
width: 33.33333333333333% | |
} | |
.col-sm-5 { | |
width: 41.66666666666667% | |
} | |
.col-sm-6 { | |
width: 50% | |
} | |
.col-sm-7 { | |
width: 58.333333333333336% | |
} | |
.col-sm-8 { | |
width: 66.66666666666666% | |
} | |
.col-sm-9 { | |
width: 75% | |
} | |
.col-sm-10 { | |
width: 83.33333333333334% | |
} | |
.col-sm-11 { | |
width: 91.66666666666666% | |
} | |
.col-sm-12 { | |
width: 100% | |
} | |
.col-sm-push-1 { | |
left: 8.333333333333332% | |
} | |
.col-sm-push-2 { | |
left: 16.666666666666664% | |
} | |
.col-sm-push-3 { | |
left: 25% | |
} | |
.col-sm-push-4 { | |
left: 33.33333333333333% | |
} | |
.col-sm-push-5 { | |
left: 41.66666666666667% | |
} | |
.col-sm-push-6 { | |
left: 50% | |
} | |
.col-sm-push-7 { | |
left: 58.333333333333336% | |
} | |
.col-sm-push-8 { | |
left: 66.66666666666666% | |
} | |
.col-sm-push-9 { | |
left: 75% | |
} | |
.col-sm-push-10 { | |
left: 83.33333333333334% | |
} | |
.col-sm-push-11 { | |
left: 91.66666666666666% | |
} | |
.col-sm-pull-1 { | |
right: 8.333333333333332% | |
} | |
.col-sm-pull-2 { | |
right: 16.666666666666664% | |
} | |
.col-sm-pull-3 { | |
right: 25% | |
} | |
.col-sm-pull-4 { | |
right: 33.33333333333333% | |
} | |
.col-sm-pull-5 { | |
right: 41.66666666666667% | |
} | |
.col-sm-pull-6 { | |
right: 50% | |
} | |
.col-sm-pull-7 { | |
right: 58.333333333333336% | |
} | |
.col-sm-pull-8 { | |
right: 66.66666666666666% | |
} | |
.col-sm-pull-9 { | |
right: 75% | |
} | |
.col-sm-pull-10 { | |
right: 83.33333333333334% | |
} | |
.col-sm-pull-11 { | |
right: 91.66666666666666% | |
} | |
.col-sm-offset-1 { | |
margin-left: 8.333333333333332% | |
} | |
.col-sm-offset-2 { | |
margin-left: 16.666666666666664% | |
} | |
.col-sm-offset-3 { | |
margin-left: 25% | |
} | |
.col-sm-offset-4 { | |
margin-left: 33.33333333333333% | |
} | |
.col-sm-offset-5 { | |
margin-left: 41.66666666666667% | |
} | |
.col-sm-offset-6 { | |
margin-left: 50% | |
} | |
.col-sm-offset-7 { | |
margin-left: 58.333333333333336% | |
} | |
.col-sm-offset-8 { | |
margin-left: 66.66666666666666% | |
} | |
.col-sm-offset-9 { | |
margin-left: 75% | |
} | |
.col-sm-offset-10 { | |
margin-left: 83.33333333333334% | |
} | |
.col-sm-offset-11 { | |
margin-left: 91.66666666666666% | |
} | |
.form-inline .form-group { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle | |
} | |
.form-inline .form-control { | |
display: inline-block | |
} | |
.form-inline .checkbox, | |
.form-inline .radio { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
padding-left: 0 | |
} | |
.form-inline .checkbox input[type=checkbox], | |
.form-inline .radio input[type=radio] { | |
float: none; | |
margin-left: 0 | |
} | |
} | |
@media (min-width:992px) { | |
.dl-horizontal dt { | |
float: left; | |
width: 160px; | |
clear: left; | |
text-align: right; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap | |
} | |
.dl-horizontal dd { | |
margin-left: 180px | |
} | |
.dl-horizontal dd:after, | |
.dl-horizontal dd:before { | |
content: " "; | |
display: table | |
} | |
.dl-horizontal dd:after { | |
clear: both | |
} | |
.container { | |
max-width: 970px | |
} | |
.col-md-1, | |
.col-md-10, | |
.col-md-11, | |
.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-1 { | |
width: 8.333333333333332% | |
} | |
.col-md-2 { | |
width: 16.666666666666664% | |
} | |
.col-md-3 { | |
width: 25% | |
} | |
.col-md-4 { | |
width: 33.33333333333333% | |
} | |
.col-md-5 { | |
width: 41.66666666666667% | |
} | |
.col-md-6 { | |
width: 50% | |
} | |
.col-md-7 { | |
width: 58.333333333333336% | |
} | |
.col-md-8 { | |
width: 66.66666666666666% | |
} | |
.col-md-9 { | |
width: 75% | |
} | |
.col-md-10 { | |
width: 83.33333333333334% | |
} | |
.col-md-11 { | |
width: 91.66666666666666% | |
} | |
.col-md-12 { | |
width: 100% | |
} | |
.col-md-push-0 { | |
left: auto | |
} | |
.col-md-push-1 { | |
left: 8.333333333333332% | |
} | |
.col-md-push-2 { | |
left: 16.666666666666664% | |
} | |
.col-md-push-3 { | |
left: 25% | |
} | |
.col-md-push-4 { | |
left: 33.33333333333333% | |
} | |
.col-md-push-5 { | |
left: 41.66666666666667% | |
} | |
.col-md-push-6 { | |
left: 50% | |
} | |
.col-md-push-7 { | |
left: 58.333333333333336% | |
} | |
.col-md-push-8 { | |
left: 66.66666666666666% | |
} | |
.col-md-push-9 { | |
left: 75% | |
} | |
.col-md-push-10 { | |
left: 83.33333333333334% | |
} | |
.col-md-push-11 { | |
left: 91.66666666666666% | |
} | |
.col-md-pull-0 { | |
right: auto | |
} | |
.col-md-pull-1 { | |
right: 8.333333333333332% | |
} | |
.col-md-pull-2 { | |
right: 16.666666666666664% | |
} | |
.col-md-pull-3 { | |
right: 25% | |
} | |
.col-md-pull-4 { | |
right: 33.33333333333333% | |
} | |
.col-md-pull-5 { | |
right: 41.66666666666667% | |
} | |
.col-md-pull-6 { | |
right: 50% | |
} | |
.col-md-pull-7 { | |
right: 58.333333333333336% | |
} | |
.col-md-pull-8 { | |
right: 66.66666666666666% | |
} | |
.col-md-pull-9 { | |
right: 75% | |
} | |
.col-md-pull-10 { | |
right: 83.33333333333334% | |
} | |
.col-md-pull-11 { | |
right: 91.66666666666666% | |
} | |
.col-md-offset-0 { | |
margin-left: 0 | |
} | |
.col-md-offset-1 { | |
margin-left: 8.333333333333332% | |
} | |
.col-md-offset-2 { | |
margin-left: 16.666666666666664% | |
} | |
.col-md-offset-3 { | |
margin-left: 25% | |
} | |
.col-md-offset-4 { | |
margin-left: 33.33333333333333% | |
} | |
.col-md-offset-5 { | |
margin-left: 41.66666666666667% | |
} | |
.col-md-offset-6 { | |
margin-left: 50% | |
} | |
.col-md-offset-7 { | |
margin-left: 58.333333333333336% | |
} | |
.col-md-offset-8 { | |
margin-left: 66.66666666666666% | |
} | |
.col-md-offset-9 { | |
margin-left: 75% | |
} | |
.col-md-offset-10 { | |
margin-left: 83.33333333333334% | |
} | |
.col-md-offset-11 { | |
margin-left: 91.66666666666666% | |
} | |
} | |
.table { | |
width: 100% | |
} | |
.table tbody>tr>td, | |
.table tbody>tr>th, | |
.table tfoot>tr>td, | |
.table tfoot>tr>th, | |
.table thead>tr>td, | |
.table thead>tr>th { | |
padding: 8px; | |
line-height: 1.428571429; | |
vertical-align: top; | |
border-top: 1px solid #ddd | |
} | |
.table thead>tr>th { | |
vertical-align: bottom; | |
border-bottom: 2px solid #ddd | |
} | |
.panel-group .panel-footer, | |
.table caption+thead tr:first-child td, | |
.table caption+thead tr:first-child th, | |
.table colgroup+thead tr:first-child td, | |
.table colgroup+thead tr:first-child th, | |
.table thead:first-child tr:first-child td, | |
.table thead:first-child tr:first-child th { | |
border-top: 0 | |
} | |
.table tbody+tbody { | |
border-top: 2px solid #ddd | |
} | |
.table-condensed tbody>tr>td, | |
.table-condensed tbody>tr>th, | |
.table-condensed tfoot>tr>td, | |
.table-condensed tfoot>tr>th, | |
.table-condensed thead>tr>td, | |
.table-condensed thead>tr>th { | |
padding: 5px | |
} | |
.table-bordered, | |
.table-bordered>tbody>tr>td, | |
.table-bordered>tbody>tr>th, | |
.table-bordered>tfoot>tr>td, | |
.table-bordered>tfoot>tr>th, | |
.table-bordered>thead>tr>td, | |
.table-bordered>thead>tr>th { | |
border: 1px solid #ddd | |
} | |
.table-bordered>thead>tr>td, | |
.table-bordered>thead>tr>th { | |
border-bottom-width: 2px | |
} | |
fieldset, | |
legend { | |
border: 0; | |
padding: 0 | |
} | |
.table-striped>tbody>tr:nth-child(odd)>td, | |
.table-striped>tbody>tr:nth-child(odd)>th { | |
background-color: #f9f9f9 | |
} | |
table col[class*=col-] { | |
float: none; | |
display: table-column | |
} | |
table td[class*=col-], | |
table th[class*=col-] { | |
float: none; | |
display: table-cell | |
} | |
.table>tbody>tr.success>td, | |
.table>tbody>tr.success>th, | |
.table>tbody>tr>td.success, | |
.table>tbody>tr>th.success, | |
.table>tfoot>tr.success>td, | |
.table>tfoot>tr.success>th, | |
.table>tfoot>tr>td.success, | |
.table>tfoot>tr>th.success, | |
.table>thead>tr.success>td, | |
.table>thead>tr.success>th, | |
.table>thead>tr>td.success, | |
.table>thead>tr>th.success { | |
background-color: #dff0d8; | |
border-color: #d6e9c6 | |
} | |
.table-hover>tbody>tr.success:hover>td, | |
.table-hover>tbody>tr>td.success:hover, | |
.table-hover>tbody>tr>th.success:hover { | |
background-color: #d0e9c6; | |
border-color: #c9e2b3 | |
} | |
.table>tbody>tr.danger>td, | |
.table>tbody>tr.danger>th, | |
.table>tbody>tr>td.danger, | |
.table>tbody>tr>th.danger, | |
.table>tfoot>tr.danger>td, | |
.table>tfoot>tr.danger>th, | |
.table>tfoot>tr>td.danger, | |
.table>tfoot>tr>th.danger, | |
.table>thead>tr.danger>td, | |
.table>thead>tr.danger>th, | |
.table>thead>tr>td.danger, | |
.table>thead>tr>th.danger { | |
background-color: #f2dede; | |
border-color: #eed3d7 | |
} | |
.table-hover>tbody>tr.danger:hover>td, | |
.table-hover>tbody>tr>td.danger:hover, | |
.table-hover>tbody>tr>th.danger:hover { | |
background-color: #ebcccc; | |
border-color: #e6c1c7 | |
} | |
.table>tbody>tr.warning>td, | |
.table>tbody>tr.warning>th, | |
.table>tbody>tr>td.warning, | |
.table>tbody>tr>th.warning, | |
.table>tfoot>tr.warning>td, | |
.table>tfoot>tr.warning>th, | |
.table>tfoot>tr>td.warning, | |
.table>tfoot>tr>th.warning, | |
.table>thead>tr.warning>td, | |
.table>thead>tr.warning>th, | |
.table>thead>tr>td.warning, | |
.table>thead>tr>th.warning { | |
background-color: #fcf8e3; | |
border-color: #fbeed5 | |
} | |
.table-hover>tbody>tr.warning:hover>td, | |
.table-hover>tbody>tr>td.warning:hover, | |
.table-hover>tbody>tr>th.warning:hover { | |
background-color: #faf2cc; | |
border-color: #f8e5be | |
} | |
@media (max-width:768px) { | |
.table-responsive { | |
width: 100%; | |
margin-bottom: 15px; | |
overflow-y: hidden; | |
overflow-x: scroll; | |
border: 1px solid #ddd | |
} | |
.table-responsive>.table { | |
margin-bottom: 0; | |
background-color: #fff | |
} | |
.table-responsive>.table>tbody>tr>td, | |
.table-responsive>.table>tbody>tr>th, | |
.table-responsive>.table>tfoot>tr>td, | |
.table-responsive>.table>tfoot>tr>th, | |
.table-responsive>.table>thead>tr>td, | |
.table-responsive>.table>thead>tr>th { | |
white-space: nowrap | |
} | |
.table-responsive>.table-bordered { | |
border: 0 | |
} | |
.table-responsive>.table-bordered>tbody>tr>td:first-child, | |
.table-responsive>.table-bordered>tbody>tr>th:first-child, | |
.table-responsive>.table-bordered>tfoot>tr>td:first-child, | |
.table-responsive>.table-bordered>tfoot>tr>th:first-child, | |
.table-responsive>.table-bordered>thead>tr>td:first-child, | |
.table-responsive>.table-bordered>thead>tr>th:first-child { | |
border-left: 0 | |
} | |
.table-responsive>.table-bordered>tbody>tr>td:last-child, | |
.table-responsive>.table-bordered>tbody>tr>th:last-child, | |
.table-responsive>.table-bordered>tfoot>tr>td:last-child, | |
.table-responsive>.table-bordered>tfoot>tr>th:last-child, | |
.table-responsive>.table-bordered>thead>tr>td:last-child, | |
.table-responsive>.table-bordered>thead>tr>th:last-child { | |
border-right: 0 | |
} | |
.table-responsive>.table-bordered>tbody>tr:last-child>td, | |
.table-responsive>.table-bordered>tbody>tr:last-child>th, | |
.table-responsive>.table-bordered>tfoot>tr:last-child>td, | |
.table-responsive>.table-bordered>tfoot>tr:last-child>th, | |
.table-responsive>.table-bordered>thead>tr:last-child>td, | |
.table-responsive>.table-bordered>thead>tr:last-child>th { | |
border-bottom: 0 | |
} | |
} | |
legend { | |
width: 100%; | |
font-size: 21px; | |
line-height: inherit; | |
color: #333; | |
border-bottom: 1px solid #e5e5e5 | |
} | |
label { | |
margin-bottom: 5px; | |
font-weight: 700 | |
} | |
input[type=checkbox], | |
input[type=radio] { | |
margin: 4px 0 0; | |
line-height: normal | |
} | |
select optgroup { | |
font-size: inherit; | |
font-style: inherit; | |
font-family: inherit | |
} | |
input[type=number]::-webkit-inner-spin-button, | |
input[type=number]::-webkit-outer-spin-button { | |
height: auto | |
} | |
.form-control:-moz-placeholder { | |
color: #999 | |
} | |
.form-control::-moz-placeholder { | |
color: #999 | |
} | |
.form-control:-ms-input-placeholder { | |
color: #999 | |
} | |
.form-control::-webkit-input-placeholder { | |
color: #999 | |
} | |
.form-control { | |
width: 100%; | |
height: 34px; | |
padding: 6px 12px; | |
font-size: 14px; | |
color: #555; | |
border: 1px solid #ccc; | |
border-radius: 4px; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out | |
} | |
.form-control:focus { | |
border-color: #66afe9; | |
outline: 0; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) | |
} | |
.has-error .form-control, | |
.has-success .form-control, | |
.has-warning .form-control { | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) | |
} | |
.form-control[disabled], | |
.form-control[readonly], | |
fieldset[disabled] .form-control { | |
cursor: not-allowed; | |
background-color: #eee | |
} | |
.form-group, | |
dl { | |
margin-bottom: 15px | |
} | |
.checkbox, | |
.radio { | |
min-height: 20px; | |
margin-top: 10px; | |
margin-bottom: 10px; | |
padding-left: 20px | |
} | |
.checkbox label, | |
.radio label { | |
display: inline; | |
margin-bottom: 0; | |
font-weight: 400; | |
cursor: pointer | |
} | |
.checkbox input[type=checkbox], | |
.checkbox-inline input[type=checkbox], | |
.radio input[type=radio], | |
.radio-inline input[type=radio] { | |
float: left; | |
margin-left: -20px | |
} | |
.checkbox+.checkbox, | |
.radio+.radio { | |
margin-top: -5px | |
} | |
.checkbox-inline, | |
.radio-inline { | |
display: inline-block; | |
padding-left: 20px; | |
margin-bottom: 0; | |
font-weight: 400; | |
cursor: pointer | |
} | |
.checkbox-inline+.checkbox-inline, | |
.radio-inline+.radio-inline { | |
margin-top: 0; | |
margin-left: 10px | |
} | |
.checkbox-inline[disabled], | |
.checkbox[disabled], | |
.radio-inline[disabled], | |
.radio[disabled], | |
fieldset[disabled] .checkbox, | |
fieldset[disabled] .checkbox-inline, | |
fieldset[disabled] .radio, | |
fieldset[disabled] .radio-inline, | |
fieldset[disabled] input[type=checkbox], | |
fieldset[disabled] input[type=radio], | |
input[type=checkbox][disabled], | |
input[type=radio][disabled] { | |
cursor: not-allowed | |
} | |
.input-group-sm>.form-control, | |
.input-group-sm>.input-group-addon, | |
.input-group-sm>.input-group-btn>.btn, | |
.input-sm { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px | |
} | |
select.input-group-sm>.form-control, | |
select.input-group-sm>.input-group-addon, | |
select.input-group-sm>.input-group-btn>.btn, | |
select.input-sm { | |
height: 30px; | |
line-height: 30px | |
} | |
.input-group-lg>.form-control, | |
.input-group-lg>.input-group-addon, | |
.input-group-lg>.input-group-btn>.btn, | |
.input-lg { | |
height: 45px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33; | |
border-radius: 6px | |
} | |
select.input-group-lg>.form-control, | |
select.input-group-lg>.input-group-addon, | |
select.input-group-lg>.input-group-btn>.btn, | |
select.input-lg { | |
height: 45px; | |
line-height: 45px | |
} | |
.has-warning .form-control { | |
border-color: #c09853 | |
} | |
.has-warning .form-control:focus { | |
border-color: #a47e3c; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e | |
} | |
.has-warning .input-group-addon { | |
color: #c09853; | |
border-color: #c09853; | |
background-color: #fcf8e3 | |
} | |
.has-error .form-control { | |
border-color: #b94a48 | |
} | |
.has-error .form-control:focus { | |
border-color: #953b39; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392 | |
} | |
.has-error .input-group-addon { | |
color: #b94a48; | |
border-color: #b94a48; | |
background-color: #f2dede | |
} | |
.has-success .form-control { | |
border-color: #468847 | |
} | |
.has-success .form-control:focus { | |
border-color: #356635; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b | |
} | |
.btn-group.open .dropdown-toggle, | |
.btn.active, | |
.btn:active { | |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) | |
} | |
.has-success .input-group-addon { | |
color: #468847; | |
border-color: #468847; | |
background-color: #dff0d8 | |
} | |
.form-control-static { | |
margin-bottom: 0; | |
padding-top: 7px | |
} | |
.help-block, | |
dd, | |
dd table, | |
dd ul { | |
margin-bottom: 10px | |
} | |
.help-block { | |
display: block; | |
margin-top: 5px; | |
color: #737373 | |
} | |
.form-horizontal .checkbox, | |
.form-horizontal .checkbox-inline, | |
.form-horizontal .control-label, | |
.form-horizontal .radio, | |
.form-horizontal .radio-inline { | |
margin-top: 0; | |
margin-bottom: 0; | |
padding-top: 7px | |
} | |
.btn { | |
display: inline-block; | |
padding: 6px 12px; | |
margin-bottom: 0; | |
font-size: 14px; | |
font-weight: 400; | |
line-height: 1.428571429; | |
cursor: pointer; | |
border: 1px solid transparent; | |
border-radius: 4px; | |
white-space: nowrap; | |
-o-user-select: none; | |
user-select: none | |
} | |
.btn:focus, | |
.btn:hover, | |
.footer .box a { | |
color: #333; | |
text-decoration: none | |
} | |
.btn.active, | |
.btn:active { | |
outline: 0; | |
background-image: none | |
} | |
.progress-striped .progress-bar, | |
.progress-striped .progress-bar-danger, | |
.progress-striped .progress-bar-info, | |
.progress-striped .progress-bar-success, | |
.progress-striped .progress-bar-warning { | |
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) | |
} | |
.btn.disabled, | |
.btn[disabled], | |
fieldset[disabled] .btn { | |
cursor: not-allowed; | |
pointer-events: none; | |
opacity: .65; | |
box-shadow: none | |
} | |
.btn-default { | |
color: #333; | |
border-color: #ccc | |
} | |
.btn-default.active, | |
.btn-default:active, | |
.btn-default:focus, | |
.btn-default:hover, | |
.open .dropdown-toggle.btn-default { | |
color: #333; | |
background-color: #ebebeb; | |
border-color: #adadad | |
} | |
.btn-default.disabled, | |
.btn-default.disabled.active, | |
.btn-default.disabled:active, | |
.btn-default.disabled:focus, | |
.btn-default.disabled:hover, | |
.btn-default[disabled], | |
.btn-default[disabled].active, | |
.btn-default[disabled]:active, | |
.btn-default[disabled]:focus, | |
.btn-default[disabled]:hover, | |
fieldset[disabled] .btn-default, | |
fieldset[disabled] .btn-default.active, | |
fieldset[disabled] .btn-default:active, | |
fieldset[disabled] .btn-default:focus, | |
fieldset[disabled] .btn-default:hover { | |
background-color: #fff; | |
border-color: #ccc | |
} | |
.btn-primary { | |
color: #fff; | |
background-color: #428bca; | |
border-color: #357ebd | |
} | |
.btn-primary.active, | |
.btn-primary:active, | |
.btn-primary:focus, | |
.btn-primary:hover, | |
.open .dropdown-toggle.btn-primary { | |
color: #fff; | |
background-color: #3276b1; | |
border-color: #285e8e | |
} | |
.btn-primary.disabled, | |
.btn-primary.disabled.active, | |
.btn-primary.disabled:active, | |
.btn-primary.disabled:focus, | |
.btn-primary.disabled:hover, | |
.btn-primary[disabled], | |
.btn-primary[disabled].active, | |
.btn-primary[disabled]:active, | |
.btn-primary[disabled]:focus, | |
.btn-primary[disabled]:hover, | |
fieldset[disabled] .btn-primary, | |
fieldset[disabled] .btn-primary.active, | |
fieldset[disabled] .btn-primary:active, | |
fieldset[disabled] .btn-primary:focus, | |
fieldset[disabled] .btn-primary:hover { | |
background-color: #428bca; | |
border-color: #357ebd | |
} | |
.btn-warning { | |
color: #fff; | |
background-color: #f0ad4e; | |
border-color: #eea236 | |
} | |
.btn-warning.active, | |
.btn-warning:active, | |
.btn-warning:focus, | |
.btn-warning:hover, | |
.open .dropdown-toggle.btn-warning { | |
color: #fff; | |
background-color: #ed9c28; | |
border-color: #d58512 | |
} | |
.btn-warning.disabled, | |
.btn-warning.disabled.active, | |
.btn-warning.disabled:active, | |
.btn-warning.disabled:focus, | |
.btn-warning.disabled:hover, | |
.btn-warning[disabled], | |
.btn-warning[disabled].active, | |
.btn-warning[disabled]:active, | |
.btn-warning[disabled]:focus, | |
.btn-warning[disabled]:hover, | |
fieldset[disabled] .btn-warning, | |
fieldset[disabled] .btn-warning.active, | |
fieldset[disabled] .btn-warning:active, | |
fieldset[disabled] .btn-warning:focus, | |
fieldset[disabled] .btn-warning:hover { | |
background-color: #f0ad4e; | |
border-color: #eea236 | |
} | |
.btn-danger { | |
color: #fff; | |
background-color: #d9534f; | |
border-color: #d43f3a | |
} | |
.btn-danger.active, | |
.btn-danger:active, | |
.btn-danger:focus, | |
.btn-danger:hover, | |
.open .dropdown-toggle.btn-danger { | |
color: #fff; | |
background-color: #d2322d; | |
border-color: #ac2925 | |
} | |
.btn-danger.disabled, | |
.btn-danger.disabled.active, | |
.btn-danger.disabled:active, | |
.btn-danger.disabled:focus, | |
.btn-danger.disabled:hover, | |
.btn-danger[disabled], | |
.btn-danger[disabled].active, | |
.btn-danger[disabled]:active, | |
.btn-danger[disabled]:focus, | |
.btn-danger[disabled]:hover, | |
fieldset[disabled] .btn-danger, | |
fieldset[disabled] .btn-danger.active, | |
fieldset[disabled] .btn-danger:active, | |
fieldset[disabled] .btn-danger:focus, | |
fieldset[disabled] .btn-danger:hover { | |
background-color: #d9534f; | |
border-color: #d43f3a | |
} | |
.btn-success, | |
.btn-success.active, | |
.btn-success:active, | |
.btn-success:focus, | |
.btn-success:hover, | |
.open .dropdown-toggle.btn-success { | |
color: #fff; | |
background-color: #13aa52; | |
background-color: var(--mongodb-green); | |
border-color: #12924f; | |
border-color: var(--fern) | |
} | |
.btn-success.disabled, | |
.btn-success.disabled.active, | |
.btn-success.disabled:active, | |
.btn-success.disabled:focus, | |
.btn-success.disabled:hover, | |
.btn-success[disabled], | |
.btn-success[disabled].active, | |
.btn-success[disabled]:active, | |
.btn-success[disabled]:focus, | |
.btn-success[disabled]:hover, | |
fieldset[disabled] .btn-success, | |
fieldset[disabled] .btn-success.active, | |
fieldset[disabled] .btn-success:active, | |
fieldset[disabled] .btn-success:focus, | |
fieldset[disabled] .btn-success:hover { | |
background-color: #5cb85c; | |
border-color: #4cae4c | |
} | |
.btn-info { | |
color: #fff; | |
background-color: #5bc0de; | |
border-color: #46b8da | |
} | |
.btn-info.active, | |
.btn-info:active, | |
.btn-info:focus, | |
.btn-info:hover, | |
.open .dropdown-toggle.btn-info { | |
color: #fff; | |
background-color: #39b3d7; | |
border-color: #269abc | |
} | |
.btn-info.disabled, | |
.btn-info.disabled.active, | |
.btn-info.disabled:active, | |
.btn-info.disabled:focus, | |
.btn-info.disabled:hover, | |
.btn-info[disabled], | |
.btn-info[disabled].active, | |
.btn-info[disabled]:active, | |
.btn-info[disabled]:focus, | |
.btn-info[disabled]:hover, | |
fieldset[disabled] .btn-info, | |
fieldset[disabled] .btn-info.active, | |
fieldset[disabled] .btn-info:active, | |
fieldset[disabled] .btn-info:focus, | |
fieldset[disabled] .btn-info:hover { | |
background-color: #5bc0de; | |
border-color: #46b8da | |
} | |
.btn-link { | |
color: #428bca; | |
font-weight: 400; | |
cursor: pointer; | |
border-radius: 0 | |
} | |
.btn-link, | |
.btn-link:active, | |
.btn-link[disabled], | |
fieldset[disabled] .btn-link { | |
background-color: transparent; | |
box-shadow: none | |
} | |
.btn-link, | |
.btn-link:active, | |
.btn-link:focus, | |
.btn-link:hover { | |
border-color: transparent | |
} | |
.btn-link:focus, | |
.btn-link:hover { | |
color: #2a6496; | |
text-decoration: underline; | |
background-color: transparent | |
} | |
.btn-link[disabled]:focus, | |
.btn-link[disabled]:hover, | |
fieldset[disabled] .btn-link:focus, | |
fieldset[disabled] .btn-link:hover { | |
color: #999; | |
text-decoration: none | |
} | |
.btn-group-lg>.btn, | |
.btn-lg { | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.33; | |
border-radius: 6px | |
} | |
.btn-group-sm>.btn, | |
.btn-sm, | |
.btn-xs { | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px | |
} | |
.btn-xs { | |
padding: 1px 5px | |
} | |
.btn-block { | |
display: block; | |
width: 100%; | |
padding-left: 0; | |
padding-right: 0 | |
} | |
.caret, | |
.glyphicon { | |
display: inline-block | |
} | |
.alert>p+p, | |
.btn-block+.btn-block, | |
.panel-group .panel+.panel, | |
div.sphinxsidebar form { | |
margin-top: 5px | |
} | |
.fade { | |
opacity: 0; | |
transition: opacity .15s linear | |
} | |
.fade.in { | |
opacity: 1 | |
} | |
.collapsing { | |
height: 0; | |
overflow: hidden; | |
transition: height .35s | |
} | |
@font-face { | |
font-family: 'Glyphicons Halflings'; | |
src: url(../fonts/glyphicons-halflings-regular.eot); | |
src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg') | |
} | |
.glyphicon { | |
top: 1px; | |
font-family: 'Glyphicons Halflings'; | |
font-weight: 400; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased | |
} | |
.glyphicon-asterisk:before { | |
content: "\2a" | |
} | |
.glyphicon-plus:before { | |
content: "\2b" | |
} | |
.glyphicon-euro:before { | |
content: "\20ac" | |
} | |
.glyphicon-minus:before { | |
content: "\2212" | |
} | |
.glyphicon-cloud:before { | |
content: "\2601" | |
} | |
.glyphicon-envelope:before { | |
content: "\2709" | |
} | |
.glyphicon-pencil:before { | |
content: "\270f" | |
} | |
.glyphicon-glass:before { | |
content: "\e001" | |
} | |
.glyphicon-music:before { | |
content: "\e002" | |
} | |
.glyphicon-search:before { | |
content: "\e003" | |
} | |
.glyphicon-heart:before { | |
content: "\e005" | |
} | |
.glyphicon-star:before { | |
content: "\e006" | |
} | |
.glyphicon-star-empty:before { | |
content: "\e007" | |
} | |
.glyphicon-user:before { | |
content: "\e008" | |
} | |
.glyphicon-film:before { | |
content: "\e009" | |
} | |
.glyphicon-th-large:before { | |
content: "\e010" | |
} | |
.glyphicon-th:before { | |
content: "\e011" | |
} | |
.glyphicon-th-list:before { | |
content: "\e012" | |
} | |
.glyphicon-ok:before { | |
content: "\e013" | |
} | |
.glyphicon-remove:before { | |
content: "\e014" | |
} | |
.glyphicon-zoom-in:before { | |
content: "\e015" | |
} | |
.glyphicon-zoom-out:before { | |
content: "\e016" | |
} | |
.glyphicon-off:before { | |
content: "\e017" | |
} | |
.glyphicon-signal:before { | |
content: "\e018" | |
} | |
.glyphicon-cog:before { | |
content: "\e019" | |
} | |
.glyphicon-trash:before { | |
content: "\e020" | |
} | |
.glyphicon-home:before { | |
content: "\e021" | |
} | |
.glyphicon-file:before { | |
content: "\e022" | |
} | |
.glyphicon-time:before { | |
content: "\e023" | |
} | |
.glyphicon-road:before { | |
content: "\e024" | |
} | |
.glyphicon-download-alt:before { | |
content: "\e025" | |
} | |
.glyphicon-download:before { | |
content: "\e026" | |
} | |
.glyphicon-upload:before { | |
content: "\e027" | |
} | |
.glyphicon-inbox:before { | |
content: "\e028" | |
} | |
.glyphicon-play-circle:before { | |
content: "\e029" | |
} | |
.glyphicon-repeat:before { | |
content: "\e030" | |
} | |
.glyphicon-refresh:before { | |
content: "\e031" | |
} | |
.glyphicon-list-alt:before { | |
content: "\e032" | |
} | |
.glyphicon-flag:before { | |
content: "\e034" | |
} | |
.glyphicon-headphones:before { | |
content: "\e035" | |
} | |
.glyphicon-volume-off:before { | |
content: "\e036" | |
} | |
.glyphicon-volume-down:before { | |
content: "\e037" | |
} | |
.glyphicon-volume-up:before { | |
content: "\e038" | |
} | |
.glyphicon-qrcode:before { | |
content: "\e039" | |
} | |
.glyphicon-barcode:before { | |
content: "\e040" | |
} | |
.glyphicon-tag:before { | |
content: "\e041" | |
} | |
.glyphicon-tags:before { | |
content: "\e042" | |
} | |
.glyphicon-book:before { | |
content: "\e043" | |
} | |
.glyphicon-print:before { | |
content: "\e045" | |
} | |
.glyphicon-font:before { | |
content: "\e047" | |
} | |
.glyphicon-bold:before { | |
content: "\e048" | |
} | |
.glyphicon-italic:before { | |
content: "\e049" | |
} | |
.glyphicon-text-height:before { | |
content: "\e050" | |
} | |
.glyphicon-text-width:before { | |
content: "\e051" | |
} | |
.glyphicon-align-left:before { | |
content: "\e052" | |
} | |
.glyphicon-align-center:before { | |
content: "\e053" | |
} | |
.glyphicon-align-right:before { | |
content: "\e054" | |
} | |
.glyphicon-align-justify:before { | |
content: "\e055" | |
} | |
.glyphicon-list:before { | |
content: "\e056" | |
} | |
.glyphicon-indent-left:before { | |
content: "\e057" | |
} | |
.glyphicon-indent-right:before { | |
content: "\e058" | |
} | |
.glyphicon-facetime-video:before { | |
content: "\e059" | |
} | |
.glyphicon-picture:before { | |
content: "\e060" | |
} | |
.glyphicon-map-marker:before { | |
content: "\e062" | |
} | |
.glyphicon-adjust:before { | |
content: "\e063" | |
} | |
.glyphicon-tint:before { | |
content: "\e064" | |
} | |
.glyphicon-edit:before { | |
content: "\e065" | |
} | |
.glyphicon-share:before { | |
content: "\e066" | |
} | |
.glyphicon-check:before { | |
content: "\e067" | |
} | |
.glyphicon-move:before { | |
content: "\e068" | |
} | |
.glyphicon-step-backward:before { | |
content: "\e069" | |
} | |
.glyphicon-fast-backward:before { | |
content: "\e070" | |
} | |
.glyphicon-backward:before { | |
content: "\e071" | |
} | |
.glyphicon-play:before { | |
content: "\e072" | |
} | |
.glyphicon-pause:before { | |
content: "\e073" | |
} | |
.glyphicon-stop:before { | |
content: "\e074" | |
} | |
.glyphicon-forward:before { | |
content: "\e075" | |
} | |
.glyphicon-fast-forward:before { | |
content: "\e076" | |
} | |
.glyphicon-step-forward:before { | |
content: "\e077" | |
} | |
.glyphicon-eject:before { | |
content: "\e078" | |
} | |
.glyphicon-chevron-left:before { | |
content: "\e079" | |
} | |
.glyphicon-chevron-right:before { | |
content: "\e080" | |
} | |
.glyphicon-plus-sign:before { | |
content: "\e081" | |
} | |
.glyphicon-minus-sign:before { | |
content: "\e082" | |
} | |
.glyphicon-remove-sign:before { | |
content: "\e083" | |
} | |
.glyphicon-ok-sign:before { | |
content: "\e084" | |
} | |
.glyphicon-question-sign:before { | |
content: "\e085" | |
} | |
.glyphicon-info-sign:before { | |
content: "\e086" | |
} | |
.glyphicon-screenshot:before { | |
content: "\e087" | |
} | |
.glyphicon-remove-circle:before { | |
content: "\e088" | |
} | |
.glyphicon-ok-circle:before { | |
content: "\e089" | |
} | |
.glyphicon-ban-circle:before { | |
content: "\e090" | |
} | |
.glyphicon-arrow-left:before { | |
content: "\e091" | |
} | |
.glyphicon-arrow-right:before { | |
content: "\e092" | |
} | |
.glyphicon-arrow-up:before { | |
content: "\e093" | |
} | |
.glyphicon-arrow-down:before { | |
content: "\e094" | |
} | |
.glyphicon-share-alt:before { | |
content: "\e095" | |
} | |
.glyphicon-resize-full:before { | |
content: "\e096" | |
} | |
.glyphicon-resize-small:before { | |
content: "\e097" | |
} | |
.glyphicon-exclamation-sign:before { | |
content: "\e101" | |
} | |
.glyphicon-gift:before { | |
content: "\e102" | |
} | |
.glyphicon-leaf:before { | |
content: "\e103" | |
} | |
.glyphicon-eye-open:before { | |
content: "\e105" | |
} | |
.glyphicon-eye-close:before { | |
content: "\e106" | |
} | |
.glyphicon-warning-sign:before { | |
content: "\e107" | |
} | |
.glyphicon-plane:before { | |
content: "\e108" | |
} | |
.glyphicon-random:before { | |
content: "\e110" | |
} | |
.glyphicon-comment:before { | |
content: "\e111" | |
} | |
.glyphicon-magnet:before { | |
content: "\e112" | |
} | |
.glyphicon-chevron-up:before { | |
content: "\e113" | |
} | |
.glyphicon-chevron-down:before { | |
content: "\e114" | |
} | |
.glyphicon-retweet:before { | |
content: "\e115" | |
} | |
.glyphicon-shopping-cart:before { | |
content: "\e116" | |
} | |
.glyphicon-folder-close:before { | |
content: "\e117" | |
} | |
.glyphicon-folder-open:before { | |
content: "\e118" | |
} | |
.glyphicon-resize-vertical:before { | |
content: "\e119" | |
} | |
.glyphicon-resize-horizontal:before { | |
content: "\e120" | |
} | |
.glyphicon-hdd:before { | |
content: "\e121" | |
} | |
.glyphicon-bullhorn:before { | |
content: "\e122" | |
} | |
.glyphicon-certificate:before { | |
content: "\e124" | |
} | |
.glyphicon-thumbs-up:before { | |
content: "\e125" | |
} | |
.glyphicon-thumbs-down:before { | |
content: "\e126" | |
} | |
.glyphicon-hand-right:before { | |
content: "\e127" | |
} | |
.glyphicon-hand-left:before { | |
content: "\e128" | |
} | |
.glyphicon-hand-up:before { | |
content: "\e129" | |
} | |
.glyphicon-hand-down:before { | |
content: "\e130" | |
} | |
.glyphicon-circle-arrow-right:before { | |
content: "\e131" | |
} | |
.glyphicon-circle-arrow-left:before { | |
content: "\e132" | |
} | |
.glyphicon-circle-arrow-up:before { | |
content: "\e133" | |
} | |
.glyphicon-circle-arrow-down:before { | |
content: "\e134" | |
} | |
.glyphicon-globe:before { | |
content: "\e135" | |
} | |
.glyphicon-tasks:before { | |
content: "\e137" | |
} | |
.glyphicon-filter:before { | |
content: "\e138" | |
} | |
.glyphicon-fullscreen:before { | |
content: "\e140" | |
} | |
.glyphicon-dashboard:before { | |
content: "\e141" | |
} | |
.glyphicon-heart-empty:before { | |
content: "\e143" | |
} | |
.glyphicon-link:before { | |
content: "\e144" | |
} | |
.glyphicon-phone:before { | |
content: "\e145" | |
} | |
.glyphicon-usd:before { | |
content: "\e148" | |
} | |
.glyphicon-gbp:before { | |
content: "\e149" | |
} | |
.glyphicon-sort:before { | |
content: "\e150" | |
} | |
.glyphicon-sort-by-alphabet:before { | |
content: "\e151" | |
} | |
.glyphicon-sort-by-alphabet-alt:before { | |
content: "\e152" | |
} | |
.glyphicon-sort-by-order:before { | |
content: "\e153" | |
} | |
.glyphicon-sort-by-order-alt:before { | |
content: "\e154" | |
} | |
.glyphicon-sort-by-attributes:before { | |
content: "\e155" | |
} | |
.glyphicon-sort-by-attributes-alt:before { | |
content: "\e156" | |
} | |
.glyphicon-unchecked:before { | |
content: "\e157" | |
} | |
.glyphicon-expand:before { | |
content: "\e158" | |
} | |
.glyphicon-collapse-down:before { | |
content: "\e159" | |
} | |
.glyphicon-collapse-up:before { | |
content: "\e160" | |
} | |
.glyphicon-log-in:before { | |
content: "\e161" | |
} | |
.glyphicon-flash:before { | |
content: "\e162" | |
} | |
.glyphicon-log-out:before { | |
content: "\e163" | |
} | |
.glyphicon-new-window:before { | |
content: "\e164" | |
} | |
.glyphicon-record:before { | |
content: "\e165" | |
} | |
.glyphicon-save:before { | |
content: "\e166" | |
} | |
.glyphicon-open:before { | |
content: "\e167" | |
} | |
.glyphicon-saved:before { | |
content: "\e168" | |
} | |
.glyphicon-import:before { | |
content: "\e169" | |
} | |
.glyphicon-export:before { | |
content: "\e170" | |
} | |
.glyphicon-send:before { | |
content: "\e171" | |
} | |
.glyphicon-floppy-disk:before { | |
content: "\e172" | |
} | |
.glyphicon-floppy-saved:before { | |
content: "\e173" | |
} | |
.glyphicon-floppy-remove:before { | |
content: "\e174" | |
} | |
.glyphicon-floppy-save:before { | |
content: "\e175" | |
} | |
.glyphicon-floppy-open:before { | |
content: "\e176" | |
} | |
.glyphicon-credit-card:before { | |
content: "\e177" | |
} | |
.glyphicon-transfer:before { | |
content: "\e178" | |
} | |
.glyphicon-cutlery:before { | |
content: "\e179" | |
} | |
.glyphicon-header:before { | |
content: "\e180" | |
} | |
.glyphicon-compressed:before { | |
content: "\e181" | |
} | |
.glyphicon-earphone:before { | |
content: "\e182" | |
} | |
.glyphicon-phone-alt:before { | |
content: "\e183" | |
} | |
.glyphicon-tower:before { | |
content: "\e184" | |
} | |
.glyphicon-stats:before { | |
content: "\e185" | |
} | |
.glyphicon-sd-video:before { | |
content: "\e186" | |
} | |
.glyphicon-hd-video:before { | |
content: "\e187" | |
} | |
.glyphicon-subtitles:before { | |
content: "\e188" | |
} | |
.glyphicon-sound-stereo:before { | |
content: "\e189" | |
} | |
.glyphicon-sound-dolby:before { | |
content: "\e190" | |
} | |
.glyphicon-sound-5-1:before { | |
content: "\e191" | |
} | |
.glyphicon-sound-6-1:before { | |
content: "\e192" | |
} | |
.glyphicon-sound-7-1:before { | |
content: "\e193" | |
} | |
.glyphicon-copyright-mark:before { | |
content: "\e194" | |
} | |
.glyphicon-registration-mark:before { | |
content: "\e195" | |
} | |
.glyphicon-cloud-download:before { | |
content: "\e197" | |
} | |
.glyphicon-cloud-upload:before { | |
content: "\e198" | |
} | |
.glyphicon-tree-conifer:before { | |
content: "\e199" | |
} | |
.glyphicon-tree-deciduous:before { | |
content: "\e200" | |
} | |
.glyphicon-briefcase:before { | |
content: "\1f4bc" | |
} | |
.glyphicon-calendar:before { | |
content: "\1f4c5" | |
} | |
.glyphicon-pushpin:before { | |
content: "\1f4cc" | |
} | |
.glyphicon-paperclip:before { | |
content: "\1f4ce" | |
} | |
.glyphicon-camera:before { | |
content: "\1f4f7" | |
} | |
.glyphicon-lock:before { | |
content: "\1f512" | |
} | |
.glyphicon-bell:before { | |
content: "\1f514" | |
} | |
.glyphicon-bookmark:before { | |
content: "\1f516" | |
} | |
.glyphicon-fire:before { | |
content: "\1f525" | |
} | |
.glyphicon-wrench:before { | |
content: "\1f527" | |
} | |
.caret { | |
width: 0; | |
height: 0; | |
margin-left: 2px; | |
border-top: 4px solid #000; | |
border-right: 4px solid transparent; | |
border-left: 4px solid transparent; | |
border-bottom: 0 dotted; | |
content: "" | |
} | |
.thumbnail, | |
.thumbnail>img { | |
height: auto; | |
display: block | |
} | |
.dropdown-menu { | |
position: absolute; | |
top: 100%; | |
left: 0; | |
z-index: 1000; | |
display: none; | |
float: left; | |
min-width: 160px; | |
padding: 5px 0; | |
margin: 2px 0 0; | |
list-style: none; | |
background-color: #fff; | |
border: 1px solid rgba(0, 0, 0, .15); | |
border-radius: 4px; | |
box-shadow: 0 6px 12px rgba(0, 0, 0, .175) | |
} | |
.dropdown-backdrop, | |
.modal, | |
.modal-backdrop { | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0 | |
} | |
.dropdown-menu.pull-right, | |
.pull-right>.dropdown-menu { | |
right: 0; | |
left: auto | |
} | |
.dropdown-menu .divider, | |
.nav .nav-divider { | |
height: 1px; | |
margin: 9px 0; | |
overflow: hidden; | |
background-color: #e5e5e5 | |
} | |
.alert h4, | |
.body h3+p, | |
.body h4+p, | |
.body p.caption, | |
.input-group-addon input[type=checkbox], | |
.input-group-addon input[type=radio], | |
.media:first-child, | |
dd p, | |
h2+div.section, | |
h3+div.section, | |
h4+div.section { | |
margin-top: 0 | |
} | |
.dropdown-menu>li>a { | |
display: block; | |
padding: 8px; | |
clear: both; | |
font-weight: 400; | |
line-height: 1.428571429; | |
color: #333; | |
white-space: nowrap | |
} | |
.dropdown-menu>li>a:focus, | |
.dropdown-menu>li>a:hover { | |
text-decoration: none; | |
background-color: #e7eeec; | |
background-color: var(--gray-light2) | |
} | |
.dropdown-menu>.active>a, | |
.dropdown-menu>.active>a:focus, | |
.dropdown-menu>.active>a:hover { | |
text-decoration: none; | |
outline: 0; | |
background-color: #e7eeec; | |
background-color: var(--gray-light2) | |
} | |
.breadcrumb>.active, | |
.dropdown-menu>.disabled>a, | |
.dropdown-menu>.disabled>a:focus, | |
.dropdown-menu>.disabled>a:hover, | |
.nav>li.disabled>a { | |
color: #999 | |
} | |
.dropdown-menu>.disabled>a:focus, | |
.dropdown-menu>.disabled>a:hover { | |
text-decoration: none; | |
background-color: transparent; | |
background-image: none; | |
cursor: not-allowed | |
} | |
.dropdown-header { | |
display: block; | |
padding: 3px 20px; | |
font-size: 12px; | |
line-height: 1.428571429; | |
color: #999 | |
} | |
.dropdown-backdrop { | |
position: fixed; | |
z-index: 990 | |
} | |
.btn-default .caret { | |
border-top-color: #333 | |
} | |
.btn-danger .caret, | |
.btn-info .caret, | |
.btn-primary .caret, | |
.btn-success .caret, | |
.btn-warning .caret { | |
border-top-color: #fff | |
} | |
.dropup .btn-default .caret { | |
border-bottom-color: #333 | |
} | |
.dropup .btn-danger .caret, | |
.dropup .btn-info .caret, | |
.dropup .btn-primary .caret, | |
.dropup .btn-success .caret, | |
.dropup .btn-warning .caret, | |
.nav-tabs-justified>.active>a, | |
.nav-tabs.nav-justified>.active>a { | |
border-bottom-color: #fff | |
} | |
.btn-group, | |
.btn-group-vertical { | |
position: relative; | |
display: inline-block | |
} | |
.btn-group-justified, | |
.input-group { | |
display: table; | |
border-collapse: separate | |
} | |
.btn-group-vertical>.btn, | |
.btn-group>.btn { | |
position: relative; | |
float: left | |
} | |
.btn-group-vertical>.btn.active, | |
.btn-group-vertical>.btn:active, | |
.btn-group-vertical>.btn:focus, | |
.btn-group-vertical>.btn:hover, | |
.btn-group>.btn.active, | |
.btn-group>.btn:active, | |
.btn-group>.btn:focus, | |
.btn-group>.btn:hover, | |
.input-group-btn>.btn:active, | |
.input-group-btn>.btn:hover { | |
z-index: 2 | |
} | |
.btn-group .btn+.btn, | |
.btn-group .btn+.btn-group, | |
.btn-group .btn-group+.btn, | |
.btn-group .btn-group+.btn-group, | |
.modal-footer .btn-group .btn+.btn { | |
margin-left: -1px | |
} | |
.btn-toolbar>.btn+.btn, | |
.btn-toolbar>.btn+.btn-group, | |
.btn-toolbar>.btn-group+.btn, | |
.btn-toolbar>.btn-group+.btn-group { | |
margin-left: 5px | |
} | |
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn, | |
.btn-group-vertical>.btn:not(:first-child):not(:last-child), | |
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, | |
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle), | |
.input-group .form-control:not(:first-child):not(:last-child), | |
.input-group-addon:not(:first-child):not(:last-child), | |
.input-group-btn:not(:first-child):not(:last-child) { | |
border-radius: 0 | |
} | |
.btn .caret, | |
.btn-group>.btn:first-child, | |
.modal-footer .btn-block+.btn-block, | |
dd>div.admonition, | |
li>div.admonition, | |
p>div.admonition { | |
margin-left: 0 | |
} | |
.btn-group>.btn-group:first-child>.btn:last-child, | |
.btn-group>.btn-group:first-child>.dropdown-toggle, | |
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), | |
.input-group .form-control:first-child, | |
.input-group-addon:first-child, | |
.input-group-btn:first-child>.btn, | |
.input-group-btn:first-child>.dropdown-toggle, | |
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0 | |
} | |
.btn-group>.btn-group:last-child>.btn:first-child, | |
.btn-group>.btn:last-child:not(:first-child), | |
.btn-group>.dropdown-toggle:not(:first-child), | |
.input-group .form-control:last-child, | |
.input-group-addon:last-child, | |
.input-group-btn:first-child>.btn:not(:first-child), | |
.input-group-btn:last-child>.btn, | |
.input-group-btn:last-child>.dropdown-toggle { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.btn-group-xs>.btn { | |
padding: 1px 5px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px | |
} | |
.btn-group>.btn+.dropdown-toggle { | |
padding-left: 8px; | |
padding-right: 8px | |
} | |
.btn-group>.btn-lg+.dropdown-toggle { | |
padding-left: 12px; | |
padding-right: 12px | |
} | |
.btn-lg .caret { | |
border-width: 5px 5px 0 | |
} | |
.dropup .btn-lg .caret { | |
border-width: 0 5px 5px | |
} | |
.btn-group-vertical>.btn, | |
.btn-group-vertical>.btn-group { | |
display: block; | |
float: none; | |
width: 100%; | |
max-width: 100% | |
} | |
.btn-group-vertical>.btn-group>.btn, | |
.nav-justified>li, | |
.nav-stacked>li, | |
.nav-tabs.nav-justified>li { | |
float: none | |
} | |
.btn-group-vertical>.btn+.btn, | |
.btn-group-vertical>.btn+.btn-group, | |
.btn-group-vertical>.btn-group+.btn, | |
.btn-group-vertical>.btn-group+.btn-group { | |
margin-top: -1px; | |
margin-left: 0 | |
} | |
.btn-group-vertical>.btn:first-child:not(:last-child) { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0 | |
} | |
.btn-group-vertical>.btn:last-child:not(:first-child) { | |
border-bottom-left-radius: 4px; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.btn-group-vertical>.btn-group:first-child>.btn:last-child, | |
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle { | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0 | |
} | |
.btn-group-vertical>.btn-group:last-child>.btn:first-child, | |
.panel>.list-group .list-group-item:first-child { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.btn-group-justified { | |
width: 100%; | |
table-layout: fixed | |
} | |
.btn-group-justified .btn { | |
float: none; | |
display: table-cell; | |
width: 1% | |
} | |
.input-group { | |
position: relative | |
} | |
.input-group.col { | |
float: none; | |
padding-left: 0; | |
padding-right: 0 | |
} | |
.input-group .form-control { | |
width: 100%; | |
margin-bottom: 0 | |
} | |
.input-group .form-control, | |
.input-group-addon, | |
.input-group-btn { | |
display: table-cell | |
} | |
.input-group-addon, | |
.input-group-btn { | |
width: 1%; | |
white-space: nowrap; | |
vertical-align: middle | |
} | |
.input-group-addon { | |
padding: 6px 12px; | |
font-size: 14px; | |
font-weight: 400; | |
line-height: 1; | |
text-align: center; | |
background-color: #eee; | |
border: 1px solid #ccc; | |
border-radius: 4px | |
} | |
.badge, | |
.bootstrap-label { | |
font-weight: 700; | |
vertical-align: baseline; | |
white-space: nowrap; | |
line-height: 1; | |
text-align: center | |
} | |
.input-group-addon.input-sm { | |
padding: 5px 10px; | |
font-size: 12px; | |
border-radius: 3px | |
} | |
.input-group-addon.input-lg { | |
padding: 10px 16px; | |
font-size: 18px; | |
border-radius: 6px | |
} | |
.input-group-addon:first-child, | |
table.border-table td:last-child, | |
table.border-table>thead th.head:last-child, | |
table.index-table td:last-child { | |
border-right: 0 | |
} | |
.input-group-addon:last-child { | |
border-left: 0 | |
} | |
.input-group-btn { | |
position: relative; | |
white-space: nowrap | |
} | |
.input-group-btn>.btn+.btn { | |
margin-left: -4px | |
} | |
.nav { | |
margin-bottom: 0; | |
padding-left: 0; | |
list-style: none | |
} | |
.nav>li { | |
position: relative; | |
display: block | |
} | |
.nav>li>a { | |
position: relative; | |
display: block; | |
padding: 10px 15px | |
} | |
.nav>li>a:focus, | |
.nav>li>a:hover, | |
.pager li>a:focus, | |
.pager li>a:hover { | |
text-decoration: none; | |
background-color: #eee | |
} | |
.nav>li.disabled>a:focus, | |
.nav>li.disabled>a:hover { | |
color: #999; | |
text-decoration: none; | |
background-color: transparent; | |
cursor: not-allowed | |
} | |
.nav .open>a, | |
.nav .open>a:focus, | |
.nav .open>a:hover { | |
background-color: #eee; | |
border-color: #428bca | |
} | |
.nav>li>a>img { | |
max-width: none | |
} | |
.nav-tabs, | |
.panel-group .panel-footer+.panel-collapse .panel-body { | |
border-bottom: 1px solid #ddd | |
} | |
.nav-tabs>li { | |
float: left; | |
margin-bottom: -1px | |
} | |
.nav-tabs>li>a { | |
margin-right: 2px; | |
line-height: 1.428571429; | |
border: 1px solid transparent; | |
border-radius: 4px 4px 0 0 | |
} | |
.nav-tabs>li>a:hover { | |
border-color: #eee #eee #ddd | |
} | |
.nav-tabs>li.active>a, | |
.nav-tabs>li.active>a:focus, | |
.nav-tabs>li.active>a:hover { | |
color: #555; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-bottom-color: transparent; | |
cursor: default | |
} | |
.nav-tabs-justified>li>a, | |
.nav-tabs.nav-justified>li>a { | |
border-bottom: 1px solid #ddd; | |
margin-right: 0 | |
} | |
.nav-tabs.nav-justified { | |
width: 100%; | |
border-bottom: 0 | |
} | |
.nav-tabs.nav-justified>li>a { | |
text-align: center | |
} | |
.nav-pills>li>a { | |
border-radius: 5px | |
} | |
.nav-pills>li+li { | |
margin-left: 2px | |
} | |
.nav-pills>li.active>a, | |
.nav-pills>li.active>a:focus, | |
.nav-pills>li.active>a:hover { | |
color: #fff; | |
background-color: #428bca | |
} | |
.nav-stacked>li+li { | |
margin-top: 2px; | |
margin-left: 0 | |
} | |
@media (min-width:768px) { | |
.form-horizontal .control-label { | |
text-align: right | |
} | |
.nav-justified>li, | |
.nav-tabs.nav-justified>li { | |
display: table-cell; | |
width: 1% | |
} | |
} | |
.nav-tabs-justified, | |
.panel-group .panel-heading, | |
.panel>.list-group .list-group-item:last-child, | |
div.admonition.note table.docutils tr:last-child td { | |
border-bottom: 0 | |
} | |
.nav .caret { | |
border-top-color: #428bca; | |
border-bottom-color: #428bca | |
} | |
.nav a:hover .caret { | |
border-top-color: #2a6496; | |
border-bottom-color: #2a6496 | |
} | |
.nav-tabs .dropdown-menu { | |
margin-top: -1px; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.breadcrumb { | |
padding: 8px 15px; | |
margin-bottom: 20px; | |
list-style: none; | |
background-color: #f5f5f5; | |
border-radius: 4px | |
} | |
.pager, | |
.pagination { | |
padding-left: 0; | |
margin: 20px 0 | |
} | |
.breadcrumb>li+li:before { | |
content: "/\00a0"; | |
padding: 0 5px; | |
color: #ccc | |
} | |
.pagination { | |
display: inline-block; | |
border-radius: 4px | |
} | |
.pager li, | |
.pagination>li, | |
div.related li { | |
display: inline | |
} | |
.pagination>li>a, | |
.pagination>li>span { | |
position: relative; | |
float: left; | |
padding: 6px 12px; | |
line-height: 1.428571429; | |
text-decoration: none; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
margin-left: -1px | |
} | |
.pagination>li:first-child>a, | |
.pagination>li:first-child>span { | |
margin-left: 0; | |
border-bottom-left-radius: 4px; | |
border-top-left-radius: 4px | |
} | |
.pagination>li:last-child>a, | |
.pagination>li:last-child>span { | |
border-bottom-right-radius: 4px; | |
border-top-right-radius: 4px | |
} | |
.pagination>li>a:focus, | |
.pagination>li>a:hover, | |
.pagination>li>span:focus, | |
.pagination>li>span:hover { | |
background-color: #eee | |
} | |
.pagination>.active>a, | |
.pagination>.active>a:focus, | |
.pagination>.active>a:hover, | |
.pagination>.active>span, | |
.pagination>.active>span:focus, | |
.pagination>.active>span:hover { | |
z-index: 2; | |
color: #fff; | |
background-color: #428bca; | |
border-color: #428bca; | |
cursor: default | |
} | |
.pagination>.disabled>a, | |
.pagination>.disabled>a:focus, | |
.pagination>.disabled>a:hover, | |
.pagination>.disabled>span { | |
color: #999; | |
background-color: #fff; | |
border-color: #ddd; | |
cursor: not-allowed | |
} | |
.pagination-lg>li>a, | |
.pagination-lg>li>span { | |
padding: 10px 16px; | |
font-size: 18px | |
} | |
.pagination-lg>li:first-child>a, | |
.pagination-lg>li:first-child>span { | |
border-bottom-left-radius: 6px; | |
border-top-left-radius: 6px | |
} | |
.pagination-lg>li:last-child>a, | |
.pagination-lg>li:last-child>span { | |
border-bottom-right-radius: 6px; | |
border-top-right-radius: 6px | |
} | |
.pagination-sm>li>a, | |
.pagination-sm>li>span { | |
padding: 5px 10px; | |
font-size: 12px | |
} | |
.pagination-sm>li:first-child>a, | |
.pagination-sm>li:first-child>span { | |
border-bottom-left-radius: 3px; | |
border-top-left-radius: 3px | |
} | |
.pagination-sm>li:last-child>a, | |
.pagination-sm>li:last-child>span { | |
border-bottom-right-radius: 3px; | |
border-top-right-radius: 3px | |
} | |
.pager { | |
list-style: none; | |
text-align: center | |
} | |
.pager li>a, | |
.pager li>span { | |
display: inline-block; | |
padding: 5px 14px; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 15px | |
} | |
#quick-search input, | |
.fa-pull-right, | |
.fa4-pull-right, | |
.list-group-item>.badge, | |
.pager .next>a, | |
.pager .next>span, | |
.slides-link, | |
.viewcode-link, | |
span.eqno { | |
float: right | |
} | |
.pager .disabled>a, | |
.pager .disabled>a:focus, | |
.pager .disabled>a:hover, | |
.pager .disabled>span { | |
color: #999; | |
background-color: #fff; | |
cursor: not-allowed | |
} | |
.bootstrap-label { | |
display: inline; | |
padding: .2em .6em .3em; | |
font-size: 75%; | |
color: #fff; | |
border-radius: .25em | |
} | |
.bootstrap-label[href]:focus, | |
.bootstrap-label[href]:hover, | |
a.badge:focus, | |
a.badge:hover { | |
color: #fff; | |
text-decoration: none; | |
cursor: pointer | |
} | |
.label-default { | |
background-color: #999 | |
} | |
.label-default[href]:focus, | |
.label-default[href]:hover { | |
background-color: grey | |
} | |
.label-primary { | |
background-color: #428bca | |
} | |
.label-primary[href]:focus, | |
.label-primary[href]:hover { | |
background-color: #3071a9 | |
} | |
.label-success, | |
.progress-bar-success { | |
background-color: #5cb85c | |
} | |
.label-success[href]:focus, | |
.label-success[href]:hover { | |
background-color: #449d44 | |
} | |
.label-info, | |
.progress-bar-info { | |
background-color: #5bc0de | |
} | |
.label-info[href]:focus, | |
.label-info[href]:hover { | |
background-color: #31b0d5 | |
} | |
.label-warning, | |
.progress-bar-warning { | |
background-color: #f0ad4e | |
} | |
.label-warning[href]:focus, | |
.label-warning[href]:hover { | |
background-color: #ec971f | |
} | |
.label-danger, | |
.progress-bar-danger { | |
background-color: #d9534f | |
} | |
.label-danger[href]:focus, | |
.label-danger[href]:hover { | |
background-color: #c9302c | |
} | |
.badge { | |
display: inline-block; | |
min-width: 10px; | |
padding: 3px 7px; | |
font-size: 12px; | |
color: #fff; | |
background-color: #999; | |
border-radius: 10px | |
} | |
.btn .badge { | |
position: relative; | |
top: -1px | |
} | |
.nav-pills>.active>a>.badge, | |
a.list-group-item.active>.badge { | |
color: #428bca; | |
background-color: #fff | |
} | |
.nav-pills>li>a>.badge { | |
margin-left: 3px | |
} | |
.jumbotron { | |
padding: 30px; | |
margin-bottom: 30px; | |
font-size: 21px; | |
font-weight: 200; | |
line-height: 2.1428571435; | |
color: inherit; | |
background-color: #eee | |
} | |
.alert, | |
.progress { | |
margin-bottom: 20px | |
} | |
.jumbotron h1 { | |
line-height: 1; | |
color: inherit | |
} | |
.jumbotron p { | |
line-height: 1.4 | |
} | |
.thumbnail { | |
padding: 4px; | |
line-height: 1.428571429; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 4px; | |
transition: .2s ease-in-out; | |
max-width: 100% | |
} | |
.thumbnail>img { | |
max-width: 100%; | |
margin-left: auto; | |
margin-right: auto | |
} | |
.panel-primary, | |
a.thumbnail:focus, | |
a.thumbnail:hover { | |
border-color: #428bca | |
} | |
.thumbnail .caption { | |
padding: 9px; | |
color: #333 | |
} | |
.alert { | |
padding: 15px; | |
border: 1px solid transparent; | |
border-radius: 4px | |
} | |
.alert h4 { | |
color: inherit | |
} | |
.alert-dismissable { | |
padding-right: 35px | |
} | |
.alert-dismissable .close { | |
position: relative; | |
top: -2px; | |
right: -21px; | |
color: inherit | |
} | |
.alert-success { | |
background-color: #dff0d8; | |
border-color: #d6e9c6; | |
color: #468847 | |
} | |
.alert-success hr { | |
border-top-color: #c9e2b3 | |
} | |
.alert-success .alert-link { | |
color: #356635 | |
} | |
.alert-info { | |
background-color: #d9edf7; | |
border-color: #bce8f1; | |
color: #3a87ad | |
} | |
.alert-info hr { | |
border-top-color: #a6e1ec | |
} | |
.alert-info .alert-link { | |
color: #2d6987 | |
} | |
.alert-warning { | |
background-color: #fcf8e3; | |
border-color: #fbeed5; | |
color: #c09853 | |
} | |
.alert-warning hr { | |
border-top-color: #f8e5be | |
} | |
.alert-warning .alert-link { | |
color: #a47e3c | |
} | |
.alert-danger { | |
background-color: #f2dede; | |
border-color: #eed3d7; | |
color: #b94a48 | |
} | |
.alert-danger hr { | |
border-top-color: #e6c1c7 | |
} | |
.alert-danger .alert-link { | |
color: #953b39 | |
} | |
@-webkit-keyframes progress-bar-stripes { | |
from { | |
background-position: 40px 0 | |
} | |
to { | |
background-position: 0 0 | |
} | |
} | |
@keyframes progress-bar-stripes { | |
from { | |
background-position: 40px 0 | |
} | |
to { | |
background-position: 0 0 | |
} | |
} | |
.progress { | |
overflow: hidden; | |
height: 20px; | |
background-color: #f5f5f5; | |
border-radius: 4px; | |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) | |
} | |
.progress-bar { | |
float: left; | |
width: 0%; | |
height: 100%; | |
font-size: 12px; | |
color: #fff; | |
text-align: center; | |
background-color: #428bca; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); | |
transition: width .6s | |
} | |
.progress-striped .progress-bar { | |
background-size: 40px 40px | |
} | |
.progress.active .progress-bar { | |
-webkit-animation: 2s linear infinite progress-bar-stripes; | |
animation: 2s linear infinite progress-bar-stripes | |
} | |
.media, | |
.media-body { | |
overflow: hidden; | |
zoom: 1 | |
} | |
.media, | |
.media .media, | |
.sphinxsidebarwrapper .mms-hosted-search { | |
margin-top: 15px | |
} | |
.media-heading { | |
margin: 0 0 5px | |
} | |
.media>.pull-left { | |
margin-right: 10px | |
} | |
.media>.pull-right, | |
.popover.right { | |
margin-left: 10px | |
} | |
.list-group { | |
margin-bottom: 20px; | |
padding-left: 0 | |
} | |
.list-group-item { | |
position: relative; | |
display: block; | |
padding: 10px 15px; | |
margin-bottom: -1px; | |
background-color: #fff; | |
border: 1px solid #ddd | |
} | |
.list-group-item:first-child { | |
border-top-right-radius: 4px; | |
border-top-left-radius: 4px | |
} | |
.list-group-item:last-child { | |
margin-bottom: 0; | |
border-bottom-right-radius: 4px; | |
border-bottom-left-radius: 4px | |
} | |
.list-group-item>.badge+.badge { | |
margin-right: 5px | |
} | |
a.list-group-item { | |
color: #555 | |
} | |
.sphinxsidebarwrapper .toctree-l1 li.current.selected-item>ul, | |
a.list-group-item .list-group-item-heading, | |
div.sphinxsidebar a, | |
input[type=text]:disabled { | |
color: #333 | |
} | |
a.list-group-item:focus, | |
a.list-group-item:hover { | |
text-decoration: none; | |
background-color: #f5f5f5 | |
} | |
.list-group-item.active, | |
.list-group-item.active:focus, | |
.list-group-item.active:hover { | |
z-index: 2; | |
color: #fff; | |
background-color: #428bca; | |
border-color: #428bca | |
} | |
.list-group-item.active .list-group-item-heading, | |
.list-group-item.active:focus .list-group-item-heading, | |
.list-group-item.active:hover .list-group-item-heading, | |
.panel-title>a, | |
.suggestion-card a { | |
color: inherit | |
} | |
.list-group-item.active .list-group-item-text, | |
.list-group-item.active:focus .list-group-item-text, | |
.list-group-item.active:hover .list-group-item-text { | |
color: #e1edf7 | |
} | |
.list-group-item-heading { | |
margin-top: 0; | |
margin-bottom: 5px | |
} | |
.list-group-item-text { | |
margin-bottom: 0; | |
line-height: 1.3 | |
} | |
.panel { | |
margin-bottom: 20px; | |
background-color: #fff; | |
border: 1px solid transparent; | |
border-radius: 4px; | |
box-shadow: 0 1px 1px rgba(0, 0, 0, .05) | |
} | |
.panel-footer, | |
.well { | |
background-color: #f5f5f5 | |
} | |
.panel-body { | |
padding: 15px | |
} | |
.panel>.list-group .list-group-item { | |
border-width: 1px 0 | |
} | |
.panel-heading+.list-group .list-group-item:first-child { | |
border-top-width: 0 | |
} | |
.panel-footer, | |
.panel-group .panel-heading+.panel-collapse .panel-body, | |
.panel>.panel-body+.table { | |
border-top: 1px solid #ddd | |
} | |
.panel-heading { | |
padding: 10px 15px; | |
border-bottom: 1px solid transparent; | |
border-top-right-radius: 3px; | |
border-top-left-radius: 3px | |
} | |
.panel-title { | |
margin-top: 0; | |
margin-bottom: 0; | |
font-size: 16px | |
} | |
.panel-footer { | |
padding: 10px 15px; | |
border-bottom-right-radius: 3px; | |
border-bottom-left-radius: 3px | |
} | |
.panel-group .panel { | |
margin-bottom: 0; | |
border-radius: 4px; | |
overflow: hidden | |
} | |
.panel-default { | |
border-color: #ddd | |
} | |
.panel-default>.panel-heading { | |
color: #333; | |
background-color: #f5f5f5; | |
border-color: #ddd | |
} | |
.panel-default>.panel-heading+.panel-collapse .panel-body { | |
border-top-color: #ddd | |
} | |
.panel-default>.panel-footer+.panel-collapse .panel-body { | |
border-bottom-color: #ddd | |
} | |
.panel-primary>.panel-heading { | |
color: #fff; | |
background-color: #428bca; | |
border-color: #428bca | |
} | |
.panel-primary>.panel-heading+.panel-collapse .panel-body { | |
border-top-color: #428bca | |
} | |
.panel-primary>.panel-footer+.panel-collapse .panel-body { | |
border-bottom-color: #428bca | |
} | |
.panel-success { | |
border-color: #d6e9c6 | |
} | |
.panel-success>.panel-heading { | |
color: #468847; | |
background-color: #dff0d8; | |
border-color: #d6e9c6 | |
} | |
.panel-success>.panel-heading+.panel-collapse .panel-body { | |
border-top-color: #d6e9c6 | |
} | |
.panel-success>.panel-footer+.panel-collapse .panel-body { | |
border-bottom-color: #d6e9c6 | |
} | |
.panel-warning { | |
border-color: #fbeed5 | |
} | |
.panel-warning>.panel-heading { | |
color: #c09853; | |
background-color: #fcf8e3; | |
border-color: #fbeed5 | |
} | |
.panel-warning>.panel-heading+.panel-collapse .panel-body { | |
border-top-color: #fbeed5 | |
} | |
.panel-warning>.panel-footer+.panel-collapse .panel-body { | |
border-bottom-color: #fbeed5 | |
} | |
.panel-danger { | |
border-color: #eed3d7 | |
} | |
.panel-danger>.panel-heading { | |
color: #b94a48; | |
background-color: #f2dede; | |
border-color: #eed3d7 | |
} | |
.panel-danger>.panel-heading+.panel-collapse .panel-body { | |
border-top-color: #eed3d7 | |
} | |
.panel-danger>.panel-footer+.panel-collapse .panel-body { | |
border-bottom-color: #eed3d7 | |
} | |
.panel-info { | |
border-color: #bce8f1 | |
} | |
.panel-info>.panel-heading { | |
color: #3a87ad; | |
background-color: #d9edf7; | |
border-color: #bce8f1 | |
} | |
.panel-info>.panel-heading+.panel-collapse .panel-body { | |
border-top-color: #bce8f1 | |
} | |
.panel-info>.panel-footer+.panel-collapse .panel-body { | |
border-bottom-color: #bce8f1 | |
} | |
.well { | |
min-height: 20px; | |
padding: 19px; | |
margin-bottom: 20px; | |
border: 1px solid #e3e3e3; | |
border-radius: 4px; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) | |
} | |
.well blockquote { | |
border-color: rgba(0, 0, 0, .15) | |
} | |
.well-lg { | |
padding: 24px; | |
border-radius: 6px | |
} | |
.well-sm { | |
padding: 9px; | |
border-radius: 3px | |
} | |
.close { | |
float: right; | |
font-size: 21px; | |
font-weight: 700; | |
line-height: 1; | |
color: #000; | |
text-shadow: 0 1px 0 #fff; | |
opacity: .2 | |
} | |
.carousel-caption, | |
.carousel-control { | |
text-shadow: 0 1px 2px rgba(0, 0, 0, .6) | |
} | |
.close:focus, | |
.close:hover { | |
color: #000; | |
text-decoration: none; | |
cursor: pointer; | |
opacity: .5 | |
} | |
.is-closed, | |
.modal-backdrop.fade, | |
.tooltip { | |
opacity: 0 | |
} | |
button.close { | |
padding: 0; | |
cursor: pointer; | |
background: 0 0; | |
border: 0; | |
-webkit-appearance: none | |
} | |
div.admonition-example pre, | |
div.sidebar { | |
background-color: #fbfbfb | |
} | |
.modal { | |
display: none; | |
overflow: auto; | |
overflow-y: scroll; | |
position: fixed; | |
z-index: 1040 | |
} | |
.modal.fade .modal-dialog { | |
-webkit-transform: translate(0, -25%); | |
transform: translate(0, -25%); | |
transition: transform .3s ease-out; | |
transition: transform .3s ease-out, -webkit-transform .3s ease-out | |
} | |
.modal.in .modal-dialog { | |
-webkit-transform: translate(0, 0); | |
transform: translate(0, 0) | |
} | |
.modal-dialog { | |
margin-left: auto; | |
margin-right: auto; | |
width: auto; | |
padding: 10px; | |
z-index: 1050 | |
} | |
.modal-content { | |
position: relative; | |
background-color: #fff; | |
border: 1px solid rgba(0, 0, 0, .2); | |
box-shadow: 0 3px 9px rgba(0, 0, 0, .5); | |
outline: 0 | |
} | |
.modal-backdrop { | |
position: fixed; | |
z-index: 1030; | |
background-color: #000 | |
} | |
.popover, | |
.tooltip, | |
.tooltip-arrow { | |
position: absolute | |
} | |
.modal-backdrop.in { | |
opacity: .5 | |
} | |
.modal-header { | |
min-height: 16.428571429px | |
} | |
.modal-header .close { | |
margin-top: -2px | |
} | |
.modal-title { | |
margin: 0; | |
line-height: 1.428571429 | |
} | |
.modal-footer .btn+.btn { | |
margin-left: 5px; | |
margin-bottom: 0 | |
} | |
.tooltip { | |
z-index: 1030; | |
display: block; | |
font-size: 12px; | |
line-height: 1.4 | |
} | |
.tooltip.in { | |
opacity: .9 | |
} | |
.tooltip.top { | |
margin-top: -3px; | |
padding: 5px 0 | |
} | |
.tooltip.right { | |
margin-left: 3px; | |
padding: 0 5px | |
} | |
.tooltip.bottom { | |
margin-top: 3px; | |
padding: 5px 0 | |
} | |
.tooltip.left { | |
margin-left: -3px; | |
padding: 0 5px | |
} | |
.tooltip-inner { | |
max-width: 200px; | |
padding: 3px 8px; | |
color: #fff; | |
text-align: center; | |
text-decoration: none; | |
background-color: #000; | |
border-radius: 4px | |
} | |
.popover, | |
table.indextable td, | |
th { | |
text-align: left | |
} | |
.tooltip-arrow { | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid | |
} | |
.tooltip.top .tooltip-arrow, | |
.tooltip.top-left .tooltip-arrow, | |
.tooltip.top-right .tooltip-arrow { | |
border-width: 5px 5px 0; | |
border-top-color: #000; | |
bottom: 0 | |
} | |
.tooltip.top .tooltip-arrow { | |
left: 50%; | |
margin-left: -5px | |
} | |
.tooltip.top-left .tooltip-arrow { | |
left: 5px | |
} | |
.tooltip.top-right .tooltip-arrow { | |
right: 5px | |
} | |
.tooltip.right .tooltip-arrow { | |
top: 50%; | |
left: 0; | |
margin-top: -5px; | |
border-width: 5px 5px 5px 0; | |
border-right-color: #000 | |
} | |
.tooltip.left .tooltip-arrow { | |
top: 50%; | |
right: 0; | |
margin-top: -5px; | |
border-width: 5px 0 5px 5px; | |
border-left-color: #000 | |
} | |
.tooltip.bottom .tooltip-arrow, | |
.tooltip.bottom-left .tooltip-arrow, | |
.tooltip.bottom-right .tooltip-arrow { | |
border-width: 0 5px 5px; | |
border-bottom-color: #000; | |
top: 0 | |
} | |
.tooltip.bottom .tooltip-arrow { | |
left: 50%; | |
margin-left: -5px | |
} | |
.tooltip.bottom-left .tooltip-arrow { | |
left: 5px | |
} | |
.tooltip.bottom-right .tooltip-arrow { | |
right: 5px | |
} | |
.popover { | |
top: 0; | |
left: 0; | |
z-index: 1010; | |
display: none; | |
max-width: 276px; | |
padding: 1px; | |
background-color: #fff; | |
border: 1px solid rgba(0, 0, 0, .2); | |
border-radius: 6px; | |
box-shadow: 0 5px 10px rgba(0, 0, 0, .2); | |
white-space: normal | |
} | |
.carousel-caption, | |
.carousel-control, | |
.carousel-indicators, | |
.fa-fw, | |
.fa-li, | |
.fa-stack-1x, | |
.fa-stack-2x, | |
.fa4-fw, | |
.fa4-li { | |
text-align: center | |
} | |
.popover.top { | |
margin-top: -10px | |
} | |
.popover.bottom { | |
margin-top: 10px | |
} | |
.popover.left { | |
margin-left: -10px | |
} | |
.popover-title { | |
margin: 0; | |
padding: 8px 14px; | |
font-size: 14px; | |
font-weight: 400; | |
line-height: 18px; | |
background-color: #f7f7f7; | |
border-bottom: 1px solid #ebebeb; | |
border-radius: 5px 5px 0 0 | |
} | |
.popover-content { | |
padding: 9px 14px | |
} | |
.popover .arrow, | |
.popover .arrow:after { | |
position: absolute; | |
display: block; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid | |
} | |
.popover .arrow { | |
border-width: 11px | |
} | |
.popover .arrow:after { | |
border-width: 10px; | |
content: "" | |
} | |
.popover.top .arrow { | |
left: 50%; | |
margin-left: -11px; | |
border-bottom-width: 0; | |
border-top-color: rgba(0, 0, 0, .25); | |
bottom: -11px | |
} | |
.popover.top .arrow:after { | |
content: " "; | |
bottom: 1px; | |
margin-left: -10px; | |
border-bottom-width: 0; | |
border-top-color: #fff | |
} | |
.popover.right .arrow { | |
top: 50%; | |
left: -11px; | |
margin-top: -11px; | |
border-left-width: 0; | |
border-right-color: rgba(0, 0, 0, .25) | |
} | |
.popover.right .arrow:after { | |
content: " "; | |
left: 1px; | |
bottom: -10px; | |
border-left-width: 0; | |
border-right-color: #fff | |
} | |
.popover.bottom .arrow { | |
left: 50%; | |
margin-left: -11px; | |
border-top-width: 0; | |
border-bottom-color: rgba(0, 0, 0, .25); | |
top: -11px | |
} | |
.popover.bottom .arrow:after { | |
content: " "; | |
top: 1px; | |
margin-left: -10px; | |
border-top-width: 0; | |
border-bottom-color: #fff | |
} | |
.popover.left .arrow { | |
top: 50%; | |
right: -11px; | |
margin-top: -11px; | |
border-right-width: 0; | |
border-left-color: rgba(0, 0, 0, .25) | |
} | |
.popover.left .arrow:after { | |
content: " "; | |
right: 1px; | |
border-right-width: 0; | |
border-left-color: #fff; | |
bottom: -10px | |
} | |
.carousel-inner { | |
position: relative; | |
overflow: hidden; | |
width: 100% | |
} | |
.carousel-inner>.item { | |
display: none; | |
position: relative; | |
transition: left .6s ease-in-out | |
} | |
.carousel-inner>.item>a>img, | |
.carousel-inner>.item>img { | |
display: block; | |
max-width: 100%; | |
height: auto; | |
line-height: 1 | |
} | |
.carousel-inner>.active, | |
.carousel-inner>.next.left, | |
.carousel-inner>.prev.right { | |
left: 0 | |
} | |
.carousel-inner>.next, | |
.carousel-inner>.prev { | |
position: absolute; | |
top: 0; | |
width: 100% | |
} | |
.carousel-inner>.active.right, | |
.carousel-inner>.next { | |
left: 100% | |
} | |
.carousel-inner>.active.left, | |
.carousel-inner>.prev { | |
left: -100% | |
} | |
.carousel-control { | |
position: absolute; | |
top: 0; | |
left: 0; | |
bottom: 0; | |
width: 15%; | |
opacity: .5; | |
font-size: 20px; | |
color: #fff | |
} | |
.carousel-control.left { | |
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%); | |
background-repeat: repeat-x | |
} | |
.carousel-control.right { | |
left: auto; | |
right: 0; | |
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%); | |
background-repeat: repeat-x | |
} | |
.carousel-control:focus, | |
.carousel-control:hover { | |
color: #fff; | |
text-decoration: none; | |
opacity: .9 | |
} | |
.carousel-control .glyphicon-chevron-left, | |
.carousel-control .glyphicon-chevron-right, | |
.carousel-control .icon-next, | |
.carousel-control .icon-prev { | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
z-index: 5; | |
display: inline-block | |
} | |
.carousel-control .icon-next, | |
.carousel-control .icon-prev { | |
width: 20px; | |
height: 20px; | |
margin-top: -10px; | |
margin-left: -10px; | |
font-family: serif | |
} | |
.carousel-control .icon-prev:before { | |
content: '\2039' | |
} | |
.carousel-control .icon-next:before { | |
content: '\203a' | |
} | |
.carousel-indicators { | |
position: absolute; | |
bottom: 10px; | |
left: 50%; | |
z-index: 15; | |
width: 60%; | |
margin-left: -30%; | |
padding-left: 0; | |
list-style: none | |
} | |
.carousel-indicators li { | |
display: inline-block; | |
width: 10px; | |
height: 10px; | |
margin: 1px; | |
text-indent: -999px; | |
border: 1px solid #fff; | |
border-radius: 10px; | |
cursor: pointer | |
} | |
.carousel-indicators .active { | |
margin: 0; | |
width: 12px; | |
height: 12px; | |
background-color: #fff | |
} | |
.carousel-caption { | |
position: absolute; | |
left: 15%; | |
right: 15%; | |
bottom: 20px; | |
z-index: 10; | |
padding-top: 20px; | |
padding-bottom: 20px; | |
color: #fff | |
} | |
.carousel-caption .btn, | |
.text-hide { | |
text-shadow: none | |
} | |
@media screen and (min-width:768px) { | |
.jumbotron { | |
padding-top: 48px; | |
padding-bottom: 48px | |
} | |
.container .jumbotron { | |
padding-left: 60px; | |
padding-right: 60px | |
} | |
.jumbotron h1 { | |
font-size: 63px | |
} | |
.modal-dialog { | |
left: 50%; | |
right: auto; | |
width: 600px; | |
padding-top: 30px; | |
padding-bottom: 30px | |
} | |
.modal-content { | |
box-shadow: 0 5px 15px rgba(0, 0, 0, .5) | |
} | |
.carousel-control .icon-next, | |
.carousel-control .icon-prev { | |
width: 30px; | |
height: 30px; | |
margin-top: -15px; | |
margin-left: -15px; | |
font-size: 30px | |
} | |
.carousel-caption { | |
left: 20%; | |
right: 20%; | |
padding-bottom: 30px | |
} | |
.carousel-indicators { | |
bottom: 20px | |
} | |
} | |
.line-block .line-block, | |
div.sphinxsidebar ul ul, | |
table.indextable dd, | |
table.indextable dl { | |
margin-top: 0; | |
margin-bottom: 0 | |
} | |
.pull-right { | |
float: right!important | |
} | |
.pull-left { | |
float: left!important | |
} | |
.hide, | |
.visible-lg, | |
.visible-md, | |
.visible-print, | |
.visible-sm, | |
.visible-xs, | |
td.visible-lg, | |
td.visible-md, | |
td.visible-print, | |
td.visible-sm, | |
td.visible-xs, | |
th.visible-lg, | |
th.visible-md, | |
th.visible-print, | |
th.visible-sm, | |
th.visible-xs, | |
tr.visible-lg, | |
tr.visible-md, | |
tr.visible-print, | |
tr.visible-sm, | |
tr.visible-xs { | |
display: none!important | |
} | |
.hidden-lg, | |
.hidden-md, | |
.hidden-sm, | |
.hidden-xs, | |
.show { | |
display: block!important | |
} | |
.invisible { | |
visibility: hidden | |
} | |
.text-hide { | |
font: 0/0 a; | |
color: transparent; | |
background-color: transparent; | |
border: 0 | |
} | |
.fa, | |
.fab, | |
.fal, | |
.far, | |
.fas, | |
[class*=icon-] { | |
-moz-osx-font-smoothing: grayscale; | |
-webkit-font-smoothing: antialiased; | |
font-style: normal; | |
font-variant: normal; | |
line-height: 1 | |
} | |
.far, | |
[class*=icon-] { | |
font-weight: 400 | |
} | |
.affix { | |
position: fixed | |
} | |
@-ms-viewport { | |
width: device-width | |
} | |
@media screen and (max-width:400px) { | |
@-ms-viewport { | |
width: 320px | |
} | |
} | |
.hidden { | |
display: none!important; | |
visibility: hidden!important | |
} | |
tr.hidden-lg, | |
tr.hidden-md, | |
tr.hidden-sm, | |
tr.hidden-xs { | |
display: table-row!important | |
} | |
td.hidden-lg, | |
td.hidden-md, | |
td.hidden-sm, | |
td.hidden-xs, | |
th.hidden-lg, | |
th.hidden-md, | |
th.hidden-sm, | |
th.hidden-xs { | |
display: table-cell!important | |
} | |
@media (max-width:767px) { | |
.visible-lg.visible-xs, | |
.visible-md.visible-xs, | |
.visible-sm.visible-xs, | |
.visible-xs { | |
display: block!important | |
} | |
tr.visible-lg.visible-xs, | |
tr.visible-md.visible-xs, | |
tr.visible-sm.visible-xs, | |
tr.visible-xs { | |
display: table-row!important | |
} | |
td.visible-lg.visible-xs, | |
td.visible-md.visible-xs, | |
td.visible-sm.visible-xs, | |
td.visible-xs, | |
th.visible-lg.visible-xs, | |
th.visible-md.visible-xs, | |
th.visible-sm.visible-xs, | |
th.visible-xs { | |
display: table-cell!important | |
} | |
.hidden-lg.hidden-xs, | |
.hidden-md.hidden-xs, | |
.hidden-sm.hidden-xs, | |
.hidden-xs, | |
td.hidden-lg.hidden-xs, | |
td.hidden-md.hidden-xs, | |
td.hidden-sm.hidden-xs, | |
td.hidden-xs, | |
th.hidden-lg.hidden-xs, | |
th.hidden-md.hidden-xs, | |
th.hidden-sm.hidden-xs, | |
th.hidden-xs, | |
tr.hidden-lg.hidden-xs, | |
tr.hidden-md.hidden-xs, | |
tr.hidden-sm.hidden-xs, | |
tr.hidden-xs { | |
display: none!important | |
} | |
} | |
@media (min-width:768px) and (max-width:991px) { | |
.visible-lg.visible-sm, | |
.visible-md.visible-sm, | |
.visible-sm, | |
.visible-xs.visible-sm { | |
display: block!important | |
} | |
tr.visible-lg.visible-sm, | |
tr.visible-md.visible-sm, | |
tr.visible-sm, | |
tr.visible-xs.visible-sm { | |
display: table-row!important | |
} | |
td.visible-lg.visible-sm, | |
td.visible-md.visible-sm, | |
td.visible-sm, | |
td.visible-xs.visible-sm, | |
th.visible-lg.visible-sm, | |
th.visible-md.visible-sm, | |
th.visible-sm, | |
th.visible-xs.visible-sm { | |
display: table-cell!important | |
} | |
.hidden-lg.hidden-sm, | |
.hidden-md.hidden-sm, | |
.hidden-sm, | |
.hidden-xs.hidden-sm, | |
td.hidden-lg.hidden-sm, | |
td.hidden-md.hidden-sm, | |
td.hidden-sm, | |
td.hidden-xs.hidden-sm, | |
th.hidden-lg.hidden-sm, | |
th.hidden-md.hidden-sm, | |
th.hidden-sm, | |
th.hidden-xs.hidden-sm, | |
tr.hidden-lg.hidden-sm, | |
tr.hidden-md.hidden-sm, | |
tr.hidden-sm, | |
tr.hidden-xs.hidden-sm { | |
display: none!important | |
} | |
} | |
@media (min-width:992px) and (max-width:1199px) { | |
.visible-lg.visible-md, | |
.visible-md, | |
.visible-sm.visible-md, | |
.visible-xs.visible-md { | |
display: block!important | |
} | |
tr.visible-lg.visible-md, | |
tr.visible-md, | |
tr.visible-sm.visible-md, | |
tr.visible-xs.visible-md { | |
display: table-row!important | |
} | |
td.visible-lg.visible-md, | |
td.visible-md, | |
td.visible-sm.visible-md, | |
td.visible-xs.visible-md, | |
th.visible-lg.visible-md, | |
th.visible-md, | |
th.visible-sm.visible-md, | |
th.visible-xs.visible-md { | |
display: table-cell!important | |
} | |
.hidden-lg.hidden-md, | |
.hidden-md, | |
.hidden-sm.hidden-md, | |
.hidden-xs.hidden-md, | |
td.hidden-lg.hidden-md, | |
td.hidden-md, | |
td.hidden-sm.hidden-md, | |
td.hidden-xs.hidden-md, | |
th.hidden-lg.hidden-md, | |
th.hidden-md, | |
th.hidden-sm.hidden-md, | |
th.hidden-xs.hidden-md, | |
tr.hidden-lg.hidden-md, | |
tr.hidden-md, | |
tr.hidden-sm.hidden-md, | |
tr.hidden-xs.hidden-md { | |
display: none!important | |
} | |
} | |
@media (min-width:1200px) { | |
.container { | |
max-width: 1170px | |
} | |
.col-lg-1, | |
.col-lg-10, | |
.col-lg-11, | |
.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-1 { | |
width: 8.333333333333332% | |
} | |
.col-lg-2 { | |
width: 16.666666666666664% | |
} | |
.col-lg-3 { | |
width: 25% | |
} | |
.col-lg-4 { | |
width: 33.33333333333333% | |
} | |
.col-lg-5 { | |
width: 41.66666666666667% | |
} | |
.col-lg-6 { | |
width: 50% | |
} | |
.col-lg-7 { | |
width: 58.333333333333336% | |
} | |
.col-lg-8 { | |
width: 66.66666666666666% | |
} | |
.col-lg-9 { | |
width: 75% | |
} | |
.col-lg-10 { | |
width: 83.33333333333334% | |
} | |
.col-lg-11 { | |
width: 91.66666666666666% | |
} | |
.col-lg-12 { | |
width: 100% | |
} | |
.col-lg-push-0 { | |
left: auto | |
} | |
.col-lg-push-1 { | |
left: 8.333333333333332% | |
} | |
.col-lg-push-2 { | |
left: 16.666666666666664% | |
} | |
.col-lg-push-3 { | |
left: 25% | |
} | |
.col-lg-push-4 { | |
left: 33.33333333333333% | |
} | |
.col-lg-push-5 { | |
left: 41.66666666666667% | |
} | |
.col-lg-push-6 { | |
left: 50% | |
} | |
.col-lg-push-7 { | |
left: 58.333333333333336% | |
} | |
.col-lg-push-8 { | |
left: 66.66666666666666% | |
} | |
.col-lg-push-9 { | |
left: 75% | |
} | |
.col-lg-push-10 { | |
left: 83.33333333333334% | |
} | |
.col-lg-push-11 { | |
left: 91.66666666666666% | |
} | |
.col-lg-pull-0 { | |
right: auto | |
} | |
.col-lg-pull-1 { | |
right: 8.333333333333332% | |
} | |
.col-lg-pull-2 { | |
right: 16.666666666666664% | |
} | |
.col-lg-pull-3 { | |
right: 25% | |
} | |
.col-lg-pull-4 { | |
right: 33.33333333333333% | |
} | |
.col-lg-pull-5 { | |
right: 41.66666666666667% | |
} | |
.col-lg-pull-6 { | |
right: 50% | |
} | |
.col-lg-pull-7 { | |
right: 58.333333333333336% | |
} | |
.col-lg-pull-8 { | |
right: 66.66666666666666% | |
} | |
.col-lg-pull-9 { | |
right: 75% | |
} | |
.col-lg-pull-10 { | |
right: 83.33333333333334% | |
} | |
.col-lg-pull-11 { | |
right: 91.66666666666666% | |
} | |
.col-lg-offset-0 { | |
margin-left: 0 | |
} | |
.col-lg-offset-1 { | |
margin-left: 8.333333333333332% | |
} | |
.col-lg-offset-2 { | |
margin-left: 16.666666666666664% | |
} | |
.col-lg-offset-3 { | |
margin-left: 25% | |
} | |
.col-lg-offset-4 { | |
margin-left: 33.33333333333333% | |
} | |
.col-lg-offset-5 { | |
margin-left: 41.66666666666667% | |
} | |
.col-lg-offset-6 { | |
margin-left: 50% | |
} | |
.col-lg-offset-7 { | |
margin-left: 58.333333333333336% | |
} | |
.col-lg-offset-8 { | |
margin-left: 66.66666666666666% | |
} | |
.col-lg-offset-9 { | |
margin-left: 75% | |
} | |
.col-lg-offset-10 { | |
margin-left: 83.33333333333334% | |
} | |
.col-lg-offset-11 { | |
margin-left: 91.66666666666666% | |
} | |
.visible-lg, | |
.visible-md.visible-lg, | |
.visible-sm.visible-lg, | |
.visible-xs.visible-lg { | |
display: block!important | |
} | |
tr.visible-lg, | |
tr.visible-md.visible-lg, | |
tr.visible-sm.visible-lg, | |
tr.visible-xs.visible-lg { | |
display: table-row!important | |
} | |
td.visible-lg, | |
td.visible-md.visible-lg, | |
td.visible-sm.visible-lg, | |
td.visible-xs.visible-lg, | |
th.visible-lg, | |
th.visible-md.visible-lg, | |
th.visible-sm.visible-lg, | |
th.visible-xs.visible-lg { | |
display: table-cell!important | |
} | |
.hidden-lg, | |
.hidden-md.hidden-lg, | |
.hidden-sm.hidden-lg, | |
.hidden-xs.hidden-lg, | |
td.hidden-lg, | |
td.hidden-md.hidden-lg, | |
td.hidden-sm.hidden-lg, | |
td.hidden-xs.hidden-lg, | |
th.hidden-lg, | |
th.hidden-md.hidden-lg, | |
th.hidden-sm.hidden-lg, | |
th.hidden-xs.hidden-lg, | |
tr.hidden-lg, | |
tr.hidden-md.hidden-lg, | |
tr.hidden-sm.hidden-lg, | |
tr.hidden-xs.hidden-lg { | |
display: none!important | |
} | |
} | |
.fa-stack, | |
.fa4 { | |
display: inline-block | |
} | |
@font-face { | |
font-family: icomoon; | |
src: url(//media.mongodb.org/fonts/icomoon.eot?qcwgdc); | |
src: url(//media.mongodb.org/fonts/icomoon.eot?#iefixqcwgdc) format('embedded-opentype'), url(//media.mongodb.org/fonts/icomoon.ttf?qcwgdc) format('truetype'), url(//media.mongodb.org/fonts/icomoon.woff?qcwgdc) format('woff'), url(//media.mongodb.org/fonts/icomoon.svg?qcwgdc#icomoon) format('svg'); | |
font-weight: 400; | |
font-style: normal | |
} | |
[class*=icon-] { | |
font-family: icomoon; | |
speak: none; | |
-webkit-font-feature-settings: normal; | |
font-feature-settings: normal | |
} | |
.admonition .admonition-title, | |
.deluge-vote a, | |
.guide__pill, | |
.nav-panel .nav-panel-top__li, | |
div.sphinxsidebar h3 a.index-link { | |
text-transform: uppercase | |
} | |
.icon-file-pdf:before { | |
content: "\e600" | |
} | |
.icon-file-xml:before { | |
content: "\e601" | |
} | |
.icon-book:before { | |
content: "\e602" | |
} | |
.icon-edit:before { | |
content: "\e603" | |
} | |
.icon-translation:before { | |
content: "\e604" | |
} | |
.icon-feedback:before { | |
content: "\e606" | |
} | |
:root { | |
--gray-dark3: #21313C; | |
--gray-dark2: #3D4F58; | |
--gray-dark1: #5D6C74; | |
--gray-base: #89989B; | |
--gray-light1: #B8C4C2; | |
--gray-light2: #E7EEEC; | |
--gray-light3: #F9FBFA; | |
--mongodb-green: #13aa52; | |
--mongodb-green: var(--leaf); | |
--leaf: #13aa52; | |
--fern: #12924f; | |
--forest: #116149; | |
--fog: #b8c4c2; | |
--graphite: #21313c; | |
--white: #fefefe; | |
--spring: #91c851; | |
--daffodile: #ffdd49; | |
--mongodb-green-light: #c2e0b4; | |
--mongodb-green-neutral: #eff6ec; | |
--green-secondary: #3c6626; | |
--blush: #f4758b; | |
--blush-light: #f9c7d0; | |
--blush-neutral: #fdf1f2; | |
--air: #c2deff; | |
--air-light: #e7f0f9; | |
--air-neutral: #f3f7fd; | |
--marigold: #f4b65d; | |
--marigold-light: #f6d29d; | |
--marigold-neutral: #fff7ee; | |
--tomato: #ef4c4c; | |
--light-grey-green: #c2e0b4; | |
--light-tan: #f6d29d; | |
--charcoal-grey-two: #424950; | |
--grey-primary: #b3bbc1; | |
--grey-secondary: #616161; | |
--light-grey-primary: #e0e7e8; | |
--light-grey-secondary: #f5f6f7; | |
--primary-shadow: rgba(0, 0, 0, .1); | |
--mms-alert-blue: #43b1e5; | |
--mms-alert-red: #ef4c4c; | |
--mms-alert-red-dark: color(var(--alert-red) tint(25%)); | |
--mms-alert-red-dark: color(var(--alert-red) tint(25%)); | |
--mms-gray1: #464c4f; | |
--mms-gray5: #babdbe; | |
--mms-green2: #13aa52; | |
--mms-warning-text: #ffb618; | |
--sans-serif: "Akzidenz", "Helvetica Neue", sans-serif; | |
--monospace: "Source Code Pro", monospace; | |
--hr-style: 1px solid #e0e7e8; | |
--hr-style: 1px solid var(--light-grey-primary); | |
--image-chevron: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="12" width="7.4"><path d="M1.4 0L0 1.4 4.6 6 0 10.6 1.4 12l6-6z" fill="%2369b241"/></svg>') no-repeat center; | |
--chevron-width: 16px; | |
--image-caret: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="4.5" width="7.9"><path d="M7.8.1a.5.5 0 0 0-.4-.1H.5a.5.5 0 0 0-.4.1.5.5 0 0 0-.1.4l.1.3 3.5 3.5a.5.5 0 0 0 .4.2c.1 0 .2 0 .3-.2L7.8.8a.5.5 0 0 0 .1-.3L7.8.1z" fill="%32464c4f"/></svg>') no-repeat center; | |
--caret-width: 10px; | |
--external-link: "\f35d"; | |
--exclamation-circle: "\f06a"; | |
--check-circle: "\f058" | |
} | |
/*! | |
* Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com | |
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) | |
*/ | |
.fa, | |
.fab, | |
.fal, | |
.far, | |
.fas { | |
display: inline-block; | |
-webkit-font-feature-settings: normal; | |
font-feature-settings: normal; | |
text-rendering: auto | |
} | |
.fa-lg { | |
font-size: 1.33333em; | |
line-height: .75em; | |
vertical-align: -.0667em | |
} | |
.fa-xs { | |
font-size: .75em | |
} | |
.fa-sm { | |
font-size: .875em | |
} | |
.fa-1x { | |
font-size: 1em | |
} | |
.fa-2x, | |
.fa-stack-2x, | |
.fa4-2x, | |
.fa4-stack-2x { | |
font-size: 2em | |
} | |
.fa-3x, | |
.fa4-3x { | |
font-size: 3em | |
} | |
.fa-4x, | |
.fa4-4x { | |
font-size: 4em | |
} | |
.fa-5x, | |
.fa4-5x { | |
font-size: 5em | |
} | |
.fa-6x { | |
font-size: 6em | |
} | |
.fa-7x { | |
font-size: 7em | |
} | |
.fa-8x { | |
font-size: 8em | |
} | |
.fa-9x { | |
font-size: 9em | |
} | |
.fa-10x { | |
font-size: 10em | |
} | |
.fa-fw { | |
width: 1.25em | |
} | |
.fa-ul { | |
margin-left: 2.5em; | |
padding-left: 0 | |
} | |
.fa-li { | |
left: -2em; | |
position: absolute; | |
width: 2em; | |
line-height: inherit | |
} | |
.fa-border { | |
border: .08em solid #eee; | |
border-radius: .1em; | |
padding: .2em .25em .15em | |
} | |
.fa.fa-pull-left, | |
.fa4.fa4-pull-left, | |
.fab.fa-pull-left, | |
.fal.fa-pull-left, | |
.far.fa-pull-left, | |
.fas.fa-pull-left { | |
margin-right: .3em | |
} | |
.fa.fa-pull-right, | |
.fa4.fa4-pull-right, | |
.fab.fa-pull-right, | |
.fal.fa-pull-right, | |
.far.fa-pull-right, | |
.fas.fa-pull-right { | |
margin-left: .3em | |
} | |
.fa-spin, | |
.fa4-spin { | |
-webkit-animation: 2s linear infinite fa-spin; | |
animation: 2s linear infinite fa-spin | |
} | |
.fa-pulse, | |
.fa4-pulse { | |
-webkit-animation: 1s steps(8) infinite fa-spin; | |
animation: 1s steps(8) infinite fa-spin | |
} | |
@-webkit-keyframes fa-spin { | |
0% { | |
-webkit-transform: rotate(0); | |
transform: rotate(0) | |
} | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg) | |
} | |
} | |
@keyframes fa-spin { | |
0% { | |
-webkit-transform: rotate(0); | |
transform: rotate(0) | |
} | |
100% { | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg) | |
} | |
} | |
.fa-rotate-90, | |
.fa4-rotate-90 { | |
-webkit-transform: rotate(90deg); | |
transform: rotate(90deg) | |
} | |
.fa-rotate-180, | |
.fa4-rotate-180 { | |
-webkit-transform: rotate(180deg); | |
transform: rotate(180deg) | |
} | |
.fa-rotate-270, | |
.fa4-rotate-270 { | |
-webkit-transform: rotate(270deg); | |
transform: rotate(270deg) | |
} | |
.fa-flip-horizontal, | |
.fa4-flip-horizontal { | |
-webkit-transform: scale(-1, 1); | |
transform: scale(-1, 1) | |
} | |
.fa-flip-vertical, | |
.fa4-flip-vertical { | |
-webkit-transform: scale(1, -1); | |
transform: scale(1, -1) | |
} | |
.fa-flip-horizontal.fa-flip-vertical { | |
-webkit-transform: scale(-1, -1); | |
transform: scale(-1, -1) | |
} | |
:root .fa-flip-horizontal, | |
:root .fa-flip-vertical, | |
:root .fa-rotate-180, | |
:root .fa-rotate-270, | |
:root .fa-rotate-90, | |
:root .fa4-flip-horizontal, | |
:root .fa4-flip-vertical, | |
:root .fa4-rotate-180, | |
:root .fa4-rotate-270, | |
:root .fa4-rotate-90 { | |
-webkit-filter: none; | |
filter: none | |
} | |
.fa-stack { | |
height: 2em; | |
line-height: 2em; | |
position: relative; | |
vertical-align: middle; | |
width: 2em | |
} | |
.fa4-li, | |
.sr-only { | |
position: absolute | |
} | |
.fa-stack-1x, | |
.fa-stack-2x { | |
left: 0; | |
position: absolute; | |
width: 100% | |
} | |
.card-small .card-content, | |
.fa-stack-1x, | |
.fa4-stack-1x { | |
line-height: inherit | |
} | |
.deluge-header a, | |
.dropdown-menu>li:hover, | |
.fa-inverse, | |
.fa4-inverse { | |
color: #fff | |
} | |
.fa-500px:before, | |
.fa4-500px:before { | |
content: "\f26e" | |
} | |
.fa-accessible-icon:before { | |
content: "\f368" | |
} | |
.fa-accusoft:before { | |
content: "\f369" | |
} | |
.fa-ad:before { | |
content: "\f641" | |
} | |
.fa-address-book:before, | |
.fa4-address-book:before { | |
content: "\f2b9" | |
} | |
.fa-address-card:before, | |
.fa4-address-card:before, | |
.fa4-vcard:before { | |
content: "\f2bb" | |
} | |
.fa-adjust:before, | |
.fa4-adjust:before { | |
content: "\f042" | |
} | |
.fa-adn:before, | |
.fa4-adn:before { | |
content: "\f170" | |
} | |
.fa-adversal:before { | |
content: "\f36a" | |
} | |
.fa-affiliatetheme:before { | |
content: "\f36b" | |
} | |
.fa-air-freshener:before { | |
content: "\f5d0" | |
} | |
.fa-algolia:before { | |
content: "\f36c" | |
} | |
.fa-align-center:before, | |
.fa4-align-center:before { | |
content: "\f037" | |
} | |
.fa-align-justify:before, | |
.fa4-align-justify:before { | |
content: "\f039" | |
} | |
.fa-align-left:before, | |
.fa4-align-left:before { | |
content: "\f036" | |
} | |
.fa-align-right:before, | |
.fa4-align-right:before { | |
content: "\f038" | |
} | |
.fa-alipay:before { | |
content: "\f642" | |
} | |
.fa-allergies:before { | |
content: "\f461" | |
} | |
.fa-amazon:before, | |
.fa4-amazon:before { | |
content: "\f270" | |
} | |
.fa-amazon-pay:before { | |
content: "\f42c" | |
} | |
.fa-ambulance:before, | |
.fa4-ambulance:before { | |
content: "\f0f9" | |
} | |
.fa-american-sign-language-interpreting:before, | |
.fa4-american-sign-language-interpreting:before, | |
.fa4-asl-interpreting:before { | |
content: "\f2a3" | |
} | |
.fa-amilia:before { | |
content: "\f36d" | |
} | |
.fa-anchor:before, | |
.fa4-anchor:before { | |
content: "\f13d" | |
} | |
.fa-android:before, | |
.fa4-android:before { | |
content: "\f17b" | |
} | |
.fa-angellist:before, | |
.fa4-angellist:before { | |
content: "\f209" | |
} | |
.fa-angle-double-down:before, | |
.fa4-angle-double-down:before { | |
content: "\f103" | |
} | |
.fa-angle-double-left:before, | |
.fa4-angle-double-left:before { | |
content: "\f100" | |
} | |
.fa-angle-double-right:before, | |
.fa4-angle-double-right:before { | |
content: "\f101" | |
} | |
.fa-angle-double-up:before, | |
.fa4-angle-double-up:before { | |
content: "\f102" | |
} | |
.fa-angle-down:before, | |
.fa4-angle-down:before { | |
content: "\f107" | |
} | |
.fa-angle-left:before, | |
.fa4-angle-left:before { | |
content: "\f104" | |
} | |
.fa-angle-right:before, | |
.fa4-angle-right:before { | |
content: "\f105" | |
} | |
.fa-angle-up:before, | |
.fa4-angle-up:before { | |
content: "\f106" | |
} | |
.fa-angry:before { | |
content: "\f556" | |
} | |
.fa-angrycreative:before { | |
content: "\f36e" | |
} | |
.fa-angular:before { | |
content: "\f420" | |
} | |
.fa-ankh:before { | |
content: "\f644" | |
} | |
.fa-app-store:before { | |
content: "\f36f" | |
} | |
.fa-app-store-ios:before { | |
content: "\f370" | |
} | |
.fa-apper:before { | |
content: "\f371" | |
} | |
.fa-apple:before, | |
.fa4-apple:before { | |
content: "\f179" | |
} | |
.fa-apple-alt:before { | |
content: "\f5d1" | |
} | |
.fa-apple-pay:before { | |
content: "\f415" | |
} | |
.fa-archive:before, | |
.fa4-archive:before { | |
content: "\f187" | |
} | |
.fa-archway:before { | |
content: "\f557" | |
} | |
.fa-arrow-alt-circle-down:before { | |
content: "\f358" | |
} | |
.fa-arrow-alt-circle-left:before { | |
content: "\f359" | |
} | |
.fa-arrow-alt-circle-right:before { | |
content: "\f35a" | |
} | |
.fa-arrow-alt-circle-up:before { | |
content: "\f35b" | |
} | |
.fa-arrow-circle-down:before, | |
.fa4-arrow-circle-down:before { | |
content: "\f0ab" | |
} | |
.fa-arrow-circle-left:before, | |
.fa4-arrow-circle-left:before { | |
content: "\f0a8" | |
} | |
.fa-arrow-circle-right:before, | |
.fa4-arrow-circle-right:before { | |
content: "\f0a9" | |
} | |
.fa-arrow-circle-up:before, | |
.fa4-arrow-circle-up:before { | |
content: "\f0aa" | |
} | |
.fa-arrow-down:before, | |
.fa4-arrow-down:before { | |
content: "\f063" | |
} | |
.fa-arrow-left:before, | |
.fa4-arrow-left:before { | |
content: "\f060" | |
} | |
.fa-arrow-right:before, | |
.fa4-arrow-right:before { | |
content: "\f061" | |
} | |
.fa-arrow-up:before, | |
.fa4-arrow-up:before { | |
content: "\f062" | |
} | |
.fa-arrows-alt:before, | |
.fa4-arrows-alt:before { | |
content: "\f0b2" | |
} | |
.fa-arrows-alt-h:before { | |
content: "\f337" | |
} | |
.fa-arrows-alt-v:before { | |
content: "\f338" | |
} | |
.fa-assistive-listening-systems:before, | |
.fa4-assistive-listening-systems:before { | |
content: "\f2a2" | |
} | |
.fa-asterisk:before, | |
.fa4-asterisk:before { | |
content: "\f069" | |
} | |
.fa-asymmetrik:before { | |
content: "\f372" | |
} | |
.fa-at:before, | |
.fa4-at:before { | |
content: "\f1fa" | |
} | |
.fa-atlas:before { | |
content: "\f558" | |
} | |
.fa-atom:before { | |
content: "\f5d2" | |
} | |
.fa-audible:before { | |
content: "\f373" | |
} | |
.fa-audio-description:before, | |
.fa4-audio-description:before { | |
content: "\f29e" | |
} | |
.fa-autoprefixer:before { | |
content: "\f41c" | |
} | |
.fa-avianex:before { | |
content: "\f374" | |
} | |
.fa-aviato:before { | |
content: "\f421" | |
} | |
.fa-award:before { | |
content: "\f559" | |
} | |
.fa-aws:before { | |
content: "\f375" | |
} | |
.fa-backspace:before { | |
content: "\f55a" | |
} | |
.fa-backward:before, | |
.fa4-backward:before { | |
content: "\f04a" | |
} | |
.fa-balance-scale:before, | |
.fa4-balance-scale:before { | |
content: "\f24e" | |
} | |
.fa-ban:before, | |
.fa4-ban:before { | |
content: "\f05e" | |
} | |
.fa-band-aid:before { | |
content: "\f462" | |
} | |
.fa-bandcamp:before, | |
.fa4-bandcamp:before { | |
content: "\f2d5" | |
} | |
.fa-barcode:before, | |
.fa4-barcode:before { | |
content: "\f02a" | |
} | |
.fa-bars:before, | |
.fa4-bars:before, | |
.fa4-navicon:before, | |
.fa4-reorder:before { | |
content: "\f0c9" | |
} | |
.fa-baseball-ball:before { | |
content: "\f433" | |
} | |
.fa-basketball-ball:before { | |
content: "\f434" | |
} | |
.fa-bath:before, | |
.fa4-bath:before, | |
.fa4-bathtub:before, | |
.fa4-s15:before { | |
content: "\f2cd" | |
} | |
.fa-battery-empty:before, | |
.fa4-battery-0:before, | |
.fa4-battery-empty:before { | |
content: "\f244" | |
} | |
.fa-battery-full:before, | |
.fa4-battery-4:before, | |
.fa4-battery-full:before, | |
.fa4-battery:before { | |
content: "\f240" | |
} | |
.fa-battery-half:before, | |
.fa4-battery-2:before, | |
.fa4-battery-half:before { | |
content: "\f242" | |
} | |
.fa-battery-quarter:before, | |
.fa4-battery-1:before, | |
.fa4-battery-quarter:before { | |
content: "\f243" | |
} | |
.fa-battery-three-quarters:before, | |
.fa4-battery-3:before, | |
.fa4-battery-three-quarters:before { | |
content: "\f241" | |
} | |
.fa-bed:before, | |
.fa4-bed:before, | |
.fa4-hotel:before { | |
content: "\f236" | |
} | |
.fa-beer:before, | |
.fa4-beer:before { | |
content: "\f0fc" | |
} | |
.fa-behance:before, | |
.fa4-behance:before { | |
content: "\f1b4" | |
} | |
.fa-behance-square:before, | |
.fa4-behance-square:before { | |
content: "\f1b5" | |
} | |
.fa-bell:before, | |
.fa4-bell:before { | |
content: "\f0f3" | |
} | |
.fa-bell-slash:before, | |
.fa4-bell-slash:before { | |
content: "\f1f6" | |
} | |
.fa-bezier-curve:before { | |
content: "\f55b" | |
} | |
.fa-bible:before { | |
content: "\f647" | |
} | |
.fa-bicycle:before, | |
.fa4-bicycle:before { | |
content: "\f206" | |
} | |
.fa-bimobject:before { | |
content: "\f378" | |
} | |
.fa-binoculars:before, | |
.fa4-binoculars:before { | |
content: "\f1e5" | |
} | |
.fa-birthday-cake:before, | |
.fa4-birthday-cake:before { | |
content: "\f1fd" | |
} | |
.fa-bitbucket:before, | |
.fa4-bitbucket:before { | |
content: "\f171" | |
} | |
.fa-bitcoin:before { | |
content: "\f379" | |
} | |
.fa-bity:before { | |
content: "\f37a" | |
} | |
.fa-black-tie:before, | |
.fa4-black-tie:before { | |
content: "\f27e" | |
} | |
.fa-blackberry:before { | |
content: "\f37b" | |
} | |
.fa-blender:before { | |
content: "\f517" | |
} | |
.fa-blind:before, | |
.fa4-blind:before { | |
content: "\f29d" | |
} | |
.fa-blogger:before { | |
content: "\f37c" | |
} | |
.fa-blogger-b:before { | |
content: "\f37d" | |
} | |
.fa-bluetooth:before, | |
.fa4-bluetooth:before { | |
content: "\f293" | |
} | |
.fa-bluetooth-b:before, | |
.fa4-bluetooth-b:before { | |
content: "\f294" | |
} | |
.fa-bold:before, | |
.fa4-bold:before { | |
content: "\f032" | |
} | |
.fa-bolt:before, | |
.fa4-bolt:before, | |
.fa4-flash:before { | |
content: "\f0e7" | |
} | |
.fa-bomb:before, | |
.fa4-bomb:before { | |
content: "\f1e2" | |
} | |
.fa-bone:before { | |
content: "\f5d7" | |
} | |
.fa-bong:before { | |
content: "\f55c" | |
} | |
.fa-book:before, | |
.fa4-book:before { | |
content: "\f02d" | |
} | |
.fa-book-open:before { | |
content: "\f518" | |
} | |
.fa-book-reader:before { | |
content: "\f5da" | |
} | |
.fa-bookmark:before, | |
.fa4-bookmark:before { | |
content: "\f02e" | |
} | |
.fa-bowling-ball:before { | |
content: "\f436" | |
} | |
.fa-box:before { | |
content: "\f466" | |
} | |
.fa-box-open:before { | |
content: "\f49e" | |
} | |
.fa-boxes:before { | |
content: "\f468" | |
} | |
.fa-braille:before, | |
.fa4-braille:before { | |
content: "\f2a1" | |
} | |
.fa-brain:before { | |
content: "\f5dc" | |
} | |
.fa-briefcase:before, | |
.fa4-briefcase:before { | |
content: "\f0b1" | |
} | |
.fa-briefcase-medical:before { | |
content: "\f469" | |
} | |
.fa-broadcast-tower:before { | |
content: "\f519" | |
} | |
.fa-broom:before { | |
content: "\f51a" | |
} | |
.fa-brush:before { | |
content: "\f55d" | |
} | |
.fa-btc:before, | |
.fa4-bitcoin:before, | |
.fa4-btc:before { | |
content: "\f15a" | |
} | |
.fa-bug:before, | |
.fa4-bug:before { | |
content: "\f188" | |
} | |
.fa-building:before, | |
.fa4-building:before { | |
content: "\f1ad" | |
} | |
.fa-bullhorn:before, | |
.fa4-bullhorn:before { | |
content: "\f0a1" | |
} | |
.fa-bullseye:before, | |
.fa4-bullseye:before { | |
content: "\f140" | |
} | |
.fa-burn:before { | |
content: "\f46a" | |
} | |
.fa-buromobelexperte:before { | |
content: "\f37f" | |
} | |
.fa-bus:before, | |
.fa4-bus:before { | |
content: "\f207" | |
} | |
.fa-bus-alt:before { | |
content: "\f55e" | |
} | |
.fa-business-time:before { | |
content: "\f64a" | |
} | |
.fa-buysellads:before, | |
.fa4-buysellads:before { | |
content: "\f20d" | |
} | |
.fa-calculator:before, | |
.fa4-calculator:before { | |
content: "\f1ec" | |
} | |
.fa-calendar:before, | |
.fa4-calendar-o:before { | |
content: "\f133" | |
} | |
.fa-calendar-alt:before, | |
.fa4-calendar:before { | |
content: "\f073" | |
} | |
.fa-calendar-check:before, | |
.fa4-calendar-check-o:before { | |
content: "\f274" | |
} | |
.fa-calendar-minus:before, | |
.fa4-calendar-minus-o:before { | |
content: "\f272" | |
} | |
.fa-calendar-plus:before, | |
.fa4-calendar-plus-o:before { | |
content: "\f271" | |
} | |
.fa-calendar-times:before, | |
.fa4-calendar-times-o:before { | |
content: "\f273" | |
} | |
.fa-camera:before, | |
.fa4-camera:before { | |
content: "\f030" | |
} | |
.fa-camera-retro:before, | |
.fa4-camera-retro:before { | |
content: "\f083" | |
} | |
.fa-cannabis:before { | |
content: "\f55f" | |
} | |
.fa-capsules:before { | |
content: "\f46b" | |
} | |
.fa-car:before, | |
.fa4-automobile:before, | |
.fa4-car:before { | |
content: "\f1b9" | |
} | |
.fa-car-alt:before { | |
content: "\f5de" | |
} | |
.fa-car-battery:before { | |
content: "\f5df" | |
} | |
.fa-car-crash:before { | |
content: "\f5e1" | |
} | |
.fa-car-side:before { | |
content: "\f5e4" | |
} | |
.fa-caret-down:before, | |
.fa4-caret-down:before { | |
content: "\f0d7" | |
} | |
.fa-caret-left:before, | |
.fa4-caret-left:before { | |
content: "\f0d9" | |
} | |
.fa-caret-right:before, | |
.fa4-caret-right:before { | |
content: "\f0da" | |
} | |
.fa-caret-square-down:before, | |
.fa4-caret-square-o-down:before, | |
.fa4-toggle-down:before { | |
content: "\f150" | |
} | |
.fa-caret-square-left:before, | |
.fa4-caret-square-o-left:before, | |
.fa4-toggle-left:before { | |
content: "\f191" | |
} | |
.fa-caret-square-right:before, | |
.fa4-caret-square-o-right:before, | |
.fa4-toggle-right:before { | |
content: "\f152" | |
} | |
.fa-caret-square-up:before, | |
.fa4-caret-square-o-up:before, | |
.fa4-toggle-up:before { | |
content: "\f151" | |
} | |
.fa-caret-up:before, | |
.fa4-caret-up:before { | |
content: "\f0d8" | |
} | |
.fa-cart-arrow-down:before, | |
.fa4-cart-arrow-down:before { | |
content: "\f218" | |
} | |
.fa-cart-plus:before, | |
.fa4-cart-plus:before { | |
content: "\f217" | |
} | |
.fa-cc-amazon-pay:before { | |
content: "\f42d" | |
} | |
.fa-cc-amex:before, | |
.fa4-cc-amex:before { | |
content: "\f1f3" | |
} | |
.fa-cc-apple-pay:before { | |
content: "\f416" | |
} | |
.fa-cc-diners-club:before, | |
.fa4-cc-diners-club:before { | |
content: "\f24c" | |
} | |
.fa-cc-discover:before, | |
.fa4-cc-discover:before { | |
content: "\f1f2" | |
} | |
.fa-cc-jcb:before, | |
.fa4-cc-jcb:before { | |
content: "\f24b" | |
} | |
.fa-cc-mastercard:before, | |
.fa4-cc-mastercard:before { | |
content: "\f1f1" | |
} | |
.fa-cc-paypal:before, | |
.fa4-cc-paypal:before { | |
content: "\f1f4" | |
} | |
.fa-cc-stripe:before, | |
.fa4-cc-stripe:before { | |
content: "\f1f5" | |
} | |
.fa-cc-visa:before, | |
.fa4-cc-visa:before { | |
content: "\f1f0" | |
} | |
.fa-centercode:before { | |
content: "\f380" | |
} | |
.fa-certificate:before, | |
.fa4-certificate:before { | |
content: "\f0a3" | |
} | |
.fa-chalkboard:before { | |
content: "\f51b" | |
} | |
.fa-chalkboard-teacher:before { | |
content: "\f51c" | |
} | |
.fa-charging-station:before { | |
content: "\f5e7" | |
} | |
.fa-chart-area:before, | |
.fa4-area-chart:before { | |
content: "\f1fe" | |
} | |
.fa-chart-bar:before, | |
.fa4-bar-chart-o:before, | |
.fa4-bar-chart:before { | |
content: "\f080" | |
} | |
.fa-chart-line:before, | |
.fa4-line-chart:before { | |
content: "\f201" | |
} | |
.fa-chart-pie:before, | |
.fa4-pie-chart:before { | |
content: "\f200" | |
} | |
.fa-check:before, | |
.fa4-check:before { | |
content: "\f00c" | |
} | |
.fa-check-circle:before, | |
.fa4-check-circle:before { | |
content: "\f058" | |
} | |
.fa-check-double:before { | |
content: "\f560" | |
} | |
.fa-check-square:before, | |
.fa4-check-square:before { | |
content: "\f14a" | |
} | |
.fa-chess:before { | |
content: "\f439" | |
} | |
.fa-chess-bishop:before { | |
content: "\f43a" | |
} | |
.fa-chess-board:before { | |
content: "\f43c" | |
} | |
.fa-chess-king:before { | |
content: "\f43f" | |
} | |
.fa-chess-knight:before { | |
content: "\f441" | |
} | |
.fa-chess-pawn:before { | |
content: "\f443" | |
} | |
.fa-chess-queen:before { | |
content: "\f445" | |
} | |
.fa-chess-rook:before { | |
content: "\f447" | |
} | |
.fa-chevron-circle-down:before, | |
.fa4-chevron-circle-down:before { | |
content: "\f13a" | |
} | |
.fa-chevron-circle-left:before, | |
.fa4-chevron-circle-left:before { | |
content: "\f137" | |
} | |
.fa-chevron-circle-right:before, | |
.fa4-chevron-circle-right:before { | |
content: "\f138" | |
} | |
.fa-chevron-circle-up:before, | |
.fa4-chevron-circle-up:before { | |
content: "\f139" | |
} | |
.fa-chevron-down:before, | |
.fa4-chevron-down:before { | |
content: "\f078" | |
} | |
.fa-chevron-left:before, | |
.fa4-chevron-left:before { | |
content: "\f053" | |
} | |
.fa-chevron-right:before, | |
.fa4-chevron-right:before { | |
content: "\f054" | |
} | |
.fa-chevron-up:before, | |
.fa4-chevron-up:before { | |
content: "\f077" | |
} | |
.fa-child:before, | |
.fa4-child:before { | |
content: "\f1ae" | |
} | |
.fa-chrome:before, | |
.fa4-chrome:before { | |
content: "\f268" | |
} | |
.fa-church:before { | |
content: "\f51d" | |
} | |
.fa-circle:before, | |
.fa4-circle:before { | |
content: "\f111" | |
} | |
.fa-circle-notch:before, | |
.fa4-circle-o-notch:before { | |
content: "\f1ce" | |
} | |
.fa-city:before { | |
content: "\f64f" | |
} | |
.fa-clipboard:before { | |
content: "\f328" | |
} | |
.fa-clipboard-check:before { | |
content: "\f46c" | |
} | |
.fa-clipboard-list:before { | |
content: "\f46d" | |
} | |
.fa-clock:before, | |
.fa4-clock-o:before { | |
content: "\f017" | |
} | |
.fa-clone:before, | |
.fa4-clone:before { | |
content: "\f24d" | |
} | |
.fa-closed-captioning:before, | |
.fa4-cc:before { | |
content: "\f20a" | |
} | |
.fa-cloud:before, | |
.fa4-cloud:before { | |
content: "\f0c2" | |
} | |
.fa-cloud-download-alt:before { | |
content: "\f381" | |
} | |
.fa-cloud-upload-alt:before { | |
content: "\f382" | |
} | |
.fa-cloudscale:before { | |
content: "\f383" | |
} | |
.fa-cloudsmith:before { | |
content: "\f384" | |
} | |
.fa-cloudversify:before { | |
content: "\f385" | |
} | |
.fa-cocktail:before { | |
content: "\f561" | |
} | |
.fa-code:before, | |
.fa4-code:before { | |
content: "\f121" | |
} | |
.fa-code-branch:before, | |
.fa4-code-fork:before { | |
content: "\f126" | |
} | |
.fa-codepen:before, | |
.fa4-codepen:before { | |
content: "\f1cb" | |
} | |
.fa-codiepie:before, | |
.fa4-codiepie:before { | |
content: "\f284" | |
} | |
.fa-coffee:before, | |
.fa4-coffee:before { | |
content: "\f0f4" | |
} | |
.fa-cog:before, | |
.fa4-cog:before, | |
.fa4-gear:before { | |
content: "\f013" | |
} | |
.fa-cogs:before, | |
.fa4-cogs:before, | |
.fa4-gears:before { | |
content: "\f085" | |
} | |
.fa-coins:before { | |
content: "\f51e" | |
} | |
.fa-columns:before, | |
.fa4-columns:before { | |
content: "\f0db" | |
} | |
.fa-comment:before, | |
.fa4-comment:before { | |
content: "\f075" | |
} | |
.fa-comment-alt:before, | |
.fa4-commenting:before { | |
content: "\f27a" | |
} | |
.fa-comment-dollar:before { | |
content: "\f651" | |
} | |
.fa-comment-dots:before { | |
content: "\f4ad" | |
} | |
.fa-comment-slash:before { | |
content: "\f4b3" | |
} | |
.fa-comments:before, | |
.fa4-comments:before { | |
content: "\f086" | |
} | |
.fa-comments-dollar:before { | |
content: "\f653" | |
} | |
.fa-compact-disc:before { | |
content: "\f51f" | |
} | |
.fa-compass:before, | |
.fa4-compass:before { | |
content: "\f14e" | |
} | |
.fa-compress:before, | |
.fa4-compress:before { | |
content: "\f066" | |
} | |
.fa-concierge-bell:before { | |
content: "\f562" | |
} | |
.fa-connectdevelop:before, | |
.fa4-connectdevelop:before { | |
content: "\f20e" | |
} | |
.fa-contao:before, | |
.fa4-contao:before { | |
content: "\f26d" | |
} | |
.fa-cookie:before { | |
content: "\f563" | |
} | |
.fa-cookie-bite:before { | |
content: "\f564" | |
} | |
.fa-copy:before, | |
.fa4-copy:before, | |
.fa4-files-o:before { | |
content: "\f0c5" | |
} | |
.fa-copyright:before, | |
.fa4-copyright:before { | |
content: "\f1f9" | |
} | |
.fa-couch:before { | |
content: "\f4b8" | |
} | |
.fa-cpanel:before { | |
content: "\f388" | |
} | |
.fa-creative-commons:before, | |
.fa4-creative-commons:before { | |
content: "\f25e" | |
} | |
.fa-creative-commons-by:before { | |
content: "\f4e7" | |
} | |
.fa-creative-commons-nc:before { | |
content: "\f4e8" | |
} | |
.fa-creative-commons-nc-eu:before { | |
content: "\f4e9" | |
} | |
.fa-creative-commons-nc-jp:before { | |
content: "\f4ea" | |
} | |
.fa-creative-commons-nd:before { | |
content: "\f4eb" | |
} | |
.fa-creative-commons-pd:before { | |
content: "\f4ec" | |
} | |
.fa-creative-commons-pd-alt:before { | |
content: "\f4ed" | |
} | |
.fa-creative-commons-remix:before { | |
content: "\f4ee" | |
} | |
.fa-creative-commons-sa:before { | |
content: "\f4ef" | |
} | |
.fa-creative-commons-sampling:before { | |
content: "\f4f0" | |
} | |
.fa-creative-commons-sampling-plus:before { | |
content: "\f4f1" | |
} | |
.fa-creative-commons-share:before { | |
content: "\f4f2" | |
} | |
.fa-credit-card:before, | |
.fa4-credit-card:before { | |
content: "\f09d" | |
} | |
.fa-crop:before, | |
.fa4-crop:before { | |
content: "\f125" | |
} | |
.fa-crop-alt:before { | |
content: "\f565" | |
} | |
.fa-cross:before { | |
content: "\f654" | |
} | |
.fa-crosshairs:before, | |
.fa4-crosshairs:before { | |
content: "\f05b" | |
} | |
.fa-crow:before { | |
content: "\f520" | |
} | |
.fa-crown:before { | |
content: "\f521" | |
} | |
.fa-css3:before, | |
.fa4-css3:before { | |
content: "\f13c" | |
} | |
.fa-css3-alt:before { | |
content: "\f38b" | |
} | |
.fa-cube:before, | |
.fa4-cube:before { | |
content: "\f1b2" | |
} | |
.fa-cubes:before, | |
.fa4-cubes:before { | |
content: "\f1b3" | |
} | |
.fa-cut:before, | |
.fa4-cut:before, | |
.fa4-scissors:before { | |
content: "\f0c4" | |
} | |
.fa-cuttlefish:before { | |
content: "\f38c" | |
} | |
.fa-d-and-d:before { | |
content: "\f38d" | |
} | |
.fa-dashcube:before, | |
.fa4-dashcube:before { | |
content: "\f210" | |
} | |
.fa-database:before, | |
.fa4-database:before { | |
content: "\f1c0" | |
} | |
.fa-deaf:before, | |
.fa4-deaf:before, | |
.fa4-deafness:before, | |
.fa4-hard-of-hearing:before { | |
content: "\f2a4" | |
} | |
.fa-delicious:before, | |
.fa4-delicious:before { | |
content: "\f1a5" | |
} | |
.fa-deploydog:before { | |
content: "\f38e" | |
} | |
.fa-deskpro:before { | |
content: "\f38f" | |
} | |
.fa-desktop:before, | |
.fa4-desktop:before { | |
content: "\f108" | |
} | |
.fa-deviantart:before, | |
.fa4-deviantart:before { | |
content: "\f1bd" | |
} | |
.fa-dharmachakra:before { | |
content: "\f655" | |
} | |
.fa-diagnoses:before { | |
content: "\f470" | |
} | |
.fa-dice:before { | |
content: "\f522" | |
} | |
.fa-dice-five:before { | |
content: "\f523" | |
} | |
.fa-dice-four:before { | |
content: "\f524" | |
} | |
.fa-dice-one:before { | |
content: "\f525" | |
} | |
.fa-dice-six:before { | |
content: "\f526" | |
} | |
.fa-dice-three:before { | |
content: "\f527" | |
} | |
.fa-dice-two:before { | |
content: "\f528" | |
} | |
.fa-digg:before, | |
.fa4-digg:before { | |
content: "\f1a6" | |
} | |
.fa-digital-ocean:before { | |
content: "\f391" | |
} | |
.fa-digital-tachograph:before { | |
content: "\f566" | |
} | |
.fa-directions:before { | |
content: "\f5eb" | |
} | |
.fa-discord:before { | |
content: "\f392" | |
} | |
.fa-discourse:before { | |
content: "\f393" | |
} | |
.fa-divide:before { | |
content: "\f529" | |
} | |
.fa-dizzy:before { | |
content: "\f567" | |
} | |
.fa-dna:before { | |
content: "\f471" | |
} | |
.fa-dochub:before { | |
content: "\f394" | |
} | |
.fa-docker:before { | |
content: "\f395" | |
} | |
.fa-dollar-sign:before, | |
.fa4-dollar:before, | |
.fa4-usd:before { | |
content: "\f155" | |
} | |
.fa-dolly:before { | |
content: "\f472" | |
} | |
.fa-dolly-flatbed:before { | |
content: "\f474" | |
} | |
.fa-donate:before { | |
content: "\f4b9" | |
} | |
.fa-door-closed:before { | |
content: "\f52a" | |
} | |
.fa-door-open:before { | |
content: "\f52b" | |
} | |
.fa-dot-circle:before, | |
.fa4-dot-circle-o:before { | |
content: "\f192" | |
} | |
.fa-dove:before { | |
content: "\f4ba" | |
} | |
.fa-download:before, | |
.fa4-download:before { | |
content: "\f019" | |
} | |
.fa-draft2digital:before { | |
content: "\f396" | |
} | |
.fa-drafting-compass:before { | |
content: "\f568" | |
} | |
.fa-draw-polygon:before { | |
content: "\f5ee" | |
} | |
.fa-dribbble:before, | |
.fa4-dribbble:before { | |
content: "\f17d" | |
} | |
.fa-dribbble-square:before { | |
content: "\f397" | |
} | |
.fa-dropbox:before, | |
.fa4-dropbox:before { | |
content: "\f16b" | |
} | |
.fa-drum:before { | |
content: "\f569" | |
} | |
.fa-drum-steelpan:before { | |
content: "\f56a" | |
} | |
.fa-drupal:before, | |
.fa4-drupal:before { | |
content: "\f1a9" | |
} | |
.fa-dumbbell:before { | |
content: "\f44b" | |
} | |
.fa-dyalog:before { | |
content: "\f399" | |
} | |
.fa-earlybirds:before { | |
content: "\f39a" | |
} | |
.fa-ebay:before { | |
content: "\f4f4" | |
} | |
.fa-edge:before, | |
.fa4-edge:before { | |
content: "\f282" | |
} | |
.fa-edit:before, | |
.fa4-edit:before, | |
.fa4-pencil-square-o:before { | |
content: "\f044" | |
} | |
.fa-eject:before, | |
.fa4-eject:before { | |
content: "\f052" | |
} | |
.fa-elementor:before { | |
content: "\f430" | |
} | |
.fa-ellipsis-h:before, | |
.fa4-ellipsis-h:before { | |
content: "\f141" | |
} | |
.fa-ellipsis-v:before, | |
.fa4-ellipsis-v:before { | |
content: "\f142" | |
} | |
.fa-ello:before { | |
content: "\f5f1" | |
} | |
.fa-ember:before { | |
content: "\f423" | |
} | |
.fa-empire:before, | |
.fa4-empire:before, | |
.fa4-ge:before { | |
content: "\f1d1" | |
} | |
.fa-envelope:before, | |
.fa4-envelope:before { | |
content: "\f0e0" | |
} | |
.fa-envelope-open:before, | |
.fa4-envelope-open:before { | |
content: "\f2b6" | |
} | |
.fa-envelope-open-text:before { | |
content: "\f658" | |
} | |
.fa-envelope-square:before, | |
.fa4-envelope-square:before { | |
content: "\f199" | |
} | |
.fa-envira:before, | |
.fa4-envira:before { | |
content: "\f299" | |
} | |
.fa-equals:before { | |
content: "\f52c" | |
} | |
.fa-eraser:before, | |
.fa4-eraser:before { | |
content: "\f12d" | |
} | |
.fa-erlang:before { | |
content: "\f39d" | |
} | |
.fa-ethereum:before { | |
content: "\f42e" | |
} | |
.fa-etsy:before, | |
.fa4-etsy:before { | |
content: "\f2d7" | |
} | |
.fa-euro-sign:before, | |
.fa4-eur:before, | |
.fa4-euro:before { | |
content: "\f153" | |
} | |
.fa-exchange-alt:before { | |
content: "\f362" | |
} | |
.fa-exclamation:before, | |
.fa4-exclamation:before { | |
content: "\f12a" | |
} | |
.fa-exclamation-circle:before, | |
.fa4-exclamation-circle:before { | |
content: "\f06a" | |
} | |
.fa-exclamation-triangle:before, | |
.fa4-exclamation-triangle:before, | |
.fa4-warning:before { | |
content: "\f071" | |
} | |
.fa-expand:before, | |
.fa4-expand:before { | |
content: "\f065" | |
} | |
.fa-expand-arrows-alt:before { | |
content: "\f31e" | |
} | |
.fa-expeditedssl:before, | |
.fa4-expeditedssl:before { | |
content: "\f23e" | |
} | |
.fa-external-link-alt:before { | |
content: "\f35d" | |
} | |
.fa-external-link-square-alt:before { | |
content: "\f360" | |
} | |
.fa-eye:before, | |
.fa4-eye:before { | |
content: "\f06e" | |
} | |
.fa-eye-dropper:before, | |
.fa4-eyedropper:before { | |
content: "\f1fb" | |
} | |
.fa-eye-slash:before, | |
.fa4-eye-slash:before { | |
content: "\f070" | |
} | |
.fa-facebook:before, | |
.fa4-facebook-f:before, | |
.fa4-facebook:before { | |
content: "\f09a" | |
} | |
.fa-facebook-f:before { | |
content: "\f39e" | |
} | |
.fa-facebook-messenger:before { | |
content: "\f39f" | |
} | |
.fa-facebook-square:before, | |
.fa4-facebook-square:before { | |
content: "\f082" | |
} | |
.fa-fast-backward:before, | |
.fa4-fast-backward:before { | |
content: "\f049" | |
} | |
.fa-fast-forward:before, | |
.fa4-fast-forward:before { | |
content: "\f050" | |
} | |
.fa-fax:before, | |
.fa4-fax:before { | |
content: "\f1ac" | |
} | |
.fa-feather:before { | |
content: "\f52d" | |
} | |
.fa-feather-alt:before { | |
content: "\f56b" | |
} | |
.fa-female:before, | |
.fa4-female:before { | |
content: "\f182" | |
} | |
.fa-fighter-jet:before, | |
.fa4-fighter-jet:before { | |
content: "\f0fb" | |
} | |
.fa-file:before, | |
.fa4-file:before { | |
content: "\f15b" | |
} | |
.fa-file-alt:before, | |
.fa4-file-text:before { | |
content: "\f15c" | |
} | |
.fa-file-archive:before, | |
.fa4-file-archive-o:before, | |
.fa4-file-zip-o:before { | |
content: "\f1c6" | |
} | |
.fa-file-audio:before, | |
.fa4-file-audio-o:before, | |
.fa4-file-sound-o:before { | |
content: "\f1c7" | |
} | |
.fa-file-code:before, | |
.fa4-file-code-o:before { | |
content: "\f1c9" | |
} | |
.fa-file-contract:before { | |
content: "\f56c" | |
} | |
.fa-file-download:before { | |
content: "\f56d" | |
} | |
.fa-file-excel:before, | |
.fa4-file-excel-o:before { | |
content: "\f1c3" | |
} | |
.fa-file-export:before { | |
content: "\f56e" | |
} | |
.fa-file-image:before, | |
.fa4-file-image-o:before, | |
.fa4-file-photo-o:before, | |
.fa4-file-picture-o:before { | |
content: "\f1c5" | |
} | |
.fa-file-import:before { | |
content: "\f56f" | |
} | |
.fa-file-invoice:before { | |
content: "\f570" | |
} | |
.fa-file-invoice-dollar:before { | |
content: "\f571" | |
} | |
.fa-file-medical:before { | |
content: "\f477" | |
} | |
.fa-file-medical-alt:before { | |
content: "\f478" | |
} | |
.fa-file-pdf:before, | |
.fa4-file-pdf-o:before { | |
content: "\f1c1" | |
} | |
.fa-file-powerpoint:before, | |
.fa4-file-powerpoint-o:before { | |
content: "\f1c4" | |
} | |
.fa-file-prescription:before { | |
content: "\f572" | |
} | |
.fa-file-signature:before { | |
content: "\f573" | |
} | |
.fa-file-upload:before { | |
content: "\f574" | |
} | |
.fa-file-video:before, | |
.fa4-file-movie-o:before, | |
.fa4-file-video-o:before { | |
content: "\f1c8" | |
} | |
.fa-file-word:before, | |
.fa4-file-word-o:before { | |
content: "\f1c2" | |
} | |
.fa-fill:before { | |
content: "\f575" | |
} | |
.fa-fill-drip:before { | |
content: "\f576" | |
} | |
.fa-film:before, | |
.fa4-film:before { | |
content: "\f008" | |
} | |
.fa-filter:before, | |
.fa4-filter:before { | |
content: "\f0b0" | |
} | |
.fa-fingerprint:before { | |
content: "\f577" | |
} | |
.fa-fire:before, | |
.fa4-fire:before { | |
content: "\f06d" | |
} | |
.fa-fire-extinguisher:before, | |
.fa4-fire-extinguisher:before { | |
content: "\f134" | |
} | |
.fa-firefox:before, | |
.fa4-firefox:before { | |
content: "\f269" | |
} | |
.fa-first-aid:before { | |
content: "\f479" | |
} | |
.fa-first-order:before, | |
.fa4-first-order:before { | |
content: "\f2b0" | |
} | |
.fa-first-order-alt:before { | |
content: "\f50a" | |
} | |
.fa-firstdraft:before { | |
content: "\f3a1" | |
} | |
.fa-fish:before { | |
content: "\f578" | |
} | |
.fa-flag:before, | |
.fa4-flag:before { | |
content: "\f024" | |
} | |
.fa-flag-checkered:before, | |
.fa4-flag-checkered:before { | |
content: "\f11e" | |
} | |
.fa-flask:before, | |
.fa4-flask:before { | |
content: "\f0c3" | |
} | |
.fa-flickr:before, | |
.fa4-flickr:before { | |
content: "\f16e" | |
} | |
.fa-flipboard:before { | |
content: "\f44d" | |
} | |
.fa-flushed:before { | |
content: "\f579" | |
} | |
.fa-fly:before { | |
content: "\f417" | |
} | |
.fa-folder:before, | |
.fa4-folder:before { | |
content: "\f07b" | |
} | |
.fa-folder-minus:before { | |
content: "\f65d" | |
} | |
.fa-folder-open:before, | |
.fa4-folder-open:before { | |
content: "\f07c" | |
} | |
.fa-folder-plus:before { | |
content: "\f65e" | |
} | |
.fa-font:before, | |
.fa4-font:before { | |
content: "\f031" | |
} | |
.fa-font-awesome:before, | |
.fa4-fa:before, | |
.fa4-font-awesome:before { | |
content: "\f2b4" | |
} | |
.fa-font-awesome-alt:before { | |
content: "\f35c" | |
} | |
.fa-font-awesome-flag:before { | |
content: "\f425" | |
} | |
.fa-font-awesome-logo-full:before { | |
content: "\f4e6" | |
} | |
.fa-fonticons:before, | |
.fa4-fonticons:before { | |
content: "\f280" | |
} | |
.fa-fonticons-fi:before { | |
content: "\f3a2" | |
} | |
.fa-football-ball:before { | |
content: "\f44e" | |
} | |
.fa-fort-awesome:before, | |
.fa4-fort-awesome:before { | |
content: "\f286" | |
} | |
.fa-fort-awesome-alt:before { | |
content: "\f3a3" | |
} | |
.fa-forumbee:before, | |
.fa4-forumbee:before { | |
content: "\f211" | |
} | |
.fa-forward:before, | |
.fa4-forward:before { | |
content: "\f04e" | |
} | |
.fa-foursquare:before, | |
.fa4-foursquare:before { | |
content: "\f180" | |
} | |
.fa-free-code-camp:before, | |
.fa4-free-code-camp:before { | |
content: "\f2c5" | |
} | |
.fa-freebsd:before { | |
content: "\f3a4" | |
} | |
.fa-frog:before { | |
content: "\f52e" | |
} | |
.fa-frown:before, | |
.fa4-frown-o:before { | |
content: "\f119" | |
} | |
.fa-frown-open:before { | |
content: "\f57a" | |
} | |
.fa-fulcrum:before { | |
content: "\f50b" | |
} | |
.fa-funnel-dollar:before { | |
content: "\f662" | |
} | |
.fa-futbol:before, | |
.fa4-futbol-o:before, | |
.fa4-soccer-ball-o:before { | |
content: "\f1e3" | |
} | |
.fa-galactic-republic:before { | |
content: "\f50c" | |
} | |
.fa-galactic-senate:before { | |
content: "\f50d" | |
} | |
.fa-gamepad:before, | |
.fa4-gamepad:before { | |
content: "\f11b" | |
} | |
.fa-gas-pump:before { | |
content: "\f52f" | |
} | |
.fa-gavel:before, | |
.fa4-gavel:before, | |
.fa4-legal:before { | |
content: "\f0e3" | |
} | |
.fa-gem:before { | |
content: "\f3a5" | |
} | |
.fa-genderless:before, | |
.fa4-genderless:before { | |
content: "\f22d" | |
} | |
.fa-get-pocket:before, | |
.fa4-get-pocket:before { | |
content: "\f265" | |
} | |
.fa-gg:before, | |
.fa4-gg:before { | |
content: "\f260" | |
} | |
.fa-gg-circle:before, | |
.fa4-gg-circle:before { | |
content: "\f261" | |
} | |
.fa-gift:before, | |
.fa4-gift:before { | |
content: "\f06b" | |
} | |
.fa-git:before, | |
.fa4-git:before { | |
content: "\f1d3" | |
} | |
.fa-git-square:before, | |
.fa4-git-square:before { | |
content: "\f1d2" | |
} | |
.fa-github:before, | |
.fa4-github:before { | |
content: "\f09b" | |
} | |
.fa-github-alt:before, | |
.fa4-github-alt:before { | |
content: "\f113" | |
} | |
.fa-github-square:before, | |
.fa4-github-square:before { | |
content: "\f092" | |
} | |
.fa-gitkraken:before { | |
content: "\f3a6" | |
} | |
.fa-gitlab:before, | |
.fa4-gitlab:before { | |
content: "\f296" | |
} | |
.fa-gitter:before { | |
content: "\f426" | |
} | |
.fa-glass-martini:before, | |
.fa4-glass:before { | |
content: "\f000" | |
} | |
.fa-glass-martini-alt:before { | |
content: "\f57b" | |
} | |
.fa-glasses:before { | |
content: "\f530" | |
} | |
.fa-glide:before, | |
.fa4-glide:before { | |
content: "\f2a5" | |
} | |
.fa-glide-g:before, | |
.fa4-glide-g:before { | |
content: "\f2a6" | |
} | |
.fa-globe:before, | |
.fa4-globe:before { | |
content: "\f0ac" | |
} | |
.fa-globe-africa:before { | |
content: "\f57c" | |
} | |
.fa-globe-americas:before { | |
content: "\f57d" | |
} | |
.fa-globe-asia:before { | |
content: "\f57e" | |
} | |
.fa-gofore:before { | |
content: "\f3a7" | |
} | |
.fa-golf-ball:before { | |
content: "\f450" | |
} | |
.fa-goodreads:before { | |
content: "\f3a8" | |
} | |
.fa-goodreads-g:before { | |
content: "\f3a9" | |
} | |
.fa-google:before, | |
.fa4-google:before { | |
content: "\f1a0" | |
} | |
.fa-google-drive:before { | |
content: "\f3aa" | |
} | |
.fa-google-play:before { | |
content: "\f3ab" | |
} | |
.fa-google-plus:before, | |
.fa4-google-plus-circle:before, | |
.fa4-google-plus-official:before { | |
content: "\f2b3" | |
} | |
.fa-google-plus-g:before, | |
.fa4-google-plus:before { | |
content: "\f0d5" | |
} | |
.fa-google-plus-square:before, | |
.fa4-google-plus-square:before { | |
content: "\f0d4" | |
} | |
.fa-google-wallet:before, | |
.fa4-google-wallet:before { | |
content: "\f1ee" | |
} | |
.fa-gopuram:before { | |
content: "\f664" | |
} | |
.fa-graduation-cap:before, | |
.fa4-graduation-cap:before, | |
.fa4-mortar-board:before { | |
content: "\f19d" | |
} | |
.fa-gratipay:before, | |
.fa4-gittip:before, | |
.fa4-gratipay:before { | |
content: "\f184" | |
} | |
.fa-grav:before, | |
.fa4-grav:before { | |
content: "\f2d6" | |
} | |
.fa-greater-than:before { | |
content: "\f531" | |
} | |
.fa-greater-than-equal:before { | |
content: "\f532" | |
} | |
.fa-grimace:before { | |
content: "\f57f" | |
} | |
.fa-grin:before { | |
content: "\f580" | |
} | |
.fa-grin-alt:before { | |
content: "\f581" | |
} | |
.fa-grin-beam:before { | |
content: "\f582" | |
} | |
.fa-grin-beam-sweat:before { | |
content: "\f583" | |
} | |
.fa-grin-hearts:before { | |
content: "\f584" | |
} | |
.fa-grin-squint:before { | |
content: "\f585" | |
} | |
.fa-grin-squint-tears:before { | |
content: "\f586" | |
} | |
.fa-grin-stars:before { | |
content: "\f587" | |
} | |
.fa-grin-tears:before { | |
content: "\f588" | |
} | |
.fa-grin-tongue:before { | |
content: "\f589" | |
} | |
.fa-grin-tongue-squint:before { | |
content: "\f58a" | |
} | |
.fa-grin-tongue-wink:before { | |
content: "\f58b" | |
} | |
.fa-grin-wink:before { | |
content: "\f58c" | |
} | |
.fa-grip-horizontal:before { | |
content: "\f58d" | |
} | |
.fa-grip-vertical:before { | |
content: "\f58e" | |
} | |
.fa-gripfire:before { | |
content: "\f3ac" | |
} | |
.fa-grunt:before { | |
content: "\f3ad" | |
} | |
.fa-gulp:before { | |
content: "\f3ae" | |
} | |
.fa-h-square:before, | |
.fa4-h-square:before { | |
content: "\f0fd" | |
} | |
.fa-hacker-news:before, | |
.fa4-hacker-news:before, | |
.fa4-y-combinator-square:before, | |
.fa4-yc-square:before { | |
content: "\f1d4" | |
} | |
.fa-hacker-news-square:before { | |
content: "\f3af" | |
} | |
.fa-hackerrank:before { | |
content: "\f5f7" | |
} | |
.fa-hamsa:before { | |
content: "\f665" | |
} | |
.fa-hand-holding:before { | |
content: "\f4bd" | |
} | |
.fa-hand-holding-heart:before { | |
content: "\f4be" | |
} | |
.fa-hand-holding-usd:before { | |
content: "\f4c0" | |
} | |
.fa-hand-lizard:before, | |
.fa4-hand-lizard-o:before { | |
content: "\f258" | |
} | |
.fa-hand-paper:before, | |
.fa4-hand-paper-o:before, | |
.fa4-hand-stop-o:before { | |
content: "\f256" | |
} | |
.fa-hand-peace:before, | |
.fa4-hand-peace-o:before { | |
content: "\f25b" | |
} | |
.fa-hand-point-down:before, | |
.fa4-hand-o-down:before { | |
content: "\f0a7" | |
} | |
.fa-hand-point-left:before, | |
.fa4-hand-o-left:before { | |
content: "\f0a5" | |
} | |
.fa-hand-point-right:before, | |
.fa4-hand-o-right:before { | |
content: "\f0a4" | |
} | |
.fa-hand-point-up:before, | |
.fa4-hand-o-up:before { | |
content: "\f0a6" | |
} | |
.fa-hand-pointer:before, | |
.fa4-hand-pointer-o:before { | |
content: "\f25a" | |
} | |
.fa-hand-rock:before, | |
.fa4-hand-grab-o:before, | |
.fa4-hand-rock-o:before { | |
content: "\f255" | |
} | |
.fa-hand-scissors:before, | |
.fa4-hand-scissors-o:before { | |
content: "\f257" | |
} | |
.fa-hand-spock:before, | |
.fa4-hand-spock-o:before { | |
content: "\f259" | |
} | |
.fa-hands:before { | |
content: "\f4c2" | |
} | |
.fa-hands-helping:before { | |
content: "\f4c4" | |
} | |
.fa-handshake:before, | |
.fa4-handshake-o:before { | |
content: "\f2b5" | |
} | |
.fa-hashtag:before, | |
.fa4-hashtag:before { | |
content: "\f292" | |
} | |
.fa-haykal:before { | |
content: "\f666" | |
} | |
.fa-hdd:before, | |
.fa4-hdd-o:before { | |
content: "\f0a0" | |
} | |
.fa-heading:before, | |
.fa4-header:before { | |
content: "\f1dc" | |
} | |
.fa-headphones:before, | |
.fa4-headphones:before { | |
content: "\f025" | |
} | |
.fa-headphones-alt:before { | |
content: "\f58f" | |
} | |
.fa-headset:before { | |
content: "\f590" | |
} | |
.fa-heart:before, | |
.fa4-heart:before { | |
content: "\f004" | |
} | |
.fa-heartbeat:before, | |
.fa4-heartbeat:before { | |
content: "\f21e" | |
} | |
.fa-helicopter:before { | |
content: "\f533" | |
} | |
.fa-highlighter:before { | |
content: "\f591" | |
} | |
.fa-hips:before { | |
content: "\f452" | |
} | |
.fa-hire-a-helper:before { | |
content: "\f3b0" | |
} | |
.fa-history:before, | |
.fa4-history:before { | |
content: "\f1da" | |
} | |
.fa-hockey-puck:before { | |
content: "\f453" | |
} | |
.fa-home:before, | |
.fa4-home:before { | |
content: "\f015" | |
} | |
.fa-hooli:before { | |
content: "\f427" | |
} | |
.fa-hornbill:before { | |
content: "\f592" | |
} | |
.fa-hospital:before, | |
.fa4-hospital-o:before { | |
content: "\f0f8" | |
} | |
.fa-hospital-alt:before { | |
content: "\f47d" | |
} | |
.fa-hospital-symbol:before { | |
content: "\f47e" | |
} | |
.fa-hot-tub:before { | |
content: "\f593" | |
} | |
.fa-hotel:before { | |
content: "\f594" | |
} | |
.fa-hotjar:before { | |
content: "\f3b1" | |
} | |
.fa-hourglass:before, | |
.fa4-hourglass:before { | |
content: "\f254" | |
} | |
.fa-hourglass-end:before, | |
.fa4-hourglass-3:before, | |
.fa4-hourglass-end:before { | |
content: "\f253" | |
} | |
.fa-hourglass-half:before, | |
.fa4-hourglass-2:before, | |
.fa4-hourglass-half:before { | |
content: "\f252" | |
} | |
.fa-hourglass-start:before, | |
.fa4-hourglass-1:before, | |
.fa4-hourglass-start:before { | |
content: "\f251" | |
} | |
.fa-houzz:before, | |
.fa4-houzz:before { | |
content: "\f27c" | |
} | |
.fa-html5:before, | |
.fa4-html5:before { | |
content: "\f13b" | |
} | |
.fa-hubspot:before { | |
content: "\f3b2" | |
} | |
.fa-i-cursor:before, | |
.fa4-i-cursor:before { | |
content: "\f246" | |
} | |
.fa-id-badge:before, | |
.fa4-id-badge:before { | |
content: "\f2c1" | |
} | |
.fa-id-card:before, | |
.fa4-drivers-license:before, | |
.fa4-id-card:before { | |
content: "\f2c2" | |
} | |
.fa-id-card-alt:before { | |
content: "\f47f" | |
} | |
.fa-image:before, | |
.fa4-image:before, | |
.fa4-photo:before, | |
.fa4-picture-o:before { | |
content: "\f03e" | |
} | |
.fa-images:before { | |
content: "\f302" | |
} | |
.fa-imdb:before, | |
.fa4-imdb:before { | |
content: "\f2d8" | |
} | |
.fa-inbox:before, | |
.fa4-inbox:before { | |
content: "\f01c" | |
} | |
.fa-indent:before, | |
.fa4-indent:before { | |
content: "\f03c" | |
} | |
.fa-industry:before, | |
.fa4-industry:before { | |
content: "\f275" | |
} | |
.fa-infinity:before { | |
content: "\f534" | |
} | |
.fa-info:before, | |
.fa4-info:before { | |
content: "\f129" | |
} | |
.fa-info-circle:before, | |
.fa4-info-circle:before { | |
content: "\f05a" | |
} | |
.fa-instagram:before, | |
.fa4-instagram:before { | |
content: "\f16d" | |
} | |
.fa-internet-explorer:before, | |
.fa4-internet-explorer:before { | |
content: "\f26b" | |
} | |
.fa-ioxhost:before, | |
.fa4-ioxhost:before { | |
content: "\f208" | |
} | |
.fa-italic:before, | |
.fa4-italic:before { | |
content: "\f033" | |
} | |
.fa-itunes:before { | |
content: "\f3b4" | |
} | |
.fa-itunes-note:before { | |
content: "\f3b5" | |
} | |
.fa-java:before { | |
content: "\f4e4" | |
} | |
.fa-jedi:before { | |
content: "\f669" | |
} | |
.fa-jedi-order:before { | |
content: "\f50e" | |
} | |
.fa-jenkins:before { | |
content: "\f3b6" | |
} | |
.fa-joget:before { | |
content: "\f3b7" | |
} | |
.fa-joint:before { | |
content: "\f595" | |
} | |
.fa-joomla:before, | |
.fa4-joomla:before { | |
content: "\f1aa" | |
} | |
.fa-journal-whills:before { | |
content: "\f66a" | |
} | |
.fa-js:before { | |
content: "\f3b8" | |
} | |
.fa-js-square:before { | |
content: "\f3b9" | |
} | |
.fa-jsfiddle:before, | |
.fa4-jsfiddle:before { | |
content: "\f1cc" | |
} | |
.fa-kaaba:before { | |
content: "\f66b" | |
} | |
.fa-kaggle:before { | |
content: "\f5fa" | |
} | |
.fa-key:before, | |
.fa4-key:before { | |
content: "\f084" | |
} | |
.fa-keybase:before { | |
content: "\f4f5" | |
} | |
.fa-keyboard:before, | |
.fa4-keyboard-o:before { | |
content: "\f11c" | |
} | |
.fa-keycdn:before { | |
content: "\f3ba" | |
} | |
.fa-khanda:before { | |
content: "\f66d" | |
} | |
.fa-kickstarter:before { | |
content: "\f3bb" | |
} | |
.fa-kickstarter-k:before { | |
content: "\f3bc" | |
} | |
.fa-kiss:before { | |
content: "\f596" | |
} | |
.fa-kiss-beam:before { | |
content: "\f597" | |
} | |
.fa-kiss-wink-heart:before { | |
content: "\f598" | |
} | |
.fa-kiwi-bird:before { | |
content: "\f535" | |
} | |
.fa-korvue:before { | |
content: "\f42f" | |
} | |
.fa-landmark:before { | |
content: "\f66f" | |
} | |
.fa-language:before, | |
.fa4-language:before { | |
content: "\f1ab" | |
} | |
.fa-laptop:before, | |
.fa4-laptop:before { | |
content: "\f109" | |
} | |
.fa-laptop-code:before { | |
content: "\f5fc" | |
} | |
.fa-laravel:before { | |
content: "\f3bd" | |
} | |
.fa-lastfm:before, | |
.fa4-lastfm:before { | |
content: "\f202" | |
} | |
.fa-lastfm-square:before, | |
.fa4-lastfm-square:before { | |
content: "\f203" | |
} | |
.fa-laugh:before { | |
content: "\f599" | |
} | |
.fa-laugh-beam:before { | |
content: "\f59a" | |
} | |
.fa-laugh-squint:before { | |
content: "\f59b" | |
} | |
.fa-laugh-wink:before { | |
content: "\f59c" | |
} | |
.fa-layer-group:before { | |
content: "\f5fd" | |
} | |
.fa-leaf:before, | |
.fa4-leaf:before { | |
content: "\f06c" | |
} | |
.fa-leanpub:before, | |
.fa4-leanpub:before { | |
content: "\f212" | |
} | |
.fa-lemon:before, | |
.fa4-lemon-o:before { | |
content: "\f094" | |
} | |
.fa-less:before { | |
content: "\f41d" | |
} | |
.fa-less-than:before { | |
content: "\f536" | |
} | |
.fa-less-than-equal:before { | |
content: "\f537" | |
} | |
.fa-level-down-alt:before { | |
content: "\f3be" | |
} | |
.fa-level-up-alt:before { | |
content: "\f3bf" | |
} | |
.fa-life-ring:before, | |
.fa4-life-bouy:before, | |
.fa4-life-buoy:before, | |
.fa4-life-ring:before, | |
.fa4-life-saver:before, | |
.fa4-support:before { | |
content: "\f1cd" | |
} | |
.fa-lightbulb:before, | |
.fa4-lightbulb-o:before { | |
content: "\f0eb" | |
} | |
.fa-line:before { | |
content: "\f3c0" | |
} | |
.fa-link:before, | |
.fa4-chain:before, | |
.fa4-link:before { | |
content: "\f0c1" | |
} | |
.fa-linkedin:before, | |
.fa4-linkedin-square:before { | |
content: "\f08c" | |
} | |
.fa-linkedin-in:before, | |
.fa4-linkedin:before { | |
content: "\f0e1" | |
} | |
.fa-linode:before, | |
.fa4-linode:before { | |
content: "\f2b8" | |
} | |
.fa-linux:before, | |
.fa4-linux:before { | |
content: "\f17c" | |
} | |
.fa-lira-sign:before, | |
.fa4-try:before, | |
.fa4-turkish-lira:before { | |
content: "\f195" | |
} | |
.fa-list:before, | |
.fa4-list:before { | |
content: "\f03a" | |
} | |
.fa-list-alt:before, | |
.fa4-list-alt:before { | |
content: "\f022" | |
} | |
.fa-list-ol:before, | |
.fa4-list-ol:before { | |
content: "\f0cb" | |
} | |
.fa-list-ul:before, | |
.fa4-list-ul:before { | |
content: "\f0ca" | |
} | |
.fa-location-arrow:before, | |
.fa4-location-arrow:before { | |
content: "\f124" | |
} | |
.fa-lock:before, | |
.fa4-lock:before { | |
content: "\f023" | |
} | |
.fa-lock-open:before { | |
content: "\f3c1" | |
} | |
.fa-long-arrow-alt-down:before { | |
content: "\f309" | |
} | |
.fa-long-arrow-alt-left:before { | |
content: "\f30a" | |
} | |
.fa-long-arrow-alt-right:before { | |
content: "\f30b" | |
} | |
.fa-long-arrow-alt-up:before { | |
content: "\f30c" | |
} | |
.fa-low-vision:before, | |
.fa4-low-vision:before { | |
content: "\f2a8" | |
} | |
.fa-luggage-cart:before { | |
content: "\f59d" | |
} | |
.fa-lyft:before { | |
content: "\f3c3" | |
} | |
.fa-magento:before { | |
content: "\f3c4" | |
} | |
.fa-magic:before, | |
.fa4-magic:before { | |
content: "\f0d0" | |
} | |
.fa-magnet:before, | |
.fa4-magnet:before { | |
content: "\f076" | |
} | |
.fa-mail-bulk:before { | |
content: "\f674" | |
} | |
.fa-mailchimp:before { | |
content: "\f59e" | |
} | |
.fa-male:before, | |
.fa4-male:before { | |
content: "\f183" | |
} | |
.fa-mandalorian:before { | |
content: "\f50f" | |
} | |
.fa-map:before, | |
.fa4-map:before { | |
content: "\f279" | |
} | |
.fa-map-marked:before { | |
content: "\f59f" | |
} | |
.fa-map-marked-alt:before { | |
content: "\f5a0" | |
} | |
.fa-map-marker:before, | |
.fa4-map-marker:before { | |
content: "\f041" | |
} | |
.fa-map-marker-alt:before { | |
content: "\f3c5" | |
} | |
.fa-map-pin:before, | |
.fa4-map-pin:before { | |
content: "\f276" | |
} | |
.fa-map-signs:before, | |
.fa4-map-signs:before { | |
content: "\f277" | |
} | |
.fa-markdown:before { | |
content: "\f60f" | |
} | |
.fa-marker:before { | |
content: "\f5a1" | |
} | |
.fa-mars:before, | |
.fa4-mars:before { | |
content: "\f222" | |
} | |
.fa-mars-double:before, | |
.fa4-mars-double:before { | |
content: "\f227" | |
} | |
.fa-mars-stroke:before, | |
.fa4-mars-stroke:before { | |
content: "\f229" | |
} | |
.fa-mars-stroke-h:before, | |
.fa4-mars-stroke-h:before { | |
content: "\f22b" | |
} | |
.fa-mars-stroke-v:before, | |
.fa4-mars-stroke-v:before { | |
content: "\f22a" | |
} | |
.fa-mastodon:before { | |
content: "\f4f6" | |
} | |
.fa-maxcdn:before, | |
.fa4-maxcdn:before { | |
content: "\f136" | |
} | |
.fa-medal:before { | |
content: "\f5a2" | |
} | |
.fa-medapps:before { | |
content: "\f3c6" | |
} | |
.fa-medium:before, | |
.fa4-medium:before { | |
content: "\f23a" | |
} | |
.fa-medium-m:before { | |
content: "\f3c7" | |
} | |
.fa-medkit:before, | |
.fa4-medkit:before { | |
content: "\f0fa" | |
} | |
.fa-medrt:before { | |
content: "\f3c8" | |
} | |
.fa-meetup:before, | |
.fa4-meetup:before { | |
content: "\f2e0" | |
} | |
.fa-megaport:before { | |
content: "\f5a3" | |
} | |
.fa-meh:before, | |
.fa4-meh-o:before { | |
content: "\f11a" | |
} | |
.fa-meh-blank:before { | |
content: "\f5a4" | |
} | |
.fa-meh-rolling-eyes:before { | |
content: "\f5a5" | |
} | |
.fa-memory:before { | |
content: "\f538" | |
} | |
.fa-menorah:before { | |
content: "\f676" | |
} | |
.fa-mercury:before, | |
.fa4-mercury:before { | |
content: "\f223" | |
} | |
.fa-microchip:before, | |
.fa4-microchip:before { | |
content: "\f2db" | |
} | |
.fa-microphone:before, | |
.fa4-microphone:before { | |
content: "\f130" | |
} | |
.fa-microphone-alt:before { | |
content: "\f3c9" | |
} | |
.fa-microphone-alt-slash:before { | |
content: "\f539" | |
} | |
.fa-microphone-slash:before, | |
.fa4-microphone-slash:before { | |
content: "\f131" | |
} | |
.fa-microscope:before { | |
content: "\f610" | |
} | |
.fa-microsoft:before { | |
content: "\f3ca" | |
} | |
.fa-minus:before, | |
.fa4-minus:before { | |
content: "\f068" | |
} | |
.fa-minus-circle:before, | |
.fa4-minus-circle:before { | |
content: "\f056" | |
} | |
.fa-minus-square:before, | |
.fa4-minus-square:before { | |
content: "\f146" | |
} | |
.fa-mix:before { | |
content: "\f3cb" | |
} | |
.fa-mixcloud:before, | |
.fa4-mixcloud:before { | |
content: "\f289" | |
} | |
.fa-mizuni:before { | |
content: "\f3cc" | |
} | |
.fa-mobile:before, | |
.fa4-mobile-phone:before, | |
.fa4-mobile:before { | |
content: "\f10b" | |
} | |
.fa-mobile-alt:before { | |
content: "\f3cd" | |
} | |
.fa-modx:before, | |
.fa4-modx:before { | |
content: "\f285" | |
} | |
.fa-monero:before { | |
content: "\f3d0" | |
} | |
.fa-money-bill:before, | |
.fa4-money:before { | |
content: "\f0d6" | |
} | |
.fa-money-bill-alt:before { | |
content: "\f3d1" | |
} | |
.fa-money-bill-wave:before { | |
content: "\f53a" | |
} | |
.fa-money-bill-wave-alt:before { | |
content: "\f53b" | |
} | |
.fa-money-check:before { | |
content: "\f53c" | |
} | |
.fa-money-check-alt:before { | |
content: "\f53d" | |
} | |
.fa-monument:before { | |
content: "\f5a6" | |
} | |
.fa-moon:before, | |
.fa4-moon-o:before { | |
content: "\f186" | |
} | |
.fa-mortar-pestle:before { | |
content: "\f5a7" | |
} | |
.fa-mosque:before { | |
content: "\f678" | |
} | |
.fa-motorcycle:before, | |
.fa4-motorcycle:before { | |
content: "\f21c" | |
} | |
.fa-mouse-pointer:before, | |
.fa4-mouse-pointer:before { | |
content: "\f245" | |
} | |
.fa-music:before, | |
.fa4-music:before { | |
content: "\f001" | |
} | |
.fa-napster:before { | |
content: "\f3d2" | |
} | |
.fa-neos:before { | |
content: "\f612" | |
} | |
.fa-neuter:before, | |
.fa4-neuter:before { | |
content: "\f22c" | |
} | |
.fa-newspaper:before, | |
.fa4-newspaper-o:before { | |
content: "\f1ea" | |
} | |
.fa-nimblr:before { | |
content: "\f5a8" | |
} | |
.fa-nintendo-switch:before { | |
content: "\f418" | |
} | |
.fa-node:before { | |
content: "\f419" | |
} | |
.fa-node-js:before { | |
content: "\f3d3" | |
} | |
.fa-not-equal:before { | |
content: "\f53e" | |
} | |
.fa-notes-medical:before { | |
content: "\f481" | |
} | |
.fa-npm:before { | |
content: "\f3d4" | |
} | |
.fa-ns8:before { | |
content: "\f3d5" | |
} | |
.fa-nutritionix:before { | |
content: "\f3d6" | |
} | |
.fa-object-group:before, | |
.fa4-object-group:before { | |
content: "\f247" | |
} | |
.fa-object-ungroup:before, | |
.fa4-object-ungroup:before { | |
content: "\f248" | |
} | |
.fa-odnoklassniki:before, | |
.fa4-odnoklassniki:before { | |
content: "\f263" | |
} | |
.fa-odnoklassniki-square:before, | |
.fa4-odnoklassniki-square:before { | |
content: "\f264" | |
} | |
.fa-oil-can:before { | |
content: "\f613" | |
} | |
.fa-old-republic:before { | |
content: "\f510" | |
} | |
.fa-om:before { | |
content: "\f679" | |
} | |
.fa-opencart:before, | |
.fa4-opencart:before { | |
content: "\f23d" | |
} | |
.fa-openid:before, | |
.fa4-openid:before { | |
content: "\f19b" | |
} | |
.fa-opera:before, | |
.fa4-opera:before { | |
content: "\f26a" | |
} | |
.fa-optin-monster:before, | |
.fa4-optin-monster:before { | |
content: "\f23c" | |
} | |
.fa-osi:before { | |
content: "\f41a" | |
} | |
.fa-outdent:before, | |
.fa4-dedent:before, | |
.fa4-outdent:before { | |
content: "\f03b" | |
} | |
.fa-page4:before { | |
content: "\f3d7" | |
} | |
.fa-pagelines:before, | |
.fa4-pagelines:before { | |
content: "\f18c" | |
} | |
.fa-paint-brush:before, | |
.fa4-paint-brush:before { | |
content: "\f1fc" | |
} | |
.fa-paint-roller:before { | |
content: "\f5aa" | |
} | |
.fa-palette:before { | |
content: "\f53f" | |
} | |
.fa-palfed:before { | |
content: "\f3d8" | |
} | |
.fa-pallet:before { | |
content: "\f482" | |
} | |
.fa-paper-plane:before, | |
.fa4-paper-plane:before, | |
.fa4-send:before { | |
content: "\f1d8" | |
} | |
.fa-paperclip:before, | |
.fa4-paperclip:before { | |
content: "\f0c6" | |
} | |
.fa-parachute-box:before { | |
content: "\f4cd" | |
} | |
.fa-paragraph:before, | |
.fa4-paragraph:before { | |
content: "\f1dd" | |
} | |
.fa-parking:before { | |
content: "\f540" | |
} | |
.fa-passport:before { | |
content: "\f5ab" | |
} | |
.fa-pastafarianism:before { | |
content: "\f67b" | |
} | |
.fa-paste:before, | |
.fa4-clipboard:before, | |
.fa4-paste:before { | |
content: "\f0ea" | |
} | |
.fa-patreon:before { | |
content: "\f3d9" | |
} | |
.fa-pause:before, | |
.fa4-pause:before { | |
content: "\f04c" | |
} | |
.fa-pause-circle:before, | |
.fa4-pause-circle:before { | |
content: "\f28b" | |
} | |
.fa-paw:before, | |
.fa4-paw:before { | |
content: "\f1b0" | |
} | |
.fa-paypal:before, | |
.fa4-paypal:before { | |
content: "\f1ed" | |
} | |
.fa-peace:before { | |
content: "\f67c" | |
} | |
.fa-pen:before { | |
content: "\f304" | |
} | |
.fa-pen-alt:before { | |
content: "\f305" | |
} | |
.fa-pen-fancy:before { | |
content: "\f5ac" | |
} | |
.fa-pen-nib:before { | |
content: "\f5ad" | |
} | |
.fa-pen-square:before, | |
.fa4-pencil-square:before { | |
content: "\f14b" | |
} | |
.fa-pencil-alt:before { | |
content: "\f303" | |
} | |
.fa-pencil-ruler:before { | |
content: "\f5ae" | |
} | |
.fa-people-carry:before { | |
content: "\f4ce" | |
} | |
.fa-percent:before, | |
.fa4-percent:before { | |
content: "\f295" | |
} | |
.fa-percentage:before { | |
content: "\f541" | |
} | |
.fa-periscope:before { | |
content: "\f3da" | |
} | |
.fa-phabricator:before { | |
content: "\f3db" | |
} | |
.fa-phoenix-framework:before { | |
content: "\f3dc" | |
} | |
.fa-phoenix-squadron:before { | |
content: "\f511" | |
} | |
.fa-phone:before, | |
.fa4-phone:before { | |
content: "\f095" | |
} | |
.fa-phone-slash:before { | |
content: "\f3dd" | |
} | |
.fa-phone-square:before, | |
.fa4-phone-square:before { | |
content: "\f098" | |
} | |
.fa-phone-volume:before, | |
.fa4-volume-control-phone:before { | |
content: "\f2a0" | |
} | |
.fa-php:before { | |
content: "\f457" | |
} | |
.fa-pied-piper:before, | |
.fa4-pied-piper:before { | |
content: "\f2ae" | |
} | |
.fa-pied-piper-alt:before, | |
.fa4-pied-piper-alt:before { | |
content: "\f1a8" | |
} | |
.fa-pied-piper-hat:before { | |
content: "\f4e5" | |
} | |
.fa-pied-piper-pp:before, | |
.fa4-pied-piper-pp:before { | |
content: "\f1a7" | |
} | |
.fa-piggy-bank:before { | |
content: "\f4d3" | |
} | |
.fa-pills:before { | |
content: "\f484" | |
} | |
.fa-pinterest:before, | |
.fa4-pinterest:before { | |
content: "\f0d2" | |
} | |
.fa-pinterest-p:before, | |
.fa4-pinterest-p:before { | |
content: "\f231" | |
} | |
.fa-pinterest-square:before, | |
.fa4-pinterest-square:before { | |
content: "\f0d3" | |
} | |
.fa-place-of-worship:before { | |
content: "\f67f" | |
} | |
.fa-plane:before, | |
.fa4-plane:before { | |
content: "\f072" | |
} | |
.fa-plane-arrival:before { | |
content: "\f5af" | |
} | |
.fa-plane-departure:before { | |
content: "\f5b0" | |
} | |
.fa-play:before, | |
.fa4-play:before { | |
content: "\f04b" | |
} | |
.fa-play-circle:before, | |
.fa4-play-circle:before { | |
content: "\f144" | |
} | |
.fa-playstation:before { | |
content: "\f3df" | |
} | |
.fa-plug:before, | |
.fa4-plug:before { | |
content: "\f1e6" | |
} | |
.fa-plus:before, | |
.fa4-plus:before { | |
content: "\f067" | |
} | |
.fa-plus-circle:before, | |
.fa4-plus-circle:before { | |
content: "\f055" | |
} | |
.fa-plus-square:before, | |
.fa4-plus-square:before { | |
content: "\f0fe" | |
} | |
.fa-podcast:before, | |
.fa4-podcast:before { | |
content: "\f2ce" | |
} | |
.fa-poll:before { | |
content: "\f681" | |
} | |
.fa-poll-h:before { | |
content: "\f682" | |
} | |
.fa-poo:before { | |
content: "\f2fe" | |
} | |
.fa-poop:before { | |
content: "\f619" | |
} | |
.fa-portrait:before { | |
content: "\f3e0" | |
} | |
.fa-pound-sign:before, | |
.fa4-gbp:before { | |
content: "\f154" | |
} | |
.fa-power-off:before, | |
.fa4-power-off:before { | |
content: "\f011" | |
} | |
.fa-pray:before { | |
content: "\f683" | |
} | |
.fa-praying-hands:before { | |
content: "\f684" | |
} | |
.fa-prescription:before { | |
content: "\f5b1" | |
} | |
.fa-prescription-bottle:before { | |
content: "\f485" | |
} | |
.fa-prescription-bottle-alt:before { | |
content: "\f486" | |
} | |
.fa-print:before, | |
.fa4-print:before { | |
content: "\f02f" | |
} | |
.fa-procedures:before { | |
content: "\f487" | |
} | |
.fa-product-hunt:before, | |
.fa4-product-hunt:before { | |
content: "\f288" | |
} | |
.fa-project-diagram:before { | |
content: "\f542" | |
} | |
.fa-pushed:before { | |
content: "\f3e1" | |
} | |
.fa-puzzle-piece:before, | |
.fa4-puzzle-piece:before { | |
content: "\f12e" | |
} | |
.fa-python:before { | |
content: "\f3e2" | |
} | |
.fa-qq:before, | |
.fa4-qq:before { | |
content: "\f1d6" | |
} | |
.fa-qrcode:before, | |
.fa4-qrcode:before { | |
content: "\f029" | |
} | |
.fa-question:before, | |
.fa4-question:before { | |
content: "\f128" | |
} | |
.fa-question-circle:before, | |
.fa4-question-circle:before { | |
content: "\f059" | |
} | |
.fa-quidditch:before { | |
content: "\f458" | |
} | |
.fa-quinscape:before { | |
content: "\f459" | |
} | |
.fa-quora:before, | |
.fa4-quora:before { | |
content: "\f2c4" | |
} | |
.fa-quote-left:before, | |
.fa4-quote-left:before { | |
content: "\f10d" | |
} | |
.fa-quote-right:before, | |
.fa4-quote-right:before { | |
content: "\f10e" | |
} | |
.fa-quran:before { | |
content: "\f687" | |
} | |
.fa-r-project:before { | |
content: "\f4f7" | |
} | |
.fa-random:before, | |
.fa4-random:before { | |
content: "\f074" | |
} | |
.fa-ravelry:before, | |
.fa4-ravelry:before { | |
content: "\f2d9" | |
} | |
.fa-react:before { | |
content: "\f41b" | |
} | |
.fa-readme:before { | |
content: "\f4d5" | |
} | |
.fa-rebel:before, | |
.fa4-ra:before, | |
.fa4-rebel:before, | |
.fa4-resistance:before { | |
content: "\f1d0" | |
} | |
.fa-receipt:before { | |
content: "\f543" | |
} | |
.fa-recycle:before, | |
.fa4-recycle:before { | |
content: "\f1b8" | |
} | |
.fa-red-river:before { | |
content: "\f3e3" | |
} | |
.fa-reddit:before, | |
.fa4-reddit:before { | |
content: "\f1a1" | |
} | |
.fa-reddit-alien:before, | |
.fa4-reddit-alien:before { | |
content: "\f281" | |
} | |
.fa-reddit-square:before, | |
.fa4-reddit-square:before { | |
content: "\f1a2" | |
} | |
.fa-redo:before, | |
.fa4-repeat:before, | |
.fa4-rotate-right:before { | |
content: "\f01e" | |
} | |
.fa-redo-alt:before { | |
content: "\f2f9" | |
} | |
.fa-registered:before, | |
.fa4-registered:before { | |
content: "\f25d" | |
} | |
.fa-rendact:before { | |
content: "\f3e4" | |
} | |
.fa-renren:before, | |
.fa4-renren:before { | |
content: "\f18b" | |
} | |
.fa-reply:before { | |
content: "\f3e5" | |
} | |
.fa-reply-all:before, | |
.fa4-mail-reply-all:before, | |
.fa4-reply-all:before { | |
content: "\f122" | |
} | |
.fa-replyd:before { | |
content: "\f3e6" | |
} | |
.fa-researchgate:before { | |
content: "\f4f8" | |
} | |
.fa-resolving:before { | |
content: "\f3e7" | |
} | |
.fa-retweet:before, | |
.fa4-retweet:before { | |
content: "\f079" | |
} | |
.fa-rev:before { | |
content: "\f5b2" | |
} | |
.fa-ribbon:before { | |
content: "\f4d6" | |
} | |
.fa-road:before, | |
.fa4-road:before { | |
content: "\f018" | |
} | |
.fa-robot:before { | |
content: "\f544" | |
} | |
.fa-rocket:before, | |
.fa4-rocket:before { | |
content: "\f135" | |
} | |
.fa-rocketchat:before { | |
content: "\f3e8" | |
} | |
.fa-rockrms:before { | |
content: "\f3e9" | |
} | |
.fa-route:before { | |
content: "\f4d7" | |
} | |
.fa-rss:before, | |
.fa4-feed:before, | |
.fa4-rss:before { | |
content: "\f09e" | |
} | |
.fa-rss-square:before, | |
.fa4-rss-square:before { | |
content: "\f143" | |
} | |
.fa-ruble-sign:before, | |
.fa4-rouble:before, | |
.fa4-rub:before, | |
.fa4-ruble:before { | |
content: "\f158" | |
} | |
.fa-ruler:before { | |
content: "\f545" | |
} | |
.fa-ruler-combined:before { | |
content: "\f546" | |
} | |
.fa-ruler-horizontal:before { | |
content: "\f547" | |
} | |
.fa-ruler-vertical:before { | |
content: "\f548" | |
} | |
.fa-rupee-sign:before, | |
.fa4-inr:before, | |
.fa4-rupee:before { | |
content: "\f156" | |
} | |
.fa-sad-cry:before { | |
content: "\f5b3" | |
} | |
.fa-sad-tear:before { | |
content: "\f5b4" | |
} | |
.fa-safari:before, | |
.fa4-safari:before { | |
content: "\f267" | |
} | |
.fa-sass:before { | |
content: "\f41e" | |
} | |
.fa-save:before, | |
.fa4-floppy-o:before, | |
.fa4-save:before { | |
content: "\f0c7" | |
} | |
.fa-schlix:before { | |
content: "\f3ea" | |
} | |
.fa-school:before { | |
content: "\f549" | |
} | |
.fa-screwdriver:before { | |
content: "\f54a" | |
} | |
.fa-scribd:before, | |
.fa4-scribd:before { | |
content: "\f28a" | |
} | |
.fa-search:before, | |
.fa4-search:before { | |
content: "\f002" | |
} | |
.fa-search-dollar:before { | |
content: "\f688" | |
} | |
.fa-search-location:before { | |
content: "\f689" | |
} | |
.fa-search-minus:before, | |
.fa4-search-minus:before { | |
content: "\f010" | |
} | |
.fa-search-plus:before, | |
.fa4-search-plus:before { | |
content: "\f00e" | |
} | |
.fa-searchengin:before { | |
content: "\f3eb" | |
} | |
.fa-seedling:before { | |
content: "\f4d8" | |
} | |
.fa-sellcast:before, | |
.fa4-eercast:before { | |
content: "\f2da" | |
} | |
.fa-sellsy:before, | |
.fa4-sellsy:before { | |
content: "\f213" | |
} | |
.fa-server:before, | |
.fa4-server:before { | |
content: "\f233" | |
} | |
.fa-servicestack:before { | |
content: "\f3ec" | |
} | |
.fa-shapes:before { | |
content: "\f61f" | |
} | |
.fa-share:before, | |
.fa4-mail-forward:before, | |
.fa4-share:before { | |
content: "\f064" | |
} | |
.fa-share-alt:before, | |
.fa4-share-alt:before { | |
content: "\f1e0" | |
} | |
.fa-share-alt-square:before, | |
.fa4-share-alt-square:before { | |
content: "\f1e1" | |
} | |
.fa-share-square:before, | |
.fa4-share-square:before { | |
content: "\f14d" | |
} | |
.fa-shekel-sign:before, | |
.fa4-ils:before, | |
.fa4-shekel:before, | |
.fa4-sheqel:before { | |
content: "\f20b" | |
} | |
.fa-shield-alt:before { | |
content: "\f3ed" | |
} | |
.fa-ship:before, | |
.fa4-ship:before { | |
content: "\f21a" | |
} | |
.fa-shipping-fast:before { | |
content: "\f48b" | |
} | |
.fa-shirtsinbulk:before, | |
.fa4-shirtsinbulk:before { | |
content: "\f214" | |
} | |
.fa-shoe-prints:before { | |
content: "\f54b" | |
} | |
.fa-shopping-bag:before, | |
.fa4-shopping-bag:before { | |
content: "\f290" | |
} | |
.fa-shopping-basket:before, | |
.fa4-shopping-basket:before { | |
content: "\f291" | |
} | |
.fa-shopping-cart:before, | |
.fa4-shopping-cart:before { | |
content: "\f07a" | |
} | |
.fa-shopware:before { | |
content: "\f5b5" | |
} | |
.fa-shower:before, | |
.fa4-shower:before { | |
content: "\f2cc" | |
} | |
.fa-shuttle-van:before { | |
content: "\f5b6" | |
} | |
.fa-sign:before { | |
content: "\f4d9" | |
} | |
.fa-sign-in-alt:before { | |
content: "\f2f6" | |
} | |
.fa-sign-language:before, | |
.fa4-sign-language:before, | |
.fa4-signing:before { | |
content: "\f2a7" | |
} | |
.fa-sign-out-alt:before { | |
content: "\f2f5" | |
} | |
.fa-signal:before, | |
.fa4-signal:before { | |
content: "\f012" | |
} | |
.fa-signature:before { | |
content: "\f5b7" | |
} | |
.fa-simplybuilt:before, | |
.fa4-simplybuilt:before { | |
content: "\f215" | |
} | |
.fa-sistrix:before { | |
content: "\f3ee" | |
} | |
.fa-sitemap:before, | |
.fa4-sitemap:before { | |
content: "\f0e8" | |
} | |
.fa-sith:before { | |
content: "\f512" | |
} | |
.fa-skull:before { | |
content: "\f54c" | |
} | |
.fa-skyatlas:before, | |
.fa4-skyatlas:before { | |
content: "\f216" | |
} | |
.fa-skype:before, | |
.fa4-skype:before { | |
content: "\f17e" | |
} | |
.fa-slack:before, | |
.fa4-slack:before { | |
content: "\f198" | |
} | |
.fa-slack-hash:before { | |
content: "\f3ef" | |
} | |
.fa-sliders-h:before, | |
.fa4-sliders:before { | |
content: "\f1de" | |
} | |
.fa-slideshare:before, | |
.fa4-slideshare:before { | |
content: "\f1e7" | |
} | |
.fa-smile:before, | |
.fa4-smile-o:before { | |
content: "\f118" | |
} | |
.fa-smile-beam:before { | |
content: "\f5b8" | |
} | |
.fa-smile-wink:before { | |
content: "\f4da" | |
} | |
.fa-smoking:before { | |
content: "\f48d" | |
} | |
.fa-smoking-ban:before { | |
content: "\f54d" | |
} | |
.fa-snapchat:before, | |
.fa4-snapchat:before { | |
content: "\f2ab" | |
} | |
.fa-snapchat-ghost:before, | |
.fa4-snapchat-ghost:before { | |
content: "\f2ac" | |
} | |
.fa-snapchat-square:before, | |
.fa4-snapchat-square:before { | |
content: "\f2ad" | |
} | |
.fa-snowflake:before, | |
.fa4-snowflake-o:before { | |
content: "\f2dc" | |
} | |
.fa-socks:before { | |
content: "\f696" | |
} | |
.fa-solar-panel:before { | |
content: "\f5ba" | |
} | |
.fa-sort:before, | |
.fa4-sort:before, | |
.fa4-unsorted:before { | |
content: "\f0dc" | |
} | |
.fa-sort-alpha-down:before, | |
.fa4-sort-alpha-asc:before { | |
content: "\f15d" | |
} | |
.fa-sort-alpha-up:before, | |
.fa4-sort-alpha-desc:before { | |
content: "\f15e" | |
} | |
.fa-sort-amount-down:before, | |
.fa4-sort-amount-asc:before { | |
content: "\f160" | |
} | |
.fa-sort-amount-up:before, | |
.fa4-sort-amount-desc:before { | |
content: "\f161" | |
} | |
.fa-sort-down:before, | |
.fa4-sort-desc:before, | |
.fa4-sort-down:before { | |
content: "\f0dd" | |
} | |
.fa-sort-numeric-down:before, | |
.fa4-sort-numeric-asc:before { | |
content: "\f162" | |
} | |
.fa-sort-numeric-up:before, | |
.fa4-sort-numeric-desc:before { | |
content: "\f163" | |
} | |
.fa-sort-up:before, | |
.fa4-sort-asc:before, | |
.fa4-sort-up:before { | |
content: "\f0de" | |
} | |
.fa-soundcloud:before, | |
.fa4-soundcloud:before { | |
content: "\f1be" | |
} | |
.fa-spa:before { | |
content: "\f5bb" | |
} | |
.fa-space-shuttle:before, | |
.fa4-space-shuttle:before { | |
content: "\f197" | |
} | |
.fa-speakap:before { | |
content: "\f3f3" | |
} | |
.fa-spinner:before, | |
.fa4-spinner:before { | |
content: "\f110" | |
} | |
.fa-splotch:before { | |
content: "\f5bc" | |
} | |
.fa-spotify:before, | |
.fa4-spotify:before { | |
content: "\f1bc" | |
} | |
.fa-spray-can:before { | |
content: "\f5bd" | |
} | |
.fa-square:before, | |
.fa4-square:before { | |
content: "\f0c8" | |
} | |
.fa-square-full:before { | |
content: "\f45c" | |
} | |
.fa-square-root-alt:before { | |
content: "\f698" | |
} | |
.fa-squarespace:before { | |
content: "\f5be" | |
} | |
.fa-stack-exchange:before, | |
.fa4-stack-exchange:before { | |
content: "\f18d" | |
} | |
.fa-stack-overflow:before, | |
.fa4-stack-overflow:before { | |
content: "\f16c" | |
} | |
.fa-stamp:before { | |
content: "\f5bf" | |
} | |
.fa-star:before, | |
.fa4-star:before { | |
content: "\f005" | |
} | |
.fa-star-and-crescent:before { | |
content: "\f699" | |
} | |
.fa-star-half:before, | |
.fa4-star-half:before { | |
content: "\f089" | |
} | |
.fa-star-half-alt:before { | |
content: "\f5c0" | |
} | |
.fa-star-of-david:before { | |
content: "\f69a" | |
} | |
.fa-star-of-life:before { | |
content: "\f621" | |
} | |
.fa-staylinked:before { | |
content: "\f3f5" | |
} | |
.fa-steam:before, | |
.fa4-steam:before { | |
content: "\f1b6" | |
} | |
.fa-steam-square:before, | |
.fa4-steam-square:before { | |
content: "\f1b7" | |
} | |
.fa-steam-symbol:before { | |
content: "\f3f6" | |
} | |
.fa-step-backward:before, | |
.fa4-step-backward:before { | |
content: "\f048" | |
} | |
.fa-step-forward:before, | |
.fa4-step-forward:before { | |
content: "\f051" | |
} | |
.fa-stethoscope:before, | |
.fa4-stethoscope:before { | |
content: "\f0f1" | |
} | |
.fa-sticker-mule:before { | |
content: "\f3f7" | |
} | |
.fa-sticky-note:before, | |
.fa4-sticky-note:before { | |
content: "\f249" | |
} | |
.fa-stop:before, | |
.fa4-stop:before { | |
content: "\f04d" | |
} | |
.fa-stop-circle:before, | |
.fa4-stop-circle:before { | |
content: "\f28d" | |
} | |
.fa-stopwatch:before { | |
content: "\f2f2" | |
} | |
.fa-store:before { | |
content: "\f54e" | |
} | |
.fa-store-alt:before { | |
content: "\f54f" | |
} | |
.fa-strava:before { | |
content: "\f428" | |
} | |
.fa-stream:before { | |
content: "\f550" | |
} | |
.fa-street-view:before, | |
.fa4-street-view:before { | |
content: "\f21d" | |
} | |
.fa-strikethrough:before, | |
.fa4-strikethrough:before { | |
content: "\f0cc" | |
} | |
.fa-stripe:before { | |
content: "\f429" | |
} | |
.fa-stripe-s:before { | |
content: "\f42a" | |
} | |
.fa-stroopwafel:before { | |
content: "\f551" | |
} | |
.fa-studiovinari:before { | |
content: "\f3f8" | |
} | |
.fa-stumbleupon:before, | |
.fa4-stumbleupon:before { | |
content: "\f1a4" | |
} | |
.fa-stumbleupon-circle:before, | |
.fa4-stumbleupon-circle:before { | |
content: "\f1a3" | |
} | |
.fa-subscript:before, | |
.fa4-subscript:before { | |
content: "\f12c" | |
} | |
.fa-subway:before, | |
.fa4-subway:before { | |
content: "\f239" | |
} | |
.fa-suitcase:before, | |
.fa4-suitcase:before { | |
content: "\f0f2" | |
} | |
.fa-suitcase-rolling:before { | |
content: "\f5c1" | |
} | |
.fa-sun:before, | |
.fa4-sun-o:before { | |
content: "\f185" | |
} | |
.fa-superpowers:before, | |
.fa4-superpowers:before { | |
content: "\f2dd" | |
} | |
.fa-superscript:before, | |
.fa4-superscript:before { | |
content: "\f12b" | |
} | |
.fa-supple:before { | |
content: "\f3f9" | |
} | |
.fa-surprise:before { | |
content: "\f5c2" | |
} | |
.fa-swatchbook:before { | |
content: "\f5c3" | |
} | |
.fa-swimmer:before { | |
content: "\f5c4" | |
} | |
.fa-swimming-pool:before { | |
content: "\f5c5" | |
} | |
.fa-synagogue:before { | |
content: "\f69b" | |
} | |
.fa-sync:before, | |
.fa4-refresh:before { | |
content: "\f021" | |
} | |
.fa-sync-alt:before { | |
content: "\f2f1" | |
} | |
.fa-syringe:before { | |
content: "\f48e" | |
} | |
.fa-table:before, | |
.fa4-table:before { | |
content: "\f0ce" | |
} | |
.fa-table-tennis:before { | |
content: "\f45d" | |
} | |
.fa-tablet:before, | |
.fa4-tablet:before { | |
content: "\f10a" | |
} | |
.fa-tablet-alt:before { | |
content: "\f3fa" | |
} | |
.fa-tablets:before { | |
content: "\f490" | |
} | |
.fa-tachometer-alt:before { | |
content: "\f3fd" | |
} | |
.fa-tag:before, | |
.fa4-tag:before { | |
content: "\f02b" | |
} | |
.fa-tags:before, | |
.fa4-tags:before { | |
content: "\f02c" | |
} | |
.fa-tape:before { | |
content: "\f4db" | |
} | |
.fa-tasks:before, | |
.fa4-tasks:before { | |
content: "\f0ae" | |
} | |
.fa-taxi:before, | |
.fa4-cab:before, | |
.fa4-taxi:before { | |
content: "\f1ba" | |
} | |
.fa-teamspeak:before { | |
content: "\f4f9" | |
} | |
.fa-teeth:before { | |
content: "\f62e" | |
} | |
.fa-teeth-open:before { | |
content: "\f62f" | |
} | |
.fa-telegram:before, | |
.fa4-telegram:before { | |
content: "\f2c6" | |
} | |
.fa-telegram-plane:before { | |
content: "\f3fe" | |
} | |
.fa-tencent-weibo:before, | |
.fa4-tencent-weibo:before { | |
content: "\f1d5" | |
} | |
.fa-terminal:before, | |
.fa4-terminal:before { | |
content: "\f120" | |
} | |
.fa-text-height:before, | |
.fa4-text-height:before { | |
content: "\f034" | |
} | |
.fa-text-width:before, | |
.fa4-text-width:before { | |
content: "\f035" | |
} | |
.fa-th:before, | |
.fa4-th:before { | |
content: "\f00a" | |
} | |
.fa-th-large:before, | |
.fa4-th-large:before { | |
content: "\f009" | |
} | |
.fa-th-list:before, | |
.fa4-th-list:before { | |
content: "\f00b" | |
} | |
.fa-the-red-yeti:before { | |
content: "\f69d" | |
} | |
.fa-theater-masks:before { | |
content: "\f630" | |
} | |
.fa-themeco:before { | |
content: "\f5c6" | |
} | |
.fa-themeisle:before, | |
.fa4-themeisle:before { | |
content: "\f2b2" | |
} | |
.fa-thermometer:before { | |
content: "\f491" | |
} | |
.fa-thermometer-empty:before, | |
.fa4-thermometer-0:before, | |
.fa4-thermometer-empty:before { | |
content: "\f2cb" | |
} | |
.fa-thermometer-full:before, | |
.fa4-thermometer-4:before, | |
.fa4-thermometer-full:before, | |
.fa4-thermometer:before { | |
content: "\f2c7" | |
} | |
.fa-thermometer-half:before, | |
.fa4-thermometer-2:before, | |
.fa4-thermometer-half:before { | |
content: "\f2c9" | |
} | |
.fa-thermometer-quarter:before, | |
.fa4-thermometer-1:before, | |
.fa4-thermometer-quarter:before { | |
content: "\f2ca" | |
} | |
.fa-thermometer-three-quarters:before, | |
.fa4-thermometer-3:before, | |
.fa4-thermometer-three-quarters:before { | |
content: "\f2c8" | |
} | |
.fa-thumbs-down:before, | |
.fa4-thumbs-down:before { | |
content: "\f165" | |
} | |
.fa-thumbs-up:before, | |
.fa4-thumbs-up:before { | |
content: "\f164" | |
} | |
.fa-thumbtack:before, | |
.fa4-thumb-tack:before { | |
content: "\f08d" | |
} | |
.fa-ticket-alt:before { | |
content: "\f3ff" | |
} | |
.fa-times:before, | |
.fa4-close:before, | |
.fa4-remove:before, | |
.fa4-times:before { | |
content: "\f00d" | |
} | |
.fa-times-circle:before, | |
.fa4-times-circle:before { | |
content: "\f057" | |
} | |
.fa-tint:before, | |
.fa4-tint:before { | |
content: "\f043" | |
} | |
.fa-tint-slash:before { | |
content: "\f5c7" | |
} | |
.fa-tired:before { | |
content: "\f5c8" | |
} | |
.fa-toggle-off:before, | |
.fa4-toggle-off:before { | |
content: "\f204" | |
} | |
.fa-toggle-on:before, | |
.fa4-toggle-on:before { | |
content: "\f205" | |
} | |
.fa-toolbox:before { | |
content: "\f552" | |
} | |
.fa-tooth:before { | |
content: "\f5c9" | |
} | |
.fa-torah:before { | |
content: "\f6a0" | |
} | |
.fa-torii-gate:before { | |
content: "\f6a1" | |
} | |
.fa-trade-federation:before { | |
content: "\f513" | |
} | |
.fa-trademark:before, | |
.fa4-trademark:before { | |
content: "\f25c" | |
} | |
.fa-traffic-light:before { | |
content: "\f637" | |
} | |
.fa-train:before, | |
.fa4-train:before { | |
content: "\f238" | |
} | |
.fa-transgender:before, | |
.fa4-intersex:before, | |
.fa4-transgender:before { | |
content: "\f224" | |
} | |
.fa-transgender-alt:before, | |
.fa4-transgender-alt:before { | |
content: "\f225" | |
} | |
.fa-trash:before, | |
.fa4-trash:before { | |
content: "\f1f8" | |
} | |
.fa-trash-alt:before { | |
content: "\f2ed" | |
} | |
.fa-tree:before, | |
.fa4-tree:before { | |
content: "\f1bb" | |
} | |
.fa-trello:before, | |
.fa4-trello:before { | |
content: "\f181" | |
} | |
.fa-tripadvisor:before, | |
.fa4-tripadvisor:before { | |
content: "\f262" | |
} | |
.fa-trophy:before, | |
.fa4-trophy:before { | |
content: "\f091" | |
} | |
.fa-truck:before, | |
.fa4-truck:before { | |
content: "\f0d1" | |
} | |
.fa-truck-loading:before { | |
content: "\f4de" | |
} | |
.fa-truck-monster:before { | |
content: "\f63b" | |
} | |
.fa-truck-moving:before { | |
content: "\f4df" | |
} | |
.fa-truck-pickup:before { | |
content: "\f63c" | |
} | |
.fa-tshirt:before { | |
content: "\f553" | |
} | |
.fa-tty:before, | |
.fa4-tty:before { | |
content: "\f1e4" | |
} | |
.fa-tumblr:before, | |
.fa4-tumblr:before { | |
content: "\f173" | |
} | |
.fa-tumblr-square:before, | |
.fa4-tumblr-square:before { | |
content: "\f174" | |
} | |
.fa-tv:before, | |
.fa4-television:before, | |
.fa4-tv:before { | |
content: "\f26c" | |
} | |
.fa-twitch:before, | |
.fa4-twitch:before { | |
content: "\f1e8" | |
} | |
.fa-twitter:before, | |
.fa4-twitter:before { | |
content: "\f099" | |
} | |
.fa-twitter-square:before, | |
.fa4-twitter-square:before { | |
content: "\f081" | |
} | |
.fa-typo3:before { | |
content: "\f42b" | |
} | |
.fa-uber:before { | |
content: "\f402" | |
} | |
.fa-uikit:before { | |
content: "\f403" | |
} | |
.fa-umbrella:before, | |
.fa4-umbrella:before { | |
content: "\f0e9" | |
} | |
.fa-umbrella-beach:before { | |
content: "\f5ca" | |
} | |
.fa-underline:before, | |
.fa4-underline:before { | |
content: "\f0cd" | |
} | |
.fa-undo:before, | |
.fa4-rotate-left:before, | |
.fa4-undo:before { | |
content: "\f0e2" | |
} | |
.fa-undo-alt:before { | |
content: "\f2ea" | |
} | |
.fa-uniregistry:before { | |
content: "\f404" | |
} | |
.fa-universal-access:before, | |
.fa4-universal-access:before { | |
content: "\f29a" | |
} | |
.fa-university:before, | |
.fa4-bank:before, | |
.fa4-institution:before, | |
.fa4-university:before { | |
content: "\f19c" | |
} | |
.fa-unlink:before, | |
.fa4-chain-broken:before, | |
.fa4-unlink:before { | |
content: "\f127" | |
} | |
.fa-unlock:before, | |
.fa4-unlock:before { | |
content: "\f09c" | |
} | |
.fa-unlock-alt:before, | |
.fa4-unlock-alt:before { | |
content: "\f13e" | |
} | |
.fa-untappd:before { | |
content: "\f405" | |
} | |
.fa-upload:before, | |
.fa4-upload:before { | |
content: "\f093" | |
} | |
.fa-usb:before, | |
.fa4-usb:before { | |
content: "\f287" | |
} | |
.fa-user:before, | |
.fa4-user:before { | |
content: "\f007" | |
} | |
.fa-user-alt:before { | |
content: "\f406" | |
} | |
.fa-user-alt-slash:before { | |
content: "\f4fa" | |
} | |
.fa-user-astronaut:before { | |
content: "\f4fb" | |
} | |
.fa-user-check:before { | |
content: "\f4fc" | |
} | |
.fa-user-circle:before, | |
.fa4-user-circle:before { | |
content: "\f2bd" | |
} | |
.fa-user-clock:before { | |
content: "\f4fd" | |
} | |
.fa-user-cog:before { | |
content: "\f4fe" | |
} | |
.fa-user-edit:before { | |
content: "\f4ff" | |
} | |
.fa-user-friends:before { | |
content: "\f500" | |
} | |
.fa-user-graduate:before { | |
content: "\f501" | |
} | |
.fa-user-lock:before { | |
content: "\f502" | |
} | |
.fa-user-md:before, | |
.fa4-user-md:before { | |
content: "\f0f0" | |
} | |
.fa-user-minus:before { | |
content: "\f503" | |
} | |
.fa-user-ninja:before { | |
content: "\f504" | |
} | |
.fa-user-plus:before, | |
.fa4-user-plus:before { | |
content: "\f234" | |
} | |
.fa-user-secret:before, | |
.fa4-user-secret:before { | |
content: "\f21b" | |
} | |
.fa-user-shield:before { | |
content: "\f505" | |
} | |
.fa-user-slash:before { | |
content: "\f506" | |
} | |
.fa-user-tag:before { | |
content: "\f507" | |
} | |
.fa-user-tie:before { | |
content: "\f508" | |
} | |
.fa-user-times:before, | |
.fa4-user-times:before { | |
content: "\f235" | |
} | |
.fa-users:before, | |
.fa4-group:before, | |
.fa4-users:before { | |
content: "\f0c0" | |
} | |
.fa-users-cog:before { | |
content: "\f509" | |
} | |
.fa-ussunnah:before { | |
content: "\f407" | |
} | |
.fa-utensil-spoon:before { | |
content: "\f2e5" | |
} | |
.fa-utensils:before { | |
content: "\f2e7" | |
} | |
.fa-vaadin:before { | |
content: "\f408" | |
} | |
.fa-vector-square:before { | |
content: "\f5cb" | |
} | |
.fa-venus:before, | |
.fa4-venus:before { | |
content: "\f221" | |
} | |
.fa-venus-double:before, | |
.fa4-venus-double:before { | |
content: "\f226" | |
} | |
.fa-venus-mars:before, | |
.fa4-venus-mars:before { | |
content: "\f228" | |
} | |
.fa-viacoin:before, | |
.fa4-viacoin:before { | |
content: "\f237" | |
} | |
.fa-viadeo:before, | |
.fa4-viadeo:before { | |
content: "\f2a9" | |
} | |
.fa-viadeo-square:before, | |
.fa4-viadeo-square:before { | |
content: "\f2aa" | |
} | |
.fa-vial:before { | |
content: "\f492" | |
} | |
.fa-vials:before { | |
content: "\f493" | |
} | |
.fa-viber:before { | |
content: "\f409" | |
} | |
.fa-video:before, | |
.fa4-video-camera:before { | |
content: "\f03d" | |
} | |
.fa-video-slash:before { | |
content: "\f4e2" | |
} | |
.fa-vihara:before { | |
content: "\f6a7" | |
} | |
.fa-vimeo:before { | |
content: "\f40a" | |
} | |
.fa-vimeo-square:before, | |
.fa4-vimeo-square:before { | |
content: "\f194" | |
} | |
.fa-vimeo-v:before, | |
.fa4-vimeo:before { | |
content: "\f27d" | |
} | |
.fa-vine:before, | |
.fa4-vine:before { | |
content: "\f1ca" | |
} | |
.fa-vk:before, | |
.fa4-vk:before { | |
content: "\f189" | |
} | |
.fa-vnv:before { | |
content: "\f40b" | |
} | |
.fa-volleyball-ball:before { | |
content: "\f45f" | |
} | |
.fa-volume-down:before, | |
.fa4-volume-down:before { | |
content: "\f027" | |
} | |
.fa-volume-off:before, | |
.fa4-volume-off:before { | |
content: "\f026" | |
} | |
.fa-volume-up:before, | |
.fa4-volume-up:before { | |
content: "\f028" | |
} | |
.fa-vuejs:before { | |
content: "\f41f" | |
} | |
.fa-walking:before { | |
content: "\f554" | |
} | |
.fa-wallet:before { | |
content: "\f555" | |
} | |
.fa-warehouse:before { | |
content: "\f494" | |
} | |
.fa-weebly:before { | |
content: "\f5cc" | |
} | |
.fa-weibo:before, | |
.fa4-weibo:before { | |
content: "\f18a" | |
} | |
.fa-weight:before { | |
content: "\f496" | |
} | |
.fa-weight-hanging:before { | |
content: "\f5cd" | |
} | |
.fa-weixin:before, | |
.fa4-wechat:before, | |
.fa4-weixin:before { | |
content: "\f1d7" | |
} | |
.fa-whatsapp:before, | |
.fa4-whatsapp:before { | |
content: "\f232" | |
} | |
.fa-whatsapp-square:before { | |
content: "\f40c" | |
} | |
.fa-wheelchair:before, | |
.fa4-wheelchair:before { | |
content: "\f193" | |
} | |
.fa-whmcs:before { | |
content: "\f40d" | |
} | |
.fa-wifi:before, | |
.fa4-wifi:before { | |
content: "\f1eb" | |
} | |
.fa-wikipedia-w:before, | |
.fa4-wikipedia-w:before { | |
content: "\f266" | |
} | |
.fa-window-close:before { | |
content: "\f410" | |
} | |
.fa-window-maximize:before, | |
.fa4-window-maximize:before { | |
content: "\f2d0" | |
} | |
.fa-window-minimize:before, | |
.fa4-window-minimize:before { | |
content: "\f2d1" | |
} | |
.fa-window-restore:before, | |
.fa4-window-restore:before { | |
content: "\f2d2" | |
} | |
.fa-windows:before, | |
.fa4-windows:before { | |
content: "\f17a" | |
} | |
.fa-wine-glass:before { | |
content: "\f4e3" | |
} | |
.fa-wine-glass-alt:before { | |
content: "\f5ce" | |
} | |
.fa-wix:before { | |
content: "\f5cf" | |
} | |
.fa-wolf-pack-battalion:before { | |
content: "\f514" | |
} | |
.fa-won-sign:before, | |
.fa4-krw:before, | |
.fa4-won:before { | |
content: "\f159" | |
} | |
.fa-wordpress:before, | |
.fa4-wordpress:before { | |
content: "\f19a" | |
} | |
.fa-wordpress-simple:before { | |
content: "\f411" | |
} | |
.fa-wpbeginner:before, | |
.fa4-wpbeginner:before { | |
content: "\f297" | |
} | |
.fa-wpexplorer:before, | |
.fa4-wpexplorer:before { | |
content: "\f2de" | |
} | |
.fa-wpforms:before, | |
.fa4-wpforms:before { | |
content: "\f298" | |
} | |
.fa-wrench:before, | |
.fa4-wrench:before { | |
content: "\f0ad" | |
} | |
.fa-x-ray:before { | |
content: "\f497" | |
} | |
.fa-xbox:before { | |
content: "\f412" | |
} | |
.fa-xing:before, | |
.fa4-xing:before { | |
content: "\f168" | |
} | |
.fa-xing-square:before, | |
.fa4-xing-square:before { | |
content: "\f169" | |
} | |
.fa-y-combinator:before, | |
.fa4-y-combinator:before, | |
.fa4-yc:before { | |
content: "\f23b" | |
} | |
.fa-yahoo:before, | |
.fa4-yahoo:before { | |
content: "\f19e" | |
} | |
.fa-yandex:before { | |
content: "\f413" | |
} | |
.fa-yandex-international:before { | |
content: "\f414" | |
} | |
.fa-yelp:before, | |
.fa4-yelp:before { | |
content: "\f1e9" | |
} | |
.fa-yen-sign:before, | |
.fa4-cny:before, | |
.fa4-jpy:before, | |
.fa4-rmb:before, | |
.fa4-yen:before { | |
content: "\f157" | |
} | |
.fa-yin-yang:before { | |
content: "\f6ad" | |
} | |
.fa-yoast:before, | |
.fa4-yoast:before { | |
content: "\f2b1" | |
} | |
.fa-youtube:before, | |
.fa4-youtube:before { | |
content: "\f167" | |
} | |
.fa-youtube-square:before { | |
content: "\f431" | |
} | |
.fa-zhihu:before { | |
content: "\f63f" | |
} | |
.sr-only { | |
clip: rect(0 0 0 0); | |
border: 0; | |
clip: rect(0, 0, 0, 0); | |
height: 1px; | |
margin: -1px; | |
overflow: hidden; | |
padding: 0; | |
width: 1px | |
} | |
.sr-only-focusable:active, | |
.sr-only-focusable:focus { | |
clip: auto; | |
height: auto; | |
margin: 0; | |
overflow: visible; | |
position: static; | |
width: auto | |
} | |
@font-face { | |
font-family: 'Font Awesome 5 Brands'; | |
font-style: normal; | |
font-weight: 400; | |
src: url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.eot); | |
src: url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-brands-400.svg#fontawesome) format("svg") | |
} | |
.fab { | |
font-family: 'Font Awesome 5 Brands' | |
} | |
.fa, | |
.far, | |
.fas { | |
font-family: 'Font Awesome 5 Free' | |
} | |
@font-face { | |
font-family: 'Font Awesome 5 Free'; | |
font-style: normal; | |
font-weight: 400; | |
src: url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.eot); | |
src: url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-regular-400.svg#fontawesome) format("svg") | |
} | |
@font-face { | |
font-family: 'Font Awesome 5 Free'; | |
font-style: normal; | |
font-weight: 900; | |
src: url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.eot); | |
src: url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.3.1/webfonts/fa-solid-900.svg#fontawesome) format("svg") | |
} | |
.fa, | |
.fas { | |
font-weight: 900 | |
} | |
/*! | |
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome | |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | |
*/ | |
@font-face { | |
font-family: FontAwesome4; | |
src: url(fonts/fontawesome4-webfont.woff2) format('woff2'), url(fonts/fontawesome4-webfont.woff) format('woff'), url(fonts/fontawesome4-webfont.ttf) format('truetype'); | |
font-weight: 400; | |
font-style: normal | |
} | |
.fa4 { | |
font: 14px/1 FontAwesome4; | |
font-size: inherit; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale | |
} | |
.charts-icon, | |
.mms-icon, | |
.mms-org-icon { | |
-moz-osx-font-smoothing: grayscale; | |
display: inline-block; | |
font-style: normal | |
} | |
.charts-icon, | |
body { | |
-webkit-font-smoothing: antialiased | |
} | |
.fa4-lg { | |
font-size: 1.33333333em; | |
line-height: .75em; | |
vertical-align: -15% | |
} | |
.fa4-stack, | |
img { | |
vertical-align: middle | |
} | |
.fa4-fw { | |
width: 1.28571429em | |
} | |
.fa4-ul { | |
padding-left: 0; | |
margin-left: 2.14285714em | |
} | |
.fa4-li { | |
left: -2.14285714em; | |
width: 2.14285714em; | |
top: .14285714em | |
} | |
.fa4-li.fa4-lg { | |
left: -1.85714286em | |
} | |
.fa4-border { | |
padding: .2em .25em .15em; | |
border: .08em solid #eee; | |
border-radius: .1em | |
} | |
@-webkit-keyframes fa-spin { | |
0% { | |
-webkit-transform: rotate(0); | |
transform: rotate(0) | |
} | |
100% { | |
-webkit-transform: rotate(359deg); | |
transform: rotate(359deg) | |
} | |
} | |
@keyframes fa-spin { | |
0% { | |
-webkit-transform: rotate(0); | |
transform: rotate(0) | |
} | |
100% { | |
-webkit-transform: rotate(359deg); | |
transform: rotate(359deg) | |
} | |
} | |
.fa4-stack { | |
position: relative; | |
display: inline-block; | |
width: 2em; | |
height: 2em; | |
line-height: 2em | |
} | |
.fa4-stack-1x, | |
.fa4-stack-2x { | |
position: absolute; | |
left: 0; | |
width: 100%; | |
text-align: center | |
} | |
.fa4-envelope-o:before { | |
content: "\f003" | |
} | |
.fa4-star-o:before { | |
content: "\f006" | |
} | |
.fa4-trash-o:before { | |
content: "\f014" | |
} | |
.fa4-file-o:before { | |
content: "\f016" | |
} | |
.fa4-arrow-circle-o-down:before { | |
content: "\f01a" | |
} | |
.fa4-arrow-circle-o-up:before { | |
content: "\f01b" | |
} | |
.fa4-play-circle-o:before { | |
content: "\f01d" | |
} | |
.fa4-pencil:before { | |
content: "\f040" | |
} | |
.fa4-share-square-o:before { | |
content: "\f045" | |
} | |
.fa4-check-square-o:before { | |
content: "\f046" | |
} | |
.fa4-arrows:before { | |
content: "\f047" | |
} | |
.fa4-times-circle-o:before { | |
content: "\f05c" | |
} | |
.fa4-check-circle-o:before { | |
content: "\f05d" | |
} | |
.fa4-arrows-v:before { | |
content: "\f07d" | |
} | |
.fa4-arrows-h:before { | |
content: "\f07e" | |
} | |
.fa4-thumbs-o-up:before { | |
content: "\f087" | |
} | |
.fa4-thumbs-o-down:before { | |
content: "\f088" | |
} | |
.fa4-heart-o:before { | |
content: "\f08a" | |
} | |
.fa4-sign-out:before { | |
content: "\f08b" | |
} | |
.fa4-external-link:before { | |
content: "\f08e" | |
} | |
.fa4-sign-in:before { | |
content: "\f090" | |
} | |
.fa4-square-o:before { | |
content: "\f096" | |
} | |
.fa4-bookmark-o:before { | |
content: "\f097" | |
} | |
.fa4-dashboard:before, | |
.fa4-tachometer:before { | |
content: "\f0e4" | |
} | |
.fa4-comment-o:before { | |
content: "\f0e5" | |
} | |
.fa4-comments-o:before { | |
content: "\f0e6" | |
} | |
.fa4-exchange:before { | |
content: "\f0ec" | |
} | |
.fa4-cloud-download:before { | |
content: "\f0ed" | |
} | |
.fa4-cloud-upload:before { | |
content: "\f0ee" | |
} | |
.fa4-bell-o:before { | |
content: "\f0a2" | |
} | |
.fa4-cutlery:before { | |
content: "\f0f5" | |
} | |
.fa4-file-text-o:before { | |
content: "\f0f6" | |
} | |
.fa4-building-o:before { | |
content: "\f0f7" | |
} | |
.fa4-circle-o:before { | |
content: "\f10c" | |
} | |
.fa4-mail-reply:before, | |
.fa4-reply:before { | |
content: "\f112" | |
} | |
.fa4-folder-o:before { | |
content: "\f114" | |
} | |
.fa4-folder-open-o:before { | |
content: "\f115" | |
} | |
.fa4-flag-o:before { | |
content: "\f11d" | |
} | |
.fa4-star-half-empty:before, | |
.fa4-star-half-full:before, | |
.fa4-star-half-o:before { | |
content: "\f123" | |
} | |
.fa4-shield:before { | |
content: "\f132" | |
} | |
.fa4-ticket:before { | |
content: "\f145" | |
} | |
.fa4-minus-square-o:before { | |
content: "\f147" | |
} | |
.fa4-level-up:before { | |
content: "\f148" | |
} | |
.fa4-level-down:before { | |
content: "\f149" | |
} | |
.fa4-external-link-square:before { | |
content: "\f14c" | |
} | |
.fa4-youtube-square:before { | |
content: "\f166" | |
} | |
.fa4-youtube-play:before { | |
content: "\f16a" | |
} | |
.fa4-bitbucket-square:before { | |
content: "\f172" | |
} | |
.fa4-long-arrow-down:before { | |
content: "\f175" | |
} | |
.fa4-long-arrow-up:before { | |
content: "\f176" | |
} | |
.fa4-long-arrow-left:before { | |
content: "\f177" | |
} | |
.fa4-long-arrow-right:before { | |
content: "\f178" | |
} | |
.fa4-arrow-circle-o-right:before { | |
content: "\f18e" | |
} | |
.fa4-arrow-circle-o-left:before { | |
content: "\f190" | |
} | |
.fa4-plus-square-o:before { | |
content: "\f196" | |
} | |
.fa4-spoon:before { | |
content: "\f1b1" | |
} | |
.fa4-paper-plane-o:before, | |
.fa4-send-o:before { | |
content: "\f1d9" | |
} | |
.fa4-circle-thin:before { | |
content: "\f1db" | |
} | |
.fa4-bell-slash-o:before { | |
content: "\f1f7" | |
} | |
.fa4-meanpath:before { | |
content: "\f20c" | |
} | |
.fa4-diamond:before { | |
content: "\f219" | |
} | |
.fa4-facebook-official:before { | |
content: "\f230" | |
} | |
.fa4-sticky-note-o:before { | |
content: "\f24a" | |
} | |
.fa4-hourglass-o:before { | |
content: "\f250" | |
} | |
.fa4-map-o:before { | |
content: "\f278" | |
} | |
.fa4-commenting-o:before { | |
content: "\f27b" | |
} | |
.fa4-credit-card-alt:before { | |
content: "\f283" | |
} | |
.fa4-pause-circle-o:before { | |
content: "\f28c" | |
} | |
.fa4-stop-circle-o:before { | |
content: "\f28e" | |
} | |
.fa4-wheelchair-alt:before { | |
content: "\f29b" | |
} | |
.fa4-question-circle-o:before { | |
content: "\f29c" | |
} | |
.fa4-envelope-open-o:before { | |
content: "\f2b7" | |
} | |
.fa4-address-book-o:before { | |
content: "\f2ba" | |
} | |
.fa4-address-card-o:before, | |
.fa4-vcard-o:before { | |
content: "\f2bc" | |
} | |
.fa4-user-circle-o:before { | |
content: "\f2be" | |
} | |
.fa4-user-o:before { | |
content: "\f2c0" | |
} | |
.fa4-drivers-license-o:before, | |
.fa4-id-card-o:before { | |
content: "\f2c3" | |
} | |
.fa4-times-rectangle:before, | |
.fa4-window-close:before { | |
content: "\f2d3" | |
} | |
.fa4-times-rectangle-o:before, | |
.fa4-window-close-o:before { | |
content: "\f2d4" | |
} | |
.mms-icon, | |
.mms-org-icon { | |
position: relative; | |
font-size: 16px | |
} | |
.mms-icon .mms-emblem, | |
.mms-icon::after, | |
.mms-org-icon .mms-emblem, | |
.mms-org-icon::after { | |
position: absolute; | |
top: 0; | |
left: 0 | |
} | |
.mms-icon { | |
font-family: MMSIcons-Regular | |
} | |
.mms-org-icon { | |
font-family: MMSOrgIcons-Regular | |
} | |
.mms-emblem-add, | |
.mms-icon-addcenter { | |
color: #13aa52; | |
color: var(--mms-green2) | |
} | |
.mms-emblem-add::before { | |
content: '\E085' | |
} | |
.mms-emblem-remove, | |
.mms-icon-configsvr-down, | |
.mms-icon-configsvr-fatal, | |
.mms-icon-configsvr-shunned, | |
.mms-icon-configsvr-unknown, | |
.mms-icon-deadface, | |
.mms-icon-down, | |
.mms-icon-fatal, | |
.mms-icon-shunned, | |
.mms-icon-unknown { | |
color: #ef4c4c; | |
color: var(--mms-alert-red) | |
} | |
.mms-emblem-remove::before { | |
content: '\E086' | |
} | |
.mms-emblem-edit, | |
.mms-emblem-exclamation, | |
.mms-icon-configsvr-recovering, | |
.mms-icon-configsvr-rollback, | |
.mms-icon-configsvr-startup, | |
.mms-icon-configsvr-startup2, | |
.mms-icon-recovering, | |
.mms-icon-rollback, | |
.mms-icon-startup, | |
.mms-icon-startup2, | |
.mms-icon-surprisedface { | |
color: #ffb618; | |
color: var(--mms-warning-text) | |
} | |
.mms-emblem-edit::before { | |
content: '\E087' | |
} | |
.mms-emblem-exclamation::before, | |
.mms-icon-configsvr>.mms-emblem-exclamation::before, | |
.mms-icon-mongos>.mms-emblem-exclamation::before { | |
content: '\E098' | |
} | |
.mms-emblem-restart { | |
color: #43b1e5; | |
color: var(--mms-alert-blue) | |
} | |
.mms-emblem-restart::before { | |
content: '\E089' | |
} | |
.mms-icon-configsvr-arbiter::after, | |
.mms-icon-configsvr-delayed::after, | |
.mms-icon-configsvr-down::after, | |
.mms-icon-configsvr-fatal::after, | |
.mms-icon-configsvr-hidden::after, | |
.mms-icon-configsvr-nostate::after, | |
.mms-icon-configsvr-primary::after, | |
.mms-icon-configsvr-recovering::after, | |
.mms-icon-configsvr-rollback::after, | |
.mms-icon-configsvr-secondary::after, | |
.mms-icon-configsvr-shunned::after, | |
.mms-icon-configsvr-startup2::after, | |
.mms-icon-configsvr-startup::after, | |
.mms-icon-configsvr-unknown::after, | |
.mms-icon-replica-set-configsvr::after { | |
content: '\E084' | |
} | |
.mms-icon-group>.mms-emblem-add::before { | |
content: '\E090' | |
} | |
.mms-icon-group>.mms-emblem-remove::before { | |
content: '\E091' | |
} | |
.mms-icon-group>.mms-emblem-edit::before { | |
content: '\E092' | |
} | |
.mms-icon-group>.mms-emblem-restart::before { | |
content: '\E094' | |
} | |
.mms-icon-configsvr>.mms-emblem-add::before, | |
.mms-icon-mongos>.mms-emblem-add::before { | |
content: '\E095' | |
} | |
.mms-icon-configsvr>.mms-emblem-remove::before, | |
.mms-icon-mongos>.mms-emblem-remove::before { | |
content: '\E096' | |
} | |
.mms-icon-configsvr>.mms-emblem-edit::before, | |
.mms-icon-mongos>.mms-emblem-edit::before { | |
content: '\E097' | |
} | |
.mms-icon-configsvr>.mms-emblem-restart::before, | |
.mms-icon-mongos>.mms-emblem-restart::before { | |
content: '\E099' | |
} | |
.mms-icon-wrench>.mms-emblem-add::before { | |
content: '\E078' | |
} | |
.mms-icon-wrench>.mms-emblem-remove::before { | |
content: '\E079' | |
} | |
.mms-icon-wrench>.mms-emblem-edit::before { | |
content: '\E080' | |
} | |
.mms-icon-wrench>.mms-emblem-exclamation::before { | |
content: '\E081' | |
} | |
.mms-icon-wrench>.mms-emblem-restart::before { | |
content: '\E082' | |
} | |
.mms-icon-wrench-exclamation { | |
color: #babdbe; | |
color: var(--mms-gray5) | |
} | |
.mms-icon-nostate.mms-have-emblem::before { | |
content: '\E100' | |
} | |
.mms-icon-startup.mms-have-emblem::before { | |
content: '\E101' | |
} | |
.mms-icon-primary.mms-have-emblem::before { | |
content: '\E102' | |
} | |
.mms-icon-secondary.mms-have-emblem::before { | |
content: '\E103' | |
} | |
.mms-icon-arbiter.mms-have-emblem::before { | |
content: '\E104' | |
} | |
.mms-icon-hidden-s.mms-have-emblem::before { | |
content: '\E105' | |
} | |
.mms-icon-delayed.mms-have-emblem::before { | |
content: '\E106' | |
} | |
.mms-icon-recovering.mms-have-emblem::before { | |
content: '\E107' | |
} | |
.mms-icon-down.mms-have-emblem::before { | |
content: '\E108' | |
} | |
.mms-icon-fatal.mms-have-emblem::before { | |
content: '\E109' | |
} | |
.mms-icon-shunned.mms-have-emblem::before { | |
content: '\E110' | |
} | |
.mms-icon-rollback.mms-have-emblem::before { | |
content: '\E111' | |
} | |
.mms-icon-unknown.mms-have-emblem::before { | |
content: '\E112' | |
} | |
.mms-icon-standalone.mms-have-emblem::before { | |
content: '\E130' | |
} | |
.mms-icon-replica-set.mms-have-emblem::before { | |
content: '\E131' | |
} | |
.mms-icon-replica-set-configsvr { | |
content: '\E144' | |
} | |
.mms-icon-cluster.mms-have-emblem::before { | |
content: '\E132' | |
} | |
.mms-icon-mongos.mms-have-emblem::before { | |
content: '\E133' | |
} | |
.mms-icon-configsvr.mms-have-emblem::before { | |
content: '\E134' | |
} | |
.mms-icon-automation.mms-have-emblem::before { | |
content: '\E135' | |
} | |
.mms-icon-backup.mms-have-emblem::before { | |
content: '\E136' | |
} | |
.mms-icon-monitoring.mms-have-emblem::before { | |
content: '\E137' | |
} | |
.mms-icon-group.mms-have-emblem::before { | |
content: '\E138' | |
} | |
.mms-icon-user.mms-have-emblem::before { | |
content: '\E139' | |
} | |
.mms-icon-role.mms-have-emblem::before { | |
content: '\E140' | |
} | |
.mms-icon-leaf.mms-have-emblem::before { | |
content: '\E141' | |
} | |
.mms-icon-server.mms-have-emblem::before { | |
content: '\E142' | |
} | |
.mms-icon-wrench.mms-have-emblem::before { | |
content: '\E231' | |
} | |
.mms-org-icon-activity-feed::before { | |
content: '\0049' | |
} | |
.mms-icon-nostate::before { | |
content: '\E000' | |
} | |
.mms-icon-startup2::before, | |
.mms-icon-startup::before { | |
content: '\E001' | |
} | |
.mms-icon-primary::before { | |
content: '\E004' | |
} | |
.mms-icon-secondary::before { | |
content: '\E005' | |
} | |
.mms-icon-arbiter::before { | |
content: '\E007' | |
} | |
.mms-icon-hidden-s::before { | |
content: '\E009' | |
} | |
.mms-icon-delayed::before { | |
content: '\E011' | |
} | |
.mms-icon-recovering::before { | |
content: '\E013' | |
} | |
.mms-icon-down::before { | |
content: '\E015' | |
} | |
.mms-icon-fatal::before { | |
content: '\E017' | |
} | |
.mms-icon-shunned::before { | |
content: '\E019' | |
} | |
.mms-icon-rollback::before { | |
content: '\E021' | |
} | |
.mms-icon-unknown::before { | |
content: '\E023' | |
} | |
.mms-icon-standalone::before { | |
content: '\E030' | |
} | |
.mms-icon-replica-set::before { | |
content: '\E031' | |
} | |
.mms-icon-replica-set-configsvr::before { | |
content: '\E143' | |
} | |
.mms-icon-cluster::before { | |
content: '\E032' | |
} | |
.mms-icon-mongos::before { | |
content: '\E033' | |
} | |
.mms-icon-configsvr::before { | |
content: '\E034' | |
} | |
.mms-icon-configsvr-down::before { | |
content: '\E045' | |
} | |
.mms-icon-configsvr-down.mms-have-emblem::before { | |
content: '\E046' | |
} | |
.mms-icon-configsvr-shunned::before { | |
content: '\E048' | |
} | |
.mms-icon-configsvr-shunned.mms-have-emblem::before { | |
content: '\E049' | |
} | |
.mms-icon-configsvr-hidden::before { | |
content: '\E051' | |
} | |
.mms-icon-configsvr-hidden.mms-have-emblem::before { | |
content: '\E052' | |
} | |
.mms-icon-configsvr-recovering::before { | |
content: '\E054' | |
} | |
.mms-icon-configsvr-recovering.mms-have-emblem::before { | |
content: '\E055' | |
} | |
.mms-icon-configsvr-delayed::before { | |
content: '\E057' | |
} | |
.mms-icon-configsvr-delayed.mms-have-emblem::before { | |
content: '\E058' | |
} | |
.mms-icon-configsvr-arbiter::before { | |
content: '\E060' | |
} | |
.mms-icon-configsvr-arbiter.mms-have-emblem::before { | |
content: '\E061' | |
} | |
.mms-icon-configsvr-nostate::before { | |
content: '\E038' | |
} | |
.mms-icon-configsvr-nostate.mms-have-emblem::before { | |
content: '\E039' | |
} | |
.mms-icon-configsvr-primary::before { | |
content: '\E040' | |
} | |
.mms-icon-configsvr-primary.mms-have-emblem::before { | |
content: '\E041' | |
} | |
.mms-icon-configsvr-startup2::before, | |
.mms-icon-configsvr-startup::before { | |
content: '\E063' | |
} | |
.mms-icon-configsvr-startup.mms-have-emblem::before { | |
content: '\E064' | |
} | |
.mms-icon-configsvr-secondary::before { | |
content: '\E042' | |
} | |
.mms-icon-configsvr-secondary.mms-have-emblem::before { | |
content: '\E043' | |
} | |
.mms-icon-configsvr-rollback::before { | |
content: '\E066' | |
} | |
.mms-icon-configsvr-rollback.mms-have-emblem::before { | |
content: '\E067' | |
} | |
.mms-icon-configsvr-fatal::before { | |
content: '\E069' | |
} | |
.mms-icon-configsvr-fatal.mms-have-emblem::before { | |
content: '\E070' | |
} | |
.mms-icon-configsvr-unknown::before { | |
content: '\E072' | |
} | |
.mms-icon-configsvr-unknown.mms-have-emblem::before { | |
content: '\E073' | |
} | |
.mms-icon-addcenter::before { | |
content: '\E083' | |
} | |
.mms-icon-dragtopleft::before { | |
content: '\E200' | |
} | |
.mms-icon-bell::before { | |
content: '\E201' | |
} | |
.mms-icon-list::before { | |
content: '\E202' | |
} | |
.mms-icon-topology::before { | |
content: '\E203' | |
} | |
.mms-icon-cloud::before { | |
content: '\E204' | |
} | |
.mms-icon-lock::before { | |
content: '\E205' | |
} | |
.mms-icon-laptop::before { | |
content: '\E206' | |
} | |
.mms-icon-office::before { | |
content: '\E207' | |
} | |
.mms-icon-floppy::before { | |
content: '\E208' | |
} | |
.mms-icon-support1::before { | |
content: '\E209' | |
} | |
.mms-icon-support2::before { | |
content: '\E210' | |
} | |
.mms-icon-add::before { | |
content: '\E211' | |
} | |
.mms-icon-remove::before { | |
content: '\E212' | |
} | |
.mms-icon-check::before { | |
content: '\E213' | |
} | |
.mms-icon-creditcard::before { | |
content: '\E214' | |
} | |
.mms-icon-graph::before { | |
content: '\E215' | |
} | |
.mms-icon-api::before { | |
content: '\E216' | |
} | |
.mms-icon-2fa::before { | |
content: '\E217' | |
} | |
.mms-icon-smartphone::before { | |
content: '\E218' | |
} | |
.mms-icon-continuous::before { | |
content: '\E219' | |
} | |
.mms-icon-pointintime::before { | |
content: '\E220' | |
} | |
.mms-icon-hammer::before { | |
content: '\E221' | |
} | |
.mms-icon-edit::before { | |
content: '\E222' | |
} | |
.mms-icon-umbrella::before { | |
content: '\E223' | |
} | |
.mms-icon-ellipsis::before { | |
content: '\E224' | |
} | |
.mms-icon-dragleft::before { | |
content: '\E225' | |
} | |
.mms-icon-list-skinny::before { | |
content: '\E226' | |
} | |
.mms-icon-modify::before, | |
.mms-icon-wrench::before { | |
content: '\E227' | |
} | |
.mms-icon-grid::before { | |
content: '\E228' | |
} | |
.mms-icon-ssl::before { | |
content: '\E229' | |
} | |
.mms-icon-auth::before { | |
content: '\E230' | |
} | |
.mms-icon-metrics::before { | |
content: '\E232' | |
} | |
.mms-icon-back::before { | |
content: '\E233' | |
} | |
.mms-icon-surprisedface::before { | |
content: '\E234' | |
} | |
.mms-icon-sadface::before { | |
content: '\E235' | |
} | |
.mms-icon-deadface::before { | |
content: '\E236' | |
} | |
.mms-icon-paused::before { | |
content: '\E239' | |
} | |
.mms-icon-automation::before { | |
content: '\E300' | |
} | |
.mms-icon-backup::before { | |
content: '\E301' | |
} | |
.mms-icon-monitoring::before { | |
content: '\E302' | |
} | |
.mms-icon-group::before { | |
content: '\E303' | |
} | |
.mms-icon-user::before { | |
content: '\E304' | |
} | |
.mms-icon-role::before { | |
content: '\E305' | |
} | |
.mms-icon-leaf::before { | |
content: '\E306' | |
} | |
.mms-icon-databases::before { | |
content: '\E307' | |
} | |
.mms-icon-database::before { | |
content: '\E308' | |
} | |
.mms-icon-servers::before { | |
content: '\E309' | |
} | |
.mms-icon-server::before { | |
content: '\E310' | |
} | |
.mms-icon-dashboard::before { | |
content: '\E311' | |
} | |
.mms-icon-setup::before { | |
content: '\E312' | |
} | |
.mms-icon-settings::before { | |
content: '\E313' | |
} | |
.mms-icon-activity::before { | |
content: '\E314' | |
} | |
.mms-icon-ops-manager::before { | |
content: '\E315' | |
} | |
.mms-icon-logo-amazon::before { | |
content: '\E500' | |
} | |
.mms-icon-logo-ubuntu::before { | |
content: '\E501' | |
} | |
.mms-icon-logo-apple::before { | |
content: '\E502' | |
} | |
.mms-icon-logo-linux::before { | |
content: '\E503' | |
} | |
.mms-icon-logo-windows::before { | |
content: '\E504' | |
} | |
.mms-icon-logo-redhat::before { | |
content: '\E505' | |
} | |
.mms-icon-rocketbot::before { | |
content: '\F006' | |
} | |
.mms-icon-snowbot::before { | |
content: '\F007' | |
} | |
.mms-icon-medium-cloud::before { | |
content: '\F010' | |
} | |
.mms-icon-sadface { | |
color: color(var(--alert-red) tint(25%)); | |
color: var(--mms-alert-red-dark) | |
} | |
.charts-icon { | |
-webkit-font-feature-settings: normal; | |
font-feature-settings: normal; | |
font-variant: normal; | |
line-height: 1; | |
font-family: ChartsIcons | |
} | |
#search, | |
.guilabel, | |
.menuselection { | |
font-family: sans-serif | |
} | |
.charts-icon-geoglobe::before { | |
content: '\0041' | |
} | |
div.related ul { | |
margin: 0; | |
list-style: none | |
} | |
img { | |
border: 0 | |
} | |
ul.search { | |
margin: 10px 0 0 20px; | |
padding: 0 | |
} | |
dd, | |
img.toggler { | |
margin-top: 3px | |
} | |
ul.search li { | |
padding: 5px 0 5px 20px; | |
background-image: url(file.png); | |
background-repeat: no-repeat; | |
background-position: 0 7px | |
} | |
ul.search li div.context { | |
color: #888; | |
margin: 2px 0 0 30px; | |
text-align: left | |
} | |
table.contentstable { | |
width: 90% | |
} | |
table.contentstable p.biglink { | |
line-height: 150% | |
} | |
.optional, | |
a.biglink { | |
font-size: 1.3em | |
} | |
span.linkdescr { | |
font-style: italic; | |
padding-top: 5px; | |
font-size: 90% | |
} | |
dl.glossary dt, | |
p.topic-title { | |
font-size: 1.1em; | |
font-weight: 700 | |
} | |
table.indextable tr.pcap { | |
height: 10px | |
} | |
table.indextable tr.cap { | |
margin-top: 10px; | |
background-color: #f2f2f2 | |
} | |
img.toggler { | |
margin-right: 3px; | |
cursor: pointer | |
} | |
div.genindex-jumpbox, | |
div.modindex-jumpbox { | |
border-top: 1px solid #ddd; | |
border-bottom: 1px solid #ddd; | |
margin: 1em 0; | |
padding: .4em | |
} | |
div.body { | |
transition: opacity .25s linear | |
} | |
div.body.loading { | |
opacity: .25 | |
} | |
div.body p.caption { | |
text-align: inherit | |
} | |
.first { | |
margin-top: 0!important | |
} | |
p.rubric { | |
margin-top: 30px; | |
font-weight: 700 | |
} | |
.figure, | |
img, | |
td.code pre { | |
max-width: 100% | |
} | |
.figure.align-left, | |
img.align-left, | |
object.align-left { | |
clear: left; | |
float: left; | |
margin-right: 1em | |
} | |
.figure.align-right, | |
img.align-right, | |
object.align-right { | |
clear: right; | |
float: right; | |
margin-left: 1em | |
} | |
.figure.align-center, | |
img.align-center, | |
object.align-center { | |
display: block; | |
margin-left: auto; | |
margin-right: auto | |
} | |
div.sidebar { | |
margin: 0 0 .5em 1em; | |
border: 1px solid #aaa; | |
padding: 7px; | |
width: 45%; | |
float: right; | |
border-radius: 2px | |
} | |
.linenos pre, | |
a tt, | |
h1 tt, | |
h2 tt, | |
h3 tt, | |
h4 tt, | |
h5 tt, | |
h6 tt, | |
table.docutils div.admonition-example div.highlight, | |
tt.descclassname, | |
tt.descname, | |
tt.xref { | |
background-color: transparent | |
} | |
div.sidebar p { | |
margin-bottom: 4px | |
} | |
div.sidebar div.highlight { | |
background: 0 0 | |
} | |
div.sidebar div.highlight pre { | |
padding: 0 12px; | |
background: 0 0; | |
border-left: none | |
} | |
div.topic { | |
border: 1px solid #ccc; | |
padding: 7px 7px 0; | |
margin: 10px 0 | |
} | |
p.topic-title { | |
margin-top: 10px | |
} | |
p.admonition-title { | |
margin: 0 10px 5px 0; | |
font-weight: 700 | |
} | |
div.body p.centered { | |
text-align: center; | |
margin-top: 25px | |
} | |
table.docutils { | |
border: 0 | |
} | |
table.docutils td, | |
table.docutils th { | |
border-top: 0; | |
border-left: 0; | |
border-right: 0; | |
border-bottom: 1px solid #aaa | |
} | |
table.field-list td, | |
table.field-list th, | |
table.footnote td, | |
table.footnote th { | |
border: 0!important | |
} | |
table.citation { | |
border-left: 1px solid gray; | |
margin-left: 1px | |
} | |
table.citation td { | |
border-bottom: none | |
} | |
ul.checklist { | |
list-style: outside | |
} | |
ol.arabic { | |
list-style: decimal | |
} | |
ol.loweralpha { | |
list-style: lower-alpha | |
} | |
ol.upperalpha { | |
list-style: upper-alpha | |
} | |
ol.lowerroman { | |
list-style: lower-roman | |
} | |
ol.upperroman { | |
list-style: upper-roman | |
} | |
dd { | |
margin-left: 30px | |
} | |
.highlighted { | |
background-color: #fbe54e | |
} | |
.contents.singlecol ul, | |
.contents.twocols-rootonly ul, | |
.field-list ul { | |
margin: 0; | |
padding-left: 1em | |
} | |
.refcount { | |
color: #060 | |
} | |
.system-message { | |
background-color: #fda; | |
padding: 5px; | |
border: 3px solid red | |
} | |
.footnote:target { | |
background-color: #ffa | |
} | |
.line-block { | |
display: block; | |
margin-top: 1em; | |
margin-bottom: 1em | |
} | |
.line-block .line-block { | |
margin-left: 1.5em | |
} | |
.accelerator, | |
.footer .box a:hover, | |
.nav-panel a:hover, | |
a:hover { | |
text-decoration: underline | |
} | |
.classifier { | |
font-style: oblique | |
} | |
.linenos pre { | |
padding: 0; | |
border: 0; | |
color: #aaa; | |
font-family: 'Source Code Pro', monospace; | |
font-size: 14px; | |
line-height: 24px | |
} | |
.deluge textarea, | |
div.sphinxsidebarwrapper ul li a code span, | |
div.sphinxsidebarwrapper ul li a tt span { | |
font-size: inherit | |
} | |
.linenos { | |
float: left; | |
width: 2em; | |
padding-top: 24px | |
} | |
.highlighttable { | |
overflow: scroll; | |
width: 100% | |
} | |
div.viewcode-block:target { | |
margin: -1px -10px; | |
padding: 0 10px | |
} | |
img.math { | |
vertical-align: middle | |
} | |
.button-row { | |
background-image: url(https://media.mongodb.org/code-block-bg.png); | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-direction: row-reverse; | |
flex-direction: row-reverse; | |
border-left: 5px solid #494747; | |
height: 24px | |
} | |
.code-button { | |
color: #fff; | |
-ms-flex-positive: 0; | |
flex-grow: 0; | |
min-width: 75px; | |
background: #7a7b7b; | |
text-align: center; | |
text-decoration: none; | |
cursor: pointer; | |
position: relative; | |
height: 100%; | |
line-height: 16px; | |
margin: 0 1px; | |
padding: 4px 8px; | |
border-radius: 0; | |
user-select: none | |
} | |
.deluge-close-link, | |
.deluge-vote-button { | |
text-align: center; | |
text-decoration: underline | |
} | |
.code-button:first-of-type { | |
margin-right: 0 | |
} | |
.code-button:focus, | |
.code-button:hover { | |
background: #9d9e9e; | |
color: #fff; | |
text-decoration: none | |
} | |
.code-button:active { | |
background: #7a7b7b | |
} | |
.code-button__tooltip { | |
border-radius: 6px; | |
display: inline-block; | |
font-size: 13px; | |
opacity: 0; | |
padding: 4px 16px; | |
position: absolute; | |
pointer-events: none; | |
transition: opacity .3s ease-out; | |
background-color: rgba(34, 34, 34, .8); | |
opacity: 0; | |
top: -125%; | |
right: 8px | |
} | |
.code-button__tooltip::after { | |
width: 0; | |
height: 0; | |
border-top: 10px solid rgba(34, 34, 34, .8); | |
border-left: 6px solid transparent; | |
border-right: 6px solid transparent; | |
bottom: -10px; | |
left: calc(50% - 6px); | |
position: absolute; | |
content: "" | |
} | |
.code-button__tooltip--active { | |
opacity: 1 | |
} | |
.button-code-block { | |
margin: 20px 0 | |
} | |
.button-code-block pre { | |
margin: 0 auto; | |
padding-top: 2px; | |
padding-bottom: 24px | |
} | |
td.code, | |
td.code div.highlight, | |
td.code div.highlight pre, | |
td.linenos, | |
td.linenos pre { | |
padding-top: 0 | |
} | |
div.related ul, | |
table.highlighttable td { | |
padding: 0 | |
} | |
td.code { | |
width: 100% | |
} | |
.linenos-button-row-spacer { | |
width: 2em | |
} | |
.deluge { | |
background-color: #13aa52; | |
background-color: var(--mongodb-green); | |
border-radius: 4px 4px 0 0; | |
bottom: 0; | |
box-shadow: 0 16px 60px 0 rgba(86, 91, 115, .2); | |
color: #fff; | |
font-family: Akzidenz, sans-serif; | |
font-size: 14px; | |
line-height: 24px; | |
position: fixed; | |
right: 20px; | |
transition: width .3s; | |
z-index: 100 | |
} | |
.deluge .switch { | |
display: inline-block; | |
line-height: 25px; | |
text-align: center; | |
width: 25px | |
} | |
.deluge .rangestar:hover, | |
.deluge .switch:hover, | |
.deluge-vote-button:hover, | |
.lightbox:hover { | |
cursor: pointer | |
} | |
.deluge .switch.good.selected, | |
.deluge .switch.good.selected:hover, | |
.deluge .switch.good:hover, | |
.sphinxsidebarwrapper .toctree-l1 li.current.selected-item>a span { | |
color: #13aa52; | |
color: var(--mongodb-green) | |
} | |
.deluge .switch.bad.selected, | |
.deluge .switch.bad.selected:hover { | |
color: #c85757 | |
} | |
.deluge .switch.bad:hover { | |
color: #8f3c3c | |
} | |
.deluge .rangestar { | |
line-height: 25px; | |
text-align: center; | |
width: 15px | |
} | |
.deluge textarea { | |
border: 1px solid #ddd; | |
font-family: inherit; | |
height: 100px; | |
line-height: 1.5em; | |
overflow: auto; | |
resize: none; | |
width: 100% | |
} | |
.deluge-button-group button, | |
.deluge-fix-button, | |
.deluge-header, | |
.deluge-vote-button { | |
font-family: Akzidenz, sans-serif | |
} | |
.deluge input:invalid, | |
.deluge textarea:invalid { | |
color: #ef4c4c; | |
color: var(--tomato) | |
} | |
.deluge .error { | |
color: red; | |
line-height: 1.1 | |
} | |
.deluge ul, | |
.nav-panel ul, | |
.quick-search, | |
div.sphinxsidebarwrapper ul { | |
margin: 0; | |
padding: 0 | |
} | |
.deluge p { | |
display: inline-block; | |
font-size: 16px; | |
margin-bottom: 15px | |
} | |
.deluge .caption { | |
font-size: 12px; | |
line-height: 1.4 | |
} | |
@media print { | |
.visible-print { | |
display: block!important | |
} | |
tr.visible-print { | |
display: table-row!important | |
} | |
td.visible-print, | |
th.visible-print { | |
display: table-cell!important | |
} | |
.hidden-print, | |
td.hidden-print, | |
th.hidden-print, | |
tr.hidden-print { | |
display: none!important | |
} | |
div.bodywrapper, | |
div.document, | |
div.documentwrapper { | |
margin: 0!important; | |
width: 100% | |
} | |
#top-link, | |
.button-row, | |
.deluge, | |
div.footer, | |
div.related, | |
div.sphinxsidebar { | |
display: none | |
} | |
} | |
@media (max-width:660px) { | |
.deluge { | |
display: none | |
} | |
} | |
.deluge-expanded { | |
border-radius: 0; | |
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1); | |
width: 300px | |
} | |
.deluge-body { | |
-ms-flex-line-pack: justify; | |
align-content: space-between; | |
background-color: #fff; | |
color: #424950; | |
height: 100% | |
} | |
.deluge-body-expanded { | |
-ms-flex-line-pack: center; | |
align-content: center; | |
background-color: #fff; | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; | |
-ms-flex-pack: center; | |
justify-content: center; | |
min-height: 116px; | |
padding: 21px 18px 18px | |
} | |
.deluge-header { | |
-ms-flex-align: center; | |
align-items: center; | |
display: -ms-flexbox; | |
display: flex; | |
height: 44px; | |
-ms-flex-pack: center; | |
justify-content: center; | |
line-height: 44px; | |
padding: 0 18px; | |
text-align: center | |
} | |
.deluge-header-minimized { | |
min-width: 44px | |
} | |
.deluge-helpful { | |
display: -ms-flexbox; | |
display: flex; | |
padding: 0 10px | |
} | |
.deluge-vote { | |
background-color: #fff; | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-pack: space-evenly; | |
justify-content: space-evenly | |
} | |
.deluge-vote a { | |
color: #13aa52; | |
color: var(--mongodb-green); | |
cursor: pointer; | |
font-weight: 700; | |
padding: 1rem | |
} | |
.deluge-comment-icon { | |
padding-right: 5px | |
} | |
.deluge-close-icon, | |
.deluge-open-icon { | |
font-size: 20px; | |
font-weight: 700; | |
cursor: pointer | |
} | |
.deluge-close-icon { | |
margin-left: auto | |
} | |
.deluge-close-icon-hidden { | |
margin-right: auto; | |
visibility: hidden | |
} | |
.deluge-close-link { | |
color: #b3bbc1; | |
color: var(--grey-primary); | |
cursor: pointer; | |
width: 100% | |
} | |
.deluge-vote-button { | |
color: #13aa52; | |
color: var(--mongodb-green); | |
display: inline-block; | |
width: 50% | |
} | |
.deluge-fix-button { | |
color: #13aa52; | |
color: var(--mongodb-green); | |
text-decoration: none | |
} | |
.deluge-fix-button:hover { | |
color: #3c6626; | |
cursor: pointer | |
} | |
.deluge-button-group, | |
.flex { | |
display: -ms-flexbox; | |
display: flex | |
} | |
.deluge-button-group button { | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 3px; | |
-ms-flex-positive: 1; | |
flex-grow: 1; | |
font-size: 12px; | |
height: 26px | |
} | |
.nav-panel button, | |
div td pre { | |
background-color: transparent | |
} | |
.deluge-button-group button:disabled { | |
background-color: #e0e7e8; | |
background-color: var(--light-grey-primary) | |
} | |
.deluge-questions { | |
font-size: 12px; | |
width: 100% | |
} | |
@font-face { | |
font-family: MMSIcons-Regular; | |
src: url(fonts/MMSIcons-Regular.woff2) format('woff2'), url(fonts/MMSIcons-Regular.woff) format('woff'), url(fonts/MMSIcons-Regular.ttf) format('truetype'); | |
font-style: normal; | |
font-weight: 400 | |
} | |
@font-face { | |
font-family: MMSOrgIcons-Regular; | |
src: url(fonts/MMSOrgIcons-Regular.woff2) format('woff2'), url(fonts/MMSOrgIcons-Regular.woff) format('woff'), url(fonts/MMSOrgIcons-Regular.ttf) format('truetype'); | |
font-style: normal; | |
font-weight: 400 | |
} | |
@font-face { | |
font-family: ChartsIcons; | |
src: url(fonts/charts.woff2) format('woff2'), url(fonts/charts.woff) format('woff'), url(fonts/charts.ttf) format('truetype'); | |
font-style: normal; | |
font-weight: 400 | |
} | |
@font-face { | |
font-family: Akzidenz; | |
src: url(fonts/akzidgrostdreg.eot); | |
src: url(fonts/akzidgrostdreg.eot#iefix) format('embedded-opentype'), url(fonts/akzidgrostdreg.woff) format('woff'), url(fonts/akzidgrostdreg.ttf) format('truetype'); | |
font-style: normal; | |
font-weight: 400 | |
} | |
@font-face { | |
font-family: Akzidenz; | |
src: url(fonts/akzidgrostdita.eot); | |
src: url(fonts/akzidgrostdita.eot#iefix) format('embedded-opentype'), url(fonts/akzidgrostdita.woff) format('woff'), url(fonts/akzidgrostdita.ttf) format('truetype'); | |
font-style: italic; | |
font-weight: 400 | |
} | |
@font-face { | |
font-family: Akzidenz; | |
src: url(fonts/akzidgrostdmed.eot); | |
src: url(fonts/akzidgrostdmed.eot#iefix) format('embedded-opentype'), url(fonts/akzidgrostdmed.woff) format('woff'), url(fonts/akzidgrostdmed.ttf) format('truetype'); | |
font-style: normal; | |
font-weight: 700 | |
} | |
@font-face { | |
font-family: Akzidenz; | |
src: url(fonts/akzidgrostdmedita.eot); | |
src: url(fonts/akzidgrostdmedita.eot#iefix) format('embedded-opentype'), url(fonts/akzidgrostdmedita.woff) format('woff'), url(fonts/akzidgrostdmedita.ttf) format('truetype'); | |
font-style: italic; | |
font-weight: 700 | |
} | |
@font-face { | |
font-family: Akzidenz; | |
font-family: 'Akzidenz Grotesk BQ Light'; | |
src: url(fonts/akzidgrostdlig.eot); | |
src: url(fonts/akzidgrostdlig.eot#iefix) format('embedded-opentype'), url(fonts/akzidgrostdlig.woff) format('woff'), url(fonts/akzidgrostdlig.ttf) format('truetype'); | |
font-style: normal; | |
font-weight: 200 | |
} | |
@font-face { | |
font-family: Akzidenz; | |
src: url(fonts/akzidgrostdligita.eot); | |
src: url(fonts/akzidgrostdligita.eot#iefix) format('embedded-opentype'), url(fonts/akzidgrostdligita.woff) format('woff'), url(fonts/akzidgrostdligita.ttf) format('truetype'); | |
font-style: italic; | |
font-weight: 200 | |
} | |
.flex--wrap { | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap | |
} | |
.flex--center-x { | |
-ms-flex-pack: center; | |
justify-content: center | |
} | |
.flex--center-y { | |
-ms-flex-align: center; | |
align-items: center | |
} | |
.flex--center-all { | |
-ms-flex-pack: center; | |
justify-content: center; | |
-ms-flex-align: center; | |
align-items: center; | |
-ms-flex-line-pack: center; | |
align-content: center | |
} | |
.flex--right { | |
-ms-flex-pack: end; | |
justify-content: flex-end | |
} | |
.flex--space-between { | |
-ms-flex-pack: justify; | |
justify-content: space-between | |
} | |
.flex--space-around { | |
-ms-flex-pack: distribute; | |
justify-content: space-around | |
} | |
.flex--vertical { | |
-ms-flex-direction: column; | |
flex-direction: column | |
} | |
.nav-panel, | |
.nav-panel * { | |
-webkit-overflow-scrolling: touch | |
} | |
.nav-panel { | |
z-index: 100000; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
-ms-flex-direction: column; | |
flex-direction: column; | |
font-family: 'Akzidenz Grotesk BQ Light' | |
} | |
.nav-panel a { | |
cursor: pointer; | |
color: #006400; | |
text-decoration: none | |
} | |
.nav-panel button { | |
cursor: pointer; | |
margin: 0; | |
border: 0 | |
} | |
.nav-panel .input { | |
height: 32px; | |
border-radius: 4px; | |
border: 1px solid #e0e0e0; | |
padding: 0 15px | |
} | |
.nav-panel .btn, | |
.nav-panel .btn-fill, | |
.nav-panel .btn-hollow { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
cursor: pointer; | |
padding: 15px 40px; | |
text-decoration: none; | |
color: #fff; | |
background-color: transparent; | |
border-radius: 4px | |
} | |
.mws-root, | |
.nav-panel .btn-fill { | |
border: 0 | |
} | |
.nav-panel .btn-fill--light-green, | |
.nav-panel .nav-panel-middle__btn.nav-panel-middle__li--active:before { | |
background-color: #7fc857 | |
} | |
.nav-panel .nav-panel-top { | |
overflow: hidden; | |
height: 45px; | |
padding: 0 20px; | |
background-color: #fff; | |
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1) | |
} | |
.card-large:hover, | |
.card:hover { | |
box-shadow: 0 10px 12px 1px rgba(0, 0, 0, .1) | |
} | |
.nav-panel .nav-panel-top__links { | |
margin-left: 0; | |
transition: .3s; | |
will-change: margin-left | |
} | |
.nav-panel .nav-panel-top__links--hidden { | |
margin-left: -250px; | |
opacity: 0 | |
} | |
.nav-panel .nav-panel-top__input { | |
width: 200px; | |
margin-right: -210px; | |
margin-left: 10px; | |
padding: 0 30px 0 0; | |
border: 0; | |
border-bottom: 2px solid #b7b7b7; | |
border-radius: 0; | |
opacity: 0; | |
transition: opacity .3s cubic-bezier(.23, 1, .32, 1), margin .3s cubic-bezier(.23, 1, .32, 1) | |
} | |
.nav-panel .nav-panel-top__a { | |
z-index: 10; | |
color: #616161; | |
text-decoration: none | |
} | |
.nav-panel .nav-panel-top__li { | |
position: relative; | |
display: inline-block; | |
margin-right: 30px; | |
font-size: 12px | |
} | |
.nav-panel .nav-panel-top__li:before { | |
content: ''; | |
position: absolute; | |
bottom: -4px; | |
width: 100%; | |
height: 1px; | |
background-color: #616161; | |
-webkit-transform: scale(0, 1); | |
transform: scale(0, 1); | |
-webkit-transform-origin: 0 50%; | |
transform-origin: 0 50%; | |
transition: 250ms | |
} | |
.nav-panel .nav-panel-top__li:hover:before { | |
-webkit-transform: scale(1, 1); | |
transform: scale(1, 1) | |
} | |
.nav-panel .nav-panel-top__contact, | |
.nav-panel .nav-panel-top__search { | |
padding: 10px | |
} | |
.nav-panel .nav-panel-top__search { | |
display: none; | |
z-index: 1; | |
margin-right: 10px; | |
transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1); | |
-webkit-transform: scale(1.01); | |
transform: scale(1.01) | |
} | |
.nav-panel .nav-panel-top__search--active { | |
-webkit-transform: scale(.75); | |
transform: scale(.75) | |
} | |
.nav-panel .nav-panel-top__download { | |
padding: 5px 30px; | |
transition: 150ms | |
} | |
.nav-panel .nav-panel-top__download:hover { | |
background-color: #589636 | |
} | |
.nav-panel .nav-panel-top__download svg { | |
margin-left: 10px; | |
vertical-align: middle | |
} | |
.nav-panel .nav-panel-middle { | |
height: 50px | |
} | |
.nav-panel .nav-panel-middle a:hover, | |
.suggestion-card a:hover { | |
text-decoration: none | |
} | |
.nav-panel .nav-panel-middle__ul { | |
height: 100%; | |
-ms-flex-wrap: nowrap; | |
flex-wrap: nowrap | |
} | |
.nav-panel .nav-panel-middle__ul div { | |
-ms-flex-wrap: nowrap; | |
flex-wrap: nowrap | |
} | |
.nav-panel .nav-panel-middle__li { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
position: relative; | |
display: inline-block; | |
margin: 0 5px; | |
color: #fff; | |
text-transform: uppercase; | |
letter-spacing: 1.25px | |
} | |
.card-large .card-image>img, | |
.guide__pill { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none | |
} | |
.nav-panel .nav-panel-middle__li a { | |
cursor: pointer; | |
color: #fff; | |
display: block; | |
padding: 20px 12.5px | |
} | |
.nav-panel .nav-panel-middle__container { | |
transition: opacity .3s | |
} | |
.nav-panel .nav-panel-middle__btn:before { | |
content: ''; | |
position: absolute; | |
left: 12.5px; | |
bottom: 12px; | |
width: calc(100% - 25px); | |
height: 3px; | |
background-color: #d3d3d3; | |
-webkit-transform: scale(0, 1); | |
transform: scale(0, 1); | |
-webkit-transform-origin: 0 50%; | |
transform-origin: 0 50%; | |
transition: 250ms | |
} | |
.nav-panel .nav-panel-middle__btn:not(.nav-panel-middle__li--active):hover:before { | |
-webkit-transform: scale(.25, 1); | |
transform: scale(.25, 1) | |
} | |
.nav-panel .nav-panel-middle__li--active:before { | |
-webkit-transform: scale(1, 1); | |
transform: scale(1, 1) | |
} | |
.nav-panel .nav-panel-middle__logo { | |
position: relative; | |
width: 110px; | |
height: 30px; | |
margin: 12.5px 0 12.5px 12.5px; | |
padding: 0 | |
} | |
.nav-panel .nav-panel-middle__logo-img { | |
position: absolute; | |
top: -3px; | |
height: inherit | |
} | |
.nav-panel .nav-panel-middle__tagline-container { | |
margin-left: 15px | |
} | |
.nav-panel .nav-panel-middle__tagline { | |
border-left: 1px solid #fff; | |
margin: 0; | |
padding: 0 15px; | |
font-weight: 300; | |
font-size: 12px; | |
line-height: 1 | |
} | |
.nav-panel .nav-panel-middle__hamburger { | |
display: none; | |
position: absolute; | |
top: 0; | |
right: 0; | |
height: inherit; | |
width: inherit; | |
margin: 10px; | |
fill: #fff | |
} | |
.nav-panel .nav-panel-middle__hamburger button { | |
display: block; | |
width: 30px; | |
height: 30px; | |
padding: 0 | |
} | |
.nav-panel .nav-panel-middle__hamburger button::-moz-focus-inner { | |
padding: 0; | |
border: 0 | |
} | |
.nav-panel .nav-panel-middle__hamburger svg { | |
width: inherit; | |
height: inherit | |
} | |
.nav-panel .nav-panel-bottom ul { | |
padding: 20px 0; | |
width: 20% | |
} | |
.nav-panel .nav-panel-bottom li { | |
padding: 5px; | |
font-size: 16px | |
} | |
.nav-panel .nav-panel-bottom a { | |
position: relative; | |
display: block; | |
color: #fff; | |
text-decoration: none; | |
transition: .3s | |
} | |
.nav-panel .nav-panel-bottom a strong, | |
.nav-panel .nav-panel-bottom a:hover, | |
.nav-panel .nav-panel-bottom li strong { | |
color: #7fc857 | |
} | |
.nav-panel .nav-panel-bottom a:before { | |
content: ''; | |
position: absolute; | |
top: 50%; | |
width: 5px; | |
height: 5px; | |
margin: -2.5px -5px; | |
border-radius: 100%; | |
background-color: #7fc857; | |
-webkit-transform: scale(0, 0); | |
transform: scale(0, 0); | |
-webkit-transform-origin: 100% 50%; | |
transform-origin: 100% 50%; | |
transition: .3s | |
} | |
.nav-panel .nav-panel-bottom__section { | |
z-index: 1; | |
position: absolute; | |
width: inherit; | |
transition: opacity .2s | |
} | |
.nav-panel .nav-panel-bottom__section--inactive { | |
z-index: -1; | |
opacity: 0; | |
pointer-events: none | |
} | |
.nav-panel .nav-cta { | |
width: 30%; | |
padding: 30px; | |
margin: 20px; | |
border: .5px solid #979797 | |
} | |
#showNav, | |
.card { | |
border-radius: 3px | |
} | |
.nav-panel .nav-cta__header { | |
margin: 0 0 10px; | |
color: #fff; | |
font-size: 30px | |
} | |
@media (max-width:700px) { | |
.nav-panel .nav-cta__header { | |
font-size: 26px | |
} | |
} | |
.nav-panel .nav-cta__a { | |
display: block; | |
padding: 5px 0; | |
color: #7fc857!important | |
} | |
.nav-panel .nav-panel-middle, | |
.nav-panel .nav-panel-top { | |
width: 1200px | |
} | |
.nav-panel .nav-panel-bottom, | |
.nav-panel .nav-panel-middle, | |
.nav-panel .nav-panel-top { | |
position: relative; | |
z-index: 1000; | |
max-width: 1200px; | |
font-size: 14px | |
} | |
@media (max-width:1200px) { | |
.nav-panel .nav-panel-bottom, | |
.nav-panel .nav-panel-middle, | |
.nav-panel .nav-panel-top { | |
max-width: 100% | |
} | |
} | |
.nav-panel .nav-background { | |
z-index: 90; | |
position: fixed; | |
left: 0; | |
top: 0; | |
height: 540px; | |
width: 100%; | |
padding: 200px 0 0; | |
background-color: rgba(43, 44, 46, 0); | |
transition: background-color .3s, transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1); | |
-webkit-transform: translate3d(0, -445px, 0); | |
transform: translate3d(0, -445px, 0); | |
will-change: background-color, transform | |
} | |
@media (max-width:895px) { | |
.nav-panel .nav-panel-top__input { | |
margin-right: -190px | |
} | |
.nav-panel .nav-panel-top__li { | |
margin-right: 13px | |
} | |
.nav-panel .nav-panel-top__download { | |
padding: 5px 15px | |
} | |
.nav-panel .nav-cta:not(.nav-cta--first), | |
.nav-panel .nav-panel-bottom__dummy-section, | |
.nav-panel .nav-panel-top__download span { | |
display: none | |
} | |
.nav-panel .nav-panel-top__download svg { | |
margin-left: 0 | |
} | |
.nav-panel .nav-panel-middle { | |
background-color: rgba(43, 44, 46, .95) | |
} | |
.nav-panel .nav-panel-middle__logo { | |
margin: 10px 0 10px 12.5px | |
} | |
.nav-panel .nav-panel-middle__hamburger { | |
display: block | |
} | |
.nav-panel .nav-panel-bottom { | |
overflow-y: auto | |
} | |
.nav-panel .nav-panel-bottom ul { | |
width: 100%; | |
padding: 5px 20px | |
} | |
.nav-panel .nav-panel-bottom li { | |
padding: 10px 5px | |
} | |
.nav-panel .nav-panel-bottom__section { | |
position: relative | |
} | |
.nav-panel .nav-cta, | |
.nav-panel .nav-panel-bottom, | |
.nav-panel .nav-panel-middle, | |
.nav-panel .nav-panel-top { | |
width: 100% | |
} | |
.nav-panel .nav-background { | |
height: 100%; | |
padding: 100px 0 0; | |
-webkit-transform: translate3d(0, -100%, 0); | |
transform: translate3d(0, -100%, 0) | |
} | |
} | |
.nav-panel .nav-background--opaque { | |
background-color: rgba(43, 44, 46, .95) | |
} | |
.nav-panel .nav-background--open { | |
-webkit-transform: translate3d(0, -100px, 0); | |
transform: translate3d(0, -100px, 0) | |
} | |
@media (max-width:895px) { | |
.nav-panel .nav-background--open { | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0) | |
} | |
} | |
.nav-panel strong { | |
font-family: Akzidenz; | |
font-weight: 700 | |
} | |
.card_group { | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-direction: row; | |
flex-direction: row; | |
-ms-flex-pack: justify; | |
justify-content: space-between; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; | |
display: grid; | |
grid-template-columns: 1fr 1fr; | |
grid-column-gap: 16px; | |
grid-row-gap: 16px; | |
width: 100%; | |
max-width: 775px | |
} | |
.card-large, | |
.card-small { | |
display: -ms-flexbox; | |
width: 100% | |
} | |
.card { | |
background-color: #fff; | |
transition: .2s; | |
border: 1px solid #f5f6f7; | |
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1); | |
text-align: left; | |
padding: 0; | |
font-size: calc(14px + 2 * ((100vw - 410px)/ 390)); | |
text-decoration: none; | |
color: #000 | |
} | |
#showNav, | |
.guide__pill, | |
.lightbox__caption, | |
.searchButton, | |
.sequence-step { | |
text-align: center | |
} | |
.card:hover { | |
color: #13aa52; | |
color: var(--mongodb-green); | |
text-decoration: none | |
} | |
.card:focus, | |
.tab-strip .dropdown-toggle:hover { | |
color: inherit; | |
text-decoration: none | |
} | |
.card:active { | |
color: #c2e0b4; | |
color: var(--light-grey-green); | |
text-decoration: none | |
} | |
@media screen and (min-width:800px) { | |
.card { | |
font-size: 16px | |
} | |
} | |
@media screen and (max-width:410px) { | |
.card { | |
font-size: 14px | |
} | |
} | |
.card-icon { | |
margin: auto 12px auto 0 | |
} | |
.card-large { | |
height: 100%; | |
max-width: 380px; | |
line-height: 50px; | |
display: flex; | |
-ms-flex-direction: column; | |
flex-direction: column | |
} | |
.card-large:active { | |
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1) | |
} | |
.card-large .card-image>img { | |
width: 100%; | |
height: auto; | |
max-height: 130px; | |
user-select: none; | |
user-drag: none; | |
-o-object-fit: cover; | |
object-fit: cover | |
} | |
.card-large .card-content { | |
padding: 10px 6% | |
} | |
.card-large .card-content .card-headline { | |
line-height: 40px; | |
font-weight: 700; | |
font-size: 18px | |
} | |
.card-large .card-content .card-subheadline { | |
line-height: 26px | |
} | |
.card-small { | |
height: 55px; | |
line-height: 55px; | |
padding: 0 12px; | |
display: flex; | |
-ms-flex-direction: row; | |
flex-direction: row; | |
border-left: 10px solid #c2e0b4; | |
border-left: 10px solid var(--light-grey-green) | |
} | |
.card-small:hover { | |
box-shadow: 0 6px 8px 1px rgba(0, 0, 0, .1) | |
} | |
.card-small:active { | |
box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1); | |
border-left: 10px solid #13aa52; | |
border-left: 10px solid var(--mongodb-green) | |
} | |
.intro-section { | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-pack: justify; | |
justify-content: space-between; | |
padding: 0; | |
width: 100% | |
} | |
.intro-section .card_group { | |
max-width: calc(50% - .5em) | |
} | |
.intro-section-paragraph { | |
line-height: 22px; | |
font-size: 1em; | |
margin: 0 16px 24px 0!important; | |
padding: 0 14px 0 0; | |
max-width: 380px | |
} | |
.wide-container .container { | |
padding: inherit | |
} | |
@media (max-width:760px) { | |
.card_group, | |
.intro-section .card_group { | |
max-width: 380px | |
} | |
.card_group { | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-direction: row; | |
flex-direction: row | |
} | |
.card_group>* { | |
margin: 4px 0 | |
} | |
.intro-section { | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-direction: column; | |
flex-direction: column | |
} | |
.intro-section-paragraph { | |
padding: 0; | |
margin: 0 0 16px | |
} | |
} | |
.lightbox__modal { | |
background-color: rgba(0, 0, 0, .8); | |
display: block; | |
height: 100%; | |
left: 0; | |
overflow: auto; | |
padding-top: 100px; | |
position: fixed; | |
top: 0; | |
width: 100%; | |
z-index: 100 | |
} | |
.lightbox__modal:hover, | |
.suggestion-close, | |
.tab-strip [aria-selected]:hover { | |
cursor: pointer | |
} | |
.lightbox__content { | |
display: block; | |
margin-left: auto; | |
margin-right: auto; | |
opacity: 0; | |
transition: opacity .2s ease-in-out; | |
max-width: calc(100% - 20px) | |
} | |
.lightbox__content--activated { | |
opacity: 1 | |
} | |
.lightbox__content--scalable { | |
background-color: #fff; | |
padding: 5px | |
} | |
.lightbox__caption { | |
color: #444; | |
font-size: 80%; | |
margin-left: auto; | |
margin-right: auto; | |
width: 100% | |
} | |
.marian, | |
div.document { | |
margin-left: 25px | |
} | |
.sequence-block { | |
display: table; | |
width: 100%; | |
margin: 0 | |
} | |
.sequence-block>.bullet-block { | |
display: table-cell; | |
padding-right: 10px; | |
width: 2.5em | |
} | |
.sequence-step { | |
background-color: #333; | |
color: #fff; | |
width: 24px; | |
font-weight: 700; | |
height: 24px; | |
border-radius: 12px | |
} | |
.body p, | |
.nested-steps>.sequence-block>.section>h4, | |
h2, | |
h3, | |
h4 { | |
margin: 24px 0 | |
} | |
.suggestion { | |
background-color: #13aa52; | |
background-color: var(--mongodb-green); | |
bottom: 30%; | |
font-family: inherit; | |
overflow-x: hidden; | |
padding: 1rem; | |
position: fixed; | |
right: 20px; | |
-webkit-transform: translateX(120%); | |
transform: translateX(120%); | |
transition: transform .3s; | |
transition: transform .3s, -webkit-transform .3s; | |
transition-property: all; | |
width: 195px; | |
z-index: 100 | |
} | |
.suggestion h1 { | |
color: #fff; | |
font-size: 2rem; | |
font-weight: 700; | |
margin-top: 0 | |
} | |
.suggestion p { | |
color: #fff; | |
line-height: 1 | |
} | |
@media (max-width:775px) { | |
.sphinxsidebar { | |
display: none | |
} | |
} | |
.is-open { | |
-webkit-transform: none; | |
transform: none | |
} | |
.suggestion-card { | |
background-color: #fff; | |
margin-top: 1rem; | |
padding: .75rem; | |
transition-property: all; | |
transition-duration: 150ms | |
} | |
.suggestion-card:hover { | |
box-shadow: 0 16px 60px 0 rgba(86, 91, 115, .2); | |
-webkit-transform: translateY(-2px); | |
transform: translateY(-2px) | |
} | |
.suggestion-card h2 { | |
font-size: 1.5rem; | |
font-weight: 700; | |
margin-bottom: 0; | |
margin-top: 0 | |
} | |
.suggestion-card p { | |
color: inherit; | |
line-height: 1; | |
margin-bottom: 0; | |
margin-top: 1rem | |
} | |
.suggestion-close-button { | |
color: #fff; | |
float: right | |
} | |
.tab-strip { | |
list-style: none; | |
padding-left: 0; | |
margin-left: 0!important | |
} | |
.tab-strip__element { | |
background-color: #f4f6f6; | |
border-radius: 4px 4px 0 0; | |
border: .5px solid #babdbe; | |
color: #babdbe; | |
display: table-cell; | |
font-weight: 700; | |
height: 34px; | |
padding: 0!important; | |
text-align: center; | |
vertical-align: middle; | |
width: 1% | |
} | |
#left-column, | |
#topbar, | |
.tab-strip__dropdown, | |
.tab-strip__dropdown>li { | |
background-color: #fff | |
} | |
.tab-strip__element[aria-selected=true], | |
.tab-strip__element[aria-selected=true]:focus, | |
.tab-strip__element[aria-selected=true]:hover { | |
color: #13aa52; | |
color: var(--mongodb-green); | |
font-weight: 700; | |
background-color: #fff; | |
border: .5px solid #babdbe; | |
border-bottom-color: transparent; | |
border-top-color: #13aa52; | |
border-top-color: var(--mongodb-green); | |
border-top-width: 4px | |
} | |
.tab-strip__element:hover { | |
background: #fff | |
} | |
.tab-strip__element[aria-selected=true]:focus>.caret, | |
.tab-strip__element[aria-selected=true]:hover>.caret, | |
.tab-strip__element[aria-selected=true]>.caret { | |
border-top-color: #13aa52; | |
border-top-color: var(--mongodb-green); | |
border-bottom-color: #13aa52; | |
border-bottom-color: var(--mongodb-green) | |
} | |
.tab-strip__element[aria-selected=true]:hover>.caret, | |
.tab-strip__element[aria-selected=true]>.caret { | |
border-top-color: #babdbe; | |
border-bottom-color: #babdbe | |
} | |
.tab-strip__dropdown { | |
min-width: 0; | |
width: 100% | |
} | |
.tab-strip__dropdown>li:hover { | |
background-color: #13aa52; | |
background-color: var(--mongodb-green) | |
} | |
.tab-strip__dropdown>li { | |
color: #333; | |
font-weight: 400; | |
padding: 3px 20px; | |
text-align: left | |
} | |
.tab-strip .dropdown-toggle { | |
color: inherit; | |
display: block; | |
padding: 5px 15px; | |
text-decoration: none | |
} | |
.tab-strip .dropdown-toggle>.caret { | |
border-top-color: inherit | |
} | |
.apiref-resource { | |
padding: 5px; | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-direction: column; | |
flex-direction: column; | |
border-radius: 5px; | |
margin-bottom: 5px | |
} | |
.apiref-resource__header { | |
font-family: "Source Code Pro", monospace; | |
font-family: var(--monospace); | |
display: -ms-flexbox; | |
display: flex; | |
line-height: 32px; | |
cursor: pointer; | |
position: relative | |
} | |
.apiref-resource--get { | |
background-color: #f3f7fd; | |
background-color: var(--air-neutral); | |
border: .5px solid #c2deff; | |
border: .5px solid var(--air) | |
} | |
.apiref-resource--patch, | |
.apiref-resource--post, | |
.apiref-resource--put { | |
background-color: #fff7ee; | |
background-color: var(--marigold-neutral); | |
border: .5px solid #f4b65d; | |
border: .5px solid var(--marigold) | |
} | |
.apiref-resource--delete { | |
background-color: #fdf1f2; | |
background-color: var(--blush-neutral); | |
border: .5px solid #f4758b; | |
border: .5px solid var(--blush) | |
} | |
.apiref-resource__header::before { | |
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="4.5" width="7.9"><path d="M7.8.1a.5.5 0 0 0-.4-.1H.5a.5.5 0 0 0-.4.1.5.5 0 0 0-.1.4l.1.3 3.5 3.5a.5.5 0 0 0 .4.2c.1 0 .2 0 .3-.2L7.8.8a.5.5 0 0 0 .1-.3L7.8.1z" fill="%32464c4f"/></svg>') center/10.5px 8.4px no-repeat; | |
background: var(--image-caret); | |
padding-right: 15px; | |
content: ""; | |
min-width: 10px; | |
min-width: var(--caret-width); | |
-webkit-transform: rotate(0); | |
transform: rotate(0); | |
height: 33px | |
} | |
.apiref-resource--collapsed>.apiref-resource__header::before { | |
-webkit-transform: rotate(-90deg); | |
transform: rotate(-90deg) | |
} | |
.apiref-resource__method { | |
width: 60px; | |
margin-right: 10px; | |
margin-left: 5px; | |
-ms-flex-negative: 0; | |
flex-shrink: 0 | |
} | |
.apiref-resource__summary>p, | |
.body li>p, | |
body, | |
div td pre { | |
margin: 0 | |
} | |
.apiref-resource--collapsed>.apiref-resource__body { | |
height: 0; | |
display: none | |
} | |
.apiref-resource__parameter-required-flag::before { | |
color: #f4758b; | |
color: var(--blush); | |
content: "required"; | |
font-size: 10px; | |
font-style: italic; | |
font-weight: 400 | |
} | |
.apiref-resource__parameter-optional-flag::before { | |
color: #13aa52; | |
color: var(--mongodb-green); | |
content: "optional"; | |
font-size: 10px; | |
font-style: italic; | |
font-weight: 400 | |
} | |
.apiref-resource__path-parameter, | |
.sphinxsidebarwrapper .toctree-l1 li.current.selected-item>a, | |
.sphinxsidebarwrapper .toctree-l1 li.current.selected-item>a>code, | |
.sphinxsidebarwrapper .toctree-l1 li.current.selected-item>a>tt, | |
.sphinxsidebarwrapper>ul>.toctree-l1>a.current { | |
font-weight: 700 | |
} | |
.guide__pills { | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; | |
list-style: none; | |
padding: 0; | |
margin: 0 | |
} | |
.guide__pill { | |
background-color: #e7ebeb; | |
border-radius: 20px; | |
color: #658d95; | |
cursor: pointer; | |
font-size: 12px; | |
line-height: 22px; | |
margin-right: 8px; | |
margin-bottom: 9px; | |
padding: 0 15px; | |
user-select: none; | |
transition: background-color .25s, color .25s | |
} | |
.guide__pill--active, | |
.guide__pill--seeall, | |
.guide__pill:hover { | |
background-color: #13aa52; | |
background-color: var(--mongodb-green); | |
color: #fff | |
} | |
.accordion { | |
border: 2px solid #eee; | |
padding: 20px; | |
position: relative | |
} | |
.accordion__action { | |
color: #000; | |
float: right; | |
font-family: Akzidenz, "Helvetica Neue", sans-serif; | |
font-family: var(--sans-serif); | |
font-size: 20px; | |
position: relative | |
} | |
.accordion__button { | |
cursor: pointer; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none | |
} | |
.accordion__button::before { | |
border-radius: 1px; | |
border-right: 3px solid #000; | |
border-top: 3px solid #000; | |
content: ''; | |
height: 13px; | |
left: 20px; | |
position: absolute; | |
top: 23px; | |
-webkit-transform: rotate(135deg); | |
transform: rotate(135deg); | |
transition: transform .2s ease-in-out; | |
transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; | |
width: 13px | |
} | |
.accordion--collapsed>.accordion__button::before { | |
-webkit-transform: rotate(45deg); | |
transform: rotate(45deg) | |
} | |
.accordion__title { | |
color: #000; | |
font-family: Akzidenz, "Helvetica Neue", sans-serif; | |
font-family: var(--sans-serif); | |
font-size: 20px; | |
margin-left: 35px; | |
position: relative | |
} | |
.screenreader, | |
.social, | |
div#top-right { | |
position: absolute | |
} | |
.accordion--collapsed>.accordion__content, | |
.expand-toc-icon, | |
.right-column .toc>ul>li>a, | |
.right-column .toc>ul>li>ul>li>ul>li>ul, | |
a.external[href^='https://docs.mongodb.com']:after, | |
div#main-db.hidden, | |
div.hidden, | |
div.section>h1+dl.dbcommand>dt, | |
div.section>h1+dl.expression>dt, | |
div.section>h1+dl.group>dt, | |
div.section>h1+dl.method>dt, | |
div.section>h1+dl.operator>dt, | |
div.section>h1+dl.pipeline>dt, | |
div.section>h1+dl.projection>dt, | |
dl.binary { | |
display: none | |
} | |
.screenreader { | |
opacity: 0 | |
} | |
.highlight ::-webkit-scrollbar { | |
-webkit-appearance: none; | |
width: 7px; | |
height: 5px | |
} | |
.highlight ::-webkit-scrollbar-thumb { | |
border-radius: 0; | |
background-color: rgba(0, 0, 0, .5); | |
height: 0 | |
} | |
#baselineOverlay { | |
display: none; | |
position: fixed; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
width: 100%; | |
height: 100%; | |
z-index: 2000; | |
opacity: .5; | |
background: url(https://media.mongodb.org/24px-baseline-overlay.png) | |
} | |
body { | |
font-family: Akzidenz, "Helvetica Neue", Helvetica, Arial, sans-serif; | |
padding: 0; | |
color: #494747 | |
} | |
a, | |
a>code, | |
a>tt, | |
div.body div.bc ul li a { | |
color: #006cbc | |
} | |
hr { | |
border: 1px solid #b1b4b6 | |
} | |
div.related { | |
color: #fff; | |
background-color: #402817; | |
margin-bottom: .9em; | |
font-size: 90% | |
} | |
div.related a { | |
color: #e2f3cc | |
} | |
div.footer-nav div.related ul { | |
padding: 5px 10px 0 | |
} | |
p.searchtip { | |
font-size: 93% | |
} | |
a { | |
text-decoration: none | |
} | |
div.body h1, | |
div.body h2, | |
div.body h3, | |
div.body h4, | |
div.body h5, | |
div.body h6 { | |
font-family: Akzidenz, "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-weight: 200; | |
line-height: 24px; | |
color: #313030; | |
padding: 0 | |
} | |
code, | |
code span.pre, | |
div.highlight pre, | |
dl.method>dt big, | |
dl.method>dt em, | |
tt, | |
tt span.pre { | |
font-family: 'Source Code Pro', monospace | |
} | |
div.body h1 { | |
border-top: none; | |
font-size: 36px; | |
line-height: 48px; | |
padding: 0; | |
margin: -24px 0 24px | |
} | |
div.body h3 { | |
font-size: 18px; | |
font-weight: 700 | |
} | |
div.body h4 { | |
font-size: 16px; | |
font-weight: 700 | |
} | |
.right-column .toc .toc-header, | |
div.body h5 { | |
font-size: 14px; | |
font-weight: 700 | |
} | |
div.body h6 { | |
font-size: 14px; | |
font-weight: 300 | |
} | |
div.body h1+dl, | |
div.body h1+p, | |
div.body h2+dl, | |
div.body h2+p, | |
div.body h3+dl, | |
div.body h3+p, | |
div.body h4+dl, | |
div.body h4+p { | |
padding: 0; | |
text-indent: 0 | |
} | |
div.body h1+ul, | |
div.body h2+ul, | |
div.body h3+ul, | |
div.body h4+ul, | |
div.section h1+ul, | |
div.section h2+ul, | |
div.section h3+ul, | |
div.section h4+ul { | |
padding-top: 0; | |
margin-top: .3em; | |
text-indent: 0; | |
margin-left: -1.5em | |
} | |
a.headerlink { | |
visibility: hidden; | |
color: #13aa52; | |
color: var(--mongodb-green); | |
font-size: .8em; | |
padding: 0 4px; | |
text-decoration: none | |
} | |
a.headerlink:hover { | |
background-color: #c60f0f; | |
color: #fff | |
} | |
a.reference.external:after { | |
font-family: "Font Awesome 5 Free"; | |
font-weight: 900; | |
content: "\f35d"; | |
content: var(--external-link); | |
padding-left: 3px; | |
vertical-align: middle | |
} | |
div.body li { | |
padding-top: .2em | |
} | |
table.docutils tbody tr td div.highlight pre, | |
table.docutils>div.admonition-example { | |
background-color: inherit | |
} | |
div.highlight pre, | |
table.docutils div.admonition div.button-row, | |
table.docutils div.admonition div.highlight pre { | |
background: url(https://media.mongodb.org/code-block-bg.png) #f5f6f7 | |
} | |
div.seealso { | |
padding-bottom: 7px | |
} | |
code, | |
tt { | |
color: #000 | |
} | |
abbr, | |
acronym { | |
-webkit-text-decoration: underline dotted; | |
text-decoration: underline dotted; | |
cursor: help | |
} | |
a code, | |
a tt, | |
code.xref, | |
div.sphinxsidebar code.literal .pre, | |
div.sphinxsidebar tt.literal .pre, | |
tt.xref { | |
font-weight: 400 | |
} | |
.viewcode-back { | |
float: right; | |
font-family: helvetica, arial, sans-serif | |
} | |
div.viewcode-block:target { | |
background-color: #f4debf; | |
border-top: 1px solid #ac9; | |
border-bottom: 1px solid #ac9 | |
} | |
table.docutils.field-list ul.first.last.simple>li, | |
table.docutils.field-list ul.first.last.simple>li>p { | |
padding-top: 1em | |
} | |
.hll { | |
display: inherit | |
} | |
table.footnote { | |
font-size: .95em; | |
line-height: 1.3em | |
} | |
div td pre { | |
border: none | |
} | |
table.docutils { | |
margin: 24px 0; | |
font-size: 14px; | |
line-height: 24px | |
} | |
table.border-table, | |
table.index-table, | |
table.no-outer-border { | |
margin: auto; | |
width: 98% | |
} | |
table.docutils>thead th.head { | |
padding: 0 5px 12px | |
} | |
table.docutils td, | |
table.docutils th { | |
border-color: #ebebed; | |
padding: 11px 5px 12px | |
} | |
table.border-table td, | |
table.border-table>thead th.head, | |
table.index-table td { | |
border-bottom: none; | |
border-right: 1px solid #ebebed; | |
text-align: left | |
} | |
table.index-table td { | |
line-height: 15px; | |
margin-bottom: 0; | |
padding: 5px 0 0 25px | |
} | |
#search, | |
table.index-table-less-padding td { | |
padding-left: 10px | |
} | |
table.index-table>thead th.head { | |
text-align: left; | |
padding: 0 0 5px 24px; | |
border-bottom: none | |
} | |
table.index-table-less-padding>thead th.head { | |
padding: 0 0 5px 10px | |
} | |
table.border-table>thead th.head { | |
padding: 0 0 5px 10px | |
} | |
table.border-table td { | |
border-top: 1px solid #ebebed; | |
line-height: 15px; | |
margin-bottom: 0; | |
padding: 5px 0 0 10px | |
} | |
div.body div.bc, | |
dl.method dt { | |
margin-bottom: 24px | |
} | |
table.no-outer-border { | |
text-align: left; | |
border-style: hidden | |
} | |
div#mongodb ul { | |
list-style: none; | |
padding-left: 0; | |
padding-right: 1em | |
} | |
div#mongodb ul.simple { | |
list-style: circle; | |
margin-top: 0; | |
padding-left: 0 | |
} | |
div.related li.right { | |
float: right; | |
margin-right: 5px; | |
margin-top: 85px | |
} | |
#main-db { | |
padding-top: 2.5em; | |
padding-bottom: 2em; | |
background-image: url(https://media.mongodb.org/back-body.png); | |
background-repeat: repeat-x | |
} | |
div#top-right { | |
top: -3px; | |
right: 10px; | |
z-index: 10 | |
} | |
div#top-right ul#header-menu-bar { | |
margin-top: 0; | |
padding-left: 20px; | |
height: 38px; | |
background-image: url(https://media.mongodb.org/trans-user-left.png); | |
background-repeat: no-repeat | |
} | |
div#top-right div.user-right { | |
float: right; | |
height: 38px; | |
min-width: 186px; | |
margin: 0; | |
padding: 0 20px 0 0; | |
font-size: 10pt; | |
background-image: url(https://media.mongodb.org/trans-user-right.png); | |
background-position: top right; | |
background-repeat: no-repeat | |
} | |
div#top-right div.user-right li.normal { | |
float: left; | |
padding: 8px 1em 0 0; | |
height: 38px; | |
background-image: url(https://media.mongodb.org/trans-user-back.png); | |
background-repeat: repeat-x; | |
list-style-type: none; | |
font-size: 10pt; | |
color: #c48c55 | |
} | |
div#top-right div.user-right a, | |
div#top-right div.user-right a:visited { | |
border-right: 1px solid #663f12; | |
padding-right: 1em; | |
color: #aa814d; | |
font-weight: 400 | |
} | |
div#top-right div.user-right a.last, | |
div#top-right div.user-right a.last:visited, | |
div#top-right div.user-right li.last { | |
padding-right: 0; | |
border-right: none | |
} | |
.quick-search input { | |
border: none; | |
margin: 0; | |
padding: 0 | |
} | |
.quick-search .placeholded, | |
input.blank-search, | |
input.blur { | |
color: #666 | |
} | |
input#quick-search-query { | |
-webkit-appearance: none; | |
background-color: transparent!important; | |
position: relative; | |
top: 7px; | |
width: 230px; | |
border: none; | |
font-size: 73%; | |
color: #dbcaaf | |
} | |
input#quick-search-query:active { | |
border: none!important | |
} | |
#quick-search .placeholded { | |
color: #dbcaaf | |
} | |
#quick-search-query { | |
width: 13em | |
} | |
div#docs-header { | |
width: 950px | |
} | |
code.descclassname, | |
code.descname, | |
tt.descclassname, | |
tt.descname { | |
font-size: 16px; | |
font-weight: 400 | |
} | |
dl.method>dt big { | |
font-weight: 300; | |
font-size: 16px | |
} | |
dl.method>dt em { | |
font-weight: 700; | |
font-style: normal | |
} | |
div.highlight pre { | |
border-radius: 0; | |
border: none; | |
border-left: 5px solid #494747; | |
font-size: 14px; | |
line-height: 24px; | |
overflow: auto; | |
word-wrap: normal; | |
white-space: pre | |
} | |
@media (-webkit-min-device-pixel-ratio:2), | |
(min-resolution:192dpi) { | |
div.highlight pre { | |
background: url(https://media.mongodb.org/[email protected]) 0 0/12px 12px #f5f6f7 | |
} | |
} | |
table.docutils div.highlight pre { | |
background: 0 0; | |
border: none; | |
padding: 0 | |
} | |
table.docutils .button-row { | |
border: none; | |
background: 0 0 | |
} | |
#btnv { | |
padding-top: 2em; | |
padding-bottom: 2.5em; | |
display: table; | |
width: 100% | |
} | |
#btnv .btn-arrow-left, | |
#btnv .btn-arrow-right, | |
#btnv .btn-next-text, | |
#btnv .btn-prev-text { | |
display: table-cell; | |
vertical-align: middle | |
} | |
#btnv .btn-next-text>span, | |
#btnv .btn-prev-text>span { | |
display: inline-block; | |
width: 270px | |
} | |
h4#vnd { | |
padding: 0 0 0 10px; | |
margin: 0; | |
line-height: 1.5 | |
} | |
div.body div.bc { | |
background: #fff; | |
cursor: default | |
} | |
div.body div.bc .fa-home { | |
font-size: 24px; | |
margin-top: 2px | |
} | |
div.body div.bc li.jr { | |
float: right; | |
display: none | |
} | |
.right-column .toc ul, | |
div.body div.bc ul { | |
padding: 0; | |
margin: 0 | |
} | |
div.body div.bc ul li { | |
list-style: none; | |
font-size: 13px; | |
display: inline | |
} | |
div.dc span.bcpoint { | |
font-weight: 700; | |
font-size: .9em; | |
color: #343434 | |
} | |
div.body div.contents { | |
padding: 0 .5em .5em | |
} | |
div.body div.contents.long-toc { | |
max-width: 100%; | |
float: none; | |
margin-left: 0 | |
} | |
.contents li { | |
padding-top: .25em; | |
column-break-inside: avoid; | |
list-style-position: inside | |
} | |
.contents.twocols ul, | |
.contents.twocols-rootonly>ul { | |
margin: 0; | |
padding-left: 1em; | |
-webkit-column-count: 2; | |
column-count: 2; | |
grid-column-gap: 10px; | |
-webkit-column-gap: 10px; | |
column-gap: 10px; | |
-webkit-columns: 2; | |
columns: 2 | |
} | |
#vn { | |
font-size: .85em | |
} | |
.document .body .edit-link, | |
.document .body .edit-link:hover { | |
position: relative; | |
float: right; | |
bottom: -9px; | |
text-decoration: none; | |
font-size: 20px; | |
color: #313030 | |
} | |
.content { | |
font-size: 16px; | |
line-height: 24px; | |
display: -ms-flexbox; | |
display: flex; | |
margin: 45px auto 0 | |
} | |
.content .main-column { | |
-ms-flex-order: 1; | |
order: 1; | |
min-height: 600px; | |
width: 68%; | |
max-width: 800px; | |
-ms-flex-positive: 2; | |
flex-grow: 2; | |
margin: 40px 15px; | |
transition: margin-left .4s cubic-bezier(.02, .01, .47, 1); | |
-ms-flex-align: center; | |
align-items: center; | |
-ms-flex-pack: center; | |
justify-content: center; | |
display: inline-block; | |
overflow-x: scroll | |
} | |
#topbar { | |
display: inline-block; | |
top: 95px; | |
height: 36px; | |
position: fixed; | |
width: 100%; | |
z-index: 100; | |
border-bottom: .5px solid #ccc | |
} | |
#left-column { | |
-ms-flex-negative: 1; | |
flex-shrink: 1; | |
-ms-flex-positive: 0; | |
flex-grow: 0; | |
-ms-flex-preferred-size: 330px; | |
flex-basis: 330px; | |
min-width: 330px; | |
display: -ms-flexbox; | |
display: flex; | |
overflow-y: auto; | |
border-right: 1px solid #e0e7e8 | |
} | |
#see-also>p { | |
margin-top: 12.5px | |
} | |
#navbar-docs .navbar-search { | |
padding: 10px 0 10px 45px | |
} | |
#header-db .logo { | |
padding: 5px 0 | |
} | |
#header-db .search-db { | |
transition: width .3s linear; | |
margin-left: 45px; | |
margin-top: 11px; | |
display: inline-block | |
} | |
#header-db .search-db.narrow { | |
width: 98px | |
} | |
#header-db .search-db.wide { | |
width: 226px | |
} | |
.footer { | |
width: auto; | |
font-size: 80%; | |
border: none; | |
padding: 20px 0 | |
} | |
.footer p { | |
margin: 1em 0; | |
padding: 0; | |
line-height: 1.5 | |
} | |
.footer a { | |
color: #989898; | |
text-decoration: underline | |
} | |
.footer h3 { | |
margin-top: 10px; | |
font-size: 16px | |
} | |
.footer .box { | |
background-color: #f5f6f7; | |
min-height: 20px; | |
padding: 15px; | |
margin-bottom: 20px; | |
text-align: left | |
} | |
.footer ul { | |
padding-left: 20px | |
} | |
.footer .section-0 { | |
padding-left: 100px | |
} | |
.footer .section-1 { | |
padding-left: 46px | |
} | |
.footer .section-2 { | |
padding-left: 64px | |
} | |
.footer .section-3 { | |
padding-left: 49px | |
} | |
@media (max-width:992px) { | |
.footer .section-0, | |
.footer .section-1, | |
.footer .section-2, | |
.footer .section-3 { | |
padding-left: 15px | |
} | |
} | |
.social { | |
height: 21px; | |
right: 0; | |
bottom: 0 | |
} | |
a.facebook-icon, | |
a.slack-icon, | |
a.stack-overflow-icon, | |
a.twitter-icon, | |
a.youtube-icon { | |
margin-right: 2px; | |
font-size: 18px; | |
color: #615f5f; | |
width: 21px | |
} | |
.right-column .wrapper { | |
min-height: calc(100% - 50px); | |
position: fixed; | |
margin-top: 10px | |
} | |
.right-column .social .img { | |
background-repeat: no-repeat; | |
background-size: 21px 21px; | |
width: 21px; | |
height: 21px; | |
display: inline-block | |
} | |
.right-column .social a { | |
margin-right: 2px; | |
font-size: 22px; | |
color: #615f5f | |
} | |
#showNav { | |
display: none; | |
position: fixed; | |
top: 90px; | |
font-size: 14px; | |
margin-top: 70px; | |
background-color: #13aa52; | |
background-color: var(--mongodb-green); | |
color: #fff; | |
left: 30px; | |
border: 1.5px solid #13aa52; | |
border: 1.5px solid var(--mongodb-green); | |
padding: 5px 10px; | |
-webkit-transform: rotate(90deg); | |
transform: rotate(90deg); | |
-webkit-transform-origin: left top 0; | |
transform-origin: left top 0; | |
cursor: pointer | |
} | |
#closeNav { | |
font-size: 14px; | |
color: #333!important; | |
text-decoration: none; | |
position: relative; | |
right: 12px; | |
display: block; | |
top: 12px | |
} | |
#closeNav:hover { | |
color: #000; | |
text-decoration: none | |
} | |
@media print { | |
#btnv, | |
#header-db, | |
#left-column, | |
.document .body .edit-link, | |
.sidebar { | |
display: none | |
} | |
.content .main-column { | |
margin-left: 0; | |
margin-top: 0 | |
} | |
} | |
div.sphinxsidebar { | |
font-size: 16px; | |
line-height: 20px; | |
top: 45px; | |
bottom: 0; | |
position: fixed; | |
overflow-y: auto | |
} | |
div.sphinxsidebarwrapper { | |
padding: 0; | |
min-height: 100%; | |
width: 330px; | |
right: 0 | |
} | |
div.sphinxsidebar h3 { | |
padding: 6px 12px; | |
margin: 5px 0 0 10px; | |
font-size: 14px; | |
line-height: 24px; | |
font-weight: 700 | |
} | |
div.sphinxsidebar h3 a.showlink { | |
color: #003594 | |
} | |
.sphinxsidebarwrapper>ul>.toctree-l1 { | |
line-height: 24px; | |
border-top: 1px solid #e0e7e8; | |
padding: 10px 0 | |
} | |
.sphinxsidebarwrapper>ul>.toctree-l1:last-child { | |
border-bottom: 1px solid #e0e7e8 | |
} | |
.sphinxsidebarwrapper li.toctree-l1 ul>li>a { | |
line-height: 24px; | |
display: inline-block; | |
width: 100%; | |
position: relative | |
} | |
.version-toggle { | |
font-size: 12px; | |
line-height: 22px; | |
position: static; | |
left: 0 | |
} | |
.sphinxsidebarwrapper .toctree-l1 li.current.selected-item>a { | |
color: #13aa52; | |
color: var(--mongodb-green); | |
background-color: #f5f6f7; | |
border-right: 5px solid #13aa52; | |
border-right: 5px solid var(--mongodb-green) | |
} | |
.expand-icon { | |
background-image: url(images/page-icon.png); | |
background-repeat: no-repeat; | |
width: 13px; | |
height: 16px; | |
top: 8px; | |
margin-left: -21px; | |
position: absolute; | |
display: none | |
} | |
.sphinxsidebarwrapper .toctree-l1 li.current.selected-item>a>.expand-icon { | |
background-image: url(images/page-icon-active.png) | |
} | |
.expand-icon.docs-expand-arrow { | |
border-radius: 3px; | |
border-right: 3px solid #b3bbc1; | |
border-top: 3px solid #b3bbc1; | |
content: ''; | |
display: inline-block!important; | |
height: 13px; | |
margin-left: -23px; | |
position: absolute; | |
top: 8px; | |
-webkit-transform: rotate(45deg); | |
transform: rotate(45deg); | |
transition: transform .2s ease-in-out; | |
transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; | |
width: 13px | |
} | |
.sphinxsidebarwrapper .toctree-l1 li.current.selected-item>a>.docs-expand-arrow.expand-icon, | |
li.current>a>.docs-expand-arrow.expand-icon { | |
-webkit-transform: rotate(135deg); | |
transform: rotate(135deg) | |
} | |
.sphinxsidebarwrapper .toctree-l1 li a { | |
padding: 5px 5px 5px 0 | |
} | |
.sphinxsidebarwrapper>ul>.toctree-l1>a { | |
line-height: 24px; | |
padding: 0 30px; | |
width: 100%; | |
display: inline-block | |
} | |
div.sphinxsidebar li.toctree-l2>a { | |
padding-left: 52px | |
} | |
div.sphinxsidebar li.toctree-l3>a { | |
padding-left: 78px | |
} | |
div.sphinxsidebar li.toctree-l4>a { | |
padding-left: 104px | |
} | |
div.sphinxsidebar li.toctree-l5>a { | |
padding-left: 130px | |
} | |
div.sphinxsidebar p { | |
color: #333; | |
margin: 12px 0 5px 12px; | |
padding: 0 12px | |
} | |
div.sphinxsidebar p.logo { | |
color: #888; | |
padding: 0; | |
margin: -18px 5px 5px | |
} | |
div.sphinxsidebar ul ul, | |
div.sphinxsidebar ul.want-points { | |
list-style: none; | |
margin-left: 0 | |
} | |
div.sphinxsidebar ul { | |
list-style: none; | |
margin: 0; | |
padding: 0; | |
color: #000 | |
} | |
div.sphinxsidebar ul.extra-contents { | |
margin-top: -1px | |
} | |
.searchContainer { | |
margin-top: 5px; | |
height: 30px; | |
min-width: 310px; | |
float: left | |
} | |
#search { | |
font-size: 1em; | |
border: 1px solid #ccc; | |
float: left; | |
height: 100%; | |
width: 250px; | |
margin-left: 5px | |
} | |
.searchButton { | |
height: 100%; | |
width: 15%; | |
border: 0; | |
background-color: #7fc857; | |
float: right; | |
color: #fff; | |
font-size: 12px | |
} | |
.version-sidebar { | |
margin: 8px 12px 12px 22px; | |
width: calc(100% - 34px) | |
} | |
.version-sidebar>a { | |
color: #006cbc!important | |
} | |
.version-button { | |
background-color: #f9fbfa; | |
background-color: var(--gray-light3); | |
background-image: linear-gradient(white, #e7eeec); | |
background-image: linear-gradient(white, var(--gray-light2)); | |
border: 1px solid #b8c4c2; | |
border: 1px solid var(--gray-light1); | |
box-shadow: inset 0 -1px 0 #b8c4c2; | |
box-shadow: inset 0 -1px 0 var(--gray-light1); | |
color: #3d4f58; | |
color: var(--gray-dark2); | |
padding: 8px; | |
text-align: left; | |
width: 100% | |
} | |
.version-button:disabled { | |
background-color: #e7eeec; | |
background-color: var(--gray-light2); | |
background-image: none; | |
border-color: #b8c4c2; | |
border-color: var(--gray-light1); | |
box-shadow: none; | |
color: #89989b; | |
color: var(--gray-base); | |
margin-bottom: 12px; | |
pointer-events: none | |
} | |
.version-button .caret { | |
float: right; | |
margin-top: 8px | |
} | |
div.sphinxsidebar input[type=submit] { | |
text-align: center; | |
width: 4.5em!important | |
} | |
div.sphinxsidebarwrapper div.idxcontents { | |
margin-left: 8px; | |
font-size: 88% | |
} | |
.content .right-column { | |
width: 161px; | |
-ms-flex: 1 0 161px; | |
flex: 1 0 161px; | |
margin: 10px; | |
-webkit-transform: translateZ(0); | |
-ms-flex-order: 2; | |
order: 2; | |
overflow-y: hidden!important; | |
overflow-x: hidden | |
} | |
.right-column .toc { | |
padding: 24px 20px; | |
background-color: #f5f6f7; | |
margin-bottom: 24px | |
} | |
.right-column .toc a { | |
font-size: 13px; | |
text-indent: -11px | |
} | |
.right-column .toc li { | |
line-height: 23px; | |
list-style: none | |
} | |
.right-column .toc li a { | |
line-height: 24px | |
} | |
.right-column .toc>ul>li>ul { | |
padding-left: 1px | |
} | |
.right-column .toc>ul>li>ul>li>ul { | |
padding-left: 13px | |
} | |
.right-column .toc li>a:before { | |
content: '\2022'; | |
color: #333; | |
opacity: .5; | |
display: inline-block | |
} | |
div.admonition { | |
margin: 24px 0; | |
width: auto; | |
max-width: 100%; | |
padding: 2px 12px 22px; | |
border-left: 5px solid transparent | |
} | |
.admonition .admonition-title { | |
margin-bottom: 0; | |
font-size: 12px; | |
font-weight: 700; | |
line-height: 24px | |
} | |
.admonition .admonition-title:after { | |
content: ":"; | |
font-weight: 900 | |
} | |
.admonition>p { | |
margin: 0 0 12.5px | |
} | |
.admonition-instructor, | |
.admonition.admonition-platform-support, | |
.admonition.admonition-tip, | |
.admonition.note, | |
.admonition.tip { | |
background-color: #e7f6ed; | |
border-color: #13aa52; | |
border-color: var(--leaf) | |
} | |
.admonition-instructor .admonition-title, | |
.admonition.admonition-platform-support .admonition-title, | |
.admonition.note .admonition-title, | |
.admonition.tip .admonition-title { | |
color: #13aa52; | |
color: var(--leaf) | |
} | |
.admonition.important { | |
background-color: #fff2d5; | |
border-color: #ffb618 | |
} | |
.admonition.important .admonition-title { | |
color: #ffb618 | |
} | |
.admonition.admonition-optional { | |
background-color: inherit; | |
border: 1px solid #dcdcdc | |
} | |
.admonition.admonition-example { | |
background-color: #f5f5f5; | |
color: #000 | |
} | |
.admonition.admonition-advisories, | |
.admonition.admonition-advisory, | |
.admonition.warning { | |
background-color: #fae6e5; | |
border-color: #ed271c | |
} | |
.admonition.warning .admonition-title { | |
color: #ed271c | |
} | |
@media (max-width:1340px) { | |
#header-db .header-content { | |
width: 100% | |
} | |
.content .right-column { | |
display: none | |
} | |
.document { | |
margin-left: 25px | |
} | |
#left-column { | |
display: -ms-flexbox; | |
display: flex | |
} | |
.sphinxsidebar { | |
display: block | |
} | |
} | |
@media (min-width:1121px) and (max-width:1340px) { | |
#header-db .nav-items { | |
margin-right: 15px; | |
float: none | |
} | |
.content .right-column { | |
display: none | |
} | |
.document { | |
margin-left: 25px | |
} | |
} | |
@media (max-width:1120px) { | |
.expand-toc-icon { | |
display: block; | |
padding-top: 10px; | |
padding-right: 10px; | |
color: #fff | |
} | |
.expand-toc-icon:active, | |
.expand-toc-icon:hover { | |
color: #fff; | |
text-decoration: none | |
} | |
#header-db .header-content { | |
width: 1093px; | |
padding-left: 30px; | |
float: none | |
} | |
#header-db .nav-items { | |
margin-right: 15px; | |
float: none | |
} | |
#showNav { | |
cursor: pointer; | |
position: fixed; | |
display: block | |
} | |
#left-column, | |
.sphinxsidebar { | |
display: none | |
} | |
.document { | |
margin-left: 25px | |
} | |
} | |
.modal-content { | |
border-radius: 0; | |
padding: 24px 18px 18px; | |
color: #494747 | |
} | |
.modal-content h4, | |
.modal-header .close:focus, | |
.modal-header .close:hover { | |
color: #494747 | |
} | |
.modal-body { | |
padding: 0; | |
margin-top: 25px | |
} | |
.modal-header { | |
border-bottom: 1px solid #ebebed; | |
padding: 0 0 18px; | |
text-align: center; | |
margin-bottom: 18px | |
} | |
.modal-header h3, | |
h4.modal-title { | |
margin: 0; | |
font-size: 24px; | |
font-weight: 400; | |
color: #6e7c9f | |
} | |
.modal-header .close { | |
font-size: 24px; | |
color: #615f5f; | |
position: relative; | |
top: -6px | |
} | |
.modal-footer { | |
border-top: 1px solid #ebebed; | |
padding: 18px 0 0; | |
margin-top: 0; | |
background-color: none; | |
border-radius: 0; | |
box-shadow: none | |
} | |
.action-buttons .modal-column-1 { | |
position: relative; | |
border-right: 1px solid #ebebed | |
} | |
.action-buttons .modal-column-2>.btn-group { | |
margin-left: -9px | |
} | |
.action-buttons .modal-column-1, | |
.action-buttons .modal-column-2 { | |
padding-top: 25px; | |
padding-bottom: 40px | |
} | |
.action-buttons .circle { | |
position: absolute; | |
width: 25px; | |
height: 25px; | |
right: -12px; | |
top: 29px; | |
border-radius: 14px; | |
border: 1px solid #dee0e3; | |
background-color: #fff | |
} | |
.action-buttons .divider-text { | |
cursor: default; | |
position: absolute; | |
right: -5px; | |
top: 32px; | |
font-size: 13px; | |
color: #333 | |
} | |
.redirect-copy, | |
.saving-copy { | |
height: 100px | |
} | |
.guilabel { | |
font-style: normal; | |
font-weight: 700 | |
} | |
table.compatibility, | |
table.compatibility-large { | |
border-collapse: collapse; | |
color: #494747; | |
display: table-cell; | |
font-family: Akzidenz, 'Helvetica Neue', Helvetica, Arial, sans-serif; | |
font-size: 14px; | |
width: 100%; | |
vertical-align: middle | |
} | |
table.docutils.compatibility, | |
table.docutils.compatibility-large { | |
line-height: 12px; | |
vertical-align: middle | |
} | |
table.docutils.compatibility-large>thead th.head, | |
table.docutils.compatibility>thead th.head { | |
padding: 12px; | |
text-align: center; | |
background-color: #7f7f7f; | |
color: #fff | |
} | |
table.compatibility th:nth-child(1), | |
table.compatibility-large th:nth-child(1), | |
table.docutils.compatibility-large>thead th:nth-child(1), | |
table.docutils.compatibility>thead th:nth-child(1) { | |
text-align: left; | |
padding: 10px 12px; | |
background-color: #eee; | |
color: #7f7f7f | |
} | |
table.docutils.compatibility td { | |
padding: 11px 55px 12px | |
} | |
table.docutils.compatibility-large td { | |
padding: 11px 35px 12px | |
} | |
table.docutils.compatibility-large.no-padding td { | |
padding: unset | |
} | |
table.compatibility td, | |
table.compatibility th, | |
table.compatibility-large td, | |
table.compatibility-large th { | |
border: 1px solid #f5f6f7; | |
vertical-align: middle | |
} | |
@media print { | |
#left-column, | |
#showNav, | |
#topbar { | |
display: none | |
} | |
} | |
.alert-info { | |
margin-bottom: 40px | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment