12128 lines
267 KiB
CSS
12128 lines
267 KiB
CSS
/*!
|
|
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
|
* Copyright 2011-2015 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
*/
|
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
|
html {
|
|
font-family:'Rubik', sans-serif;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
}
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
main,
|
|
menu,
|
|
nav,
|
|
section,
|
|
summary {
|
|
display: block;
|
|
}
|
|
audio,
|
|
canvas,
|
|
progress,
|
|
video {
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
}
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0;
|
|
}
|
|
[hidden],
|
|
template {
|
|
display: none;
|
|
}
|
|
a {
|
|
background-color: transparent;
|
|
}
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
abbr[title] {
|
|
border-bottom: 1px dotted;
|
|
}
|
|
b,
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
dfn {
|
|
font-style: italic;
|
|
}
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
mark {
|
|
background: #ff0;
|
|
color: #000;
|
|
}
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
img {
|
|
border: 0;
|
|
}
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
figure {
|
|
margin: 1em 40px;
|
|
}
|
|
hr {
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
}
|
|
pre {
|
|
overflow: auto;
|
|
}
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
color: inherit;
|
|
font: inherit;
|
|
margin: 0;
|
|
}
|
|
button {
|
|
overflow: visible;
|
|
}
|
|
button,
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
button,
|
|
html input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
-webkit-appearance: button;
|
|
cursor: pointer;
|
|
}
|
|
button[disabled],
|
|
html input[disabled] {
|
|
cursor: default;
|
|
}
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
input {
|
|
line-height: normal;
|
|
}
|
|
input[type="checkbox"],
|
|
input[type="radio"] {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
}
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
input[type="search"] {
|
|
-webkit-appearance: textfield;
|
|
box-sizing: content-box;
|
|
}
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
input[type="search"]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
fieldset {
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0 2px;
|
|
padding: 0.35em 0.625em 0.75em;
|
|
}
|
|
legend {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
optgroup {
|
|
font-weight: bold;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
td,
|
|
th {
|
|
padding: 0;
|
|
}
|
|
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
|
@media print {
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
background: transparent !important;
|
|
color: #000 !important;
|
|
box-shadow: none !important;
|
|
text-shadow: none !important;
|
|
}
|
|
a,
|
|
a:visited {
|
|
text-decoration: underline;
|
|
}
|
|
a[href]:after {
|
|
content: " (" attr(href) ")";
|
|
}
|
|
abbr[title]:after {
|
|
content: " (" attr(title) ")";
|
|
}
|
|
a[href^="#"]:after,
|
|
a[href^="javascript:"]:after {
|
|
content: "";
|
|
}
|
|
pre,
|
|
blockquote {
|
|
border: 1px solid #999;
|
|
page-break-inside: avoid;
|
|
}
|
|
thead {
|
|
display: table-header-group;
|
|
}
|
|
tr,
|
|
img {
|
|
page-break-inside: avoid;
|
|
}
|
|
img {
|
|
max-width: 100% !important;
|
|
}
|
|
p,
|
|
h2,
|
|
h3 {
|
|
orphans: 3;
|
|
widows: 3;
|
|
}
|
|
h2,
|
|
h3 {
|
|
page-break-after: avoid;
|
|
}
|
|
.navbar {
|
|
display: none;
|
|
}
|
|
.btn > .caret,
|
|
.dropup > .btn > .caret {
|
|
border-top-color: #000 !important;
|
|
}
|
|
.label {
|
|
border: 1px solid #000;
|
|
}
|
|
.table {
|
|
border-collapse: collapse !important;
|
|
}
|
|
.table td,
|
|
.table th {
|
|
background-color: #fff !important;
|
|
}
|
|
.table-bordered th,
|
|
.table-bordered td {
|
|
border: 1px solid #ddd !important;
|
|
}
|
|
}
|
|
@font-face {
|
|
font-family: 'Rubik';
|
|
src: url('../fonts/glyphicons-halflings-regular.eot');
|
|
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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');
|
|
}
|
|
@font-face {
|
|
font-family: 'Rubik';
|
|
src: url('../fonts/Rubik/Rubik-Medium.ttf') format('truetype');
|
|
}
|
|
.glyphicon {
|
|
position: relative;
|
|
top: 1px;
|
|
display: inline-block;
|
|
font-family:'Rubik', sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.glyphicon-asterisk:before {
|
|
content: "\002a";
|
|
}
|
|
.glyphicon-plus:before {
|
|
content: "\002b";
|
|
}
|
|
.glyphicon-euro:before,
|
|
.glyphicon-eur: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-lock:before {
|
|
content: "\e033";
|
|
}
|
|
.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-bookmark:before {
|
|
content: "\e044";
|
|
}
|
|
.glyphicon-print:before {
|
|
content: "\e045";
|
|
}
|
|
.glyphicon-camera:before {
|
|
content: "\e046";
|
|
}
|
|
.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-fire:before {
|
|
content: "\e104";
|
|
}
|
|
.glyphicon-eye-open:before {
|
|
content: "\e105";
|
|
}
|
|
.glyphicon-eye-close:before {
|
|
content: "\e106";
|
|
}
|
|
.glyphicon-warning-sign:before {
|
|
content: "\e107";
|
|
}
|
|
.glyphicon-plane:before {
|
|
content: "\e108";
|
|
}
|
|
.glyphicon-calendar:before {
|
|
content: "\e109";
|
|
}
|
|
.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-bell:before {
|
|
content: "\e123";
|
|
}
|
|
.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-wrench:before {
|
|
content: "\e136";
|
|
}
|
|
.glyphicon-tasks:before {
|
|
content: "\e137";
|
|
}
|
|
.glyphicon-filter:before {
|
|
content: "\e138";
|
|
}
|
|
.glyphicon-briefcase:before {
|
|
content: "\e139";
|
|
}
|
|
.glyphicon-fullscreen:before {
|
|
content: "\e140";
|
|
}
|
|
.glyphicon-dashboard:before {
|
|
content: "\e141";
|
|
}
|
|
.glyphicon-paperclip:before {
|
|
content: "\e142";
|
|
}
|
|
.glyphicon-heart-empty:before {
|
|
content: "\e143";
|
|
}
|
|
.glyphicon-link:before {
|
|
content: "\e144";
|
|
}
|
|
.glyphicon-phone:before {
|
|
content: "\e145";
|
|
}
|
|
.glyphicon-pushpin:before {
|
|
content: "\e146";
|
|
}
|
|
.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-cd:before {
|
|
content: "\e201";
|
|
}
|
|
.glyphicon-save-file:before {
|
|
content: "\e202";
|
|
}
|
|
.glyphicon-open-file:before {
|
|
content: "\e203";
|
|
}
|
|
.glyphicon-level-up:before {
|
|
content: "\e204";
|
|
}
|
|
.glyphicon-copy:before {
|
|
content: "\e205";
|
|
}
|
|
.glyphicon-paste:before {
|
|
content: "\e206";
|
|
}
|
|
.glyphicon-alert:before {
|
|
content: "\e209";
|
|
}
|
|
.glyphicon-equalizer:before {
|
|
content: "\e210";
|
|
}
|
|
.glyphicon-king:before {
|
|
content: "\e211";
|
|
}
|
|
.glyphicon-queen:before {
|
|
content: "\e212";
|
|
}
|
|
.glyphicon-pawn:before {
|
|
content: "\e213";
|
|
}
|
|
.glyphicon-bishop:before {
|
|
content: "\e214";
|
|
}
|
|
.glyphicon-knight:before {
|
|
content: "\e215";
|
|
}
|
|
.glyphicon-baby-formula:before {
|
|
content: "\e216";
|
|
}
|
|
.glyphicon-tent:before {
|
|
content: "\26fa";
|
|
}
|
|
.glyphicon-blackboard:before {
|
|
content: "\e218";
|
|
}
|
|
.glyphicon-bed:before {
|
|
content: "\e219";
|
|
}
|
|
.glyphicon-apple:before {
|
|
content: "\f8ff";
|
|
}
|
|
.glyphicon-erase:before {
|
|
content: "\e221";
|
|
}
|
|
.glyphicon-hourglass:before {
|
|
content: "\231b";
|
|
}
|
|
.glyphicon-lamp:before {
|
|
content: "\e223";
|
|
}
|
|
.glyphicon-duplicate:before {
|
|
content: "\e224";
|
|
}
|
|
.glyphicon-piggy-bank:before {
|
|
content: "\e225";
|
|
}
|
|
.glyphicon-scissors:before {
|
|
content: "\e226";
|
|
}
|
|
.glyphicon-bitcoin:before {
|
|
content: "\e227";
|
|
}
|
|
.glyphicon-btc:before {
|
|
content: "\e227";
|
|
}
|
|
.glyphicon-xbt:before {
|
|
content: "\e227";
|
|
}
|
|
.glyphicon-yen:before {
|
|
content: "\00a5";
|
|
}
|
|
.glyphicon-jpy:before {
|
|
content: "\00a5";
|
|
}
|
|
.glyphicon-ruble:before {
|
|
content: "\20bd";
|
|
}
|
|
.glyphicon-rub:before {
|
|
content: "\20bd";
|
|
}
|
|
.glyphicon-scale:before {
|
|
content: "\e230";
|
|
}
|
|
.glyphicon-ice-lolly:before {
|
|
content: "\e231";
|
|
}
|
|
.glyphicon-ice-lolly-tasted:before {
|
|
content: "\e232";
|
|
}
|
|
.glyphicon-education:before {
|
|
content: "\e233";
|
|
}
|
|
.glyphicon-option-horizontal:before {
|
|
content: "\e234";
|
|
}
|
|
.glyphicon-option-vertical:before {
|
|
content: "\e235";
|
|
}
|
|
.glyphicon-menu-hamburger:before {
|
|
content: "\e236";
|
|
}
|
|
.glyphicon-modal-window:before {
|
|
content: "\e237";
|
|
}
|
|
.glyphicon-oil:before {
|
|
content: "\e238";
|
|
}
|
|
.glyphicon-grain:before {
|
|
content: "\e239";
|
|
}
|
|
.glyphicon-sunglasses:before {
|
|
content: "\e240";
|
|
}
|
|
.glyphicon-text-size:before {
|
|
content: "\e241";
|
|
}
|
|
.glyphicon-text-color:before {
|
|
content: "\e242";
|
|
}
|
|
.glyphicon-text-background:before {
|
|
content: "\e243";
|
|
}
|
|
.glyphicon-object-align-top:before {
|
|
content: "\e244";
|
|
}
|
|
.glyphicon-object-align-bottom:before {
|
|
content: "\e245";
|
|
}
|
|
.glyphicon-object-align-horizontal:before {
|
|
content: "\e246";
|
|
}
|
|
.glyphicon-object-align-left:before {
|
|
content: "\e247";
|
|
}
|
|
.glyphicon-object-align-vertical:before {
|
|
content: "\e248";
|
|
}
|
|
.glyphicon-object-align-right:before {
|
|
content: "\e249";
|
|
}
|
|
.glyphicon-triangle-right:before {
|
|
content: "\e250";
|
|
}
|
|
.glyphicon-triangle-left:before {
|
|
content: "\e251";
|
|
}
|
|
.glyphicon-triangle-bottom:before {
|
|
content: "\e252";
|
|
}
|
|
.glyphicon-triangle-top:before {
|
|
content: "\e253";
|
|
}
|
|
.glyphicon-console:before {
|
|
content: "\e254";
|
|
}
|
|
.glyphicon-superscript:before {
|
|
content: "\e255";
|
|
}
|
|
.glyphicon-subscript:before {
|
|
content: "\e256";
|
|
}
|
|
.glyphicon-menu-left:before {
|
|
content: "\e257";
|
|
}
|
|
.glyphicon-menu-right:before {
|
|
content: "\e258";
|
|
}
|
|
.glyphicon-menu-down:before {
|
|
content: "\e259";
|
|
}
|
|
.glyphicon-menu-up:before {
|
|
content: "\e260";
|
|
}
|
|
* {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
*:before,
|
|
*:after {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
html {
|
|
font-size: 10px;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
body {
|
|
font-family:'Rubik', sans-serif;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
color: #373e42;
|
|
background-color: #F9F9F9;
|
|
}
|
|
input,
|
|
button,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
}
|
|
a {
|
|
color: #875A7B;
|
|
text-decoration: none;
|
|
}
|
|
a:hover,
|
|
a:focus {
|
|
color: #c2e2fc;
|
|
text-decoration: none;
|
|
}
|
|
a:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
img {
|
|
vertical-align: middle;
|
|
}
|
|
.img-responsive,
|
|
.thumbnail > img,
|
|
.thumbnail a > img,
|
|
.carousel-inner > .item > img,
|
|
.carousel-inner > .item > a > img {
|
|
display: block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: inline-block;
|
|
}
|
|
.img-rounded {
|
|
border-radius: 6px;
|
|
}
|
|
.img-thumbnail {
|
|
padding: 4px;
|
|
line-height: 1.42857143;
|
|
background-color: #F9F9F9;
|
|
border: 1px solid #ddd;
|
|
border-radius: 4px;
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
-o-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
.img-circle {
|
|
border-radius: 50%;
|
|
}
|
|
hr {
|
|
margin-top: 22px;
|
|
margin-bottom: 22px;
|
|
border: 0;
|
|
border-top: 1px solid #F2F2F2;
|
|
}
|
|
.sr-only {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
margin: -1px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0;
|
|
}
|
|
.sr-only-focusable:active,
|
|
.sr-only-focusable:focus {
|
|
position: static;
|
|
width: auto;
|
|
height: auto;
|
|
margin: 0;
|
|
overflow: visible;
|
|
clip: auto;
|
|
}
|
|
[role="button"] {
|
|
cursor: pointer;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
.h1,
|
|
.h2,
|
|
.h3,
|
|
.h4,
|
|
.h5,
|
|
.h6 {
|
|
font-family:'Rubik', sans-serif;
|
|
font-weight: 400;
|
|
line-height: 1.1;
|
|
color: #21313a;
|
|
}
|
|
h1 small,
|
|
h2 small,
|
|
h3 small,
|
|
h4 small,
|
|
h5 small,
|
|
h6 small,
|
|
.h1 small,
|
|
.h2 small,
|
|
.h3 small,
|
|
.h4 small,
|
|
.h5 small,
|
|
.h6 small,
|
|
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: normal;
|
|
line-height: 1;
|
|
color: #21313a;
|
|
}
|
|
h1,
|
|
.h1,
|
|
h2,
|
|
.h2,
|
|
h3,
|
|
.h3 {
|
|
margin-top: 22px;
|
|
margin-bottom: 11px;
|
|
}
|
|
h1 small,
|
|
.h1 small,
|
|
h2 small,
|
|
.h2 small,
|
|
h3 small,
|
|
.h3 small,
|
|
h1 .small,
|
|
.h1 .small,
|
|
h2 .small,
|
|
.h2 .small,
|
|
h3 .small,
|
|
.h3 .small {
|
|
font-size: 65%;
|
|
}
|
|
h4,
|
|
.h4,
|
|
h5,
|
|
.h5,
|
|
h6,
|
|
.h6 {
|
|
margin-top: 11px;
|
|
margin-bottom: 11px;
|
|
}
|
|
h4 small,
|
|
.h4 small,
|
|
h5 small,
|
|
.h5 small,
|
|
h6 small,
|
|
.h6 small,
|
|
h4 .small,
|
|
.h4 .small,
|
|
h5 .small,
|
|
.h5 .small,
|
|
h6 .small,
|
|
.h6 .small {
|
|
font-size: 75%;
|
|
}
|
|
h1,
|
|
.h1 {
|
|
font-size: 41px;
|
|
}
|
|
h2,
|
|
.h2 {
|
|
font-size: 30px;
|
|
}
|
|
h3,
|
|
.h3 {
|
|
font-size: 24px;
|
|
}
|
|
h4,
|
|
.h4 {
|
|
font-size: 19px;
|
|
}
|
|
h5,
|
|
.h5 {
|
|
font-size: 17px;
|
|
}
|
|
h6,
|
|
.h6 {
|
|
font-size: 17px;
|
|
}
|
|
p {
|
|
margin: 0 0 11px;
|
|
}
|
|
.lead {
|
|
margin-bottom: 22px;
|
|
font-size: 18px;
|
|
font-weight: 300;
|
|
line-height: 1.4;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.lead {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
small,
|
|
.small {
|
|
font-size: 87%;
|
|
}
|
|
mark,
|
|
.mark {
|
|
background-color: #fcf8e3;
|
|
padding: .2em;
|
|
}
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-justify {
|
|
text-align: justify;
|
|
}
|
|
.text-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.text-lowercase {
|
|
text-transform: lowercase;
|
|
}
|
|
.text-uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.text-capitalize {
|
|
text-transform: capitalize;
|
|
}
|
|
.text-muted {
|
|
color: #888888;
|
|
}
|
|
.text-primary {
|
|
color: #21b799;
|
|
}
|
|
a.text-primary:hover,
|
|
a.text-primary:focus {
|
|
color: #198c75;
|
|
}
|
|
.text-success {
|
|
color: #3c763d;
|
|
}
|
|
a.text-success:hover,
|
|
a.text-success:focus {
|
|
color: #2b542c;
|
|
}
|
|
.text-info {
|
|
color: #31708f;
|
|
}
|
|
a.text-info:hover,
|
|
a.text-info:focus {
|
|
color: #245269;
|
|
}
|
|
.text-warning {
|
|
color: #8a6d3b;
|
|
}
|
|
a.text-warning:hover,
|
|
a.text-warning:focus {
|
|
color: #66512c;
|
|
}
|
|
.text-danger {
|
|
color: #a94442;
|
|
}
|
|
a.text-danger:hover,
|
|
a.text-danger:focus {
|
|
color: #843534;
|
|
}
|
|
.bg-primary {
|
|
color: #fff;
|
|
background-color: #21b799;
|
|
}
|
|
a.bg-primary:hover,
|
|
a.bg-primary:focus {
|
|
background-color: #198c75;
|
|
}
|
|
.bg-success {
|
|
background-color: #dff0d8;
|
|
}
|
|
a.bg-success:hover,
|
|
a.bg-success:focus {
|
|
background-color: #c1e2b3;
|
|
}
|
|
.bg-info {
|
|
background-color: #d9edf7;
|
|
}
|
|
a.bg-info:hover,
|
|
a.bg-info:focus {
|
|
background-color: #afd9ee;
|
|
}
|
|
.bg-warning {
|
|
background-color: #fcf8e3;
|
|
}
|
|
a.bg-warning:hover,
|
|
a.bg-warning:focus {
|
|
background-color: #f7ecb5;
|
|
}
|
|
.bg-danger {
|
|
background-color: #f2dede;
|
|
}
|
|
a.bg-danger:hover,
|
|
a.bg-danger:focus {
|
|
background-color: #e4b9b9;
|
|
}
|
|
.page-header {
|
|
padding-bottom: 10px;
|
|
margin: 44px 0 22px;
|
|
border-bottom: 1px solid #F2F2F2;
|
|
}
|
|
ul,
|
|
ol {
|
|
margin-top: 0;
|
|
margin-bottom: 11px;
|
|
}
|
|
ul ul,
|
|
ol ul,
|
|
ul ol,
|
|
ol ol {
|
|
margin-bottom: 0;
|
|
}
|
|
.list-unstyled {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
.list-inline {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
margin-left: -5px;
|
|
}
|
|
.list-inline > li {
|
|
display: inline-block;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
dl {
|
|
margin-top: 0;
|
|
margin-bottom: 22px;
|
|
}
|
|
dt,
|
|
dd {
|
|
line-height: 1.42857143;
|
|
}
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
dd {
|
|
margin-left: 0;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.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;
|
|
}
|
|
}
|
|
abbr[title],
|
|
abbr[data-original-title] {
|
|
cursor: help;
|
|
border-bottom: 1px dotted #dcddde;
|
|
}
|
|
.initialism {
|
|
font-size: 90%;
|
|
text-transform: uppercase;
|
|
}
|
|
blockquote {
|
|
padding: 11px 22px;
|
|
margin: 0 0 22px;
|
|
font-size: 20px;
|
|
border-left: 5px solid #F2F2F2;
|
|
}
|
|
blockquote p:last-child,
|
|
blockquote ul:last-child,
|
|
blockquote ol:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
blockquote footer,
|
|
blockquote small,
|
|
blockquote .small {
|
|
display: block;
|
|
font-size: 80%;
|
|
line-height: 1.42857143;
|
|
color: #dcddde;
|
|
}
|
|
blockquote footer:before,
|
|
blockquote small:before,
|
|
blockquote .small:before {
|
|
content: '\2014 \00A0';
|
|
}
|
|
.blockquote-reverse,
|
|
blockquote.pull-right {
|
|
padding-right: 15px;
|
|
padding-left: 0;
|
|
border-right: 5px solid #F2F2F2;
|
|
border-left: 0;
|
|
text-align: right;
|
|
}
|
|
.blockquote-reverse footer:before,
|
|
blockquote.pull-right footer:before,
|
|
.blockquote-reverse small:before,
|
|
blockquote.pull-right small:before,
|
|
.blockquote-reverse .small:before,
|
|
blockquote.pull-right .small:before {
|
|
content: '';
|
|
}
|
|
.blockquote-reverse footer:after,
|
|
blockquote.pull-right footer:after,
|
|
.blockquote-reverse small:after,
|
|
blockquote.pull-right small:after,
|
|
.blockquote-reverse .small:after,
|
|
blockquote.pull-right .small:after {
|
|
content: '\00A0 \2014';
|
|
}
|
|
address {
|
|
margin-bottom: 22px;
|
|
font-style: normal;
|
|
line-height: 1.42857143;
|
|
}
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
}
|
|
code {
|
|
padding: 2px 4px;
|
|
font-size: 90%;
|
|
color: #c7254e;
|
|
background-color: #f9f2f4;
|
|
border-radius: 4px;
|
|
}
|
|
kbd {
|
|
padding: 2px 4px;
|
|
font-size: 90%;
|
|
color: #fff;
|
|
background-color: #333;
|
|
border-radius: 3px;
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
}
|
|
kbd kbd {
|
|
padding: 0;
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
box-shadow: none;
|
|
}
|
|
pre {
|
|
display: block;
|
|
padding: 10.5px;
|
|
margin: 0 0 11px;
|
|
font-size: 15px;
|
|
line-height: 1.42857143;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
color: #6B6D70;
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
}
|
|
pre code {
|
|
padding: 0;
|
|
font-size: inherit;
|
|
color: inherit;
|
|
white-space: pre-wrap;
|
|
background-color: transparent;
|
|
border-radius: 0;
|
|
}
|
|
.pre-scrollable {
|
|
max-height: 340px;
|
|
overflow-y: scroll;
|
|
}
|
|
.container {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.container {
|
|
width: 750px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
.container {
|
|
width: 970px;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.container {
|
|
width: 1170px;
|
|
}
|
|
}
|
|
.container-fluid {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
.row {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
|
|
position: relative;
|
|
min-height: 1px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
|
|
float: left;
|
|
}
|
|
.col-xs-12 {
|
|
width: 100%;
|
|
}
|
|
.col-xs-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
.col-xs-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
.col-xs-9 {
|
|
width: 75%;
|
|
}
|
|
.col-xs-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
.col-xs-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
.col-xs-6 {
|
|
width: 50%;
|
|
}
|
|
.col-xs-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
.col-xs-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
.col-xs-3 {
|
|
width: 25%;
|
|
}
|
|
.col-xs-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
.col-xs-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
.col-xs-pull-12 {
|
|
right: 100%;
|
|
}
|
|
.col-xs-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
.col-xs-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
.col-xs-pull-9 {
|
|
right: 75%;
|
|
}
|
|
.col-xs-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
.col-xs-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
.col-xs-pull-6 {
|
|
right: 50%;
|
|
}
|
|
.col-xs-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
.col-xs-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
.col-xs-pull-3 {
|
|
right: 25%;
|
|
}
|
|
.col-xs-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
.col-xs-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
.col-xs-pull-0 {
|
|
right: auto;
|
|
}
|
|
.col-xs-push-12 {
|
|
left: 100%;
|
|
}
|
|
.col-xs-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
.col-xs-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
.col-xs-push-9 {
|
|
left: 75%;
|
|
}
|
|
.col-xs-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
.col-xs-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
.col-xs-push-6 {
|
|
left: 50%;
|
|
}
|
|
.col-xs-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
.col-xs-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
.col-xs-push-3 {
|
|
left: 25%;
|
|
}
|
|
.col-xs-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
.col-xs-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
.col-xs-push-0 {
|
|
left: auto;
|
|
}
|
|
.col-xs-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
.col-xs-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.col-xs-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.col-xs-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.col-xs-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.col-xs-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.col-xs-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.col-xs-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.col-xs-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.col-xs-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.col-xs-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.col-xs-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.col-xs-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
|
|
float: left;
|
|
}
|
|
.col-sm-12 {
|
|
width: 100%;
|
|
}
|
|
.col-sm-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
.col-sm-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
.col-sm-9 {
|
|
width: 75%;
|
|
}
|
|
.col-sm-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
.col-sm-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
.col-sm-6 {
|
|
width: 50%;
|
|
}
|
|
.col-sm-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
.col-sm-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
.col-sm-3 {
|
|
width: 25%;
|
|
}
|
|
.col-sm-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
.col-sm-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
.col-sm-pull-12 {
|
|
right: 100%;
|
|
}
|
|
.col-sm-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
.col-sm-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
.col-sm-pull-9 {
|
|
right: 75%;
|
|
}
|
|
.col-sm-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
.col-sm-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
.col-sm-pull-6 {
|
|
right: 50%;
|
|
}
|
|
.col-sm-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
.col-sm-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
.col-sm-pull-3 {
|
|
right: 25%;
|
|
}
|
|
.col-sm-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
.col-sm-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
.col-sm-pull-0 {
|
|
right: auto;
|
|
}
|
|
.col-sm-push-12 {
|
|
left: 100%;
|
|
}
|
|
.col-sm-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
.col-sm-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
.col-sm-push-9 {
|
|
left: 75%;
|
|
}
|
|
.col-sm-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
.col-sm-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
.col-sm-push-6 {
|
|
left: 50%;
|
|
}
|
|
.col-sm-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
.col-sm-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
.col-sm-push-3 {
|
|
left: 25%;
|
|
}
|
|
.col-sm-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
.col-sm-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
.col-sm-push-0 {
|
|
left: auto;
|
|
}
|
|
.col-sm-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
.col-sm-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.col-sm-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.col-sm-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.col-sm-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.col-sm-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.col-sm-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.col-sm-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.col-sm-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.col-sm-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.col-sm-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.col-sm-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.col-sm-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
.col-md-1, .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-md-10, .col-md-11, .col-md-12 {
|
|
float: left;
|
|
}
|
|
.col-md-12 {
|
|
width: 100%;
|
|
}
|
|
.col-md-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
.col-md-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
.col-md-9 {
|
|
width: 75%;
|
|
}
|
|
.col-md-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
.col-md-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
.col-md-6 {
|
|
width: 50%;
|
|
}
|
|
.col-md-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
.col-md-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
.col-md-3 {
|
|
width: 25%;
|
|
}
|
|
.col-md-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
.col-md-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
.col-md-pull-12 {
|
|
right: 100%;
|
|
}
|
|
.col-md-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
.col-md-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
.col-md-pull-9 {
|
|
right: 75%;
|
|
}
|
|
.col-md-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
.col-md-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
.col-md-pull-6 {
|
|
right: 50%;
|
|
}
|
|
.col-md-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
.col-md-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
.col-md-pull-3 {
|
|
right: 25%;
|
|
}
|
|
.col-md-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
.col-md-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
.col-md-pull-0 {
|
|
right: auto;
|
|
}
|
|
.col-md-push-12 {
|
|
left: 100%;
|
|
}
|
|
.col-md-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
.col-md-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
.col-md-push-9 {
|
|
left: 75%;
|
|
}
|
|
.col-md-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
.col-md-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
.col-md-push-6 {
|
|
left: 50%;
|
|
}
|
|
.col-md-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
.col-md-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
.col-md-push-3 {
|
|
left: 25%;
|
|
}
|
|
.col-md-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
.col-md-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
.col-md-push-0 {
|
|
left: auto;
|
|
}
|
|
.col-md-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
.col-md-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.col-md-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.col-md-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.col-md-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.col-md-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.col-md-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.col-md-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.col-md-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.col-md-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.col-md-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.col-md-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.col-md-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
|
|
float: left;
|
|
}
|
|
.col-lg-12 {
|
|
width: 100%;
|
|
}
|
|
.col-lg-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
.col-lg-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
.col-lg-9 {
|
|
width: 75%;
|
|
}
|
|
.col-lg-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
.col-lg-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
.col-lg-6 {
|
|
width: 50%;
|
|
}
|
|
.col-lg-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
.col-lg-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
.col-lg-3 {
|
|
width: 25%;
|
|
}
|
|
.col-lg-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
.col-lg-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
.col-lg-pull-12 {
|
|
right: 100%;
|
|
}
|
|
.col-lg-pull-11 {
|
|
right: 91.66666667%;
|
|
}
|
|
.col-lg-pull-10 {
|
|
right: 83.33333333%;
|
|
}
|
|
.col-lg-pull-9 {
|
|
right: 75%;
|
|
}
|
|
.col-lg-pull-8 {
|
|
right: 66.66666667%;
|
|
}
|
|
.col-lg-pull-7 {
|
|
right: 58.33333333%;
|
|
}
|
|
.col-lg-pull-6 {
|
|
right: 50%;
|
|
}
|
|
.col-lg-pull-5 {
|
|
right: 41.66666667%;
|
|
}
|
|
.col-lg-pull-4 {
|
|
right: 33.33333333%;
|
|
}
|
|
.col-lg-pull-3 {
|
|
right: 25%;
|
|
}
|
|
.col-lg-pull-2 {
|
|
right: 16.66666667%;
|
|
}
|
|
.col-lg-pull-1 {
|
|
right: 8.33333333%;
|
|
}
|
|
.col-lg-pull-0 {
|
|
right: auto;
|
|
}
|
|
.col-lg-push-12 {
|
|
left: 100%;
|
|
}
|
|
.col-lg-push-11 {
|
|
left: 91.66666667%;
|
|
}
|
|
.col-lg-push-10 {
|
|
left: 83.33333333%;
|
|
}
|
|
.col-lg-push-9 {
|
|
left: 75%;
|
|
}
|
|
.col-lg-push-8 {
|
|
left: 66.66666667%;
|
|
}
|
|
.col-lg-push-7 {
|
|
left: 58.33333333%;
|
|
}
|
|
.col-lg-push-6 {
|
|
left: 50%;
|
|
}
|
|
.col-lg-push-5 {
|
|
left: 41.66666667%;
|
|
}
|
|
.col-lg-push-4 {
|
|
left: 33.33333333%;
|
|
}
|
|
.col-lg-push-3 {
|
|
left: 25%;
|
|
}
|
|
.col-lg-push-2 {
|
|
left: 16.66666667%;
|
|
}
|
|
.col-lg-push-1 {
|
|
left: 8.33333333%;
|
|
}
|
|
.col-lg-push-0 {
|
|
left: auto;
|
|
}
|
|
.col-lg-offset-12 {
|
|
margin-left: 100%;
|
|
}
|
|
.col-lg-offset-11 {
|
|
margin-left: 91.66666667%;
|
|
}
|
|
.col-lg-offset-10 {
|
|
margin-left: 83.33333333%;
|
|
}
|
|
.col-lg-offset-9 {
|
|
margin-left: 75%;
|
|
}
|
|
.col-lg-offset-8 {
|
|
margin-left: 66.66666667%;
|
|
}
|
|
.col-lg-offset-7 {
|
|
margin-left: 58.33333333%;
|
|
}
|
|
.col-lg-offset-6 {
|
|
margin-left: 50%;
|
|
}
|
|
.col-lg-offset-5 {
|
|
margin-left: 41.66666667%;
|
|
}
|
|
.col-lg-offset-4 {
|
|
margin-left: 33.33333333%;
|
|
}
|
|
.col-lg-offset-3 {
|
|
margin-left: 25%;
|
|
}
|
|
.col-lg-offset-2 {
|
|
margin-left: 16.66666667%;
|
|
}
|
|
.col-lg-offset-1 {
|
|
margin-left: 8.33333333%;
|
|
}
|
|
.col-lg-offset-0 {
|
|
margin-left: 0%;
|
|
}
|
|
}
|
|
table {
|
|
background-color: transparent;
|
|
}
|
|
caption {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
color: #888888;
|
|
text-align: left;
|
|
}
|
|
th {
|
|
text-align: left;
|
|
}
|
|
.table {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
margin-bottom: 22px;
|
|
}
|
|
.table > thead > tr > th,
|
|
.table > tbody > tr > th,
|
|
.table > tfoot > tr > th,
|
|
.table > thead > tr > td,
|
|
.table > tbody > tr > td,
|
|
.table > tfoot > tr > td {
|
|
padding: 8px;
|
|
line-height: 1.42857143;
|
|
vertical-align: top;
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.table > thead > tr > th {
|
|
vertical-align: bottom;
|
|
border-bottom: 2px solid #ddd;
|
|
}
|
|
.table > caption + thead > tr:first-child > th,
|
|
.table > colgroup + thead > tr:first-child > th,
|
|
.table > thead:first-child > tr:first-child > th,
|
|
.table > caption + thead > tr:first-child > td,
|
|
.table > colgroup + thead > tr:first-child > td,
|
|
.table > thead:first-child > tr:first-child > td {
|
|
border-top: 0;
|
|
}
|
|
.table > tbody + tbody {
|
|
border-top: 2px solid #ddd;
|
|
}
|
|
.table .table {
|
|
background-color: #F9F9F9;
|
|
}
|
|
.table-condensed > thead > tr > th,
|
|
.table-condensed > tbody > tr > th,
|
|
.table-condensed > tfoot > tr > th,
|
|
.table-condensed > thead > tr > td,
|
|
.table-condensed > tbody > tr > td,
|
|
.table-condensed > tfoot > tr > td {
|
|
padding: 5px;
|
|
}
|
|
.table-bordered {
|
|
border: 1px solid #ddd;
|
|
}
|
|
.table-bordered > thead > tr > th,
|
|
.table-bordered > tbody > tr > th,
|
|
.table-bordered > tfoot > tr > th,
|
|
.table-bordered > thead > tr > td,
|
|
.table-bordered > tbody > tr > td,
|
|
.table-bordered > tfoot > tr > td {
|
|
border: 1px solid #ddd;
|
|
}
|
|
.table-bordered > thead > tr > th,
|
|
.table-bordered > thead > tr > td {
|
|
border-bottom-width: 2px;
|
|
}
|
|
.table-striped > tbody > tr:nth-of-type(odd) {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.table-hover > tbody > tr:hover {
|
|
background-color: #f5f5f5;
|
|
}
|
|
table col[class*="col-"] {
|
|
position: static;
|
|
float: none;
|
|
display: table-column;
|
|
}
|
|
table td[class*="col-"],
|
|
table th[class*="col-"] {
|
|
position: static;
|
|
float: none;
|
|
display: table-cell;
|
|
}
|
|
.table > thead > tr > td.active,
|
|
.table > tbody > tr > td.active,
|
|
.table > tfoot > tr > td.active,
|
|
.table > thead > tr > th.active,
|
|
.table > tbody > tr > th.active,
|
|
.table > tfoot > tr > th.active,
|
|
.table > thead > tr.active > td,
|
|
.table > tbody > tr.active > td,
|
|
.table > tfoot > tr.active > td,
|
|
.table > thead > tr.active > th,
|
|
.table > tbody > tr.active > th,
|
|
.table > tfoot > tr.active > th {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.table-hover > tbody > tr > td.active:hover,
|
|
.table-hover > tbody > tr > th.active:hover,
|
|
.table-hover > tbody > tr.active:hover > td,
|
|
.table-hover > tbody > tr:hover > .active,
|
|
.table-hover > tbody > tr.active:hover > th {
|
|
background-color: #e8e8e8;
|
|
}
|
|
.table > thead > tr > td.success,
|
|
.table > tbody > tr > td.success,
|
|
.table > tfoot > tr > td.success,
|
|
.table > thead > tr > th.success,
|
|
.table > tbody > tr > th.success,
|
|
.table > tfoot > tr > th.success,
|
|
.table > thead > tr.success > td,
|
|
.table > tbody > tr.success > td,
|
|
.table > tfoot > tr.success > td,
|
|
.table > thead > tr.success > th,
|
|
.table > tbody > tr.success > th,
|
|
.table > tfoot > tr.success > th {
|
|
background-color: #dff0d8;
|
|
}
|
|
.table-hover > tbody > tr > td.success:hover,
|
|
.table-hover > tbody > tr > th.success:hover,
|
|
.table-hover > tbody > tr.success:hover > td,
|
|
.table-hover > tbody > tr:hover > .success,
|
|
.table-hover > tbody > tr.success:hover > th {
|
|
background-color: #d0e9c6;
|
|
}
|
|
.table > thead > tr > td.info,
|
|
.table > tbody > tr > td.info,
|
|
.table > tfoot > tr > td.info,
|
|
.table > thead > tr > th.info,
|
|
.table > tbody > tr > th.info,
|
|
.table > tfoot > tr > th.info,
|
|
.table > thead > tr.info > td,
|
|
.table > tbody > tr.info > td,
|
|
.table > tfoot > tr.info > td,
|
|
.table > thead > tr.info > th,
|
|
.table > tbody > tr.info > th,
|
|
.table > tfoot > tr.info > th {
|
|
background-color: #d9edf7;
|
|
}
|
|
.table-hover > tbody > tr > td.info:hover,
|
|
.table-hover > tbody > tr > th.info:hover,
|
|
.table-hover > tbody > tr.info:hover > td,
|
|
.table-hover > tbody > tr:hover > .info,
|
|
.table-hover > tbody > tr.info:hover > th {
|
|
background-color: #c4e3f3;
|
|
}
|
|
.table > thead > tr > td.warning,
|
|
.table > tbody > tr > td.warning,
|
|
.table > tfoot > tr > td.warning,
|
|
.table > thead > tr > th.warning,
|
|
.table > tbody > tr > th.warning,
|
|
.table > tfoot > tr > th.warning,
|
|
.table > thead > tr.warning > td,
|
|
.table > tbody > tr.warning > td,
|
|
.table > tfoot > tr.warning > td,
|
|
.table > thead > tr.warning > th,
|
|
.table > tbody > tr.warning > th,
|
|
.table > tfoot > tr.warning > th {
|
|
background-color: #fcf8e3;
|
|
}
|
|
.table-hover > tbody > tr > td.warning:hover,
|
|
.table-hover > tbody > tr > th.warning:hover,
|
|
.table-hover > tbody > tr.warning:hover > td,
|
|
.table-hover > tbody > tr:hover > .warning,
|
|
.table-hover > tbody > tr.warning:hover > th {
|
|
background-color: #faf2cc;
|
|
}
|
|
.table > thead > tr > td.danger,
|
|
.table > tbody > tr > td.danger,
|
|
.table > tfoot > tr > td.danger,
|
|
.table > thead > tr > th.danger,
|
|
.table > tbody > tr > th.danger,
|
|
.table > tfoot > tr > th.danger,
|
|
.table > thead > tr.danger > td,
|
|
.table > tbody > tr.danger > td,
|
|
.table > tfoot > tr.danger > td,
|
|
.table > thead > tr.danger > th,
|
|
.table > tbody > tr.danger > th,
|
|
.table > tfoot > tr.danger > th {
|
|
background-color: #f2dede;
|
|
}
|
|
.table-hover > tbody > tr > td.danger:hover,
|
|
.table-hover > tbody > tr > th.danger:hover,
|
|
.table-hover > tbody > tr.danger:hover > td,
|
|
.table-hover > tbody > tr:hover > .danger,
|
|
.table-hover > tbody > tr.danger:hover > th {
|
|
background-color: #ebcccc;
|
|
}
|
|
.table-responsive {
|
|
overflow-x: auto;
|
|
min-height: 0.01%;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.table-responsive {
|
|
width: 100%;
|
|
margin-bottom: 16.5px;
|
|
overflow-y: hidden;
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
border: 1px solid #ddd;
|
|
}
|
|
.table-responsive > .table {
|
|
margin-bottom: 0;
|
|
}
|
|
.table-responsive > .table > thead > tr > th,
|
|
.table-responsive > .table > tbody > tr > th,
|
|
.table-responsive > .table > tfoot > tr > th,
|
|
.table-responsive > .table > thead > tr > td,
|
|
.table-responsive > .table > tbody > tr > td,
|
|
.table-responsive > .table > tfoot > tr > td {
|
|
white-space: nowrap;
|
|
}
|
|
.table-responsive > .table-bordered {
|
|
border: 0;
|
|
}
|
|
.table-responsive > .table-bordered > thead > tr > th:first-child,
|
|
.table-responsive > .table-bordered > tbody > tr > th:first-child,
|
|
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
|
.table-responsive > .table-bordered > thead > tr > td:first-child,
|
|
.table-responsive > .table-bordered > tbody > tr > td:first-child,
|
|
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
|
border-left: 0;
|
|
}
|
|
.table-responsive > .table-bordered > thead > tr > th:last-child,
|
|
.table-responsive > .table-bordered > tbody > tr > th:last-child,
|
|
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
|
.table-responsive > .table-bordered > thead > tr > td:last-child,
|
|
.table-responsive > .table-bordered > tbody > tr > td:last-child,
|
|
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
|
border-right: 0;
|
|
}
|
|
.table-responsive > .table-bordered > tbody > tr:last-child > th,
|
|
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
|
|
.table-responsive > .table-bordered > tbody > tr:last-child > td,
|
|
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
|
|
border-bottom: 0;
|
|
}
|
|
}
|
|
fieldset {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
min-width: 0;
|
|
}
|
|
legend {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0;
|
|
margin-bottom: 22px;
|
|
font-size: 24px;
|
|
line-height: inherit;
|
|
color: #6B6D70;
|
|
border: 0;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
label {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
input[type="search"] {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
input[type="radio"],
|
|
input[type="checkbox"] {
|
|
margin: 4px 0 0;
|
|
margin-top: 1px \9;
|
|
line-height: normal;
|
|
}
|
|
input[type="file"] {
|
|
display: block;
|
|
}
|
|
input[type="range"] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
select[multiple],
|
|
select[size] {
|
|
height: auto;
|
|
}
|
|
input[type="file"]:focus,
|
|
input[type="radio"]:focus,
|
|
input[type="checkbox"]:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
output {
|
|
display: block;
|
|
padding-top: 7px;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
color: #888888;
|
|
}
|
|
.form-control {
|
|
display: block;
|
|
width: 100%;
|
|
height: 36px;
|
|
padding: 6px 12px;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
color: #888888;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
}
|
|
.form-control:focus {
|
|
border-color: #66afe9;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
}
|
|
.form-control::-moz-placeholder {
|
|
color: #999;
|
|
opacity: 1;
|
|
}
|
|
.form-control:-ms-input-placeholder {
|
|
color: #999;
|
|
}
|
|
.form-control::-webkit-input-placeholder {
|
|
color: #999;
|
|
}
|
|
.form-control::-ms-expand {
|
|
border: 0;
|
|
background-color: transparent;
|
|
}
|
|
.form-control[disabled],
|
|
.form-control[readonly],
|
|
fieldset[disabled] .form-control {
|
|
background-color: #F2F2F2;
|
|
opacity: 1;
|
|
}
|
|
.form-control[disabled],
|
|
fieldset[disabled] .form-control {
|
|
cursor: not-allowed;
|
|
}
|
|
textarea.form-control {
|
|
height: auto;
|
|
}
|
|
input[type="search"] {
|
|
-webkit-appearance: none;
|
|
}
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
input[type="date"].form-control,
|
|
input[type="time"].form-control,
|
|
input[type="datetime-local"].form-control,
|
|
input[type="month"].form-control {
|
|
line-height: 36px;
|
|
}
|
|
input[type="date"].input-sm,
|
|
input[type="time"].input-sm,
|
|
input[type="datetime-local"].input-sm,
|
|
input[type="month"].input-sm,
|
|
.input-group-sm input[type="date"],
|
|
.input-group-sm input[type="time"],
|
|
.input-group-sm input[type="datetime-local"],
|
|
.input-group-sm input[type="month"] {
|
|
line-height: 33px;
|
|
}
|
|
input[type="date"].input-lg,
|
|
input[type="time"].input-lg,
|
|
input[type="datetime-local"].input-lg,
|
|
input[type="month"].input-lg,
|
|
.input-group-lg input[type="date"],
|
|
.input-group-lg input[type="time"],
|
|
.input-group-lg input[type="datetime-local"],
|
|
.input-group-lg input[type="month"] {
|
|
line-height: 49px;
|
|
}
|
|
}
|
|
.form-group {
|
|
margin-bottom: 15px;
|
|
}
|
|
.radio,
|
|
.checkbox {
|
|
position: relative;
|
|
display: block;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.radio label,
|
|
.checkbox label {
|
|
min-height: 22px;
|
|
padding-left: 20px;
|
|
margin-bottom: 0;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
}
|
|
.radio input[type="radio"],
|
|
.radio-inline input[type="radio"],
|
|
.checkbox input[type="checkbox"],
|
|
.checkbox-inline input[type="checkbox"] {
|
|
position: absolute;
|
|
margin-left: -20px;
|
|
margin-top: 4px \9;
|
|
}
|
|
.radio + .radio,
|
|
.checkbox + .checkbox {
|
|
margin-top: -5px;
|
|
}
|
|
.radio-inline,
|
|
.checkbox-inline {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding-left: 20px;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
font-weight: normal;
|
|
cursor: pointer;
|
|
}
|
|
.radio-inline + .radio-inline,
|
|
.checkbox-inline + .checkbox-inline {
|
|
margin-top: 0;
|
|
margin-left: 10px;
|
|
}
|
|
input[type="radio"][disabled],
|
|
input[type="checkbox"][disabled],
|
|
input[type="radio"].disabled,
|
|
input[type="checkbox"].disabled,
|
|
fieldset[disabled] input[type="radio"],
|
|
fieldset[disabled] input[type="checkbox"] {
|
|
cursor: not-allowed;
|
|
}
|
|
.radio-inline.disabled,
|
|
.checkbox-inline.disabled,
|
|
fieldset[disabled] .radio-inline,
|
|
fieldset[disabled] .checkbox-inline {
|
|
cursor: not-allowed;
|
|
}
|
|
.radio.disabled label,
|
|
.checkbox.disabled label,
|
|
fieldset[disabled] .radio label,
|
|
fieldset[disabled] .checkbox label {
|
|
cursor: not-allowed;
|
|
}
|
|
.form-control-static {
|
|
padding-top: 7px;
|
|
padding-bottom: 7px;
|
|
margin-bottom: 0;
|
|
min-height: 38px;
|
|
}
|
|
.form-control-static.input-lg,
|
|
.form-control-static.input-sm {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.input-sm {
|
|
height: 33px;
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
select.input-sm {
|
|
height: 33px;
|
|
line-height: 33px;
|
|
}
|
|
textarea.input-sm,
|
|
select[multiple].input-sm {
|
|
height: auto;
|
|
}
|
|
.form-group-sm .form-control {
|
|
height: 33px;
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
.form-group-sm select.form-control {
|
|
height: 33px;
|
|
line-height: 33px;
|
|
}
|
|
.form-group-sm textarea.form-control,
|
|
.form-group-sm select[multiple].form-control {
|
|
height: auto;
|
|
}
|
|
.form-group-sm .form-control-static {
|
|
height: 33px;
|
|
min-height: 36px;
|
|
padding: 6px 10px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
}
|
|
.input-lg {
|
|
height: 49px;
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
line-height: 1.3333333;
|
|
border-radius: 6px;
|
|
}
|
|
select.input-lg {
|
|
height: 49px;
|
|
line-height: 49px;
|
|
}
|
|
textarea.input-lg,
|
|
select[multiple].input-lg {
|
|
height: auto;
|
|
}
|
|
.form-group-lg .form-control {
|
|
height: 49px;
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
line-height: 1.3333333;
|
|
border-radius: 6px;
|
|
}
|
|
.form-group-lg select.form-control {
|
|
height: 49px;
|
|
line-height: 49px;
|
|
}
|
|
.form-group-lg textarea.form-control,
|
|
.form-group-lg select[multiple].form-control {
|
|
height: auto;
|
|
}
|
|
.form-group-lg .form-control-static {
|
|
height: 49px;
|
|
min-height: 42px;
|
|
padding: 11px 16px;
|
|
font-size: 20px;
|
|
line-height: 1.3333333;
|
|
}
|
|
.has-feedback {
|
|
position: relative;
|
|
}
|
|
.has-feedback .form-control {
|
|
padding-right: 45px;
|
|
}
|
|
.form-control-feedback {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 2;
|
|
display: block;
|
|
width: 36px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
text-align: center;
|
|
pointer-events: none;
|
|
}
|
|
.input-lg + .form-control-feedback,
|
|
.input-group-lg + .form-control-feedback,
|
|
.form-group-lg .form-control + .form-control-feedback {
|
|
width: 49px;
|
|
height: 49px;
|
|
line-height: 49px;
|
|
}
|
|
.input-sm + .form-control-feedback,
|
|
.input-group-sm + .form-control-feedback,
|
|
.form-group-sm .form-control + .form-control-feedback {
|
|
width: 33px;
|
|
height: 33px;
|
|
line-height: 33px;
|
|
}
|
|
.has-success .help-block,
|
|
.has-success .control-label,
|
|
.has-success .radio,
|
|
.has-success .checkbox,
|
|
.has-success .radio-inline,
|
|
.has-success .checkbox-inline,
|
|
.has-success.radio label,
|
|
.has-success.checkbox label,
|
|
.has-success.radio-inline label,
|
|
.has-success.checkbox-inline label {
|
|
color: #3c763d;
|
|
}
|
|
.has-success .form-control {
|
|
border-color: #3c763d;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
.has-success .form-control:focus {
|
|
border-color: #2b542c;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
|
}
|
|
.has-success .input-group-addon {
|
|
color: #3c763d;
|
|
border-color: #3c763d;
|
|
background-color: #dff0d8;
|
|
}
|
|
.has-success .form-control-feedback {
|
|
color: #3c763d;
|
|
}
|
|
.has-warning .help-block,
|
|
.has-warning .control-label,
|
|
.has-warning .radio,
|
|
.has-warning .checkbox,
|
|
.has-warning .radio-inline,
|
|
.has-warning .checkbox-inline,
|
|
.has-warning.radio label,
|
|
.has-warning.checkbox label,
|
|
.has-warning.radio-inline label,
|
|
.has-warning.checkbox-inline label {
|
|
color: #8a6d3b;
|
|
}
|
|
.has-warning .form-control {
|
|
border-color: #8a6d3b;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
.has-warning .form-control:focus {
|
|
border-color: #66512c;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
|
|
}
|
|
.has-warning .input-group-addon {
|
|
color: #8a6d3b;
|
|
border-color: #8a6d3b;
|
|
background-color: #fcf8e3;
|
|
}
|
|
.has-warning .form-control-feedback {
|
|
color: #8a6d3b;
|
|
}
|
|
.has-error .help-block,
|
|
.has-error .control-label,
|
|
.has-error .radio,
|
|
.has-error .checkbox,
|
|
.has-error .radio-inline,
|
|
.has-error .checkbox-inline,
|
|
.has-error.radio label,
|
|
.has-error.checkbox label,
|
|
.has-error.radio-inline label,
|
|
.has-error.checkbox-inline label {
|
|
color: #a94442;
|
|
}
|
|
.has-error .form-control {
|
|
border-color: #a94442;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
|
}
|
|
.has-error .form-control:focus {
|
|
border-color: #843534;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
|
|
}
|
|
.has-error .input-group-addon {
|
|
color: #a94442;
|
|
border-color: #a94442;
|
|
background-color: #f2dede;
|
|
}
|
|
.has-error .form-control-feedback {
|
|
color: #a94442;
|
|
}
|
|
.has-feedback label ~ .form-control-feedback {
|
|
top: 27px;
|
|
}
|
|
.has-feedback label.sr-only ~ .form-control-feedback {
|
|
top: 0;
|
|
}
|
|
.help-block {
|
|
display: block;
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
color: #717f88;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.form-inline .form-group {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .form-control {
|
|
display: inline-block;
|
|
width: auto;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .form-control-static {
|
|
display: inline-block;
|
|
}
|
|
.form-inline .input-group {
|
|
display: inline-table;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .input-group .input-group-addon,
|
|
.form-inline .input-group .input-group-btn,
|
|
.form-inline .input-group .form-control {
|
|
width: auto;
|
|
}
|
|
.form-inline .input-group > .form-control {
|
|
width: 100%;
|
|
}
|
|
.form-inline .control-label {
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .radio,
|
|
.form-inline .checkbox {
|
|
display: inline-block;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.form-inline .radio label,
|
|
.form-inline .checkbox label {
|
|
padding-left: 0;
|
|
}
|
|
.form-inline .radio input[type="radio"],
|
|
.form-inline .checkbox input[type="checkbox"] {
|
|
position: relative;
|
|
margin-left: 0;
|
|
}
|
|
.form-inline .has-feedback .form-control-feedback {
|
|
top: 0;
|
|
}
|
|
}
|
|
.form-horizontal .radio,
|
|
.form-horizontal .checkbox,
|
|
.form-horizontal .radio-inline,
|
|
.form-horizontal .checkbox-inline {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
padding-top: 7px;
|
|
}
|
|
.form-horizontal .radio,
|
|
.form-horizontal .checkbox {
|
|
min-height: 29px;
|
|
}
|
|
.form-horizontal .form-group {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.form-horizontal .control-label {
|
|
text-align: right;
|
|
margin-bottom: 0;
|
|
padding-top: 7px;
|
|
}
|
|
}
|
|
.form-horizontal .has-feedback .form-control-feedback {
|
|
right: 15px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.form-horizontal .form-group-lg .control-label {
|
|
padding-top: 11px;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.form-horizontal .form-group-sm .control-label {
|
|
padding-top: 6px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.btn {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
white-space: nowrap;
|
|
padding: 6px 12px;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
border-radius: 4px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.btn:focus,
|
|
.btn:active:focus,
|
|
.btn.active:focus,
|
|
.btn.focus,
|
|
.btn:active.focus,
|
|
.btn.active.focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
.btn:hover,
|
|
.btn:focus,
|
|
.btn.focus {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
.btn:active,
|
|
.btn.active {
|
|
outline: 0;
|
|
background-image: none;
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
}
|
|
.btn.disabled,
|
|
.btn[disabled],
|
|
fieldset[disabled] .btn {
|
|
cursor: not-allowed;
|
|
opacity: 0.65;
|
|
filter: alpha(opacity=65);
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
a.btn.disabled,
|
|
fieldset[disabled] a.btn {
|
|
pointer-events: none;
|
|
}
|
|
.btn-default {
|
|
color: #333;
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
.btn-default:focus,
|
|
.btn-default.focus {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #8c8c8c;
|
|
}
|
|
.btn-default:hover {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
}
|
|
.btn-default:active,
|
|
.btn-default.active,
|
|
.open > .dropdown-toggle.btn-default {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
}
|
|
.btn-default:active:hover,
|
|
.btn-default.active:hover,
|
|
.open > .dropdown-toggle.btn-default:hover,
|
|
.btn-default:active:focus,
|
|
.btn-default.active:focus,
|
|
.open > .dropdown-toggle.btn-default:focus,
|
|
.btn-default:active.focus,
|
|
.btn-default.active.focus,
|
|
.open > .dropdown-toggle.btn-default.focus {
|
|
color: #333;
|
|
background-color: #d4d4d4;
|
|
border-color: #8c8c8c;
|
|
}
|
|
.btn-default:active,
|
|
.btn-default.active,
|
|
.open > .dropdown-toggle.btn-default {
|
|
background-image: none;
|
|
}
|
|
.btn-default.disabled:hover,
|
|
.btn-default[disabled]:hover,
|
|
fieldset[disabled] .btn-default:hover,
|
|
.btn-default.disabled:focus,
|
|
.btn-default[disabled]:focus,
|
|
fieldset[disabled] .btn-default:focus,
|
|
.btn-default.disabled.focus,
|
|
.btn-default[disabled].focus,
|
|
fieldset[disabled] .btn-default.focus {
|
|
background-color: #fff;
|
|
border-color: #ccc;
|
|
}
|
|
.btn-default .badge {
|
|
color: #fff;
|
|
background-color: #333;
|
|
}
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #21b799;
|
|
border-color: #1da187;
|
|
}
|
|
.btn-primary:focus,
|
|
.btn-primary.focus {
|
|
color: #fff;
|
|
background-color: #198c75;
|
|
border-color: #0a352d;
|
|
}
|
|
.btn-primary:hover {
|
|
color: #fff;
|
|
background-color: #198c75;
|
|
border-color: #146e5c;
|
|
}
|
|
.btn-primary:active,
|
|
.btn-primary.active,
|
|
.open > .dropdown-toggle.btn-primary {
|
|
color: #fff;
|
|
background-color: #198c75;
|
|
border-color: #146e5c;
|
|
}
|
|
.btn-primary:active:hover,
|
|
.btn-primary.active:hover,
|
|
.open > .dropdown-toggle.btn-primary:hover,
|
|
.btn-primary:active:focus,
|
|
.btn-primary.active:focus,
|
|
.open > .dropdown-toggle.btn-primary:focus,
|
|
.btn-primary:active.focus,
|
|
.btn-primary.active.focus,
|
|
.open > .dropdown-toggle.btn-primary.focus {
|
|
color: #fff;
|
|
background-color: #146e5c;
|
|
border-color: #0a352d;
|
|
}
|
|
.btn-primary:active,
|
|
.btn-primary.active,
|
|
.open > .dropdown-toggle.btn-primary {
|
|
background-image: none;
|
|
}
|
|
.btn-primary.disabled:hover,
|
|
.btn-primary[disabled]:hover,
|
|
fieldset[disabled] .btn-primary:hover,
|
|
.btn-primary.disabled:focus,
|
|
.btn-primary[disabled]:focus,
|
|
fieldset[disabled] .btn-primary:focus,
|
|
.btn-primary.disabled.focus,
|
|
.btn-primary[disabled].focus,
|
|
fieldset[disabled] .btn-primary.focus {
|
|
background-color: #21b799;
|
|
border-color: #1da187;
|
|
}
|
|
.btn-primary .badge {
|
|
color: #21b799;
|
|
background-color: #fff;
|
|
}
|
|
.btn-success {
|
|
color: #fff;
|
|
background-color: #50AF51;
|
|
border-color: #489e49;
|
|
}
|
|
.btn-success:focus,
|
|
.btn-success.focus {
|
|
color: #fff;
|
|
background-color: #408c41;
|
|
border-color: #204620;
|
|
}
|
|
.btn-success:hover {
|
|
color: #fff;
|
|
background-color: #408c41;
|
|
border-color: #357435;
|
|
}
|
|
.btn-success:active,
|
|
.btn-success.active,
|
|
.open > .dropdown-toggle.btn-success {
|
|
color: #fff;
|
|
background-color: #408c41;
|
|
border-color: #357435;
|
|
}
|
|
.btn-success:active:hover,
|
|
.btn-success.active:hover,
|
|
.open > .dropdown-toggle.btn-success:hover,
|
|
.btn-success:active:focus,
|
|
.btn-success.active:focus,
|
|
.open > .dropdown-toggle.btn-success:focus,
|
|
.btn-success:active.focus,
|
|
.btn-success.active.focus,
|
|
.open > .dropdown-toggle.btn-success.focus {
|
|
color: #fff;
|
|
background-color: #357335;
|
|
border-color: #204620;
|
|
}
|
|
.btn-success:active,
|
|
.btn-success.active,
|
|
.open > .dropdown-toggle.btn-success {
|
|
background-image: none;
|
|
}
|
|
.btn-success.disabled:hover,
|
|
.btn-success[disabled]:hover,
|
|
fieldset[disabled] .btn-success:hover,
|
|
.btn-success.disabled:focus,
|
|
.btn-success[disabled]:focus,
|
|
fieldset[disabled] .btn-success:focus,
|
|
.btn-success.disabled.focus,
|
|
.btn-success[disabled].focus,
|
|
fieldset[disabled] .btn-success.focus {
|
|
background-color: #50AF51;
|
|
border-color: #489e49;
|
|
}
|
|
.btn-success .badge {
|
|
color: #50AF51;
|
|
background-color: #fff;
|
|
}
|
|
.btn-info {
|
|
color: #fff;
|
|
background-color: #4B9EB6;
|
|
border-color: #438fa5;
|
|
}
|
|
.btn-info:focus,
|
|
.btn-info.focus {
|
|
color: #fff;
|
|
background-color: #3b7f93;
|
|
border-color: #1e404a;
|
|
}
|
|
.btn-info:hover {
|
|
color: #fff;
|
|
background-color: #3b7f93;
|
|
border-color: #316979;
|
|
}
|
|
.btn-info:active,
|
|
.btn-info.active,
|
|
.open > .dropdown-toggle.btn-info {
|
|
color: #fff;
|
|
background-color: #3b7f93;
|
|
border-color: #316979;
|
|
}
|
|
.btn-info:active:hover,
|
|
.btn-info.active:hover,
|
|
.open > .dropdown-toggle.btn-info:hover,
|
|
.btn-info:active:focus,
|
|
.btn-info.active:focus,
|
|
.open > .dropdown-toggle.btn-info:focus,
|
|
.btn-info:active.focus,
|
|
.btn-info.active.focus,
|
|
.open > .dropdown-toggle.btn-info.focus {
|
|
color: #fff;
|
|
background-color: #316979;
|
|
border-color: #1e404a;
|
|
}
|
|
.btn-info:active,
|
|
.btn-info.active,
|
|
.open > .dropdown-toggle.btn-info {
|
|
background-image: none;
|
|
}
|
|
.btn-info.disabled:hover,
|
|
.btn-info[disabled]:hover,
|
|
fieldset[disabled] .btn-info:hover,
|
|
.btn-info.disabled:focus,
|
|
.btn-info[disabled]:focus,
|
|
fieldset[disabled] .btn-info:focus,
|
|
.btn-info.disabled.focus,
|
|
.btn-info[disabled].focus,
|
|
fieldset[disabled] .btn-info.focus {
|
|
background-color: #4B9EB6;
|
|
border-color: #438fa5;
|
|
}
|
|
.btn-info .badge {
|
|
color: #4B9EB6;
|
|
background-color: #fff;
|
|
}
|
|
.btn-warning {
|
|
color: #fff;
|
|
background-color: #F0AD4E;
|
|
border-color: #eea236;
|
|
}
|
|
.btn-warning:focus,
|
|
.btn-warning.focus {
|
|
color: #fff;
|
|
background-color: #ec971f;
|
|
border-color: #985f0d;
|
|
}
|
|
.btn-warning:hover {
|
|
color: #fff;
|
|
background-color: #ec971f;
|
|
border-color: #d58512;
|
|
}
|
|
.btn-warning:active,
|
|
.btn-warning.active,
|
|
.open > .dropdown-toggle.btn-warning {
|
|
color: #fff;
|
|
background-color: #ec971f;
|
|
border-color: #d58512;
|
|
}
|
|
.btn-warning:active:hover,
|
|
.btn-warning.active:hover,
|
|
.open > .dropdown-toggle.btn-warning:hover,
|
|
.btn-warning:active:focus,
|
|
.btn-warning.active:focus,
|
|
.open > .dropdown-toggle.btn-warning:focus,
|
|
.btn-warning:active.focus,
|
|
.btn-warning.active.focus,
|
|
.open > .dropdown-toggle.btn-warning.focus {
|
|
color: #fff;
|
|
background-color: #d58512;
|
|
border-color: #985f0d;
|
|
}
|
|
.btn-warning:active,
|
|
.btn-warning.active,
|
|
.open > .dropdown-toggle.btn-warning {
|
|
background-image: none;
|
|
}
|
|
.btn-warning.disabled:hover,
|
|
.btn-warning[disabled]:hover,
|
|
fieldset[disabled] .btn-warning:hover,
|
|
.btn-warning.disabled:focus,
|
|
.btn-warning[disabled]:focus,
|
|
fieldset[disabled] .btn-warning:focus,
|
|
.btn-warning.disabled.focus,
|
|
.btn-warning[disabled].focus,
|
|
fieldset[disabled] .btn-warning.focus {
|
|
background-color: #F0AD4E;
|
|
border-color: #eea236;
|
|
}
|
|
.btn-warning .badge {
|
|
color: #F0AD4E;
|
|
background-color: #fff;
|
|
}
|
|
.btn-danger {
|
|
color: #fff;
|
|
background-color: #D9534F;
|
|
border-color: #d43f3a;
|
|
}
|
|
.btn-danger:focus,
|
|
.btn-danger.focus {
|
|
color: #fff;
|
|
background-color: #c9302c;
|
|
border-color: #761c19;
|
|
}
|
|
.btn-danger:hover {
|
|
color: #fff;
|
|
background-color: #c9302c;
|
|
border-color: #ac2925;
|
|
}
|
|
.btn-danger:active,
|
|
.btn-danger.active,
|
|
.open > .dropdown-toggle.btn-danger {
|
|
color: #fff;
|
|
background-color: #c9302c;
|
|
border-color: #ac2925;
|
|
}
|
|
.btn-danger:active:hover,
|
|
.btn-danger.active:hover,
|
|
.open > .dropdown-toggle.btn-danger:hover,
|
|
.btn-danger:active:focus,
|
|
.btn-danger.active:focus,
|
|
.open > .dropdown-toggle.btn-danger:focus,
|
|
.btn-danger:active.focus,
|
|
.btn-danger.active.focus,
|
|
.open > .dropdown-toggle.btn-danger.focus {
|
|
color: #fff;
|
|
background-color: #ac2925;
|
|
border-color: #761c19;
|
|
}
|
|
.btn-danger:active,
|
|
.btn-danger.active,
|
|
.open > .dropdown-toggle.btn-danger {
|
|
background-image: none;
|
|
}
|
|
.btn-danger.disabled:hover,
|
|
.btn-danger[disabled]:hover,
|
|
fieldset[disabled] .btn-danger:hover,
|
|
.btn-danger.disabled:focus,
|
|
.btn-danger[disabled]:focus,
|
|
fieldset[disabled] .btn-danger:focus,
|
|
.btn-danger.disabled.focus,
|
|
.btn-danger[disabled].focus,
|
|
fieldset[disabled] .btn-danger.focus {
|
|
background-color: #D9534F;
|
|
border-color: #d43f3a;
|
|
}
|
|
.btn-danger .badge {
|
|
color: #D9534F;
|
|
background-color: #fff;
|
|
}
|
|
.btn-link {
|
|
color: #875A7B;
|
|
font-weight: normal;
|
|
border-radius: 0;
|
|
}
|
|
.btn-link,
|
|
.btn-link:active,
|
|
.btn-link.active,
|
|
.btn-link[disabled],
|
|
fieldset[disabled] .btn-link {
|
|
background-color: transparent;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.btn-link,
|
|
.btn-link:hover,
|
|
.btn-link:focus,
|
|
.btn-link:active {
|
|
border-color: transparent;
|
|
}
|
|
.btn-link:hover,
|
|
.btn-link:focus {
|
|
color: #c2e2fc;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
}
|
|
.btn-link[disabled]:hover,
|
|
fieldset[disabled] .btn-link:hover,
|
|
.btn-link[disabled]:focus,
|
|
fieldset[disabled] .btn-link:focus {
|
|
color: #dcddde;
|
|
text-decoration: none;
|
|
}
|
|
.btn-lg,
|
|
.btn-group-lg > .btn {
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
line-height: 1.3333333;
|
|
border-radius: 6px;
|
|
}
|
|
.btn-sm,
|
|
.btn-group-sm > .btn {
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
.btn-xs,
|
|
.btn-group-xs > .btn {
|
|
padding: 1px 5px;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
border-radius: 3px;
|
|
}
|
|
.btn-block {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.btn-block + .btn-block {
|
|
margin-top: 5px;
|
|
}
|
|
input[type="submit"].btn-block,
|
|
input[type="reset"].btn-block,
|
|
input[type="button"].btn-block {
|
|
width: 100%;
|
|
}
|
|
.fade {
|
|
opacity: 0;
|
|
-webkit-transition: opacity 0.15s linear;
|
|
-o-transition: opacity 0.15s linear;
|
|
transition: opacity 0.15s linear;
|
|
}
|
|
.fade.in {
|
|
opacity: 1;
|
|
}
|
|
.collapse {
|
|
display: none;
|
|
}
|
|
.collapse.in {
|
|
display: block;
|
|
}
|
|
tr.collapse.in {
|
|
display: table-row;
|
|
}
|
|
tbody.collapse.in {
|
|
display: table-row-group;
|
|
}
|
|
.collapsing {
|
|
position: relative;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition-property: height, visibility;
|
|
transition-property: height, visibility;
|
|
-webkit-transition-duration: 0.35s;
|
|
transition-duration: 0.35s;
|
|
-webkit-transition-timing-function: ease;
|
|
transition-timing-function: ease;
|
|
}
|
|
.caret {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0;
|
|
margin-left: 2px;
|
|
vertical-align: middle;
|
|
border-top: 4px dashed;
|
|
border-top: 4px solid \9;
|
|
border-right: 4px solid transparent;
|
|
border-left: 4px solid transparent;
|
|
}
|
|
.dropup,
|
|
.dropdown {
|
|
position: relative;
|
|
}
|
|
.dropdown-toggle:focus {
|
|
outline: 0;
|
|
}
|
|
.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;
|
|
font-size: 16px;
|
|
text-align: left;
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
background-clip: padding-box;
|
|
}
|
|
.dropdown-menu.pull-right {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.dropdown-menu .divider {
|
|
height: 1px;
|
|
margin: 10px 0;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
}
|
|
.dropdown-menu > li > a {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
clear: both;
|
|
font-weight: normal;
|
|
line-height: 1.42857143;
|
|
color: #6B6D70;
|
|
white-space: nowrap;
|
|
}
|
|
.dropdown-menu > li > a:hover,
|
|
.dropdown-menu > li > a:focus {
|
|
text-decoration: none;
|
|
color: #5f6063;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.dropdown-menu > .active > a,
|
|
.dropdown-menu > .active > a:hover,
|
|
.dropdown-menu > .active > a:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
outline: 0;
|
|
background-color: #21b799;
|
|
}
|
|
.dropdown-menu > .disabled > a,
|
|
.dropdown-menu > .disabled > a:hover,
|
|
.dropdown-menu > .disabled > a:focus {
|
|
color: #dcddde;
|
|
}
|
|
.dropdown-menu > .disabled > a:hover,
|
|
.dropdown-menu > .disabled > a:focus {
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
cursor: not-allowed;
|
|
}
|
|
.open > .dropdown-menu {
|
|
display: block;
|
|
}
|
|
.open > a {
|
|
outline: 0;
|
|
}
|
|
.dropdown-menu-right {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.dropdown-menu-left {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
.dropdown-header {
|
|
display: block;
|
|
padding: 3px 20px;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
color: #dcddde;
|
|
white-space: nowrap;
|
|
}
|
|
.dropdown-backdrop {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
z-index: 990;
|
|
}
|
|
.pull-right > .dropdown-menu {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.dropup .caret,
|
|
.navbar-fixed-bottom .dropdown .caret {
|
|
border-top: 0;
|
|
border-bottom: 4px dashed;
|
|
border-bottom: 4px solid \9;
|
|
content: "";
|
|
}
|
|
.dropup .dropdown-menu,
|
|
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
|
top: auto;
|
|
bottom: 100%;
|
|
margin-bottom: 2px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-right .dropdown-menu {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.navbar-right .dropdown-menu-left {
|
|
left: 0;
|
|
right: auto;
|
|
}
|
|
}
|
|
.btn-group,
|
|
.btn-group-vertical {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.btn-group > .btn,
|
|
.btn-group-vertical > .btn {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
.btn-group > .btn:hover,
|
|
.btn-group-vertical > .btn:hover,
|
|
.btn-group > .btn:focus,
|
|
.btn-group-vertical > .btn:focus,
|
|
.btn-group > .btn:active,
|
|
.btn-group-vertical > .btn:active,
|
|
.btn-group > .btn.active,
|
|
.btn-group-vertical > .btn.active {
|
|
z-index: 2;
|
|
}
|
|
.btn-group .btn + .btn,
|
|
.btn-group .btn + .btn-group,
|
|
.btn-group .btn-group + .btn,
|
|
.btn-group .btn-group + .btn-group {
|
|
margin-left: -1px;
|
|
}
|
|
.btn-toolbar {
|
|
margin-left: -5px;
|
|
}
|
|
.btn-toolbar .btn,
|
|
.btn-toolbar .btn-group,
|
|
.btn-toolbar .input-group {
|
|
float: left;
|
|
}
|
|
.btn-toolbar > .btn,
|
|
.btn-toolbar > .btn-group,
|
|
.btn-toolbar > .input-group {
|
|
margin-left: 5px;
|
|
}
|
|
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
|
|
border-radius: 0;
|
|
}
|
|
.btn-group > .btn:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.btn-group > .btn:last-child:not(:first-child),
|
|
.btn-group > .dropdown-toggle:not(:first-child) {
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.btn-group > .btn-group {
|
|
float: left;
|
|
}
|
|
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
|
|
border-radius: 0;
|
|
}
|
|
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
|
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.btn-group .dropdown-toggle:active,
|
|
.btn-group.open .dropdown-toggle {
|
|
outline: 0;
|
|
}
|
|
.btn-group > .btn + .dropdown-toggle {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
.btn-group > .btn-lg + .dropdown-toggle {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
.btn-group.open .dropdown-toggle {
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
}
|
|
.btn-group.open .dropdown-toggle.btn-link {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
.btn .caret {
|
|
margin-left: 0;
|
|
}
|
|
.btn-lg .caret {
|
|
border-width: 5px 5px 0;
|
|
border-bottom-width: 0;
|
|
}
|
|
.dropup .btn-lg .caret {
|
|
border-width: 0 5px 5px;
|
|
}
|
|
.btn-group-vertical > .btn,
|
|
.btn-group-vertical > .btn-group,
|
|
.btn-group-vertical > .btn-group > .btn {
|
|
display: block;
|
|
float: none;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
.btn-group-vertical > .btn-group > .btn {
|
|
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:not(:first-child):not(:last-child) {
|
|
border-radius: 0;
|
|
}
|
|
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
}
|
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
|
border-radius: 0;
|
|
}
|
|
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
|
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.btn-group-justified {
|
|
display: table;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
border-collapse: separate;
|
|
}
|
|
.btn-group-justified > .btn,
|
|
.btn-group-justified > .btn-group {
|
|
float: none;
|
|
display: table-cell;
|
|
width: 1%;
|
|
}
|
|
.btn-group-justified > .btn-group .btn {
|
|
width: 100%;
|
|
}
|
|
.btn-group-justified > .btn-group .dropdown-menu {
|
|
left: auto;
|
|
}
|
|
[data-toggle="buttons"] > .btn input[type="radio"],
|
|
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
|
|
[data-toggle="buttons"] > .btn input[type="checkbox"],
|
|
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
|
|
position: absolute;
|
|
clip: rect(0, 0, 0, 0);
|
|
pointer-events: none;
|
|
}
|
|
.input-group {
|
|
position: relative;
|
|
display: table;
|
|
border-collapse: separate;
|
|
}
|
|
.input-group[class*="col-"] {
|
|
float: none;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.input-group .form-control {
|
|
position: relative;
|
|
z-index: 2;
|
|
float: left;
|
|
width: 100%;
|
|
margin-bottom: 0;
|
|
}
|
|
.input-group .form-control:focus {
|
|
z-index: 3;
|
|
}
|
|
.input-group-lg > .form-control,
|
|
.input-group-lg > .input-group-addon,
|
|
.input-group-lg > .input-group-btn > .btn {
|
|
height: 49px;
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
line-height: 1.3333333;
|
|
border-radius: 6px;
|
|
}
|
|
select.input-group-lg > .form-control,
|
|
select.input-group-lg > .input-group-addon,
|
|
select.input-group-lg > .input-group-btn > .btn {
|
|
height: 49px;
|
|
line-height: 49px;
|
|
}
|
|
textarea.input-group-lg > .form-control,
|
|
textarea.input-group-lg > .input-group-addon,
|
|
textarea.input-group-lg > .input-group-btn > .btn,
|
|
select[multiple].input-group-lg > .form-control,
|
|
select[multiple].input-group-lg > .input-group-addon,
|
|
select[multiple].input-group-lg > .input-group-btn > .btn {
|
|
height: auto;
|
|
}
|
|
.input-group-sm > .form-control,
|
|
.input-group-sm > .input-group-addon,
|
|
.input-group-sm > .input-group-btn > .btn {
|
|
height: 33px;
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
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 {
|
|
height: 33px;
|
|
line-height: 33px;
|
|
}
|
|
textarea.input-group-sm > .form-control,
|
|
textarea.input-group-sm > .input-group-addon,
|
|
textarea.input-group-sm > .input-group-btn > .btn,
|
|
select[multiple].input-group-sm > .form-control,
|
|
select[multiple].input-group-sm > .input-group-addon,
|
|
select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
height: auto;
|
|
}
|
|
.input-group-addon,
|
|
.input-group-btn,
|
|
.input-group .form-control {
|
|
display: table-cell;
|
|
}
|
|
.input-group-addon:not(:first-child):not(:last-child),
|
|
.input-group-btn:not(:first-child):not(:last-child),
|
|
.input-group .form-control:not(:first-child):not(:last-child) {
|
|
border-radius: 0;
|
|
}
|
|
.input-group-addon,
|
|
.input-group-btn {
|
|
width: 1%;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
}
|
|
.input-group-addon {
|
|
padding: 6px 12px;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
color: #888888;
|
|
text-align: center;
|
|
background-color: #F2F2F2;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
}
|
|
.input-group-addon.input-sm {
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
border-radius: 3px;
|
|
}
|
|
.input-group-addon.input-lg {
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
border-radius: 6px;
|
|
}
|
|
.input-group-addon input[type="radio"],
|
|
.input-group-addon input[type="checkbox"] {
|
|
margin-top: 0;
|
|
}
|
|
.input-group .form-control:first-child,
|
|
.input-group-addon:first-child,
|
|
.input-group-btn:first-child > .btn,
|
|
.input-group-btn:first-child > .btn-group > .btn,
|
|
.input-group-btn:first-child > .dropdown-toggle,
|
|
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
|
|
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
|
|
border-bottom-right-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.input-group-addon:first-child {
|
|
border-right: 0;
|
|
}
|
|
.input-group .form-control:last-child,
|
|
.input-group-addon:last-child,
|
|
.input-group-btn:last-child > .btn,
|
|
.input-group-btn:last-child > .btn-group > .btn,
|
|
.input-group-btn:last-child > .dropdown-toggle,
|
|
.input-group-btn:first-child > .btn:not(:first-child),
|
|
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.input-group-addon:last-child {
|
|
border-left: 0;
|
|
}
|
|
.input-group-btn {
|
|
position: relative;
|
|
font-size: 0;
|
|
white-space: nowrap;
|
|
}
|
|
.input-group-btn > .btn {
|
|
position: relative;
|
|
}
|
|
.input-group-btn > .btn + .btn {
|
|
margin-left: -1px;
|
|
}
|
|
.input-group-btn > .btn:hover,
|
|
.input-group-btn > .btn:focus,
|
|
.input-group-btn > .btn:active {
|
|
z-index: 2;
|
|
}
|
|
.input-group-btn:first-child > .btn,
|
|
.input-group-btn:first-child > .btn-group {
|
|
margin-right: -1px;
|
|
}
|
|
.input-group-btn:last-child > .btn,
|
|
.input-group-btn:last-child > .btn-group {
|
|
z-index: 2;
|
|
margin-left: -1px;
|
|
}
|
|
.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:hover,
|
|
.nav > li > a:focus {
|
|
text-decoration: none;
|
|
background-color: #F2F2F2;
|
|
}
|
|
.nav > li.disabled > a {
|
|
color: #dcddde;
|
|
}
|
|
.nav > li.disabled > a:hover,
|
|
.nav > li.disabled > a:focus {
|
|
color: #dcddde;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
cursor: not-allowed;
|
|
}
|
|
.nav .open > a,
|
|
.nav .open > a:hover,
|
|
.nav .open > a:focus {
|
|
background-color: #F2F2F2;
|
|
border-color: #875A7B;
|
|
}
|
|
.nav .nav-divider {
|
|
height: 1px;
|
|
margin: 10px 0;
|
|
overflow: hidden;
|
|
background-color: #e5e5e5;
|
|
}
|
|
.nav > li > a > img {
|
|
max-width: none;
|
|
}
|
|
.nav-tabs {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.nav-tabs > li {
|
|
float: left;
|
|
margin-bottom: -1px;
|
|
}
|
|
.nav-tabs > li > a {
|
|
margin-right: 2px;
|
|
line-height: 1.42857143;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
.nav-tabs > li > a:hover {
|
|
border-color: #F2F2F2 #F2F2F2 #ddd;
|
|
}
|
|
.nav-tabs > li.active > a,
|
|
.nav-tabs > li.active > a:hover,
|
|
.nav-tabs > li.active > a:focus {
|
|
color: #888888;
|
|
background-color: #F9F9F9;
|
|
border: 1px solid #ddd;
|
|
border-bottom-color: transparent;
|
|
cursor: default;
|
|
}
|
|
.nav-tabs.nav-justified {
|
|
width: 100%;
|
|
border-bottom: 0;
|
|
}
|
|
.nav-tabs.nav-justified > li {
|
|
float: none;
|
|
}
|
|
.nav-tabs.nav-justified > li > a {
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
|
|
top: auto;
|
|
left: auto;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.nav-tabs.nav-justified > li {
|
|
display: table-cell;
|
|
width: 1%;
|
|
}
|
|
.nav-tabs.nav-justified > li > a {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.nav-tabs.nav-justified > li > a {
|
|
margin-right: 0;
|
|
border-radius: 4px;
|
|
}
|
|
.nav-tabs.nav-justified > .active > a,
|
|
.nav-tabs.nav-justified > .active > a:hover,
|
|
.nav-tabs.nav-justified > .active > a:focus {
|
|
border: 1px solid #ddd;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.nav-tabs.nav-justified > li > a {
|
|
border-bottom: 1px solid #ddd;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
.nav-tabs.nav-justified > .active > a,
|
|
.nav-tabs.nav-justified > .active > a:hover,
|
|
.nav-tabs.nav-justified > .active > a:focus {
|
|
border-bottom-color: #F9F9F9;
|
|
}
|
|
}
|
|
.nav-pills > li {
|
|
float: left;
|
|
}
|
|
.nav-pills > li > a {
|
|
border-radius: 4px;
|
|
}
|
|
.nav-pills > li + li {
|
|
margin-left: 2px;
|
|
}
|
|
.nav-pills > li.active > a,
|
|
.nav-pills > li.active > a:hover,
|
|
.nav-pills > li.active > a:focus {
|
|
color: #fff;
|
|
background-color: #21b799;
|
|
}
|
|
.nav-stacked > li {
|
|
float: none;
|
|
}
|
|
.nav-stacked > li + li {
|
|
margin-top: 2px;
|
|
margin-left: 0;
|
|
}
|
|
.nav-justified {
|
|
width: 100%;
|
|
}
|
|
.nav-justified > li {
|
|
float: none;
|
|
}
|
|
.nav-justified > li > a {
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
.nav-justified > .dropdown .dropdown-menu {
|
|
top: auto;
|
|
left: auto;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.nav-justified > li {
|
|
display: table-cell;
|
|
width: 1%;
|
|
}
|
|
.nav-justified > li > a {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.nav-tabs-justified {
|
|
border-bottom: 0;
|
|
}
|
|
.nav-tabs-justified > li > a {
|
|
margin-right: 0;
|
|
border-radius: 4px;
|
|
}
|
|
.nav-tabs-justified > .active > a,
|
|
.nav-tabs-justified > .active > a:hover,
|
|
.nav-tabs-justified > .active > a:focus {
|
|
border: 1px solid #ddd;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.nav-tabs-justified > li > a {
|
|
border-bottom: 1px solid #ddd;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
.nav-tabs-justified > .active > a,
|
|
.nav-tabs-justified > .active > a:hover,
|
|
.nav-tabs-justified > .active > a:focus {
|
|
border-bottom-color: #F9F9F9;
|
|
}
|
|
}
|
|
.tab-content > .tab-pane {
|
|
display: none;
|
|
}
|
|
.tab-content > .active {
|
|
display: block;
|
|
}
|
|
.nav-tabs .dropdown-menu {
|
|
margin-top: -1px;
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.navbar {
|
|
position: relative;
|
|
min-height: 50px;
|
|
margin-bottom: 22px;
|
|
border: 1px solid transparent;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar {
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-header {
|
|
float: left;
|
|
}
|
|
}
|
|
.navbar-collapse {
|
|
overflow-x: visible;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
border-top: 1px solid transparent;
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.navbar-collapse.in {
|
|
overflow-y: auto;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-collapse {
|
|
width: auto;
|
|
border-top: 0;
|
|
box-shadow: none;
|
|
}
|
|
.navbar-collapse.collapse {
|
|
display: block !important;
|
|
height: auto !important;
|
|
padding-bottom: 0;
|
|
overflow: visible !important;
|
|
}
|
|
.navbar-collapse.in {
|
|
overflow-y: visible;
|
|
}
|
|
.navbar-fixed-top .navbar-collapse,
|
|
.navbar-static-top .navbar-collapse,
|
|
.navbar-fixed-bottom .navbar-collapse {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
.navbar-fixed-top .navbar-collapse,
|
|
.navbar-fixed-bottom .navbar-collapse {
|
|
max-height: 340px;
|
|
}
|
|
@media (max-device-width: 480px) and (orientation: landscape) {
|
|
.navbar-fixed-top .navbar-collapse,
|
|
.navbar-fixed-bottom .navbar-collapse {
|
|
max-height: 200px;
|
|
}
|
|
}
|
|
.container > .navbar-header,
|
|
.container-fluid > .navbar-header,
|
|
.container > .navbar-collapse,
|
|
.container-fluid > .navbar-collapse {
|
|
margin-right: -15px;
|
|
margin-left: -15px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.container > .navbar-header,
|
|
.container-fluid > .navbar-header,
|
|
.container > .navbar-collapse,
|
|
.container-fluid > .navbar-collapse {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
.navbar-static-top {
|
|
z-index: 1000;
|
|
border-width: 0 0 1px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-static-top {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
.navbar-fixed-top,
|
|
.navbar-fixed-bottom {
|
|
position: fixed;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 1030;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-fixed-top,
|
|
.navbar-fixed-bottom {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
.navbar-fixed-top {
|
|
top: 0;
|
|
border-width: 0 0 1px;
|
|
}
|
|
.navbar-fixed-bottom {
|
|
bottom: 0;
|
|
margin-bottom: 0;
|
|
border-width: 1px 0 0;
|
|
}
|
|
.navbar-brand {
|
|
float: left;
|
|
padding: 14px 15px;
|
|
font-size: 20px;
|
|
line-height: 22px;
|
|
height: 50px;
|
|
}
|
|
.navbar-brand:hover,
|
|
.navbar-brand:focus {
|
|
text-decoration: none;
|
|
}
|
|
.navbar-brand > img {
|
|
display: block;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar > .container .navbar-brand,
|
|
.navbar > .container-fluid .navbar-brand {
|
|
margin-left: -15px;
|
|
}
|
|
}
|
|
.navbar-toggle {
|
|
position: relative;
|
|
float: right;
|
|
margin-right: 15px;
|
|
padding: 9px 10px;
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
background-color: transparent;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
.navbar-toggle:focus {
|
|
outline: 0;
|
|
}
|
|
.navbar-toggle .icon-bar {
|
|
display: block;
|
|
width: 22px;
|
|
height: 2px;
|
|
border-radius: 1px;
|
|
}
|
|
.navbar-toggle .icon-bar + .icon-bar {
|
|
margin-top: 4px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-toggle {
|
|
display: none;
|
|
}
|
|
}
|
|
.navbar-nav {
|
|
margin: 7px -15px;
|
|
}
|
|
.navbar-nav > li > a {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
line-height: 22px;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.navbar-nav .open .dropdown-menu {
|
|
position: static;
|
|
float: none;
|
|
width: auto;
|
|
margin-top: 0;
|
|
background-color: transparent;
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
.navbar-nav .open .dropdown-menu > li > a,
|
|
.navbar-nav .open .dropdown-menu .dropdown-header {
|
|
padding: 5px 15px 5px 25px;
|
|
}
|
|
.navbar-nav .open .dropdown-menu > li > a {
|
|
line-height: 22px;
|
|
}
|
|
.navbar-nav .open .dropdown-menu > li > a:hover,
|
|
.navbar-nav .open .dropdown-menu > li > a:focus {
|
|
background-image: none;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-nav {
|
|
float: left;
|
|
margin: 0;
|
|
}
|
|
.navbar-nav > li {
|
|
float: left;
|
|
}
|
|
.navbar-nav > li > a {
|
|
padding-top: 14px;
|
|
padding-bottom: 14px;
|
|
}
|
|
}
|
|
.navbar-form {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
padding: 10px 15px;
|
|
border-top: 1px solid transparent;
|
|
border-bottom: 1px solid transparent;
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
|
margin-top: 7px;
|
|
margin-bottom: 7px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-form .form-group {
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.navbar-form .form-control {
|
|
display: inline-block;
|
|
width: auto;
|
|
vertical-align: middle;
|
|
}
|
|
.navbar-form .form-control-static {
|
|
display: inline-block;
|
|
}
|
|
.navbar-form .input-group {
|
|
display: inline-table;
|
|
vertical-align: middle;
|
|
}
|
|
.navbar-form .input-group .input-group-addon,
|
|
.navbar-form .input-group .input-group-btn,
|
|
.navbar-form .input-group .form-control {
|
|
width: auto;
|
|
}
|
|
.navbar-form .input-group > .form-control {
|
|
width: 100%;
|
|
}
|
|
.navbar-form .control-label {
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.navbar-form .radio,
|
|
.navbar-form .checkbox {
|
|
display: inline-block;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
vertical-align: middle;
|
|
}
|
|
.navbar-form .radio label,
|
|
.navbar-form .checkbox label {
|
|
padding-left: 0;
|
|
}
|
|
.navbar-form .radio input[type="radio"],
|
|
.navbar-form .checkbox input[type="checkbox"] {
|
|
position: relative;
|
|
margin-left: 0;
|
|
}
|
|
.navbar-form .has-feedback .form-control-feedback {
|
|
top: 0;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.navbar-form .form-group {
|
|
margin-bottom: 5px;
|
|
}
|
|
.navbar-form .form-group:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-form {
|
|
width: auto;
|
|
border: 0;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
.navbar-nav > li > .dropdown-menu {
|
|
margin-top: 0;
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
|
margin-bottom: 0;
|
|
border-top-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.navbar-btn {
|
|
margin-top: 7px;
|
|
margin-bottom: 7px;
|
|
}
|
|
.navbar-btn.btn-sm {
|
|
margin-top: 8.5px;
|
|
margin-bottom: 8.5px;
|
|
}
|
|
.navbar-btn.btn-xs {
|
|
margin-top: 14px;
|
|
margin-bottom: 14px;
|
|
}
|
|
.navbar-text {
|
|
margin-top: 14px;
|
|
margin-bottom: 14px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-text {
|
|
float: left;
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.navbar-left {
|
|
float: left !important;
|
|
}
|
|
.navbar-right {
|
|
float: right !important;
|
|
margin-right: -15px;
|
|
}
|
|
.navbar-right ~ .navbar-right {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
.navbar-default {
|
|
background-color: #f8f8f8;
|
|
border-color: #e7e7e7;
|
|
}
|
|
.navbar-default .navbar-brand {
|
|
color: #777;
|
|
}
|
|
.navbar-default .navbar-brand:hover,
|
|
.navbar-default .navbar-brand:focus {
|
|
color: #5e5e5e;
|
|
background-color: transparent;
|
|
}
|
|
.navbar-default .navbar-text {
|
|
color: #777;
|
|
}
|
|
.navbar-default .navbar-nav > li > a {
|
|
color: #777;
|
|
}
|
|
.navbar-default .navbar-nav > li > a:hover,
|
|
.navbar-default .navbar-nav > li > a:focus {
|
|
color: #333;
|
|
background-color: transparent;
|
|
}
|
|
.navbar-default .navbar-nav > .active > a,
|
|
.navbar-default .navbar-nav > .active > a:hover,
|
|
.navbar-default .navbar-nav > .active > a:focus {
|
|
color: #555;
|
|
background-color: #e7e7e7;
|
|
}
|
|
.navbar-default .navbar-nav > .disabled > a,
|
|
.navbar-default .navbar-nav > .disabled > a:hover,
|
|
.navbar-default .navbar-nav > .disabled > a:focus {
|
|
color: #ccc;
|
|
background-color: transparent;
|
|
}
|
|
.navbar-default .navbar-toggle {
|
|
border-color: #ddd;
|
|
}
|
|
.navbar-default .navbar-toggle:hover,
|
|
.navbar-default .navbar-toggle:focus {
|
|
background-color: #ddd;
|
|
}
|
|
.navbar-default .navbar-toggle .icon-bar {
|
|
background-color: #888;
|
|
}
|
|
.navbar-default .navbar-collapse,
|
|
.navbar-default .navbar-form {
|
|
border-color: #e7e7e7;
|
|
}
|
|
.navbar-default .navbar-nav > .open > a,
|
|
.navbar-default .navbar-nav > .open > a:hover,
|
|
.navbar-default .navbar-nav > .open > a:focus {
|
|
background-color: #e7e7e7;
|
|
color: #555;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
|
|
color: #777;
|
|
}
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
|
|
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
|
|
color: #333;
|
|
background-color: transparent;
|
|
}
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
|
|
color: #555;
|
|
background-color: #e7e7e7;
|
|
}
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
|
color: #ccc;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
.navbar-default .navbar-link {
|
|
color: #777;
|
|
}
|
|
.navbar-default .navbar-link:hover {
|
|
color: #333;
|
|
}
|
|
.navbar-default .btn-link {
|
|
color: #777;
|
|
}
|
|
.navbar-default .btn-link:hover,
|
|
.navbar-default .btn-link:focus {
|
|
color: #333;
|
|
}
|
|
.navbar-default .btn-link[disabled]:hover,
|
|
fieldset[disabled] .navbar-default .btn-link:hover,
|
|
.navbar-default .btn-link[disabled]:focus,
|
|
fieldset[disabled] .navbar-default .btn-link:focus {
|
|
color: #ccc;
|
|
}
|
|
.navbar-inverse {
|
|
background-color: #222;
|
|
border-color: #080808;
|
|
}
|
|
.navbar-inverse .navbar-brand {
|
|
color: #ffffff;
|
|
}
|
|
.navbar-inverse .navbar-brand:hover,
|
|
.navbar-inverse .navbar-brand:focus {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
.navbar-inverse .navbar-text {
|
|
color: #ffffff;
|
|
}
|
|
.navbar-inverse .navbar-nav > li > a {
|
|
color: #ffffff;
|
|
}
|
|
.navbar-inverse .navbar-nav > li > a:hover,
|
|
.navbar-inverse .navbar-nav > li > a:focus {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
.navbar-inverse .navbar-nav > .active > a,
|
|
.navbar-inverse .navbar-nav > .active > a:hover,
|
|
.navbar-inverse .navbar-nav > .active > a:focus {
|
|
color: #fff;
|
|
background-color: #080808;
|
|
}
|
|
.navbar-inverse .navbar-nav > .disabled > a,
|
|
.navbar-inverse .navbar-nav > .disabled > a:hover,
|
|
.navbar-inverse .navbar-nav > .disabled > a:focus {
|
|
color: #444;
|
|
background-color: transparent;
|
|
}
|
|
.navbar-inverse .navbar-toggle {
|
|
border-color: #333;
|
|
}
|
|
.navbar-inverse .navbar-toggle:hover,
|
|
.navbar-inverse .navbar-toggle:focus {
|
|
background-color: #333;
|
|
}
|
|
.navbar-inverse .navbar-toggle .icon-bar {
|
|
background-color: #fff;
|
|
}
|
|
.navbar-inverse .navbar-collapse,
|
|
.navbar-inverse .navbar-form {
|
|
border-color: #101010;
|
|
}
|
|
.navbar-inverse .navbar-nav > .open > a,
|
|
.navbar-inverse .navbar-nav > .open > a:hover,
|
|
.navbar-inverse .navbar-nav > .open > a:focus {
|
|
background-color: #080808;
|
|
color: #fff;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
|
|
border-color: #080808;
|
|
}
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
|
|
background-color: #080808;
|
|
}
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
|
|
color: #ffffff;
|
|
}
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
|
|
color: #fff;
|
|
background-color: #080808;
|
|
}
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
|
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
|
color: #444;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
.navbar-inverse .navbar-link {
|
|
color: #ffffff;
|
|
}
|
|
.navbar-inverse .navbar-link:hover {
|
|
color: #fff;
|
|
}
|
|
.navbar-inverse .btn-link {
|
|
color: #ffffff;
|
|
}
|
|
.navbar-inverse .btn-link:hover,
|
|
.navbar-inverse .btn-link:focus {
|
|
color: #fff;
|
|
}
|
|
.navbar-inverse .btn-link[disabled]:hover,
|
|
fieldset[disabled] .navbar-inverse .btn-link:hover,
|
|
.navbar-inverse .btn-link[disabled]:focus,
|
|
fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
color: #444;
|
|
}
|
|
.breadcrumb {
|
|
padding: 8px 15px;
|
|
margin-bottom: 22px;
|
|
list-style: none;
|
|
background-color: #f5f5f5;
|
|
border-radius: 4px;
|
|
}
|
|
.breadcrumb > li {
|
|
display: inline-block;
|
|
}
|
|
.breadcrumb > li + li:before {
|
|
content: "/\00a0";
|
|
padding: 0 5px;
|
|
color: #ccc;
|
|
}
|
|
.breadcrumb > .active {
|
|
color: #dcddde;
|
|
}
|
|
.pagination {
|
|
display: inline-block;
|
|
padding-left: 0;
|
|
margin: 22px 0;
|
|
border-radius: 4px;
|
|
}
|
|
.pagination > li {
|
|
display: inline;
|
|
}
|
|
.pagination > li > a,
|
|
.pagination > li > span {
|
|
position: relative;
|
|
float: left;
|
|
padding: 6px 12px;
|
|
line-height: 1.42857143;
|
|
text-decoration: none;
|
|
color: #875A7B;
|
|
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:hover,
|
|
.pagination > li > span:hover,
|
|
.pagination > li > a:focus,
|
|
.pagination > li > span:focus {
|
|
z-index: 2;
|
|
color: #c2e2fc;
|
|
background-color: #F2F2F2;
|
|
border-color: #ddd;
|
|
}
|
|
.pagination > .active > a,
|
|
.pagination > .active > span,
|
|
.pagination > .active > a:hover,
|
|
.pagination > .active > span:hover,
|
|
.pagination > .active > a:focus,
|
|
.pagination > .active > span:focus {
|
|
z-index: 3;
|
|
color: #fff;
|
|
background-color: #21b799;
|
|
border-color: #21b799;
|
|
cursor: default;
|
|
}
|
|
.pagination > .disabled > span,
|
|
.pagination > .disabled > span:hover,
|
|
.pagination > .disabled > span:focus,
|
|
.pagination > .disabled > a,
|
|
.pagination > .disabled > a:hover,
|
|
.pagination > .disabled > a:focus {
|
|
color: #dcddde;
|
|
background-color: #fff;
|
|
border-color: #ddd;
|
|
cursor: not-allowed;
|
|
}
|
|
.pagination-lg > li > a,
|
|
.pagination-lg > li > span {
|
|
padding: 10px 16px;
|
|
font-size: 20px;
|
|
line-height: 1.3333333;
|
|
}
|
|
.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: 14px;
|
|
line-height: 1.5;
|
|
}
|
|
.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 {
|
|
padding-left: 0;
|
|
margin: 22px 0;
|
|
list-style: none;
|
|
text-align: center;
|
|
}
|
|
.pager li {
|
|
display: inline;
|
|
}
|
|
.pager li > a,
|
|
.pager li > span {
|
|
display: inline-block;
|
|
padding: 5px 14px;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 15px;
|
|
}
|
|
.pager li > a:hover,
|
|
.pager li > a:focus {
|
|
text-decoration: none;
|
|
background-color: #F2F2F2;
|
|
}
|
|
.pager .next > a,
|
|
.pager .next > span {
|
|
float: right;
|
|
}
|
|
.pager .previous > a,
|
|
.pager .previous > span {
|
|
float: left;
|
|
}
|
|
.pager .disabled > a,
|
|
.pager .disabled > a:hover,
|
|
.pager .disabled > a:focus,
|
|
.pager .disabled > span {
|
|
color: #dcddde;
|
|
background-color: #fff;
|
|
cursor: not-allowed;
|
|
}
|
|
.label {
|
|
display: inline;
|
|
padding: .2em .6em .3em;
|
|
font-size: 75%;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
color: #fff;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: baseline;
|
|
border-radius: .25em;
|
|
}
|
|
a.label:hover,
|
|
a.label:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
.label:empty {
|
|
display: none;
|
|
}
|
|
.btn .label {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
.label-default {
|
|
background-color: #dcddde;
|
|
}
|
|
.label-default[href]:hover,
|
|
.label-default[href]:focus {
|
|
background-color: #c2c4c5;
|
|
}
|
|
.label-primary {
|
|
background-color: #21b799;
|
|
}
|
|
.label-primary[href]:hover,
|
|
.label-primary[href]:focus {
|
|
background-color: #198c75;
|
|
}
|
|
.label-success {
|
|
background-color: #50AF51;
|
|
}
|
|
.label-success[href]:hover,
|
|
.label-success[href]:focus {
|
|
background-color: #408c41;
|
|
}
|
|
.label-info {
|
|
background-color: #4B9EB6;
|
|
}
|
|
.label-info[href]:hover,
|
|
.label-info[href]:focus {
|
|
background-color: #3b7f93;
|
|
}
|
|
.label-warning {
|
|
background-color: #F0AD4E;
|
|
}
|
|
.label-warning[href]:hover,
|
|
.label-warning[href]:focus {
|
|
background-color: #ec971f;
|
|
}
|
|
.label-danger {
|
|
background-color: #D9534F;
|
|
}
|
|
.label-danger[href]:hover,
|
|
.label-danger[href]:focus {
|
|
background-color: #c9302c;
|
|
}
|
|
.badge {
|
|
display: inline-block;
|
|
min-width: 10px;
|
|
padding: 3px 7px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
line-height: 1;
|
|
vertical-align: middle;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
background-color: #dcddde;
|
|
border-radius: 10px;
|
|
}
|
|
.badge:empty {
|
|
display: none;
|
|
}
|
|
.btn .badge {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
.btn-xs .badge,
|
|
.btn-group-xs > .btn .badge {
|
|
top: 0;
|
|
padding: 1px 5px;
|
|
}
|
|
a.badge:hover,
|
|
a.badge:focus {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
.list-group-item.active > .badge,
|
|
.nav-pills > .active > a > .badge {
|
|
color: #875A7B;
|
|
background-color: #fff;
|
|
}
|
|
.list-group-item > .badge {
|
|
float: right;
|
|
}
|
|
.list-group-item > .badge + .badge {
|
|
margin-right: 5px;
|
|
}
|
|
.nav-pills > li > a > .badge {
|
|
margin-left: 3px;
|
|
}
|
|
.jumbotron {
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
color: inherit;
|
|
background-color: #F2F2F2;
|
|
}
|
|
.jumbotron h1,
|
|
.jumbotron .h1 {
|
|
color: inherit;
|
|
}
|
|
.jumbotron p {
|
|
margin-bottom: 15px;
|
|
font-size: 24px;
|
|
font-weight: 200;
|
|
}
|
|
.jumbotron > hr {
|
|
border-top-color: #d9d9d9;
|
|
}
|
|
.container .jumbotron,
|
|
.container-fluid .jumbotron {
|
|
border-radius: 6px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
.jumbotron .container {
|
|
max-width: 100%;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.jumbotron {
|
|
padding-top: 48px;
|
|
padding-bottom: 48px;
|
|
}
|
|
.container .jumbotron,
|
|
.container-fluid .jumbotron {
|
|
padding-left: 60px;
|
|
padding-right: 60px;
|
|
}
|
|
.jumbotron h1,
|
|
.jumbotron .h1 {
|
|
font-size: 72px;
|
|
}
|
|
}
|
|
.thumbnail {
|
|
display: block;
|
|
padding: 4px;
|
|
margin-bottom: 22px;
|
|
line-height: 1.42857143;
|
|
background-color: #F9F9F9;
|
|
border: 1px solid #ddd;
|
|
border-radius: 4px;
|
|
-webkit-transition: border 0.2s ease-in-out;
|
|
-o-transition: border 0.2s ease-in-out;
|
|
transition: border 0.2s ease-in-out;
|
|
}
|
|
.thumbnail > img,
|
|
.thumbnail a > img {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
a.thumbnail:hover,
|
|
a.thumbnail:focus,
|
|
a.thumbnail.active {
|
|
border-color: #875A7B;
|
|
}
|
|
.thumbnail .caption {
|
|
padding: 9px;
|
|
color: #373e42;
|
|
}
|
|
.alert {
|
|
padding: 15px;
|
|
margin-bottom: 22px;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
.alert h4 {
|
|
margin-top: 0;
|
|
color: inherit;
|
|
}
|
|
.alert .alert-link {
|
|
font-weight: bold;
|
|
}
|
|
.alert > p,
|
|
.alert > ul {
|
|
margin-bottom: 0;
|
|
}
|
|
.alert > p + p {
|
|
margin-top: 5px;
|
|
}
|
|
.alert-dismissable,
|
|
.alert-dismissible {
|
|
padding-right: 35px;
|
|
}
|
|
.alert-dismissable .close,
|
|
.alert-dismissible .close {
|
|
position: relative;
|
|
top: -2px;
|
|
right: -21px;
|
|
color: inherit;
|
|
}
|
|
.alert-success {
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
color: #3c763d;
|
|
}
|
|
.alert-success hr {
|
|
border-top-color: #c9e2b3;
|
|
}
|
|
.alert-success .alert-link {
|
|
color: #2b542c;
|
|
}
|
|
.alert-info {
|
|
background-color: #d9edf7;
|
|
border-color: #bce8f1;
|
|
color: #31708f;
|
|
}
|
|
.alert-info hr {
|
|
border-top-color: #a6e1ec;
|
|
}
|
|
.alert-info .alert-link {
|
|
color: #245269;
|
|
}
|
|
.alert-warning {
|
|
background-color: #fcf8e3;
|
|
border-color: #faebcc;
|
|
color: #8a6d3b;
|
|
}
|
|
.alert-warning hr {
|
|
border-top-color: #f7e1b5;
|
|
}
|
|
.alert-warning .alert-link {
|
|
color: #66512c;
|
|
}
|
|
.alert-danger {
|
|
background-color: #f2dede;
|
|
border-color: #ebccd1;
|
|
color: #a94442;
|
|
}
|
|
.alert-danger hr {
|
|
border-top-color: #e4b9c0;
|
|
}
|
|
.alert-danger .alert-link {
|
|
color: #843534;
|
|
}
|
|
@-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: 22px;
|
|
margin-bottom: 22px;
|
|
background-color: #f5f5f5;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.progress-bar {
|
|
float: left;
|
|
width: 0%;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
color: #fff;
|
|
text-align: center;
|
|
background-color: #21b799;
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
-webkit-transition: width 0.6s ease;
|
|
-o-transition: width 0.6s ease;
|
|
transition: width 0.6s ease;
|
|
}
|
|
.progress-striped .progress-bar,
|
|
.progress-bar-striped {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-size: 40px 40px;
|
|
}
|
|
.progress.active .progress-bar,
|
|
.progress-bar.active {
|
|
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
|
-o-animation: progress-bar-stripes 2s linear infinite;
|
|
animation: progress-bar-stripes 2s linear infinite;
|
|
}
|
|
.progress-bar-success {
|
|
background-color: #50AF51;
|
|
}
|
|
.progress-striped .progress-bar-success {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
.progress-bar-info {
|
|
background-color: #4B9EB6;
|
|
}
|
|
.progress-striped .progress-bar-info {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
.progress-bar-warning {
|
|
background-color: #F0AD4E;
|
|
}
|
|
.progress-striped .progress-bar-warning {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
.progress-bar-danger {
|
|
background-color: #D9534F;
|
|
}
|
|
.progress-striped .progress-bar-danger {
|
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
}
|
|
.media {
|
|
margin-top: 15px;
|
|
}
|
|
.media:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.media,
|
|
.media-body {
|
|
zoom: 1;
|
|
overflow: hidden;
|
|
}
|
|
.media-body {
|
|
width: 10000px;
|
|
}
|
|
.media-object {
|
|
display: block;
|
|
}
|
|
.media-object.img-thumbnail {
|
|
max-width: none;
|
|
}
|
|
.media-right,
|
|
.media > .pull-right {
|
|
padding-left: 10px;
|
|
}
|
|
.media-left,
|
|
.media > .pull-left {
|
|
padding-right: 10px;
|
|
}
|
|
.media-left,
|
|
.media-right,
|
|
.media-body {
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
}
|
|
.media-middle {
|
|
vertical-align: middle;
|
|
}
|
|
.media-bottom {
|
|
vertical-align: bottom;
|
|
}
|
|
.media-heading {
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
.media-list {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
.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;
|
|
}
|
|
a.list-group-item,
|
|
button.list-group-item {
|
|
color: #555;
|
|
}
|
|
a.list-group-item .list-group-item-heading,
|
|
button.list-group-item .list-group-item-heading {
|
|
color: #333;
|
|
}
|
|
a.list-group-item:hover,
|
|
button.list-group-item:hover,
|
|
a.list-group-item:focus,
|
|
button.list-group-item:focus {
|
|
text-decoration: none;
|
|
color: #555;
|
|
background-color: #f5f5f5;
|
|
}
|
|
button.list-group-item {
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
.list-group-item.disabled,
|
|
.list-group-item.disabled:hover,
|
|
.list-group-item.disabled:focus {
|
|
background-color: #F2F2F2;
|
|
color: #dcddde;
|
|
cursor: not-allowed;
|
|
}
|
|
.list-group-item.disabled .list-group-item-heading,
|
|
.list-group-item.disabled:hover .list-group-item-heading,
|
|
.list-group-item.disabled:focus .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
.list-group-item.disabled .list-group-item-text,
|
|
.list-group-item.disabled:hover .list-group-item-text,
|
|
.list-group-item.disabled:focus .list-group-item-text {
|
|
color: #dcddde;
|
|
}
|
|
.list-group-item.active,
|
|
.list-group-item.active:hover,
|
|
.list-group-item.active:focus {
|
|
z-index: 2;
|
|
color: #fff;
|
|
background-color: #21b799;
|
|
border-color: #21b799;
|
|
}
|
|
.list-group-item.active .list-group-item-heading,
|
|
.list-group-item.active:hover .list-group-item-heading,
|
|
.list-group-item.active:focus .list-group-item-heading,
|
|
.list-group-item.active .list-group-item-heading > small,
|
|
.list-group-item.active:hover .list-group-item-heading > small,
|
|
.list-group-item.active:focus .list-group-item-heading > small,
|
|
.list-group-item.active .list-group-item-heading > .small,
|
|
.list-group-item.active:hover .list-group-item-heading > .small,
|
|
.list-group-item.active:focus .list-group-item-heading > .small {
|
|
color: inherit;
|
|
}
|
|
.list-group-item.active .list-group-item-text,
|
|
.list-group-item.active:hover .list-group-item-text,
|
|
.list-group-item.active:focus .list-group-item-text {
|
|
color: #b3f1e5;
|
|
}
|
|
.list-group-item-success {
|
|
color: #3c763d;
|
|
background-color: #dff0d8;
|
|
}
|
|
a.list-group-item-success,
|
|
button.list-group-item-success {
|
|
color: #3c763d;
|
|
}
|
|
a.list-group-item-success .list-group-item-heading,
|
|
button.list-group-item-success .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
a.list-group-item-success:hover,
|
|
button.list-group-item-success:hover,
|
|
a.list-group-item-success:focus,
|
|
button.list-group-item-success:focus {
|
|
color: #3c763d;
|
|
background-color: #d0e9c6;
|
|
}
|
|
a.list-group-item-success.active,
|
|
button.list-group-item-success.active,
|
|
a.list-group-item-success.active:hover,
|
|
button.list-group-item-success.active:hover,
|
|
a.list-group-item-success.active:focus,
|
|
button.list-group-item-success.active:focus {
|
|
color: #fff;
|
|
background-color: #3c763d;
|
|
border-color: #3c763d;
|
|
}
|
|
.list-group-item-info {
|
|
color: #31708f;
|
|
background-color: #d9edf7;
|
|
}
|
|
a.list-group-item-info,
|
|
button.list-group-item-info {
|
|
color: #31708f;
|
|
}
|
|
a.list-group-item-info .list-group-item-heading,
|
|
button.list-group-item-info .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
a.list-group-item-info:hover,
|
|
button.list-group-item-info:hover,
|
|
a.list-group-item-info:focus,
|
|
button.list-group-item-info:focus {
|
|
color: #31708f;
|
|
background-color: #c4e3f3;
|
|
}
|
|
a.list-group-item-info.active,
|
|
button.list-group-item-info.active,
|
|
a.list-group-item-info.active:hover,
|
|
button.list-group-item-info.active:hover,
|
|
a.list-group-item-info.active:focus,
|
|
button.list-group-item-info.active:focus {
|
|
color: #fff;
|
|
background-color: #31708f;
|
|
border-color: #31708f;
|
|
}
|
|
.list-group-item-warning {
|
|
color: #8a6d3b;
|
|
background-color: #fcf8e3;
|
|
}
|
|
a.list-group-item-warning,
|
|
button.list-group-item-warning {
|
|
color: #8a6d3b;
|
|
}
|
|
a.list-group-item-warning .list-group-item-heading,
|
|
button.list-group-item-warning .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
a.list-group-item-warning:hover,
|
|
button.list-group-item-warning:hover,
|
|
a.list-group-item-warning:focus,
|
|
button.list-group-item-warning:focus {
|
|
color: #8a6d3b;
|
|
background-color: #faf2cc;
|
|
}
|
|
a.list-group-item-warning.active,
|
|
button.list-group-item-warning.active,
|
|
a.list-group-item-warning.active:hover,
|
|
button.list-group-item-warning.active:hover,
|
|
a.list-group-item-warning.active:focus,
|
|
button.list-group-item-warning.active:focus {
|
|
color: #fff;
|
|
background-color: #8a6d3b;
|
|
border-color: #8a6d3b;
|
|
}
|
|
.list-group-item-danger {
|
|
color: #a94442;
|
|
background-color: #f2dede;
|
|
}
|
|
a.list-group-item-danger,
|
|
button.list-group-item-danger {
|
|
color: #a94442;
|
|
}
|
|
a.list-group-item-danger .list-group-item-heading,
|
|
button.list-group-item-danger .list-group-item-heading {
|
|
color: inherit;
|
|
}
|
|
a.list-group-item-danger:hover,
|
|
button.list-group-item-danger:hover,
|
|
a.list-group-item-danger:focus,
|
|
button.list-group-item-danger:focus {
|
|
color: #a94442;
|
|
background-color: #ebcccc;
|
|
}
|
|
a.list-group-item-danger.active,
|
|
button.list-group-item-danger.active,
|
|
a.list-group-item-danger.active:hover,
|
|
button.list-group-item-danger.active:hover,
|
|
a.list-group-item-danger.active:focus,
|
|
button.list-group-item-danger.active:focus {
|
|
color: #fff;
|
|
background-color: #a94442;
|
|
border-color: #a94442;
|
|
}
|
|
.list-group-item-heading {
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
.list-group-item-text {
|
|
margin-bottom: 0;
|
|
line-height: 1.3;
|
|
}
|
|
.panel {
|
|
margin-bottom: 22px;
|
|
background-color: #fff;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.panel-body {
|
|
padding: 15px;
|
|
}
|
|
.panel-heading {
|
|
padding: 10px 15px;
|
|
border-bottom: 1px solid transparent;
|
|
border-top-right-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.panel-heading > .dropdown .dropdown-toggle {
|
|
color: inherit;
|
|
}
|
|
.panel-title {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
font-size: 18px;
|
|
color: inherit;
|
|
}
|
|
.panel-title > a,
|
|
.panel-title > small,
|
|
.panel-title > .small,
|
|
.panel-title > small > a,
|
|
.panel-title > .small > a {
|
|
color: inherit;
|
|
}
|
|
.panel-footer {
|
|
padding: 10px 15px;
|
|
background-color: #f5f5f5;
|
|
border-top: 1px solid #ddd;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.panel > .list-group,
|
|
.panel > .panel-collapse > .list-group {
|
|
margin-bottom: 0;
|
|
}
|
|
.panel > .list-group .list-group-item,
|
|
.panel > .panel-collapse > .list-group .list-group-item {
|
|
border-width: 1px 0;
|
|
border-radius: 0;
|
|
}
|
|
.panel > .list-group:first-child .list-group-item:first-child,
|
|
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
|
|
border-top: 0;
|
|
border-top-right-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.panel > .list-group:last-child .list-group-item:last-child,
|
|
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
|
|
border-bottom: 0;
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
.panel-heading + .list-group .list-group-item:first-child {
|
|
border-top-width: 0;
|
|
}
|
|
.list-group + .panel-footer {
|
|
border-top-width: 0;
|
|
}
|
|
.panel > .table,
|
|
.panel > .table-responsive > .table,
|
|
.panel > .panel-collapse > .table {
|
|
margin-bottom: 0;
|
|
}
|
|
.panel > .table caption,
|
|
.panel > .table-responsive > .table caption,
|
|
.panel > .panel-collapse > .table caption {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
.panel > .table:first-child,
|
|
.panel > .table-responsive:first-child > .table:first-child {
|
|
border-top-right-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.panel > .table:first-child > thead:first-child > tr:first-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
|
|
.panel > .table:first-child > tbody:first-child > tr:first-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
|
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
|
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
|
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
|
|
border-top-left-radius: 3px;
|
|
}
|
|
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
|
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
|
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
|
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
|
|
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
|
|
border-top-right-radius: 3px;
|
|
}
|
|
.panel > .table:last-child,
|
|
.panel > .table-responsive:last-child > .table:last-child {
|
|
border-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
|
|
.panel > .table:last-child > tfoot:last-child > tr:last-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
|
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
|
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
|
|
border-bottom-left-radius: 3px;
|
|
}
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
|
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
|
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
|
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
|
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
.panel > .panel-body + .table,
|
|
.panel > .panel-body + .table-responsive,
|
|
.panel > .table + .panel-body,
|
|
.panel > .table-responsive + .panel-body {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.panel > .table > tbody:first-child > tr:first-child th,
|
|
.panel > .table > tbody:first-child > tr:first-child td {
|
|
border-top: 0;
|
|
}
|
|
.panel > .table-bordered,
|
|
.panel > .table-responsive > .table-bordered {
|
|
border: 0;
|
|
}
|
|
.panel > .table-bordered > thead > tr > th:first-child,
|
|
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
|
|
.panel > .table-bordered > tbody > tr > th:first-child,
|
|
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
|
.panel > .table-bordered > tfoot > tr > th:first-child,
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
|
.panel > .table-bordered > thead > tr > td:first-child,
|
|
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
|
|
.panel > .table-bordered > tbody > tr > td:first-child,
|
|
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
|
.panel > .table-bordered > tfoot > tr > td:first-child,
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
|
border-left: 0;
|
|
}
|
|
.panel > .table-bordered > thead > tr > th:last-child,
|
|
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
|
.panel > .table-bordered > tbody > tr > th:last-child,
|
|
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
|
.panel > .table-bordered > tfoot > tr > th:last-child,
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
|
.panel > .table-bordered > thead > tr > td:last-child,
|
|
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
|
.panel > .table-bordered > tbody > tr > td:last-child,
|
|
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
|
.panel > .table-bordered > tfoot > tr > td:last-child,
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
|
border-right: 0;
|
|
}
|
|
.panel > .table-bordered > thead > tr:first-child > td,
|
|
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
|
|
.panel > .table-bordered > tbody > tr:first-child > td,
|
|
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
|
|
.panel > .table-bordered > thead > tr:first-child > th,
|
|
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
|
|
.panel > .table-bordered > tbody > tr:first-child > th,
|
|
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
|
|
border-bottom: 0;
|
|
}
|
|
.panel > .table-bordered > tbody > tr:last-child > td,
|
|
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
|
.panel > .table-bordered > tfoot > tr:last-child > td,
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
|
|
.panel > .table-bordered > tbody > tr:last-child > th,
|
|
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
|
.panel > .table-bordered > tfoot > tr:last-child > th,
|
|
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
|
|
border-bottom: 0;
|
|
}
|
|
.panel > .table-responsive {
|
|
border: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.panel-group {
|
|
margin-bottom: 22px;
|
|
}
|
|
.panel-group .panel {
|
|
margin-bottom: 0;
|
|
border-radius: 4px;
|
|
}
|
|
.panel-group .panel + .panel {
|
|
margin-top: 5px;
|
|
}
|
|
.panel-group .panel-heading {
|
|
border-bottom: 0;
|
|
}
|
|
.panel-group .panel-heading + .panel-collapse > .panel-body,
|
|
.panel-group .panel-heading + .panel-collapse > .list-group {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.panel-group .panel-footer {
|
|
border-top: 0;
|
|
}
|
|
.panel-group .panel-footer + .panel-collapse .panel-body {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.panel-default {
|
|
border-color: #ddd;
|
|
}
|
|
.panel-default > .panel-heading {
|
|
color: #6B6D70;
|
|
background-color: #f5f5f5;
|
|
border-color: #ddd;
|
|
}
|
|
.panel-default > .panel-heading + .panel-collapse > .panel-body {
|
|
border-top-color: #ddd;
|
|
}
|
|
.panel-default > .panel-heading .badge {
|
|
color: #f5f5f5;
|
|
background-color: #6B6D70;
|
|
}
|
|
.panel-default > .panel-footer + .panel-collapse > .panel-body {
|
|
border-bottom-color: #ddd;
|
|
}
|
|
.panel-primary {
|
|
border-color: #21b799;
|
|
}
|
|
.panel-primary > .panel-heading {
|
|
color: #fff;
|
|
background-color: #21b799;
|
|
border-color: #21b799;
|
|
}
|
|
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
|
border-top-color: #21b799;
|
|
}
|
|
.panel-primary > .panel-heading .badge {
|
|
color: #21b799;
|
|
background-color: #fff;
|
|
}
|
|
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
|
border-bottom-color: #21b799;
|
|
}
|
|
.panel-success {
|
|
border-color: #d6e9c6;
|
|
}
|
|
.panel-success > .panel-heading {
|
|
color: #3c763d;
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
}
|
|
.panel-success > .panel-heading + .panel-collapse > .panel-body {
|
|
border-top-color: #d6e9c6;
|
|
}
|
|
.panel-success > .panel-heading .badge {
|
|
color: #dff0d8;
|
|
background-color: #3c763d;
|
|
}
|
|
.panel-success > .panel-footer + .panel-collapse > .panel-body {
|
|
border-bottom-color: #d6e9c6;
|
|
}
|
|
.panel-info {
|
|
border-color: #bce8f1;
|
|
}
|
|
.panel-info > .panel-heading {
|
|
color: #31708f;
|
|
background-color: #d9edf7;
|
|
border-color: #bce8f1;
|
|
}
|
|
.panel-info > .panel-heading + .panel-collapse > .panel-body {
|
|
border-top-color: #bce8f1;
|
|
}
|
|
.panel-info > .panel-heading .badge {
|
|
color: #d9edf7;
|
|
background-color: #31708f;
|
|
}
|
|
.panel-info > .panel-footer + .panel-collapse > .panel-body {
|
|
border-bottom-color: #bce8f1;
|
|
}
|
|
.panel-warning {
|
|
border-color: #faebcc;
|
|
}
|
|
.panel-warning > .panel-heading {
|
|
color: #8a6d3b;
|
|
background-color: #fcf8e3;
|
|
border-color: #faebcc;
|
|
}
|
|
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
|
|
border-top-color: #faebcc;
|
|
}
|
|
.panel-warning > .panel-heading .badge {
|
|
color: #fcf8e3;
|
|
background-color: #8a6d3b;
|
|
}
|
|
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
|
|
border-bottom-color: #faebcc;
|
|
}
|
|
.panel-danger {
|
|
border-color: #ebccd1;
|
|
}
|
|
.panel-danger > .panel-heading {
|
|
color: #a94442;
|
|
background-color: #f2dede;
|
|
border-color: #ebccd1;
|
|
}
|
|
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
|
|
border-top-color: #ebccd1;
|
|
}
|
|
.panel-danger > .panel-heading .badge {
|
|
color: #f2dede;
|
|
background-color: #a94442;
|
|
}
|
|
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
|
|
border-bottom-color: #ebccd1;
|
|
}
|
|
.embed-responsive {
|
|
position: relative;
|
|
display: block;
|
|
height: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
.embed-responsive .embed-responsive-item,
|
|
.embed-responsive iframe,
|
|
.embed-responsive embed,
|
|
.embed-responsive object,
|
|
.embed-responsive video {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
border: 0;
|
|
}
|
|
.embed-responsive-16by9 {
|
|
padding-bottom: 56.25%;
|
|
}
|
|
.embed-responsive-4by3 {
|
|
padding-bottom: 75%;
|
|
}
|
|
.well {
|
|
min-height: 20px;
|
|
padding: 19px;
|
|
margin-bottom: 20px;
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #e3e3e3;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.well blockquote {
|
|
border-color: #ddd;
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
.well-lg {
|
|
padding: 24px;
|
|
border-radius: 6px;
|
|
}
|
|
.well-sm {
|
|
padding: 9px;
|
|
border-radius: 3px;
|
|
}
|
|
.close {
|
|
float: right;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
color: #000;
|
|
text-shadow: 0 1px 0 #fff;
|
|
opacity: 0.2;
|
|
filter: alpha(opacity=20);
|
|
}
|
|
.close:hover,
|
|
.close:focus {
|
|
color: #000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
button.close {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
background: transparent;
|
|
border: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
.modal-open {
|
|
overflow: hidden;
|
|
}
|
|
.modal {
|
|
display: none;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1050;
|
|
-webkit-overflow-scrolling: touch;
|
|
outline: 0;
|
|
}
|
|
.modal.fade .modal-dialog {
|
|
-webkit-transform: translate(0, -25%);
|
|
-ms-transform: translate(0, -25%);
|
|
-o-transform: translate(0, -25%);
|
|
transform: translate(0, -25%);
|
|
-webkit-transition: -webkit-transform 0.3s ease-out;
|
|
-moz-transition: -moz-transform 0.3s ease-out;
|
|
-o-transition: -o-transform 0.3s ease-out;
|
|
transition: transform 0.3s ease-out;
|
|
}
|
|
.modal.in .modal-dialog {
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
}
|
|
.modal-open .modal {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
.modal-dialog {
|
|
position: relative;
|
|
width: auto;
|
|
margin: 10px;
|
|
}
|
|
.modal-content {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #999;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
|
background-clip: padding-box;
|
|
outline: 0;
|
|
}
|
|
.modal-backdrop {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1040;
|
|
background-color: #000;
|
|
}
|
|
.modal-backdrop.fade {
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
.modal-backdrop.in {
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.modal-header {
|
|
padding: 15px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
.modal-header .close {
|
|
margin-top: -2px;
|
|
}
|
|
.modal-title {
|
|
margin: 0;
|
|
line-height: 1.42857143;
|
|
}
|
|
.modal-body {
|
|
position: relative;
|
|
padding: 15px;
|
|
}
|
|
.modal-footer {
|
|
padding: 15px;
|
|
text-align: right;
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
.modal-footer .btn + .btn {
|
|
margin-left: 5px;
|
|
margin-bottom: 0;
|
|
}
|
|
.modal-footer .btn-group .btn + .btn {
|
|
margin-left: -1px;
|
|
}
|
|
.modal-footer .btn-block + .btn-block {
|
|
margin-left: 0;
|
|
}
|
|
.modal-scrollbar-measure {
|
|
position: absolute;
|
|
top: -9999px;
|
|
width: 50px;
|
|
height: 50px;
|
|
overflow: scroll;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.modal-dialog {
|
|
width: 600px;
|
|
margin: 30px auto;
|
|
}
|
|
.modal-content {
|
|
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
}
|
|
.modal-sm {
|
|
width: 300px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
.modal-lg {
|
|
width: 900px;
|
|
}
|
|
}
|
|
.tooltip {
|
|
position: absolute;
|
|
z-index: 1070;
|
|
display: block;
|
|
font-family:'Rubik', sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
letter-spacing: normal;
|
|
line-break: auto;
|
|
line-height: 1.42857143;
|
|
text-align: left;
|
|
text-align: start;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
white-space: normal;
|
|
word-break: normal;
|
|
word-spacing: normal;
|
|
word-wrap: normal;
|
|
font-size: 14px;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
}
|
|
.tooltip.in {
|
|
opacity: 0.9;
|
|
filter: alpha(opacity=90);
|
|
}
|
|
.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;
|
|
background-color: #000;
|
|
border-radius: 4px;
|
|
}
|
|
.tooltip-arrow {
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid;
|
|
}
|
|
.tooltip.top .tooltip-arrow {
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
border-width: 5px 5px 0;
|
|
border-top-color: #000;
|
|
}
|
|
.tooltip.top-left .tooltip-arrow {
|
|
bottom: 0;
|
|
right: 5px;
|
|
margin-bottom: -5px;
|
|
border-width: 5px 5px 0;
|
|
border-top-color: #000;
|
|
}
|
|
.tooltip.top-right .tooltip-arrow {
|
|
bottom: 0;
|
|
left: 5px;
|
|
margin-bottom: -5px;
|
|
border-width: 5px 5px 0;
|
|
border-top-color: #000;
|
|
}
|
|
.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 {
|
|
top: 0;
|
|
left: 50%;
|
|
margin-left: -5px;
|
|
border-width: 0 5px 5px;
|
|
border-bottom-color: #000;
|
|
}
|
|
.tooltip.bottom-left .tooltip-arrow {
|
|
top: 0;
|
|
right: 5px;
|
|
margin-top: -5px;
|
|
border-width: 0 5px 5px;
|
|
border-bottom-color: #000;
|
|
}
|
|
.tooltip.bottom-right .tooltip-arrow {
|
|
top: 0;
|
|
left: 5px;
|
|
margin-top: -5px;
|
|
border-width: 0 5px 5px;
|
|
border-bottom-color: #000;
|
|
}
|
|
.popover {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1060;
|
|
display: none;
|
|
max-width: 276px;
|
|
padding: 1px;
|
|
font-family:'Rubik', sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
letter-spacing: normal;
|
|
line-break: auto;
|
|
line-height: 1.42857143;
|
|
text-align: left;
|
|
text-align: start;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
white-space: normal;
|
|
word-break: normal;
|
|
word-spacing: normal;
|
|
word-wrap: normal;
|
|
font-size: 16px;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ccc;
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.popover.top {
|
|
margin-top: -10px;
|
|
}
|
|
.popover.right {
|
|
margin-left: 10px;
|
|
}
|
|
.popover.bottom {
|
|
margin-top: 10px;
|
|
}
|
|
.popover.left {
|
|
margin-left: -10px;
|
|
}
|
|
.popover-title {
|
|
margin: 0;
|
|
padding: 8px 14px;
|
|
font-size: 16px;
|
|
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: #999999;
|
|
border-top-color: rgba(0, 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: #999999;
|
|
border-right-color: rgba(0, 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: #999999;
|
|
border-bottom-color: rgba(0, 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: #999999;
|
|
border-left-color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.popover.left > .arrow:after {
|
|
content: " ";
|
|
right: 1px;
|
|
border-right-width: 0;
|
|
border-left-color: #fff;
|
|
bottom: -10px;
|
|
}
|
|
.carousel {
|
|
position: relative;
|
|
}
|
|
.carousel-inner {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
.carousel-inner > .item {
|
|
display: none;
|
|
position: relative;
|
|
-webkit-transition: 0.6s ease-in-out left;
|
|
-o-transition: 0.6s ease-in-out left;
|
|
transition: 0.6s ease-in-out left;
|
|
}
|
|
.carousel-inner > .item > img,
|
|
.carousel-inner > .item > a > img {
|
|
line-height: 1;
|
|
}
|
|
@media all and (transform-3d), (-webkit-transform-3d) {
|
|
.carousel-inner > .item {
|
|
-webkit-transition: -webkit-transform 0.6s ease-in-out;
|
|
-moz-transition: -moz-transform 0.6s ease-in-out;
|
|
-o-transition: -o-transform 0.6s ease-in-out;
|
|
transition: transform 0.6s ease-in-out;
|
|
-webkit-backface-visibility: hidden;
|
|
-moz-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
-webkit-perspective: 1000px;
|
|
-moz-perspective: 1000px;
|
|
perspective: 1000px;
|
|
}
|
|
.carousel-inner > .item.next,
|
|
.carousel-inner > .item.active.right {
|
|
-webkit-transform: translate3d(100%, 0, 0);
|
|
transform: translate3d(100%, 0, 0);
|
|
left: 0;
|
|
}
|
|
.carousel-inner > .item.prev,
|
|
.carousel-inner > .item.active.left {
|
|
-webkit-transform: translate3d(-100%, 0, 0);
|
|
transform: translate3d(-100%, 0, 0);
|
|
left: 0;
|
|
}
|
|
.carousel-inner > .item.next.left,
|
|
.carousel-inner > .item.prev.right,
|
|
.carousel-inner > .item.active {
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
left: 0;
|
|
}
|
|
}
|
|
.carousel-inner > .active,
|
|
.carousel-inner > .next,
|
|
.carousel-inner > .prev {
|
|
display: block;
|
|
}
|
|
.carousel-inner > .active {
|
|
left: 0;
|
|
}
|
|
.carousel-inner > .next,
|
|
.carousel-inner > .prev {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
.carousel-inner > .next {
|
|
left: 100%;
|
|
}
|
|
.carousel-inner > .prev {
|
|
left: -100%;
|
|
}
|
|
.carousel-inner > .next.left,
|
|
.carousel-inner > .prev.right {
|
|
left: 0;
|
|
}
|
|
.carousel-inner > .active.left {
|
|
left: -100%;
|
|
}
|
|
.carousel-inner > .active.right {
|
|
left: 100%;
|
|
}
|
|
.carousel-control {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 15%;
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
font-size: 20px;
|
|
color: #fff;
|
|
text-align: center;
|
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.carousel-control.left {
|
|
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
|
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
|
|
}
|
|
.carousel-control.right {
|
|
left: auto;
|
|
right: 0;
|
|
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
|
|
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
|
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
|
|
}
|
|
.carousel-control:hover,
|
|
.carousel-control:focus {
|
|
outline: 0;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
opacity: 0.9;
|
|
filter: alpha(opacity=90);
|
|
}
|
|
.carousel-control .icon-prev,
|
|
.carousel-control .icon-next,
|
|
.carousel-control .glyphicon-chevron-left,
|
|
.carousel-control .glyphicon-chevron-right {
|
|
position: absolute;
|
|
top: 50%;
|
|
margin-top: -10px;
|
|
z-index: 5;
|
|
display: inline-block;
|
|
}
|
|
.carousel-control .icon-prev,
|
|
.carousel-control .glyphicon-chevron-left {
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
}
|
|
.carousel-control .icon-next,
|
|
.carousel-control .glyphicon-chevron-right {
|
|
right: 50%;
|
|
margin-right: -10px;
|
|
}
|
|
.carousel-control .icon-prev,
|
|
.carousel-control .icon-next {
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 1;
|
|
font-family:'Rubik', sans-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;
|
|
text-align: center;
|
|
}
|
|
.carousel-indicators li {
|
|
display: inline-block;
|
|
width: 10px;
|
|
height: 10px;
|
|
margin: 1px;
|
|
text-indent: -999px;
|
|
border: 1px solid #fff;
|
|
border-radius: 10px;
|
|
cursor: pointer;
|
|
background-color: #000 \9;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.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;
|
|
text-align: center;
|
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
|
}
|
|
.carousel-caption .btn {
|
|
text-shadow: none;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.carousel-control .glyphicon-chevron-left,
|
|
.carousel-control .glyphicon-chevron-right,
|
|
.carousel-control .icon-prev,
|
|
.carousel-control .icon-next {
|
|
width: 30px;
|
|
height: 30px;
|
|
margin-top: -10px;
|
|
font-size: 30px;
|
|
}
|
|
.carousel-control .glyphicon-chevron-left,
|
|
.carousel-control .icon-prev {
|
|
margin-left: -10px;
|
|
}
|
|
.carousel-control .glyphicon-chevron-right,
|
|
.carousel-control .icon-next {
|
|
margin-right: -10px;
|
|
}
|
|
.carousel-caption {
|
|
left: 20%;
|
|
right: 20%;
|
|
padding-bottom: 30px;
|
|
}
|
|
.carousel-indicators {
|
|
bottom: 20px;
|
|
}
|
|
}
|
|
.clearfix:before,
|
|
.clearfix:after,
|
|
.dl-horizontal dd:before,
|
|
.dl-horizontal dd:after,
|
|
.container:before,
|
|
.container:after,
|
|
.container-fluid:before,
|
|
.container-fluid:after,
|
|
.row:before,
|
|
.row:after,
|
|
.form-horizontal .form-group:before,
|
|
.form-horizontal .form-group:after,
|
|
.btn-toolbar:before,
|
|
.btn-toolbar:after,
|
|
.btn-group-vertical > .btn-group:before,
|
|
.btn-group-vertical > .btn-group:after,
|
|
.nav:before,
|
|
.nav:after,
|
|
.navbar:before,
|
|
.navbar:after,
|
|
.navbar-header:before,
|
|
.navbar-header:after,
|
|
.navbar-collapse:before,
|
|
.navbar-collapse:after,
|
|
.pager:before,
|
|
.pager:after,
|
|
.panel-body:before,
|
|
.panel-body:after,
|
|
.modal-header:before,
|
|
.modal-header:after,
|
|
.modal-footer:before,
|
|
.modal-footer:after,
|
|
.o_main_header > .o_main_header_main:before,
|
|
.o_main_header > .o_main_header_main:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
.clearfix:after,
|
|
.dl-horizontal dd:after,
|
|
.container:after,
|
|
.container-fluid:after,
|
|
.row:after,
|
|
.form-horizontal .form-group:after,
|
|
.btn-toolbar:after,
|
|
.btn-group-vertical > .btn-group:after,
|
|
.nav:after,
|
|
.navbar:after,
|
|
.navbar-header:after,
|
|
.navbar-collapse:after,
|
|
.pager:after,
|
|
.panel-body:after,
|
|
.modal-header:after,
|
|
.modal-footer:after,
|
|
.o_main_header > .o_main_header_main:after {
|
|
clear: both;
|
|
}
|
|
.center-block {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.pull-right {
|
|
float: right !important;
|
|
}
|
|
.pull-left {
|
|
float: left !important;
|
|
}
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
.show {
|
|
display: block !important;
|
|
}
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
.text-hide {
|
|
font: 0/0 a;
|
|
color: transparent;
|
|
text-shadow: none;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
.hidden {
|
|
display: none !important;
|
|
}
|
|
.affix {
|
|
position: fixed;
|
|
}
|
|
@-ms-viewport {
|
|
width: device-width;
|
|
}
|
|
.visible-xs,
|
|
.visible-sm,
|
|
.visible-md,
|
|
.visible-lg {
|
|
display: none !important;
|
|
}
|
|
.visible-xs-block,
|
|
.visible-xs-inline,
|
|
.visible-xs-inline-block,
|
|
.visible-sm-block,
|
|
.visible-sm-inline,
|
|
.visible-sm-inline-block,
|
|
.visible-md-block,
|
|
.visible-md-inline,
|
|
.visible-md-inline-block,
|
|
.visible-lg-block,
|
|
.visible-lg-inline,
|
|
.visible-lg-inline-block {
|
|
display: none !important;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.visible-xs {
|
|
display: block !important;
|
|
}
|
|
table.visible-xs {
|
|
display: table !important;
|
|
}
|
|
tr.visible-xs {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-xs,
|
|
td.visible-xs {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.visible-xs-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.visible-xs-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.visible-xs-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.visible-sm {
|
|
display: block !important;
|
|
}
|
|
table.visible-sm {
|
|
display: table !important;
|
|
}
|
|
tr.visible-sm {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-sm,
|
|
td.visible-sm {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.visible-sm-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.visible-sm-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.visible-sm-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media (min-width: 992px) and (max-width: 1199px) {
|
|
.visible-md {
|
|
display: block !important;
|
|
}
|
|
table.visible-md {
|
|
display: table !important;
|
|
}
|
|
tr.visible-md {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-md,
|
|
td.visible-md {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
@media (min-width: 992px) and (max-width: 1199px) {
|
|
.visible-md-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media (min-width: 992px) and (max-width: 1199px) {
|
|
.visible-md-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
@media (min-width: 992px) and (max-width: 1199px) {
|
|
.visible-md-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.visible-lg {
|
|
display: block !important;
|
|
}
|
|
table.visible-lg {
|
|
display: table !important;
|
|
}
|
|
tr.visible-lg {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-lg,
|
|
td.visible-lg {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.visible-lg-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.visible-lg-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.visible-lg-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.hidden-xs {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media (min-width: 768px) and (max-width: 991px) {
|
|
.hidden-sm {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media (min-width: 992px) and (max-width: 1199px) {
|
|
.hidden-md {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.hidden-lg {
|
|
display: none !important;
|
|
}
|
|
}
|
|
.visible-print {
|
|
display: none !important;
|
|
}
|
|
@media print {
|
|
.visible-print {
|
|
display: block !important;
|
|
}
|
|
table.visible-print {
|
|
display: table !important;
|
|
}
|
|
tr.visible-print {
|
|
display: table-row !important;
|
|
}
|
|
th.visible-print,
|
|
td.visible-print {
|
|
display: table-cell !important;
|
|
}
|
|
}
|
|
.visible-print-block {
|
|
display: none !important;
|
|
}
|
|
@media print {
|
|
.visible-print-block {
|
|
display: block !important;
|
|
}
|
|
}
|
|
.visible-print-inline {
|
|
display: none !important;
|
|
}
|
|
@media print {
|
|
.visible-print-inline {
|
|
display: inline !important;
|
|
}
|
|
}
|
|
.visible-print-inline-block {
|
|
display: none !important;
|
|
}
|
|
@media print {
|
|
.visible-print-inline-block {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
@media print {
|
|
.hidden-print {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@font-face {
|
|
font-family: 'Material-Design-Icons';
|
|
src: url('fonts/Material-Design-Icons.eot?3ocs8m');
|
|
src: url('fonts/Material-Design-Icons.eot?#iefix3ocs8m') format('embedded-opentype'), url('fonts/Material-Design-Icons.woff?3ocs8m') format('woff'), url('fonts/Material-Design-Icons.ttf?3ocs8m') format('truetype'), url('fonts/Material-Design-Icons.svg?3ocs8m#Material-Design-Icons') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
[class^="mdi-"],
|
|
[class*="mdi-"] {
|
|
speak: none;
|
|
display: inline-block;
|
|
font: normal normal normal 24px/1 'Material-Design-Icons';
|
|
text-rendering: geometricPrecision;
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
}
|
|
[class^="mdi-"]:before,
|
|
[class*="mdi-"]:before {
|
|
display: inline-block;
|
|
speak: none;
|
|
text-decoration: inherit;
|
|
}
|
|
[class^="mdi-"].pull-left,
|
|
[class*="mdi-"].pull-left {
|
|
margin-right: .3em;
|
|
}
|
|
[class^="mdi-"].pull-right,
|
|
[class*="mdi-"].pull-right {
|
|
margin-left: .3em;
|
|
}
|
|
[class^="mdi-"].mdi-lg:before,
|
|
[class*="mdi-"].mdi-lg:before,
|
|
[class^="mdi-"].mdi-lg:after,
|
|
[class*="mdi-"].mdi-lg:after {
|
|
font-size: 1.33333333em;
|
|
line-height: 0.75em;
|
|
vertical-align: -15%;
|
|
}
|
|
[class^="mdi-"].mdi-2x:before,
|
|
[class*="mdi-"].mdi-2x:before,
|
|
[class^="mdi-"].mdi-2x:after,
|
|
[class*="mdi-"].mdi-2x:after {
|
|
font-size: 2em;
|
|
}
|
|
[class^="mdi-"].mdi-3x:before,
|
|
[class*="mdi-"].mdi-3x:before,
|
|
[class^="mdi-"].mdi-3x:after,
|
|
[class*="mdi-"].mdi-3x:after {
|
|
font-size: 3em;
|
|
}
|
|
[class^="mdi-"].mdi-4x:before,
|
|
[class*="mdi-"].mdi-4x:before,
|
|
[class^="mdi-"].mdi-4x:after,
|
|
[class*="mdi-"].mdi-4x:after {
|
|
font-size: 4em;
|
|
}
|
|
[class^="mdi-"].mdi-5x:before,
|
|
[class*="mdi-"].mdi-5x:before,
|
|
[class^="mdi-"].mdi-5x:after,
|
|
[class*="mdi-"].mdi-5x:after {
|
|
font-size: 5em;
|
|
}
|
|
.mdi-stack {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 2em;
|
|
height: 2em;
|
|
line-height: 2em;
|
|
vertical-align: middle;
|
|
}
|
|
.mdi-stack-1x,
|
|
.mdi-stack-2x {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.mdi-stack-1x {
|
|
line-height: inherit;
|
|
}
|
|
.mdi-stack-2x {
|
|
font-size: 2em;
|
|
}
|
|
.mdi-inverse {
|
|
color: #ffffff;
|
|
}
|
|
/* Start Icons */
|
|
.mdi-action-3d-rotation:before {
|
|
content: "\e600";
|
|
}
|
|
.mdi-action-accessibility:before {
|
|
content: "\e601";
|
|
}
|
|
.mdi-action-account-balance-wallet:before {
|
|
content: "\e602";
|
|
}
|
|
.mdi-action-account-balance:before {
|
|
content: "\e603";
|
|
}
|
|
.mdi-action-account-box:before {
|
|
content: "\e604";
|
|
}
|
|
.mdi-action-account-child:before {
|
|
content: "\e605";
|
|
}
|
|
.mdi-action-account-circle:before {
|
|
content: "\e606";
|
|
}
|
|
.mdi-action-add-shopping-cart:before {
|
|
content: "\e607";
|
|
}
|
|
.mdi-action-alarm-add:before {
|
|
content: "\e608";
|
|
}
|
|
.mdi-action-alarm-off:before {
|
|
content: "\e609";
|
|
}
|
|
.mdi-action-alarm-on:before {
|
|
content: "\e60a";
|
|
}
|
|
.mdi-action-alarm:before {
|
|
content: "\e60b";
|
|
}
|
|
.mdi-action-android:before {
|
|
content: "\e60c";
|
|
}
|
|
.mdi-action-announcement:before {
|
|
content: "\e60d";
|
|
}
|
|
.mdi-action-aspect-ratio:before {
|
|
content: "\e60e";
|
|
}
|
|
.mdi-action-assessment:before {
|
|
content: "\e60f";
|
|
}
|
|
.mdi-action-assignment-ind:before {
|
|
content: "\e610";
|
|
}
|
|
.mdi-action-assignment-late:before {
|
|
content: "\e611";
|
|
}
|
|
.mdi-action-assignment-return:before {
|
|
content: "\e612";
|
|
}
|
|
.mdi-action-assignment-returned:before {
|
|
content: "\e613";
|
|
}
|
|
.mdi-action-assignment-turned-in:before {
|
|
content: "\e614";
|
|
}
|
|
.mdi-action-assignment:before {
|
|
content: "\e615";
|
|
}
|
|
.mdi-action-autorenew:before {
|
|
content: "\e616";
|
|
}
|
|
.mdi-action-backup:before {
|
|
content: "\e617";
|
|
}
|
|
.mdi-action-book:before {
|
|
content: "\e618";
|
|
}
|
|
.mdi-action-bookmark-outline:before {
|
|
content: "\e619";
|
|
}
|
|
.mdi-action-bookmark:before {
|
|
content: "\e61a";
|
|
}
|
|
.mdi-action-bug-report:before {
|
|
content: "\e61b";
|
|
}
|
|
.mdi-action-cached:before {
|
|
content: "\e61c";
|
|
}
|
|
.mdi-action-check-circle:before {
|
|
content: "\e61d";
|
|
}
|
|
.mdi-action-class:before {
|
|
content: "\e61e";
|
|
}
|
|
.mdi-action-credit-card:before {
|
|
content: "\e61f";
|
|
}
|
|
.mdi-action-dashboard:before {
|
|
content: "\e620";
|
|
}
|
|
.mdi-action-delete:before {
|
|
content: "\e621";
|
|
}
|
|
.mdi-action-description:before {
|
|
content: "\e622";
|
|
}
|
|
.mdi-action-dns:before {
|
|
content: "\e623";
|
|
}
|
|
.mdi-action-done-all:before {
|
|
content: "\e624";
|
|
}
|
|
.mdi-action-done:before {
|
|
content: "\e625";
|
|
}
|
|
.mdi-action-event:before {
|
|
content: "\e626";
|
|
}
|
|
.mdi-action-exit-to-app:before {
|
|
content: "\e627";
|
|
}
|
|
.mdi-action-explore:before {
|
|
content: "\e628";
|
|
}
|
|
.mdi-action-extension:before {
|
|
content: "\e629";
|
|
}
|
|
.mdi-action-face-unlock:before {
|
|
content: "\e62a";
|
|
}
|
|
.mdi-action-favorite-outline:before {
|
|
content: "\e62b";
|
|
}
|
|
.mdi-action-favorite:before {
|
|
content: "\e62c";
|
|
}
|
|
.mdi-action-find-in-page:before {
|
|
content: "\e62d";
|
|
}
|
|
.mdi-action-find-replace:before {
|
|
content: "\e62e";
|
|
}
|
|
.mdi-action-flip-to-back:before {
|
|
content: "\e62f";
|
|
}
|
|
.mdi-action-flip-to-front:before {
|
|
content: "\e630";
|
|
}
|
|
.mdi-action-get-app:before {
|
|
content: "\e631";
|
|
}
|
|
.mdi-action-grade:before {
|
|
content: "\e632";
|
|
}
|
|
.mdi-action-group-work:before {
|
|
content: "\e633";
|
|
}
|
|
.mdi-action-help:before {
|
|
content: "\e634";
|
|
}
|
|
.mdi-action-highlight-remove:before {
|
|
content: "\e635";
|
|
}
|
|
.mdi-action-history:before {
|
|
content: "\e636";
|
|
}
|
|
.mdi-action-home:before {
|
|
content: "\e637";
|
|
}
|
|
.mdi-action-https:before {
|
|
content: "\e638";
|
|
}
|
|
.mdi-action-info-outline:before {
|
|
content: "\e639";
|
|
}
|
|
.mdi-action-info:before {
|
|
content: "\e63a";
|
|
}
|
|
.mdi-action-input:before {
|
|
content: "\e63b";
|
|
}
|
|
.mdi-action-invert-colors:before {
|
|
content: "\e63c";
|
|
}
|
|
.mdi-action-label-outline:before {
|
|
content: "\e63d";
|
|
}
|
|
.mdi-action-label:before {
|
|
content: "\e63e";
|
|
}
|
|
.mdi-action-language:before {
|
|
content: "\e63f";
|
|
}
|
|
.mdi-action-launch:before {
|
|
content: "\e640";
|
|
}
|
|
.mdi-action-list:before {
|
|
content: "\e641";
|
|
}
|
|
.mdi-action-lock-open:before {
|
|
content: "\e642";
|
|
}
|
|
.mdi-action-lock-outline:before {
|
|
content: "\e643";
|
|
}
|
|
.mdi-action-lock:before {
|
|
content: "\e644";
|
|
}
|
|
.mdi-action-loyalty:before {
|
|
content: "\e645";
|
|
}
|
|
.mdi-action-markunread-mailbox:before {
|
|
content: "\e646";
|
|
}
|
|
.mdi-action-note-add:before {
|
|
content: "\e647";
|
|
}
|
|
.mdi-action-open-in-browser:before {
|
|
content: "\e648";
|
|
}
|
|
.mdi-action-open-in-new:before {
|
|
content: "\e649";
|
|
}
|
|
.mdi-action-open-with:before {
|
|
content: "\e64a";
|
|
}
|
|
.mdi-action-pageview:before {
|
|
content: "\e64b";
|
|
}
|
|
.mdi-action-payment:before {
|
|
content: "\e64c";
|
|
}
|
|
.mdi-action-perm-camera-mic:before {
|
|
content: "\e64d";
|
|
}
|
|
.mdi-action-perm-contact-cal:before {
|
|
content: "\e64e";
|
|
}
|
|
.mdi-action-perm-data-setting:before {
|
|
content: "\e64f";
|
|
}
|
|
.mdi-action-perm-device-info:before {
|
|
content: "\e650";
|
|
}
|
|
.mdi-action-perm-identity:before {
|
|
content: "\e651";
|
|
}
|
|
.mdi-action-perm-media:before {
|
|
content: "\e652";
|
|
}
|
|
.mdi-action-perm-phone-msg:before {
|
|
content: "\e653";
|
|
}
|
|
.mdi-action-perm-scan-wifi:before {
|
|
content: "\e654";
|
|
}
|
|
.mdi-action-picture-in-picture:before {
|
|
content: "\e655";
|
|
}
|
|
.mdi-action-polymer:before {
|
|
content: "\e656";
|
|
}
|
|
.mdi-action-print:before {
|
|
content: "\e657";
|
|
}
|
|
.mdi-action-query-builder:before {
|
|
content: "\e658";
|
|
}
|
|
.mdi-action-question-answer:before {
|
|
content: "\e659";
|
|
}
|
|
.mdi-action-receipt:before {
|
|
content: "\e65a";
|
|
}
|
|
.mdi-action-redeem:before {
|
|
content: "\e65b";
|
|
}
|
|
.mdi-action-reorder:before {
|
|
content: "\e65c";
|
|
}
|
|
.mdi-action-report-problem:before {
|
|
content: "\e65d";
|
|
}
|
|
.mdi-action-restore:before {
|
|
content: "\e65e";
|
|
}
|
|
.mdi-action-room:before {
|
|
content: "\e65f";
|
|
}
|
|
.mdi-action-schedule:before {
|
|
content: "\e660";
|
|
}
|
|
.mdi-action-search:before {
|
|
content: "\e661";
|
|
}
|
|
.mdi-action-settings-applications:before {
|
|
content: "\e662";
|
|
}
|
|
.mdi-action-settings-backup-restore:before {
|
|
content: "\e663";
|
|
}
|
|
.mdi-action-settings-bluetooth:before {
|
|
content: "\e664";
|
|
}
|
|
.mdi-action-settings-cell:before {
|
|
content: "\e665";
|
|
}
|
|
.mdi-action-settings-display:before {
|
|
content: "\e666";
|
|
}
|
|
.mdi-action-settings-ethernet:before {
|
|
content: "\e667";
|
|
}
|
|
.mdi-action-settings-input-antenna:before {
|
|
content: "\e668";
|
|
}
|
|
.mdi-action-settings-input-component:before {
|
|
content: "\e669";
|
|
}
|
|
.mdi-action-settings-input-composite:before {
|
|
content: "\e66a";
|
|
}
|
|
.mdi-action-settings-input-hdmi:before {
|
|
content: "\e66b";
|
|
}
|
|
.mdi-action-settings-input-svideo:before {
|
|
content: "\e66c";
|
|
}
|
|
.mdi-action-settings-overscan:before {
|
|
content: "\e66d";
|
|
}
|
|
.mdi-action-settings-phone:before {
|
|
content: "\e66e";
|
|
}
|
|
.mdi-action-settings-power:before {
|
|
content: "\e66f";
|
|
}
|
|
.mdi-action-settings-remote:before {
|
|
content: "\e670";
|
|
}
|
|
.mdi-action-settings-voice:before {
|
|
content: "\e671";
|
|
}
|
|
.mdi-action-settings:before {
|
|
content: "\e672";
|
|
}
|
|
.mdi-action-shop-two:before {
|
|
content: "\e673";
|
|
}
|
|
.mdi-action-shop:before {
|
|
content: "\e674";
|
|
}
|
|
.mdi-action-shopping-basket:before {
|
|
content: "\e675";
|
|
}
|
|
.mdi-action-shopping-cart:before {
|
|
content: "\e676";
|
|
}
|
|
.mdi-action-speaker-notes:before {
|
|
content: "\e677";
|
|
}
|
|
.mdi-action-spellcheck:before {
|
|
content: "\e678";
|
|
}
|
|
.mdi-action-star-rate:before {
|
|
content: "\e679";
|
|
}
|
|
.mdi-action-stars:before {
|
|
content: "\e67a";
|
|
}
|
|
.mdi-action-store:before {
|
|
content: "\e67b";
|
|
}
|
|
.mdi-action-subject:before {
|
|
content: "\e67c";
|
|
}
|
|
.mdi-action-supervisor-account:before {
|
|
content: "\e67d";
|
|
}
|
|
.mdi-action-swap-horiz:before {
|
|
content: "\e67e";
|
|
}
|
|
.mdi-action-swap-vert-circle:before {
|
|
content: "\e67f";
|
|
}
|
|
.mdi-action-swap-vert:before {
|
|
content: "\e680";
|
|
}
|
|
.mdi-action-system-update-tv:before {
|
|
content: "\e681";
|
|
}
|
|
.mdi-action-tab-unselected:before {
|
|
content: "\e682";
|
|
}
|
|
.mdi-action-tab:before {
|
|
content: "\e683";
|
|
}
|
|
.mdi-action-theaters:before {
|
|
content: "\e684";
|
|
}
|
|
.mdi-action-thumb-down:before {
|
|
content: "\e685";
|
|
}
|
|
.mdi-action-thumb-up:before {
|
|
content: "\e686";
|
|
}
|
|
.mdi-action-thumbs-up-down:before {
|
|
content: "\e687";
|
|
}
|
|
.mdi-action-toc:before {
|
|
content: "\e688";
|
|
}
|
|
.mdi-action-today:before {
|
|
content: "\e689";
|
|
}
|
|
.mdi-action-track-changes:before {
|
|
content: "\e68a";
|
|
}
|
|
.mdi-action-translate:before {
|
|
content: "\e68b";
|
|
}
|
|
.mdi-action-trending-down:before {
|
|
content: "\e68c";
|
|
}
|
|
.mdi-action-trending-neutral:before {
|
|
content: "\e68d";
|
|
}
|
|
.mdi-action-trending-up:before {
|
|
content: "\e68e";
|
|
}
|
|
.mdi-action-turned-in-not:before {
|
|
content: "\e68f";
|
|
}
|
|
.mdi-action-turned-in:before {
|
|
content: "\e690";
|
|
}
|
|
.mdi-action-verified-user:before {
|
|
content: "\e691";
|
|
}
|
|
.mdi-action-view-agenda:before {
|
|
content: "\e692";
|
|
}
|
|
.mdi-action-view-array:before {
|
|
content: "\e693";
|
|
}
|
|
.mdi-action-view-carousel:before {
|
|
content: "\e694";
|
|
}
|
|
.mdi-action-view-column:before {
|
|
content: "\e695";
|
|
}
|
|
.mdi-action-view-day:before {
|
|
content: "\e696";
|
|
}
|
|
.mdi-action-view-headline:before {
|
|
content: "\e697";
|
|
}
|
|
.mdi-action-view-list:before {
|
|
content: "\e698";
|
|
}
|
|
.mdi-action-view-module:before {
|
|
content: "\e699";
|
|
}
|
|
.mdi-action-view-quilt:before {
|
|
content: "\e69a";
|
|
}
|
|
.mdi-action-view-stream:before {
|
|
content: "\e69b";
|
|
}
|
|
.mdi-action-view-week:before {
|
|
content: "\e69c";
|
|
}
|
|
.mdi-action-visibility-off:before {
|
|
content: "\e69d";
|
|
}
|
|
.mdi-action-visibility:before {
|
|
content: "\e69e";
|
|
}
|
|
.mdi-action-wallet-giftcard:before {
|
|
content: "\e69f";
|
|
}
|
|
.mdi-action-wallet-membership:before {
|
|
content: "\e6a0";
|
|
}
|
|
.mdi-action-wallet-travel:before {
|
|
content: "\e6a1";
|
|
}
|
|
.mdi-action-work:before {
|
|
content: "\e6a2";
|
|
}
|
|
.mdi-alert-error:before {
|
|
content: "\e6a3";
|
|
}
|
|
.mdi-alert-warning:before {
|
|
content: "\e6a4";
|
|
}
|
|
.mdi-av-album:before {
|
|
content: "\e6a5";
|
|
}
|
|
.mdi-av-closed-caption:before {
|
|
content: "\e6a6";
|
|
}
|
|
.mdi-av-equalizer:before {
|
|
content: "\e6a7";
|
|
}
|
|
.mdi-av-explicit:before {
|
|
content: "\e6a8";
|
|
}
|
|
.mdi-av-fast-forward:before {
|
|
content: "\e6a9";
|
|
}
|
|
.mdi-av-fast-rewind:before {
|
|
content: "\e6aa";
|
|
}
|
|
.mdi-av-games:before {
|
|
content: "\e6ab";
|
|
}
|
|
.mdi-av-hearing:before {
|
|
content: "\e6ac";
|
|
}
|
|
.mdi-av-high-quality:before {
|
|
content: "\e6ad";
|
|
}
|
|
.mdi-av-loop:before {
|
|
content: "\e6ae";
|
|
}
|
|
.mdi-av-mic-none:before {
|
|
content: "\e6af";
|
|
}
|
|
.mdi-av-mic-off:before {
|
|
content: "\e6b0";
|
|
}
|
|
.mdi-av-mic:before {
|
|
content: "\e6b1";
|
|
}
|
|
.mdi-av-movie:before {
|
|
content: "\e6b2";
|
|
}
|
|
.mdi-av-my-library-add:before {
|
|
content: "\e6b3";
|
|
}
|
|
.mdi-av-my-library-books:before {
|
|
content: "\e6b4";
|
|
}
|
|
.mdi-av-my-library-music:before {
|
|
content: "\e6b5";
|
|
}
|
|
.mdi-av-new-releases:before {
|
|
content: "\e6b6";
|
|
}
|
|
.mdi-av-not-interested:before {
|
|
content: "\e6b7";
|
|
}
|
|
.mdi-av-pause-circle-fill:before {
|
|
content: "\e6b8";
|
|
}
|
|
.mdi-av-pause-circle-outline:before {
|
|
content: "\e6b9";
|
|
}
|
|
.mdi-av-pause:before {
|
|
content: "\e6ba";
|
|
}
|
|
.mdi-av-play-arrow:before {
|
|
content: "\e6bb";
|
|
}
|
|
.mdi-av-play-circle-fill:before {
|
|
content: "\e6bc";
|
|
}
|
|
.mdi-av-play-circle-outline:before {
|
|
content: "\e6bd";
|
|
}
|
|
.mdi-av-play-shopping-bag:before {
|
|
content: "\e6be";
|
|
}
|
|
.mdi-av-playlist-add:before {
|
|
content: "\e6bf";
|
|
}
|
|
.mdi-av-queue-mus:before {
|
|
content: "\e6c0";
|
|
}
|
|
.mdi-av-queue:before {
|
|
content: "\e6c1";
|
|
}
|
|
.mdi-av-radio:before {
|
|
content: "\e6c2";
|
|
}
|
|
.mdi-av-recent-actors:before {
|
|
content: "\e6c3";
|
|
}
|
|
.mdi-av-repeat-one:before {
|
|
content: "\e6c4";
|
|
}
|
|
.mdi-av-repeat:before {
|
|
content: "\e6c5";
|
|
}
|
|
.mdi-av-replay:before {
|
|
content: "\e6c6";
|
|
}
|
|
.mdi-av-shuffle:before {
|
|
content: "\e6c7";
|
|
}
|
|
.mdi-av-skip-next:before {
|
|
content: "\e6c8";
|
|
}
|
|
.mdi-av-skip-previous:before {
|
|
content: "\e6c9";
|
|
}
|
|
.mdi-av-snooze:before {
|
|
content: "\e6ca";
|
|
}
|
|
.mdi-av-stop:before {
|
|
content: "\e6cb";
|
|
}
|
|
.mdi-av-subtitles:before {
|
|
content: "\e6cc";
|
|
}
|
|
.mdi-av-surround-sound:before {
|
|
content: "\e6cd";
|
|
}
|
|
.mdi-av-timer:before {
|
|
content: "\e6ce";
|
|
}
|
|
.mdi-av-video-collection:before {
|
|
content: "\e6cf";
|
|
}
|
|
.mdi-av-videocam-off:before {
|
|
content: "\e6d0";
|
|
}
|
|
.mdi-av-videocam:before {
|
|
content: "\e6d1";
|
|
}
|
|
.mdi-av-volume-down:before {
|
|
content: "\e6d2";
|
|
}
|
|
.mdi-av-volume-mute:before {
|
|
content: "\e6d3";
|
|
}
|
|
.mdi-av-volume-off:before {
|
|
content: "\e6d4";
|
|
}
|
|
.mdi-av-volume-up:before {
|
|
content: "\e6d5";
|
|
}
|
|
.mdi-av-web:before {
|
|
content: "\e6d6";
|
|
}
|
|
.mdi-communication-business:before {
|
|
content: "\e6d7";
|
|
}
|
|
.mdi-communication-call-end:before {
|
|
content: "\e6d8";
|
|
}
|
|
.mdi-communication-call-made:before {
|
|
content: "\e6d9";
|
|
}
|
|
.mdi-communication-call-merge:before {
|
|
content: "\e6da";
|
|
}
|
|
.mdi-communication-call-missed:before {
|
|
content: "\e6db";
|
|
}
|
|
.mdi-communication-call-received:before {
|
|
content: "\e6dc";
|
|
}
|
|
.mdi-communication-call-split:before {
|
|
content: "\e6dd";
|
|
}
|
|
.mdi-communication-call:before {
|
|
content: "\e6de";
|
|
}
|
|
.mdi-communication-chat:before {
|
|
content: "\e6df";
|
|
}
|
|
.mdi-communication-clear-all:before {
|
|
content: "\e6e0";
|
|
}
|
|
.mdi-communication-comment:before {
|
|
content: "\e6e1";
|
|
}
|
|
.mdi-communication-contacts:before {
|
|
content: "\e6e2";
|
|
}
|
|
.mdi-communication-dialer-sip:before {
|
|
content: "\e6e3";
|
|
}
|
|
.mdi-communication-dialpad:before {
|
|
content: "\e6e4";
|
|
}
|
|
.mdi-communication-dnd-on:before {
|
|
content: "\e6e5";
|
|
}
|
|
.mdi-communication-email:before {
|
|
content: "\e6e6";
|
|
}
|
|
.mdi-communication-forum:before {
|
|
content: "\e6e7";
|
|
}
|
|
.mdi-communication-import-export:before {
|
|
content: "\e6e8";
|
|
}
|
|
.mdi-communication-invert-colors-off:before {
|
|
content: "\e6e9";
|
|
}
|
|
.mdi-communication-invert-colors-on:before {
|
|
content: "\e6ea";
|
|
}
|
|
.mdi-communication-live-help:before {
|
|
content: "\e6eb";
|
|
}
|
|
.mdi-communication-location-off:before {
|
|
content: "\e6ec";
|
|
}
|
|
.mdi-communication-location-on:before {
|
|
content: "\e6ed";
|
|
}
|
|
.mdi-communication-message:before {
|
|
content: "\e6ee";
|
|
}
|
|
.mdi-communication-messenger:before {
|
|
content: "\e6ef";
|
|
}
|
|
.mdi-communication-no-sim:before {
|
|
content: "\e6f0";
|
|
}
|
|
.mdi-communication-phone:before {
|
|
content: "\e6f1";
|
|
}
|
|
.mdi-communication-portable-wifi-off:before {
|
|
content: "\e6f2";
|
|
}
|
|
.mdi-communication-quick-contacts-dialer:before {
|
|
content: "\e6f3";
|
|
}
|
|
.mdi-communication-quick-contacts-mail:before {
|
|
content: "\e6f4";
|
|
}
|
|
.mdi-communication-ring-volume:before {
|
|
content: "\e6f5";
|
|
}
|
|
.mdi-communication-stay-current-landscape:before {
|
|
content: "\e6f6";
|
|
}
|
|
.mdi-communication-stay-current-portrait:before {
|
|
content: "\e6f7";
|
|
}
|
|
.mdi-communication-stay-primary-landscape:before {
|
|
content: "\e6f8";
|
|
}
|
|
.mdi-communication-stay-primary-portrait:before {
|
|
content: "\e6f9";
|
|
}
|
|
.mdi-communication-swap-calls:before {
|
|
content: "\e6fa";
|
|
}
|
|
.mdi-communication-textsms:before {
|
|
content: "\e6fb";
|
|
}
|
|
.mdi-communication-voicemail:before {
|
|
content: "\e6fc";
|
|
}
|
|
.mdi-communication-vpn-key:before {
|
|
content: "\e6fd";
|
|
}
|
|
.mdi-content-add-box:before {
|
|
content: "\e6fe";
|
|
}
|
|
.mdi-content-add-circle-outline:before {
|
|
content: "\e6ff";
|
|
}
|
|
.mdi-content-add-circle:before {
|
|
content: "\e700";
|
|
}
|
|
.mdi-content-add:before {
|
|
content: "\e701";
|
|
}
|
|
.mdi-content-archive:before {
|
|
content: "\e702";
|
|
}
|
|
.mdi-content-backspace:before {
|
|
content: "\e703";
|
|
}
|
|
.mdi-content-block:before {
|
|
content: "\e704";
|
|
}
|
|
.mdi-content-clear:before {
|
|
content: "\e705";
|
|
}
|
|
.mdi-content-content-copy:before {
|
|
content: "\e706";
|
|
}
|
|
.mdi-content-content-cut:before {
|
|
content: "\e707";
|
|
}
|
|
.mdi-content-content-paste:before {
|
|
content: "\e708";
|
|
}
|
|
.mdi-content-create:before {
|
|
content: "\e709";
|
|
}
|
|
.mdi-content-drafts:before {
|
|
content: "\e70a";
|
|
}
|
|
.mdi-content-filter-list:before {
|
|
content: "\e70b";
|
|
}
|
|
.mdi-content-flag:before {
|
|
content: "\e70c";
|
|
}
|
|
.mdi-content-forward:before {
|
|
content: "\e70d";
|
|
}
|
|
.mdi-content-gesture:before {
|
|
content: "\e70e";
|
|
}
|
|
.mdi-content-inbox:before {
|
|
content: "\e70f";
|
|
}
|
|
.mdi-content-link:before {
|
|
content: "\e710";
|
|
}
|
|
.mdi-content-mail:before {
|
|
content: "\e711";
|
|
}
|
|
.mdi-content-markunread:before {
|
|
content: "\e712";
|
|
}
|
|
.mdi-content-redo:before {
|
|
content: "\e713";
|
|
}
|
|
.mdi-content-remove-circle-outline:before {
|
|
content: "\e714";
|
|
}
|
|
.mdi-content-remove-circle:before {
|
|
content: "\e715";
|
|
}
|
|
.mdi-content-remove:before {
|
|
content: "\e716";
|
|
}
|
|
.mdi-content-reply-all:before {
|
|
content: "\e717";
|
|
}
|
|
.mdi-content-reply:before {
|
|
content: "\e718";
|
|
}
|
|
.mdi-content-report:before {
|
|
content: "\e719";
|
|
}
|
|
.mdi-content-save:before {
|
|
content: "\e71a";
|
|
}
|
|
.mdi-content-select-all:before {
|
|
content: "\e71b";
|
|
}
|
|
.mdi-content-send:before {
|
|
content: "\e71c";
|
|
}
|
|
.mdi-content-sort:before {
|
|
content: "\e71d";
|
|
}
|
|
.mdi-content-text-format:before {
|
|
content: "\e71e";
|
|
}
|
|
.mdi-content-undo:before {
|
|
content: "\e71f";
|
|
}
|
|
.mdi-editor-attach-file:before {
|
|
content: "\e776";
|
|
}
|
|
.mdi-editor-attach-money:before {
|
|
content: "\e777";
|
|
}
|
|
.mdi-editor-border-all:before {
|
|
content: "\e778";
|
|
}
|
|
.mdi-editor-border-bottom:before {
|
|
content: "\e779";
|
|
}
|
|
.mdi-editor-border-clear:before {
|
|
content: "\e77a";
|
|
}
|
|
.mdi-editor-border-color:before {
|
|
content: "\e77b";
|
|
}
|
|
.mdi-editor-border-horizontal:before {
|
|
content: "\e77c";
|
|
}
|
|
.mdi-editor-border-inner:before {
|
|
content: "\e77d";
|
|
}
|
|
.mdi-editor-border-left:before {
|
|
content: "\e77e";
|
|
}
|
|
.mdi-editor-border-outer:before {
|
|
content: "\e77f";
|
|
}
|
|
.mdi-editor-border-right:before {
|
|
content: "\e780";
|
|
}
|
|
.mdi-editor-border-style:before {
|
|
content: "\e781";
|
|
}
|
|
.mdi-editor-border-top:before {
|
|
content: "\e782";
|
|
}
|
|
.mdi-editor-border-vertical:before {
|
|
content: "\e783";
|
|
}
|
|
.mdi-editor-format-align-center:before {
|
|
content: "\e784";
|
|
}
|
|
.mdi-editor-format-align-justify:before {
|
|
content: "\e785";
|
|
}
|
|
.mdi-editor-format-align-left:before {
|
|
content: "\e786";
|
|
}
|
|
.mdi-editor-format-align-right:before {
|
|
content: "\e787";
|
|
}
|
|
.mdi-editor-format-bold:before {
|
|
content: "\e788";
|
|
}
|
|
.mdi-editor-format-clear:before {
|
|
content: "\e789";
|
|
}
|
|
.mdi-editor-format-color-fill:before {
|
|
content: "\e78a";
|
|
}
|
|
.mdi-editor-format-color-reset:before {
|
|
content: "\e78b";
|
|
}
|
|
.mdi-editor-format-color-text:before {
|
|
content: "\e78c";
|
|
}
|
|
.mdi-editor-format-indent-decrease:before {
|
|
content: "\e78d";
|
|
}
|
|
.mdi-editor-format-indent-increase:before {
|
|
content: "\e78e";
|
|
}
|
|
.mdi-editor-format-italic:before {
|
|
content: "\e78f";
|
|
}
|
|
.mdi-editor-format-line-spacing:before {
|
|
content: "\e790";
|
|
}
|
|
.mdi-editor-format-list-bulleted:before {
|
|
content: "\e791";
|
|
}
|
|
.mdi-editor-format-list-numbered:before {
|
|
content: "\e792";
|
|
}
|
|
.mdi-editor-format-paint:before {
|
|
content: "\e793";
|
|
}
|
|
.mdi-editor-format-quote:before {
|
|
content: "\e794";
|
|
}
|
|
.mdi-editor-format-size:before {
|
|
content: "\e795";
|
|
}
|
|
.mdi-editor-format-strikethrough:before {
|
|
content: "\e796";
|
|
}
|
|
.mdi-editor-format-textdirection-l-to-r:before {
|
|
content: "\e797";
|
|
}
|
|
.mdi-editor-format-textdirection-r-to-l:before {
|
|
content: "\e798";
|
|
}
|
|
.mdi-editor-format-underline:before {
|
|
content: "\e799";
|
|
}
|
|
.mdi-editor-functions:before {
|
|
content: "\e79a";
|
|
}
|
|
.mdi-editor-insert-chart:before {
|
|
content: "\e79b";
|
|
}
|
|
.mdi-editor-insert-comment:before {
|
|
content: "\e79c";
|
|
}
|
|
.mdi-editor-insert-drive-file:before {
|
|
content: "\e79d";
|
|
}
|
|
.mdi-editor-insert-emoticon:before {
|
|
content: "\e79e";
|
|
}
|
|
.mdi-editor-insert-invitation:before {
|
|
content: "\e79f";
|
|
}
|
|
.mdi-editor-insert-link:before {
|
|
content: "\e7a0";
|
|
}
|
|
.mdi-editor-insert-photo:before {
|
|
content: "\e7a1";
|
|
}
|
|
.mdi-editor-merge-type:before {
|
|
content: "\e7a2";
|
|
}
|
|
.mdi-editor-mode-comment:before {
|
|
content: "\e7a3";
|
|
}
|
|
.mdi-editor-mode-edit:before {
|
|
content: "\e7a4";
|
|
}
|
|
.mdi-editor-publish:before {
|
|
content: "\e7a5";
|
|
}
|
|
.mdi-editor-vertical-align-bottom:before {
|
|
content: "\e7a6";
|
|
}
|
|
.mdi-editor-vertical-align-center:before {
|
|
content: "\e7a7";
|
|
}
|
|
.mdi-editor-vertical-align-top:before {
|
|
content: "\e7a8";
|
|
}
|
|
.mdi-editor-wrap-text:before {
|
|
content: "\e7a9";
|
|
}
|
|
.mdi-file-attachment:before {
|
|
content: "\e7aa";
|
|
}
|
|
.mdi-file-cloud-circle:before {
|
|
content: "\e7ab";
|
|
}
|
|
.mdi-file-cloud-done:before {
|
|
content: "\e7ac";
|
|
}
|
|
.mdi-file-cloud-download:before {
|
|
content: "\e7ad";
|
|
}
|
|
.mdi-file-cloud-off:before {
|
|
content: "\e7ae";
|
|
}
|
|
.mdi-file-cloud-queue:before {
|
|
content: "\e7af";
|
|
}
|
|
.mdi-file-cloud-upload:before {
|
|
content: "\e7b0";
|
|
}
|
|
.mdi-file-cloud:before {
|
|
content: "\e7b1";
|
|
}
|
|
.mdi-file-file-download:before {
|
|
content: "\e7b2";
|
|
}
|
|
.mdi-file-file-upload:before {
|
|
content: "\e7b3";
|
|
}
|
|
.mdi-file-folder-open:before {
|
|
content: "\e7b4";
|
|
}
|
|
.mdi-file-folder-shared:before {
|
|
content: "\e7b5";
|
|
}
|
|
.mdi-file-folder:before {
|
|
content: "\e7b6";
|
|
}
|
|
.mdi-device-access-alarm:before {
|
|
content: "\e720";
|
|
}
|
|
.mdi-device-access-alarms:before {
|
|
content: "\e721";
|
|
}
|
|
.mdi-device-access-time:before {
|
|
content: "\e722";
|
|
}
|
|
.mdi-device-add-alarm:before {
|
|
content: "\e723";
|
|
}
|
|
.mdi-device-airplanemode-off:before {
|
|
content: "\e724";
|
|
}
|
|
.mdi-device-airplanemode-on:before {
|
|
content: "\e725";
|
|
}
|
|
.mdi-device-battery-20:before {
|
|
content: "\e726";
|
|
}
|
|
.mdi-device-battery-30:before {
|
|
content: "\e727";
|
|
}
|
|
.mdi-device-battery-50:before {
|
|
content: "\e728";
|
|
}
|
|
.mdi-device-battery-60:before {
|
|
content: "\e729";
|
|
}
|
|
.mdi-device-battery-80:before {
|
|
content: "\e72a";
|
|
}
|
|
.mdi-device-battery-90:before {
|
|
content: "\e72b";
|
|
}
|
|
.mdi-device-battery-alert:before {
|
|
content: "\e72c";
|
|
}
|
|
.mdi-device-battery-charging-20:before {
|
|
content: "\e72d";
|
|
}
|
|
.mdi-device-battery-charging-30:before {
|
|
content: "\e72e";
|
|
}
|
|
.mdi-device-battery-charging-50:before {
|
|
content: "\e72f";
|
|
}
|
|
.mdi-device-battery-charging-60:before {
|
|
content: "\e730";
|
|
}
|
|
.mdi-device-battery-charging-80:before {
|
|
content: "\e731";
|
|
}
|
|
.mdi-device-battery-charging-90:before {
|
|
content: "\e732";
|
|
}
|
|
.mdi-device-battery-charging-full:before {
|
|
content: "\e733";
|
|
}
|
|
.mdi-device-battery-full:before {
|
|
content: "\e734";
|
|
}
|
|
.mdi-device-battery-std:before {
|
|
content: "\e735";
|
|
}
|
|
.mdi-device-battery-unknown:before {
|
|
content: "\e736";
|
|
}
|
|
.mdi-device-bluetooth-connected:before {
|
|
content: "\e737";
|
|
}
|
|
.mdi-device-bluetooth-disabled:before {
|
|
content: "\e738";
|
|
}
|
|
.mdi-device-bluetooth-searching:before {
|
|
content: "\e739";
|
|
}
|
|
.mdi-device-bluetooth:before {
|
|
content: "\e73a";
|
|
}
|
|
.mdi-device-brightness-auto:before {
|
|
content: "\e73b";
|
|
}
|
|
.mdi-device-brightness-high:before {
|
|
content: "\e73c";
|
|
}
|
|
.mdi-device-brightness-low:before {
|
|
content: "\e73d";
|
|
}
|
|
.mdi-device-brightness-medium:before {
|
|
content: "\e73e";
|
|
}
|
|
.mdi-device-data-usage:before {
|
|
content: "\e73f";
|
|
}
|
|
.mdi-device-developer-mode:before {
|
|
content: "\e740";
|
|
}
|
|
.mdi-device-devices:before {
|
|
content: "\e741";
|
|
}
|
|
.mdi-device-dvr:before {
|
|
content: "\e742";
|
|
}
|
|
.mdi-device-gps-fixed:before {
|
|
content: "\e743";
|
|
}
|
|
.mdi-device-gps-not-fixed:before {
|
|
content: "\e744";
|
|
}
|
|
.mdi-device-gps-off:before {
|
|
content: "\e745";
|
|
}
|
|
.mdi-device-location-disabled:before {
|
|
content: "\e746";
|
|
}
|
|
.mdi-device-location-searching:before {
|
|
content: "\e747";
|
|
}
|
|
.mdi-device-multitrack-audio:before {
|
|
content: "\e748";
|
|
}
|
|
.mdi-device-network-cell:before {
|
|
content: "\e749";
|
|
}
|
|
.mdi-device-network-wifi:before {
|
|
content: "\e74a";
|
|
}
|
|
.mdi-device-nfc:before {
|
|
content: "\e74b";
|
|
}
|
|
.mdi-device-now-wallpaper:before {
|
|
content: "\e74c";
|
|
}
|
|
.mdi-device-now-widgets:before {
|
|
content: "\e74d";
|
|
}
|
|
.mdi-device-screen-lock-landscape:before {
|
|
content: "\e74e";
|
|
}
|
|
.mdi-device-screen-lock-portrait:before {
|
|
content: "\e74f";
|
|
}
|
|
.mdi-device-screen-lock-rotation:before {
|
|
content: "\e750";
|
|
}
|
|
.mdi-device-screen-rotation:before {
|
|
content: "\e751";
|
|
}
|
|
.mdi-device-sd-storage:before {
|
|
content: "\e752";
|
|
}
|
|
.mdi-device-settings-system-daydream:before {
|
|
content: "\e753";
|
|
}
|
|
.mdi-device-signal-cellular-0-bar:before {
|
|
content: "\e754";
|
|
}
|
|
.mdi-device-signal-cellular-1-bar:before {
|
|
content: "\e755";
|
|
}
|
|
.mdi-device-signal-cellular-2-bar:before {
|
|
content: "\e756";
|
|
}
|
|
.mdi-device-signal-cellular-3-bar:before {
|
|
content: "\e757";
|
|
}
|
|
.mdi-device-signal-cellular-4-bar:before {
|
|
content: "\e758";
|
|
}
|
|
.mdi-signal-wifi-statusbar-connected-no-internet-after:before {
|
|
content: "\e8f6";
|
|
}
|
|
.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
|
|
content: "\e759";
|
|
}
|
|
.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
|
|
content: "\e75a";
|
|
}
|
|
.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
|
|
content: "\e75b";
|
|
}
|
|
.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
|
|
content: "\e75c";
|
|
}
|
|
.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
|
|
content: "\e75d";
|
|
}
|
|
.mdi-device-signal-cellular-no-sim:before {
|
|
content: "\e75e";
|
|
}
|
|
.mdi-device-signal-cellular-null:before {
|
|
content: "\e75f";
|
|
}
|
|
.mdi-device-signal-cellular-off:before {
|
|
content: "\e760";
|
|
}
|
|
.mdi-device-signal-wifi-0-bar:before {
|
|
content: "\e761";
|
|
}
|
|
.mdi-device-signal-wifi-1-bar:before {
|
|
content: "\e762";
|
|
}
|
|
.mdi-device-signal-wifi-2-bar:before {
|
|
content: "\e763";
|
|
}
|
|
.mdi-device-signal-wifi-3-bar:before {
|
|
content: "\e764";
|
|
}
|
|
.mdi-device-signal-wifi-4-bar:before {
|
|
content: "\e765";
|
|
}
|
|
.mdi-device-signal-wifi-off:before {
|
|
content: "\e766";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-1-bar:before {
|
|
content: "\e767";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-2-bar:before {
|
|
content: "\e768";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-3-bar:before {
|
|
content: "\e769";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-4-bar:before {
|
|
content: "\e76a";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-connected-no-internet-:before {
|
|
content: "\e76b";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-connected-no-internet:before {
|
|
content: "\e76f";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before {
|
|
content: "\e76c";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before {
|
|
content: "\e76d";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before {
|
|
content: "\e76e";
|
|
}
|
|
.mdi-signal-wifi-statusbar-not-connected-after:before {
|
|
content: "\e8f7";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-not-connected:before {
|
|
content: "\e770";
|
|
}
|
|
.mdi-device-signal-wifi-statusbar-null:before {
|
|
content: "\e771";
|
|
}
|
|
.mdi-device-storage:before {
|
|
content: "\e772";
|
|
}
|
|
.mdi-device-usb:before {
|
|
content: "\e773";
|
|
}
|
|
.mdi-device-wifi-lock:before {
|
|
content: "\e774";
|
|
}
|
|
.mdi-device-wifi-tethering:before {
|
|
content: "\e775";
|
|
}
|
|
.mdi-hardware-cast-connected:before {
|
|
content: "\e7b7";
|
|
}
|
|
.mdi-hardware-cast:before {
|
|
content: "\e7b8";
|
|
}
|
|
.mdi-hardware-computer:before {
|
|
content: "\e7b9";
|
|
}
|
|
.mdi-hardware-desktop-mac:before {
|
|
content: "\e7ba";
|
|
}
|
|
.mdi-hardware-desktop-windows:before {
|
|
content: "\e7bb";
|
|
}
|
|
.mdi-hardware-dock:before {
|
|
content: "\e7bc";
|
|
}
|
|
.mdi-hardware-gamepad:before {
|
|
content: "\e7bd";
|
|
}
|
|
.mdi-hardware-headset-mic:before {
|
|
content: "\e7be";
|
|
}
|
|
.mdi-hardware-headset:before {
|
|
content: "\e7bf";
|
|
}
|
|
.mdi-hardware-keyboard-alt:before {
|
|
content: "\e7c0";
|
|
}
|
|
.mdi-hardware-keyboard-arrow-down:before {
|
|
content: "\e7c1";
|
|
}
|
|
.mdi-hardware-keyboard-arrow-left:before {
|
|
content: "\e7c2";
|
|
}
|
|
.mdi-hardware-keyboard-arrow-right:before {
|
|
content: "\e7c3";
|
|
}
|
|
.mdi-hardware-keyboard-arrow-up:before {
|
|
content: "\e7c4";
|
|
}
|
|
.mdi-hardware-keyboard-backspace:before {
|
|
content: "\e7c5";
|
|
}
|
|
.mdi-hardware-keyboard-capslock:before {
|
|
content: "\e7c6";
|
|
}
|
|
.mdi-hardware-keyboard-control:before {
|
|
content: "\e7c7";
|
|
}
|
|
.mdi-hardware-keyboard-hide:before {
|
|
content: "\e7c8";
|
|
}
|
|
.mdi-hardware-keyboard-return:before {
|
|
content: "\e7c9";
|
|
}
|
|
.mdi-hardware-keyboard-tab:before {
|
|
content: "\e7ca";
|
|
}
|
|
.mdi-hardware-keyboard-voice:before {
|
|
content: "\e7cb";
|
|
}
|
|
.mdi-hardware-keyboard:before {
|
|
content: "\e7cc";
|
|
}
|
|
.mdi-hardware-laptop-chromebook:before {
|
|
content: "\e7cd";
|
|
}
|
|
.mdi-hardware-laptop-mac:before {
|
|
content: "\e7ce";
|
|
}
|
|
.mdi-hardware-laptop-windows:before {
|
|
content: "\e7cf";
|
|
}
|
|
.mdi-hardware-laptop:before {
|
|
content: "\e7d0";
|
|
}
|
|
.mdi-hardware-memory:before {
|
|
content: "\e7d1";
|
|
}
|
|
.mdi-hardware-mouse:before {
|
|
content: "\e7d2";
|
|
}
|
|
.mdi-hardware-phone-android:before {
|
|
content: "\e7d3";
|
|
}
|
|
.mdi-hardware-phone-iphone:before {
|
|
content: "\e7d4";
|
|
}
|
|
.mdi-hardware-phonelink-off:before {
|
|
content: "\e7d5";
|
|
}
|
|
.mdi-hardware-phonelink:before {
|
|
content: "\e7d6";
|
|
}
|
|
.mdi-hardware-security:before {
|
|
content: "\e7d7";
|
|
}
|
|
.mdi-hardware-sim-card:before {
|
|
content: "\e7d8";
|
|
}
|
|
.mdi-hardware-smartphone:before {
|
|
content: "\e7d9";
|
|
}
|
|
.mdi-hardware-speaker:before {
|
|
content: "\e7da";
|
|
}
|
|
.mdi-hardware-tablet-android:before {
|
|
content: "\e7db";
|
|
}
|
|
.mdi-hardware-tablet-mac:before {
|
|
content: "\e7dc";
|
|
}
|
|
.mdi-hardware-tablet:before {
|
|
content: "\e7dd";
|
|
}
|
|
.mdi-hardware-tv:before {
|
|
content: "\e7de";
|
|
}
|
|
.mdi-hardware-watch:before {
|
|
content: "\e7df";
|
|
}
|
|
.mdi-image-add-to-photos:before {
|
|
content: "\e7e0";
|
|
}
|
|
.mdi-image-adjust:before {
|
|
content: "\e7e1";
|
|
}
|
|
.mdi-image-assistant-photo:before {
|
|
content: "\e7e2";
|
|
}
|
|
.mdi-image-audiotrack:before {
|
|
content: "\e7e3";
|
|
}
|
|
.mdi-image-blur-circular:before {
|
|
content: "\e7e4";
|
|
}
|
|
.mdi-image-blur-linear:before {
|
|
content: "\e7e5";
|
|
}
|
|
.mdi-image-blur-off:before {
|
|
content: "\e7e6";
|
|
}
|
|
.mdi-image-blur-on:before {
|
|
content: "\e7e7";
|
|
}
|
|
.mdi-image-brightness-1:before {
|
|
content: "\e7e8";
|
|
}
|
|
.mdi-image-brightness-2:before {
|
|
content: "\e7e9";
|
|
}
|
|
.mdi-image-brightness-3:before {
|
|
content: "\e7ea";
|
|
}
|
|
.mdi-image-brightness-4:before {
|
|
content: "\e7eb";
|
|
}
|
|
.mdi-image-brightness-5:before {
|
|
content: "\e7ec";
|
|
}
|
|
.mdi-image-brightness-6:before {
|
|
content: "\e7ed";
|
|
}
|
|
.mdi-image-brightness-7:before {
|
|
content: "\e7ee";
|
|
}
|
|
.mdi-image-brush:before {
|
|
content: "\e7ef";
|
|
}
|
|
.mdi-image-camera-alt:before {
|
|
content: "\e7f0";
|
|
}
|
|
.mdi-image-camera-front:before {
|
|
content: "\e7f1";
|
|
}
|
|
.mdi-image-camera-rear:before {
|
|
content: "\e7f2";
|
|
}
|
|
.mdi-image-camera-roll:before {
|
|
content: "\e7f3";
|
|
}
|
|
.mdi-image-camera:before {
|
|
content: "\e7f4";
|
|
}
|
|
.mdi-image-center-focus-strong:before {
|
|
content: "\e7f5";
|
|
}
|
|
.mdi-image-center-focus-weak:before {
|
|
content: "\e7f6";
|
|
}
|
|
.mdi-image-collections:before {
|
|
content: "\e7f7";
|
|
}
|
|
.mdi-image-color-lens:before {
|
|
content: "\e7f8";
|
|
}
|
|
.mdi-image-colorize:before {
|
|
content: "\e7f9";
|
|
}
|
|
.mdi-image-compare:before {
|
|
content: "\e7fa";
|
|
}
|
|
.mdi-image-control-point-duplicate:before {
|
|
content: "\e7fb";
|
|
}
|
|
.mdi-image-control-point:before {
|
|
content: "\e7fc";
|
|
}
|
|
.mdi-image-crop-3-2:before {
|
|
content: "\e7fd";
|
|
}
|
|
.mdi-image-crop-5-4:before {
|
|
content: "\e7fe";
|
|
}
|
|
.mdi-image-crop-7-5:before {
|
|
content: "\e7ff";
|
|
}
|
|
.mdi-image-crop-16-9:before {
|
|
content: "\e800";
|
|
}
|
|
.mdi-image-crop-din:before {
|
|
content: "\e801";
|
|
}
|
|
.mdi-image-crop-free:before {
|
|
content: "\e802";
|
|
}
|
|
.mdi-image-crop-landscape:before {
|
|
content: "\e803";
|
|
}
|
|
.mdi-image-crop-original:before {
|
|
content: "\e804";
|
|
}
|
|
.mdi-image-crop-portrait:before {
|
|
content: "\e805";
|
|
}
|
|
.mdi-image-crop-square:before {
|
|
content: "\e806";
|
|
}
|
|
.mdi-image-crop:before {
|
|
content: "\e807";
|
|
}
|
|
.mdi-image-dehaze:before {
|
|
content: "\e808";
|
|
}
|
|
.mdi-image-details:before {
|
|
content: "\e809";
|
|
}
|
|
.mdi-image-edit:before {
|
|
content: "\e80a";
|
|
}
|
|
.mdi-image-exposure-minus-1:before {
|
|
content: "\e80b";
|
|
}
|
|
.mdi-image-exposure-minus-2:before {
|
|
content: "\e80c";
|
|
}
|
|
.mdi-image-exposure-plus-1:before {
|
|
content: "\e80d";
|
|
}
|
|
.mdi-image-exposure-plus-2:before {
|
|
content: "\e80e";
|
|
}
|
|
.mdi-image-exposure-zero:before {
|
|
content: "\e80f";
|
|
}
|
|
.mdi-image-exposure:before {
|
|
content: "\e810";
|
|
}
|
|
.mdi-image-filter-1:before {
|
|
content: "\e811";
|
|
}
|
|
.mdi-image-filter-2:before {
|
|
content: "\e812";
|
|
}
|
|
.mdi-image-filter-3:before {
|
|
content: "\e813";
|
|
}
|
|
.mdi-image-filter-4:before {
|
|
content: "\e814";
|
|
}
|
|
.mdi-image-filter-5:before {
|
|
content: "\e815";
|
|
}
|
|
.mdi-image-filter-6:before {
|
|
content: "\e816";
|
|
}
|
|
.mdi-image-filter-7:before {
|
|
content: "\e817";
|
|
}
|
|
.mdi-image-filter-8:before {
|
|
content: "\e818";
|
|
}
|
|
.mdi-image-filter-9-plus:before {
|
|
content: "\e819";
|
|
}
|
|
.mdi-image-filter-9:before {
|
|
content: "\e81a";
|
|
}
|
|
.mdi-image-filter-b-and-w:before {
|
|
content: "\e81b";
|
|
}
|
|
.mdi-image-filter-center-focus:before {
|
|
content: "\e81c";
|
|
}
|
|
.mdi-image-filter-drama:before {
|
|
content: "\e81d";
|
|
}
|
|
.mdi-image-filter-frames:before {
|
|
content: "\e81e";
|
|
}
|
|
.mdi-image-filter-hdr:before {
|
|
content: "\e81f";
|
|
}
|
|
.mdi-image-filter-none:before {
|
|
content: "\e820";
|
|
}
|
|
.mdi-image-filter-tilt-shift:before {
|
|
content: "\e821";
|
|
}
|
|
.mdi-image-filter-vintage:before {
|
|
content: "\e822";
|
|
}
|
|
.mdi-image-filter:before {
|
|
content: "\e823";
|
|
}
|
|
.mdi-image-flare:before {
|
|
content: "\e824";
|
|
}
|
|
.mdi-image-flash-auto:before {
|
|
content: "\e825";
|
|
}
|
|
.mdi-image-flash-off:before {
|
|
content: "\e826";
|
|
}
|
|
.mdi-image-flash-on:before {
|
|
content: "\e827";
|
|
}
|
|
.mdi-image-flip:before {
|
|
content: "\e828";
|
|
}
|
|
.mdi-image-gradient:before {
|
|
content: "\e829";
|
|
}
|
|
.mdi-image-grain:before {
|
|
content: "\e82a";
|
|
}
|
|
.mdi-image-grid-off:before {
|
|
content: "\e82b";
|
|
}
|
|
.mdi-image-grid-on:before {
|
|
content: "\e82c";
|
|
}
|
|
.mdi-image-hdr-off:before {
|
|
content: "\e82d";
|
|
}
|
|
.mdi-image-hdr-on:before {
|
|
content: "\e82e";
|
|
}
|
|
.mdi-image-hdr-strong:before {
|
|
content: "\e82f";
|
|
}
|
|
.mdi-image-hdr-weak:before {
|
|
content: "\e830";
|
|
}
|
|
.mdi-image-healing:before {
|
|
content: "\e831";
|
|
}
|
|
.mdi-image-image-aspect-ratio:before {
|
|
content: "\e832";
|
|
}
|
|
.mdi-image-image:before {
|
|
content: "\e833";
|
|
}
|
|
.mdi-image-iso:before {
|
|
content: "\e834";
|
|
}
|
|
.mdi-image-landscape:before {
|
|
content: "\e835";
|
|
}
|
|
.mdi-image-leak-add:before {
|
|
content: "\e836";
|
|
}
|
|
.mdi-image-leak-remove:before {
|
|
content: "\e837";
|
|
}
|
|
.mdi-image-lens:before {
|
|
content: "\e838";
|
|
}
|
|
.mdi-image-looks-3:before {
|
|
content: "\e839";
|
|
}
|
|
.mdi-image-looks-4:before {
|
|
content: "\e83a";
|
|
}
|
|
.mdi-image-looks-5:before {
|
|
content: "\e83b";
|
|
}
|
|
.mdi-image-looks-6:before {
|
|
content: "\e83c";
|
|
}
|
|
.mdi-image-looks-one:before {
|
|
content: "\e83d";
|
|
}
|
|
.mdi-image-looks-two:before {
|
|
content: "\e83e";
|
|
}
|
|
.mdi-image-looks:before {
|
|
content: "\e83f";
|
|
}
|
|
.mdi-image-loupe:before {
|
|
content: "\e840";
|
|
}
|
|
.mdi-image-movie-creation:before {
|
|
content: "\e841";
|
|
}
|
|
.mdi-image-nature-people:before {
|
|
content: "\e842";
|
|
}
|
|
.mdi-image-nature:before {
|
|
content: "\e843";
|
|
}
|
|
.mdi-image-navigate-before:before {
|
|
content: "\e844";
|
|
}
|
|
.mdi-image-navigate-next:before {
|
|
content: "\e845";
|
|
}
|
|
.mdi-image-palette:before {
|
|
content: "\e846";
|
|
}
|
|
.mdi-image-panorama-fisheye:before {
|
|
content: "\e847";
|
|
}
|
|
.mdi-image-panorama-horizontal:before {
|
|
content: "\e848";
|
|
}
|
|
.mdi-image-panorama-vertical:before {
|
|
content: "\e849";
|
|
}
|
|
.mdi-image-panorama-wide-angle:before {
|
|
content: "\e84a";
|
|
}
|
|
.mdi-image-panorama:before {
|
|
content: "\e84b";
|
|
}
|
|
.mdi-image-photo-album:before {
|
|
content: "\e84c";
|
|
}
|
|
.mdi-image-photo-camera:before {
|
|
content: "\e84d";
|
|
}
|
|
.mdi-image-photo-library:before {
|
|
content: "\e84e";
|
|
}
|
|
.mdi-image-photo:before {
|
|
content: "\e84f";
|
|
}
|
|
.mdi-image-portrait:before {
|
|
content: "\e850";
|
|
}
|
|
.mdi-image-remove-red-eye:before {
|
|
content: "\e851";
|
|
}
|
|
.mdi-image-rotate-left:before {
|
|
content: "\e852";
|
|
}
|
|
.mdi-image-rotate-right:before {
|
|
content: "\e853";
|
|
}
|
|
.mdi-image-slideshow:before {
|
|
content: "\e854";
|
|
}
|
|
.mdi-image-straighten:before {
|
|
content: "\e855";
|
|
}
|
|
.mdi-image-style:before {
|
|
content: "\e856";
|
|
}
|
|
.mdi-image-switch-camera:before {
|
|
content: "\e857";
|
|
}
|
|
.mdi-image-switch-video:before {
|
|
content: "\e858";
|
|
}
|
|
.mdi-image-tag-faces:before {
|
|
content: "\e859";
|
|
}
|
|
.mdi-image-texture:before {
|
|
content: "\e85a";
|
|
}
|
|
.mdi-image-timelapse:before {
|
|
content: "\e85b";
|
|
}
|
|
.mdi-image-timer-3:before {
|
|
content: "\e85c";
|
|
}
|
|
.mdi-image-timer-10:before {
|
|
content: "\e85d";
|
|
}
|
|
.mdi-image-timer-auto:before {
|
|
content: "\e85e";
|
|
}
|
|
.mdi-image-timer-off:before {
|
|
content: "\e85f";
|
|
}
|
|
.mdi-image-timer:before {
|
|
content: "\e860";
|
|
}
|
|
.mdi-image-tonality:before {
|
|
content: "\e861";
|
|
}
|
|
.mdi-image-transform:before {
|
|
content: "\e862";
|
|
}
|
|
.mdi-image-tune:before {
|
|
content: "\e863";
|
|
}
|
|
.mdi-image-wb-auto:before {
|
|
content: "\e864";
|
|
}
|
|
.mdi-image-wb-cloudy:before {
|
|
content: "\e865";
|
|
}
|
|
.mdi-image-wb-incandescent:before {
|
|
content: "\e866";
|
|
}
|
|
.mdi-image-wb-irradescent:before {
|
|
content: "\e867";
|
|
}
|
|
.mdi-image-wb-sunny:before {
|
|
content: "\e868";
|
|
}
|
|
.mdi-maps-beenhere:before {
|
|
content: "\e869";
|
|
}
|
|
.mdi-maps-directions-bike:before {
|
|
content: "\e86a";
|
|
}
|
|
.mdi-maps-directions-bus:before {
|
|
content: "\e86b";
|
|
}
|
|
.mdi-maps-directions-car:before {
|
|
content: "\e86c";
|
|
}
|
|
.mdi-maps-directions-ferry:before {
|
|
content: "\e86d";
|
|
}
|
|
.mdi-maps-directions-subway:before {
|
|
content: "\e86e";
|
|
}
|
|
.mdi-maps-directions-train:before {
|
|
content: "\e86f";
|
|
}
|
|
.mdi-maps-directions-transit:before {
|
|
content: "\e870";
|
|
}
|
|
.mdi-maps-directions-walk:before {
|
|
content: "\e871";
|
|
}
|
|
.mdi-maps-directions:before {
|
|
content: "\e872";
|
|
}
|
|
.mdi-maps-flight:before {
|
|
content: "\e873";
|
|
}
|
|
.mdi-maps-hotel:before {
|
|
content: "\e874";
|
|
}
|
|
.mdi-maps-layers-clear:before {
|
|
content: "\e875";
|
|
}
|
|
.mdi-maps-layers:before {
|
|
content: "\e876";
|
|
}
|
|
.mdi-maps-local-airport:before {
|
|
content: "\e877";
|
|
}
|
|
.mdi-maps-local-atm:before {
|
|
content: "\e878";
|
|
}
|
|
.mdi-maps-local-attraction:before {
|
|
content: "\e879";
|
|
}
|
|
.mdi-maps-local-bar:before {
|
|
content: "\e87a";
|
|
}
|
|
.mdi-maps-local-cafe:before {
|
|
content: "\e87b";
|
|
}
|
|
.mdi-maps-local-car-wash:before {
|
|
content: "\e87c";
|
|
}
|
|
.mdi-maps-local-convenience-store:before {
|
|
content: "\e87d";
|
|
}
|
|
.mdi-maps-local-drink:before {
|
|
content: "\e87e";
|
|
}
|
|
.mdi-maps-local-florist:before {
|
|
content: "\e87f";
|
|
}
|
|
.mdi-maps-local-gas-station:before {
|
|
content: "\e880";
|
|
}
|
|
.mdi-maps-local-grocery-store:before {
|
|
content: "\e881";
|
|
}
|
|
.mdi-maps-local-hospital:before {
|
|
content: "\e882";
|
|
}
|
|
.mdi-maps-local-hotel:before {
|
|
content: "\e883";
|
|
}
|
|
.mdi-maps-local-laundry-service:before {
|
|
content: "\e884";
|
|
}
|
|
.mdi-maps-local-library:before {
|
|
content: "\e885";
|
|
}
|
|
.mdi-maps-local-mall:before {
|
|
content: "\e886";
|
|
}
|
|
.mdi-maps-local-movies:before {
|
|
content: "\e887";
|
|
}
|
|
.mdi-maps-local-offer:before {
|
|
content: "\e888";
|
|
}
|
|
.mdi-maps-local-parking:before {
|
|
content: "\e889";
|
|
}
|
|
.mdi-maps-local-pharmacy:before {
|
|
content: "\e88a";
|
|
}
|
|
.mdi-maps-local-phone:before {
|
|
content: "\e88b";
|
|
}
|
|
.mdi-maps-local-pizza:before {
|
|
content: "\e88c";
|
|
}
|
|
.mdi-maps-local-play:before {
|
|
content: "\e88d";
|
|
}
|
|
.mdi-maps-local-post-office:before {
|
|
content: "\e88e";
|
|
}
|
|
.mdi-maps-local-print-shop:before {
|
|
content: "\e88f";
|
|
}
|
|
.mdi-maps-local-restaurant:before {
|
|
content: "\e890";
|
|
}
|
|
.mdi-maps-local-see:before {
|
|
content: "\e891";
|
|
}
|
|
.mdi-maps-local-shipping:before {
|
|
content: "\e892";
|
|
}
|
|
.mdi-maps-local-taxi:before {
|
|
content: "\e893";
|
|
}
|
|
.mdi-maps-location-history:before {
|
|
content: "\e894";
|
|
}
|
|
.mdi-maps-map:before {
|
|
content: "\e895";
|
|
}
|
|
.mdi-maps-my-location:before {
|
|
content: "\e896";
|
|
}
|
|
.mdi-maps-navigation:before {
|
|
content: "\e897";
|
|
}
|
|
.mdi-maps-pin-drop:before {
|
|
content: "\e898";
|
|
}
|
|
.mdi-maps-place:before {
|
|
content: "\e899";
|
|
}
|
|
.mdi-maps-rate-review:before {
|
|
content: "\e89a";
|
|
}
|
|
.mdi-maps-restaurant-menu:before {
|
|
content: "\e89b";
|
|
}
|
|
.mdi-maps-satellite:before {
|
|
content: "\e89c";
|
|
}
|
|
.mdi-maps-store-mall-directory:before {
|
|
content: "\e89d";
|
|
}
|
|
.mdi-maps-terrain:before {
|
|
content: "\e89e";
|
|
}
|
|
.mdi-maps-traffic:before {
|
|
content: "\e89f";
|
|
}
|
|
.mdi-navigation-apps:before {
|
|
content: "\e8a0";
|
|
}
|
|
.mdi-navigation-arrow-back:before {
|
|
content: "\e8a1";
|
|
}
|
|
.mdi-navigation-arrow-drop-down-circle:before {
|
|
content: "\e8a2";
|
|
}
|
|
.mdi-navigation-arrow-drop-down:before {
|
|
content: "\e8a3";
|
|
}
|
|
.mdi-navigation-arrow-drop-up:before {
|
|
content: "\e8a4";
|
|
}
|
|
.mdi-navigation-arrow-forward:before {
|
|
content: "\e8a5";
|
|
}
|
|
.mdi-navigation-cancel:before {
|
|
content: "\e8a6";
|
|
}
|
|
.mdi-navigation-check:before {
|
|
content: "\e8a7";
|
|
}
|
|
.mdi-navigation-chevron-left:before {
|
|
content: "\e8a8";
|
|
}
|
|
.mdi-navigation-chevron-right:before {
|
|
content: "\e8a9";
|
|
}
|
|
.mdi-navigation-close:before {
|
|
content: "\e8aa";
|
|
}
|
|
.mdi-navigation-expand-less:before {
|
|
content: "\e8ab";
|
|
}
|
|
.mdi-navigation-expand-more:before {
|
|
content: "\e8ac";
|
|
}
|
|
.mdi-navigation-fullscreen-exit:before {
|
|
content: "\e8ad";
|
|
}
|
|
.mdi-navigation-fullscreen:before {
|
|
content: "\e8ae";
|
|
}
|
|
.mdi-navigation-menu:before {
|
|
content: "\e8af";
|
|
}
|
|
.mdi-navigation-more-horiz:before {
|
|
content: "\e8b0";
|
|
}
|
|
.mdi-navigation-more-vert:before {
|
|
content: "\e8b1";
|
|
}
|
|
.mdi-navigation-refresh:before {
|
|
content: "\e8b2";
|
|
}
|
|
.mdi-navigation-unfold-less:before {
|
|
content: "\e8b3";
|
|
}
|
|
.mdi-navigation-unfold-more:before {
|
|
content: "\e8b4";
|
|
}
|
|
.mdi-notification-adb:before {
|
|
content: "\e8b5";
|
|
}
|
|
.mdi-notification-bluetooth-audio:before {
|
|
content: "\e8b6";
|
|
}
|
|
.mdi-notification-disc-full:before {
|
|
content: "\e8b7";
|
|
}
|
|
.mdi-notification-dnd-forwardslash:before {
|
|
content: "\e8b8";
|
|
}
|
|
.mdi-notification-do-not-disturb:before {
|
|
content: "\e8b9";
|
|
}
|
|
.mdi-notification-drive-eta:before {
|
|
content: "\e8ba";
|
|
}
|
|
.mdi-notification-event-available:before {
|
|
content: "\e8bb";
|
|
}
|
|
.mdi-notification-event-busy:before {
|
|
content: "\e8bc";
|
|
}
|
|
.mdi-notification-event-note:before {
|
|
content: "\e8bd";
|
|
}
|
|
.mdi-notification-folder-special:before {
|
|
content: "\e8be";
|
|
}
|
|
.mdi-notification-mms:before {
|
|
content: "\e8bf";
|
|
}
|
|
.mdi-notification-more:before {
|
|
content: "\e8c0";
|
|
}
|
|
.mdi-notification-network-locked:before {
|
|
content: "\e8c1";
|
|
}
|
|
.mdi-notification-phone-bluetooth-speaker:before {
|
|
content: "\e8c2";
|
|
}
|
|
.mdi-notification-phone-forwarded:before {
|
|
content: "\e8c3";
|
|
}
|
|
.mdi-notification-phone-in-talk:before {
|
|
content: "\e8c4";
|
|
}
|
|
.mdi-notification-phone-locked:before {
|
|
content: "\e8c5";
|
|
}
|
|
.mdi-notification-phone-missed:before {
|
|
content: "\e8c6";
|
|
}
|
|
.mdi-notification-phone-paused:before {
|
|
content: "\e8c7";
|
|
}
|
|
.mdi-notification-play-download:before {
|
|
content: "\e8c8";
|
|
}
|
|
.mdi-notification-play-install:before {
|
|
content: "\e8c9";
|
|
}
|
|
.mdi-notification-sd-card:before {
|
|
content: "\e8ca";
|
|
}
|
|
.mdi-notification-sim-card-alert:before {
|
|
content: "\e8cb";
|
|
}
|
|
.mdi-notification-sms-failed:before {
|
|
content: "\e8cc";
|
|
}
|
|
.mdi-notification-sms:before {
|
|
content: "\e8cd";
|
|
}
|
|
.mdi-notification-sync-disabled:before {
|
|
content: "\e8ce";
|
|
}
|
|
.mdi-notification-sync-problem:before {
|
|
content: "\e8cf";
|
|
}
|
|
.mdi-notification-sync:before {
|
|
content: "\e8d0";
|
|
}
|
|
.mdi-notification-system-update:before {
|
|
content: "\e8d1";
|
|
}
|
|
.mdi-notification-tap-and-play:before {
|
|
content: "\e8d2";
|
|
}
|
|
.mdi-notification-time-to-leave:before {
|
|
content: "\e8d3";
|
|
}
|
|
.mdi-notification-vibration:before {
|
|
content: "\e8d4";
|
|
}
|
|
.mdi-notification-voice-chat:before {
|
|
content: "\e8d5";
|
|
}
|
|
.mdi-notification-vpn-lock:before {
|
|
content: "\e8d6";
|
|
}
|
|
.mdi-social-cake:before {
|
|
content: "\e8d7";
|
|
}
|
|
.mdi-social-domain:before {
|
|
content: "\e8d8";
|
|
}
|
|
.mdi-social-group-add:before {
|
|
content: "\e8d9";
|
|
}
|
|
.mdi-social-group:before {
|
|
content: "\e8da";
|
|
}
|
|
.mdi-social-location-city:before {
|
|
content: "\e8db";
|
|
}
|
|
.mdi-social-mood:before {
|
|
content: "\e8dc";
|
|
}
|
|
.mdi-social-notifications-none:before {
|
|
content: "\e8dd";
|
|
}
|
|
.mdi-social-notifications-off:before {
|
|
content: "\e8de";
|
|
}
|
|
.mdi-social-notifications-on:before {
|
|
content: "\e8df";
|
|
}
|
|
.mdi-social-notifications-paused:before {
|
|
content: "\e8e0";
|
|
}
|
|
.mdi-social-notifications:before {
|
|
content: "\e8e1";
|
|
}
|
|
.mdi-social-pages:before {
|
|
content: "\e8e2";
|
|
}
|
|
.mdi-social-party-mode:before {
|
|
content: "\e8e3";
|
|
}
|
|
.mdi-social-people-outline:before {
|
|
content: "\e8e4";
|
|
}
|
|
.mdi-social-people:before {
|
|
content: "\e8e5";
|
|
}
|
|
.mdi-social-person-add:before {
|
|
content: "\e8e6";
|
|
}
|
|
.mdi-social-person-outline:before {
|
|
content: "\e8e7";
|
|
}
|
|
.mdi-social-person:before {
|
|
content: "\e8e8";
|
|
}
|
|
.mdi-social-plus-one:before {
|
|
content: "\e8e9";
|
|
}
|
|
.mdi-social-poll:before {
|
|
content: "\e8ea";
|
|
}
|
|
.mdi-social-publ24px:before {
|
|
content: "\e8eb";
|
|
}
|
|
.mdi-social-school:before {
|
|
content: "\e8ec";
|
|
}
|
|
.mdi-social-share:before {
|
|
content: "\e8ed";
|
|
}
|
|
.mdi-social-whatshot:before {
|
|
content: "\e8ee";
|
|
}
|
|
.mdi-toggle-check-box-outline-blank:before {
|
|
content: "\e8ef";
|
|
}
|
|
.mdi-toggle-check-box:before {
|
|
content: "\e8f0";
|
|
}
|
|
.mdi-toggle-radio-button-off:before {
|
|
content: "\e8f1";
|
|
}
|
|
.mdi-toggle-radio-button-on:before {
|
|
content: "\e8f2";
|
|
}
|
|
.mdi-toggle-star-half:before {
|
|
content: "\e8f3";
|
|
}
|
|
.mdi-toggle-star-outline:before {
|
|
content: "\e8f4";
|
|
}
|
|
.mdi-toggle-star:before {
|
|
content: "\e8f5";
|
|
}
|
|
.o-no-select {
|
|
pointer-events: none;
|
|
cursor: default;
|
|
}
|
|
.o-no-select::selection,
|
|
.o-no-select *::selection {
|
|
background: transparent;
|
|
}
|
|
.o-no-select::-moz-selection,
|
|
.o-no-select *::-moz-selection {
|
|
background: transparent;
|
|
}
|
|
.o_logo {
|
|
background-image: url("img/logos/flectra_logo.png");
|
|
background-image: url("img/logos/flectra_logo.svg");
|
|
background-position: 0 0;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
width: 200px;
|
|
height: 90px;
|
|
background-size: auto 30px;
|
|
}
|
|
.o_logo.center-block,
|
|
.o_logo.o_logo_responsive_half {
|
|
position: relative;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
display: block;
|
|
}
|
|
.o_logo.o_logo_responsive {
|
|
background-size: cover;
|
|
width: 100%;
|
|
height: 0;
|
|
padding-bottom: 31.9%;
|
|
}
|
|
.o_logo.o_logo_responsive_half {
|
|
background-size: cover;
|
|
width: 50%;
|
|
height: 0;
|
|
padding-bottom: 15.94%;
|
|
}
|
|
.o_logo_15 {
|
|
width: 47.025px;
|
|
height: 15px;
|
|
background-size: auto 15px;
|
|
}
|
|
.o_logo_30 {
|
|
width: 94.05px;
|
|
height: 30px;
|
|
background-size: auto 30px;
|
|
}
|
|
.o_logo_60 {
|
|
width: 188.1px;
|
|
height: 60px;
|
|
background-size: auto 60px;
|
|
}
|
|
.o_logo_120 {
|
|
width: 376.2px;
|
|
height: 120px;
|
|
background-size: auto 120px;
|
|
}
|
|
.o_logo_240 {
|
|
width: 752.4px;
|
|
height: 240px;
|
|
background-size: auto 240px;
|
|
}
|
|
.o_logo_inverse {
|
|
background-position: 100% 0;
|
|
}
|
|
.o_logo_inverse.o_logo_15.center-block {
|
|
background-position: 102% 0;
|
|
}
|
|
.o-doc-dropdown > a.dropdown-toggle {
|
|
padding: 0 5px 0 10px;
|
|
}
|
|
.o-doc-dropdown > a.dropdown-toggle:after {
|
|
font-family: 'Material-Design-Icons';
|
|
content: "\e7c1";
|
|
display: inline-block;
|
|
text-rendering: geometricPrecision;
|
|
font-size: 1em;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o-doc-dropdown > a.dropdown-toggle:after {
|
|
font-size: 1.5em;
|
|
}
|
|
}
|
|
.o-doc-dropdown.open {
|
|
z-index: 1;
|
|
position: relative;
|
|
background-color: #dcddde;
|
|
color: #2b3134;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.o-doc-dropdown.open {
|
|
background-color: #FCFCFC;
|
|
}
|
|
}
|
|
.o-doc-dropdown.open .dropdown-toggle {
|
|
color: #2b3134;
|
|
}
|
|
.o-doc-dropdown.open .dropdown-toggle:hover {
|
|
color: #21313a;
|
|
}
|
|
.o-doc-dropdown.open .dropdown-menu {
|
|
margin-top: 0;
|
|
border: none;
|
|
border-radius: 0;
|
|
text-align: left;
|
|
min-width: 100%;
|
|
background-color: #FCFCFC;
|
|
padding-bottom: 12.5px;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
|
|
}
|
|
.o-doc-dropdown.open .dropdown-menu > li > a {
|
|
font-size: 12px;
|
|
display: block;
|
|
color: #2b3134;
|
|
float: none;
|
|
text-transform: none;
|
|
font-weight: 500;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o-doc-dropdown.open .dropdown-menu > li > a {
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
.o-doc-dropdown.open .dropdown-menu > li.active > a {
|
|
color: white;
|
|
background-color: #4c8c7f;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o-doc-dropdown.open .dropdown-menu {
|
|
position: static;
|
|
}
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.o-doc-dropdown.open .dropdown-menu {
|
|
background-color: #FCFCFC;
|
|
}
|
|
}
|
|
.o-doc-dropdown.o_dropdown_mobile_nav {
|
|
margin-left: 0;
|
|
}
|
|
.o-doc-dropdown.o_dropdown_mobile_nav > .dropdown-toggle:after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 0;
|
|
}
|
|
.o-doc-dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li > a {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.o-doc-dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li > a:before {
|
|
content: "|";
|
|
margin-right: 0.5em;
|
|
}
|
|
.o-doc-dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li:nth-child(1) > a:before {
|
|
display: none;
|
|
}
|
|
.o-doc-dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li:nth-child(2) > a:before {
|
|
padding-left: 0.5em;
|
|
}
|
|
.o-doc-dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li:nth-child(3) > a:before {
|
|
padding-left: 1em;
|
|
}
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
text-rendering: geometricPrecision;
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.has_code_col .doc-aside h1,
|
|
.has_code_col .doc-aside h2,
|
|
.has_code_col .doc-aside h3,
|
|
.has_code_col .doc-aside h4,
|
|
.has_code_col .doc-aside h5,
|
|
.has_code_col .doc-aside h6 {
|
|
color: white;
|
|
}
|
|
}
|
|
article.doc-body > section {
|
|
padding-bottom: 10px;
|
|
}
|
|
article.doc-body > section > :last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
article.doc-body > section > h2,
|
|
article.doc-body > section > h3,
|
|
article.doc-body > section > h4,
|
|
article.doc-body > section > h5,
|
|
article.doc-body > section > h6 {
|
|
margin-bottom: 5px;
|
|
margin-top: 40px;
|
|
}
|
|
article.doc-body > section > h2:last-child,
|
|
article.doc-body > section > h3:last-child,
|
|
article.doc-body > section > h4:last-child,
|
|
article.doc-body > section > h5:last-child,
|
|
article.doc-body > section > h6:last-child {
|
|
margin-bottom: -30px;
|
|
padding-bottom: 5px;
|
|
border-bottom: 2px solid #f4f6f7;
|
|
}
|
|
article.doc-body > section > h2 {
|
|
padding-bottom: 5px;
|
|
border-bottom: 2px solid #f4f6f7;
|
|
}
|
|
article.doc-body > section > h5,
|
|
article.doc-body > section > h6 {
|
|
font-weight: 500;
|
|
}
|
|
article.doc-body > section:first-of-type > h2,
|
|
article.doc-body > section:first-of-type > h3,
|
|
article.doc-body > section:first-of-type > h4,
|
|
article.doc-body > section:first-of-type > h5,
|
|
article.doc-body > section:first-of-type > h6 {
|
|
margin-top: 10px;
|
|
}
|
|
article.doc-body > section:first-of-type:empty,
|
|
article.doc-body > section:first-of-type.hidden {
|
|
display: none;
|
|
}
|
|
article.doc-body > section:first-of-type:empty + section > h2,
|
|
article.doc-body > section:first-of-type.hidden + section > h2,
|
|
article.doc-body > section:first-of-type:empty + section > h3,
|
|
article.doc-body > section:first-of-type.hidden + section > h3,
|
|
article.doc-body > section:first-of-type:empty + section > h4,
|
|
article.doc-body > section:first-of-type.hidden + section > h4,
|
|
article.doc-body > section:first-of-type:empty + section > h5,
|
|
article.doc-body > section:first-of-type.hidden + section > h5,
|
|
article.doc-body > section:first-of-type:empty + section > h6,
|
|
article.doc-body > section:first-of-type.hidden + section > h6 {
|
|
margin-top: 10px;
|
|
}
|
|
article.doc-body > section {
|
|
line-height: 26px;
|
|
}
|
|
article.doc-body a,
|
|
article.doc-body a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
article.doc-body blockquote {
|
|
font-size: 15px;
|
|
line-height: 26px;
|
|
}
|
|
article.doc-body blockquote:not(:first-child) {
|
|
margin-top: 17px;
|
|
}
|
|
article.doc-body dl dt code {
|
|
font-size: 0.9em;
|
|
}
|
|
article.doc-body dl dd {
|
|
margin: 2px 0 15px 15px;
|
|
}
|
|
article.doc-body ol,
|
|
article.doc-body ul {
|
|
line-height: 26px;
|
|
padding: 0;
|
|
list-style: none;
|
|
counter-reset: a;
|
|
}
|
|
article.doc-body ol li,
|
|
article.doc-body ul li {
|
|
margin: 5px 0;
|
|
position: relative;
|
|
padding-left: 30px;
|
|
}
|
|
article.doc-body ol li:before,
|
|
article.doc-body ul li:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 9px;
|
|
left: 10px;
|
|
bottom: auto;
|
|
right: auto;
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 50%;
|
|
background: #939da3;
|
|
}
|
|
article.doc-body ol li p,
|
|
article.doc-body ul li p {
|
|
margin: 0;
|
|
}
|
|
article.doc-body ol li h2,
|
|
article.doc-body ul li h2,
|
|
article.doc-body ol li h3,
|
|
article.doc-body ul li h3,
|
|
article.doc-body ol li h4,
|
|
article.doc-body ul li h4,
|
|
article.doc-body ol li h5,
|
|
article.doc-body ul li h5,
|
|
article.doc-body ol li h6,
|
|
article.doc-body ul li h6 {
|
|
margin-top: 0;
|
|
padding-top: 0;
|
|
}
|
|
article.doc-body ol > li:before {
|
|
counter-increment: a;
|
|
content: counter(a);
|
|
color: #fff;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
text-align: center;
|
|
padding: 4px 0;
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 10px;
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 0;
|
|
bottom: auto;
|
|
right: auto;
|
|
}
|
|
article.doc-body .o_has_permalink_marker {
|
|
transition: all, 0.3s;
|
|
padding-left: 0;
|
|
}
|
|
article.doc-body .o_has_permalink_marker i {
|
|
cursor: pointer;
|
|
visibility: hidden;
|
|
margin-left: 0.1em;
|
|
font-size: 0.8em;
|
|
padding: 0.2em;
|
|
-webkit-transform: rotate(-45deg);
|
|
-ms-transform: rotate(-45deg);
|
|
-o-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
}
|
|
article.doc-body .o_has_permalink_marker:hover i {
|
|
visibility: visible;
|
|
}
|
|
article.doc-body .o_has_permalink_marker.o_marked {
|
|
padding-left: 10px;
|
|
background-color: #fff7d1;
|
|
}
|
|
@-webkit-keyframes ripple {
|
|
to {
|
|
opacity: 0;
|
|
-webkit-transform: scale(2.5);
|
|
}
|
|
}
|
|
@keyframes ripple {
|
|
to {
|
|
opacity: 0;
|
|
-webkit-transform: scale(2.5);
|
|
-ms-transform: scale(2.5);
|
|
-o-transform: scale(2.5);
|
|
transform: scale(2.5);
|
|
}
|
|
}
|
|
.ripple {
|
|
z-index: 2;
|
|
}
|
|
.ripple .inner-ripple {
|
|
display: block;
|
|
position: absolute;
|
|
border-radius: 100%;
|
|
opacity: 1;
|
|
z-index: -1;
|
|
background: rgba(0, 0, 0, 0.05);
|
|
pointer-events: none;
|
|
-webkit-transform: scale(0);
|
|
-ms-transform: scale(0);
|
|
-o-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
.ripple .inner-ripple.inner-ripple-animated {
|
|
-webkit-animation: ripple 0.35s ease-in;
|
|
-o-animation: ripple 0.35s ease-in;
|
|
animation: ripple 0.35s ease-in;
|
|
}
|
|
article.doc-body .code-fields {
|
|
display: table;
|
|
width: 100%;
|
|
padding: 5px;
|
|
font-size: 0.8em;
|
|
border: 2px solid #F2F2F2;
|
|
}
|
|
article.doc-body .code-fields .code-field {
|
|
display: table-row;
|
|
}
|
|
article.doc-body .code-fields .code-field-body {
|
|
display: block;
|
|
padding-left: 15px;
|
|
}
|
|
@media screen and (min-width: 992px) {
|
|
article.doc-body .code-fields .code-field-body {
|
|
display: table-cell;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
article.doc-body .code-fields .code-field-name {
|
|
width: auto;
|
|
display: block;
|
|
font-weight: 600;
|
|
color: #21313a;
|
|
}
|
|
article.doc-body .code-fields .code-field-name:after {
|
|
content: ":";
|
|
}
|
|
@media screen and (min-width: 992px) {
|
|
article.doc-body .code-fields .code-field-name {
|
|
text-align: right;
|
|
width: 20%;
|
|
padding-right: 10px;
|
|
display: table-cell;
|
|
}
|
|
}
|
|
article.doc-body .code-fields ul {
|
|
list-style: none;
|
|
margin: 0.2em 0;
|
|
}
|
|
article.doc-body .code-fields ul > li {
|
|
margin: 0 0 8px;
|
|
padding-left: 0px;
|
|
line-height: 1.5;
|
|
}
|
|
article.doc-body .code-fields ul > li:before {
|
|
display: none;
|
|
}
|
|
article.doc-body .code-fields ul strong {
|
|
color: #21313a;
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
}
|
|
article.doc-body .code-fields ul em {
|
|
color: #21313a;
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
font-weight: 600;
|
|
}
|
|
.card-img {
|
|
background: #2396f5;
|
|
background: -webkit-linear-gradient(99deg, #2396f5 10%, #0a599a 90%);
|
|
background: -moz-linear-gradient(99deg, #2396f5 10%, #0a599a 90%);
|
|
background: -ms-linear-gradient(99deg, #2396f5 10%, #0a599a 90%);
|
|
background: -o-linear-gradient(99deg, #2396f5 10%, #0a599a 90%);
|
|
background: linear-gradient(99deg, #2396f5 10%, #0a599a 90%);
|
|
position: absolute;
|
|
top: 0;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 0;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
background-size: cover;
|
|
background-position: 50%;
|
|
}
|
|
.card.top {
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin: 0;
|
|
padding: 0 0 2%;
|
|
-webkit-transform-origin: 50% 0px 0px;
|
|
-moz-transform-origin: 50% 0px 0px;
|
|
-ms-transform-origin: 50% 0px 0px;
|
|
transform-origin: 50% 0px 0px;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.card.top {
|
|
padding: 12% 0 5%;
|
|
}
|
|
}
|
|
@media screen and (min-width: 992px) {
|
|
.card.top {
|
|
padding: 10% 0 5%;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1200px) {
|
|
.card.top {
|
|
padding: 8% 0 4%;
|
|
}
|
|
}
|
|
.card.top.stacked {
|
|
background: transparent;
|
|
-webkit-transition: background 1s;
|
|
-o-transition: background 1s;
|
|
transition: background 1s;
|
|
}
|
|
.card.top:before {
|
|
content: "";
|
|
display: block;
|
|
background-image: url("img/banner_bg.png");
|
|
background-size: cover;
|
|
background-position: 50%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.card.top .card-img {
|
|
background-image: url("img/banner_bg.png");
|
|
}
|
|
.card.top .container {
|
|
position: relative;
|
|
font-size: 32px;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.card.top .container:not(.o_long_title) {
|
|
font-size: 40px;
|
|
}
|
|
.card.top .container.o_short_title {
|
|
font-size: 50px;
|
|
}
|
|
}
|
|
.card.top .container h1 {
|
|
font-weight: 300;
|
|
font-size: 1em;
|
|
color: white;
|
|
line-height: 4;
|
|
}
|
|
.card.top.has_banner {
|
|
background: #282F33;
|
|
}
|
|
.card.top.has_banner:before {
|
|
display: none;
|
|
}
|
|
.card.top.has_banner .card-img {
|
|
opacity: 0.35;
|
|
}
|
|
main .alert {
|
|
padding: 8px 15px;
|
|
border-radius: 0;
|
|
margin: 5px auto 15px;
|
|
border-width: 0 0 0 3px;
|
|
border-color: #4B9EB6;
|
|
background-color: #eef6f8;
|
|
}
|
|
main .alert,
|
|
main .alert p {
|
|
line-height: 1.3;
|
|
font-size: 14px;
|
|
}
|
|
main .alert p {
|
|
margin-bottom: 5px;
|
|
}
|
|
main .alert p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
main .alert > ul {
|
|
margin: 0.5em 0;
|
|
}
|
|
main .alert > ul > li {
|
|
margin: 0;
|
|
}
|
|
main .alert h3.alert-title {
|
|
font-size: 1em;
|
|
line-height: 1em;
|
|
margin: 0 0 5px;
|
|
font-weight: bold;
|
|
font-family:'Rubik', sans-serif;
|
|
color: #438fa5;
|
|
}
|
|
main .alert h3.alert-title:before {
|
|
font-family: 'Material-Design-Icons';
|
|
content: "\e639";
|
|
display: inline-block;
|
|
text-rendering: geometricPrecision;
|
|
font-size: 1em;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-transform: translate(0, 0.1em);
|
|
-ms-transform: translate(0, 0.1em);
|
|
-o-transform: translate(0, 0.1em);
|
|
transform: translate(0, 0.1em);
|
|
margin-right: 0.2em;
|
|
}
|
|
main .alert.alert-info > h3.alert-title {
|
|
display: none;
|
|
}
|
|
main .alert.alert-go_to {
|
|
border-color: #875A7B;
|
|
background-color: #f7f3f6;
|
|
color: #78506d;
|
|
}
|
|
main .alert.alert-go_to > h3.alert-title {
|
|
color: #593b51;
|
|
}
|
|
main .alert.alert-go_to > h3.alert-title:before {
|
|
content: "\e70d";
|
|
}
|
|
main .alert.alert-success {
|
|
border-color: #b9dfb9;
|
|
background-color: #eef7ee;
|
|
}
|
|
main .alert.alert-success > h3.alert-title {
|
|
color: #408c41;
|
|
}
|
|
main .alert.alert-success > h3.alert-title:before {
|
|
content: "\e625";
|
|
}
|
|
main .alert.alert-warning,
|
|
main .alert.warning {
|
|
border-color: #fceedb;
|
|
background-color: #fef9f3;
|
|
}
|
|
main .alert.alert-warning > h3.alert-title,
|
|
main .alert.warning > h3.alert-title {
|
|
color: #F0AD4E;
|
|
}
|
|
main .alert.alert-warning > h3.alert-title:before,
|
|
main .alert.warning > h3.alert-title:before {
|
|
content: "\e6a4";
|
|
}
|
|
main .alert.alert-danger {
|
|
border-color: #f4cecd;
|
|
background-color: #fdf7f7;
|
|
}
|
|
main .alert.alert-danger > h3.alert-title {
|
|
color: #c9302c;
|
|
}
|
|
main .alert.alert-danger > h3.alert-title:before {
|
|
content: "\e6a4";
|
|
}
|
|
main .alert.alert-exercise {
|
|
border-color: #deddde;
|
|
background-color: #f7f7f7;
|
|
color: #393639;
|
|
}
|
|
main .alert.alert-exercise > h3.alert-title {
|
|
color: #938E94;
|
|
}
|
|
main .alert.alert-exercise > h3.alert-title:before {
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
top: 28px;
|
|
content: "\e709";
|
|
}
|
|
@media (min-width: 1200px) {
|
|
main .alert.doc-content {
|
|
max-width: 55%;
|
|
}
|
|
}
|
|
hr.divider {
|
|
border-color: rgba(249, 249, 249, 0.4);
|
|
position: absolute;
|
|
width: 900%;
|
|
margin-left: -13px;
|
|
}
|
|
img.img-responsive {
|
|
box-shadow: 0 3px 15px #F2F2F2;
|
|
border: 1px solid #F2F2F2;
|
|
margin-bottom: 25px;
|
|
}
|
|
img.img-responsive:not(:first-child) {
|
|
margin-top: 25px;
|
|
}
|
|
.figure h4 {
|
|
margin: 0.5em 0 1.5em;
|
|
padding-left: 1em;
|
|
font-size: 1em;
|
|
font-style: italic;
|
|
}
|
|
.pq-patch em {
|
|
display: block;
|
|
border-radius: 4px 4px 0 0;
|
|
background: #F2F2F2;
|
|
padding-left: 10px;
|
|
font-size: 0.9em;
|
|
font-weight: 600;
|
|
}
|
|
.pq-patch em + .pq-section .highlight {
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
span.menuselection {
|
|
font-weight: 500;
|
|
}
|
|
.list-group-item {
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
blockquote {
|
|
font-family:'Rubik', sans-serif;
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
blockquote footer {
|
|
font-family:'Rubik', sans-serif;
|
|
background: transparent;
|
|
text-align: left;
|
|
color: #373e42;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
blockquote footer cite {
|
|
font-style: italic;
|
|
}
|
|
@media (min-width: 992px) {
|
|
blockquote {
|
|
border-left: 3px solid rgba(33, 183, 153, 0.5);
|
|
}
|
|
}
|
|
.code,
|
|
code {
|
|
font-size: 0.8em;
|
|
font-weight: 600;
|
|
color: #0a352d;
|
|
background-color: #bfe2ff;
|
|
}
|
|
.btn {
|
|
border-radius: 0;
|
|
}
|
|
.table,
|
|
table {
|
|
font-size: 0.9em;
|
|
}
|
|
.code-attribute,
|
|
.code-class,
|
|
.code-classmethod,
|
|
.code-data,
|
|
.code-function,
|
|
.code-method,
|
|
.code-staticmethod {
|
|
padding-left: 20px;
|
|
margin-bottom: 2em;
|
|
}
|
|
.code-attribute > h6,
|
|
.code-class > h6,
|
|
.code-classmethod > h6,
|
|
.code-data > h6,
|
|
.code-function > h6,
|
|
.code-method > h6,
|
|
.code-staticmethod > h6 {
|
|
margin-left: -20px;
|
|
margin-bottom: 0.3em;
|
|
}
|
|
.code-attribute > h6 .viewcode-link,
|
|
.code-class > h6 .viewcode-link,
|
|
.code-classmethod > h6 .viewcode-link,
|
|
.code-data > h6 .viewcode-link,
|
|
.code-function > h6 .viewcode-link,
|
|
.code-method > h6 .viewcode-link,
|
|
.code-staticmethod > h6 .viewcode-link {
|
|
display: none;
|
|
float: right;
|
|
}
|
|
.code-attribute > h6:hover .viewcode-link,
|
|
.code-class > h6:hover .viewcode-link,
|
|
.code-classmethod > h6:hover .viewcode-link,
|
|
.code-data > h6:hover .viewcode-link,
|
|
.code-function > h6:hover .viewcode-link,
|
|
.code-method > h6:hover .viewcode-link,
|
|
.code-staticmethod > h6:hover .viewcode-link {
|
|
display: inline;
|
|
}
|
|
.code-attribute p,
|
|
.code-class p,
|
|
.code-classmethod p,
|
|
.code-data p,
|
|
.code-function p,
|
|
.code-method p,
|
|
.code-staticmethod p {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
article.doc-body.index-category {
|
|
min-height: 300px;
|
|
min-height: 30vh;
|
|
}
|
|
article.doc-body.index-category li.toctree-l1 {
|
|
padding: 5px 0;
|
|
}
|
|
article.doc-body .content-switcher {
|
|
margin-top: 0;
|
|
}
|
|
article.doc-body .content-switcher > ul {
|
|
font-size: 10px;
|
|
padding: 0;
|
|
margin: 0;
|
|
-webkit-transition: all 0.2s ease;
|
|
-o-transition: all 0.2s ease;
|
|
transition: all 0.2s ease;
|
|
}
|
|
article.doc-body .content-switcher > ul > li {
|
|
font-weight: 600;
|
|
color: #dcddde;
|
|
border-bottom: 1px solid transparent;
|
|
margin: 0 20px 0 0;
|
|
padding-left: 0;
|
|
font-size: 1.3em;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
list-style: none;
|
|
-webkit-transition: all 0.2s;
|
|
-o-transition: all 0.2s;
|
|
transition: all 0.2s;
|
|
opacity: 0.6;
|
|
}
|
|
article.doc-body .content-switcher > ul > li:before {
|
|
content: none;
|
|
}
|
|
article.doc-body .content-switcher > ul > li.active {
|
|
border-bottom: 1px solid #21b799;
|
|
opacity: 1;
|
|
}
|
|
article.doc-body .content-switcher:hover > ul > li {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
article.doc-body .content-switcher > .tabs > * {
|
|
display: none;
|
|
max-width: 100%;
|
|
overflow-x: auto;
|
|
}
|
|
article.doc-body .content-switcher > .tabs > .active {
|
|
display: block;
|
|
}
|
|
.highlight {
|
|
background: #21272b;
|
|
color: #dcddde;
|
|
border-radius: 4px;
|
|
margin-bottom: 11px;
|
|
}
|
|
.highlight pre {
|
|
margin-bottom: 0;
|
|
}
|
|
pre {
|
|
font-size: 0.8em;
|
|
color: #dcddde;
|
|
background: #21272b;
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
font-weight: 600;
|
|
position: relative;
|
|
border: none;
|
|
max-width: 100%;
|
|
overflow: auto;
|
|
margin: 0 0 11px;
|
|
}
|
|
body,
|
|
header {
|
|
position: relative;
|
|
}
|
|
.container .container {
|
|
max-width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.img-responsive,
|
|
.thumbnail > img,
|
|
.thumbnail a > img,
|
|
.carousel-inner > .item > img,
|
|
.carousel-inner > .item > a > img {
|
|
display: inline-block;
|
|
}
|
|
.img-responsive.center-block {
|
|
display: block;
|
|
}
|
|
article.doc-content *[class*="col-"] {
|
|
padding: 0;
|
|
}
|
|
#wrap {
|
|
z-index: 1;
|
|
position: relative;
|
|
background: #F9F9F9;
|
|
padding-bottom: 40px;
|
|
}
|
|
main {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
main .o_content {
|
|
background-color: #fff;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
|
|
}
|
|
@media (min-width: 768px) {
|
|
main .o_content {
|
|
margin: -40px auto 0;
|
|
border-radius: 2px;
|
|
}
|
|
}
|
|
main article.doc-body {
|
|
position: relative;
|
|
min-height: 1px;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
float: left;
|
|
width: 100%;
|
|
padding: 15px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
main article.doc-body {
|
|
padding: 15px 30px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
main article.doc-body {
|
|
max-width: 700px;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
main article.doc-body {
|
|
margin-left: 7%;
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
main article.doc-body > * {
|
|
max-width: 100%;
|
|
}
|
|
main.o_aside_removed,
|
|
main.o_slim_page {
|
|
max-width: 700px;
|
|
}
|
|
@media (min-width: 1200px) {
|
|
main.o_aside_removed,
|
|
main.o_slim_page {
|
|
max-width: 760px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
main.o_aside_removed article.doc-body,
|
|
main.o_slim_page article.doc-body {
|
|
padding-left: 30px;
|
|
}
|
|
}
|
|
main.has_code_col {
|
|
max-width: 700px;
|
|
}
|
|
@media (min-width: 1200px) {
|
|
main.has_code_col {
|
|
max-width: 1170px;
|
|
}
|
|
}
|
|
main.has_code_col .doc-aside,
|
|
main.has_code_col .doc-content {
|
|
position: relative;
|
|
min-height: 1px;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
@media (max-width: 1199px) {
|
|
main.has_code_col .doc-aside,
|
|
main.has_code_col .doc-content {
|
|
padding: 0;
|
|
}
|
|
}
|
|
main.has_code_col aside {
|
|
display: none;
|
|
}
|
|
main.has_code_col article.doc-body > section {
|
|
max-width: 100%;
|
|
}
|
|
@media (min-width: 1200px) {
|
|
main.has_code_col article.doc-body {
|
|
width: 100%;
|
|
max-width: none;
|
|
margin: 0;
|
|
}
|
|
main.has_code_col article.doc-body:before {
|
|
content: "";
|
|
background: #21272b;
|
|
-webkit-box-shadow: inset 40px 0 40px -18px rgba(22, 24, 29, 0.3);
|
|
box-shadow: inset 40px 0 40px -18px rgba(22, 24, 29, 0.3);
|
|
position: absolute;
|
|
top: 0;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 0;
|
|
width: 50%;
|
|
height: 100%;
|
|
}
|
|
main.has_code_col article.doc-body > section {
|
|
position: relative;
|
|
display: block;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
main.has_code_col article.doc-body > section > * {
|
|
width: 48%;
|
|
float: left;
|
|
clear: left;
|
|
}
|
|
main.has_code_col article.doc-body > section > h2,
|
|
main.has_code_col article.doc-body > section > h3,
|
|
main.has_code_col article.doc-body > section > h4,
|
|
main.has_code_col article.doc-body > section > h5,
|
|
main.has_code_col article.doc-body > section > h6,
|
|
main.has_code_col article.doc-body > section > h1 {
|
|
width: 48%;
|
|
float: none;
|
|
clear: none;
|
|
}
|
|
main.has_code_col article.doc-body > section .doc-aside {
|
|
width: 49%;
|
|
float: none;
|
|
clear: none;
|
|
margin-left: 51%;
|
|
color: #dcddde;
|
|
font-size: 14px;
|
|
line-height: 1.45;
|
|
}
|
|
main.has_code_col article.doc-body > section .doc-aside pre {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
article.doc-toc .toctree-wrapper > ul > li > span {
|
|
display: block;
|
|
font-size: 28px;
|
|
}
|
|
@media screen and (min-width: 992px) {
|
|
#wrap.index > .card.top {
|
|
padding: 10% 0 2%;
|
|
min-height: 350px;
|
|
}
|
|
}
|
|
#wrap.index > main.index {
|
|
margin: 10px auto;
|
|
}
|
|
#wrap.index > main.index .o_content {
|
|
box-shadow: none;
|
|
background: none;
|
|
}
|
|
main.index .toc-section h2 {
|
|
padding: 0 0 4px;
|
|
border-bottom: 1px solid #cecece;
|
|
margin: 1.4em 0 0.8em;
|
|
font-size: 20px;
|
|
font-family:'Rubik', sans-serif;
|
|
letter-spacing: 0;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
main.index .card {
|
|
border-radius: 4px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin-bottom: 25px;
|
|
padding-top: 56%;
|
|
background-color: #fff;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
|
|
}
|
|
main.index .card .card-img span {
|
|
display: block;
|
|
background-size: cover;
|
|
background-position: 50%;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
main.index .card figcaption {
|
|
color: #373e42;
|
|
box-shadow: inset 0 1px 0 #F2F2F2;
|
|
font-weight: bold;
|
|
line-height: 1.2;
|
|
font-size: 14px;
|
|
background-color: white;
|
|
padding: 8px 12px 6px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: -1px;
|
|
bottom: auto;
|
|
right: -1px;
|
|
}
|
|
@media screen and (min-width: 992px) {
|
|
main.index .toc-single-entry .card figcaption {
|
|
font-size: 1.5em;
|
|
padding: 20px 15px;
|
|
}
|
|
}
|
|
.toctree-wrapper > ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
.toctree-wrapper > ul li {
|
|
line-height: 1.4;
|
|
}
|
|
.toctree-wrapper > ul li.toctree-l1,
|
|
.toctree-wrapper > ul li.toctree-l3 {
|
|
padding-left: 0;
|
|
}
|
|
.toctree-wrapper > ul li.toctree-l1:before,
|
|
.toctree-wrapper > ul li.toctree-l3:before {
|
|
content: none;
|
|
}
|
|
.toctree-wrapper > ul li.toctree-l1:first-child,
|
|
.toctree-wrapper > ul li.toctree-l3:first-child {
|
|
margin-top: 0;
|
|
}
|
|
.toctree-wrapper > ul li.toctree-l1 {
|
|
margin: 0 0 15px;
|
|
}
|
|
.toctree-wrapper > ul li.toctree-l1 > span {
|
|
font-size: 21px;
|
|
}
|
|
.toctree-wrapper > ul li.toctree-l2 > span {
|
|
font-weight: 500;
|
|
}
|
|
.toctree-wrapper > ul li.toctree-l2 > ul {
|
|
margin: 0 0 15px;
|
|
}
|
|
.toctree-wrapper > ul li.toctree-l2 > ul:empty {
|
|
display: none;
|
|
}
|
|
#oe_main_menu_navbar ~ #wrapwrap .o_main_header.o_has_sub_nav.o_scrolled {
|
|
top: -17px;
|
|
}
|
|
.o_main_header {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100px;
|
|
z-index: 2;
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
color: #2b3134;
|
|
font-family:'Rubik', sans-serif;
|
|
font-size: 12px;
|
|
-webkit-transition: all 0.2s ease;
|
|
-o-transition: all 0.2s ease;
|
|
transition: all 0.2s ease;
|
|
-webkit-transition-property: background, box-shadow;
|
|
transition-property: background, box-shadow;
|
|
-webkit-transform: translate3d(auto, auto, 0);
|
|
transform: translate3d(auto, auto, 0);
|
|
}
|
|
.o_main_header a:focus,
|
|
.o_main_header a:active,
|
|
.o_main_header a:focus:active {
|
|
outline: none;
|
|
}
|
|
.o_main_header .btn-primary {
|
|
color: white!important;
|
|
font-size: inherit!important;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
}
|
|
.o_main_header > .o_main_header_main {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
height: 100%;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.o_main_header > .o_main_header_main {
|
|
width: 750px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
.o_main_header > .o_main_header_main {
|
|
width: 970px;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.o_main_header > .o_main_header_main {
|
|
width: 1170px;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main > .navbar-header,
|
|
.o_main_header > .o_main_header_main > .navbar-collapse {
|
|
margin-right: -15px;
|
|
margin-left: -15px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.o_main_header > .o_main_header_main > .navbar-header,
|
|
.o_main_header > .o_main_header_main > .navbar-collapse {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main a {
|
|
color: inherit;
|
|
}
|
|
.o_main_header > .o_main_header_main a:hover,
|
|
.o_main_header > .o_main_header_main a:focus {
|
|
color: #273239;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_logo {
|
|
margin: 5px 0;
|
|
background-size: cover;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav {
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.o_main_header > .o_main_header_main > .o_primary_nav {
|
|
height: 100%;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav:before {
|
|
content: "";
|
|
background: transparent;
|
|
z-index: -1;
|
|
visibility: hidden;
|
|
box-shadow: 0 1px 0 transparent;
|
|
width: 100%;
|
|
height: 50px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 0;
|
|
-webkit-transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 500ms, box-shadow 500ms linear 0ms;
|
|
-o-transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 500ms, box-shadow 500ms linear 0ms;
|
|
transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 500ms, box-shadow 500ms linear 0ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav.o_sub_opened:before {
|
|
visibility: visible;
|
|
background: #FCFCFC;
|
|
box-shadow: 0 1px 0 #F2F2F2;
|
|
-webkit-transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 0s, box-shadow 500ms linear 0ms;
|
|
-o-transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 0s, box-shadow 500ms linear 0ms;
|
|
transition: background 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 0s, box-shadow 500ms linear 0ms;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown {
|
|
position: static;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown > a {
|
|
position: relative;
|
|
-webkit-backface-visibility: hidden;
|
|
-moz-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown > a::before,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown > a::after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 0;
|
|
-ms-transform-origin: 50% 50% 0;
|
|
-webkit-transform-origin: 50% 50% 0;
|
|
-moz-transform-origin: 50% 50% 0;
|
|
transform-origin: 50% 50% 0;
|
|
-webkit-transition: all 300ms ease 0s;
|
|
-moz-transition: all 300ms ease 0s;
|
|
-o-transition: all 300ms ease 0s;
|
|
transition: all 300ms ease 0s;
|
|
width: 10px;
|
|
height: 1px;
|
|
background-color: #21313a;
|
|
box-shadow: 0 1px 1px rgba(33, 49, 58, 0.1);
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown > a::before {
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
-o-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
right: 6.07106781px;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown > a::after {
|
|
-webkit-transform: rotate(-45deg);
|
|
-ms-transform: rotate(-45deg);
|
|
-o-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown.open > a {
|
|
color: #bfe2ff !important;
|
|
font-weight: 600;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown.open > a::before,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown.open > a::after {
|
|
background-color: #bfe2ff !important;
|
|
box-shadow: 0 1px 1px rgba(191, 226, 255, 0.1);
|
|
right: 3.53553391px;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown.open > a::before {
|
|
-webkit-transform: rotate(-45deg);
|
|
-ms-transform: rotate(-45deg);
|
|
-o-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown.open > a::after {
|
|
-webkit-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
-o-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .dropdown > .dropdown-menu {
|
|
border: none;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li {
|
|
display: inline-block;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li > a {
|
|
height: 100%;
|
|
line-height: 50px;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li > a:not(.btn) {
|
|
display: inline-block;
|
|
padding: 0 20px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
}
|
|
@media screen and (min-width: 768px) and (max-width: 991px) {
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li > a:not(.btn) {
|
|
font-size: 11px;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li > a:not(.btn):not(.dropdown-toggle) {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.dropdown > a {
|
|
margin-right: 20px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.open > .o_secondary_nav {
|
|
visibility: visible;
|
|
background-color: white;
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
-webkit-transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 0ms, background-color 0ms linear 500ms;
|
|
-o-transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 0ms, background-color 0ms linear 500ms;
|
|
transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 0ms, background-color 0ms linear 500ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.open > .o_secondary_nav .container > .row > div {
|
|
opacity: 1;
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.open > .o_secondary_nav .container > .row > div:nth-child(1) {
|
|
-webkit-transition-delay: 100ms;
|
|
transition-delay: 100ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.open > .o_secondary_nav .container > .row > div:nth-child(2) {
|
|
-webkit-transition-delay: 200ms;
|
|
transition-delay: 200ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.open > .o_secondary_nav .container > .row > div:nth-child(3) {
|
|
-webkit-transition-delay: 300ms;
|
|
transition-delay: 300ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.open > .o_secondary_nav .container > .row > div:nth-child(4) {
|
|
-webkit-transition-delay: 400ms;
|
|
transition-delay: 400ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.open > .o_secondary_nav .o_store_link {
|
|
max-height: 50px;
|
|
-webkit-transition: max-height 500ms cubic-bezier(0.55, 0, 0.1, 1) 300ms;
|
|
-moz-transition: max-height 500ms cubic-bezier(0.55, 0, 0.1, 1) 300ms;
|
|
-o-transition: max-height 500ms cubic-bezier(0.55, 0, 0.1, 1) 300ms;
|
|
transition: max-height 500ms cubic-bezier(0.55, 0, 0.1, 1) 300ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.open > .o_secondary_nav::before {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav {
|
|
width: 100%;
|
|
padding: 15px 0 65px;
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
|
|
}
|
|
@media (min-width: 992px) {
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row {
|
|
margin-left: -45px;
|
|
margin-right: -45px;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div {
|
|
padding-left: 45px;
|
|
padding-right: 45px;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div {
|
|
font-size: 16px;
|
|
overflow: hidden;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div {
|
|
height: 340px;
|
|
padding-top: 10px;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div + div {
|
|
border-left: 1px solid #F2F2F2;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div ul {
|
|
position: relative;
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div ul > li {
|
|
height: 30px;
|
|
-webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 100ms;
|
|
-moz-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 100ms;
|
|
-o-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 100ms;
|
|
transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 100ms;
|
|
-webkit-transition-property: height, opacity;
|
|
transition-property: height, opacity;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div ul > li > a {
|
|
display: block;
|
|
height: 100%;
|
|
line-height: 30px;
|
|
font-weight: 500;
|
|
font-size: 1.4rem;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div ul > li.dropdown:not(.open) > a::before,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div ul > li.dropdown:not(.open) > a::after {
|
|
-ms-transform-origin: 8px 50% 0;
|
|
-webkit-transform-origin: 8px 50% 0;
|
|
-moz-transform-origin: 8px 50% 0;
|
|
transform-origin: 8px 50% 0;
|
|
width: 8px;
|
|
right: 0;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div ul > li.dropdown > ul {
|
|
position: absolute;
|
|
top: 30px;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
-webkit-transform: translate(100%, 0);
|
|
-ms-transform: translate(100%, 0);
|
|
-o-transform: translate(100%, 0);
|
|
transform: translate(100%, 0);
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
-webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 0;
|
|
-moz-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 0;
|
|
-o-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 0;
|
|
transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 0;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div ul > li.dropdown.open > ul {
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
-webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 100ms;
|
|
-moz-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 100ms;
|
|
-o-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 100ms;
|
|
transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 100ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div ul.o_sub_opened > li:not(.open) {
|
|
opacity: 0;
|
|
height: 0 !important;
|
|
overflow: hidden;
|
|
-webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 0;
|
|
-moz-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 0;
|
|
-o-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 0;
|
|
transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1) 0;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div .o_nav_app_family {
|
|
text-align: center;
|
|
font-weight: 500;
|
|
line-height: 2;
|
|
pointer-events: none;
|
|
cursor: default;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div .o_nav_app_family::selection,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div .o_nav_app_family *::selection {
|
|
background: transparent;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div .o_nav_app_family::-moz-selection,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div .o_nav_app_family *::-moz-selection {
|
|
background: transparent;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div .o_nav_app_family > span {
|
|
background-image: url("img/apps_families_s.png");
|
|
background-position: 0px 50%;
|
|
background-repeat: no-repeat;
|
|
display: none;
|
|
}
|
|
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div .o_nav_app_family > span {
|
|
background-image: url("img/2x_apps_families_s.png");
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div .o_nav_app_family > span {
|
|
display: block;
|
|
margin: 0 auto;
|
|
background-size: auto 100%;
|
|
width: 51px;
|
|
height: 50px;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div .o_nav_app_family > div {
|
|
font-size: 0.7em;
|
|
font-weight: 500;
|
|
line-height: 1.5;
|
|
color: #373e42;
|
|
margin-bottom: 1.3em;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_website_apps a:hover,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_website_apps a:focus,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_website_apps .o_nav_app_family {
|
|
color: #5B899E;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_sale_apps a:hover,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_sale_apps a:focus,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_sale_apps .o_nav_app_family {
|
|
color: #E46F78;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_sale_apps .o_nav_app_family > span {
|
|
background-position: -60px 50%;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_operation_apps a:hover,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_operation_apps a:focus,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_operation_apps .o_nav_app_family {
|
|
color: #5C5B80;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_operation_apps .o_nav_app_family > span {
|
|
background-position: -120px 50%;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_productivity_apps a:hover,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_productivity_apps a:focus,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_productivity_apps .o_nav_app_family {
|
|
color: #D5653E;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .container > .row > div.o_productivity_apps .o_nav_app_family > span {
|
|
background-position: -181px 50%;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav > .o_store_link {
|
|
position: absolute;
|
|
top: auto;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
overflow: hidden;
|
|
display: block;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
border-top: 1px solid #F2F2F2;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav {
|
|
display: block;
|
|
background-color: #FCFCFC;
|
|
visibility: hidden;
|
|
z-index: -2;
|
|
-webkit-transform: translate(0, -115%);
|
|
-ms-transform: translate(0, -115%);
|
|
-o-transform: translate(0, -115%);
|
|
transform: translate(0, -115%);
|
|
-webkit-transition: transform 333.3333333333333ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 333.3333333333333ms, background-color 0ms linear 0ms;
|
|
-o-transition: transform 333.3333333333333ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 333.3333333333333ms, background-color 0ms linear 0ms;
|
|
transition: transform 333.3333333333333ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, visibility 0ms linear 333.3333333333333ms, background-color 0ms linear 0ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav .container > .row > div {
|
|
opacity: 0;
|
|
-webkit-transform: translate(0, -30%);
|
|
-ms-transform: translate(0, -30%);
|
|
-o-transform: translate(0, -30%);
|
|
transform: translate(0, -30%);
|
|
-webkit-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms;
|
|
-moz-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms;
|
|
-o-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms;
|
|
transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1) 0ms;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav .o_store_link {
|
|
max-height: 0;
|
|
-webkit-transition: max-height 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
|
|
-moz-transition: max-height 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
|
|
-o-transition: max-height 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
|
|
transition: max-height 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav .o_secondary_nav::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0;
|
|
bottom: -1000px;
|
|
right: 0;
|
|
display: block;
|
|
background-color: #000;
|
|
opacity: 0;
|
|
-webkit-transition: opacity 500ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
|
|
-moz-transition: opacity 500ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
|
|
-o-transition: opacity 500ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
|
|
transition: opacity 500ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons {
|
|
height: 100%;
|
|
line-height: 50px;
|
|
float: right;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons > * {
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons a:not(.btn) {
|
|
display: inline-block;
|
|
padding: 0 20px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
}
|
|
@media screen and (min-width: 768px) and (max-width: 991px) {
|
|
.o_main_header > .o_main_header_main .o_header_buttons a:not(.btn) {
|
|
font-size: 11px;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons a:not(.btn):not(.dropdown-toggle) {
|
|
padding: 0 10px;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons a.dropdown-toggle {
|
|
padding: 0 10px;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons a.o_my_cart {
|
|
padding: 0;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons a.o_my_cart .my_cart_quantity {
|
|
font-family: sans-serif;
|
|
border-radius: 100%;
|
|
font-weight: bold;
|
|
font-size: 90%;
|
|
padding: 4px 0;
|
|
min-width: 19px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons .btn-primary {
|
|
margin-top: 9px;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons > .dropdown {
|
|
margin: 0 5px;
|
|
}
|
|
@media screen and (min-width: 992px) {
|
|
.o_main_header > .o_main_header_main .o_header_buttons > .dropdown {
|
|
margin: 0 15px;
|
|
}
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons > .dropdown,
|
|
.o_main_header > .o_main_header_main .o_header_buttons > .dropdown .dropdown-toggle {
|
|
height: 100%;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons > .dropdown > .dropdown-menu {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.o_main_header > .o_main_header_main .o_header_buttons > .dropdown > .dropdown-menu li a {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
color: #373e42;
|
|
}
|
|
.o_main_header > .o_sub_nav {
|
|
min-height: 40px;
|
|
border: 1px solid rgba(0, 0, 0, 0.05);
|
|
border-width: 1px 0;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .navbar-header {
|
|
height: 38px;
|
|
line-height: 38px;
|
|
font-weight: 600;
|
|
color: #373e42;
|
|
overflow: hidden;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .navbar-header .o_app_name_logo,
|
|
.o_main_header > .o_sub_nav > .container .navbar-header .o_app_name_title {
|
|
-webkit-transform: translate(-61px, 0);
|
|
-ms-transform: translate(-61px, 0);
|
|
-o-transform: translate(-61px, 0);
|
|
transform: translate(-61px, 0);
|
|
-webkit-transition: transform 400ms ease 0s;
|
|
-moz-transition: transform 400ms ease 0s;
|
|
-o-transition: transform 400ms ease 0s;
|
|
transition: transform 400ms ease 0s;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .navbar-header:hover {
|
|
color: #21313a;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .navbar-header .o_app_name_logo {
|
|
background-image: url("img/logos/flectra_logo.png");
|
|
background-image: url("img/logos/flectra_logo.svg");
|
|
background-position: 0 0;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
width: 94.05px;
|
|
height: 30px;
|
|
background-size: auto 30px;
|
|
width: 47.025px;
|
|
height: 15px;
|
|
background-size: auto 15px;
|
|
vertical-align: middle;
|
|
margin: auto 5px 3px 0;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .navbar-header .o_app_name_logo.center-block,
|
|
.o_main_header > .o_sub_nav > .container .navbar-header .o_app_name_logo.o_logo_responsive_half {
|
|
position: relative;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
display: block;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .navbar-header .o_app_name_logo.o_logo_responsive {
|
|
background-size: cover;
|
|
width: 100%;
|
|
height: 0;
|
|
padding-bottom: 31.9%;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .navbar-header .o_app_name_logo.o_logo_responsive_half {
|
|
background-size: cover;
|
|
width: 50%;
|
|
height: 0;
|
|
padding-bottom: 15.94%;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .navbar-header .o_app_name_title {
|
|
color: inherit;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .navbar-header .o_app_name_title span {
|
|
margin-right: 5px;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .nav {
|
|
margin-right: -15px;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .nav > li {
|
|
margin-left: 20px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .nav > li > a {
|
|
height: 100%;
|
|
line-height: 38px;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
color: #373e42;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .nav > li > a:hover,
|
|
.o_main_header > .o_sub_nav > .container .nav > li > a:focus {
|
|
color: #21313a;
|
|
background-color: transparent;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .nav > li.active > a {
|
|
color: #21313a;
|
|
font-weight: 600;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .call-to-action {
|
|
line-height: 36px;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
max-width: 0px;
|
|
transform-origin: 0 0;
|
|
-webkit-transition: max-width 0.3s ease 0ms;
|
|
-o-transition: max-width 0.3s ease 0ms;
|
|
transition: max-width 0.3s ease 0ms;
|
|
}
|
|
.o_main_header > .o_sub_nav > .container .call-to-action > a {
|
|
margin-left: 35px;
|
|
font-weight: 600;
|
|
padding: 4px 12px;
|
|
line-height: 1.4em;
|
|
font-size: 12px!important;
|
|
}
|
|
.o_main_header.o_inverted:not(.o_scrolled) > .o_sub_nav {
|
|
-webkit-transition: 0.3s background-color;
|
|
-o-transition: 0.3s background-color;
|
|
transition: 0.3s background-color;
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
border-color: rgba(255, 255, 255, 0.1);
|
|
}
|
|
.o_main_header.o_inverted:not(.o_scrolled) > .o_sub_nav .nav > li > a,
|
|
.o_main_header.o_inverted:not(.o_scrolled) > .o_sub_nav .o_app_name_title {
|
|
color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
.o_main_header.o_inverted:not(.o_scrolled) > .o_sub_nav .nav > li > a:hover,
|
|
.o_main_header.o_inverted:not(.o_scrolled) > .o_sub_nav .o_app_name_title:hover,
|
|
.o_main_header.o_inverted:not(.o_scrolled) > .o_sub_nav .nav > li > a:focus,
|
|
.o_main_header.o_inverted:not(.o_scrolled) > .o_sub_nav .o_app_name_title:focus {
|
|
color: white;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.o_main_header.o_has_sub_nav {
|
|
position: absolute;
|
|
}
|
|
.o_main_header.o_has_sub_nav.o_scrolled {
|
|
position: fixed;
|
|
top: -104px;
|
|
}
|
|
.o_main_header.o_inverted {
|
|
background-color: transparent;
|
|
color: white;
|
|
}
|
|
.o_main_header.o_inverted a:hover,
|
|
.o_main_header.o_inverted a:focus {
|
|
color: inherit;
|
|
}
|
|
.o_main_header.o_inverted .o_logo {
|
|
background-position: 100% 0;
|
|
}
|
|
.o_main_header.o_inverted .o_logo.o_logo_15.center-block {
|
|
background-position: 102% 0;
|
|
}
|
|
.o_main_header.o_inverted .o_main_header_main > .o_primary_nav > li.dropdown > a::before,
|
|
.o_main_header.o_inverted .o_main_header_main > .o_primary_nav > li.dropdown > a::after {
|
|
background-color: white;
|
|
box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_header_buttons .dropdown.open {
|
|
background-color: #FCFCFC;
|
|
color: #2b3134;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_header_buttons .dropdown.open .dropdown-menu {
|
|
background-color: #FCFCFC;
|
|
margin-top: 0;
|
|
border: none;
|
|
border-radius: 0;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
|
|
text-align: left;
|
|
min-width: 100%;
|
|
padding-bottom: 12.5px;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_header_buttons .dropdown.open .dropdown-menu > li > a {
|
|
display: block;
|
|
color: #2b3134;
|
|
float: none;
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
.o_main_header.o_scrolled:not(.o_transparent_blocked),
|
|
.o_main_header.o_sub_opened {
|
|
background-color: #FCFCFC;
|
|
color: #2b3134;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
|
|
}
|
|
.o_main_header.o_scrolled:not(.o_transparent_blocked) .o_logo,
|
|
.o_main_header.o_sub_opened .o_logo {
|
|
background-position: 0 0;
|
|
}
|
|
.o_main_header.o_scrolled:not(.o_transparent_blocked) > .o_main_header_main > .o_primary_nav > li.dropdown > a::before,
|
|
.o_main_header.o_sub_opened > .o_main_header_main > .o_primary_nav > li.dropdown > a::before,
|
|
.o_main_header.o_scrolled:not(.o_transparent_blocked) > .o_main_header_main > .o_primary_nav > li.dropdown > a::after,
|
|
.o_main_header.o_sub_opened > .o_main_header_main > .o_primary_nav > li.dropdown > a::after {
|
|
background-color: #2b3134;
|
|
box-shadow: 0 1px 1px rgba(43, 49, 52, 0.1);
|
|
}
|
|
.o_main_header.o_scrolled .o_sub_nav {
|
|
background: #FCFCFC;
|
|
}
|
|
.o_main_header.o_scrolled .o_sub_nav > .container .navbar-header > span {
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
}
|
|
.o_main_header.o_scrolled .o_sub_nav > .container .call-to-action {
|
|
max-width: 133px;
|
|
}
|
|
.o_main_header.o_sub_opened .o_sub_nav {
|
|
display: none;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.o_main_header {
|
|
position: relative;
|
|
height: auto;
|
|
min-height: 50px;
|
|
background-color: #FCFCFC;
|
|
color: #2b3134;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
|
|
}
|
|
.o_main_header .o_logo {
|
|
background-position: 0 0;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.dropdown > a::before,
|
|
.o_main_header > .o_main_header_main > .o_primary_nav > li.dropdown > a::after {
|
|
background-color: #2b3134;
|
|
box-shadow: 0 1px 1px rgba(43, 49, 52, 0.1);
|
|
}
|
|
.o_main_header > .o_main_header_main {
|
|
position: relative;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_primary_nav,
|
|
.o_main_header > .o_main_header_main .o_header_buttons {
|
|
display: none;
|
|
}
|
|
.o_main_header > .o_main_header_main > .o_mobile_menu_toggle {
|
|
position: absolute;
|
|
top: 0;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 0;
|
|
width: 50px;
|
|
line-height: 50px;
|
|
font-size: 16.66666667px;
|
|
text-align: center;
|
|
}
|
|
.o_main_header > .o_sub_nav {
|
|
display: none;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main {
|
|
margin: 0;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_header_buttons {
|
|
float: none;
|
|
background-color: #25252D;
|
|
padding: 0 15px;
|
|
box-sizing: content-box;
|
|
margin: 50px -15px 0;
|
|
display: block;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_header_buttons > * {
|
|
overflow: visible!important;
|
|
color: #FCFCFC;
|
|
float: none;
|
|
display: inline;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_header_buttons > * > a:not(.btn) {
|
|
display: initial!important;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_header_buttons > * .dropdown-toggle {
|
|
color: #FCFCFC !important;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_header_buttons > * .dropdown-menu {
|
|
position: relative;
|
|
line-height: 2;
|
|
background: rgba(255, 255, 255, 0.05);
|
|
width: 100%;
|
|
margin: 0 -15px 0;
|
|
box-sizing: content-box;
|
|
padding: 5px 15px;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_header_buttons > * .dropdown-menu > li > a {
|
|
float: none;
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
padding: 10px;
|
|
color: #FCFCFC !important;
|
|
font-size: 0.8em;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_header_buttons > * .dropdown-menu > li > a:hover {
|
|
background: rgba(255, 255, 255, 0.05);
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav {
|
|
display: block;
|
|
background-color: #25252D;
|
|
color: white;
|
|
margin: 0 -15px 0;
|
|
padding: 0;
|
|
float: none;
|
|
white-space: normal;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav a:hover,
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav a:focus,
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav a:active {
|
|
color: white;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav li {
|
|
border: 0 solid #33343D;
|
|
border-width: 1px 5px 0;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li {
|
|
width: 100%;
|
|
padding: 0 15px;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown {
|
|
padding: 0;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > a {
|
|
display: none;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .dropdown-menu {
|
|
position: static;
|
|
display: block;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav {
|
|
padding: 0;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .container > .row > div {
|
|
padding: 0;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .container > .row > div ul {
|
|
list-style-type: none;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .container > .row > div ul > li {
|
|
height: 50px;
|
|
padding: 0 15px;
|
|
border-width: 1px 0 0;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .container > .row > div ul > li > a {
|
|
line-height: 50px;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .container > .row > div ul > li.dropdown.open {
|
|
height: auto;
|
|
border: none;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .container > .row > div ul > li.dropdown.open > ul {
|
|
position: static;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .container > .row > div > .o_nav_app_family {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background-color: #33343D;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .container > .row > div > .o_nav_app_family > * {
|
|
display: none;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .container > .row > div > .o_nav_app_family::after {
|
|
content: "(Apps)";
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown > .o_secondary_nav > .o_store_link {
|
|
position: relative;
|
|
border: 0 solid #33343D;
|
|
border-width: 14px 0 0;
|
|
padding-top: 14px;
|
|
line-height: 1.5;
|
|
height: 60px;
|
|
}
|
|
.o_main_header.o_mobile_menu_opened > .o_main_header_main > .o_primary_nav > li.dropdown::after {
|
|
content: "";
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 20px;
|
|
margin-bottom: -5px;
|
|
background-color: #33343D;
|
|
}
|
|
}
|
|
body > footer {
|
|
font-size: 14px;
|
|
position: relative;
|
|
width: 100%;
|
|
height: auto;
|
|
min-height: 300px;
|
|
background-color: #282F33;
|
|
color: #888888;
|
|
z-index: 1;
|
|
}
|
|
@media screen and (min-width: 992px) {
|
|
body > footer.o_footer_effect {
|
|
position: absolute;
|
|
top: auto;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
position: fixed;
|
|
z-index: 0;
|
|
}
|
|
}
|
|
body > footer .o_footer_logo {
|
|
margin-bottom: 3em;
|
|
margin-top: 3em;
|
|
}
|
|
body > footer a {
|
|
color: #dcddde;
|
|
}
|
|
body > footer a:hover,
|
|
body > footer a:active,
|
|
body > footer a:focus {
|
|
color: white;
|
|
}
|
|
body > footer .dropdown-menu a {
|
|
color: #6B6D70;
|
|
}
|
|
body > footer .dropdown-menu a:hover,
|
|
body > footer .dropdown-menu a:focus {
|
|
color: #5f6063;
|
|
}
|
|
body > footer .dropdown-menu a:active {
|
|
color: #fff;
|
|
}
|
|
body > footer .divider {
|
|
margin: 10px 0;
|
|
}
|
|
body > footer ul,
|
|
body > footer ol {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
}
|
|
body > footer span.menu_title {
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
body > footer span.menu_title + ul {
|
|
margin-top: 10px;
|
|
}
|
|
body > footer .o_language_selector,
|
|
body > footer .o_country_selector {
|
|
display: inline-block;
|
|
opacity: 0.8;
|
|
filter: alpha(opacity=80);
|
|
}
|
|
body > footer .o_language_selector a,
|
|
body > footer .o_country_selector a {
|
|
font-size: 0.9em;
|
|
font-weight: bold;
|
|
}
|
|
body > footer .o_language_selector img,
|
|
body > footer .o_country_selector img {
|
|
max-height: 20px;
|
|
margin-right: 10px;
|
|
vertical-align: bottom;
|
|
}
|
|
body > footer .o_language_selector:hover,
|
|
body > footer .o_country_selector:hover {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
body > footer .o_country_selector {
|
|
float: right;
|
|
}
|
|
body > footer hr {
|
|
border-top-color: #3e4950;
|
|
}
|
|
body > footer .o_footer_bottom {
|
|
background-color: #21272b;
|
|
color: #dcddde;
|
|
padding: 1em 0;
|
|
}
|
|
body > footer .o_footer_bottom a {
|
|
opacity: 0.6;
|
|
filter: alpha(opacity=60);
|
|
}
|
|
body > footer .o_footer_bottom a:hover {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
body > footer .o_footer_bottom .social-links .fa {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
body > footer a{
|
|
font-family:'Rubik', sans-serif;
|
|
}
|
|
body > footer h1,
|
|
body > footer h2,
|
|
body > footer h3,
|
|
body > footer h4,
|
|
body > footer h5,
|
|
body > footer h6{
|
|
color:#fff;
|
|
}
|
|
body > footer ul li {
|
|
font-size: 14px;
|
|
list-style-type: none;
|
|
line-height: 2;
|
|
}
|
|
.mb16 {
|
|
margin-bottom: 16px;
|
|
}
|
|
.mt16 {
|
|
margin-top: 16px;
|
|
}
|
|
.mb32 {
|
|
margin-bottom: 32px;
|
|
}
|
|
.mb48 {
|
|
margin-bottom: 48px;
|
|
}
|
|
.mt48 {
|
|
margin-top: 48px;
|
|
}
|
|
.social-btns .facebook-footer {
|
|
background: #3b5998;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
padding: 0 25px;
|
|
height: 40px;
|
|
width: 126px;
|
|
line-height: 38px;
|
|
}
|
|
.social-btns .twitter-footer {
|
|
background: #00aced;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
padding: 0 25px;
|
|
height: 40px;
|
|
width: 126px;
|
|
line-height: 38px;
|
|
}
|
|
.mr8 {
|
|
margin-right: 8px;
|
|
}
|
|
.ml8 {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
aside {
|
|
position: relative;
|
|
min-height: 1px;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
float: left;
|
|
width: 100%;
|
|
max-width: 240px;
|
|
position: static;
|
|
padding: 0;
|
|
display: block;
|
|
border-right: 1px solid #F2F2F2;
|
|
}
|
|
@media (max-width: 992px) {
|
|
aside {
|
|
display: none;
|
|
}
|
|
}
|
|
.navbar-aside {
|
|
position: relative;
|
|
overflow: hidden;
|
|
font-family:'Rubik', sans-serif;
|
|
font-size: 0.85em;
|
|
line-height: 1.5;
|
|
overflow-y: auto;
|
|
}
|
|
.navbar-aside.affix {
|
|
z-index: 2;
|
|
top: 39px;
|
|
position: fixed;
|
|
backface-visibility: hidden;
|
|
}
|
|
@media (max-width: 992px) {
|
|
.navbar-aside.affix {
|
|
display: none;
|
|
}
|
|
}
|
|
.navbar-aside > ul.list-group {
|
|
margin: 0;
|
|
z-index: 0;
|
|
}
|
|
.navbar-aside > h3 {
|
|
margin: 0;
|
|
padding: 15px 0 10px;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
color: #373e42;
|
|
overflow-x: hidden;
|
|
position: relative;
|
|
z-index: 1;
|
|
-webkit-box-shadow: 0 10px 9px -10px #d2d2d2;
|
|
box-shadow: 0 10px 9px -10px #d2d2d2;
|
|
}
|
|
.navbar-aside .gith-container {
|
|
margin: 0;
|
|
z-index: 1;
|
|
position: relative;
|
|
overflow-x: hidden;
|
|
}
|
|
.navbar-aside .gith-container .gith-link {
|
|
color: #373e42;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
position: relative;
|
|
margin: 10px 0;
|
|
font-family:'Rubik', sans-serif;
|
|
}
|
|
.navbar-aside .gith-container .gith-link:hover {
|
|
color: #21313a;
|
|
text-decoration: none;
|
|
}
|
|
.navbar-aside .gith-container .gith-link:before {
|
|
width: 1em;
|
|
height: 1em;
|
|
content: '';
|
|
position: relative;
|
|
background-image: url('img/github-square_32.png');
|
|
background-size: 100%;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
-webkit-transform: translate(0, -1px);
|
|
-ms-transform: translate(0, -1px);
|
|
-o-transform: translate(0, -1px);
|
|
transform: translate(0, -1px);
|
|
}
|
|
.navbar-aside ul {
|
|
padding: 0;
|
|
position: relative;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.navbar-aside ul li {
|
|
padding: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.navbar-aside ul li:first-child,
|
|
.navbar-aside ul li:last-child {
|
|
border-radius: 0;
|
|
}
|
|
.navbar-aside ul li:first-child {
|
|
overflow: hidden;
|
|
border-radius: 2px 0 0 0;
|
|
}
|
|
.navbar-aside ul li > a {
|
|
display: block;
|
|
padding: 5px 15px;
|
|
color: #373e42;
|
|
line-height: 1.2;
|
|
}
|
|
.navbar-aside ul li > a:focus,
|
|
.navbar-aside ul li > a:hover {
|
|
color: #21313a;
|
|
}
|
|
.navbar-aside ul li.parent > a:after {
|
|
content: '\e7c1';
|
|
font-family: 'Material-Design-Icons';
|
|
opacity: 0.8;
|
|
margin-top: -6px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 10px;
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
-o-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
-webkit-transition: transform 0.2s;
|
|
-o-transition: transform 0.2s;
|
|
transition: transform 0.2s;
|
|
}
|
|
.navbar-aside ul li.parent.active > a:after {
|
|
-webkit-transform: rotate(0);
|
|
-ms-transform: rotate(0);
|
|
-o-transform: rotate(0);
|
|
transform: rotate(0);
|
|
}
|
|
.navbar-aside ul ul {
|
|
max-height: 0;
|
|
background-color: rgba(220, 221, 222, 0.2);
|
|
padding: 0px;
|
|
overflow: hidden;
|
|
margin-left: 0;
|
|
box-shadow: inset 0 3px 5px -2px #dcddde;
|
|
-webkit-transition: max-height 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
|
-o-transition: max-height 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
|
transition: max-height 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
|
}
|
|
.navbar-aside ul ul > li:not(:last-child) {
|
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
|
|
}
|
|
.navbar-aside ul ul > li:not(:last-child).active > ul > li:not(:first-child) {
|
|
border-top: 1px solid #F2F2F2;
|
|
}
|
|
.navbar-aside li.active,
|
|
.navbar-aside li.active:focus,
|
|
.navbar-aside li.active:hover {
|
|
border-color: #F2F2F2;
|
|
background: transparent;
|
|
}
|
|
.navbar-aside li.active > a,
|
|
.navbar-aside li.active:focus > a,
|
|
.navbar-aside li.active:hover > a {
|
|
font-weight: bold;
|
|
color: #21313a;
|
|
}
|
|
.navbar-aside li.active > ul {
|
|
max-height: 1000px;
|
|
}
|
|
.navbar-aside > ul > li {
|
|
background: white;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
|
|
}
|
|
.navbar-aside > ul > li > a {
|
|
padding: 10px 15px;
|
|
border-left: 3px solid transparent;
|
|
}
|
|
.navbar-aside > ul > li:focus > a,
|
|
.navbar-aside > ul > li:hover > a {
|
|
border-left: 3px solid #dcddde;
|
|
background-color: transparent;
|
|
}
|
|
.navbar-aside > ul > li.active > a,
|
|
.navbar-aside > ul > li.active:focus > a,
|
|
.navbar-aside > ul > li.active:hover > a {
|
|
border-left: 3px solid #2fa2dc;
|
|
}
|
|
.navbar-aside > ul > li.active.parent + li {
|
|
box-shadow: 0 -3px 5px -4px rgba(40, 47, 51, 0.4);
|
|
}
|
|
.navbar-aside > ul > li > ul > li > a {
|
|
padding-left: 20px;
|
|
}
|
|
.navbar-aside > ul > li > ul > li > ul > li > a {
|
|
padding-left: 30px;
|
|
}
|
|
.navbar-aside > ul > li > ul > li > ul > li > ul > li > a {
|
|
padding-left: 40px;
|
|
}
|
|
.floating_action_container {
|
|
position: fixed;
|
|
right: 8px;
|
|
bottom: 8px;
|
|
width: auto;
|
|
z-index: 800;
|
|
}
|
|
@media (min-width: 992px) {
|
|
.floating_action_container {
|
|
display: none;
|
|
}
|
|
}
|
|
#floating_action {
|
|
width: 56px;
|
|
height: 56px;
|
|
display: inline-block;
|
|
z-index: 0;
|
|
background-color: transparent;
|
|
border-radius: 50%;
|
|
padding: 16px;
|
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
|
|
background-color: #21b799;
|
|
-webkit-transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
-o-transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
}
|
|
#floating_action i {
|
|
color: white;
|
|
}
|
|
#floating_action.active {
|
|
-webkit-transform: translateZ(0px) rotateZ(-180deg);
|
|
-moz-transform: translateZ(0px) rotateZ(-180deg);
|
|
-ms-transform: translateZ(0px) rotateZ(-180deg);
|
|
-o-transform: translateZ(0px) rotateZ(-180deg);
|
|
transform: translateZ(0px) rotateZ(-180deg);
|
|
}
|
|
#floating_action_menu {
|
|
position: absolute;
|
|
top: auto;
|
|
left: auto;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 1;
|
|
overflow: hidden;
|
|
width: 380px;
|
|
padding: 0;
|
|
display: block;
|
|
border-radius: 2px;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s;
|
|
-o-transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
-webkit-box-shadow: 0 0 0 transparent;
|
|
box-shadow: 0 0 0 transparent;
|
|
}
|
|
#floating_action_menu .content {
|
|
margin: 0;
|
|
opacity: 0;
|
|
}
|
|
#floating_action_menu .content li {
|
|
border: none;
|
|
border-top: 1px solid #DDD;
|
|
}
|
|
#floating_action_menu .content li:first-child {
|
|
border-top: none;
|
|
}
|
|
#floating_action_menu .content a {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
color: #21313a;
|
|
text-decoration: none;
|
|
float: left;
|
|
width: 100%;
|
|
padding: 5px 10px;
|
|
}
|
|
#floating_action_menu .bubble {
|
|
position: absolute;
|
|
top: auto;
|
|
left: auto;
|
|
bottom: 28px;
|
|
right: 28px;
|
|
width: 1px;
|
|
height: 1px;
|
|
background: #21b799;
|
|
content: '';
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
-o-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
}
|
|
#floating_action_menu:before {
|
|
position: absolute;
|
|
top: auto;
|
|
left: auto;
|
|
bottom: 28px;
|
|
right: 28px;
|
|
width: 1px;
|
|
height: 1px;
|
|
background: #21b799;
|
|
content: '';
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
-o-transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
background: white;
|
|
}
|
|
#floating_action_menu.active {
|
|
display: block;
|
|
visibility: visible;
|
|
-webkit-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
-o-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
|
|
}
|
|
#floating_action_menu.active:before,
|
|
#floating_action_menu.active .bubble {
|
|
width: 1000px;
|
|
height: 2000px;
|
|
border-radius: 50%;
|
|
opacity: 0;
|
|
margin-right: -500px;
|
|
margin-bottom: -500px;
|
|
display: block;
|
|
-webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
|
|
-o-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
|
|
transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
|
|
}
|
|
#floating_action_menu.active:before {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
}
|
|
#floating_action_menu.active .content {
|
|
position: relative;
|
|
z-index: 1;
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
-webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
-o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
}
|
|
#mask {
|
|
opacity: 0;
|
|
filter: alpha(opacity=0);
|
|
position: fixed;
|
|
z-index: 700;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 0;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: opacity 0.3s;
|
|
-o-transition: opacity 0.3s;
|
|
transition: opacity 0.3s;
|
|
}
|
|
#mask.active {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
-webkit-transition: opacity 0.3s;
|
|
-o-transition: opacity 0.3s;
|
|
transition: opacity 0.3s;
|
|
}
|
|
@media print {
|
|
body header,
|
|
body footer {
|
|
display: none;
|
|
}
|
|
body #main_navbar {
|
|
position: relative;
|
|
display: block;
|
|
height: 100px!important;
|
|
}
|
|
body #main_navbar #main-back {
|
|
display: none;
|
|
}
|
|
body #main_navbar #main_title {
|
|
position: relative;
|
|
transform: none;
|
|
}
|
|
body #main_navbar .navbar-main {
|
|
display: none!important;
|
|
}
|
|
body main {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
-webkit-animation: none;
|
|
-o-animation: none;
|
|
animation: none;
|
|
}
|
|
body main aside {
|
|
display: none;
|
|
}
|
|
body main article h1,
|
|
body main article .h1 {
|
|
font-size: 2em;
|
|
}
|
|
body main article h2,
|
|
body main article .h2 {
|
|
font-size: 1.642857143em;
|
|
}
|
|
body main article h3,
|
|
body main article .h3 {
|
|
font-size: 1.25em;
|
|
}
|
|
body main article p,
|
|
body main article ul,
|
|
body main article ol,
|
|
body main article table,
|
|
body main article blockquote,
|
|
body main article .alert,
|
|
body main article .doc-code,
|
|
body main article .admonition {
|
|
margin-top: inherit;
|
|
margin-bottom: inherit;
|
|
font-size: inherit;
|
|
}
|
|
body .floating_action_container {
|
|
display: none;
|
|
}
|
|
}
|
|
.o_main_header.o_mobile_menu_opened .mdi-navigation-menu {
|
|
background-color: #282F33;
|
|
color: #F2F2F2;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb {
|
|
background-color: transparent;
|
|
padding: 0;
|
|
margin: 0px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li {
|
|
display: block;
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li,
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li > a {
|
|
height: 30px;
|
|
line-height: 2;
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li:before {
|
|
font-weight: 700;
|
|
float: left;
|
|
padding: 0;
|
|
margin-right: -1px;
|
|
display: none;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li {
|
|
margin-left: 0;
|
|
margin-right: -1px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
display: inline-block;
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li:before {
|
|
display: block;
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li > a {
|
|
padding: 0;
|
|
height: 38px;
|
|
line-height: 40px;
|
|
letter-spacing: -0.1px;
|
|
word-spacing: -1px;
|
|
display: inline-block;
|
|
height: 100%;
|
|
max-width: 80px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li:last-child > a {
|
|
max-width: 170px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1980px) {
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li > a {
|
|
max-width: 120px;
|
|
}
|
|
}
|
|
@media screen and (min-width: 1200px) {
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li:last-child > a {
|
|
max-width: none;
|
|
}
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li > a {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li > a:before {
|
|
content: "|";
|
|
margin-right: 0.5em;
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li:nth-child(1) > a:before {
|
|
display: none;
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li:nth-child(2) > a:before {
|
|
padding-left: 0.5em;
|
|
}
|
|
.o_main_header > .o_sub_nav #o_sub-menu .o_breadcrumb > li:nth-child(3) > a:before {
|
|
padding-left: 1em;
|
|
}
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o_main_header.index > .o_sub_nav #o_sub-menu .o_breadcrumb {
|
|
display: none;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav {
|
|
border-radius: 0;
|
|
}
|
|
.o_main_header > .o_sub_nav .navbar-toggle {
|
|
padding: 0 15px;
|
|
margin: 0;
|
|
height: 38px;
|
|
background-color: #F2F2F2;
|
|
}
|
|
.o_main_header > .o_sub_nav .navbar-toggle span {
|
|
line-height: 38px;
|
|
}
|
|
.o_main_header > .o_sub_nav .navbar-toggle.collapsed {
|
|
background-color: #FCFCFC;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav {
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav:first-of-type {
|
|
margin-right: -15px;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li {
|
|
margin: 0;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li > a {
|
|
padding: 0 0 0 10px;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.divider {
|
|
height: auto;
|
|
line-height: 1;
|
|
border-bottom: 1px solid #dcddde;
|
|
padding: 4px 0px 5px;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown > a.dropdown-toggle {
|
|
padding: 0 5px 0 10px;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown > a.dropdown-toggle:after {
|
|
font-family: 'Material-Design-Icons';
|
|
content: "\e7c1";
|
|
display: inline-block;
|
|
text-rendering: geometricPrecision;
|
|
font-size: 1em;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown > a.dropdown-toggle:after {
|
|
font-size: 1.5em;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open {
|
|
z-index: 1;
|
|
position: relative;
|
|
background-color: #dcddde;
|
|
color: #2b3134;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open {
|
|
background-color: #FCFCFC;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open .dropdown-toggle {
|
|
color: #2b3134;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open .dropdown-toggle:hover {
|
|
color: #21313a;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open .dropdown-menu {
|
|
margin-top: 0;
|
|
border: none;
|
|
border-radius: 0;
|
|
text-align: left;
|
|
min-width: 100%;
|
|
background-color: #FCFCFC;
|
|
padding-bottom: 12.5px;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open .dropdown-menu > li > a {
|
|
font-size: 12px;
|
|
display: block;
|
|
color: #2b3134;
|
|
float: none;
|
|
text-transform: none;
|
|
font-weight: 500;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open .dropdown-menu > li > a {
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open .dropdown-menu > li.active > a {
|
|
color: white;
|
|
background-color: #4c8c7f;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open .dropdown-menu {
|
|
position: static;
|
|
}
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.open .dropdown-menu {
|
|
background-color: #FCFCFC;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.o_dropdown_mobile_nav {
|
|
margin-left: 0;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.o_dropdown_mobile_nav > .dropdown-toggle:after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 0;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li > a {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li > a:before {
|
|
content: "|";
|
|
margin-right: 0.5em;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li:nth-child(1) > a:before {
|
|
display: none;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li:nth-child(2) > a:before {
|
|
padding-left: 0.5em;
|
|
}
|
|
.o_main_header > .o_sub_nav .collapse .nav > li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li:nth-child(3) > a:before {
|
|
padding-left: 1em;
|
|
}
|
|
@media screen and (min-width: 768px) and (max-width: 991px) {
|
|
.o_main_header > .o_sub_nav > .container > .collapse > .nav > li > a,
|
|
.o_main_header > .o_sub_nav > .container .o_breadcrumb > li > a {
|
|
font-size: 10px;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown > a.dropdown-toggle {
|
|
padding: 0 5px 0 10px;
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown > a.dropdown-toggle:after {
|
|
font-family: 'Material-Design-Icons';
|
|
content: "\e7c1";
|
|
display: inline-block;
|
|
text-rendering: geometricPrecision;
|
|
font-size: 1em;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o_main_header > .o_sub_nav li.dropdown > a.dropdown-toggle:after {
|
|
font-size: 1.5em;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.open {
|
|
z-index: 1;
|
|
position: relative;
|
|
background-color: #dcddde;
|
|
color: #2b3134;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.o_main_header > .o_sub_nav li.dropdown.open {
|
|
background-color: #FCFCFC;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.open .dropdown-toggle {
|
|
color: #2b3134;
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.open .dropdown-toggle:hover {
|
|
color: #21313a;
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.open .dropdown-menu {
|
|
margin-top: 0;
|
|
border: none;
|
|
border-radius: 0;
|
|
text-align: left;
|
|
min-width: 100%;
|
|
background-color: #FCFCFC;
|
|
padding-bottom: 12.5px;
|
|
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.open .dropdown-menu > li > a {
|
|
font-size: 12px;
|
|
display: block;
|
|
color: #2b3134;
|
|
float: none;
|
|
text-transform: none;
|
|
font-weight: 500;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o_main_header > .o_sub_nav li.dropdown.open .dropdown-menu > li > a {
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.open .dropdown-menu > li.active > a {
|
|
color: white;
|
|
background-color: #4c8c7f;
|
|
}
|
|
@media screen and (max-width: 767px) {
|
|
.o_main_header > .o_sub_nav li.dropdown.open .dropdown-menu {
|
|
position: static;
|
|
}
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.o_main_header > .o_sub_nav li.dropdown.open .dropdown-menu {
|
|
background-color: #FCFCFC;
|
|
}
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.o_dropdown_mobile_nav {
|
|
margin-left: 0;
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.o_dropdown_mobile_nav > .dropdown-toggle:after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: auto;
|
|
bottom: auto;
|
|
right: 0;
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li > a {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li > a:before {
|
|
content: "|";
|
|
margin-right: 0.5em;
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li:nth-child(1) > a:before {
|
|
display: none;
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li:nth-child(2) > a:before {
|
|
padding-left: 0.5em;
|
|
}
|
|
.o_main_header > .o_sub_nav li.dropdown.o_dropdown_mobile_nav .o_breadcrumb_dropdown_menu > li:nth-child(3) > a:before {
|
|
padding-left: 1em;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.o_main_header.o_inverted:not(.o_scrolled) .o_sub_nav {
|
|
display: block;
|
|
margin-bottom: 0;
|
|
}
|
|
.o_main_header.o_inverted:not(.o_scrolled) .o_sub_nav .nav {
|
|
margin: 0 0 0 -8px;
|
|
}
|
|
.o_main_header.o_inverted:not(.o_scrolled) .o_sub_nav .nav > li > a {
|
|
color: #373e42;
|
|
}
|
|
.o_main_header.o_inverted:not(.o_scrolled) .o_sub_nav .nav > li > a:hover,
|
|
.o_main_header.o_inverted:not(.o_scrolled) .o_sub_nav .nav > li > a:focus {
|
|
color: #2b3134;
|
|
}
|
|
}
|
|
.o_main_header.o_inverted:not(.o_scrolled) .o_sub_nav_actions {
|
|
margin-left: 10px;
|
|
}
|
|
.o_main_header.o_inverted:not(.o_scrolled) .o_sub_nav_actions > li {
|
|
background: rgba(249, 249, 249, 0.1);
|
|
margin-right: 1px;
|
|
}
|
|
.o_main_header.o_inverted:not(.o_scrolled) .o_sub_nav_actions > li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.o_main_header.o_scrolled .o_sub_nav #o_doc_title {
|
|
opacity: 1;
|
|
filter: alpha(opacity=100);
|
|
-webkit-transform: translate(0, 0);
|
|
-ms-transform: translate(0, 0);
|
|
-o-transform: translate(0, 0);
|
|
transform: translate(0, 0);
|
|
-webkit-transition: opacity 1s, transform 0.3s;
|
|
-o-transition: opacity 1s, transform 0.3s;
|
|
transition: opacity 1s, transform 0.3s;
|
|
}
|
|
.o_main_header.o_scrolled .o_sub_nav .o_sub_nav_actions {
|
|
margin-left: 10px;
|
|
}
|
|
.o_main_header.o_scrolled .o_sub_nav .o_sub_nav_actions:first-of-type {
|
|
margin-right: -25px;
|
|
}
|
|
.o_main_header.o_scrolled .o_sub_nav .o_sub_nav_actions > li {
|
|
background: rgba(136, 136, 136, 0.1);
|
|
margin-right: 1px;
|
|
}
|
|
.o_main_header.o_scrolled .o_sub_nav .o_sub_nav_actions > li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
#thinking-modular > .clearfix.themes,
|
|
#thinking-modular > .dl-horizontal dd.themes,
|
|
#thinking-modular > .container.themes,
|
|
#thinking-modular > .container-fluid.themes,
|
|
#thinking-modular > .row.themes,
|
|
#thinking-modular > .form-horizontal .form-group.themes,
|
|
#thinking-modular > .btn-toolbar.themes,
|
|
#thinking-modular > .btn-group-vertical > .btn-group.themes,
|
|
#thinking-modular > .nav.themes,
|
|
#thinking-modular > .navbar.themes,
|
|
#thinking-modular > .navbar-header.themes,
|
|
#thinking-modular > .navbar-collapse.themes,
|
|
#thinking-modular > .pager.themes,
|
|
#thinking-modular > .panel-body.themes,
|
|
#thinking-modular > .modal-header.themes,
|
|
#thinking-modular > .modal-footer.themes,
|
|
#thinking-modular > .o_main_header > .o_main_header_main.themes {
|
|
margin-bottom: 3em;
|
|
}
|