mdb-ui-kit/dist/css/bootstrap-material-design.css
2015-11-30 14:57:40 -06:00

11367 lines
389 KiB
CSS

/*
To get this list of colors inject jQuery at http://www.google.com/design/spec/style/color.html#color-color-palette
Then, run this script to get the list@mixin (function(){
var colors = {}, main = {};
$(".color-group")@mixin each(function(){
var color = $(this).find(".name").text().trim().toLowerCase().replace(" ", "-");
colors[color] = {};
$(this)@mixin find(".color").not(".main-color").each(function(){
var shade = $(this).find(".shade").text().trim(),
hex = $(this).find(".hex").text().trim();
colors[color][shade] = hex;
});
main[color] = color + "-" + $(this).find(".main-color .shade").text().trim();
});
var LESS = "";
$@mixin each(colors, function(name, shades){
LESS += "\n\n";
$@mixin each(shades, function(shade, hex){
LESS += "$" + name + "-" + shade + ": " + hex + ";\n" !default;
});
if (main[name]) {
LESS += "$" + name + ": " + main[name] + ";\n" !default;
}
});
console.log(LESS);
})();
*/
/*
To get this list of colors inject jQuery at http://www.google.com/design/spec/style/color.html#color-color-palette
Then, run this script to get the list@mixin (function(){
var colors = {}, main = {};
$(".color-group")@mixin each(function(){
var color = $(this).find(".name").text().trim().toLowerCase().replace(" ", "-");
colors[color] = {};
$(this)@mixin find(".color").not(".main-color").each(function(){
var shade = $(this).find(".shade").text().trim(),
hex = $(this).find(".hex").text().trim();
colors[color][shade] = hex;
});
main[color] = color + "-" + $(this).find(".main-color .shade").text().trim();
});
var LESS = "";
$@mixin each(colors, function(name, shades){
LESS += "\n\n";
$@mixin each(shades, function(shade, hex){
LESS += "$" + name + "-" + shade + ": " + hex + ";\n" !default;
});
if (main[name]) {
LESS += "$" + name + ": " + main[name] + ";\n" !default;
}
});
console.log(LESS);
})();
*/
/* ANIMATION */
/* SHADOWS */
/*!
* Bootstrap v4.0.0-alpha (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
body {
margin: 0;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
audio:not([controls]) {
display: none;
height: 0;
}
/* line 77, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
[hidden],
template {
display: none;
}
/* line 89, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
a {
background-color: transparent;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
a:active {
outline: 0;
}
/* line 102, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
a:hover {
outline: 0;
}
/* line 114, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/* line 122, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
b,
strong {
font-weight: bold;
}
/* line 131, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
dfn {
font-style: italic;
}
/* line 140, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
h1 {
margin: .67em 0;
font-size: 2em;
}
/* line 149, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
mark {
color: #000;
background: #ff0;
}
/* line 158, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
small {
font-size: 80%;
}
/* line 166, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
/* line 174, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
sup {
top: -.5em;
}
/* line 178, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
sub {
bottom: -.25em;
}
/* line 189, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
img {
border: 0;
}
/* line 197, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
svg:not(:root) {
overflow: hidden;
}
/* line 208, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
figure {
margin: 1em 40px;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
hr {
height: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
/* line 225, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
pre {
overflow: auto;
}
/* line 233, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* line 256, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
/* line 270, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
button {
overflow: visible;
}
/* line 281, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
button,
select {
text-transform: none;
}
/* line 294, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
/* line 306, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
button[disabled],
html input[disabled] {
cursor: default;
}
/* line 315, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
/* line 326, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
input {
line-height: normal;
}
/* line 338, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
/* line 350, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/* line 360, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
input[type="search"] {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
/* line 371, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/* line 380, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
/* line 391, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
legend {
padding: 0;
border: 0;
}
/* line 400, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
textarea {
overflow: auto;
}
/* line 409, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
optgroup {
font-weight: bold;
}
/* line 420, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
table {
border-spacing: 0;
border-collapse: collapse;
}
/* line 425, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_normalize.scss */
td,
th {
padding: 0;
}
@media print {
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
/* line 16, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
a,
a:visited {
text-decoration: underline;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
abbr[title]::after {
content: " (" attr(title) ")";
}
/* line 25, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/* line 31, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
thead {
display: table-header-group;
}
/* line 35, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
tr,
img {
page-break-inside: avoid;
}
/* line 40, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
img {
max-width: 100% !important;
}
/* line 44, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
h2,
h3 {
page-break-after: avoid;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
.navbar {
display: none;
}
/* line 64, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
/* line 68, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
.label {
border: 1px solid #000;
}
/* line 72, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
.table {
border-collapse: collapse !important;
}
/* line 75, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
.table td,
.table th {
background-color: #fff !important;
}
/* line 81, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_print.scss */
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* line 24, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-webkit-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
html {
font-size: 16px;
-webkit-tap-highlight-color: transparent;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
body {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #373a3c;
background-color: #eee;
}
/* line 87, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
p {
margin-top: 0;
margin-bottom: 1rem;
}
/* line 102, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #818a91;
}
/* line 109, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
/* line 115, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
/* line 122, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
/* line 129, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
dt {
font-weight: bold;
}
/* line 133, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
dd {
margin-bottom: .5rem;
margin-left: 0;
}
/* line 138, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
blockquote {
margin: 0 0 1rem;
}
/* line 147, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
a {
color: #009688;
text-decoration: none;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a:focus, a:hover {
color: #004a43;
text-decoration: underline;
}
/* line 156, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 166, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
pre {
margin-top: 0;
margin-bottom: 1rem;
}
/* line 178, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
figure {
margin: 0 0 1rem;
}
/* line 190, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
img {
vertical-align: middle;
}
/* line 205, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
[role="button"] {
cursor: pointer;
}
/* line 220, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
/* line 236, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
table {
background-color: transparent;
}
/* line 241, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #818a91;
text-align: left;
caption-side: bottom;
}
/* line 249, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
th {
text-align: left;
}
/* line 259, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
label {
display: inline-block;
margin-bottom: .5rem;
}
/* line 265, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
input,
button,
select,
textarea {
margin: 0;
line-height: inherit;
border-radius: 0;
}
/* line 279, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
textarea {
resize: vertical;
}
/* line 284, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
/* line 295, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
}
/* line 306, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
input[type="search"] {
-webkit-box-sizing: inherit;
box-sizing: inherit;
-webkit-appearance: none;
}
/* line 317, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
output {
display: inline-block;
}
/* line 325, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_reboot.scss */
[hidden] {
display: none !important;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: .5rem;
font-family: inherit;
font-weight: 300;
line-height: 1.1;
color: inherit;
}
/* line 14, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
h1 {
font-size: 2.5rem;
}
/* line 15, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
h2 {
font-size: 2rem;
}
/* line 16, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
h3 {
font-size: 1.75rem;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
h4 {
font-size: 1.5rem;
}
/* line 18, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
h5 {
font-size: 1.25rem;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
h6 {
font-size: 1rem;
}
/* line 24, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.h1 {
font-size: 2.5rem;
}
/* line 25, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.h2 {
font-size: 2rem;
}
/* line 26, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.h3 {
font-size: 1.75rem;
}
/* line 27, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.h4 {
font-size: 1.5rem;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.h5 {
font-size: 1.25rem;
}
/* line 29, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.h6 {
font-size: 1rem;
}
/* line 31, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.lead {
font-size: 1.25rem;
font-weight: 300;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.display-1 {
font-size: 6rem;
font-weight: 300;
}
/* line 41, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.display-2 {
font-size: 5.5rem;
font-weight: 300;
}
/* line 45, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.display-3 {
font-size: 4.5rem;
font-weight: 300;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.display-4 {
font-size: 3.5rem;
font-weight: 300;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .1);
}
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
small,
.small {
font-size: 80%;
font-weight: normal;
}
/* line 77, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
mark,
.mark {
padding: .2em;
background-color: #fcf8e3;
}
/* line 88, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.list-unstyled {
padding-left: 0;
list-style: none;
}
/* line 93, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
/* line 97, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.dl-horizontal {
margin-right: -1.875rem;
margin-left: -1.875rem;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.dl-horizontal::after {
display: table;
clear: both;
content: "";
}
/* line 117, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.initialism {
font-size: 90%;
text-transform: uppercase;
}
/* line 123, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.blockquote {
padding: .5rem 1rem;
margin-bottom: 1rem;
font-size: 1.25rem;
border-left: .25rem solid #eceeef;
}
/* line 132, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
margin-bottom: 0;
}
/* line 137, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.blockquote footer {
display: block;
font-size: 80%;
line-height: 1.5;
color: #818a91;
}
/* line 143, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.blockquote footer::before {
content: "\2014 \00A0";
}
/* line 150, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.blockquote-reverse {
padding-right: 1rem;
padding-left: 0;
text-align: right;
border-right: .25rem solid #eceeef;
border-left: 0;
}
/* line 159, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.blockquote-reverse footer::before {
content: "";
}
/* line 160, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_type.scss */
.blockquote-reverse footer::after {
content: "\00A0 \2014";
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_images.scss */
.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
display: block;
max-width: 100%;
height: auto;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_images.scss */
.img-rounded {
border-radius: .3rem;
}
/* line 18, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_images.scss */
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: .25rem;
line-height: 1.5;
background-color: #eee;
border: 1px solid #ddd;
border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_images.scss */
.img-circle {
border-radius: 50%;
}
/* line 40, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_images.scss */
.figure {
display: inline-block;
}
/* line 45, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_images.scss */
.figure-img {
margin-bottom: .5rem;
line-height: 1;
}
/* line 50, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_images.scss */
.figure-caption {
font-size: 90%;
color: #818a91;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_code.scss */
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_code.scss */
code {
padding: .2rem .4rem;
font-size: 90%;
color: #bd4147;
background-color: #f7f7f9;
border-radius: .25rem;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_code.scss */
kbd {
padding: .2rem .4rem;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: .2rem;
}
/* line 27, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_code.scss */
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_code.scss */
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
font-size: 90%;
line-height: 1.5;
color: #373a3c;
}
/* line 45, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_code.scss */
pre code {
padding: 0;
font-size: inherit;
color: inherit;
background-color: transparent;
border-radius: 0;
}
/* line 55, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_code.scss */
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.container {
padding-right: .9375rem;
padding-left: .9375rem;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 544px) {
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.container {
max-width: 576px;
}
}
@media (min-width: 768px) {
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.container {
max-width: 940px;
}
}
@media (min-width: 1200px) {
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.container {
max-width: 1140px;
}
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.container-fluid {
padding-right: .9375rem;
padding-left: .9375rem;
margin-right: auto;
margin-left: auto;
}
/* line 27, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: -.9375rem;
margin-left: -.9375rem;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-right: .9375rem;
padding-left: .9375rem;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-0 {
right: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-1 {
right: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-2 {
right: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-3 {
right: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-4 {
right: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-5 {
right: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-6 {
right: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-7 {
right: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-8 {
right: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-9 {
right: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-10 {
right: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-11 {
right: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-pull-12 {
right: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-0 {
left: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-1 {
left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-2 {
left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-3 {
left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-4 {
left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-5 {
left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-6 {
left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-7 {
left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-8 {
left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-9 {
left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-10 {
left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-11 {
left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-push-12 {
left: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-0 {
margin-left: 0;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-1 {
margin-left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-2 {
margin-left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-3 {
margin-left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-4 {
margin-left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-5 {
margin-left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-6 {
margin-left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-7 {
margin-left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-8 {
margin-left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-9 {
margin-left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-10 {
margin-left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-11 {
margin-left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 544px) {
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-0 {
right: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-1 {
right: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-2 {
right: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-3 {
right: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-4 {
right: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-5 {
right: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-6 {
right: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-7 {
right: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-8 {
right: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-9 {
right: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-10 {
right: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-11 {
right: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-pull-12 {
right: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-0 {
left: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-1 {
left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-2 {
left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-3 {
left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-4 {
left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-5 {
left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-6 {
left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-7 {
left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-8 {
left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-9 {
left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-10 {
left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-11 {
left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-push-12 {
left: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-0 {
margin-left: 0;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-1 {
margin-left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-2 {
margin-left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-3 {
margin-left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-4 {
margin-left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-5 {
margin-left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-6 {
margin-left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-7 {
margin-left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-8 {
margin-left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-9 {
margin-left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-10 {
margin-left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-11 {
margin-left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 768px) {
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-0 {
right: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-1 {
right: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-2 {
right: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-3 {
right: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-4 {
right: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-5 {
right: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-6 {
right: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-7 {
right: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-8 {
right: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-9 {
right: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-10 {
right: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-11 {
right: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-pull-12 {
right: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-0 {
left: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-1 {
left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-2 {
left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-3 {
left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-4 {
left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-5 {
left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-6 {
left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-7 {
left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-8 {
left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-9 {
left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-10 {
left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-11 {
left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-push-12 {
left: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-0 {
margin-left: 0;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-1 {
margin-left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-2 {
margin-left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-3 {
margin-left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-4 {
margin-left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-5 {
margin-left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-6 {
margin-left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-7 {
margin-left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-8 {
margin-left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-9 {
margin-left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-10 {
margin-left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-11 {
margin-left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-0 {
right: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-1 {
right: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-2 {
right: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-3 {
right: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-4 {
right: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-5 {
right: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-6 {
right: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-7 {
right: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-8 {
right: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-9 {
right: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-10 {
right: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-11 {
right: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-pull-12 {
right: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-0 {
left: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-1 {
left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-2 {
left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-3 {
left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-4 {
left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-5 {
left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-6 {
left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-7 {
left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-8 {
left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-9 {
left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-10 {
left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-11 {
left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-push-12 {
left: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-0 {
margin-left: 0;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-1 {
margin-left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-2 {
margin-left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-3 {
margin-left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-4 {
margin-left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-5 {
margin-left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-6 {
margin-left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-7 {
margin-left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-8 {
margin-left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-9 {
margin-left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-10 {
margin-left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-11 {
margin-left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-lg-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-0 {
right: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-1 {
right: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-2 {
right: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-3 {
right: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-4 {
right: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-5 {
right: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-6 {
right: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-7 {
right: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-8 {
right: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-9 {
right: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-10 {
right: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-11 {
right: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-pull-12 {
right: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-0 {
left: auto;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-1 {
left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-2 {
left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-3 {
left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-4 {
left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-5 {
left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-6 {
left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-7 {
left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-8 {
left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-9 {
left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-10 {
left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-11 {
left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-push-12 {
left: 100%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-0 {
margin-left: 0;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-1 {
margin-left: 8.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-2 {
margin-left: 16.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-3 {
margin-left: 25%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-4 {
margin-left: 33.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-5 {
margin-left: 41.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-6 {
margin-left: 50%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-7 {
margin-left: 58.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-8 {
margin-left: 66.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-9 {
margin-left: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-10 {
margin-left: 83.333333%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-11 {
margin-left: 91.666667%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl-offset-12 {
margin-left: 100%;
}
}
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xs-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xs-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
@media (min-width: 544px) {
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-sm-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-sm-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 768px) {
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-md-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-md-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 992px) {
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-lg-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-lg-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 1200px) {
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xl-first {
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xl-last {
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-xs-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-xs-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-xs-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
@media (min-width: 544px) {
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-sm-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-sm-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-sm-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 768px) {
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-md-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-md-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-md-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 992px) {
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-lg-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-lg-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-lg-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 1200px) {
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-xl-top {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-xl-center {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.row-xl-bottom {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xs-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
/* line 72, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xs-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
/* line 73, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xs-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
@media (min-width: 544px) {
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-sm-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
/* line 72, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-sm-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
/* line 73, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-sm-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 768px) {
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-md-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
/* line 72, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-md-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
/* line 73, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-md-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 992px) {
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-lg-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
/* line 72, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-lg-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
/* line 73, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-lg-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 1200px) {
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xl-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
/* line 72, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xl-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
/* line 73, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_grid.scss */
.col-xl-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table th,
.table td {
padding: .75rem;
line-height: 1.5;
vertical-align: top;
border-top: 1px solid #eceeef;
}
/* line 18, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #eceeef;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table tbody + tbody {
border-top: 2px solid #eceeef;
}
/* line 27, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table .table {
background-color: #eee;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
padding: .3rem;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-bordered {
border: 1px solid #eceeef;
}
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
border: 1px solid #eceeef;
}
/* line 58, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
background-color: #f5f5f5;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
background-color: #f5f5f5;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
background-color: #e8e8e8;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: #e8e8e8;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
background-color: #dff0d8;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
background-color: #d0e9c6;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #d0e9c6;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
background-color: #d9edf7;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
background-color: #c4e3f3;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #c4e3f3;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #fcf8e3;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
background-color: #faf2cc;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #faf2cc;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f2dede;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
background-color: #ebcccc;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #ebcccc;
}
/* line 109, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-responsive {
display: block;
width: 100%;
min-height: .01%;
overflow-x: auto;
}
/* line 123, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.thead-inverse th {
color: #fff;
background-color: #373a3c;
}
/* line 129, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.thead-default th {
color: #55595c;
background-color: #eceeef;
}
/* line 135, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-inverse {
color: #eceeef;
background-color: #373a3c;
}
/* line 139, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-inverse.table-bordered {
border: 0;
}
/* line 143, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
border-color: #55595c;
}
/* line 152, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-reflow thead {
float: left;
}
/* line 156, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-reflow tbody {
display: block;
white-space: nowrap;
}
/* line 161, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-reflow th,
.table-reflow td {
border-top: 1px solid #eceeef;
border-left: 1px solid #eceeef;
}
/* line 166, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-reflow th:last-child,
.table-reflow td:last-child {
border-right: 1px solid #eceeef;
}
/* line 176, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
border-bottom: 1px solid #eceeef;
}
/* line 184, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-reflow tr {
float: left;
}
/* line 187, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tables.scss */
.table-reflow tr th,
.table-reflow tr td {
display: block !important;
border: 1px solid #eceeef;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #55595c;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: .25rem;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
/* line 57, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
border-color: #66afe9;
outline: none;
}
/* line 41, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control::-webkit-input-placeholder {
color: #999;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
opacity: 1;
}
.form-control::placeholder {
color: #999;
opacity: 1;
}
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
background-color: #eceeef;
opacity: 1;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control:disabled {
cursor: not-allowed;
}
/* line 66, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
display: block;
}
/* line 78, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control-label {
padding: .375rem .75rem;
margin-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
/* line 100, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
line-height: 2.25rem;
}
/* line 104, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
input[type="date"].input-sm,
.input-group-sm input[type="date"].form-control,
input[type="time"].input-sm,
.input-group-sm
input[type="time"].form-control,
input[type="datetime-local"].input-sm,
.input-group-sm
input[type="datetime-local"].form-control,
input[type="month"].input-sm,
.input-group-sm
input[type="month"].form-control {
line-height: 1.8625rem;
}
/* line 109, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
input[type="date"].input-lg,
.input-group-lg input[type="date"].form-control,
input[type="time"].input-lg,
.input-group-lg
input[type="time"].form-control,
input[type="datetime-local"].input-lg,
.input-group-lg
input[type="datetime-local"].form-control,
input[type="month"].input-lg,
.input-group-lg
input[type="month"].form-control {
line-height: 3.166667rem;
}
}
/* line 122, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control-static {
min-height: 2.25rem;
padding-top: .375rem;
padding-bottom: .375rem;
margin-bottom: 0;
}
/* line 130, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
padding-right: 0;
padding-left: 0;
}
/* line 146, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
padding: .275rem .75rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem;
}
/* line 154, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
padding: .75rem 1.25rem;
font-size: 1.25rem;
line-height: 1.333333;
border-radius: .3rem;
}
/* line 168, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-group {
margin-bottom: 1rem;
}
/* line 177, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.radio,
.checkbox {
position: relative;
display: block;
margin-bottom: .75rem;
}
/* line 184, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.radio label,
.checkbox label {
padding-left: 1.25rem;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
/* line 191, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.radio label input:only-child,
.checkbox label input:only-child {
position: static;
}
/* line 196, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: .25rem;
margin-left: -1.25rem;
}
/* line 206, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
margin-top: -.25rem;
}
/* line 213, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 1.25rem;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: .75rem;
}
/* line 235, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
cursor: not-allowed;
}
/* line 243, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.radio-inline.disabled,
.checkbox-inline.disabled {
cursor: not-allowed;
}
/* line 251, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.radio.disabled label,
.checkbox.disabled label {
cursor: not-allowed;
}
/* line 262, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-control-success,
.form-control-warning,
.form-control-danger {
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right .5625rem;
-webkit-background-size: 1.4625rem 1.4625rem;
background-size: 1.4625rem 1.4625rem;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #4caf50;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-success .form-control {
border-color: #4caf50;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-success .input-group-addon {
color: #4caf50;
background-color: #d9eeda;
border-color: #4caf50;
}
/* line 39, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-success .form-control-feedback {
color: #4caf50;
}
/* line 275, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.has-success .form-control-success {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #ff5722;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-warning .form-control {
border-color: #ff5722;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-warning .input-group-addon {
color: #ff5722;
background-color: #fff2ee;
border-color: #ff5722;
}
/* line 39, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-warning .form-control-feedback {
color: #ff5722;
}
/* line 283, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.has-warning .form-control-warning {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
color: #f44336;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-danger .form-control {
border-color: #f44336;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-danger .input-group-addon {
color: #f44336;
background-color: #fff8f7;
border-color: #f44336;
}
/* line 39, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_forms.scss */
.has-danger .form-control-feedback {
color: #f44336;
}
/* line 291, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.has-danger .form-control-danger {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}
@media (min-width: 544px) {
/* line 391, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
/* line 398, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
/* line 405, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .form-control-static {
display: inline-block;
}
/* line 409, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
/* line 413, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
/* line 421, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .input-group > .form-control {
width: 100%;
}
/* line 425, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .form-control-label {
margin-bottom: 0;
vertical-align: middle;
}
/* line 432, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
/* line 439, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
/* line 443, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
/* line 450, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_forms.scss */
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn {
display: inline-block;
padding: .375rem 1rem;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: .25rem;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn:focus, .btn:hover {
text-decoration: none;
}
/* line 29, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn.focus {
text-decoration: none;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn:active, .btn.active {
background-image: none;
outline: 0;
}
/* line 40, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
cursor: not-allowed;
opacity: .65;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-primary {
color: #fff;
background-color: #009688;
border-color: #009688;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
color: #fff;
background-color: #00635a;
border-color: #005951;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #00635a;
border-color: #005951;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #00635a;
background-image: none;
border-color: #005951;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
color: #fff;
background-color: #003f39;
border-color: #001714;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
background-color: #009688;
border-color: #009688;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
background-color: #009688;
border-color: #009688;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-secondary {
color: #373a3c;
background-color: #fff;
border-color: #ccc;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
color: #373a3c;
background-color: #e6e6e6;
border-color: #adadad;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
color: #373a3c;
background-color: #e6e6e6;
background-image: none;
border-color: #adadad;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
color: #373a3c;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
background-color: #fff;
border-color: #ccc;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
background-color: #fff;
border-color: #ccc;
}
/* line 65, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-info {
color: #fff;
background-color: #03a9f4;
border-color: #03a9f4;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
color: #fff;
background-color: #0286c2;
border-color: #027fb8;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #0286c2;
border-color: #027fb8;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #0286c2;
background-image: none;
border-color: #027fb8;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #026e9e;
border-color: #015276;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
background-color: #03a9f4;
border-color: #03a9f4;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-info.disabled:hover, .btn-info:disabled:hover {
background-color: #03a9f4;
border-color: #03a9f4;
}
/* line 68, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-success {
color: #fff;
background-color: #4caf50;
border-color: #4caf50;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
color: #fff;
background-color: #3d8b40;
border-color: #39843c;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #3d8b40;
border-color: #39843c;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #3d8b40;
background-image: none;
border-color: #39843c;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #327334;
border-color: #255627;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
background-color: #4caf50;
border-color: #4caf50;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-success.disabled:hover, .btn-success:disabled:hover {
background-color: #4caf50;
border-color: #4caf50;
}
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-warning {
color: #fff;
background-color: #ff5722;
border-color: #ff5722;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
color: #fff;
background-color: #ee3900;
border-color: #e43700;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #ee3900;
border-color: #e43700;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ee3900;
background-image: none;
border-color: #e43700;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #ca3100;
border-color: #a22700;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
background-color: #ff5722;
border-color: #ff5722;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
background-color: #ff5722;
border-color: #ff5722;
}
/* line 74, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-danger {
color: #fff;
background-color: #f44336;
border-color: #f44336;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
color: #fff;
background-color: #ea1c0d;
border-color: #e11b0c;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #ea1c0d;
border-color: #e11b0c;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #ea1c0d;
background-image: none;
border-color: #e11b0c;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #c8180b;
border-color: #a21309;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
background-color: #f44336;
border-color: #f44336;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
background-color: #f44336;
border-color: #f44336;
}
/* line 79, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-primary-outline {
color: #009688;
background-color: transparent;
background-image: none;
border-color: #009688;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
.open > .btn-primary-outline.dropdown-toggle {
color: #fff;
background-color: #009688;
border-color: #009688;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-primary-outline:hover {
color: #fff;
background-color: #009688;
border-color: #009688;
}
/* line 84, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
border-color: #00fce4;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
border-color: #00fce4;
}
/* line 82, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-secondary-outline {
color: #ccc;
background-color: transparent;
background-image: none;
border-color: #ccc;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
.open > .btn-secondary-outline.dropdown-toggle {
color: #fff;
background-color: #ccc;
border-color: #ccc;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-secondary-outline:hover {
color: #fff;
background-color: #ccc;
border-color: #ccc;
}
/* line 84, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
border-color: white;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
border-color: white;
}
/* line 85, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-info-outline {
color: #03a9f4;
background-color: transparent;
background-image: none;
border-color: #03a9f4;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
.open > .btn-info-outline.dropdown-toggle {
color: #fff;
background-color: #03a9f4;
border-color: #03a9f4;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-info-outline:hover {
color: #fff;
background-color: #03a9f4;
border-color: #03a9f4;
}
/* line 84, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
border-color: #60ccfd;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
border-color: #60ccfd;
}
/* line 88, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-success-outline {
color: #4caf50;
background-color: transparent;
background-image: none;
border-color: #4caf50;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
.open > .btn-success-outline.dropdown-toggle {
color: #fff;
background-color: #4caf50;
border-color: #4caf50;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-success-outline:hover {
color: #fff;
background-color: #4caf50;
border-color: #4caf50;
}
/* line 84, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
border-color: #92cf94;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
border-color: #92cf94;
}
/* line 91, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-warning-outline {
color: #ff5722;
background-color: transparent;
background-image: none;
border-color: #ff5722;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
.open > .btn-warning-outline.dropdown-toggle {
color: #fff;
background-color: #ff5722;
border-color: #ff5722;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-warning-outline:hover {
color: #fff;
background-color: #ff5722;
border-color: #ff5722;
}
/* line 84, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
border-color: #ffa588;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
border-color: #ffa588;
}
/* line 94, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-danger-outline {
color: #f44336;
background-color: transparent;
background-image: none;
border-color: #f44336;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
.open > .btn-danger-outline.dropdown-toggle {
color: #fff;
background-color: #f44336;
border-color: #f44336;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-danger-outline:hover {
color: #fff;
background-color: #f44336;
border-color: #f44336;
}
/* line 84, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_buttons.scss */
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
border-color: #f99d97;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
border-color: #f99d97;
}
/* line 104, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-link {
font-weight: normal;
color: #009688;
border-radius: 0;
}
/* line 109, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
background-color: transparent;
}
/* line 116, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-link, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
border-color: transparent;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-link:focus, .btn-link:hover {
color: #004a43;
text-decoration: underline;
background-color: transparent;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-link:disabled:focus, .btn-link:disabled:hover {
color: #818a91;
text-decoration: none;
}
/* line 142, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
padding: .75rem 1.25rem;
font-size: 1.25rem;
line-height: 1.333333;
border-radius: .3rem;
}
/* line 146, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
padding: .25rem .75rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem;
}
/* line 156, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-block {
display: block;
width: 100%;
}
/* line 162, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
margin-top: 5px;
}
/* line 170, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
/* line 1, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_animation.scss */
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_animation.scss */
.fade.in {
opacity: 1;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_animation.scss */
.collapse {
display: none;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_animation.scss */
.collapse.in {
display: block;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_animation.scss */
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height;
-o-transition-property: height;
transition-property: height;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropup,
.dropdown {
position: relative;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-right: .25rem;
margin-left: .25rem;
vertical-align: middle;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-toggle:focus {
outline: 0;
}
/* line 30, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-toggle::after {
border-top: 0;
border-bottom: .3em solid;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 1rem;
color: #373a3c;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
height: 1px;
margin: .5rem 0;
overflow: hidden;
background-color: #e5e5e5;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-item {
display: block;
width: 100%;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.5;
color: #373a3c;
text-align: inherit;
white-space: nowrap;
background: none;
border: 0;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:focus, .dropdown-item:hover {
color: #2b2d2f;
text-decoration: none;
background-color: #f5f5f5;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
color: #fff;
text-decoration: none;
background-color: #009688;
outline: 0;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
color: #818a91;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}
/* line 118, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.open > .dropdown-menu {
display: block;
}
/* line 123, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.open > a {
outline: 0;
}
/* line 132, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
right: 0;
left: auto;
}
/* line 142, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
right: auto;
left: 0;
}
/* line 148, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: .875rem;
line-height: 1.5;
color: #818a91;
white-space: nowrap;
}
/* line 158, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
/* line 168, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
/* line 181, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: .3em solid;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 2;
}
/* line 26, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
/* line 35, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-toolbar {
margin-left: -5px;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.btn-toolbar::after {
display: table;
clear: both;
content: "";
}
/* line 39, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
/* line 44, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
/* line 56, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:first-child {
margin-left: 0;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
/* line 64, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* line 70, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group {
float: left;
}
/* line 73, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
/* line 77, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
/* line 82, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* line 87, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
/* line 110, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
/* line 128, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn .caret {
margin-left: 0;
}
/* line 132, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: .3em .3em 0;
border-bottom-width: 0;
}
/* line 137, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 .3em .3em;
}
/* line 148, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group::after {
display: table;
clear: both;
content: "";
}
/* line 161, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group > .btn {
float: none;
}
/* line 166, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
/* line 176, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
/* line 179, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: .25rem;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 183, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: .25rem;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
/* line 192, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* line 197, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/* line 217, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_button-group.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group .form-control {
position: relative;
z-index: 2;
margin-bottom: 0;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
/* line 44, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon,
.input-group-btn {
white-space: nowrap;
vertical-align: middle;
}
/* line 82, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon {
padding: .375rem .75rem;
font-size: 1rem;
font-weight: normal;
line-height: 1;
color: #55595c;
text-align: center;
background-color: #eceeef;
border: 1px solid #ccc;
border-radius: .25rem;
}
/* line 94, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: .275rem .75rem;
font-size: .875rem;
border-radius: .2rem;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: .75rem 1.25rem;
font-size: 1.25rem;
border-radius: .3rem;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
/* line 117, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
/* line 126, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon:first-child {
border-right: 0;
}
/* line 129, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* line 138, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-addon:last-child {
border-left: 0;
}
/* line 147, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
/* line 156, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn > .btn {
position: relative;
}
/* line 158, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
z-index: 2;
}
/* line 169, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
/* line 175, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_input-group.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-input {
position: relative;
display: inline;
padding-left: 1.5rem;
color: #555;
cursor: pointer;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-input > input {
position: absolute;
z-index: -1;
opacity: 0;
}
/* line 22, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-input > input:checked ~ .c-indicator {
color: #fff;
background-color: #0074d9;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-input > input:focus ~ .c-indicator {
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-input > input:active ~ .c-indicator {
color: #fff;
background-color: #84c6ff;
}
/* line 40, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-input + .c-input {
margin-left: 1rem;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-indicator {
position: absolute;
top: 0;
left: 0;
display: block;
width: 1rem;
height: 1rem;
font-size: 65%;
line-height: 1rem;
color: #eee;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #eee;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 50% 50%;
background-size: 50% 50%;
}
/* line 73, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-checkbox .c-indicator {
border-radius: .25rem;
}
/* line 77, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-checkbox input:checked ~ .c-indicator {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
/* line 81, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-checkbox input:indeterminate ~ .c-indicator {
background-color: #0074d9;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}
/* line 93, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-radio .c-indicator {
border-radius: 50%;
}
/* line 97, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-radio input:checked ~ .c-indicator {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}
/* line 109, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-inputs-stacked .c-input {
display: inline;
}
/* line 112, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-inputs-stacked .c-input::after {
display: block;
margin-bottom: .25rem;
content: "";
}
/* line 118, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-inputs-stacked .c-input + .c-input {
margin-left: 0;
}
/* line 132, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-select {
display: inline-block;
max-width: 100%;
-webkit-appearance: none;
padding: .375rem 1.75rem .375rem .75rem;
padding-right: .75rem \9;
vertical-align: middle;
background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
background-image: none \9;
-webkit-background-size: 8px 10px;
background-size: 8px 10px;
border: 1px solid #ccc;
-moz-appearance: none;
}
/* line 146, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-select:focus {
border-color: #51a7e8;
outline: none;
}
/* line 153, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-select::-ms-expand {
opacity: 0;
}
/* line 158, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-select-sm {
padding-top: 3px;
padding-bottom: 3px;
font-size: 12px;
}
/* line 163, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.c-select-sm:not([multiple]) {
height: 26px;
min-height: 26px;
}
/* line 174, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.file {
position: relative;
display: inline-block;
height: 2.5rem;
cursor: pointer;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.file input {
min-width: 14rem;
margin: 0;
filter: alpha(opacity=0);
opacity: 0;
}
/* line 186, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.file-custom {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 5;
height: 2.5rem;
padding: .5rem 1rem;
line-height: 1.5;
color: #555;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
border: .075rem solid #ddd;
border-radius: .25rem;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.file-custom::after {
content: "Choose file...";
}
/* line 205, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_custom-forms.scss */
.file-custom::before {
position: absolute;
top: -.075rem;
right: -.075rem;
bottom: -.075rem;
z-index: 6;
display: block;
height: 2.5rem;
padding: .5rem 1rem;
line-height: 1.5;
color: #555;
content: "Browse";
background-color: #eee;
border: .075rem solid #ddd;
border-radius: 0 .25rem .25rem 0;
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-link {
display: inline-block;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.nav-link:focus, .nav-link:hover {
text-decoration: none;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-link.disabled {
color: #818a91;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
color: #818a91;
cursor: not-allowed;
background-color: transparent;
}
/* line 35, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-inline .nav-link + .nav-link {
margin-left: 1rem;
}
/* line 45, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-tabs {
border-bottom: 1px solid #ddd;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.nav-tabs::after {
display: table;
clear: both;
content: "";
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-tabs .nav-item {
float: left;
margin-bottom: -1px;
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-tabs .nav-item + .nav-item {
margin-left: .2rem;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
display: block;
padding: .5em 1em;
border: 1px solid transparent;
border-radius: .25rem .25rem 0 0;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #eceeef #eceeef #ddd;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
color: #818a91;
background-color: transparent;
border-color: transparent;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
color: #55595c;
background-color: #eee;
border-color: #ddd #ddd transparent;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.nav-pills::after {
display: table;
clear: both;
content: "";
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-pills .nav-item {
float: left;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-pills .nav-item + .nav-item {
margin-left: .2rem;
}
/* line 104, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
display: block;
padding: .5em 1em;
border-radius: .25rem;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
color: #fff;
cursor: default;
background-color: #009688;
}
/* line 121, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-stacked .nav-item {
display: block;
float: none;
}
/* line 125, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-stacked .nav-item + .nav-item {
margin-top: .2rem;
margin-left: 0;
}
/* line 139, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
display: none;
}
/* line 142, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.tab-content > .active {
display: block;
}
/* line 152, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar {
position: relative;
padding: .5rem 1rem;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.navbar::after {
display: table;
clear: both;
content: "";
}
@media (min-width: 544px) {
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar {
border-radius: .25rem;
}
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-full {
z-index: 1000;
}
@media (min-width: 544px) {
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-full {
border-radius: 0;
}
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 544px) {
/* line 32, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
/* line 45, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-fixed-top {
top: 0;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-fixed-bottom {
bottom: 0;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1030;
width: 100%;
}
@media (min-width: 544px) {
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-sticky-top {
border-radius: 0;
}
}
/* line 70, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-brand {
float: left;
padding-top: .25rem;
padding-bottom: .25rem;
margin-right: 1rem;
font-size: 1.25rem;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:focus, .navbar-brand:hover {
text-decoration: none;
}
/* line 81, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-brand > img {
display: block;
}
/* line 87, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-divider {
float: left;
width: 1px;
padding-top: .425rem;
padding-bottom: .425rem;
margin-right: 1rem;
margin-left: 1rem;
overflow: hidden;
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-divider::before {
content: "\00a0";
}
/* line 107, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-toggler {
padding: .5rem .75rem;
font-size: 1.25rem;
line-height: 1;
background: none;
border: 1px solid transparent;
border-radius: .25rem;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
text-decoration: none;
}
@media (min-width: 544px) {
/* line 122, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-toggleable-xs {
display: block !important;
}
}
@media (min-width: 768px) {
/* line 127, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-toggleable-sm {
display: block !important;
}
}
@media (min-width: 992px) {
/* line 132, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-toggleable-md {
display: block !important;
}
}
/* line 145, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-item {
float: left;
}
/* line 149, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
display: block;
padding-top: .425rem;
padding-bottom: .425rem;
}
/* line 154, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link + .nav-link {
margin-left: 1rem;
}
/* line 159, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-item + .nav-item {
margin-left: 1rem;
}
/* line 166, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, .8);
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, .8);
}
/* line 175, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, .3);
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, .6);
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
color: rgba(0, 0, 0, .8);
}
/* line 193, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-divider {
background-color: rgba(0, 0, 0, .075);
}
/* line 200, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
color: white;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
color: white;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .5);
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, .75);
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
color: white;
}
/* line 227, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-divider {
background-color: rgba(255, 255, 255, .075);
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card {
position: relative;
display: block;
margin-bottom: .75rem;
background-color: #fff;
border: .0625rem solid #e5e5e5;
border-radius: .25rem;
}
/* line 14, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-block {
padding: 1.25rem;
}
/* line 18, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-title {
margin-bottom: .75rem;
}
/* line 22, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-subtitle {
margin-top: -.375rem;
margin-bottom: 0;
}
/* line 27, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-text:last-child {
margin-bottom: 0;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
text-decoration: none;
}
/* line 44, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-link + .card-link {
margin-left: 1.25rem;
}
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
border-radius: .25rem .25rem 0 0;
}
/* line 58, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
border-radius: 0 0 .25rem .25rem;
}
/* line 70, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-header {
padding: .75rem 1.25rem;
background-color: #f5f5f5;
border-bottom: .0625rem solid #e5e5e5;
}
/* line 75, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-header:first-child {
border-radius: .1875rem .1875rem 0 0;
}
/* line 80, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-footer {
padding: .75rem 1.25rem;
background-color: #f5f5f5;
border-top: .0625rem solid #e5e5e5;
}
/* line 85, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-footer:last-child {
border-radius: 0 0 .1875rem .1875rem;
}
/* line 95, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-primary {
background-color: #009688;
border-color: #009688;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-success {
background-color: #4caf50;
border-color: #4caf50;
}
/* line 103, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-info {
background-color: #03a9f4;
border-color: #03a9f4;
}
/* line 107, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-warning {
background-color: #ff5722;
border-color: #ff5722;
}
/* line 111, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-danger {
background-color: #f44336;
border-color: #f44336;
}
/* line 122, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-inverse .card-header,
.card-inverse .card-footer {
border-bottom: .075rem solid rgba(255, 255, 255, .2);
}
/* line 126, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
color: #fff;
}
/* line 132, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
color: rgba(255, 255, 255, .65);
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
color: #fff;
}
/* line 149, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-blockquote {
padding: 0;
margin-bottom: 0;
border-left: 0;
}
/* line 156, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-img {
border-radius: .25rem;
}
/* line 160, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
/* line 172, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-img-top {
border-radius: .1875rem .1875rem 0 0;
}
/* line 175, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-img-bottom {
border-radius: 0 0 .1875rem .1875rem;
}
@media (min-width: 544px) {
/* line 186, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-deck {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: -.625rem;
margin-left: -.625rem;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
/* line 192, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-deck .card {
margin-right: .625rem;
margin-left: .625rem;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
}
}
@media (min-width: 544px) {
/* line 224, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
/* line 234, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
}
/* line 242, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card + .card {
margin-left: 0;
border-left: 0;
}
/* line 249, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
/* line 252, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card:first-child .card-img-top {
border-top-right-radius: 0;
}
/* line 255, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card:first-child .card-img-bottom {
border-bottom-right-radius: 0;
}
/* line 259, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
/* line 262, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card:last-child .card-img-top {
border-top-left-radius: 0;
}
/* line 265, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card:last-child .card-img-bottom {
border-bottom-left-radius: 0;
}
/* line 270, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card:not(:first-child):not(:last-child) {
border-radius: 0;
}
/* line 273, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
border-radius: 0;
}
}
@media (min-width: 544px) {
/* line 289, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}
/* line 293, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_card.scss */
.card-columns .card {
display: inline-block;
width: 100%;
}
}
/* line 1, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #eceeef;
border-radius: .25rem;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.breadcrumb::after {
display: table;
clear: both;
content: "";
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb > li {
float: left;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb > li + li::before {
padding-right: .5rem;
padding-left: .5rem;
color: #818a91;
content: "/";
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_breadcrumb.scss */
.breadcrumb > .active {
color: #818a91;
}
/* line 1, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pagination.scss */
.pagination {
display: inline-block;
padding-left: 0;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: .25rem;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pagination.scss */
.pagination > li {
display: inline;
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.5;
color: #009688;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
/* line 24, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}
/* line 31, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
color: #004a43;
background-color: #eceeef;
border-color: #ddd;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
z-index: 2;
color: #fff;
cursor: default;
background-color: #009688;
border-color: #009688;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
color: #818a91;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: .75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.333333;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: .3rem;
border-bottom-left-radius: .3rem;
}
/* line 18, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: .275rem .75rem;
font-size: .875rem;
line-height: 1.5;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: .2rem;
border-bottom-left-radius: .2rem;
}
/* line 18, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: .2rem;
border-bottom-right-radius: .2rem;
}
/* line 1, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pager.scss */
.pager {
padding-left: 0;
margin-top: 1rem;
margin-bottom: 1rem;
text-align: center;
list-style: none;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.pager::after {
display: table;
clear: both;
content: "";
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pager.scss */
.pager li {
display: inline;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pager.scss */
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.pager li > a:focus, .pager li > a:hover {
text-decoration: none;
background-color: #eceeef;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
color: #818a91;
cursor: not-allowed;
background-color: #fff;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pager.scss */
.pager .disabled > span {
color: #818a91;
cursor: not-allowed;
background-color: #fff;
}
/* line 46, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pager.scss */
.pager-next > a,
.pager-next > span {
float: right;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_pager.scss */
.pager-prev > a,
.pager-prev > span {
float: left;
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.label {
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.label:empty {
display: none;
}
/* line 25, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.btn .label {
position: relative;
top: -1px;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.label:focus, a.label:hover {
color: #fff;
text-decoration: none;
cursor: pointer;
}
/* line 43, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.label-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 10rem;
}
/* line 55, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.label-default {
background-color: #818a91;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.label-default[href]:focus, .label-default[href]:hover {
background-color: #687077;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.label-primary {
background-color: #009688;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.label-primary[href]:focus, .label-primary[href]:hover {
background-color: #00635a;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.label-success {
background-color: #4caf50;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.label-success[href]:focus, .label-success[href]:hover {
background-color: #3d8b40;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.label-info {
background-color: #03a9f4;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.label-info[href]:focus, .label-info[href]:hover {
background-color: #0286c2;
}
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.label-warning {
background-color: #ff5722;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.label-warning[href]:focus, .label-warning[href]:hover {
background-color: #ee3900;
}
/* line 75, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_labels.scss */
.label-danger {
background-color: #f44336;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.label-danger[href]:focus, .label-danger[href]:hover {
background-color: #ea1c0d;
}
/* line 1, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_jumbotron.scss */
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #eceeef;
border-radius: .3rem;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_jumbotron.scss */
.jumbotron-hr {
border-top-color: #d0d5d8;
}
@media (min-width: 544px) {
/* line 13, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_jumbotron.scss */
.jumbotron {
padding: 4rem 2rem;
}
}
/* line 18, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert {
padding: 15px;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert > p,
.alert > ul {
margin-bottom: 0;
}
/* line 16, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert > p + p {
margin-top: 5px;
}
/* line 22, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert-heading {
color: inherit;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert-link {
font-weight: bold;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert-dismissible {
padding-right: 35px;
}
/* line 41, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d0e9c6;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
border-top-color: #c1e2b3;
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
color: #2b542c;
}
/* line 57, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bcdff1;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
border-top-color: #a6d5ec;
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
color: #245269;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faf2cc;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
border-top-color: #f7ecb5;
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
color: #66512c;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_alert.scss */
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebcccc;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
border-top-color: #e4b9b9;
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
/* line 15, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress {
display: block;
width: 100%;
height: 1rem;
margin-bottom: 1rem;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress[value] {
-webkit-appearance: none;
color: #0074d9;
border: 0;
-moz-appearance: none;
appearance: none;
}
/* line 29, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress[value]::-webkit-progress-bar {
background-color: #eee;
border-radius: .25rem;
}
/* line 34, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress[value]::-webkit-progress-value::before {
content: attr(value);
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress[value]::-webkit-progress-value {
background-color: #0074d9;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}
/* line 42, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress[value="100"]::-webkit-progress-value {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
}
@media screen and (min-width: 0\0) {
/* line 76, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress {
background-color: #eee;
border-radius: .25rem;
}
/* line 81, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress-bar {
display: inline-block;
height: 1rem;
text-indent: -999rem;
background-color: #0074d9;
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}
/* line 89, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress[width^="0"] {
min-width: 2rem;
color: #818a91;
background-color: transparent;
background-image: none;
}
/* line 95, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress[width="100%"] {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
}
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress-striped[value]::-webkit-progress-value {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 1rem 1rem;
background-size: 1rem 1rem;
}
/* line 110, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress-striped[value]::-moz-progress-bar {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
@media screen and (min-width: 0\0) {
/* line 116, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 1rem 1rem;
background-size: 1rem 1rem;
}
}
/* line 127, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress-animated[value]::-webkit-progress-value {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
/* line 130, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress-animated[value]::-moz-progress-bar {
animation: progress-bar-stripes 2s linear infinite;
}
@media screen and (min-width: 0\0) {
/* line 135, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_progress.scss */
.progress-animated .progress-bar-striped {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-success[value]::-webkit-progress-value {
background-color: #4caf50;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-success[value]::-moz-progress-bar {
background-color: #4caf50;
}
@media screen and (min-width: 0\0) {
/* line 14, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-success .progress-bar {
background-color: #4caf50;
}
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-info[value]::-webkit-progress-value {
background-color: #03a9f4;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-info[value]::-moz-progress-bar {
background-color: #03a9f4;
}
@media screen and (min-width: 0\0) {
/* line 14, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-info .progress-bar {
background-color: #03a9f4;
}
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-warning[value]::-webkit-progress-value {
background-color: #ff5722;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-warning[value]::-moz-progress-bar {
background-color: #ff5722;
}
@media screen and (min-width: 0\0) {
/* line 14, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-warning .progress-bar {
background-color: #ff5722;
}
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-danger[value]::-webkit-progress-value {
background-color: #f44336;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-danger[value]::-moz-progress-bar {
background-color: #f44336;
}
@media screen and (min-width: 0\0) {
/* line 14, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_progress.scss */
.progress-danger .progress-bar {
background-color: #f44336;
}
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 1rem;
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media-body {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media-middle {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
/* line 50, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media-object {
display: block;
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media-object.img-thumbnail {
max-width: none;
}
/* line 64, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media-right {
padding-left: 10px;
}
/* line 68, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media-left {
padding-right: 10px;
}
/* line 77, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
/* line 87, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_media.scss */
.media-list {
padding-left: 0;
list-style: none;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group {
padding-left: 0;
margin-bottom: 0;
}
/* line 16, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-item {
position: relative;
display: block;
padding: .75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
/* line 26, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}
/* line 29, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-flush .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
/* line 48, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
a.list-group-item,
button.list-group-item {
width: 100%;
color: #555;
text-align: inherit;
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item:focus, a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
color: #818a91;
cursor: not-allowed;
background-color: #eceeef;
}
/* line 75, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
color: inherit;
}
/* line 78, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
color: #818a91;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #009688;
border-color: #009688;
}
/* line 93, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
color: inherit;
}
/* line 98, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
color: #63fff0;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
color: #3c763d;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
color: #3c763d;
background-color: #d0e9c6;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
color: #31708f;
background-color: #c4e3f3;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
color: #8a6d3b;
background-color: #faf2cc;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
color: #a94442;
background-color: #ebcccc;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
/* line 121, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
/* line 125, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_list-group.scss */
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_responsive-embed.scss */
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
/* line 25, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_responsive-embed.scss */
.embed-responsive-21by9 {
padding-bottom: 42.857143%;
}
/* line 29, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_responsive-embed.scss */
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_responsive-embed.scss */
.embed-responsive-4by3 {
padding-bottom: 75%;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_responsive-embed.scss */
.embed-responsive-1by1 {
padding-bottom: 100%;
}
/* line 1, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_close.scss */
.close {
float: right;
font-size: 1.5rem;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.close:focus, .close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: .5;
}
/* line 22, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_close.scss */
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-open {
overflow: hidden;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out, -o-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
/* line 34, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
/* line 40, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
/* line 47, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
/* line 69, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
opacity: 0;
}
/* line 70, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-backdrop.in {
opacity: .5;
}
/* line 75, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.modal-header::after {
display: table;
clear: both;
content: "";
}
/* line 81, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-header .close {
margin-top: -2px;
}
/* line 86, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-title {
margin: 0;
line-height: 1.5;
}
/* line 93, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-body {
position: relative;
padding: 15px;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.modal-footer::after {
display: table;
clear: both;
content: "";
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
/* line 111, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
/* line 115, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
/* line 121, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 544px) {
/* line 132, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-dialog {
width: 600px;
margin: 30px auto;
}
/* line 141, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-sm {
width: 300px;
}
}
@media (min-width: 768px) {
/* line 145, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_modal.scss */
.modal-lg {
width: 900px;
}
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: .875rem;
font-style: normal;
font-weight: normal;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
opacity: 0;
line-break: auto;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.in {
opacity: .9;
}
/* line 14, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
padding: 5px 0;
margin-top: -3px;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
/* line 27, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
padding: 0 5px;
margin-left: 3px;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
/* line 40, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
padding: 5px 0;
margin-top: 3px;
}
/* line 45, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
padding: 0 5px;
margin-left: -3px;
}
/* line 58, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
/* line 69, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem;
}
/* line 79, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_tooltip.scss */
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
/* line 1, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
padding: 1px;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: .875rem;
font-style: normal;
font-weight: normal;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
line-break: auto;
}
/* line 22, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
margin-top: -10px;
}
/* line 26, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
bottom: 1px;
margin-left: -10px;
content: "";
border-top-color: #fff;
border-bottom-width: 0;
}
/* line 42, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-right, .popover.bs-tether-element-attached-left {
margin-left: 10px;
}
/* line 46, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
bottom: -10px;
left: 1px;
content: "";
border-right-color: #fff;
border-left-width: 0;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
margin-top: 10px;
}
/* line 66, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: rgba(0, 0, 0, .25);
}
/* line 72, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
top: 1px;
margin-left: -10px;
content: "";
border-top-width: 0;
border-bottom-color: #fff;
}
/* line 82, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-left, .popover.bs-tether-element-attached-right {
margin-left: -10px;
}
/* line 86, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: rgba(0, 0, 0, .25);
}
/* line 92, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
right: 1px;
bottom: -10px;
content: "";
border-right-width: 0;
border-left-color: #fff;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: -.7rem -.7rem 0 0;
}
/* line 114, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover-content {
padding: 9px 14px;
}
/* line 124, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover-arrow, .popover-arrow::after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
/* line 134, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover-arrow {
border-width: 11px;
}
/* line 137, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_popover.scss */
.popover-arrow::after {
content: "";
border-width: 10px;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel {
position: relative;
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .carousel-item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .carousel-item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
/* line 29, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
/* line 34, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
/* line 39, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
/* line 48, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .active {
left: 0;
}
/* line 58, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
/* line 65, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .next {
left: 100%;
}
/* line 68, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .prev {
left: -100%;
}
/* line 71, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
/* line 76, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .active.left {
left: -100%;
}
/* line 79, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-inner > .active.right {
left: 100%;
}
/* line 89, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
opacity: .5;
}
/* line 104, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control.left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
/* line 107, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
.carousel-control:focus, .carousel-control:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: .9;
}
/* line 122, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
line-height: 1;
}
/* line 134, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control .icon-prev {
left: 50%;
margin-left: -10px;
}
/* line 138, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control .icon-next {
right: 50%;
margin-right: -10px;
}
/* line 144, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control .icon-prev::before {
content: "\2039";
}
/* line 149, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control .icon-next::before {
content: "\203a";
}
/* line 161, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
/* line 172, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: transparent;
border: 1px solid #fff;
border-radius: 10px;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
/* line 201, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
/* line 213, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-caption .btn {
text-shadow: none;
}
@media (min-width: 544px) {
/* line 226, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
/* line 233, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control .icon-prev {
margin-left: -15px;
}
/* line 236, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-control .icon-next {
margin-right: -15px;
}
/* line 242, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
/* line 249, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_carousel.scss */
.carousel-indicators {
bottom: 20px;
}
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
display: table;
clear: both;
content: "";
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.pull-right {
float: right !important;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.pull-left {
float: left !important;
}
/* line 26, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
/* line 34, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.invisible {
visibility: hidden !important;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-hide {
font: "0/0" a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-left {
text-align: left !important;
}
/* line 50, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-right {
text-align: right !important;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-center {
text-align: center !important;
}
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-justify {
text-align: justify !important;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-nowrap {
white-space: nowrap !important;
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-xs-left {
text-align: left !important;
}
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-xs-right {
text-align: right !important;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-xs-center {
text-align: center !important;
}
@media (min-width: 544px) {
/* line 60, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-sm-left {
text-align: left !important;
}
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-sm-right {
text-align: right !important;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
/* line 60, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-md-left {
text-align: left !important;
}
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-md-right {
text-align: right !important;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
/* line 60, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-lg-left {
text-align: left !important;
}
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-lg-right {
text-align: right !important;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
/* line 60, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-xl-left {
text-align: left !important;
}
/* line 61, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-xl-right {
text-align: right !important;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-xl-center {
text-align: center !important;
}
}
/* line 68, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-lowercase {
text-transform: lowercase !important;
}
/* line 69, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-uppercase {
text-transform: uppercase !important;
}
/* line 70, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-capitalize {
text-transform: capitalize !important;
}
/* line 74, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities.scss */
.text-muted {
color: #818a91;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
color: #009688 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-primary:focus, a.text-primary:hover {
color: #00635a;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
color: #4caf50 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-success:focus, a.text-success:hover {
color: #3d8b40;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
color: #03a9f4 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-info:focus, a.text-info:hover {
color: #0286c2;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
color: #ff5722 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-warning:focus, a.text-warning:hover {
color: #ee3900;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
color: #f44336 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.text-danger:focus, a.text-danger:hover {
color: #ea1c0d;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-background.scss */
.bg-inverse {
color: #eceeef;
background-color: #373a3c;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-background.scss */
.bg-faded {
background-color: #f7f7f9;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
color: #fff !important;
background-color: #009688 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:focus, a.bg-primary:hover {
background-color: #00635a;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
color: #fff !important;
background-color: #4caf50 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-success:focus, a.bg-success:hover {
background-color: #3d8b40;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
color: #fff !important;
background-color: #03a9f4 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-info:focus, a.bg-info:hover {
background-color: #0286c2;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
color: #fff !important;
background-color: #ff5722 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:focus, a.bg-warning:hover {
background-color: #ee3900;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
color: #fff !important;
background-color: #f44336 !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:focus, a.bg-danger:hover {
background-color: #ea1c0d;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-a-0 {
margin: 0 !important;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-t-0 {
margin-top: 0 !important;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-r-0 {
margin-right: 0 !important;
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-b-0 {
margin-bottom: 0 !important;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-l-0 {
margin-left: 0 !important;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-x-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-y-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-a {
margin: 1rem !important;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-t {
margin-top: 1rem !important;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-r {
margin-right: 1rem !important;
}
/* line 14, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-b {
margin-bottom: 1rem !important;
}
/* line 15, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-l {
margin-left: 1rem !important;
}
/* line 16, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-x {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-y {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
/* line 18, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-x-auto {
margin-right: auto !important;
margin-left: auto !important;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-a-md {
margin: 1.5rem !important;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-t-md {
margin-top: 1.5rem !important;
}
/* line 22, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-r-md {
margin-right: 1.5rem !important;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-b-md {
margin-bottom: 1.5rem !important;
}
/* line 24, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-l-md {
margin-left: 1.5rem !important;
}
/* line 25, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-x-md {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
/* line 26, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-y-md {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
/* line 28, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-a-lg {
margin: 3rem !important;
}
/* line 29, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-t-lg {
margin-top: 3rem !important;
}
/* line 30, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-r-lg {
margin-right: 3rem !important;
}
/* line 31, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-b-lg {
margin-bottom: 3rem !important;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-l-lg {
margin-left: 3rem !important;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-x-lg {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
/* line 34, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.m-y-lg {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-a-0 {
padding: 0 !important;
}
/* line 39, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-t-0 {
padding-top: 0 !important;
}
/* line 40, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-r-0 {
padding-right: 0 !important;
}
/* line 41, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-b-0 {
padding-bottom: 0 !important;
}
/* line 42, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-l-0 {
padding-left: 0 !important;
}
/* line 43, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-x-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
/* line 44, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-y-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* line 46, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-a {
padding: 1rem !important;
}
/* line 47, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-t {
padding-top: 1rem !important;
}
/* line 48, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-r {
padding-right: 1rem !important;
}
/* line 49, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-b {
padding-bottom: 1rem !important;
}
/* line 50, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-l {
padding-left: 1rem !important;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-x {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
/* line 52, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-y {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-a-md {
padding: 1.5rem !important;
}
/* line 55, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-t-md {
padding-top: 1.5rem !important;
}
/* line 56, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-r-md {
padding-right: 1.5rem !important;
}
/* line 57, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-b-md {
padding-bottom: 1.5rem !important;
}
/* line 58, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-l-md {
padding-left: 1.5rem !important;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-x-md {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-y-md {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
/* line 62, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-a-lg {
padding: 3rem !important;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-t-lg {
padding-top: 3rem !important;
}
/* line 64, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-r-lg {
padding-right: 3rem !important;
}
/* line 65, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-b-lg {
padding-bottom: 3rem !important;
}
/* line 66, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-l-lg {
padding-left: 3rem !important;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-x-lg {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
/* line 68, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.p-y-lg {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
/* line 72, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-spacing.scss */
.pos-f-t {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-xs-up {
display: none !important;
}
@media (max-width: 543px) {
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-xs-down {
display: none !important;
}
}
@media (min-width: 544px) {
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-sm-up {
display: none !important;
}
}
@media (max-width: 767px) {
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-sm-down {
display: none !important;
}
}
@media (min-width: 768px) {
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-md-up {
display: none !important;
}
}
@media (max-width: 991px) {
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-md-down {
display: none !important;
}
}
@media (min-width: 992px) {
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-lg-up {
display: none !important;
}
}
@media (max-width: 1199px) {
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-lg-down {
display: none !important;
}
}
@media (min-width: 1200px) {
/* line 6, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-xl-up {
display: none !important;
}
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-xl-down {
display: none !important;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.visible-print-block {
display: none !important;
}
@media print {
/* line 23, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.visible-print-block {
display: block !important;
}
}
/* line 30, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.visible-print-inline {
display: none !important;
}
@media print {
/* line 30, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.visible-print-inline {
display: inline !important;
}
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.visible-print-inline-block {
display: none !important;
}
@media print {
/* line 37, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
/* line 45, /Users/kross/alienfast/bootstrap-material-design/bower_components/bootstrap/scss/_utilities-responsive.scss */
.hidden-print {
display: none !important;
}
}
/* Shadows (from mdl http://www.getmdl.io/) */
/* Shadows (from mdl http://www.getmdl.io/) */
/* line 34, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_scaffolding.scss */
* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_scaffolding.scss */
*:focus {
outline: 0;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_welljumbo.scss */
body .container .well.well-sm,
body .container-fluid .well.well-sm {
padding: 10px;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_welljumbo.scss */
body .container .well.well-lg,
body .container-fluid .well.well-lg {
padding: 26px;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_welljumbo.scss */
body .container .well,
body .container .jumbotron,
body .container-fluid .well,
body .container-fluid .jumbotron {
padding: 19px;
margin-bottom: 20px;
background-color: #fff;
border: 0;
border-radius: 2px;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
/* line 22, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_welljumbo.scss */
body .container .well p,
body .container .jumbotron p,
body .container-fluid .well p,
body .container-fluid .jumbotron p {
font-weight: 300;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
body .container .well, body .container .well-default,
body .container .jumbotron,
body .container .jumbotron-default,
body .container-fluid .well,
body .container-fluid .well-default,
body .container-fluid .jumbotron,
body .container-fluid .jumbotron-default {
background-color: #fff;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
body .container .well-inverse,
body .container .jumbotron-inverse,
body .container-fluid .well-inverse,
body .container-fluid .jumbotron-inverse {
background-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
body .container .well-primary,
body .container .jumbotron-primary,
body .container-fluid .well-primary,
body .container-fluid .jumbotron-primary {
background-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
body .container .well-success,
body .container .jumbotron-success,
body .container-fluid .well-success,
body .container-fluid .jumbotron-success {
background-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
body .container .well-info,
body .container .jumbotron-info,
body .container-fluid .well-info,
body .container-fluid .jumbotron-info {
background-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
body .container .well-warning,
body .container .jumbotron-warning,
body .container-fluid .well-warning,
body .container-fluid .jumbotron-warning {
background-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
body .container .well-danger,
body .container .jumbotron-danger,
body .container-fluid .well-danger,
body .container-fluid .jumbotron-danger {
background-color: #f44336;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn,
.input-group-btn .btn {
position: relative;
padding: 8px 30px;
margin: 10px 1px;
font-size: 14px;
font-weight: 500;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0;
cursor: pointer;
background: transparent;
border: none;
border-radius: 2px;
outline: none;
-webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
-o-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
will-change: box-shadow, transform;
}
/* line 35, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn::-moz-focus-inner,
.input-group-btn .btn::-moz-focus-inner {
border: 0;
}
/* line 42, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn:not(.btn-raised),
.input-group-btn .btn:not(.btn-raised) {
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn:not(.btn-raised), .btn:not(.btn-raised).btn-default,
.input-group-btn .btn:not(.btn-raised),
.input-group-btn .btn:not(.btn-raised).btn-default {
color: rgba(0,0,0, .87);
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn:not(.btn-raised).btn-inverse,
.input-group-btn .btn:not(.btn-raised).btn-inverse {
color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn:not(.btn-raised).btn-primary,
.input-group-btn .btn:not(.btn-raised).btn-primary {
color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn:not(.btn-raised).btn-success,
.input-group-btn .btn:not(.btn-raised).btn-success {
color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn:not(.btn-raised).btn-info,
.input-group-btn .btn:not(.btn-raised).btn-info {
color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn:not(.btn-raised).btn-warning,
.input-group-btn .btn:not(.btn-raised).btn-warning {
color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn:not(.btn-raised).btn-danger,
.input-group-btn .btn:not(.btn-raised).btn-danger {
color: #f44336;
}
/* line 47, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn:not(.btn-raised):not(.btn-link):hover, .btn:not(.btn-raised):not(.btn-link):focus,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
background-color: rgba(153, 153, 153, .2);
}
/* line 52, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.theme-dark .btn:not(.btn-raised):not(.btn-link):hover, .theme-dark .btn:not(.btn-raised):not(.btn-link):focus, .theme-dark
.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover, .theme-dark
.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
background-color: rgba(204, 204, 204, .15);
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn.btn-raised, .btn.btn-raised.btn-default, .btn.btn-fab, .btn.btn-fab.btn-default,
.input-group-btn .btn.btn-raised,
.input-group-btn .btn.btn-raised.btn-default,
.input-group-btn .btn.btn-fab,
.input-group-btn .btn.btn-fab.btn-default {
color: rgba(0,0,0, .87);
background-color: transparent;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn.btn-raised.btn-inverse, .btn.btn-fab.btn-inverse,
.input-group-btn .btn.btn-raised.btn-inverse,
.input-group-btn .btn.btn-fab.btn-inverse {
color: #fff;
background-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn.btn-raised.btn-primary, .btn.btn-fab.btn-primary,
.input-group-btn .btn.btn-raised.btn-primary,
.input-group-btn .btn.btn-fab.btn-primary {
color: rgba(255,255,255, .84);
background-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn.btn-raised.btn-success, .btn.btn-fab.btn-success,
.input-group-btn .btn.btn-raised.btn-success,
.input-group-btn .btn.btn-fab.btn-success {
color: rgba(255,255,255, .84);
background-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn.btn-raised.btn-info, .btn.btn-fab.btn-info,
.input-group-btn .btn.btn-raised.btn-info,
.input-group-btn .btn.btn-fab.btn-info {
color: rgba(255,255,255, .84);
background-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn.btn-raised.btn-warning, .btn.btn-fab.btn-warning,
.input-group-btn .btn.btn-raised.btn-warning,
.input-group-btn .btn.btn-fab.btn-warning {
color: rgba(255,255,255, .84);
background-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn.btn-raised.btn-danger, .btn.btn-fab.btn-danger,
.input-group-btn .btn.btn-raised.btn-danger,
.input-group-btn .btn.btn-fab.btn-danger {
color: rgba(255,255,255, .84);
background-color: #f44336;
}
/* line 71, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-raised:not(.btn-link),
.input-group-btn .btn.btn-raised:not(.btn-link) {
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
/* line 85, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-raised:not(.btn-link).active, .btn.btn-raised:not(.btn-link):active,
.input-group-btn .btn.btn-raised:not(.btn-link).active,
.input-group-btn .btn.btn-raised:not(.btn-link):active {
-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}
/* line 90, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-raised:not(.btn-link):focus:not(:active),
.input-group-btn .btn.btn-raised:not(.btn-link):focus:not(:active) {
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-fab,
.input-group-btn .btn.btn-fab {
position: relative;
width: 56px;
min-width: 56px;
height: 56px;
padding: 0;
margin: auto;
overflow: hidden;
font-size: 24px;
line-height: normal;
border-radius: 50%;
-webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
}
/* line 110, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-fab .ripple-container,
.input-group-btn .btn.btn-fab .ripple-container {
border-radius: 50%;
}
/* line 114, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-fab.btn-fab-mini,
.btn-group-sm .btn.btn-fab,
.input-group-btn .btn.btn-fab.btn-fab-mini,
.btn-group-sm
.input-group-btn .btn.btn-fab {
width: 40px;
min-width: 40px;
height: 40px;
}
/* line 120, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-fab.btn-fab-mini.material-icons,
.btn-group-sm .btn.btn-fab.material-icons,
.input-group-btn .btn.btn-fab.btn-fab-mini.material-icons,
.btn-group-sm
.input-group-btn .btn.btn-fab.material-icons {
top: 0;
left: 0;
}
/* line 126, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-fab i.material-icons,
.input-group-btn .btn.btn-fab i.material-icons {
position: absolute;
top: 50%;
left: 50%;
width: 24px;
line-height: 24px;
-webkit-transform: translate(-12px, -12px);
-ms-transform: translate(-12px, -12px);
-o-transform: translate(-12px, -12px);
transform: translate(-12px, -12px);
}
/* line 137, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn i.material-icons,
.input-group-btn .btn i.material-icons {
vertical-align: middle;
}
/* line 143, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-lg, .btn-group-lg > .btn,
.btn-group-lg .btn,
.input-group-btn .btn.btn-lg,
.input-group-btn .btn-group-lg > .btn,
.btn-group-lg
.input-group-btn .btn {
font-size: 16px;
}
/* line 147, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-sm, .btn-group-sm > .btn,
.btn-group-sm .btn,
.input-group-btn .btn.btn-sm,
.input-group-btn .btn-group-sm > .btn,
.btn-group-sm
.input-group-btn .btn {
padding: 5px 20px;
font-size: 12px;
}
/* line 152, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn.btn-xs,
.btn-group-xs .btn,
.input-group-btn .btn.btn-xs,
.btn-group-xs
.input-group-btn .btn {
padding: 4px 15px;
font-size: 10px;
}
/* line 165, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
fieldset[disabled][disabled] .btn, .btn.disabled, .btn:disabled, .btn[disabled][disabled], fieldset[disabled][disabled]
.input-group-btn .btn,
.input-group-btn .btn.disabled,
.input-group-btn .btn:disabled,
.input-group-btn .btn[disabled][disabled], fieldset[disabled][disabled]
.btn-group,
.btn-group.disabled,
.btn-group:disabled,
.btn-group[disabled][disabled], fieldset[disabled][disabled]
.btn-group-vertical,
.btn-group-vertical.disabled,
.btn-group-vertical:disabled,
.btn-group-vertical[disabled][disabled] {
color: rgba(0, 0, 0, .26);
background: transparent;
}
/* line 171, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.theme-dark fieldset[disabled][disabled] .btn, .theme-dark .btn.disabled, .theme-dark .btn:disabled, .theme-dark .btn[disabled][disabled], .theme-dark fieldset[disabled][disabled]
.input-group-btn .btn, .theme-dark
.input-group-btn .btn.disabled, .theme-dark
.input-group-btn .btn:disabled, .theme-dark
.input-group-btn .btn[disabled][disabled], .theme-dark fieldset[disabled][disabled]
.btn-group, .theme-dark
.btn-group.disabled, .theme-dark
.btn-group:disabled, .theme-dark
.btn-group[disabled][disabled], .theme-dark fieldset[disabled][disabled]
.btn-group-vertical, .theme-dark
.btn-group-vertical.disabled, .theme-dark
.btn-group-vertical:disabled, .theme-dark
.btn-group-vertical[disabled][disabled] {
color: rgba(255, 255, 255, .3);
}
/* line 182, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
fieldset[disabled][disabled] .btn.btn-raised, fieldset[disabled][disabled] .btn.btn-raised.active, fieldset[disabled][disabled] .btn.btn-raised:active, fieldset[disabled][disabled] .btn.btn-raised:focus:not(:active), fieldset[disabled][disabled] .btn.btn-group-raised, fieldset[disabled][disabled] .btn.btn-group-raised.active, fieldset[disabled][disabled] .btn.btn-group-raised:active, fieldset[disabled][disabled] .btn.btn-group-raised:focus:not(:active), .btn.disabled.btn-raised, .btn.disabled.btn-raised.active, .btn.disabled.btn-raised:active, .btn.disabled.btn-raised:focus:not(:active), .btn.disabled.btn-group-raised, .btn.disabled.btn-group-raised.active, .btn.disabled.btn-group-raised:active, .btn.disabled.btn-group-raised:focus:not(:active), .btn:disabled.btn-raised, .btn:disabled.btn-raised.active, .btn:disabled.btn-raised:active, .btn:disabled.btn-raised:focus:not(:active), .btn:disabled.btn-group-raised, .btn:disabled.btn-group-raised.active, .btn:disabled.btn-group-raised:active, .btn:disabled.btn-group-raised:focus:not(:active), .btn[disabled][disabled].btn-raised, .btn[disabled][disabled].btn-raised.active, .btn[disabled][disabled].btn-raised:active, .btn[disabled][disabled].btn-raised:focus:not(:active), .btn[disabled][disabled].btn-group-raised, .btn[disabled][disabled].btn-group-raised.active, .btn[disabled][disabled].btn-group-raised:active, .btn[disabled][disabled].btn-group-raised:focus:not(:active), fieldset[disabled][disabled]
.input-group-btn .btn.btn-raised, fieldset[disabled][disabled]
.input-group-btn .btn.btn-raised.active, fieldset[disabled][disabled]
.input-group-btn .btn.btn-raised:active, fieldset[disabled][disabled]
.input-group-btn .btn.btn-raised:focus:not(:active), fieldset[disabled][disabled]
.input-group-btn .btn.btn-group-raised, fieldset[disabled][disabled]
.input-group-btn .btn.btn-group-raised.active, fieldset[disabled][disabled]
.input-group-btn .btn.btn-group-raised:active, fieldset[disabled][disabled]
.input-group-btn .btn.btn-group-raised:focus:not(:active),
.input-group-btn .btn.disabled.btn-raised,
.input-group-btn .btn.disabled.btn-raised.active,
.input-group-btn .btn.disabled.btn-raised:active,
.input-group-btn .btn.disabled.btn-raised:focus:not(:active),
.input-group-btn .btn.disabled.btn-group-raised,
.input-group-btn .btn.disabled.btn-group-raised.active,
.input-group-btn .btn.disabled.btn-group-raised:active,
.input-group-btn .btn.disabled.btn-group-raised:focus:not(:active),
.input-group-btn .btn:disabled.btn-raised,
.input-group-btn .btn:disabled.btn-raised.active,
.input-group-btn .btn:disabled.btn-raised:active,
.input-group-btn .btn:disabled.btn-raised:focus:not(:active),
.input-group-btn .btn:disabled.btn-group-raised,
.input-group-btn .btn:disabled.btn-group-raised.active,
.input-group-btn .btn:disabled.btn-group-raised:active,
.input-group-btn .btn:disabled.btn-group-raised:focus:not(:active),
.input-group-btn .btn[disabled][disabled].btn-raised,
.input-group-btn .btn[disabled][disabled].btn-raised.active,
.input-group-btn .btn[disabled][disabled].btn-raised:active,
.input-group-btn .btn[disabled][disabled].btn-raised:focus:not(:active),
.input-group-btn .btn[disabled][disabled].btn-group-raised,
.input-group-btn .btn[disabled][disabled].btn-group-raised.active,
.input-group-btn .btn[disabled][disabled].btn-group-raised:active,
.input-group-btn .btn[disabled][disabled].btn-group-raised:focus:not(:active), fieldset[disabled][disabled]
.btn-group.btn-raised, fieldset[disabled][disabled]
.btn-group.btn-raised.active, fieldset[disabled][disabled]
.btn-group.btn-raised:active, fieldset[disabled][disabled]
.btn-group.btn-raised:focus:not(:active), fieldset[disabled][disabled]
.btn-group.btn-group-raised, fieldset[disabled][disabled]
.btn-group.btn-group-raised.active, fieldset[disabled][disabled]
.btn-group.btn-group-raised:active, fieldset[disabled][disabled]
.btn-group.btn-group-raised:focus:not(:active),
.btn-group.disabled.btn-raised,
.btn-group.disabled.btn-raised.active,
.btn-group.disabled.btn-raised:active,
.btn-group.disabled.btn-raised:focus:not(:active),
.btn-group.disabled.btn-group-raised,
.btn-group.disabled.btn-group-raised.active,
.btn-group.disabled.btn-group-raised:active,
.btn-group.disabled.btn-group-raised:focus:not(:active),
.btn-group:disabled.btn-raised,
.btn-group:disabled.btn-raised.active,
.btn-group:disabled.btn-raised:active,
.btn-group:disabled.btn-raised:focus:not(:active),
.btn-group:disabled.btn-group-raised,
.btn-group:disabled.btn-group-raised.active,
.btn-group:disabled.btn-group-raised:active,
.btn-group:disabled.btn-group-raised:focus:not(:active),
.btn-group[disabled][disabled].btn-raised,
.btn-group[disabled][disabled].btn-raised.active,
.btn-group[disabled][disabled].btn-raised:active,
.btn-group[disabled][disabled].btn-raised:focus:not(:active),
.btn-group[disabled][disabled].btn-group-raised,
.btn-group[disabled][disabled].btn-group-raised.active,
.btn-group[disabled][disabled].btn-group-raised:active,
.btn-group[disabled][disabled].btn-group-raised:focus:not(:active), fieldset[disabled][disabled]
.btn-group-vertical.btn-raised, fieldset[disabled][disabled]
.btn-group-vertical.btn-raised.active, fieldset[disabled][disabled]
.btn-group-vertical.btn-raised:active, fieldset[disabled][disabled]
.btn-group-vertical.btn-raised:focus:not(:active), fieldset[disabled][disabled]
.btn-group-vertical.btn-group-raised, fieldset[disabled][disabled]
.btn-group-vertical.btn-group-raised.active, fieldset[disabled][disabled]
.btn-group-vertical.btn-group-raised:active, fieldset[disabled][disabled]
.btn-group-vertical.btn-group-raised:focus:not(:active),
.btn-group-vertical.disabled.btn-raised,
.btn-group-vertical.disabled.btn-raised.active,
.btn-group-vertical.disabled.btn-raised:active,
.btn-group-vertical.disabled.btn-raised:focus:not(:active),
.btn-group-vertical.disabled.btn-group-raised,
.btn-group-vertical.disabled.btn-group-raised.active,
.btn-group-vertical.disabled.btn-group-raised:active,
.btn-group-vertical.disabled.btn-group-raised:focus:not(:active),
.btn-group-vertical:disabled.btn-raised,
.btn-group-vertical:disabled.btn-raised.active,
.btn-group-vertical:disabled.btn-raised:active,
.btn-group-vertical:disabled.btn-raised:focus:not(:active),
.btn-group-vertical:disabled.btn-group-raised,
.btn-group-vertical:disabled.btn-group-raised.active,
.btn-group-vertical:disabled.btn-group-raised:active,
.btn-group-vertical:disabled.btn-group-raised:focus:not(:active),
.btn-group-vertical[disabled][disabled].btn-raised,
.btn-group-vertical[disabled][disabled].btn-raised.active,
.btn-group-vertical[disabled][disabled].btn-raised:active,
.btn-group-vertical[disabled][disabled].btn-raised:focus:not(:active),
.btn-group-vertical[disabled][disabled].btn-group-raised,
.btn-group-vertical[disabled][disabled].btn-group-raised.active,
.btn-group-vertical[disabled][disabled].btn-group-raised:active,
.btn-group-vertical[disabled][disabled].btn-group-raised:focus:not(:active) {
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 193, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn-group,
.btn-group-vertical {
position: relative;
margin: 10px 1px;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn-group.open > .dropdown-toggle.btn, .btn-group.open > .dropdown-toggle.btn.btn-default,
.btn-group-vertical.open > .dropdown-toggle.btn,
.btn-group-vertical.open > .dropdown-toggle.btn.btn-default {
background-color: transparent;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn-group.open > .dropdown-toggle.btn.btn-inverse,
.btn-group-vertical.open > .dropdown-toggle.btn.btn-inverse {
background-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn-group.open > .dropdown-toggle.btn.btn-primary,
.btn-group-vertical.open > .dropdown-toggle.btn.btn-primary {
background-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn-group.open > .dropdown-toggle.btn.btn-success,
.btn-group-vertical.open > .dropdown-toggle.btn.btn-success {
background-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn-group.open > .dropdown-toggle.btn.btn-info,
.btn-group-vertical.open > .dropdown-toggle.btn.btn-info {
background-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn-group.open > .dropdown-toggle.btn.btn-warning,
.btn-group-vertical.open > .dropdown-toggle.btn.btn-warning {
background-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.btn-group.open > .dropdown-toggle.btn.btn-danger,
.btn-group-vertical.open > .dropdown-toggle.btn.btn-danger {
background-color: #f44336;
}
/* line 212, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn-group .dropdown-menu,
.btn-group-vertical .dropdown-menu {
border-radius: 0 0 2px 2px;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn-group.btn-group-raised,
.btn-group-vertical.btn-group-raised {
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
/* line 220, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_buttons.scss */
.btn-group .btn + .btn,
.btn-group .btn,
.btn-group .btn:active,
.btn-group .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn,
.btn-group-vertical .btn:active,
.btn-group-vertical .btn-group {
margin: 0;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox label {
padding-left: 0;
color: rgba(0, 0, 0, .54);
cursor: pointer;
}
/* line 15, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox input[type=checkbox] {
position: absolute;
left: 0;
z-index: -1;
width: 0;
height: 0;
margin: 0;
overflow: hidden;
pointer-events: none;
opacity: 0;
}
/* line 27, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox .checkbox-material {
position: relative;
top: 3px;
vertical-align: middle;
}
/* line 31, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox .checkbox-material:before {
position: absolute;
left: 0;
z-index: 1;
display: block;
width: 20px;
height: 20px;
margin: 0;
content: "";
background-color: rgba(0, 0, 0, .84);
border-radius: 100%;
opacity: 0;
-webkit-transform: scale3d(2.3, 2.3, 1);
transform: scale3d(2.3, 2.3, 1);
}
/* line 46, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox .checkbox-material .check {
position: relative;
z-index: 1;
display: inline-block;
width: 20px;
height: 20px;
overflow: hidden;
border: 2px solid rgba(0, 0, 0, .54);
}
/* line 55, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox .checkbox-material .check:before {
position: absolute;
display: block;
width: 0;
height: 0;
margin-top: -4px;
margin-left: 6px;
content: "";
-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: checkbox-off .3s forwards;
-o-animation: checkbox-off .3s forwards;
animation: checkbox-off .3s forwards;
}
/* line 78, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
opacity: .2;
}
/* line 85, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
color: #4caf50;
border-color: #4caf50;
}
/* line 90, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
color: #4caf50;
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
-webkit-animation: checkbox-on .3s forwards;
-o-animation: checkbox-on .3s forwards;
animation: checkbox-on .3s forwards;
}
/* line 101, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
-webkit-animation: rippleOn 500ms;
-o-animation: rippleOn 500ms;
animation: rippleOn 500ms;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
-webkit-animation: rippleOn 500ms forwards;
-o-animation: rippleOn 500ms forwards;
animation: rippleOn 500ms forwards;
}
/* line 112, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
-webkit-animation: rippleOff 500ms;
-o-animation: rippleOff 500ms;
animation: rippleOff 500ms;
}
/* line 116, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
-webkit-animation: rippleOff 500ms forwards;
-o-animation: rippleOff 500ms forwards;
animation: rippleOff 500ms forwards;
}
/* line 124, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle {
opacity: .5;
}
/* line 131, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_checkboxes.scss */
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
background-color: rgba(0,0,0, .87);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@-webkit-keyframes checkbox-on {
0% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
}
50% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
}
100% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}
}
@-o-keyframes checkbox-on {
0% {
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
}
50% {
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
}
100% {
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}
}
@keyframes checkbox-on {
0% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
}
50% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
}
100% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}
}
@-webkit-keyframes checkbox-off {
0% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
}
25% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
}
50% {
width: 0;
height: 0;
margin-top: -4px;
margin-left: 6px;
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
51% {
width: 20px;
height: 20px;
margin-top: -2px;
margin-left: -2px;
-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
width: 20px;
height: 20px;
margin-top: -2px;
margin-left: -2px;
-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@-o-keyframes checkbox-off {
0% {
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
}
25% {
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
}
50% {
width: 0;
height: 0;
margin-top: -4px;
margin-left: 6px;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
51% {
width: 20px;
height: 20px;
margin-top: -2px;
margin-left: -2px;
box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
width: 20px;
height: 20px;
margin-top: -2px;
margin-left: -2px;
box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes checkbox-off {
0% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
}
25% {
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
}
50% {
width: 0;
height: 0;
margin-top: -4px;
margin-left: 6px;
-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
51% {
width: 20px;
height: 20px;
margin-top: -2px;
margin-left: -2px;
-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
width: 20px;
height: 20px;
margin-top: -2px;
margin-left: -2px;
-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@-webkit-keyframes rippleOn {
0% {
opacity: 0;
}
50% {
opacity: .2;
}
100% {
opacity: 0;
}
}
@-o-keyframes rippleOn {
0% {
opacity: 0;
}
50% {
opacity: .2;
}
100% {
opacity: 0;
}
}
@keyframes rippleOn {
0% {
opacity: 0;
}
50% {
opacity: .2;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes rippleOff {
0% {
opacity: 0;
}
50% {
opacity: .2;
}
100% {
opacity: 0;
}
}
@-o-keyframes rippleOff {
0% {
opacity: 0;
}
50% {
opacity: .2;
}
100% {
opacity: 0;
}
}
@keyframes rippleOff {
0% {
opacity: 0;
}
50% {
opacity: .2;
}
100% {
opacity: 0;
}
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton {
vertical-align: middle;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton, .togglebutton label, .togglebutton input, .togglebutton .toggle {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label {
color: rgba(0, 0, 0, .54);
cursor: pointer;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label input[type=checkbox] {
width: 0;
height: 0;
opacity: 0;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
display: inline-block;
width: 30px;
height: 15px;
margin-right: 15px;
vertical-align: middle;
content: "";
background-color: rgba(80, 80, 80, .7);
border-radius: 15px;
-webkit-transition: background .3s ease;
-o-transition: background .3s ease;
transition: background .3s ease;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label .toggle:after {
position: relative;
top: -2px;
left: -5px;
display: inline-block;
width: 20px;
height: 20px;
content: "";
background-color: #f1f1f1;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
-webkit-transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease;
-o-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease;
transition: left .3s ease, background .3s ease, box-shadow .1s ease;
transition: left .3s ease, background .3s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
}
/* line 48, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label input[type=checkbox][disabled] + .toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
background-color: #bdbdbd;
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label input[type=checkbox] + .toggle:active:after,
.togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .1);
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .1);
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label input[type=checkbox]:checked + .toggle:after {
left: 15px;
}
/* line 66, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label label input[type=checkbox]:checked + .toggle {
background-color: rgba(0, 150, 136, .5);
}
/* line 70, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label label input[type=checkbox]:checked + .toggle:after {
background-color: #009688;
}
/* line 74, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_togglebutton.scss */
.togglebutton label label input[type=checkbox]:checked + .toggle:active:after {
-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 150, 136, .1);
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 150, 136, .1);
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio label {
position: relative;
padding-left: 45px;
color: rgba(0, 0, 0, .54);
cursor: pointer;
}
/* line 25, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio label span {
position: absolute;
top: 2px;
left: 10px;
display: block;
-webkit-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio label .circle {
width: 15px;
height: 15px;
border: 2px solid rgba(0, 0, 0, .54);
border-radius: 100%;
}
/* line 38, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio label .check {
width: 15px;
height: 15px;
background-color: #009688;
border-radius: 100%;
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
/* line 45, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio label .check:after {
position: absolute;
top: -18px;
left: -18px;
z-index: 1;
display: block;
width: 50px;
height: 50px;
margin: 0;
content: "";
background-color: rgba(0,0,0, .87);
border-radius: 100%;
opacity: 0;
-webkit-transform: scale3d(1.5, 1.5, 1);
transform: scale3d(1.5, 1.5, 1);
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio label input[type=radio]:not(:checked) ~ .check:after {
-webkit-animation: rippleOff 500ms;
-o-animation: rippleOff 500ms;
animation: rippleOff 500ms;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio label input[type=radio]:checked ~ .check:after {
-webkit-animation: rippleOn 500ms;
-o-animation: rippleOn 500ms;
animation: rippleOn 500ms;
}
/* line 69, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio input[type=radio] {
width: 0;
height: 0;
overflow: hidden;
opacity: 0;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio input[type=radio]:checked ~ .check,
.radio input[type=radio]:checked ~ .circle {
opacity: 1;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio input[type=radio]:checked ~ .check {
background-color: #009688;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio input[type=radio]:checked ~ .circle {
border-color: #009688;
}
/* line 78, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio input[type=radio]:checked ~ .check {
-webkit-transform: scale3d(.55, .55, 1);
transform: scale3d(.55, .55, 1);
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle {
opacity: .26;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio input[type=radio][disabled] ~ .check {
background-color: #000;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.radio input[type=radio][disabled] ~ .circle {
border-color: #000;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark .radio input[type=radio][disabled] ~ .circle {
opacity: .3;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.theme-dark .radio input[type=radio][disabled] ~ .check {
background-color: #fff;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_radios.scss */
.theme-dark .radio input[type=radio][disabled] ~ .circle {
border-color: #fff;
}
@keyframes rippleOn {
0% {
opacity: 0;
}
50% {
opacity: .2;
}
100% {
opacity: 0;
}
}
@keyframes rippleOff {
0% {
opacity: 0;
}
50% {
opacity: .2;
}
100% {
opacity: 0;
}
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.label {
border-radius: 1px;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.label, .label.label-default {
background-color: #9e9e9e;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.label.label-inverse {
background-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.label.label-primary {
background-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.label.label-success {
background-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.label.label-info {
background-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.label.label-warning {
background-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.label.label-danger {
background-color: #f44336;
}
/* line 132, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-control,
.form-group .form-control {
float: none;
background-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
background-repeat: no-repeat;
background-position: center bottom, center calc(100% - 1px);
-webkit-background-size: 0 2px, 100% 1px;
background-size: 0 2px, 100% 1px;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: background 0s ease-out;
-o-transition: background 0s ease-out;
transition: background 0s ease-out;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder {
font-weight: 400;
color: #bdbdbd;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder {
font-weight: 400;
color: #bdbdbd;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
font-weight: 400;
color: #bdbdbd;
}
/* line 157, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-control[readonly], .form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[readonly],
.form-group .form-control[disabled],
fieldset[disabled]
.form-group .form-control {
background-color: transparent;
}
/* line 163, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[disabled],
fieldset[disabled]
.form-group .form-control {
background-image: none;
border-bottom: 1px dotted #d2d2d2;
}
/* line 177, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group {
position: relative;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label {
position: absolute;
pointer-events: none;
-webkit-transition: .3s ease all;
-o-transition: .3s ease all;
transition: .3s ease all;
}
/* line 197, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.label-floating label.control-label {
will-change: left, top, contents;
}
/* line 203, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.label-placeholder:not(.is-empty) label.control-label {
display: none;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group .help-block {
position: absolute;
display: none;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
-webkit-background-size: 100% 2px, 100% 1px;
background-size: 100% 2px, 100% 1px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.is-focused .form-control .material-input:after {
background-color: #009688;
}
/* line 229, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.is-focused label,
.form-group.is-focused label.control-label {
color: #009688;
}
/* line 236, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.is-focused.label-placeholder label,
.form-group.is-focused.label-placeholder label.control-label {
color: #bdbdbd;
}
/* line 242, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.is-focused .help-block {
display: block;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-warning .form-control {
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-warning.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5722), to(#ff5722)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#ff5722, #ff5722), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: -o-linear-gradient(#ff5722, #ff5722), -o-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2);
}
/* line 66, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-warning label.control-label,
.form-group.has-warning .help-block {
color: #ff5722;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-error .form-control {
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-error.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f44336), to(#f44336)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#f44336, #f44336), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: -o-linear-gradient(#f44336, #f44336), -o-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}
/* line 66, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-error label.control-label,
.form-group.has-error .help-block {
color: #f44336;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-success .form-control {
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-success.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: -o-linear-gradient(#4caf50, #4caf50), -o-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
}
/* line 66, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-success label.control-label,
.form-group.has-success .help-block {
color: #4caf50;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-info .form-control {
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-info.is-focused .form-control {
background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#03a9f4)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
background-image: -webkit-linear-gradient(#03a9f4, #03a9f4), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
background-image: -o-linear-gradient(#03a9f4, #03a9f4), -o-linear-gradient(#d2d2d2, #d2d2d2);
background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
}
/* line 66, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.has-info label.control-label,
.form-group.has-info .help-block {
color: #03a9f4;
}
/* line 252, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group textarea {
resize: none;
}
/* line 254, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group textarea ~ .form-control-highlight {
margin-top: -11px;
}
/* line 259, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
/* line 262, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group select ~ .material-input:after {
display: none;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-control {
margin-bottom: .4375rem;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-control::-moz-placeholder {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-control:-ms-input-placeholder {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-control::-webkit-input-placeholder {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.checkbox label,
.radio label,
label {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 43, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
label.control-label {
margin: 16px 0 0 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.125;
color: #bdbdbd;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.help-block {
margin-top: 0;
font-size: 1rem;
}
/* line 90, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group {
padding-top: 2rem;
padding-bottom: .4375rem;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group .form-control {
margin-bottom: .4375rem;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-group .form-control::-moz-placeholder {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-group .form-control:-ms-input-placeholder {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-group .form-control::-webkit-input-placeholder {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group .checkbox label,
.form-group .radio label,
.form-group label {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 43, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group label.control-label {
margin: 16px 0 0 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.125;
color: #bdbdbd;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group .help-block {
margin-top: 0;
font-size: 1rem;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
top: -.4375rem;
font-size: 1rem;
line-height: 1.5;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
top: -1.875rem;
left: 0;
font-size: 1rem;
line-height: 1.125;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
top: -1.875rem;
left: 0;
font-size: 1rem;
line-height: 1.125;
}
/* line 90, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-sm {
padding-top: 1.75rem;
padding-bottom: .1875;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-sm .form-control {
margin-bottom: .1875;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-group.form-group-sm .form-control::-moz-placeholder {
font-size: .875rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-group.form-group-sm .form-control:-ms-input-placeholder {
font-size: .875rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-group.form-group-sm .form-control::-webkit-input-placeholder {
font-size: .875rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-sm .checkbox label,
.form-group.form-group-sm .radio label,
.form-group.form-group-sm label {
font-size: .875rem;
font-weight: 400;
line-height: 1.5;
color: #bdbdbd;
}
/* line 43, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-sm label.control-label {
margin: 16px 0 0 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.125;
color: #bdbdbd;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-sm .help-block {
margin-top: 0;
font-size: 1rem;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-sm.label-floating label.control-label, .form-group.form-group-sm.label-placeholder label.control-label {
top: -.1875;
font-size: .875rem;
line-height: 1.5;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-sm.label-static label.control-label, .form-group.form-group-sm.label-floating.is-focused label.control-label, .form-group.form-group-sm.label-floating:not(.is-empty) label.control-label {
top: -1.25rem;
left: 0;
font-size: 1rem;
line-height: 1.125;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-sm.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
top: -1.25rem;
left: 0;
font-size: 1rem;
line-height: 1.125;
}
/* line 90, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-lg {
padding-top: 2rem;
padding-bottom: .5625rem;
}
/* line 19, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-lg .form-control {
margin-bottom: .5625rem;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-group.form-group-lg .form-control::-moz-placeholder {
font-size: 1.25rem;
font-weight: 400;
line-height: 1.333333;
color: #bdbdbd;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-group.form-group-lg .form-control:-ms-input-placeholder {
font-size: 1.25rem;
font-weight: 400;
line-height: 1.333333;
color: #bdbdbd;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.form-group.form-group-lg .form-control::-webkit-input-placeholder {
font-size: 1.25rem;
font-weight: 400;
line-height: 1.333333;
color: #bdbdbd;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-lg .checkbox label,
.form-group.form-group-lg .radio label,
.form-group.form-group-lg label {
font-size: 1.25rem;
font-weight: 400;
line-height: 1.333333;
color: #bdbdbd;
}
/* line 43, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-lg label.control-label {
margin: 16px 0 0 0;
font-size: 1rem;
font-weight: 400;
line-height: 1;
color: #bdbdbd;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-lg .help-block {
margin-top: 0;
font-size: 1rem;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-lg.label-floating label.control-label, .form-group.form-group-lg.label-placeholder label.control-label {
top: -.5625rem;
font-size: 1.25rem;
line-height: 1.333333;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-lg.label-static label.control-label, .form-group.form-group-lg.label-floating.is-focused label.control-label, .form-group.form-group-lg.label-floating:not(.is-empty) label.control-label {
top: -2.375rem;
left: 0;
font-size: 1rem;
line-height: 1;
}
/* line 9, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-lg.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
top: -2.375rem;
left: 0;
font-size: 1rem;
line-height: 1;
}
/* line 281, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
select.form-control {
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 287, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.is-focused select.form-control {
border-color: #d2d2d2;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 293, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
select.form-control[multiple],
.form-group.is-focused select.form-control[multiple] {
height: 85px;
}
/* line 302, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.input-group-btn .btn {
margin: 0 0 .4375rem 0;
}
/* line 302, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-sm .input-group-btn .btn {
margin: 0 0 .1875 0;
}
/* line 302, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group.form-group-lg .input-group-btn .btn {
margin: 0 0 .5625rem 0;
}
/* line 331, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.input-group .input-group-btn {
padding: 0 12px;
}
/* line 335, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.input-group .input-group-addon {
background: transparent;
border: 0;
}
/* line 342, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_inputs.scss */
.form-group input[type=file] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
opacity: 0;
}
/* line 2, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_form.scss */
legend {
border-bottom: 0;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_form.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 0;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_form.scss */
.form-horizontal .radio {
margin-bottom: 10px;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_form.scss */
.form-horizontal label {
text-align: right;
}
/* line 25, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_form.scss */
.form-horizontal label.control-label {
margin: 0;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group {
border-radius: 0;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item {
padding: 0 16px;
overflow: hidden;
background-color: transparent;
border: 0;
border-radius: 0;
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item.baseline {
border-bottom: 1px solid #cecece;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item.baseline:last-child {
border-bottom: none;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-picture, .list-group .list-group-item .row-action-primary {
display: inline-block;
padding-right: 16px;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-picture img, .list-group .list-group-item .row-picture i, .list-group .list-group-item .row-picture label, .list-group .list-group-item .row-action-primary img, .list-group .list-group-item .row-action-primary i, .list-group .list-group-item .row-action-primary label {
display: block;
width: 56px;
height: 56px;
}
/* line 26, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-picture img, .list-group .list-group-item .row-action-primary img {
padding: 1px;
background: rgba(0, 0, 0, .1);
}
/* line 29, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-picture img.circle, .list-group .list-group-item .row-action-primary img.circle {
border-radius: 100%;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-picture i, .list-group .list-group-item .row-action-primary i {
font-size: 20px;
line-height: 56px;
color: white;
text-align: center;
background: rgba(0, 0, 0, .25);
border-radius: 100%;
}
/* line 41, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-picture label, .list-group .list-group-item .row-action-primary label {
margin-top: 5px;
margin-right: -7px;
margin-bottom: -5px;
margin-left: 7px;
}
/* line 46, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-picture label .checkbox-material, .list-group .list-group-item .row-action-primary label .checkbox-material {
left: -10px;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-content {
display: inline-block;
width: calc(100% - 92px);
min-height: 66px;
}
/* line 55, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-content .action-secondary {
position: absolute;
top: 16px;
right: 16px;
}
/* line 59, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-content .action-secondary i {
font-size: 20px;
color: rgba(0, 0, 0, .25);
cursor: pointer;
}
/* line 65, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-content .action-secondary ~ * {
max-width: calc(100% - 30px);
}
/* line 68, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .row-content .least-content {
position: absolute;
top: 0;
right: 16px;
font-size: 14px;
color: rgba(0, 0, 0, .54);
}
/* line 76, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item .list-group-item-heading {
font-size: 20px;
line-height: 29px;
color: rgba(0, 0, 0, .77);
}
/* line 83, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item.active:hover, .list-group .list-group-item.active:focus {
background: rgba(0, 0, 0, .15);
outline: 10px solid rgba(0, 0, 0, .15);
}
/* line 87, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-item.active .list-group-item-heading, .list-group .list-group-item.active .list-group-item-text {
color: rgba(0,0,0, .87);
}
/* line 92, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-separator {
margin-top: 10px;
margin-bottom: 10px;
overflow: hidden;
clear: both;
}
/* line 97, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_lists.scss */
.list-group .list-group-separator:before {
float: right;
width: calc(100% - 90px);
content: "";
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar {
background-color: #009688;
border: 0;
border-radius: 0;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-brand {
position: relative;
height: 60px;
line-height: 30px;
color: inherit;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
color: inherit;
background-color: transparent;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-text {
margin-top: 20px;
margin-bottom: 20px;
color: inherit;
}
/* line 27, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav > li > a {
padding-top: 20px;
padding-bottom: 20px;
color: inherit;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
color: inherit;
background-color: transparent;
}
/* line 39, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
color: inherit;
background-color: rgba(255, 255, 255, .1);
}
/* line 47, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav > .disabled > a, .navbar .navbar-nav > .disabled > a:hover, .navbar .navbar-nav > .disabled > a:focus {
color: inherit;
background-color: transparent;
opacity: .9;
}
/* line 58, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-toggle {
border: 0;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
background-color: transparent;
}
/* line 64, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-toggle .icon-bar {
background-color: inherit;
border: 1px solid;
}
/* line 70, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-default .navbar-toggle,
.navbar .navbar-inverse .navbar-toggle {
border-color: transparent;
}
/* line 75, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-collapse,
.navbar .navbar-form {
border-color: rgba(0, 0, 0, .1);
}
/* line 83, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
color: inherit;
background-color: transparent;
}
@media (max-width: 991px) {
/* line 93, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav .navbar-text {
margin-top: 15px;
margin-bottom: 15px;
color: inherit;
}
/* line 101, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
color: inherit;
border: 0;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav .open .dropdown-menu .divider {
border-bottom: 1px solid;
opacity: .08;
}
/* line 109, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav .open .dropdown-menu > li > a {
color: inherit;
}
/* line 111, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
color: inherit;
background-color: transparent;
}
/* line 118, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
color: inherit;
background-color: transparent;
}
/* line 126, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav .open .dropdown-menu > .disabled > a, .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: inherit;
background-color: transparent;
}
}
/* line 137, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-link {
color: inherit;
}
/* line 139, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-link:hover {
color: inherit;
}
/* line 144, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .btn-link {
color: inherit;
}
/* line 146, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .btn-link:hover, .navbar .btn-link:focus {
color: inherit;
}
/* line 152, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .btn-link[disabled]:hover, .navbar .btn-link[disabled]:focus,
fieldset[disabled] .navbar .btn-link:hover,
fieldset[disabled] .navbar .btn-link:focus {
color: inherit;
}
/* line 159, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-form {
margin-top: 16px;
}
/* line 161, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-form .form-group {
padding: 0;
margin: 0;
}
/* line 165, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-form .form-group .material-input:before,
.navbar .navbar-form .form-group.is-focused .material-input:after {
background-color: inherit;
}
/* line 171, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-form .form-group .form-control,
.navbar .navbar-form .form-control {
padding: 0;
margin: 0;
color: inherit;
border-color: inherit;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar, .navbar.navbar-default {
color: rgba(255,255,255, .84);
background-color: #009688;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar .navbar-form input.form-control::-moz-placeholder, .navbar.navbar-default .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-default .navbar-form input.form-control::-moz-placeholder {
color: rgba(255,255,255, .84);
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar .navbar-form input.form-control:-ms-input-placeholder, .navbar.navbar-default .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-default .navbar-form input.form-control:-ms-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar .navbar-form input.form-control::-webkit-input-placeholder, .navbar.navbar-default .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-default .navbar-form input.form-control::-webkit-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 94, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu {
border-radius: 2px;
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar .dropdown-menu li > a, .navbar.navbar-default .dropdown-menu li > a {
padding: 13px 16px;
font-size: 16px;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu li > a:focus, .navbar.navbar-default .dropdown-menu li > a:hover, .navbar.navbar-default .dropdown-menu li > a:focus {
color: #009688;
background-color: #eee;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar .dropdown-menu .active > a, .navbar.navbar-default .dropdown-menu .active > a {
color: rgba(255,255,255, .84);
background-color: #009688;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar .dropdown-menu .active > a:hover, .navbar .dropdown-menu .active > a:focus, .navbar.navbar-default .dropdown-menu .active > a:hover, .navbar.navbar-default .dropdown-menu .active > a:focus {
color: rgba(255,255,255, .84);
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-inverse {
color: #fff;
background-color: #3f51b5;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-inverse .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-inverse .navbar-form input.form-control::-moz-placeholder {
color: #fff;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-inverse .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-inverse .navbar-form input.form-control:-ms-input-placeholder {
color: #fff;
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-inverse .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-inverse .navbar-form input.form-control::-webkit-input-placeholder {
color: #fff;
}
/* line 94, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-inverse .dropdown-menu {
border-radius: 2px;
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-inverse .dropdown-menu li > a {
padding: 13px 16px;
font-size: 16px;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-inverse .dropdown-menu li > a:hover, .navbar.navbar-inverse .dropdown-menu li > a:focus {
color: #3f51b5;
background-color: #eee;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-inverse .dropdown-menu .active > a {
color: #fff;
background-color: #3f51b5;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-inverse .dropdown-menu .active > a:hover, .navbar.navbar-inverse .dropdown-menu .active > a:focus {
color: #fff;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-primary {
color: rgba(255,255,255, .84);
background-color: #009688;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-primary .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-primary .navbar-form input.form-control::-moz-placeholder {
color: rgba(255,255,255, .84);
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-primary .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-primary .navbar-form input.form-control:-ms-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-primary .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-primary .navbar-form input.form-control::-webkit-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 94, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-primary .dropdown-menu {
border-radius: 2px;
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-primary .dropdown-menu li > a {
padding: 13px 16px;
font-size: 16px;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-primary .dropdown-menu li > a:hover, .navbar.navbar-primary .dropdown-menu li > a:focus {
color: #009688;
background-color: #eee;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-primary .dropdown-menu .active > a {
color: rgba(255,255,255, .84);
background-color: #009688;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-primary .dropdown-menu .active > a:hover, .navbar.navbar-primary .dropdown-menu .active > a:focus {
color: rgba(255,255,255, .84);
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-success {
color: rgba(255,255,255, .84);
background-color: #4caf50;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-success .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-success .navbar-form input.form-control::-moz-placeholder {
color: rgba(255,255,255, .84);
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-success .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-success .navbar-form input.form-control:-ms-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-success .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-success .navbar-form input.form-control::-webkit-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 94, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-success .dropdown-menu {
border-radius: 2px;
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-success .dropdown-menu li > a {
padding: 13px 16px;
font-size: 16px;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-success .dropdown-menu li > a:hover, .navbar.navbar-success .dropdown-menu li > a:focus {
color: #4caf50;
background-color: #eee;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-success .dropdown-menu .active > a {
color: rgba(255,255,255, .84);
background-color: #4caf50;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-success .dropdown-menu .active > a:hover, .navbar.navbar-success .dropdown-menu .active > a:focus {
color: rgba(255,255,255, .84);
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-info {
color: rgba(255,255,255, .84);
background-color: #03a9f4;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-info .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-info .navbar-form input.form-control::-moz-placeholder {
color: rgba(255,255,255, .84);
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-info .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-info .navbar-form input.form-control:-ms-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-info .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-info .navbar-form input.form-control::-webkit-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 94, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-info .dropdown-menu {
border-radius: 2px;
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-info .dropdown-menu li > a {
padding: 13px 16px;
font-size: 16px;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-info .dropdown-menu li > a:hover, .navbar.navbar-info .dropdown-menu li > a:focus {
color: #03a9f4;
background-color: #eee;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-info .dropdown-menu .active > a {
color: rgba(255,255,255, .84);
background-color: #03a9f4;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-info .dropdown-menu .active > a:hover, .navbar.navbar-info .dropdown-menu .active > a:focus {
color: rgba(255,255,255, .84);
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-warning {
color: rgba(255,255,255, .84);
background-color: #ff5722;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-warning .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-warning .navbar-form input.form-control::-moz-placeholder {
color: rgba(255,255,255, .84);
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-warning .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-warning .navbar-form input.form-control:-ms-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-warning .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-warning .navbar-form input.form-control::-webkit-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 94, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-warning .dropdown-menu {
border-radius: 2px;
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-warning .dropdown-menu li > a {
padding: 13px 16px;
font-size: 16px;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-warning .dropdown-menu li > a:hover, .navbar.navbar-warning .dropdown-menu li > a:focus {
color: #ff5722;
background-color: #eee;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-warning .dropdown-menu .active > a {
color: rgba(255,255,255, .84);
background-color: #ff5722;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-warning .dropdown-menu .active > a:hover, .navbar.navbar-warning .dropdown-menu .active > a:focus {
color: rgba(255,255,255, .84);
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-danger {
color: rgba(255,255,255, .84);
background-color: #f44336;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-danger .navbar-form .form-group input.form-control::-moz-placeholder,
.navbar.navbar-danger .navbar-form input.form-control::-moz-placeholder {
color: rgba(255,255,255, .84);
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-danger .navbar-form .form-group input.form-control:-ms-input-placeholder,
.navbar.navbar-danger .navbar-form input.form-control:-ms-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 5, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_inputs.scss */
.navbar.navbar-danger .navbar-form .form-group input.form-control::-webkit-input-placeholder,
.navbar.navbar-danger .navbar-form input.form-control::-webkit-input-placeholder {
color: rgba(255,255,255, .84);
}
/* line 94, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-danger .dropdown-menu {
border-radius: 2px;
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-danger .dropdown-menu li > a {
padding: 13px 16px;
font-size: 16px;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-danger .dropdown-menu li > a:hover, .navbar.navbar-danger .dropdown-menu li > a:focus {
color: #f44336;
background-color: #eee;
}
/* line 105, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-danger .dropdown-menu .active > a {
color: rgba(255,255,255, .84);
background-color: #f44336;
}
/* line 106, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.navbar.navbar-danger .dropdown-menu .active > a:hover, .navbar.navbar-danger .dropdown-menu .active > a:focus {
color: rgba(255,255,255, .84);
}
/* line 194, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar-inverse {
background-color: #3f51b5;
}
@media (max-width: 1199px) {
/* line 201, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-brand {
height: 50px;
padding: 10px 15px;
}
/* line 205, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-form {
margin-top: 10px;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_navbar.scss */
.navbar .navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
/* line 1, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_alerts.scss */
.alert {
border: 0;
border-radius: 0;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert, .alert.alert-default {
color: rgba(255,255,255, .84);
background-color: rgba(255,255,255, .84);
}
/* line 128, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert a, .alert .alert-link, .alert.alert-default a, .alert.alert-default .alert-link {
color: rgba(255,255,255, .84);
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-inverse {
color: #fff;
background-color: #3f51b5;
}
/* line 128, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-inverse a, .alert.alert-inverse .alert-link {
color: #fff;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-primary {
color: rgba(255,255,255, .84);
background-color: #009688;
}
/* line 128, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-primary a, .alert.alert-primary .alert-link {
color: rgba(255,255,255, .84);
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-success {
color: rgba(255,255,255, .84);
background-color: #4caf50;
}
/* line 128, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-success a, .alert.alert-success .alert-link {
color: rgba(255,255,255, .84);
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-info {
color: rgba(255,255,255, .84);
background-color: #03a9f4;
}
/* line 128, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-info a, .alert.alert-info .alert-link {
color: rgba(255,255,255, .84);
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-warning {
color: rgba(255,255,255, .84);
background-color: #ff5722;
}
/* line 128, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-warning a, .alert.alert-warning .alert-link {
color: rgba(255,255,255, .84);
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-danger {
color: rgba(255,255,255, .84);
background-color: #f44336;
}
/* line 128, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.alert.alert-danger a, .alert.alert-danger .alert-link {
color: rgba(255,255,255, .84);
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_alerts.scss */
.alert-info, .alert-danger, .alert-warning, .alert-success {
color: rgba(255,255,255, .84);
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_alerts.scss */
.alert-default a, .alert-default .alert-link {
color: rgba(0,0,0, .87);
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_progress.scss */
.progress {
height: 4px;
background: #c8c8c8;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_progress.scss */
.progress .progress-bar {
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.progress .progress-bar, .progress .progress-bar.progress-bar-default {
background-color: #009688;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.progress .progress-bar.progress-bar-inverse {
background-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.progress .progress-bar.progress-bar-primary {
background-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.progress .progress-bar.progress-bar-success {
background-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.progress .progress-bar.progress-bar-info {
background-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.progress .progress-bar.progress-bar-warning {
background-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.progress .progress-bar.progress-bar-danger {
background-color: #f44336;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_typography.scss */
h5, h6 {
font-weight: 400;
}
/* line 11, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_typography.scss */
.text-warning {
color: #ff5722;
}
/* line 14, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_typography.scss */
.text-primary {
color: #009688;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_typography.scss */
.text-danger {
color: #f44336;
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_typography.scss */
.text-success {
color: #4caf50;
}
/* line 23, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_typography.scss */
.text-info {
color: #03a9f4;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_tabs.scss */
.nav-tabs {
background: #009688;
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_tabs.scss */
.nav-tabs > li > a {
margin: 0;
color: #fff;
border: 0;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_tabs.scss */
.nav-tabs > li > a:hover {
background-color: transparent;
border: 0;
}
/* line 15, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_tabs.scss */
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
font-weight: 500;
color: #fff !important;
background-color: transparent !important;
border: 0 !important;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_tabs.scss */
.nav-tabs > li.disabled > a, .nav-tabs > li.disabled > a:hover {
color: rgba(255, 255, 255, .5);
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_popups.scss */
.popover, .tooltip-inner {
line-height: 1em;
color: #ececec;
background: rgba(101, 101, 101, .9);
border: none;
border-radius: 2px;
-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_popups.scss */
.tooltip, .tooltip.in {
opacity: 1;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_popups.scss */
.popover .arrow, .popover .tooltip-arrow, .tooltip .arrow, .tooltip .tooltip-arrow {
display: none;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card {
position: relative;
/***** Make height equal to width (http://stackoverflow.com/a/6615994) ****/
display: inline-block;
width: 100%;
color: rgba(0,0,0, .87);
background: #fff;
/**************************************************************************/
border-radius: 2px;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card .card-height-indicator {
margin-top: 100%;
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card .card-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* line 30, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card .card-image {
position: relative;
height: 60%;
overflow: hidden;
}
/* line 34, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card .card-image img {
width: 100%;
height: 100%;
pointer-events: none;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
/* line 41, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card .card-image .card-image-headline {
position: absolute;
bottom: 16px;
left: 18px;
font-size: 2em;
color: #fff;
}
/* line 50, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card .card-body {
height: 30%;
padding: 18px;
}
/* line 55, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card .card-footer {
height: 10%;
padding: 18px;
}
/* line 58, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card .card-footer button {
position: relative;
bottom: 25px;
width: auto;
margin: 0 !important;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_cards.scss */
.card .card-footer button:first-child {
left: -15px;
}
/* line 7, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dialogs.scss */
.modal-content {
border: none;
border-radius: 2px;
-webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}
/* line 13, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dialogs.scss */
.modal-content .modal-header {
padding-top: 24px;
padding-right: 24px;
padding-bottom: 0;
padding-left: 24px;
border-bottom: none;
}
/* line 22, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dialogs.scss */
.modal-content .modal-body {
padding-top: 24px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;
}
/* line 29, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dialogs.scss */
.modal-content .modal-footer {
padding: 7px;
border-top: none;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dialogs.scss */
.modal-content .modal-footer button {
width: auto;
padding-right: 16px;
padding-left: 16px;
margin: 0;
}
/* line 37, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dialogs.scss */
.modal-content .modal-footer button.pull-left {
position: relative;
left: -5px;
padding-right: 5px;
padding-left: 5px;
}
/* line 44, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dialogs.scss */
.modal-content .modal-footer button + button {
margin-bottom: 16px;
}
/* line 48, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dialogs.scss */
.modal-content .modal-body + .modal-footer {
padding-top: 0;
}
/* line 52, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dialogs.scss */
.modal-backdrop {
background: rgba(0, 0, 0, .3);
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_panels.scss */
.panel {
border: 0;
border-radius: 2px;
-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.panel > .panel-heading,
.panel.panel-default > .panel-heading {
background-color: #eee;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.panel.panel-inverse > .panel-heading {
background-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.panel.panel-primary > .panel-heading {
background-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.panel.panel-success > .panel-heading {
background-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.panel.panel-info > .panel-heading {
background-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.panel.panel-warning > .panel-heading {
background-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.panel.panel-danger > .panel-heading {
background-color: #f44336;
}
/* line 12, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_panels.scss */
[class*="panel-"] > .panel-heading {
color: rgba(255,255,255, .84);
border: 0;
}
/* line 17, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_panels.scss */
.panel-default > .panel-heading, .panel:not([class*="panel-"]) > .panel-heading {
color: rgba(0,0,0, .87);
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_panels.scss */
.panel-footer {
background-color: #eee;
}
/* line 4, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dividers.scss */
hr.on-dark {
color: #1a1a1a;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dividers.scss */
hr.on-light {
color: white;
}
@media (-webkit-min-device-pixel-ratio: .75), (min--moz-device-pixel-ratio: .75), (-o-device-pixel-ratio: 3 / 4), (min-device-pixel-ratio: .75), (-o-min-device-pixel-ratio: 3/4), (min-resolution: .75dppx), (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dividers.scss */
hr {
height: .75px;
}
}
@media (-webkit-min-device-pixel-ratio: 1), (min--moz-device-pixel-ratio: 1), (-o-device-pixel-ratio: 1), (min-device-pixel-ratio: 1), (-o-min-device-pixel-ratio: 1/1), (min-resolution: 1dppx), (-webkit-min-device-pixel-ratio: 1.6666666666666667), (-o-min-device-pixel-ratio: 5/3), (min-resolution: 160dpi) {
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dividers.scss */
hr {
height: 1px;
}
}
@media (-webkit-min-device-pixel-ratio: 1.33), (min--moz-device-pixel-ratio: 1.33), (-o-device-pixel-ratio: 133 / 100), (min-device-pixel-ratio: 1.33), (-o-min-device-pixel-ratio: 133/100), (min-resolution: 1.33dppx), (-webkit-min-device-pixel-ratio: 2.21875), (-o-min-device-pixel-ratio: 71/32), (min-resolution: 213dpi) {
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dividers.scss */
hr {
height: 1.333px;
}
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 2.5), (-o-min-device-pixel-ratio: 5/2), (min-resolution: 240dpi) {
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dividers.scss */
hr {
height: 1.5px;
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 3.9583333333333335), (-o-min-device-pixel-ratio: 95/24), (min-resolution: 380dpi) {
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dividers.scss */
hr {
height: 2px;
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (-o-device-pixel-ratio: 3 / 1), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 3/1), (min-resolution: 3dppx), (-webkit-min-device-pixel-ratio: 5), (-o-min-device-pixel-ratio: 5/1), (min-resolution: 480dpi) {
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dividers.scss */
hr {
height: 3px;
}
}
@media (-webkit-min-device-pixel-ratio: 4), (min--moz-device-pixel-ratio: 4), (-o-device-pixel-ratio: 4 / 1), (min-device-pixel-ratio: 3), (-o-min-device-pixel-ratio: 4/1), (min-resolution: 4dppx), (-webkit-min-device-pixel-ratio: 6.666666666666667), (-o-min-device-pixel-ratio: 20/3), (min-resolution: 640dpi) {
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/_dividers.scss */
hr {
height: 4px;
}
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-snackbarjs.scss */
.snackbar {
height: 0;
font-size: 14px;
color: rgba(255,255,255, .84);
background-color: #323232;
border-radius: 2px;
-webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
-webkit-transition: opacity .2s ease-in, height 0 linear .2s, padding 0 linear .2s, height 0 linear .2s, -webkit-transform .2s ease-in-out;
-o-transition: transform .2s ease-in-out, opacity .2s ease-in, height 0 linear .2s, padding 0 linear .2s, height 0 linear .2s, -o-transform .2s ease-in-out;
transition: opacity .2s ease-in, height 0 linear .2s, padding 0 linear .2s, height 0 linear .2s, -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out, opacity .2s ease-in, height 0 linear .2s, padding 0 linear .2s, height 0 linear .2s;
transition: transform .2s ease-in-out, opacity .2s ease-in, height 0 linear .2s, padding 0 linear .2s, height 0 linear .2s, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out;
-webkit-transform: translateY(200%);
-ms-transform: translateY(200%);
-o-transform: translateY(200%);
transform: translateY(200%);
}
/* line 20, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-snackbarjs.scss */
.snackbar.snackbar-opened {
height: auto;
padding: 14px 15px;
margin-bottom: 20px;
-webkit-transition: opacity .2s ease-in, height 0 linear .2s, height 0 linear .2s, -webkit-transform .2s ease-in-out;
-o-transition: transform .2s ease-in-out, opacity .2s ease-in, height 0 linear .2s, height 0 linear .2s, -o-transform .2s ease-in-out;
transition: opacity .2s ease-in, height 0 linear .2s, height 0 linear .2s, -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out, opacity .2s ease-in, height 0 linear .2s, height 0 linear .2s;
transition: transform .2s ease-in-out, opacity .2s ease-in, height 0 linear .2s, height 0 linear .2s, -webkit-transform .2s ease-in-out, -o-transform .2s ease-in-out;
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
/* line 32, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-snackbarjs.scss */
.snackbar.toast {
border-radius: 200px;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-target,
.noUi-target * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-touch-action: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}
/* line 10, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-base {
position: relative;
width: 100%;
height: 100%;
}
/* line 15, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-origin {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/* line 22, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-handle {
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* line 27, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-stacking .noUi-handle {
z-index: 10;
}
/* line 33, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-state-tap .noUi-origin {
-webkit-transition: left .3s, top .3s;
-o-transition: left .3s, top .3s;
transition: left .3s, top .3s;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-state-drag * {
cursor: inherit !important;
}
/* line 39, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-horizontal {
height: 10px;
}
/* line 42, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-handle {
top: -5px;
left: -10px;
width: 12px;
height: 12px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: ew-resize;
border: 1px solid;
border-radius: 100%;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
/* line 53, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-vertical .noUi-handle {
margin-left: 5px;
cursor: ns-resize;
}
/* line 57, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-horizontal.noUi-extended {
padding: 0 15px;
}
/* line 60, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-horizontal.noUi-extended .noUi-origin {
right: -15px;
}
/* line 63, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-background {
height: 2px;
margin: 20px 0;
}
/* line 67, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-origin {
height: 2px;
margin: 0;
background: #c8c8c8;
border-radius: 0;
}
/* line 72, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-origin[style^="left: 0"] .noUi-handle {
background-color: #fff;
border: 2px solid #c8c8c8;
}
/* line 75, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
border-width: 1px;
}
/* line 80, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-target {
border-radius: 2px;
}
/* line 83, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-horizontal {
height: 2px;
margin: 15px 0;
}
/* line 87, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-vertical {
display: inline-block;
width: 2px;
height: 100%;
margin: 0 15px;
}
/* line 93, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.noUi-handle.noUi-active {
-webkit-transform: scale3d(2.5, 2.5, 1);
transform: scale3d(2.5, 2.5, 1);
}
/* line 96, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
[disabled].noUi-slider {
opacity: .5;
}
/* line 99, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
[disabled] .noUi-handle {
cursor: not-allowed;
}
/* line 103, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-nouislider.scss */
.slider {
background: #c8c8c8;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.noUi-connect, .slider.slider-default.noUi-connect {
background-color: #009688;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-inverse.noUi-connect {
background-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-primary.noUi-connect {
background-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-success.noUi-connect {
background-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-info.noUi-connect {
background-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-warning.noUi-connect {
background-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-danger.noUi-connect {
background-color: #f44336;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider .noUi-connect,
.slider.slider-default .noUi-connect {
background-color: #009688;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-inverse .noUi-connect {
background-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-primary .noUi-connect {
background-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-success .noUi-connect {
background-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-info .noUi-connect {
background-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-warning .noUi-connect {
background-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-danger .noUi-connect {
background-color: #f44336;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider .noUi-handle,
.slider.slider-default .noUi-handle {
background-color: #009688;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-inverse .noUi-handle {
background-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-primary .noUi-handle {
background-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-success .noUi-handle {
background-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-info .noUi-handle {
background-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-warning .noUi-handle {
background-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-danger .noUi-handle {
background-color: #f44336;
}
/* line 180, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider .noUi-handle,
.slider.slider-default .noUi-handle {
border-color: #009688;
}
/* line 188, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-inverse .noUi-handle {
border-color: #3f51b5;
}
/* line 195, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-primary .noUi-handle {
border-color: #009688;
}
/* line 202, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-success .noUi-handle {
border-color: #4caf50;
}
/* line 209, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-info .noUi-handle {
border-color: #03a9f4;
}
/* line 216, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-warning .noUi-handle {
border-color: #ff5722;
}
/* line 223, /Users/kross/alienfast/bootstrap-material-design/scss/includes/mixins/_variations.scss */
.slider.slider-danger .noUi-handle {
border-color: #f44336;
}
/* line 6, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single, .selectize-control.multi {
padding: 0;
}
/* line 8, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input.input-active, .selectize-control.multi .selectize-input, .selectize-control.multi .selectize-input.input-active {
height: 100%;
padding: 0;
font-size: 14px;
line-height: 30px;
cursor: text;
background: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 18, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-input .has-items, .selectize-control.single .selectize-input.input-active .has-items, .selectize-control.multi .selectize-input .has-items, .selectize-control.multi .selectize-input.input-active .has-items {
padding: 0;
}
/* line 21, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-input:after, .selectize-control.single .selectize-input.input-active:after, .selectize-control.multi .selectize-input:after, .selectize-control.multi .selectize-input.input-active:after {
position: absolute;
right: 5px;
font-family: "Material-Design-Icons";
font-size: 7px;
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 4;
text-transform: none;
content: "\e894";
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 36, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-input input, .selectize-control.single .selectize-input.input-active input, .selectize-control.multi .selectize-input input, .selectize-control.multi .selectize-input.input-active input {
font-size: 14px;
background: transparent;
border: 0;
outline: 0;
}
/* line 42, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-input.label-floating-fix input, .selectize-control.single .selectize-input.input-active.label-floating-fix input, .selectize-control.multi .selectize-input.label-floating-fix input, .selectize-control.multi .selectize-input.input-active.label-floating-fix input {
opacity: 0;
}
/* line 45, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-input > div, .selectize-control.single .selectize-input > .item, .selectize-control.single .selectize-input.input-active > div, .selectize-control.single .selectize-input.input-active > .item, .selectize-control.multi .selectize-input > div, .selectize-control.multi .selectize-input > .item, .selectize-control.multi .selectize-input.input-active > div, .selectize-control.multi .selectize-input.input-active > .item {
display: inline-block;
padding: 0;
margin: 0 8px 3px 0;
background: transparent;
border: 0;
}
/* line 51, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-input > div:after, .selectize-control.single .selectize-input > .item:after, .selectize-control.single .selectize-input.input-active > div:after, .selectize-control.single .selectize-input.input-active > .item:after, .selectize-control.multi .selectize-input > div:after, .selectize-control.multi .selectize-input > .item:after, .selectize-control.multi .selectize-input.input-active > div:after, .selectize-control.multi .selectize-input.input-active > .item:after {
content: ",";
}
/* line 54, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-input > div:last-of-type:after, .selectize-control.single .selectize-input > .item:last-of-type:after, .selectize-control.single .selectize-input.input-active > div:last-of-type:after, .selectize-control.single .selectize-input.input-active > .item:last-of-type:after, .selectize-control.multi .selectize-input > div:last-of-type:after, .selectize-control.multi .selectize-input > .item:last-of-type:after, .selectize-control.multi .selectize-input.input-active > div:last-of-type:after, .selectize-control.multi .selectize-input.input-active > .item:last-of-type:after {
content: "";
}
/* line 57, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-input > div.active, .selectize-control.single .selectize-input > .item.active, .selectize-control.single .selectize-input.input-active > div.active, .selectize-control.single .selectize-input.input-active > .item.active, .selectize-control.multi .selectize-input > div.active, .selectize-control.multi .selectize-input > .item.active, .selectize-control.multi .selectize-input.input-active > div.active, .selectize-control.multi .selectize-input.input-active > .item.active {
font-weight: bold;
background: transparent;
border: 0;
}
/* line 64, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-dropdown, .selectize-control.multi .selectize-dropdown {
position: absolute;
left: 0 !important;
z-index: 1000;
width: 100% !important;
height: auto;
padding: 0;
margin-top: 3px;
background-color: #fff;
border: 0;
border-radius: 2px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
/* line 76, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-dropdown .active, .selectize-control.multi .selectize-dropdown .active {
background-color: inherit;
}
/* line 79, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-dropdown .highlight, .selectize-control.multi .selectize-dropdown .highlight {
background-color: #d5d8ff;
}
/* line 82, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-dropdown .selected, .selectize-control.single .selectize-dropdown .selected.active, .selectize-control.multi .selectize-dropdown .selected, .selectize-control.multi .selectize-dropdown .selected.active {
background-color: #eee;
}
/* line 85, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .selectize-dropdown [data-selectable], .selectize-control.single .selectize-dropdown .optgroup-header, .selectize-control.multi .selectize-dropdown [data-selectable], .selectize-control.multi .selectize-dropdown .optgroup-header {
padding: 10px 20px;
cursor: pointer;
}
/* line 90, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-selectize.scss */
.selectize-control.single .dropdown-active ~ .selectize-dropdown, .selectize-control.multi .dropdown-active ~ .selectize-dropdown {
display: block;
}
/* line 3, /Users/kross/alienfast/bootstrap-material-design/scss/includes/plugins/_plugin-dropdownjs.scss */
.dropdownjs:after {
position: absolute;
top: 3px;
right: 5px;
font-family: "Material-Design-Icons";
font-size: 25px;
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
color: #757575;
text-transform: none;
pointer-events: none;
content: "\e8ac";
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*# sourceMappingURL=bootstrap-material-design.css.map */