formspree/formspree/static/css/main.css

5914 lines
97 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
html {
background: #fff;
color: #000;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
font-family: sans-serif;
}
body {
margin: 0;
}
a {
background: transparent;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
h2 {
font-size: 1.5em;
margin: 0.83em 0;
}
h3 {
font-size: 1.17em;
margin: 1em 0;
}
h4 {
font-size: 1em;
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
h6 {
font-size: 0.75em;
margin: 2.33em 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
q {
quotes: "“" "”" "" "";
}
q:before,
q:after {
content: "";
content: none;
}
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: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
white-space: normal;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
vertical-align: baseline;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=search] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.row {
width: 100%;
}
.row:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.container {
max-width: 950px;
margin: 0 auto;
}
.container:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
@media (min-width: 760px) {
.container.narrow {
max-width: 600px;
}
}
@media (max-width: 760px) {
.container {
max-width: 100% !important;
}
}
.col-1-1 {
float: left;
padding: 0 20px;
width: 100%;
}
@media (max-width: 760px) {
.col-1-1 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-1-2 {
float: left;
padding: 0 20px;
width: 50%;
}
@media (max-width: 760px) {
.col-1-2 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-1-3 {
float: left;
padding: 0 20px;
width: 33.33%;
}
@media (max-width: 760px) {
.col-1-3 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-2-3 {
float: left;
padding: 0 20px;
width: 66.66%;
}
@media (max-width: 760px) {
.col-2-3 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-1-4 {
float: left;
padding: 0 20px;
width: 25%;
}
@media (max-width: 760px) {
.col-1-4 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-3-4 {
float: left;
padding: 0 20px;
width: 75%;
}
@media (max-width: 760px) {
.col-3-4 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-2-5 {
float: left;
padding: 0 20px;
width: 40%;
}
@media (max-width: 760px) {
.col-2-5 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-3-5 {
float: left;
padding: 0 20px;
width: 60%;
}
@media (max-width: 760px) {
.col-3-5 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-5-12 {
float: left;
padding: 0 20px;
width: 41.67%;
}
@media (max-width: 760px) {
.col-5-12 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-5-6 {
float: left;
padding: 0 20px;
width: 83.33%;
}
@media (max-width: 760px) {
.col-5-6 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
.col-1-6 {
float: left;
padding: 0 20px;
width: 16.67%;
}
@media (max-width: 760px) {
.col-1-6 {
width: 100% !important;
margin-bottom: 20px !important;
}
}
@media print {
.col-1-1 {
width: 100% !important;
}
.col-1-2 {
width: 50% !important;
}
.col-1-4 {
width: 25% !important;
}
.col-1-3 {
width: 33.33% !important;
}
.col-2-3 {
width: 66.66% !important;
}
.col-5-12 {
width: 41.67% !important;
}
}
body {
font-size: 18px;
line-height: 1.5em;
font-family: "proxima-nova-soft", "Proxima Nova Soft", sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
font-family: "proxima-nova-soft", "Proxima Nova Soft", sans-serif;
-webkit-font-smoothing: antialiased;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
margin-bottom: 0;
}
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small, p > small {
font-size: 0.65em;
color: #aaa;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
line-height: 1.3em;
color: #1b3544;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
font-weight: 400;
color: #444;
}
p {
line-height: 1.5em;
color: #444;
}
a {
color: #359173;
text-decoration: none;
transition: color 0.3s ease-in-out;
}
a:hover {
color: #2A735B;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.caps {
text-transform: uppercase;
}
/*-------------------------------------*\
HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
* HINT.css is a tooltip library made in pure CSS.
*
* Source: https://github.com/chinchang/hint.css
* Demo: http://kushagragour.in/lab/hint/
*
* Release under The MIT License
*
*/
/**
* source: hint-core.scss
*
* Defines the basic styling for the tooltip.
* Each tooltip is made of 2 parts:
* 1) body (:after)
* 2) arrow (:before)
*
* Classes added:
* 1) hint
*/
.hint, [data-hint] {
position: relative;
display: inline-block;
/**
* tooltip arrow
*/
/**
* tooltip body
*/
}
.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
position: absolute;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
transition: 0.3s ease;
}
.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
visibility: visible;
opacity: 1;
}
.hint:before, [data-hint]:before {
content: "";
position: absolute;
background: transparent;
border: 6px solid transparent;
z-index: 1000001;
}
.hint:after, [data-hint]:after {
font-family: "myriad-pro", sans-serif;
font-weight: 400;
content: attr(data-hint);
background: #1b3544;
color: white;
padding: 12px 15px;
font-size: 16px;
line-height: 16px;
white-space: nowrap;
}
/**
* source: hint-position.scss
*
* Defines the positoning logic for the tooltips.
*
* Classes added:
* 1) hint--top
* 2) hint--bottom
* 3) hint--left
* 4) hint--right
*/
/**
* set default color for tooltip arrows
*/
.hint--top:before {
border-top-color: #1b3544;
}
.hint--bottom:before {
border-bottom-color: #1b3544;
}
.hint--left:before {
border-left-color: #1b3544;
}
.hint--right:before {
border-right-color: #1b3544;
}
/**
* top tooltip
*/
.hint--top:before {
margin-bottom: -12px;
}
.hint--top:after {
margin-left: -18px;
}
.hint--top:before, .hint--top:after {
bottom: 100%;
left: 18px;
}
.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
/**
* bottom tooltip
*/
.hint--bottom:before {
margin-top: -12px;
}
.hint--bottom:after {
margin-left: -18px;
}
.hint--bottom:before, .hint--bottom:after {
top: 100%;
left: 18px;
}
.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
}
/**
* right tooltip
*/
.hint--right:before {
margin-left: -12px;
margin-bottom: -6px;
}
.hint--right:after {
margin-bottom: -20px;
}
.hint--right:before, .hint--right:after {
left: 100%;
bottom: 50%;
}
.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px);
}
/**
* left tooltip
*/
.hint--left:before {
margin-right: -12px;
margin-bottom: -6px;
}
.hint--left:after {
margin-bottom: -20px;
}
.hint--left:before, .hint--left:after {
right: 100%;
bottom: 50%;
}
.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px);
}
/**
* source: hint-color-types.scss
*
* Contains tooltips of various types based on color differences.
*
* Classes added:
* 1) hint--error
* 2) hint--warning
* 3) hint--info
* 4) hint--success
*
*/
/**
* Error
*/
.hint--error:after {
background-color: #b34e4d;
}
.hint--error.hint--top:before {
border-top-color: #b34e4d;
}
.hint--error.hint--bottom:before {
border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
border-right-color: #b34e4d;
}
/**
* Warning
*/
.hint--warning:after {
background-color: #c09854;
}
.hint--warning.hint--top:before {
border-top-color: #c09854;
}
.hint--warning.hint--bottom:before {
border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
border-left-color: #c09854;
}
.hint--warning.hint--right:before {
border-right-color: #c09854;
}
/**
* Info
*/
.hint--info:after {
background-color: #3986ac;
}
.hint--info.hint--top:before {
border-top-color: #3986ac;
}
.hint--info.hint--bottom:before {
border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
border-left-color: #3986ac;
}
.hint--info.hint--right:before {
border-right-color: #3986ac;
}
/**
* Success
*/
.hint--success:after {
background-color: #458746;
}
.hint--success.hint--top:before {
border-top-color: #458746;
}
.hint--success.hint--bottom:before {
border-bottom-color: #458746;
}
.hint--success.hint--left:before {
border-left-color: #458746;
}
.hint--success.hint--right:before {
border-right-color: #458746;
}
/**
* source: hint-always.scss
*
* Defines a persisted tooltip which shows always.
*
* Classes added:
* 1) hint--always
*
*/
.hint--always:after, .hint--always:before {
opacity: 1;
visibility: visible;
}
.hint--always.hint--top:after, .hint--always.hint--top:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px);
}
.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px);
}
.hint--always.hint--left:after, .hint--always.hint--left:before {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px);
}
.hint--always.hint--right:after, .hint--always.hint--right:before {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px);
}
/**
* source: hint-rounded.scss
*
* Defines rounded corner tooltips.
*
* Classes added:
* 1) hint--rounded
*
*/
.hint--rounded:after {
border-radius: 4px;
}
/**
* source: hint-effects.scss
*
* Defines various transition effects for the tooltips.
*
* Classes added:
* 1) hint--bounce
*
*/
.hint--bounce:before, .hint--bounce:after {
-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
-moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.alert-box {
padding: 15px;
font-size: 1em;
line-height: 1.5em;
display: block;
border: 2px solid #359173;
background-color: transparent;
color: #359173;
}
.alert-box.error {
border-color: #D9534F;
background-color: transparent;
color: #D9534F;
}
.alert-box.success {
border-color: #359173;
background-color: transparent;
color: #359173;
}
.alert-box.banner {
text-align: center;
margin-bottom: 0;
}
@media (max-width: 760px) {
.alert-box.banner {
position: absolute;
left: 0;
width: 100%;
border: 0;
border-bottom: 2px solid #359173;
}
}
.alert-box.banner a {
opacity: 0.75;
text-decoration: underline;
}
a.alert-box:hover {
color: #1b3544;
border-color: #f1f1fa;
}
a.alert-box.error:hover {
color: #D9534F;
border-color: #D9534F;
}
a.alert-box.success:hover {
color: #359173;
border-color: #359173;
}
.highlight {
padding: 2px 6px;
font-weight: bold;
font-size: 20px;
color: white;
background-color: #35918D;
border-radius: 3px;
margin: 3px;
}
.login .row {
padding: 2.2em 0;
}
.login input, .login button {
font-size: 1.2em;
margin: 2px 0 1em 0;
}
.no-underline {
border-bottom: none !important;
}
.no-border {
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.invoice {
font-size: 9pt;
line-height: 1.2em;
}
.invoice .middle > * {
vertical-align: middle;
}
.invoice strong {
color: #1b3544;
}
.invoice img {
display: inline;
height: 50px;
margin-right: 10px;
}
.invoice h1 {
display: inline;
}
.invoice .row {
padding-top: 40px;
}
.invoice .row p {
-webkit-margin-before: 0;
}
.invoice h3 {
margin-bottom: 0;
}
.invoice #invoice-table h3 {
margin-bottom: 10px;
}
.invoice #invoice-table table, .invoice #invoice-table tbody td {
border: 0.25px solid #DFDFDF;
}
.invoice #invoice-table thead {
background-color: #359173;
color: white;
text-align: center;
border-color: #000000;
}
.invoice #invoice-table tbody {
vertical-align: top;
}
.invoice #invoice-table th, .invoice #invoice-table td {
padding: 10px;
}
.invoice .invoice-unpaid:after {
content: "UNPAID";
position: absolute;
top: 120px;
right: 15%;
z-index: 1;
font-family: "Special Elite", Arial, sans-serif;
transform: rotate(-45deg);
font-size: 40px;
color: #c00;
border: solid 4px #c00;
padding: 15px 5px 5px;
border-radius: 5px;
opacity: 0.7;
text-shadow: 0 0 2px #c00;
box-shadow: 0 0 2px #c00;
}
.dashboard {
/* icon morphing */
}
.dashboard .row:after {
content: "";
display: none;
}
.dashboard .card {
border-width: 0;
}
.dashboard span[class^=ion-] {
display: inline-block;
font-size: 20px;
text-align: center;
width: 32px;
}
.dashboard .delete {
color: #D9534F;
border-color: #D9534F;
}
.dashboard .delete:hover {
transition: color 0.3s ease-in-out;
color: #D87431;
}
.dashboard div.submissions-col {
overflow-x: auto;
}
.dashboard table {
text-align: left;
width: 100%;
}
@media screen and (max-width: 600px) {
.dashboard table.responsive {
border: 0;
}
.dashboard table.responsive thead {
display: none;
}
.dashboard table.responsive tr {
margin-bottom: 10px;
display: block;
border-bottom: 5px solid #ddd;
}
.dashboard table.responsive tr td {
display: block;
font-size: 13px;
border-bottom: 1px dotted #ccc;
margin: 10px auto;
max-width: 100%;
}
.dashboard table.responsive tr td:last-child {
border-bottom: 0;
}
.dashboard table.responsive tr td:before {
content: attr(data-label);
display: block;
text-transform: uppercase;
font-weight: bold;
}
}
.dashboard table.submissions {
padding: 2px;
background: #fff;
}
.dashboard table.submissions th {
padding: 7px 0;
}
.dashboard table.submissions tr:first-child td {
padding-top: 10px;
}
.dashboard table.submissions td {
padding: 3px 1px;
}
.dashboard table.submissions pre {
font-family: inherit;
margin: 0;
max-width: 300px;
}
.dashboard table.submissions tr pre.full {
display: none;
}
.dashboard table.submissions tr:target pre {
display: none;
}
.dashboard table.submissions tr:target pre + pre.full {
display: block;
}
.dashboard table.forms td.target-email, .dashboard table.emails td.target-email {
max-width: 250px;
word-break: break-word;
}
.dashboard table.forms td.n-submissions, .dashboard table.emails td.n-submissions {
min-width: 150px;
}
.dashboard table.forms tr.new span[class^=ion-], .dashboard table.emails tr.new span[class^=ion-] {
color: #D9534F;
}
.dashboard table.forms tr.waiting_confirmation span[class^=ion-], .dashboard table.emails tr.waiting_confirmation span[class^=ion-] {
color: #D87431;
}
.dashboard table.forms tr.verified span[class^=ion-], .dashboard table.emails tr.verified span[class^=ion-] {
color: #2A735B;
}
.dashboard table.forms tr.new a:not(*:hover), .dashboard table.emails tr.new a:not(*:hover) {
border-bottom: 1px dotted;
margin-bottom: -1px;
line-height: 1em;
}
.dashboard table.forms tr.new .never, .dashboard table.emails tr.new .never {
font-size: 15px;
}
.dashboard table.forms tr:not(.new) *:not(.n-submissions) a:not(*:hover), .dashboard table.emails tr:not(.new) *:not(.n-submissions) a:not(*:hover) {
color: inherit;
}
.dashboard table.emails tr:nth-child(2) td {
padding-top: 10px;
}
.dashboard table.emails td:last-child {
text-align: center;
}
.dashboard .pad-top {
padding-top: 0.9em;
}
.dashboard #card-list {
border-collapse: collapse;
}
.dashboard #card-list tr {
border: solid 2px #359173;
border-radius: 3px;
}
.dashboard #card-list td {
background: #FFF;
color: #000;
padding: 7px 15px;
}
.dashboard .fa-chevron-right {
transition: transform 0.25s ease-in-out;
}
.dashboard #card-list tr.even td {
cursor: pointer;
}
.dashboard .create-form {
margin: 3em 0;
}
.dashboard .create-form form {
clear: both;
}
.dashboard .create-form form input:not([type=checkbox]):not([type=radio]) {
margin-top: 0;
clear: both;
width: 100%;
vertical-align: top;
}
.dashboard .create-form form button {
padding: 0.63em 32px;
text-align: center;
}
.dashboard .create-form .info {
font-size: 13px;
margin-bottom: 10px;
text-align: right;
}
.dashboard .create-form .modal:not(.js):target > *,
.dashboard .create-form .modal.target > * {
top: 20%;
}
.dashboard .modal[id^=form-] textarea {
font-size: 15px;
}
.dashboard .modal > * {
background: #fefefe;
border: #333333 solid 1px;
border-radius: 5px;
margin-left: -385px;
position: fixed;
left: 50%;
top: -100%;
z-index: 11;
width: 770px;
-webkit-transform: translate(0, -500%);
-ms-transform: translate(0, -500%);
transform: translate(0, -500%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
padding: 0.3em 1.3em 1.3em 1.3em;
}
.dashboard .modal > * .x a {
float: right;
padding: 10px;
font-size: 1.7em;
}
.dashboard .modal > * h4 {
margin: 0;
padding: 0;
margin-top: 13px;
float: left;
}
.dashboard .modal.narrow > * {
width: 500px;
margin-left: -290px;
}
.dashboard .modal .small {
font-size: 0.75em;
}
.dashboard .modal .identified {
background-size: 12% auto;
background-repeat: no-repeat;
background-position: right 10% center;
transition: none;
background-image: url("/static/img/cards/card.png");
}
.dashboard .modal .identified.visa {
background-image: url("/static/img/cards/visa.png");
}
.dashboard .modal .identified.mastercard {
background-image: url("/static/img/cards/mastercard.png");
}
.dashboard .modal .identified.amex {
background-image: url("/static/img/cards/amex.png");
}
.dashboard .modal .identified.dinersclub {
background-image: url("/static/img/cards/dinersclub.png");
}
.dashboard .modal .identified.discover {
background-image: url("/static/img/cards/discover.png");
}
.dashboard .modal .identified.jcb {
background-image: url("/static/img/cards/jcb.png");
}
.dashboard .modal .identified.visaelectron {
background-image: url("/static/img/cards/visaelectron.png");
}
.dashboard .modal .identified.maestro {
background-image: url("/static/img/cards/maestro.png");
}
.dashboard .modal .card {
font-size: 1em;
text-transform: uppercase;
font-weight: 600;
border: 2px solid #359173;
color: #359173;
background: transparent;
line-height: 1em;
padding: 0.6em 0.9em;
transition: all 0.3s ease-in-out;
}
.dashboard .modal .card:hover {
border-color: #2A735B;
color: #2A735B;
}
.dashboard .modal:not(.js):target > *, .dashboard .modal.target > * {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
top: 10%;
}
.dashboard .modal:before {
content: "";
display: none;
background: rgba(0, 0, 0, 0.6);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
}
.dashboard .modal:not(.js):target:before, .dashboard .modal.target:before {
display: block;
}
.dashboard .modal .red {
color: #D9534F;
}
.dashboard .fa-unlock:hover::before {
content: "";
}
.dashboard .fa-lock:hover::before {
content: "";
}
.html-highlight {
clear: both;
font-size: 14px;
font-family: monospace;
padding: 5px;
border: 2px dashed #696969;
border-radius: 5px;
}
.html-highlight .bracket {
color: #a65700;
}
.html-highlight .tagname {
color: #800000;
font-weight: bold;
}
.html-highlight .attrkey {
color: #074726;
}
.html-highlight .equal {
color: #808030;
}
.html-highlight .attrvalue {
color: #0000e6;
}
.html-highlight .comment {
color: #696969;
}
a.button.export {
width: 11em;
text-align: center;
display: inline-block;
margin: 0 0 20px 20px;
}
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 0.438em 0.625em 0.438em 0.625em;
line-height: 1.125em;
cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
margin-top: 0.188em;
}
.slicknav_menu {
*zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left;
}
.slicknav_menu .slicknav_icon {
float: left;
margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
content: " ";
display: table;
}
.slicknav_menu:after {
content: " ";
display: table;
clear: both;
}
.slicknav_nav {
clear: both;
}
.slicknav_nav ul {
display: block;
}
.slicknav_nav li {
display: block;
}
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
cursor: pointer;
}
.slicknav_nav .slicknav_item a {
display: inline;
}
.slicknav_nav .slicknav_row {
display: block;
}
.slicknav_nav a {
display: block;
}
.slicknav_nav .slicknav_parent-link a {
display: inline;
}
.slicknav_brand {
float: left;
}
.slicknav_menu {
font-size: 16px;
box-sizing: border-box;
background: #4c4c4c;
padding: 5px;
}
.slicknav_menu * {
box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
color: #fff;
font-weight: bold;
text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
background-color: #fff;
}
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #222;
}
.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 0.875em;
list-style: none;
overflow: hidden;
}
.slicknav_nav ul {
list-style: none;
overflow: hidden;
padding: 0;
margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
padding: 5px 10px;
margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #fff;
}
.slicknav_nav a {
padding: 5px 10px;
margin: 2px 5px;
text-decoration: none;
color: #fff;
}
.slicknav_nav a:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #222;
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
padding: 0;
margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0;
}
.slicknav_brand {
color: #fff;
font-size: 18px;
line-height: 30px;
padding: 7px 12px;
height: 44px;
}
.slicknav_menu {
display: none;
}
body > nav {
position: fixed;
top: 0;
left: 0;
right: 0;
background: inherit;
z-index: 9;
padding: 7px 10px;
height: 41px;
}
body > nav + * {
margin-top: 41px;
}
body > nav.scrolled {
box-shadow: 0 0 0.6em rgba(17, 17, 17, 0.3);
}
body > nav > .greetings {
float: left;
}
body > nav > .menu {
float: right;
}
body > nav .item {
margin-left: 0.5em;
}
@media screen and (max-width: 40em) {
body > nav.js {
display: none;
}
.slicknav_menu {
display: block;
}
}
.slicknav_menu {
background: #4CD1A7;
/* our transcluded menu header ("Welcome...") */
}
.slicknav_menu a {
color: white;
}
.slicknav_menu > a {
float: right;
}
.slicknav_menu h4 {
padding: 0;
margin: 0;
line-height: 33px;
margin-top: 5px;
float: left;
}
.slicknav_menu .slicknav_btn {
background-color: #2A735B;
}
.slicknav_menu .slicknav_menutxt {
text-shadow: 0 1px 3px #2A735B;
}
.toast-title {
font-weight: bold;
}
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.toast-message a,
.toast-message label {
color: #ffffff;
}
.toast-message a:hover {
color: #cccccc;
text-decoration: none;
}
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-size: 20px;
font-weight: bold;
color: #ffffff;
-webkit-text-shadow: 0 1px 0 #ffffff;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
/*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.toast-top-center {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-center {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-full-width {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-left {
top: 12px;
left: 12px;
}
.toast-top-right {
top: 12px;
right: 12px;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
bottom: 12px;
left: 12px;
}
#toast-container {
position: fixed;
z-index: 999999;
/*overrides*/
}
#toast-container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#toast-container > div {
position: relative;
overflow: hidden;
margin: 0 0 6px;
padding: 15px 15px 15px 50px;
width: 300px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background-position: 15px center;
background-repeat: no-repeat;
-moz-box-shadow: 0 0 12px #999999;
-webkit-box-shadow: 0 0 12px #999999;
box-shadow: 0 0 12px #999999;
color: #ffffff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
#toast-container > :hover {
-moz-box-shadow: 0 0 12px #000000;
-webkit-box-shadow: 0 0 12px #000000;
box-shadow: 0 0 12px #000000;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
}
#toast-container > .toast-info {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
width: 300px;
margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
width: 96%;
margin: auto;
}
.toast {
background-color: #030303;
}
.toast-success {
background-color: #359173;
}
.toast-error {
background-color: #CC3F36;
}
.toast-info {
background-color: #4ca1a7;
}
.toast-warning {
background-color: #D87431;
}
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000000;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 11em;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 18em;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
padding: 15px 15px 15px 50px;
width: 25em;
}
}
.dropdown {
position: relative;
display: inline-block;
cursor: pointer;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
overflow: auto;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.show {
display: block;
}
#settings-button {
display: block;
}
.modal .float-left {
float: left;
}
.modal p#status {
float: right;
color: #1b3544;
font-size: 0.7em;
margin-right: 2%;
}
.modal p#status.error {
color: #D9534F;
}
.modal h4.large {
font-size: 1.2em;
}
.modal p.description {
line-height: 1em;
display: inline-block;
font-size: 0.8em;
margin: 0;
margin-top: 0.2em;
color: #999999;
}
.modal .col-1-6.switch-row {
margin: auto;
}
.modal .switch {
position: absolute;
display: inline-block;
width: 60px;
height: 26px;
right: 5%;
}
.modal .switch input {
display: none;
}
.modal .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.modal .slider:before {
position: absolute;
content: "";
height: 18px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.modal input:checked + .slider {
background-color: #2A735B;
}
.modal input:focus + .slider {
box-shadow: 0 0 1px #2A735B;
}
.modal input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.modal .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
/*!
Ionicons, v2.0.1
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 Googles
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 ionicons grid from original.
*/
@font-face {
font-family: "Ionicons";
src: url("../fonts/ionicons.eot?v=2.0.1");
src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("../fonts/ionicons.woff?v=2.0.1") format("woff"), url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
font-weight: normal;
font-style: normal;
}
.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud: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-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-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-outline:before,
.ion-ios-football:before,
.ion-ios-football-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-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-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-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong: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-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-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-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox: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-alert:before {
content: "";
}
.ion-alert-circled:before {
content: "";
}
.ion-android-add:before {
content: "";
}
.ion-android-add-circle:before {
content: "";
}
.ion-android-alarm-clock:before {
content: "";
}
.ion-android-alert:before {
content: "";
}
.ion-android-apps:before {
content: "";
}
.ion-android-archive:before {
content: "";
}
.ion-android-arrow-back:before {
content: "";
}
.ion-android-arrow-down:before {
content: "";
}
.ion-android-arrow-dropdown:before {
content: "";
}
.ion-android-arrow-dropdown-circle:before {
content: "";
}
.ion-android-arrow-dropleft:before {
content: "";
}
.ion-android-arrow-dropleft-circle:before {
content: "";
}
.ion-android-arrow-dropright:before {
content: "";
}
.ion-android-arrow-dropright-circle:before {
content: "";
}
.ion-android-arrow-dropup:before {
content: "";
}
.ion-android-arrow-dropup-circle:before {
content: "";
}
.ion-android-arrow-forward:before {
content: "";
}
.ion-android-arrow-up:before {
content: "";
}
.ion-android-attach:before {
content: "";
}
.ion-android-bar:before {
content: "";
}
.ion-android-bicycle:before {
content: "";
}
.ion-android-boat:before {
content: "";
}
.ion-android-bookmark:before {
content: "";
}
.ion-android-bulb:before {
content: "";
}
.ion-android-bus:before {
content: "";
}
.ion-android-calendar:before {
content: "";
}
.ion-android-call:before {
content: "";
}
.ion-android-camera:before {
content: "";
}
.ion-android-cancel:before {
content: "";
}
.ion-android-car:before {
content: "";
}
.ion-android-cart:before {
content: "";
}
.ion-android-chat:before {
content: "";
}
.ion-android-checkbox:before {
content: "";
}
.ion-android-checkbox-blank:before {
content: "";
}
.ion-android-checkbox-outline:before {
content: "";
}
.ion-android-checkbox-outline-blank:before {
content: "";
}
.ion-android-checkmark-circle:before {
content: "";
}
.ion-android-clipboard:before {
content: "";
}
.ion-android-close:before {
content: "";
}
.ion-android-cloud:before {
content: "";
}
.ion-android-cloud-circle:before {
content: "";
}
.ion-android-cloud-done:before {
content: "";
}
.ion-android-cloud-outline:before {
content: "";
}
.ion-android-color-palette:before {
content: "";
}
.ion-android-compass:before {
content: "";
}
.ion-android-contact:before {
content: "";
}
.ion-android-contacts:before {
content: "";
}
.ion-android-contract:before {
content: "";
}
.ion-android-create:before {
content: "";
}
.ion-android-delete:before {
content: "";
}
.ion-android-desktop:before {
content: "";
}
.ion-android-document:before {
content: "";
}
.ion-android-done:before {
content: "";
}
.ion-android-done-all:before {
content: "";
}
.ion-android-download:before {
content: "";
}
.ion-android-drafts:before {
content: "";
}
.ion-android-exit:before {
content: "";
}
.ion-android-expand:before {
content: "";
}
.ion-android-favorite:before {
content: "";
}
.ion-android-favorite-outline:before {
content: "";
}
.ion-android-film:before {
content: "";
}
.ion-android-folder:before {
content: "";
}
.ion-android-folder-open:before {
content: "";
}
.ion-android-funnel:before {
content: "";
}
.ion-android-globe:before {
content: "";
}
.ion-android-hand:before {
content: "";
}
.ion-android-hangout:before {
content: "";
}
.ion-android-happy:before {
content: "";
}
.ion-android-home:before {
content: "";
}
.ion-android-image:before {
content: "";
}
.ion-android-laptop:before {
content: "";
}
.ion-android-list:before {
content: "";
}
.ion-android-locate:before {
content: "";
}
.ion-android-lock:before {
content: "";
}
.ion-android-mail:before {
content: "";
}
.ion-android-map:before {
content: "";
}
.ion-android-menu:before {
content: "";
}
.ion-android-microphone:before {
content: "";
}
.ion-android-microphone-off:before {
content: "";
}
.ion-android-more-horizontal:before {
content: "";
}
.ion-android-more-vertical:before {
content: "";
}
.ion-android-navigate:before {
content: "";
}
.ion-android-notifications:before {
content: "";
}
.ion-android-notifications-none:before {
content: "";
}
.ion-android-notifications-off:before {
content: "";
}
.ion-android-open:before {
content: "";
}
.ion-android-options:before {
content: "";
}
.ion-android-people:before {
content: "";
}
.ion-android-person:before {
content: "";
}
.ion-android-person-add:before {
content: "";
}
.ion-android-phone-landscape:before {
content: "";
}
.ion-android-phone-portrait:before {
content: "";
}
.ion-android-pin:before {
content: "";
}
.ion-android-plane:before {
content: "";
}
.ion-android-playstore:before {
content: "";
}
.ion-android-print:before {
content: "";
}
.ion-android-radio-button-off:before {
content: "";
}
.ion-android-radio-button-on:before {
content: "";
}
.ion-android-refresh:before {
content: "";
}
.ion-android-remove:before {
content: "";
}
.ion-android-remove-circle:before {
content: "";
}
.ion-android-restaurant:before {
content: "";
}
.ion-android-sad:before {
content: "";
}
.ion-android-search:before {
content: "";
}
.ion-android-send:before {
content: "";
}
.ion-android-settings:before {
content: "";
}
.ion-android-share:before {
content: "";
}
.ion-android-share-alt:before {
content: "";
}
.ion-android-star:before {
content: "";
}
.ion-android-star-half:before {
content: "";
}
.ion-android-star-outline:before {
content: "";
}
.ion-android-stopwatch:before {
content: "";
}
.ion-android-subway:before {
content: "";
}
.ion-android-sunny:before {
content: "";
}
.ion-android-sync:before {
content: "";
}
.ion-android-textsms:before {
content: "";
}
.ion-android-time:before {
content: "";
}
.ion-android-train:before {
content: "";
}
.ion-android-unlock:before {
content: "";
}
.ion-android-upload:before {
content: "";
}
.ion-android-volume-down:before {
content: "";
}
.ion-android-volume-mute:before {
content: "";
}
.ion-android-volume-off:before {
content: "";
}
.ion-android-volume-up:before {
content: "";
}
.ion-android-walk:before {
content: "";
}
.ion-android-warning:before {
content: "";
}
.ion-android-watch:before {
content: "";
}
.ion-android-wifi:before {
content: "";
}
.ion-aperture:before {
content: "";
}
.ion-archive:before {
content: "";
}
.ion-arrow-down-a:before {
content: "";
}
.ion-arrow-down-b:before {
content: "";
}
.ion-arrow-down-c:before {
content: "";
}
.ion-arrow-expand:before {
content: "";
}
.ion-arrow-graph-down-left:before {
content: "";
}
.ion-arrow-graph-down-right:before {
content: "";
}
.ion-arrow-graph-up-left:before {
content: "";
}
.ion-arrow-graph-up-right:before {
content: "";
}
.ion-arrow-left-a:before {
content: "";
}
.ion-arrow-left-b:before {
content: "";
}
.ion-arrow-left-c:before {
content: "";
}
.ion-arrow-move:before {
content: "";
}
.ion-arrow-resize:before {
content: "";
}
.ion-arrow-return-left:before {
content: "";
}
.ion-arrow-return-right:before {
content: "";
}
.ion-arrow-right-a:before {
content: "";
}
.ion-arrow-right-b:before {
content: "";
}
.ion-arrow-right-c:before {
content: "";
}
.ion-arrow-shrink:before {
content: "";
}
.ion-arrow-swap:before {
content: "";
}
.ion-arrow-up-a:before {
content: "";
}
.ion-arrow-up-b:before {
content: "";
}
.ion-arrow-up-c:before {
content: "";
}
.ion-asterisk:before {
content: "";
}
.ion-at:before {
content: "";
}
.ion-backspace:before {
content: "";
}
.ion-backspace-outline:before {
content: "";
}
.ion-bag:before {
content: "";
}
.ion-battery-charging:before {
content: "";
}
.ion-battery-empty:before {
content: "";
}
.ion-battery-full:before {
content: "";
}
.ion-battery-half:before {
content: "";
}
.ion-battery-low:before {
content: "";
}
.ion-beaker:before {
content: "";
}
.ion-beer:before {
content: "";
}
.ion-bluetooth:before {
content: "";
}
.ion-bonfire:before {
content: "";
}
.ion-bookmark:before {
content: "";
}
.ion-bowtie:before {
content: "";
}
.ion-briefcase:before {
content: "";
}
.ion-bug:before {
content: "";
}
.ion-calculator:before {
content: "";
}
.ion-calendar:before {
content: "";
}
.ion-camera:before {
content: "";
}
.ion-card:before {
content: "";
}
.ion-cash:before {
content: "";
}
.ion-chatbox:before {
content: "";
}
.ion-chatbox-working:before {
content: "";
}
.ion-chatboxes:before {
content: "";
}
.ion-chatbubble:before {
content: "";
}
.ion-chatbubble-working:before {
content: "";
}
.ion-chatbubbles:before {
content: "";
}
.ion-checkmark:before {
content: "";
}
.ion-checkmark-circled:before {
content: "";
}
.ion-checkmark-round:before {
content: "";
}
.ion-chevron-down:before {
content: "";
}
.ion-chevron-left:before {
content: "";
}
.ion-chevron-right:before {
content: "";
}
.ion-chevron-up:before {
content: "";
}
.ion-clipboard:before {
content: "";
}
.ion-clock:before {
content: "";
}
.ion-close:before {
content: "";
}
.ion-close-circled:before {
content: "";
}
.ion-close-round:before {
content: "";
}
.ion-closed-captioning:before {
content: "";
}
.ion-cloud:before {
content: "";
}
.ion-code:before {
content: "";
}
.ion-code-download:before {
content: "";
}
.ion-code-working:before {
content: "";
}
.ion-coffee:before {
content: "";
}
.ion-compass:before {
content: "";
}
.ion-compose:before {
content: "";
}
.ion-connection-bars:before {
content: "";
}
.ion-contrast:before {
content: "";
}
.ion-crop:before {
content: "";
}
.ion-cube:before {
content: "";
}
.ion-disc:before {
content: "";
}
.ion-document:before {
content: "";
}
.ion-document-text:before {
content: "";
}
.ion-drag:before {
content: "";
}
.ion-earth:before {
content: "";
}
.ion-easel:before {
content: "";
}
.ion-edit:before {
content: "";
}
.ion-egg:before {
content: "";
}
.ion-eject:before {
content: "";
}
.ion-email:before {
content: "";
}
.ion-email-unread:before {
content: "";
}
.ion-erlenmeyer-flask:before {
content: "";
}
.ion-erlenmeyer-flask-bubbles:before {
content: "";
}
.ion-eye:before {
content: "";
}
.ion-eye-disabled:before {
content: "";
}
.ion-female:before {
content: "";
}
.ion-filing:before {
content: "";
}
.ion-film-marker:before {
content: "";
}
.ion-fireball:before {
content: "";
}
.ion-flag:before {
content: "";
}
.ion-flame:before {
content: "";
}
.ion-flash:before {
content: "";
}
.ion-flash-off:before {
content: "";
}
.ion-folder:before {
content: "";
}
.ion-fork:before {
content: "";
}
.ion-fork-repo:before {
content: "";
}
.ion-forward:before {
content: "";
}
.ion-funnel:before {
content: "";
}
.ion-gear-a:before {
content: "";
}
.ion-gear-b:before {
content: "";
}
.ion-grid:before {
content: "";
}
.ion-hammer:before {
content: "";
}
.ion-happy:before {
content: "";
}
.ion-happy-outline:before {
content: "";
}
.ion-headphone:before {
content: "";
}
.ion-heart:before {
content: "";
}
.ion-heart-broken:before {
content: "";
}
.ion-help:before {
content: "";
}
.ion-help-buoy:before {
content: "";
}
.ion-help-circled:before {
content: "";
}
.ion-home:before {
content: "";
}
.ion-icecream:before {
content: "";
}
.ion-image:before {
content: "";
}
.ion-images:before {
content: "";
}
.ion-information:before {
content: "";
}
.ion-information-circled:before {
content: "";
}
.ion-ionic:before {
content: "";
}
.ion-ios-alarm:before {
content: "";
}
.ion-ios-alarm-outline:before {
content: "";
}
.ion-ios-albums:before {
content: "";
}
.ion-ios-albums-outline:before {
content: "";
}
.ion-ios-americanfootball:before {
content: "";
}
.ion-ios-americanfootball-outline:before {
content: "";
}
.ion-ios-analytics:before {
content: "";
}
.ion-ios-analytics-outline:before {
content: "";
}
.ion-ios-arrow-back:before {
content: "";
}
.ion-ios-arrow-down:before {
content: "";
}
.ion-ios-arrow-forward:before {
content: "";
}
.ion-ios-arrow-left:before {
content: "";
}
.ion-ios-arrow-right:before {
content: "";
}
.ion-ios-arrow-thin-down:before {
content: "";
}
.ion-ios-arrow-thin-left:before {
content: "";
}
.ion-ios-arrow-thin-right:before {
content: "";
}
.ion-ios-arrow-thin-up:before {
content: "";
}
.ion-ios-arrow-up:before {
content: "";
}
.ion-ios-at:before {
content: "";
}
.ion-ios-at-outline:before {
content: "";
}
.ion-ios-barcode:before {
content: "";
}
.ion-ios-barcode-outline:before {
content: "";
}
.ion-ios-baseball:before {
content: "";
}
.ion-ios-baseball-outline:before {
content: "";
}
.ion-ios-basketball:before {
content: "";
}
.ion-ios-basketball-outline:before {
content: "";
}
.ion-ios-bell:before {
content: "";
}
.ion-ios-bell-outline:before {
content: "";
}
.ion-ios-body:before {
content: "";
}
.ion-ios-body-outline:before {
content: "";
}
.ion-ios-bolt:before {
content: "";
}
.ion-ios-bolt-outline:before {
content: "";
}
.ion-ios-book:before {
content: "";
}
.ion-ios-book-outline:before {
content: "";
}
.ion-ios-bookmarks:before {
content: "";
}
.ion-ios-bookmarks-outline:before {
content: "";
}
.ion-ios-box:before {
content: "";
}
.ion-ios-box-outline:before {
content: "";
}
.ion-ios-briefcase:before {
content: "";
}
.ion-ios-briefcase-outline:before {
content: "";
}
.ion-ios-browsers:before {
content: "";
}
.ion-ios-browsers-outline:before {
content: "";
}
.ion-ios-calculator:before {
content: "";
}
.ion-ios-calculator-outline:before {
content: "";
}
.ion-ios-calendar:before {
content: "";
}
.ion-ios-calendar-outline:before {
content: "";
}
.ion-ios-camera:before {
content: "";
}
.ion-ios-camera-outline:before {
content: "";
}
.ion-ios-cart:before {
content: "";
}
.ion-ios-cart-outline:before {
content: "";
}
.ion-ios-chatboxes:before {
content: "";
}
.ion-ios-chatboxes-outline:before {
content: "";
}
.ion-ios-chatbubble:before {
content: "";
}
.ion-ios-chatbubble-outline:before {
content: "";
}
.ion-ios-checkmark:before {
content: "";
}
.ion-ios-checkmark-empty:before {
content: "";
}
.ion-ios-checkmark-outline:before {
content: "";
}
.ion-ios-circle-filled:before {
content: "";
}
.ion-ios-circle-outline:before {
content: "";
}
.ion-ios-clock:before {
content: "";
}
.ion-ios-clock-outline:before {
content: "";
}
.ion-ios-close:before {
content: "";
}
.ion-ios-close-empty:before {
content: "";
}
.ion-ios-close-outline:before {
content: "";
}
.ion-ios-cloud:before {
content: "";
}
.ion-ios-cloud-download:before {
content: "";
}
.ion-ios-cloud-download-outline:before {
content: "";
}
.ion-ios-cloud-outline:before {
content: "";
}
.ion-ios-cloud-upload:before {
content: "";
}
.ion-ios-cloud-upload-outline:before {
content: "";
}
.ion-ios-cloudy:before {
content: "";
}
.ion-ios-cloudy-night:before {
content: "";
}
.ion-ios-cloudy-night-outline:before {
content: "";
}
.ion-ios-cloudy-outline:before {
content: "";
}
.ion-ios-cog:before {
content: "";
}
.ion-ios-cog-outline:before {
content: "";
}
.ion-ios-color-filter:before {
content: "";
}
.ion-ios-color-filter-outline:before {
content: "";
}
.ion-ios-color-wand:before {
content: "";
}
.ion-ios-color-wand-outline:before {
content: "";
}
.ion-ios-compose:before {
content: "";
}
.ion-ios-compose-outline:before {
content: "";
}
.ion-ios-contact:before {
content: "";
}
.ion-ios-contact-outline:before {
content: "";
}
.ion-ios-copy:before {
content: "";
}
.ion-ios-copy-outline:before {
content: "";
}
.ion-ios-crop:before {
content: "";
}
.ion-ios-crop-strong:before {
content: "";
}
.ion-ios-download:before {
content: "";
}
.ion-ios-download-outline:before {
content: "";
}
.ion-ios-drag:before {
content: "";
}
.ion-ios-email:before {
content: "";
}
.ion-ios-email-outline:before {
content: "";
}
.ion-ios-eye:before {
content: "";
}
.ion-ios-eye-outline:before {
content: "";
}
.ion-ios-fastforward:before {
content: "";
}
.ion-ios-fastforward-outline:before {
content: "";
}
.ion-ios-filing:before {
content: "";
}
.ion-ios-filing-outline:before {
content: "";
}
.ion-ios-film:before {
content: "";
}
.ion-ios-film-outline:before {
content: "";
}
.ion-ios-flag:before {
content: "";
}
.ion-ios-flag-outline:before {
content: "";
}
.ion-ios-flame:before {
content: "";
}
.ion-ios-flame-outline:before {
content: "";
}
.ion-ios-flask:before {
content: "";
}
.ion-ios-flask-outline:before {
content: "";
}
.ion-ios-flower:before {
content: "";
}
.ion-ios-flower-outline:before {
content: "";
}
.ion-ios-folder:before {
content: "";
}
.ion-ios-folder-outline:before {
content: "";
}
.ion-ios-football:before {
content: "";
}
.ion-ios-football-outline:before {
content: "";
}
.ion-ios-game-controller-a:before {
content: "";
}
.ion-ios-game-controller-a-outline:before {
content: "";
}
.ion-ios-game-controller-b:before {
content: "";
}
.ion-ios-game-controller-b-outline:before {
content: "";
}
.ion-ios-gear:before {
content: "";
}
.ion-ios-gear-outline:before {
content: "";
}
.ion-ios-glasses:before {
content: "";
}
.ion-ios-glasses-outline:before {
content: "";
}
.ion-ios-grid-view:before {
content: "";
}
.ion-ios-grid-view-outline:before {
content: "";
}
.ion-ios-heart:before {
content: "";
}
.ion-ios-heart-outline:before {
content: "";
}
.ion-ios-help:before {
content: "";
}
.ion-ios-help-empty:before {
content: "";
}
.ion-ios-help-outline:before {
content: "";
}
.ion-ios-home:before {
content: "";
}
.ion-ios-home-outline:before {
content: "";
}
.ion-ios-infinite:before {
content: "";
}
.ion-ios-infinite-outline:before {
content: "";
}
.ion-ios-information:before {
content: "";
}
.ion-ios-information-empty:before {
content: "";
}
.ion-ios-information-outline:before {
content: "";
}
.ion-ios-ionic-outline:before {
content: "";
}
.ion-ios-keypad:before {
content: "";
}
.ion-ios-keypad-outline:before {
content: "";
}
.ion-ios-lightbulb:before {
content: "";
}
.ion-ios-lightbulb-outline:before {
content: "";
}
.ion-ios-list:before {
content: "";
}
.ion-ios-list-outline:before {
content: "";
}
.ion-ios-location:before {
content: "";
}
.ion-ios-location-outline:before {
content: "";
}
.ion-ios-locked:before {
content: "";
}
.ion-ios-locked-outline:before {
content: "";
}
.ion-ios-loop:before {
content: "";
}
.ion-ios-loop-strong:before {
content: "";
}
.ion-ios-medical:before {
content: "";
}
.ion-ios-medical-outline:before {
content: "";
}
.ion-ios-medkit:before {
content: "";
}
.ion-ios-medkit-outline:before {
content: "";
}
.ion-ios-mic:before {
content: "";
}
.ion-ios-mic-off:before {
content: "";
}
.ion-ios-mic-outline:before {
content: "";
}
.ion-ios-minus:before {
content: "";
}
.ion-ios-minus-empty:before {
content: "";
}
.ion-ios-minus-outline:before {
content: "";
}
.ion-ios-monitor:before {
content: "";
}
.ion-ios-monitor-outline:before {
content: "";
}
.ion-ios-moon:before {
content: "";
}
.ion-ios-moon-outline:before {
content: "";
}
.ion-ios-more:before {
content: "";
}
.ion-ios-more-outline:before {
content: "";
}
.ion-ios-musical-note:before {
content: "";
}
.ion-ios-musical-notes:before {
content: "";
}
.ion-ios-navigate:before {
content: "";
}
.ion-ios-navigate-outline:before {
content: "";
}
.ion-ios-nutrition:before {
content: "";
}
.ion-ios-nutrition-outline:before {
content: "";
}
.ion-ios-paper:before {
content: "";
}
.ion-ios-paper-outline:before {
content: "";
}
.ion-ios-paperplane:before {
content: "";
}
.ion-ios-paperplane-outline:before {
content: "";
}
.ion-ios-partlysunny:before {
content: "";
}
.ion-ios-partlysunny-outline:before {
content: "";
}
.ion-ios-pause:before {
content: "";
}
.ion-ios-pause-outline:before {
content: "";
}
.ion-ios-paw:before {
content: "";
}
.ion-ios-paw-outline:before {
content: "";
}
.ion-ios-people:before {
content: "";
}
.ion-ios-people-outline:before {
content: "";
}
.ion-ios-person:before {
content: "";
}
.ion-ios-person-outline:before {
content: "";
}
.ion-ios-personadd:before {
content: "";
}
.ion-ios-personadd-outline:before {
content: "";
}
.ion-ios-photos:before {
content: "";
}
.ion-ios-photos-outline:before {
content: "";
}
.ion-ios-pie:before {
content: "";
}
.ion-ios-pie-outline:before {
content: "";
}
.ion-ios-pint:before {
content: "";
}
.ion-ios-pint-outline:before {
content: "";
}
.ion-ios-play:before {
content: "";
}
.ion-ios-play-outline:before {
content: "";
}
.ion-ios-plus:before {
content: "";
}
.ion-ios-plus-empty:before {
content: "";
}
.ion-ios-plus-outline:before {
content: "";
}
.ion-ios-pricetag:before {
content: "";
}
.ion-ios-pricetag-outline:before {
content: "";
}
.ion-ios-pricetags:before {
content: "";
}
.ion-ios-pricetags-outline:before {
content: "";
}
.ion-ios-printer:before {
content: "";
}
.ion-ios-printer-outline:before {
content: "";
}
.ion-ios-pulse:before {
content: "";
}
.ion-ios-pulse-strong:before {
content: "";
}
.ion-ios-rainy:before {
content: "";
}
.ion-ios-rainy-outline:before {
content: "";
}
.ion-ios-recording:before {
content: "";
}
.ion-ios-recording-outline:before {
content: "";
}
.ion-ios-redo:before {
content: "";
}
.ion-ios-redo-outline:before {
content: "";
}
.ion-ios-refresh:before {
content: "";
}
.ion-ios-refresh-empty:before {
content: "";
}
.ion-ios-refresh-outline:before {
content: "";
}
.ion-ios-reload:before {
content: "";
}
.ion-ios-reverse-camera:before {
content: "";
}
.ion-ios-reverse-camera-outline:before {
content: "";
}
.ion-ios-rewind:before {
content: "";
}
.ion-ios-rewind-outline:before {
content: "";
}
.ion-ios-rose:before {
content: "";
}
.ion-ios-rose-outline:before {
content: "";
}
.ion-ios-search:before {
content: "";
}
.ion-ios-search-strong:before {
content: "";
}
.ion-ios-settings:before {
content: "";
}
.ion-ios-settings-strong:before {
content: "";
}
.ion-ios-shuffle:before {
content: "";
}
.ion-ios-shuffle-strong:before {
content: "";
}
.ion-ios-skipbackward:before {
content: "";
}
.ion-ios-skipbackward-outline:before {
content: "";
}
.ion-ios-skipforward:before {
content: "";
}
.ion-ios-skipforward-outline:before {
content: "";
}
.ion-ios-snowy:before {
content: "";
}
.ion-ios-speedometer:before {
content: "";
}
.ion-ios-speedometer-outline:before {
content: "";
}
.ion-ios-star:before {
content: "";
}
.ion-ios-star-half:before {
content: "";
}
.ion-ios-star-outline:before {
content: "";
}
.ion-ios-stopwatch:before {
content: "";
}
.ion-ios-stopwatch-outline:before {
content: "";
}
.ion-ios-sunny:before {
content: "";
}
.ion-ios-sunny-outline:before {
content: "";
}
.ion-ios-telephone:before {
content: "";
}
.ion-ios-telephone-outline:before {
content: "";
}
.ion-ios-tennisball:before {
content: "";
}
.ion-ios-tennisball-outline:before {
content: "";
}
.ion-ios-thunderstorm:before {
content: "";
}
.ion-ios-thunderstorm-outline:before {
content: "";
}
.ion-ios-time:before {
content: "";
}
.ion-ios-time-outline:before {
content: "";
}
.ion-ios-timer:before {
content: "";
}
.ion-ios-timer-outline:before {
content: "";
}
.ion-ios-toggle:before {
content: "";
}
.ion-ios-toggle-outline:before {
content: "";
}
.ion-ios-trash:before {
content: "";
}
.ion-ios-trash-outline:before {
content: "";
}
.ion-ios-undo:before {
content: "";
}
.ion-ios-undo-outline:before {
content: "";
}
.ion-ios-unlocked:before {
content: "";
}
.ion-ios-unlocked-outline:before {
content: "";
}
.ion-ios-upload:before {
content: "";
}
.ion-ios-upload-outline:before {
content: "";
}
.ion-ios-videocam:before {
content: "";
}
.ion-ios-videocam-outline:before {
content: "";
}
.ion-ios-volume-high:before {
content: "";
}
.ion-ios-volume-low:before {
content: "";
}
.ion-ios-wineglass:before {
content: "";
}
.ion-ios-wineglass-outline:before {
content: "";
}
.ion-ios-world:before {
content: "";
}
.ion-ios-world-outline:before {
content: "";
}
.ion-ipad:before {
content: "";
}
.ion-iphone:before {
content: "";
}
.ion-ipod:before {
content: "";
}
.ion-jet:before {
content: "";
}
.ion-key:before {
content: "";
}
.ion-knife:before {
content: "";
}
.ion-laptop:before {
content: "";
}
.ion-leaf:before {
content: "";
}
.ion-levels:before {
content: "";
}
.ion-lightbulb:before {
content: "";
}
.ion-link:before {
content: "";
}
.ion-load-a:before {
content: "";
}
.ion-load-b:before {
content: "";
}
.ion-load-c:before {
content: "";
}
.ion-load-d:before {
content: "";
}
.ion-location:before {
content: "";
}
.ion-lock-combination:before {
content: "";
}
.ion-locked:before {
content: "";
}
.ion-log-in:before {
content: "";
}
.ion-log-out:before {
content: "";
}
.ion-loop:before {
content: "";
}
.ion-magnet:before {
content: "";
}
.ion-male:before {
content: "";
}
.ion-man:before {
content: "";
}
.ion-map:before {
content: "";
}
.ion-medkit:before {
content: "";
}
.ion-merge:before {
content: "";
}
.ion-mic-a:before {
content: "";
}
.ion-mic-b:before {
content: "";
}
.ion-mic-c:before {
content: "";
}
.ion-minus:before {
content: "";
}
.ion-minus-circled:before {
content: "";
}
.ion-minus-round:before {
content: "";
}
.ion-model-s:before {
content: "";
}
.ion-monitor:before {
content: "";
}
.ion-more:before {
content: "";
}
.ion-mouse:before {
content: "";
}
.ion-music-note:before {
content: "";
}
.ion-navicon:before {
content: "";
}
.ion-navicon-round:before {
content: "";
}
.ion-navigate:before {
content: "";
}
.ion-network:before {
content: "";
}
.ion-no-smoking:before {
content: "";
}
.ion-nuclear:before {
content: "";
}
.ion-outlet:before {
content: "";
}
.ion-paintbrush:before {
content: "";
}
.ion-paintbucket:before {
content: "";
}
.ion-paper-airplane:before {
content: "";
}
.ion-paperclip:before {
content: "";
}
.ion-pause:before {
content: "";
}
.ion-person:before {
content: "";
}
.ion-person-add:before {
content: "";
}
.ion-person-stalker:before {
content: "";
}
.ion-pie-graph:before {
content: "";
}
.ion-pin:before {
content: "";
}
.ion-pinpoint:before {
content: "";
}
.ion-pizza:before {
content: "";
}
.ion-plane:before {
content: "";
}
.ion-planet:before {
content: "";
}
.ion-play:before {
content: "";
}
.ion-playstation:before {
content: "";
}
.ion-plus:before {
content: "";
}
.ion-plus-circled:before {
content: "";
}
.ion-plus-round:before {
content: "";
}
.ion-podium:before {
content: "";
}
.ion-pound:before {
content: "";
}
.ion-power:before {
content: "";
}
.ion-pricetag:before {
content: "";
}
.ion-pricetags:before {
content: "";
}
.ion-printer:before {
content: "";
}
.ion-pull-request:before {
content: "";
}
.ion-qr-scanner:before {
content: "";
}
.ion-quote:before {
content: "";
}
.ion-radio-waves:before {
content: "";
}
.ion-record:before {
content: "";
}
.ion-refresh:before {
content: "";
}
.ion-reply:before {
content: "";
}
.ion-reply-all:before {
content: "";
}
.ion-ribbon-a:before {
content: "";
}
.ion-ribbon-b:before {
content: "";
}
.ion-sad:before {
content: "";
}
.ion-sad-outline:before {
content: "";
}
.ion-scissors:before {
content: "";
}
.ion-search:before {
content: "";
}
.ion-settings:before {
content: "";
}
.ion-share:before {
content: "";
}
.ion-shuffle:before {
content: "";
}
.ion-skip-backward:before {
content: "";
}
.ion-skip-forward:before {
content: "";
}
.ion-social-android:before {
content: "";
}
.ion-social-android-outline:before {
content: "";
}
.ion-social-angular:before {
content: "";
}
.ion-social-angular-outline:before {
content: "";
}
.ion-social-apple:before {
content: "";
}
.ion-social-apple-outline:before {
content: "";
}
.ion-social-bitcoin:before {
content: "";
}
.ion-social-bitcoin-outline:before {
content: "";
}
.ion-social-buffer:before {
content: "";
}
.ion-social-buffer-outline:before {
content: "";
}
.ion-social-chrome:before {
content: "";
}
.ion-social-chrome-outline:before {
content: "";
}
.ion-social-codepen:before {
content: "";
}
.ion-social-codepen-outline:before {
content: "";
}
.ion-social-css3:before {
content: "";
}
.ion-social-css3-outline:before {
content: "";
}
.ion-social-designernews:before {
content: "";
}
.ion-social-designernews-outline:before {
content: "";
}
.ion-social-dribbble:before {
content: "";
}
.ion-social-dribbble-outline:before {
content: "";
}
.ion-social-dropbox:before {
content: "";
}
.ion-social-dropbox-outline:before {
content: "";
}
.ion-social-euro:before {
content: "";
}
.ion-social-euro-outline:before {
content: "";
}
.ion-social-facebook:before {
content: "";
}
.ion-social-facebook-outline:before {
content: "";
}
.ion-social-foursquare:before {
content: "";
}
.ion-social-foursquare-outline:before {
content: "";
}
.ion-social-freebsd-devil:before {
content: "";
}
.ion-social-github:before {
content: "";
}
.ion-social-github-outline:before {
content: "";
}
.ion-social-google:before {
content: "";
}
.ion-social-google-outline:before {
content: "";
}
.ion-social-googleplus:before {
content: "";
}
.ion-social-googleplus-outline:before {
content: "";
}
.ion-social-hackernews:before {
content: "";
}
.ion-social-hackernews-outline:before {
content: "";
}
.ion-social-html5:before {
content: "";
}
.ion-social-html5-outline:before {
content: "";
}
.ion-social-instagram:before {
content: "";
}
.ion-social-instagram-outline:before {
content: "";
}
.ion-social-javascript:before {
content: "";
}
.ion-social-javascript-outline:before {
content: "";
}
.ion-social-linkedin:before {
content: "";
}
.ion-social-linkedin-outline:before {
content: "";
}
.ion-social-markdown:before {
content: "";
}
.ion-social-nodejs:before {
content: "";
}
.ion-social-octocat:before {
content: "";
}
.ion-social-pinterest:before {
content: "";
}
.ion-social-pinterest-outline:before {
content: "";
}
.ion-social-python:before {
content: "";
}
.ion-social-reddit:before {
content: "";
}
.ion-social-reddit-outline:before {
content: "";
}
.ion-social-rss:before {
content: "";
}
.ion-social-rss-outline:before {
content: "";
}
.ion-social-sass:before {
content: "";
}
.ion-social-skype:before {
content: "";
}
.ion-social-skype-outline:before {
content: "";
}
.ion-social-snapchat:before {
content: "";
}
.ion-social-snapchat-outline:before {
content: "";
}
.ion-social-tumblr:before {
content: "";
}
.ion-social-tumblr-outline:before {
content: "";
}
.ion-social-tux:before {
content: "";
}
.ion-social-twitch:before {
content: "";
}
.ion-social-twitch-outline:before {
content: "";
}
.ion-social-twitter:before {
content: "";
}
.ion-social-twitter-outline:before {
content: "";
}
.ion-social-usd:before {
content: "";
}
.ion-social-usd-outline:before {
content: "";
}
.ion-social-vimeo:before {
content: "";
}
.ion-social-vimeo-outline:before {
content: "";
}
.ion-social-whatsapp:before {
content: "";
}
.ion-social-whatsapp-outline:before {
content: "";
}
.ion-social-windows:before {
content: "";
}
.ion-social-windows-outline:before {
content: "";
}
.ion-social-wordpress:before {
content: "";
}
.ion-social-wordpress-outline:before {
content: "";
}
.ion-social-yahoo:before {
content: "";
}
.ion-social-yahoo-outline:before {
content: "";
}
.ion-social-yen:before {
content: "";
}
.ion-social-yen-outline:before {
content: "";
}
.ion-social-youtube:before {
content: "";
}
.ion-social-youtube-outline:before {
content: "";
}
.ion-soup-can:before {
content: "";
}
.ion-soup-can-outline:before {
content: "";
}
.ion-speakerphone:before {
content: "";
}
.ion-speedometer:before {
content: "";
}
.ion-spoon:before {
content: "";
}
.ion-star:before {
content: "";
}
.ion-stats-bars:before {
content: "";
}
.ion-steam:before {
content: "";
}
.ion-stop:before {
content: "";
}
.ion-thermometer:before {
content: "";
}
.ion-thumbsdown:before {
content: "";
}
.ion-thumbsup:before {
content: "";
}
.ion-toggle:before {
content: "";
}
.ion-toggle-filled:before {
content: "";
}
.ion-transgender:before {
content: "";
}
.ion-trash-a:before {
content: "";
}
.ion-trash-b:before {
content: "";
}
.ion-trophy:before {
content: "";
}
.ion-tshirt:before {
content: "";
}
.ion-tshirt-outline:before {
content: "";
}
.ion-umbrella:before {
content: "";
}
.ion-university:before {
content: "";
}
.ion-unlocked:before {
content: "";
}
.ion-upload:before {
content: "";
}
.ion-usb:before {
content: "";
}
.ion-videocamera:before {
content: "";
}
.ion-volume-high:before {
content: "";
}
.ion-volume-low:before {
content: "";
}
.ion-volume-medium:before {
content: "";
}
.ion-volume-mute:before {
content: "";
}
.ion-wand:before {
content: "";
}
.ion-waterdrop:before {
content: "";
}
.ion-wifi:before {
content: "";
}
.ion-wineglass:before {
content: "";
}
.ion-woman:before {
content: "";
}
.ion-wrench:before {
content: "";
}
.ion-xbox:before {
content: "";
}
html {
height: 100%;
}
body {
min-height: 100%;
}
body#card {
background: #f1f1fa;
padding-top: 4em;
font-size: 0.9em;
text-align: center;
}
body#card.dashboard {
padding-top: 0;
}
.tooltip {
font-weight: 600;
cursor: help;
}
#title {
text-align: center;
margin-bottom: 3em;
}
#title h1 {
font-size: 1.2em;
}
#title img {
max-width: 70px;
}
.row.section {
padding-top: 5em;
padding-bottom: 5em;
border-bottom: 1px solid #ddd;
}
.row.section#header {
border-color: #359173;
}
#header {
border-bottom: 1px solid #ddd;
}
#header i {
font-size: 4em;
color: #1b3544;
}
#header .next {
opacity: 0.5;
}
#header .success i {
color: #359173;
}
#header .error i {
color: #D9534F;
}
#header .done {
opacity: 0.3;
}
#header .done p {
text-decoration: line-through;
}
#header .done i, #header .current i {
color: #359173;
}
.container {
padding-top: 1em;
padding-bottom: 1em;
}
@media (max-width: 760px) {
.container {
padding-bottom: 0 !important;
}
}
.container.block {
padding-bottom: 1.5em;
padding-top: 1.5em;
}
@media (max-width: 760px) {
.container.block {
padding-bottom: 0 !important;
}
}
.container.block:first-child {
padding-top: 0;
}
.container.block:last-child {
padding-bottom: 0;
}
@media (min-width: 760px) {
.container.card {
max-width: 500px;
}
}
@media (max-width: 760px) {
.container.card {
margin-right: 20px;
margin-left: 20px;
}
}
.container.index-card {
max-width: 950px;
}
.card,
.index-card {
padding: 0.9em;
background: #fff;
border: 1px solid #ddd;
}
.card h1,
.index-card h1 {
font-size: 1.8em;
}
.row.grey {
background: #f1f1fa;
}
p {
line-height: 1.5em;
}
p.code {
font-size: 0.8em;
font-family: "source-code-pro", monospace;
border: 1px solid #ddd;
background: #fff;
}
@media (max-width: 760px) {
p.code {
overflow: auto;
}
}
span.code {
font-family: "source-code-pro", monospace;
display: inline-block;
padding: 0 0.2em;
border: 1px solid #ddd;
background: #fff;
font-size: 0.9em;
}
input, textarea {
font-size: 0.8em;
font-family: "proxima-nova-soft", sans-serif;
border: 1px solid #ddd;
background: #fff;
padding: 0.9em;
transition: all 0.3s ease-in-out;
width: 100%;
}
input.code, textarea.code {
font-family: "source-code-pro", monospace;
}
input:focus, textarea:focus {
border-color: #2A735B;
outline: none;
box-shadow: 0 0 5px 1px #359173;
}
input[type=checkbox],
input[type=radio] {
width: auto;
margin-right: 6px;
}
form input, form textarea {
margin-bottom: 0.5em;
}
table#invoices {
line-height: 3em;
overflow-x: auto;
}
@media screen and (max-width: 736px) {
table#invoices {
border: 0;
}
table#invoices thead {
display: none;
}
table#invoices tr {
margin-bottom: 10px;
display: block;
border-bottom: 5px solid #ddd;
}
table#invoices tr td {
display: block;
font-size: 13px;
border-bottom: 1px dotted #ccc;
margin: 10px auto;
max-width: 100%;
}
table#invoices tr td:last-child {
border-bottom: 0;
}
table#invoices tr td:before {
content: attr(data-label);
display: block;
text-transform: uppercase;
font-weight: bold;
}
}
button, a.button {
font-size: 1em;
text-transform: uppercase;
font-weight: 600;
border: 2px solid #359173;
color: #359173;
background: transparent;
line-height: 1em;
padding: 0.6em 0.9em;
transition: all 0.3s ease-in-out;
}
button.no-uppercase, a.button.no-uppercase {
text-transform: none !important;
}
button:hover, a.button:hover {
border-color: #2A735B;
color: #2A735B;
}
button:hover.emphasis, a.button:hover.emphasis {
color: white;
background-color: #2A735B;
}
button:focus, a.button:focus {
outline: 0;
}
button.destructive, a.button.destructive {
color: #D9534F;
border-color: #D9534F;
}
button.disabled, a.button.disabled {
color: #707070;
border-color: #707070;
}
button[disabled], button[disabled]:hover, a.button[disabled], a.button[disabled]:hover {
color: #b0e2d2;
border-color: #b0e2d2;
}
.animate {
-moz-animation-iteration-count: once;
-moz-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
-moz-animation-duration: 0.4s;
-webkit-animation-iteration-count: once;
-webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
-webkit-animation-duration: 0.4s;
}
.animate.dropIn {
-moz-animation-name: dropIn;
-webkit-animation-name: dropIn;
}
@-webkit-keyframes fadeIn {
0% {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes dropIn {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -150px, 0);
-moz-transform: translate3d(0, -150px, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes dropInLong {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -450px, 0);
-moz-transform: translate3d(0, -450px, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
}
@-webkit-keyframes rotateBack {
100% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
}
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: -10000px;
left: -10000px;
opacity: 0;
transition: opacity 0.4s linear;
background: rgba(255, 255, 255, 0.96);
}
body.showOverlay {
overflow: hidden;
}
body.showOverlay .overlay {
top: 0;
left: 0;
opacity: 1;
}
body.showOverlay .overlay iframe {
-webkit-animation-iteration-count: once;
-webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
-webkit-animation-duration: 0.4s;
-moz-animation-name: dropInLong;
-webkit-animation-name: dropInLong;
}
.toggleOverlay {
cursor: pointer;
position: fixed;
top: 20px;
left: 20px;
font-size: 2.2em;
font-weight: 600;
-moz-animation-iteration-count: once;
-moz-animation-fill-mode: forwards;
-moz-animation-timing-function: linear;
-moz-animation-duration: 0.2s;
-webkit-animation-iteration-count: once;
-webkit-animation-fill-mode: forwards;
-webkit-animation-timing-function: linear;
-webkit-animation-duration: 0.2s;
}
body.showOverlay .toggleOverlay {
-moz-animation-name: rotate;
-webkit-animation-name: rotate;
}
#toast-container {
right: 30%;
left: 30%;
width: 40%;
}