Last active
September 30, 2016 08:38
-
-
Save SBejga/b18dfaf26d68949ca706e3383a98aace to your computer and use it in GitHub Desktop.
Cordova Feature Icons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | |
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | |
<link rel="stylesheet" type="text/css" media="screen" href="v2.css"> | |
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet.css"> | |
<title>Cordova Features</title> | |
</head> | |
<body> | |
<ul id="icons"> | |
<li class="ion-ios-contacts"> | |
<p>Contacts</p> | |
</li> | |
<li class="ion-ios-calendar-outline"> | |
<p>Calendar</p> | |
</li> | |
<li class="ion-ios-images"> | |
<p>Photos</p> | |
</li> | |
<li class="ion-ios-finger-print"> | |
<p>Fingerprint</p> | |
</li> | |
<li class="ion-ios-locate-outline"> | |
<p>Geolocation</p> | |
</li> | |
<li class="ion-ios-speedometer-outline"> | |
<p>Accelerometer</p> | |
</li> | |
<li class="ion-ios-bluetooth-outline"> | |
<p>Bluetooth</p> | |
</li> | |
<li class="ion-ios-camera-outline"> | |
<p>Camera</p> | |
</li> | |
<li class="ion-ios-barcode-outline"> | |
<p>Barcodes</p> | |
</li> | |
<li class="ion-ios-mic-outline"> | |
<p>Audio</p> | |
</li> | |
<li class="ion-ios-code-working-outline"> | |
<p>Background</p> | |
</li> | |
</ul> | |
<script src="app.js"></script> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Custom */ | |
/******************************************************************************* | |
MeyerWeb Reset | |
*******************************************************************************/ | |
html, body, div, span, applet, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, abbr, acronym, address, big, cite, code, | |
del, dfn, em, img, ins, kbd, q, s, samp, | |
small, strike, strong, sub, sup, tt, var, | |
b, u, i, center, | |
dl, dt, dd, ol, ul, li, | |
fieldset, form, label, legend, | |
table, caption, tbody, tfoot, thead, tr, th, td, | |
article, aside, canvas, details, embed, | |
figure, figcaption, footer, header, hgroup, | |
menu, nav, output, ruby, section, summary, | |
time, mark, audio, video { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
vertical-align: baseline; | |
font: inherit; | |
} | |
body { | |
box-sizing: border-box; | |
color:#373737; | |
text-align: center; | |
font-size: 16px; | |
font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; | |
line-height: 1.5; | |
-webkit-font-smoothing: antialiased; | |
} | |
h1 { | |
color: #999; | |
font-weight: normal; | |
font-size: 16px; | |
} | |
h2 { | |
color: #999; | |
font-weight: normal; | |
font-size: 14px; | |
} | |
strong { | |
font-weight: bold; | |
} | |
p { | |
margin: 25px 0; | |
} | |
a { | |
color: #4F8EF7; | |
text-decoration: none; | |
opacity: .7; | |
transition-timing-function: ease-in-out; | |
transition-duration: .1s; | |
transition-property: color; | |
transition-property: opacity; | |
} | |
a:hover, a:active, a:focus { | |
text-decoration: underline; | |
opacity: 1; | |
} | |
input { | |
font-weight: normal; | |
font-family: "AvenirNextLTPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; | |
-webkit-appearance: none; | |
} | |
input:focus { | |
outline: none; | |
} | |
::-webkit-input-placeholder { | |
padding-left: 26px; | |
color: #999; | |
} | |
:-moz-placeholder { | |
color: #999; | |
} | |
::-moz-placeholder { /* Firefox 19+ */ | |
color: #999; | |
} | |
:-ms-input-placeholder { | |
color: #999; | |
} | |
ul { | |
margin: 40px auto; | |
padding-left: 5px; | |
max-width: 700px; | |
width: 100%; | |
list-style: none; | |
text-align: left; | |
font-size: 1px; | |
} | |
li { | |
position: relative; | |
z-index: 0; | |
display: inline-block; | |
padding: 0 30px; | |
width: 150px; | |
border-radius: 4px; | |
list-style: none; | |
text-align: center; | |
font-weight: normal; | |
font-size: 40px; | |
cursor: pointer; | |
} | |
li:hover { | |
color: #4F8EF7; | |
} | |
li.active { | |
color: #4F8EF7; | |
} | |
li p { | |
font-size: 16px; | |
} | |
#icon-panel { | |
position: absolute; | |
top: -9999px; | |
left: -9999px; | |
padding: 20px 2px; | |
width: 260px; | |
border-radius: 4px; | |
background: white; | |
box-shadow: 0 1px 3px rgba(0,0,0,0.15); | |
text-align: center; | |
font-size: 14px; | |
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | |
opacity: .96; | |
} | |
#icon-name { | |
display: block; | |
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | |
font-size: 14px; | |
text-align: center; | |
width: 100%; | |
border: 0; | |
} | |
#icon-code { | |
padding-top: 10px; | |
font-size: 12px; | |
} | |
#icons { | |
transition: opacity .2s ease-in-out; | |
} | |
.search-init { | |
opacity: 0.15; | |
} | |
.search-results li { | |
display: none; | |
} | |
.links a { | |
display: inline-block; | |
padding: 5px 10px; | |
} | |
@media (max-width: 568px) { | |
h1 { | |
font-size: 14px; | |
} | |
h2 { | |
font-size: 12px; | |
} | |
ul { | |
padding: 0; | |
width: 320px; | |
} | |
li { | |
margin: 0; | |
padding: 10px 0; | |
width:45px; | |
} | |
li:hover { | |
color: black; | |
} | |
#icon-panel { | |
display: none; | |
} | |
} | |
/* @license | |
* MyFonts Webfont Build ID 2656303, 2013-10-02T11:03:28-0400 | |
* | |
* The fonts listed in this notice are subject to the End User License | |
* Agreement(s) entered into by the website owner. All other parties are | |
* explicitly restricted from using the Licensed Webfonts(s). | |
* | |
* You may obtain a valid license at the URLs below. | |
* | |
* Webfont: Avenir Next Pro Regular by Linotype | |
* URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-regular/ | |
* | |
* Webfont: Avenir Next Pro Medium by Linotype | |
* URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-medium/ | |
* | |
* | |
* License: http://www.myfonts.com/viewlicense?type=web&buildid=2656303 | |
* Licensed pageviews: 250,000 | |
* Webfonts copyright: Copyright © 2004 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Avenir is a trademark of Linotype GmbH | |
* | |
* © 2013 MyFonts Inc | |
*/ | |
/* @import must be at top of file, otherwise CSS will not work | |
@import url("//hello.myfonts.net/count/28882f");*/ | |
@font-face {font-family: 'AvenirNextLTPro-Regular';src: url('site-fonts/28882F_0_0.eot');src: url('fsite-onts/28882F_0_0.eot?#iefix') format('embedded-opentype'),url('site-fonts/28882F_0_0.woff') format('woff'),url('site-fonts/28882F_0_0.ttf') format('truetype');} | |
@font-face {font-family: 'AvenirNextLTPro-Medium';src: url('site-fonts/28882F_1_0.eot');src: url('site-fonts/28882F_1_0.eot?#iefix') format('embedded-opentype'),url('site-fonts/28882F_1_0.woff') format('woff'),url('site-fonts/28882F_1_0.ttf') format('truetype');} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
@import url("https://fonts.googleapis.com/css?family=Nunito:300"); | |
/*! | |
Ionicons, v3.0.0-alpha.3 | |
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ | |
https://twitter.com/benjsperry https://twitter.com/ionicframework | |
MIT License: https://github.com/driftyco/ionicons | |
Android-style icons originally built by Google’s | |
Material Design Icons: https://github.com/google/material-design-icons | |
used under CC BY http://creativecommons.org/licenses/by/4.0/ | |
Modified icons to fit ionicon’s grid from original. | |
*/ | |
@font-face { | |
font-family: "Ionicons"; | |
src: url("https://cdn.rawgit.com/driftyco/ionicons/3.0/dist/fonts/ionicons.eot?v=3.0.0-alpha.3"); | |
src: url("https://cdn.rawgit.com/driftyco/ionicons/3.0/dist/fonts/ionicons.eot?v=3.0.0-alpha.3#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/driftyco/ionicons/3.0/dist/fonts/ionicons.woff2?v=3.0.0-alpha.3") format("woff2"), url("https://cdn.rawgit.com/driftyco/ionicons/3.0/dist/fonts/ionicons.woff?v=3.0.0-alpha.3") format("woff"), url("https://cdn.rawgit.com/driftyco/ionicons/3.0/dist/fonts/ionicons.ttf?v=3.0.0-alpha.3") format("truetype"), url("https://cdn.rawgit.com/driftyco/ionicons/3.0/dist/fonts/ionicons.svg?v=3.0.0-alpha.3#Ionicons") format("svg"); | |
font-weight: normal; | |
font-style: normal; } | |
.ion, .ionicons, .ion-ios-add:before, .ion-ios-add-circle:before, .ion-ios-add-circle-outline:before, .ion-ios-add-outline:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-alert:before, .ion-ios-alert-outline:before, .ion-ios-american-football:before, .ion-ios-american-football-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-aperture:before, .ion-ios-aperture-outline:before, .ion-ios-apps:before, .ion-ios-apps-outline:before, .ion-ios-appstore:before, .ion-ios-appstore-outline:before, .ion-ios-archive:before, .ion-ios-archive-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-back-outline:before, .ion-ios-arrow-down:before, .ion-ios-arrow-down-outline:before, .ion-ios-arrow-dropdown:before, .ion-ios-arrow-dropdown-circle:before, .ion-ios-arrow-dropdown-circle-outline:before, .ion-ios-arrow-dropdown-outline:before, .ion-ios-arrow-dropleft:before, .ion-ios-arrow-dropleft-circle:before, .ion-ios-arrow-dropleft-circle-outline:before, .ion-ios-arrow-dropleft-outline:before, .ion-ios-arrow-dropright:before, .ion-ios-arrow-dropright-circle:before, .ion-ios-arrow-dropright-circle-outline:before, .ion-ios-arrow-dropright-outline:before, .ion-ios-arrow-dropup:before, .ion-ios-arrow-dropup-circle:before, .ion-ios-arrow-dropup-circle-outline:before, .ion-ios-arrow-dropup-outline:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-forward-outline:before, .ion-ios-arrow-round-back:before, .ion-ios-arrow-round-back-outline:before, .ion-ios-arrow-round-down:before, .ion-ios-arrow-round-down-outline:before, .ion-ios-arrow-round-forward:before, .ion-ios-arrow-round-forward-outline:before, .ion-ios-arrow-round-up:before, .ion-ios-arrow-round-up-outline:before, .ion-ios-arrow-up:before, .ion-ios-arrow-up-outline:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-attach:before, .ion-ios-attach-outline:before, .ion-ios-backspace:before, .ion-ios-backspace-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basket:before, .ion-ios-basket-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-battery-charging:before, .ion-ios-battery-charging-outline:before, .ion-ios-battery-dead:before, .ion-ios-battery-dead-outline:before, .ion-ios-battery-full:before, .ion-ios-battery-full-outline:before, .ion-ios-beaker:before, .ion-ios-beaker-outline:before, .ion-ios-beer:before, .ion-ios-beer-outline:before, .ion-ios-bicycle:before, .ion-ios-bicycle-outline:before, .ion-ios-bluetooth:before, .ion-ios-bluetooth-outline:before, .ion-ios-boat:before, .ion-ios-boat-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bonfire:before, .ion-ios-bonfire-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmark:before, .ion-ios-bookmark-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-bowtie:before, .ion-ios-bowtie-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-brush:before, .ion-ios-brush-outline:before, .ion-ios-bug:before, .ion-ios-bug-outline:before, .ion-ios-build:before, .ion-ios-build-outline:before, .ion-ios-bulb:before, .ion-ios-bulb-outline:before, .ion-ios-bus:before, .ion-ios-bus-outline:before, .ion-ios-cafe:before, .ion-ios-cafe-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-call:before, .ion-ios-call-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-car:before, .ion-ios-car-outline:before, .ion-ios-card:before, .ion-ios-card-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-cash:before, .ion-ios-cash-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubbles:before, .ion-ios-chatbubbles-outline:before, .ion-ios-checkbox:before, .ion-ios-checkbox-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-circle:before, .ion-ios-checkmark-circle-outline:before, .ion-ios-checkmark-outline:before, .ion-ios-clipboard:before, .ion-ios-clipboard-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-circle:before, .ion-ios-close-circle-outline:before, .ion-ios-close-outline:before, .ion-ios-closed-captioning:before, .ion-ios-closed-captioning-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-circle:before, .ion-ios-cloud-circle-outline:before, .ion-ios-cloud-done:before, .ion-ios-cloud-done-outline:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-code:before, .ion-ios-code-download:before, .ion-ios-code-download-outline:before, .ion-ios-code-outline:before, .ion-ios-code-working:before, .ion-ios-code-working-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-fill:before, .ion-ios-color-fill-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-palette:before, .ion-ios-color-palette-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compass:before, .ion-ios-compass-outline:before, .ion-ios-construct:before, .ion-ios-construct-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-contacts:before, .ion-ios-contacts-outline:before, .ion-ios-contract:before, .ion-ios-contract-outline:before, .ion-ios-contrast:before, .ion-ios-contrast-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-create:before, .ion-ios-create-outline:before, .ion-ios-crop:before, .ion-ios-crop-outline:before, .ion-ios-cube:before, .ion-ios-cube-outline:before, .ion-ios-cut:before, .ion-ios-cut-outline:before, .ion-ios-desktop:before, .ion-ios-desktop-outline:before, .ion-ios-disc:before, .ion-ios-disc-outline:before, .ion-ios-document:before, .ion-ios-document-outline:before, .ion-ios-done-all:before, .ion-ios-done-all-outline:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-easel:before, .ion-ios-easel-outline:before, .ion-ios-egg:before, .ion-ios-egg-outline:before, .ion-ios-exit:before, .ion-ios-exit-outline:before, .ion-ios-expand:before, .ion-ios-expand-outline:before, .ion-ios-eye:before, .ion-ios-eye-off:before, .ion-ios-eye-off-outline:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-female:before, .ion-ios-female-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-finger-print:before, .ion-ios-finger-print-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flash:before, .ion-ios-flash-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-open:before, .ion-ios-folder-open-outline:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-funnel:before, .ion-ios-funnel-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-git-branch:before, .ion-ios-git-branch-outline:before, .ion-ios-git-commit:before, .ion-ios-git-commit-outline:before, .ion-ios-git-compare:before, .ion-ios-git-compare-outline:before, .ion-ios-git-merge:before, .ion-ios-git-merge-outline:before, .ion-ios-git-network:before, .ion-ios-git-network-outline:before, .ion-ios-git-pull-request:before, .ion-ios-git-pull-request-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-globe:before, .ion-ios-globe-outline:before, .ion-ios-grid:before, .ion-ios-grid-outline:before, .ion-ios-hammer:before, .ion-ios-hammer-outline:before, .ion-ios-hand:before, .ion-ios-hand-outline:before, .ion-ios-happy:before, .ion-ios-happy-outline:before, .ion-ios-headset:before, .ion-ios-headset-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-buoy:before, .ion-ios-help-buoy-outline:before, .ion-ios-help-circle:before, .ion-ios-help-circle-outline:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-ice-cream:before, .ion-ios-ice-cream-outline:before, .ion-ios-image:before, .ion-ios-image-outline:before, .ion-ios-images:before, .ion-ios-images-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-circle:before, .ion-ios-information-circle-outline:before, .ion-ios-information-outline:before, .ion-ios-ionic:before, .ion-ios-ionic-outline:before, .ion-ios-ionitron:before, .ion-ios-ionitron-outline:before, .ion-ios-jet:before, .ion-ios-jet-outline:before, .ion-ios-key:before, .ion-ios-key-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-laptop:before, .ion-ios-laptop-outline:before, .ion-ios-leaf:before, .ion-ios-leaf-outline:before, .ion-ios-link:before, .ion-ios-link-outline:before, .ion-ios-list:before, .ion-ios-list-box:before, .ion-ios-list-box-outline:before, .ion-ios-list-outline:before, .ion-ios-locate:before, .ion-ios-locate-outline:before, .ion-ios-lock:before, .ion-ios-lock-outline:before, .ion-ios-log-in:before, .ion-ios-log-in-outline:before, .ion-ios-log-out:before, .ion-ios-log-out-outline:before, .ion-ios-magnet:before, .ion-ios-magnet-outline:before, .ion-ios-mail:before, .ion-ios-mail-open:before, .ion-ios-mail-open-outline:before, .ion-ios-mail-outline:before, .ion-ios-male:before, .ion-ios-male-outline:before, .ion-ios-man:before, .ion-ios-man-outline:before, .ion-ios-map:before, .ion-ios-map-outline:before, .ion-ios-medal:before, .ion-ios-medal-outline:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-megaphone:before, .ion-ios-megaphone-outline:before, .ion-ios-menu:before, .ion-ios-menu-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-off-outline:before, .ion-ios-mic-outline:before, .ion-ios-microphone:before, .ion-ios-microphone-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-move:before, .ion-ios-move-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-note-outline:before, .ion-ios-musical-notes:before, .ion-ios-musical-notes-outline:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-no-smoking:before, .ion-ios-no-smoking-outline:before, .ion-ios-notifications:before, .ion-ios-notifications-off:before, .ion-ios-notifications-off-outline:before, .ion-ios-notifications-outline:before, .ion-ios-nuclear:before, .ion-ios-nuclear-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-open:before, .ion-ios-open-outline:before, .ion-ios-options:before, .ion-ios-options-outline:before, .ion-ios-outlet:before, .ion-ios-outlet-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paper-plane:before, .ion-ios-paper-plane-outline:before, .ion-ios-partly-sunny:before, .ion-ios-partly-sunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-add:before, .ion-ios-person-add-outline:before, .ion-ios-person-outline:before, .ion-ios-phone-landscape:before, .ion-ios-phone-landscape-outline:before, .ion-ios-phone-portrait:before, .ion-ios-phone-portrait-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pin:before, .ion-ios-pin-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-pizza:before, .ion-ios-pizza-outline:before, .ion-ios-plane:before, .ion-ios-plane-outline:before, .ion-ios-planet:before, .ion-ios-planet-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-podium:before, .ion-ios-podium-outline:before, .ion-ios-power:before, .ion-ios-power-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-print:before, .ion-ios-print-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-outline:before, .ion-ios-qr-scanner:before, .ion-ios-qr-scanner-outline:before, .ion-ios-quote:before, .ion-ios-quote-outline:before, .ion-ios-radio:before, .ion-ios-radio-button-off:before, .ion-ios-radio-button-off-outline:before, .ion-ios-radio-button-on:before, .ion-ios-radio-button-on-outline:before, .ion-ios-radio-outline:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-circle:before, .ion-ios-refresh-circle-outline:before, .ion-ios-refresh-outline:before, .ion-ios-remove:before, .ion-ios-remove-circle:before, .ion-ios-remove-circle-outline:before, .ion-ios-remove-outline:before, .ion-ios-reorder:before, .ion-ios-reorder-outline:before, .ion-ios-repeat:before, .ion-ios-repeat-outline:before, .ion-ios-resize:before, .ion-ios-resize-outline:before, .ion-ios-restaurant:before, .ion-ios-restaurant-outline:before, .ion-ios-return-left:before, .ion-ios-return-left-outline:before, .ion-ios-return-right:before, .ion-ios-return-right-outline:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-ribbon:before, .ion-ios-ribbon-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-sad:before, .ion-ios-sad-outline:before, .ion-ios-school:before, .ion-ios-school-outline:before, .ion-ios-search:before, .ion-ios-search-outline:before, .ion-ios-send:before, .ion-ios-send-outline:before, .ion-ios-settings:before, .ion-ios-settings-outline:before, .ion-ios-share:before, .ion-ios-share-alt:before, .ion-ios-share-alt-outline:before, .ion-ios-share-outline:before, .ion-ios-shirt:before, .ion-ios-shirt-outline:before, .ion-ios-shuffle:before, .ion-ios-shuffle-outline:before, .ion-ios-skip-backward:before, .ion-ios-skip-backward-outline:before, .ion-ios-skip-forward:before, .ion-ios-skip-forward-outline:before, .ion-ios-snow:before, .ion-ios-snow-outline:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-square:before, .ion-ios-square-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-half-outline:before, .ion-ios-star-outline:before, .ion-ios-stats:before, .ion-ios-stats-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-subway:before, .ion-ios-subway-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-swap:before, .ion-ios-swap-outline:before, .ion-ios-switch:before, .ion-ios-switch-outline:before, .ion-ios-sync:before, .ion-ios-sync-outline:before, .ion-ios-tablet-landscape:before, .ion-ios-tablet-landscape-outline:before, .ion-ios-tablet-portrait:before, .ion-ios-tablet-portrait-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-text:before, .ion-ios-text-outline:before, .ion-ios-thermometer:before, .ion-ios-thermometer-outline:before, .ion-ios-thumbs-down:before, .ion-ios-thumbs-down-outline:before, .ion-ios-thumbs-up:before, .ion-ios-thumbs-up-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-train:before, .ion-ios-train-outline:before, .ion-ios-transgender:before, .ion-ios-transgender-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-trending-down:before, .ion-ios-trending-down-outline:before, .ion-ios-trending-up:before, .ion-ios-trending-up-outline:before, .ion-ios-trophy:before, .ion-ios-trophy-outline:before, .ion-ios-umbrella:before, .ion-ios-umbrella-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlock:before, .ion-ios-unlock-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-down:before, .ion-ios-volume-down-outline:before, .ion-ios-volume-mute:before, .ion-ios-volume-mute-outline:before, .ion-ios-volume-off:before, .ion-ios-volume-off-outline:before, .ion-ios-volume-up:before, .ion-ios-volume-up-outline:before, .ion-ios-walk:before, .ion-ios-walk-outline:before, .ion-ios-warning:before, .ion-ios-warning-outline:before, .ion-ios-watch:before, .ion-ios-watch-outline:before, .ion-ios-water:before, .ion-ios-water-outline:before, .ion-ios-wifi:before, .ion-ios-wifi-outline:before, .ion-ios-wine:before, .ion-ios-wine-outline:before, .ion-ios-woman:before, .ion-ios-woman-outline:before, .ion-logo-android:before, .ion-logo-angular:before, .ion-logo-apple:before, .ion-logo-bitcoin:before, .ion-logo-buffer:before, .ion-logo-chrome:before, .ion-logo-codepen:before, .ion-logo-css3:before, .ion-logo-designernews:before, .ion-logo-dribbble:before, .ion-logo-dropbox:before, .ion-logo-euro:before, .ion-logo-facebook:before, .ion-logo-foursquare:before, .ion-logo-freebsd-devil:before, .ion-logo-github:before, .ion-logo-google:before, .ion-logo-googleplus:before, .ion-logo-hackernews:before, .ion-logo-html5:before, .ion-logo-instagram:before, .ion-logo-javascript:before, .ion-logo-linkedin:before, .ion-logo-markdown:before, .ion-logo-nodejs:before, .ion-logo-octocat:before, .ion-logo-pinterest:before, .ion-logo-playstation:before, .ion-logo-python:before, .ion-logo-reddit:before, .ion-logo-rss:before, .ion-logo-sass:before, .ion-logo-skype:before, .ion-logo-snapchat:before, .ion-logo-steam:before, .ion-logo-tumblr:before, .ion-logo-tux:before, .ion-logo-twitch:before, .ion-logo-twitter:before, .ion-logo-usd:before, .ion-logo-vimeo:before, .ion-logo-whatsapp:before, .ion-logo-windows:before, .ion-logo-wordpress:before, .ion-logo-xbox:before, .ion-logo-yahoo:before, .ion-logo-yen:before, .ion-logo-youtube:before, .ion-md-add:before, .ion-md-add-circle:before, .ion-md-alarm:before, .ion-md-albums:before, .ion-md-alert:before, .ion-md-american-football:before, .ion-md-analytics:before, .ion-md-aperture:before, .ion-md-apps:before, .ion-md-appstore:before, .ion-md-archive:before, .ion-md-arrow-back:before, .ion-md-arrow-down:before, .ion-md-arrow-dropdown:before, .ion-md-arrow-dropdown-circle:before, .ion-md-arrow-dropleft:before, .ion-md-arrow-dropleft-circle:before, .ion-md-arrow-dropright:before, .ion-md-arrow-dropright-circle:before, .ion-md-arrow-dropup:before, .ion-md-arrow-dropup-circle:before, .ion-md-arrow-forward:before, .ion-md-arrow-round-back:before, .ion-md-arrow-round-down:before, .ion-md-arrow-round-forward:before, .ion-md-arrow-round-up:before, .ion-md-arrow-up:before, .ion-md-at:before, .ion-md-attach:before, .ion-md-backspace:before, .ion-md-barcode:before, .ion-md-baseball:before, .ion-md-basket:before, .ion-md-basketball:before, .ion-md-battery-charging:before, .ion-md-battery-dead:before, .ion-md-battery-full:before, .ion-md-beaker:before, .ion-md-beer:before, .ion-md-bicycle:before, .ion-md-bluetooth:before, .ion-md-boat:before, .ion-md-body:before, .ion-md-bonfire:before, .ion-md-book:before, .ion-md-bookmark:before, .ion-md-bookmarks:before, .ion-md-bowtie:before, .ion-md-briefcase:before, .ion-md-browsers:before, .ion-md-brush:before, .ion-md-bug:before, .ion-md-build:before, .ion-md-bulb:before, .ion-md-bus:before, .ion-md-cafe:before, .ion-md-calculator:before, .ion-md-calendar:before, .ion-md-call:before, .ion-md-camera:before, .ion-md-car:before, .ion-md-card:before, .ion-md-cart:before, .ion-md-cash:before, .ion-md-chatboxes:before, .ion-md-chatbubbles:before, .ion-md-checkbox:before, .ion-md-checkbox-outline:before, .ion-md-checkmark:before, .ion-md-checkmark-circle:before, .ion-md-checkmark-circle-outline:before, .ion-md-clipboard:before, .ion-md-clock:before, .ion-md-close:before, .ion-md-close-circle:before, .ion-md-closed-captioning:before, .ion-md-cloud:before, .ion-md-cloud-circle:before, .ion-md-cloud-done:before, .ion-md-cloud-download:before, .ion-md-cloud-outline:before, .ion-md-cloud-upload:before, .ion-md-cloudy:before, .ion-md-cloudy-night:before, .ion-md-code:before, .ion-md-code-download:before, .ion-md-code-working:before, .ion-md-cog:before, .ion-md-color-fill:before, .ion-md-color-filter:before, .ion-md-color-palette:before, .ion-md-color-wand:before, .ion-md-compass:before, .ion-md-construct:before, .ion-md-contact:before, .ion-md-contacts:before, .ion-md-contract:before, .ion-md-contrast:before, .ion-md-copy:before, .ion-md-create:before, .ion-md-crop:before, .ion-md-cube:before, .ion-md-cut:before, .ion-md-desktop:before, .ion-md-disc:before, .ion-md-document:before, .ion-md-done-all:before, .ion-md-download:before, .ion-md-easel:before, .ion-md-egg:before, .ion-md-exit:before, .ion-md-expand:before, .ion-md-eye:before, .ion-md-eye-off:before, .ion-md-fastforward:before, .ion-md-female:before, .ion-md-filing:before, .ion-md-film:before, .ion-md-finger-print:before, .ion-md-flag:before, .ion-md-flame:before, .ion-md-flash:before, .ion-md-flask:before, .ion-md-flower:before, .ion-md-folder:before, .ion-md-folder-open:before, .ion-md-football:before, .ion-md-funnel:before, .ion-md-game-controller-a:before, .ion-md-game-controller-b:before, .ion-md-git-branch:before, .ion-md-git-commit:before, .ion-md-git-compare:before, .ion-md-git-merge:before, .ion-md-git-network:before, .ion-md-git-pull-request:before, .ion-md-glasses:before, .ion-md-globe:before, .ion-md-grid:before, .ion-md-hammer:before, .ion-md-hand:before, .ion-md-happy:before, .ion-md-headset:before, .ion-md-heart:before, .ion-md-heart-outline:before, .ion-md-help:before, .ion-md-help-buoy:before, .ion-md-help-circle:before, .ion-md-home:before, .ion-md-ice-cream:before, .ion-md-image:before, .ion-md-images:before, .ion-md-infinite:before, .ion-md-information:before, .ion-md-information-circle:before, .ion-md-ionic:before, .ion-md-ionitron:before, .ion-md-jet:before, .ion-md-key:before, .ion-md-keypad:before, .ion-md-laptop:before, .ion-md-leaf:before, .ion-md-link:before, .ion-md-list:before, .ion-md-list-box:before, .ion-md-locate:before, .ion-md-lock:before, .ion-md-log-in:before, .ion-md-log-out:before, .ion-md-magnet:before, .ion-md-mail:before, .ion-md-mail-open:before, .ion-md-male:before, .ion-md-man:before, .ion-md-map:before, .ion-md-medal:before, .ion-md-medical:before, .ion-md-medkit:before, .ion-md-megaphone:before, .ion-md-menu:before, .ion-md-mic:before, .ion-md-mic-off:before, .ion-md-microphone:before, .ion-md-moon:before, .ion-md-more:before, .ion-md-move:before, .ion-md-musical-note:before, .ion-md-musical-notes:before, .ion-md-navigate:before, .ion-md-no-smoking:before, .ion-md-notifications:before, .ion-md-notifications-off:before, .ion-md-notifications-outline:before, .ion-md-nuclear:before, .ion-md-nutrition:before, .ion-md-open:before, .ion-md-options:before, .ion-md-outlet:before, .ion-md-paper:before, .ion-md-paper-plane:before, .ion-md-partly-sunny:before, .ion-md-pause:before, .ion-md-paw:before, .ion-md-people:before, .ion-md-person:before, .ion-md-person-add:before, .ion-md-phone-landscape:before, .ion-md-phone-portrait:before, .ion-md-photos:before, .ion-md-pie:before, .ion-md-pin:before, .ion-md-pint:before, .ion-md-pizza:before, .ion-md-plane:before, .ion-md-planet:before, .ion-md-play:before, .ion-md-podium:before, .ion-md-power:before, .ion-md-pricetag:before, .ion-md-pricetags:before, .ion-md-print:before, .ion-md-pulse:before, .ion-md-qr-scanner:before, .ion-md-quote:before, .ion-md-radio:before, .ion-md-radio-button-off:before, .ion-md-radio-button-on:before, .ion-md-rainy:before, .ion-md-recording:before, .ion-md-redo:before, .ion-md-refresh:before, .ion-md-refresh-circle:before, .ion-md-remove:before, .ion-md-remove-circle:before, .ion-md-reorder:before, .ion-md-repeat:before, .ion-md-resize:before, .ion-md-restaurant:before, .ion-md-return-left:before, .ion-md-return-right:before, .ion-md-reverse-camera:before, .ion-md-rewind:before, .ion-md-ribbon:before, .ion-md-rose:before, .ion-md-sad:before, .ion-md-school:before, .ion-md-search:before, .ion-md-send:before, .ion-md-settings:before, .ion-md-share:before, .ion-md-share-alt:before, .ion-md-shirt:before, .ion-md-shuffle:before, .ion-md-skip-backward:before, .ion-md-skip-forward:before, .ion-md-snow:before, .ion-md-speedometer:before, .ion-md-square:before, .ion-md-square-outline:before, .ion-md-star:before, .ion-md-star-half:before, .ion-md-star-outline:before, .ion-md-stats:before, .ion-md-stopwatch:before, .ion-md-subway:before, .ion-md-sunny:before, .ion-md-swap:before, .ion-md-switch:before, .ion-md-sync:before, .ion-md-tablet-landscape:before, .ion-md-tablet-portrait:before, .ion-md-tennisball:before, .ion-md-text:before, .ion-md-thermometer:before, .ion-md-thumbs-down:before, .ion-md-thumbs-up:before, .ion-md-thunderstorm:before, .ion-md-time:before, .ion-md-timer:before, .ion-md-train:before, .ion-md-transgender:before, .ion-md-trash:before, .ion-md-trending-down:before, .ion-md-trending-up:before, .ion-md-trophy:before, .ion-md-umbrella:before, .ion-md-undo:before, .ion-md-unlock:before, .ion-md-videocam:before, .ion-md-volume-down:before, .ion-md-volume-mute:before, .ion-md-volume-off:before, .ion-md-volume-up:before, .ion-md-walk:before, .ion-md-warning:before, .ion-md-watch:before, .ion-md-water:before, .ion-md-wifi:before, .ion-md-wine:before, .ion-md-woman:before { | |
display: inline-block; | |
font-family: "Ionicons"; | |
speak: none; | |
font-style: normal; | |
font-weight: normal; | |
font-variant: normal; | |
text-transform: none; | |
text-rendering: auto; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; } | |
.ion-ios-add:before { | |
content: "\f102"; } | |
.ion-ios-add-circle:before { | |
content: "\f101"; } | |
.ion-ios-add-circle-outline:before { | |
content: "\f100"; } | |
.ion-ios-add-outline:before { | |
content: "\f102"; } | |
.ion-ios-alarm:before { | |
content: "\f3c8"; } | |
.ion-ios-alarm-outline:before { | |
content: "\f3c7"; } | |
.ion-ios-albums:before { | |
content: "\f3ca"; } | |
.ion-ios-albums-outline:before { | |
content: "\f3c9"; } | |
.ion-ios-alert:before { | |
content: "\f104"; } | |
.ion-ios-alert-outline:before { | |
content: "\f103"; } | |
.ion-ios-american-football:before { | |
content: "\f106"; } | |
.ion-ios-american-football-outline:before { | |
content: "\f105"; } | |
.ion-ios-analytics:before { | |
content: "\f3ce"; } | |
.ion-ios-analytics-outline:before { | |
content: "\f3cd"; } | |
.ion-ios-aperture:before { | |
content: "\f108"; } | |
.ion-ios-aperture-outline:before { | |
content: "\f107"; } | |
.ion-ios-apps:before { | |
content: "\f10a"; } | |
.ion-ios-apps-outline:before { | |
content: "\f109"; } | |
.ion-ios-appstore:before { | |
content: "\f10c"; } | |
.ion-ios-appstore-outline:before { | |
content: "\f10b"; } | |
.ion-ios-archive:before { | |
content: "\f10e"; } | |
.ion-ios-archive-outline:before { | |
content: "\f10d"; } | |
.ion-ios-arrow-back:before { | |
content: "\f3cf"; } | |
.ion-ios-arrow-back-outline:before { | |
content: "\f3cf"; } | |
.ion-ios-arrow-down:before { | |
content: "\f3d0"; } | |
.ion-ios-arrow-down-outline:before { | |
content: "\f3d0"; } | |
.ion-ios-arrow-dropdown:before { | |
content: "\f110"; } | |
.ion-ios-arrow-dropdown-circle:before { | |
content: "\f10f"; } | |
.ion-ios-arrow-dropdown-circle-outline:before { | |
content: "\f10f"; } | |
.ion-ios-arrow-dropdown-outline:before { | |
content: "\f110"; } | |
.ion-ios-arrow-dropleft:before { | |
content: "\f112"; } | |
.ion-ios-arrow-dropleft-circle:before { | |
content: "\f111"; } | |
.ion-ios-arrow-dropleft-circle-outline:before { | |
content: "\f111"; } | |
.ion-ios-arrow-dropleft-outline:before { | |
content: "\f112"; } | |
.ion-ios-arrow-dropright:before { | |
content: "\f114"; } | |
.ion-ios-arrow-dropright-circle:before { | |
content: "\f113"; } | |
.ion-ios-arrow-dropright-circle-outline:before { | |
content: "\f113"; } | |
.ion-ios-arrow-dropright-outline:before { | |
content: "\f114"; } | |
.ion-ios-arrow-dropup:before { | |
content: "\f116"; } | |
.ion-ios-arrow-dropup-circle:before { | |
content: "\f115"; } | |
.ion-ios-arrow-dropup-circle-outline:before { | |
content: "\f115"; } | |
.ion-ios-arrow-dropup-outline:before { | |
content: "\f116"; } | |
.ion-ios-arrow-forward:before { | |
content: "\f3d1"; } | |
.ion-ios-arrow-forward-outline:before { | |
content: "\f3d1"; } | |
.ion-ios-arrow-round-back:before { | |
content: "\f117"; } | |
.ion-ios-arrow-round-back-outline:before { | |
content: "\f117"; } | |
.ion-ios-arrow-round-down:before { | |
content: "\f118"; } | |
.ion-ios-arrow-round-down-outline:before { | |
content: "\f118"; } | |
.ion-ios-arrow-round-forward:before { | |
content: "\f119"; } | |
.ion-ios-arrow-round-forward-outline:before { | |
content: "\f119"; } | |
.ion-ios-arrow-round-up:before { | |
content: "\f11a"; } | |
.ion-ios-arrow-round-up-outline:before { | |
content: "\f11a"; } | |
.ion-ios-arrow-up:before { | |
content: "\f3d8"; } | |
.ion-ios-arrow-up-outline:before { | |
content: "\f3d8"; } | |
.ion-ios-at:before { | |
content: "\f3da"; } | |
.ion-ios-at-outline:before { | |
content: "\f3d9"; } | |
.ion-ios-attach:before { | |
content: "\f11b"; } | |
.ion-ios-attach-outline:before { | |
content: "\f11b"; } | |
.ion-ios-backspace:before { | |
content: "\f11d"; } | |
.ion-ios-backspace-outline:before { | |
content: "\f11c"; } | |
.ion-ios-barcode:before { | |
content: "\f3dc"; } | |
.ion-ios-barcode-outline:before { | |
content: "\f3db"; } | |
.ion-ios-baseball:before { | |
content: "\f3de"; } | |
.ion-ios-baseball-outline:before { | |
content: "\f3dd"; } | |
.ion-ios-basket:before { | |
content: "\f11f"; } | |
.ion-ios-basket-outline:before { | |
content: "\f11e"; } | |
.ion-ios-basketball:before { | |
content: "\f3e0"; } | |
.ion-ios-basketball-outline:before { | |
content: "\f3df"; } | |
.ion-ios-battery-charging:before { | |
content: "\f120"; } | |
.ion-ios-battery-charging-outline:before { | |
content: "\f120"; } | |
.ion-ios-battery-dead:before { | |
content: "\f121"; } | |
.ion-ios-battery-dead-outline:before { | |
content: "\f121"; } | |
.ion-ios-battery-full:before { | |
content: "\f122"; } | |
.ion-ios-battery-full-outline:before { | |
content: "\f122"; } | |
.ion-ios-beaker:before { | |
content: "\f124"; } | |
.ion-ios-beaker-outline:before { | |
content: "\f123"; } | |
.ion-ios-beer:before { | |
content: "\f126"; } | |
.ion-ios-beer-outline:before { | |
content: "\f125"; } | |
.ion-ios-bicycle:before { | |
content: "\f127"; } | |
.ion-ios-bicycle-outline:before { | |
content: "\f127"; } | |
.ion-ios-bluetooth:before { | |
content: "\f128"; } | |
.ion-ios-bluetooth-outline:before { | |
content: "\f128"; } | |
.ion-ios-boat:before { | |
content: "\f12a"; } | |
.ion-ios-boat-outline:before { | |
content: "\f129"; } | |
.ion-ios-body:before { | |
content: "\f3e4"; } | |
.ion-ios-body-outline:before { | |
content: "\f3e3"; } | |
.ion-ios-bonfire:before { | |
content: "\f12c"; } | |
.ion-ios-bonfire-outline:before { | |
content: "\f12b"; } | |
.ion-ios-book:before { | |
content: "\f3e8"; } | |
.ion-ios-book-outline:before { | |
content: "\f3e7"; } | |
.ion-ios-bookmark:before { | |
content: "\f12e"; } | |
.ion-ios-bookmark-outline:before { | |
content: "\f12d"; } | |
.ion-ios-bookmarks:before { | |
content: "\f3ea"; } | |
.ion-ios-bookmarks-outline:before { | |
content: "\f3e9"; } | |
.ion-ios-bowtie:before { | |
content: "\f130"; } | |
.ion-ios-bowtie-outline:before { | |
content: "\f12f"; } | |
.ion-ios-briefcase:before { | |
content: "\f3ee"; } | |
.ion-ios-briefcase-outline:before { | |
content: "\f3ed"; } | |
.ion-ios-browsers:before { | |
content: "\f3f0"; } | |
.ion-ios-browsers-outline:before { | |
content: "\f3ef"; } | |
.ion-ios-brush:before { | |
content: "\f132"; } | |
.ion-ios-brush-outline:before { | |
content: "\f131"; } | |
.ion-ios-bug:before { | |
content: "\f134"; } | |
.ion-ios-bug-outline:before { | |
content: "\f133"; } | |
.ion-ios-build:before { | |
content: "\f136"; } | |
.ion-ios-build-outline:before { | |
content: "\f135"; } | |
.ion-ios-bulb:before { | |
content: "\f138"; } | |
.ion-ios-bulb-outline:before { | |
content: "\f137"; } | |
.ion-ios-bus:before { | |
content: "\f13a"; } | |
.ion-ios-bus-outline:before { | |
content: "\f139"; } | |
.ion-ios-cafe:before { | |
content: "\f13c"; } | |
.ion-ios-cafe-outline:before { | |
content: "\f13b"; } | |
.ion-ios-calculator:before { | |
content: "\f3f2"; } | |
.ion-ios-calculator-outline:before { | |
content: "\f3f1"; } | |
.ion-ios-calendar:before { | |
content: "\f3f4"; } | |
.ion-ios-calendar-outline:before { | |
content: "\f3f3"; } | |
.ion-ios-call:before { | |
content: "\f13e"; } | |
.ion-ios-call-outline:before { | |
content: "\f13d"; } | |
.ion-ios-camera:before { | |
content: "\f3f6"; } | |
.ion-ios-camera-outline:before { | |
content: "\f3f5"; } | |
.ion-ios-car:before { | |
content: "\f140"; } | |
.ion-ios-car-outline:before { | |
content: "\f13f"; } | |
.ion-ios-card:before { | |
content: "\f142"; } | |
.ion-ios-card-outline:before { | |
content: "\f141"; } | |
.ion-ios-cart:before { | |
content: "\f3f8"; } | |
.ion-ios-cart-outline:before { | |
content: "\f3f7"; } | |
.ion-ios-cash:before { | |
content: "\f144"; } | |
.ion-ios-cash-outline:before { | |
content: "\f143"; } | |
.ion-ios-chatboxes:before { | |
content: "\f3fa"; } | |
.ion-ios-chatboxes-outline:before { | |
content: "\f3f9"; } | |
.ion-ios-chatbubbles:before { | |
content: "\f146"; } | |
.ion-ios-chatbubbles-outline:before { | |
content: "\f145"; } | |
.ion-ios-checkbox:before { | |
content: "\f148"; } | |
.ion-ios-checkbox-outline:before { | |
content: "\f147"; } | |
.ion-ios-checkmark:before { | |
content: "\f3ff"; } | |
.ion-ios-checkmark-circle:before { | |
content: "\f14a"; } | |
.ion-ios-checkmark-circle-outline:before { | |
content: "\f149"; } | |
.ion-ios-checkmark-outline:before { | |
content: "\f3ff"; } | |
.ion-ios-clipboard:before { | |
content: "\f14c"; } | |
.ion-ios-clipboard-outline:before { | |
content: "\f14b"; } | |
.ion-ios-clock:before { | |
content: "\f403"; } | |
.ion-ios-clock-outline:before { | |
content: "\f402"; } | |
.ion-ios-close:before { | |
content: "\f406"; } | |
.ion-ios-close-circle:before { | |
content: "\f14e"; } | |
.ion-ios-close-circle-outline:before { | |
content: "\f14d"; } | |
.ion-ios-close-outline:before { | |
content: "\f406"; } | |
.ion-ios-closed-captioning:before { | |
content: "\f150"; } | |
.ion-ios-closed-captioning-outline:before { | |
content: "\f14f"; } | |
.ion-ios-cloud:before { | |
content: "\f40c"; } | |
.ion-ios-cloud-circle:before { | |
content: "\f152"; } | |
.ion-ios-cloud-circle-outline:before { | |
content: "\f151"; } | |
.ion-ios-cloud-done:before { | |
content: "\f154"; } | |
.ion-ios-cloud-done-outline:before { | |
content: "\f153"; } | |
.ion-ios-cloud-download:before { | |
content: "\f408"; } | |
.ion-ios-cloud-download-outline:before { | |
content: "\f407"; } | |
.ion-ios-cloud-outline:before { | |
content: "\f409"; } | |
.ion-ios-cloud-upload:before { | |
content: "\f40b"; } | |
.ion-ios-cloud-upload-outline:before { | |
content: "\f40a"; } | |
.ion-ios-cloudy:before { | |
content: "\f410"; } | |
.ion-ios-cloudy-night:before { | |
content: "\f40e"; } | |
.ion-ios-cloudy-night-outline:before { | |
content: "\f40d"; } | |
.ion-ios-cloudy-outline:before { | |
content: "\f40f"; } | |
.ion-ios-code:before { | |
content: "\f157"; } | |
.ion-ios-code-download:before { | |
content: "\f155"; } | |
.ion-ios-code-download-outline:before { | |
content: "\f155"; } | |
.ion-ios-code-outline:before { | |
content: "\f157"; } | |
.ion-ios-code-working:before { | |
content: "\f156"; } | |
.ion-ios-code-working-outline:before { | |
content: "\f156"; } | |
.ion-ios-cog:before { | |
content: "\f412"; } | |
.ion-ios-cog-outline:before { | |
content: "\f411"; } | |
.ion-ios-color-fill:before { | |
content: "\f159"; } | |
.ion-ios-color-fill-outline:before { | |
content: "\f158"; } | |
.ion-ios-color-filter:before { | |
content: "\f414"; } | |
.ion-ios-color-filter-outline:before { | |
content: "\f413"; } | |
.ion-ios-color-palette:before { | |
content: "\f15b"; } | |
.ion-ios-color-palette-outline:before { | |
content: "\f15a"; } | |
.ion-ios-color-wand:before { | |
content: "\f416"; } | |
.ion-ios-color-wand-outline:before { | |
content: "\f415"; } | |
.ion-ios-compass:before { | |
content: "\f15d"; } | |
.ion-ios-compass-outline:before { | |
content: "\f15c"; } | |
.ion-ios-construct:before { | |
content: "\f15f"; } | |
.ion-ios-construct-outline:before { | |
content: "\f15e"; } | |
.ion-ios-contact:before { | |
content: "\f41a"; } | |
.ion-ios-contact-outline:before { | |
content: "\f419"; } | |
.ion-ios-contacts:before { | |
content: "\f161"; } | |
.ion-ios-contacts-outline:before { | |
content: "\f160"; } | |
.ion-ios-contract:before { | |
content: "\f162"; } | |
.ion-ios-contract-outline:before { | |
content: "\f162"; } | |
.ion-ios-contrast:before { | |
content: "\f163"; } | |
.ion-ios-contrast-outline:before { | |
content: "\f163"; } | |
.ion-ios-copy:before { | |
content: "\f41c"; } | |
.ion-ios-copy-outline:before { | |
content: "\f41b"; } | |
.ion-ios-create:before { | |
content: "\f165"; } | |
.ion-ios-create-outline:before { | |
content: "\f164"; } | |
.ion-ios-crop:before { | |
content: "\f41e"; } | |
.ion-ios-crop-outline:before { | |
content: "\f166"; } | |
.ion-ios-cube:before { | |
content: "\f168"; } | |
.ion-ios-cube-outline:before { | |
content: "\f167"; } | |
.ion-ios-cut:before { | |
content: "\f16a"; } | |
.ion-ios-cut-outline:before { | |
content: "\f169"; } | |
.ion-ios-desktop:before { | |
content: "\f16c"; } | |
.ion-ios-desktop-outline:before { | |
content: "\f16b"; } | |
.ion-ios-disc:before { | |
content: "\f16e"; } | |
.ion-ios-disc-outline:before { | |
content: "\f16d"; } | |
.ion-ios-document:before { | |
content: "\f170"; } | |
.ion-ios-document-outline:before { | |
content: "\f16f"; } | |
.ion-ios-done-all:before { | |
content: "\f171"; } | |
.ion-ios-done-all-outline:before { | |
content: "\f171"; } | |
.ion-ios-download:before { | |
content: "\f420"; } | |
.ion-ios-download-outline:before { | |
content: "\f41f"; } | |
.ion-ios-easel:before { | |
content: "\f173"; } | |
.ion-ios-easel-outline:before { | |
content: "\f172"; } | |
.ion-ios-egg:before { | |
content: "\f175"; } | |
.ion-ios-egg-outline:before { | |
content: "\f174"; } | |
.ion-ios-exit:before { | |
content: "\f177"; } | |
.ion-ios-exit-outline:before { | |
content: "\f176"; } | |
.ion-ios-expand:before { | |
content: "\f178"; } | |
.ion-ios-expand-outline:before { | |
content: "\f178"; } | |
.ion-ios-eye:before { | |
content: "\f425"; } | |
.ion-ios-eye-off:before { | |
content: "\f17a"; } | |
.ion-ios-eye-off-outline:before { | |
content: "\f179"; } | |
.ion-ios-eye-outline:before { | |
content: "\f424"; } | |
.ion-ios-fastforward:before { | |
content: "\f427"; } | |
.ion-ios-fastforward-outline:before { | |
content: "\f426"; } | |
.ion-ios-female:before { | |
content: "\f17b"; } | |
.ion-ios-female-outline:before { | |
content: "\f17b"; } | |
.ion-ios-filing:before { | |
content: "\f429"; } | |
.ion-ios-filing-outline:before { | |
content: "\f428"; } | |
.ion-ios-film:before { | |
content: "\f42b"; } | |
.ion-ios-film-outline:before { | |
content: "\f42a"; } | |
.ion-ios-finger-print:before { | |
content: "\f17c"; } | |
.ion-ios-finger-print-outline:before { | |
content: "\f17c"; } | |
.ion-ios-flag:before { | |
content: "\f42d"; } | |
.ion-ios-flag-outline:before { | |
content: "\f42c"; } | |
.ion-ios-flame:before { | |
content: "\f42f"; } | |
.ion-ios-flame-outline:before { | |
content: "\f42e"; } | |
.ion-ios-flash:before { | |
content: "\f17e"; } | |
.ion-ios-flash-outline:before { | |
content: "\f17d"; } | |
.ion-ios-flask:before { | |
content: "\f431"; } | |
.ion-ios-flask-outline:before { | |
content: "\f430"; } | |
.ion-ios-flower:before { | |
content: "\f433"; } | |
.ion-ios-flower-outline:before { | |
content: "\f432"; } | |
.ion-ios-folder:before { | |
content: "\f435"; } | |
.ion-ios-folder-open:before { | |
content: "\f180"; } | |
.ion-ios-folder-open-outline:before { | |
content: "\f17f"; } | |
.ion-ios-folder-outline:before { | |
content: "\f434"; } | |
.ion-ios-football:before { | |
content: "\f437"; } | |
.ion-ios-football-outline:before { | |
content: "\f436"; } | |
.ion-ios-funnel:before { | |
content: "\f182"; } | |
.ion-ios-funnel-outline:before { | |
content: "\f181"; } | |
.ion-ios-game-controller-a:before { | |
content: "\f439"; } | |
.ion-ios-game-controller-a-outline:before { | |
content: "\f438"; } | |
.ion-ios-game-controller-b:before { | |
content: "\f43b"; } | |
.ion-ios-game-controller-b-outline:before { | |
content: "\f43a"; } | |
.ion-ios-git-branch:before { | |
content: "\f183"; } | |
.ion-ios-git-branch-outline:before { | |
content: "\f183"; } | |
.ion-ios-git-commit:before { | |
content: "\f184"; } | |
.ion-ios-git-commit-outline:before { | |
content: "\f184"; } | |
.ion-ios-git-compare:before { | |
content: "\f185"; } | |
.ion-ios-git-compare-outline:before { | |
content: "\f185"; } | |
.ion-ios-git-merge:before { | |
content: "\f186"; } | |
.ion-ios-git-merge-outline:before { | |
content: "\f186"; } | |
.ion-ios-git-network:before { | |
content: "\f187"; } | |
.ion-ios-git-network-outline:before { | |
content: "\f187"; } | |
.ion-ios-git-pull-request:before { | |
content: "\f188"; } | |
.ion-ios-git-pull-request-outline:before { | |
content: "\f188"; } | |
.ion-ios-glasses:before { | |
content: "\f43f"; } | |
.ion-ios-glasses-outline:before { | |
content: "\f43e"; } | |
.ion-ios-globe:before { | |
content: "\f18a"; } | |
.ion-ios-globe-outline:before { | |
content: "\f189"; } | |
.ion-ios-grid:before { | |
content: "\f18c"; } | |
.ion-ios-grid-outline:before { | |
content: "\f18b"; } | |
.ion-ios-hammer:before { | |
content: "\f18e"; } | |
.ion-ios-hammer-outline:before { | |
content: "\f18d"; } | |
.ion-ios-hand:before { | |
content: "\f190"; } | |
.ion-ios-hand-outline:before { | |
content: "\f18f"; } | |
.ion-ios-happy:before { | |
content: "\f192"; } | |
.ion-ios-happy-outline:before { | |
content: "\f191"; } | |
.ion-ios-headset:before { | |
content: "\f194"; } | |
.ion-ios-headset-outline:before { | |
content: "\f193"; } | |
.ion-ios-heart:before { | |
content: "\f443"; } | |
.ion-ios-heart-outline:before { | |
content: "\f442"; } | |
.ion-ios-help:before { | |
content: "\f446"; } | |
.ion-ios-help-buoy:before { | |
content: "\f196"; } | |
.ion-ios-help-buoy-outline:before { | |
content: "\f195"; } | |
.ion-ios-help-circle:before { | |
content: "\f198"; } | |
.ion-ios-help-circle-outline:before { | |
content: "\f197"; } | |
.ion-ios-help-outline:before { | |
content: "\f446"; } | |
.ion-ios-home:before { | |
content: "\f448"; } | |
.ion-ios-home-outline:before { | |
content: "\f447"; } | |
.ion-ios-ice-cream:before { | |
content: "\f19a"; } | |
.ion-ios-ice-cream-outline:before { | |
content: "\f199"; } | |
.ion-ios-image:before { | |
content: "\f19c"; } | |
.ion-ios-image-outline:before { | |
content: "\f19b"; } | |
.ion-ios-images:before { | |
content: "\f19e"; } | |
.ion-ios-images-outline:before { | |
content: "\f19d"; } | |
.ion-ios-infinite:before { | |
content: "\f44a"; } | |
.ion-ios-infinite-outline:before { | |
content: "\f449"; } | |
.ion-ios-information:before { | |
content: "\f44d"; } | |
.ion-ios-information-circle:before { | |
content: "\f1a0"; } | |
.ion-ios-information-circle-outline:before { | |
content: "\f19f"; } | |
.ion-ios-information-outline:before { | |
content: "\f44d"; } | |
.ion-ios-ionic:before { | |
content: "\f1a1"; } | |
.ion-ios-ionic-outline:before { | |
content: "\f44e"; } | |
.ion-ios-ionitron:before { | |
content: "\f1a3"; } | |
.ion-ios-ionitron-outline:before { | |
content: "\f1a2"; } | |
.ion-ios-jet:before { | |
content: "\f1a5"; } | |
.ion-ios-jet-outline:before { | |
content: "\f1a4"; } | |
.ion-ios-key:before { | |
content: "\f1a7"; } | |
.ion-ios-key-outline:before { | |
content: "\f1a6"; } | |
.ion-ios-keypad:before { | |
content: "\f450"; } | |
.ion-ios-keypad-outline:before { | |
content: "\f44f"; } | |
.ion-ios-laptop:before { | |
content: "\f1a8"; } | |
.ion-ios-laptop-outline:before { | |
content: "\f1a8"; } | |
.ion-ios-leaf:before { | |
content: "\f1aa"; } | |
.ion-ios-leaf-outline:before { | |
content: "\f1a9"; } | |
.ion-ios-link:before { | |
content: "\f22a"; } | |
.ion-ios-link-outline:before { | |
content: "\f1ca"; } | |
.ion-ios-list:before { | |
content: "\f454"; } | |
.ion-ios-list-box:before { | |
content: "\f1ac"; } | |
.ion-ios-list-box-outline:before { | |
content: "\f1ab"; } | |
.ion-ios-list-outline:before { | |
content: "\f454"; } | |
.ion-ios-locate:before { | |
content: "\f1ae"; } | |
.ion-ios-locate-outline:before { | |
content: "\f1ad"; } | |
.ion-ios-lock:before { | |
content: "\f1b0"; } | |
.ion-ios-lock-outline:before { | |
content: "\f1af"; } | |
.ion-ios-log-in:before { | |
content: "\f1b1"; } | |
.ion-ios-log-in-outline:before { | |
content: "\f1b1"; } | |
.ion-ios-log-out:before { | |
content: "\f1b2"; } | |
.ion-ios-log-out-outline:before { | |
content: "\f1b2"; } | |
.ion-ios-magnet:before { | |
content: "\f1b4"; } | |
.ion-ios-magnet-outline:before { | |
content: "\f1b3"; } | |
.ion-ios-mail:before { | |
content: "\f1b8"; } | |
.ion-ios-mail-open:before { | |
content: "\f1b6"; } | |
.ion-ios-mail-open-outline:before { | |
content: "\f1b5"; } | |
.ion-ios-mail-outline:before { | |
content: "\f1b7"; } | |
.ion-ios-male:before { | |
content: "\f1b9"; } | |
.ion-ios-male-outline:before { | |
content: "\f1b9"; } | |
.ion-ios-man:before { | |
content: "\f1bb"; } | |
.ion-ios-man-outline:before { | |
content: "\f1ba"; } | |
.ion-ios-map:before { | |
content: "\f1bd"; } | |
.ion-ios-map-outline:before { | |
content: "\f1bc"; } | |
.ion-ios-medal:before { | |
content: "\f1bf"; } | |
.ion-ios-medal-outline:before { | |
content: "\f1be"; } | |
.ion-ios-medical:before { | |
content: "\f45c"; } | |
.ion-ios-medical-outline:before { | |
content: "\f45b"; } | |
.ion-ios-medkit:before { | |
content: "\f45e"; } | |
.ion-ios-medkit-outline:before { | |
content: "\f45d"; } | |
.ion-ios-megaphone:before { | |
content: "\f1c1"; } | |
.ion-ios-megaphone-outline:before { | |
content: "\f1c0"; } | |
.ion-ios-menu:before { | |
content: "\f1c3"; } | |
.ion-ios-menu-outline:before { | |
content: "\f1c2"; } | |
.ion-ios-mic:before { | |
content: "\f461"; } | |
.ion-ios-mic-off:before { | |
content: "\f45f"; } | |
.ion-ios-mic-off-outline:before { | |
content: "\f1c4"; } | |
.ion-ios-mic-outline:before { | |
content: "\f460"; } | |
.ion-ios-microphone:before { | |
content: "\f1c6"; } | |
.ion-ios-microphone-outline:before { | |
content: "\f1c5"; } | |
.ion-ios-moon:before { | |
content: "\f468"; } | |
.ion-ios-moon-outline:before { | |
content: "\f467"; } | |
.ion-ios-more:before { | |
content: "\f1c8"; } | |
.ion-ios-more-outline:before { | |
content: "\f1c7"; } | |
.ion-ios-move:before { | |
content: "\f1cb"; } | |
.ion-ios-move-outline:before { | |
content: "\f1cb"; } | |
.ion-ios-musical-note:before { | |
content: "\f46b"; } | |
.ion-ios-musical-note-outline:before { | |
content: "\f1cc"; } | |
.ion-ios-musical-notes:before { | |
content: "\f46c"; } | |
.ion-ios-musical-notes-outline:before { | |
content: "\f1cd"; } | |
.ion-ios-navigate:before { | |
content: "\f46e"; } | |
.ion-ios-navigate-outline:before { | |
content: "\f46d"; } | |
.ion-ios-no-smoking:before { | |
content: "\f1cf"; } | |
.ion-ios-no-smoking-outline:before { | |
content: "\f1ce"; } | |
.ion-ios-notifications:before { | |
content: "\f1d3"; } | |
.ion-ios-notifications-off:before { | |
content: "\f1d1"; } | |
.ion-ios-notifications-off-outline:before { | |
content: "\f1d0"; } | |
.ion-ios-notifications-outline:before { | |
content: "\f1d2"; } | |
.ion-ios-nuclear:before { | |
content: "\f1d5"; } | |
.ion-ios-nuclear-outline:before { | |
content: "\f1d4"; } | |
.ion-ios-nutrition:before { | |
content: "\f470"; } | |
.ion-ios-nutrition-outline:before { | |
content: "\f46f"; } | |
.ion-ios-open:before { | |
content: "\f1d7"; } | |
.ion-ios-open-outline:before { | |
content: "\f1d6"; } | |
.ion-ios-options:before { | |
content: "\f1d9"; } | |
.ion-ios-options-outline:before { | |
content: "\f1d8"; } | |
.ion-ios-outlet:before { | |
content: "\f1db"; } | |
.ion-ios-outlet-outline:before { | |
content: "\f1da"; } | |
.ion-ios-paper:before { | |
content: "\f472"; } | |
.ion-ios-paper-outline:before { | |
content: "\f471"; } | |
.ion-ios-paper-plane:before { | |
content: "\f1dd"; } | |
.ion-ios-paper-plane-outline:before { | |
content: "\f1dc"; } | |
.ion-ios-partly-sunny:before { | |
content: "\f1df"; } | |
.ion-ios-partly-sunny-outline:before { | |
content: "\f1de"; } | |
.ion-ios-pause:before { | |
content: "\f478"; } | |
.ion-ios-pause-outline:before { | |
content: "\f477"; } | |
.ion-ios-paw:before { | |
content: "\f47a"; } | |
.ion-ios-paw-outline:before { | |
content: "\f479"; } | |
.ion-ios-people:before { | |
content: "\f47c"; } | |
.ion-ios-people-outline:before { | |
content: "\f47b"; } | |
.ion-ios-person:before { | |
content: "\f47e"; } | |
.ion-ios-person-add:before { | |
content: "\f1e1"; } | |
.ion-ios-person-add-outline:before { | |
content: "\f1e0"; } | |
.ion-ios-person-outline:before { | |
content: "\f47d"; } | |
.ion-ios-phone-landscape:before { | |
content: "\f1e2"; } | |
.ion-ios-phone-landscape-outline:before { | |
content: "\f1e2"; } | |
.ion-ios-phone-portrait:before { | |
content: "\f1e3"; } | |
.ion-ios-phone-portrait-outline:before { | |
content: "\f1e3"; } | |
.ion-ios-photos:before { | |
content: "\f482"; } | |
.ion-ios-photos-outline:before { | |
content: "\f481"; } | |
.ion-ios-pie:before { | |
content: "\f484"; } | |
.ion-ios-pie-outline:before { | |
content: "\f483"; } | |
.ion-ios-pin:before { | |
content: "\f1e5"; } | |
.ion-ios-pin-outline:before { | |
content: "\f1e4"; } | |
.ion-ios-pint:before { | |
content: "\f486"; } | |
.ion-ios-pint-outline:before { | |
content: "\f485"; } | |
.ion-ios-pizza:before { | |
content: "\f1e7"; } | |
.ion-ios-pizza-outline:before { | |
content: "\f1e6"; } | |
.ion-ios-plane:before { | |
content: "\f1e9"; } | |
.ion-ios-plane-outline:before { | |
content: "\f1e8"; } | |
.ion-ios-planet:before { | |
content: "\f1eb"; } | |
.ion-ios-planet-outline:before { | |
content: "\f1ea"; } | |
.ion-ios-play:before { | |
content: "\f488"; } | |
.ion-ios-play-outline:before { | |
content: "\f487"; } | |
.ion-ios-podium:before { | |
content: "\f1ed"; } | |
.ion-ios-podium-outline:before { | |
content: "\f1ec"; } | |
.ion-ios-power:before { | |
content: "\f1ef"; } | |
.ion-ios-power-outline:before { | |
content: "\f1ee"; } | |
.ion-ios-pricetag:before { | |
content: "\f48d"; } | |
.ion-ios-pricetag-outline:before { | |
content: "\f48c"; } | |
.ion-ios-pricetags:before { | |
content: "\f48f"; } | |
.ion-ios-pricetags-outline:before { | |
content: "\f48e"; } | |
.ion-ios-print:before { | |
content: "\f1f1"; } | |
.ion-ios-print-outline:before { | |
content: "\f1f0"; } | |
.ion-ios-pulse:before { | |
content: "\f493"; } | |
.ion-ios-pulse-outline:before { | |
content: "\f1f2"; } | |
.ion-ios-qr-scanner:before { | |
content: "\f1f3"; } | |
.ion-ios-qr-scanner-outline:before { | |
content: "\f1f3"; } | |
.ion-ios-quote:before { | |
content: "\f1f5"; } | |
.ion-ios-quote-outline:before { | |
content: "\f1f4"; } | |
.ion-ios-radio:before { | |
content: "\f1f9"; } | |
.ion-ios-radio-button-off:before { | |
content: "\f1f6"; } | |
.ion-ios-radio-button-off-outline:before { | |
content: "\f1f6"; } | |
.ion-ios-radio-button-on:before { | |
content: "\f1f7"; } | |
.ion-ios-radio-button-on-outline:before { | |
content: "\f1f7"; } | |
.ion-ios-radio-outline:before { | |
content: "\f1f8"; } | |
.ion-ios-rainy:before { | |
content: "\f495"; } | |
.ion-ios-rainy-outline:before { | |
content: "\f494"; } | |
.ion-ios-recording:before { | |
content: "\f497"; } | |
.ion-ios-recording-outline:before { | |
content: "\f496"; } | |
.ion-ios-redo:before { | |
content: "\f499"; } | |
.ion-ios-redo-outline:before { | |
content: "\f498"; } | |
.ion-ios-refresh:before { | |
content: "\f49c"; } | |
.ion-ios-refresh-circle:before { | |
content: "\f226"; } | |
.ion-ios-refresh-circle-outline:before { | |
content: "\f224"; } | |
.ion-ios-refresh-outline:before { | |
content: "\f49c"; } | |
.ion-ios-remove:before { | |
content: "\f1fc"; } | |
.ion-ios-remove-circle:before { | |
content: "\f1fb"; } | |
.ion-ios-remove-circle-outline:before { | |
content: "\f1fa"; } | |
.ion-ios-remove-outline:before { | |
content: "\f1fc"; } | |
.ion-ios-reorder:before { | |
content: "\f1fd"; } | |
.ion-ios-reorder-outline:before { | |
content: "\f1fd"; } | |
.ion-ios-repeat:before { | |
content: "\f1fe"; } | |
.ion-ios-repeat-outline:before { | |
content: "\f1fe"; } | |
.ion-ios-resize:before { | |
content: "\f1ff"; } | |
.ion-ios-resize-outline:before { | |
content: "\f1ff"; } | |
.ion-ios-restaurant:before { | |
content: "\f201"; } | |
.ion-ios-restaurant-outline:before { | |
content: "\f200"; } | |
.ion-ios-return-left:before { | |
content: "\f202"; } | |
.ion-ios-return-left-outline:before { | |
content: "\f202"; } | |
.ion-ios-return-right:before { | |
content: "\f203"; } | |
.ion-ios-return-right-outline:before { | |
content: "\f203"; } | |
.ion-ios-reverse-camera:before { | |
content: "\f49f"; } | |
.ion-ios-reverse-camera-outline:before { | |
content: "\f49e"; } | |
.ion-ios-rewind:before { | |
content: "\f4a1"; } | |
.ion-ios-rewind-outline:before { | |
content: "\f4a0"; } | |
.ion-ios-ribbon:before { | |
content: "\f205"; } | |
.ion-ios-ribbon-outline:before { | |
content: "\f204"; } | |
.ion-ios-rose:before { | |
content: "\f4a3"; } | |
.ion-ios-rose-outline:before { | |
content: "\f4a2"; } | |
.ion-ios-sad:before { | |
content: "\f207"; } | |
.ion-ios-sad-outline:before { | |
content: "\f206"; } | |
.ion-ios-school:before { | |
content: "\f209"; } | |
.ion-ios-school-outline:before { | |
content: "\f208"; } | |
.ion-ios-search:before { | |
content: "\f4a5"; } | |
.ion-ios-search-outline:before { | |
content: "\f20a"; } | |
.ion-ios-send:before { | |
content: "\f20c"; } | |
.ion-ios-send-outline:before { | |
content: "\f20b"; } | |
.ion-ios-settings:before { | |
content: "\f4a7"; } | |
.ion-ios-settings-outline:before { | |
content: "\f20d"; } | |
.ion-ios-share:before { | |
content: "\f211"; } | |
.ion-ios-share-alt:before { | |
content: "\f20f"; } | |
.ion-ios-share-alt-outline:before { | |
content: "\f20e"; } | |
.ion-ios-share-outline:before { | |
content: "\f210"; } | |
.ion-ios-shirt:before { | |
content: "\f213"; } | |
.ion-ios-shirt-outline:before { | |
content: "\f212"; } | |
.ion-ios-shuffle:before { | |
content: "\f4a9"; } | |
.ion-ios-shuffle-outline:before { | |
content: "\f4a9"; } | |
.ion-ios-skip-backward:before { | |
content: "\f215"; } | |
.ion-ios-skip-backward-outline:before { | |
content: "\f214"; } | |
.ion-ios-skip-forward:before { | |
content: "\f217"; } | |
.ion-ios-skip-forward-outline:before { | |
content: "\f216"; } | |
.ion-ios-snow:before { | |
content: "\f218"; } | |
.ion-ios-snow-outline:before { | |
content: "\f22c"; } | |
.ion-ios-speedometer:before { | |
content: "\f4b0"; } | |
.ion-ios-speedometer-outline:before { | |
content: "\f4af"; } | |
.ion-ios-square:before { | |
content: "\f21a"; } | |
.ion-ios-square-outline:before { | |
content: "\f219"; } | |
.ion-ios-star:before { | |
content: "\f4b3"; } | |
.ion-ios-star-half:before { | |
content: "\f4b1"; } | |
.ion-ios-star-half-outline:before { | |
content: "\f4b1"; } | |
.ion-ios-star-outline:before { | |
content: "\f4b2"; } | |
.ion-ios-stats:before { | |
content: "\f21c"; } | |
.ion-ios-stats-outline:before { | |
content: "\f21b"; } | |
.ion-ios-stopwatch:before { | |
content: "\f4b5"; } | |
.ion-ios-stopwatch-outline:before { | |
content: "\f4b4"; } | |
.ion-ios-subway:before { | |
content: "\f21e"; } | |
.ion-ios-subway-outline:before { | |
content: "\f21d"; } | |
.ion-ios-sunny:before { | |
content: "\f4b7"; } | |
.ion-ios-sunny-outline:before { | |
content: "\f4b6"; } | |
.ion-ios-swap:before { | |
content: "\f21f"; } | |
.ion-ios-swap-outline:before { | |
content: "\f21f"; } | |
.ion-ios-switch:before { | |
content: "\f221"; } | |
.ion-ios-switch-outline:before { | |
content: "\f220"; } | |
.ion-ios-sync:before { | |
content: "\f222"; } | |
.ion-ios-sync-outline:before { | |
content: "\f222"; } | |
.ion-ios-tablet-landscape:before { | |
content: "\f223"; } | |
.ion-ios-tablet-landscape-outline:before { | |
content: "\f223"; } | |
.ion-ios-tablet-portrait:before { | |
content: "\f24e"; } | |
.ion-ios-tablet-portrait-outline:before { | |
content: "\f24e"; } | |
.ion-ios-tennisball:before { | |
content: "\f4bb"; } | |
.ion-ios-tennisball-outline:before { | |
content: "\f4ba"; } | |
.ion-ios-text:before { | |
content: "\f250"; } | |
.ion-ios-text-outline:before { | |
content: "\f24f"; } | |
.ion-ios-thermometer:before { | |
content: "\f252"; } | |
.ion-ios-thermometer-outline:before { | |
content: "\f251"; } | |
.ion-ios-thumbs-down:before { | |
content: "\f254"; } | |
.ion-ios-thumbs-down-outline:before { | |
content: "\f253"; } | |
.ion-ios-thumbs-up:before { | |
content: "\f256"; } | |
.ion-ios-thumbs-up-outline:before { | |
content: "\f255"; } | |
.ion-ios-thunderstorm:before { | |
content: "\f4bd"; } | |
.ion-ios-thunderstorm-outline:before { | |
content: "\f4bc"; } | |
.ion-ios-time:before { | |
content: "\f4bf"; } | |
.ion-ios-time-outline:before { | |
content: "\f4be"; } | |
.ion-ios-timer:before { | |
content: "\f4c1"; } | |
.ion-ios-timer-outline:before { | |
content: "\f4c0"; } | |
.ion-ios-train:before { | |
content: "\f258"; } | |
.ion-ios-train-outline:before { | |
content: "\f257"; } | |
.ion-ios-transgender:before { | |
content: "\f259"; } | |
.ion-ios-transgender-outline:before { | |
content: "\f259"; } | |
.ion-ios-trash:before { | |
content: "\f4c5"; } | |
.ion-ios-trash-outline:before { | |
content: "\f4c4"; } | |
.ion-ios-trending-down:before { | |
content: "\f25a"; } | |
.ion-ios-trending-down-outline:before { | |
content: "\f25a"; } | |
.ion-ios-trending-up:before { | |
content: "\f25b"; } | |
.ion-ios-trending-up-outline:before { | |
content: "\f25b"; } | |
.ion-ios-trophy:before { | |
content: "\f25d"; } | |
.ion-ios-trophy-outline:before { | |
content: "\f25c"; } | |
.ion-ios-umbrella:before { | |
content: "\f25f"; } | |
.ion-ios-umbrella-outline:before { | |
content: "\f25e"; } | |
.ion-ios-undo:before { | |
content: "\f4c7"; } | |
.ion-ios-undo-outline:before { | |
content: "\f4c6"; } | |
.ion-ios-unlock:before { | |
content: "\f261"; } | |
.ion-ios-unlock-outline:before { | |
content: "\f260"; } | |
.ion-ios-videocam:before { | |
content: "\f4cd"; } | |
.ion-ios-videocam-outline:before { | |
content: "\f4cc"; } | |
.ion-ios-volume-down:before { | |
content: "\f262"; } | |
.ion-ios-volume-down-outline:before { | |
content: "\f262"; } | |
.ion-ios-volume-mute:before { | |
content: "\f263"; } | |
.ion-ios-volume-mute-outline:before { | |
content: "\f263"; } | |
.ion-ios-volume-off:before { | |
content: "\f264"; } | |
.ion-ios-volume-off-outline:before { | |
content: "\f264"; } | |
.ion-ios-volume-up:before { | |
content: "\f265"; } | |
.ion-ios-volume-up-outline:before { | |
content: "\f265"; } | |
.ion-ios-walk:before { | |
content: "\f266"; } | |
.ion-ios-walk-outline:before { | |
content: "\f266"; } | |
.ion-ios-warning:before { | |
content: "\f268"; } | |
.ion-ios-warning-outline:before { | |
content: "\f267"; } | |
.ion-ios-watch:before { | |
content: "\f269"; } | |
.ion-ios-watch-outline:before { | |
content: "\f269"; } | |
.ion-ios-water:before { | |
content: "\f26b"; } | |
.ion-ios-water-outline:before { | |
content: "\f26a"; } | |
.ion-ios-wifi:before { | |
content: "\f26d"; } | |
.ion-ios-wifi-outline:before { | |
content: "\f26c"; } | |
.ion-ios-wine:before { | |
content: "\f26f"; } | |
.ion-ios-wine-outline:before { | |
content: "\f26e"; } | |
.ion-ios-woman:before { | |
content: "\f271"; } | |
.ion-ios-woman-outline:before { | |
content: "\f270"; } | |
.ion-logo-android:before { | |
content: "\f225"; } | |
.ion-logo-angular:before { | |
content: "\f227"; } | |
.ion-logo-apple:before { | |
content: "\f229"; } | |
.ion-logo-bitcoin:before { | |
content: "\f22b"; } | |
.ion-logo-buffer:before { | |
content: "\f22d"; } | |
.ion-logo-chrome:before { | |
content: "\f22f"; } | |
.ion-logo-codepen:before { | |
content: "\f230"; } | |
.ion-logo-css3:before { | |
content: "\f231"; } | |
.ion-logo-designernews:before { | |
content: "\f232"; } | |
.ion-logo-dribbble:before { | |
content: "\f233"; } | |
.ion-logo-dropbox:before { | |
content: "\f234"; } | |
.ion-logo-euro:before { | |
content: "\f235"; } | |
.ion-logo-facebook:before { | |
content: "\f236"; } | |
.ion-logo-foursquare:before { | |
content: "\f237"; } | |
.ion-logo-freebsd-devil:before { | |
content: "\f238"; } | |
.ion-logo-github:before { | |
content: "\f239"; } | |
.ion-logo-google:before { | |
content: "\f23a"; } | |
.ion-logo-googleplus:before { | |
content: "\f23b"; } | |
.ion-logo-hackernews:before { | |
content: "\f23c"; } | |
.ion-logo-html5:before { | |
content: "\f23d"; } | |
.ion-logo-instagram:before { | |
content: "\f23e"; } | |
.ion-logo-javascript:before { | |
content: "\f23f"; } | |
.ion-logo-linkedin:before { | |
content: "\f240"; } | |
.ion-logo-markdown:before { | |
content: "\f241"; } | |
.ion-logo-nodejs:before { | |
content: "\f242"; } | |
.ion-logo-octocat:before { | |
content: "\f243"; } | |
.ion-logo-pinterest:before { | |
content: "\f244"; } | |
.ion-logo-playstation:before { | |
content: "\f245"; } | |
.ion-logo-python:before { | |
content: "\f246"; } | |
.ion-logo-reddit:before { | |
content: "\f247"; } | |
.ion-logo-rss:before { | |
content: "\f248"; } | |
.ion-logo-sass:before { | |
content: "\f249"; } | |
.ion-logo-skype:before { | |
content: "\f24a"; } | |
.ion-logo-snapchat:before { | |
content: "\f24b"; } | |
.ion-logo-steam:before { | |
content: "\f24c"; } | |
.ion-logo-tumblr:before { | |
content: "\f24d"; } | |
.ion-logo-tux:before { | |
content: "\f2ae"; } | |
.ion-logo-twitch:before { | |
content: "\f2af"; } | |
.ion-logo-twitter:before { | |
content: "\f2b0"; } | |
.ion-logo-usd:before { | |
content: "\f2b1"; } | |
.ion-logo-vimeo:before { | |
content: "\f2c4"; } | |
.ion-logo-whatsapp:before { | |
content: "\f2c5"; } | |
.ion-logo-windows:before { | |
content: "\f32f"; } | |
.ion-logo-wordpress:before { | |
content: "\f330"; } | |
.ion-logo-xbox:before { | |
content: "\f34c"; } | |
.ion-logo-yahoo:before { | |
content: "\f34d"; } | |
.ion-logo-yen:before { | |
content: "\f34e"; } | |
.ion-logo-youtube:before { | |
content: "\f34f"; } | |
.ion-md-add:before { | |
content: "\f273"; } | |
.ion-md-add-circle:before { | |
content: "\f272"; } | |
.ion-md-alarm:before { | |
content: "\f274"; } | |
.ion-md-albums:before { | |
content: "\f275"; } | |
.ion-md-alert:before { | |
content: "\f276"; } | |
.ion-md-american-football:before { | |
content: "\f277"; } | |
.ion-md-analytics:before { | |
content: "\f278"; } | |
.ion-md-aperture:before { | |
content: "\f279"; } | |
.ion-md-apps:before { | |
content: "\f27a"; } | |
.ion-md-appstore:before { | |
content: "\f27b"; } | |
.ion-md-archive:before { | |
content: "\f27c"; } | |
.ion-md-arrow-back:before { | |
content: "\f27d"; } | |
.ion-md-arrow-down:before { | |
content: "\f27e"; } | |
.ion-md-arrow-dropdown:before { | |
content: "\f280"; } | |
.ion-md-arrow-dropdown-circle:before { | |
content: "\f27f"; } | |
.ion-md-arrow-dropleft:before { | |
content: "\f282"; } | |
.ion-md-arrow-dropleft-circle:before { | |
content: "\f281"; } | |
.ion-md-arrow-dropright:before { | |
content: "\f284"; } | |
.ion-md-arrow-dropright-circle:before { | |
content: "\f283"; } | |
.ion-md-arrow-dropup:before { | |
content: "\f286"; } | |
.ion-md-arrow-dropup-circle:before { | |
content: "\f285"; } | |
.ion-md-arrow-forward:before { | |
content: "\f287"; } | |
.ion-md-arrow-round-back:before { | |
content: "\f288"; } | |
.ion-md-arrow-round-down:before { | |
content: "\f289"; } | |
.ion-md-arrow-round-forward:before { | |
content: "\f28a"; } | |
.ion-md-arrow-round-up:before { | |
content: "\f28b"; } | |
.ion-md-arrow-up:before { | |
content: "\f28c"; } | |
.ion-md-at:before { | |
content: "\f28d"; } | |
.ion-md-attach:before { | |
content: "\f28e"; } | |
.ion-md-backspace:before { | |
content: "\f28f"; } | |
.ion-md-barcode:before { | |
content: "\f290"; } | |
.ion-md-baseball:before { | |
content: "\f291"; } | |
.ion-md-basket:before { | |
content: "\f292"; } | |
.ion-md-basketball:before { | |
content: "\f293"; } | |
.ion-md-battery-charging:before { | |
content: "\f294"; } | |
.ion-md-battery-dead:before { | |
content: "\f295"; } | |
.ion-md-battery-full:before { | |
content: "\f296"; } | |
.ion-md-beaker:before { | |
content: "\f297"; } | |
.ion-md-beer:before { | |
content: "\f298"; } | |
.ion-md-bicycle:before { | |
content: "\f299"; } | |
.ion-md-bluetooth:before { | |
content: "\f29a"; } | |
.ion-md-boat:before { | |
content: "\f29b"; } | |
.ion-md-body:before { | |
content: "\f29c"; } | |
.ion-md-bonfire:before { | |
content: "\f29d"; } | |
.ion-md-book:before { | |
content: "\f29e"; } | |
.ion-md-bookmark:before { | |
content: "\f29f"; } | |
.ion-md-bookmarks:before { | |
content: "\f2a0"; } | |
.ion-md-bowtie:before { | |
content: "\f2a1"; } | |
.ion-md-briefcase:before { | |
content: "\f2a2"; } | |
.ion-md-browsers:before { | |
content: "\f2a3"; } | |
.ion-md-brush:before { | |
content: "\f2a4"; } | |
.ion-md-bug:before { | |
content: "\f2a5"; } | |
.ion-md-build:before { | |
content: "\f2a6"; } | |
.ion-md-bulb:before { | |
content: "\f2a7"; } | |
.ion-md-bus:before { | |
content: "\f2a8"; } | |
.ion-md-cafe:before { | |
content: "\f2a9"; } | |
.ion-md-calculator:before { | |
content: "\f2aa"; } | |
.ion-md-calendar:before { | |
content: "\f2ab"; } | |
.ion-md-call:before { | |
content: "\f2ac"; } | |
.ion-md-camera:before { | |
content: "\f2ad"; } | |
.ion-md-car:before { | |
content: "\f2b2"; } | |
.ion-md-card:before { | |
content: "\f2b3"; } | |
.ion-md-cart:before { | |
content: "\f2b4"; } | |
.ion-md-cash:before { | |
content: "\f2b5"; } | |
.ion-md-chatboxes:before { | |
content: "\f2b6"; } | |
.ion-md-chatbubbles:before { | |
content: "\f2b7"; } | |
.ion-md-checkbox:before { | |
content: "\f2b9"; } | |
.ion-md-checkbox-outline:before { | |
content: "\f2b8"; } | |
.ion-md-checkmark:before { | |
content: "\f2bc"; } | |
.ion-md-checkmark-circle:before { | |
content: "\f2bb"; } | |
.ion-md-checkmark-circle-outline:before { | |
content: "\f2ba"; } | |
.ion-md-clipboard:before { | |
content: "\f2bd"; } | |
.ion-md-clock:before { | |
content: "\f2be"; } | |
.ion-md-close:before { | |
content: "\f2c0"; } | |
.ion-md-close-circle:before { | |
content: "\f2bf"; } | |
.ion-md-closed-captioning:before { | |
content: "\f2c1"; } | |
.ion-md-cloud:before { | |
content: "\f2c9"; } | |
.ion-md-cloud-circle:before { | |
content: "\f2c2"; } | |
.ion-md-cloud-done:before { | |
content: "\f2c3"; } | |
.ion-md-cloud-download:before { | |
content: "\f2c6"; } | |
.ion-md-cloud-outline:before { | |
content: "\f2c7"; } | |
.ion-md-cloud-upload:before { | |
content: "\f2c8"; } | |
.ion-md-cloudy:before { | |
content: "\f2cb"; } | |
.ion-md-cloudy-night:before { | |
content: "\f2ca"; } | |
.ion-md-code:before { | |
content: "\f2ce"; } | |
.ion-md-code-download:before { | |
content: "\f2cc"; } | |
.ion-md-code-working:before { | |
content: "\f2cd"; } | |
.ion-md-cog:before { | |
content: "\f2cf"; } | |
.ion-md-color-fill:before { | |
content: "\f2d0"; } | |
.ion-md-color-filter:before { | |
content: "\f2d1"; } | |
.ion-md-color-palette:before { | |
content: "\f2d2"; } | |
.ion-md-color-wand:before { | |
content: "\f2d3"; } | |
.ion-md-compass:before { | |
content: "\f2d4"; } | |
.ion-md-construct:before { | |
content: "\f2d5"; } | |
.ion-md-contact:before { | |
content: "\f2d6"; } | |
.ion-md-contacts:before { | |
content: "\f2d7"; } | |
.ion-md-contract:before { | |
content: "\f2d8"; } | |
.ion-md-contrast:before { | |
content: "\f2d9"; } | |
.ion-md-copy:before { | |
content: "\f2da"; } | |
.ion-md-create:before { | |
content: "\f2db"; } | |
.ion-md-crop:before { | |
content: "\f2dc"; } | |
.ion-md-cube:before { | |
content: "\f2dd"; } | |
.ion-md-cut:before { | |
content: "\f2de"; } | |
.ion-md-desktop:before { | |
content: "\f2df"; } | |
.ion-md-disc:before { | |
content: "\f2e0"; } | |
.ion-md-document:before { | |
content: "\f2e1"; } | |
.ion-md-done-all:before { | |
content: "\f2e2"; } | |
.ion-md-download:before { | |
content: "\f2e3"; } | |
.ion-md-easel:before { | |
content: "\f2e4"; } | |
.ion-md-egg:before { | |
content: "\f2e5"; } | |
.ion-md-exit:before { | |
content: "\f2e6"; } | |
.ion-md-expand:before { | |
content: "\f2e7"; } | |
.ion-md-eye:before { | |
content: "\f2e9"; } | |
.ion-md-eye-off:before { | |
content: "\f2e8"; } | |
.ion-md-fastforward:before { | |
content: "\f2ea"; } | |
.ion-md-female:before { | |
content: "\f2eb"; } | |
.ion-md-filing:before { | |
content: "\f2ec"; } | |
.ion-md-film:before { | |
content: "\f2ed"; } | |
.ion-md-finger-print:before { | |
content: "\f2ee"; } | |
.ion-md-flag:before { | |
content: "\f2ef"; } | |
.ion-md-flame:before { | |
content: "\f2f0"; } | |
.ion-md-flash:before { | |
content: "\f2f1"; } | |
.ion-md-flask:before { | |
content: "\f2f2"; } | |
.ion-md-flower:before { | |
content: "\f2f3"; } | |
.ion-md-folder:before { | |
content: "\f2f5"; } | |
.ion-md-folder-open:before { | |
content: "\f2f4"; } | |
.ion-md-football:before { | |
content: "\f2f6"; } | |
.ion-md-funnel:before { | |
content: "\f2f7"; } | |
.ion-md-game-controller-a:before { | |
content: "\f2f8"; } | |
.ion-md-game-controller-b:before { | |
content: "\f2f9"; } | |
.ion-md-git-branch:before { | |
content: "\f2fa"; } | |
.ion-md-git-commit:before { | |
content: "\f2fb"; } | |
.ion-md-git-compare:before { | |
content: "\f2fc"; } | |
.ion-md-git-merge:before { | |
content: "\f2fd"; } | |
.ion-md-git-network:before { | |
content: "\f2fe"; } | |
.ion-md-git-pull-request:before { | |
content: "\f2ff"; } | |
.ion-md-glasses:before { | |
content: "\f300"; } | |
.ion-md-globe:before { | |
content: "\f301"; } | |
.ion-md-grid:before { | |
content: "\f302"; } | |
.ion-md-hammer:before { | |
content: "\f303"; } | |
.ion-md-hand:before { | |
content: "\f304"; } | |
.ion-md-happy:before { | |
content: "\f305"; } | |
.ion-md-headset:before { | |
content: "\f306"; } | |
.ion-md-heart:before { | |
content: "\f308"; } | |
.ion-md-heart-outline:before { | |
content: "\f307"; } | |
.ion-md-help:before { | |
content: "\f30b"; } | |
.ion-md-help-buoy:before { | |
content: "\f309"; } | |
.ion-md-help-circle:before { | |
content: "\f30a"; } | |
.ion-md-home:before { | |
content: "\f30c"; } | |
.ion-md-ice-cream:before { | |
content: "\f30d"; } | |
.ion-md-image:before { | |
content: "\f30e"; } | |
.ion-md-images:before { | |
content: "\f30f"; } | |
.ion-md-infinite:before { | |
content: "\f310"; } | |
.ion-md-information:before { | |
content: "\f312"; } | |
.ion-md-information-circle:before { | |
content: "\f311"; } | |
.ion-md-ionic:before { | |
content: "\f313"; } | |
.ion-md-ionitron:before { | |
content: "\f314"; } | |
.ion-md-jet:before { | |
content: "\f315"; } | |
.ion-md-key:before { | |
content: "\f316"; } | |
.ion-md-keypad:before { | |
content: "\f317"; } | |
.ion-md-laptop:before { | |
content: "\f318"; } | |
.ion-md-leaf:before { | |
content: "\f319"; } | |
.ion-md-link:before { | |
content: "\f22e"; } | |
.ion-md-list:before { | |
content: "\f31b"; } | |
.ion-md-list-box:before { | |
content: "\f31a"; } | |
.ion-md-locate:before { | |
content: "\f31c"; } | |
.ion-md-lock:before { | |
content: "\f31d"; } | |
.ion-md-log-in:before { | |
content: "\f31e"; } | |
.ion-md-log-out:before { | |
content: "\f31f"; } | |
.ion-md-magnet:before { | |
content: "\f320"; } | |
.ion-md-mail:before { | |
content: "\f322"; } | |
.ion-md-mail-open:before { | |
content: "\f321"; } | |
.ion-md-male:before { | |
content: "\f323"; } | |
.ion-md-man:before { | |
content: "\f324"; } | |
.ion-md-map:before { | |
content: "\f325"; } | |
.ion-md-medal:before { | |
content: "\f326"; } | |
.ion-md-medical:before { | |
content: "\f327"; } | |
.ion-md-medkit:before { | |
content: "\f328"; } | |
.ion-md-megaphone:before { | |
content: "\f329"; } | |
.ion-md-menu:before { | |
content: "\f32a"; } | |
.ion-md-mic:before { | |
content: "\f32c"; } | |
.ion-md-mic-off:before { | |
content: "\f32b"; } | |
.ion-md-microphone:before { | |
content: "\f32d"; } | |
.ion-md-moon:before { | |
content: "\f32e"; } | |
.ion-md-more:before { | |
content: "\f1c9"; } | |
.ion-md-move:before { | |
content: "\f331"; } | |
.ion-md-musical-note:before { | |
content: "\f332"; } | |
.ion-md-musical-notes:before { | |
content: "\f333"; } | |
.ion-md-navigate:before { | |
content: "\f334"; } | |
.ion-md-no-smoking:before { | |
content: "\f335"; } | |
.ion-md-notifications:before { | |
content: "\f338"; } | |
.ion-md-notifications-off:before { | |
content: "\f336"; } | |
.ion-md-notifications-outline:before { | |
content: "\f337"; } | |
.ion-md-nuclear:before { | |
content: "\f339"; } | |
.ion-md-nutrition:before { | |
content: "\f33a"; } | |
.ion-md-open:before { | |
content: "\f33b"; } | |
.ion-md-options:before { | |
content: "\f33c"; } | |
.ion-md-outlet:before { | |
content: "\f33d"; } | |
.ion-md-paper:before { | |
content: "\f33f"; } | |
.ion-md-paper-plane:before { | |
content: "\f33e"; } | |
.ion-md-partly-sunny:before { | |
content: "\f340"; } | |
.ion-md-pause:before { | |
content: "\f341"; } | |
.ion-md-paw:before { | |
content: "\f342"; } | |
.ion-md-people:before { | |
content: "\f343"; } | |
.ion-md-person:before { | |
content: "\f345"; } | |
.ion-md-person-add:before { | |
content: "\f344"; } | |
.ion-md-phone-landscape:before { | |
content: "\f346"; } | |
.ion-md-phone-portrait:before { | |
content: "\f347"; } | |
.ion-md-photos:before { | |
content: "\f348"; } | |
.ion-md-pie:before { | |
content: "\f349"; } | |
.ion-md-pin:before { | |
content: "\f34a"; } | |
.ion-md-pint:before { | |
content: "\f34b"; } | |
.ion-md-pizza:before { | |
content: "\f354"; } | |
.ion-md-plane:before { | |
content: "\f355"; } | |
.ion-md-planet:before { | |
content: "\f356"; } | |
.ion-md-play:before { | |
content: "\f357"; } | |
.ion-md-podium:before { | |
content: "\f358"; } | |
.ion-md-power:before { | |
content: "\f359"; } | |
.ion-md-pricetag:before { | |
content: "\f35a"; } | |
.ion-md-pricetags:before { | |
content: "\f35b"; } | |
.ion-md-print:before { | |
content: "\f35c"; } | |
.ion-md-pulse:before { | |
content: "\f35d"; } | |
.ion-md-qr-scanner:before { | |
content: "\f35e"; } | |
.ion-md-quote:before { | |
content: "\f35f"; } | |
.ion-md-radio:before { | |
content: "\f362"; } | |
.ion-md-radio-button-off:before { | |
content: "\f360"; } | |
.ion-md-radio-button-on:before { | |
content: "\f361"; } | |
.ion-md-rainy:before { | |
content: "\f363"; } | |
.ion-md-recording:before { | |
content: "\f364"; } | |
.ion-md-redo:before { | |
content: "\f365"; } | |
.ion-md-refresh:before { | |
content: "\f366"; } | |
.ion-md-refresh-circle:before { | |
content: "\f228"; } | |
.ion-md-remove:before { | |
content: "\f368"; } | |
.ion-md-remove-circle:before { | |
content: "\f367"; } | |
.ion-md-reorder:before { | |
content: "\f369"; } | |
.ion-md-repeat:before { | |
content: "\f36a"; } | |
.ion-md-resize:before { | |
content: "\f36b"; } | |
.ion-md-restaurant:before { | |
content: "\f36c"; } | |
.ion-md-return-left:before { | |
content: "\f36d"; } | |
.ion-md-return-right:before { | |
content: "\f36e"; } | |
.ion-md-reverse-camera:before { | |
content: "\f36f"; } | |
.ion-md-rewind:before { | |
content: "\f370"; } | |
.ion-md-ribbon:before { | |
content: "\f371"; } | |
.ion-md-rose:before { | |
content: "\f372"; } | |
.ion-md-sad:before { | |
content: "\f373"; } | |
.ion-md-school:before { | |
content: "\f374"; } | |
.ion-md-search:before { | |
content: "\f375"; } | |
.ion-md-send:before { | |
content: "\f376"; } | |
.ion-md-settings:before { | |
content: "\f377"; } | |
.ion-md-share:before { | |
content: "\f379"; } | |
.ion-md-share-alt:before { | |
content: "\f378"; } | |
.ion-md-shirt:before { | |
content: "\f37a"; } | |
.ion-md-shuffle:before { | |
content: "\f37b"; } | |
.ion-md-skip-backward:before { | |
content: "\f37c"; } | |
.ion-md-skip-forward:before { | |
content: "\f37d"; } | |
.ion-md-snow:before { | |
content: "\f37e"; } | |
.ion-md-speedometer:before { | |
content: "\f37f"; } | |
.ion-md-square:before { | |
content: "\f381"; } | |
.ion-md-square-outline:before { | |
content: "\f380"; } | |
.ion-md-star:before { | |
content: "\f384"; } | |
.ion-md-star-half:before { | |
content: "\f382"; } | |
.ion-md-star-outline:before { | |
content: "\f383"; } | |
.ion-md-stats:before { | |
content: "\f385"; } | |
.ion-md-stopwatch:before { | |
content: "\f386"; } | |
.ion-md-subway:before { | |
content: "\f387"; } | |
.ion-md-sunny:before { | |
content: "\f388"; } | |
.ion-md-swap:before { | |
content: "\f389"; } | |
.ion-md-switch:before { | |
content: "\f38a"; } | |
.ion-md-sync:before { | |
content: "\f38b"; } | |
.ion-md-tablet-landscape:before { | |
content: "\f38c"; } | |
.ion-md-tablet-portrait:before { | |
content: "\f38d"; } | |
.ion-md-tennisball:before { | |
content: "\f38e"; } | |
.ion-md-text:before { | |
content: "\f38f"; } | |
.ion-md-thermometer:before { | |
content: "\f390"; } | |
.ion-md-thumbs-down:before { | |
content: "\f391"; } | |
.ion-md-thumbs-up:before { | |
content: "\f392"; } | |
.ion-md-thunderstorm:before { | |
content: "\f393"; } | |
.ion-md-time:before { | |
content: "\f394"; } | |
.ion-md-timer:before { | |
content: "\f395"; } | |
.ion-md-train:before { | |
content: "\f396"; } | |
.ion-md-transgender:before { | |
content: "\f397"; } | |
.ion-md-trash:before { | |
content: "\f398"; } | |
.ion-md-trending-down:before { | |
content: "\f399"; } | |
.ion-md-trending-up:before { | |
content: "\f39a"; } | |
.ion-md-trophy:before { | |
content: "\f39b"; } | |
.ion-md-umbrella:before { | |
content: "\f39c"; } | |
.ion-md-undo:before { | |
content: "\f39d"; } | |
.ion-md-unlock:before { | |
content: "\f39e"; } | |
.ion-md-videocam:before { | |
content: "\f39f"; } | |
.ion-md-volume-down:before { | |
content: "\f3a0"; } | |
.ion-md-volume-mute:before { | |
content: "\f3a1"; } | |
.ion-md-volume-off:before { | |
content: "\f3a2"; } | |
.ion-md-volume-up:before { | |
content: "\f3a3"; } | |
.ion-md-walk:before { | |
content: "\f3a4"; } | |
.ion-md-warning:before { | |
content: "\f3a5"; } | |
.ion-md-watch:before { | |
content: "\f3a6"; } | |
.ion-md-water:before { | |
content: "\f3a7"; } | |
.ion-md-wifi:before { | |
content: "\f3a8"; } | |
.ion-md-wine:before { | |
content: "\f3a9"; } | |
.ion-md-woman:before { | |
content: "\f3aa"; } | |
/*# sourceMappingURL=ionicons.css.map */ | |
@font-face { | |
font-family: 'Avenir Next'; | |
src: url("/fonts/avenir-next/bold.eot"); | |
src: url("/fonts/avenir-next/bold.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir-next/bold.woff2") format("woff2"), url("/fonts/avenir-next/bold.woff") format("woff"), url("/fonts/avenir-next/bold.ttf") format("truetype"); | |
font-weight: 700; } | |
@font-face { | |
font-family: 'Avenir Next'; | |
src: url("/fonts/avenir-next/demi.eot"); | |
src: url("/fonts/avenir-next/demi.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir-next/demi.woff2") format("woff2"), url("/fonts/avenir-next/demi.woff") format("woff"), url("/fonts/avenir-next/demi.ttf") format("truetype"); | |
font-weight: 600; } | |
@font-face { | |
font-family: 'Avenir Next'; | |
src: url("/fonts/avenir-next/medium.eot"); | |
src: url("/fonts/avenir-next/medium.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir-next/medium.woff") format("woff"), url("/fonts/avenir-next/medium.ttf") format("truetype"); | |
font-weight: 500; } | |
@font-face { | |
font-family: 'Avenir Next'; | |
src: url("/fonts/avenir-next/regular.eot"); | |
src: url("/fonts/avenir-next/regular.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir-next/regular.woff") format("woff"), url("/fonts/avenir-next/regular.ttf") format("truetype"); | |
font-weight: 400; } | |
@font-face { | |
font-family: 'Avenir Next'; | |
src: url("/fonts/avenir-next/thin.eot"); | |
src: url("/fonts/avenir-next/thin.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir-next/thin.woff2") format("woff2"), url("/fonts/avenir-next/thin.woff") format("woff"), url("/fonts/avenir-next/thin.ttf") format("truetype"); | |
font-weight: 300; } | |
@font-face { | |
font-family: 'Avenir Next'; | |
src: url("/fonts/avenir-next/ultralight.eot"); | |
src: url("/fonts/avenir-next/ultralight.eot?#iefix") format("embedded-opentype"), url("/fonts/avenir-next/ultralight.woff") format("woff"), url("/fonts/avenir-next/ultralight.ttf") format("truetype"); | |
font-weight: 200; } | |
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ | |
html { | |
font-family: 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; } | |
select { | |
background: #fff !important; } | |
.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: 'Glyphicons Halflings'; | |
src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot"); | |
src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } | |
.glyphicon { | |
position: relative; | |
top: 1px; | |
display: inline-block; | |
font-family: 'Glyphicons Halflings'; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; } | |
.glyphicon-asterisk:before { | |
content: "\2a"; } | |
.glyphicon-plus:before { | |
content: "\2b"; } | |
.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"; } | |
* { | |
box-sizing: border-box; } | |
*:before, | |
*:after { | |
box-sizing: border-box; } | |
html { | |
font-size: 10px; | |
-webkit-tap-highlight-color: transparent; } | |
input, | |
button, | |
select, | |
textarea { | |
font-family: inherit; | |
font-size: inherit; | |
line-height: inherit; } | |
a { | |
color: #337ab7; | |
text-decoration: none; } | |
a:hover, a:focus { | |
color: #23527c; | |
text-decoration: underline; } | |
a:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px; } | |
figure { | |
margin: 0; } | |
img { | |
vertical-align: middle; } | |
.img-responsive { | |
display: block; | |
max-width: 100%; | |
height: auto; } | |
.img-rounded { | |
border-radius: 6px; } | |
.img-thumbnail { | |
padding: 4px; | |
line-height: 1.428571429; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 4px; | |
transition: all 0.2s ease-in-out; | |
display: inline-block; | |
max-width: 100%; | |
height: auto; } | |
.img-circle { | |
border-radius: 50%; } | |
hr { | |
margin-top: 20px; | |
margin-bottom: 20px; | |
border: 0; | |
border-top: 1px solid #eeeeee; } | |
.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: inherit; | |
font-weight: 500; | |
line-height: 1.1; | |
color: inherit; } | |
h1 small, | |
h1 .small, h2 small, | |
h2 .small, h3 small, | |
h3 .small, h4 small, | |
h4 .small, h5 small, | |
h5 .small, h6 small, | |
h6 .small, | |
.h1 small, | |
.h1 .small, .h2 small, | |
.h2 .small, .h3 small, | |
.h3 .small, .h4 small, | |
.h4 .small, .h5 small, | |
.h5 .small, .h6 small, | |
.h6 .small { | |
font-weight: normal; | |
line-height: 1; | |
color: #777777; } | |
h1, .h1, | |
h2, .h2, | |
h3, .h3 { | |
margin-top: 20px; | |
margin-bottom: 10px; } | |
h1 small, | |
h1 .small, .h1 small, | |
.h1 .small, | |
h2 small, | |
h2 .small, .h2 small, | |
.h2 .small, | |
h3 small, | |
h3 .small, .h3 small, | |
.h3 .small { | |
font-size: 65%; } | |
h4, .h4, | |
h5, .h5, | |
h6, .h6 { | |
margin-top: 10px; | |
margin-bottom: 10px; } | |
h4 small, | |
h4 .small, .h4 small, | |
.h4 .small, | |
h5 small, | |
h5 .small, .h5 small, | |
.h5 .small, | |
h6 small, | |
h6 .small, .h6 small, | |
.h6 .small { | |
font-size: 75%; } | |
h1, .h1 { | |
font-size: 36px; } | |
h2, .h2 { | |
font-size: 30px; } | |
h3, .h3 { | |
font-size: 24px; } | |
h4, .h4 { | |
font-size: 18px; } | |
h5, .h5 { | |
font-size: 14px; } | |
h6, .h6 { | |
font-size: 12px; } | |
p { | |
margin: 0 0 10px; } | |
.lead { | |
margin-bottom: 20px; | |
font-size: 16px; | |
font-weight: 300; | |
line-height: 1.4; } | |
@media (min-width: 768px) { | |
.lead { | |
font-size: 21px; } } | |
small, | |
.small { | |
font-size: 85%; } | |
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, .initialism { | |
text-transform: uppercase; } | |
.text-capitalize { | |
text-transform: capitalize; } | |
.text-muted { | |
color: #777777; } | |
.text-primary { | |
color: #337ab7; } | |
a.text-primary:hover { | |
color: #286090; } | |
.text-success { | |
color: #3c763d; } | |
a.text-success:hover { | |
color: #2b542c; } | |
.text-info { | |
color: #31708f; } | |
a.text-info:hover { | |
color: #245269; } | |
.text-warning { | |
color: #8a6d3b; } | |
a.text-warning:hover { | |
color: #66512c; } | |
.text-danger { | |
color: #a94442; } | |
a.text-danger:hover { | |
color: #843534; } | |
.bg-primary { | |
color: #fff; } | |
.bg-primary { | |
background-color: #337ab7; } | |
a.bg-primary:hover { | |
background-color: #286090; } | |
.bg-success { | |
background-color: #dff0d8; } | |
a.bg-success:hover { | |
background-color: #c1e2b3; } | |
.bg-info { | |
background-color: #d9edf7; } | |
a.bg-info:hover { | |
background-color: #afd9ee; } | |
.bg-warning { | |
background-color: #fcf8e3; } | |
a.bg-warning:hover { | |
background-color: #f7ecb5; } | |
.bg-danger { | |
background-color: #f2dede; } | |
a.bg-danger:hover { | |
background-color: #e4b9b9; } | |
.page-header { | |
padding-bottom: 9px; | |
margin: 40px 0 20px; | |
border-bottom: 1px solid #eeeeee; } | |
ul, | |
ol { | |
margin-top: 0; | |
margin-bottom: 10px; } | |
ul ul, | |
ul ol, | |
ol ul, | |
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: 20px; } | |
dt, | |
dd { | |
line-height: 1.428571429; } | |
dt { | |
font-weight: bold; } | |
dd { | |
margin-left: 0; } | |
.dl-horizontal dd:before, .dl-horizontal dd:after { | |
content: " "; | |
display: table; } | |
.dl-horizontal dd:after { | |
clear: both; } | |
@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 #777777; } | |
.initialism { | |
font-size: 90%; } | |
blockquote { | |
padding: 10px 20px; | |
margin: 0 0 20px; | |
font-size: 17.5px; | |
border-left: 5px solid #eeeeee; } | |
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.428571429; | |
color: #777777; } | |
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 #eeeeee; | |
border-left: 0; | |
text-align: right; } | |
.blockquote-reverse footer:before, | |
.blockquote-reverse small:before, | |
.blockquote-reverse .small:before, | |
blockquote.pull-right footer:before, | |
blockquote.pull-right small:before, | |
blockquote.pull-right .small:before { | |
content: ''; } | |
.blockquote-reverse footer:after, | |
.blockquote-reverse small:after, | |
.blockquote-reverse .small:after, | |
blockquote.pull-right footer:after, | |
blockquote.pull-right small:after, | |
blockquote.pull-right .small:after { | |
content: '\00A0 \2014'; } | |
address { | |
margin-bottom: 20px; | |
font-style: normal; | |
line-height: 1.428571429; } | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } | |
code { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #4D8CF4; | |
background-color: whitesmoke; | |
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: 9.5px; | |
margin: 0 0 10px; | |
font-size: 13px; | |
line-height: 1.428571429; | |
word-break: break-all; | |
word-wrap: break-word; | |
color: #333333; | |
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; } | |
.container:before, .container:after { | |
content: " "; | |
display: table; } | |
.container:after { | |
clear: both; } | |
@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; } | |
.container-fluid:before, .container-fluid:after { | |
content: " "; | |
display: table; } | |
.container-fluid:after { | |
clear: both; } | |
.row { | |
margin-left: -15px; | |
margin-right: -15px; } | |
.row:before, .row:after { | |
content: " "; | |
display: table; } | |
.row:after { | |
clear: both; } | |
.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-1 { | |
width: 8.3333333333%; } | |
.col-xs-2 { | |
width: 16.6666666667%; } | |
.col-xs-3 { | |
width: 25%; } | |
.col-xs-4 { | |
width: 33.3333333333%; } | |
.col-xs-5 { | |
width: 41.6666666667%; } | |
.col-xs-6 { | |
width: 50%; } | |
.col-xs-7 { | |
width: 58.3333333333%; } | |
.col-xs-8 { | |
width: 66.6666666667%; } | |
.col-xs-9 { | |
width: 75%; } | |
.col-xs-10 { | |
width: 83.3333333333%; } | |
.col-xs-11 { | |
width: 91.6666666667%; } | |
.col-xs-12 { | |
width: 100%; } | |
.col-xs-pull-0 { | |
right: auto; } | |
.col-xs-pull-1 { | |
right: 8.3333333333%; } | |
.col-xs-pull-2 { | |
right: 16.6666666667%; } | |
.col-xs-pull-3 { | |
right: 25%; } | |
.col-xs-pull-4 { | |
right: 33.3333333333%; } | |
.col-xs-pull-5 { | |
right: 41.6666666667%; } | |
.col-xs-pull-6 { | |
right: 50%; } | |
.col-xs-pull-7 { | |
right: 58.3333333333%; } | |
.col-xs-pull-8 { | |
right: 66.6666666667%; } | |
.col-xs-pull-9 { | |
right: 75%; } | |
.col-xs-pull-10 { | |
right: 83.3333333333%; } | |
.col-xs-pull-11 { | |
right: 91.6666666667%; } | |
.col-xs-pull-12 { | |
right: 100%; } | |
.col-xs-push-0 { | |
left: auto; } | |
.col-xs-push-1 { | |
left: 8.3333333333%; } | |
.col-xs-push-2 { | |
left: 16.6666666667%; } | |
.col-xs-push-3 { | |
left: 25%; } | |
.col-xs-push-4 { | |
left: 33.3333333333%; } | |
.col-xs-push-5 { | |
left: 41.6666666667%; } | |
.col-xs-push-6 { | |
left: 50%; } | |
.col-xs-push-7 { | |
left: 58.3333333333%; } | |
.col-xs-push-8 { | |
left: 66.6666666667%; } | |
.col-xs-push-9 { | |
left: 75%; } | |
.col-xs-push-10 { | |
left: 83.3333333333%; } | |
.col-xs-push-11 { | |
left: 91.6666666667%; } | |
.col-xs-push-12 { | |
left: 100%; } | |
.col-xs-offset-0 { | |
margin-left: 0%; } | |
.col-xs-offset-1 { | |
margin-left: 8.3333333333%; } | |
.col-xs-offset-2 { | |
margin-left: 16.6666666667%; } | |
.col-xs-offset-3 { | |
margin-left: 25%; } | |
.col-xs-offset-4 { | |
margin-left: 33.3333333333%; } | |
.col-xs-offset-5 { | |
margin-left: 41.6666666667%; } | |
.col-xs-offset-6 { | |
margin-left: 50%; } | |
.col-xs-offset-7 { | |
margin-left: 58.3333333333%; } | |
.col-xs-offset-8 { | |
margin-left: 66.6666666667%; } | |
.col-xs-offset-9 { | |
margin-left: 75%; } | |
.col-xs-offset-10 { | |
margin-left: 83.3333333333%; } | |
.col-xs-offset-11 { | |
margin-left: 91.6666666667%; } | |
.col-xs-offset-12 { | |
margin-left: 100%; } | |
@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-1 { | |
width: 8.3333333333%; } | |
.col-sm-2 { | |
width: 16.6666666667%; } | |
.col-sm-3 { | |
width: 25%; } | |
.col-sm-4 { | |
width: 33.3333333333%; } | |
.col-sm-5 { | |
width: 41.6666666667%; } | |
.col-sm-6 { | |
width: 50%; } | |
.col-sm-7 { | |
width: 58.3333333333%; } | |
.col-sm-8 { | |
width: 66.6666666667%; } | |
.col-sm-9 { | |
width: 75%; } | |
.col-sm-10 { | |
width: 83.3333333333%; } | |
.col-sm-11 { | |
width: 91.6666666667%; } | |
.col-sm-12 { | |
width: 100%; } | |
.col-sm-pull-0 { | |
right: auto; } | |
.col-sm-pull-1 { | |
right: 8.3333333333%; } | |
.col-sm-pull-2 { | |
right: 16.6666666667%; } | |
.col-sm-pull-3 { | |
right: 25%; } | |
.col-sm-pull-4 { | |
right: 33.3333333333%; } | |
.col-sm-pull-5 { | |
right: 41.6666666667%; } | |
.col-sm-pull-6 { | |
right: 50%; } | |
.col-sm-pull-7 { | |
right: 58.3333333333%; } | |
.col-sm-pull-8 { | |
right: 66.6666666667%; } | |
.col-sm-pull-9 { | |
right: 75%; } | |
.col-sm-pull-10 { | |
right: 83.3333333333%; } | |
.col-sm-pull-11 { | |
right: 91.6666666667%; } | |
.col-sm-pull-12 { | |
right: 100%; } | |
.col-sm-push-0 { | |
left: auto; } | |
.col-sm-push-1 { | |
left: 8.3333333333%; } | |
.col-sm-push-2 { | |
left: 16.6666666667%; } | |
.col-sm-push-3 { | |
left: 25%; } | |
.col-sm-push-4 { | |
left: 33.3333333333%; } | |
.col-sm-push-5 { | |
left: 41.6666666667%; } | |
.col-sm-push-6 { | |
left: 50%; } | |
.col-sm-push-7 { | |
left: 58.3333333333%; } | |
.col-sm-push-8 { | |
left: 66.6666666667%; } | |
.col-sm-push-9 { | |
left: 75%; } | |
.col-sm-push-10 { | |
left: 83.3333333333%; } | |
.col-sm-push-11 { | |
left: 91.6666666667%; } | |
.col-sm-push-12 { | |
left: 100%; } | |
.col-sm-offset-0 { | |
margin-left: 0%; } | |
.col-sm-offset-1 { | |
margin-left: 8.3333333333%; } | |
.col-sm-offset-2 { | |
margin-left: 16.6666666667%; } | |
.col-sm-offset-3 { | |
margin-left: 25%; } | |
.col-sm-offset-4 { | |
margin-left: 33.3333333333%; } | |
.col-sm-offset-5 { | |
margin-left: 41.6666666667%; } | |
.col-sm-offset-6 { | |
margin-left: 50%; } | |
.col-sm-offset-7 { | |
margin-left: 58.3333333333%; } | |
.col-sm-offset-8 { | |
margin-left: 66.6666666667%; } | |
.col-sm-offset-9 { | |
margin-left: 75%; } | |
.col-sm-offset-10 { | |
margin-left: 83.3333333333%; } | |
.col-sm-offset-11 { | |
margin-left: 91.6666666667%; } | |
.col-sm-offset-12 { | |
margin-left: 100%; } } | |
@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-1 { | |
width: 8.3333333333%; } | |
.col-md-2 { | |
width: 16.6666666667%; } | |
.col-md-3 { | |
width: 25%; } | |
.col-md-4 { | |
width: 33.3333333333%; } | |
.col-md-5 { | |
width: 41.6666666667%; } | |
.col-md-6 { | |
width: 50%; } | |
.col-md-7 { | |
width: 58.3333333333%; } | |
.col-md-8 { | |
width: 66.6666666667%; } | |
.col-md-9 { | |
width: 75%; } | |
.col-md-10 { | |
width: 83.3333333333%; } | |
.col-md-11 { | |
width: 91.6666666667%; } | |
.col-md-12 { | |
width: 100%; } | |
.col-md-pull-0 { | |
right: auto; } | |
.col-md-pull-1 { | |
right: 8.3333333333%; } | |
.col-md-pull-2 { | |
right: 16.6666666667%; } | |
.col-md-pull-3 { | |
right: 25%; } | |
.col-md-pull-4 { | |
right: 33.3333333333%; } | |
.col-md-pull-5 { | |
right: 41.6666666667%; } | |
.col-md-pull-6 { | |
right: 50%; } | |
.col-md-pull-7 { | |
right: 58.3333333333%; } | |
.col-md-pull-8 { | |
right: 66.6666666667%; } | |
.col-md-pull-9 { | |
right: 75%; } | |
.col-md-pull-10 { | |
right: 83.3333333333%; } | |
.col-md-pull-11 { | |
right: 91.6666666667%; } | |
.col-md-pull-12 { | |
right: 100%; } | |
.col-md-push-0 { | |
left: auto; } | |
.col-md-push-1 { | |
left: 8.3333333333%; } | |
.col-md-push-2 { | |
left: 16.6666666667%; } | |
.col-md-push-3 { | |
left: 25%; } | |
.col-md-push-4 { | |
left: 33.3333333333%; } | |
.col-md-push-5 { | |
left: 41.6666666667%; } | |
.col-md-push-6 { | |
left: 50%; } | |
.col-md-push-7 { | |
left: 58.3333333333%; } | |
.col-md-push-8 { | |
left: 66.6666666667%; } | |
.col-md-push-9 { | |
left: 75%; } | |
.col-md-push-10 { | |
left: 83.3333333333%; } | |
.col-md-push-11 { | |
left: 91.6666666667%; } | |
.col-md-push-12 { | |
left: 100%; } | |
.col-md-offset-0 { | |
margin-left: 0%; } | |
.col-md-offset-1 { | |
margin-left: 8.3333333333%; } | |
.col-md-offset-2 { | |
margin-left: 16.6666666667%; } | |
.col-md-offset-3 { | |
margin-left: 25%; } | |
.col-md-offset-4 { | |
margin-left: 33.3333333333%; } | |
.col-md-offset-5 { | |
margin-left: 41.6666666667%; } | |
.col-md-offset-6 { | |
margin-left: 50%; } | |
.col-md-offset-7 { | |
margin-left: 58.3333333333%; } | |
.col-md-offset-8 { | |
margin-left: 66.6666666667%; } | |
.col-md-offset-9 { | |
margin-left: 75%; } | |
.col-md-offset-10 { | |
margin-left: 83.3333333333%; } | |
.col-md-offset-11 { | |
margin-left: 91.6666666667%; } | |
.col-md-offset-12 { | |
margin-left: 100%; } } | |
@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-1 { | |
width: 8.3333333333%; } | |
.col-lg-2 { | |
width: 16.6666666667%; } | |
.col-lg-3 { | |
width: 25%; } | |
.col-lg-4 { | |
width: 33.3333333333%; } | |
.col-lg-5 { | |
width: 41.6666666667%; } | |
.col-lg-6 { | |
width: 50%; } | |
.col-lg-7 { | |
width: 58.3333333333%; } | |
.col-lg-8 { | |
width: 66.6666666667%; } | |
.col-lg-9 { | |
width: 75%; } | |
.col-lg-10 { | |
width: 83.3333333333%; } | |
.col-lg-11 { | |
width: 91.6666666667%; } | |
.col-lg-12 { | |
width: 100%; } | |
.col-lg-pull-0 { | |
right: auto; } | |
.col-lg-pull-1 { | |
right: 8.3333333333%; } | |
.col-lg-pull-2 { | |
right: 16.6666666667%; } | |
.col-lg-pull-3 { | |
right: 25%; } | |
.col-lg-pull-4 { | |
right: 33.3333333333%; } | |
.col-lg-pull-5 { | |
right: 41.6666666667%; } | |
.col-lg-pull-6 { | |
right: 50%; } | |
.col-lg-pull-7 { | |
right: 58.3333333333%; } | |
.col-lg-pull-8 { | |
right: 66.6666666667%; } | |
.col-lg-pull-9 { | |
right: 75%; } | |
.col-lg-pull-10 { | |
right: 83.3333333333%; } | |
.col-lg-pull-11 { | |
right: 91.6666666667%; } | |
.col-lg-pull-12 { | |
right: 100%; } | |
.col-lg-push-0 { | |
left: auto; } | |
.col-lg-push-1 { | |
left: 8.3333333333%; } | |
.col-lg-push-2 { | |
left: 16.6666666667%; } | |
.col-lg-push-3 { | |
left: 25%; } | |
.col-lg-push-4 { | |
left: 33.3333333333%; } | |
.col-lg-push-5 { | |
left: 41.6666666667%; } | |
.col-lg-push-6 { | |
left: 50%; } | |
.col-lg-push-7 { | |
left: 58.3333333333%; } | |
.col-lg-push-8 { | |
left: 66.6666666667%; } | |
.col-lg-push-9 { | |
left: 75%; } | |
.col-lg-push-10 { | |
left: 83.3333333333%; } | |
.col-lg-push-11 { | |
left: 91.6666666667%; } | |
.col-lg-push-12 { | |
left: 100%; } | |
.col-lg-offset-0 { | |
margin-left: 0%; } | |
.col-lg-offset-1 { | |
margin-left: 8.3333333333%; } | |
.col-lg-offset-2 { | |
margin-left: 16.6666666667%; } | |
.col-lg-offset-3 { | |
margin-left: 25%; } | |
.col-lg-offset-4 { | |
margin-left: 33.3333333333%; } | |
.col-lg-offset-5 { | |
margin-left: 41.6666666667%; } | |
.col-lg-offset-6 { | |
margin-left: 50%; } | |
.col-lg-offset-7 { | |
margin-left: 58.3333333333%; } | |
.col-lg-offset-8 { | |
margin-left: 66.6666666667%; } | |
.col-lg-offset-9 { | |
margin-left: 75%; } | |
.col-lg-offset-10 { | |
margin-left: 83.3333333333%; } | |
.col-lg-offset-11 { | |
margin-left: 91.6666666667%; } | |
.col-lg-offset-12 { | |
margin-left: 100%; } } | |
table { | |
background-color: transparent; } | |
caption { | |
padding-top: 8px; | |
padding-bottom: 8px; | |
color: #777777; | |
text-align: left; } | |
th { | |
text-align: left; } | |
table, .table { | |
width: 100%; | |
max-width: 100%; | |
margin-bottom: 20px; } | |
table > thead > tr > th, | |
table > thead > tr > td, | |
table > tbody > tr > th, | |
table > tbody > tr > td, | |
table > tfoot > tr > th, | |
table > tfoot > tr > td, .table > thead > tr > th, | |
.table > thead > tr > td, | |
.table > tbody > tr > th, | |
.table > tbody > tr > td, | |
.table > tfoot > tr > th, | |
.table > tfoot > tr > td { | |
padding: 8px; | |
line-height: 1.428571429; | |
vertical-align: top; | |
border-top: 1px solid #ddd; } | |
table > thead > tr > th, .table > thead > tr > th { | |
vertical-align: bottom; | |
border-bottom: 2px solid #ddd; } | |
table > caption + thead > tr:first-child > th, | |
table > caption + thead > tr:first-child > td, | |
table > colgroup + thead > tr:first-child > th, | |
table > colgroup + thead > tr:first-child > td, | |
table > thead:first-child > tr:first-child > th, | |
table > thead:first-child > tr:first-child > td, .table > caption + thead > tr:first-child > th, | |
.table > caption + thead > tr:first-child > td, | |
.table > colgroup + thead > tr:first-child > th, | |
.table > colgroup + thead > tr:first-child > td, | |
.table > thead:first-child > tr:first-child > th, | |
.table > thead:first-child > tr:first-child > td { | |
border-top: 0; } | |
table > tbody + tbody, .table > tbody + tbody { | |
border-top: 2px solid #ddd; } | |
table .table, .table .table { | |
background-color: #fff; } | |
.table-condensed > thead > tr > th, | |
.table-condensed > thead > tr > td, | |
.table-condensed > tbody > tr > th, | |
.table-condensed > tbody > tr > td, | |
.table-condensed > tfoot > tr > th, | |
.table-condensed > tfoot > tr > td { | |
padding: 5px; } | |
.table-bordered { | |
border: 1px solid #ddd; } | |
.table-bordered > thead > tr > th, | |
.table-bordered > thead > tr > td, | |
.table-bordered > tbody > tr > th, | |
.table-bordered > tbody > tr > td, | |
.table-bordered > tfoot > tr > th, | |
.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 > thead > tr > th.active, | |
.table > thead > tr.active > td, | |
.table > thead > tr.active > th, | |
.table > tbody > tr > td.active, | |
.table > tbody > tr > th.active, | |
.table > tbody > tr.active > td, | |
.table > tbody > tr.active > th, | |
.table > tfoot > tr > td.active, | |
.table > tfoot > tr > th.active, | |
.table > tfoot > tr.active > td, | |
.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 > thead > tr > th.success, | |
.table > thead > tr.success > td, | |
.table > thead > tr.success > th, | |
.table > tbody > tr > td.success, | |
.table > tbody > tr > th.success, | |
.table > tbody > tr.success > td, | |
.table > tbody > tr.success > th, | |
.table > tfoot > tr > td.success, | |
.table > tfoot > tr > th.success, | |
.table > tfoot > tr.success > td, | |
.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 > thead > tr > th.info, | |
.table > thead > tr.info > td, | |
.table > thead > tr.info > th, | |
.table > tbody > tr > td.info, | |
.table > tbody > tr > th.info, | |
.table > tbody > tr.info > td, | |
.table > tbody > tr.info > th, | |
.table > tfoot > tr > td.info, | |
.table > tfoot > tr > th.info, | |
.table > tfoot > tr.info > td, | |
.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 > thead > tr > th.warning, | |
.table > thead > tr.warning > td, | |
.table > thead > tr.warning > th, | |
.table > tbody > tr > td.warning, | |
.table > tbody > tr > th.warning, | |
.table > tbody > tr.warning > td, | |
.table > tbody > tr.warning > th, | |
.table > tfoot > tr > td.warning, | |
.table > tfoot > tr > th.warning, | |
.table > tfoot > tr.warning > td, | |
.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 > thead > tr > th.danger, | |
.table > thead > tr.danger > td, | |
.table > thead > tr.danger > th, | |
.table > tbody > tr > td.danger, | |
.table > tbody > tr > th.danger, | |
.table > tbody > tr.danger > td, | |
.table > tbody > tr.danger > th, | |
.table > tfoot > tr > td.danger, | |
.table > tfoot > tr > th.danger, | |
.table > tfoot > tr.danger > td, | |
.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: 15px; | |
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 > thead > tr > td, | |
.table-responsive > .table > tbody > tr > th, | |
.table-responsive > .table > tbody > tr > td, | |
.table-responsive > .table > tfoot > tr > th, | |
.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 > thead > tr > td:first-child, | |
.table-responsive > .table-bordered > tbody > tr > th:first-child, | |
.table-responsive > .table-bordered > tbody > tr > td:first-child, | |
.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, | |
.table-responsive > .table-bordered > tbody > tr > th:last-child, | |
.table-responsive > .table-bordered > tbody > tr > td:last-child, | |
.table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, | |
.table-responsive > .table-bordered > tfoot > tr:last-child > th, | |
.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: 20px; | |
font-size: 21px; | |
line-height: inherit; | |
color: #333333; | |
border: 0; | |
border-bottom: 1px solid #e5e5e5; } | |
label { | |
display: inline-block; | |
max-width: 100%; | |
margin-bottom: 5px; | |
font-weight: bold; } | |
input[type="search"] { | |
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: 14px; | |
line-height: 1.428571429; | |
color: #555555; } | |
.form-control { | |
display: block; | |
width: 100%; | |
height: 34px; | |
padding: 6px 12px; | |
font-size: 14px; | |
line-height: 1.428571429; | |
color: #555555; | |
background-color: #fff; | |
background-image: none; | |
border: 1px solid #ccc; | |
border-radius: 4px; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } | |
.form-control:focus { | |
border-color: #66afe9; | |
outline: 0; | |
box-shadow: inset 0 1px 1px rgba(0, 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[disabled], .form-control[readonly], | |
fieldset[disabled] .form-control { | |
background-color: #eeeeee; | |
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"], | |
input[type="time"], | |
input[type="datetime-local"], | |
input[type="month"] { | |
line-height: 34px; } | |
input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, | |
.input-group-sm > input[type="date"].input-group-addon, | |
.input-group-sm > .input-group-btn > input[type="date"].btn, | |
.input-group-sm input[type="date"], | |
input[type="time"].input-sm, | |
.input-group-sm > input[type="time"].form-control, | |
.input-group-sm > input[type="time"].input-group-addon, | |
.input-group-sm > .input-group-btn > input[type="time"].btn, | |
.input-group-sm | |
input[type="time"], | |
input[type="datetime-local"].input-sm, | |
.input-group-sm > input[type="datetime-local"].form-control, | |
.input-group-sm > input[type="datetime-local"].input-group-addon, | |
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn, | |
.input-group-sm | |
input[type="datetime-local"], | |
input[type="month"].input-sm, | |
.input-group-sm > input[type="month"].form-control, | |
.input-group-sm > input[type="month"].input-group-addon, | |
.input-group-sm > .input-group-btn > input[type="month"].btn, | |
.input-group-sm | |
input[type="month"] { | |
line-height: 30px; } | |
input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, | |
.input-group-lg > input[type="date"].input-group-addon, | |
.input-group-lg > .input-group-btn > input[type="date"].btn, | |
.input-group-lg input[type="date"], | |
input[type="time"].input-lg, | |
.input-group-lg > input[type="time"].form-control, | |
.input-group-lg > input[type="time"].input-group-addon, | |
.input-group-lg > .input-group-btn > input[type="time"].btn, | |
.input-group-lg | |
input[type="time"], | |
input[type="datetime-local"].input-lg, | |
.input-group-lg > input[type="datetime-local"].form-control, | |
.input-group-lg > input[type="datetime-local"].input-group-addon, | |
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn, | |
.input-group-lg | |
input[type="datetime-local"], | |
input[type="month"].input-lg, | |
.input-group-lg > input[type="month"].form-control, | |
.input-group-lg > input[type="month"].input-group-addon, | |
.input-group-lg > .input-group-btn > input[type="month"].btn, | |
.input-group-lg | |
input[type="month"] { | |
line-height: 46px; } } | |
.form-group { | |
margin-bottom: 15px; } | |
.radio, | |
.checkbox { | |
position: relative; | |
display: block; | |
margin-top: 10px; | |
margin-bottom: 10px; } | |
.radio label, | |
.checkbox label { | |
min-height: 20px; | |
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="radio"].disabled, | |
fieldset[disabled] input[type="radio"], | |
input[type="checkbox"][disabled], | |
input[type="checkbox"].disabled, | |
fieldset[disabled] | |
input[type="checkbox"] { | |
cursor: not-allowed; } | |
.radio-inline.disabled, | |
fieldset[disabled] .radio-inline, | |
.checkbox-inline.disabled, | |
fieldset[disabled] | |
.checkbox-inline { | |
cursor: not-allowed; } | |
.radio.disabled label, | |
fieldset[disabled] .radio label, | |
.checkbox.disabled label, | |
fieldset[disabled] | |
.checkbox label { | |
cursor: not-allowed; } | |
.form-control-static { | |
padding-top: 7px; | |
padding-bottom: 7px; | |
margin-bottom: 0; | |
min-height: 34px; } | |
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, | |
.input-group-lg > .form-control-static.input-group-addon, | |
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, | |
.input-group-sm > .form-control-static.input-group-addon, | |
.input-group-sm > .input-group-btn > .form-control-static.btn { | |
padding-left: 0; | |
padding-right: 0; } | |
.input-sm, .input-group-sm > .form-control, | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .btn { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
select.input-sm, .input-group-sm > select.form-control, | |
.input-group-sm > select.input-group-addon, | |
.input-group-sm > .input-group-btn > select.btn { | |
height: 30px; | |
line-height: 30px; } | |
textarea.input-sm, .input-group-sm > textarea.form-control, | |
.input-group-sm > textarea.input-group-addon, | |
.input-group-sm > .input-group-btn > textarea.btn, | |
select[multiple].input-sm, | |
.input-group-sm > select[multiple].form-control, | |
.input-group-sm > select[multiple].input-group-addon, | |
.input-group-sm > .input-group-btn > select[multiple].btn { | |
height: auto; } | |
.form-group-sm .form-control { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
.form-group-sm select.form-control { | |
height: 30px; | |
line-height: 30px; } | |
.form-group-sm textarea.form-control, | |
.form-group-sm select[multiple].form-control { | |
height: auto; } | |
.form-group-sm .form-control-static { | |
height: 30px; | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
min-height: 32px; } | |
.input-lg, .input-group-lg > .form-control, | |
.input-group-lg > .input-group-addon, | |
.input-group-lg > .input-group-btn > .btn { | |
height: 46px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.3333333; | |
border-radius: 6px; } | |
select.input-lg, .input-group-lg > select.form-control, | |
.input-group-lg > select.input-group-addon, | |
.input-group-lg > .input-group-btn > select.btn { | |
height: 46px; | |
line-height: 46px; } | |
textarea.input-lg, .input-group-lg > textarea.form-control, | |
.input-group-lg > textarea.input-group-addon, | |
.input-group-lg > .input-group-btn > textarea.btn, | |
select[multiple].input-lg, | |
.input-group-lg > select[multiple].form-control, | |
.input-group-lg > select[multiple].input-group-addon, | |
.input-group-lg > .input-group-btn > select[multiple].btn { | |
height: auto; } | |
.form-group-lg .form-control { | |
height: 46px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.3333333; | |
border-radius: 6px; } | |
.form-group-lg select.form-control { | |
height: 46px; | |
line-height: 46px; } | |
.form-group-lg textarea.form-control, | |
.form-group-lg select[multiple].form-control { | |
height: auto; } | |
.form-group-lg .form-control-static { | |
height: 46px; | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.3333333; | |
min-height: 38px; } | |
.has-feedback { | |
position: relative; } | |
.has-feedback .form-control { | |
padding-right: 42.5px; } | |
.form-control-feedback { | |
position: absolute; | |
top: 0; | |
right: 0; | |
z-index: 2; | |
display: block; | |
width: 34px; | |
height: 34px; | |
line-height: 34px; | |
text-align: center; | |
pointer-events: none; } | |
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, | |
.input-group-lg > .input-group-addon + .form-control-feedback, | |
.input-group-lg > .input-group-btn > .btn + .form-control-feedback { | |
width: 46px; | |
height: 46px; | |
line-height: 46px; } | |
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, | |
.input-group-sm > .input-group-addon + .form-control-feedback, | |
.input-group-sm > .input-group-btn > .btn + .form-control-feedback { | |
width: 30px; | |
height: 30px; | |
line-height: 30px; } | |
.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; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } | |
.has-success .form-control:focus { | |
border-color: #2b542c; | |
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; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } | |
.has-warning .form-control:focus { | |
border-color: #66512c; | |
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; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } | |
.has-error .form-control:focus { | |
border-color: #843534; | |
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: 25px; } | |
.has-feedback label.sr-only ~ .form-control-feedback { | |
top: 0; } | |
.help-block { | |
display: block; | |
margin-top: 5px; | |
margin-bottom: 10px; | |
color: #737373; } | |
@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: 27px; } | |
.form-horizontal .form-group { | |
margin-left: -15px; | |
margin-right: -15px; } | |
.form-horizontal .form-group:before, .form-horizontal .form-group:after { | |
content: " "; | |
display: table; } | |
.form-horizontal .form-group:after { | |
clear: both; } | |
@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: 14.333333px; } } | |
@media (min-width: 768px) { | |
.form-horizontal .form-group-sm .control-label { | |
padding-top: 6px; } } | |
.btn { | |
display: inline-block; | |
margin-bottom: 0; | |
font-weight: normal; | |
text-align: center; | |
vertical-align: middle; | |
-ms-touch-action: manipulation; | |
touch-action: manipulation; | |
cursor: pointer; | |
background-image: none; | |
border: 1px solid transparent; | |
white-space: nowrap; | |
padding: 6px 12px; | |
font-size: 14px; | |
line-height: 1.428571429; | |
border-radius: 4px; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; } | |
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.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; | |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
.btn.disabled, .btn[disabled], | |
fieldset[disabled] .btn { | |
cursor: not-allowed; | |
pointer-events: none; | |
opacity: 0.65; | |
filter: alpha(opacity=65); | |
box-shadow: none; } | |
.btn-default { | |
color: #333; | |
background-color: #fff; | |
border-color: #ccc; } | |
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, | |
.open > .btn-default.dropdown-toggle { | |
color: #333; | |
background-color: #e6e6e6; | |
border-color: #adadad; } | |
.btn-default:active, .btn-default.active, | |
.open > .btn-default.dropdown-toggle { | |
background-image: none; } | |
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, | |
fieldset[disabled] .btn-default, | |
fieldset[disabled] .btn-default:hover, | |
fieldset[disabled] .btn-default:focus, | |
fieldset[disabled] .btn-default.focus, | |
fieldset[disabled] .btn-default:active, | |
fieldset[disabled] .btn-default.active { | |
background-color: #fff; | |
border-color: #ccc; } | |
.btn-default .badge { | |
color: #fff; | |
background-color: #333; } | |
.btn-primary { | |
color: #fff; | |
background-color: #337ab7; | |
border-color: #2e6da4; } | |
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, | |
.open > .btn-primary.dropdown-toggle { | |
color: #fff; | |
background-color: #286090; | |
border-color: #204d74; } | |
.btn-primary:active, .btn-primary.active, | |
.open > .btn-primary.dropdown-toggle { | |
background-image: none; } | |
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, | |
fieldset[disabled] .btn-primary, | |
fieldset[disabled] .btn-primary:hover, | |
fieldset[disabled] .btn-primary:focus, | |
fieldset[disabled] .btn-primary.focus, | |
fieldset[disabled] .btn-primary:active, | |
fieldset[disabled] .btn-primary.active { | |
background-color: #337ab7; | |
border-color: #2e6da4; } | |
.btn-primary .badge { | |
color: #337ab7; | |
background-color: #fff; } | |
.btn-success { | |
color: #fff; | |
background-color: #5cb85c; | |
border-color: #4cae4c; } | |
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, | |
.open > .btn-success.dropdown-toggle { | |
color: #fff; | |
background-color: #449d44; | |
border-color: #398439; } | |
.btn-success:active, .btn-success.active, | |
.open > .btn-success.dropdown-toggle { | |
background-image: none; } | |
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, | |
fieldset[disabled] .btn-success, | |
fieldset[disabled] .btn-success:hover, | |
fieldset[disabled] .btn-success:focus, | |
fieldset[disabled] .btn-success.focus, | |
fieldset[disabled] .btn-success:active, | |
fieldset[disabled] .btn-success.active { | |
background-color: #5cb85c; | |
border-color: #4cae4c; } | |
.btn-success .badge { | |
color: #5cb85c; | |
background-color: #fff; } | |
.btn-info { | |
color: #fff; | |
background-color: #5bc0de; | |
border-color: #46b8da; } | |
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, | |
.open > .btn-info.dropdown-toggle { | |
color: #fff; | |
background-color: #31b0d5; | |
border-color: #269abc; } | |
.btn-info:active, .btn-info.active, | |
.open > .btn-info.dropdown-toggle { | |
background-image: none; } | |
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, | |
fieldset[disabled] .btn-info, | |
fieldset[disabled] .btn-info:hover, | |
fieldset[disabled] .btn-info:focus, | |
fieldset[disabled] .btn-info.focus, | |
fieldset[disabled] .btn-info:active, | |
fieldset[disabled] .btn-info.active { | |
background-color: #5bc0de; | |
border-color: #46b8da; } | |
.btn-info .badge { | |
color: #5bc0de; | |
background-color: #fff; } | |
.btn-warning { | |
color: #fff; | |
background-color: #f0ad4e; | |
border-color: #eea236; } | |
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, | |
.open > .btn-warning.dropdown-toggle { | |
color: #fff; | |
background-color: #ec971f; | |
border-color: #d58512; } | |
.btn-warning:active, .btn-warning.active, | |
.open > .btn-warning.dropdown-toggle { | |
background-image: none; } | |
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, | |
fieldset[disabled] .btn-warning, | |
fieldset[disabled] .btn-warning:hover, | |
fieldset[disabled] .btn-warning:focus, | |
fieldset[disabled] .btn-warning.focus, | |
fieldset[disabled] .btn-warning:active, | |
fieldset[disabled] .btn-warning.active { | |
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:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, | |
.open > .btn-danger.dropdown-toggle { | |
color: #fff; | |
background-color: #c9302c; | |
border-color: #ac2925; } | |
.btn-danger:active, .btn-danger.active, | |
.open > .btn-danger.dropdown-toggle { | |
background-image: none; } | |
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, | |
fieldset[disabled] .btn-danger, | |
fieldset[disabled] .btn-danger:hover, | |
fieldset[disabled] .btn-danger:focus, | |
fieldset[disabled] .btn-danger.focus, | |
fieldset[disabled] .btn-danger:active, | |
fieldset[disabled] .btn-danger.active { | |
background-color: #d9534f; | |
border-color: #d43f3a; } | |
.btn-danger .badge { | |
color: #d9534f; | |
background-color: #fff; } | |
.btn-link { | |
color: #337ab7; | |
font-weight: normal; | |
border-radius: 0; } | |
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], | |
fieldset[disabled] .btn-link { | |
background-color: transparent; | |
box-shadow: none; } | |
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { | |
border-color: transparent; } | |
.btn-link:hover, .btn-link:focus { | |
color: #23527c; | |
text-decoration: underline; | |
background-color: transparent; } | |
.btn-link[disabled]:hover, .btn-link[disabled]:focus, | |
fieldset[disabled] .btn-link:hover, | |
fieldset[disabled] .btn-link:focus { | |
color: #777777; | |
text-decoration: none; } | |
.btn-lg, .btn-group-lg > .btn { | |
padding: 10px 16px; | |
font-size: 18px; | |
line-height: 1.3333333; | |
border-radius: 6px; } | |
.btn-sm, .btn-group-sm > .btn { | |
padding: 5px 10px; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: 3px; } | |
.btn-xs, .btn-group-xs > .btn { | |
padding: 1px 5px; | |
font-size: 12px; | |
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; | |
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; | |
transition-property: height, visibility; | |
transition-duration: 0.35s; | |
transition-timing-function: ease; } | |
.caret { | |
display: inline-block; | |
width: 0; | |
height: 0; | |
margin-left: 2px; | |
vertical-align: middle; | |
border-top: 4px dashed; | |
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: 14px; | |
text-align: left; | |
background-color: #fff; | |
border: 1px solid #ccc; | |
border: 1px solid rgba(0, 0, 0, 0.15); | |
border-radius: 4px; | |
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: 9px 0; | |
overflow: hidden; | |
background-color: #e5e5e5; } | |
.dropdown-menu > li > a { | |
display: block; | |
padding: 3px 20px; | |
clear: both; | |
font-weight: normal; | |
line-height: 1.428571429; | |
color: #333333; | |
white-space: nowrap; } | |
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { | |
text-decoration: none; | |
color: #262626; | |
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: #337ab7; } | |
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { | |
color: #777777; } | |
.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: 12px; | |
line-height: 1.428571429; | |
color: #777777; | |
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 solid; | |
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 { | |
right: 0; | |
left: auto; } | |
.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, | |
.btn-group-vertical > .btn:hover, | |
.btn-group-vertical > .btn:focus, | |
.btn-group-vertical > .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:before, .btn-toolbar:after { | |
content: " "; | |
display: table; } | |
.btn-toolbar:after { | |
clear: both; } | |
.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, .btn-group-lg.btn-group > .btn + .dropdown-toggle { | |
padding-left: 12px; | |
padding-right: 12px; } | |
.btn-group.open .dropdown-toggle { | |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } | |
.btn-group.open .dropdown-toggle.btn-link { | |
box-shadow: none; } | |
.btn .caret { | |
margin-left: 0; } | |
.btn-lg .caret, .btn-group-lg > .btn .caret { | |
border-width: 5px 5px 0; | |
border-bottom-width: 0; } | |
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after { | |
content: " "; | |
display: table; } | |
.btn-group-vertical > .btn-group:after { | |
clear: both; } | |
.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-bottom-right-radius: 0; | |
border-bottom-left-radius: 0; } | |
.btn-group-vertical > .btn:last-child:not(:first-child) { | |
border-bottom-left-radius: 4px; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0; } | |
.btn-group-vertical > .btn-group: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 input[type="checkbox"], | |
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | |
[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-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: 14px; | |
font-weight: normal; | |
line-height: 1; | |
color: #555555; | |
text-align: center; | |
background-color: #eeeeee; | |
border: 1px solid #ccc; | |
border-radius: 4px; } | |
.input-group-addon.input-sm, | |
.input-group-sm > .input-group-addon, | |
.input-group-sm > .input-group-btn > .input-group-addon.btn { | |
padding: 5px 10px; | |
font-size: 12px; | |
border-radius: 3px; } | |
.input-group-addon.input-lg, | |
.input-group-lg > .input-group-addon, | |
.input-group-lg > .input-group-btn > .input-group-addon.btn { | |
padding: 10px 16px; | |
font-size: 18px; | |
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 { | |
margin-left: -1px; } | |
.nav { | |
margin-bottom: 0; | |
padding-left: 0; | |
list-style: none; } | |
.nav:before, .nav:after { | |
content: " "; | |
display: table; } | |
.nav:after { | |
clear: both; } | |
.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: #eeeeee; } | |
.nav > li.disabled > a { | |
color: #777777; } | |
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { | |
color: #777777; | |
text-decoration: none; | |
background-color: transparent; | |
cursor: not-allowed; } | |
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { | |
background-color: #eeeeee; | |
border-color: #337ab7; } | |
.nav .nav-divider { | |
height: 1px; | |
margin: 9px 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.428571429; | |
border: 1px solid transparent; | |
border-radius: 4px 4px 0 0; } | |
.nav-tabs > li > a:hover { | |
border-color: #eeeeee #eeeeee #ddd; } | |
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { | |
color: #555555; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-bottom-color: transparent; | |
cursor: default; } | |
.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: #337ab7; } | |
.nav-stacked > li { | |
float: none; } | |
.nav-stacked > li + li { | |
margin-top: 2px; | |
margin-left: 0; } | |
.nav-justified, .nav-tabs.nav-justified { | |
width: 100%; } | |
.nav-justified > li, .nav-tabs.nav-justified > li { | |
float: none; } | |
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li { | |
display: table-cell; | |
width: 1%; } | |
.nav-justified > li > a, .nav-tabs.nav-justified > li > a { | |
margin-bottom: 0; } } | |
.nav-tabs-justified, .nav-tabs.nav-justified { | |
border-bottom: 0; } | |
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { | |
margin-right: 0; | |
border-radius: 4px; } | |
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, | |
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, | |
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { | |
border: 1px solid #ddd; } | |
@media (min-width: 768px) { | |
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { | |
border-bottom: 1px solid #ddd; | |
border-radius: 4px 4px 0 0; } | |
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, | |
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, | |
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { | |
border-bottom-color: #fff; } } | |
.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: 20px; | |
border: 1px solid transparent; } | |
.navbar:before, .navbar:after { | |
content: " "; | |
display: table; } | |
.navbar:after { | |
clear: both; } | |
@media (min-width: 768px) { | |
.navbar { | |
border-radius: 4px; } } | |
.navbar-header:before, .navbar-header:after { | |
content: " "; | |
display: table; } | |
.navbar-header:after { | |
clear: both; } | |
@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:before, .navbar-collapse:after { | |
content: " "; | |
display: table; } | |
.navbar-collapse:after { | |
clear: both; } | |
.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 > .navbar-collapse, | |
.container-fluid > .navbar-header, | |
.container-fluid > .navbar-collapse { | |
margin-right: -15px; | |
margin-left: -15px; } | |
@media (min-width: 768px) { | |
.container > .navbar-header, | |
.container > .navbar-collapse, | |
.container-fluid > .navbar-header, | |
.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: 15px 15px; | |
font-size: 18px; | |
line-height: 20px; | |
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: 7.5px -15px; } | |
.navbar-nav > li > a { | |
padding-top: 10px; | |
padding-bottom: 10px; | |
line-height: 20px; } | |
@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: 20px; } | |
.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: 15px; | |
padding-bottom: 15px; } } | |
.navbar-form { | |
margin-left: -15px; | |
margin-right: -15px; | |
padding: 10px 15px; | |
border-top: 1px solid transparent; | |
border-bottom: 1px solid transparent; | |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); | |
margin-top: 8px; | |
margin-bottom: 8px; } | |
@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; | |
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: 8px; | |
margin-bottom: 8px; } | |
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { | |
margin-top: 10px; | |
margin-bottom: 10px; } | |
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { | |
margin-top: 14px; | |
margin-bottom: 14px; } | |
.navbar-text { | |
margin-top: 15px; | |
margin-bottom: 15px; } | |
@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: #4f8ff7; | |
border-color: #4f8ff7; } | |
.navbar-default .navbar-brand { | |
color: #b2c8f7; } | |
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { | |
color: #fff; | |
background-color: transparent; } | |
.navbar-default .navbar-text { | |
color: #777; } | |
.navbar-default .navbar-nav > li > a { | |
color: #b2c8f7; } | |
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { | |
color: #fff; | |
background-color: transparent; } | |
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { | |
color: #fff; | |
background-color: transparent; } | |
.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: #4f8ff7; } | |
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { | |
background-color: transparent; | |
color: #fff; } | |
@media (max-width: 767px) { | |
.navbar-default .navbar-nav .open .dropdown-menu > li > a { | |
color: #b2c8f7; } | |
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { | |
color: #fff; | |
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: #fff; | |
background-color: transparent; } | |
.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: #b2c8f7; } | |
.navbar-default .navbar-link:hover { | |
color: #fff; } | |
.navbar-default .btn-link { | |
color: #b2c8f7; } | |
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { | |
color: #fff; } | |
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, | |
fieldset[disabled] .navbar-default .btn-link:hover, | |
fieldset[disabled] .navbar-default .btn-link:focus { | |
color: #ccc; } | |
.navbar-inverse { | |
background-color: #222; | |
border-color: #090909; } | |
.navbar-inverse .navbar-brand { | |
color: #9d9d9d; } | |
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { | |
color: #fff; | |
background-color: transparent; } | |
.navbar-inverse .navbar-text { | |
color: #9d9d9d; } | |
.navbar-inverse .navbar-nav > li > a { | |
color: #9d9d9d; } | |
.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: #090909; } | |
.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: #090909; | |
color: #fff; } | |
@media (max-width: 767px) { | |
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { | |
border-color: #090909; } | |
.navbar-inverse .navbar-nav .open .dropdown-menu .divider { | |
background-color: #090909; } | |
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { | |
color: #9d9d9d; } | |
.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: #090909; } | |
.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: #9d9d9d; } | |
.navbar-inverse .navbar-link:hover { | |
color: #fff; } | |
.navbar-inverse .btn-link { | |
color: #9d9d9d; } | |
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { | |
color: #fff; } | |
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, | |
fieldset[disabled] .navbar-inverse .btn-link:hover, | |
fieldset[disabled] .navbar-inverse .btn-link:focus { | |
color: #444; } | |
.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%); | |
transform: translate(0, -25%); | |
transition: -webkit-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); | |
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; | |
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; | |
min-height: 16.428571429px; } | |
.modal-header .close { | |
margin-top: -2px; } | |
.modal-title { | |
margin: 0; | |
line-height: 1.428571429; } | |
.modal-body { | |
position: relative; | |
padding: 15px; } | |
.modal-footer { | |
padding: 15px; | |
text-align: right; | |
border-top: 1px solid #e5e5e5; } | |
.modal-footer:before, .modal-footer:after { | |
content: " "; | |
display: table; } | |
.modal-footer:after { | |
clear: both; } | |
.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 { | |
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: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
font-size: 12px; | |
font-weight: normal; | |
line-height: 1.4; | |
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; | |
text-decoration: none; | |
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; } | |
.clearfix:before, .clearfix:after { | |
content: " "; | |
display: table; } | |
.clearfix: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 { | |
display: none !important; } | |
.visible-sm { | |
display: none !important; } | |
.visible-md { | |
display: none !important; } | |
.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; } | |
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; } | |
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; } | |
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; } | |
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; } | |
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; } } | |
.highlight { | |
background: #ffffff; } | |
.highlight .c { | |
color: #999988; | |
font-style: italic; } | |
/* Comment */ | |
.highlight .err { | |
color: #a61717; | |
background-color: #e3d2d2; } | |
/* Error */ | |
.highlight .k { | |
font-weight: bold; } | |
/* Keyword */ | |
.highlight .o { | |
font-weight: bold; } | |
/* Operator */ | |
.highlight .cm { | |
color: #999988; | |
font-style: italic; } | |
/* Comment.Multiline */ | |
.highlight .cp { | |
color: #999999; | |
font-weight: bold; } | |
/* Comment.Preproc */ | |
.highlight .c1 { | |
color: #999988; | |
font-style: italic; } | |
/* Comment.Single */ | |
.highlight .cs { | |
color: #999999; | |
font-weight: bold; | |
font-style: italic; } | |
/* Comment.Special */ | |
.highlight .gd { | |
color: #000000; | |
background-color: #ffdddd; } | |
/* Generic.Deleted */ | |
.highlight .gd .x { | |
color: #000000; | |
background-color: #ffaaaa; } | |
/* Generic.Deleted.Specific */ | |
.highlight .ge { | |
font-style: italic; } | |
/* Generic.Emph */ | |
.highlight .gr { | |
color: #aa0000; } | |
/* Generic.Error */ | |
.highlight .gh { | |
color: #999999; } | |
/* Generic.Heading */ | |
.highlight .gi { | |
color: #000000; | |
background-color: #ddffdd; } | |
/* Generic.Inserted */ | |
.highlight .gi .x { | |
color: #000000; | |
background-color: #aaffaa; } | |
/* Generic.Inserted.Specific */ | |
.highlight .go { | |
color: #888888; } | |
/* Generic.Output */ | |
.highlight .gp { | |
color: #555555; } | |
/* Generic.Prompt */ | |
.highlight .gs { | |
font-weight: bold; } | |
/* Generic.Strong */ | |
.highlight .gu { | |
color: #aaaaaa; } | |
/* Generic.Subheading */ | |
.highlight .gt { | |
color: #aa0000; } | |
/* Generic.Traceback */ | |
.highlight .kc { | |
font-weight: bold; } | |
/* Keyword.Constant */ | |
.highlight .kd { | |
font-weight: bold; } | |
/* Keyword.Declaration */ | |
.highlight .kp { | |
font-weight: bold; } | |
/* Keyword.Pseudo */ | |
.highlight .kr { | |
font-weight: bold; } | |
/* Keyword.Reserved */ | |
.highlight .kt { | |
color: #445588; | |
font-weight: bold; } | |
/* Keyword.Type */ | |
.highlight .m { | |
color: #009999; } | |
/* Literal.Number */ | |
.highlight .s { | |
color: #d14; } | |
/* Literal.String */ | |
.highlight .na { | |
color: #008080; } | |
/* Name.Attribute */ | |
.highlight .nb { | |
color: #0086B3; } | |
/* Name.Builtin */ | |
.highlight .nc { | |
color: #445588; | |
font-weight: bold; } | |
/* Name.Class */ | |
.highlight .no { | |
color: #008080; } | |
/* Name.Constant */ | |
.highlight .ni { | |
color: #800080; } | |
/* Name.Entity */ | |
.highlight .ne { | |
color: #990000; | |
font-weight: bold; } | |
/* Name.Exception */ | |
.highlight .nf { | |
color: #990000; | |
font-weight: bold; } | |
/* Name.Function */ | |
.highlight .nn { | |
color: #555555; } | |
/* Name.Namespace */ | |
.highlight .nt { | |
color: #000080; } | |
/* Name.Tag */ | |
.highlight .nv { | |
color: #008080; } | |
/* Name.Variable */ | |
.highlight .ow { | |
font-weight: bold; } | |
/* Operator.Word */ | |
.highlight .w { | |
color: #bbbbbb; } | |
/* Text.Whitespace */ | |
.highlight .mf { | |
color: #009999; } | |
/* Literal.Number.Float */ | |
.highlight .mh { | |
color: #009999; } | |
/* Literal.Number.Hex */ | |
.highlight .mi { | |
color: #009999; } | |
/* Literal.Number.Integer */ | |
.highlight .mo { | |
color: #009999; } | |
/* Literal.Number.Oct */ | |
.highlight .sb { | |
color: #d14; } | |
/* Literal.String.Backtick */ | |
.highlight .sc { | |
color: #d14; } | |
/* Literal.String.Char */ | |
.highlight .sd { | |
color: #d14; } | |
/* Literal.String.Doc */ | |
.highlight .s2 { | |
color: #d14; } | |
/* Literal.String.Double */ | |
.highlight .se { | |
color: #d14; } | |
/* Literal.String.Escape */ | |
.highlight .sh { | |
color: #d14; } | |
/* Literal.String.Heredoc */ | |
.highlight .si { | |
color: #d14; } | |
/* Literal.String.Interpol */ | |
.highlight .sx { | |
color: #d14; } | |
/* Literal.String.Other */ | |
.highlight .sr { | |
color: #009926; } | |
/* Literal.String.Regex */ | |
.highlight .s1 { | |
color: #d14; } | |
/* Literal.String.Single */ | |
.highlight .ss { | |
color: #990073; } | |
/* Literal.String.Symbol */ | |
.highlight .bp { | |
color: #999999; } | |
/* Name.Builtin.Pseudo */ | |
.highlight .vc { | |
color: #008080; } | |
/* Name.Variable.Class */ | |
.highlight .vg { | |
color: #008080; } | |
/* Name.Variable.Global */ | |
.highlight .vi { | |
color: #008080; } | |
/* Name.Variable.Instance */ | |
.highlight .il { | |
color: #009999; } | |
/* Literal.Number.Integer.Long */ | |
pre { | |
background-color: white; } | |
.hljs { | |
display: block; | |
padding: 0.5em; | |
background: #ffffff; | |
overflow-x: auto; | |
word-wrap: normal; | |
white-space: pre; } | |
.hljs-comment, | |
.hljs-template_comment, | |
.hljs-javadoc, | |
.hljs-comment * { | |
color: #999988; | |
font-style: italic; } | |
.hljs-keyword, | |
.method, | |
.hljs-list .hljs-title, | |
.clojure .hljs-built_in, | |
.nginx .hljs-title, | |
.hljs-tag .hljs-title, | |
.setting .hljs-value, | |
.hljs-winutils, | |
.tex .hljs-command, | |
.http .hljs-title, | |
.hljs-request, | |
.hljs-status { | |
color: #445588; | |
font-weight: bold; } | |
.hljs-envvar, | |
.tex .hljs-special { | |
color: #660; } | |
.hljs-string, | |
.hljs-tag .hljs-value, | |
.hljs-cdata, | |
.hljs-filter .hljs-argument, | |
.hljs-attr_selector, | |
.apache .hljs-cbracket, | |
.hljs-date, | |
.hljs-regexp, | |
.coffeescript .hljs-attribute { | |
color: #d14; } | |
.hljs-sub .hljs-identifier, | |
.hljs-pi, | |
.hljs-tag, | |
.hljs-tag .hljs-keyword, | |
.hljs-decorator, | |
.ini .hljs-title, | |
.hljs-shebang, | |
.hljs-prompt, | |
.hljs-hexcolor, | |
.hljs-rules .hljs-value, | |
.css .hljs-value .hljs-number, | |
.hljs-literal, | |
.hljs-symbol, | |
.ruby .hljs-symbol .hljs-string, | |
.hljs-number, | |
.css .hljs-function, | |
.clojure .hljs-attribute { | |
color: #009999; } | |
.hljs-class .hljs-title, | |
.haskell .hljs-type, | |
.smalltalk .hljs-class, | |
.hljs-javadoctag, | |
.hljs-yardoctag, | |
.hljs-phpdoc, | |
.hljs-typename, | |
.hljs-tag .hljs-attribute, | |
.hljs-doctype, | |
.hljs-class .hljs-id, | |
.hljs-built_in, | |
.setting, | |
.hljs-params, | |
.hljs-variable, | |
.clojure .hljs-title { | |
color: #0086B3; } | |
.css .hljs-tag, | |
.hljs-rules .hljs-property, | |
.hljs-pseudo, | |
.hljs-subst { | |
color: #000; } | |
.css .hljs-class, | |
.css .hljs-id { | |
color: #9B703F; } | |
.hljs-value .hljs-important { | |
color: #ff7700; | |
font-weight: bold; } | |
.hljs-rules .hljs-keyword { | |
color: #C5AF75; } | |
.hljs-annotation, | |
.apache .hljs-sqbracket, | |
.nginx .hljs-built_in { | |
color: #9B859D; } | |
.hljs-preprocessor, | |
.hljs-preprocessor *, | |
.hljs-pragma { | |
color: #444; } | |
.tex .hljs-formula { | |
background-color: #EEE; | |
font-style: italic; } | |
.diff .hljs-header, | |
.hljs-chunk { | |
color: #808080; | |
font-weight: bold; } | |
.diff .hljs-change { | |
background-color: #BCCFF9; } | |
.hljs-addition { | |
background-color: #BAEEBA; } | |
.hljs-deletion { | |
background-color: #FFC8BD; } | |
.hljs-comment .hljs-yardoctag { | |
font-weight: bold; } | |
body { | |
font-family: "Avenir Next", "Nunito", "Helvetica Neue", Helvetica, sans-serif; | |
position: relative; | |
overflow-x: hidden; } | |
@media (max-width: 767px) { | |
body { | |
width: 100%; | |
min-width: 100%; | |
background: #fff; | |
padding-top: 50px; } } | |
#components-index ul.nav > li > a { | |
background-color: #F9FAFB; } | |
.improve-docs { | |
position: absolute; | |
right: 3.5em; | |
top: 20px; } | |
.improve-v2-docs { | |
display: block; | |
float: right; | |
margin-top: -7em; } | |
.component-doc-demo { | |
display: block; | |
float: right; | |
margin-top: -3.1em; } | |
.docs-container .side-nav { | |
width: 230px; } | |
.docs-container > main { | |
margin-left: 230px; } | |
.docs-container > aside { | |
width: 467px; } | |
.docs-container > aside + main { | |
margin-right: 407px; | |
min-height: 777px; } | |
@media (max-width: 1100px) { | |
.docs-container aside { | |
display: none; } | |
.docs-container aside + main { | |
margin-right: 0; } } | |
@media (max-width: 767px) { | |
.docs-container { | |
background-color: #fff; } | |
.docs-container main { | |
margin-left: 0; | |
padding: 30px 20px; } | |
.docs-container #side-nav { | |
padding-top: 0; | |
top: 50px; | |
z-index: 1; | |
-webkit-transform: translateX(-230px); | |
-ms-transform: translateX(-230px); | |
transform: translateX(-230px); | |
transition: -webkit-transform .3s ease; | |
transition: transform .3s ease; } | |
.docs-container #side-nav.shown { | |
-webkit-transform: translateX(0); | |
-ms-transform: translateX(0); | |
transform: translateX(0); | |
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); | |
transition: -webkit-transform .3s ease; | |
transition: transform .3s ease; } } | |
.navbar-default { | |
background: linear-gradient(to right, #3071da, #4888f1); | |
border-radius: 0; | |
border: 0; | |
margin-bottom: 0; | |
position: relative; | |
z-index: 10; } | |
@media (max-width: 767px) { | |
.navbar-default { | |
position: fixed; | |
top: 0; | |
width: 100%; } } | |
.navbar-default .navbar-brand { | |
padding: 22px 0 0 20px; } | |
@media (max-width: 767px) { | |
.navbar-default .navbar-brand { | |
padding-top: 8px; } } | |
.navbar-default .navbar-brand img { | |
width: 128px; } | |
.navbar-default .navbar-nav > li > a { | |
padding: 27px 15px; | |
transition: .2s color; | |
border-top: 3px solid transparent; } | |
@media (max-width: 991px) { | |
.navbar-default .navbar-nav > li > a { | |
padding-left: 10px; | |
padding-right: 10px; } } | |
@media (max-width: 767px) { | |
.navbar-default .navbar-nav > li > a { | |
padding: 15px; | |
border: 0; } } | |
.navbar-default .navbar-nav > li.active > a { | |
border-top-color: white; } | |
.navbar-default .dropdown .dropdown-menu { | |
display: block; | |
visibility: 0; | |
opacity: 0; | |
-webkit-transform: scaleY(0); | |
-ms-transform: scaleY(0); | |
transform: scaleY(0); | |
-webkit-transform-origin: top; | |
-ms-transform-origin: top; | |
transform-origin: top; | |
transition: -webkit-transform .3s ease, opacity .3s; | |
transition: transform .3s ease, opacity .3s; } | |
.navbar-default .dropdown.open .dropdown-menu { | |
visibility: 1; | |
opacity: 1; | |
-webkit-transform: scaleY(1); | |
-ms-transform: scaleY(1); | |
transform: scaleY(1); } | |
@media (min-width: 768px) { | |
.navbar-default .dropdown .dropdown-menu { | |
display: block; | |
position: absolute; | |
visibility: 0; | |
top: -500px; | |
opacity: 0; | |
border: 1px solid rgba(0, 0, 0, 0.08); | |
border-radius: 4px; | |
padding: 8px 0; | |
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); | |
-webkit-transform: translate3d(0, -10px, 0); | |
transform: translate3d(0, -10px, 0); | |
-webkit-transform-origin: top; | |
-ms-transform-origin: top; | |
transform-origin: top; | |
transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.425, 0.845, 0.225, 1.85); | |
transition: opacity 0.4s, transform 0.4s cubic-bezier(0.425, 0.845, 0.225, 1.85); } | |
.navbar-default .dropdown .dropdown-menu a { | |
padding: 10px 20px; } | |
.navbar-default .dropdown.open .dropdown-menu { | |
visibility: 1; | |
top: 64px; | |
opacity: 1; | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); } } | |
.navbar-default .navbar-form { | |
margin: 22px 0 0 110px; } | |
.navbar-default .navbar-form .form-group { | |
position: relative; | |
padding-left: 0; } | |
.navbar-default .navbar-form .form-group input { | |
background: #5995f7; | |
box-shadow: none; | |
border: 0; | |
color: white; | |
font-size: 14px; | |
border-radius: 800px; | |
padding-left: 38px; | |
width: 150px; | |
transition: all 0.3s cubic-bezier(0.2, 0.85, 0.2, 1.1); } | |
.navbar-default .navbar-form .form-group input:focus { | |
width: 270px; | |
background: #679ff8; } | |
.navbar-default .navbar-form .form-group input::-webkit-input-placeholder { | |
color: #b1cdfb; } | |
.navbar-default .navbar-form .form-group input:-ms-input-placeholder { | |
color: #b1cdfb; } | |
.navbar-default .navbar-form .form-group::before { | |
font-family: 'Ionicons'; | |
-webkit-font-smoothing: antialiased; | |
content: '\f4a5'; | |
font-size: 18px; | |
font-weight: 800; | |
color: #98befa; | |
position: absolute; | |
top: 4px; | |
left: 14px; } | |
@media (max-width: 991px) { | |
.navbar-default .navbar-form { | |
margin-left: 25px; } | |
.navbar-default .navbar-form .form-group input:focus { | |
width: 200px; } } | |
@media (max-width: 767px) { | |
.navbar-default .navbar-form { | |
margin-top: -1px; | |
margin-left: 0; } | |
.navbar-default .navbar-form .form-group input, | |
.navbar-default .navbar-form .form-group input:focus { | |
width: 100%; } } | |
.navbar-default .navbar-toggle, | |
.navbar-default .sidebar-toggle { | |
border: 0; | |
position: relative; | |
background: transparent; } | |
.navbar-default .navbar-toggle i, | |
.navbar-default .sidebar-toggle i { | |
position: absolute; | |
font-size: 27px; | |
top: -3px; | |
color: #b2c8f7; | |
transition: color .3s, -webkit-transform .3s, opacity .3s; | |
transition: color .3s, transform .3s, opacity .3s; } | |
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus, | |
.navbar-default .sidebar-toggle:hover, | |
.navbar-default .sidebar-toggle:active, | |
.navbar-default .sidebar-toggle:focus { | |
background: transparent; | |
outline: none; } | |
.navbar-default .navbar-toggle:hover i, .navbar-default .navbar-toggle:active i, .navbar-default .navbar-toggle:focus i, | |
.navbar-default .sidebar-toggle:hover i, | |
.navbar-default .sidebar-toggle:active i, | |
.navbar-default .sidebar-toggle:focus i { | |
color: white; | |
-webkit-transform: scale(1.05); | |
-ms-transform: scale(1.05); | |
transform: scale(1.05); } | |
.navbar-default .navbar-toggle .ion-md-close, | |
.navbar-default .sidebar-toggle .ion-md-close { | |
opacity: 0; } | |
.navbar-default .navbar-toggle.active i, | |
.navbar-default .sidebar-toggle.active i { | |
-webkit-transform: rotate(90deg); | |
-ms-transform: rotate(90deg); | |
transform: rotate(90deg); } | |
.navbar-default .navbar-toggle.active i:not(.ion-md-close), | |
.navbar-default .sidebar-toggle.active i:not(.ion-md-close) { | |
opacity: 0; } | |
.navbar-default .navbar-toggle.active .ion-md-close, | |
.navbar-default .sidebar-toggle.active .ion-md-close { | |
-webkit-transform: rotate(90deg); | |
-ms-transform: rotate(90deg); | |
transform: rotate(90deg); | |
opacity: 1; } | |
.navbar-default .sidebar-toggle { | |
float: left; | |
margin: 8px 10px 0; | |
display: none; } | |
@media (max-width: 767px) { | |
.navbar-default .sidebar-toggle { | |
display: block; } } | |
.side-nav { | |
position: fixed; | |
background: #f9fafb; | |
overflow-y: scroll; | |
top: 0; | |
bottom: 0; | |
z-index: 1; | |
overflow-y: -moz-scrollbars-none; | |
-ms-overflow-style: -ms-autohiding-scrollbar; | |
-webkit-overflow-scrolling: touch; | |
-webkit-touch-callout: none; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; } | |
.side-nav::-webkit-scrollbar { | |
display: none; | |
width: 0 !important; } | |
.side-nav .back-to-main a { | |
padding-top: 5px; | |
border: 1px solid #e6e9ee; | |
padding: 10px 12px 13px; | |
margin-right: 20px; | |
margin-top: -15px; | |
border-radius: 4px; | |
margin-bottom: 10px; | |
text-align: center; | |
transition: .2s border-color, .2s color, .2s background, .2s box-shadow; } | |
.side-nav .back-to-main a::before { | |
font-family: 'Ionicons'; | |
-webkit-font-smoothing: antialiased; | |
content: '\f3cf'; | |
font-size: 16px; | |
font-weight: 800; | |
position: relative; | |
padding-right: 5px; | |
top: 2px; } | |
.side-nav .back-to-main a:hover { | |
border-color: #DFE3E8; | |
color: #4f8ff7; | |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06); | |
background: #fdfdfd; } | |
.side-nav .back-to-main a:focus::after { | |
border-right-color: transparent; } | |
.side-nav .form-group { | |
position: relative; | |
border-bottom: 1px solid #e6e9ee; | |
min-height: 54px; } | |
.side-nav .form-group.search { | |
padding: 22px 20px 20px; | |
margin-bottom: 0; } | |
.side-nav .form-group.search:hover::before { | |
color: #a4abb5; } | |
.side-nav .form-group.search::before { | |
font-family: 'Ionicons'; | |
content: '\f4a5'; | |
font-size: 20px; | |
font-weight: 800; | |
color: #a4abb5; | |
position: absolute; | |
top: 25px; | |
left: 34px; | |
transition: .2s color; } | |
.side-nav .form-group.search input { | |
border: 1px solid #e6e9ee; | |
border-radius: 20px; | |
padding: 15px 0 13px 35px; | |
font-size: 14px; | |
box-shadow: none; | |
transition: .2s border-color, .2s box-shadow; } | |
.side-nav .form-group.search input:focus, .side-nav .form-group.search input:hover { | |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); | |
border-color: #4f8ff7; } | |
.side-nav .form-group select { | |
padding: 17px 20px; | |
display: block; | |
width: 100%; | |
background: none; | |
border-radius: 0; | |
border: 0; | |
outline: none; | |
color: #9da5b3; | |
-webkit-appearance: none; | |
-moz-appearance: none; | |
appearance: none; | |
transition: .2s border-color, .2s color, .2s background, .2s box-shadow; } | |
.side-nav .form-group select:hover { | |
border-color: #4f8ff7; | |
color: #4f8ff7; | |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); | |
background: #fdfdfd; } | |
.side-nav .form-group:hover { | |
transition: .2s border-color; } | |
.side-nav .form-group:hover::before { | |
color: #4f8ff7; } | |
.side-nav .form-group.api-select::before { | |
font-family: 'Ionicons'; | |
-webkit-font-smoothing: antialiased; | |
content: '\f3d0'; | |
font-size: 14px; | |
font-weight: 800; | |
color: #a4abb5; | |
position: absolute; | |
top: 17px; | |
right: 20px; | |
transition: .2s color; } | |
.side-nav ul { | |
list-style: none; | |
padding: 18px 0 20px 20px; } | |
.side-nav ul a { | |
color: #9da5b3; | |
text-transform: uppercase; | |
font-size: 10px; | |
font-weight: 600; | |
letter-spacing: 2px; | |
text-decoration: none; | |
display: block; | |
padding: 10px 0; | |
position: relative; | |
cursor: pointer; } | |
.side-nav ul a::after { | |
display: block; | |
position: absolute; | |
right: 0; | |
top: 0; | |
bottom: 0; | |
content: ''; | |
border-right: 2px solid #4f8ff7; | |
-webkit-transform: scaleY(0.0001); | |
-ms-transform: scaleY(0.0001); | |
transform: scaleY(0.0001); | |
transition: -webkit-transform .08s ease-in-out; | |
transition: transform .08s ease-in-out; } | |
.side-nav ul ul, | |
.side-nav ul .capitalize { | |
padding: 0; | |
opacity: 1; } | |
.side-nav ul ul a, | |
.side-nav ul .capitalize a { | |
color: #4C555A; | |
text-transform: none; | |
font-size: 13px; | |
font-weight: 400; | |
letter-spacing: 0; | |
height: 34px; | |
transition: height cubic-bezier(0.36, 0.66, 0.04, 1) 0.4s, padding cubic-bezier(0.36, 0.66, 0.04, 1) 0.4s, color 0.2s; } | |
.side-nav ul ul a:empty, | |
.side-nav ul .capitalize a:empty { | |
display: none; } | |
.side-nav ul ul.ng-hide-add, .side-nav ul ul.ng-hide-remove, | |
.side-nav ul .capitalize.ng-hide-add, | |
.side-nav ul .capitalize.ng-hide-remove { | |
transition: opacity cubic-bezier(0.36, 0.66, 0.04, 1) 0.4s; } | |
.side-nav ul ul.ng-hide, | |
.side-nav ul .capitalize.ng-hide { | |
opacity: 0; } | |
.side-nav ul ul.ng-hide a, | |
.side-nav ul .capitalize.ng-hide a { | |
padding: 0; | |
height: 0; } | |
.side-nav ul ul .active > a, | |
.side-nav ul .capitalize.active > a, | |
.side-nav ul a:hover, | |
.side-nav ul .active.top-level > a { | |
color: #4f8ff7; | |
text-decoration: none; | |
background: none; } | |
.side-nav ul ul .active > a::after, | |
.side-nav ul .capitalize.active > a::after, | |
.side-nav ul a:focus::after, | |
.side-nav ul .active.top-level > a::after { | |
-webkit-transform: scaleY(1); | |
-ms-transform: scaleY(1); | |
transform: scaleY(1); | |
outline: none; } | |
html { | |
position: relative; | |
height: 100%; } | |
body { | |
min-height: 100%; | |
margin: 0 0 -130px; } | |
.footer-links { | |
position: absolute; | |
left: 270px; | |
bottom: 0; | |
height: 130px; | |
right: 40px; } | |
@media (max-width: 767px) { | |
.footer-links { | |
left: 40px; } } | |
a.footer-link { | |
color: black; | |
font-size: 18px; | |
text-decoration: none; | |
font-weight: 500; | |
position: absolute; | |
padding-top: 10px; | |
right: 40px; | |
text-align: right; | |
transition: color .2s; } | |
a.footer-link.prev { | |
right: auto; | |
left: 40px; | |
text-align: left; } | |
@media (max-width: 500px) { | |
a.footer-link.prev { | |
display: none; } } | |
a.footer-link.prev::before { | |
content: 'Previous'; } | |
a.footer-link.prev::after { | |
right: auto; | |
left: -25px; | |
content: '\f117'; } | |
a.footer-link:hover { | |
color: #4f8ff7; } | |
a.footer-link::before { | |
display: block; | |
content: 'Next'; | |
font-size: 13px; | |
color: #9da5b3; | |
font-weight: 400; } | |
a.footer-link::after { | |
content: '\f119'; | |
font-family: Ionicons; | |
display: block; | |
position: absolute; | |
right: -25px; | |
font-size: 32px; | |
font-weight: 600; | |
bottom: -10px; } | |
.docs-container { | |
min-height: 100%; } | |
.docs-container main { | |
padding: 50px 40px 100px; } | |
.docs-container main h1, | |
.docs-container main h2, | |
.docs-container main h3, | |
.docs-container main h4, | |
.docs-container main h5 { | |
color: #26292e; | |
line-height: 1.4em; | |
margin: 2em 0 1em; | |
font-size: 26px; | |
font-weight: 400; | |
letter-spacing: -0.01em; } | |
.docs-container main h1:first-child, | |
.docs-container main h2:first-child, | |
.docs-container main h3:first-child, | |
.docs-container main h4:first-child, | |
.docs-container main h5:first-child { | |
margin-top: 0; } | |
.docs-container main h1 a.anchor::before, | |
.docs-container main h2 a.anchor::before, | |
.docs-container main h3 a.anchor::before, | |
.docs-container main h4 a.anchor::before, | |
.docs-container main h5 a.anchor::before { | |
content: '\f22a'; | |
font-family: 'Ionicons'; | |
margin-left: -15px; | |
margin-right: 5px; | |
font-size: 14px; | |
color: #e6e9ee; | |
transition: .3s color; } | |
.docs-container main h1 a.anchor:hover::before, .docs-container main h1 a.anchor:active::before, | |
.docs-container main h2 a.anchor:hover::before, | |
.docs-container main h2 a.anchor:active::before, | |
.docs-container main h3 a.anchor:hover::before, | |
.docs-container main h3 a.anchor:active::before, | |
.docs-container main h4 a.anchor:hover::before, | |
.docs-container main h4 a.anchor:active::before, | |
.docs-container main h5 a.anchor:hover::before, | |
.docs-container main h5 a.anchor:active::before { | |
color: rgba(79, 143, 247, 0.6); } | |
.docs-container main h1 { | |
margin-bottom: 0; } | |
.docs-container main h1 a.anchor::before { | |
margin-left: -23px; } | |
.docs-container main h2 { | |
padding: 2em 0 0; | |
font-size: 24px; } | |
.docs-container main h2.section-header { | |
border-top: 1px solid #F0F3F7; | |
margin-top: 5.6em; } | |
.docs-container main h3 { | |
margin: 3.2em 0 0; | |
font-size: 18px; } | |
.docs-container main h3.no-para { | |
margin-bottom: 1em; } | |
.docs-container main h4 { | |
font-size: 16px; } | |
.docs-container main h5 { | |
font-size: 14px; } | |
.docs-container main h6 { | |
font-size: 12px; } | |
.docs-container main p { | |
color: #4C555A; | |
line-height: 1.9em; | |
margin: 1.2em 0 1.6em; | |
font-weight: 400; | |
font-size: 14px; } | |
.docs-container main pre { | |
border: 1px solid #e6e9ee; | |
background: white; | |
padding: 16px; | |
line-height: 24px; } | |
.docs-container main a:not(.btn) { | |
color: #4f8ff7; | |
text-decoration: none; | |
transition: .2s color; } | |
.docs-container main a:not(.btn):hover { | |
color: #98befa; } | |
.docs-container main table { | |
width: 100%; } | |
.docs-container main td, | |
.docs-container main th { | |
white-space: nowrap; } | |
.docs-container main td:last-child, | |
.docs-container main th:last-child { | |
white-space: normal; | |
width: 99%; } | |
.docs-container main b, | |
.docs-container main strong { | |
font-weight: 500; | |
color: #26292e; } | |
.docs-container main .fixed-width { | |
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } | |
.docs-container main .nav a { | |
padding-top: 5px; | |
padding-bottom: 5px; } | |
.docs-container main blockquote { | |
padding: 0 15px; | |
margin: 40px 0; | |
font-size: 16px; | |
border-left: 4px solid #eeeeee; } | |
.docs-container main img.section-header { | |
width: 100%; | |
margin: 50px 0; | |
max-width: 1037px; | |
display: block; } | |
.platform-preview { | |
position: absolute; | |
right: 0; | |
text-align: center; | |
right: -20px; } | |
.platform-preview.fixey { | |
position: fixed; | |
top: 0; } | |
.platform-preview .platform-toggle a, .docs-container .sass-platform-toggle a { | |
cursor: pointer; | |
display: inline-block; | |
padding: 4px 16px; | |
border-radius: 16px; | |
color: #9da5b3; | |
font-size: 14px; | |
font-weight: 500; | |
-webkit-font-smoothing: antialiased; | |
transition: .2s color, .2s background-color; } | |
.platform-preview .platform-toggle a.active, .platform-preview .platform-toggle a.active:hover, .docs-container .sass-platform-toggle a.active, .docs-container .sass-platform-toggle a.active:hover { | |
background-color: #4f8ff7; | |
color: white; } | |
.platform-preview .platform-toggle a:hover, .docs-container .sass-platform-toggle a:hover { | |
color: #4f8ff7; | |
text-decoration: none; } | |
.platform-preview .platform-toggle { | |
padding: 8px 10px 4px; } | |
.docs-container .sass-platform-toggle { | |
padding-top: 0px 10px 4px; | |
margin-bottom: 10px; | |
float: right; } | |
#sass-variable-header { | |
margin-bottom: 0px; | |
padding-bottom: 0px; } | |
#sass-variables { | |
margin-bottom: 0px; | |
position: relative; | |
bottom: 15px; } | |
#sass-variables .table.param-table td, | |
#sass-variables .table.param-table th { | |
white-space: nowrap; } | |
#sass-variables .table.param-table td:last-child, #sass-variables .table.param-table td:nth-last-child(2), | |
#sass-variables .table.param-table th:last-child, | |
#sass-variables .table.param-table th:nth-last-child(2) { | |
white-space: normal; } | |
#sass-variables .table.param-table td:nth-last-child(2), | |
#sass-variables .table.param-table th:nth-last-child(2) { | |
width: 10%; } | |
@media (max-width: 1300px) and (min-width: 480px) { | |
#sass-variables { | |
bottom: -10px; } } | |
@media (max-width: 480px) { | |
#sass-variables { | |
bottom: -25px; } | |
#sass-variables .table.param-table tr, #sass-variables .table.param-table td { | |
white-space: normal; } } | |
#demo-device-ios, #demo-device-android, #demo-device-windows { | |
width: 467px; | |
height: 800px; | |
background: center top no-repeat url("/img/devices-sprite.jpg"); | |
background-size: 467px; | |
margin: 0 auto; } | |
#demo-device-ios iframe, #demo-device-android iframe, #demo-device-windows iframe { | |
margin-top: 85px; | |
width: 320px; | |
height: 568px; } | |
#demo-device-android { | |
background-position: center center; } | |
#demo-device-android iframe { | |
margin-top: 64px; | |
width: 360px; | |
height: 590px; } | |
#demo-device-windows { | |
background-position: center bottom; } | |
#demo-device-windows iframe { | |
margin-top: 72px; | |
width: 350px; | |
height: 622px; | |
background: white; } | |
li.nav-item-hidden { | |
position: absolute; | |
top: -9999px; | |
left: -9999px; } | |
ul.docs-content { | |
list-style: none; | |
line-height: 26px; | |
padding-left: 16px; } | |
ul.docs-content li.docs-content-header { | |
font-weight: 400; | |
color: #B9BEC5; } | |
ul.docs-example { | |
list-style: none; | |
display: block; | |
margin: 3em 0; | |
padding: 0; | |
border-radius: 4px; } | |
ul.docs-example li { | |
display: inline-block; | |
border: 1px solid #e6e9ee; | |
width: 32%; | |
margin: 0; | |
padding: 8% 0; } | |
@media screen and (max-width: 767px) { | |
ul.docs-example li { | |
display: block; | |
width: 100%; | |
margin-bottom: 1em; } } | |
ul.docs-example li:not(:first-child) { | |
margin-left: 1%; } | |
ul.docs-example li img { | |
display: block; | |
margin: 0 auto; | |
width: 55.7%; } | |
.highlight .err { | |
background-color: #fff; } | |
.param-table td p { | |
margin: 0; | |
line-height: 22px; } | |
.param-table td p .tag { | |
background: #4f8ff7; | |
margin-left: 10px; | |
padding: 5px 7px 4px; | |
border-radius: 4px; | |
color: white; | |
font-weight: 700; | |
font-size: 10px; | |
text-transform: uppercase; | |
letter-spacing: .5px; } | |
.param-table td ul { | |
list-style: none; | |
margin-right: -7px; | |
margin-left: -92px; | |
border: 1px solid #e6e9ee; | |
border-left: 0; | |
border-top: 0; | |
padding: 10px 17px; | |
border-bottom-right-radius: 0.5em; } | |
.param-table td ul li { | |
padding: 0; | |
margin: 17px 0; } | |
.return-value b::before { | |
font-family: 'Ionicons'; | |
-webkit-font-smoothing: antialiased; | |
content: '\f203'; | |
font-size: 16px; | |
font-weight: 800; | |
position: relative; | |
padding-right: 5px; | |
top: 2px; } | |
.docs-container h3 a:not([role='button']) { | |
color: #26292e !important; } | |
.docs-container h3 a:not([role='button']):hover { | |
color: #26292e !important; } | |
.faq-section { | |
margin: 80px auto; } | |
@media (max-width: 991px) and (min-width: 768px) { | |
.hide-sm { | |
display: none !important; } } | |
.native-docs a { | |
margin-top: 0 !important; } | |
.docs-home img.docs-home-logo { | |
width: 100%; | |
max-width: 276px; } | |
.docs-home form { | |
width: 100%; | |
max-width: 735px; | |
margin: 53px auto 92px; | |
position: relative; } | |
.docs-home form:before { | |
font-family: 'Ionicons'; | |
-webkit-font-smoothing: antialiased; | |
content: '\f4a5'; | |
font-size: 27px; | |
font-weight: 800; | |
color: #576070; | |
position: absolute; | |
top: 9px; | |
left: 22px; } | |
.docs-home form input { | |
border-radius: 35px; | |
border-color: #e6e9ee; | |
padding: 5px 5px 5px 52px; | |
height: 56px; | |
font-size: 18px; | |
box-shadow: none; } | |
.docs-home form input::-webkit-input-placeholder { | |
color: #9da5b3; } | |
.docs-home form input:-ms-input-placeholder { | |
color: #9da5b3; } | |
.docs-home form input:placeholder-shown { | |
color: #9da5b3; } | |
.docs-home form input:focus, .docs-home form input:hover, .docs-home form input:active { | |
border-color: #4f8ff7; | |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); | |
background: #fdfdfd; } | |
.docs-home .sections { | |
width: 100%; | |
max-width: 1100px; | |
margin: 0 auto; | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex-wrap: wrap; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; | |
-webkit-justify-content: space-around; | |
-ms-flex-pack: distribute; | |
justify-content: space-around; | |
padding: 0; | |
list-style: none; } | |
.docs-home .sections .section { | |
display: inline-block; | |
-webkit-flex: 0 0 290px; | |
-ms-flex: 0 0 290px; | |
flex: 0 0 290px; | |
width: 290px; | |
padding-top: 150px; | |
margin-bottom: 60px; | |
position: relative; } | |
.docs-home .sections .section:before { | |
content: ''; | |
background: no-repeat center top; | |
background-size: 170px; | |
width: 100%; | |
height: 140px; | |
top: 0; | |
left: 0; | |
right: 0; | |
position: absolute; | |
transition: -webkit-transform 0.25s cubic-bezier(0.33, 1.6, 0.66, 1); | |
transition: transform 0.25s cubic-bezier(0.33, 1.6, 0.66, 1); } | |
.docs-home .sections .section.getting-started:before { | |
background-image: url("/img/docs-thumbnail-getting-started.png"); } | |
.docs-home .sections .section.ui:before { | |
background-image: url("/img/docs-thumbnail-ui-components.png"); } | |
.docs-home .sections .section.api:before { | |
background-image: url("/img/docs-thumbnail-api.png"); } | |
.docs-home .sections .section.theming:before { | |
background-image: url("/img/docs-thumbnail-theming.png"); } | |
.docs-home .sections .section.ionicons-link:before { | |
background-image: url("/img/docs-thumbnail-ionicons.png"); } | |
.docs-home .sections .section.forum:before { | |
background-image: url("/img/docs-thumbnail-forum.png"); } | |
.docs-home .sections .section:hover:before { | |
-webkit-transform: scale3d(1.05, 1.05, 1); | |
transform: scale3d(1.05, 1.05, 1); } | |
.docs-home .sections .section h3 { | |
font-size: 20px; | |
font-weight: 500; } | |
.docs-home .sections .section p { | |
font-size: 14px; | |
color: #a0a5b0; | |
margin-top: 11px; } | |
#search-results { | |
display: none; | |
position: fixed; | |
top: 77px; | |
left: 233px; | |
right: 0; | |
bottom: 0; | |
background: rgba(255, 255, 255, 0.97); | |
padding: 30px 0 30px 40px; | |
-webkit-justify-content: space-between; | |
-ms-flex-pack: justify; | |
justify-content: space-between; | |
-webkit-flex-wrap: wrap; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; | |
opacity: 0; | |
-webkit-transform: translate3d(0, -50px, 0); | |
transform: translate3d(0, -50px, 0); | |
transition: all .3s; } | |
#search-results.sidebar { | |
top: 0; | |
-webkit-transform: translate3d(-50px, 0, 0); | |
transform: translate3d(-50px, 0, 0); } | |
#search-results.index { | |
top: 320px; | |
position: absolute; } | |
#search-results.ready { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; } | |
#search-results.active { | |
opacity: 1; | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); } | |
#search-results > div { | |
-webkit-flex: 1 0 245px; | |
-ms-flex: 1 0 245px; | |
flex: 1 0 245px; | |
margin-right: 40px; } | |
#search-results > div:first-child { | |
-webkit-flex: 1 0 560px; | |
-ms-flex: 1 0 560px; | |
flex: 1 0 560px; } | |
#search-results > div:first-child ul { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex-wrap: wrap; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; } | |
#search-results > div:first-child ul li { | |
-webkit-flex: 1 0 150px; | |
-ms-flex: 1 0 150px; | |
flex: 1 0 150px; | |
margin-right: 5px; } | |
#search-results h3 { | |
color: #4f8ff7; | |
position: relative; | |
font-size: 14px; | |
font-weight: 500; | |
letter-spacing: 2px; | |
text-transform: uppercase; } | |
#search-results h3::after { | |
position: absolute; | |
bottom: -5px; | |
left: 0; | |
right: 0; | |
height: 3px; | |
background: #4f8ff7; | |
height: 2px; | |
content: ''; } | |
#search-results ul { | |
list-style: none; | |
padding: 2px 0 0; } | |
#search-results ul li { | |
margin-top: 20px; } | |
#search-results ul li a { | |
color: #898989; | |
font-weight: 500; | |
line-height: 1.4em; | |
text-decoration: none; | |
transition: color .2s; | |
font-size: 13px; } | |
#search-results ul li a:hover, #search-results ul li a:active { | |
text-decoration: none; | |
color: #4f8ff7; } | |
#search-results.resources { | |
position: absolute; | |
top: 580px; | |
width: 100%; | |
max-width: 700px; | |
margin: 0 auto; | |
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); } | |
@media (max-width: 767px) { | |
#search-results.resources { | |
max-width: 300px; | |
left: 0; } } | |
#search-results.resources #results-api, | |
#search-results.resources #results-native, | |
#search-results.resources #results-other h3 { | |
display: none; } | |
#search-results.resources #results-other li a { | |
color: #4f8ff7; | |
font-size: 14px; | |
font-weight: 400; | |
transition: .3s color; } | |
#search-results.resources #results-other li a:hover { | |
color: #1e70f5; } | |
@media (max-width: 767px) { | |
#search-results.resources { | |
top: 553px; } } | |
@media (max-width: 767px) { | |
#search-results { | |
left: 0; | |
z-index: 10000; | |
top: 110px; } | |
#search-results.sidebar { | |
top: 127px; } | |
#search-results.active { | |
display: block; } } | |
#docs-page-ionicons main .download-link, #docs-page-ionicons main .search { | |
margin-right: auto; | |
margin-left: auto; | |
max-width: 200px; | |
width: 100%; } | |
#docs-page-ionicons main .download-link { | |
margin-top: 60px; | |
margin-bottom: 10px; } | |
#docs-page-ionicons main .download-link a { | |
display: block; | |
padding: 12px 0; | |
border: 2px solid #4F8EF7; | |
border-radius: 4px; | |
background-color: white; | |
text-decoration: none; | |
font-weight: bold; | |
font-size: 22px; } | |
#docs-page-ionicons main .download-link a:hover { | |
background: #4F8EF7; | |
color: white; } | |
#docs-page-ionicons main .version { | |
margin: 2px auto; | |
color: #ccc; | |
font-size: 12px; } | |
#docs-page-ionicons main form.search { | |
margin: 28px auto 52px; | |
position: relative; } | |
#docs-page-ionicons main form.search:before { | |
font-family: "Ionicons"; | |
-webkit-font-smoothing: antialiased; | |
content: "\f4a5"; | |
font-size: 20px; | |
font-weight: 800; | |
color: #576070; | |
position: absolute; | |
top: 6px; | |
left: 26px; } | |
#docs-page-ionicons main form.search input { | |
border-radius: 35px; | |
border: 1px solid #e6e9ee; | |
padding: 8px 8px 8px 56px; | |
color: #4C555A; | |
font-size: 16px; | |
box-shadow: none; } | |
#docs-page-ionicons main form.search input::-webkit-input-placeholder { | |
/* WebKit, Blink, Edge */ | |
color: #9da5b3; } | |
#docs-page-ionicons main form.search input::-moz-placeholder { | |
/* Mozilla Firefox 19+ */ | |
color: #9da5b3; } | |
#docs-page-ionicons main form.search input:-ms-input-placeholder { | |
/* Internet Explorer 10-11 */ | |
color: #9da5b3; } | |
#docs-page-ionicons main form.search input:focus, #docs-page-ionicons main form.search input:hover, #docs-page-ionicons main form.search input:active { | |
border-color: #4f8ff7; | |
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); | |
background: #fdfdfd; | |
outline: none; } | |
#docs-page-ionicons main #icon-panel { | |
position: absolute; | |
top: -9999px; | |
left: -9999px; | |
padding: 10px 2px; | |
width: 260px; | |
height: 58px; | |
border-radius: 4px; | |
background: white; | |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); | |
text-align: center; | |
font-size: 14px; | |
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | |
opacity: .96; } | |
#docs-page-ionicons main #icon-name { | |
display: block; | |
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | |
font-size: 14px; | |
text-align: center; | |
width: 100%; | |
border: 0; } | |
#docs-page-ionicons main #icon-code { | |
padding-top: 10px; | |
font-size: 12px; } | |
#docs-page-ionicons main #icons { | |
transition: opacity .2s ease-in-out; } | |
#docs-page-ionicons main section.search-matches { | |
all: initial; } | |
#docs-page-ionicons main section.search-init { | |
all: initial; | |
opacity: 0.15; } | |
#docs-page-ionicons main section.search-nil { | |
all: initial; } | |
#docs-page-ionicons main section#icons a { | |
color: #373737; } | |
#docs-page-ionicons main section#icons ul { | |
display: block; | |
list-style-type: none; | |
cursor: pointer; | |
border: 2px solid #fff; } | |
#docs-page-ionicons main section#icons ul:hover { | |
border: 2px solid #EBF0F6; | |
border-radius: 2px; } | |
#docs-page-ionicons main section#icons ul.icon-labels { | |
border: none; | |
cursor: default; } | |
#docs-page-ionicons main section#icons ul.icon-labels li, | |
#docs-page-ionicons main section#icons ul.icon-labels li:first-child { | |
font-size: 16px; | |
font-weight: 500; | |
font-family: "Avenir Next", "Nunito", "Helvetica Neue", Helvetica, sans-serif; } | |
#docs-page-ionicons main section#icons ul li { | |
display: inline-block; | |
width: 23%; | |
position: relative; | |
z-index: 0; | |
padding: 22px 10px; | |
border-radius: 4px; | |
list-style: none; | |
text-align: center; | |
font-weight: normal; | |
font-size: 40px; | |
cursor: pointer; | |
vertical-align: middle; } | |
#docs-page-ionicons main section#icons ul li:first-child { | |
font-size: 14px; | |
font-weight: 400; | |
font-family: "Avenir Next", "Nunito", "Helvetica Neue", Helvetica, sans-serif; } | |
#docs-page-ionicons main .modal { | |
text-align: center; | |
opacity: 0; | |
-webkit-transform: scale3d(0.5, 0.5, 1); | |
transform: scale3d(0.5, 0.5, 1); | |
transition: opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.155, 1.105, 0.295, 1.12); | |
transition: opacity 0.2s, transform 0.4s cubic-bezier(0.155, 1.105, 0.295, 1.12); } | |
#docs-page-ionicons main .modal:before { | |
display: inline-block; | |
vertical-align: middle; | |
content: " "; | |
height: 100%; } | |
#docs-page-ionicons main .modal .modal-dialog { | |
display: inline-block; | |
vertical-align: middle; | |
text-align: left; | |
margin: 30px auto; | |
-webkit-transform: translate3d(0, 0, 0); | |
transform: translate3d(0, 0, 0); } | |
#docs-page-ionicons main .modal.in { | |
opacity: 1; | |
-webkit-transform: scale3d(1, 1, 1); | |
transform: scale3d(1, 1, 1); } | |
#docs-page-ionicons main .modal .modal-content { | |
border-radius: 4px; | |
border: none; | |
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } | |
#docs-page-ionicons main .modal .modal-body { | |
padding: 15px 30px; } | |
#docs-page-ionicons main .modal button.close { | |
position: absolute; | |
top: -10px; | |
right: -10px; | |
background: white; | |
border: none; | |
border-radius: 50%; | |
height: 30px; | |
width: 30px; | |
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); | |
outline: none; } | |
#docs-page-ionicons main .modal button.close span { | |
font-size: 28px; | |
top: -7px; | |
right: 0; | |
position: relative; | |
color: black; } | |
#docs-page-ionicons main .modal h2 { | |
margin: 0; | |
font-size: 24px; | |
padding-top: 10px; } | |
#docs-page-ionicons main .modal h4 { | |
margin: 50px 0 20px; | |
font-size: 18px; | |
display: block; | |
line-height: 22px; | |
height: 22px; | |
vertical-align: middle; } | |
#docs-page-ionicons main .modal ul.modal-icons { | |
display: block; | |
list-style-type: none; | |
padding-left: 0; | |
margin-top: 25px; } | |
#docs-page-ionicons main .modal ul.modal-icons li { | |
width: 180px; | |
display: inline-block; | |
padding-right: 15px; } | |
#docs-page-ionicons main .modal ul.modal-icons li:last-child { | |
padding-right: 0; } | |
#docs-page-ionicons main .modal ul.modal-icons li code, | |
#docs-page-ionicons main .modal ul.modal-icons li i { | |
display: block; | |
text-align: center; } | |
#docs-page-ionicons main .modal ul.modal-icons li code { | |
width: auto; } | |
#docs-page-ionicons main .modal ul.modal-icons li i { | |
font-size: 32px; } | |
#docs-page-ionicons main .modal pre code { | |
margin: -60px -10px; } | |
#docs-page-ionicons main .modal code.hljs { | |
white-space: pre-wrap; } | |
#docs-page-ionicons main a { | |
display: block; | |
height: auto; | |
width: auto; } | |
.modal-backdrop { | |
background-color: #0f1e37; } | |
.docs-container main .four-oh-four { | |
text-align: center; } | |
.docs-container main .four-oh-four img { | |
width: 100%; | |
max-width: 336px; } | |
.docs-container main .four-oh-four p { | |
color: #9da5b3; | |
font-size: 18px; } | |
.docs-container main .four-oh-four a { | |
font-size: 16px; | |
font-weight: 500; } | |
.docs-container main .four-oh-four a::after { | |
font-family: Ionicons; | |
content: '\f287'; | |
display: inline-block; | |
margin-left: 10px; | |
position: relative; | |
top: 2px; } | |
#docs-page-resources-index main h1.banner { | |
height: 178px; | |
padding-top: 92px; | |
background: no-repeat center top url("/img/docs/resources/resources-header-img.jpg"); | |
background-size: cover; | |
color: white; | |
text-align: center; | |
position: relative; | |
margin-top: -50px; | |
margin-left: -40px; | |
margin-right: -40px; | |
padding-bottom: 150px; | |
padding-left: 50px; | |
font-size: 36px; | |
text-transform: uppercase; | |
letter-spacing: 14px; | |
font-weight: 500; } | |
#docs-page-resources-index main h1.banner::before { | |
background: no-repeat center top url("/img/docs/resources/resources-header-icon.png"); | |
background-size: 60px; | |
height: 60px; | |
width: 60px; | |
content: ''; | |
display: inline-block; | |
vertical-align: middle; | |
position: relative; | |
top: -5px; | |
margin-right: 20px; } | |
#docs-page-resources-index main h2 { | |
text-align: center; | |
font-size: 32px; } | |
#docs-page-resources-index main form { | |
max-width: 722px; | |
margin: 0 auto; | |
position: relative; | |
margin-bottom: 40px; } | |
#docs-page-resources-index main form input { | |
border-radius: 50px; | |
padding: 18px 5px 17px 59px; | |
font-size: 16px; | |
height: 56px; } | |
#docs-page-resources-index main form input::-webkit-input-placeholder { | |
color: #9da5b3; | |
font-weight: 300; } | |
#docs-page-resources-index main form input::-moz-placeholder { | |
color: #9da5b3; | |
font-weight: 300; } | |
#docs-page-resources-index main form input:-ms-input-placeholder { | |
color: #9da5b3; | |
font-weight: 300; } | |
#docs-page-resources-index main form input::placeholder { | |
color: #9da5b3; | |
font-weight: 300; } | |
#docs-page-resources-index main form::before { | |
content: '\f20a'; | |
font-family: 'Ionicons'; | |
position: absolute; | |
left: 25px; | |
font-size: 26px; | |
top: 10px; | |
color: #9da5b3; | |
font-weight: 300; } | |
#docs-page-resources-index main .sections { | |
display: -webkit-flex; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-flex-wrap: wrap; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; | |
padding-top: 50px; } | |
#docs-page-resources-index main .sections section { | |
-webkit-flex: 1 0 300px; | |
-ms-flex: 1 0 300px; | |
flex: 1 0 300px; | |
padding-left: 68px; | |
padding-bottom: 50px; | |
position: relative; } | |
@media (max-width: 767px) { | |
#docs-page-resources-index main .sections section { | |
-webkit-flex: 1 1 100%; | |
-ms-flex: 1 1 100%; | |
flex: 1 1 100%; } } | |
#docs-page-resources-index main .sections section::before { | |
background: no-repeat center top url("/img/docs/resources/resources-icons.png"); | |
background-size: 32px; | |
height: 32px; | |
width: 32px; | |
content: ''; | |
position: absolute; | |
left: 15px; | |
top: 0; } | |
#docs-page-resources-index main .sections section.articles::before { | |
background-position: center -32px; } | |
#docs-page-resources-index main .sections section.tools::before { | |
background-position: center -64px; } | |
#docs-page-resources-index main .sections section.how-to::before { | |
background-position: center -96px; } | |
#docs-page-resources-index main .sections h3 { | |
text-transform: uppercase; | |
font-size: 15px; | |
margin-bottom: 40px; | |
margin-top: 8px; } | |
#docs-page-resources-index main .sections ul { | |
padding: 0; } | |
#docs-page-resources-index main .sections li { | |
padding-bottom: 25px; | |
list-style: none; } | |
#docs-page-resources-index main .sections li a { | |
font-size: 14px; } | |
#docs-page-resources-index main .sections li p { | |
font-size: 13px; | |
margin-top: 0; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment